@umituz/react-native-localization 1.0.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +78 -15
- package/lib/infrastructure/config/i18n.d.ts +4 -1
- package/lib/infrastructure/config/i18n.d.ts.map +1 -1
- package/lib/infrastructure/config/i18n.js +204 -27
- package/lib/infrastructure/config/i18n.js.map +1 -1
- package/lib/infrastructure/config/languages.d.ts +1 -1
- package/lib/infrastructure/config/languages.d.ts.map +1 -1
- package/lib/infrastructure/config/languages.js +2 -2
- package/lib/infrastructure/config/languages.js.map +1 -1
- package/lib/infrastructure/config/languagesData.js +2 -2
- package/lib/infrastructure/config/languagesData.js.map +1 -1
- package/lib/infrastructure/locales/ar-SA/auth.json +32 -0
- package/lib/infrastructure/locales/ar-SA/branding.json +9 -0
- package/lib/infrastructure/locales/ar-SA/datetime.json +140 -0
- package/lib/infrastructure/locales/ar-SA/errors.json +43 -0
- package/lib/infrastructure/locales/ar-SA/flashcards.json +287 -0
- package/lib/infrastructure/locales/ar-SA/general.json +61 -0
- package/lib/infrastructure/locales/ar-SA/index.d.ts +778 -0
- package/lib/infrastructure/locales/ar-SA/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/ar-SA/index.js +46 -0
- package/lib/infrastructure/locales/ar-SA/index.js.map +1 -0
- package/lib/infrastructure/locales/ar-SA/navigation.json +58 -0
- package/lib/infrastructure/locales/ar-SA/onboarding.json +76 -0
- package/lib/infrastructure/locales/ar-SA/settings.json +53 -0
- package/lib/infrastructure/locales/bg-BG/auth.json +32 -0
- package/lib/infrastructure/locales/bg-BG/branding.json +9 -0
- package/lib/infrastructure/locales/bg-BG/datetime.json +140 -0
- package/lib/infrastructure/locales/bg-BG/errors.json +43 -0
- package/lib/infrastructure/locales/bg-BG/flashcards.json +287 -0
- package/lib/infrastructure/locales/bg-BG/general.json +61 -0
- package/lib/infrastructure/locales/bg-BG/index.d.ts +778 -0
- package/lib/infrastructure/locales/bg-BG/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/bg-BG/index.js +46 -0
- package/lib/infrastructure/locales/bg-BG/index.js.map +1 -0
- package/lib/infrastructure/locales/bg-BG/navigation.json +58 -0
- package/lib/infrastructure/locales/bg-BG/onboarding.json +76 -0
- package/lib/infrastructure/locales/bg-BG/settings.json +53 -0
- package/lib/infrastructure/locales/cs-CZ/branding.json +9 -0
- package/lib/infrastructure/locales/cs-CZ/datetime.json +140 -0
- package/lib/infrastructure/locales/cs-CZ/errors.json +43 -0
- package/lib/infrastructure/locales/cs-CZ/flashcards.json +287 -0
- package/lib/infrastructure/locales/cs-CZ/general.json +61 -0
- package/lib/infrastructure/locales/cs-CZ/index.d.ts +745 -0
- package/lib/infrastructure/locales/cs-CZ/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/cs-CZ/index.js +43 -0
- package/lib/infrastructure/locales/cs-CZ/index.js.map +1 -0
- package/lib/infrastructure/locales/cs-CZ/navigation.json +58 -0
- package/lib/infrastructure/locales/cs-CZ/onboarding.json +76 -0
- package/lib/infrastructure/locales/cs-CZ/settings.json +53 -0
- package/lib/infrastructure/locales/da-DK/branding.json +9 -0
- package/lib/infrastructure/locales/da-DK/datetime.json +140 -0
- package/lib/infrastructure/locales/da-DK/errors.json +43 -0
- package/lib/infrastructure/locales/da-DK/flashcards.json +287 -0
- package/lib/infrastructure/locales/da-DK/general.json +61 -0
- package/lib/infrastructure/locales/da-DK/index.d.ts +745 -0
- package/lib/infrastructure/locales/da-DK/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/da-DK/index.js +43 -0
- package/lib/infrastructure/locales/da-DK/index.js.map +1 -0
- package/lib/infrastructure/locales/da-DK/navigation.json +58 -0
- package/lib/infrastructure/locales/da-DK/onboarding.json +76 -0
- package/lib/infrastructure/locales/da-DK/settings.json +53 -0
- package/lib/infrastructure/locales/de-DE/branding.json +9 -0
- package/lib/infrastructure/locales/de-DE/datetime.json +140 -0
- package/lib/infrastructure/locales/de-DE/errors.json +43 -0
- package/lib/infrastructure/locales/de-DE/flashcards.json +287 -0
- package/lib/infrastructure/locales/de-DE/general.json +61 -0
- package/lib/infrastructure/locales/de-DE/index.d.ts +745 -0
- package/lib/infrastructure/locales/de-DE/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/de-DE/index.js +43 -0
- package/lib/infrastructure/locales/de-DE/index.js.map +1 -0
- package/lib/infrastructure/locales/de-DE/navigation.json +58 -0
- package/lib/infrastructure/locales/de-DE/onboarding.json +76 -0
- package/lib/infrastructure/locales/de-DE/settings.json +53 -0
- package/lib/infrastructure/locales/el-GR/branding.json +9 -0
- package/lib/infrastructure/locales/el-GR/datetime.json +140 -0
- package/lib/infrastructure/locales/el-GR/errors.json +43 -0
- package/lib/infrastructure/locales/el-GR/flashcards.json +287 -0
- package/lib/infrastructure/locales/el-GR/general.json +61 -0
- package/lib/infrastructure/locales/el-GR/index.d.ts +745 -0
- package/lib/infrastructure/locales/el-GR/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/el-GR/index.js +43 -0
- package/lib/infrastructure/locales/el-GR/index.js.map +1 -0
- package/lib/infrastructure/locales/el-GR/navigation.json +58 -0
- package/lib/infrastructure/locales/el-GR/onboarding.json +76 -0
- package/lib/infrastructure/locales/el-GR/settings.json +53 -0
- package/lib/infrastructure/locales/en-AU/branding.json +9 -0
- package/lib/infrastructure/locales/en-AU/datetime.json +140 -0
- package/lib/infrastructure/locales/en-AU/errors.json +43 -0
- package/lib/infrastructure/locales/en-AU/flashcards.json +77 -0
- package/lib/infrastructure/locales/en-AU/general.json +61 -0
- package/lib/infrastructure/locales/en-AU/index.d.ts +535 -0
- package/lib/infrastructure/locales/en-AU/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/en-AU/index.js +43 -0
- package/lib/infrastructure/locales/en-AU/index.js.map +1 -0
- package/lib/infrastructure/locales/en-AU/navigation.json +58 -0
- package/lib/infrastructure/locales/en-AU/onboarding.json +76 -0
- package/lib/infrastructure/locales/en-AU/settings.json +53 -0
- package/lib/infrastructure/locales/en-CA/branding.json +9 -0
- package/lib/infrastructure/locales/en-CA/datetime.json +140 -0
- package/lib/infrastructure/locales/en-CA/errors.json +43 -0
- package/lib/infrastructure/locales/en-CA/flashcards.json +77 -0
- package/lib/infrastructure/locales/en-CA/general.json +61 -0
- package/lib/infrastructure/locales/en-CA/index.d.ts +535 -0
- package/lib/infrastructure/locales/en-CA/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/en-CA/index.js +43 -0
- package/lib/infrastructure/locales/en-CA/index.js.map +1 -0
- package/lib/infrastructure/locales/en-CA/navigation.json +58 -0
- package/lib/infrastructure/locales/en-CA/onboarding.json +76 -0
- package/lib/infrastructure/locales/en-CA/settings.json +53 -0
- package/lib/infrastructure/locales/en-GB/branding.json +9 -0
- package/lib/infrastructure/locales/en-GB/datetime.json +140 -0
- package/lib/infrastructure/locales/en-GB/errors.json +43 -0
- package/lib/infrastructure/locales/en-GB/flashcards.json +77 -0
- package/lib/infrastructure/locales/en-GB/general.json +61 -0
- package/lib/infrastructure/locales/en-GB/index.d.ts +535 -0
- package/lib/infrastructure/locales/en-GB/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/en-GB/index.js +43 -0
- package/lib/infrastructure/locales/en-GB/index.js.map +1 -0
- package/lib/infrastructure/locales/en-GB/navigation.json +58 -0
- package/lib/infrastructure/locales/en-GB/onboarding.json +76 -0
- package/lib/infrastructure/locales/en-GB/settings.json +53 -0
- package/lib/infrastructure/locales/en-US/auth.json +32 -0
- package/lib/infrastructure/locales/en-US/branding.json +9 -0
- package/lib/infrastructure/locales/en-US/flashcards.json +310 -0
- package/lib/infrastructure/locales/en-US/general.json +6 -1
- package/lib/infrastructure/locales/en-US/index.d.ts +350 -332
- package/lib/infrastructure/locales/en-US/index.d.ts.map +1 -1
- package/lib/infrastructure/locales/en-US/index.js +30 -19
- package/lib/infrastructure/locales/en-US/index.js.map +1 -1
- package/lib/infrastructure/locales/en-US/navigation.json +4 -1
- package/lib/infrastructure/locales/en-US/settings.json +0 -12
- package/lib/infrastructure/locales/es-ES/branding.json +9 -0
- package/lib/infrastructure/locales/es-ES/datetime.json +140 -0
- package/lib/infrastructure/locales/es-ES/errors.json +43 -0
- package/lib/infrastructure/locales/es-ES/flashcards.json +287 -0
- package/lib/infrastructure/locales/es-ES/general.json +61 -0
- package/lib/infrastructure/locales/es-ES/index.d.ts +745 -0
- package/lib/infrastructure/locales/es-ES/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/es-ES/index.js +43 -0
- package/lib/infrastructure/locales/es-ES/index.js.map +1 -0
- package/lib/infrastructure/locales/es-ES/navigation.json +58 -0
- package/lib/infrastructure/locales/es-ES/onboarding.json +76 -0
- package/lib/infrastructure/locales/es-ES/settings.json +53 -0
- package/lib/infrastructure/locales/es-MX/branding.json +9 -0
- package/lib/infrastructure/locales/es-MX/datetime.json +140 -0
- package/lib/infrastructure/locales/es-MX/errors.json +43 -0
- package/lib/infrastructure/locales/es-MX/flashcards.json +276 -0
- package/lib/infrastructure/locales/es-MX/general.json +61 -0
- package/lib/infrastructure/locales/es-MX/index.d.ts +734 -0
- package/lib/infrastructure/locales/es-MX/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/es-MX/index.js +43 -0
- package/lib/infrastructure/locales/es-MX/index.js.map +1 -0
- package/lib/infrastructure/locales/es-MX/navigation.json +58 -0
- package/lib/infrastructure/locales/es-MX/onboarding.json +76 -0
- package/lib/infrastructure/locales/es-MX/settings.json +53 -0
- package/lib/infrastructure/locales/fi-FI/branding.json +9 -0
- package/lib/infrastructure/locales/fi-FI/datetime.json +140 -0
- package/lib/infrastructure/locales/fi-FI/errors.json +43 -0
- package/lib/infrastructure/locales/fi-FI/flashcards.json +287 -0
- package/lib/infrastructure/locales/fi-FI/general.json +61 -0
- package/lib/infrastructure/locales/fi-FI/index.d.ts +745 -0
- package/lib/infrastructure/locales/fi-FI/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/fi-FI/index.js +43 -0
- package/lib/infrastructure/locales/fi-FI/index.js.map +1 -0
- package/lib/infrastructure/locales/fi-FI/navigation.json +58 -0
- package/lib/infrastructure/locales/fi-FI/onboarding.json +76 -0
- package/lib/infrastructure/locales/fi-FI/settings.json +53 -0
- package/lib/infrastructure/locales/fr-CA/branding.json +9 -0
- package/lib/infrastructure/locales/fr-CA/datetime.json +140 -0
- package/lib/infrastructure/locales/fr-CA/errors.json +43 -0
- package/lib/infrastructure/locales/fr-CA/flashcards.json +287 -0
- package/lib/infrastructure/locales/fr-CA/general.json +61 -0
- package/lib/infrastructure/locales/fr-CA/index.d.ts +745 -0
- package/lib/infrastructure/locales/fr-CA/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/fr-CA/index.js +43 -0
- package/lib/infrastructure/locales/fr-CA/index.js.map +1 -0
- package/lib/infrastructure/locales/fr-CA/navigation.json +58 -0
- package/lib/infrastructure/locales/fr-CA/onboarding.json +76 -0
- package/lib/infrastructure/locales/fr-CA/settings.json +53 -0
- package/lib/infrastructure/locales/fr-FR/branding.json +9 -0
- package/lib/infrastructure/locales/fr-FR/datetime.json +140 -0
- package/lib/infrastructure/locales/fr-FR/errors.json +43 -0
- package/lib/infrastructure/locales/fr-FR/flashcards.json +287 -0
- package/lib/infrastructure/locales/fr-FR/general.json +61 -0
- package/lib/infrastructure/locales/fr-FR/index.d.ts +745 -0
- package/lib/infrastructure/locales/fr-FR/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/fr-FR/index.js +43 -0
- package/lib/infrastructure/locales/fr-FR/index.js.map +1 -0
- package/lib/infrastructure/locales/fr-FR/navigation.json +58 -0
- package/lib/infrastructure/locales/fr-FR/onboarding.json +76 -0
- package/lib/infrastructure/locales/fr-FR/settings.json +53 -0
- package/lib/infrastructure/locales/hi-IN/branding.json +9 -0
- package/lib/infrastructure/locales/hi-IN/datetime.json +140 -0
- package/lib/infrastructure/locales/hi-IN/errors.json +43 -0
- package/lib/infrastructure/locales/hi-IN/flashcards.json +287 -0
- package/lib/infrastructure/locales/hi-IN/general.json +61 -0
- package/lib/infrastructure/locales/hi-IN/index.d.ts +745 -0
- package/lib/infrastructure/locales/hi-IN/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/hi-IN/index.js +43 -0
- package/lib/infrastructure/locales/hi-IN/index.js.map +1 -0
- package/lib/infrastructure/locales/hi-IN/navigation.json +58 -0
- package/lib/infrastructure/locales/hi-IN/onboarding.json +76 -0
- package/lib/infrastructure/locales/hi-IN/settings.json +53 -0
- package/lib/infrastructure/locales/hr-HR/branding.json +9 -0
- package/lib/infrastructure/locales/hr-HR/datetime.json +140 -0
- package/lib/infrastructure/locales/hr-HR/errors.json +43 -0
- package/lib/infrastructure/locales/hr-HR/flashcards.json +276 -0
- package/lib/infrastructure/locales/hr-HR/general.json +61 -0
- package/lib/infrastructure/locales/hr-HR/index.d.ts +734 -0
- package/lib/infrastructure/locales/hr-HR/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/hr-HR/index.js +43 -0
- package/lib/infrastructure/locales/hr-HR/index.js.map +1 -0
- package/lib/infrastructure/locales/hr-HR/navigation.json +58 -0
- package/lib/infrastructure/locales/hr-HR/onboarding.json +76 -0
- package/lib/infrastructure/locales/hr-HR/settings.json +53 -0
- package/lib/infrastructure/locales/hu-HU/branding.json +9 -0
- package/lib/infrastructure/locales/hu-HU/datetime.json +140 -0
- package/lib/infrastructure/locales/hu-HU/errors.json +43 -0
- package/lib/infrastructure/locales/hu-HU/flashcards.json +287 -0
- package/lib/infrastructure/locales/hu-HU/general.json +61 -0
- package/lib/infrastructure/locales/hu-HU/index.d.ts +745 -0
- package/lib/infrastructure/locales/hu-HU/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/hu-HU/index.js +43 -0
- package/lib/infrastructure/locales/hu-HU/index.js.map +1 -0
- package/lib/infrastructure/locales/hu-HU/navigation.json +58 -0
- package/lib/infrastructure/locales/hu-HU/onboarding.json +76 -0
- package/lib/infrastructure/locales/hu-HU/settings.json +53 -0
- package/lib/infrastructure/locales/id-ID/branding.json +9 -0
- package/lib/infrastructure/locales/id-ID/datetime.json +140 -0
- package/lib/infrastructure/locales/id-ID/errors.json +43 -0
- package/lib/infrastructure/locales/id-ID/flashcards.json +287 -0
- package/lib/infrastructure/locales/id-ID/general.json +61 -0
- package/lib/infrastructure/locales/id-ID/index.d.ts +745 -0
- package/lib/infrastructure/locales/id-ID/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/id-ID/index.js +43 -0
- package/lib/infrastructure/locales/id-ID/index.js.map +1 -0
- package/lib/infrastructure/locales/id-ID/navigation.json +58 -0
- package/lib/infrastructure/locales/id-ID/onboarding.json +76 -0
- package/lib/infrastructure/locales/id-ID/settings.json +53 -0
- package/lib/infrastructure/locales/it-IT/branding.json +9 -0
- package/lib/infrastructure/locales/it-IT/datetime.json +140 -0
- package/lib/infrastructure/locales/it-IT/errors.json +43 -0
- package/lib/infrastructure/locales/it-IT/flashcards.json +287 -0
- package/lib/infrastructure/locales/it-IT/general.json +61 -0
- package/lib/infrastructure/locales/it-IT/index.d.ts +745 -0
- package/lib/infrastructure/locales/it-IT/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/it-IT/index.js +43 -0
- package/lib/infrastructure/locales/it-IT/index.js.map +1 -0
- package/lib/infrastructure/locales/it-IT/navigation.json +58 -0
- package/lib/infrastructure/locales/it-IT/onboarding.json +76 -0
- package/lib/infrastructure/locales/it-IT/settings.json +53 -0
- package/lib/infrastructure/locales/ja-JP/branding.json +9 -0
- package/lib/infrastructure/locales/ja-JP/datetime.json +140 -0
- package/lib/infrastructure/locales/ja-JP/errors.json +43 -0
- package/lib/infrastructure/locales/ja-JP/flashcards.json +287 -0
- package/lib/infrastructure/locales/ja-JP/general.json +61 -0
- package/lib/infrastructure/locales/ja-JP/index.d.ts +745 -0
- package/lib/infrastructure/locales/ja-JP/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/ja-JP/index.js +43 -0
- package/lib/infrastructure/locales/ja-JP/index.js.map +1 -0
- package/lib/infrastructure/locales/ja-JP/navigation.json +58 -0
- package/lib/infrastructure/locales/ja-JP/onboarding.json +76 -0
- package/lib/infrastructure/locales/ja-JP/settings.json +53 -0
- package/lib/infrastructure/locales/ko-KR/branding.json +9 -0
- package/lib/infrastructure/locales/ko-KR/datetime.json +140 -0
- package/lib/infrastructure/locales/ko-KR/errors.json +43 -0
- package/lib/infrastructure/locales/ko-KR/flashcards.json +287 -0
- package/lib/infrastructure/locales/ko-KR/general.json +61 -0
- package/lib/infrastructure/locales/ko-KR/index.d.ts +745 -0
- package/lib/infrastructure/locales/ko-KR/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/ko-KR/index.js +43 -0
- package/lib/infrastructure/locales/ko-KR/index.js.map +1 -0
- package/lib/infrastructure/locales/ko-KR/navigation.json +58 -0
- package/lib/infrastructure/locales/ko-KR/onboarding.json +76 -0
- package/lib/infrastructure/locales/ko-KR/settings.json +53 -0
- package/lib/infrastructure/locales/ms-MY/branding.json +9 -0
- package/lib/infrastructure/locales/ms-MY/datetime.json +140 -0
- package/lib/infrastructure/locales/ms-MY/errors.json +43 -0
- package/lib/infrastructure/locales/ms-MY/flashcards.json +287 -0
- package/lib/infrastructure/locales/ms-MY/general.json +61 -0
- package/lib/infrastructure/locales/ms-MY/index.d.ts +745 -0
- package/lib/infrastructure/locales/ms-MY/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/ms-MY/index.js +43 -0
- package/lib/infrastructure/locales/ms-MY/index.js.map +1 -0
- package/lib/infrastructure/locales/ms-MY/navigation.json +58 -0
- package/lib/infrastructure/locales/ms-MY/onboarding.json +76 -0
- package/lib/infrastructure/locales/ms-MY/settings.json +53 -0
- package/lib/infrastructure/locales/nl-NL/branding.json +9 -0
- package/lib/infrastructure/locales/nl-NL/datetime.json +140 -0
- package/lib/infrastructure/locales/nl-NL/errors.json +43 -0
- package/lib/infrastructure/locales/nl-NL/flashcards.json +287 -0
- package/lib/infrastructure/locales/nl-NL/general.json +61 -0
- package/lib/infrastructure/locales/nl-NL/index.d.ts +745 -0
- package/lib/infrastructure/locales/nl-NL/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/nl-NL/index.js +43 -0
- package/lib/infrastructure/locales/nl-NL/index.js.map +1 -0
- package/lib/infrastructure/locales/nl-NL/navigation.json +58 -0
- package/lib/infrastructure/locales/nl-NL/onboarding.json +76 -0
- package/lib/infrastructure/locales/nl-NL/settings.json +53 -0
- package/lib/infrastructure/locales/no-NO/branding.json +9 -0
- package/lib/infrastructure/locales/no-NO/datetime.json +140 -0
- package/lib/infrastructure/locales/no-NO/errors.json +43 -0
- package/lib/infrastructure/locales/no-NO/flashcards.json +287 -0
- package/lib/infrastructure/locales/no-NO/general.json +61 -0
- package/lib/infrastructure/locales/no-NO/index.d.ts +745 -0
- package/lib/infrastructure/locales/no-NO/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/no-NO/index.js +43 -0
- package/lib/infrastructure/locales/no-NO/index.js.map +1 -0
- package/lib/infrastructure/locales/no-NO/navigation.json +58 -0
- package/lib/infrastructure/locales/no-NO/onboarding.json +76 -0
- package/lib/infrastructure/locales/no-NO/settings.json +53 -0
- package/lib/infrastructure/locales/pl-PL/branding.json +9 -0
- package/lib/infrastructure/locales/pl-PL/datetime.json +140 -0
- package/lib/infrastructure/locales/pl-PL/errors.json +43 -0
- package/lib/infrastructure/locales/pl-PL/flashcards.json +287 -0
- package/lib/infrastructure/locales/pl-PL/general.json +61 -0
- package/lib/infrastructure/locales/pl-PL/index.d.ts +745 -0
- package/lib/infrastructure/locales/pl-PL/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/pl-PL/index.js +43 -0
- package/lib/infrastructure/locales/pl-PL/index.js.map +1 -0
- package/lib/infrastructure/locales/pl-PL/navigation.json +58 -0
- package/lib/infrastructure/locales/pl-PL/onboarding.json +76 -0
- package/lib/infrastructure/locales/pl-PL/settings.json +53 -0
- package/lib/infrastructure/locales/pt-BR/branding.json +9 -0
- package/lib/infrastructure/locales/pt-BR/datetime.json +140 -0
- package/lib/infrastructure/locales/pt-BR/errors.json +43 -0
- package/lib/infrastructure/locales/pt-BR/flashcards.json +287 -0
- package/lib/infrastructure/locales/pt-BR/general.json +61 -0
- package/lib/infrastructure/locales/pt-BR/index.d.ts +745 -0
- package/lib/infrastructure/locales/pt-BR/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/pt-BR/index.js +43 -0
- package/lib/infrastructure/locales/pt-BR/index.js.map +1 -0
- package/lib/infrastructure/locales/pt-BR/navigation.json +58 -0
- package/lib/infrastructure/locales/pt-BR/onboarding.json +76 -0
- package/lib/infrastructure/locales/pt-BR/settings.json +53 -0
- package/lib/infrastructure/locales/pt-PT/branding.json +9 -0
- package/lib/infrastructure/locales/pt-PT/datetime.json +140 -0
- package/lib/infrastructure/locales/pt-PT/errors.json +43 -0
- package/lib/infrastructure/locales/pt-PT/flashcards.json +287 -0
- package/lib/infrastructure/locales/pt-PT/general.json +61 -0
- package/lib/infrastructure/locales/pt-PT/index.d.ts +745 -0
- package/lib/infrastructure/locales/pt-PT/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/pt-PT/index.js +43 -0
- package/lib/infrastructure/locales/pt-PT/index.js.map +1 -0
- package/lib/infrastructure/locales/pt-PT/navigation.json +58 -0
- package/lib/infrastructure/locales/pt-PT/onboarding.json +76 -0
- package/lib/infrastructure/locales/pt-PT/settings.json +53 -0
- package/lib/infrastructure/locales/ro-RO/branding.json +9 -0
- package/lib/infrastructure/locales/ro-RO/datetime.json +140 -0
- package/lib/infrastructure/locales/ro-RO/errors.json +43 -0
- package/lib/infrastructure/locales/ro-RO/flashcards.json +287 -0
- package/lib/infrastructure/locales/ro-RO/general.json +61 -0
- package/lib/infrastructure/locales/ro-RO/index.d.ts +745 -0
- package/lib/infrastructure/locales/ro-RO/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/ro-RO/index.js +43 -0
- package/lib/infrastructure/locales/ro-RO/index.js.map +1 -0
- package/lib/infrastructure/locales/ro-RO/navigation.json +58 -0
- package/lib/infrastructure/locales/ro-RO/onboarding.json +76 -0
- package/lib/infrastructure/locales/ro-RO/settings.json +53 -0
- package/lib/infrastructure/locales/ru-RU/branding.json +9 -0
- package/lib/infrastructure/locales/ru-RU/datetime.json +140 -0
- package/lib/infrastructure/locales/ru-RU/errors.json +43 -0
- package/lib/infrastructure/locales/ru-RU/flashcards.json +276 -0
- package/lib/infrastructure/locales/ru-RU/general.json +61 -0
- package/lib/infrastructure/locales/ru-RU/index.d.ts +734 -0
- package/lib/infrastructure/locales/ru-RU/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/ru-RU/index.js +43 -0
- package/lib/infrastructure/locales/ru-RU/index.js.map +1 -0
- package/lib/infrastructure/locales/ru-RU/navigation.json +58 -0
- package/lib/infrastructure/locales/ru-RU/onboarding.json +76 -0
- package/lib/infrastructure/locales/ru-RU/settings.json +53 -0
- package/lib/infrastructure/locales/sk-SK/branding.json +9 -0
- package/lib/infrastructure/locales/sk-SK/datetime.json +140 -0
- package/lib/infrastructure/locales/sk-SK/errors.json +43 -0
- package/lib/infrastructure/locales/sk-SK/flashcards.json +287 -0
- package/lib/infrastructure/locales/sk-SK/general.json +61 -0
- package/lib/infrastructure/locales/sk-SK/index.d.ts +745 -0
- package/lib/infrastructure/locales/sk-SK/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/sk-SK/index.js +43 -0
- package/lib/infrastructure/locales/sk-SK/index.js.map +1 -0
- package/lib/infrastructure/locales/sk-SK/navigation.json +58 -0
- package/lib/infrastructure/locales/sk-SK/onboarding.json +76 -0
- package/lib/infrastructure/locales/sk-SK/settings.json +53 -0
- package/lib/infrastructure/locales/sv-SE/branding.json +9 -0
- package/lib/infrastructure/locales/sv-SE/datetime.json +140 -0
- package/lib/infrastructure/locales/sv-SE/errors.json +43 -0
- package/lib/infrastructure/locales/sv-SE/flashcards.json +287 -0
- package/lib/infrastructure/locales/sv-SE/general.json +61 -0
- package/lib/infrastructure/locales/sv-SE/index.d.ts +745 -0
- package/lib/infrastructure/locales/sv-SE/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/sv-SE/index.js +43 -0
- package/lib/infrastructure/locales/sv-SE/index.js.map +1 -0
- package/lib/infrastructure/locales/sv-SE/navigation.json +58 -0
- package/lib/infrastructure/locales/sv-SE/onboarding.json +76 -0
- package/lib/infrastructure/locales/sv-SE/settings.json +53 -0
- package/lib/infrastructure/locales/th-TH/branding.json +9 -0
- package/lib/infrastructure/locales/th-TH/datetime.json +140 -0
- package/lib/infrastructure/locales/th-TH/errors.json +43 -0
- package/lib/infrastructure/locales/th-TH/flashcards.json +287 -0
- package/lib/infrastructure/locales/th-TH/general.json +61 -0
- package/lib/infrastructure/locales/th-TH/index.d.ts +745 -0
- package/lib/infrastructure/locales/th-TH/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/th-TH/index.js +43 -0
- package/lib/infrastructure/locales/th-TH/index.js.map +1 -0
- package/lib/infrastructure/locales/th-TH/navigation.json +58 -0
- package/lib/infrastructure/locales/th-TH/onboarding.json +76 -0
- package/lib/infrastructure/locales/th-TH/settings.json +53 -0
- package/lib/infrastructure/locales/tl-PH/branding.json +9 -0
- package/lib/infrastructure/locales/tl-PH/datetime.json +140 -0
- package/lib/infrastructure/locales/tl-PH/errors.json +43 -0
- package/lib/infrastructure/locales/tl-PH/flashcards.json +287 -0
- package/lib/infrastructure/locales/tl-PH/general.json +61 -0
- package/lib/infrastructure/locales/tl-PH/index.d.ts +745 -0
- package/lib/infrastructure/locales/tl-PH/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/tl-PH/index.js +43 -0
- package/lib/infrastructure/locales/tl-PH/index.js.map +1 -0
- package/lib/infrastructure/locales/tl-PH/navigation.json +58 -0
- package/lib/infrastructure/locales/tl-PH/onboarding.json +76 -0
- package/lib/infrastructure/locales/tl-PH/settings.json +53 -0
- package/lib/infrastructure/locales/tr-TR/branding.json +9 -0
- package/lib/infrastructure/locales/tr-TR/datetime.json +140 -0
- package/lib/infrastructure/locales/tr-TR/errors.json +43 -0
- package/lib/infrastructure/locales/tr-TR/flashcards.json +287 -0
- package/lib/infrastructure/locales/tr-TR/general.json +61 -0
- package/lib/infrastructure/locales/tr-TR/index.d.ts +745 -0
- package/lib/infrastructure/locales/tr-TR/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/tr-TR/index.js +43 -0
- package/lib/infrastructure/locales/tr-TR/index.js.map +1 -0
- package/lib/infrastructure/locales/tr-TR/navigation.json +58 -0
- package/lib/infrastructure/locales/tr-TR/onboarding.json +76 -0
- package/lib/infrastructure/locales/tr-TR/settings.json +53 -0
- package/lib/infrastructure/locales/uk-UA/branding.json +9 -0
- package/lib/infrastructure/locales/uk-UA/datetime.json +140 -0
- package/lib/infrastructure/locales/uk-UA/errors.json +43 -0
- package/lib/infrastructure/locales/uk-UA/flashcards.json +287 -0
- package/lib/infrastructure/locales/uk-UA/general.json +61 -0
- package/lib/infrastructure/locales/uk-UA/index.d.ts +745 -0
- package/lib/infrastructure/locales/uk-UA/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/uk-UA/index.js +43 -0
- package/lib/infrastructure/locales/uk-UA/index.js.map +1 -0
- package/lib/infrastructure/locales/uk-UA/navigation.json +58 -0
- package/lib/infrastructure/locales/uk-UA/onboarding.json +76 -0
- package/lib/infrastructure/locales/uk-UA/settings.json +53 -0
- package/lib/infrastructure/locales/vi-VN/branding.json +9 -0
- package/lib/infrastructure/locales/vi-VN/datetime.json +140 -0
- package/lib/infrastructure/locales/vi-VN/errors.json +43 -0
- package/lib/infrastructure/locales/vi-VN/flashcards.json +287 -0
- package/lib/infrastructure/locales/vi-VN/general.json +61 -0
- package/lib/infrastructure/locales/vi-VN/index.d.ts +745 -0
- package/lib/infrastructure/locales/vi-VN/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/vi-VN/index.js +43 -0
- package/lib/infrastructure/locales/vi-VN/index.js.map +1 -0
- package/lib/infrastructure/locales/vi-VN/navigation.json +58 -0
- package/lib/infrastructure/locales/vi-VN/onboarding.json +76 -0
- package/lib/infrastructure/locales/vi-VN/settings.json +53 -0
- package/lib/infrastructure/locales/zh-CN/branding.json +9 -0
- package/lib/infrastructure/locales/zh-CN/datetime.json +140 -0
- package/lib/infrastructure/locales/zh-CN/errors.json +43 -0
- package/lib/infrastructure/locales/zh-CN/flashcards.json +287 -0
- package/lib/infrastructure/locales/zh-CN/general.json +61 -0
- package/lib/infrastructure/locales/zh-CN/index.d.ts +745 -0
- package/lib/infrastructure/locales/zh-CN/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/zh-CN/index.js +43 -0
- package/lib/infrastructure/locales/zh-CN/index.js.map +1 -0
- package/lib/infrastructure/locales/zh-CN/navigation.json +58 -0
- package/lib/infrastructure/locales/zh-CN/onboarding.json +76 -0
- package/lib/infrastructure/locales/zh-CN/settings.json +53 -0
- package/lib/infrastructure/locales/zh-TW/branding.json +9 -0
- package/lib/infrastructure/locales/zh-TW/datetime.json +140 -0
- package/lib/infrastructure/locales/zh-TW/errors.json +43 -0
- package/lib/infrastructure/locales/zh-TW/flashcards.json +287 -0
- package/lib/infrastructure/locales/zh-TW/general.json +61 -0
- package/lib/infrastructure/locales/zh-TW/index.d.ts +745 -0
- package/lib/infrastructure/locales/zh-TW/index.d.ts.map +1 -0
- package/lib/infrastructure/locales/zh-TW/index.js +43 -0
- package/lib/infrastructure/locales/zh-TW/index.js.map +1 -0
- package/lib/infrastructure/locales/zh-TW/navigation.json +58 -0
- package/lib/infrastructure/locales/zh-TW/onboarding.json +76 -0
- package/lib/infrastructure/locales/zh-TW/settings.json +53 -0
- package/lib/infrastructure/storage/AsyncStorageWrapper.d.ts.map +1 -1
- package/lib/infrastructure/storage/AsyncStorageWrapper.js +6 -2
- package/lib/infrastructure/storage/AsyncStorageWrapper.js.map +1 -1
- package/lib/infrastructure/storage/LocalizationStore.d.ts +7 -2
- package/lib/infrastructure/storage/LocalizationStore.d.ts.map +1 -1
- package/lib/infrastructure/storage/LocalizationStore.js +116 -35
- package/lib/infrastructure/storage/LocalizationStore.js.map +1 -1
- package/package.json +9 -2
- package/scripts/check-translations.js +354 -0
- package/scripts/createLocaleLoaders.js +178 -0
- package/scripts/remove-unused-keys.js +216 -0
- package/scripts/setup-languages.js +122 -0
- package/scripts/translate-missing.js +500 -0
- package/scripts/utils/findLocalesDir.js +79 -0
- package/src/infrastructure/config/i18n.ts +195 -27
- package/src/infrastructure/config/languages.ts +3 -3
- package/src/infrastructure/config/languagesData.ts +3 -2
- package/src/infrastructure/locales/ar-SA/auth.json +32 -0
- package/src/infrastructure/locales/ar-SA/branding.json +9 -0
- package/src/infrastructure/locales/ar-SA/datetime.json +140 -0
- package/src/infrastructure/locales/ar-SA/errors.json +43 -0
- package/src/infrastructure/locales/ar-SA/flashcards.json +287 -0
- package/src/infrastructure/locales/ar-SA/general.json +61 -0
- package/src/infrastructure/locales/ar-SA/index.ts +48 -0
- package/src/infrastructure/locales/ar-SA/navigation.json +58 -0
- package/src/infrastructure/locales/ar-SA/onboarding.json +76 -0
- package/src/infrastructure/locales/ar-SA/settings.json +53 -0
- package/src/infrastructure/locales/bg-BG/auth.json +32 -0
- package/src/infrastructure/locales/bg-BG/branding.json +9 -0
- package/src/infrastructure/locales/bg-BG/datetime.json +140 -0
- package/src/infrastructure/locales/bg-BG/errors.json +43 -0
- package/src/infrastructure/locales/bg-BG/flashcards.json +287 -0
- package/src/infrastructure/locales/bg-BG/general.json +61 -0
- package/src/infrastructure/locales/bg-BG/index.ts +48 -0
- package/src/infrastructure/locales/bg-BG/navigation.json +58 -0
- package/src/infrastructure/locales/bg-BG/onboarding.json +76 -0
- package/src/infrastructure/locales/bg-BG/settings.json +53 -0
- package/src/infrastructure/locales/cs-CZ/auth.json +32 -0
- package/src/infrastructure/locales/cs-CZ/branding.json +9 -0
- package/src/infrastructure/locales/cs-CZ/datetime.json +140 -0
- package/src/infrastructure/locales/cs-CZ/errors.json +43 -0
- package/src/infrastructure/locales/cs-CZ/flashcards.json +287 -0
- package/src/infrastructure/locales/cs-CZ/general.json +61 -0
- package/src/infrastructure/locales/cs-CZ/index.ts +45 -0
- package/src/infrastructure/locales/cs-CZ/navigation.json +58 -0
- package/src/infrastructure/locales/cs-CZ/onboarding.json +76 -0
- package/src/infrastructure/locales/cs-CZ/settings.json +53 -0
- package/src/infrastructure/locales/da-DK/auth.json +32 -0
- package/src/infrastructure/locales/da-DK/branding.json +9 -0
- package/src/infrastructure/locales/da-DK/datetime.json +140 -0
- package/src/infrastructure/locales/da-DK/errors.json +43 -0
- package/src/infrastructure/locales/da-DK/flashcards.json +287 -0
- package/src/infrastructure/locales/da-DK/general.json +61 -0
- package/src/infrastructure/locales/da-DK/index.ts +45 -0
- package/src/infrastructure/locales/da-DK/navigation.json +58 -0
- package/src/infrastructure/locales/da-DK/onboarding.json +76 -0
- package/src/infrastructure/locales/da-DK/settings.json +53 -0
- package/src/infrastructure/locales/de-DE/auth.json +32 -0
- package/src/infrastructure/locales/de-DE/branding.json +9 -0
- package/src/infrastructure/locales/de-DE/datetime.json +140 -0
- package/src/infrastructure/locales/de-DE/errors.json +43 -0
- package/src/infrastructure/locales/de-DE/flashcards.json +287 -0
- package/src/infrastructure/locales/de-DE/general.json +61 -0
- package/src/infrastructure/locales/de-DE/index.ts +45 -0
- package/src/infrastructure/locales/de-DE/navigation.json +58 -0
- package/src/infrastructure/locales/de-DE/onboarding.json +76 -0
- package/src/infrastructure/locales/de-DE/settings.json +53 -0
- package/src/infrastructure/locales/el-GR/auth.json +32 -0
- package/src/infrastructure/locales/el-GR/branding.json +9 -0
- package/src/infrastructure/locales/el-GR/datetime.json +140 -0
- package/src/infrastructure/locales/el-GR/errors.json +43 -0
- package/src/infrastructure/locales/el-GR/flashcards.json +287 -0
- package/src/infrastructure/locales/el-GR/general.json +61 -0
- package/src/infrastructure/locales/el-GR/index.ts +45 -0
- package/src/infrastructure/locales/el-GR/navigation.json +58 -0
- package/src/infrastructure/locales/el-GR/onboarding.json +76 -0
- package/src/infrastructure/locales/el-GR/settings.json +53 -0
- package/src/infrastructure/locales/en-AU/branding.json +11 -0
- package/src/infrastructure/locales/en-AU/datetime.json +140 -0
- package/src/infrastructure/locales/en-AU/errors.json +43 -0
- package/src/infrastructure/locales/en-AU/flashcards.json +83 -0
- package/src/infrastructure/locales/en-AU/general.json +61 -0
- package/src/infrastructure/locales/en-AU/index.ts +45 -0
- package/src/infrastructure/locales/en-AU/navigation.json +58 -0
- package/src/infrastructure/locales/en-AU/onboarding.json +76 -0
- package/src/infrastructure/locales/en-AU/settings.json +53 -0
- package/src/infrastructure/locales/en-CA/branding.json +11 -0
- package/src/infrastructure/locales/en-CA/datetime.json +140 -0
- package/src/infrastructure/locales/en-CA/errors.json +43 -0
- package/src/infrastructure/locales/en-CA/flashcards.json +83 -0
- package/src/infrastructure/locales/en-CA/general.json +61 -0
- package/src/infrastructure/locales/en-CA/index.ts +45 -0
- package/src/infrastructure/locales/en-CA/navigation.json +58 -0
- package/src/infrastructure/locales/en-CA/onboarding.json +76 -0
- package/src/infrastructure/locales/en-CA/settings.json +53 -0
- package/src/infrastructure/locales/en-GB/branding.json +11 -0
- package/src/infrastructure/locales/en-GB/datetime.json +140 -0
- package/src/infrastructure/locales/en-GB/errors.json +43 -0
- package/src/infrastructure/locales/en-GB/flashcards.json +83 -0
- package/src/infrastructure/locales/en-GB/general.json +61 -0
- package/src/infrastructure/locales/en-GB/index.ts +45 -0
- package/src/infrastructure/locales/en-GB/navigation.json +58 -0
- package/src/infrastructure/locales/en-GB/onboarding.json +76 -0
- package/src/infrastructure/locales/en-GB/settings.json +53 -0
- package/src/infrastructure/locales/en-US/auth.json +32 -0
- package/src/infrastructure/locales/en-US/branding.json +11 -0
- package/src/infrastructure/locales/en-US/flashcards.json +310 -0
- package/src/infrastructure/locales/en-US/general.json +6 -1
- package/src/infrastructure/locales/en-US/index.ts +31 -19
- package/src/infrastructure/locales/en-US/navigation.json +4 -1
- package/src/infrastructure/locales/en-US/settings.json +0 -12
- package/src/infrastructure/locales/es-ES/auth.json +32 -0
- package/src/infrastructure/locales/es-ES/branding.json +9 -0
- package/src/infrastructure/locales/es-ES/datetime.json +140 -0
- package/src/infrastructure/locales/es-ES/errors.json +43 -0
- package/src/infrastructure/locales/es-ES/flashcards.json +287 -0
- package/src/infrastructure/locales/es-ES/general.json +61 -0
- package/src/infrastructure/locales/es-ES/index.ts +45 -0
- package/src/infrastructure/locales/es-ES/navigation.json +58 -0
- package/src/infrastructure/locales/es-ES/onboarding.json +76 -0
- package/src/infrastructure/locales/es-ES/settings.json +53 -0
- package/src/infrastructure/locales/es-MX/auth.json +32 -0
- package/src/infrastructure/locales/es-MX/branding.json +9 -0
- package/src/infrastructure/locales/es-MX/datetime.json +140 -0
- package/src/infrastructure/locales/es-MX/errors.json +43 -0
- package/src/infrastructure/locales/es-MX/flashcards.json +276 -0
- package/src/infrastructure/locales/es-MX/general.json +61 -0
- package/src/infrastructure/locales/es-MX/index.ts +45 -0
- package/src/infrastructure/locales/es-MX/navigation.json +58 -0
- package/src/infrastructure/locales/es-MX/onboarding.json +76 -0
- package/src/infrastructure/locales/es-MX/settings.json +53 -0
- package/src/infrastructure/locales/fi-FI/auth.json +32 -0
- package/src/infrastructure/locales/fi-FI/branding.json +9 -0
- package/src/infrastructure/locales/fi-FI/datetime.json +140 -0
- package/src/infrastructure/locales/fi-FI/errors.json +43 -0
- package/src/infrastructure/locales/fi-FI/flashcards.json +287 -0
- package/src/infrastructure/locales/fi-FI/general.json +61 -0
- package/src/infrastructure/locales/fi-FI/index.ts +45 -0
- package/src/infrastructure/locales/fi-FI/navigation.json +58 -0
- package/src/infrastructure/locales/fi-FI/onboarding.json +76 -0
- package/src/infrastructure/locales/fi-FI/settings.json +53 -0
- package/src/infrastructure/locales/fr-CA/auth.json +32 -0
- package/src/infrastructure/locales/fr-CA/branding.json +9 -0
- package/src/infrastructure/locales/fr-CA/datetime.json +140 -0
- package/src/infrastructure/locales/fr-CA/errors.json +43 -0
- package/src/infrastructure/locales/fr-CA/flashcards.json +287 -0
- package/src/infrastructure/locales/fr-CA/general.json +61 -0
- package/src/infrastructure/locales/fr-CA/index.ts +45 -0
- package/src/infrastructure/locales/fr-CA/navigation.json +58 -0
- package/src/infrastructure/locales/fr-CA/onboarding.json +76 -0
- package/src/infrastructure/locales/fr-CA/settings.json +53 -0
- package/src/infrastructure/locales/fr-FR/auth.json +32 -0
- package/src/infrastructure/locales/fr-FR/branding.json +9 -0
- package/src/infrastructure/locales/fr-FR/datetime.json +140 -0
- package/src/infrastructure/locales/fr-FR/errors.json +43 -0
- package/src/infrastructure/locales/fr-FR/flashcards.json +287 -0
- package/src/infrastructure/locales/fr-FR/general.json +61 -0
- package/src/infrastructure/locales/fr-FR/index.ts +45 -0
- package/src/infrastructure/locales/fr-FR/navigation.json +58 -0
- package/src/infrastructure/locales/fr-FR/onboarding.json +76 -0
- package/src/infrastructure/locales/fr-FR/settings.json +53 -0
- package/src/infrastructure/locales/hi-IN/auth.json +32 -0
- package/src/infrastructure/locales/hi-IN/branding.json +9 -0
- package/src/infrastructure/locales/hi-IN/datetime.json +140 -0
- package/src/infrastructure/locales/hi-IN/errors.json +43 -0
- package/src/infrastructure/locales/hi-IN/flashcards.json +287 -0
- package/src/infrastructure/locales/hi-IN/general.json +61 -0
- package/src/infrastructure/locales/hi-IN/index.ts +45 -0
- package/src/infrastructure/locales/hi-IN/navigation.json +58 -0
- package/src/infrastructure/locales/hi-IN/onboarding.json +76 -0
- package/src/infrastructure/locales/hi-IN/settings.json +53 -0
- package/src/infrastructure/locales/hr-HR/auth.json +32 -0
- package/src/infrastructure/locales/hr-HR/branding.json +9 -0
- package/src/infrastructure/locales/hr-HR/datetime.json +140 -0
- package/src/infrastructure/locales/hr-HR/errors.json +43 -0
- package/src/infrastructure/locales/hr-HR/flashcards.json +276 -0
- package/src/infrastructure/locales/hr-HR/general.json +61 -0
- package/src/infrastructure/locales/hr-HR/index.ts +45 -0
- package/src/infrastructure/locales/hr-HR/navigation.json +58 -0
- package/src/infrastructure/locales/hr-HR/onboarding.json +76 -0
- package/src/infrastructure/locales/hr-HR/settings.json +53 -0
- package/src/infrastructure/locales/hu-HU/auth.json +32 -0
- package/src/infrastructure/locales/hu-HU/branding.json +9 -0
- package/src/infrastructure/locales/hu-HU/datetime.json +140 -0
- package/src/infrastructure/locales/hu-HU/errors.json +43 -0
- package/src/infrastructure/locales/hu-HU/flashcards.json +287 -0
- package/src/infrastructure/locales/hu-HU/general.json +61 -0
- package/src/infrastructure/locales/hu-HU/index.ts +45 -0
- package/src/infrastructure/locales/hu-HU/navigation.json +58 -0
- package/src/infrastructure/locales/hu-HU/onboarding.json +76 -0
- package/src/infrastructure/locales/hu-HU/settings.json +53 -0
- package/src/infrastructure/locales/id-ID/auth.json +32 -0
- package/src/infrastructure/locales/id-ID/branding.json +9 -0
- package/src/infrastructure/locales/id-ID/datetime.json +140 -0
- package/src/infrastructure/locales/id-ID/errors.json +43 -0
- package/src/infrastructure/locales/id-ID/flashcards.json +287 -0
- package/src/infrastructure/locales/id-ID/general.json +61 -0
- package/src/infrastructure/locales/id-ID/index.ts +45 -0
- package/src/infrastructure/locales/id-ID/navigation.json +58 -0
- package/src/infrastructure/locales/id-ID/onboarding.json +76 -0
- package/src/infrastructure/locales/id-ID/settings.json +53 -0
- package/src/infrastructure/locales/it-IT/auth.json +32 -0
- package/src/infrastructure/locales/it-IT/branding.json +9 -0
- package/src/infrastructure/locales/it-IT/datetime.json +140 -0
- package/src/infrastructure/locales/it-IT/errors.json +43 -0
- package/src/infrastructure/locales/it-IT/flashcards.json +287 -0
- package/src/infrastructure/locales/it-IT/general.json +61 -0
- package/src/infrastructure/locales/it-IT/index.ts +45 -0
- package/src/infrastructure/locales/it-IT/navigation.json +58 -0
- package/src/infrastructure/locales/it-IT/onboarding.json +76 -0
- package/src/infrastructure/locales/it-IT/settings.json +53 -0
- package/src/infrastructure/locales/ja-JP/auth.json +32 -0
- package/src/infrastructure/locales/ja-JP/branding.json +9 -0
- package/src/infrastructure/locales/ja-JP/datetime.json +140 -0
- package/src/infrastructure/locales/ja-JP/errors.json +43 -0
- package/src/infrastructure/locales/ja-JP/flashcards.json +287 -0
- package/src/infrastructure/locales/ja-JP/general.json +61 -0
- package/src/infrastructure/locales/ja-JP/index.ts +45 -0
- package/src/infrastructure/locales/ja-JP/navigation.json +58 -0
- package/src/infrastructure/locales/ja-JP/onboarding.json +76 -0
- package/src/infrastructure/locales/ja-JP/settings.json +53 -0
- package/src/infrastructure/locales/ko-KR/auth.json +32 -0
- package/src/infrastructure/locales/ko-KR/branding.json +9 -0
- package/src/infrastructure/locales/ko-KR/datetime.json +140 -0
- package/src/infrastructure/locales/ko-KR/errors.json +43 -0
- package/src/infrastructure/locales/ko-KR/flashcards.json +287 -0
- package/src/infrastructure/locales/ko-KR/general.json +61 -0
- package/src/infrastructure/locales/ko-KR/index.ts +45 -0
- package/src/infrastructure/locales/ko-KR/navigation.json +58 -0
- package/src/infrastructure/locales/ko-KR/onboarding.json +76 -0
- package/src/infrastructure/locales/ko-KR/settings.json +53 -0
- package/src/infrastructure/locales/ms-MY/auth.json +32 -0
- package/src/infrastructure/locales/ms-MY/branding.json +9 -0
- package/src/infrastructure/locales/ms-MY/datetime.json +140 -0
- package/src/infrastructure/locales/ms-MY/errors.json +43 -0
- package/src/infrastructure/locales/ms-MY/flashcards.json +287 -0
- package/src/infrastructure/locales/ms-MY/general.json +61 -0
- package/src/infrastructure/locales/ms-MY/index.ts +45 -0
- package/src/infrastructure/locales/ms-MY/navigation.json +58 -0
- package/src/infrastructure/locales/ms-MY/onboarding.json +76 -0
- package/src/infrastructure/locales/ms-MY/settings.json +53 -0
- package/src/infrastructure/locales/nl-NL/auth.json +32 -0
- package/src/infrastructure/locales/nl-NL/branding.json +9 -0
- package/src/infrastructure/locales/nl-NL/datetime.json +140 -0
- package/src/infrastructure/locales/nl-NL/errors.json +43 -0
- package/src/infrastructure/locales/nl-NL/flashcards.json +287 -0
- package/src/infrastructure/locales/nl-NL/general.json +61 -0
- package/src/infrastructure/locales/nl-NL/index.ts +45 -0
- package/src/infrastructure/locales/nl-NL/navigation.json +58 -0
- package/src/infrastructure/locales/nl-NL/onboarding.json +76 -0
- package/src/infrastructure/locales/nl-NL/settings.json +53 -0
- package/src/infrastructure/locales/no-NO/auth.json +32 -0
- package/src/infrastructure/locales/no-NO/branding.json +9 -0
- package/src/infrastructure/locales/no-NO/datetime.json +140 -0
- package/src/infrastructure/locales/no-NO/errors.json +43 -0
- package/src/infrastructure/locales/no-NO/flashcards.json +287 -0
- package/src/infrastructure/locales/no-NO/general.json +61 -0
- package/src/infrastructure/locales/no-NO/index.ts +45 -0
- package/src/infrastructure/locales/no-NO/navigation.json +58 -0
- package/src/infrastructure/locales/no-NO/onboarding.json +76 -0
- package/src/infrastructure/locales/no-NO/settings.json +53 -0
- package/src/infrastructure/locales/pl-PL/auth.json +32 -0
- package/src/infrastructure/locales/pl-PL/branding.json +9 -0
- package/src/infrastructure/locales/pl-PL/datetime.json +140 -0
- package/src/infrastructure/locales/pl-PL/errors.json +43 -0
- package/src/infrastructure/locales/pl-PL/flashcards.json +287 -0
- package/src/infrastructure/locales/pl-PL/general.json +61 -0
- package/src/infrastructure/locales/pl-PL/index.ts +45 -0
- package/src/infrastructure/locales/pl-PL/navigation.json +58 -0
- package/src/infrastructure/locales/pl-PL/onboarding.json +76 -0
- package/src/infrastructure/locales/pl-PL/settings.json +53 -0
- package/src/infrastructure/locales/pt-BR/auth.json +32 -0
- package/src/infrastructure/locales/pt-BR/branding.json +9 -0
- package/src/infrastructure/locales/pt-BR/datetime.json +140 -0
- package/src/infrastructure/locales/pt-BR/errors.json +43 -0
- package/src/infrastructure/locales/pt-BR/flashcards.json +287 -0
- package/src/infrastructure/locales/pt-BR/general.json +61 -0
- package/src/infrastructure/locales/pt-BR/index.ts +45 -0
- package/src/infrastructure/locales/pt-BR/navigation.json +58 -0
- package/src/infrastructure/locales/pt-BR/onboarding.json +76 -0
- package/src/infrastructure/locales/pt-BR/settings.json +53 -0
- package/src/infrastructure/locales/pt-PT/auth.json +32 -0
- package/src/infrastructure/locales/pt-PT/branding.json +9 -0
- package/src/infrastructure/locales/pt-PT/datetime.json +140 -0
- package/src/infrastructure/locales/pt-PT/errors.json +43 -0
- package/src/infrastructure/locales/pt-PT/flashcards.json +287 -0
- package/src/infrastructure/locales/pt-PT/general.json +61 -0
- package/src/infrastructure/locales/pt-PT/index.ts +45 -0
- package/src/infrastructure/locales/pt-PT/navigation.json +58 -0
- package/src/infrastructure/locales/pt-PT/onboarding.json +76 -0
- package/src/infrastructure/locales/pt-PT/settings.json +53 -0
- package/src/infrastructure/locales/ro-RO/auth.json +32 -0
- package/src/infrastructure/locales/ro-RO/branding.json +9 -0
- package/src/infrastructure/locales/ro-RO/datetime.json +140 -0
- package/src/infrastructure/locales/ro-RO/errors.json +43 -0
- package/src/infrastructure/locales/ro-RO/flashcards.json +287 -0
- package/src/infrastructure/locales/ro-RO/general.json +61 -0
- package/src/infrastructure/locales/ro-RO/index.ts +45 -0
- package/src/infrastructure/locales/ro-RO/navigation.json +58 -0
- package/src/infrastructure/locales/ro-RO/onboarding.json +76 -0
- package/src/infrastructure/locales/ro-RO/settings.json +53 -0
- package/src/infrastructure/locales/ru-RU/auth.json +32 -0
- package/src/infrastructure/locales/ru-RU/branding.json +9 -0
- package/src/infrastructure/locales/ru-RU/datetime.json +140 -0
- package/src/infrastructure/locales/ru-RU/errors.json +43 -0
- package/src/infrastructure/locales/ru-RU/flashcards.json +276 -0
- package/src/infrastructure/locales/ru-RU/general.json +61 -0
- package/src/infrastructure/locales/ru-RU/index.ts +45 -0
- package/src/infrastructure/locales/ru-RU/navigation.json +58 -0
- package/src/infrastructure/locales/ru-RU/onboarding.json +76 -0
- package/src/infrastructure/locales/ru-RU/settings.json +53 -0
- package/src/infrastructure/locales/sk-SK/auth.json +32 -0
- package/src/infrastructure/locales/sk-SK/branding.json +9 -0
- package/src/infrastructure/locales/sk-SK/datetime.json +140 -0
- package/src/infrastructure/locales/sk-SK/errors.json +43 -0
- package/src/infrastructure/locales/sk-SK/flashcards.json +287 -0
- package/src/infrastructure/locales/sk-SK/general.json +61 -0
- package/src/infrastructure/locales/sk-SK/index.ts +45 -0
- package/src/infrastructure/locales/sk-SK/navigation.json +58 -0
- package/src/infrastructure/locales/sk-SK/onboarding.json +76 -0
- package/src/infrastructure/locales/sk-SK/settings.json +53 -0
- package/src/infrastructure/locales/sv-SE/auth.json +32 -0
- package/src/infrastructure/locales/sv-SE/branding.json +9 -0
- package/src/infrastructure/locales/sv-SE/datetime.json +140 -0
- package/src/infrastructure/locales/sv-SE/errors.json +43 -0
- package/src/infrastructure/locales/sv-SE/flashcards.json +287 -0
- package/src/infrastructure/locales/sv-SE/general.json +61 -0
- package/src/infrastructure/locales/sv-SE/index.ts +45 -0
- package/src/infrastructure/locales/sv-SE/navigation.json +58 -0
- package/src/infrastructure/locales/sv-SE/onboarding.json +76 -0
- package/src/infrastructure/locales/sv-SE/settings.json +53 -0
- package/src/infrastructure/locales/th-TH/auth.json +32 -0
- package/src/infrastructure/locales/th-TH/branding.json +9 -0
- package/src/infrastructure/locales/th-TH/datetime.json +140 -0
- package/src/infrastructure/locales/th-TH/errors.json +43 -0
- package/src/infrastructure/locales/th-TH/flashcards.json +287 -0
- package/src/infrastructure/locales/th-TH/general.json +61 -0
- package/src/infrastructure/locales/th-TH/index.ts +45 -0
- package/src/infrastructure/locales/th-TH/navigation.json +58 -0
- package/src/infrastructure/locales/th-TH/onboarding.json +76 -0
- package/src/infrastructure/locales/th-TH/settings.json +53 -0
- package/src/infrastructure/locales/tl-PH/auth.json +32 -0
- package/src/infrastructure/locales/tl-PH/branding.json +9 -0
- package/src/infrastructure/locales/tl-PH/datetime.json +140 -0
- package/src/infrastructure/locales/tl-PH/errors.json +43 -0
- package/src/infrastructure/locales/tl-PH/flashcards.json +287 -0
- package/src/infrastructure/locales/tl-PH/general.json +61 -0
- package/src/infrastructure/locales/tl-PH/index.ts +45 -0
- package/src/infrastructure/locales/tl-PH/navigation.json +58 -0
- package/src/infrastructure/locales/tl-PH/onboarding.json +76 -0
- package/src/infrastructure/locales/tl-PH/settings.json +53 -0
- package/src/infrastructure/locales/tr-TR/auth.json +32 -0
- package/src/infrastructure/locales/tr-TR/branding.json +9 -0
- package/src/infrastructure/locales/tr-TR/datetime.json +140 -0
- package/src/infrastructure/locales/tr-TR/errors.json +43 -0
- package/src/infrastructure/locales/tr-TR/flashcards.json +287 -0
- package/src/infrastructure/locales/tr-TR/general.json +61 -0
- package/src/infrastructure/locales/tr-TR/index.ts +45 -0
- package/src/infrastructure/locales/tr-TR/navigation.json +58 -0
- package/src/infrastructure/locales/tr-TR/onboarding.json +76 -0
- package/src/infrastructure/locales/tr-TR/settings.json +53 -0
- package/src/infrastructure/locales/uk-UA/auth.json +32 -0
- package/src/infrastructure/locales/uk-UA/branding.json +9 -0
- package/src/infrastructure/locales/uk-UA/datetime.json +140 -0
- package/src/infrastructure/locales/uk-UA/errors.json +43 -0
- package/src/infrastructure/locales/uk-UA/flashcards.json +287 -0
- package/src/infrastructure/locales/uk-UA/general.json +61 -0
- package/src/infrastructure/locales/uk-UA/index.ts +45 -0
- package/src/infrastructure/locales/uk-UA/navigation.json +58 -0
- package/src/infrastructure/locales/uk-UA/onboarding.json +76 -0
- package/src/infrastructure/locales/uk-UA/settings.json +53 -0
- package/src/infrastructure/locales/vi-VN/auth.json +32 -0
- package/src/infrastructure/locales/vi-VN/branding.json +9 -0
- package/src/infrastructure/locales/vi-VN/datetime.json +140 -0
- package/src/infrastructure/locales/vi-VN/errors.json +43 -0
- package/src/infrastructure/locales/vi-VN/flashcards.json +287 -0
- package/src/infrastructure/locales/vi-VN/general.json +61 -0
- package/src/infrastructure/locales/vi-VN/index.ts +45 -0
- package/src/infrastructure/locales/vi-VN/navigation.json +58 -0
- package/src/infrastructure/locales/vi-VN/onboarding.json +76 -0
- package/src/infrastructure/locales/vi-VN/settings.json +53 -0
- package/src/infrastructure/locales/zh-CN/auth.json +32 -0
- package/src/infrastructure/locales/zh-CN/branding.json +9 -0
- package/src/infrastructure/locales/zh-CN/datetime.json +140 -0
- package/src/infrastructure/locales/zh-CN/errors.json +43 -0
- package/src/infrastructure/locales/zh-CN/flashcards.json +287 -0
- package/src/infrastructure/locales/zh-CN/general.json +61 -0
- package/src/infrastructure/locales/zh-CN/index.ts +45 -0
- package/src/infrastructure/locales/zh-CN/navigation.json +58 -0
- package/src/infrastructure/locales/zh-CN/onboarding.json +76 -0
- package/src/infrastructure/locales/zh-CN/settings.json +53 -0
- package/src/infrastructure/locales/zh-TW/auth.json +32 -0
- package/src/infrastructure/locales/zh-TW/branding.json +9 -0
- package/src/infrastructure/locales/zh-TW/datetime.json +140 -0
- package/src/infrastructure/locales/zh-TW/errors.json +43 -0
- package/src/infrastructure/locales/zh-TW/flashcards.json +287 -0
- package/src/infrastructure/locales/zh-TW/general.json +61 -0
- package/src/infrastructure/locales/zh-TW/index.ts +45 -0
- package/src/infrastructure/locales/zh-TW/navigation.json +58 -0
- package/src/infrastructure/locales/zh-TW/onboarding.json +76 -0
- package/src/infrastructure/locales/zh-TW/settings.json +53 -0
- package/src/infrastructure/scripts/createLocaleLoaders.js +177 -0
- package/src/infrastructure/storage/AsyncStorageWrapper.ts +4 -2
- package/src/infrastructure/storage/LocalizationStore.ts +140 -39
- package/lib/infrastructure/locales/en-US/animation.json +0 -30
- package/lib/infrastructure/locales/en-US/audio.json +0 -56
- package/lib/infrastructure/locales/en-US/emoji.json +0 -29
- package/lib/infrastructure/locales/en-US/forms.json +0 -38
- package/lib/infrastructure/locales/en-US/icons.json +0 -34
- package/lib/infrastructure/locales/en-US/location.json +0 -49
- package/lib/infrastructure/locales/en-US/media.json +0 -49
- package/lib/infrastructure/locales/en-US/toast.json +0 -38
- package/src/infrastructure/locales/en-US/animation.json +0 -30
- package/src/infrastructure/locales/en-US/audio.json +0 -56
- package/src/infrastructure/locales/en-US/emoji.json +0 -29
- package/src/infrastructure/locales/en-US/forms.json +0 -38
- package/src/infrastructure/locales/en-US/icons.json +0 -34
- package/src/infrastructure/locales/en-US/location.json +0 -49
- package/src/infrastructure/locales/en-US/media.json +0 -49
- package/src/infrastructure/locales/en-US/toast.json +0 -38
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
{
|
|
2
|
+
"skip": "Sauter",
|
|
3
|
+
"getStarted": "Commencer",
|
|
4
|
+
"welcome": {
|
|
5
|
+
"title": "Accueillir!",
|
|
6
|
+
"subtitle": "Votre voyage commence ici",
|
|
7
|
+
"getStarted": "Commencer",
|
|
8
|
+
"skip": "Sauter"
|
|
9
|
+
},
|
|
10
|
+
"slides": {
|
|
11
|
+
"slide1": {
|
|
12
|
+
"title": "Découvrez des fonctionnalités étonnantes",
|
|
13
|
+
"description": "Explorez tout ce que notre application a à offrir"
|
|
14
|
+
},
|
|
15
|
+
"slide2": {
|
|
16
|
+
"title": "Restez organisé",
|
|
17
|
+
"description": "Gardez une trace de ce qui compte le plus"
|
|
18
|
+
},
|
|
19
|
+
"slide3": {
|
|
20
|
+
"title": "Atteignez vos objectifs",
|
|
21
|
+
"description": "Nous sommes là pour vous aider à réussir"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"permissions": {
|
|
25
|
+
"title": "Autorisations",
|
|
26
|
+
"subtitle": "Nous avons besoin de certaines autorisations pour offrir la meilleure expérience",
|
|
27
|
+
"location": {
|
|
28
|
+
"title": "Emplacement",
|
|
29
|
+
"description": "Fournir des fonctionnalités basées sur la localisation",
|
|
30
|
+
"enable": "Activer la localisation"
|
|
31
|
+
},
|
|
32
|
+
"camera": {
|
|
33
|
+
"title": "Caméra",
|
|
34
|
+
"description": "Prendre des photos et numériser des documents",
|
|
35
|
+
"enable": "Activer la caméra"
|
|
36
|
+
},
|
|
37
|
+
"photos": {
|
|
38
|
+
"title": "Photos",
|
|
39
|
+
"description": "Accédez à votre photothèque",
|
|
40
|
+
"enable": "Activer les photos"
|
|
41
|
+
},
|
|
42
|
+
"later": "je ferai ça plus tard",
|
|
43
|
+
"continue": "Continuer"
|
|
44
|
+
},
|
|
45
|
+
"personalization": {
|
|
46
|
+
"title": "Personnalisez votre expérience",
|
|
47
|
+
"subtitle": "Parlez-nous de vous",
|
|
48
|
+
"goals": {
|
|
49
|
+
"title": "Quels sont vos objectifs ?",
|
|
50
|
+
"options": [
|
|
51
|
+
"Restez en bonne santé",
|
|
52
|
+
"Soyez productif",
|
|
53
|
+
"Acquérir de nouvelles compétences",
|
|
54
|
+
"Connectez-vous avec les autres",
|
|
55
|
+
"Amusez-vous"
|
|
56
|
+
]
|
|
57
|
+
},
|
|
58
|
+
"preferences": {
|
|
59
|
+
"title": "Définissez vos préférences",
|
|
60
|
+
"theme": "Choisir un thème",
|
|
61
|
+
"language": "Choisir la langue"
|
|
62
|
+
},
|
|
63
|
+
"continue": "Continuer"
|
|
64
|
+
},
|
|
65
|
+
"complete": {
|
|
66
|
+
"title": "Vous êtes prêt !",
|
|
67
|
+
"subtitle": "Commençons !",
|
|
68
|
+
"startButton": "Commencez à utiliser l'application"
|
|
69
|
+
},
|
|
70
|
+
"navigation": {
|
|
71
|
+
"next": "Suivant",
|
|
72
|
+
"back": "Dos",
|
|
73
|
+
"skip": "Sauter",
|
|
74
|
+
"done": "Fait"
|
|
75
|
+
}
|
|
76
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
{
|
|
2
|
+
"lightMode": "Mode lumière",
|
|
3
|
+
"darkMode": "Mode sombre",
|
|
4
|
+
"language": "Langue",
|
|
5
|
+
"aboutDescription": "Informations et version de l'application",
|
|
6
|
+
"about": {
|
|
7
|
+
"title": "À propos",
|
|
8
|
+
"description": "Informations et version de l'application",
|
|
9
|
+
"appVersion": "Version de l'application",
|
|
10
|
+
"moreApps": "Plus d'applications",
|
|
11
|
+
"moreAppsDescription": "Découvrez nos autres applications",
|
|
12
|
+
"contactEmail": "E-mail de contact",
|
|
13
|
+
"website": "Site web"
|
|
14
|
+
},
|
|
15
|
+
"disclaimer": {
|
|
16
|
+
"title": "Avis de non-responsabilité concernant la santé",
|
|
17
|
+
"shortMessage": "Appuyez pour lire des informations importantes sur la santé",
|
|
18
|
+
"message": "Cette application est uniquement destinée à des fins d'information et d'assistance au bien-être. Cela ne remplace PAS les soins médicaux ou de santé mentale professionnels.\n\nSi vous rencontrez une crise de santé ou une urgence, contactez immédiatement vos services d'urgence locaux ou votre fournisseur de soins de santé.\n\nConsultez toujours des professionnels de la santé qualifiés pour obtenir des conseils médicaux, un diagnostic ou un traitement. Le contenu de cette application ne doit pas être utilisé comme substitut au jugement médical professionnel.\n\nVotre vie privée est importante. Toutes les données restent privées sur votre appareil, sauf si vous choisissez explicitement de les partager."
|
|
19
|
+
},
|
|
20
|
+
"legal": {
|
|
21
|
+
"title": "Légal",
|
|
22
|
+
"description": "Politique de confidentialité, conditions d'utilisation et CLUF",
|
|
23
|
+
"privacy": "politique de confidentialité",
|
|
24
|
+
"privacyDescription": "Comment nous traitons vos données",
|
|
25
|
+
"terms": "Conditions d'utilisation",
|
|
26
|
+
"termsDescription": "Termes et conditions",
|
|
27
|
+
"eula": "Contrat de licence utilisateur final",
|
|
28
|
+
"eulaDescription": "Contrat de licence"
|
|
29
|
+
},
|
|
30
|
+
"version": {
|
|
31
|
+
"title": "Version de l'application"
|
|
32
|
+
},
|
|
33
|
+
"languageSelection": {
|
|
34
|
+
"title": "Sélectionnez la langue",
|
|
35
|
+
"description": "Choisissez votre langue préférée",
|
|
36
|
+
"currentLanguage": "Langue actuelle",
|
|
37
|
+
"searchPlaceholder": "Langues de recherche"
|
|
38
|
+
},
|
|
39
|
+
"appearance": {
|
|
40
|
+
"title": "Apparence",
|
|
41
|
+
"darkMode": "Mode sombre",
|
|
42
|
+
"darkTheme": "Thème sombre",
|
|
43
|
+
"lightTheme": "Thème Lumière",
|
|
44
|
+
"themeDescription": "Paramètres de langue et de thème"
|
|
45
|
+
},
|
|
46
|
+
"notifications": {
|
|
47
|
+
"title": "Notifications",
|
|
48
|
+
"description": "Gérer les préférences de notification",
|
|
49
|
+
"enableNotifications": "Activer les notifications",
|
|
50
|
+
"notificationPermission": "Autorisation de notification",
|
|
51
|
+
"notificationPermissionDescription": "Autoriser l'application à envoyer des notifications"
|
|
52
|
+
}
|
|
53
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"welcomeBack": "Content de te revoir",
|
|
3
|
+
"loginSubtitle": "Connectez-vous pour synchroniser vos flashcards sur tous les appareils",
|
|
4
|
+
"email": "E-mail",
|
|
5
|
+
"password": "Mot de passe",
|
|
6
|
+
"enterPassword": "Entrez votre mot de passe",
|
|
7
|
+
"login": "Se connecter",
|
|
8
|
+
"createAccount": "Créer un compte",
|
|
9
|
+
"continueAsGuest": "Continuer en tant qu'invité",
|
|
10
|
+
"register": "Registre",
|
|
11
|
+
"displayName": "Nom d'affichage",
|
|
12
|
+
"enterDisplayName": "Entrez votre nom",
|
|
13
|
+
"confirmPassword": "Confirmez le mot de passe",
|
|
14
|
+
"reenterPassword": "Ressaisissez votre mot de passe",
|
|
15
|
+
"backToLogin": "Retour à la connexion",
|
|
16
|
+
"registerSubtitle": "Créez un compte pour synchroniser vos données",
|
|
17
|
+
"fillAllFields": "Veuillez remplir tous les champs",
|
|
18
|
+
"passwordsDoNotMatch": "Les mots de passe ne correspondent pas",
|
|
19
|
+
"passwordTooShort": "Le mot de passe doit contenir au moins 6 caractères",
|
|
20
|
+
"loginFailed": "La connexion a échoué. Veuillez vérifier vos informations d'identification.",
|
|
21
|
+
"registrationFailed": "L'enregistrement a échoué. Veuillez réessayer.",
|
|
22
|
+
"logout": "Déconnexion",
|
|
23
|
+
"profile": "Profil",
|
|
24
|
+
"account": "Compte",
|
|
25
|
+
"signedInAs": "Connecté en tant que",
|
|
26
|
+
"guestMode": "Mode Invité",
|
|
27
|
+
"guestModeDescription": "Vos données sont stockées localement sur cet appareil",
|
|
28
|
+
"syncData": "Synchroniser les données locales",
|
|
29
|
+
"syncDataDescription": "Téléchargez vos flashcards locales sur le cloud",
|
|
30
|
+
"syncSuccess": "Données synchronisées avec succès",
|
|
31
|
+
"syncFailed": "Échec de la synchronisation des données"
|
|
32
|
+
}
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
{
|
|
2
|
+
"days": {
|
|
3
|
+
"full": {
|
|
4
|
+
"monday": "Lundi",
|
|
5
|
+
"tuesday": "Mardi",
|
|
6
|
+
"wednesday": "Mercredi",
|
|
7
|
+
"thursday": "Jeudi",
|
|
8
|
+
"friday": "Vendredi",
|
|
9
|
+
"saturday": "Samedi",
|
|
10
|
+
"sunday": "Dimanche"
|
|
11
|
+
},
|
|
12
|
+
"short": {
|
|
13
|
+
"mon": "Lun",
|
|
14
|
+
"tue": "Mar",
|
|
15
|
+
"wed": "Épouser",
|
|
16
|
+
"thu": "Jeu",
|
|
17
|
+
"fri": "Ven",
|
|
18
|
+
"sat": "Assis",
|
|
19
|
+
"sun": "Soleil"
|
|
20
|
+
},
|
|
21
|
+
"abbreviated": {
|
|
22
|
+
"m": "M",
|
|
23
|
+
"t": "T",
|
|
24
|
+
"w": "W",
|
|
25
|
+
"th": "Ème",
|
|
26
|
+
"f": "F",
|
|
27
|
+
"sa": "Sa",
|
|
28
|
+
"su": "Su"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"months": {
|
|
32
|
+
"full": {
|
|
33
|
+
"january": "Janvier",
|
|
34
|
+
"february": "Février",
|
|
35
|
+
"march": "Mars",
|
|
36
|
+
"april": "Avril",
|
|
37
|
+
"may": "Peut",
|
|
38
|
+
"june": "Juin",
|
|
39
|
+
"july": "Juillet",
|
|
40
|
+
"august": "Août",
|
|
41
|
+
"september": "Septembre",
|
|
42
|
+
"october": "Octobre",
|
|
43
|
+
"november": "Novembre",
|
|
44
|
+
"december": "Décembre"
|
|
45
|
+
},
|
|
46
|
+
"short": {
|
|
47
|
+
"jan": "Jan",
|
|
48
|
+
"feb": "Fév",
|
|
49
|
+
"mar": "Mar",
|
|
50
|
+
"apr": "Avr",
|
|
51
|
+
"may": "Peut",
|
|
52
|
+
"jun": "juin",
|
|
53
|
+
"jul": "Juillet",
|
|
54
|
+
"aug": "Août",
|
|
55
|
+
"sep": "Sep",
|
|
56
|
+
"oct": "Octobre",
|
|
57
|
+
"nov": "Nov",
|
|
58
|
+
"dec": "Déc"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
"relative": {
|
|
62
|
+
"now": "Maintenant",
|
|
63
|
+
"justNow": "Tout à l' heure",
|
|
64
|
+
"today": "Aujourd'hui",
|
|
65
|
+
"yesterday": "Hier",
|
|
66
|
+
"tomorrow": "Demain",
|
|
67
|
+
"thisWeek": "Cette semaine",
|
|
68
|
+
"lastWeek": "La semaine dernière",
|
|
69
|
+
"nextWeek": "La semaine prochaine",
|
|
70
|
+
"thisMonth": "Ce mois-ci",
|
|
71
|
+
"lastMonth": "Mois dernier",
|
|
72
|
+
"nextMonth": "Mois prochain",
|
|
73
|
+
"thisYear": "Cette année",
|
|
74
|
+
"lastYear": "L'année dernière",
|
|
75
|
+
"nextYear": "L'année prochaine",
|
|
76
|
+
"ago": "il y a",
|
|
77
|
+
"fromNow": "à partir de maintenant",
|
|
78
|
+
"in": "dans"
|
|
79
|
+
},
|
|
80
|
+
"units": {
|
|
81
|
+
"singular": {
|
|
82
|
+
"second": "deuxième",
|
|
83
|
+
"minute": "minute",
|
|
84
|
+
"hour": "heure",
|
|
85
|
+
"day": "jour",
|
|
86
|
+
"week": "semaine",
|
|
87
|
+
"month": "mois",
|
|
88
|
+
"year": "année"
|
|
89
|
+
},
|
|
90
|
+
"plural": {
|
|
91
|
+
"seconds": "secondes",
|
|
92
|
+
"minutes": "minutes",
|
|
93
|
+
"hours": "heures",
|
|
94
|
+
"days": "jours",
|
|
95
|
+
"weeks": "semaines",
|
|
96
|
+
"months": "mois",
|
|
97
|
+
"years": "années"
|
|
98
|
+
},
|
|
99
|
+
"short": {
|
|
100
|
+
"s": "s",
|
|
101
|
+
"m": "m",
|
|
102
|
+
"h": "h",
|
|
103
|
+
"d": "d",
|
|
104
|
+
"w": "w",
|
|
105
|
+
"mo": "mo",
|
|
106
|
+
"y": "oui"
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
"periods": {
|
|
110
|
+
"am": "SUIS",
|
|
111
|
+
"pm": "MP",
|
|
112
|
+
"morning": "Matin",
|
|
113
|
+
"afternoon": "Après-midi",
|
|
114
|
+
"evening": "Soirée",
|
|
115
|
+
"night": "Nuit",
|
|
116
|
+
"midnight": "Minuit",
|
|
117
|
+
"noon": "Midi"
|
|
118
|
+
},
|
|
119
|
+
"formats": {
|
|
120
|
+
"date": "Date",
|
|
121
|
+
"time": "Temps",
|
|
122
|
+
"datetime": "Date et heure",
|
|
123
|
+
"duration": "Durée",
|
|
124
|
+
"startDate": "Date de début",
|
|
125
|
+
"endDate": "Date de fin",
|
|
126
|
+
"startTime": "Heure de début",
|
|
127
|
+
"endTime": "Heure de fin",
|
|
128
|
+
"selectDate": "Sélectionnez une date",
|
|
129
|
+
"selectTime": "Sélectionnez l'heure"
|
|
130
|
+
},
|
|
131
|
+
"actions": {
|
|
132
|
+
"setDate": "Définir la date",
|
|
133
|
+
"setTime": "Régler l'heure",
|
|
134
|
+
"clearDate": "Effacer la date",
|
|
135
|
+
"clearTime": "Temps clair",
|
|
136
|
+
"confirmDate": "Confirmer la date",
|
|
137
|
+
"confirmTime": "Confirmer l'heure",
|
|
138
|
+
"cancel": "Annuler"
|
|
139
|
+
}
|
|
140
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"validation": {
|
|
3
|
+
"required": "Ce champ est obligatoire",
|
|
4
|
+
"invalidEmail": "Format d'e-mail invalide",
|
|
5
|
+
"invalidPhone": "Numéro de téléphone invalide",
|
|
6
|
+
"invalidUrl": "Format d'URL invalide",
|
|
7
|
+
"minLength": "La longueur minimale est de {{min}} caractères",
|
|
8
|
+
"maxLength": "La longueur maximale est de {{max}} caractères",
|
|
9
|
+
"minValue": "La valeur minimale est {{min}}",
|
|
10
|
+
"maxValue": "La valeur maximale est {{max}}",
|
|
11
|
+
"mustMatch": "Les champs doivent correspondre",
|
|
12
|
+
"invalidFormat": "Format invalide",
|
|
13
|
+
"invalidDate": "Date invalide",
|
|
14
|
+
"futureDate": "La date doit être dans le futur",
|
|
15
|
+
"pastDate": "La date doit être dans le passé"
|
|
16
|
+
},
|
|
17
|
+
"storage": {
|
|
18
|
+
"saveFailed": "Échec de l'enregistrement des données",
|
|
19
|
+
"loadFailed": "Échec du chargement des données",
|
|
20
|
+
"deleteFailed": "Échec de la suppression des données",
|
|
21
|
+
"notFound": "Données introuvables"
|
|
22
|
+
},
|
|
23
|
+
"permission": {
|
|
24
|
+
"denied": "Autorisation refusée",
|
|
25
|
+
"notGranted": "Autorisation non accordée",
|
|
26
|
+
"cameraNotAvailable": "Caméra non disponible",
|
|
27
|
+
"locationNotAvailable": "Services de localisation non disponibles",
|
|
28
|
+
"microphoneNotAvailable": "Micro non disponible",
|
|
29
|
+
"photosNotAvailable": "Photothèque non disponible"
|
|
30
|
+
},
|
|
31
|
+
"common": {
|
|
32
|
+
"somethingWentWrong": "Quelque chose s'est mal passé",
|
|
33
|
+
"tryAgainLater": "Veuillez réessayer plus tard",
|
|
34
|
+
"unexpectedError": "Une erreur inattendue s'est produite"
|
|
35
|
+
},
|
|
36
|
+
"actions": {
|
|
37
|
+
"dismiss": "Rejeter",
|
|
38
|
+
"retry": "Réessayer",
|
|
39
|
+
"cancel": "Annuler",
|
|
40
|
+
"goBack": "Retourner",
|
|
41
|
+
"contactSupport": "Contacter l'assistance"
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -0,0 +1,287 @@
|
|
|
1
|
+
{
|
|
2
|
+
"home": {
|
|
3
|
+
"welcome": "Bienvenue dans Flashcard Maker",
|
|
4
|
+
"subtitle": "Maîtrisez n'importe quel sujet avec des flashcards interactives",
|
|
5
|
+
"quickStudy": "Étude rapide",
|
|
6
|
+
"quickStudyDesc": "Commencez à étudier vos decks récents",
|
|
7
|
+
"createDeck": "Créer un deck",
|
|
8
|
+
"createDeckDesc": "Construisez un nouveau jeu de cartes mémoire",
|
|
9
|
+
"recentActivity": "Activité récente",
|
|
10
|
+
"noDecksYet": "Vous n'avez pas encore créé de decks",
|
|
11
|
+
"browseDecks": "Parcourir les platines",
|
|
12
|
+
"statistics": "Statistiques",
|
|
13
|
+
"totalDecks": "Total des ponts",
|
|
14
|
+
"totalCards": "Total des cartes",
|
|
15
|
+
"studySessions": "Séances d'étude"
|
|
16
|
+
},
|
|
17
|
+
"decks": {
|
|
18
|
+
"noDecks": "Aucun deck trouvé",
|
|
19
|
+
"noDecksDesc": "Créez votre premier jeu de cartes mémoire pour commencer",
|
|
20
|
+
"createFirstDeck": "Créer le premier deck",
|
|
21
|
+
"createDeck": "Créer un deck",
|
|
22
|
+
"editDeck": "Modifier le deck",
|
|
23
|
+
"recentlyStudied": "Récemment étudié",
|
|
24
|
+
"allDecks": "Tous les decks",
|
|
25
|
+
"easy": "Facile",
|
|
26
|
+
"medium": "Moyen",
|
|
27
|
+
"hard": "Dur"
|
|
28
|
+
},
|
|
29
|
+
"study": {
|
|
30
|
+
"noCards": "Aucune carte disponible",
|
|
31
|
+
"noCardsDesc": "Ajoutez quelques cartes à un jeu pour commencer à étudier",
|
|
32
|
+
"browseDecks": "Parcourir les platines",
|
|
33
|
+
"question": "Question",
|
|
34
|
+
"answer": "Répondre",
|
|
35
|
+
"showQuestion": "Afficher la question",
|
|
36
|
+
"showAnswer": "Afficher la réponse",
|
|
37
|
+
"correct": "Correct",
|
|
38
|
+
"incorrect": "Incorrect",
|
|
39
|
+
"skip": "Sauter",
|
|
40
|
+
"skipped": "Sauté",
|
|
41
|
+
"studyComplete": "Étude terminée",
|
|
42
|
+
"wellDone": "Bien joué!",
|
|
43
|
+
"sessionComplete": "Séance terminée"
|
|
44
|
+
},
|
|
45
|
+
"create": {
|
|
46
|
+
"createDeck": "Créer un deck",
|
|
47
|
+
"addCards": "Ajouter des cartes",
|
|
48
|
+
"deckInfo": "Informations sur le pont",
|
|
49
|
+
"cardInfo": "Informations sur la carte",
|
|
50
|
+
"deckTitle": "Titre du pont",
|
|
51
|
+
"deckTitlePlaceholder": "Entrez le titre du deck",
|
|
52
|
+
"deckDescription": "Description",
|
|
53
|
+
"deckDescriptionPlaceholder": "Entrez la description du deck",
|
|
54
|
+
"category": "Catégorie",
|
|
55
|
+
"selectCategory": "Sélectionnez la catégorie",
|
|
56
|
+
"cardFront": "Face avant",
|
|
57
|
+
"cardFrontPlaceholder": "Entrez une question ou un terme",
|
|
58
|
+
"cardBack": "Face arrière",
|
|
59
|
+
"cardBackPlaceholder": "Entrez la réponse ou la définition",
|
|
60
|
+
"difficulty": "Difficulté",
|
|
61
|
+
"addCard": "Ajouter une carte",
|
|
62
|
+
"addedCards": "Cartes ajoutées",
|
|
63
|
+
"saveDeck": "Enregistrer le deck"
|
|
64
|
+
},
|
|
65
|
+
"cards": {
|
|
66
|
+
"noCards": "Aucune carte trouvée",
|
|
67
|
+
"noCardsDesc": "Créez votre première flashcard pour commencer",
|
|
68
|
+
"createFirstCard": "Créer la première carte",
|
|
69
|
+
"createCard": "Créer une carte",
|
|
70
|
+
"editCard": "Modifier la carte",
|
|
71
|
+
"selectDeck": "Sélectionnez le pont",
|
|
72
|
+
"selectDeckPlaceholder": "Choisissez un deck pour cette carte"
|
|
73
|
+
},
|
|
74
|
+
"common": {
|
|
75
|
+
"clearFilter": "Effacer le filtre"
|
|
76
|
+
},
|
|
77
|
+
"studyModes": {
|
|
78
|
+
"classic": "Classique",
|
|
79
|
+
"matching": "Jeu d'association",
|
|
80
|
+
"quiz": "Choix multiples",
|
|
81
|
+
"writing": "Mode d'écriture",
|
|
82
|
+
"timed": "Défi chronométré",
|
|
83
|
+
"selectMode": "Sélectionnez le mode étude"
|
|
84
|
+
},
|
|
85
|
+
"session": {
|
|
86
|
+
"complete": "Séance terminée",
|
|
87
|
+
"accuracy": "Précision",
|
|
88
|
+
"speed": "Vitesse",
|
|
89
|
+
"score": "Score",
|
|
90
|
+
"cardsPerMinute": "cartes/min",
|
|
91
|
+
"grade": "Grade",
|
|
92
|
+
"feedback": {
|
|
93
|
+
"excellent": "Excellent travail ! Vous maîtrisez ce deck !",
|
|
94
|
+
"great": "Super travail ! Continuez votre bon travail !",
|
|
95
|
+
"good": "Bon progrès ! Entraînez-vous davantage pour vous améliorer.",
|
|
96
|
+
"keep_practicing": "Continuez à vous entraîner ! Vous y arrivez.",
|
|
97
|
+
"keep_studying": "Continuez à étudier ! Relisez ces cartes."
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
"rating": {
|
|
101
|
+
"fail": "Encore",
|
|
102
|
+
"hard": "Dur",
|
|
103
|
+
"good": "Bien",
|
|
104
|
+
"easy": "Facile",
|
|
105
|
+
"perfect": "Parfait"
|
|
106
|
+
},
|
|
107
|
+
"srs": {
|
|
108
|
+
"dueToday": "À rendre aujourd'hui",
|
|
109
|
+
"dueCards": "Cartes dues",
|
|
110
|
+
"nextReview": "Examen suivant",
|
|
111
|
+
"interval": "Intervalle",
|
|
112
|
+
"repetitions": "Répétitions",
|
|
113
|
+
"easeFactor": "Facteur de facilité",
|
|
114
|
+
"reviewHistory": "Historique des examens",
|
|
115
|
+
"retention": "Taux de rétention",
|
|
116
|
+
"again": "Encore",
|
|
117
|
+
"hard": "Dur",
|
|
118
|
+
"good": "Bien",
|
|
119
|
+
"easy": "Facile"
|
|
120
|
+
},
|
|
121
|
+
"media": {
|
|
122
|
+
"image": "Image",
|
|
123
|
+
"chooseImage": "Choisir une image",
|
|
124
|
+
"takePhoto": "Prendre une photo",
|
|
125
|
+
"permissionDenied": "Autorisation refusée pour accéder aux photos",
|
|
126
|
+
"cameraPermissionDenied": "Autorisation refusée pour accéder à la caméra",
|
|
127
|
+
"imageFailed": "Échec du chargement de l'image",
|
|
128
|
+
"cameraFailed": "Impossible d'ouvrir la caméra",
|
|
129
|
+
"audio": "Audio",
|
|
130
|
+
"record": "Enregistrer l'audio",
|
|
131
|
+
"recording": "Enregistrement...",
|
|
132
|
+
"stopRecording": "Arrêter l'enregistrement",
|
|
133
|
+
"play": "Jouer",
|
|
134
|
+
"stop": "Arrêt",
|
|
135
|
+
"speak": "Parler",
|
|
136
|
+
"audioPermissionDenied": "Autorisation refusée pour enregistrer de l'audio",
|
|
137
|
+
"recordingFailed": "Échec de l'enregistrement audio",
|
|
138
|
+
"playbackFailed": "Échec de la lecture audio",
|
|
139
|
+
"ttsFailed": "La synthèse vocale a échoué",
|
|
140
|
+
"noText": "Pas de texte pour parler"
|
|
141
|
+
},
|
|
142
|
+
"import": {
|
|
143
|
+
"title": "Importer une plate-forme",
|
|
144
|
+
"chooseFormat": "Choisir le format",
|
|
145
|
+
"csv": "CSV (Excel)",
|
|
146
|
+
"json": "JSON",
|
|
147
|
+
"quizlet": "Quizlet",
|
|
148
|
+
"selectFile": "Sélectionnez un fichier",
|
|
149
|
+
"importing": "Importation...",
|
|
150
|
+
"success": "{{count}} cartes importées avec succès",
|
|
151
|
+
"errors": "{{count}} erreurs se sont produites",
|
|
152
|
+
"viewErrors": "Afficher les erreurs"
|
|
153
|
+
},
|
|
154
|
+
"export": {
|
|
155
|
+
"title": "Exporter la plate-forme",
|
|
156
|
+
"chooseFormat": "Choisir le format",
|
|
157
|
+
"csv": "CSV (Excel)",
|
|
158
|
+
"json": "JSON (complet)",
|
|
159
|
+
"quizlet": "Quizlet",
|
|
160
|
+
"includeStats": "Inclure les statistiques",
|
|
161
|
+
"includeMedia": "Inclure les médias",
|
|
162
|
+
"exporting": "Exportation...",
|
|
163
|
+
"success": "Deck exporté avec succès"
|
|
164
|
+
},
|
|
165
|
+
"statistics": {
|
|
166
|
+
"title": "Statistiques",
|
|
167
|
+
"overview": "Aperçu",
|
|
168
|
+
"totalCards": "Total des cartes",
|
|
169
|
+
"cardsStudied": "Cartes étudiées",
|
|
170
|
+
"totalReviews": "Total des avis",
|
|
171
|
+
"correctReviews": "Commentaires corrects",
|
|
172
|
+
"accuracy": "Précision",
|
|
173
|
+
"averageTimePerCard": "Temps moyen par carte",
|
|
174
|
+
"totalStudyTime": "Durée totale d'étude",
|
|
175
|
+
"studySessions": "Séances d'étude",
|
|
176
|
+
"streak": {
|
|
177
|
+
"current": "Série actuelle",
|
|
178
|
+
"longest": "La plus longue séquence",
|
|
179
|
+
"days": "jours"
|
|
180
|
+
},
|
|
181
|
+
"charts": {
|
|
182
|
+
"daily": "Tous les jours",
|
|
183
|
+
"weekly": "Hebdomadaire",
|
|
184
|
+
"monthly": "Mensuel",
|
|
185
|
+
"performance": "Performance",
|
|
186
|
+
"activity": "Activité"
|
|
187
|
+
}
|
|
188
|
+
},
|
|
189
|
+
"sharing": {
|
|
190
|
+
"title": "Partager le pont",
|
|
191
|
+
"generateCode": "Générer un code de partage",
|
|
192
|
+
"shareCode": "Partager le code",
|
|
193
|
+
"qrCode": "Code QR",
|
|
194
|
+
"copyCode": "Copier le code",
|
|
195
|
+
"codeCopied": "Code copié dans le presse-papier",
|
|
196
|
+
"shareAsFile": "Partager en tant que fichier",
|
|
197
|
+
"shareAsLink": "Partager sous forme de lien",
|
|
198
|
+
"importCode": "Code d'importation",
|
|
199
|
+
"enterCode": "Entrez le code à 6 chiffres",
|
|
200
|
+
"invalidCode": "Code de partage invalide",
|
|
201
|
+
"importing": "Importation du deck...",
|
|
202
|
+
"importSuccess": "Deck importé avec succès",
|
|
203
|
+
"downloadCount": "Téléchargements",
|
|
204
|
+
"makePublic": "Rendre public",
|
|
205
|
+
"makePrivate": "Rendre privé"
|
|
206
|
+
},
|
|
207
|
+
"gamification": {
|
|
208
|
+
"profile": {
|
|
209
|
+
"level": "Niveau",
|
|
210
|
+
"xp": "XP",
|
|
211
|
+
"rank": "Rang",
|
|
212
|
+
"progress": "Progression vers le niveau suivant",
|
|
213
|
+
"totalXP": "XP total gagné"
|
|
214
|
+
},
|
|
215
|
+
"ranks": {
|
|
216
|
+
"novice": "Novice",
|
|
217
|
+
"apprentice": "Apprenti",
|
|
218
|
+
"scholar": "Savant",
|
|
219
|
+
"expert": "Expert",
|
|
220
|
+
"master": "Maître",
|
|
221
|
+
"grandmaster": "Grand maître",
|
|
222
|
+
"legend": "Légende"
|
|
223
|
+
},
|
|
224
|
+
"achievements": {
|
|
225
|
+
"title": "Réalisations",
|
|
226
|
+
"unlocked": "Débloqué",
|
|
227
|
+
"locked": "Fermé",
|
|
228
|
+
"progress": "Progrès",
|
|
229
|
+
"reward": "Récompense",
|
|
230
|
+
"unlockedAt": "Débloqué le",
|
|
231
|
+
"categories": {
|
|
232
|
+
"study": "Étude",
|
|
233
|
+
"cards": "Cartes",
|
|
234
|
+
"decks": "Ponts",
|
|
235
|
+
"streak": "Traînée",
|
|
236
|
+
"special": "Spécial"
|
|
237
|
+
}
|
|
238
|
+
},
|
|
239
|
+
"challenges": {
|
|
240
|
+
"title": "Défis quotidiens",
|
|
241
|
+
"today": "Les défis d'aujourd'hui",
|
|
242
|
+
"completed": "Complété",
|
|
243
|
+
"inProgress": "En cours",
|
|
244
|
+
"reward": "Récompense",
|
|
245
|
+
"goal": "But",
|
|
246
|
+
"progress": "Progrès"
|
|
247
|
+
},
|
|
248
|
+
"xpRewards": {
|
|
249
|
+
"cardReviewed": "+{{amount}} XP – Carte révisée",
|
|
250
|
+
"cardCorrect": "+{{amount}} XP – Bonne réponse",
|
|
251
|
+
"cardPerfect": "+{{amount}} XP - Parfait !",
|
|
252
|
+
"deckCreated": "+{{amount}} XP - Deck créé",
|
|
253
|
+
"studySession": "+{{amount}} XP – Séance d'étude",
|
|
254
|
+
"dailyGoal": "+{{amount}} XP – Objectif quotidien atteint",
|
|
255
|
+
"streakDay": "+{{amount}} XP – Jour de séquence",
|
|
256
|
+
"achievementUnlocked": "+{{amount}} XP – Succès débloqué"
|
|
257
|
+
}
|
|
258
|
+
},
|
|
259
|
+
"matching": {
|
|
260
|
+
"title": "Jeu d'association",
|
|
261
|
+
"instructions": "Faites correspondre les cartes en appuyant sur des paires",
|
|
262
|
+
"matches": "Matchs",
|
|
263
|
+
"attempts": "Tentatives",
|
|
264
|
+
"timeElapsed": "Temps",
|
|
265
|
+
"perfect": "Correspondance parfaite !",
|
|
266
|
+
"tryAgain": "Essayer à nouveau"
|
|
267
|
+
},
|
|
268
|
+
"quiz": {
|
|
269
|
+
"title": "Quiz à choix multiples",
|
|
270
|
+
"question": "Question",
|
|
271
|
+
"chooseAnswer": "Choisissez la bonne réponse",
|
|
272
|
+
"correct": "Correct!",
|
|
273
|
+
"incorrect": "Incorrect",
|
|
274
|
+
"showAnswer": "Afficher la réponse",
|
|
275
|
+
"nextQuestion": "Question suivante"
|
|
276
|
+
},
|
|
277
|
+
"writing": {
|
|
278
|
+
"title": "Mode d'écriture",
|
|
279
|
+
"instructions": "Tapez la réponse",
|
|
280
|
+
"yourAnswer": "Votre Réponse",
|
|
281
|
+
"correctAnswer": "Bonne réponse",
|
|
282
|
+
"similarity": "Similarité",
|
|
283
|
+
"strictMode": "Mode strict",
|
|
284
|
+
"fuzzyMatching": "Correspondance floue",
|
|
285
|
+
"check": "Vérifier la réponse"
|
|
286
|
+
}
|
|
287
|
+
}
|