@umituz/react-native-localization 1.4.0 → 1.5.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/package.json +1 -6
- package/scripts/createLocaleLoaders.js +35 -28
- package/scripts/setup-languages.js +113 -0
- package/src/infrastructure/config/i18n.ts +2 -34
- package/src/infrastructure/config/languages.ts +0 -1
- package/src/infrastructure/locales/en-US/index.ts +33 -39
- package/src/infrastructure/storage/AsyncStorageWrapper.ts +1 -2
- package/src/infrastructure/storage/LocalizationStore.ts +0 -62
- package/lib/domain/repositories/ILocalizationRepository.d.ts +0 -17
- package/lib/domain/repositories/ILocalizationRepository.d.ts.map +0 -1
- package/lib/domain/repositories/ILocalizationRepository.js +0 -6
- package/lib/domain/repositories/ILocalizationRepository.js.map +0 -1
- package/lib/index.d.ts +0 -13
- package/lib/index.d.ts.map +0 -1
- package/lib/index.js +0 -15
- package/lib/index.js.map +0 -1
- package/lib/infrastructure/components/LanguageSwitcher.d.ts +0 -12
- package/lib/infrastructure/components/LanguageSwitcher.d.ts.map +0 -1
- package/lib/infrastructure/components/LanguageSwitcher.js +0 -49
- package/lib/infrastructure/components/LanguageSwitcher.js.map +0 -1
- package/lib/infrastructure/components/LocalizationProvider.d.ts +0 -11
- package/lib/infrastructure/components/LocalizationProvider.d.ts.map +0 -1
- package/lib/infrastructure/components/LocalizationProvider.js +0 -14
- package/lib/infrastructure/components/LocalizationProvider.js.map +0 -1
- package/lib/infrastructure/components/useLanguageNavigation.d.ts +0 -6
- package/lib/infrastructure/components/useLanguageNavigation.d.ts.map +0 -1
- package/lib/infrastructure/components/useLanguageNavigation.js +0 -16
- package/lib/infrastructure/components/useLanguageNavigation.js.map +0 -1
- package/lib/infrastructure/config/i18n.d.ts +0 -12
- package/lib/infrastructure/config/i18n.d.ts.map +0 -1
- package/lib/infrastructure/config/i18n.js +0 -269
- package/lib/infrastructure/config/i18n.js.map +0 -1
- package/lib/infrastructure/config/languages.d.ts +0 -39
- package/lib/infrastructure/config/languages.d.ts.map +0 -1
- package/lib/infrastructure/config/languages.js +0 -210
- package/lib/infrastructure/config/languages.js.map +0 -1
- package/lib/infrastructure/config/languagesData.d.ts +0 -26
- package/lib/infrastructure/config/languagesData.d.ts.map +0 -1
- package/lib/infrastructure/config/languagesData.js +0 -58
- package/lib/infrastructure/config/languagesData.js.map +0 -1
- package/lib/infrastructure/locales/ar-SA/index.d.ts +0 -34
- package/lib/infrastructure/locales/ar-SA/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/ar-SA/index.js +0 -47
- package/lib/infrastructure/locales/ar-SA/index.js.map +0 -1
- package/lib/infrastructure/locales/bg-BG/index.d.ts +0 -34
- package/lib/infrastructure/locales/bg-BG/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/bg-BG/index.js +0 -47
- package/lib/infrastructure/locales/bg-BG/index.js.map +0 -1
- package/lib/infrastructure/locales/cs-CZ/index.d.ts +0 -34
- package/lib/infrastructure/locales/cs-CZ/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/cs-CZ/index.js +0 -47
- package/lib/infrastructure/locales/cs-CZ/index.js.map +0 -1
- package/lib/infrastructure/locales/da-DK/index.d.ts +0 -34
- package/lib/infrastructure/locales/da-DK/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/da-DK/index.js +0 -47
- package/lib/infrastructure/locales/da-DK/index.js.map +0 -1
- package/lib/infrastructure/locales/de-DE/index.d.ts +0 -34
- package/lib/infrastructure/locales/de-DE/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/de-DE/index.js +0 -47
- package/lib/infrastructure/locales/de-DE/index.js.map +0 -1
- package/lib/infrastructure/locales/el-GR/index.d.ts +0 -34
- package/lib/infrastructure/locales/el-GR/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/el-GR/index.js +0 -47
- package/lib/infrastructure/locales/el-GR/index.js.map +0 -1
- package/lib/infrastructure/locales/en-AU/index.d.ts +0 -32
- package/lib/infrastructure/locales/en-AU/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/en-AU/index.js +0 -44
- package/lib/infrastructure/locales/en-AU/index.js.map +0 -1
- package/lib/infrastructure/locales/en-CA/index.d.ts +0 -32
- package/lib/infrastructure/locales/en-CA/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/en-CA/index.js +0 -44
- package/lib/infrastructure/locales/en-CA/index.js.map +0 -1
- package/lib/infrastructure/locales/en-GB/index.d.ts +0 -32
- package/lib/infrastructure/locales/en-GB/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/en-GB/index.js +0 -44
- package/lib/infrastructure/locales/en-GB/index.js.map +0 -1
- package/lib/infrastructure/locales/en-US/index.d.ts +0 -34
- package/lib/infrastructure/locales/en-US/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/en-US/index.js +0 -47
- package/lib/infrastructure/locales/en-US/index.js.map +0 -1
- package/lib/infrastructure/locales/es-ES/index.d.ts +0 -34
- package/lib/infrastructure/locales/es-ES/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/es-ES/index.js +0 -47
- package/lib/infrastructure/locales/es-ES/index.js.map +0 -1
- package/lib/infrastructure/locales/es-MX/index.d.ts +0 -34
- package/lib/infrastructure/locales/es-MX/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/es-MX/index.js +0 -47
- package/lib/infrastructure/locales/es-MX/index.js.map +0 -1
- package/lib/infrastructure/locales/fi-FI/index.d.ts +0 -34
- package/lib/infrastructure/locales/fi-FI/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/fi-FI/index.js +0 -47
- package/lib/infrastructure/locales/fi-FI/index.js.map +0 -1
- package/lib/infrastructure/locales/fr-CA/index.d.ts +0 -34
- package/lib/infrastructure/locales/fr-CA/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/fr-CA/index.js +0 -47
- package/lib/infrastructure/locales/fr-CA/index.js.map +0 -1
- package/lib/infrastructure/locales/fr-FR/index.d.ts +0 -34
- package/lib/infrastructure/locales/fr-FR/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/fr-FR/index.js +0 -47
- package/lib/infrastructure/locales/fr-FR/index.js.map +0 -1
- package/lib/infrastructure/locales/hi-IN/index.d.ts +0 -34
- package/lib/infrastructure/locales/hi-IN/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/hi-IN/index.js +0 -47
- package/lib/infrastructure/locales/hi-IN/index.js.map +0 -1
- package/lib/infrastructure/locales/hr-HR/index.d.ts +0 -34
- package/lib/infrastructure/locales/hr-HR/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/hr-HR/index.js +0 -47
- package/lib/infrastructure/locales/hr-HR/index.js.map +0 -1
- package/lib/infrastructure/locales/hu-HU/index.d.ts +0 -34
- package/lib/infrastructure/locales/hu-HU/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/hu-HU/index.js +0 -47
- package/lib/infrastructure/locales/hu-HU/index.js.map +0 -1
- package/lib/infrastructure/locales/id-ID/index.d.ts +0 -34
- package/lib/infrastructure/locales/id-ID/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/id-ID/index.js +0 -47
- package/lib/infrastructure/locales/id-ID/index.js.map +0 -1
- package/lib/infrastructure/locales/it-IT/index.d.ts +0 -34
- package/lib/infrastructure/locales/it-IT/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/it-IT/index.js +0 -47
- package/lib/infrastructure/locales/it-IT/index.js.map +0 -1
- package/lib/infrastructure/locales/ja-JP/index.d.ts +0 -34
- package/lib/infrastructure/locales/ja-JP/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/ja-JP/index.js +0 -47
- package/lib/infrastructure/locales/ja-JP/index.js.map +0 -1
- package/lib/infrastructure/locales/ko-KR/index.d.ts +0 -34
- package/lib/infrastructure/locales/ko-KR/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/ko-KR/index.js +0 -47
- package/lib/infrastructure/locales/ko-KR/index.js.map +0 -1
- package/lib/infrastructure/locales/ms-MY/index.d.ts +0 -34
- package/lib/infrastructure/locales/ms-MY/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/ms-MY/index.js +0 -47
- package/lib/infrastructure/locales/ms-MY/index.js.map +0 -1
- package/lib/infrastructure/locales/nl-NL/index.d.ts +0 -34
- package/lib/infrastructure/locales/nl-NL/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/nl-NL/index.js +0 -47
- package/lib/infrastructure/locales/nl-NL/index.js.map +0 -1
- package/lib/infrastructure/locales/no-NO/index.d.ts +0 -34
- package/lib/infrastructure/locales/no-NO/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/no-NO/index.js +0 -47
- package/lib/infrastructure/locales/no-NO/index.js.map +0 -1
- package/lib/infrastructure/locales/pl-PL/index.d.ts +0 -34
- package/lib/infrastructure/locales/pl-PL/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/pl-PL/index.js +0 -47
- package/lib/infrastructure/locales/pl-PL/index.js.map +0 -1
- package/lib/infrastructure/locales/pt-BR/index.d.ts +0 -34
- package/lib/infrastructure/locales/pt-BR/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/pt-BR/index.js +0 -47
- package/lib/infrastructure/locales/pt-BR/index.js.map +0 -1
- package/lib/infrastructure/locales/pt-PT/index.d.ts +0 -34
- package/lib/infrastructure/locales/pt-PT/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/pt-PT/index.js +0 -47
- package/lib/infrastructure/locales/pt-PT/index.js.map +0 -1
- package/lib/infrastructure/locales/ro-RO/index.d.ts +0 -34
- package/lib/infrastructure/locales/ro-RO/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/ro-RO/index.js +0 -47
- package/lib/infrastructure/locales/ro-RO/index.js.map +0 -1
- package/lib/infrastructure/locales/ru-RU/index.d.ts +0 -34
- package/lib/infrastructure/locales/ru-RU/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/ru-RU/index.js +0 -47
- package/lib/infrastructure/locales/ru-RU/index.js.map +0 -1
- package/lib/infrastructure/locales/sk-SK/index.d.ts +0 -34
- package/lib/infrastructure/locales/sk-SK/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/sk-SK/index.js +0 -47
- package/lib/infrastructure/locales/sk-SK/index.js.map +0 -1
- package/lib/infrastructure/locales/sv-SE/index.d.ts +0 -34
- package/lib/infrastructure/locales/sv-SE/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/sv-SE/index.js +0 -47
- package/lib/infrastructure/locales/sv-SE/index.js.map +0 -1
- package/lib/infrastructure/locales/th-TH/index.d.ts +0 -34
- package/lib/infrastructure/locales/th-TH/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/th-TH/index.js +0 -47
- package/lib/infrastructure/locales/th-TH/index.js.map +0 -1
- package/lib/infrastructure/locales/tl-PH/index.d.ts +0 -34
- package/lib/infrastructure/locales/tl-PH/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/tl-PH/index.js +0 -47
- package/lib/infrastructure/locales/tl-PH/index.js.map +0 -1
- package/lib/infrastructure/locales/tr-TR/index.d.ts +0 -34
- package/lib/infrastructure/locales/tr-TR/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/tr-TR/index.js +0 -47
- package/lib/infrastructure/locales/tr-TR/index.js.map +0 -1
- package/lib/infrastructure/locales/uk-UA/index.d.ts +0 -34
- package/lib/infrastructure/locales/uk-UA/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/uk-UA/index.js +0 -47
- package/lib/infrastructure/locales/uk-UA/index.js.map +0 -1
- package/lib/infrastructure/locales/vi-VN/index.d.ts +0 -34
- package/lib/infrastructure/locales/vi-VN/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/vi-VN/index.js +0 -47
- package/lib/infrastructure/locales/vi-VN/index.js.map +0 -1
- package/lib/infrastructure/locales/zh-CN/index.d.ts +0 -34
- package/lib/infrastructure/locales/zh-CN/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/zh-CN/index.js +0 -47
- package/lib/infrastructure/locales/zh-CN/index.js.map +0 -1
- package/lib/infrastructure/locales/zh-TW/index.d.ts +0 -34
- package/lib/infrastructure/locales/zh-TW/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/zh-TW/index.js +0 -47
- package/lib/infrastructure/locales/zh-TW/index.js.map +0 -1
- package/lib/infrastructure/storage/AsyncStorageWrapper.d.ts +0 -12
- package/lib/infrastructure/storage/AsyncStorageWrapper.d.ts.map +0 -1
- package/lib/infrastructure/storage/AsyncStorageWrapper.js +0 -29
- package/lib/infrastructure/storage/AsyncStorageWrapper.js.map +0 -1
- package/lib/infrastructure/storage/LocalizationStore.d.ts +0 -31
- package/lib/infrastructure/storage/LocalizationStore.d.ts.map +0 -1
- package/lib/infrastructure/storage/LocalizationStore.js +0 -192
- package/lib/infrastructure/storage/LocalizationStore.js.map +0 -1
- package/src/infrastructure/locales/ar-SA/auth.json +0 -32
- package/src/infrastructure/locales/ar-SA/branding.json +0 -9
- package/src/infrastructure/locales/ar-SA/datetime.json +0 -140
- package/src/infrastructure/locales/ar-SA/errors.json +0 -43
- package/src/infrastructure/locales/ar-SA/flashcards.json +0 -287
- package/src/infrastructure/locales/ar-SA/general.json +0 -61
- package/src/infrastructure/locales/ar-SA/index.ts +0 -49
- package/src/infrastructure/locales/ar-SA/navigation.json +0 -58
- package/src/infrastructure/locales/ar-SA/onboarding.json +0 -76
- package/src/infrastructure/locales/ar-SA/settings.json +0 -53
- package/src/infrastructure/locales/bg-BG/auth.json +0 -32
- package/src/infrastructure/locales/bg-BG/branding.json +0 -9
- package/src/infrastructure/locales/bg-BG/datetime.json +0 -140
- package/src/infrastructure/locales/bg-BG/errors.json +0 -43
- package/src/infrastructure/locales/bg-BG/flashcards.json +0 -287
- package/src/infrastructure/locales/bg-BG/general.json +0 -61
- package/src/infrastructure/locales/bg-BG/index.ts +0 -49
- package/src/infrastructure/locales/bg-BG/navigation.json +0 -58
- package/src/infrastructure/locales/bg-BG/onboarding.json +0 -76
- package/src/infrastructure/locales/bg-BG/settings.json +0 -53
- package/src/infrastructure/locales/cs-CZ/auth.json +0 -32
- package/src/infrastructure/locales/cs-CZ/branding.json +0 -9
- package/src/infrastructure/locales/cs-CZ/datetime.json +0 -140
- package/src/infrastructure/locales/cs-CZ/errors.json +0 -43
- package/src/infrastructure/locales/cs-CZ/flashcards.json +0 -287
- package/src/infrastructure/locales/cs-CZ/general.json +0 -61
- package/src/infrastructure/locales/cs-CZ/index.ts +0 -49
- package/src/infrastructure/locales/cs-CZ/navigation.json +0 -58
- package/src/infrastructure/locales/cs-CZ/onboarding.json +0 -76
- package/src/infrastructure/locales/cs-CZ/settings.json +0 -53
- package/src/infrastructure/locales/da-DK/auth.json +0 -32
- package/src/infrastructure/locales/da-DK/branding.json +0 -9
- package/src/infrastructure/locales/da-DK/datetime.json +0 -140
- package/src/infrastructure/locales/da-DK/errors.json +0 -43
- package/src/infrastructure/locales/da-DK/flashcards.json +0 -287
- package/src/infrastructure/locales/da-DK/general.json +0 -61
- package/src/infrastructure/locales/da-DK/index.ts +0 -49
- package/src/infrastructure/locales/da-DK/navigation.json +0 -58
- package/src/infrastructure/locales/da-DK/onboarding.json +0 -76
- package/src/infrastructure/locales/da-DK/settings.json +0 -53
- package/src/infrastructure/locales/de-DE/auth.json +0 -32
- package/src/infrastructure/locales/de-DE/branding.json +0 -9
- package/src/infrastructure/locales/de-DE/datetime.json +0 -140
- package/src/infrastructure/locales/de-DE/errors.json +0 -43
- package/src/infrastructure/locales/de-DE/flashcards.json +0 -287
- package/src/infrastructure/locales/de-DE/general.json +0 -61
- package/src/infrastructure/locales/de-DE/index.ts +0 -49
- package/src/infrastructure/locales/de-DE/navigation.json +0 -58
- package/src/infrastructure/locales/de-DE/onboarding.json +0 -76
- package/src/infrastructure/locales/de-DE/settings.json +0 -53
- package/src/infrastructure/locales/el-GR/auth.json +0 -32
- package/src/infrastructure/locales/el-GR/branding.json +0 -9
- package/src/infrastructure/locales/el-GR/datetime.json +0 -140
- package/src/infrastructure/locales/el-GR/errors.json +0 -43
- package/src/infrastructure/locales/el-GR/flashcards.json +0 -287
- package/src/infrastructure/locales/el-GR/general.json +0 -61
- package/src/infrastructure/locales/el-GR/index.ts +0 -49
- package/src/infrastructure/locales/el-GR/navigation.json +0 -58
- package/src/infrastructure/locales/el-GR/onboarding.json +0 -76
- package/src/infrastructure/locales/el-GR/settings.json +0 -53
- package/src/infrastructure/locales/en-AU/branding.json +0 -11
- package/src/infrastructure/locales/en-AU/datetime.json +0 -140
- package/src/infrastructure/locales/en-AU/errors.json +0 -43
- package/src/infrastructure/locales/en-AU/flashcards.json +0 -83
- package/src/infrastructure/locales/en-AU/general.json +0 -61
- package/src/infrastructure/locales/en-AU/index.ts +0 -46
- package/src/infrastructure/locales/en-AU/navigation.json +0 -58
- package/src/infrastructure/locales/en-AU/onboarding.json +0 -76
- package/src/infrastructure/locales/en-AU/settings.json +0 -53
- package/src/infrastructure/locales/en-CA/branding.json +0 -11
- package/src/infrastructure/locales/en-CA/datetime.json +0 -140
- package/src/infrastructure/locales/en-CA/errors.json +0 -43
- package/src/infrastructure/locales/en-CA/flashcards.json +0 -83
- package/src/infrastructure/locales/en-CA/general.json +0 -61
- package/src/infrastructure/locales/en-CA/index.ts +0 -46
- package/src/infrastructure/locales/en-CA/navigation.json +0 -58
- package/src/infrastructure/locales/en-CA/onboarding.json +0 -76
- package/src/infrastructure/locales/en-CA/settings.json +0 -53
- package/src/infrastructure/locales/en-GB/branding.json +0 -11
- package/src/infrastructure/locales/en-GB/datetime.json +0 -140
- package/src/infrastructure/locales/en-GB/errors.json +0 -43
- package/src/infrastructure/locales/en-GB/flashcards.json +0 -83
- package/src/infrastructure/locales/en-GB/general.json +0 -61
- package/src/infrastructure/locales/en-GB/index.ts +0 -46
- package/src/infrastructure/locales/en-GB/navigation.json +0 -58
- package/src/infrastructure/locales/en-GB/onboarding.json +0 -76
- package/src/infrastructure/locales/en-GB/settings.json +0 -53
- package/src/infrastructure/locales/es-ES/auth.json +0 -32
- package/src/infrastructure/locales/es-ES/branding.json +0 -9
- package/src/infrastructure/locales/es-ES/datetime.json +0 -140
- package/src/infrastructure/locales/es-ES/errors.json +0 -43
- package/src/infrastructure/locales/es-ES/flashcards.json +0 -287
- package/src/infrastructure/locales/es-ES/general.json +0 -61
- package/src/infrastructure/locales/es-ES/index.ts +0 -49
- package/src/infrastructure/locales/es-ES/navigation.json +0 -58
- package/src/infrastructure/locales/es-ES/onboarding.json +0 -76
- package/src/infrastructure/locales/es-ES/settings.json +0 -53
- package/src/infrastructure/locales/es-MX/auth.json +0 -32
- package/src/infrastructure/locales/es-MX/branding.json +0 -9
- package/src/infrastructure/locales/es-MX/datetime.json +0 -140
- package/src/infrastructure/locales/es-MX/errors.json +0 -43
- package/src/infrastructure/locales/es-MX/flashcards.json +0 -276
- package/src/infrastructure/locales/es-MX/general.json +0 -61
- package/src/infrastructure/locales/es-MX/index.ts +0 -49
- package/src/infrastructure/locales/es-MX/navigation.json +0 -58
- package/src/infrastructure/locales/es-MX/onboarding.json +0 -76
- package/src/infrastructure/locales/es-MX/settings.json +0 -53
- package/src/infrastructure/locales/fi-FI/auth.json +0 -32
- package/src/infrastructure/locales/fi-FI/branding.json +0 -9
- package/src/infrastructure/locales/fi-FI/datetime.json +0 -140
- package/src/infrastructure/locales/fi-FI/errors.json +0 -43
- package/src/infrastructure/locales/fi-FI/flashcards.json +0 -287
- package/src/infrastructure/locales/fi-FI/general.json +0 -61
- package/src/infrastructure/locales/fi-FI/index.ts +0 -49
- package/src/infrastructure/locales/fi-FI/navigation.json +0 -58
- package/src/infrastructure/locales/fi-FI/onboarding.json +0 -76
- package/src/infrastructure/locales/fi-FI/settings.json +0 -53
- package/src/infrastructure/locales/fr-CA/auth.json +0 -32
- package/src/infrastructure/locales/fr-CA/branding.json +0 -9
- package/src/infrastructure/locales/fr-CA/datetime.json +0 -140
- package/src/infrastructure/locales/fr-CA/errors.json +0 -43
- package/src/infrastructure/locales/fr-CA/flashcards.json +0 -287
- package/src/infrastructure/locales/fr-CA/general.json +0 -61
- package/src/infrastructure/locales/fr-CA/index.ts +0 -49
- package/src/infrastructure/locales/fr-CA/navigation.json +0 -58
- package/src/infrastructure/locales/fr-CA/onboarding.json +0 -76
- package/src/infrastructure/locales/fr-CA/settings.json +0 -53
- package/src/infrastructure/locales/fr-FR/auth.json +0 -32
- package/src/infrastructure/locales/fr-FR/branding.json +0 -9
- package/src/infrastructure/locales/fr-FR/datetime.json +0 -140
- package/src/infrastructure/locales/fr-FR/errors.json +0 -43
- package/src/infrastructure/locales/fr-FR/flashcards.json +0 -287
- package/src/infrastructure/locales/fr-FR/general.json +0 -61
- package/src/infrastructure/locales/fr-FR/index.ts +0 -49
- package/src/infrastructure/locales/fr-FR/navigation.json +0 -58
- package/src/infrastructure/locales/fr-FR/onboarding.json +0 -76
- package/src/infrastructure/locales/fr-FR/settings.json +0 -53
- package/src/infrastructure/locales/hi-IN/auth.json +0 -32
- package/src/infrastructure/locales/hi-IN/branding.json +0 -9
- package/src/infrastructure/locales/hi-IN/datetime.json +0 -140
- package/src/infrastructure/locales/hi-IN/errors.json +0 -43
- package/src/infrastructure/locales/hi-IN/flashcards.json +0 -287
- package/src/infrastructure/locales/hi-IN/general.json +0 -61
- package/src/infrastructure/locales/hi-IN/index.ts +0 -49
- package/src/infrastructure/locales/hi-IN/navigation.json +0 -58
- package/src/infrastructure/locales/hi-IN/onboarding.json +0 -76
- package/src/infrastructure/locales/hi-IN/settings.json +0 -53
- package/src/infrastructure/locales/hr-HR/auth.json +0 -32
- package/src/infrastructure/locales/hr-HR/branding.json +0 -9
- package/src/infrastructure/locales/hr-HR/datetime.json +0 -140
- package/src/infrastructure/locales/hr-HR/errors.json +0 -43
- package/src/infrastructure/locales/hr-HR/flashcards.json +0 -276
- package/src/infrastructure/locales/hr-HR/general.json +0 -61
- package/src/infrastructure/locales/hr-HR/index.ts +0 -49
- package/src/infrastructure/locales/hr-HR/navigation.json +0 -58
- package/src/infrastructure/locales/hr-HR/onboarding.json +0 -76
- package/src/infrastructure/locales/hr-HR/settings.json +0 -53
- package/src/infrastructure/locales/hu-HU/auth.json +0 -32
- package/src/infrastructure/locales/hu-HU/branding.json +0 -9
- package/src/infrastructure/locales/hu-HU/datetime.json +0 -140
- package/src/infrastructure/locales/hu-HU/errors.json +0 -43
- package/src/infrastructure/locales/hu-HU/flashcards.json +0 -287
- package/src/infrastructure/locales/hu-HU/general.json +0 -61
- package/src/infrastructure/locales/hu-HU/index.ts +0 -49
- package/src/infrastructure/locales/hu-HU/navigation.json +0 -58
- package/src/infrastructure/locales/hu-HU/onboarding.json +0 -76
- package/src/infrastructure/locales/hu-HU/settings.json +0 -53
- package/src/infrastructure/locales/id-ID/auth.json +0 -32
- package/src/infrastructure/locales/id-ID/branding.json +0 -9
- package/src/infrastructure/locales/id-ID/datetime.json +0 -140
- package/src/infrastructure/locales/id-ID/errors.json +0 -43
- package/src/infrastructure/locales/id-ID/flashcards.json +0 -287
- package/src/infrastructure/locales/id-ID/general.json +0 -61
- package/src/infrastructure/locales/id-ID/index.ts +0 -49
- package/src/infrastructure/locales/id-ID/navigation.json +0 -58
- package/src/infrastructure/locales/id-ID/onboarding.json +0 -76
- package/src/infrastructure/locales/id-ID/settings.json +0 -53
- package/src/infrastructure/locales/it-IT/auth.json +0 -32
- package/src/infrastructure/locales/it-IT/branding.json +0 -9
- package/src/infrastructure/locales/it-IT/datetime.json +0 -140
- package/src/infrastructure/locales/it-IT/errors.json +0 -43
- package/src/infrastructure/locales/it-IT/flashcards.json +0 -287
- package/src/infrastructure/locales/it-IT/general.json +0 -61
- package/src/infrastructure/locales/it-IT/index.ts +0 -49
- package/src/infrastructure/locales/it-IT/navigation.json +0 -58
- package/src/infrastructure/locales/it-IT/onboarding.json +0 -76
- package/src/infrastructure/locales/it-IT/settings.json +0 -53
- package/src/infrastructure/locales/ja-JP/auth.json +0 -32
- package/src/infrastructure/locales/ja-JP/branding.json +0 -9
- package/src/infrastructure/locales/ja-JP/datetime.json +0 -140
- package/src/infrastructure/locales/ja-JP/errors.json +0 -43
- package/src/infrastructure/locales/ja-JP/flashcards.json +0 -287
- package/src/infrastructure/locales/ja-JP/general.json +0 -61
- package/src/infrastructure/locales/ja-JP/index.ts +0 -49
- package/src/infrastructure/locales/ja-JP/navigation.json +0 -58
- package/src/infrastructure/locales/ja-JP/onboarding.json +0 -76
- package/src/infrastructure/locales/ja-JP/settings.json +0 -53
- package/src/infrastructure/locales/ko-KR/auth.json +0 -32
- package/src/infrastructure/locales/ko-KR/branding.json +0 -9
- package/src/infrastructure/locales/ko-KR/datetime.json +0 -140
- package/src/infrastructure/locales/ko-KR/errors.json +0 -43
- package/src/infrastructure/locales/ko-KR/flashcards.json +0 -287
- package/src/infrastructure/locales/ko-KR/general.json +0 -61
- package/src/infrastructure/locales/ko-KR/index.ts +0 -49
- package/src/infrastructure/locales/ko-KR/navigation.json +0 -58
- package/src/infrastructure/locales/ko-KR/onboarding.json +0 -76
- package/src/infrastructure/locales/ko-KR/settings.json +0 -53
- package/src/infrastructure/locales/ms-MY/auth.json +0 -32
- package/src/infrastructure/locales/ms-MY/branding.json +0 -9
- package/src/infrastructure/locales/ms-MY/datetime.json +0 -140
- package/src/infrastructure/locales/ms-MY/errors.json +0 -43
- package/src/infrastructure/locales/ms-MY/flashcards.json +0 -287
- package/src/infrastructure/locales/ms-MY/general.json +0 -61
- package/src/infrastructure/locales/ms-MY/index.ts +0 -49
- package/src/infrastructure/locales/ms-MY/navigation.json +0 -58
- package/src/infrastructure/locales/ms-MY/onboarding.json +0 -76
- package/src/infrastructure/locales/ms-MY/settings.json +0 -53
- package/src/infrastructure/locales/nl-NL/auth.json +0 -32
- package/src/infrastructure/locales/nl-NL/branding.json +0 -9
- package/src/infrastructure/locales/nl-NL/datetime.json +0 -140
- package/src/infrastructure/locales/nl-NL/errors.json +0 -43
- package/src/infrastructure/locales/nl-NL/flashcards.json +0 -287
- package/src/infrastructure/locales/nl-NL/general.json +0 -61
- package/src/infrastructure/locales/nl-NL/index.ts +0 -49
- package/src/infrastructure/locales/nl-NL/navigation.json +0 -58
- package/src/infrastructure/locales/nl-NL/onboarding.json +0 -76
- package/src/infrastructure/locales/nl-NL/settings.json +0 -53
- package/src/infrastructure/locales/no-NO/auth.json +0 -32
- package/src/infrastructure/locales/no-NO/branding.json +0 -9
- package/src/infrastructure/locales/no-NO/datetime.json +0 -140
- package/src/infrastructure/locales/no-NO/errors.json +0 -43
- package/src/infrastructure/locales/no-NO/flashcards.json +0 -287
- package/src/infrastructure/locales/no-NO/general.json +0 -61
- package/src/infrastructure/locales/no-NO/index.ts +0 -49
- package/src/infrastructure/locales/no-NO/navigation.json +0 -58
- package/src/infrastructure/locales/no-NO/onboarding.json +0 -76
- package/src/infrastructure/locales/no-NO/settings.json +0 -53
- package/src/infrastructure/locales/pl-PL/auth.json +0 -32
- package/src/infrastructure/locales/pl-PL/branding.json +0 -9
- package/src/infrastructure/locales/pl-PL/datetime.json +0 -140
- package/src/infrastructure/locales/pl-PL/errors.json +0 -43
- package/src/infrastructure/locales/pl-PL/flashcards.json +0 -287
- package/src/infrastructure/locales/pl-PL/general.json +0 -61
- package/src/infrastructure/locales/pl-PL/index.ts +0 -49
- package/src/infrastructure/locales/pl-PL/navigation.json +0 -58
- package/src/infrastructure/locales/pl-PL/onboarding.json +0 -76
- package/src/infrastructure/locales/pl-PL/settings.json +0 -53
- package/src/infrastructure/locales/pt-BR/auth.json +0 -32
- package/src/infrastructure/locales/pt-BR/branding.json +0 -9
- package/src/infrastructure/locales/pt-BR/datetime.json +0 -140
- package/src/infrastructure/locales/pt-BR/errors.json +0 -43
- package/src/infrastructure/locales/pt-BR/flashcards.json +0 -287
- package/src/infrastructure/locales/pt-BR/general.json +0 -61
- package/src/infrastructure/locales/pt-BR/index.ts +0 -49
- package/src/infrastructure/locales/pt-BR/navigation.json +0 -58
- package/src/infrastructure/locales/pt-BR/onboarding.json +0 -76
- package/src/infrastructure/locales/pt-BR/settings.json +0 -53
- package/src/infrastructure/locales/pt-PT/auth.json +0 -32
- package/src/infrastructure/locales/pt-PT/branding.json +0 -9
- package/src/infrastructure/locales/pt-PT/datetime.json +0 -140
- package/src/infrastructure/locales/pt-PT/errors.json +0 -43
- package/src/infrastructure/locales/pt-PT/flashcards.json +0 -287
- package/src/infrastructure/locales/pt-PT/general.json +0 -61
- package/src/infrastructure/locales/pt-PT/index.ts +0 -49
- package/src/infrastructure/locales/pt-PT/navigation.json +0 -58
- package/src/infrastructure/locales/pt-PT/onboarding.json +0 -76
- package/src/infrastructure/locales/pt-PT/settings.json +0 -53
- package/src/infrastructure/locales/ro-RO/auth.json +0 -32
- package/src/infrastructure/locales/ro-RO/branding.json +0 -9
- package/src/infrastructure/locales/ro-RO/datetime.json +0 -140
- package/src/infrastructure/locales/ro-RO/errors.json +0 -43
- package/src/infrastructure/locales/ro-RO/flashcards.json +0 -287
- package/src/infrastructure/locales/ro-RO/general.json +0 -61
- package/src/infrastructure/locales/ro-RO/index.ts +0 -49
- package/src/infrastructure/locales/ro-RO/navigation.json +0 -58
- package/src/infrastructure/locales/ro-RO/onboarding.json +0 -76
- package/src/infrastructure/locales/ro-RO/settings.json +0 -53
- package/src/infrastructure/locales/ru-RU/auth.json +0 -32
- package/src/infrastructure/locales/ru-RU/branding.json +0 -9
- package/src/infrastructure/locales/ru-RU/datetime.json +0 -140
- package/src/infrastructure/locales/ru-RU/errors.json +0 -43
- package/src/infrastructure/locales/ru-RU/flashcards.json +0 -276
- package/src/infrastructure/locales/ru-RU/general.json +0 -61
- package/src/infrastructure/locales/ru-RU/index.ts +0 -49
- package/src/infrastructure/locales/ru-RU/navigation.json +0 -58
- package/src/infrastructure/locales/ru-RU/onboarding.json +0 -76
- package/src/infrastructure/locales/ru-RU/settings.json +0 -53
- package/src/infrastructure/locales/sk-SK/auth.json +0 -32
- package/src/infrastructure/locales/sk-SK/branding.json +0 -9
- package/src/infrastructure/locales/sk-SK/datetime.json +0 -140
- package/src/infrastructure/locales/sk-SK/errors.json +0 -43
- package/src/infrastructure/locales/sk-SK/flashcards.json +0 -287
- package/src/infrastructure/locales/sk-SK/general.json +0 -61
- package/src/infrastructure/locales/sk-SK/index.ts +0 -49
- package/src/infrastructure/locales/sk-SK/navigation.json +0 -58
- package/src/infrastructure/locales/sk-SK/onboarding.json +0 -76
- package/src/infrastructure/locales/sk-SK/settings.json +0 -53
- package/src/infrastructure/locales/sv-SE/auth.json +0 -32
- package/src/infrastructure/locales/sv-SE/branding.json +0 -9
- package/src/infrastructure/locales/sv-SE/datetime.json +0 -140
- package/src/infrastructure/locales/sv-SE/errors.json +0 -43
- package/src/infrastructure/locales/sv-SE/flashcards.json +0 -287
- package/src/infrastructure/locales/sv-SE/general.json +0 -61
- package/src/infrastructure/locales/sv-SE/index.ts +0 -49
- package/src/infrastructure/locales/sv-SE/navigation.json +0 -58
- package/src/infrastructure/locales/sv-SE/onboarding.json +0 -76
- package/src/infrastructure/locales/sv-SE/settings.json +0 -53
- package/src/infrastructure/locales/th-TH/auth.json +0 -32
- package/src/infrastructure/locales/th-TH/branding.json +0 -9
- package/src/infrastructure/locales/th-TH/datetime.json +0 -140
- package/src/infrastructure/locales/th-TH/errors.json +0 -43
- package/src/infrastructure/locales/th-TH/flashcards.json +0 -287
- package/src/infrastructure/locales/th-TH/general.json +0 -61
- package/src/infrastructure/locales/th-TH/index.ts +0 -49
- package/src/infrastructure/locales/th-TH/navigation.json +0 -58
- package/src/infrastructure/locales/th-TH/onboarding.json +0 -76
- package/src/infrastructure/locales/th-TH/settings.json +0 -53
- package/src/infrastructure/locales/tl-PH/auth.json +0 -32
- package/src/infrastructure/locales/tl-PH/branding.json +0 -9
- package/src/infrastructure/locales/tl-PH/datetime.json +0 -140
- package/src/infrastructure/locales/tl-PH/errors.json +0 -43
- package/src/infrastructure/locales/tl-PH/flashcards.json +0 -287
- package/src/infrastructure/locales/tl-PH/general.json +0 -61
- package/src/infrastructure/locales/tl-PH/index.ts +0 -49
- package/src/infrastructure/locales/tl-PH/navigation.json +0 -58
- package/src/infrastructure/locales/tl-PH/onboarding.json +0 -76
- package/src/infrastructure/locales/tl-PH/settings.json +0 -53
- package/src/infrastructure/locales/tr-TR/auth.json +0 -32
- package/src/infrastructure/locales/tr-TR/branding.json +0 -9
- package/src/infrastructure/locales/tr-TR/datetime.json +0 -140
- package/src/infrastructure/locales/tr-TR/errors.json +0 -43
- package/src/infrastructure/locales/tr-TR/flashcards.json +0 -287
- package/src/infrastructure/locales/tr-TR/general.json +0 -61
- package/src/infrastructure/locales/tr-TR/index.ts +0 -49
- package/src/infrastructure/locales/tr-TR/navigation.json +0 -58
- package/src/infrastructure/locales/tr-TR/onboarding.json +0 -76
- package/src/infrastructure/locales/tr-TR/settings.json +0 -53
- package/src/infrastructure/locales/uk-UA/auth.json +0 -32
- package/src/infrastructure/locales/uk-UA/branding.json +0 -9
- package/src/infrastructure/locales/uk-UA/datetime.json +0 -140
- package/src/infrastructure/locales/uk-UA/errors.json +0 -43
- package/src/infrastructure/locales/uk-UA/flashcards.json +0 -287
- package/src/infrastructure/locales/uk-UA/general.json +0 -61
- package/src/infrastructure/locales/uk-UA/index.ts +0 -49
- package/src/infrastructure/locales/uk-UA/navigation.json +0 -58
- package/src/infrastructure/locales/uk-UA/onboarding.json +0 -76
- package/src/infrastructure/locales/uk-UA/settings.json +0 -53
- package/src/infrastructure/locales/vi-VN/auth.json +0 -32
- package/src/infrastructure/locales/vi-VN/branding.json +0 -9
- package/src/infrastructure/locales/vi-VN/datetime.json +0 -140
- package/src/infrastructure/locales/vi-VN/errors.json +0 -43
- package/src/infrastructure/locales/vi-VN/flashcards.json +0 -287
- package/src/infrastructure/locales/vi-VN/general.json +0 -61
- package/src/infrastructure/locales/vi-VN/index.ts +0 -49
- package/src/infrastructure/locales/vi-VN/navigation.json +0 -58
- package/src/infrastructure/locales/vi-VN/onboarding.json +0 -76
- package/src/infrastructure/locales/vi-VN/settings.json +0 -53
- package/src/infrastructure/locales/zh-CN/auth.json +0 -32
- package/src/infrastructure/locales/zh-CN/branding.json +0 -9
- package/src/infrastructure/locales/zh-CN/datetime.json +0 -140
- package/src/infrastructure/locales/zh-CN/errors.json +0 -43
- package/src/infrastructure/locales/zh-CN/flashcards.json +0 -287
- package/src/infrastructure/locales/zh-CN/general.json +0 -61
- package/src/infrastructure/locales/zh-CN/index.ts +0 -49
- package/src/infrastructure/locales/zh-CN/navigation.json +0 -58
- package/src/infrastructure/locales/zh-CN/onboarding.json +0 -76
- package/src/infrastructure/locales/zh-CN/settings.json +0 -53
- package/src/infrastructure/locales/zh-TW/auth.json +0 -32
- package/src/infrastructure/locales/zh-TW/branding.json +0 -9
- package/src/infrastructure/locales/zh-TW/datetime.json +0 -140
- package/src/infrastructure/locales/zh-TW/errors.json +0 -43
- package/src/infrastructure/locales/zh-TW/flashcards.json +0 -287
- package/src/infrastructure/locales/zh-TW/general.json +0 -61
- package/src/infrastructure/locales/zh-TW/index.ts +0 -49
- package/src/infrastructure/locales/zh-TW/navigation.json +0 -58
- package/src/infrastructure/locales/zh-TW/onboarding.json +0 -76
- package/src/infrastructure/locales/zh-TW/settings.json +0 -53
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"skip": "Ohita",
|
|
3
|
-
"getStarted": "Aloita",
|
|
4
|
-
"welcome": {
|
|
5
|
-
"title": "Tervetuloa!",
|
|
6
|
-
"subtitle": "Matkasi alkaa tästä",
|
|
7
|
-
"getStarted": "Aloita",
|
|
8
|
-
"skip": "Ohita"
|
|
9
|
-
},
|
|
10
|
-
"slides": {
|
|
11
|
-
"slide1": {
|
|
12
|
-
"title": "Löydä upeita ominaisuuksia",
|
|
13
|
-
"description": "Tutustu kaikkeen, mitä sovelluksellamme on tarjota"
|
|
14
|
-
},
|
|
15
|
-
"slide2": {
|
|
16
|
-
"title": "Pysy järjestyksessä",
|
|
17
|
-
"description": "Pidä kirjaa tärkeimmistä asioista"
|
|
18
|
-
},
|
|
19
|
-
"slide3": {
|
|
20
|
-
"title": "Saavuta tavoitteesi",
|
|
21
|
-
"description": "Olemme täällä auttaaksemme sinua menestymään"
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
"permissions": {
|
|
25
|
-
"title": "Käyttöoikeudet",
|
|
26
|
-
"subtitle": "Tarvitsemme joitain lupia tarjotaksemme parhaan kokemuksen",
|
|
27
|
-
"location": {
|
|
28
|
-
"title": "Sijainti",
|
|
29
|
-
"description": "Tarjoa sijaintiin perustuvia ominaisuuksia",
|
|
30
|
-
"enable": "Ota sijainti käyttöön"
|
|
31
|
-
},
|
|
32
|
-
"camera": {
|
|
33
|
-
"title": "Kamera",
|
|
34
|
-
"description": "Ota valokuvia ja skannaa asiakirjoja",
|
|
35
|
-
"enable": "Ota kamera käyttöön"
|
|
36
|
-
},
|
|
37
|
-
"photos": {
|
|
38
|
-
"title": "Valokuvat",
|
|
39
|
-
"description": "Käytä valokuvakirjastoasi",
|
|
40
|
-
"enable": "Ota valokuvat käyttöön"
|
|
41
|
-
},
|
|
42
|
-
"later": "Teen tämän myöhemmin",
|
|
43
|
-
"continue": "Jatkaa"
|
|
44
|
-
},
|
|
45
|
-
"personalization": {
|
|
46
|
-
"title": "Mukauta kokemuksesi",
|
|
47
|
-
"subtitle": "Kerro meille itsestäsi",
|
|
48
|
-
"goals": {
|
|
49
|
-
"title": "Mitkä ovat tavoitteesi?",
|
|
50
|
-
"options": [
|
|
51
|
-
"Pysy terveenä",
|
|
52
|
-
"Ole tuottava",
|
|
53
|
-
"Opi uusia taitoja",
|
|
54
|
-
"Ota yhteyttä muihin",
|
|
55
|
-
"Pitää hauskaa"
|
|
56
|
-
]
|
|
57
|
-
},
|
|
58
|
-
"preferences": {
|
|
59
|
-
"title": "Aseta asetukset",
|
|
60
|
-
"theme": "Valitse Teema",
|
|
61
|
-
"language": "Valitse Kieli"
|
|
62
|
-
},
|
|
63
|
-
"continue": "Jatkaa"
|
|
64
|
-
},
|
|
65
|
-
"complete": {
|
|
66
|
-
"title": "Kaikki on valmista!",
|
|
67
|
-
"subtitle": "Aloitetaan!",
|
|
68
|
-
"startButton": "Aloita sovelluksen käyttö"
|
|
69
|
-
},
|
|
70
|
-
"navigation": {
|
|
71
|
-
"next": "Seuraavaksi",
|
|
72
|
-
"back": "Takaisin",
|
|
73
|
-
"skip": "Ohita",
|
|
74
|
-
"done": "Tehty"
|
|
75
|
-
}
|
|
76
|
-
}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"lightMode": "Valotila",
|
|
3
|
-
"darkMode": "Tumma tila",
|
|
4
|
-
"language": "Kieli",
|
|
5
|
-
"aboutDescription": "Sovelluksen tiedot ja versio",
|
|
6
|
-
"about": {
|
|
7
|
-
"title": "Noin",
|
|
8
|
-
"description": "Sovelluksen tiedot ja versio",
|
|
9
|
-
"appVersion": "Sovelluksen versio",
|
|
10
|
-
"moreApps": "Lisää sovelluksia",
|
|
11
|
-
"moreAppsDescription": "Tutustu muihin sovelluksiimme",
|
|
12
|
-
"contactEmail": "Yhteydenotto Sähköposti",
|
|
13
|
-
"website": "Verkkosivusto"
|
|
14
|
-
},
|
|
15
|
-
"disclaimer": {
|
|
16
|
-
"title": "Terveysvastuuvapauslauseke",
|
|
17
|
-
"shortMessage": "Napauta lukeaksesi tärkeitä terveystietoja",
|
|
18
|
-
"message": "Tämä sovellus on tarkoitettu vain tiedotus- ja hyvinvointitukitarkoituksiin. Se EI korvaa ammattimaista lääketieteellistä tai mielenterveyshoitoa.\n\nJos kohtaat terveyskriisin tai hätätilan, ota välittömästi yhteyttä paikalliseen hätäkeskukseen tai terveydenhuollon tarjoajaan.\n\nOta aina yhteyttä päteviin terveydenhuollon ammattilaisiin lääketieteellistä neuvontaa, diagnoosia tai hoitoa varten. Tämän sovelluksen sisältöä ei tule käyttää ammattimaisen lääketieteellisen arvion korvikkeena.\n\nYksityisyytesi on tärkeää. Kaikki tiedot pysyvät yksityisinä laitteellasi, ellet nimenomaisesti päätä jakaa niitä."
|
|
19
|
-
},
|
|
20
|
-
"legal": {
|
|
21
|
-
"title": "Laillinen",
|
|
22
|
-
"description": "Tietosuojakäytäntö, käyttöehdot ja EULA",
|
|
23
|
-
"privacy": "Tietosuojakäytäntö",
|
|
24
|
-
"privacyDescription": "Miten käsittelemme tietojasi",
|
|
25
|
-
"terms": "Käyttöehdot",
|
|
26
|
-
"termsDescription": "Ehdot",
|
|
27
|
-
"eula": "Loppukäyttäjän lisenssisopimus",
|
|
28
|
-
"eulaDescription": "Lisenssisopimus"
|
|
29
|
-
},
|
|
30
|
-
"version": {
|
|
31
|
-
"title": "Sovelluksen versio"
|
|
32
|
-
},
|
|
33
|
-
"languageSelection": {
|
|
34
|
-
"title": "Valitse Kieli",
|
|
35
|
-
"description": "Valitse haluamasi kieli",
|
|
36
|
-
"currentLanguage": "Nykyinen kieli",
|
|
37
|
-
"searchPlaceholder": "Hae kieliä"
|
|
38
|
-
},
|
|
39
|
-
"appearance": {
|
|
40
|
-
"title": "Ulkonäkö",
|
|
41
|
-
"darkMode": "Tumma tila",
|
|
42
|
-
"darkTheme": "Tumma teema",
|
|
43
|
-
"lightTheme": "Kevyt teema",
|
|
44
|
-
"themeDescription": "Kieli- ja teemaasetukset"
|
|
45
|
-
},
|
|
46
|
-
"notifications": {
|
|
47
|
-
"title": "Ilmoitukset",
|
|
48
|
-
"description": "Hallinnoi ilmoitusasetuksia",
|
|
49
|
-
"enableNotifications": "Ota ilmoitukset käyttöön",
|
|
50
|
-
"notificationPermission": "Ilmoituslupa",
|
|
51
|
-
"notificationPermissionDescription": "Salli sovelluksen lähettää ilmoituksia"
|
|
52
|
-
}
|
|
53
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,140 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
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
|
-
}
|
|
@@ -1,287 +0,0 @@
|
|
|
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
|
-
}
|