@umituz/react-native-localization 1.0.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 +78 -15
- 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 +9 -2
- package/scripts/check-translations.js +354 -0
- package/scripts/createLocaleLoaders.js +178 -0
- package/scripts/remove-unused-keys.js +216 -0
- package/scripts/setup-languages.js +122 -0
- package/scripts/translate-missing.js +500 -0
- package/scripts/utils/findLocalesDir.js +79 -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,140 @@
|
|
|
1
|
+
{
|
|
2
|
+
"days": {
|
|
3
|
+
"full": {
|
|
4
|
+
"monday": "Montag",
|
|
5
|
+
"tuesday": "Dienstag",
|
|
6
|
+
"wednesday": "Mittwoch",
|
|
7
|
+
"thursday": "Donnerstag",
|
|
8
|
+
"friday": "Freitag",
|
|
9
|
+
"saturday": "Samstag",
|
|
10
|
+
"sunday": "Sonntag"
|
|
11
|
+
},
|
|
12
|
+
"short": {
|
|
13
|
+
"mon": "Mo",
|
|
14
|
+
"tue": "Di",
|
|
15
|
+
"wed": "Heiraten",
|
|
16
|
+
"thu": "Do",
|
|
17
|
+
"fri": "Fr",
|
|
18
|
+
"sat": "Sa",
|
|
19
|
+
"sun": "Sonne"
|
|
20
|
+
},
|
|
21
|
+
"abbreviated": {
|
|
22
|
+
"m": "M",
|
|
23
|
+
"t": "T",
|
|
24
|
+
"w": "W",
|
|
25
|
+
"th": "Th",
|
|
26
|
+
"f": "F",
|
|
27
|
+
"sa": "Sa",
|
|
28
|
+
"su": "Su"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"months": {
|
|
32
|
+
"full": {
|
|
33
|
+
"january": "Januar",
|
|
34
|
+
"february": "Februar",
|
|
35
|
+
"march": "Marsch",
|
|
36
|
+
"april": "April",
|
|
37
|
+
"may": "Mai",
|
|
38
|
+
"june": "Juni",
|
|
39
|
+
"july": "Juli",
|
|
40
|
+
"august": "August",
|
|
41
|
+
"september": "September",
|
|
42
|
+
"october": "Oktober",
|
|
43
|
+
"november": "November",
|
|
44
|
+
"december": "Dezember"
|
|
45
|
+
},
|
|
46
|
+
"short": {
|
|
47
|
+
"jan": "Jan",
|
|
48
|
+
"feb": "Febr",
|
|
49
|
+
"mar": "Beschädigen",
|
|
50
|
+
"apr": "Apr",
|
|
51
|
+
"may": "Mai",
|
|
52
|
+
"jun": "Jun",
|
|
53
|
+
"jul": "Juli",
|
|
54
|
+
"aug": "Aug",
|
|
55
|
+
"sep": "Sept",
|
|
56
|
+
"oct": "Okt",
|
|
57
|
+
"nov": "Nov",
|
|
58
|
+
"dec": "Dez"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
"relative": {
|
|
62
|
+
"now": "Jetzt",
|
|
63
|
+
"justNow": "Soeben",
|
|
64
|
+
"today": "Heute",
|
|
65
|
+
"yesterday": "Gestern",
|
|
66
|
+
"tomorrow": "Morgen",
|
|
67
|
+
"thisWeek": "Diese Woche",
|
|
68
|
+
"lastWeek": "Letzte Woche",
|
|
69
|
+
"nextWeek": "Nächste Woche",
|
|
70
|
+
"thisMonth": "Diesen Monat",
|
|
71
|
+
"lastMonth": "Letzten Monat",
|
|
72
|
+
"nextMonth": "Nächsten Monat",
|
|
73
|
+
"thisYear": "Dieses Jahr",
|
|
74
|
+
"lastYear": "Letztes Jahr",
|
|
75
|
+
"nextYear": "Nächstes Jahr",
|
|
76
|
+
"ago": "vor",
|
|
77
|
+
"fromNow": "von jetzt an",
|
|
78
|
+
"in": "In"
|
|
79
|
+
},
|
|
80
|
+
"units": {
|
|
81
|
+
"singular": {
|
|
82
|
+
"second": "zweite",
|
|
83
|
+
"minute": "Minute",
|
|
84
|
+
"hour": "Stunde",
|
|
85
|
+
"day": "Tag",
|
|
86
|
+
"week": "Woche",
|
|
87
|
+
"month": "Monat",
|
|
88
|
+
"year": "Jahr"
|
|
89
|
+
},
|
|
90
|
+
"plural": {
|
|
91
|
+
"seconds": "Sekunden",
|
|
92
|
+
"minutes": "Minuten",
|
|
93
|
+
"hours": "Std.",
|
|
94
|
+
"days": "Tage",
|
|
95
|
+
"weeks": "Wochen",
|
|
96
|
+
"months": "Monate",
|
|
97
|
+
"years": "Jahre"
|
|
98
|
+
},
|
|
99
|
+
"short": {
|
|
100
|
+
"s": "S",
|
|
101
|
+
"m": "M",
|
|
102
|
+
"h": "H",
|
|
103
|
+
"d": "D",
|
|
104
|
+
"w": "w",
|
|
105
|
+
"mo": "Mo",
|
|
106
|
+
"y": "j"
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
"periods": {
|
|
110
|
+
"am": "BIN",
|
|
111
|
+
"pm": "PN",
|
|
112
|
+
"morning": "Morgen",
|
|
113
|
+
"afternoon": "Nachmittag",
|
|
114
|
+
"evening": "Abend",
|
|
115
|
+
"night": "Nacht",
|
|
116
|
+
"midnight": "Mitternacht",
|
|
117
|
+
"noon": "Mittag"
|
|
118
|
+
},
|
|
119
|
+
"formats": {
|
|
120
|
+
"date": "Datum",
|
|
121
|
+
"time": "Zeit",
|
|
122
|
+
"datetime": "Datum und Uhrzeit",
|
|
123
|
+
"duration": "Dauer",
|
|
124
|
+
"startDate": "Startdatum",
|
|
125
|
+
"endDate": "Enddatum",
|
|
126
|
+
"startTime": "Startzeit",
|
|
127
|
+
"endTime": "Endzeit",
|
|
128
|
+
"selectDate": "Wählen Sie Datum aus",
|
|
129
|
+
"selectTime": "Wählen Sie Zeit"
|
|
130
|
+
},
|
|
131
|
+
"actions": {
|
|
132
|
+
"setDate": "Datum einstellen",
|
|
133
|
+
"setTime": "Zeit einstellen",
|
|
134
|
+
"clearDate": "Datum löschen",
|
|
135
|
+
"clearTime": "Klare Zeit",
|
|
136
|
+
"confirmDate": "Datum bestätigen",
|
|
137
|
+
"confirmTime": "Bestätigen Sie die Uhrzeit",
|
|
138
|
+
"cancel": "Stornieren"
|
|
139
|
+
}
|
|
140
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"validation": {
|
|
3
|
+
"required": "Dieses Feld ist erforderlich",
|
|
4
|
+
"invalidEmail": "Ungültiges E-Mail-Format",
|
|
5
|
+
"invalidPhone": "Ungültige Telefonnummer",
|
|
6
|
+
"invalidUrl": "Ungültiges URL-Format",
|
|
7
|
+
"minLength": "Die Mindestlänge beträgt {{min}} Zeichen",
|
|
8
|
+
"maxLength": "Die maximale Länge beträgt {{max}} Zeichen",
|
|
9
|
+
"minValue": "Der Mindestwert beträgt {{min}}",
|
|
10
|
+
"maxValue": "Maximalwert ist {{max}}",
|
|
11
|
+
"mustMatch": "Felder müssen übereinstimmen",
|
|
12
|
+
"invalidFormat": "Ungültiges Format",
|
|
13
|
+
"invalidDate": "Ungültiges Datum",
|
|
14
|
+
"futureDate": "Das Datum muss in der Zukunft liegen",
|
|
15
|
+
"pastDate": "Das Datum muss in der Vergangenheit liegen"
|
|
16
|
+
},
|
|
17
|
+
"storage": {
|
|
18
|
+
"saveFailed": "Daten konnten nicht gespeichert werden",
|
|
19
|
+
"loadFailed": "Daten konnten nicht geladen werden",
|
|
20
|
+
"deleteFailed": "Daten konnten nicht gelöscht werden",
|
|
21
|
+
"notFound": "Daten nicht gefunden"
|
|
22
|
+
},
|
|
23
|
+
"permission": {
|
|
24
|
+
"denied": "Zugriff verweigert",
|
|
25
|
+
"notGranted": "Erlaubnis nicht erteilt",
|
|
26
|
+
"cameraNotAvailable": "Kamera nicht verfügbar",
|
|
27
|
+
"locationNotAvailable": "Ortungsdienste nicht verfügbar",
|
|
28
|
+
"microphoneNotAvailable": "Mikrofon nicht verfügbar",
|
|
29
|
+
"photosNotAvailable": "Fotobibliothek nicht verfügbar"
|
|
30
|
+
},
|
|
31
|
+
"common": {
|
|
32
|
+
"somethingWentWrong": "Etwas ist schief gelaufen",
|
|
33
|
+
"tryAgainLater": "Bitte versuchen Sie es später noch einmal",
|
|
34
|
+
"unexpectedError": "Es ist ein unerwarteter Fehler aufgetreten"
|
|
35
|
+
},
|
|
36
|
+
"actions": {
|
|
37
|
+
"dismiss": "Zurückweisen",
|
|
38
|
+
"retry": "Wiederholen",
|
|
39
|
+
"cancel": "Stornieren",
|
|
40
|
+
"goBack": "Geh zurück",
|
|
41
|
+
"contactSupport": "Kontaktieren Sie den Support"
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -0,0 +1,287 @@
|
|
|
1
|
+
{
|
|
2
|
+
"home": {
|
|
3
|
+
"welcome": "Willkommen beim Flashcard Maker",
|
|
4
|
+
"subtitle": "Meistern Sie jedes Thema mit interaktiven Lernkarten",
|
|
5
|
+
"quickStudy": "Schnelles Lernen",
|
|
6
|
+
"quickStudyDesc": "Beginnen Sie mit dem Studium Ihrer aktuellen Decks",
|
|
7
|
+
"createDeck": "Deck erstellen",
|
|
8
|
+
"createDeckDesc": "Bauen Sie ein neues Karteikartendeck",
|
|
9
|
+
"recentActivity": "Letzte Aktivität",
|
|
10
|
+
"noDecksYet": "Sie haben noch keine Decks erstellt",
|
|
11
|
+
"browseDecks": "Durchsuchen Sie Decks",
|
|
12
|
+
"statistics": "Statistiken",
|
|
13
|
+
"totalDecks": "Gesamtzahl der Decks",
|
|
14
|
+
"totalCards": "Gesamtkarten",
|
|
15
|
+
"studySessions": "Lernsitzungen"
|
|
16
|
+
},
|
|
17
|
+
"decks": {
|
|
18
|
+
"noDecks": "Keine Decks gefunden",
|
|
19
|
+
"noDecksDesc": "Erstellen Sie Ihr erstes Lernkartendeck, um loszulegen",
|
|
20
|
+
"createFirstDeck": "Erstelle das erste Deck",
|
|
21
|
+
"createDeck": "Deck erstellen",
|
|
22
|
+
"editDeck": "Deck bearbeiten",
|
|
23
|
+
"recentlyStudied": "Kürzlich studiert",
|
|
24
|
+
"allDecks": "Alle Decks",
|
|
25
|
+
"easy": "Einfach",
|
|
26
|
+
"medium": "Medium",
|
|
27
|
+
"hard": "Hart"
|
|
28
|
+
},
|
|
29
|
+
"study": {
|
|
30
|
+
"noCards": "Keine Karten verfügbar",
|
|
31
|
+
"noCardsDesc": "Fügen Sie einige Karten zu einem Stapel hinzu, um mit dem Lernen zu beginnen",
|
|
32
|
+
"browseDecks": "Durchsuchen Sie Decks",
|
|
33
|
+
"question": "Frage",
|
|
34
|
+
"answer": "Antwort",
|
|
35
|
+
"showQuestion": "Frage anzeigen",
|
|
36
|
+
"showAnswer": "Antwort anzeigen",
|
|
37
|
+
"correct": "Richtig",
|
|
38
|
+
"incorrect": "Falsch",
|
|
39
|
+
"skip": "Überspringen",
|
|
40
|
+
"skipped": "Übersprungen",
|
|
41
|
+
"studyComplete": "Studie abgeschlossen",
|
|
42
|
+
"wellDone": "Gut gemacht!",
|
|
43
|
+
"sessionComplete": "Sitzung abgeschlossen"
|
|
44
|
+
},
|
|
45
|
+
"create": {
|
|
46
|
+
"createDeck": "Deck erstellen",
|
|
47
|
+
"addCards": "Karten hinzufügen",
|
|
48
|
+
"deckInfo": "Deckinformationen",
|
|
49
|
+
"cardInfo": "Karteninformationen",
|
|
50
|
+
"deckTitle": "Decktitel",
|
|
51
|
+
"deckTitlePlaceholder": "Geben Sie den Titel des Decks ein",
|
|
52
|
+
"deckDescription": "Beschreibung",
|
|
53
|
+
"deckDescriptionPlaceholder": "Geben Sie eine Deckbeschreibung ein",
|
|
54
|
+
"category": "Kategorie",
|
|
55
|
+
"selectCategory": "Kategorie auswählen",
|
|
56
|
+
"cardFront": "Vorderseite",
|
|
57
|
+
"cardFrontPlaceholder": "Geben Sie eine Frage oder einen Begriff ein",
|
|
58
|
+
"cardBack": "Rückseite",
|
|
59
|
+
"cardBackPlaceholder": "Geben Sie eine Antwort oder Definition ein",
|
|
60
|
+
"difficulty": "Schwierigkeit",
|
|
61
|
+
"addCard": "Karte hinzufügen",
|
|
62
|
+
"addedCards": "Karten hinzugefügt",
|
|
63
|
+
"saveDeck": "Deck speichern"
|
|
64
|
+
},
|
|
65
|
+
"cards": {
|
|
66
|
+
"noCards": "Keine Karten gefunden",
|
|
67
|
+
"noCardsDesc": "Erstellen Sie Ihre erste Karteikarte, um loszulegen",
|
|
68
|
+
"createFirstCard": "Erstellen Sie die erste Karte",
|
|
69
|
+
"createCard": "Karte erstellen",
|
|
70
|
+
"editCard": "Karte bearbeiten",
|
|
71
|
+
"selectDeck": "Wählen Sie „Deck“ aus",
|
|
72
|
+
"selectDeckPlaceholder": "Wähle ein Deck für diese Karte"
|
|
73
|
+
},
|
|
74
|
+
"common": {
|
|
75
|
+
"clearFilter": "Filter löschen"
|
|
76
|
+
},
|
|
77
|
+
"studyModes": {
|
|
78
|
+
"classic": "Klassiker",
|
|
79
|
+
"matching": "Passendes Spiel",
|
|
80
|
+
"quiz": "Multiple Choice",
|
|
81
|
+
"writing": "Schreibmodus",
|
|
82
|
+
"timed": "Zeitgesteuerte Herausforderung",
|
|
83
|
+
"selectMode": "Wählen Sie den Lernmodus"
|
|
84
|
+
},
|
|
85
|
+
"session": {
|
|
86
|
+
"complete": "Sitzung abgeschlossen",
|
|
87
|
+
"accuracy": "Genauigkeit",
|
|
88
|
+
"speed": "Geschwindigkeit",
|
|
89
|
+
"score": "Punktzahl",
|
|
90
|
+
"cardsPerMinute": "Karten/Min",
|
|
91
|
+
"grade": "Grad",
|
|
92
|
+
"feedback": {
|
|
93
|
+
"excellent": "Ausgezeichnete Arbeit! Du hast dieses Deck gemeistert!",
|
|
94
|
+
"great": "Tolle Arbeit! Machen Sie weiter so!",
|
|
95
|
+
"good": "Gute Fortschritte! Übe mehr, um dich zu verbessern.",
|
|
96
|
+
"keep_practicing": "Übe weiter! Du kommst dorthin.",
|
|
97
|
+
"keep_studying": "Lernen Sie weiter! Sehen Sie sich diese Karten noch einmal an."
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
"rating": {
|
|
101
|
+
"fail": "Wieder",
|
|
102
|
+
"hard": "Hart",
|
|
103
|
+
"good": "Gut",
|
|
104
|
+
"easy": "Einfach",
|
|
105
|
+
"perfect": "Perfekt"
|
|
106
|
+
},
|
|
107
|
+
"srs": {
|
|
108
|
+
"dueToday": "Heute fällig",
|
|
109
|
+
"dueCards": "Fällige Karten",
|
|
110
|
+
"nextReview": "Nächste Rezension",
|
|
111
|
+
"interval": "Intervall",
|
|
112
|
+
"repetitions": "Wiederholungen",
|
|
113
|
+
"easeFactor": "Leichtigkeitsfaktor",
|
|
114
|
+
"reviewHistory": "Überprüfen Sie den Verlauf",
|
|
115
|
+
"retention": "Retentionsrate",
|
|
116
|
+
"again": "Wieder",
|
|
117
|
+
"hard": "Hart",
|
|
118
|
+
"good": "Gut",
|
|
119
|
+
"easy": "Einfach"
|
|
120
|
+
},
|
|
121
|
+
"media": {
|
|
122
|
+
"image": "Bild",
|
|
123
|
+
"chooseImage": "Wählen Sie Bild",
|
|
124
|
+
"takePhoto": "Machen Sie ein Foto",
|
|
125
|
+
"permissionDenied": "Zugriffsberechtigung für Fotos verweigert",
|
|
126
|
+
"cameraPermissionDenied": "Zugriffsberechtigung für die Kamera verweigert",
|
|
127
|
+
"imageFailed": "Bild konnte nicht geladen werden",
|
|
128
|
+
"cameraFailed": "Kamera konnte nicht geöffnet werden",
|
|
129
|
+
"audio": "Audio",
|
|
130
|
+
"record": "Audio aufnehmen",
|
|
131
|
+
"recording": "Aufnahme...",
|
|
132
|
+
"stopRecording": "Stoppen Sie die Aufnahme",
|
|
133
|
+
"play": "Spielen",
|
|
134
|
+
"stop": "Stoppen",
|
|
135
|
+
"speak": "Sprechen",
|
|
136
|
+
"audioPermissionDenied": "Die Berechtigung zum Aufzeichnen von Audio wurde verweigert",
|
|
137
|
+
"recordingFailed": "Audioaufnahme fehlgeschlagen",
|
|
138
|
+
"playbackFailed": "Audio konnte nicht abgespielt werden",
|
|
139
|
+
"ttsFailed": "Text-to-Speech fehlgeschlagen",
|
|
140
|
+
"noText": "Kein Text zum Sprechen"
|
|
141
|
+
},
|
|
142
|
+
"import": {
|
|
143
|
+
"title": "Deck importieren",
|
|
144
|
+
"chooseFormat": "Wählen Sie Format",
|
|
145
|
+
"csv": "CSV (Excel)",
|
|
146
|
+
"json": "JSON",
|
|
147
|
+
"quizlet": "Quizlet",
|
|
148
|
+
"selectFile": "Wählen Sie Datei aus",
|
|
149
|
+
"importing": "Importieren...",
|
|
150
|
+
"success": "{{count}} Karten erfolgreich importiert",
|
|
151
|
+
"errors": "{{count}} Fehler sind aufgetreten",
|
|
152
|
+
"viewErrors": "Fehler anzeigen"
|
|
153
|
+
},
|
|
154
|
+
"export": {
|
|
155
|
+
"title": "Deck exportieren",
|
|
156
|
+
"chooseFormat": "Wählen Sie Format",
|
|
157
|
+
"csv": "CSV (Excel)",
|
|
158
|
+
"json": "JSON (vollständig)",
|
|
159
|
+
"quizlet": "Quizlet",
|
|
160
|
+
"includeStats": "Statistiken einbeziehen",
|
|
161
|
+
"includeMedia": "Medien einbeziehen",
|
|
162
|
+
"exporting": "Exportieren...",
|
|
163
|
+
"success": "Deck erfolgreich exportiert"
|
|
164
|
+
},
|
|
165
|
+
"statistics": {
|
|
166
|
+
"title": "Statistiken",
|
|
167
|
+
"overview": "Überblick",
|
|
168
|
+
"totalCards": "Gesamtkarten",
|
|
169
|
+
"cardsStudied": "Karten studiert",
|
|
170
|
+
"totalReviews": "Gesamtbewertungen",
|
|
171
|
+
"correctReviews": "Richtige Bewertungen",
|
|
172
|
+
"accuracy": "Genauigkeit",
|
|
173
|
+
"averageTimePerCard": "Durchschnittliche Zeit pro Karte",
|
|
174
|
+
"totalStudyTime": "Gesamtstudienzeit",
|
|
175
|
+
"studySessions": "Lernsitzungen",
|
|
176
|
+
"streak": {
|
|
177
|
+
"current": "Aktueller Streak",
|
|
178
|
+
"longest": "Längster Streak",
|
|
179
|
+
"days": "Tage"
|
|
180
|
+
},
|
|
181
|
+
"charts": {
|
|
182
|
+
"daily": "Täglich",
|
|
183
|
+
"weekly": "Wöchentlich",
|
|
184
|
+
"monthly": "Monatlich",
|
|
185
|
+
"performance": "Leistung",
|
|
186
|
+
"activity": "Aktivität"
|
|
187
|
+
}
|
|
188
|
+
},
|
|
189
|
+
"sharing": {
|
|
190
|
+
"title": "Deck teilen",
|
|
191
|
+
"generateCode": "Freigabecode generieren",
|
|
192
|
+
"shareCode": "Code teilen",
|
|
193
|
+
"qrCode": "QR-Code",
|
|
194
|
+
"copyCode": "Code kopieren",
|
|
195
|
+
"codeCopied": "Code in die Zwischenablage kopiert",
|
|
196
|
+
"shareAsFile": "Als Datei teilen",
|
|
197
|
+
"shareAsLink": "Als Link teilen",
|
|
198
|
+
"importCode": "Code importieren",
|
|
199
|
+
"enterCode": "Geben Sie den 6-stelligen Code ein",
|
|
200
|
+
"invalidCode": "Ungültiger Freigabecode",
|
|
201
|
+
"importing": "Deck wird importiert...",
|
|
202
|
+
"importSuccess": "Deck erfolgreich importiert",
|
|
203
|
+
"downloadCount": "Downloads",
|
|
204
|
+
"makePublic": "Öffentlich machen",
|
|
205
|
+
"makePrivate": "Privat machen"
|
|
206
|
+
},
|
|
207
|
+
"gamification": {
|
|
208
|
+
"profile": {
|
|
209
|
+
"level": "Ebene",
|
|
210
|
+
"xp": "XP",
|
|
211
|
+
"rank": "Rang",
|
|
212
|
+
"progress": "Gehe zum nächsten Level",
|
|
213
|
+
"totalXP": "Insgesamt verdiente XP"
|
|
214
|
+
},
|
|
215
|
+
"ranks": {
|
|
216
|
+
"novice": "Anfänger",
|
|
217
|
+
"apprentice": "Lehrling",
|
|
218
|
+
"scholar": "Gelehrte",
|
|
219
|
+
"expert": "Experte",
|
|
220
|
+
"master": "Master",
|
|
221
|
+
"grandmaster": "Großmeister",
|
|
222
|
+
"legend": "Legende"
|
|
223
|
+
},
|
|
224
|
+
"achievements": {
|
|
225
|
+
"title": "Erfolge",
|
|
226
|
+
"unlocked": "Entsperrt",
|
|
227
|
+
"locked": "Gesperrt",
|
|
228
|
+
"progress": "Fortschritt",
|
|
229
|
+
"reward": "Belohnen",
|
|
230
|
+
"unlockedAt": "Entsperrt am",
|
|
231
|
+
"categories": {
|
|
232
|
+
"study": "Studie",
|
|
233
|
+
"cards": "Karten",
|
|
234
|
+
"decks": "Decks",
|
|
235
|
+
"streak": "Strähne",
|
|
236
|
+
"special": "Besonders"
|
|
237
|
+
}
|
|
238
|
+
},
|
|
239
|
+
"challenges": {
|
|
240
|
+
"title": "Tägliche Herausforderungen",
|
|
241
|
+
"today": "Die heutigen Herausforderungen",
|
|
242
|
+
"completed": "Vollendet",
|
|
243
|
+
"inProgress": "Im Gange",
|
|
244
|
+
"reward": "Belohnen",
|
|
245
|
+
"goal": "Ziel",
|
|
246
|
+
"progress": "Fortschritt"
|
|
247
|
+
},
|
|
248
|
+
"xpRewards": {
|
|
249
|
+
"cardReviewed": "+{{amount}} XP – Karte überprüft",
|
|
250
|
+
"cardCorrect": "+{{amount}} XP – Richtige Antwort",
|
|
251
|
+
"cardPerfect": "+{{amount}} XP – Perfekt!",
|
|
252
|
+
"deckCreated": "+{{amount}} XP – Deck erstellt",
|
|
253
|
+
"studySession": "+{{amount}} XP – Lernsitzung",
|
|
254
|
+
"dailyGoal": "+{{amount}} XP – Tagesziel erreicht",
|
|
255
|
+
"streakDay": "+{{amount}} XP – Streak Day",
|
|
256
|
+
"achievementUnlocked": "+{{amount}} XP – Erfolg freigeschaltet"
|
|
257
|
+
}
|
|
258
|
+
},
|
|
259
|
+
"matching": {
|
|
260
|
+
"title": "Passendes Spiel",
|
|
261
|
+
"instructions": "Ordnen Sie die Karten zu, indem Sie auf Paare tippen",
|
|
262
|
+
"matches": "Streichhölzer",
|
|
263
|
+
"attempts": "Versuche",
|
|
264
|
+
"timeElapsed": "Zeit",
|
|
265
|
+
"perfect": "Perfekte Übereinstimmung!",
|
|
266
|
+
"tryAgain": "Versuchen Sie es erneut"
|
|
267
|
+
},
|
|
268
|
+
"quiz": {
|
|
269
|
+
"title": "Multiple-Choice-Quiz",
|
|
270
|
+
"question": "Frage",
|
|
271
|
+
"chooseAnswer": "Wählen Sie die richtige Antwort",
|
|
272
|
+
"correct": "Richtig!",
|
|
273
|
+
"incorrect": "Falsch",
|
|
274
|
+
"showAnswer": "Antwort anzeigen",
|
|
275
|
+
"nextQuestion": "Nächste Frage"
|
|
276
|
+
},
|
|
277
|
+
"writing": {
|
|
278
|
+
"title": "Schreibmodus",
|
|
279
|
+
"instructions": "Geben Sie die Antwort ein",
|
|
280
|
+
"yourAnswer": "Ihre Antwort",
|
|
281
|
+
"correctAnswer": "Richtige Antwort",
|
|
282
|
+
"similarity": "Ähnlichkeit",
|
|
283
|
+
"strictMode": "Strenger Modus",
|
|
284
|
+
"fuzzyMatching": "Fuzzy-Matching",
|
|
285
|
+
"check": "Antwort prüfen"
|
|
286
|
+
}
|
|
287
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
{
|
|
2
|
+
"back": "Zurück",
|
|
3
|
+
"cancel": "Stornieren",
|
|
4
|
+
"confirm": "Bestätigen",
|
|
5
|
+
"continue": "Weitermachen",
|
|
6
|
+
"delete": "Löschen",
|
|
7
|
+
"edit": "Bearbeiten",
|
|
8
|
+
"error": "Fehler",
|
|
9
|
+
"loading": "Laden...",
|
|
10
|
+
"notNow": "Nicht jetzt",
|
|
11
|
+
"ok": "OK",
|
|
12
|
+
"optional": "Optional",
|
|
13
|
+
"save": "Speichern",
|
|
14
|
+
"something_went_wrong": "Etwas ist schief gelaufen",
|
|
15
|
+
"success": "Erfolg",
|
|
16
|
+
"close": "Schließen",
|
|
17
|
+
"done": "Erledigt",
|
|
18
|
+
"next": "Nächste",
|
|
19
|
+
"previous": "Vorherige",
|
|
20
|
+
"skip": "Überspringen",
|
|
21
|
+
"retry": "Wiederholen",
|
|
22
|
+
"refresh": "Aktualisieren",
|
|
23
|
+
"search": "Suchen",
|
|
24
|
+
"filter": "Filter",
|
|
25
|
+
"sort": "Sortieren",
|
|
26
|
+
"add": "Hinzufügen",
|
|
27
|
+
"remove": "Entfernen",
|
|
28
|
+
"update": "Aktualisieren",
|
|
29
|
+
"create": "Erstellen",
|
|
30
|
+
"view": "Sicht",
|
|
31
|
+
"details": "Einzelheiten",
|
|
32
|
+
"share": "Aktie",
|
|
33
|
+
"download": "Herunterladen",
|
|
34
|
+
"upload": "Hochladen",
|
|
35
|
+
"submit": "Einreichen",
|
|
36
|
+
"reset": "Zurücksetzen",
|
|
37
|
+
"clear": "Klar",
|
|
38
|
+
"apply": "Anwenden",
|
|
39
|
+
"yes": "Ja",
|
|
40
|
+
"no": "NEIN",
|
|
41
|
+
"all": "Alle",
|
|
42
|
+
"none": "Keiner",
|
|
43
|
+
"of": "von",
|
|
44
|
+
"select": "Wählen",
|
|
45
|
+
"selected": "Ausgewählt",
|
|
46
|
+
"required": "Erforderlich",
|
|
47
|
+
"empty": "Leer",
|
|
48
|
+
"noData": "Keine Daten verfügbar",
|
|
49
|
+
"noResults": "Keine Ergebnisse gefunden",
|
|
50
|
+
"tryAgain": "Versuchen Sie es erneut",
|
|
51
|
+
"learnMore": "Erfahren Sie mehr",
|
|
52
|
+
"getStarted": "Fangen Sie an",
|
|
53
|
+
"viewAll": "Alle anzeigen",
|
|
54
|
+
"showMore": "Mehr anzeigen",
|
|
55
|
+
"showLess": "Weniger anzeigen",
|
|
56
|
+
"start": "Start",
|
|
57
|
+
"study": "Studie",
|
|
58
|
+
"cards": "Karten",
|
|
59
|
+
"correct": "Richtig",
|
|
60
|
+
"incorrect": "Falsch"
|
|
61
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Auto-generated translation loader for de-DE
|
|
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": "Heim",
|
|
3
|
+
"settings": "Einstellungen",
|
|
4
|
+
"about": "Um",
|
|
5
|
+
"back": "Zurück",
|
|
6
|
+
"explore": "Erkunden",
|
|
7
|
+
"search": "Suchen",
|
|
8
|
+
"favorites": "Favoriten",
|
|
9
|
+
"activity": "Aktivität",
|
|
10
|
+
"discover": "Entdecken",
|
|
11
|
+
"library": "Bibliothek",
|
|
12
|
+
"stats": "Statistiken",
|
|
13
|
+
"wellness": "Wellness",
|
|
14
|
+
"exercises": "Übungen",
|
|
15
|
+
"nutrition": "Ernährung",
|
|
16
|
+
"progress": "Fortschritt",
|
|
17
|
+
"workouts": "Trainingseinheiten",
|
|
18
|
+
"dashboard": "Armaturenbrett",
|
|
19
|
+
"calendar": "Kalender",
|
|
20
|
+
"tasks": "Aufgaben",
|
|
21
|
+
"notes": "Notizen",
|
|
22
|
+
"projects": "Projekte",
|
|
23
|
+
"goals": "Ziele",
|
|
24
|
+
"habits": "Gewohnheiten",
|
|
25
|
+
"budget": "Budget",
|
|
26
|
+
"expenses": "Kosten",
|
|
27
|
+
"income": "Einkommen",
|
|
28
|
+
"accounts": "Konten",
|
|
29
|
+
"reports": "Berichte",
|
|
30
|
+
"courses": "Kurse",
|
|
31
|
+
"lessons": "Unterricht",
|
|
32
|
+
"practice": "Üben",
|
|
33
|
+
"learning": "Lernen",
|
|
34
|
+
"meditation": "Meditation",
|
|
35
|
+
"journal": "Zeitschrift",
|
|
36
|
+
"timer": "Timer",
|
|
37
|
+
"tracking": "Verfolgung",
|
|
38
|
+
"analytics": "Analytik",
|
|
39
|
+
"community": "Gemeinschaft",
|
|
40
|
+
"feed": "Füttern",
|
|
41
|
+
"browse": "Durchsuchen",
|
|
42
|
+
"categories": "Kategorien",
|
|
43
|
+
"saved": "Gespeichert",
|
|
44
|
+
"history": "Geschichte",
|
|
45
|
+
"achievements": "Erfolge",
|
|
46
|
+
"leaderboard": "Bestenliste",
|
|
47
|
+
"challenges": "Herausforderungen",
|
|
48
|
+
"rewards": "Belohnungen",
|
|
49
|
+
"today": "Heute",
|
|
50
|
+
"medicines": "Medikamente",
|
|
51
|
+
"adherence": "Einhaltung",
|
|
52
|
+
"decks": "Decks",
|
|
53
|
+
"decksDescription": "Organize and manage your flashcard decks",
|
|
54
|
+
"cards": "Karten",
|
|
55
|
+
"study": "Studie",
|
|
56
|
+
"cardsDescription": "View and edit all your flashcards",
|
|
57
|
+
"studyDescription": "Practice with spaced repetition system"
|
|
58
|
+
}
|