@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,76 @@
|
|
|
1
|
+
{
|
|
2
|
+
"skip": "Пропустити",
|
|
3
|
+
"getStarted": "Почніть роботу",
|
|
4
|
+
"welcome": {
|
|
5
|
+
"title": "Ласкаво просимо!",
|
|
6
|
+
"subtitle": "Ваша подорож починається тут",
|
|
7
|
+
"getStarted": "Почніть роботу",
|
|
8
|
+
"skip": "Пропустити"
|
|
9
|
+
},
|
|
10
|
+
"slides": {
|
|
11
|
+
"slide1": {
|
|
12
|
+
"title": "Відкрийте для себе дивовижні функції",
|
|
13
|
+
"description": "Досліджуйте все, що може запропонувати наш додаток"
|
|
14
|
+
},
|
|
15
|
+
"slide2": {
|
|
16
|
+
"title": "Будьте організовані",
|
|
17
|
+
"description": "Слідкуйте за найважливішим"
|
|
18
|
+
},
|
|
19
|
+
"slide3": {
|
|
20
|
+
"title": "Досягніть своїх цілей",
|
|
21
|
+
"description": "Ми тут, щоб допомогти вам досягти успіху"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"permissions": {
|
|
25
|
+
"title": "Дозволи",
|
|
26
|
+
"subtitle": "Нам потрібні деякі дозволи, щоб забезпечити найкращий досвід",
|
|
27
|
+
"location": {
|
|
28
|
+
"title": "Розташування",
|
|
29
|
+
"description": "Надайте функції на основі місцезнаходження",
|
|
30
|
+
"enable": "Увімкнути місцезнаходження"
|
|
31
|
+
},
|
|
32
|
+
"camera": {
|
|
33
|
+
"title": "Камера",
|
|
34
|
+
"description": "Фотографуйте та скануйте документи",
|
|
35
|
+
"enable": "Увімкнути камеру"
|
|
36
|
+
},
|
|
37
|
+
"photos": {
|
|
38
|
+
"title": "Фотографії",
|
|
39
|
+
"description": "Доступ до вашої бібліотеки фотографій",
|
|
40
|
+
"enable": "Увімкнути фотографії"
|
|
41
|
+
},
|
|
42
|
+
"later": "Я зроблю це пізніше",
|
|
43
|
+
"continue": "Продовжити"
|
|
44
|
+
},
|
|
45
|
+
"personalization": {
|
|
46
|
+
"title": "Персоналізуйте свій досвід",
|
|
47
|
+
"subtitle": "Розкажіть нам про себе",
|
|
48
|
+
"goals": {
|
|
49
|
+
"title": "Які ваші цілі?",
|
|
50
|
+
"options": [
|
|
51
|
+
"Бувайте здорові",
|
|
52
|
+
"Будь продуктивним",
|
|
53
|
+
"Вивчайте нові навички",
|
|
54
|
+
"Спілкуйтеся з іншими",
|
|
55
|
+
"веселитися"
|
|
56
|
+
]
|
|
57
|
+
},
|
|
58
|
+
"preferences": {
|
|
59
|
+
"title": "Встановіть свої переваги",
|
|
60
|
+
"theme": "Виберіть тему",
|
|
61
|
+
"language": "Виберіть мову"
|
|
62
|
+
},
|
|
63
|
+
"continue": "Продовжити"
|
|
64
|
+
},
|
|
65
|
+
"complete": {
|
|
66
|
+
"title": "Усе готово!",
|
|
67
|
+
"subtitle": "Давайте почнемо!",
|
|
68
|
+
"startButton": "Почніть використовувати додаток"
|
|
69
|
+
},
|
|
70
|
+
"navigation": {
|
|
71
|
+
"next": "Далі",
|
|
72
|
+
"back": "Назад",
|
|
73
|
+
"skip": "Пропустити",
|
|
74
|
+
"done": "Готово"
|
|
75
|
+
}
|
|
76
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
{
|
|
2
|
+
"lightMode": "Світловий режим",
|
|
3
|
+
"darkMode": "Темний режим",
|
|
4
|
+
"language": "Мова",
|
|
5
|
+
"aboutDescription": "Інформація про програму та її версія",
|
|
6
|
+
"about": {
|
|
7
|
+
"title": "про",
|
|
8
|
+
"description": "Інформація про програму та її версія",
|
|
9
|
+
"appVersion": "Версія програми",
|
|
10
|
+
"moreApps": "Більше програм",
|
|
11
|
+
"moreAppsDescription": "Перегляньте інші наші програми",
|
|
12
|
+
"contactEmail": "Контактна адреса електронної пошти",
|
|
13
|
+
"website": "Веб-сайт"
|
|
14
|
+
},
|
|
15
|
+
"disclaimer": {
|
|
16
|
+
"title": "Відмова від відповідальності щодо здоров’я",
|
|
17
|
+
"shortMessage": "Торкніться, щоб прочитати важливу інформацію про здоров’я",
|
|
18
|
+
"message": "Ця програма призначена лише для інформаційних цілей підтримки здоров’я. Це НЕ заміна професійного медичного чи психічного здоров’я.\n\nЯкщо ви переживаєте кризу зі здоров’ям або невідкладну ситуацію, негайно зв’яжіться з місцевою службою екстреної допомоги або постачальником медичних послуг.\n\nЗавжди звертайтеся до кваліфікованих медичних працівників для отримання медичних порад, діагностики чи лікування. Вміст цієї програми не можна використовувати як заміну професійного медичного висновку.\n\nВаша конфіденційність важлива. Усі дані залишаються приватними на вашому пристрої, якщо ви явно не вирішите поділитися ними."
|
|
19
|
+
},
|
|
20
|
+
"legal": {
|
|
21
|
+
"title": "юридичний",
|
|
22
|
+
"description": "Політика конфіденційності, умови використання та EULA",
|
|
23
|
+
"privacy": "Політика конфіденційності",
|
|
24
|
+
"privacyDescription": "Як ми обробляємо ваші дані",
|
|
25
|
+
"terms": "Умови використання",
|
|
26
|
+
"termsDescription": "Правила та умови",
|
|
27
|
+
"eula": "Ліцензійна угода кінцевого користувача",
|
|
28
|
+
"eulaDescription": "Ліцензійний договір"
|
|
29
|
+
},
|
|
30
|
+
"version": {
|
|
31
|
+
"title": "Версія програми"
|
|
32
|
+
},
|
|
33
|
+
"languageSelection": {
|
|
34
|
+
"title": "Виберіть мову",
|
|
35
|
+
"description": "Виберіть бажану мову",
|
|
36
|
+
"currentLanguage": "Поточна мова",
|
|
37
|
+
"searchPlaceholder": "Пошук мов"
|
|
38
|
+
},
|
|
39
|
+
"appearance": {
|
|
40
|
+
"title": "Зовнішній вигляд",
|
|
41
|
+
"darkMode": "Темний режим",
|
|
42
|
+
"darkTheme": "Темна тема",
|
|
43
|
+
"lightTheme": "Світла тема",
|
|
44
|
+
"themeDescription": "Налаштування мови та теми"
|
|
45
|
+
},
|
|
46
|
+
"notifications": {
|
|
47
|
+
"title": "Сповіщення",
|
|
48
|
+
"description": "Керуйте налаштуваннями сповіщень",
|
|
49
|
+
"enableNotifications": "Увімкнути сповіщення",
|
|
50
|
+
"notificationPermission": "Дозвіл на сповіщення",
|
|
51
|
+
"notificationPermissionDescription": "Дозволити програмі надсилати сповіщення"
|
|
52
|
+
}
|
|
53
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"welcomeBack": "Chào mừng trở lại",
|
|
3
|
+
"loginSubtitle": "Đăng nhập để đồng bộ hóa thẻ ghi chú của bạn trên các thiết bị",
|
|
4
|
+
"email": "E-mail",
|
|
5
|
+
"password": "Mật khẩu",
|
|
6
|
+
"enterPassword": "Nhập mật khẩu của bạn",
|
|
7
|
+
"login": "Đăng nhập",
|
|
8
|
+
"createAccount": "Tạo tài khoản",
|
|
9
|
+
"continueAsGuest": "Tiếp tục với tư cách là khách",
|
|
10
|
+
"register": "Đăng ký",
|
|
11
|
+
"displayName": "Tên hiển thị",
|
|
12
|
+
"enterDisplayName": "Nhập tên của bạn",
|
|
13
|
+
"confirmPassword": "Xác nhận mật khẩu",
|
|
14
|
+
"reenterPassword": "Nhập lại mật khẩu của bạn",
|
|
15
|
+
"backToLogin": "Quay lại Đăng nhập",
|
|
16
|
+
"registerSubtitle": "Tạo một tài khoản để đồng bộ hóa dữ liệu của bạn",
|
|
17
|
+
"fillAllFields": "Vui lòng điền vào tất cả các trường",
|
|
18
|
+
"passwordsDoNotMatch": "Mật khẩu không khớp",
|
|
19
|
+
"passwordTooShort": "Mật khẩu phải có ít nhất 6 ký tự",
|
|
20
|
+
"loginFailed": "Đăng nhập không thành công. Vui lòng kiểm tra thông tin đăng nhập của bạn.",
|
|
21
|
+
"registrationFailed": "Đăng ký không thành công. Vui lòng thử lại.",
|
|
22
|
+
"logout": "Đăng xuất",
|
|
23
|
+
"profile": "Hồ sơ",
|
|
24
|
+
"account": "Tài khoản",
|
|
25
|
+
"signedInAs": "Đã đăng nhập với tư cách",
|
|
26
|
+
"guestMode": "Chế độ khách",
|
|
27
|
+
"guestModeDescription": "Dữ liệu của bạn được lưu trữ cục bộ trên thiết bị này",
|
|
28
|
+
"syncData": "Đồng bộ hóa dữ liệu cục bộ",
|
|
29
|
+
"syncDataDescription": "Tải flashcards cục bộ của bạn lên đám mây",
|
|
30
|
+
"syncSuccess": "Dữ liệu được đồng bộ hóa thành công",
|
|
31
|
+
"syncFailed": "Không thể đồng bộ hóa dữ liệu"
|
|
32
|
+
}
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
{
|
|
2
|
+
"days": {
|
|
3
|
+
"full": {
|
|
4
|
+
"monday": "Thứ hai",
|
|
5
|
+
"tuesday": "Thứ ba",
|
|
6
|
+
"wednesday": "Thứ Tư",
|
|
7
|
+
"thursday": "Thứ năm",
|
|
8
|
+
"friday": "Thứ sáu",
|
|
9
|
+
"saturday": "Thứ bảy",
|
|
10
|
+
"sunday": "Chủ nhật"
|
|
11
|
+
},
|
|
12
|
+
"short": {
|
|
13
|
+
"mon": "Thứ hai",
|
|
14
|
+
"tue": "thứ ba",
|
|
15
|
+
"wed": "Thứ tư",
|
|
16
|
+
"thu": "Thứ năm",
|
|
17
|
+
"fri": "Thứ sáu",
|
|
18
|
+
"sat": "Đã ngồi",
|
|
19
|
+
"sun": "Mặt trời"
|
|
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": "Tháng Một",
|
|
34
|
+
"february": "Tháng hai",
|
|
35
|
+
"march": "Bước đều",
|
|
36
|
+
"april": "Tháng tư",
|
|
37
|
+
"may": "Có thể",
|
|
38
|
+
"june": "Tháng sáu",
|
|
39
|
+
"july": "Tháng bảy",
|
|
40
|
+
"august": "Tháng tám",
|
|
41
|
+
"september": "Tháng 9",
|
|
42
|
+
"october": "tháng mười",
|
|
43
|
+
"november": "Tháng mười một",
|
|
44
|
+
"december": "Tháng 12"
|
|
45
|
+
},
|
|
46
|
+
"short": {
|
|
47
|
+
"jan": "Tháng một",
|
|
48
|
+
"feb": "Tháng Hai",
|
|
49
|
+
"mar": "tháng 3",
|
|
50
|
+
"apr": "tháng tư",
|
|
51
|
+
"may": "Có thể",
|
|
52
|
+
"jun": "tháng sáu",
|
|
53
|
+
"jul": "tháng 7",
|
|
54
|
+
"aug": "tháng 8",
|
|
55
|
+
"sep": "tháng 9",
|
|
56
|
+
"oct": "Tháng 10",
|
|
57
|
+
"nov": "tháng 11",
|
|
58
|
+
"dec": "Tháng mười hai"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
"relative": {
|
|
62
|
+
"now": "Hiện nay",
|
|
63
|
+
"justNow": "Vừa rồi",
|
|
64
|
+
"today": "Hôm nay",
|
|
65
|
+
"yesterday": "Hôm qua",
|
|
66
|
+
"tomorrow": "Ngày mai",
|
|
67
|
+
"thisWeek": "Tuần này",
|
|
68
|
+
"lastWeek": "Tuần trước",
|
|
69
|
+
"nextWeek": "Tuần tới",
|
|
70
|
+
"thisMonth": "Tháng này",
|
|
71
|
+
"lastMonth": "Tháng trước",
|
|
72
|
+
"nextMonth": "Tháng tiếp theo",
|
|
73
|
+
"thisYear": "Năm nay",
|
|
74
|
+
"lastYear": "Năm ngoái",
|
|
75
|
+
"nextYear": "Năm tới",
|
|
76
|
+
"ago": "trước kia",
|
|
77
|
+
"fromNow": "từ bây giờ",
|
|
78
|
+
"in": "TRONG"
|
|
79
|
+
},
|
|
80
|
+
"units": {
|
|
81
|
+
"singular": {
|
|
82
|
+
"second": "thứ hai",
|
|
83
|
+
"minute": "phút",
|
|
84
|
+
"hour": "giờ",
|
|
85
|
+
"day": "ngày",
|
|
86
|
+
"week": "tuần",
|
|
87
|
+
"month": "tháng",
|
|
88
|
+
"year": "năm"
|
|
89
|
+
},
|
|
90
|
+
"plural": {
|
|
91
|
+
"seconds": "giây",
|
|
92
|
+
"minutes": "phút",
|
|
93
|
+
"hours": "giờ",
|
|
94
|
+
"days": "ngày",
|
|
95
|
+
"weeks": "tuần",
|
|
96
|
+
"months": "tháng",
|
|
97
|
+
"years": "năm"
|
|
98
|
+
},
|
|
99
|
+
"short": {
|
|
100
|
+
"s": "S",
|
|
101
|
+
"m": "tôi",
|
|
102
|
+
"h": "h",
|
|
103
|
+
"d": "d",
|
|
104
|
+
"w": "w",
|
|
105
|
+
"mo": "mo",
|
|
106
|
+
"y": "y"
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
"periods": {
|
|
110
|
+
"am": "LÀ",
|
|
111
|
+
"pm": "Thủ tướng",
|
|
112
|
+
"morning": "Buổi sáng",
|
|
113
|
+
"afternoon": "Buổi chiều",
|
|
114
|
+
"evening": "Buổi tối",
|
|
115
|
+
"night": "Đêm",
|
|
116
|
+
"midnight": "Nửa đêm",
|
|
117
|
+
"noon": "Buổi trưa"
|
|
118
|
+
},
|
|
119
|
+
"formats": {
|
|
120
|
+
"date": "Ngày",
|
|
121
|
+
"time": "Thời gian",
|
|
122
|
+
"datetime": "Ngày & Giờ",
|
|
123
|
+
"duration": "Khoảng thời gian",
|
|
124
|
+
"startDate": "Ngày bắt đầu",
|
|
125
|
+
"endDate": "Ngày kết thúc",
|
|
126
|
+
"startTime": "Thời gian bắt đầu",
|
|
127
|
+
"endTime": "Thời gian kết thúc",
|
|
128
|
+
"selectDate": "Chọn ngày",
|
|
129
|
+
"selectTime": "Chọn thời gian"
|
|
130
|
+
},
|
|
131
|
+
"actions": {
|
|
132
|
+
"setDate": "Đặt ngày",
|
|
133
|
+
"setTime": "Đặt thời gian",
|
|
134
|
+
"clearDate": "Xóa ngày",
|
|
135
|
+
"clearTime": "Thời gian rõ ràng",
|
|
136
|
+
"confirmDate": "Xác nhận ngày",
|
|
137
|
+
"confirmTime": "Xác nhận thời gian",
|
|
138
|
+
"cancel": "Hủy bỏ"
|
|
139
|
+
}
|
|
140
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"validation": {
|
|
3
|
+
"required": "Trường này là bắt buộc",
|
|
4
|
+
"invalidEmail": "Định dạng email không hợp lệ",
|
|
5
|
+
"invalidPhone": "Số điện thoại không hợp lệ",
|
|
6
|
+
"invalidUrl": "Định dạng URL không hợp lệ",
|
|
7
|
+
"minLength": "Độ dài tối thiểu là {{min}} ký tự",
|
|
8
|
+
"maxLength": "Độ dài tối đa là {{max}} ký tự",
|
|
9
|
+
"minValue": "Giá trị tối thiểu là {{min}}",
|
|
10
|
+
"maxValue": "Giá trị tối đa là {{max}}",
|
|
11
|
+
"mustMatch": "Các trường phải khớp",
|
|
12
|
+
"invalidFormat": "Định dạng không hợp lệ",
|
|
13
|
+
"invalidDate": "Ngày không hợp lệ",
|
|
14
|
+
"futureDate": "Ngày phải ở trong tương lai",
|
|
15
|
+
"pastDate": "Ngày phải trong quá khứ"
|
|
16
|
+
},
|
|
17
|
+
"storage": {
|
|
18
|
+
"saveFailed": "Không lưu được dữ liệu",
|
|
19
|
+
"loadFailed": "Không tải được dữ liệu",
|
|
20
|
+
"deleteFailed": "Không thể xóa dữ liệu",
|
|
21
|
+
"notFound": "Không tìm thấy dữ liệu"
|
|
22
|
+
},
|
|
23
|
+
"permission": {
|
|
24
|
+
"denied": "Quyền bị từ chối",
|
|
25
|
+
"notGranted": "Quyền không được cấp",
|
|
26
|
+
"cameraNotAvailable": "Máy ảnh không có sẵn",
|
|
27
|
+
"locationNotAvailable": "Dịch vụ định vị không có sẵn",
|
|
28
|
+
"microphoneNotAvailable": "Không có micrô",
|
|
29
|
+
"photosNotAvailable": "Thư viện ảnh không có sẵn"
|
|
30
|
+
},
|
|
31
|
+
"common": {
|
|
32
|
+
"somethingWentWrong": "Đã xảy ra lỗi",
|
|
33
|
+
"tryAgainLater": "Vui lòng thử lại sau",
|
|
34
|
+
"unexpectedError": "Đã xảy ra lỗi không mong muốn"
|
|
35
|
+
},
|
|
36
|
+
"actions": {
|
|
37
|
+
"dismiss": "Miễn nhiệm",
|
|
38
|
+
"retry": "Thử lại",
|
|
39
|
+
"cancel": "Hủy bỏ",
|
|
40
|
+
"goBack": "Quay lại",
|
|
41
|
+
"contactSupport": "Liên hệ hỗ trợ"
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -0,0 +1,287 @@
|
|
|
1
|
+
{
|
|
2
|
+
"home": {
|
|
3
|
+
"welcome": "Chào mừng bạn đến với Flashcard Maker",
|
|
4
|
+
"subtitle": "Nắm vững bất kỳ chủ đề nào với thẻ ghi chú tương tác",
|
|
5
|
+
"quickStudy": "Học nhanh",
|
|
6
|
+
"quickStudyDesc": "Bắt đầu nghiên cứu các bộ bài gần đây của bạn",
|
|
7
|
+
"createDeck": "Tạo bộ bài",
|
|
8
|
+
"createDeckDesc": "Xây dựng một bộ thẻ flashcard mới",
|
|
9
|
+
"recentActivity": "Hoạt động gần đây",
|
|
10
|
+
"noDecksYet": "Bạn chưa tạo bộ bài nào",
|
|
11
|
+
"browseDecks": "Duyệt qua bộ bài",
|
|
12
|
+
"statistics": "Thống kê",
|
|
13
|
+
"totalDecks": "Tổng số bộ bài",
|
|
14
|
+
"totalCards": "Tổng số thẻ",
|
|
15
|
+
"studySessions": "Buổi học"
|
|
16
|
+
},
|
|
17
|
+
"decks": {
|
|
18
|
+
"noDecks": "Không tìm thấy bộ bài nào",
|
|
19
|
+
"noDecksDesc": "Tạo bộ bài flashcard đầu tiên của bạn để bắt đầu",
|
|
20
|
+
"createFirstDeck": "Tạo bộ bài đầu tiên",
|
|
21
|
+
"createDeck": "Tạo bộ bài",
|
|
22
|
+
"editDeck": "Chỉnh sửa bộ bài",
|
|
23
|
+
"recentlyStudied": "Đã học gần đây",
|
|
24
|
+
"allDecks": "Tất cả các bộ bài",
|
|
25
|
+
"easy": "Dễ",
|
|
26
|
+
"medium": "Trung bình",
|
|
27
|
+
"hard": "Cứng"
|
|
28
|
+
},
|
|
29
|
+
"study": {
|
|
30
|
+
"noCards": "Không có thẻ nào",
|
|
31
|
+
"noCardsDesc": "Thêm một số thẻ vào bộ bài để bắt đầu học",
|
|
32
|
+
"browseDecks": "Duyệt qua bộ bài",
|
|
33
|
+
"question": "Câu hỏi",
|
|
34
|
+
"answer": "Trả lời",
|
|
35
|
+
"showQuestion": "Hiển thị câu hỏi",
|
|
36
|
+
"showAnswer": "Hiển thị câu trả lời",
|
|
37
|
+
"correct": "Chính xác",
|
|
38
|
+
"incorrect": "Không đúng",
|
|
39
|
+
"skip": "Nhảy",
|
|
40
|
+
"skipped": "Đã bỏ qua",
|
|
41
|
+
"studyComplete": "Nghiên cứu hoàn thành",
|
|
42
|
+
"wellDone": "Làm tốt!",
|
|
43
|
+
"sessionComplete": "Phiên hoàn thành"
|
|
44
|
+
},
|
|
45
|
+
"create": {
|
|
46
|
+
"createDeck": "Tạo bộ bài",
|
|
47
|
+
"addCards": "Thêm thẻ",
|
|
48
|
+
"deckInfo": "Thông tin bộ bài",
|
|
49
|
+
"cardInfo": "Thông tin thẻ",
|
|
50
|
+
"deckTitle": "Tiêu đề bộ bài",
|
|
51
|
+
"deckTitlePlaceholder": "Nhập tiêu đề bộ bài",
|
|
52
|
+
"deckDescription": "Sự miêu tả",
|
|
53
|
+
"deckDescriptionPlaceholder": "Nhập mô tả bộ bài",
|
|
54
|
+
"category": "Loại",
|
|
55
|
+
"selectCategory": "Chọn danh mục",
|
|
56
|
+
"cardFront": "Mặt trước",
|
|
57
|
+
"cardFrontPlaceholder": "Nhập câu hỏi hoặc thuật ngữ",
|
|
58
|
+
"cardBack": "Mặt sau",
|
|
59
|
+
"cardBackPlaceholder": "Nhập câu trả lời hoặc định nghĩa",
|
|
60
|
+
"difficulty": "Khó khăn",
|
|
61
|
+
"addCard": "Thêm thẻ",
|
|
62
|
+
"addedCards": "Thẻ đã thêm",
|
|
63
|
+
"saveDeck": "Lưu bộ bài"
|
|
64
|
+
},
|
|
65
|
+
"cards": {
|
|
66
|
+
"noCards": "Không tìm thấy thẻ",
|
|
67
|
+
"noCardsDesc": "Tạo flashcard đầu tiên của bạn để bắt đầu",
|
|
68
|
+
"createFirstCard": "Tạo thẻ đầu tiên",
|
|
69
|
+
"createCard": "Tạo thẻ",
|
|
70
|
+
"editCard": "Chỉnh sửa thẻ",
|
|
71
|
+
"selectDeck": "Chọn bộ bài",
|
|
72
|
+
"selectDeckPlaceholder": "Chọn một bộ bài cho lá bài này"
|
|
73
|
+
},
|
|
74
|
+
"common": {
|
|
75
|
+
"clearFilter": "Xóa bộ lọc"
|
|
76
|
+
},
|
|
77
|
+
"studyModes": {
|
|
78
|
+
"classic": "Cổ điển",
|
|
79
|
+
"matching": "Trò chơi ghép hình",
|
|
80
|
+
"quiz": "Trắc nghiệm",
|
|
81
|
+
"writing": "Chế độ viết",
|
|
82
|
+
"timed": "Thử thách tính giờ",
|
|
83
|
+
"selectMode": "Chọn chế độ học"
|
|
84
|
+
},
|
|
85
|
+
"session": {
|
|
86
|
+
"complete": "Phiên hoàn thành",
|
|
87
|
+
"accuracy": "Sự chính xác",
|
|
88
|
+
"speed": "Tốc độ",
|
|
89
|
+
"score": "Điểm",
|
|
90
|
+
"cardsPerMinute": "thẻ/phút",
|
|
91
|
+
"grade": "Cấp",
|
|
92
|
+
"feedback": {
|
|
93
|
+
"excellent": "Công việc tuyệt vời! Bạn đã làm chủ được bộ bài này!",
|
|
94
|
+
"great": "Làm tốt lắm! Hãy tiếp tục làm tốt công việc của mình nhé!",
|
|
95
|
+
"good": "Tiến triển tốt! Hãy luyện tập nhiều hơn để tiến bộ hơn.",
|
|
96
|
+
"keep_practicing": "Hãy tiếp tục luyện tập! Bạn đang đến đó.",
|
|
97
|
+
"keep_studying": "Hãy tiếp tục học tập! Xem lại các thẻ này một lần nữa."
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
"rating": {
|
|
101
|
+
"fail": "Lại",
|
|
102
|
+
"hard": "Cứng",
|
|
103
|
+
"good": "Tốt",
|
|
104
|
+
"easy": "Dễ",
|
|
105
|
+
"perfect": "Hoàn hảo"
|
|
106
|
+
},
|
|
107
|
+
"srs": {
|
|
108
|
+
"dueToday": "Đến hạn hôm nay",
|
|
109
|
+
"dueCards": "Thẻ đến hạn",
|
|
110
|
+
"nextReview": "Đánh giá tiếp theo",
|
|
111
|
+
"interval": "Khoảng thời gian",
|
|
112
|
+
"repetitions": "Sự lặp lại",
|
|
113
|
+
"easeFactor": "Yếu tố dễ dàng",
|
|
114
|
+
"reviewHistory": "Xem lại lịch sử",
|
|
115
|
+
"retention": "Tỷ lệ duy trì",
|
|
116
|
+
"again": "Lại",
|
|
117
|
+
"hard": "Cứng",
|
|
118
|
+
"good": "Tốt",
|
|
119
|
+
"easy": "Dễ"
|
|
120
|
+
},
|
|
121
|
+
"media": {
|
|
122
|
+
"image": "Hình ảnh",
|
|
123
|
+
"chooseImage": "Chọn hình ảnh",
|
|
124
|
+
"takePhoto": "Chụp ảnh",
|
|
125
|
+
"permissionDenied": "Quyền bị từ chối truy cập ảnh",
|
|
126
|
+
"cameraPermissionDenied": "Quyền bị từ chối truy cập vào máy ảnh",
|
|
127
|
+
"imageFailed": "Không thể tải hình ảnh",
|
|
128
|
+
"cameraFailed": "Không mở được camera",
|
|
129
|
+
"audio": "Âm thanh",
|
|
130
|
+
"record": "Ghi âm thanh",
|
|
131
|
+
"recording": "Đang ghi...",
|
|
132
|
+
"stopRecording": "Dừng ghi",
|
|
133
|
+
"play": "Chơi",
|
|
134
|
+
"stop": "Dừng lại",
|
|
135
|
+
"speak": "Nói chuyện",
|
|
136
|
+
"audioPermissionDenied": "Quyền bị từ chối ghi âm thanh",
|
|
137
|
+
"recordingFailed": "Không thể ghi âm thanh",
|
|
138
|
+
"playbackFailed": "Không thể phát âm thanh",
|
|
139
|
+
"ttsFailed": "Chuyển văn bản thành giọng nói không thành công",
|
|
140
|
+
"noText": "Không có văn bản để nói"
|
|
141
|
+
},
|
|
142
|
+
"import": {
|
|
143
|
+
"title": "Nhập bộ bài",
|
|
144
|
+
"chooseFormat": "Chọn định dạng",
|
|
145
|
+
"csv": "CSV (Excel)",
|
|
146
|
+
"json": "JSON",
|
|
147
|
+
"quizlet": "Quizlet",
|
|
148
|
+
"selectFile": "Chọn tệp",
|
|
149
|
+
"importing": "Đang nhập khẩu...",
|
|
150
|
+
"success": "Đã nhập thành công {{count}} thẻ",
|
|
151
|
+
"errors": "Đã xảy ra {{count}} lỗi",
|
|
152
|
+
"viewErrors": "Xem lỗi"
|
|
153
|
+
},
|
|
154
|
+
"export": {
|
|
155
|
+
"title": "Xuất sàn",
|
|
156
|
+
"chooseFormat": "Chọn định dạng",
|
|
157
|
+
"csv": "CSV (Excel)",
|
|
158
|
+
"json": "JSON (Hoàn thành)",
|
|
159
|
+
"quizlet": "Quizlet",
|
|
160
|
+
"includeStats": "Bao gồm số liệu thống kê",
|
|
161
|
+
"includeMedia": "Bao gồm phương tiện",
|
|
162
|
+
"exporting": "Đang xuất...",
|
|
163
|
+
"success": "Đã xuất thành công bộ bài"
|
|
164
|
+
},
|
|
165
|
+
"statistics": {
|
|
166
|
+
"title": "Thống kê",
|
|
167
|
+
"overview": "Tổng quan",
|
|
168
|
+
"totalCards": "Tổng số thẻ",
|
|
169
|
+
"cardsStudied": "Thẻ đã học",
|
|
170
|
+
"totalReviews": "Tổng số đánh giá",
|
|
171
|
+
"correctReviews": "Đánh giá đúng",
|
|
172
|
+
"accuracy": "Sự chính xác",
|
|
173
|
+
"averageTimePerCard": "Thời gian trung bình trên mỗi thẻ",
|
|
174
|
+
"totalStudyTime": "Tổng thời gian học",
|
|
175
|
+
"studySessions": "Buổi học",
|
|
176
|
+
"streak": {
|
|
177
|
+
"current": "Chuỗi hiện tại",
|
|
178
|
+
"longest": "Vệt dài nhất",
|
|
179
|
+
"days": "ngày"
|
|
180
|
+
},
|
|
181
|
+
"charts": {
|
|
182
|
+
"daily": "Hằng ngày",
|
|
183
|
+
"weekly": "hàng tuần",
|
|
184
|
+
"monthly": "hàng tháng",
|
|
185
|
+
"performance": "Hiệu suất",
|
|
186
|
+
"activity": "Hoạt động"
|
|
187
|
+
}
|
|
188
|
+
},
|
|
189
|
+
"sharing": {
|
|
190
|
+
"title": "Chia sẻ sàn",
|
|
191
|
+
"generateCode": "Tạo mã chia sẻ",
|
|
192
|
+
"shareCode": "Mã chia sẻ",
|
|
193
|
+
"qrCode": "Mã QR",
|
|
194
|
+
"copyCode": "Sao chép mã",
|
|
195
|
+
"codeCopied": "Đã sao chép mã vào bảng nhớ tạm",
|
|
196
|
+
"shareAsFile": "Chia sẻ dưới dạng tệp",
|
|
197
|
+
"shareAsLink": "Chia sẻ dưới dạng liên kết",
|
|
198
|
+
"importCode": "Mã nhập khẩu",
|
|
199
|
+
"enterCode": "Nhập mã gồm 6 chữ số",
|
|
200
|
+
"invalidCode": "Mã chia sẻ không hợp lệ",
|
|
201
|
+
"importing": "Đang nhập sàn...",
|
|
202
|
+
"importSuccess": "Bộ bài đã được nhập thành công",
|
|
203
|
+
"downloadCount": "Tải xuống",
|
|
204
|
+
"makePublic": "Công khai",
|
|
205
|
+
"makePrivate": "Đặt ở chế độ riêng tư"
|
|
206
|
+
},
|
|
207
|
+
"gamification": {
|
|
208
|
+
"profile": {
|
|
209
|
+
"level": "Mức độ",
|
|
210
|
+
"xp": "XP",
|
|
211
|
+
"rank": "Thứ hạng",
|
|
212
|
+
"progress": "Tiến tới cấp độ tiếp theo",
|
|
213
|
+
"totalXP": "Tổng XP kiếm được"
|
|
214
|
+
},
|
|
215
|
+
"ranks": {
|
|
216
|
+
"novice": "Người mới",
|
|
217
|
+
"apprentice": "người học việc",
|
|
218
|
+
"scholar": "học giả",
|
|
219
|
+
"expert": "Chuyên gia",
|
|
220
|
+
"master": "Bậc thầy",
|
|
221
|
+
"grandmaster": "Đại kiện tướng",
|
|
222
|
+
"legend": "Huyền thoại"
|
|
223
|
+
},
|
|
224
|
+
"achievements": {
|
|
225
|
+
"title": "Thành tích",
|
|
226
|
+
"unlocked": "Đã mở khóa",
|
|
227
|
+
"locked": "Đã khóa",
|
|
228
|
+
"progress": "Tiến triển",
|
|
229
|
+
"reward": "Phần thưởng",
|
|
230
|
+
"unlockedAt": "Đã mở khóa vào",
|
|
231
|
+
"categories": {
|
|
232
|
+
"study": "Học",
|
|
233
|
+
"cards": "Thẻ",
|
|
234
|
+
"decks": "Bộ bài",
|
|
235
|
+
"streak": "Vệt",
|
|
236
|
+
"special": "Đặc biệt"
|
|
237
|
+
}
|
|
238
|
+
},
|
|
239
|
+
"challenges": {
|
|
240
|
+
"title": "Thử thách hàng ngày",
|
|
241
|
+
"today": "Những thách thức ngày nay",
|
|
242
|
+
"completed": "Hoàn thành",
|
|
243
|
+
"inProgress": "Đang tiến hành",
|
|
244
|
+
"reward": "Phần thưởng",
|
|
245
|
+
"goal": "Mục tiêu",
|
|
246
|
+
"progress": "Tiến triển"
|
|
247
|
+
},
|
|
248
|
+
"xpRewards": {
|
|
249
|
+
"cardReviewed": "+{{amount}} XP - Đã xem xét thẻ",
|
|
250
|
+
"cardCorrect": "+{{số tiền}} XP - Câu trả lời đúng",
|
|
251
|
+
"cardPerfect": "+{{số tiền}} XP - Hoàn hảo!",
|
|
252
|
+
"deckCreated": "+{{amount}} XP - Đã tạo bộ bài",
|
|
253
|
+
"studySession": "+{{amount}} XP - Buổi học",
|
|
254
|
+
"dailyGoal": "+{{amount}} XP - Đã đạt được mục tiêu hàng ngày",
|
|
255
|
+
"streakDay": "+{{số tiền}} XP - Ngày liên tiếp",
|
|
256
|
+
"achievementUnlocked": "+{{amount}} XP - Đã mở khóa thành tích"
|
|
257
|
+
}
|
|
258
|
+
},
|
|
259
|
+
"matching": {
|
|
260
|
+
"title": "Trò chơi ghép hình",
|
|
261
|
+
"instructions": "Ghép các thẻ bằng cách chạm vào các cặp",
|
|
262
|
+
"matches": "Trận đấu",
|
|
263
|
+
"attempts": "Nỗ lực",
|
|
264
|
+
"timeElapsed": "Thời gian",
|
|
265
|
+
"perfect": "Trận đấu hoàn hảo!",
|
|
266
|
+
"tryAgain": "Thử lại"
|
|
267
|
+
},
|
|
268
|
+
"quiz": {
|
|
269
|
+
"title": "Trắc nghiệm trắc nghiệm",
|
|
270
|
+
"question": "Câu hỏi",
|
|
271
|
+
"chooseAnswer": "Chọn câu trả lời đúng",
|
|
272
|
+
"correct": "Chính xác!",
|
|
273
|
+
"incorrect": "Không đúng",
|
|
274
|
+
"showAnswer": "Hiển thị câu trả lời",
|
|
275
|
+
"nextQuestion": "Câu hỏi tiếp theo"
|
|
276
|
+
},
|
|
277
|
+
"writing": {
|
|
278
|
+
"title": "Chế độ viết",
|
|
279
|
+
"instructions": "Nhập câu trả lời",
|
|
280
|
+
"yourAnswer": "Câu trả lời của bạn",
|
|
281
|
+
"correctAnswer": "Câu trả lời đúng",
|
|
282
|
+
"similarity": "Sự tương đồng",
|
|
283
|
+
"strictMode": "Chế độ nghiêm ngặt",
|
|
284
|
+
"fuzzyMatching": "Kết hợp mờ",
|
|
285
|
+
"check": "Kiểm tra câu trả lời"
|
|
286
|
+
}
|
|
287
|
+
}
|