@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,140 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"days": {
|
|
3
|
-
"full": {
|
|
4
|
-
"monday": "maanantai",
|
|
5
|
-
"tuesday": "tiistai",
|
|
6
|
-
"wednesday": "keskiviikko",
|
|
7
|
-
"thursday": "torstai",
|
|
8
|
-
"friday": "perjantai",
|
|
9
|
-
"saturday": "lauantai",
|
|
10
|
-
"sunday": "sunnuntai"
|
|
11
|
-
},
|
|
12
|
-
"short": {
|
|
13
|
-
"mon": "ma",
|
|
14
|
-
"tue": "ti",
|
|
15
|
-
"wed": "ke",
|
|
16
|
-
"thu": "to",
|
|
17
|
-
"fri": "pe",
|
|
18
|
-
"sat": "la",
|
|
19
|
-
"sun": "Aurinko"
|
|
20
|
-
},
|
|
21
|
-
"abbreviated": {
|
|
22
|
-
"m": "M",
|
|
23
|
-
"t": "T",
|
|
24
|
-
"w": "W",
|
|
25
|
-
"th": "Th",
|
|
26
|
-
"f": "F",
|
|
27
|
-
"sa": "Sa",
|
|
28
|
-
"su": "Su"
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
"months": {
|
|
32
|
-
"full": {
|
|
33
|
-
"january": "tammikuu",
|
|
34
|
-
"february": "helmikuu",
|
|
35
|
-
"march": "maaliskuuta",
|
|
36
|
-
"april": "huhtikuu",
|
|
37
|
-
"may": "toukokuuta",
|
|
38
|
-
"june": "kesäkuuta",
|
|
39
|
-
"july": "heinäkuu",
|
|
40
|
-
"august": "elokuu",
|
|
41
|
-
"september": "syyskuu",
|
|
42
|
-
"october": "lokakuu",
|
|
43
|
-
"november": "marraskuu",
|
|
44
|
-
"december": "joulukuu"
|
|
45
|
-
},
|
|
46
|
-
"short": {
|
|
47
|
-
"jan": "tammikuu",
|
|
48
|
-
"feb": "helmikuuta",
|
|
49
|
-
"mar": "maaliskuu",
|
|
50
|
-
"apr": "huhtikuu",
|
|
51
|
-
"may": "toukokuuta",
|
|
52
|
-
"jun": "kesäkuuta",
|
|
53
|
-
"jul": "heinäkuuta",
|
|
54
|
-
"aug": "elokuu",
|
|
55
|
-
"sep": "syyskuu",
|
|
56
|
-
"oct": "lokakuu",
|
|
57
|
-
"nov": "marraskuu",
|
|
58
|
-
"dec": "joulukuuta"
|
|
59
|
-
}
|
|
60
|
-
},
|
|
61
|
-
"relative": {
|
|
62
|
-
"now": "Nyt",
|
|
63
|
-
"justNow": "Juuri nyt",
|
|
64
|
-
"today": "Tänään",
|
|
65
|
-
"yesterday": "Eilen",
|
|
66
|
-
"tomorrow": "Huomenna",
|
|
67
|
-
"thisWeek": "Tällä viikolla",
|
|
68
|
-
"lastWeek": "Viime viikolla",
|
|
69
|
-
"nextWeek": "Ensi viikolla",
|
|
70
|
-
"thisMonth": "Tämä kuukausi",
|
|
71
|
-
"lastMonth": "Viime kuussa",
|
|
72
|
-
"nextMonth": "Ensi kuussa",
|
|
73
|
-
"thisYear": "Tänä vuonna",
|
|
74
|
-
"lastYear": "Viime vuonna",
|
|
75
|
-
"nextYear": "Ensi vuonna",
|
|
76
|
-
"ago": "sitten",
|
|
77
|
-
"fromNow": "tästä lähtien",
|
|
78
|
-
"in": "sisään"
|
|
79
|
-
},
|
|
80
|
-
"units": {
|
|
81
|
-
"singular": {
|
|
82
|
-
"second": "toinen",
|
|
83
|
-
"minute": "minuutti",
|
|
84
|
-
"hour": "tunnin",
|
|
85
|
-
"day": "päivä",
|
|
86
|
-
"week": "viikko",
|
|
87
|
-
"month": "kuukausi",
|
|
88
|
-
"year": "vuosi"
|
|
89
|
-
},
|
|
90
|
-
"plural": {
|
|
91
|
-
"seconds": "sekuntia",
|
|
92
|
-
"minutes": "minuuttia",
|
|
93
|
-
"hours": "tuntia",
|
|
94
|
-
"days": "päivää",
|
|
95
|
-
"weeks": "viikkoa",
|
|
96
|
-
"months": "kuukautta",
|
|
97
|
-
"years": "vuotta"
|
|
98
|
-
},
|
|
99
|
-
"short": {
|
|
100
|
-
"s": "s",
|
|
101
|
-
"m": "m",
|
|
102
|
-
"h": "h",
|
|
103
|
-
"d": "d",
|
|
104
|
-
"w": "w",
|
|
105
|
-
"mo": "mo",
|
|
106
|
-
"y": "y"
|
|
107
|
-
}
|
|
108
|
-
},
|
|
109
|
-
"periods": {
|
|
110
|
-
"am": "AM",
|
|
111
|
-
"pm": "PM",
|
|
112
|
-
"morning": "Aamu",
|
|
113
|
-
"afternoon": "Iltapäivällä",
|
|
114
|
-
"evening": "Ilta",
|
|
115
|
-
"night": "Yö",
|
|
116
|
-
"midnight": "Keskiyö",
|
|
117
|
-
"noon": "Keskipäivä"
|
|
118
|
-
},
|
|
119
|
-
"formats": {
|
|
120
|
-
"date": "Päivämäärä",
|
|
121
|
-
"time": "Aika",
|
|
122
|
-
"datetime": "Päivämäärä ja aika",
|
|
123
|
-
"duration": "Kesto",
|
|
124
|
-
"startDate": "Aloituspäivämäärä",
|
|
125
|
-
"endDate": "Päättymispäivämäärä",
|
|
126
|
-
"startTime": "Aloitusaika",
|
|
127
|
-
"endTime": "Päättymisaika",
|
|
128
|
-
"selectDate": "Valitse Päivämäärä",
|
|
129
|
-
"selectTime": "Valitse Aika"
|
|
130
|
-
},
|
|
131
|
-
"actions": {
|
|
132
|
-
"setDate": "Aseta päivämäärä",
|
|
133
|
-
"setTime": "Aseta aika",
|
|
134
|
-
"clearDate": "Tyhjennä päivämäärä",
|
|
135
|
-
"clearTime": "Selkeä aika",
|
|
136
|
-
"confirmDate": "Vahvista päivämäärä",
|
|
137
|
-
"confirmTime": "Vahvista aika",
|
|
138
|
-
"cancel": "Peruuttaa"
|
|
139
|
-
}
|
|
140
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"validation": {
|
|
3
|
-
"required": "Tämä kenttä on pakollinen",
|
|
4
|
-
"invalidEmail": "Virheellinen sähköpostimuoto",
|
|
5
|
-
"invalidPhone": "Virheellinen puhelinnumero",
|
|
6
|
-
"invalidUrl": "Virheellinen URL-muoto",
|
|
7
|
-
"minLength": "Vähimmäispituus on {{min}} merkkiä",
|
|
8
|
-
"maxLength": "Enimmäispituus on {{max}} merkkiä",
|
|
9
|
-
"minValue": "Minimiarvo on {{min}}",
|
|
10
|
-
"maxValue": "Suurin arvo on {{max}}",
|
|
11
|
-
"mustMatch": "Kenttien on täsmättävä",
|
|
12
|
-
"invalidFormat": "Virheellinen muoto",
|
|
13
|
-
"invalidDate": "Virheellinen päivämäärä",
|
|
14
|
-
"futureDate": "Päivämäärän on oltava tulevaisuudessa",
|
|
15
|
-
"pastDate": "Päivämäärän on oltava menneisyydessä"
|
|
16
|
-
},
|
|
17
|
-
"storage": {
|
|
18
|
-
"saveFailed": "Tietojen tallennus epäonnistui",
|
|
19
|
-
"loadFailed": "Tietojen lataaminen epäonnistui",
|
|
20
|
-
"deleteFailed": "Tietojen poistaminen epäonnistui",
|
|
21
|
-
"notFound": "Tietoja ei löydy"
|
|
22
|
-
},
|
|
23
|
-
"permission": {
|
|
24
|
-
"denied": "Lupa evätty",
|
|
25
|
-
"notGranted": "Lupaa ei myönnetty",
|
|
26
|
-
"cameraNotAvailable": "Kamera ei ole saatavilla",
|
|
27
|
-
"locationNotAvailable": "Sijaintipalvelut eivät ole käytettävissä",
|
|
28
|
-
"microphoneNotAvailable": "Mikrofonia ei ole saatavilla",
|
|
29
|
-
"photosNotAvailable": "Kuvakirjasto ei ole käytettävissä"
|
|
30
|
-
},
|
|
31
|
-
"common": {
|
|
32
|
-
"somethingWentWrong": "Jotain meni pieleen",
|
|
33
|
-
"tryAgainLater": "Yritä myöhemmin uudelleen",
|
|
34
|
-
"unexpectedError": "Tapahtui odottamaton virhe"
|
|
35
|
-
},
|
|
36
|
-
"actions": {
|
|
37
|
-
"dismiss": "Hylkää",
|
|
38
|
-
"retry": "Yritä uudelleen",
|
|
39
|
-
"cancel": "Peruuttaa",
|
|
40
|
-
"goBack": "Mene takaisin",
|
|
41
|
-
"contactSupport": "Ota yhteyttä tukeen"
|
|
42
|
-
}
|
|
43
|
-
}
|
|
@@ -1,287 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"home": {
|
|
3
|
-
"welcome": "Tervetuloa Flashcard Makeriin",
|
|
4
|
-
"subtitle": "Hallitse mitä tahansa aihetta interaktiivisilla muistikorteilla",
|
|
5
|
-
"quickStudy": "Pikatutkimus",
|
|
6
|
-
"quickStudyDesc": "Aloita viimeisimpien kansiesi tutkiminen",
|
|
7
|
-
"createDeck": "Luo kansi",
|
|
8
|
-
"createDeckDesc": "Rakenna uusi korttipakka",
|
|
9
|
-
"recentActivity": "Viimeaikainen toiminta",
|
|
10
|
-
"noDecksYet": "Et ole vielä luonut yhtään pakkaa",
|
|
11
|
-
"browseDecks": "Selaa kansia",
|
|
12
|
-
"statistics": "Tilastot",
|
|
13
|
-
"totalDecks": "Pakkoja yhteensä",
|
|
14
|
-
"totalCards": "Kortteja yhteensä",
|
|
15
|
-
"studySessions": "Opintojaksot"
|
|
16
|
-
},
|
|
17
|
-
"decks": {
|
|
18
|
-
"noDecks": "Dekkejä ei löytynyt",
|
|
19
|
-
"noDecksDesc": "Aloita luomalla ensimmäinen muistikorttipakkasi",
|
|
20
|
-
"createFirstDeck": "Luo ensimmäinen kansi",
|
|
21
|
-
"createDeck": "Luo kansi",
|
|
22
|
-
"editDeck": "Muokkaa pakkaa",
|
|
23
|
-
"recentlyStudied": "Äskettäin opiskellut",
|
|
24
|
-
"allDecks": "Kaikki kannet",
|
|
25
|
-
"easy": "Helppo",
|
|
26
|
-
"medium": "Keskikokoinen",
|
|
27
|
-
"hard": "Kovaa"
|
|
28
|
-
},
|
|
29
|
-
"study": {
|
|
30
|
-
"noCards": "Ei kortteja saatavilla",
|
|
31
|
-
"noCardsDesc": "Lisää kortteja pakkaan aloittaaksesi opiskelun",
|
|
32
|
-
"browseDecks": "Selaa kansia",
|
|
33
|
-
"question": "Kysymys",
|
|
34
|
-
"answer": "Vastaus",
|
|
35
|
-
"showQuestion": "Näytä kysymys",
|
|
36
|
-
"showAnswer": "Näytä vastaus",
|
|
37
|
-
"correct": "Korjata",
|
|
38
|
-
"incorrect": "Väärin",
|
|
39
|
-
"skip": "Ohita",
|
|
40
|
-
"skipped": "Ohitettu",
|
|
41
|
-
"studyComplete": "Tutkimus valmis",
|
|
42
|
-
"wellDone": "Hyvin tehty!",
|
|
43
|
-
"sessionComplete": "Istunto valmis"
|
|
44
|
-
},
|
|
45
|
-
"create": {
|
|
46
|
-
"createDeck": "Luo kansi",
|
|
47
|
-
"addCards": "Lisää kortteja",
|
|
48
|
-
"deckInfo": "Kannen tiedot",
|
|
49
|
-
"cardInfo": "Kortin tiedot",
|
|
50
|
-
"deckTitle": "Kannen otsikko",
|
|
51
|
-
"deckTitlePlaceholder": "Anna kannen otsikko",
|
|
52
|
-
"deckDescription": "Kuvaus",
|
|
53
|
-
"deckDescriptionPlaceholder": "Anna kannen kuvaus",
|
|
54
|
-
"category": "Luokka",
|
|
55
|
-
"selectCategory": "Valitse kategoria",
|
|
56
|
-
"cardFront": "Etupuoli",
|
|
57
|
-
"cardFrontPlaceholder": "Kirjoita kysymys tai termi",
|
|
58
|
-
"cardBack": "Takapuoli",
|
|
59
|
-
"cardBackPlaceholder": "Anna vastaus tai määritelmä",
|
|
60
|
-
"difficulty": "Vaikeus",
|
|
61
|
-
"addCard": "Lisää kortti",
|
|
62
|
-
"addedCards": "Lisätyt kortit",
|
|
63
|
-
"saveDeck": "Tallenna kansi"
|
|
64
|
-
},
|
|
65
|
-
"cards": {
|
|
66
|
-
"noCards": "Kortteja ei löytynyt",
|
|
67
|
-
"noCardsDesc": "Aloita luomalla ensimmäinen muistikorttisi",
|
|
68
|
-
"createFirstCard": "Luo ensimmäinen kortti",
|
|
69
|
-
"createCard": "Luo kortti",
|
|
70
|
-
"editCard": "Muokkaa korttia",
|
|
71
|
-
"selectDeck": "Valitse Deck",
|
|
72
|
-
"selectDeckPlaceholder": "Valitse tälle kortille pakka"
|
|
73
|
-
},
|
|
74
|
-
"common": {
|
|
75
|
-
"clearFilter": "Tyhjennä suodatin"
|
|
76
|
-
},
|
|
77
|
-
"studyModes": {
|
|
78
|
-
"classic": "Klassinen",
|
|
79
|
-
"matching": "Vastaava peli",
|
|
80
|
-
"quiz": "Monivalinta",
|
|
81
|
-
"writing": "Kirjoitustila",
|
|
82
|
-
"timed": "Ajastettu haaste",
|
|
83
|
-
"selectMode": "Valitse Opiskelutila"
|
|
84
|
-
},
|
|
85
|
-
"session": {
|
|
86
|
-
"complete": "Istunto valmis",
|
|
87
|
-
"accuracy": "Tarkkuus",
|
|
88
|
-
"speed": "Nopeus",
|
|
89
|
-
"score": "Pisteet",
|
|
90
|
-
"cardsPerMinute": "kortit/min",
|
|
91
|
-
"grade": "Luokka",
|
|
92
|
-
"feedback": {
|
|
93
|
-
"excellent": "Erinomaista työtä! Olet hallinnut tämän kannen!",
|
|
94
|
-
"great": "Hienoa työtä! Jatka samaan malliin!",
|
|
95
|
-
"good": "Hyvää edistystä! Harjoittele enemmän parantaaksesi.",
|
|
96
|
-
"keep_practicing": "Jatka harjoittelua! Olet tulossa perille.",
|
|
97
|
-
"keep_studying": "Jatka opiskelua! Tarkista nämä kortit uudelleen."
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
|
-
"rating": {
|
|
101
|
-
"fail": "Uudelleen",
|
|
102
|
-
"hard": "Kovaa",
|
|
103
|
-
"good": "Hyvä",
|
|
104
|
-
"easy": "Helppo",
|
|
105
|
-
"perfect": "Täydellinen"
|
|
106
|
-
},
|
|
107
|
-
"srs": {
|
|
108
|
-
"dueToday": "Eräpäivä tänään",
|
|
109
|
-
"dueCards": "Erääntyvät kortit",
|
|
110
|
-
"nextReview": "Seuraava arvostelu",
|
|
111
|
-
"interval": "Intervalli",
|
|
112
|
-
"repetitions": "Toistoja",
|
|
113
|
-
"easeFactor": "Helppoustekijä",
|
|
114
|
-
"reviewHistory": "Tarkista historia",
|
|
115
|
-
"retention": "Säilytysprosentti",
|
|
116
|
-
"again": "Uudelleen",
|
|
117
|
-
"hard": "Kovaa",
|
|
118
|
-
"good": "Hyvä",
|
|
119
|
-
"easy": "Helppo"
|
|
120
|
-
},
|
|
121
|
-
"media": {
|
|
122
|
-
"image": "Kuva",
|
|
123
|
-
"chooseImage": "Valitse Kuva",
|
|
124
|
-
"takePhoto": "Ota valokuva",
|
|
125
|
-
"permissionDenied": "Kuvien käyttölupa evätty",
|
|
126
|
-
"cameraPermissionDenied": "Kameran käyttölupa evätty",
|
|
127
|
-
"imageFailed": "Kuvan lataaminen epäonnistui",
|
|
128
|
-
"cameraFailed": "Kameran avaaminen epäonnistui",
|
|
129
|
-
"audio": "Audio",
|
|
130
|
-
"record": "Äänitä ääni",
|
|
131
|
-
"recording": "Tallennetaan...",
|
|
132
|
-
"stopRecording": "Lopeta tallennus",
|
|
133
|
-
"play": "Pelata",
|
|
134
|
-
"stop": "Stop",
|
|
135
|
-
"speak": "Puhua",
|
|
136
|
-
"audioPermissionDenied": "Äänen tallennus evätty",
|
|
137
|
-
"recordingFailed": "Äänen tallennus epäonnistui",
|
|
138
|
-
"playbackFailed": "Äänen toistaminen epäonnistui",
|
|
139
|
-
"ttsFailed": "Tekstistä puheeksi - epäonnistui",
|
|
140
|
-
"noText": "Ei tekstiä puhuttavaksi"
|
|
141
|
-
},
|
|
142
|
-
"import": {
|
|
143
|
-
"title": "Tuo kansi",
|
|
144
|
-
"chooseFormat": "Valitse Muoto",
|
|
145
|
-
"csv": "CSV (Excel)",
|
|
146
|
-
"json": "JSON",
|
|
147
|
-
"quizlet": "Quizlet",
|
|
148
|
-
"selectFile": "Valitse Tiedosto",
|
|
149
|
-
"importing": "Tuodaan...",
|
|
150
|
-
"success": "{{count}} kortin tuonti onnistui",
|
|
151
|
-
"errors": "Tapahtui {{count}} virhettä",
|
|
152
|
-
"viewErrors": "Näytä virheet"
|
|
153
|
-
},
|
|
154
|
-
"export": {
|
|
155
|
-
"title": "Vie kansi",
|
|
156
|
-
"chooseFormat": "Valitse Muoto",
|
|
157
|
-
"csv": "CSV (Excel)",
|
|
158
|
-
"json": "JSON (täydellinen)",
|
|
159
|
-
"quizlet": "Quizlet",
|
|
160
|
-
"includeStats": "Sisällytä tilastot",
|
|
161
|
-
"includeMedia": "Sisällytä media",
|
|
162
|
-
"exporting": "Viedään...",
|
|
163
|
-
"success": "Kannen vienti onnistui"
|
|
164
|
-
},
|
|
165
|
-
"statistics": {
|
|
166
|
-
"title": "Tilastot",
|
|
167
|
-
"overview": "Yleiskatsaus",
|
|
168
|
-
"totalCards": "Kortteja yhteensä",
|
|
169
|
-
"cardsStudied": "Kortit opiskellut",
|
|
170
|
-
"totalReviews": "Arvostelut yhteensä",
|
|
171
|
-
"correctReviews": "Oikeat arvostelut",
|
|
172
|
-
"accuracy": "Tarkkuus",
|
|
173
|
-
"averageTimePerCard": "Keskimääräinen aika korttia kohti",
|
|
174
|
-
"totalStudyTime": "Opiskeluaika yhteensä",
|
|
175
|
-
"studySessions": "Opintojaksot",
|
|
176
|
-
"streak": {
|
|
177
|
-
"current": "Nykyinen putki",
|
|
178
|
-
"longest": "Pisin putki",
|
|
179
|
-
"days": "päivää"
|
|
180
|
-
},
|
|
181
|
-
"charts": {
|
|
182
|
-
"daily": "Päivittäin",
|
|
183
|
-
"weekly": "Viikoittain",
|
|
184
|
-
"monthly": "Kuukausittain",
|
|
185
|
-
"performance": "Suorituskyky",
|
|
186
|
-
"activity": "Toiminta"
|
|
187
|
-
}
|
|
188
|
-
},
|
|
189
|
-
"sharing": {
|
|
190
|
-
"title": "Jaa kansi",
|
|
191
|
-
"generateCode": "Luo jakokoodi",
|
|
192
|
-
"shareCode": "Jaa koodi",
|
|
193
|
-
"qrCode": "QR-koodi",
|
|
194
|
-
"copyCode": "Kopioi koodi",
|
|
195
|
-
"codeCopied": "Koodi kopioitu leikepöydälle",
|
|
196
|
-
"shareAsFile": "Jaa tiedostona",
|
|
197
|
-
"shareAsLink": "Jaa linkkinä",
|
|
198
|
-
"importCode": "Tuo koodi",
|
|
199
|
-
"enterCode": "Syötä 6-numeroinen koodi",
|
|
200
|
-
"invalidCode": "Virheellinen jakokoodi",
|
|
201
|
-
"importing": "Tuodaan pakkaa...",
|
|
202
|
-
"importSuccess": "Pakan tuonti onnistui",
|
|
203
|
-
"downloadCount": "Lataukset",
|
|
204
|
-
"makePublic": "Julkistaa",
|
|
205
|
-
"makePrivate": "Tee yksityiseksi"
|
|
206
|
-
},
|
|
207
|
-
"gamification": {
|
|
208
|
-
"profile": {
|
|
209
|
-
"level": "Taso",
|
|
210
|
-
"xp": "XP",
|
|
211
|
-
"rank": "Sijoitus",
|
|
212
|
-
"progress": "Edistyminen seuraavalle tasolle",
|
|
213
|
-
"totalXP": "Ansaittu XP yhteensä"
|
|
214
|
-
},
|
|
215
|
-
"ranks": {
|
|
216
|
-
"novice": "Noviisi",
|
|
217
|
-
"apprentice": "Oppipoika",
|
|
218
|
-
"scholar": "Tutkija",
|
|
219
|
-
"expert": "Asiantuntija",
|
|
220
|
-
"master": "Hallita",
|
|
221
|
-
"grandmaster": "Suurmestari",
|
|
222
|
-
"legend": "Legenda"
|
|
223
|
-
},
|
|
224
|
-
"achievements": {
|
|
225
|
-
"title": "Saavutukset",
|
|
226
|
-
"unlocked": "Avattu",
|
|
227
|
-
"locked": "Lukittu",
|
|
228
|
-
"progress": "Edistyminen",
|
|
229
|
-
"reward": "Palkkio",
|
|
230
|
-
"unlockedAt": "Avattu päälle",
|
|
231
|
-
"categories": {
|
|
232
|
-
"study": "Opiskelu",
|
|
233
|
-
"cards": "Kortit",
|
|
234
|
-
"decks": "Kannet",
|
|
235
|
-
"streak": "Viiva",
|
|
236
|
-
"special": "Erityinen"
|
|
237
|
-
}
|
|
238
|
-
},
|
|
239
|
-
"challenges": {
|
|
240
|
-
"title": "Päivittäiset haasteet",
|
|
241
|
-
"today": "Tämän päivän haasteet",
|
|
242
|
-
"completed": "Valmis",
|
|
243
|
-
"inProgress": "Käynnissä",
|
|
244
|
-
"reward": "Palkkio",
|
|
245
|
-
"goal": "Maali",
|
|
246
|
-
"progress": "Edistyminen"
|
|
247
|
-
},
|
|
248
|
-
"xpRewards": {
|
|
249
|
-
"cardReviewed": "+{{amount}} XP - kortti tarkistettu",
|
|
250
|
-
"cardCorrect": "+{{amount}} XP - Oikea vastaus",
|
|
251
|
-
"cardPerfect": "+{{amount}} XP - täydellinen!",
|
|
252
|
-
"deckCreated": "+{{amount}} XP - Pakki luotu",
|
|
253
|
-
"studySession": "+{{amount}} XP - Opintojakso",
|
|
254
|
-
"dailyGoal": "+{{amount}} XP - Päivittäinen tavoite saavutettu",
|
|
255
|
-
"streakDay": "+{{amount}} XP - putkipäivä",
|
|
256
|
-
"achievementUnlocked": "+{{amount}} XP - saavutus avattu"
|
|
257
|
-
}
|
|
258
|
-
},
|
|
259
|
-
"matching": {
|
|
260
|
-
"title": "Vastaava peli",
|
|
261
|
-
"instructions": "Yhdistä kortit napauttamalla pareja",
|
|
262
|
-
"matches": "Ottelut",
|
|
263
|
-
"attempts": "Yritykset",
|
|
264
|
-
"timeElapsed": "Aika",
|
|
265
|
-
"perfect": "Täydellinen ottelu!",
|
|
266
|
-
"tryAgain": "Yritä uudelleen"
|
|
267
|
-
},
|
|
268
|
-
"quiz": {
|
|
269
|
-
"title": "Monivalintakilpailu",
|
|
270
|
-
"question": "Kysymys",
|
|
271
|
-
"chooseAnswer": "Valitse oikea vastaus",
|
|
272
|
-
"correct": "Korjata!",
|
|
273
|
-
"incorrect": "Väärin",
|
|
274
|
-
"showAnswer": "Näytä vastaus",
|
|
275
|
-
"nextQuestion": "Seuraava kysymys"
|
|
276
|
-
},
|
|
277
|
-
"writing": {
|
|
278
|
-
"title": "Kirjoitustila",
|
|
279
|
-
"instructions": "Kirjoita vastaus",
|
|
280
|
-
"yourAnswer": "Sinun vastauksesi",
|
|
281
|
-
"correctAnswer": "Oikea vastaus",
|
|
282
|
-
"similarity": "Samankaltaisuus",
|
|
283
|
-
"strictMode": "Tiukka tila",
|
|
284
|
-
"fuzzyMatching": "Sumea vastaavuus",
|
|
285
|
-
"check": "Tarkista vastaus"
|
|
286
|
-
}
|
|
287
|
-
}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"back": "Takaisin",
|
|
3
|
-
"cancel": "Peruuttaa",
|
|
4
|
-
"confirm": "Vahvistaa",
|
|
5
|
-
"continue": "Jatkaa",
|
|
6
|
-
"delete": "Poistaa",
|
|
7
|
-
"edit": "Muokata",
|
|
8
|
-
"error": "Virhe",
|
|
9
|
-
"loading": "Ladataan...",
|
|
10
|
-
"notNow": "Ei nyt",
|
|
11
|
-
"ok": "OK",
|
|
12
|
-
"optional": "Valinnainen",
|
|
13
|
-
"save": "Tallentaa",
|
|
14
|
-
"something_went_wrong": "Jotain meni pieleen",
|
|
15
|
-
"success": "Menestys",
|
|
16
|
-
"close": "Lähellä",
|
|
17
|
-
"done": "Tehty",
|
|
18
|
-
"next": "Seuraavaksi",
|
|
19
|
-
"previous": "Edellinen",
|
|
20
|
-
"skip": "Ohita",
|
|
21
|
-
"retry": "Yritä uudelleen",
|
|
22
|
-
"refresh": "Päivitä",
|
|
23
|
-
"search": "Haku",
|
|
24
|
-
"filter": "Suodattaa",
|
|
25
|
-
"sort": "Järjestellä",
|
|
26
|
-
"add": "Lisätä",
|
|
27
|
-
"remove": "Poistaa",
|
|
28
|
-
"update": "Päivittää",
|
|
29
|
-
"create": "Luoda",
|
|
30
|
-
"view": "Näytä",
|
|
31
|
-
"details": "Yksityiskohdat",
|
|
32
|
-
"share": "Jakaa",
|
|
33
|
-
"download": "Lataa",
|
|
34
|
-
"upload": "Lataa",
|
|
35
|
-
"submit": "Lähetä",
|
|
36
|
-
"reset": "Nollaa",
|
|
37
|
-
"clear": "Selkeä",
|
|
38
|
-
"apply": "Käytä",
|
|
39
|
-
"yes": "Kyllä",
|
|
40
|
-
"no": "Ei",
|
|
41
|
-
"all": "Kaikki",
|
|
42
|
-
"none": "Ei mitään",
|
|
43
|
-
"of": "/",
|
|
44
|
-
"select": "Valitse",
|
|
45
|
-
"selected": "Valittu",
|
|
46
|
-
"required": "Pakollinen",
|
|
47
|
-
"empty": "Tyhjä",
|
|
48
|
-
"noData": "Tietoja ei ole saatavilla",
|
|
49
|
-
"noResults": "Tuloksia ei löytynyt",
|
|
50
|
-
"tryAgain": "Yritä uudelleen",
|
|
51
|
-
"learnMore": "Lue lisää",
|
|
52
|
-
"getStarted": "Aloita",
|
|
53
|
-
"viewAll": "Näytä kaikki",
|
|
54
|
-
"showMore": "Näytä lisää",
|
|
55
|
-
"showLess": "Näytä vähemmän",
|
|
56
|
-
"start": "Aloita",
|
|
57
|
-
"study": "Opiskelu",
|
|
58
|
-
"cards": "Kortit",
|
|
59
|
-
"correct": "Korjata",
|
|
60
|
-
"incorrect": "Väärin"
|
|
61
|
-
}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Auto-generated translation loader for fi-FI
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by:
|
|
5
|
-
* npm run localization:create-loaders
|
|
6
|
-
*
|
|
7
|
-
* DO NOT EDIT THIS FILE MANUALLY!
|
|
8
|
-
*
|
|
9
|
-
* Translation Modules:
|
|
10
|
-
* - auth: auth.json
|
|
11
|
-
* - branding: branding.json
|
|
12
|
-
* - datetime: datetime.json
|
|
13
|
-
* - errors: errors.json
|
|
14
|
-
* - flashcards: flashcards.json
|
|
15
|
-
* - general: general.json
|
|
16
|
-
* - navigation: navigation.json
|
|
17
|
-
* - onboarding: onboarding.json
|
|
18
|
-
* - settings: settings.json
|
|
19
|
-
*
|
|
20
|
-
* Generated: 2025-11-06T20:57:31.290Z
|
|
21
|
-
*/
|
|
22
|
-
|
|
23
|
-
// Import all translation modules
|
|
24
|
-
// Use require for JSON files to ensure proper Metro bundler handling
|
|
25
|
-
const auth = require('./auth.json');
|
|
26
|
-
const branding = require('./branding.json');
|
|
27
|
-
const datetime = require('./datetime.json');
|
|
28
|
-
const errors = require('./errors.json');
|
|
29
|
-
const flashcards = require('./flashcards.json');
|
|
30
|
-
const general = require('./general.json');
|
|
31
|
-
const navigation = require('./navigation.json');
|
|
32
|
-
const onboarding = require('./onboarding.json');
|
|
33
|
-
const settings = require('./settings.json');
|
|
34
|
-
|
|
35
|
-
// Merge all modules into a single translation object
|
|
36
|
-
// Using nested structure for better namespace organization
|
|
37
|
-
const translations = {
|
|
38
|
-
auth,
|
|
39
|
-
branding,
|
|
40
|
-
datetime,
|
|
41
|
-
errors,
|
|
42
|
-
flashcards,
|
|
43
|
-
general,
|
|
44
|
-
navigation,
|
|
45
|
-
onboarding,
|
|
46
|
-
settings,
|
|
47
|
-
};
|
|
48
|
-
|
|
49
|
-
export default translations;
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"home": "Kotiin",
|
|
3
|
-
"settings": "Asetukset",
|
|
4
|
-
"about": "Noin",
|
|
5
|
-
"back": "Takaisin",
|
|
6
|
-
"explore": "Tutkia",
|
|
7
|
-
"search": "Haku",
|
|
8
|
-
"favorites": "Suosikit",
|
|
9
|
-
"activity": "Toiminta",
|
|
10
|
-
"discover": "Tutustu",
|
|
11
|
-
"library": "Kirjasto",
|
|
12
|
-
"stats": "Tilastot",
|
|
13
|
-
"wellness": "Hyvinvointi",
|
|
14
|
-
"exercises": "Harjoitukset",
|
|
15
|
-
"nutrition": "Ravitsemus",
|
|
16
|
-
"progress": "Edistyminen",
|
|
17
|
-
"workouts": "Harjoitukset",
|
|
18
|
-
"dashboard": "Kojelauta",
|
|
19
|
-
"calendar": "Kalenteri",
|
|
20
|
-
"tasks": "Tehtävät",
|
|
21
|
-
"notes": "Huomautuksia",
|
|
22
|
-
"projects": "Projektit",
|
|
23
|
-
"goals": "Maalit",
|
|
24
|
-
"habits": "Tottumukset",
|
|
25
|
-
"budget": "Budjetti",
|
|
26
|
-
"expenses": "Kulut",
|
|
27
|
-
"income": "Tulot",
|
|
28
|
-
"accounts": "Tilit",
|
|
29
|
-
"reports": "Raportit",
|
|
30
|
-
"courses": "Kurssit",
|
|
31
|
-
"lessons": "Oppitunnit",
|
|
32
|
-
"practice": "Harjoitella",
|
|
33
|
-
"learning": "Oppiminen",
|
|
34
|
-
"meditation": "Meditaatio",
|
|
35
|
-
"journal": "Journal",
|
|
36
|
-
"timer": "Ajastin",
|
|
37
|
-
"tracking": "Seuranta",
|
|
38
|
-
"analytics": "Analytics",
|
|
39
|
-
"community": "yhteisössä",
|
|
40
|
-
"feed": "Syötä",
|
|
41
|
-
"browse": "Selaa",
|
|
42
|
-
"categories": "Luokat",
|
|
43
|
-
"saved": "Tallennettu",
|
|
44
|
-
"history": "Historia",
|
|
45
|
-
"achievements": "Saavutukset",
|
|
46
|
-
"leaderboard": "Tulostaulukko",
|
|
47
|
-
"challenges": "Haasteet",
|
|
48
|
-
"rewards": "Palkinnot",
|
|
49
|
-
"today": "Tänään",
|
|
50
|
-
"medicines": "Lääkkeet",
|
|
51
|
-
"adherence": "Sitoutuminen",
|
|
52
|
-
"decks": "Kannet",
|
|
53
|
-
"cards": "Kortit",
|
|
54
|
-
"study": "Opiskelu",
|
|
55
|
-
"decksDescription": "Organize and manage your flashcard decks",
|
|
56
|
-
"cardsDescription": "View and edit all your flashcards",
|
|
57
|
-
"studyDescription": "Practice with spaced repetition system"
|
|
58
|
-
}
|