@umituz/react-native-localization 1.4.0 → 1.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -6
- package/scripts/createLocaleLoaders.js +35 -28
- package/scripts/setup-languages.js +113 -0
- package/src/infrastructure/config/i18n.ts +2 -34
- package/src/infrastructure/config/languages.ts +0 -1
- package/src/infrastructure/locales/en-US/index.ts +33 -39
- package/src/infrastructure/storage/AsyncStorageWrapper.ts +1 -2
- package/src/infrastructure/storage/LocalizationStore.ts +0 -62
- package/lib/domain/repositories/ILocalizationRepository.d.ts +0 -17
- package/lib/domain/repositories/ILocalizationRepository.d.ts.map +0 -1
- package/lib/domain/repositories/ILocalizationRepository.js +0 -6
- package/lib/domain/repositories/ILocalizationRepository.js.map +0 -1
- package/lib/index.d.ts +0 -13
- package/lib/index.d.ts.map +0 -1
- package/lib/index.js +0 -15
- package/lib/index.js.map +0 -1
- package/lib/infrastructure/components/LanguageSwitcher.d.ts +0 -12
- package/lib/infrastructure/components/LanguageSwitcher.d.ts.map +0 -1
- package/lib/infrastructure/components/LanguageSwitcher.js +0 -49
- package/lib/infrastructure/components/LanguageSwitcher.js.map +0 -1
- package/lib/infrastructure/components/LocalizationProvider.d.ts +0 -11
- package/lib/infrastructure/components/LocalizationProvider.d.ts.map +0 -1
- package/lib/infrastructure/components/LocalizationProvider.js +0 -14
- package/lib/infrastructure/components/LocalizationProvider.js.map +0 -1
- package/lib/infrastructure/components/useLanguageNavigation.d.ts +0 -6
- package/lib/infrastructure/components/useLanguageNavigation.d.ts.map +0 -1
- package/lib/infrastructure/components/useLanguageNavigation.js +0 -16
- package/lib/infrastructure/components/useLanguageNavigation.js.map +0 -1
- package/lib/infrastructure/config/i18n.d.ts +0 -12
- package/lib/infrastructure/config/i18n.d.ts.map +0 -1
- package/lib/infrastructure/config/i18n.js +0 -269
- package/lib/infrastructure/config/i18n.js.map +0 -1
- package/lib/infrastructure/config/languages.d.ts +0 -39
- package/lib/infrastructure/config/languages.d.ts.map +0 -1
- package/lib/infrastructure/config/languages.js +0 -210
- package/lib/infrastructure/config/languages.js.map +0 -1
- package/lib/infrastructure/config/languagesData.d.ts +0 -26
- package/lib/infrastructure/config/languagesData.d.ts.map +0 -1
- package/lib/infrastructure/config/languagesData.js +0 -58
- package/lib/infrastructure/config/languagesData.js.map +0 -1
- package/lib/infrastructure/locales/ar-SA/index.d.ts +0 -34
- package/lib/infrastructure/locales/ar-SA/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/ar-SA/index.js +0 -47
- package/lib/infrastructure/locales/ar-SA/index.js.map +0 -1
- package/lib/infrastructure/locales/bg-BG/index.d.ts +0 -34
- package/lib/infrastructure/locales/bg-BG/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/bg-BG/index.js +0 -47
- package/lib/infrastructure/locales/bg-BG/index.js.map +0 -1
- package/lib/infrastructure/locales/cs-CZ/index.d.ts +0 -34
- package/lib/infrastructure/locales/cs-CZ/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/cs-CZ/index.js +0 -47
- package/lib/infrastructure/locales/cs-CZ/index.js.map +0 -1
- package/lib/infrastructure/locales/da-DK/index.d.ts +0 -34
- package/lib/infrastructure/locales/da-DK/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/da-DK/index.js +0 -47
- package/lib/infrastructure/locales/da-DK/index.js.map +0 -1
- package/lib/infrastructure/locales/de-DE/index.d.ts +0 -34
- package/lib/infrastructure/locales/de-DE/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/de-DE/index.js +0 -47
- package/lib/infrastructure/locales/de-DE/index.js.map +0 -1
- package/lib/infrastructure/locales/el-GR/index.d.ts +0 -34
- package/lib/infrastructure/locales/el-GR/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/el-GR/index.js +0 -47
- package/lib/infrastructure/locales/el-GR/index.js.map +0 -1
- package/lib/infrastructure/locales/en-AU/index.d.ts +0 -32
- package/lib/infrastructure/locales/en-AU/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/en-AU/index.js +0 -44
- package/lib/infrastructure/locales/en-AU/index.js.map +0 -1
- package/lib/infrastructure/locales/en-CA/index.d.ts +0 -32
- package/lib/infrastructure/locales/en-CA/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/en-CA/index.js +0 -44
- package/lib/infrastructure/locales/en-CA/index.js.map +0 -1
- package/lib/infrastructure/locales/en-GB/index.d.ts +0 -32
- package/lib/infrastructure/locales/en-GB/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/en-GB/index.js +0 -44
- package/lib/infrastructure/locales/en-GB/index.js.map +0 -1
- package/lib/infrastructure/locales/en-US/index.d.ts +0 -34
- package/lib/infrastructure/locales/en-US/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/en-US/index.js +0 -47
- package/lib/infrastructure/locales/en-US/index.js.map +0 -1
- package/lib/infrastructure/locales/es-ES/index.d.ts +0 -34
- package/lib/infrastructure/locales/es-ES/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/es-ES/index.js +0 -47
- package/lib/infrastructure/locales/es-ES/index.js.map +0 -1
- package/lib/infrastructure/locales/es-MX/index.d.ts +0 -34
- package/lib/infrastructure/locales/es-MX/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/es-MX/index.js +0 -47
- package/lib/infrastructure/locales/es-MX/index.js.map +0 -1
- package/lib/infrastructure/locales/fi-FI/index.d.ts +0 -34
- package/lib/infrastructure/locales/fi-FI/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/fi-FI/index.js +0 -47
- package/lib/infrastructure/locales/fi-FI/index.js.map +0 -1
- package/lib/infrastructure/locales/fr-CA/index.d.ts +0 -34
- package/lib/infrastructure/locales/fr-CA/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/fr-CA/index.js +0 -47
- package/lib/infrastructure/locales/fr-CA/index.js.map +0 -1
- package/lib/infrastructure/locales/fr-FR/index.d.ts +0 -34
- package/lib/infrastructure/locales/fr-FR/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/fr-FR/index.js +0 -47
- package/lib/infrastructure/locales/fr-FR/index.js.map +0 -1
- package/lib/infrastructure/locales/hi-IN/index.d.ts +0 -34
- package/lib/infrastructure/locales/hi-IN/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/hi-IN/index.js +0 -47
- package/lib/infrastructure/locales/hi-IN/index.js.map +0 -1
- package/lib/infrastructure/locales/hr-HR/index.d.ts +0 -34
- package/lib/infrastructure/locales/hr-HR/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/hr-HR/index.js +0 -47
- package/lib/infrastructure/locales/hr-HR/index.js.map +0 -1
- package/lib/infrastructure/locales/hu-HU/index.d.ts +0 -34
- package/lib/infrastructure/locales/hu-HU/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/hu-HU/index.js +0 -47
- package/lib/infrastructure/locales/hu-HU/index.js.map +0 -1
- package/lib/infrastructure/locales/id-ID/index.d.ts +0 -34
- package/lib/infrastructure/locales/id-ID/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/id-ID/index.js +0 -47
- package/lib/infrastructure/locales/id-ID/index.js.map +0 -1
- package/lib/infrastructure/locales/it-IT/index.d.ts +0 -34
- package/lib/infrastructure/locales/it-IT/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/it-IT/index.js +0 -47
- package/lib/infrastructure/locales/it-IT/index.js.map +0 -1
- package/lib/infrastructure/locales/ja-JP/index.d.ts +0 -34
- package/lib/infrastructure/locales/ja-JP/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/ja-JP/index.js +0 -47
- package/lib/infrastructure/locales/ja-JP/index.js.map +0 -1
- package/lib/infrastructure/locales/ko-KR/index.d.ts +0 -34
- package/lib/infrastructure/locales/ko-KR/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/ko-KR/index.js +0 -47
- package/lib/infrastructure/locales/ko-KR/index.js.map +0 -1
- package/lib/infrastructure/locales/ms-MY/index.d.ts +0 -34
- package/lib/infrastructure/locales/ms-MY/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/ms-MY/index.js +0 -47
- package/lib/infrastructure/locales/ms-MY/index.js.map +0 -1
- package/lib/infrastructure/locales/nl-NL/index.d.ts +0 -34
- package/lib/infrastructure/locales/nl-NL/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/nl-NL/index.js +0 -47
- package/lib/infrastructure/locales/nl-NL/index.js.map +0 -1
- package/lib/infrastructure/locales/no-NO/index.d.ts +0 -34
- package/lib/infrastructure/locales/no-NO/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/no-NO/index.js +0 -47
- package/lib/infrastructure/locales/no-NO/index.js.map +0 -1
- package/lib/infrastructure/locales/pl-PL/index.d.ts +0 -34
- package/lib/infrastructure/locales/pl-PL/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/pl-PL/index.js +0 -47
- package/lib/infrastructure/locales/pl-PL/index.js.map +0 -1
- package/lib/infrastructure/locales/pt-BR/index.d.ts +0 -34
- package/lib/infrastructure/locales/pt-BR/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/pt-BR/index.js +0 -47
- package/lib/infrastructure/locales/pt-BR/index.js.map +0 -1
- package/lib/infrastructure/locales/pt-PT/index.d.ts +0 -34
- package/lib/infrastructure/locales/pt-PT/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/pt-PT/index.js +0 -47
- package/lib/infrastructure/locales/pt-PT/index.js.map +0 -1
- package/lib/infrastructure/locales/ro-RO/index.d.ts +0 -34
- package/lib/infrastructure/locales/ro-RO/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/ro-RO/index.js +0 -47
- package/lib/infrastructure/locales/ro-RO/index.js.map +0 -1
- package/lib/infrastructure/locales/ru-RU/index.d.ts +0 -34
- package/lib/infrastructure/locales/ru-RU/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/ru-RU/index.js +0 -47
- package/lib/infrastructure/locales/ru-RU/index.js.map +0 -1
- package/lib/infrastructure/locales/sk-SK/index.d.ts +0 -34
- package/lib/infrastructure/locales/sk-SK/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/sk-SK/index.js +0 -47
- package/lib/infrastructure/locales/sk-SK/index.js.map +0 -1
- package/lib/infrastructure/locales/sv-SE/index.d.ts +0 -34
- package/lib/infrastructure/locales/sv-SE/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/sv-SE/index.js +0 -47
- package/lib/infrastructure/locales/sv-SE/index.js.map +0 -1
- package/lib/infrastructure/locales/th-TH/index.d.ts +0 -34
- package/lib/infrastructure/locales/th-TH/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/th-TH/index.js +0 -47
- package/lib/infrastructure/locales/th-TH/index.js.map +0 -1
- package/lib/infrastructure/locales/tl-PH/index.d.ts +0 -34
- package/lib/infrastructure/locales/tl-PH/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/tl-PH/index.js +0 -47
- package/lib/infrastructure/locales/tl-PH/index.js.map +0 -1
- package/lib/infrastructure/locales/tr-TR/index.d.ts +0 -34
- package/lib/infrastructure/locales/tr-TR/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/tr-TR/index.js +0 -47
- package/lib/infrastructure/locales/tr-TR/index.js.map +0 -1
- package/lib/infrastructure/locales/uk-UA/index.d.ts +0 -34
- package/lib/infrastructure/locales/uk-UA/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/uk-UA/index.js +0 -47
- package/lib/infrastructure/locales/uk-UA/index.js.map +0 -1
- package/lib/infrastructure/locales/vi-VN/index.d.ts +0 -34
- package/lib/infrastructure/locales/vi-VN/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/vi-VN/index.js +0 -47
- package/lib/infrastructure/locales/vi-VN/index.js.map +0 -1
- package/lib/infrastructure/locales/zh-CN/index.d.ts +0 -34
- package/lib/infrastructure/locales/zh-CN/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/zh-CN/index.js +0 -47
- package/lib/infrastructure/locales/zh-CN/index.js.map +0 -1
- package/lib/infrastructure/locales/zh-TW/index.d.ts +0 -34
- package/lib/infrastructure/locales/zh-TW/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/zh-TW/index.js +0 -47
- package/lib/infrastructure/locales/zh-TW/index.js.map +0 -1
- package/lib/infrastructure/storage/AsyncStorageWrapper.d.ts +0 -12
- package/lib/infrastructure/storage/AsyncStorageWrapper.d.ts.map +0 -1
- package/lib/infrastructure/storage/AsyncStorageWrapper.js +0 -29
- package/lib/infrastructure/storage/AsyncStorageWrapper.js.map +0 -1
- package/lib/infrastructure/storage/LocalizationStore.d.ts +0 -31
- package/lib/infrastructure/storage/LocalizationStore.d.ts.map +0 -1
- package/lib/infrastructure/storage/LocalizationStore.js +0 -192
- package/lib/infrastructure/storage/LocalizationStore.js.map +0 -1
- package/src/infrastructure/locales/ar-SA/auth.json +0 -32
- package/src/infrastructure/locales/ar-SA/branding.json +0 -9
- package/src/infrastructure/locales/ar-SA/datetime.json +0 -140
- package/src/infrastructure/locales/ar-SA/errors.json +0 -43
- package/src/infrastructure/locales/ar-SA/flashcards.json +0 -287
- package/src/infrastructure/locales/ar-SA/general.json +0 -61
- package/src/infrastructure/locales/ar-SA/index.ts +0 -49
- package/src/infrastructure/locales/ar-SA/navigation.json +0 -58
- package/src/infrastructure/locales/ar-SA/onboarding.json +0 -76
- package/src/infrastructure/locales/ar-SA/settings.json +0 -53
- package/src/infrastructure/locales/bg-BG/auth.json +0 -32
- package/src/infrastructure/locales/bg-BG/branding.json +0 -9
- package/src/infrastructure/locales/bg-BG/datetime.json +0 -140
- package/src/infrastructure/locales/bg-BG/errors.json +0 -43
- package/src/infrastructure/locales/bg-BG/flashcards.json +0 -287
- package/src/infrastructure/locales/bg-BG/general.json +0 -61
- package/src/infrastructure/locales/bg-BG/index.ts +0 -49
- package/src/infrastructure/locales/bg-BG/navigation.json +0 -58
- package/src/infrastructure/locales/bg-BG/onboarding.json +0 -76
- package/src/infrastructure/locales/bg-BG/settings.json +0 -53
- package/src/infrastructure/locales/cs-CZ/auth.json +0 -32
- package/src/infrastructure/locales/cs-CZ/branding.json +0 -9
- package/src/infrastructure/locales/cs-CZ/datetime.json +0 -140
- package/src/infrastructure/locales/cs-CZ/errors.json +0 -43
- package/src/infrastructure/locales/cs-CZ/flashcards.json +0 -287
- package/src/infrastructure/locales/cs-CZ/general.json +0 -61
- package/src/infrastructure/locales/cs-CZ/index.ts +0 -49
- package/src/infrastructure/locales/cs-CZ/navigation.json +0 -58
- package/src/infrastructure/locales/cs-CZ/onboarding.json +0 -76
- package/src/infrastructure/locales/cs-CZ/settings.json +0 -53
- package/src/infrastructure/locales/da-DK/auth.json +0 -32
- package/src/infrastructure/locales/da-DK/branding.json +0 -9
- package/src/infrastructure/locales/da-DK/datetime.json +0 -140
- package/src/infrastructure/locales/da-DK/errors.json +0 -43
- package/src/infrastructure/locales/da-DK/flashcards.json +0 -287
- package/src/infrastructure/locales/da-DK/general.json +0 -61
- package/src/infrastructure/locales/da-DK/index.ts +0 -49
- package/src/infrastructure/locales/da-DK/navigation.json +0 -58
- package/src/infrastructure/locales/da-DK/onboarding.json +0 -76
- package/src/infrastructure/locales/da-DK/settings.json +0 -53
- package/src/infrastructure/locales/de-DE/auth.json +0 -32
- package/src/infrastructure/locales/de-DE/branding.json +0 -9
- package/src/infrastructure/locales/de-DE/datetime.json +0 -140
- package/src/infrastructure/locales/de-DE/errors.json +0 -43
- package/src/infrastructure/locales/de-DE/flashcards.json +0 -287
- package/src/infrastructure/locales/de-DE/general.json +0 -61
- package/src/infrastructure/locales/de-DE/index.ts +0 -49
- package/src/infrastructure/locales/de-DE/navigation.json +0 -58
- package/src/infrastructure/locales/de-DE/onboarding.json +0 -76
- package/src/infrastructure/locales/de-DE/settings.json +0 -53
- package/src/infrastructure/locales/el-GR/auth.json +0 -32
- package/src/infrastructure/locales/el-GR/branding.json +0 -9
- package/src/infrastructure/locales/el-GR/datetime.json +0 -140
- package/src/infrastructure/locales/el-GR/errors.json +0 -43
- package/src/infrastructure/locales/el-GR/flashcards.json +0 -287
- package/src/infrastructure/locales/el-GR/general.json +0 -61
- package/src/infrastructure/locales/el-GR/index.ts +0 -49
- package/src/infrastructure/locales/el-GR/navigation.json +0 -58
- package/src/infrastructure/locales/el-GR/onboarding.json +0 -76
- package/src/infrastructure/locales/el-GR/settings.json +0 -53
- package/src/infrastructure/locales/en-AU/branding.json +0 -11
- package/src/infrastructure/locales/en-AU/datetime.json +0 -140
- package/src/infrastructure/locales/en-AU/errors.json +0 -43
- package/src/infrastructure/locales/en-AU/flashcards.json +0 -83
- package/src/infrastructure/locales/en-AU/general.json +0 -61
- package/src/infrastructure/locales/en-AU/index.ts +0 -46
- package/src/infrastructure/locales/en-AU/navigation.json +0 -58
- package/src/infrastructure/locales/en-AU/onboarding.json +0 -76
- package/src/infrastructure/locales/en-AU/settings.json +0 -53
- package/src/infrastructure/locales/en-CA/branding.json +0 -11
- package/src/infrastructure/locales/en-CA/datetime.json +0 -140
- package/src/infrastructure/locales/en-CA/errors.json +0 -43
- package/src/infrastructure/locales/en-CA/flashcards.json +0 -83
- package/src/infrastructure/locales/en-CA/general.json +0 -61
- package/src/infrastructure/locales/en-CA/index.ts +0 -46
- package/src/infrastructure/locales/en-CA/navigation.json +0 -58
- package/src/infrastructure/locales/en-CA/onboarding.json +0 -76
- package/src/infrastructure/locales/en-CA/settings.json +0 -53
- package/src/infrastructure/locales/en-GB/branding.json +0 -11
- package/src/infrastructure/locales/en-GB/datetime.json +0 -140
- package/src/infrastructure/locales/en-GB/errors.json +0 -43
- package/src/infrastructure/locales/en-GB/flashcards.json +0 -83
- package/src/infrastructure/locales/en-GB/general.json +0 -61
- package/src/infrastructure/locales/en-GB/index.ts +0 -46
- package/src/infrastructure/locales/en-GB/navigation.json +0 -58
- package/src/infrastructure/locales/en-GB/onboarding.json +0 -76
- package/src/infrastructure/locales/en-GB/settings.json +0 -53
- package/src/infrastructure/locales/es-ES/auth.json +0 -32
- package/src/infrastructure/locales/es-ES/branding.json +0 -9
- package/src/infrastructure/locales/es-ES/datetime.json +0 -140
- package/src/infrastructure/locales/es-ES/errors.json +0 -43
- package/src/infrastructure/locales/es-ES/flashcards.json +0 -287
- package/src/infrastructure/locales/es-ES/general.json +0 -61
- package/src/infrastructure/locales/es-ES/index.ts +0 -49
- package/src/infrastructure/locales/es-ES/navigation.json +0 -58
- package/src/infrastructure/locales/es-ES/onboarding.json +0 -76
- package/src/infrastructure/locales/es-ES/settings.json +0 -53
- package/src/infrastructure/locales/es-MX/auth.json +0 -32
- package/src/infrastructure/locales/es-MX/branding.json +0 -9
- package/src/infrastructure/locales/es-MX/datetime.json +0 -140
- package/src/infrastructure/locales/es-MX/errors.json +0 -43
- package/src/infrastructure/locales/es-MX/flashcards.json +0 -276
- package/src/infrastructure/locales/es-MX/general.json +0 -61
- package/src/infrastructure/locales/es-MX/index.ts +0 -49
- package/src/infrastructure/locales/es-MX/navigation.json +0 -58
- package/src/infrastructure/locales/es-MX/onboarding.json +0 -76
- package/src/infrastructure/locales/es-MX/settings.json +0 -53
- package/src/infrastructure/locales/fi-FI/auth.json +0 -32
- package/src/infrastructure/locales/fi-FI/branding.json +0 -9
- package/src/infrastructure/locales/fi-FI/datetime.json +0 -140
- package/src/infrastructure/locales/fi-FI/errors.json +0 -43
- package/src/infrastructure/locales/fi-FI/flashcards.json +0 -287
- package/src/infrastructure/locales/fi-FI/general.json +0 -61
- package/src/infrastructure/locales/fi-FI/index.ts +0 -49
- package/src/infrastructure/locales/fi-FI/navigation.json +0 -58
- package/src/infrastructure/locales/fi-FI/onboarding.json +0 -76
- package/src/infrastructure/locales/fi-FI/settings.json +0 -53
- package/src/infrastructure/locales/fr-CA/auth.json +0 -32
- package/src/infrastructure/locales/fr-CA/branding.json +0 -9
- package/src/infrastructure/locales/fr-CA/datetime.json +0 -140
- package/src/infrastructure/locales/fr-CA/errors.json +0 -43
- package/src/infrastructure/locales/fr-CA/flashcards.json +0 -287
- package/src/infrastructure/locales/fr-CA/general.json +0 -61
- package/src/infrastructure/locales/fr-CA/index.ts +0 -49
- package/src/infrastructure/locales/fr-CA/navigation.json +0 -58
- package/src/infrastructure/locales/fr-CA/onboarding.json +0 -76
- package/src/infrastructure/locales/fr-CA/settings.json +0 -53
- package/src/infrastructure/locales/fr-FR/auth.json +0 -32
- package/src/infrastructure/locales/fr-FR/branding.json +0 -9
- package/src/infrastructure/locales/fr-FR/datetime.json +0 -140
- package/src/infrastructure/locales/fr-FR/errors.json +0 -43
- package/src/infrastructure/locales/fr-FR/flashcards.json +0 -287
- package/src/infrastructure/locales/fr-FR/general.json +0 -61
- package/src/infrastructure/locales/fr-FR/index.ts +0 -49
- package/src/infrastructure/locales/fr-FR/navigation.json +0 -58
- package/src/infrastructure/locales/fr-FR/onboarding.json +0 -76
- package/src/infrastructure/locales/fr-FR/settings.json +0 -53
- package/src/infrastructure/locales/hi-IN/auth.json +0 -32
- package/src/infrastructure/locales/hi-IN/branding.json +0 -9
- package/src/infrastructure/locales/hi-IN/datetime.json +0 -140
- package/src/infrastructure/locales/hi-IN/errors.json +0 -43
- package/src/infrastructure/locales/hi-IN/flashcards.json +0 -287
- package/src/infrastructure/locales/hi-IN/general.json +0 -61
- package/src/infrastructure/locales/hi-IN/index.ts +0 -49
- package/src/infrastructure/locales/hi-IN/navigation.json +0 -58
- package/src/infrastructure/locales/hi-IN/onboarding.json +0 -76
- package/src/infrastructure/locales/hi-IN/settings.json +0 -53
- package/src/infrastructure/locales/hr-HR/auth.json +0 -32
- package/src/infrastructure/locales/hr-HR/branding.json +0 -9
- package/src/infrastructure/locales/hr-HR/datetime.json +0 -140
- package/src/infrastructure/locales/hr-HR/errors.json +0 -43
- package/src/infrastructure/locales/hr-HR/flashcards.json +0 -276
- package/src/infrastructure/locales/hr-HR/general.json +0 -61
- package/src/infrastructure/locales/hr-HR/index.ts +0 -49
- package/src/infrastructure/locales/hr-HR/navigation.json +0 -58
- package/src/infrastructure/locales/hr-HR/onboarding.json +0 -76
- package/src/infrastructure/locales/hr-HR/settings.json +0 -53
- package/src/infrastructure/locales/hu-HU/auth.json +0 -32
- package/src/infrastructure/locales/hu-HU/branding.json +0 -9
- package/src/infrastructure/locales/hu-HU/datetime.json +0 -140
- package/src/infrastructure/locales/hu-HU/errors.json +0 -43
- package/src/infrastructure/locales/hu-HU/flashcards.json +0 -287
- package/src/infrastructure/locales/hu-HU/general.json +0 -61
- package/src/infrastructure/locales/hu-HU/index.ts +0 -49
- package/src/infrastructure/locales/hu-HU/navigation.json +0 -58
- package/src/infrastructure/locales/hu-HU/onboarding.json +0 -76
- package/src/infrastructure/locales/hu-HU/settings.json +0 -53
- package/src/infrastructure/locales/id-ID/auth.json +0 -32
- package/src/infrastructure/locales/id-ID/branding.json +0 -9
- package/src/infrastructure/locales/id-ID/datetime.json +0 -140
- package/src/infrastructure/locales/id-ID/errors.json +0 -43
- package/src/infrastructure/locales/id-ID/flashcards.json +0 -287
- package/src/infrastructure/locales/id-ID/general.json +0 -61
- package/src/infrastructure/locales/id-ID/index.ts +0 -49
- package/src/infrastructure/locales/id-ID/navigation.json +0 -58
- package/src/infrastructure/locales/id-ID/onboarding.json +0 -76
- package/src/infrastructure/locales/id-ID/settings.json +0 -53
- package/src/infrastructure/locales/it-IT/auth.json +0 -32
- package/src/infrastructure/locales/it-IT/branding.json +0 -9
- package/src/infrastructure/locales/it-IT/datetime.json +0 -140
- package/src/infrastructure/locales/it-IT/errors.json +0 -43
- package/src/infrastructure/locales/it-IT/flashcards.json +0 -287
- package/src/infrastructure/locales/it-IT/general.json +0 -61
- package/src/infrastructure/locales/it-IT/index.ts +0 -49
- package/src/infrastructure/locales/it-IT/navigation.json +0 -58
- package/src/infrastructure/locales/it-IT/onboarding.json +0 -76
- package/src/infrastructure/locales/it-IT/settings.json +0 -53
- package/src/infrastructure/locales/ja-JP/auth.json +0 -32
- package/src/infrastructure/locales/ja-JP/branding.json +0 -9
- package/src/infrastructure/locales/ja-JP/datetime.json +0 -140
- package/src/infrastructure/locales/ja-JP/errors.json +0 -43
- package/src/infrastructure/locales/ja-JP/flashcards.json +0 -287
- package/src/infrastructure/locales/ja-JP/general.json +0 -61
- package/src/infrastructure/locales/ja-JP/index.ts +0 -49
- package/src/infrastructure/locales/ja-JP/navigation.json +0 -58
- package/src/infrastructure/locales/ja-JP/onboarding.json +0 -76
- package/src/infrastructure/locales/ja-JP/settings.json +0 -53
- package/src/infrastructure/locales/ko-KR/auth.json +0 -32
- package/src/infrastructure/locales/ko-KR/branding.json +0 -9
- package/src/infrastructure/locales/ko-KR/datetime.json +0 -140
- package/src/infrastructure/locales/ko-KR/errors.json +0 -43
- package/src/infrastructure/locales/ko-KR/flashcards.json +0 -287
- package/src/infrastructure/locales/ko-KR/general.json +0 -61
- package/src/infrastructure/locales/ko-KR/index.ts +0 -49
- package/src/infrastructure/locales/ko-KR/navigation.json +0 -58
- package/src/infrastructure/locales/ko-KR/onboarding.json +0 -76
- package/src/infrastructure/locales/ko-KR/settings.json +0 -53
- package/src/infrastructure/locales/ms-MY/auth.json +0 -32
- package/src/infrastructure/locales/ms-MY/branding.json +0 -9
- package/src/infrastructure/locales/ms-MY/datetime.json +0 -140
- package/src/infrastructure/locales/ms-MY/errors.json +0 -43
- package/src/infrastructure/locales/ms-MY/flashcards.json +0 -287
- package/src/infrastructure/locales/ms-MY/general.json +0 -61
- package/src/infrastructure/locales/ms-MY/index.ts +0 -49
- package/src/infrastructure/locales/ms-MY/navigation.json +0 -58
- package/src/infrastructure/locales/ms-MY/onboarding.json +0 -76
- package/src/infrastructure/locales/ms-MY/settings.json +0 -53
- package/src/infrastructure/locales/nl-NL/auth.json +0 -32
- package/src/infrastructure/locales/nl-NL/branding.json +0 -9
- package/src/infrastructure/locales/nl-NL/datetime.json +0 -140
- package/src/infrastructure/locales/nl-NL/errors.json +0 -43
- package/src/infrastructure/locales/nl-NL/flashcards.json +0 -287
- package/src/infrastructure/locales/nl-NL/general.json +0 -61
- package/src/infrastructure/locales/nl-NL/index.ts +0 -49
- package/src/infrastructure/locales/nl-NL/navigation.json +0 -58
- package/src/infrastructure/locales/nl-NL/onboarding.json +0 -76
- package/src/infrastructure/locales/nl-NL/settings.json +0 -53
- package/src/infrastructure/locales/no-NO/auth.json +0 -32
- package/src/infrastructure/locales/no-NO/branding.json +0 -9
- package/src/infrastructure/locales/no-NO/datetime.json +0 -140
- package/src/infrastructure/locales/no-NO/errors.json +0 -43
- package/src/infrastructure/locales/no-NO/flashcards.json +0 -287
- package/src/infrastructure/locales/no-NO/general.json +0 -61
- package/src/infrastructure/locales/no-NO/index.ts +0 -49
- package/src/infrastructure/locales/no-NO/navigation.json +0 -58
- package/src/infrastructure/locales/no-NO/onboarding.json +0 -76
- package/src/infrastructure/locales/no-NO/settings.json +0 -53
- package/src/infrastructure/locales/pl-PL/auth.json +0 -32
- package/src/infrastructure/locales/pl-PL/branding.json +0 -9
- package/src/infrastructure/locales/pl-PL/datetime.json +0 -140
- package/src/infrastructure/locales/pl-PL/errors.json +0 -43
- package/src/infrastructure/locales/pl-PL/flashcards.json +0 -287
- package/src/infrastructure/locales/pl-PL/general.json +0 -61
- package/src/infrastructure/locales/pl-PL/index.ts +0 -49
- package/src/infrastructure/locales/pl-PL/navigation.json +0 -58
- package/src/infrastructure/locales/pl-PL/onboarding.json +0 -76
- package/src/infrastructure/locales/pl-PL/settings.json +0 -53
- package/src/infrastructure/locales/pt-BR/auth.json +0 -32
- package/src/infrastructure/locales/pt-BR/branding.json +0 -9
- package/src/infrastructure/locales/pt-BR/datetime.json +0 -140
- package/src/infrastructure/locales/pt-BR/errors.json +0 -43
- package/src/infrastructure/locales/pt-BR/flashcards.json +0 -287
- package/src/infrastructure/locales/pt-BR/general.json +0 -61
- package/src/infrastructure/locales/pt-BR/index.ts +0 -49
- package/src/infrastructure/locales/pt-BR/navigation.json +0 -58
- package/src/infrastructure/locales/pt-BR/onboarding.json +0 -76
- package/src/infrastructure/locales/pt-BR/settings.json +0 -53
- package/src/infrastructure/locales/pt-PT/auth.json +0 -32
- package/src/infrastructure/locales/pt-PT/branding.json +0 -9
- package/src/infrastructure/locales/pt-PT/datetime.json +0 -140
- package/src/infrastructure/locales/pt-PT/errors.json +0 -43
- package/src/infrastructure/locales/pt-PT/flashcards.json +0 -287
- package/src/infrastructure/locales/pt-PT/general.json +0 -61
- package/src/infrastructure/locales/pt-PT/index.ts +0 -49
- package/src/infrastructure/locales/pt-PT/navigation.json +0 -58
- package/src/infrastructure/locales/pt-PT/onboarding.json +0 -76
- package/src/infrastructure/locales/pt-PT/settings.json +0 -53
- package/src/infrastructure/locales/ro-RO/auth.json +0 -32
- package/src/infrastructure/locales/ro-RO/branding.json +0 -9
- package/src/infrastructure/locales/ro-RO/datetime.json +0 -140
- package/src/infrastructure/locales/ro-RO/errors.json +0 -43
- package/src/infrastructure/locales/ro-RO/flashcards.json +0 -287
- package/src/infrastructure/locales/ro-RO/general.json +0 -61
- package/src/infrastructure/locales/ro-RO/index.ts +0 -49
- package/src/infrastructure/locales/ro-RO/navigation.json +0 -58
- package/src/infrastructure/locales/ro-RO/onboarding.json +0 -76
- package/src/infrastructure/locales/ro-RO/settings.json +0 -53
- package/src/infrastructure/locales/ru-RU/auth.json +0 -32
- package/src/infrastructure/locales/ru-RU/branding.json +0 -9
- package/src/infrastructure/locales/ru-RU/datetime.json +0 -140
- package/src/infrastructure/locales/ru-RU/errors.json +0 -43
- package/src/infrastructure/locales/ru-RU/flashcards.json +0 -276
- package/src/infrastructure/locales/ru-RU/general.json +0 -61
- package/src/infrastructure/locales/ru-RU/index.ts +0 -49
- package/src/infrastructure/locales/ru-RU/navigation.json +0 -58
- package/src/infrastructure/locales/ru-RU/onboarding.json +0 -76
- package/src/infrastructure/locales/ru-RU/settings.json +0 -53
- package/src/infrastructure/locales/sk-SK/auth.json +0 -32
- package/src/infrastructure/locales/sk-SK/branding.json +0 -9
- package/src/infrastructure/locales/sk-SK/datetime.json +0 -140
- package/src/infrastructure/locales/sk-SK/errors.json +0 -43
- package/src/infrastructure/locales/sk-SK/flashcards.json +0 -287
- package/src/infrastructure/locales/sk-SK/general.json +0 -61
- package/src/infrastructure/locales/sk-SK/index.ts +0 -49
- package/src/infrastructure/locales/sk-SK/navigation.json +0 -58
- package/src/infrastructure/locales/sk-SK/onboarding.json +0 -76
- package/src/infrastructure/locales/sk-SK/settings.json +0 -53
- package/src/infrastructure/locales/sv-SE/auth.json +0 -32
- package/src/infrastructure/locales/sv-SE/branding.json +0 -9
- package/src/infrastructure/locales/sv-SE/datetime.json +0 -140
- package/src/infrastructure/locales/sv-SE/errors.json +0 -43
- package/src/infrastructure/locales/sv-SE/flashcards.json +0 -287
- package/src/infrastructure/locales/sv-SE/general.json +0 -61
- package/src/infrastructure/locales/sv-SE/index.ts +0 -49
- package/src/infrastructure/locales/sv-SE/navigation.json +0 -58
- package/src/infrastructure/locales/sv-SE/onboarding.json +0 -76
- package/src/infrastructure/locales/sv-SE/settings.json +0 -53
- package/src/infrastructure/locales/th-TH/auth.json +0 -32
- package/src/infrastructure/locales/th-TH/branding.json +0 -9
- package/src/infrastructure/locales/th-TH/datetime.json +0 -140
- package/src/infrastructure/locales/th-TH/errors.json +0 -43
- package/src/infrastructure/locales/th-TH/flashcards.json +0 -287
- package/src/infrastructure/locales/th-TH/general.json +0 -61
- package/src/infrastructure/locales/th-TH/index.ts +0 -49
- package/src/infrastructure/locales/th-TH/navigation.json +0 -58
- package/src/infrastructure/locales/th-TH/onboarding.json +0 -76
- package/src/infrastructure/locales/th-TH/settings.json +0 -53
- package/src/infrastructure/locales/tl-PH/auth.json +0 -32
- package/src/infrastructure/locales/tl-PH/branding.json +0 -9
- package/src/infrastructure/locales/tl-PH/datetime.json +0 -140
- package/src/infrastructure/locales/tl-PH/errors.json +0 -43
- package/src/infrastructure/locales/tl-PH/flashcards.json +0 -287
- package/src/infrastructure/locales/tl-PH/general.json +0 -61
- package/src/infrastructure/locales/tl-PH/index.ts +0 -49
- package/src/infrastructure/locales/tl-PH/navigation.json +0 -58
- package/src/infrastructure/locales/tl-PH/onboarding.json +0 -76
- package/src/infrastructure/locales/tl-PH/settings.json +0 -53
- package/src/infrastructure/locales/tr-TR/auth.json +0 -32
- package/src/infrastructure/locales/tr-TR/branding.json +0 -9
- package/src/infrastructure/locales/tr-TR/datetime.json +0 -140
- package/src/infrastructure/locales/tr-TR/errors.json +0 -43
- package/src/infrastructure/locales/tr-TR/flashcards.json +0 -287
- package/src/infrastructure/locales/tr-TR/general.json +0 -61
- package/src/infrastructure/locales/tr-TR/index.ts +0 -49
- package/src/infrastructure/locales/tr-TR/navigation.json +0 -58
- package/src/infrastructure/locales/tr-TR/onboarding.json +0 -76
- package/src/infrastructure/locales/tr-TR/settings.json +0 -53
- package/src/infrastructure/locales/uk-UA/auth.json +0 -32
- package/src/infrastructure/locales/uk-UA/branding.json +0 -9
- package/src/infrastructure/locales/uk-UA/datetime.json +0 -140
- package/src/infrastructure/locales/uk-UA/errors.json +0 -43
- package/src/infrastructure/locales/uk-UA/flashcards.json +0 -287
- package/src/infrastructure/locales/uk-UA/general.json +0 -61
- package/src/infrastructure/locales/uk-UA/index.ts +0 -49
- package/src/infrastructure/locales/uk-UA/navigation.json +0 -58
- package/src/infrastructure/locales/uk-UA/onboarding.json +0 -76
- package/src/infrastructure/locales/uk-UA/settings.json +0 -53
- package/src/infrastructure/locales/vi-VN/auth.json +0 -32
- package/src/infrastructure/locales/vi-VN/branding.json +0 -9
- package/src/infrastructure/locales/vi-VN/datetime.json +0 -140
- package/src/infrastructure/locales/vi-VN/errors.json +0 -43
- package/src/infrastructure/locales/vi-VN/flashcards.json +0 -287
- package/src/infrastructure/locales/vi-VN/general.json +0 -61
- package/src/infrastructure/locales/vi-VN/index.ts +0 -49
- package/src/infrastructure/locales/vi-VN/navigation.json +0 -58
- package/src/infrastructure/locales/vi-VN/onboarding.json +0 -76
- package/src/infrastructure/locales/vi-VN/settings.json +0 -53
- package/src/infrastructure/locales/zh-CN/auth.json +0 -32
- package/src/infrastructure/locales/zh-CN/branding.json +0 -9
- package/src/infrastructure/locales/zh-CN/datetime.json +0 -140
- package/src/infrastructure/locales/zh-CN/errors.json +0 -43
- package/src/infrastructure/locales/zh-CN/flashcards.json +0 -287
- package/src/infrastructure/locales/zh-CN/general.json +0 -61
- package/src/infrastructure/locales/zh-CN/index.ts +0 -49
- package/src/infrastructure/locales/zh-CN/navigation.json +0 -58
- package/src/infrastructure/locales/zh-CN/onboarding.json +0 -76
- package/src/infrastructure/locales/zh-CN/settings.json +0 -53
- package/src/infrastructure/locales/zh-TW/auth.json +0 -32
- package/src/infrastructure/locales/zh-TW/branding.json +0 -9
- package/src/infrastructure/locales/zh-TW/datetime.json +0 -140
- package/src/infrastructure/locales/zh-TW/errors.json +0 -43
- package/src/infrastructure/locales/zh-TW/flashcards.json +0 -287
- package/src/infrastructure/locales/zh-TW/general.json +0 -61
- package/src/infrastructure/locales/zh-TW/index.ts +0 -49
- package/src/infrastructure/locales/zh-TW/navigation.json +0 -58
- package/src/infrastructure/locales/zh-TW/onboarding.json +0 -76
- package/src/infrastructure/locales/zh-TW/settings.json +0 -53
|
@@ -1,287 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"home": {
|
|
3
|
-
"welcome": "Welkom bij Flashcard Maker",
|
|
4
|
-
"subtitle": "Beheers elk onderwerp met interactieve flashcards",
|
|
5
|
-
"quickStudy": "Snelle studie",
|
|
6
|
-
"quickStudyDesc": "Begin met het bestuderen van je recente decks",
|
|
7
|
-
"createDeck": "Dek maken",
|
|
8
|
-
"createDeckDesc": "Bouw een nieuw flashcard-deck",
|
|
9
|
-
"recentActivity": "Recente activiteit",
|
|
10
|
-
"noDecksYet": "Je hebt nog geen decks gemaakt",
|
|
11
|
-
"browseDecks": "Blader door decks",
|
|
12
|
-
"statistics": "Statistieken",
|
|
13
|
-
"totalDecks": "Totaal dekken",
|
|
14
|
-
"totalCards": "Totaal kaarten",
|
|
15
|
-
"studySessions": "Studiesessies"
|
|
16
|
-
},
|
|
17
|
-
"decks": {
|
|
18
|
-
"noDecks": "Geen decks gevonden",
|
|
19
|
-
"noDecksDesc": "Maak je eerste flashcard-deck om aan de slag te gaan",
|
|
20
|
-
"createFirstDeck": "Maak het eerste kaartspel",
|
|
21
|
-
"createDeck": "Dek maken",
|
|
22
|
-
"editDeck": "Dek bewerken",
|
|
23
|
-
"recentlyStudied": "Recent gestudeerd",
|
|
24
|
-
"allDecks": "Alle dekken",
|
|
25
|
-
"easy": "Eenvoudig",
|
|
26
|
-
"medium": "Medium",
|
|
27
|
-
"hard": "Moeilijk"
|
|
28
|
-
},
|
|
29
|
-
"study": {
|
|
30
|
-
"noCards": "Geen kaarten beschikbaar",
|
|
31
|
-
"noCardsDesc": "Voeg wat kaarten toe aan een kaartspel om te beginnen met studeren",
|
|
32
|
-
"browseDecks": "Blader door decks",
|
|
33
|
-
"question": "Vraag",
|
|
34
|
-
"answer": "Antwoord",
|
|
35
|
-
"showQuestion": "Vraag tonen",
|
|
36
|
-
"showAnswer": "Toon antwoord",
|
|
37
|
-
"correct": "Juist",
|
|
38
|
-
"incorrect": "Onjuist",
|
|
39
|
-
"skip": "Overslaan",
|
|
40
|
-
"skipped": "Overgeslagen",
|
|
41
|
-
"studyComplete": "Studie voltooid",
|
|
42
|
-
"wellDone": "Goed gedaan!",
|
|
43
|
-
"sessionComplete": "Sessie voltooid"
|
|
44
|
-
},
|
|
45
|
-
"create": {
|
|
46
|
-
"createDeck": "Dek maken",
|
|
47
|
-
"addCards": "Kaarten toevoegen",
|
|
48
|
-
"deckInfo": "Dekinformatie",
|
|
49
|
-
"cardInfo": "Kaartinformatie",
|
|
50
|
-
"deckTitle": "Dektitel",
|
|
51
|
-
"deckTitlePlaceholder": "Voer de decktitel in",
|
|
52
|
-
"deckDescription": "Beschrijving",
|
|
53
|
-
"deckDescriptionPlaceholder": "Voer de deckbeschrijving in",
|
|
54
|
-
"category": "Categorie",
|
|
55
|
-
"selectCategory": "Selecteer categorie",
|
|
56
|
-
"cardFront": "Voorkant",
|
|
57
|
-
"cardFrontPlaceholder": "Voer de vraag of term in",
|
|
58
|
-
"cardBack": "Achterkant",
|
|
59
|
-
"cardBackPlaceholder": "Voer het antwoord of de definitie in",
|
|
60
|
-
"difficulty": "Moeilijkheidsgraad",
|
|
61
|
-
"addCard": "Kaart toevoegen",
|
|
62
|
-
"addedCards": "Kaarten toegevoegd",
|
|
63
|
-
"saveDeck": "Bewaar dek"
|
|
64
|
-
},
|
|
65
|
-
"cards": {
|
|
66
|
-
"noCards": "Geen kaarten gevonden",
|
|
67
|
-
"noCardsDesc": "Maak uw eerste flashcard om aan de slag te gaan",
|
|
68
|
-
"createFirstCard": "Eerste kaart maken",
|
|
69
|
-
"createCard": "Kaart maken",
|
|
70
|
-
"editCard": "Kaart bewerken",
|
|
71
|
-
"selectDeck": "Selecteer Dek",
|
|
72
|
-
"selectDeckPlaceholder": "Kies een kaartspel voor deze kaart"
|
|
73
|
-
},
|
|
74
|
-
"common": {
|
|
75
|
-
"clearFilter": "Wis filter"
|
|
76
|
-
},
|
|
77
|
-
"studyModes": {
|
|
78
|
-
"classic": "Klassiek",
|
|
79
|
-
"matching": "Bijpassend spel",
|
|
80
|
-
"quiz": "Meerkeuze",
|
|
81
|
-
"writing": "Schrijfmodus",
|
|
82
|
-
"timed": "Getimede uitdaging",
|
|
83
|
-
"selectMode": "Selecteer Studiemodus"
|
|
84
|
-
},
|
|
85
|
-
"session": {
|
|
86
|
-
"complete": "Sessie voltooid",
|
|
87
|
-
"accuracy": "Nauwkeurigheid",
|
|
88
|
-
"speed": "Snelheid",
|
|
89
|
-
"score": "Scoren",
|
|
90
|
-
"cardsPerMinute": "kaarten/min",
|
|
91
|
-
"grade": "Cijfer",
|
|
92
|
-
"feedback": {
|
|
93
|
-
"excellent": "Uitstekend werk! Je hebt dit deck onder de knie!",
|
|
94
|
-
"great": "Geweldig werk! Ga zo door met het goede werk!",
|
|
95
|
-
"good": "Goede vooruitgang! Oefen meer om te verbeteren.",
|
|
96
|
-
"keep_practicing": "Blijf oefenen! Je komt er.",
|
|
97
|
-
"keep_studying": "Blijf studeren! Bekijk deze kaarten opnieuw."
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
|
-
"rating": {
|
|
101
|
-
"fail": "Opnieuw",
|
|
102
|
-
"hard": "Moeilijk",
|
|
103
|
-
"good": "Goed",
|
|
104
|
-
"easy": "Eenvoudig",
|
|
105
|
-
"perfect": "Perfect"
|
|
106
|
-
},
|
|
107
|
-
"srs": {
|
|
108
|
-
"dueToday": "Vandaag verschuldigd",
|
|
109
|
-
"dueCards": "Due-kaarten",
|
|
110
|
-
"nextReview": "Volgende recensie",
|
|
111
|
-
"interval": "Interval",
|
|
112
|
-
"repetitions": "Herhalingen",
|
|
113
|
-
"easeFactor": "Gemaksfactor",
|
|
114
|
-
"reviewHistory": "Geschiedenis bekijken",
|
|
115
|
-
"retention": "Retentiepercentage",
|
|
116
|
-
"again": "Opnieuw",
|
|
117
|
-
"hard": "Moeilijk",
|
|
118
|
-
"good": "Goed",
|
|
119
|
-
"easy": "Eenvoudig"
|
|
120
|
-
},
|
|
121
|
-
"media": {
|
|
122
|
-
"image": "Afbeelding",
|
|
123
|
-
"chooseImage": "Kies Afbeelding",
|
|
124
|
-
"takePhoto": "Maak een foto",
|
|
125
|
-
"permissionDenied": "Toestemming voor toegang tot foto's geweigerd",
|
|
126
|
-
"cameraPermissionDenied": "Toestemming voor toegang tot de camera geweigerd",
|
|
127
|
-
"imageFailed": "Kan afbeelding niet laden",
|
|
128
|
-
"cameraFailed": "Kan de camera niet openen",
|
|
129
|
-
"audio": "Audio",
|
|
130
|
-
"record": "Audio opnemen",
|
|
131
|
-
"recording": "Opnemen...",
|
|
132
|
-
"stopRecording": "Stop met opnemen",
|
|
133
|
-
"play": "Toneelstuk",
|
|
134
|
-
"stop": "Stop",
|
|
135
|
-
"speak": "Spreken",
|
|
136
|
-
"audioPermissionDenied": "Toestemming geweigerd om audio op te nemen",
|
|
137
|
-
"recordingFailed": "Kan geen audio opnemen",
|
|
138
|
-
"playbackFailed": "Kan audio niet afspelen",
|
|
139
|
-
"ttsFailed": "Tekst-naar-spraak mislukt",
|
|
140
|
-
"noText": "Geen tekst om te spreken"
|
|
141
|
-
},
|
|
142
|
-
"import": {
|
|
143
|
-
"title": "Importdek",
|
|
144
|
-
"chooseFormat": "Kies Formaat",
|
|
145
|
-
"csv": "CSV-bestand (Excel)",
|
|
146
|
-
"json": "JSON",
|
|
147
|
-
"quizlet": "Quizlet",
|
|
148
|
-
"selectFile": "Selecteer Bestand",
|
|
149
|
-
"importing": "Importeren...",
|
|
150
|
-
"success": "Met succes {{count}} kaarten geïmporteerd",
|
|
151
|
-
"errors": "Er zijn {{count}} fouten opgetreden",
|
|
152
|
-
"viewErrors": "Bekijk fouten"
|
|
153
|
-
},
|
|
154
|
-
"export": {
|
|
155
|
-
"title": "Exportdek",
|
|
156
|
-
"chooseFormat": "Kies Formaat",
|
|
157
|
-
"csv": "CSV-bestand (Excel)",
|
|
158
|
-
"json": "JSON (volledig)",
|
|
159
|
-
"quizlet": "Quizlet",
|
|
160
|
-
"includeStats": "Inclusief statistieken",
|
|
161
|
-
"includeMedia": "Inclusief media",
|
|
162
|
-
"exporting": "Exporteren...",
|
|
163
|
-
"success": "Deck is succesvol geëxporteerd"
|
|
164
|
-
},
|
|
165
|
-
"statistics": {
|
|
166
|
-
"title": "Statistieken",
|
|
167
|
-
"overview": "Overzicht",
|
|
168
|
-
"totalCards": "Totaal kaarten",
|
|
169
|
-
"cardsStudied": "Kaarten bestudeerd",
|
|
170
|
-
"totalReviews": "Totaal beoordelingen",
|
|
171
|
-
"correctReviews": "Correcte beoordelingen",
|
|
172
|
-
"accuracy": "Nauwkeurigheid",
|
|
173
|
-
"averageTimePerCard": "Gem. tijd per kaart",
|
|
174
|
-
"totalStudyTime": "Totale studietijd",
|
|
175
|
-
"studySessions": "Studiesessies",
|
|
176
|
-
"streak": {
|
|
177
|
-
"current": "Huidige reeks",
|
|
178
|
-
"longest": "Langste reeks",
|
|
179
|
-
"days": "dagen"
|
|
180
|
-
},
|
|
181
|
-
"charts": {
|
|
182
|
-
"daily": "Dagelijks",
|
|
183
|
-
"weekly": "Wekelijks",
|
|
184
|
-
"monthly": "Maandelijks",
|
|
185
|
-
"performance": "Prestatie",
|
|
186
|
-
"activity": "Activiteit"
|
|
187
|
-
}
|
|
188
|
-
},
|
|
189
|
-
"sharing": {
|
|
190
|
-
"title": "Deel dek",
|
|
191
|
-
"generateCode": "Genereer een deelcode",
|
|
192
|
-
"shareCode": "Deelcode",
|
|
193
|
-
"qrCode": "QR-code",
|
|
194
|
-
"copyCode": "Kopieer code",
|
|
195
|
-
"codeCopied": "Code gekopieerd naar klembord",
|
|
196
|
-
"shareAsFile": "Deel als bestand",
|
|
197
|
-
"shareAsLink": "Deel als link",
|
|
198
|
-
"importCode": "Importcode",
|
|
199
|
-
"enterCode": "Voer een 6-cijferige code in",
|
|
200
|
-
"invalidCode": "Ongeldige deelcode",
|
|
201
|
-
"importing": "Dek importeren...",
|
|
202
|
-
"importSuccess": "Deck is succesvol geïmporteerd",
|
|
203
|
-
"downloadCount": "Downloads",
|
|
204
|
-
"makePublic": "Openbaar maken",
|
|
205
|
-
"makePrivate": "Privé maken"
|
|
206
|
-
},
|
|
207
|
-
"gamification": {
|
|
208
|
-
"profile": {
|
|
209
|
-
"level": "Niveau",
|
|
210
|
-
"xp": "XP",
|
|
211
|
-
"rank": "Rang",
|
|
212
|
-
"progress": "Vooruitgang naar het volgende niveau",
|
|
213
|
-
"totalXP": "Totaal verdiende XP"
|
|
214
|
-
},
|
|
215
|
-
"ranks": {
|
|
216
|
-
"novice": "Beginner",
|
|
217
|
-
"apprentice": "Leerling",
|
|
218
|
-
"scholar": "Geleerde",
|
|
219
|
-
"expert": "Deskundige",
|
|
220
|
-
"master": "Meester",
|
|
221
|
-
"grandmaster": "Grootmeester",
|
|
222
|
-
"legend": "Legende"
|
|
223
|
-
},
|
|
224
|
-
"achievements": {
|
|
225
|
-
"title": "Prestaties",
|
|
226
|
-
"unlocked": "Ontgrendeld",
|
|
227
|
-
"locked": "Vergrendeld",
|
|
228
|
-
"progress": "Voortgang",
|
|
229
|
-
"reward": "Beloning",
|
|
230
|
-
"unlockedAt": "Ontgrendeld aan",
|
|
231
|
-
"categories": {
|
|
232
|
-
"study": "Studie",
|
|
233
|
-
"cards": "Kaarten",
|
|
234
|
-
"decks": "Dekken",
|
|
235
|
-
"streak": "Streep",
|
|
236
|
-
"special": "Speciaal"
|
|
237
|
-
}
|
|
238
|
-
},
|
|
239
|
-
"challenges": {
|
|
240
|
-
"title": "Dagelijkse uitdagingen",
|
|
241
|
-
"today": "De uitdagingen van vandaag",
|
|
242
|
-
"completed": "Voltooid",
|
|
243
|
-
"inProgress": "In uitvoering",
|
|
244
|
-
"reward": "Beloning",
|
|
245
|
-
"goal": "Doel",
|
|
246
|
-
"progress": "Voortgang"
|
|
247
|
-
},
|
|
248
|
-
"xpRewards": {
|
|
249
|
-
"cardReviewed": "+{{amount}} XP - Kaart beoordeeld",
|
|
250
|
-
"cardCorrect": "+{{amount}} XP - Juist antwoord",
|
|
251
|
-
"cardPerfect": "+{{amount}} XP - Perfect!",
|
|
252
|
-
"deckCreated": "+{{amount}} XP - Dek gemaakt",
|
|
253
|
-
"studySession": "+{{amount}} XP - Studiesessie",
|
|
254
|
-
"dailyGoal": "+{{amount}} XP - Dagelijks doel behaald",
|
|
255
|
-
"streakDay": "+{{amount}} XP - Streakdag",
|
|
256
|
-
"achievementUnlocked": "+{{amount}} XP - Prestatie ontgrendeld"
|
|
257
|
-
}
|
|
258
|
-
},
|
|
259
|
-
"matching": {
|
|
260
|
-
"title": "Bijpassend spel",
|
|
261
|
-
"instructions": "Match de kaarten door op paren te tikken",
|
|
262
|
-
"matches": "Wedstrijden",
|
|
263
|
-
"attempts": "Pogingen",
|
|
264
|
-
"timeElapsed": "Tijd",
|
|
265
|
-
"perfect": "Perfecte wedstrijd!",
|
|
266
|
-
"tryAgain": "Probeer het opnieuw"
|
|
267
|
-
},
|
|
268
|
-
"quiz": {
|
|
269
|
-
"title": "Meerkeuzequiz",
|
|
270
|
-
"question": "Vraag",
|
|
271
|
-
"chooseAnswer": "Kies het juiste antwoord",
|
|
272
|
-
"correct": "Juist!",
|
|
273
|
-
"incorrect": "Onjuist",
|
|
274
|
-
"showAnswer": "Toon antwoord",
|
|
275
|
-
"nextQuestion": "Volgende vraag"
|
|
276
|
-
},
|
|
277
|
-
"writing": {
|
|
278
|
-
"title": "Schrijfmodus",
|
|
279
|
-
"instructions": "Typ het antwoord",
|
|
280
|
-
"yourAnswer": "Jouw antwoord",
|
|
281
|
-
"correctAnswer": "Correct antwoord",
|
|
282
|
-
"similarity": "Gelijkenis",
|
|
283
|
-
"strictMode": "Strenge modus",
|
|
284
|
-
"fuzzyMatching": "Fuzzy-matching",
|
|
285
|
-
"check": "Controleer antwoord"
|
|
286
|
-
}
|
|
287
|
-
}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"back": "Rug",
|
|
3
|
-
"cancel": "Annuleren",
|
|
4
|
-
"confirm": "Bevestigen",
|
|
5
|
-
"continue": "Doorgaan",
|
|
6
|
-
"delete": "Verwijderen",
|
|
7
|
-
"edit": "Bewerking",
|
|
8
|
-
"error": "Fout",
|
|
9
|
-
"loading": "Laden...",
|
|
10
|
-
"notNow": "Niet nu",
|
|
11
|
-
"ok": "OK",
|
|
12
|
-
"optional": "Optioneel",
|
|
13
|
-
"save": "Redden",
|
|
14
|
-
"something_went_wrong": "Er is iets misgegaan",
|
|
15
|
-
"success": "Succes",
|
|
16
|
-
"close": "Dichtbij",
|
|
17
|
-
"done": "Klaar",
|
|
18
|
-
"next": "Volgende",
|
|
19
|
-
"previous": "Vorig",
|
|
20
|
-
"skip": "Overslaan",
|
|
21
|
-
"retry": "Opnieuw proberen",
|
|
22
|
-
"refresh": "Vernieuwen",
|
|
23
|
-
"search": "Zoekopdracht",
|
|
24
|
-
"filter": "Filter",
|
|
25
|
-
"sort": "Soort",
|
|
26
|
-
"add": "Toevoegen",
|
|
27
|
-
"remove": "Verwijderen",
|
|
28
|
-
"update": "Update",
|
|
29
|
-
"create": "Creëren",
|
|
30
|
-
"view": "Weergave",
|
|
31
|
-
"details": "Details",
|
|
32
|
-
"share": "Deel",
|
|
33
|
-
"download": "Downloaden",
|
|
34
|
-
"upload": "Uploaden",
|
|
35
|
-
"submit": "Indienen",
|
|
36
|
-
"reset": "Opnieuw instellen",
|
|
37
|
-
"clear": "Duidelijk",
|
|
38
|
-
"apply": "Toepassen",
|
|
39
|
-
"yes": "Ja",
|
|
40
|
-
"no": "Nee",
|
|
41
|
-
"all": "Alle",
|
|
42
|
-
"none": "Geen",
|
|
43
|
-
"of": "van",
|
|
44
|
-
"select": "Selecteer",
|
|
45
|
-
"selected": "Gekozen",
|
|
46
|
-
"required": "Vereist",
|
|
47
|
-
"empty": "Leeg",
|
|
48
|
-
"noData": "Geen gegevens beschikbaar",
|
|
49
|
-
"noResults": "Geen resultaten gevonden",
|
|
50
|
-
"tryAgain": "Probeer het opnieuw",
|
|
51
|
-
"learnMore": "Meer informatie",
|
|
52
|
-
"getStarted": "Ga aan de slag",
|
|
53
|
-
"viewAll": "Bekijk alles",
|
|
54
|
-
"showMore": "Laat meer zien",
|
|
55
|
-
"showLess": "Laat minder zien",
|
|
56
|
-
"start": "Begin",
|
|
57
|
-
"study": "Studie",
|
|
58
|
-
"cards": "Kaarten",
|
|
59
|
-
"correct": "Juist",
|
|
60
|
-
"incorrect": "Onjuist"
|
|
61
|
-
}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Auto-generated translation loader for nl-NL
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by:
|
|
5
|
-
* npm run localization:create-loaders
|
|
6
|
-
*
|
|
7
|
-
* DO NOT EDIT THIS FILE MANUALLY!
|
|
8
|
-
*
|
|
9
|
-
* Translation Modules:
|
|
10
|
-
* - auth: auth.json
|
|
11
|
-
* - branding: branding.json
|
|
12
|
-
* - datetime: datetime.json
|
|
13
|
-
* - errors: errors.json
|
|
14
|
-
* - flashcards: flashcards.json
|
|
15
|
-
* - general: general.json
|
|
16
|
-
* - navigation: navigation.json
|
|
17
|
-
* - onboarding: onboarding.json
|
|
18
|
-
* - settings: settings.json
|
|
19
|
-
*
|
|
20
|
-
* Generated: 2025-11-06T20:57:31.291Z
|
|
21
|
-
*/
|
|
22
|
-
|
|
23
|
-
// Import all translation modules
|
|
24
|
-
// Use require for JSON files to ensure proper Metro bundler handling
|
|
25
|
-
const auth = require('./auth.json');
|
|
26
|
-
const branding = require('./branding.json');
|
|
27
|
-
const datetime = require('./datetime.json');
|
|
28
|
-
const errors = require('./errors.json');
|
|
29
|
-
const flashcards = require('./flashcards.json');
|
|
30
|
-
const general = require('./general.json');
|
|
31
|
-
const navigation = require('./navigation.json');
|
|
32
|
-
const onboarding = require('./onboarding.json');
|
|
33
|
-
const settings = require('./settings.json');
|
|
34
|
-
|
|
35
|
-
// Merge all modules into a single translation object
|
|
36
|
-
// Using nested structure for better namespace organization
|
|
37
|
-
const translations = {
|
|
38
|
-
auth,
|
|
39
|
-
branding,
|
|
40
|
-
datetime,
|
|
41
|
-
errors,
|
|
42
|
-
flashcards,
|
|
43
|
-
general,
|
|
44
|
-
navigation,
|
|
45
|
-
onboarding,
|
|
46
|
-
settings,
|
|
47
|
-
};
|
|
48
|
-
|
|
49
|
-
export default translations;
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"home": "Thuis",
|
|
3
|
-
"settings": "Instellingen",
|
|
4
|
-
"about": "Over",
|
|
5
|
-
"back": "Rug",
|
|
6
|
-
"explore": "Ontdekken",
|
|
7
|
-
"search": "Zoekopdracht",
|
|
8
|
-
"favorites": "Favorieten",
|
|
9
|
-
"activity": "Activiteit",
|
|
10
|
-
"discover": "Ontdekken",
|
|
11
|
-
"library": "Bibliotheek",
|
|
12
|
-
"stats": "Statistieken",
|
|
13
|
-
"wellness": "Welzijn",
|
|
14
|
-
"exercises": "Oefeningen",
|
|
15
|
-
"nutrition": "Voeding",
|
|
16
|
-
"progress": "Voortgang",
|
|
17
|
-
"workouts": "Trainingen",
|
|
18
|
-
"dashboard": "Dashboard",
|
|
19
|
-
"calendar": "Kalender",
|
|
20
|
-
"tasks": "Taken",
|
|
21
|
-
"notes": "Opmerkingen",
|
|
22
|
-
"projects": "Projecten",
|
|
23
|
-
"goals": "Doelen",
|
|
24
|
-
"habits": "Gebruiken",
|
|
25
|
-
"budget": "Begroting",
|
|
26
|
-
"expenses": "Uitgaven",
|
|
27
|
-
"income": "Inkomen",
|
|
28
|
-
"accounts": "Rekeningen",
|
|
29
|
-
"reports": "Rapporten",
|
|
30
|
-
"courses": "Cursussen",
|
|
31
|
-
"lessons": "Lessen",
|
|
32
|
-
"practice": "Oefening",
|
|
33
|
-
"learning": "Leren",
|
|
34
|
-
"meditation": "Meditatie",
|
|
35
|
-
"journal": "Tijdschrift",
|
|
36
|
-
"timer": "Timer",
|
|
37
|
-
"tracking": "Volgen",
|
|
38
|
-
"analytics": "Analyse",
|
|
39
|
-
"community": "Gemeenschap",
|
|
40
|
-
"feed": "Voer",
|
|
41
|
-
"browse": "Blader",
|
|
42
|
-
"categories": "Categorieën",
|
|
43
|
-
"saved": "Opgeslagen",
|
|
44
|
-
"history": "Geschiedenis",
|
|
45
|
-
"achievements": "Prestaties",
|
|
46
|
-
"leaderboard": "Leiderbord",
|
|
47
|
-
"challenges": "Uitdagingen",
|
|
48
|
-
"rewards": "Beloningen",
|
|
49
|
-
"today": "Vandaag",
|
|
50
|
-
"medicines": "Geneesmiddelen",
|
|
51
|
-
"adherence": "Aanhankelijkheid",
|
|
52
|
-
"decks": "Dekken",
|
|
53
|
-
"cards": "Kaarten",
|
|
54
|
-
"study": "Studie",
|
|
55
|
-
"decksDescription": "Organize and manage your flashcard decks",
|
|
56
|
-
"cardsDescription": "View and edit all your flashcards",
|
|
57
|
-
"studyDescription": "Practice with spaced repetition system"
|
|
58
|
-
}
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"skip": "Overslaan",
|
|
3
|
-
"getStarted": "Aan de slag",
|
|
4
|
-
"welcome": {
|
|
5
|
-
"title": "Welkom!",
|
|
6
|
-
"subtitle": "Jouw reis begint hier",
|
|
7
|
-
"getStarted": "Aan de slag",
|
|
8
|
-
"skip": "Overslaan"
|
|
9
|
-
},
|
|
10
|
-
"slides": {
|
|
11
|
-
"slide1": {
|
|
12
|
-
"title": "Ontdek geweldige functies",
|
|
13
|
-
"description": "Ontdek alles wat onze app te bieden heeft"
|
|
14
|
-
},
|
|
15
|
-
"slide2": {
|
|
16
|
-
"title": "Blijf georganiseerd",
|
|
17
|
-
"description": "Houd bij wat het belangrijkst is"
|
|
18
|
-
},
|
|
19
|
-
"slide3": {
|
|
20
|
-
"title": "Bereik uw doelen",
|
|
21
|
-
"description": "Wij zijn hier om u te helpen slagen"
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
"permissions": {
|
|
25
|
-
"title": "Machtigingen",
|
|
26
|
-
"subtitle": "We hebben enkele machtigingen nodig om de beste ervaring te bieden",
|
|
27
|
-
"location": {
|
|
28
|
-
"title": "Locatie",
|
|
29
|
-
"description": "Bied locatiegebaseerde functies aan",
|
|
30
|
-
"enable": "Locatie inschakelen"
|
|
31
|
-
},
|
|
32
|
-
"camera": {
|
|
33
|
-
"title": "Camera",
|
|
34
|
-
"description": "Maak foto's en scan documenten",
|
|
35
|
-
"enable": "Camera inschakelen"
|
|
36
|
-
},
|
|
37
|
-
"photos": {
|
|
38
|
-
"title": "Foto's",
|
|
39
|
-
"description": "Toegang tot uw fotobibliotheek",
|
|
40
|
-
"enable": "Schakel Foto's in"
|
|
41
|
-
},
|
|
42
|
-
"later": "Ik zal dit later doen",
|
|
43
|
-
"continue": "Doorgaan"
|
|
44
|
-
},
|
|
45
|
-
"personalization": {
|
|
46
|
-
"title": "Personaliseer uw ervaring",
|
|
47
|
-
"subtitle": "Vertel ons over jezelf",
|
|
48
|
-
"goals": {
|
|
49
|
-
"title": "Wat zijn je doelen?",
|
|
50
|
-
"options": [
|
|
51
|
-
"Blijf gezond",
|
|
52
|
-
"Wees productief",
|
|
53
|
-
"Leer nieuwe vaardigheden",
|
|
54
|
-
"Maak contact met anderen",
|
|
55
|
-
"Veel plezier"
|
|
56
|
-
]
|
|
57
|
-
},
|
|
58
|
-
"preferences": {
|
|
59
|
-
"title": "Stel uw voorkeuren in",
|
|
60
|
-
"theme": "Kies Thema",
|
|
61
|
-
"language": "Kies Taal"
|
|
62
|
-
},
|
|
63
|
-
"continue": "Doorgaan"
|
|
64
|
-
},
|
|
65
|
-
"complete": {
|
|
66
|
-
"title": "Je bent helemaal klaar!",
|
|
67
|
-
"subtitle": "Laten we beginnen!",
|
|
68
|
-
"startButton": "Begin met het gebruiken van de app"
|
|
69
|
-
},
|
|
70
|
-
"navigation": {
|
|
71
|
-
"next": "Volgende",
|
|
72
|
-
"back": "Rug",
|
|
73
|
-
"skip": "Overslaan",
|
|
74
|
-
"done": "Klaar"
|
|
75
|
-
}
|
|
76
|
-
}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"lightMode": "Lichte modus",
|
|
3
|
-
"darkMode": "Donkere modus",
|
|
4
|
-
"language": "Taal",
|
|
5
|
-
"aboutDescription": "App-informatie en versie",
|
|
6
|
-
"about": {
|
|
7
|
-
"title": "Over",
|
|
8
|
-
"description": "App-informatie en versie",
|
|
9
|
-
"appVersion": "App-versie",
|
|
10
|
-
"moreApps": "Meer apps",
|
|
11
|
-
"moreAppsDescription": "Bekijk ook onze andere apps",
|
|
12
|
-
"contactEmail": "Neem contact op met E-mail",
|
|
13
|
-
"website": "Website"
|
|
14
|
-
},
|
|
15
|
-
"disclaimer": {
|
|
16
|
-
"title": "Gezondheidsdisclaimer",
|
|
17
|
-
"shortMessage": "Tik om belangrijke gezondheidsinformatie te lezen",
|
|
18
|
-
"message": "Deze app is alleen bedoeld voor informatieve en welzijnsondersteuningsdoeleinden. Het is GEEN vervanging voor professionele medische of geestelijke gezondheidszorg.\n\nAls u een gezondheidscrisis of noodsituatie ervaart, neem dan onmiddellijk contact op met uw plaatselijke hulpdiensten of zorgverlener.\n\nRaadpleeg altijd gekwalificeerde beroepsbeoefenaren in de gezondheidszorg voor medisch advies, diagnose of behandeling. De inhoud van deze app mag niet worden gebruikt als vervanging voor professioneel medisch oordeel.\n\nUw privacy is belangrijk. Alle gegevens blijven privé op uw apparaat, tenzij u er expliciet voor kiest deze te delen."
|
|
19
|
-
},
|
|
20
|
-
"legal": {
|
|
21
|
-
"title": "Legaal",
|
|
22
|
-
"description": "Privacybeleid, gebruiksvoorwaarden en EULA",
|
|
23
|
-
"privacy": "Privacybeleid",
|
|
24
|
-
"privacyDescription": "Hoe wij met uw gegevens omgaan",
|
|
25
|
-
"terms": "Gebruiksvoorwaarden",
|
|
26
|
-
"termsDescription": "Algemene voorwaarden",
|
|
27
|
-
"eula": "Licentieovereenkomst voor eindgebruikers",
|
|
28
|
-
"eulaDescription": "Licentieovereenkomst"
|
|
29
|
-
},
|
|
30
|
-
"version": {
|
|
31
|
-
"title": "App-versie"
|
|
32
|
-
},
|
|
33
|
-
"languageSelection": {
|
|
34
|
-
"title": "Selecteer Taal",
|
|
35
|
-
"description": "Kies uw voorkeurstaal",
|
|
36
|
-
"currentLanguage": "Huidige taal",
|
|
37
|
-
"searchPlaceholder": "Zoek talen"
|
|
38
|
-
},
|
|
39
|
-
"appearance": {
|
|
40
|
-
"title": "Verschijning",
|
|
41
|
-
"darkMode": "Donkere modus",
|
|
42
|
-
"darkTheme": "Donker thema",
|
|
43
|
-
"lightTheme": "Licht thema",
|
|
44
|
-
"themeDescription": "Taal- en thema-instellingen"
|
|
45
|
-
},
|
|
46
|
-
"notifications": {
|
|
47
|
-
"title": "Meldingen",
|
|
48
|
-
"description": "Beheer meldingsvoorkeuren",
|
|
49
|
-
"enableNotifications": "Meldingen inschakelen",
|
|
50
|
-
"notificationPermission": "Meldingstoestemming",
|
|
51
|
-
"notificationPermissionDescription": "Toestaan dat de app meldingen verzendt"
|
|
52
|
-
}
|
|
53
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"welcomeBack": "Velkommen tilbake",
|
|
3
|
-
"loginSubtitle": "Logg på for å synkronisere flashcards på tvers av enheter",
|
|
4
|
-
"email": "E-post",
|
|
5
|
-
"password": "Passord",
|
|
6
|
-
"enterPassword": "Skriv inn passordet ditt",
|
|
7
|
-
"login": "Logg inn",
|
|
8
|
-
"createAccount": "Opprett konto",
|
|
9
|
-
"continueAsGuest": "Fortsett som gjest",
|
|
10
|
-
"register": "Register",
|
|
11
|
-
"displayName": "Vist navn",
|
|
12
|
-
"enterDisplayName": "Skriv inn navnet ditt",
|
|
13
|
-
"confirmPassword": "Bekreft passord",
|
|
14
|
-
"reenterPassword": "Skriv inn passordet ditt på nytt",
|
|
15
|
-
"backToLogin": "Tilbake til pålogging",
|
|
16
|
-
"registerSubtitle": "Opprett en konto for å synkronisere dataene dine",
|
|
17
|
-
"fillAllFields": "Vennligst fyll ut alle feltene",
|
|
18
|
-
"passwordsDoNotMatch": "Passord stemmer ikke",
|
|
19
|
-
"passwordTooShort": "Passordet må være på minst 6 tegn",
|
|
20
|
-
"loginFailed": "Innlogging mislyktes. Vennligst sjekk legitimasjonen din.",
|
|
21
|
-
"registrationFailed": "Registreringen mislyktes. Vennligst prøv igjen.",
|
|
22
|
-
"logout": "Logg ut",
|
|
23
|
-
"profile": "Profil",
|
|
24
|
-
"account": "Konto",
|
|
25
|
-
"signedInAs": "Logget på som",
|
|
26
|
-
"guestMode": "Gjestemodus",
|
|
27
|
-
"guestModeDescription": "Dataene dine lagres lokalt på denne enheten",
|
|
28
|
-
"syncData": "Synkroniser lokale data",
|
|
29
|
-
"syncDataDescription": "Last opp dine lokale flashcards til skyen",
|
|
30
|
-
"syncSuccess": "Data ble synkronisert",
|
|
31
|
-
"syncFailed": "Kunne ikke synkronisere data"
|
|
32
|
-
}
|