@umituz/react-native-localization 1.1.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +23 -0
- package/lib/infrastructure/config/languagesData.d.ts +22 -3
- package/lib/infrastructure/config/languagesData.d.ts.map +1 -1
- package/lib/infrastructure/config/languagesData.js +53 -31
- 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/package.json +9 -5
- package/scripts/createLocaleLoaders.js +178 -0
- package/src/infrastructure/config/languagesData.ts +65 -32
- 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/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": "Vítejte v aplikaci Flashcard Maker",
|
|
4
|
+
"subtitle": "Zvládněte jakýkoli předmět pomocí interaktivních kartiček",
|
|
5
|
+
"quickStudy": "Rychlé studium",
|
|
6
|
+
"quickStudyDesc": "Začněte studovat své nedávné balíčky",
|
|
7
|
+
"createDeck": "Vytvořit balíček",
|
|
8
|
+
"createDeckDesc": "Sestavte nový balíček karet",
|
|
9
|
+
"recentActivity": "Nedávná aktivita",
|
|
10
|
+
"noDecksYet": "Ještě jste nevytvořili žádné balíčky",
|
|
11
|
+
"browseDecks": "Procházet balíčky",
|
|
12
|
+
"statistics": "Statistika",
|
|
13
|
+
"totalDecks": "Celkem paluby",
|
|
14
|
+
"totalCards": "Celkem karet",
|
|
15
|
+
"studySessions": "Studijní sezení"
|
|
16
|
+
},
|
|
17
|
+
"decks": {
|
|
18
|
+
"noDecks": "Nebyly nalezeny žádné paluby",
|
|
19
|
+
"noDecksDesc": "Začněte vytvořením prvního balíčku karet",
|
|
20
|
+
"createFirstDeck": "Vytvořte první balíček",
|
|
21
|
+
"createDeck": "Vytvořit balíček",
|
|
22
|
+
"editDeck": "Upravit balíček",
|
|
23
|
+
"recentlyStudied": "Nedávno studoval",
|
|
24
|
+
"allDecks": "Všechny paluby",
|
|
25
|
+
"easy": "Snadný",
|
|
26
|
+
"medium": "Střední",
|
|
27
|
+
"hard": "Tvrdý"
|
|
28
|
+
},
|
|
29
|
+
"study": {
|
|
30
|
+
"noCards": "Nejsou k dispozici žádné karty",
|
|
31
|
+
"noCardsDesc": "Chcete-li začít studovat, přidejte do balíčku několik karet",
|
|
32
|
+
"browseDecks": "Procházet balíčky",
|
|
33
|
+
"question": "Otázka",
|
|
34
|
+
"answer": "Odpověď",
|
|
35
|
+
"showQuestion": "Zobrazit otázku",
|
|
36
|
+
"showAnswer": "Zobrazit odpověď",
|
|
37
|
+
"correct": "Opravit",
|
|
38
|
+
"incorrect": "Nesprávný",
|
|
39
|
+
"skip": "Přeskočit",
|
|
40
|
+
"skipped": "Přeskočeno",
|
|
41
|
+
"studyComplete": "Studie dokončena",
|
|
42
|
+
"wellDone": "Dobrá práce!",
|
|
43
|
+
"sessionComplete": "Relace dokončena"
|
|
44
|
+
},
|
|
45
|
+
"create": {
|
|
46
|
+
"createDeck": "Vytvořit balíček",
|
|
47
|
+
"addCards": "Přidat karty",
|
|
48
|
+
"deckInfo": "Informace o palubě",
|
|
49
|
+
"cardInfo": "Informace o kartě",
|
|
50
|
+
"deckTitle": "Název paluby",
|
|
51
|
+
"deckTitlePlaceholder": "Zadejte název balíčku",
|
|
52
|
+
"deckDescription": "Popis",
|
|
53
|
+
"deckDescriptionPlaceholder": "Zadejte popis paluby",
|
|
54
|
+
"category": "Kategorie",
|
|
55
|
+
"selectCategory": "Vyberte kategorii",
|
|
56
|
+
"cardFront": "Přední strana",
|
|
57
|
+
"cardFrontPlaceholder": "Zadejte otázku nebo výraz",
|
|
58
|
+
"cardBack": "Zadní strana",
|
|
59
|
+
"cardBackPlaceholder": "Zadejte odpověď nebo definici",
|
|
60
|
+
"difficulty": "Obtížnost",
|
|
61
|
+
"addCard": "Přidat kartu",
|
|
62
|
+
"addedCards": "Přidané karty",
|
|
63
|
+
"saveDeck": "Uložit balíček"
|
|
64
|
+
},
|
|
65
|
+
"cards": {
|
|
66
|
+
"noCards": "Nebyly nalezeny žádné karty",
|
|
67
|
+
"noCardsDesc": "Začněte vytvořením první kartičky",
|
|
68
|
+
"createFirstCard": "Vytvořte první kartu",
|
|
69
|
+
"createCard": "Vytvořit kartu",
|
|
70
|
+
"editCard": "Upravit kartu",
|
|
71
|
+
"selectDeck": "Vyberte Deck",
|
|
72
|
+
"selectDeckPlaceholder": "Vyberte balíček pro tuto kartu"
|
|
73
|
+
},
|
|
74
|
+
"common": {
|
|
75
|
+
"clearFilter": "Vymazat filtr"
|
|
76
|
+
},
|
|
77
|
+
"studyModes": {
|
|
78
|
+
"classic": "Klasický",
|
|
79
|
+
"matching": "Odpovídající hra",
|
|
80
|
+
"quiz": "Vícenásobná volba",
|
|
81
|
+
"writing": "Režim psaní",
|
|
82
|
+
"timed": "Časovaná výzva",
|
|
83
|
+
"selectMode": "Vyberte režim studia"
|
|
84
|
+
},
|
|
85
|
+
"session": {
|
|
86
|
+
"complete": "Relace dokončena",
|
|
87
|
+
"accuracy": "Přesnost",
|
|
88
|
+
"speed": "Rychlost",
|
|
89
|
+
"score": "Skóre",
|
|
90
|
+
"cardsPerMinute": "karty/min",
|
|
91
|
+
"grade": "Stupeň",
|
|
92
|
+
"feedback": {
|
|
93
|
+
"excellent": "Skvělá práce! Tento balíček jste zvládli!",
|
|
94
|
+
"great": "Skvělá práce! Pokračujte v dobré práci!",
|
|
95
|
+
"good": "Dobrý pokrok! Cvičte více, abyste se zlepšili.",
|
|
96
|
+
"keep_practicing": "Pokračujte ve cvičení! Dostáváš se tam.",
|
|
97
|
+
"keep_studying": "Pokračujte ve studiu! Zkontrolujte tyto karty znovu."
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
"rating": {
|
|
101
|
+
"fail": "Znovu",
|
|
102
|
+
"hard": "Tvrdý",
|
|
103
|
+
"good": "Dobrý",
|
|
104
|
+
"easy": "Snadný",
|
|
105
|
+
"perfect": "Perfektní"
|
|
106
|
+
},
|
|
107
|
+
"srs": {
|
|
108
|
+
"dueToday": "Splatné dnes",
|
|
109
|
+
"dueCards": "Splatné karty",
|
|
110
|
+
"nextReview": "Další recenze",
|
|
111
|
+
"interval": "Interval",
|
|
112
|
+
"repetitions": "Opakování",
|
|
113
|
+
"easeFactor": "Snadný faktor",
|
|
114
|
+
"reviewHistory": "Historie recenzí",
|
|
115
|
+
"retention": "Míra uchování",
|
|
116
|
+
"again": "Znovu",
|
|
117
|
+
"hard": "Tvrdý",
|
|
118
|
+
"good": "Dobrý",
|
|
119
|
+
"easy": "Snadný"
|
|
120
|
+
},
|
|
121
|
+
"media": {
|
|
122
|
+
"image": "Obraz",
|
|
123
|
+
"chooseImage": "Vyberte Obrázek",
|
|
124
|
+
"takePhoto": "Vyfotit",
|
|
125
|
+
"permissionDenied": "Přístup k fotografiím odepřen",
|
|
126
|
+
"cameraPermissionDenied": "Přístup ke kameře odepřen",
|
|
127
|
+
"imageFailed": "Načtení obrázku se nezdařilo",
|
|
128
|
+
"cameraFailed": "Fotoaparát se nepodařilo otevřít",
|
|
129
|
+
"audio": "Zvuk",
|
|
130
|
+
"record": "Záznam zvuku",
|
|
131
|
+
"recording": "Záznam...",
|
|
132
|
+
"stopRecording": "Zastavit nahrávání",
|
|
133
|
+
"play": "Hrát",
|
|
134
|
+
"stop": "Zastávka",
|
|
135
|
+
"speak": "Mluvit",
|
|
136
|
+
"audioPermissionDenied": "Povolení k nahrávání zvuku odepřeno",
|
|
137
|
+
"recordingFailed": "Záznam zvuku se nezdařil",
|
|
138
|
+
"playbackFailed": "Zvuk se nepodařilo přehrát",
|
|
139
|
+
"ttsFailed": "Převod textu na řeč se nezdařil",
|
|
140
|
+
"noText": "Žádný text k mluvení"
|
|
141
|
+
},
|
|
142
|
+
"import": {
|
|
143
|
+
"title": "Import Deck",
|
|
144
|
+
"chooseFormat": "Zvolte Formát",
|
|
145
|
+
"csv": "CSV (Excel)",
|
|
146
|
+
"json": "JSON",
|
|
147
|
+
"quizlet": "Quizlet",
|
|
148
|
+
"selectFile": "Vyberte Soubor",
|
|
149
|
+
"importing": "Import...",
|
|
150
|
+
"success": "Počet úspěšně importovaných karet: {{count}}",
|
|
151
|
+
"errors": "Došlo k {{count}} chybám",
|
|
152
|
+
"viewErrors": "Zobrazit chyby"
|
|
153
|
+
},
|
|
154
|
+
"export": {
|
|
155
|
+
"title": "Exportní paluba",
|
|
156
|
+
"chooseFormat": "Zvolte Formát",
|
|
157
|
+
"csv": "CSV (Excel)",
|
|
158
|
+
"json": "JSON (kompletní)",
|
|
159
|
+
"quizlet": "Quizlet",
|
|
160
|
+
"includeStats": "Zahrnout statistiky",
|
|
161
|
+
"includeMedia": "Zahrnout média",
|
|
162
|
+
"exporting": "Exportování...",
|
|
163
|
+
"success": "Balíček byl úspěšně exportován"
|
|
164
|
+
},
|
|
165
|
+
"statistics": {
|
|
166
|
+
"title": "Statistika",
|
|
167
|
+
"overview": "Přehled",
|
|
168
|
+
"totalCards": "Celkem karet",
|
|
169
|
+
"cardsStudied": "Karty studoval",
|
|
170
|
+
"totalReviews": "Celkový počet recenzí",
|
|
171
|
+
"correctReviews": "Správné recenze",
|
|
172
|
+
"accuracy": "Přesnost",
|
|
173
|
+
"averageTimePerCard": "Průměrný čas na kartu",
|
|
174
|
+
"totalStudyTime": "Celková doba studia",
|
|
175
|
+
"studySessions": "Studijní sezení",
|
|
176
|
+
"streak": {
|
|
177
|
+
"current": "Aktuální pruh",
|
|
178
|
+
"longest": "Nejdelší série",
|
|
179
|
+
"days": "dní"
|
|
180
|
+
},
|
|
181
|
+
"charts": {
|
|
182
|
+
"daily": "Denní",
|
|
183
|
+
"weekly": "Týdně",
|
|
184
|
+
"monthly": "Měsíční",
|
|
185
|
+
"performance": "Výkon",
|
|
186
|
+
"activity": "Aktivita"
|
|
187
|
+
}
|
|
188
|
+
},
|
|
189
|
+
"sharing": {
|
|
190
|
+
"title": "Sdílet balíček",
|
|
191
|
+
"generateCode": "Vygenerovat sdílený kód",
|
|
192
|
+
"shareCode": "Share Code",
|
|
193
|
+
"qrCode": "QR kód",
|
|
194
|
+
"copyCode": "Kopírovat kód",
|
|
195
|
+
"codeCopied": "Kód byl zkopírován do schránky",
|
|
196
|
+
"shareAsFile": "Sdílet jako soubor",
|
|
197
|
+
"shareAsLink": "Sdílet jako odkaz",
|
|
198
|
+
"importCode": "Importní kód",
|
|
199
|
+
"enterCode": "Zadejte 6místný kód",
|
|
200
|
+
"invalidCode": "Neplatný kód sdílení",
|
|
201
|
+
"importing": "Import balíčku...",
|
|
202
|
+
"importSuccess": "Deck byl úspěšně importován",
|
|
203
|
+
"downloadCount": "Stahování",
|
|
204
|
+
"makePublic": "Zveřejnit",
|
|
205
|
+
"makePrivate": "Označit jako soukromé"
|
|
206
|
+
},
|
|
207
|
+
"gamification": {
|
|
208
|
+
"profile": {
|
|
209
|
+
"level": "Úroveň",
|
|
210
|
+
"xp": "XP",
|
|
211
|
+
"rank": "Pořadí",
|
|
212
|
+
"progress": "Postup do další úrovně",
|
|
213
|
+
"totalXP": "Celkem vydělané XP"
|
|
214
|
+
},
|
|
215
|
+
"ranks": {
|
|
216
|
+
"novice": "Nováček",
|
|
217
|
+
"apprentice": "Učeň",
|
|
218
|
+
"scholar": "Učenec",
|
|
219
|
+
"expert": "Expert",
|
|
220
|
+
"master": "Zvládnout",
|
|
221
|
+
"grandmaster": "velmistr",
|
|
222
|
+
"legend": "Legenda"
|
|
223
|
+
},
|
|
224
|
+
"achievements": {
|
|
225
|
+
"title": "Úspěchy",
|
|
226
|
+
"unlocked": "Odemčený",
|
|
227
|
+
"locked": "Zamčeno",
|
|
228
|
+
"progress": "Pokrok",
|
|
229
|
+
"reward": "Odměna",
|
|
230
|
+
"unlockedAt": "Odemčeno",
|
|
231
|
+
"categories": {
|
|
232
|
+
"study": "Studie",
|
|
233
|
+
"cards": "Karty",
|
|
234
|
+
"decks": "Paluby",
|
|
235
|
+
"streak": "Pruh",
|
|
236
|
+
"special": "Speciální"
|
|
237
|
+
}
|
|
238
|
+
},
|
|
239
|
+
"challenges": {
|
|
240
|
+
"title": "Denní výzvy",
|
|
241
|
+
"today": "Dnešní výzvy",
|
|
242
|
+
"completed": "Dokončeno",
|
|
243
|
+
"inProgress": "Probíhá",
|
|
244
|
+
"reward": "Odměna",
|
|
245
|
+
"goal": "Gól",
|
|
246
|
+
"progress": "Pokrok"
|
|
247
|
+
},
|
|
248
|
+
"xpRewards": {
|
|
249
|
+
"cardReviewed": "+{{amount}} XP – karta zkontrolována",
|
|
250
|
+
"cardCorrect": "+{{amount}} XP – správná odpověď",
|
|
251
|
+
"cardPerfect": "+{{amount}} XP – Perfektní!",
|
|
252
|
+
"deckCreated": "+{{amount}} XP – balíček vytvořen",
|
|
253
|
+
"studySession": "+{{amount}} XP – studijní setkání",
|
|
254
|
+
"dailyGoal": "+{{amount}} XP – splněný denní cíl",
|
|
255
|
+
"streakDay": "+{{amount}} XP – Den série",
|
|
256
|
+
"achievementUnlocked": "+{{amount}} XP – úspěch odemčen"
|
|
257
|
+
}
|
|
258
|
+
},
|
|
259
|
+
"matching": {
|
|
260
|
+
"title": "Odpovídající hra",
|
|
261
|
+
"instructions": "Spojte karty poklepáním na dvojice",
|
|
262
|
+
"matches": "Zápasy",
|
|
263
|
+
"attempts": "Pokusy",
|
|
264
|
+
"timeElapsed": "Čas",
|
|
265
|
+
"perfect": "Perfektní zápas!",
|
|
266
|
+
"tryAgain": "Zkuste to znovu"
|
|
267
|
+
},
|
|
268
|
+
"quiz": {
|
|
269
|
+
"title": "Kvíz s více možnostmi",
|
|
270
|
+
"question": "Otázka",
|
|
271
|
+
"chooseAnswer": "Vyberte správnou odpověď",
|
|
272
|
+
"correct": "Opravit!",
|
|
273
|
+
"incorrect": "Nesprávný",
|
|
274
|
+
"showAnswer": "Zobrazit odpověď",
|
|
275
|
+
"nextQuestion": "Další otázka"
|
|
276
|
+
},
|
|
277
|
+
"writing": {
|
|
278
|
+
"title": "Režim psaní",
|
|
279
|
+
"instructions": "Napište odpověď",
|
|
280
|
+
"yourAnswer": "Vaše odpověď",
|
|
281
|
+
"correctAnswer": "Správná odpověď",
|
|
282
|
+
"similarity": "Podobnost",
|
|
283
|
+
"strictMode": "Přísný režim",
|
|
284
|
+
"fuzzyMatching": "Fuzzy Matching",
|
|
285
|
+
"check": "Zkontrolujte odpověď"
|
|
286
|
+
}
|
|
287
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
{
|
|
2
|
+
"back": "Zadní",
|
|
3
|
+
"cancel": "Zrušit",
|
|
4
|
+
"confirm": "Potvrdit",
|
|
5
|
+
"continue": "Pokračovat",
|
|
6
|
+
"delete": "Vymazat",
|
|
7
|
+
"edit": "Upravit",
|
|
8
|
+
"error": "Chyba",
|
|
9
|
+
"loading": "Načítání...",
|
|
10
|
+
"notNow": "Teď ne",
|
|
11
|
+
"ok": "OK",
|
|
12
|
+
"optional": "Volitelný",
|
|
13
|
+
"save": "Uložit",
|
|
14
|
+
"something_went_wrong": "Něco se pokazilo",
|
|
15
|
+
"success": "Úspěch",
|
|
16
|
+
"close": "Blízko",
|
|
17
|
+
"done": "Hotovo",
|
|
18
|
+
"next": "Další",
|
|
19
|
+
"previous": "Předchozí",
|
|
20
|
+
"skip": "Přeskočit",
|
|
21
|
+
"retry": "Zkuste to znovu",
|
|
22
|
+
"refresh": "Obnovit",
|
|
23
|
+
"search": "Vyhledávání",
|
|
24
|
+
"filter": "Filtr",
|
|
25
|
+
"sort": "Seřadit",
|
|
26
|
+
"add": "Přidat",
|
|
27
|
+
"remove": "Odstranit",
|
|
28
|
+
"update": "Aktualizovat",
|
|
29
|
+
"create": "Vytvořit",
|
|
30
|
+
"view": "Pohled",
|
|
31
|
+
"details": "Podrobnosti",
|
|
32
|
+
"share": "Podíl",
|
|
33
|
+
"download": "Stáhnout",
|
|
34
|
+
"upload": "Nahrát",
|
|
35
|
+
"submit": "Předložit",
|
|
36
|
+
"reset": "Resetovat",
|
|
37
|
+
"clear": "Jasný",
|
|
38
|
+
"apply": "Použít",
|
|
39
|
+
"yes": "Ano",
|
|
40
|
+
"no": "Žádný",
|
|
41
|
+
"all": "Vše",
|
|
42
|
+
"none": "Žádný",
|
|
43
|
+
"of": "z",
|
|
44
|
+
"select": "Vybrat",
|
|
45
|
+
"selected": "Vybraný",
|
|
46
|
+
"required": "Požadovaný",
|
|
47
|
+
"empty": "Prázdný",
|
|
48
|
+
"noData": "Nejsou k dispozici žádné údaje",
|
|
49
|
+
"noResults": "Nebyly nalezeny žádné výsledky",
|
|
50
|
+
"tryAgain": "Zkuste to znovu",
|
|
51
|
+
"learnMore": "Zjistěte více",
|
|
52
|
+
"getStarted": "Začněte",
|
|
53
|
+
"viewAll": "Zobrazit vše",
|
|
54
|
+
"showMore": "Zobrazit více",
|
|
55
|
+
"showLess": "Ukažte méně",
|
|
56
|
+
"start": "Start",
|
|
57
|
+
"study": "Studie",
|
|
58
|
+
"cards": "Karty",
|
|
59
|
+
"correct": "Opravit",
|
|
60
|
+
"incorrect": "Nesprávný"
|
|
61
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Auto-generated translation loader for cs-CZ
|
|
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.178Z
|
|
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": "Domov",
|
|
3
|
+
"settings": "Nastavení",
|
|
4
|
+
"about": "O",
|
|
5
|
+
"back": "Zadní",
|
|
6
|
+
"explore": "Prozkoumat",
|
|
7
|
+
"search": "Vyhledávání",
|
|
8
|
+
"favorites": "Oblíbené",
|
|
9
|
+
"activity": "Aktivita",
|
|
10
|
+
"discover": "Objevit",
|
|
11
|
+
"library": "Knihovna",
|
|
12
|
+
"stats": "Statistiky",
|
|
13
|
+
"wellness": "Wellness",
|
|
14
|
+
"exercises": "Cvičení",
|
|
15
|
+
"nutrition": "Výživa",
|
|
16
|
+
"progress": "Pokrok",
|
|
17
|
+
"workouts": "Tréninky",
|
|
18
|
+
"dashboard": "Dashboard",
|
|
19
|
+
"calendar": "Kalendář",
|
|
20
|
+
"tasks": "Úkoly",
|
|
21
|
+
"notes": "Poznámky",
|
|
22
|
+
"projects": "Projekty",
|
|
23
|
+
"goals": "Cíle",
|
|
24
|
+
"habits": "Zvyky",
|
|
25
|
+
"budget": "Rozpočet",
|
|
26
|
+
"expenses": "Výdaje",
|
|
27
|
+
"income": "Příjem",
|
|
28
|
+
"accounts": "Účty",
|
|
29
|
+
"reports": "Zprávy",
|
|
30
|
+
"courses": "Kurzy",
|
|
31
|
+
"lessons": "Lekce",
|
|
32
|
+
"practice": "Praxe",
|
|
33
|
+
"learning": "Učení",
|
|
34
|
+
"meditation": "Rozjímání",
|
|
35
|
+
"journal": "Časopis",
|
|
36
|
+
"timer": "Časovač",
|
|
37
|
+
"tracking": "Sledování",
|
|
38
|
+
"analytics": "Analytics",
|
|
39
|
+
"community": "Společenství",
|
|
40
|
+
"feed": "Krmivo",
|
|
41
|
+
"browse": "Prohlížet",
|
|
42
|
+
"categories": "Kategorie",
|
|
43
|
+
"saved": "Uloženo",
|
|
44
|
+
"history": "Dějiny",
|
|
45
|
+
"achievements": "Úspěchy",
|
|
46
|
+
"leaderboard": "Žebříček",
|
|
47
|
+
"challenges": "Výzvy",
|
|
48
|
+
"rewards": "Odměny",
|
|
49
|
+
"today": "Dnes",
|
|
50
|
+
"medicines": "Léky",
|
|
51
|
+
"adherence": "Přilnavost",
|
|
52
|
+
"decks": "Paluby",
|
|
53
|
+
"cards": "Karty",
|
|
54
|
+
"study": "Studie",
|
|
55
|
+
"decksDescription": "Uspořádejte a spravujte své balíčky karet",
|
|
56
|
+
"cardsDescription": "Prohlížejte a upravujte všechny své kartičky",
|
|
57
|
+
"studyDescription": "Cvičte s rozloženým systémem opakování"
|
|
58
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
{
|
|
2
|
+
"skip": "Přeskočit",
|
|
3
|
+
"getStarted": "Začněte",
|
|
4
|
+
"welcome": {
|
|
5
|
+
"title": "Vítejte!",
|
|
6
|
+
"subtitle": "Vaše cesta začíná zde",
|
|
7
|
+
"getStarted": "Začněte",
|
|
8
|
+
"skip": "Přeskočit"
|
|
9
|
+
},
|
|
10
|
+
"slides": {
|
|
11
|
+
"slide1": {
|
|
12
|
+
"title": "Objevte úžasné funkce",
|
|
13
|
+
"description": "Prozkoumejte vše, co naše aplikace nabízí"
|
|
14
|
+
},
|
|
15
|
+
"slide2": {
|
|
16
|
+
"title": "Zůstaňte organizovaní",
|
|
17
|
+
"description": "Sledujte, co je nejdůležitější"
|
|
18
|
+
},
|
|
19
|
+
"slide3": {
|
|
20
|
+
"title": "Dosáhněte svých cílů",
|
|
21
|
+
"description": "Jsme tu, abychom vám pomohli uspět"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"permissions": {
|
|
25
|
+
"title": "Oprávnění",
|
|
26
|
+
"subtitle": "Potřebujeme určitá oprávnění, abychom mohli poskytovat co nejlepší zážitek",
|
|
27
|
+
"location": {
|
|
28
|
+
"title": "Umístění",
|
|
29
|
+
"description": "Poskytujte funkce založené na poloze",
|
|
30
|
+
"enable": "Povolit polohu"
|
|
31
|
+
},
|
|
32
|
+
"camera": {
|
|
33
|
+
"title": "Fotoaparát",
|
|
34
|
+
"description": "Fotografujte a skenujte dokumenty",
|
|
35
|
+
"enable": "Povolit fotoaparát"
|
|
36
|
+
},
|
|
37
|
+
"photos": {
|
|
38
|
+
"title": "Fotografie",
|
|
39
|
+
"description": "Získejte přístup ke své knihovně fotografií",
|
|
40
|
+
"enable": "Povolit Fotky"
|
|
41
|
+
},
|
|
42
|
+
"later": "Udělám to později",
|
|
43
|
+
"continue": "Pokračovat"
|
|
44
|
+
},
|
|
45
|
+
"personalization": {
|
|
46
|
+
"title": "Přizpůsobte si svůj zážitek",
|
|
47
|
+
"subtitle": "Řekněte nám o sobě",
|
|
48
|
+
"goals": {
|
|
49
|
+
"title": "jaké jsou vaše cíle?",
|
|
50
|
+
"options": [
|
|
51
|
+
"Zůstaňte zdraví",
|
|
52
|
+
"Buďte produktivní",
|
|
53
|
+
"Naučte se nové dovednosti",
|
|
54
|
+
"Spojte se s ostatními",
|
|
55
|
+
"Bavte se"
|
|
56
|
+
]
|
|
57
|
+
},
|
|
58
|
+
"preferences": {
|
|
59
|
+
"title": "Nastavte si své preference",
|
|
60
|
+
"theme": "Vyberte téma",
|
|
61
|
+
"language": "Vyberte Jazyk"
|
|
62
|
+
},
|
|
63
|
+
"continue": "Pokračovat"
|
|
64
|
+
},
|
|
65
|
+
"complete": {
|
|
66
|
+
"title": "Vše je připraveno!",
|
|
67
|
+
"subtitle": "Začněme!",
|
|
68
|
+
"startButton": "Začněte používat aplikaci"
|
|
69
|
+
},
|
|
70
|
+
"navigation": {
|
|
71
|
+
"next": "Další",
|
|
72
|
+
"back": "Zadní",
|
|
73
|
+
"skip": "Přeskočit",
|
|
74
|
+
"done": "Hotovo"
|
|
75
|
+
}
|
|
76
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
{
|
|
2
|
+
"lightMode": "Světelný režim",
|
|
3
|
+
"darkMode": "Tmavý režim",
|
|
4
|
+
"language": "Jazyk",
|
|
5
|
+
"aboutDescription": "Informace o aplikaci a verze",
|
|
6
|
+
"about": {
|
|
7
|
+
"title": "O",
|
|
8
|
+
"description": "Informace o aplikaci a verze",
|
|
9
|
+
"appVersion": "Verze aplikace",
|
|
10
|
+
"moreApps": "Další aplikace",
|
|
11
|
+
"moreAppsDescription": "Podívejte se na naše další aplikace",
|
|
12
|
+
"contactEmail": "Kontaktní e-mail",
|
|
13
|
+
"website": "webové stránky"
|
|
14
|
+
},
|
|
15
|
+
"disclaimer": {
|
|
16
|
+
"title": "Zřeknutí se odpovědnosti za zdraví",
|
|
17
|
+
"shortMessage": "Klepnutím si přečtěte důležité zdravotní informace",
|
|
18
|
+
"message": "Tato aplikace je určena pouze pro informační a wellness účely. NENÍ náhražkou odborné lékařské nebo duševní péče.\n\nPokud zažíváte zdravotní krizi nebo pohotovost, okamžitě kontaktujte místní pohotovostní službu nebo poskytovatele zdravotní péče.\n\nVždy se poraďte s kvalifikovaným zdravotnickým personálem ohledně lékařské rady, diagnózy nebo léčby. Obsah v této aplikaci by neměl být používán jako náhrada za odborný lékařský úsudek.\n\nVaše soukromí je důležité. Všechna data zůstanou ve vašem zařízení soukromá, pokud se je výslovně nerozhodnete sdílet."
|
|
19
|
+
},
|
|
20
|
+
"legal": {
|
|
21
|
+
"title": "Právní",
|
|
22
|
+
"description": "Zásady ochrany osobních údajů, podmínky použití a EULA",
|
|
23
|
+
"privacy": "Zásady ochrany osobních údajů",
|
|
24
|
+
"privacyDescription": "Jak nakládáme s vašimi údaji",
|
|
25
|
+
"terms": "Podmínky použití",
|
|
26
|
+
"termsDescription": "Smluvní podmínky",
|
|
27
|
+
"eula": "Licenční smlouva s koncovým uživatelem",
|
|
28
|
+
"eulaDescription": "Licenční smlouva"
|
|
29
|
+
},
|
|
30
|
+
"version": {
|
|
31
|
+
"title": "Verze aplikace"
|
|
32
|
+
},
|
|
33
|
+
"languageSelection": {
|
|
34
|
+
"title": "Vyberte Jazyk",
|
|
35
|
+
"description": "Vyberte preferovaný jazyk",
|
|
36
|
+
"currentLanguage": "Aktuální jazyk",
|
|
37
|
+
"searchPlaceholder": "Hledat jazyky"
|
|
38
|
+
},
|
|
39
|
+
"appearance": {
|
|
40
|
+
"title": "Vzhled",
|
|
41
|
+
"darkMode": "Tmavý režim",
|
|
42
|
+
"darkTheme": "Temné téma",
|
|
43
|
+
"lightTheme": "Světlé téma",
|
|
44
|
+
"themeDescription": "Nastavení jazyka a motivu"
|
|
45
|
+
},
|
|
46
|
+
"notifications": {
|
|
47
|
+
"title": "Oznámení",
|
|
48
|
+
"description": "Spravujte předvolby oznámení",
|
|
49
|
+
"enableNotifications": "Povolit oznámení",
|
|
50
|
+
"notificationPermission": "Oprávnění k oznámení",
|
|
51
|
+
"notificationPermissionDescription": "Povolit aplikaci odesílat upozornění"
|
|
52
|
+
}
|
|
53
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"welcomeBack": "Velkommen tilbage",
|
|
3
|
+
"loginSubtitle": "Log ind for at synkronisere dine flashcards på tværs af enheder",
|
|
4
|
+
"email": "E-mail",
|
|
5
|
+
"password": "Adgangskode",
|
|
6
|
+
"enterPassword": "Indtast din adgangskode",
|
|
7
|
+
"login": "Log ind",
|
|
8
|
+
"createAccount": "Opret konto",
|
|
9
|
+
"continueAsGuest": "Fortsæt som gæst",
|
|
10
|
+
"register": "Register",
|
|
11
|
+
"displayName": "Vist navn",
|
|
12
|
+
"enterDisplayName": "Indtast dit navn",
|
|
13
|
+
"confirmPassword": "Bekræft adgangskode",
|
|
14
|
+
"reenterPassword": "Indtast din adgangskode igen",
|
|
15
|
+
"backToLogin": "Tilbage til Login",
|
|
16
|
+
"registerSubtitle": "Opret en konto for at synkronisere dine data",
|
|
17
|
+
"fillAllFields": "Udfyld venligst alle felter",
|
|
18
|
+
"passwordsDoNotMatch": "Adgangskoder stemmer ikke overens",
|
|
19
|
+
"passwordTooShort": "Adgangskoden skal være på mindst 6 tegn",
|
|
20
|
+
"loginFailed": "Login mislykkedes. Tjek venligst dine legitimationsoplysninger.",
|
|
21
|
+
"registrationFailed": "Registreringen mislykkedes. Prøv venligst igen.",
|
|
22
|
+
"logout": "Log ud",
|
|
23
|
+
"profile": "Profil",
|
|
24
|
+
"account": "Konto",
|
|
25
|
+
"signedInAs": "Logget ind som",
|
|
26
|
+
"guestMode": "Gæstetilstand",
|
|
27
|
+
"guestModeDescription": "Dine data gemmes lokalt på denne enhed",
|
|
28
|
+
"syncData": "Synkroniser lokale data",
|
|
29
|
+
"syncDataDescription": "Upload dine lokale flashcards til skyen",
|
|
30
|
+
"syncSuccess": "Data blev synkroniseret",
|
|
31
|
+
"syncFailed": "Kunne ikke synkronisere data"
|
|
32
|
+
}
|