@umituz/react-native-localization 1.1.0 → 1.2.0
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/README.md +23 -0
- package/lib/infrastructure/config/i18n.d.ts +4 -1
- package/lib/infrastructure/config/i18n.d.ts.map +1 -1
- package/lib/infrastructure/config/i18n.js +204 -27
- package/lib/infrastructure/config/i18n.js.map +1 -1
- package/lib/infrastructure/config/languages.d.ts +1 -1
- package/lib/infrastructure/config/languages.d.ts.map +1 -1
- package/lib/infrastructure/config/languages.js +2 -2
- package/lib/infrastructure/config/languages.js.map +1 -1
- package/lib/infrastructure/config/languagesData.js +2 -2
- package/lib/infrastructure/config/languagesData.js.map +1 -1
- package/lib/infrastructure/locales/ar-SA/auth.json +32 -0
- package/lib/infrastructure/locales/ar-SA/branding.json +9 -0
- package/lib/infrastructure/locales/ar-SA/datetime.json +140 -0
- package/lib/infrastructure/locales/ar-SA/errors.json +43 -0
- package/lib/infrastructure/locales/ar-SA/flashcards.json +287 -0
- package/lib/infrastructure/locales/ar-SA/general.json +61 -0
- package/lib/infrastructure/locales/ar-SA/index.d.ts +778 -0
- package/lib/infrastructure/locales/ar-SA/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/ar-SA/index.js +46 -0
- package/lib/infrastructure/locales/ar-SA/index.js.map +1 -0
- package/lib/infrastructure/locales/ar-SA/navigation.json +58 -0
- package/lib/infrastructure/locales/ar-SA/onboarding.json +76 -0
- package/lib/infrastructure/locales/ar-SA/settings.json +53 -0
- package/lib/infrastructure/locales/bg-BG/auth.json +32 -0
- package/lib/infrastructure/locales/bg-BG/branding.json +9 -0
- package/lib/infrastructure/locales/bg-BG/datetime.json +140 -0
- package/lib/infrastructure/locales/bg-BG/errors.json +43 -0
- package/lib/infrastructure/locales/bg-BG/flashcards.json +287 -0
- package/lib/infrastructure/locales/bg-BG/general.json +61 -0
- package/lib/infrastructure/locales/bg-BG/index.d.ts +778 -0
- package/lib/infrastructure/locales/bg-BG/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/bg-BG/index.js +46 -0
- package/lib/infrastructure/locales/bg-BG/index.js.map +1 -0
- package/lib/infrastructure/locales/bg-BG/navigation.json +58 -0
- package/lib/infrastructure/locales/bg-BG/onboarding.json +76 -0
- package/lib/infrastructure/locales/bg-BG/settings.json +53 -0
- package/lib/infrastructure/locales/cs-CZ/branding.json +9 -0
- package/lib/infrastructure/locales/cs-CZ/datetime.json +140 -0
- package/lib/infrastructure/locales/cs-CZ/errors.json +43 -0
- package/lib/infrastructure/locales/cs-CZ/flashcards.json +287 -0
- package/lib/infrastructure/locales/cs-CZ/general.json +61 -0
- package/lib/infrastructure/locales/cs-CZ/index.d.ts +745 -0
- package/lib/infrastructure/locales/cs-CZ/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/cs-CZ/index.js +43 -0
- package/lib/infrastructure/locales/cs-CZ/index.js.map +1 -0
- package/lib/infrastructure/locales/cs-CZ/navigation.json +58 -0
- package/lib/infrastructure/locales/cs-CZ/onboarding.json +76 -0
- package/lib/infrastructure/locales/cs-CZ/settings.json +53 -0
- package/lib/infrastructure/locales/da-DK/branding.json +9 -0
- package/lib/infrastructure/locales/da-DK/datetime.json +140 -0
- package/lib/infrastructure/locales/da-DK/errors.json +43 -0
- package/lib/infrastructure/locales/da-DK/flashcards.json +287 -0
- package/lib/infrastructure/locales/da-DK/general.json +61 -0
- package/lib/infrastructure/locales/da-DK/index.d.ts +745 -0
- package/lib/infrastructure/locales/da-DK/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/da-DK/index.js +43 -0
- package/lib/infrastructure/locales/da-DK/index.js.map +1 -0
- package/lib/infrastructure/locales/da-DK/navigation.json +58 -0
- package/lib/infrastructure/locales/da-DK/onboarding.json +76 -0
- package/lib/infrastructure/locales/da-DK/settings.json +53 -0
- package/lib/infrastructure/locales/de-DE/branding.json +9 -0
- package/lib/infrastructure/locales/de-DE/datetime.json +140 -0
- package/lib/infrastructure/locales/de-DE/errors.json +43 -0
- package/lib/infrastructure/locales/de-DE/flashcards.json +287 -0
- package/lib/infrastructure/locales/de-DE/general.json +61 -0
- package/lib/infrastructure/locales/de-DE/index.d.ts +745 -0
- package/lib/infrastructure/locales/de-DE/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/de-DE/index.js +43 -0
- package/lib/infrastructure/locales/de-DE/index.js.map +1 -0
- package/lib/infrastructure/locales/de-DE/navigation.json +58 -0
- package/lib/infrastructure/locales/de-DE/onboarding.json +76 -0
- package/lib/infrastructure/locales/de-DE/settings.json +53 -0
- package/lib/infrastructure/locales/el-GR/branding.json +9 -0
- package/lib/infrastructure/locales/el-GR/datetime.json +140 -0
- package/lib/infrastructure/locales/el-GR/errors.json +43 -0
- package/lib/infrastructure/locales/el-GR/flashcards.json +287 -0
- package/lib/infrastructure/locales/el-GR/general.json +61 -0
- package/lib/infrastructure/locales/el-GR/index.d.ts +745 -0
- package/lib/infrastructure/locales/el-GR/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/el-GR/index.js +43 -0
- package/lib/infrastructure/locales/el-GR/index.js.map +1 -0
- package/lib/infrastructure/locales/el-GR/navigation.json +58 -0
- package/lib/infrastructure/locales/el-GR/onboarding.json +76 -0
- package/lib/infrastructure/locales/el-GR/settings.json +53 -0
- package/lib/infrastructure/locales/en-AU/branding.json +9 -0
- package/lib/infrastructure/locales/en-AU/datetime.json +140 -0
- package/lib/infrastructure/locales/en-AU/errors.json +43 -0
- package/lib/infrastructure/locales/en-AU/flashcards.json +77 -0
- package/lib/infrastructure/locales/en-AU/general.json +61 -0
- package/lib/infrastructure/locales/en-AU/index.d.ts +535 -0
- package/lib/infrastructure/locales/en-AU/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/en-AU/index.js +43 -0
- package/lib/infrastructure/locales/en-AU/index.js.map +1 -0
- package/lib/infrastructure/locales/en-AU/navigation.json +58 -0
- package/lib/infrastructure/locales/en-AU/onboarding.json +76 -0
- package/lib/infrastructure/locales/en-AU/settings.json +53 -0
- package/lib/infrastructure/locales/en-CA/branding.json +9 -0
- package/lib/infrastructure/locales/en-CA/datetime.json +140 -0
- package/lib/infrastructure/locales/en-CA/errors.json +43 -0
- package/lib/infrastructure/locales/en-CA/flashcards.json +77 -0
- package/lib/infrastructure/locales/en-CA/general.json +61 -0
- package/lib/infrastructure/locales/en-CA/index.d.ts +535 -0
- package/lib/infrastructure/locales/en-CA/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/en-CA/index.js +43 -0
- package/lib/infrastructure/locales/en-CA/index.js.map +1 -0
- package/lib/infrastructure/locales/en-CA/navigation.json +58 -0
- package/lib/infrastructure/locales/en-CA/onboarding.json +76 -0
- package/lib/infrastructure/locales/en-CA/settings.json +53 -0
- package/lib/infrastructure/locales/en-GB/branding.json +9 -0
- package/lib/infrastructure/locales/en-GB/datetime.json +140 -0
- package/lib/infrastructure/locales/en-GB/errors.json +43 -0
- package/lib/infrastructure/locales/en-GB/flashcards.json +77 -0
- package/lib/infrastructure/locales/en-GB/general.json +61 -0
- package/lib/infrastructure/locales/en-GB/index.d.ts +535 -0
- package/lib/infrastructure/locales/en-GB/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/en-GB/index.js +43 -0
- package/lib/infrastructure/locales/en-GB/index.js.map +1 -0
- package/lib/infrastructure/locales/en-GB/navigation.json +58 -0
- package/lib/infrastructure/locales/en-GB/onboarding.json +76 -0
- package/lib/infrastructure/locales/en-GB/settings.json +53 -0
- package/lib/infrastructure/locales/en-US/auth.json +32 -0
- package/lib/infrastructure/locales/en-US/branding.json +9 -0
- package/lib/infrastructure/locales/en-US/flashcards.json +310 -0
- package/lib/infrastructure/locales/en-US/general.json +6 -1
- package/lib/infrastructure/locales/en-US/index.d.ts +350 -332
- package/lib/infrastructure/locales/en-US/index.d.ts.map +1 -1
- package/lib/infrastructure/locales/en-US/index.js +30 -19
- package/lib/infrastructure/locales/en-US/index.js.map +1 -1
- package/lib/infrastructure/locales/en-US/navigation.json +4 -1
- package/lib/infrastructure/locales/en-US/settings.json +0 -12
- package/lib/infrastructure/locales/es-ES/branding.json +9 -0
- package/lib/infrastructure/locales/es-ES/datetime.json +140 -0
- package/lib/infrastructure/locales/es-ES/errors.json +43 -0
- package/lib/infrastructure/locales/es-ES/flashcards.json +287 -0
- package/lib/infrastructure/locales/es-ES/general.json +61 -0
- package/lib/infrastructure/locales/es-ES/index.d.ts +745 -0
- package/lib/infrastructure/locales/es-ES/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/es-ES/index.js +43 -0
- package/lib/infrastructure/locales/es-ES/index.js.map +1 -0
- package/lib/infrastructure/locales/es-ES/navigation.json +58 -0
- package/lib/infrastructure/locales/es-ES/onboarding.json +76 -0
- package/lib/infrastructure/locales/es-ES/settings.json +53 -0
- package/lib/infrastructure/locales/es-MX/branding.json +9 -0
- package/lib/infrastructure/locales/es-MX/datetime.json +140 -0
- package/lib/infrastructure/locales/es-MX/errors.json +43 -0
- package/lib/infrastructure/locales/es-MX/flashcards.json +276 -0
- package/lib/infrastructure/locales/es-MX/general.json +61 -0
- package/lib/infrastructure/locales/es-MX/index.d.ts +734 -0
- package/lib/infrastructure/locales/es-MX/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/es-MX/index.js +43 -0
- package/lib/infrastructure/locales/es-MX/index.js.map +1 -0
- package/lib/infrastructure/locales/es-MX/navigation.json +58 -0
- package/lib/infrastructure/locales/es-MX/onboarding.json +76 -0
- package/lib/infrastructure/locales/es-MX/settings.json +53 -0
- package/lib/infrastructure/locales/fi-FI/branding.json +9 -0
- package/lib/infrastructure/locales/fi-FI/datetime.json +140 -0
- package/lib/infrastructure/locales/fi-FI/errors.json +43 -0
- package/lib/infrastructure/locales/fi-FI/flashcards.json +287 -0
- package/lib/infrastructure/locales/fi-FI/general.json +61 -0
- package/lib/infrastructure/locales/fi-FI/index.d.ts +745 -0
- package/lib/infrastructure/locales/fi-FI/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/fi-FI/index.js +43 -0
- package/lib/infrastructure/locales/fi-FI/index.js.map +1 -0
- package/lib/infrastructure/locales/fi-FI/navigation.json +58 -0
- package/lib/infrastructure/locales/fi-FI/onboarding.json +76 -0
- package/lib/infrastructure/locales/fi-FI/settings.json +53 -0
- package/lib/infrastructure/locales/fr-CA/branding.json +9 -0
- package/lib/infrastructure/locales/fr-CA/datetime.json +140 -0
- package/lib/infrastructure/locales/fr-CA/errors.json +43 -0
- package/lib/infrastructure/locales/fr-CA/flashcards.json +287 -0
- package/lib/infrastructure/locales/fr-CA/general.json +61 -0
- package/lib/infrastructure/locales/fr-CA/index.d.ts +745 -0
- package/lib/infrastructure/locales/fr-CA/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/fr-CA/index.js +43 -0
- package/lib/infrastructure/locales/fr-CA/index.js.map +1 -0
- package/lib/infrastructure/locales/fr-CA/navigation.json +58 -0
- package/lib/infrastructure/locales/fr-CA/onboarding.json +76 -0
- package/lib/infrastructure/locales/fr-CA/settings.json +53 -0
- package/lib/infrastructure/locales/fr-FR/branding.json +9 -0
- package/lib/infrastructure/locales/fr-FR/datetime.json +140 -0
- package/lib/infrastructure/locales/fr-FR/errors.json +43 -0
- package/lib/infrastructure/locales/fr-FR/flashcards.json +287 -0
- package/lib/infrastructure/locales/fr-FR/general.json +61 -0
- package/lib/infrastructure/locales/fr-FR/index.d.ts +745 -0
- package/lib/infrastructure/locales/fr-FR/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/fr-FR/index.js +43 -0
- package/lib/infrastructure/locales/fr-FR/index.js.map +1 -0
- package/lib/infrastructure/locales/fr-FR/navigation.json +58 -0
- package/lib/infrastructure/locales/fr-FR/onboarding.json +76 -0
- package/lib/infrastructure/locales/fr-FR/settings.json +53 -0
- package/lib/infrastructure/locales/hi-IN/branding.json +9 -0
- package/lib/infrastructure/locales/hi-IN/datetime.json +140 -0
- package/lib/infrastructure/locales/hi-IN/errors.json +43 -0
- package/lib/infrastructure/locales/hi-IN/flashcards.json +287 -0
- package/lib/infrastructure/locales/hi-IN/general.json +61 -0
- package/lib/infrastructure/locales/hi-IN/index.d.ts +745 -0
- package/lib/infrastructure/locales/hi-IN/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/hi-IN/index.js +43 -0
- package/lib/infrastructure/locales/hi-IN/index.js.map +1 -0
- package/lib/infrastructure/locales/hi-IN/navigation.json +58 -0
- package/lib/infrastructure/locales/hi-IN/onboarding.json +76 -0
- package/lib/infrastructure/locales/hi-IN/settings.json +53 -0
- package/lib/infrastructure/locales/hr-HR/branding.json +9 -0
- package/lib/infrastructure/locales/hr-HR/datetime.json +140 -0
- package/lib/infrastructure/locales/hr-HR/errors.json +43 -0
- package/lib/infrastructure/locales/hr-HR/flashcards.json +276 -0
- package/lib/infrastructure/locales/hr-HR/general.json +61 -0
- package/lib/infrastructure/locales/hr-HR/index.d.ts +734 -0
- package/lib/infrastructure/locales/hr-HR/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/hr-HR/index.js +43 -0
- package/lib/infrastructure/locales/hr-HR/index.js.map +1 -0
- package/lib/infrastructure/locales/hr-HR/navigation.json +58 -0
- package/lib/infrastructure/locales/hr-HR/onboarding.json +76 -0
- package/lib/infrastructure/locales/hr-HR/settings.json +53 -0
- package/lib/infrastructure/locales/hu-HU/branding.json +9 -0
- package/lib/infrastructure/locales/hu-HU/datetime.json +140 -0
- package/lib/infrastructure/locales/hu-HU/errors.json +43 -0
- package/lib/infrastructure/locales/hu-HU/flashcards.json +287 -0
- package/lib/infrastructure/locales/hu-HU/general.json +61 -0
- package/lib/infrastructure/locales/hu-HU/index.d.ts +745 -0
- package/lib/infrastructure/locales/hu-HU/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/hu-HU/index.js +43 -0
- package/lib/infrastructure/locales/hu-HU/index.js.map +1 -0
- package/lib/infrastructure/locales/hu-HU/navigation.json +58 -0
- package/lib/infrastructure/locales/hu-HU/onboarding.json +76 -0
- package/lib/infrastructure/locales/hu-HU/settings.json +53 -0
- package/lib/infrastructure/locales/id-ID/branding.json +9 -0
- package/lib/infrastructure/locales/id-ID/datetime.json +140 -0
- package/lib/infrastructure/locales/id-ID/errors.json +43 -0
- package/lib/infrastructure/locales/id-ID/flashcards.json +287 -0
- package/lib/infrastructure/locales/id-ID/general.json +61 -0
- package/lib/infrastructure/locales/id-ID/index.d.ts +745 -0
- package/lib/infrastructure/locales/id-ID/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/id-ID/index.js +43 -0
- package/lib/infrastructure/locales/id-ID/index.js.map +1 -0
- package/lib/infrastructure/locales/id-ID/navigation.json +58 -0
- package/lib/infrastructure/locales/id-ID/onboarding.json +76 -0
- package/lib/infrastructure/locales/id-ID/settings.json +53 -0
- package/lib/infrastructure/locales/it-IT/branding.json +9 -0
- package/lib/infrastructure/locales/it-IT/datetime.json +140 -0
- package/lib/infrastructure/locales/it-IT/errors.json +43 -0
- package/lib/infrastructure/locales/it-IT/flashcards.json +287 -0
- package/lib/infrastructure/locales/it-IT/general.json +61 -0
- package/lib/infrastructure/locales/it-IT/index.d.ts +745 -0
- package/lib/infrastructure/locales/it-IT/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/it-IT/index.js +43 -0
- package/lib/infrastructure/locales/it-IT/index.js.map +1 -0
- package/lib/infrastructure/locales/it-IT/navigation.json +58 -0
- package/lib/infrastructure/locales/it-IT/onboarding.json +76 -0
- package/lib/infrastructure/locales/it-IT/settings.json +53 -0
- package/lib/infrastructure/locales/ja-JP/branding.json +9 -0
- package/lib/infrastructure/locales/ja-JP/datetime.json +140 -0
- package/lib/infrastructure/locales/ja-JP/errors.json +43 -0
- package/lib/infrastructure/locales/ja-JP/flashcards.json +287 -0
- package/lib/infrastructure/locales/ja-JP/general.json +61 -0
- package/lib/infrastructure/locales/ja-JP/index.d.ts +745 -0
- package/lib/infrastructure/locales/ja-JP/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/ja-JP/index.js +43 -0
- package/lib/infrastructure/locales/ja-JP/index.js.map +1 -0
- package/lib/infrastructure/locales/ja-JP/navigation.json +58 -0
- package/lib/infrastructure/locales/ja-JP/onboarding.json +76 -0
- package/lib/infrastructure/locales/ja-JP/settings.json +53 -0
- package/lib/infrastructure/locales/ko-KR/branding.json +9 -0
- package/lib/infrastructure/locales/ko-KR/datetime.json +140 -0
- package/lib/infrastructure/locales/ko-KR/errors.json +43 -0
- package/lib/infrastructure/locales/ko-KR/flashcards.json +287 -0
- package/lib/infrastructure/locales/ko-KR/general.json +61 -0
- package/lib/infrastructure/locales/ko-KR/index.d.ts +745 -0
- package/lib/infrastructure/locales/ko-KR/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/ko-KR/index.js +43 -0
- package/lib/infrastructure/locales/ko-KR/index.js.map +1 -0
- package/lib/infrastructure/locales/ko-KR/navigation.json +58 -0
- package/lib/infrastructure/locales/ko-KR/onboarding.json +76 -0
- package/lib/infrastructure/locales/ko-KR/settings.json +53 -0
- package/lib/infrastructure/locales/ms-MY/branding.json +9 -0
- package/lib/infrastructure/locales/ms-MY/datetime.json +140 -0
- package/lib/infrastructure/locales/ms-MY/errors.json +43 -0
- package/lib/infrastructure/locales/ms-MY/flashcards.json +287 -0
- package/lib/infrastructure/locales/ms-MY/general.json +61 -0
- package/lib/infrastructure/locales/ms-MY/index.d.ts +745 -0
- package/lib/infrastructure/locales/ms-MY/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/ms-MY/index.js +43 -0
- package/lib/infrastructure/locales/ms-MY/index.js.map +1 -0
- package/lib/infrastructure/locales/ms-MY/navigation.json +58 -0
- package/lib/infrastructure/locales/ms-MY/onboarding.json +76 -0
- package/lib/infrastructure/locales/ms-MY/settings.json +53 -0
- package/lib/infrastructure/locales/nl-NL/branding.json +9 -0
- package/lib/infrastructure/locales/nl-NL/datetime.json +140 -0
- package/lib/infrastructure/locales/nl-NL/errors.json +43 -0
- package/lib/infrastructure/locales/nl-NL/flashcards.json +287 -0
- package/lib/infrastructure/locales/nl-NL/general.json +61 -0
- package/lib/infrastructure/locales/nl-NL/index.d.ts +745 -0
- package/lib/infrastructure/locales/nl-NL/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/nl-NL/index.js +43 -0
- package/lib/infrastructure/locales/nl-NL/index.js.map +1 -0
- package/lib/infrastructure/locales/nl-NL/navigation.json +58 -0
- package/lib/infrastructure/locales/nl-NL/onboarding.json +76 -0
- package/lib/infrastructure/locales/nl-NL/settings.json +53 -0
- package/lib/infrastructure/locales/no-NO/branding.json +9 -0
- package/lib/infrastructure/locales/no-NO/datetime.json +140 -0
- package/lib/infrastructure/locales/no-NO/errors.json +43 -0
- package/lib/infrastructure/locales/no-NO/flashcards.json +287 -0
- package/lib/infrastructure/locales/no-NO/general.json +61 -0
- package/lib/infrastructure/locales/no-NO/index.d.ts +745 -0
- package/lib/infrastructure/locales/no-NO/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/no-NO/index.js +43 -0
- package/lib/infrastructure/locales/no-NO/index.js.map +1 -0
- package/lib/infrastructure/locales/no-NO/navigation.json +58 -0
- package/lib/infrastructure/locales/no-NO/onboarding.json +76 -0
- package/lib/infrastructure/locales/no-NO/settings.json +53 -0
- package/lib/infrastructure/locales/pl-PL/branding.json +9 -0
- package/lib/infrastructure/locales/pl-PL/datetime.json +140 -0
- package/lib/infrastructure/locales/pl-PL/errors.json +43 -0
- package/lib/infrastructure/locales/pl-PL/flashcards.json +287 -0
- package/lib/infrastructure/locales/pl-PL/general.json +61 -0
- package/lib/infrastructure/locales/pl-PL/index.d.ts +745 -0
- package/lib/infrastructure/locales/pl-PL/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/pl-PL/index.js +43 -0
- package/lib/infrastructure/locales/pl-PL/index.js.map +1 -0
- package/lib/infrastructure/locales/pl-PL/navigation.json +58 -0
- package/lib/infrastructure/locales/pl-PL/onboarding.json +76 -0
- package/lib/infrastructure/locales/pl-PL/settings.json +53 -0
- package/lib/infrastructure/locales/pt-BR/branding.json +9 -0
- package/lib/infrastructure/locales/pt-BR/datetime.json +140 -0
- package/lib/infrastructure/locales/pt-BR/errors.json +43 -0
- package/lib/infrastructure/locales/pt-BR/flashcards.json +287 -0
- package/lib/infrastructure/locales/pt-BR/general.json +61 -0
- package/lib/infrastructure/locales/pt-BR/index.d.ts +745 -0
- package/lib/infrastructure/locales/pt-BR/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/pt-BR/index.js +43 -0
- package/lib/infrastructure/locales/pt-BR/index.js.map +1 -0
- package/lib/infrastructure/locales/pt-BR/navigation.json +58 -0
- package/lib/infrastructure/locales/pt-BR/onboarding.json +76 -0
- package/lib/infrastructure/locales/pt-BR/settings.json +53 -0
- package/lib/infrastructure/locales/pt-PT/branding.json +9 -0
- package/lib/infrastructure/locales/pt-PT/datetime.json +140 -0
- package/lib/infrastructure/locales/pt-PT/errors.json +43 -0
- package/lib/infrastructure/locales/pt-PT/flashcards.json +287 -0
- package/lib/infrastructure/locales/pt-PT/general.json +61 -0
- package/lib/infrastructure/locales/pt-PT/index.d.ts +745 -0
- package/lib/infrastructure/locales/pt-PT/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/pt-PT/index.js +43 -0
- package/lib/infrastructure/locales/pt-PT/index.js.map +1 -0
- package/lib/infrastructure/locales/pt-PT/navigation.json +58 -0
- package/lib/infrastructure/locales/pt-PT/onboarding.json +76 -0
- package/lib/infrastructure/locales/pt-PT/settings.json +53 -0
- package/lib/infrastructure/locales/ro-RO/branding.json +9 -0
- package/lib/infrastructure/locales/ro-RO/datetime.json +140 -0
- package/lib/infrastructure/locales/ro-RO/errors.json +43 -0
- package/lib/infrastructure/locales/ro-RO/flashcards.json +287 -0
- package/lib/infrastructure/locales/ro-RO/general.json +61 -0
- package/lib/infrastructure/locales/ro-RO/index.d.ts +745 -0
- package/lib/infrastructure/locales/ro-RO/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/ro-RO/index.js +43 -0
- package/lib/infrastructure/locales/ro-RO/index.js.map +1 -0
- package/lib/infrastructure/locales/ro-RO/navigation.json +58 -0
- package/lib/infrastructure/locales/ro-RO/onboarding.json +76 -0
- package/lib/infrastructure/locales/ro-RO/settings.json +53 -0
- package/lib/infrastructure/locales/ru-RU/branding.json +9 -0
- package/lib/infrastructure/locales/ru-RU/datetime.json +140 -0
- package/lib/infrastructure/locales/ru-RU/errors.json +43 -0
- package/lib/infrastructure/locales/ru-RU/flashcards.json +276 -0
- package/lib/infrastructure/locales/ru-RU/general.json +61 -0
- package/lib/infrastructure/locales/ru-RU/index.d.ts +734 -0
- package/lib/infrastructure/locales/ru-RU/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/ru-RU/index.js +43 -0
- package/lib/infrastructure/locales/ru-RU/index.js.map +1 -0
- package/lib/infrastructure/locales/ru-RU/navigation.json +58 -0
- package/lib/infrastructure/locales/ru-RU/onboarding.json +76 -0
- package/lib/infrastructure/locales/ru-RU/settings.json +53 -0
- package/lib/infrastructure/locales/sk-SK/branding.json +9 -0
- package/lib/infrastructure/locales/sk-SK/datetime.json +140 -0
- package/lib/infrastructure/locales/sk-SK/errors.json +43 -0
- package/lib/infrastructure/locales/sk-SK/flashcards.json +287 -0
- package/lib/infrastructure/locales/sk-SK/general.json +61 -0
- package/lib/infrastructure/locales/sk-SK/index.d.ts +745 -0
- package/lib/infrastructure/locales/sk-SK/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/sk-SK/index.js +43 -0
- package/lib/infrastructure/locales/sk-SK/index.js.map +1 -0
- package/lib/infrastructure/locales/sk-SK/navigation.json +58 -0
- package/lib/infrastructure/locales/sk-SK/onboarding.json +76 -0
- package/lib/infrastructure/locales/sk-SK/settings.json +53 -0
- package/lib/infrastructure/locales/sv-SE/branding.json +9 -0
- package/lib/infrastructure/locales/sv-SE/datetime.json +140 -0
- package/lib/infrastructure/locales/sv-SE/errors.json +43 -0
- package/lib/infrastructure/locales/sv-SE/flashcards.json +287 -0
- package/lib/infrastructure/locales/sv-SE/general.json +61 -0
- package/lib/infrastructure/locales/sv-SE/index.d.ts +745 -0
- package/lib/infrastructure/locales/sv-SE/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/sv-SE/index.js +43 -0
- package/lib/infrastructure/locales/sv-SE/index.js.map +1 -0
- package/lib/infrastructure/locales/sv-SE/navigation.json +58 -0
- package/lib/infrastructure/locales/sv-SE/onboarding.json +76 -0
- package/lib/infrastructure/locales/sv-SE/settings.json +53 -0
- package/lib/infrastructure/locales/th-TH/branding.json +9 -0
- package/lib/infrastructure/locales/th-TH/datetime.json +140 -0
- package/lib/infrastructure/locales/th-TH/errors.json +43 -0
- package/lib/infrastructure/locales/th-TH/flashcards.json +287 -0
- package/lib/infrastructure/locales/th-TH/general.json +61 -0
- package/lib/infrastructure/locales/th-TH/index.d.ts +745 -0
- package/lib/infrastructure/locales/th-TH/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/th-TH/index.js +43 -0
- package/lib/infrastructure/locales/th-TH/index.js.map +1 -0
- package/lib/infrastructure/locales/th-TH/navigation.json +58 -0
- package/lib/infrastructure/locales/th-TH/onboarding.json +76 -0
- package/lib/infrastructure/locales/th-TH/settings.json +53 -0
- package/lib/infrastructure/locales/tl-PH/branding.json +9 -0
- package/lib/infrastructure/locales/tl-PH/datetime.json +140 -0
- package/lib/infrastructure/locales/tl-PH/errors.json +43 -0
- package/lib/infrastructure/locales/tl-PH/flashcards.json +287 -0
- package/lib/infrastructure/locales/tl-PH/general.json +61 -0
- package/lib/infrastructure/locales/tl-PH/index.d.ts +745 -0
- package/lib/infrastructure/locales/tl-PH/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/tl-PH/index.js +43 -0
- package/lib/infrastructure/locales/tl-PH/index.js.map +1 -0
- package/lib/infrastructure/locales/tl-PH/navigation.json +58 -0
- package/lib/infrastructure/locales/tl-PH/onboarding.json +76 -0
- package/lib/infrastructure/locales/tl-PH/settings.json +53 -0
- package/lib/infrastructure/locales/tr-TR/branding.json +9 -0
- package/lib/infrastructure/locales/tr-TR/datetime.json +140 -0
- package/lib/infrastructure/locales/tr-TR/errors.json +43 -0
- package/lib/infrastructure/locales/tr-TR/flashcards.json +287 -0
- package/lib/infrastructure/locales/tr-TR/general.json +61 -0
- package/lib/infrastructure/locales/tr-TR/index.d.ts +745 -0
- package/lib/infrastructure/locales/tr-TR/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/tr-TR/index.js +43 -0
- package/lib/infrastructure/locales/tr-TR/index.js.map +1 -0
- package/lib/infrastructure/locales/tr-TR/navigation.json +58 -0
- package/lib/infrastructure/locales/tr-TR/onboarding.json +76 -0
- package/lib/infrastructure/locales/tr-TR/settings.json +53 -0
- package/lib/infrastructure/locales/uk-UA/branding.json +9 -0
- package/lib/infrastructure/locales/uk-UA/datetime.json +140 -0
- package/lib/infrastructure/locales/uk-UA/errors.json +43 -0
- package/lib/infrastructure/locales/uk-UA/flashcards.json +287 -0
- package/lib/infrastructure/locales/uk-UA/general.json +61 -0
- package/lib/infrastructure/locales/uk-UA/index.d.ts +745 -0
- package/lib/infrastructure/locales/uk-UA/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/uk-UA/index.js +43 -0
- package/lib/infrastructure/locales/uk-UA/index.js.map +1 -0
- package/lib/infrastructure/locales/uk-UA/navigation.json +58 -0
- package/lib/infrastructure/locales/uk-UA/onboarding.json +76 -0
- package/lib/infrastructure/locales/uk-UA/settings.json +53 -0
- package/lib/infrastructure/locales/vi-VN/branding.json +9 -0
- package/lib/infrastructure/locales/vi-VN/datetime.json +140 -0
- package/lib/infrastructure/locales/vi-VN/errors.json +43 -0
- package/lib/infrastructure/locales/vi-VN/flashcards.json +287 -0
- package/lib/infrastructure/locales/vi-VN/general.json +61 -0
- package/lib/infrastructure/locales/vi-VN/index.d.ts +745 -0
- package/lib/infrastructure/locales/vi-VN/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/vi-VN/index.js +43 -0
- package/lib/infrastructure/locales/vi-VN/index.js.map +1 -0
- package/lib/infrastructure/locales/vi-VN/navigation.json +58 -0
- package/lib/infrastructure/locales/vi-VN/onboarding.json +76 -0
- package/lib/infrastructure/locales/vi-VN/settings.json +53 -0
- package/lib/infrastructure/locales/zh-CN/branding.json +9 -0
- package/lib/infrastructure/locales/zh-CN/datetime.json +140 -0
- package/lib/infrastructure/locales/zh-CN/errors.json +43 -0
- package/lib/infrastructure/locales/zh-CN/flashcards.json +287 -0
- package/lib/infrastructure/locales/zh-CN/general.json +61 -0
- package/lib/infrastructure/locales/zh-CN/index.d.ts +745 -0
- package/lib/infrastructure/locales/zh-CN/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/zh-CN/index.js +43 -0
- package/lib/infrastructure/locales/zh-CN/index.js.map +1 -0
- package/lib/infrastructure/locales/zh-CN/navigation.json +58 -0
- package/lib/infrastructure/locales/zh-CN/onboarding.json +76 -0
- package/lib/infrastructure/locales/zh-CN/settings.json +53 -0
- package/lib/infrastructure/locales/zh-TW/branding.json +9 -0
- package/lib/infrastructure/locales/zh-TW/datetime.json +140 -0
- package/lib/infrastructure/locales/zh-TW/errors.json +43 -0
- package/lib/infrastructure/locales/zh-TW/flashcards.json +287 -0
- package/lib/infrastructure/locales/zh-TW/general.json +61 -0
- package/lib/infrastructure/locales/zh-TW/index.d.ts +745 -0
- package/lib/infrastructure/locales/zh-TW/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/zh-TW/index.js +43 -0
- package/lib/infrastructure/locales/zh-TW/index.js.map +1 -0
- package/lib/infrastructure/locales/zh-TW/navigation.json +58 -0
- package/lib/infrastructure/locales/zh-TW/onboarding.json +76 -0
- package/lib/infrastructure/locales/zh-TW/settings.json +53 -0
- package/lib/infrastructure/storage/AsyncStorageWrapper.d.ts.map +1 -1
- package/lib/infrastructure/storage/AsyncStorageWrapper.js +6 -2
- package/lib/infrastructure/storage/AsyncStorageWrapper.js.map +1 -1
- package/lib/infrastructure/storage/LocalizationStore.d.ts +7 -2
- package/lib/infrastructure/storage/LocalizationStore.d.ts.map +1 -1
- package/lib/infrastructure/storage/LocalizationStore.js +116 -35
- package/lib/infrastructure/storage/LocalizationStore.js.map +1 -1
- package/package.json +3 -1
- package/scripts/createLocaleLoaders.js +178 -0
- package/src/infrastructure/config/i18n.ts +195 -27
- package/src/infrastructure/config/languages.ts +3 -3
- package/src/infrastructure/config/languagesData.ts +3 -2
- package/src/infrastructure/locales/ar-SA/auth.json +32 -0
- package/src/infrastructure/locales/ar-SA/branding.json +9 -0
- package/src/infrastructure/locales/ar-SA/datetime.json +140 -0
- package/src/infrastructure/locales/ar-SA/errors.json +43 -0
- package/src/infrastructure/locales/ar-SA/flashcards.json +287 -0
- package/src/infrastructure/locales/ar-SA/general.json +61 -0
- package/src/infrastructure/locales/ar-SA/index.ts +48 -0
- package/src/infrastructure/locales/ar-SA/navigation.json +58 -0
- package/src/infrastructure/locales/ar-SA/onboarding.json +76 -0
- package/src/infrastructure/locales/ar-SA/settings.json +53 -0
- package/src/infrastructure/locales/bg-BG/auth.json +32 -0
- package/src/infrastructure/locales/bg-BG/branding.json +9 -0
- package/src/infrastructure/locales/bg-BG/datetime.json +140 -0
- package/src/infrastructure/locales/bg-BG/errors.json +43 -0
- package/src/infrastructure/locales/bg-BG/flashcards.json +287 -0
- package/src/infrastructure/locales/bg-BG/general.json +61 -0
- package/src/infrastructure/locales/bg-BG/index.ts +48 -0
- package/src/infrastructure/locales/bg-BG/navigation.json +58 -0
- package/src/infrastructure/locales/bg-BG/onboarding.json +76 -0
- package/src/infrastructure/locales/bg-BG/settings.json +53 -0
- package/src/infrastructure/locales/cs-CZ/auth.json +32 -0
- package/src/infrastructure/locales/cs-CZ/branding.json +9 -0
- package/src/infrastructure/locales/cs-CZ/datetime.json +140 -0
- package/src/infrastructure/locales/cs-CZ/errors.json +43 -0
- package/src/infrastructure/locales/cs-CZ/flashcards.json +287 -0
- package/src/infrastructure/locales/cs-CZ/general.json +61 -0
- package/src/infrastructure/locales/cs-CZ/index.ts +45 -0
- package/src/infrastructure/locales/cs-CZ/navigation.json +58 -0
- package/src/infrastructure/locales/cs-CZ/onboarding.json +76 -0
- package/src/infrastructure/locales/cs-CZ/settings.json +53 -0
- package/src/infrastructure/locales/da-DK/auth.json +32 -0
- package/src/infrastructure/locales/da-DK/branding.json +9 -0
- package/src/infrastructure/locales/da-DK/datetime.json +140 -0
- package/src/infrastructure/locales/da-DK/errors.json +43 -0
- package/src/infrastructure/locales/da-DK/flashcards.json +287 -0
- package/src/infrastructure/locales/da-DK/general.json +61 -0
- package/src/infrastructure/locales/da-DK/index.ts +45 -0
- package/src/infrastructure/locales/da-DK/navigation.json +58 -0
- package/src/infrastructure/locales/da-DK/onboarding.json +76 -0
- package/src/infrastructure/locales/da-DK/settings.json +53 -0
- package/src/infrastructure/locales/de-DE/auth.json +32 -0
- package/src/infrastructure/locales/de-DE/branding.json +9 -0
- package/src/infrastructure/locales/de-DE/datetime.json +140 -0
- package/src/infrastructure/locales/de-DE/errors.json +43 -0
- package/src/infrastructure/locales/de-DE/flashcards.json +287 -0
- package/src/infrastructure/locales/de-DE/general.json +61 -0
- package/src/infrastructure/locales/de-DE/index.ts +45 -0
- package/src/infrastructure/locales/de-DE/navigation.json +58 -0
- package/src/infrastructure/locales/de-DE/onboarding.json +76 -0
- package/src/infrastructure/locales/de-DE/settings.json +53 -0
- package/src/infrastructure/locales/el-GR/auth.json +32 -0
- package/src/infrastructure/locales/el-GR/branding.json +9 -0
- package/src/infrastructure/locales/el-GR/datetime.json +140 -0
- package/src/infrastructure/locales/el-GR/errors.json +43 -0
- package/src/infrastructure/locales/el-GR/flashcards.json +287 -0
- package/src/infrastructure/locales/el-GR/general.json +61 -0
- package/src/infrastructure/locales/el-GR/index.ts +45 -0
- package/src/infrastructure/locales/el-GR/navigation.json +58 -0
- package/src/infrastructure/locales/el-GR/onboarding.json +76 -0
- package/src/infrastructure/locales/el-GR/settings.json +53 -0
- package/src/infrastructure/locales/en-AU/branding.json +11 -0
- package/src/infrastructure/locales/en-AU/datetime.json +140 -0
- package/src/infrastructure/locales/en-AU/errors.json +43 -0
- package/src/infrastructure/locales/en-AU/flashcards.json +83 -0
- package/src/infrastructure/locales/en-AU/general.json +61 -0
- package/src/infrastructure/locales/en-AU/index.ts +45 -0
- package/src/infrastructure/locales/en-AU/navigation.json +58 -0
- package/src/infrastructure/locales/en-AU/onboarding.json +76 -0
- package/src/infrastructure/locales/en-AU/settings.json +53 -0
- package/src/infrastructure/locales/en-CA/branding.json +11 -0
- package/src/infrastructure/locales/en-CA/datetime.json +140 -0
- package/src/infrastructure/locales/en-CA/errors.json +43 -0
- package/src/infrastructure/locales/en-CA/flashcards.json +83 -0
- package/src/infrastructure/locales/en-CA/general.json +61 -0
- package/src/infrastructure/locales/en-CA/index.ts +45 -0
- package/src/infrastructure/locales/en-CA/navigation.json +58 -0
- package/src/infrastructure/locales/en-CA/onboarding.json +76 -0
- package/src/infrastructure/locales/en-CA/settings.json +53 -0
- package/src/infrastructure/locales/en-GB/branding.json +11 -0
- package/src/infrastructure/locales/en-GB/datetime.json +140 -0
- package/src/infrastructure/locales/en-GB/errors.json +43 -0
- package/src/infrastructure/locales/en-GB/flashcards.json +83 -0
- package/src/infrastructure/locales/en-GB/general.json +61 -0
- package/src/infrastructure/locales/en-GB/index.ts +45 -0
- package/src/infrastructure/locales/en-GB/navigation.json +58 -0
- package/src/infrastructure/locales/en-GB/onboarding.json +76 -0
- package/src/infrastructure/locales/en-GB/settings.json +53 -0
- package/src/infrastructure/locales/en-US/auth.json +32 -0
- package/src/infrastructure/locales/en-US/branding.json +11 -0
- package/src/infrastructure/locales/en-US/flashcards.json +310 -0
- package/src/infrastructure/locales/en-US/general.json +6 -1
- package/src/infrastructure/locales/en-US/index.ts +31 -19
- package/src/infrastructure/locales/en-US/navigation.json +4 -1
- package/src/infrastructure/locales/en-US/settings.json +0 -12
- package/src/infrastructure/locales/es-ES/auth.json +32 -0
- package/src/infrastructure/locales/es-ES/branding.json +9 -0
- package/src/infrastructure/locales/es-ES/datetime.json +140 -0
- package/src/infrastructure/locales/es-ES/errors.json +43 -0
- package/src/infrastructure/locales/es-ES/flashcards.json +287 -0
- package/src/infrastructure/locales/es-ES/general.json +61 -0
- package/src/infrastructure/locales/es-ES/index.ts +45 -0
- package/src/infrastructure/locales/es-ES/navigation.json +58 -0
- package/src/infrastructure/locales/es-ES/onboarding.json +76 -0
- package/src/infrastructure/locales/es-ES/settings.json +53 -0
- package/src/infrastructure/locales/es-MX/auth.json +32 -0
- package/src/infrastructure/locales/es-MX/branding.json +9 -0
- package/src/infrastructure/locales/es-MX/datetime.json +140 -0
- package/src/infrastructure/locales/es-MX/errors.json +43 -0
- package/src/infrastructure/locales/es-MX/flashcards.json +276 -0
- package/src/infrastructure/locales/es-MX/general.json +61 -0
- package/src/infrastructure/locales/es-MX/index.ts +45 -0
- package/src/infrastructure/locales/es-MX/navigation.json +58 -0
- package/src/infrastructure/locales/es-MX/onboarding.json +76 -0
- package/src/infrastructure/locales/es-MX/settings.json +53 -0
- package/src/infrastructure/locales/fi-FI/auth.json +32 -0
- package/src/infrastructure/locales/fi-FI/branding.json +9 -0
- package/src/infrastructure/locales/fi-FI/datetime.json +140 -0
- package/src/infrastructure/locales/fi-FI/errors.json +43 -0
- package/src/infrastructure/locales/fi-FI/flashcards.json +287 -0
- package/src/infrastructure/locales/fi-FI/general.json +61 -0
- package/src/infrastructure/locales/fi-FI/index.ts +45 -0
- package/src/infrastructure/locales/fi-FI/navigation.json +58 -0
- package/src/infrastructure/locales/fi-FI/onboarding.json +76 -0
- package/src/infrastructure/locales/fi-FI/settings.json +53 -0
- package/src/infrastructure/locales/fr-CA/auth.json +32 -0
- package/src/infrastructure/locales/fr-CA/branding.json +9 -0
- package/src/infrastructure/locales/fr-CA/datetime.json +140 -0
- package/src/infrastructure/locales/fr-CA/errors.json +43 -0
- package/src/infrastructure/locales/fr-CA/flashcards.json +287 -0
- package/src/infrastructure/locales/fr-CA/general.json +61 -0
- package/src/infrastructure/locales/fr-CA/index.ts +45 -0
- package/src/infrastructure/locales/fr-CA/navigation.json +58 -0
- package/src/infrastructure/locales/fr-CA/onboarding.json +76 -0
- package/src/infrastructure/locales/fr-CA/settings.json +53 -0
- package/src/infrastructure/locales/fr-FR/auth.json +32 -0
- package/src/infrastructure/locales/fr-FR/branding.json +9 -0
- package/src/infrastructure/locales/fr-FR/datetime.json +140 -0
- package/src/infrastructure/locales/fr-FR/errors.json +43 -0
- package/src/infrastructure/locales/fr-FR/flashcards.json +287 -0
- package/src/infrastructure/locales/fr-FR/general.json +61 -0
- package/src/infrastructure/locales/fr-FR/index.ts +45 -0
- package/src/infrastructure/locales/fr-FR/navigation.json +58 -0
- package/src/infrastructure/locales/fr-FR/onboarding.json +76 -0
- package/src/infrastructure/locales/fr-FR/settings.json +53 -0
- package/src/infrastructure/locales/hi-IN/auth.json +32 -0
- package/src/infrastructure/locales/hi-IN/branding.json +9 -0
- package/src/infrastructure/locales/hi-IN/datetime.json +140 -0
- package/src/infrastructure/locales/hi-IN/errors.json +43 -0
- package/src/infrastructure/locales/hi-IN/flashcards.json +287 -0
- package/src/infrastructure/locales/hi-IN/general.json +61 -0
- package/src/infrastructure/locales/hi-IN/index.ts +45 -0
- package/src/infrastructure/locales/hi-IN/navigation.json +58 -0
- package/src/infrastructure/locales/hi-IN/onboarding.json +76 -0
- package/src/infrastructure/locales/hi-IN/settings.json +53 -0
- package/src/infrastructure/locales/hr-HR/auth.json +32 -0
- package/src/infrastructure/locales/hr-HR/branding.json +9 -0
- package/src/infrastructure/locales/hr-HR/datetime.json +140 -0
- package/src/infrastructure/locales/hr-HR/errors.json +43 -0
- package/src/infrastructure/locales/hr-HR/flashcards.json +276 -0
- package/src/infrastructure/locales/hr-HR/general.json +61 -0
- package/src/infrastructure/locales/hr-HR/index.ts +45 -0
- package/src/infrastructure/locales/hr-HR/navigation.json +58 -0
- package/src/infrastructure/locales/hr-HR/onboarding.json +76 -0
- package/src/infrastructure/locales/hr-HR/settings.json +53 -0
- package/src/infrastructure/locales/hu-HU/auth.json +32 -0
- package/src/infrastructure/locales/hu-HU/branding.json +9 -0
- package/src/infrastructure/locales/hu-HU/datetime.json +140 -0
- package/src/infrastructure/locales/hu-HU/errors.json +43 -0
- package/src/infrastructure/locales/hu-HU/flashcards.json +287 -0
- package/src/infrastructure/locales/hu-HU/general.json +61 -0
- package/src/infrastructure/locales/hu-HU/index.ts +45 -0
- package/src/infrastructure/locales/hu-HU/navigation.json +58 -0
- package/src/infrastructure/locales/hu-HU/onboarding.json +76 -0
- package/src/infrastructure/locales/hu-HU/settings.json +53 -0
- package/src/infrastructure/locales/id-ID/auth.json +32 -0
- package/src/infrastructure/locales/id-ID/branding.json +9 -0
- package/src/infrastructure/locales/id-ID/datetime.json +140 -0
- package/src/infrastructure/locales/id-ID/errors.json +43 -0
- package/src/infrastructure/locales/id-ID/flashcards.json +287 -0
- package/src/infrastructure/locales/id-ID/general.json +61 -0
- package/src/infrastructure/locales/id-ID/index.ts +45 -0
- package/src/infrastructure/locales/id-ID/navigation.json +58 -0
- package/src/infrastructure/locales/id-ID/onboarding.json +76 -0
- package/src/infrastructure/locales/id-ID/settings.json +53 -0
- package/src/infrastructure/locales/it-IT/auth.json +32 -0
- package/src/infrastructure/locales/it-IT/branding.json +9 -0
- package/src/infrastructure/locales/it-IT/datetime.json +140 -0
- package/src/infrastructure/locales/it-IT/errors.json +43 -0
- package/src/infrastructure/locales/it-IT/flashcards.json +287 -0
- package/src/infrastructure/locales/it-IT/general.json +61 -0
- package/src/infrastructure/locales/it-IT/index.ts +45 -0
- package/src/infrastructure/locales/it-IT/navigation.json +58 -0
- package/src/infrastructure/locales/it-IT/onboarding.json +76 -0
- package/src/infrastructure/locales/it-IT/settings.json +53 -0
- package/src/infrastructure/locales/ja-JP/auth.json +32 -0
- package/src/infrastructure/locales/ja-JP/branding.json +9 -0
- package/src/infrastructure/locales/ja-JP/datetime.json +140 -0
- package/src/infrastructure/locales/ja-JP/errors.json +43 -0
- package/src/infrastructure/locales/ja-JP/flashcards.json +287 -0
- package/src/infrastructure/locales/ja-JP/general.json +61 -0
- package/src/infrastructure/locales/ja-JP/index.ts +45 -0
- package/src/infrastructure/locales/ja-JP/navigation.json +58 -0
- package/src/infrastructure/locales/ja-JP/onboarding.json +76 -0
- package/src/infrastructure/locales/ja-JP/settings.json +53 -0
- package/src/infrastructure/locales/ko-KR/auth.json +32 -0
- package/src/infrastructure/locales/ko-KR/branding.json +9 -0
- package/src/infrastructure/locales/ko-KR/datetime.json +140 -0
- package/src/infrastructure/locales/ko-KR/errors.json +43 -0
- package/src/infrastructure/locales/ko-KR/flashcards.json +287 -0
- package/src/infrastructure/locales/ko-KR/general.json +61 -0
- package/src/infrastructure/locales/ko-KR/index.ts +45 -0
- package/src/infrastructure/locales/ko-KR/navigation.json +58 -0
- package/src/infrastructure/locales/ko-KR/onboarding.json +76 -0
- package/src/infrastructure/locales/ko-KR/settings.json +53 -0
- package/src/infrastructure/locales/ms-MY/auth.json +32 -0
- package/src/infrastructure/locales/ms-MY/branding.json +9 -0
- package/src/infrastructure/locales/ms-MY/datetime.json +140 -0
- package/src/infrastructure/locales/ms-MY/errors.json +43 -0
- package/src/infrastructure/locales/ms-MY/flashcards.json +287 -0
- package/src/infrastructure/locales/ms-MY/general.json +61 -0
- package/src/infrastructure/locales/ms-MY/index.ts +45 -0
- package/src/infrastructure/locales/ms-MY/navigation.json +58 -0
- package/src/infrastructure/locales/ms-MY/onboarding.json +76 -0
- package/src/infrastructure/locales/ms-MY/settings.json +53 -0
- package/src/infrastructure/locales/nl-NL/auth.json +32 -0
- package/src/infrastructure/locales/nl-NL/branding.json +9 -0
- package/src/infrastructure/locales/nl-NL/datetime.json +140 -0
- package/src/infrastructure/locales/nl-NL/errors.json +43 -0
- package/src/infrastructure/locales/nl-NL/flashcards.json +287 -0
- package/src/infrastructure/locales/nl-NL/general.json +61 -0
- package/src/infrastructure/locales/nl-NL/index.ts +45 -0
- package/src/infrastructure/locales/nl-NL/navigation.json +58 -0
- package/src/infrastructure/locales/nl-NL/onboarding.json +76 -0
- package/src/infrastructure/locales/nl-NL/settings.json +53 -0
- package/src/infrastructure/locales/no-NO/auth.json +32 -0
- package/src/infrastructure/locales/no-NO/branding.json +9 -0
- package/src/infrastructure/locales/no-NO/datetime.json +140 -0
- package/src/infrastructure/locales/no-NO/errors.json +43 -0
- package/src/infrastructure/locales/no-NO/flashcards.json +287 -0
- package/src/infrastructure/locales/no-NO/general.json +61 -0
- package/src/infrastructure/locales/no-NO/index.ts +45 -0
- package/src/infrastructure/locales/no-NO/navigation.json +58 -0
- package/src/infrastructure/locales/no-NO/onboarding.json +76 -0
- package/src/infrastructure/locales/no-NO/settings.json +53 -0
- package/src/infrastructure/locales/pl-PL/auth.json +32 -0
- package/src/infrastructure/locales/pl-PL/branding.json +9 -0
- package/src/infrastructure/locales/pl-PL/datetime.json +140 -0
- package/src/infrastructure/locales/pl-PL/errors.json +43 -0
- package/src/infrastructure/locales/pl-PL/flashcards.json +287 -0
- package/src/infrastructure/locales/pl-PL/general.json +61 -0
- package/src/infrastructure/locales/pl-PL/index.ts +45 -0
- package/src/infrastructure/locales/pl-PL/navigation.json +58 -0
- package/src/infrastructure/locales/pl-PL/onboarding.json +76 -0
- package/src/infrastructure/locales/pl-PL/settings.json +53 -0
- package/src/infrastructure/locales/pt-BR/auth.json +32 -0
- package/src/infrastructure/locales/pt-BR/branding.json +9 -0
- package/src/infrastructure/locales/pt-BR/datetime.json +140 -0
- package/src/infrastructure/locales/pt-BR/errors.json +43 -0
- package/src/infrastructure/locales/pt-BR/flashcards.json +287 -0
- package/src/infrastructure/locales/pt-BR/general.json +61 -0
- package/src/infrastructure/locales/pt-BR/index.ts +45 -0
- package/src/infrastructure/locales/pt-BR/navigation.json +58 -0
- package/src/infrastructure/locales/pt-BR/onboarding.json +76 -0
- package/src/infrastructure/locales/pt-BR/settings.json +53 -0
- package/src/infrastructure/locales/pt-PT/auth.json +32 -0
- package/src/infrastructure/locales/pt-PT/branding.json +9 -0
- package/src/infrastructure/locales/pt-PT/datetime.json +140 -0
- package/src/infrastructure/locales/pt-PT/errors.json +43 -0
- package/src/infrastructure/locales/pt-PT/flashcards.json +287 -0
- package/src/infrastructure/locales/pt-PT/general.json +61 -0
- package/src/infrastructure/locales/pt-PT/index.ts +45 -0
- package/src/infrastructure/locales/pt-PT/navigation.json +58 -0
- package/src/infrastructure/locales/pt-PT/onboarding.json +76 -0
- package/src/infrastructure/locales/pt-PT/settings.json +53 -0
- package/src/infrastructure/locales/ro-RO/auth.json +32 -0
- package/src/infrastructure/locales/ro-RO/branding.json +9 -0
- package/src/infrastructure/locales/ro-RO/datetime.json +140 -0
- package/src/infrastructure/locales/ro-RO/errors.json +43 -0
- package/src/infrastructure/locales/ro-RO/flashcards.json +287 -0
- package/src/infrastructure/locales/ro-RO/general.json +61 -0
- package/src/infrastructure/locales/ro-RO/index.ts +45 -0
- package/src/infrastructure/locales/ro-RO/navigation.json +58 -0
- package/src/infrastructure/locales/ro-RO/onboarding.json +76 -0
- package/src/infrastructure/locales/ro-RO/settings.json +53 -0
- package/src/infrastructure/locales/ru-RU/auth.json +32 -0
- package/src/infrastructure/locales/ru-RU/branding.json +9 -0
- package/src/infrastructure/locales/ru-RU/datetime.json +140 -0
- package/src/infrastructure/locales/ru-RU/errors.json +43 -0
- package/src/infrastructure/locales/ru-RU/flashcards.json +276 -0
- package/src/infrastructure/locales/ru-RU/general.json +61 -0
- package/src/infrastructure/locales/ru-RU/index.ts +45 -0
- package/src/infrastructure/locales/ru-RU/navigation.json +58 -0
- package/src/infrastructure/locales/ru-RU/onboarding.json +76 -0
- package/src/infrastructure/locales/ru-RU/settings.json +53 -0
- package/src/infrastructure/locales/sk-SK/auth.json +32 -0
- package/src/infrastructure/locales/sk-SK/branding.json +9 -0
- package/src/infrastructure/locales/sk-SK/datetime.json +140 -0
- package/src/infrastructure/locales/sk-SK/errors.json +43 -0
- package/src/infrastructure/locales/sk-SK/flashcards.json +287 -0
- package/src/infrastructure/locales/sk-SK/general.json +61 -0
- package/src/infrastructure/locales/sk-SK/index.ts +45 -0
- package/src/infrastructure/locales/sk-SK/navigation.json +58 -0
- package/src/infrastructure/locales/sk-SK/onboarding.json +76 -0
- package/src/infrastructure/locales/sk-SK/settings.json +53 -0
- package/src/infrastructure/locales/sv-SE/auth.json +32 -0
- package/src/infrastructure/locales/sv-SE/branding.json +9 -0
- package/src/infrastructure/locales/sv-SE/datetime.json +140 -0
- package/src/infrastructure/locales/sv-SE/errors.json +43 -0
- package/src/infrastructure/locales/sv-SE/flashcards.json +287 -0
- package/src/infrastructure/locales/sv-SE/general.json +61 -0
- package/src/infrastructure/locales/sv-SE/index.ts +45 -0
- package/src/infrastructure/locales/sv-SE/navigation.json +58 -0
- package/src/infrastructure/locales/sv-SE/onboarding.json +76 -0
- package/src/infrastructure/locales/sv-SE/settings.json +53 -0
- package/src/infrastructure/locales/th-TH/auth.json +32 -0
- package/src/infrastructure/locales/th-TH/branding.json +9 -0
- package/src/infrastructure/locales/th-TH/datetime.json +140 -0
- package/src/infrastructure/locales/th-TH/errors.json +43 -0
- package/src/infrastructure/locales/th-TH/flashcards.json +287 -0
- package/src/infrastructure/locales/th-TH/general.json +61 -0
- package/src/infrastructure/locales/th-TH/index.ts +45 -0
- package/src/infrastructure/locales/th-TH/navigation.json +58 -0
- package/src/infrastructure/locales/th-TH/onboarding.json +76 -0
- package/src/infrastructure/locales/th-TH/settings.json +53 -0
- package/src/infrastructure/locales/tl-PH/auth.json +32 -0
- package/src/infrastructure/locales/tl-PH/branding.json +9 -0
- package/src/infrastructure/locales/tl-PH/datetime.json +140 -0
- package/src/infrastructure/locales/tl-PH/errors.json +43 -0
- package/src/infrastructure/locales/tl-PH/flashcards.json +287 -0
- package/src/infrastructure/locales/tl-PH/general.json +61 -0
- package/src/infrastructure/locales/tl-PH/index.ts +45 -0
- package/src/infrastructure/locales/tl-PH/navigation.json +58 -0
- package/src/infrastructure/locales/tl-PH/onboarding.json +76 -0
- package/src/infrastructure/locales/tl-PH/settings.json +53 -0
- package/src/infrastructure/locales/tr-TR/auth.json +32 -0
- package/src/infrastructure/locales/tr-TR/branding.json +9 -0
- package/src/infrastructure/locales/tr-TR/datetime.json +140 -0
- package/src/infrastructure/locales/tr-TR/errors.json +43 -0
- package/src/infrastructure/locales/tr-TR/flashcards.json +287 -0
- package/src/infrastructure/locales/tr-TR/general.json +61 -0
- package/src/infrastructure/locales/tr-TR/index.ts +45 -0
- package/src/infrastructure/locales/tr-TR/navigation.json +58 -0
- package/src/infrastructure/locales/tr-TR/onboarding.json +76 -0
- package/src/infrastructure/locales/tr-TR/settings.json +53 -0
- package/src/infrastructure/locales/uk-UA/auth.json +32 -0
- package/src/infrastructure/locales/uk-UA/branding.json +9 -0
- package/src/infrastructure/locales/uk-UA/datetime.json +140 -0
- package/src/infrastructure/locales/uk-UA/errors.json +43 -0
- package/src/infrastructure/locales/uk-UA/flashcards.json +287 -0
- package/src/infrastructure/locales/uk-UA/general.json +61 -0
- package/src/infrastructure/locales/uk-UA/index.ts +45 -0
- package/src/infrastructure/locales/uk-UA/navigation.json +58 -0
- package/src/infrastructure/locales/uk-UA/onboarding.json +76 -0
- package/src/infrastructure/locales/uk-UA/settings.json +53 -0
- package/src/infrastructure/locales/vi-VN/auth.json +32 -0
- package/src/infrastructure/locales/vi-VN/branding.json +9 -0
- package/src/infrastructure/locales/vi-VN/datetime.json +140 -0
- package/src/infrastructure/locales/vi-VN/errors.json +43 -0
- package/src/infrastructure/locales/vi-VN/flashcards.json +287 -0
- package/src/infrastructure/locales/vi-VN/general.json +61 -0
- package/src/infrastructure/locales/vi-VN/index.ts +45 -0
- package/src/infrastructure/locales/vi-VN/navigation.json +58 -0
- package/src/infrastructure/locales/vi-VN/onboarding.json +76 -0
- package/src/infrastructure/locales/vi-VN/settings.json +53 -0
- package/src/infrastructure/locales/zh-CN/auth.json +32 -0
- package/src/infrastructure/locales/zh-CN/branding.json +9 -0
- package/src/infrastructure/locales/zh-CN/datetime.json +140 -0
- package/src/infrastructure/locales/zh-CN/errors.json +43 -0
- package/src/infrastructure/locales/zh-CN/flashcards.json +287 -0
- package/src/infrastructure/locales/zh-CN/general.json +61 -0
- package/src/infrastructure/locales/zh-CN/index.ts +45 -0
- package/src/infrastructure/locales/zh-CN/navigation.json +58 -0
- package/src/infrastructure/locales/zh-CN/onboarding.json +76 -0
- package/src/infrastructure/locales/zh-CN/settings.json +53 -0
- package/src/infrastructure/locales/zh-TW/auth.json +32 -0
- package/src/infrastructure/locales/zh-TW/branding.json +9 -0
- package/src/infrastructure/locales/zh-TW/datetime.json +140 -0
- package/src/infrastructure/locales/zh-TW/errors.json +43 -0
- package/src/infrastructure/locales/zh-TW/flashcards.json +287 -0
- package/src/infrastructure/locales/zh-TW/general.json +61 -0
- package/src/infrastructure/locales/zh-TW/index.ts +45 -0
- package/src/infrastructure/locales/zh-TW/navigation.json +58 -0
- package/src/infrastructure/locales/zh-TW/onboarding.json +76 -0
- package/src/infrastructure/locales/zh-TW/settings.json +53 -0
- package/src/infrastructure/scripts/createLocaleLoaders.js +177 -0
- package/src/infrastructure/storage/AsyncStorageWrapper.ts +4 -2
- package/src/infrastructure/storage/LocalizationStore.ts +140 -39
- package/lib/infrastructure/locales/en-US/animation.json +0 -30
- package/lib/infrastructure/locales/en-US/audio.json +0 -56
- package/lib/infrastructure/locales/en-US/emoji.json +0 -29
- package/lib/infrastructure/locales/en-US/forms.json +0 -38
- package/lib/infrastructure/locales/en-US/icons.json +0 -34
- package/lib/infrastructure/locales/en-US/location.json +0 -49
- package/lib/infrastructure/locales/en-US/media.json +0 -49
- package/lib/infrastructure/locales/en-US/toast.json +0 -38
- package/src/infrastructure/locales/en-US/animation.json +0 -30
- package/src/infrastructure/locales/en-US/audio.json +0 -56
- package/src/infrastructure/locales/en-US/emoji.json +0 -29
- package/src/infrastructure/locales/en-US/forms.json +0 -38
- package/src/infrastructure/locales/en-US/icons.json +0 -34
- package/src/infrastructure/locales/en-US/location.json +0 -49
- package/src/infrastructure/locales/en-US/media.json +0 -49
- package/src/infrastructure/locales/en-US/toast.json +0 -38
|
@@ -0,0 +1,287 @@
|
|
|
1
|
+
{
|
|
2
|
+
"home": {
|
|
3
|
+
"welcome": "Velkommen til Flashcard Maker",
|
|
4
|
+
"subtitle": "Mestre ethvert emne med interaktive flashcards",
|
|
5
|
+
"quickStudy": "Hurtig undersøgelse",
|
|
6
|
+
"quickStudyDesc": "Begynd at studere dine seneste dæk",
|
|
7
|
+
"createDeck": "Opret dæk",
|
|
8
|
+
"createDeckDesc": "Byg et nyt flashcard-dæk",
|
|
9
|
+
"recentActivity": "Seneste aktivitet",
|
|
10
|
+
"noDecksYet": "Du har ikke oprettet nogen dæk endnu",
|
|
11
|
+
"browseDecks": "Gennemse dæk",
|
|
12
|
+
"statistics": "Statistik",
|
|
13
|
+
"totalDecks": "Samlede dæk",
|
|
14
|
+
"totalCards": "Kort i alt",
|
|
15
|
+
"studySessions": "Studiesessioner"
|
|
16
|
+
},
|
|
17
|
+
"decks": {
|
|
18
|
+
"noDecks": "Ingen dæk fundet",
|
|
19
|
+
"noDecksDesc": "Opret dit første kortspil for at komme i gang",
|
|
20
|
+
"createFirstDeck": "Opret første dæk",
|
|
21
|
+
"createDeck": "Opret dæk",
|
|
22
|
+
"editDeck": "Rediger dæk",
|
|
23
|
+
"recentlyStudied": "For nylig studeret",
|
|
24
|
+
"allDecks": "Alle dæk",
|
|
25
|
+
"easy": "Let",
|
|
26
|
+
"medium": "Medium",
|
|
27
|
+
"hard": "Hård"
|
|
28
|
+
},
|
|
29
|
+
"study": {
|
|
30
|
+
"noCards": "Ingen kort tilgængelige",
|
|
31
|
+
"noCardsDesc": "Tilføj nogle kort til et kortspil for at begynde at studere",
|
|
32
|
+
"browseDecks": "Gennemse dæk",
|
|
33
|
+
"question": "Spørgsmål",
|
|
34
|
+
"answer": "Svar",
|
|
35
|
+
"showQuestion": "Vis spørgsmål",
|
|
36
|
+
"showAnswer": "Vis svar",
|
|
37
|
+
"correct": "Korrekt",
|
|
38
|
+
"incorrect": "Ukorrekt",
|
|
39
|
+
"skip": "Springe",
|
|
40
|
+
"skipped": "Sprang over",
|
|
41
|
+
"studyComplete": "Studie gennemført",
|
|
42
|
+
"wellDone": "Godt gået!",
|
|
43
|
+
"sessionComplete": "Session færdig"
|
|
44
|
+
},
|
|
45
|
+
"create": {
|
|
46
|
+
"createDeck": "Opret dæk",
|
|
47
|
+
"addCards": "Tilføj kort",
|
|
48
|
+
"deckInfo": "Dækinformation",
|
|
49
|
+
"cardInfo": "Kortoplysninger",
|
|
50
|
+
"deckTitle": "Deck titel",
|
|
51
|
+
"deckTitlePlaceholder": "Indtast dæktitel",
|
|
52
|
+
"deckDescription": "Beskrivelse",
|
|
53
|
+
"deckDescriptionPlaceholder": "Indtast dækbeskrivelse",
|
|
54
|
+
"category": "Kategori",
|
|
55
|
+
"selectCategory": "Vælg kategori",
|
|
56
|
+
"cardFront": "Forside",
|
|
57
|
+
"cardFrontPlaceholder": "Indtast spørgsmål eller udtryk",
|
|
58
|
+
"cardBack": "Bagside",
|
|
59
|
+
"cardBackPlaceholder": "Indtast svar eller definition",
|
|
60
|
+
"difficulty": "Vanskelighed",
|
|
61
|
+
"addCard": "Tilføj kort",
|
|
62
|
+
"addedCards": "Tilføjede kort",
|
|
63
|
+
"saveDeck": "Gem dæk"
|
|
64
|
+
},
|
|
65
|
+
"cards": {
|
|
66
|
+
"noCards": "Ingen kort fundet",
|
|
67
|
+
"noCardsDesc": "Opret dit første flashkort for at komme i gang",
|
|
68
|
+
"createFirstCard": "Opret første kort",
|
|
69
|
+
"createCard": "Opret kort",
|
|
70
|
+
"editCard": "Rediger kort",
|
|
71
|
+
"selectDeck": "Vælg Deck",
|
|
72
|
+
"selectDeckPlaceholder": "Vælg et kortspil til dette kort"
|
|
73
|
+
},
|
|
74
|
+
"common": {
|
|
75
|
+
"clearFilter": "Ryd filter"
|
|
76
|
+
},
|
|
77
|
+
"studyModes": {
|
|
78
|
+
"classic": "Klassisk",
|
|
79
|
+
"matching": "Matchende spil",
|
|
80
|
+
"quiz": "Multiple Choice",
|
|
81
|
+
"writing": "Skrivetilstand",
|
|
82
|
+
"timed": "Tidsbestemt udfordring",
|
|
83
|
+
"selectMode": "Vælg Studietilstand"
|
|
84
|
+
},
|
|
85
|
+
"session": {
|
|
86
|
+
"complete": "Session færdig",
|
|
87
|
+
"accuracy": "Nøjagtighed",
|
|
88
|
+
"speed": "Hastighed",
|
|
89
|
+
"score": "Score",
|
|
90
|
+
"cardsPerMinute": "kort/min",
|
|
91
|
+
"grade": "Grad",
|
|
92
|
+
"feedback": {
|
|
93
|
+
"excellent": "Fremragende arbejde! Du har mestret dette dæk!",
|
|
94
|
+
"great": "Godt arbejde! Fortsæt det gode arbejde!",
|
|
95
|
+
"good": "Gode fremskridt! Øv mere for at forbedre.",
|
|
96
|
+
"keep_practicing": "Fortsæt med at øve dig! Du kommer derhen.",
|
|
97
|
+
"keep_studying": "Fortsæt med at studere! Gennemgå disse kort igen."
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
"rating": {
|
|
101
|
+
"fail": "Igen",
|
|
102
|
+
"hard": "Hård",
|
|
103
|
+
"good": "God",
|
|
104
|
+
"easy": "Let",
|
|
105
|
+
"perfect": "Perfektionere"
|
|
106
|
+
},
|
|
107
|
+
"srs": {
|
|
108
|
+
"dueToday": "Afleveres i dag",
|
|
109
|
+
"dueCards": "Forfaldskort",
|
|
110
|
+
"nextReview": "Næste anmeldelse",
|
|
111
|
+
"interval": "Interval",
|
|
112
|
+
"repetitions": "Gentagelser",
|
|
113
|
+
"easeFactor": "Lethedsfaktor",
|
|
114
|
+
"reviewHistory": "Gennemgå historie",
|
|
115
|
+
"retention": "Fastholdelsesrate",
|
|
116
|
+
"again": "Igen",
|
|
117
|
+
"hard": "Hård",
|
|
118
|
+
"good": "God",
|
|
119
|
+
"easy": "Let"
|
|
120
|
+
},
|
|
121
|
+
"media": {
|
|
122
|
+
"image": "Billede",
|
|
123
|
+
"chooseImage": "Vælg Billede",
|
|
124
|
+
"takePhoto": "Tag billede",
|
|
125
|
+
"permissionDenied": "Tilladelse nægtet til at få adgang til billeder",
|
|
126
|
+
"cameraPermissionDenied": "Tilladelse nægtet til at få adgang til kameraet",
|
|
127
|
+
"imageFailed": "Billedet kunne ikke indlæses",
|
|
128
|
+
"cameraFailed": "Kameraet kunne ikke åbnes",
|
|
129
|
+
"audio": "Lyd",
|
|
130
|
+
"record": "Optag lyd",
|
|
131
|
+
"recording": "Indspilning...",
|
|
132
|
+
"stopRecording": "Stop optagelse",
|
|
133
|
+
"play": "Spil",
|
|
134
|
+
"stop": "Stop",
|
|
135
|
+
"speak": "Tale",
|
|
136
|
+
"audioPermissionDenied": "Tilladelse nægtet til at optage lyd",
|
|
137
|
+
"recordingFailed": "Kunne ikke optage lyd",
|
|
138
|
+
"playbackFailed": "Kunne ikke afspille lyd",
|
|
139
|
+
"ttsFailed": "Tekst-til-tale mislykkedes",
|
|
140
|
+
"noText": "Ingen tekst at tale"
|
|
141
|
+
},
|
|
142
|
+
"import": {
|
|
143
|
+
"title": "Import Deck",
|
|
144
|
+
"chooseFormat": "Vælg Format",
|
|
145
|
+
"csv": "CSV (Excel)",
|
|
146
|
+
"json": "JSON",
|
|
147
|
+
"quizlet": "Quizlet",
|
|
148
|
+
"selectFile": "Vælg Fil",
|
|
149
|
+
"importing": "Importerer...",
|
|
150
|
+
"success": "{{count}} kort blev importeret",
|
|
151
|
+
"errors": "Der opstod {{count}} fejl",
|
|
152
|
+
"viewErrors": "Se fejl"
|
|
153
|
+
},
|
|
154
|
+
"export": {
|
|
155
|
+
"title": "Eksport dæk",
|
|
156
|
+
"chooseFormat": "Vælg Format",
|
|
157
|
+
"csv": "CSV (Excel)",
|
|
158
|
+
"json": "JSON (komplet)",
|
|
159
|
+
"quizlet": "Quizlet",
|
|
160
|
+
"includeStats": "Inkluder statistik",
|
|
161
|
+
"includeMedia": "Inkluder medier",
|
|
162
|
+
"exporting": "Eksporterer...",
|
|
163
|
+
"success": "Dækket blev eksporteret"
|
|
164
|
+
},
|
|
165
|
+
"statistics": {
|
|
166
|
+
"title": "Statistik",
|
|
167
|
+
"overview": "Oversigt",
|
|
168
|
+
"totalCards": "Kort i alt",
|
|
169
|
+
"cardsStudied": "Kort studeret",
|
|
170
|
+
"totalReviews": "Samlet anmeldelser",
|
|
171
|
+
"correctReviews": "Korrekte anmeldelser",
|
|
172
|
+
"accuracy": "Nøjagtighed",
|
|
173
|
+
"averageTimePerCard": "Gennemsnitlig tid pr. kort",
|
|
174
|
+
"totalStudyTime": "Samlet studietid",
|
|
175
|
+
"studySessions": "Studiesessioner",
|
|
176
|
+
"streak": {
|
|
177
|
+
"current": "Nuværende streak",
|
|
178
|
+
"longest": "Længste Streak",
|
|
179
|
+
"days": "dage"
|
|
180
|
+
},
|
|
181
|
+
"charts": {
|
|
182
|
+
"daily": "Daglig",
|
|
183
|
+
"weekly": "Ugentlig",
|
|
184
|
+
"monthly": "Månedlig",
|
|
185
|
+
"performance": "Præstation",
|
|
186
|
+
"activity": "Aktivitet"
|
|
187
|
+
}
|
|
188
|
+
},
|
|
189
|
+
"sharing": {
|
|
190
|
+
"title": "Del dæk",
|
|
191
|
+
"generateCode": "Generer delekode",
|
|
192
|
+
"shareCode": "Del kode",
|
|
193
|
+
"qrCode": "QR-kode",
|
|
194
|
+
"copyCode": "Kopiér kode",
|
|
195
|
+
"codeCopied": "Kode kopieret til udklipsholder",
|
|
196
|
+
"shareAsFile": "Del som fil",
|
|
197
|
+
"shareAsLink": "Del som link",
|
|
198
|
+
"importCode": "Import kode",
|
|
199
|
+
"enterCode": "Indtast 6-cifret kode",
|
|
200
|
+
"invalidCode": "Ugyldig delekode",
|
|
201
|
+
"importing": "Importerer dæk...",
|
|
202
|
+
"importSuccess": "Kortet blev importeret",
|
|
203
|
+
"downloadCount": "Downloads",
|
|
204
|
+
"makePublic": "Gør offentlig",
|
|
205
|
+
"makePrivate": "Gør privat"
|
|
206
|
+
},
|
|
207
|
+
"gamification": {
|
|
208
|
+
"profile": {
|
|
209
|
+
"level": "Niveau",
|
|
210
|
+
"xp": "XP",
|
|
211
|
+
"rank": "Rang",
|
|
212
|
+
"progress": "Fremskridt til næste niveau",
|
|
213
|
+
"totalXP": "Samlet optjent XP"
|
|
214
|
+
},
|
|
215
|
+
"ranks": {
|
|
216
|
+
"novice": "Begynder",
|
|
217
|
+
"apprentice": "Lærling",
|
|
218
|
+
"scholar": "Lærd",
|
|
219
|
+
"expert": "Ekspert",
|
|
220
|
+
"master": "Mestre",
|
|
221
|
+
"grandmaster": "Stormester",
|
|
222
|
+
"legend": "Legende"
|
|
223
|
+
},
|
|
224
|
+
"achievements": {
|
|
225
|
+
"title": "Præstationer",
|
|
226
|
+
"unlocked": "Ulåst",
|
|
227
|
+
"locked": "Låst",
|
|
228
|
+
"progress": "Fremskridt",
|
|
229
|
+
"reward": "Belønne",
|
|
230
|
+
"unlockedAt": "Låst op på",
|
|
231
|
+
"categories": {
|
|
232
|
+
"study": "Studere",
|
|
233
|
+
"cards": "Kort",
|
|
234
|
+
"decks": "Dæk",
|
|
235
|
+
"streak": "Streak",
|
|
236
|
+
"special": "Særlig"
|
|
237
|
+
}
|
|
238
|
+
},
|
|
239
|
+
"challenges": {
|
|
240
|
+
"title": "Daglige udfordringer",
|
|
241
|
+
"today": "Dagens udfordringer",
|
|
242
|
+
"completed": "Afsluttet",
|
|
243
|
+
"inProgress": "Igangværende",
|
|
244
|
+
"reward": "Belønne",
|
|
245
|
+
"goal": "Mål",
|
|
246
|
+
"progress": "Fremskridt"
|
|
247
|
+
},
|
|
248
|
+
"xpRewards": {
|
|
249
|
+
"cardReviewed": "+{{amount}} XP - Kort gennemgået",
|
|
250
|
+
"cardCorrect": "+{{beløb}} XP - Korrekt svar",
|
|
251
|
+
"cardPerfect": "+{{amount}} XP - Perfekt!",
|
|
252
|
+
"deckCreated": "+{{amount}} XP - Deck oprettet",
|
|
253
|
+
"studySession": "+{{amount}} XP - Studiesession",
|
|
254
|
+
"dailyGoal": "+{{amount}} XP - Dagligt mål nået",
|
|
255
|
+
"streakDay": "+{{amount}} XP - Streak Day",
|
|
256
|
+
"achievementUnlocked": "+{{amount}} XP - Præstation låst op"
|
|
257
|
+
}
|
|
258
|
+
},
|
|
259
|
+
"matching": {
|
|
260
|
+
"title": "Matchende spil",
|
|
261
|
+
"instructions": "Match kortene ved at trykke på par",
|
|
262
|
+
"matches": "Matcher",
|
|
263
|
+
"attempts": "Forsøg",
|
|
264
|
+
"timeElapsed": "Tid",
|
|
265
|
+
"perfect": "Perfekt Match!",
|
|
266
|
+
"tryAgain": "Prøv igen"
|
|
267
|
+
},
|
|
268
|
+
"quiz": {
|
|
269
|
+
"title": "Multiple Choice Quiz",
|
|
270
|
+
"question": "Spørgsmål",
|
|
271
|
+
"chooseAnswer": "Vælg det rigtige svar",
|
|
272
|
+
"correct": "Korrekt!",
|
|
273
|
+
"incorrect": "Ukorrekt",
|
|
274
|
+
"showAnswer": "Vis svar",
|
|
275
|
+
"nextQuestion": "Næste spørgsmål"
|
|
276
|
+
},
|
|
277
|
+
"writing": {
|
|
278
|
+
"title": "Skrivetilstand",
|
|
279
|
+
"instructions": "Indtast svaret",
|
|
280
|
+
"yourAnswer": "Dit svar",
|
|
281
|
+
"correctAnswer": "Korrekt svar",
|
|
282
|
+
"similarity": "Lighed",
|
|
283
|
+
"strictMode": "Strenge tilstand",
|
|
284
|
+
"fuzzyMatching": "Fuzzy Matching",
|
|
285
|
+
"check": "Tjek Svar"
|
|
286
|
+
}
|
|
287
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
{
|
|
2
|
+
"back": "Tilbage",
|
|
3
|
+
"cancel": "Ophæve",
|
|
4
|
+
"confirm": "Bekræfte",
|
|
5
|
+
"continue": "Fortsætte",
|
|
6
|
+
"delete": "Slet",
|
|
7
|
+
"edit": "Redigere",
|
|
8
|
+
"error": "Fejl",
|
|
9
|
+
"loading": "Indlæser...",
|
|
10
|
+
"notNow": "Ikke nu",
|
|
11
|
+
"ok": "OK",
|
|
12
|
+
"optional": "Valgfri",
|
|
13
|
+
"save": "Spare",
|
|
14
|
+
"something_went_wrong": "Noget gik galt",
|
|
15
|
+
"success": "Succes",
|
|
16
|
+
"close": "Tæt",
|
|
17
|
+
"done": "Færdig",
|
|
18
|
+
"next": "Næste",
|
|
19
|
+
"previous": "Tidligere",
|
|
20
|
+
"skip": "Springe",
|
|
21
|
+
"retry": "Prøv igen",
|
|
22
|
+
"refresh": "Opfriske",
|
|
23
|
+
"search": "Søge",
|
|
24
|
+
"filter": "Filter",
|
|
25
|
+
"sort": "Sortere",
|
|
26
|
+
"add": "Tilføje",
|
|
27
|
+
"remove": "Fjerne",
|
|
28
|
+
"update": "Opdatering",
|
|
29
|
+
"create": "Skabe",
|
|
30
|
+
"view": "Udsigt",
|
|
31
|
+
"details": "Detaljer",
|
|
32
|
+
"share": "Dele",
|
|
33
|
+
"download": "Download",
|
|
34
|
+
"upload": "Upload",
|
|
35
|
+
"submit": "Indsend",
|
|
36
|
+
"reset": "Nulstil",
|
|
37
|
+
"clear": "Klar",
|
|
38
|
+
"apply": "Anvende",
|
|
39
|
+
"yes": "Ja",
|
|
40
|
+
"no": "Ingen",
|
|
41
|
+
"all": "Alle",
|
|
42
|
+
"none": "Ingen",
|
|
43
|
+
"of": "af",
|
|
44
|
+
"select": "Vælge",
|
|
45
|
+
"selected": "Valgt",
|
|
46
|
+
"required": "Påkrævet",
|
|
47
|
+
"empty": "Tom",
|
|
48
|
+
"noData": "Ingen tilgængelige data",
|
|
49
|
+
"noResults": "Ingen resultater fundet",
|
|
50
|
+
"tryAgain": "Prøv igen",
|
|
51
|
+
"learnMore": "Få flere oplysninger",
|
|
52
|
+
"getStarted": "Kom godt i gang",
|
|
53
|
+
"viewAll": "Se alle",
|
|
54
|
+
"showMore": "Vis mere",
|
|
55
|
+
"showLess": "Vis mindre",
|
|
56
|
+
"start": "Starte",
|
|
57
|
+
"study": "Studere",
|
|
58
|
+
"cards": "Kort",
|
|
59
|
+
"correct": "Korrekt",
|
|
60
|
+
"incorrect": "Ukorrekt"
|
|
61
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Auto-generated translation loader for da-DK
|
|
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
|
+
* - branding: branding.json
|
|
11
|
+
* - datetime: datetime.json
|
|
12
|
+
* - errors: errors.json
|
|
13
|
+
* - flashcards: flashcards.json
|
|
14
|
+
* - general: general.json
|
|
15
|
+
* - navigation: navigation.json
|
|
16
|
+
* - onboarding: onboarding.json
|
|
17
|
+
* - settings: settings.json
|
|
18
|
+
*
|
|
19
|
+
* Generated: 2025-11-06T15:59:47.179Z
|
|
20
|
+
*/
|
|
21
|
+
|
|
22
|
+
// Import all translation modules
|
|
23
|
+
import branding from './branding.json';
|
|
24
|
+
import datetime from './datetime.json';
|
|
25
|
+
import errors from './errors.json';
|
|
26
|
+
import flashcards from './flashcards.json';
|
|
27
|
+
import general from './general.json';
|
|
28
|
+
import navigation from './navigation.json';
|
|
29
|
+
import onboarding from './onboarding.json';
|
|
30
|
+
import settings from './settings.json';
|
|
31
|
+
|
|
32
|
+
// Merge all modules into a single translation object
|
|
33
|
+
// Using nested structure for better namespace organization
|
|
34
|
+
const translations = {
|
|
35
|
+
branding,
|
|
36
|
+
datetime,
|
|
37
|
+
errors,
|
|
38
|
+
flashcards,
|
|
39
|
+
general,
|
|
40
|
+
navigation,
|
|
41
|
+
onboarding,
|
|
42
|
+
settings,
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
export default translations;
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
{
|
|
2
|
+
"home": "Hjem",
|
|
3
|
+
"settings": "Indstillinger",
|
|
4
|
+
"about": "Om",
|
|
5
|
+
"back": "Tilbage",
|
|
6
|
+
"explore": "Udforske",
|
|
7
|
+
"search": "Søge",
|
|
8
|
+
"favorites": "Favoritter",
|
|
9
|
+
"activity": "Aktivitet",
|
|
10
|
+
"discover": "Opdage",
|
|
11
|
+
"library": "Bibliotek",
|
|
12
|
+
"stats": "Statistik",
|
|
13
|
+
"wellness": "Wellness",
|
|
14
|
+
"exercises": "Øvelser",
|
|
15
|
+
"nutrition": "Ernæring",
|
|
16
|
+
"progress": "Fremskridt",
|
|
17
|
+
"workouts": "Træning",
|
|
18
|
+
"dashboard": "Dashboard",
|
|
19
|
+
"calendar": "Kalender",
|
|
20
|
+
"tasks": "Opgaver",
|
|
21
|
+
"notes": "Noter",
|
|
22
|
+
"projects": "Projekter",
|
|
23
|
+
"goals": "Mål",
|
|
24
|
+
"habits": "Vaner",
|
|
25
|
+
"budget": "Budget",
|
|
26
|
+
"expenses": "Udgifter",
|
|
27
|
+
"income": "Indkomst",
|
|
28
|
+
"accounts": "Regnskaber",
|
|
29
|
+
"reports": "Rapporter",
|
|
30
|
+
"courses": "Kurser",
|
|
31
|
+
"lessons": "Lektioner",
|
|
32
|
+
"practice": "Praksis",
|
|
33
|
+
"learning": "Læring",
|
|
34
|
+
"meditation": "Meditation",
|
|
35
|
+
"journal": "Tidsskrift",
|
|
36
|
+
"timer": "Timer",
|
|
37
|
+
"tracking": "Sporing",
|
|
38
|
+
"analytics": "Analytics",
|
|
39
|
+
"community": "Fællesskab",
|
|
40
|
+
"feed": "Foder",
|
|
41
|
+
"browse": "Gennemse",
|
|
42
|
+
"categories": "Kategorier",
|
|
43
|
+
"saved": "Gemt",
|
|
44
|
+
"history": "Historie",
|
|
45
|
+
"achievements": "Præstationer",
|
|
46
|
+
"leaderboard": "Leaderboard",
|
|
47
|
+
"challenges": "Udfordringer",
|
|
48
|
+
"rewards": "Belønninger",
|
|
49
|
+
"today": "I dag",
|
|
50
|
+
"medicines": "Lægemidler",
|
|
51
|
+
"adherence": "Overholdelse",
|
|
52
|
+
"decks": "Dæk",
|
|
53
|
+
"cards": "Kort",
|
|
54
|
+
"study": "Studere",
|
|
55
|
+
"decksDescription": "Organize and manage your flashcard decks",
|
|
56
|
+
"cardsDescription": "View and edit all your flashcards",
|
|
57
|
+
"studyDescription": "Practice with spaced repetition system"
|
|
58
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
{
|
|
2
|
+
"skip": "Springe",
|
|
3
|
+
"getStarted": "Kom i gang",
|
|
4
|
+
"welcome": {
|
|
5
|
+
"title": "Velkomst!",
|
|
6
|
+
"subtitle": "Din rejse starter her",
|
|
7
|
+
"getStarted": "Kom i gang",
|
|
8
|
+
"skip": "Springe"
|
|
9
|
+
},
|
|
10
|
+
"slides": {
|
|
11
|
+
"slide1": {
|
|
12
|
+
"title": "Oplev fantastiske funktioner",
|
|
13
|
+
"description": "Udforsk alt, hvad vores app har at tilbyde"
|
|
14
|
+
},
|
|
15
|
+
"slide2": {
|
|
16
|
+
"title": "Forbliv organiseret",
|
|
17
|
+
"description": "Hold styr på, hvad der betyder mest"
|
|
18
|
+
},
|
|
19
|
+
"slide3": {
|
|
20
|
+
"title": "Opnå dine mål",
|
|
21
|
+
"description": "Vi er her for at hjælpe dig med at få succes"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"permissions": {
|
|
25
|
+
"title": "Tilladelser",
|
|
26
|
+
"subtitle": "Vi har brug for nogle tilladelser for at give den bedste oplevelse",
|
|
27
|
+
"location": {
|
|
28
|
+
"title": "Beliggenhed",
|
|
29
|
+
"description": "Tilbyder lokationsbaserede funktioner",
|
|
30
|
+
"enable": "Aktiver placering"
|
|
31
|
+
},
|
|
32
|
+
"camera": {
|
|
33
|
+
"title": "Kamera",
|
|
34
|
+
"description": "Tag billeder og scan dokumenter",
|
|
35
|
+
"enable": "Aktiver kamera"
|
|
36
|
+
},
|
|
37
|
+
"photos": {
|
|
38
|
+
"title": "Fotos",
|
|
39
|
+
"description": "Få adgang til dit fotobibliotek",
|
|
40
|
+
"enable": "Aktiver Fotos"
|
|
41
|
+
},
|
|
42
|
+
"later": "Jeg gør det senere",
|
|
43
|
+
"continue": "Fortsætte"
|
|
44
|
+
},
|
|
45
|
+
"personalization": {
|
|
46
|
+
"title": "Tilpas din oplevelse",
|
|
47
|
+
"subtitle": "Fortæl os om dig selv",
|
|
48
|
+
"goals": {
|
|
49
|
+
"title": "Hvad er dine mål?",
|
|
50
|
+
"options": [
|
|
51
|
+
"Hold dig sund",
|
|
52
|
+
"Vær produktiv",
|
|
53
|
+
"Lær nye færdigheder",
|
|
54
|
+
"Forbind med andre",
|
|
55
|
+
"God fornøjelse"
|
|
56
|
+
]
|
|
57
|
+
},
|
|
58
|
+
"preferences": {
|
|
59
|
+
"title": "Indstil dine præferencer",
|
|
60
|
+
"theme": "Vælg tema",
|
|
61
|
+
"language": "Vælg sprog"
|
|
62
|
+
},
|
|
63
|
+
"continue": "Fortsætte"
|
|
64
|
+
},
|
|
65
|
+
"complete": {
|
|
66
|
+
"title": "Du er klar!",
|
|
67
|
+
"subtitle": "Lad os komme i gang!",
|
|
68
|
+
"startButton": "Begynd at bruge app"
|
|
69
|
+
},
|
|
70
|
+
"navigation": {
|
|
71
|
+
"next": "Næste",
|
|
72
|
+
"back": "Tilbage",
|
|
73
|
+
"skip": "Springe",
|
|
74
|
+
"done": "Færdig"
|
|
75
|
+
}
|
|
76
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
{
|
|
2
|
+
"lightMode": "Lys tilstand",
|
|
3
|
+
"darkMode": "Mørk tilstand",
|
|
4
|
+
"language": "Sprog",
|
|
5
|
+
"aboutDescription": "App information og version",
|
|
6
|
+
"about": {
|
|
7
|
+
"title": "Om",
|
|
8
|
+
"description": "App information og version",
|
|
9
|
+
"appVersion": "App version",
|
|
10
|
+
"moreApps": "Flere apps",
|
|
11
|
+
"moreAppsDescription": "Tjek vores andre apps",
|
|
12
|
+
"contactEmail": "Kontakt email",
|
|
13
|
+
"website": "Hjemmeside"
|
|
14
|
+
},
|
|
15
|
+
"disclaimer": {
|
|
16
|
+
"title": "Sundhedsfraskrivelse",
|
|
17
|
+
"shortMessage": "Tryk for at læse vigtige sundhedsoplysninger",
|
|
18
|
+
"message": "Denne app er kun til informations- og wellness-støtteformål. Det er IKKE en erstatning for professionel medicinsk eller mental sundhedspleje.\n\nHvis du oplever en helbredskrise eller nødsituation, skal du straks kontakte din lokale alarmcentral eller sundhedsudbyder.\n\nKontakt altid kvalificeret sundhedspersonale for medicinsk rådgivning, diagnose eller behandling. Indholdet i denne app bør ikke bruges som en erstatning for professionel medicinsk bedømmelse.\n\nDit privatliv er vigtigt. Alle data forbliver private på din enhed, medmindre du udtrykkeligt vælger at dele dem."
|
|
19
|
+
},
|
|
20
|
+
"legal": {
|
|
21
|
+
"title": "Legal",
|
|
22
|
+
"description": "Privatlivspolitik, vilkår for brug og EULA",
|
|
23
|
+
"privacy": "Privatlivspolitik",
|
|
24
|
+
"privacyDescription": "Hvordan vi håndterer dine data",
|
|
25
|
+
"terms": "Vilkår for brug",
|
|
26
|
+
"termsDescription": "Vilkår og betingelser",
|
|
27
|
+
"eula": "Slutbrugerlicensaftale",
|
|
28
|
+
"eulaDescription": "Licensaftale"
|
|
29
|
+
},
|
|
30
|
+
"version": {
|
|
31
|
+
"title": "App version"
|
|
32
|
+
},
|
|
33
|
+
"languageSelection": {
|
|
34
|
+
"title": "Vælg sprog",
|
|
35
|
+
"description": "Vælg dit foretrukne sprog",
|
|
36
|
+
"currentLanguage": "Aktuelt sprog",
|
|
37
|
+
"searchPlaceholder": "Søg efter sprog"
|
|
38
|
+
},
|
|
39
|
+
"appearance": {
|
|
40
|
+
"title": "Udseende",
|
|
41
|
+
"darkMode": "Mørk tilstand",
|
|
42
|
+
"darkTheme": "Mørkt tema",
|
|
43
|
+
"lightTheme": "Lys tema",
|
|
44
|
+
"themeDescription": "Indstillinger for sprog og tema"
|
|
45
|
+
},
|
|
46
|
+
"notifications": {
|
|
47
|
+
"title": "Meddelelser",
|
|
48
|
+
"description": "Administrer meddelelsespræferencer",
|
|
49
|
+
"enableNotifications": "Aktiver meddelelser",
|
|
50
|
+
"notificationPermission": "Underretningstilladelse",
|
|
51
|
+
"notificationPermissionDescription": "Tillad appen at sende notifikationer"
|
|
52
|
+
}
|
|
53
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"welcomeBack": "Willkommen zurück",
|
|
3
|
+
"loginSubtitle": "Melden Sie sich an, um Ihre Karteikarten geräteübergreifend zu synchronisieren",
|
|
4
|
+
"email": "E-Mail",
|
|
5
|
+
"password": "Passwort",
|
|
6
|
+
"enterPassword": "Geben Sie Ihr Passwort ein",
|
|
7
|
+
"login": "Login",
|
|
8
|
+
"createAccount": "Benutzerkonto erstellen",
|
|
9
|
+
"continueAsGuest": "Als Gast fortfahren",
|
|
10
|
+
"register": "Registrieren",
|
|
11
|
+
"displayName": "Anzeigename",
|
|
12
|
+
"enterDisplayName": "Geben Sie Ihren Namen ein",
|
|
13
|
+
"confirmPassword": "Passwort bestätigen",
|
|
14
|
+
"reenterPassword": "Geben Sie Ihr Passwort erneut ein",
|
|
15
|
+
"backToLogin": "Zurück zum Anmelden",
|
|
16
|
+
"registerSubtitle": "Erstellen Sie ein Konto, um Ihre Daten zu synchronisieren",
|
|
17
|
+
"fillAllFields": "Bitte füllen Sie alle Felder aus",
|
|
18
|
+
"passwordsDoNotMatch": "Passwörter stimmen nicht überein",
|
|
19
|
+
"passwordTooShort": "Das Passwort muss mindestens 6 Zeichen lang sein",
|
|
20
|
+
"loginFailed": "Fehler bei der Anmeldung. Bitte überprüfen Sie Ihre Anmeldedaten.",
|
|
21
|
+
"registrationFailed": "Die Registrierung ist fehlgeschlagen. Bitte versuchen Sie es erneut.",
|
|
22
|
+
"logout": "Abmelden",
|
|
23
|
+
"profile": "Profil",
|
|
24
|
+
"account": "Konto",
|
|
25
|
+
"signedInAs": "Angemeldet als",
|
|
26
|
+
"guestMode": "Gastmodus",
|
|
27
|
+
"guestModeDescription": "Ihre Daten werden lokal auf diesem Gerät gespeichert",
|
|
28
|
+
"syncData": "Lokale Daten synchronisieren",
|
|
29
|
+
"syncDataDescription": "Laden Sie Ihre lokalen Lernkarten in die Cloud hoch",
|
|
30
|
+
"syncSuccess": "Daten erfolgreich synchronisiert",
|
|
31
|
+
"syncFailed": "Daten konnten nicht synchronisiert werden"
|
|
32
|
+
}
|