@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,276 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"home": {
|
|
3
|
-
"welcome": "Bienvenido a Flashcard Maker",
|
|
4
|
-
"subtitle": "Domina cualquier tema con tarjetas didácticas interactivas",
|
|
5
|
-
"quickStudy": "Estudio rápido",
|
|
6
|
-
"quickStudyDesc": "Empieza a estudiar tus mazos recientes",
|
|
7
|
-
"createDeck": "Crear mazo",
|
|
8
|
-
"createDeckDesc": "Construye una nueva baraja de tarjetas didácticas",
|
|
9
|
-
"recentActivity": "Actividad reciente",
|
|
10
|
-
"noDecksYet": "Aún no has creado ningún mazo",
|
|
11
|
-
"browseDecks": "Explorar mazos",
|
|
12
|
-
"statistics": "Estadística",
|
|
13
|
-
"totalDecks": "Cubiertas totales",
|
|
14
|
-
"totalCards": "Tarjetas totales",
|
|
15
|
-
"studySessions": "Sesiones de estudio"
|
|
16
|
-
},
|
|
17
|
-
"decks": {
|
|
18
|
-
"noDecks": "No se encontraron mazos",
|
|
19
|
-
"noDecksDesc": "Crea tu primera baraja de tarjetas didácticas para empezar",
|
|
20
|
-
"createFirstDeck": "Crear el primer mazo",
|
|
21
|
-
"createDeck": "Crear mazo",
|
|
22
|
-
"editDeck": "Editar mazo",
|
|
23
|
-
"recentlyStudied": "Estudiado recientemente",
|
|
24
|
-
"allDecks": "Todos los mazos",
|
|
25
|
-
"easy": "Fácil",
|
|
26
|
-
"medium": "Medio",
|
|
27
|
-
"hard": "Duro"
|
|
28
|
-
},
|
|
29
|
-
"study": {
|
|
30
|
-
"noCards": "No hay tarjetas disponibles",
|
|
31
|
-
"noCardsDesc": "Añade algunas cartas a un mazo para empezar a estudiar",
|
|
32
|
-
"browseDecks": "Explorar mazos",
|
|
33
|
-
"question": "Pregunta",
|
|
34
|
-
"answer": "Respuesta",
|
|
35
|
-
"showQuestion": "Mostrar pregunta",
|
|
36
|
-
"showAnswer": "Mostrar respuesta",
|
|
37
|
-
"correct": "Correcto",
|
|
38
|
-
"incorrect": "Incorrecto",
|
|
39
|
-
"skip": "Saltar",
|
|
40
|
-
"skipped": "Saltado",
|
|
41
|
-
"studyComplete": "Estudio completo",
|
|
42
|
-
"wellDone": "¡Bien hecho!",
|
|
43
|
-
"sessionComplete": "Sesión completa"
|
|
44
|
-
},
|
|
45
|
-
"create": {
|
|
46
|
-
"createDeck": "Crear mazo",
|
|
47
|
-
"addCards": "Agregar tarjetas",
|
|
48
|
-
"deckInfo": "Información de la cubierta",
|
|
49
|
-
"cardInfo": "Información de la tarjeta",
|
|
50
|
-
"deckTitle": "Título del mazo",
|
|
51
|
-
"deckTitlePlaceholder": "Introduce el título del mazo",
|
|
52
|
-
"deckDescription": "Descripción",
|
|
53
|
-
"deckDescriptionPlaceholder": "Ingrese la descripción del mazo",
|
|
54
|
-
"category": "Categoría",
|
|
55
|
-
"selectCategory": "Seleccionar categoría",
|
|
56
|
-
"cardFront": "Lado frontal",
|
|
57
|
-
"cardFrontPlaceholder": "Ingrese pregunta o término",
|
|
58
|
-
"cardBack": "Lado trasero",
|
|
59
|
-
"cardBackPlaceholder": "Ingrese respuesta o definición",
|
|
60
|
-
"difficulty": "Dificultad",
|
|
61
|
-
"addCard": "Agregar tarjeta",
|
|
62
|
-
"addedCards": "Tarjetas agregadas",
|
|
63
|
-
"saveDeck": "Guardar mazo"
|
|
64
|
-
},
|
|
65
|
-
"cards": {
|
|
66
|
-
"noCards": "No se encontraron tarjetas",
|
|
67
|
-
"noCardsDesc": "Crea tu primera tarjeta didáctica para comenzar",
|
|
68
|
-
"createFirstCard": "Crear primera tarjeta",
|
|
69
|
-
"createCard": "Crear tarjeta",
|
|
70
|
-
"editCard": "Editar tarjeta",
|
|
71
|
-
"selectDeck": "Seleccionar mazo",
|
|
72
|
-
"selectDeckPlaceholder": "Elige un mazo para esta carta"
|
|
73
|
-
},
|
|
74
|
-
"common": {
|
|
75
|
-
"clearFilter": "Borrar filtro"
|
|
76
|
-
},
|
|
77
|
-
"studyModes": {
|
|
78
|
-
"classic": "Clásico",
|
|
79
|
-
"matching": "Juego de correspondencias",
|
|
80
|
-
"quiz": "Opción múltiple",
|
|
81
|
-
"writing": "Modo de escritura",
|
|
82
|
-
"timed": "Desafío cronometrado",
|
|
83
|
-
"selectMode": "Seleccione el modo de estudio"
|
|
84
|
-
},
|
|
85
|
-
"session": {
|
|
86
|
-
"complete": "Sesión completa",
|
|
87
|
-
"accuracy": "Exactitud",
|
|
88
|
-
"speed": "Velocidad",
|
|
89
|
-
"score": "Puntaje",
|
|
90
|
-
"cardsPerMinute": "tarjetas/min",
|
|
91
|
-
"grade": "Calificación",
|
|
92
|
-
"feedback": {
|
|
93
|
-
"excellent": "¡Excelente trabajo! ¡Has dominado este mazo!",
|
|
94
|
-
"great": "¡Buen trabajo! ¡Sigan con el buen trabajo!",
|
|
95
|
-
"good": "¡Buen progreso! Practica más para mejorar.",
|
|
96
|
-
"keep_practicing": "¡Sigue practicando! Estás llegando allí.",
|
|
97
|
-
"keep_studying": "¡Sigue estudiando! Revise estas tarjetas nuevamente."
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
|
-
"rating": {
|
|
101
|
-
"fail": "De nuevo",
|
|
102
|
-
"hard": "Duro",
|
|
103
|
-
"good": "Bien",
|
|
104
|
-
"easy": "Fácil",
|
|
105
|
-
"perfect": "Perfecto"
|
|
106
|
-
},
|
|
107
|
-
"srs": {
|
|
108
|
-
"dueToday": "Vencimiento hoy",
|
|
109
|
-
"dueCards": "Tarjetas vencidas",
|
|
110
|
-
"nextReview": "Próxima revisión",
|
|
111
|
-
"interval": "Intervalo",
|
|
112
|
-
"repetitions": "repeticiones",
|
|
113
|
-
"easeFactor": "Factor de facilidad",
|
|
114
|
-
"reviewHistory": "Revisar el historial",
|
|
115
|
-
"retention": "Tasa de retención",
|
|
116
|
-
"again": "De nuevo",
|
|
117
|
-
"hard": "Duro",
|
|
118
|
-
"good": "Bien",
|
|
119
|
-
"easy": "Fácil"
|
|
120
|
-
},
|
|
121
|
-
"media": {
|
|
122
|
-
"image": "Imagen",
|
|
123
|
-
"chooseImage": "Elige Imagen",
|
|
124
|
-
"takePhoto": "tomar foto",
|
|
125
|
-
"permissionDenied": "Permiso denegado para acceder a las fotos.",
|
|
126
|
-
"cameraPermissionDenied": "Permiso denegado para acceder a la cámara",
|
|
127
|
-
"imageFailed": "No se pudo cargar la imagen",
|
|
128
|
-
"cameraFailed": "No se pudo abrir la cámara",
|
|
129
|
-
"audio": "Audio",
|
|
130
|
-
"record": "Grabar audio",
|
|
131
|
-
"recording": "Grabación...",
|
|
132
|
-
"stopRecording": "Detener grabación",
|
|
133
|
-
"play": "Jugar",
|
|
134
|
-
"stop": "Detener",
|
|
135
|
-
"speak": "Hablar",
|
|
136
|
-
"audioPermissionDenied": "Permiso denegado para grabar audio.",
|
|
137
|
-
"recordingFailed": "No se pudo grabar audio",
|
|
138
|
-
"playbackFailed": "No se pudo reproducir el audio",
|
|
139
|
-
"ttsFailed": "Falló la conversión de texto a voz",
|
|
140
|
-
"noText": "No hay texto para hablar"
|
|
141
|
-
},
|
|
142
|
-
"import": {
|
|
143
|
-
"title": "Importar cubierta",
|
|
144
|
-
"chooseFormat": "Elija formato",
|
|
145
|
-
"csv": "CSV (Excel)",
|
|
146
|
-
"json": "JSON",
|
|
147
|
-
"quizlet": "cuestionario",
|
|
148
|
-
"selectFile": "Seleccionar archivo",
|
|
149
|
-
"importing": "Importador...",
|
|
150
|
-
"viewErrors": "Ver errores"
|
|
151
|
-
},
|
|
152
|
-
"export": {
|
|
153
|
-
"title": "Exportar cubierta",
|
|
154
|
-
"chooseFormat": "Elija formato",
|
|
155
|
-
"csv": "CSV (Excel)",
|
|
156
|
-
"json": "JSON (completo)",
|
|
157
|
-
"quizlet": "cuestionario",
|
|
158
|
-
"includeStats": "Incluir estadísticas",
|
|
159
|
-
"includeMedia": "Incluir medios",
|
|
160
|
-
"exporting": "Exportador...",
|
|
161
|
-
"success": "Cubierta exportada exitosamente"
|
|
162
|
-
},
|
|
163
|
-
"statistics": {
|
|
164
|
-
"title": "Estadística",
|
|
165
|
-
"overview": "Descripción general",
|
|
166
|
-
"totalCards": "Tarjetas totales",
|
|
167
|
-
"cardsStudied": "Tarjetas estudiadas",
|
|
168
|
-
"totalReviews": "Reseñas totales",
|
|
169
|
-
"correctReviews": "Reseñas correctas",
|
|
170
|
-
"accuracy": "Exactitud",
|
|
171
|
-
"averageTimePerCard": "Tiempo promedio por tarjeta",
|
|
172
|
-
"totalStudyTime": "Tiempo total de estudio",
|
|
173
|
-
"studySessions": "Sesiones de estudio",
|
|
174
|
-
"streak": {
|
|
175
|
-
"current": "Racha actual",
|
|
176
|
-
"longest": "Racha más larga",
|
|
177
|
-
"days": "días"
|
|
178
|
-
},
|
|
179
|
-
"charts": {
|
|
180
|
-
"daily": "A diario",
|
|
181
|
-
"weekly": "Semanalmente",
|
|
182
|
-
"monthly": "Mensual",
|
|
183
|
-
"performance": "Actuación",
|
|
184
|
-
"activity": "Actividad"
|
|
185
|
-
}
|
|
186
|
-
},
|
|
187
|
-
"sharing": {
|
|
188
|
-
"title": "Compartir mazo",
|
|
189
|
-
"generateCode": "Generar código compartido",
|
|
190
|
-
"shareCode": "Compartir código",
|
|
191
|
-
"qrCode": "Código QR",
|
|
192
|
-
"copyCode": "Copiar código",
|
|
193
|
-
"codeCopied": "Código copiado al portapapeles",
|
|
194
|
-
"shareAsFile": "Compartir como archivo",
|
|
195
|
-
"shareAsLink": "Compartir como enlace",
|
|
196
|
-
"importCode": "Código de importación",
|
|
197
|
-
"enterCode": "Ingrese el código de 6 dígitos",
|
|
198
|
-
"invalidCode": "Código compartido no válido",
|
|
199
|
-
"importing": "Importando plataforma...",
|
|
200
|
-
"importSuccess": "Cubierta importada exitosamente",
|
|
201
|
-
"downloadCount": "Descargas",
|
|
202
|
-
"makePublic": "Promulgar",
|
|
203
|
-
"makePrivate": "Hacer privado"
|
|
204
|
-
},
|
|
205
|
-
"gamification": {
|
|
206
|
-
"profile": {
|
|
207
|
-
"level": "Nivel",
|
|
208
|
-
"xp": "experiencia",
|
|
209
|
-
"rank": "Rango",
|
|
210
|
-
"progress": "Progresar al siguiente nivel",
|
|
211
|
-
"totalXP": "XP total obtenida"
|
|
212
|
-
},
|
|
213
|
-
"ranks": {
|
|
214
|
-
"novice": "Principiante",
|
|
215
|
-
"apprentice": "Aprendiz",
|
|
216
|
-
"scholar": "Erudito",
|
|
217
|
-
"expert": "Experto",
|
|
218
|
-
"master": "Maestro",
|
|
219
|
-
"grandmaster": "gran maestro",
|
|
220
|
-
"legend": "Leyenda"
|
|
221
|
-
},
|
|
222
|
-
"achievements": {
|
|
223
|
-
"title": "Logros",
|
|
224
|
-
"unlocked": "desbloqueado",
|
|
225
|
-
"locked": "bloqueado",
|
|
226
|
-
"progress": "Progreso",
|
|
227
|
-
"reward": "Premio",
|
|
228
|
-
"unlockedAt": "Desbloqueado el",
|
|
229
|
-
"categories": {
|
|
230
|
-
"study": "Estudiar",
|
|
231
|
-
"cards": "Tarjetas",
|
|
232
|
-
"decks": "Cubiertas",
|
|
233
|
-
"streak": "Racha",
|
|
234
|
-
"special": "Especial"
|
|
235
|
-
}
|
|
236
|
-
},
|
|
237
|
-
"challenges": {
|
|
238
|
-
"title": "Desafíos diarios",
|
|
239
|
-
"today": "Los desafíos de hoy",
|
|
240
|
-
"completed": "Terminado",
|
|
241
|
-
"inProgress": "En curso",
|
|
242
|
-
"reward": "Premio",
|
|
243
|
-
"goal": "Meta",
|
|
244
|
-
"progress": "Progreso"
|
|
245
|
-
},
|
|
246
|
-
"xpRewards": {}
|
|
247
|
-
},
|
|
248
|
-
"matching": {
|
|
249
|
-
"title": "Juego de correspondencias",
|
|
250
|
-
"instructions": "Une las cartas tocando pares",
|
|
251
|
-
"matches": "Partidos",
|
|
252
|
-
"attempts": "Intentos",
|
|
253
|
-
"timeElapsed": "Tiempo",
|
|
254
|
-
"perfect": "¡Combinación perfecta!",
|
|
255
|
-
"tryAgain": "Intentar otra vez"
|
|
256
|
-
},
|
|
257
|
-
"quiz": {
|
|
258
|
-
"title": "Prueba de opción múltiple",
|
|
259
|
-
"question": "Pregunta",
|
|
260
|
-
"chooseAnswer": "Elige la respuesta correcta",
|
|
261
|
-
"correct": "¡Correcto!",
|
|
262
|
-
"incorrect": "Incorrecto",
|
|
263
|
-
"showAnswer": "Mostrar respuesta",
|
|
264
|
-
"nextQuestion": "Siguiente pregunta"
|
|
265
|
-
},
|
|
266
|
-
"writing": {
|
|
267
|
-
"title": "Modo de escritura",
|
|
268
|
-
"instructions": "Escribe la respuesta",
|
|
269
|
-
"yourAnswer": "Tu respuesta",
|
|
270
|
-
"correctAnswer": "Respuesta correcta",
|
|
271
|
-
"similarity": "Semejanza",
|
|
272
|
-
"strictMode": "Modo estricto",
|
|
273
|
-
"fuzzyMatching": "Coincidencia difusa",
|
|
274
|
-
"check": "Verificar respuesta"
|
|
275
|
-
}
|
|
276
|
-
}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"back": "Atrás",
|
|
3
|
-
"cancel": "Cancelar",
|
|
4
|
-
"confirm": "Confirmar",
|
|
5
|
-
"continue": "Continuar",
|
|
6
|
-
"delete": "Borrar",
|
|
7
|
-
"edit": "Editar",
|
|
8
|
-
"error": "Error",
|
|
9
|
-
"loading": "Cargando...",
|
|
10
|
-
"notNow": "Ahora no",
|
|
11
|
-
"ok": "DE ACUERDO",
|
|
12
|
-
"optional": "Opcional",
|
|
13
|
-
"save": "Ahorrar",
|
|
14
|
-
"something_went_wrong": "algo salió mal",
|
|
15
|
-
"success": "Éxito",
|
|
16
|
-
"close": "Cerca",
|
|
17
|
-
"done": "Hecho",
|
|
18
|
-
"next": "Próximo",
|
|
19
|
-
"previous": "Anterior",
|
|
20
|
-
"skip": "Saltar",
|
|
21
|
-
"retry": "Rever",
|
|
22
|
-
"refresh": "Refrescar",
|
|
23
|
-
"search": "Buscar",
|
|
24
|
-
"filter": "Filtrar",
|
|
25
|
-
"sort": "Clasificar",
|
|
26
|
-
"add": "Agregar",
|
|
27
|
-
"remove": "Eliminar",
|
|
28
|
-
"update": "Actualizar",
|
|
29
|
-
"create": "Crear",
|
|
30
|
-
"view": "Vista",
|
|
31
|
-
"details": "Detalles",
|
|
32
|
-
"share": "Compartir",
|
|
33
|
-
"download": "Descargar",
|
|
34
|
-
"upload": "Subir",
|
|
35
|
-
"submit": "Entregar",
|
|
36
|
-
"reset": "Reiniciar",
|
|
37
|
-
"clear": "Claro",
|
|
38
|
-
"apply": "Aplicar",
|
|
39
|
-
"yes": "Sí",
|
|
40
|
-
"no": "No",
|
|
41
|
-
"all": "Todo",
|
|
42
|
-
"none": "Ninguno",
|
|
43
|
-
"of": "de",
|
|
44
|
-
"select": "Seleccionar",
|
|
45
|
-
"selected": "Seleccionado",
|
|
46
|
-
"required": "Requerido",
|
|
47
|
-
"empty": "Vacío",
|
|
48
|
-
"noData": "No hay datos disponibles",
|
|
49
|
-
"noResults": "No se encontraron resultados",
|
|
50
|
-
"tryAgain": "Intentar otra vez",
|
|
51
|
-
"learnMore": "Más información",
|
|
52
|
-
"getStarted": "empezar",
|
|
53
|
-
"viewAll": "Ver todo",
|
|
54
|
-
"showMore": "Mostrar más",
|
|
55
|
-
"showLess": "Mostrar menos",
|
|
56
|
-
"start": "Comenzar",
|
|
57
|
-
"study": "Estudiar",
|
|
58
|
-
"cards": "Tarjetas",
|
|
59
|
-
"correct": "Correcto",
|
|
60
|
-
"incorrect": "Incorrecto"
|
|
61
|
-
}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Auto-generated translation loader for es-MX
|
|
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": "Hogar",
|
|
3
|
-
"settings": "Ajustes",
|
|
4
|
-
"about": "Acerca de",
|
|
5
|
-
"back": "Atrás",
|
|
6
|
-
"explore": "Explorar",
|
|
7
|
-
"search": "Buscar",
|
|
8
|
-
"favorites": "Favoritos",
|
|
9
|
-
"activity": "Actividad",
|
|
10
|
-
"discover": "Descubrir",
|
|
11
|
-
"library": "Biblioteca",
|
|
12
|
-
"stats": "Estadísticas",
|
|
13
|
-
"wellness": "Bienestar",
|
|
14
|
-
"exercises": "Ceremonias",
|
|
15
|
-
"nutrition": "Nutrición",
|
|
16
|
-
"progress": "Progreso",
|
|
17
|
-
"workouts": "Entrenamientos",
|
|
18
|
-
"dashboard": "Panel",
|
|
19
|
-
"calendar": "Calendario",
|
|
20
|
-
"tasks": "Tareas",
|
|
21
|
-
"notes": "Notas",
|
|
22
|
-
"projects": "Proyectos",
|
|
23
|
-
"goals": "Objetivos",
|
|
24
|
-
"habits": "Hábitos",
|
|
25
|
-
"budget": "Presupuesto",
|
|
26
|
-
"expenses": "Gastos",
|
|
27
|
-
"income": "Ingreso",
|
|
28
|
-
"accounts": "Cuentas",
|
|
29
|
-
"reports": "Informes",
|
|
30
|
-
"courses": "Cursos",
|
|
31
|
-
"lessons": "Lecciones",
|
|
32
|
-
"practice": "Práctica",
|
|
33
|
-
"learning": "Aprendiendo",
|
|
34
|
-
"meditation": "Meditación",
|
|
35
|
-
"journal": "Diario",
|
|
36
|
-
"timer": "Minutero",
|
|
37
|
-
"tracking": "Seguimiento",
|
|
38
|
-
"analytics": "Analítica",
|
|
39
|
-
"community": "Comunidad",
|
|
40
|
-
"feed": "Alimentar",
|
|
41
|
-
"browse": "Navegar",
|
|
42
|
-
"categories": "Categorías",
|
|
43
|
-
"saved": "Guardado",
|
|
44
|
-
"history": "Historia",
|
|
45
|
-
"achievements": "Logros",
|
|
46
|
-
"leaderboard": "Tabla de clasificación",
|
|
47
|
-
"challenges": "Desafíos",
|
|
48
|
-
"rewards": "Recompensas",
|
|
49
|
-
"today": "Hoy",
|
|
50
|
-
"medicines": "Medicamentos",
|
|
51
|
-
"adherence": "Adherencia",
|
|
52
|
-
"decks": "Cubiertas",
|
|
53
|
-
"cards": "Tarjetas",
|
|
54
|
-
"study": "Estudiar",
|
|
55
|
-
"decksDescription": "Organize and manage your flashcard decks",
|
|
56
|
-
"cardsDescription": "View and edit all your flashcards",
|
|
57
|
-
"studyDescription": "Practice with spaced repetition system"
|
|
58
|
-
}
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"skip": "Saltar",
|
|
3
|
-
"getStarted": "Empezar",
|
|
4
|
-
"welcome": {
|
|
5
|
-
"title": "¡Bienvenido!",
|
|
6
|
-
"subtitle": "Tu viaje comienza aquí",
|
|
7
|
-
"getStarted": "Empezar",
|
|
8
|
-
"skip": "Saltar"
|
|
9
|
-
},
|
|
10
|
-
"slides": {
|
|
11
|
-
"slide1": {
|
|
12
|
-
"title": "Descubra funciones sorprendentes",
|
|
13
|
-
"description": "Explora todo lo que nuestra aplicación tiene para ofrecer"
|
|
14
|
-
},
|
|
15
|
-
"slide2": {
|
|
16
|
-
"title": "Manténgase organizado",
|
|
17
|
-
"description": "Mantenga un registro de lo más importante"
|
|
18
|
-
},
|
|
19
|
-
"slide3": {
|
|
20
|
-
"title": "Logre sus objetivos",
|
|
21
|
-
"description": "Estamos aquí para ayudarle a tener éxito"
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
"permissions": {
|
|
25
|
-
"title": "Permisos",
|
|
26
|
-
"subtitle": "Necesitamos algunos permisos para brindar la mejor experiencia.",
|
|
27
|
-
"location": {
|
|
28
|
-
"title": "Ubicación",
|
|
29
|
-
"description": "Proporcionar funciones basadas en la ubicación",
|
|
30
|
-
"enable": "Habilitar ubicación"
|
|
31
|
-
},
|
|
32
|
-
"camera": {
|
|
33
|
-
"title": "Cámara",
|
|
34
|
-
"description": "Tome fotografías y escanee documentos",
|
|
35
|
-
"enable": "Habilitar cámara"
|
|
36
|
-
},
|
|
37
|
-
"photos": {
|
|
38
|
-
"title": "Fotos",
|
|
39
|
-
"description": "Accede a tu biblioteca de fotos",
|
|
40
|
-
"enable": "Habilitar fotos"
|
|
41
|
-
},
|
|
42
|
-
"later": "haré esto más tarde",
|
|
43
|
-
"continue": "Continuar"
|
|
44
|
-
},
|
|
45
|
-
"personalization": {
|
|
46
|
-
"title": "Personaliza tu experiencia",
|
|
47
|
-
"subtitle": "Cuéntanos sobre ti",
|
|
48
|
-
"goals": {
|
|
49
|
-
"title": "¿Cuáles son tus objetivos?",
|
|
50
|
-
"options": [
|
|
51
|
-
"mantente saludable",
|
|
52
|
-
"Se productivo",
|
|
53
|
-
"Aprende nuevas habilidades",
|
|
54
|
-
"Conéctate con otros",
|
|
55
|
-
"Divertirse"
|
|
56
|
-
]
|
|
57
|
-
},
|
|
58
|
-
"preferences": {
|
|
59
|
-
"title": "Establece tus preferencias",
|
|
60
|
-
"theme": "Elige el tema",
|
|
61
|
-
"language": "Elija idioma"
|
|
62
|
-
},
|
|
63
|
-
"continue": "Continuar"
|
|
64
|
-
},
|
|
65
|
-
"complete": {
|
|
66
|
-
"title": "¡Ya estás listo!",
|
|
67
|
-
"subtitle": "¡Empecemos!",
|
|
68
|
-
"startButton": "Comience a usar la aplicación"
|
|
69
|
-
},
|
|
70
|
-
"navigation": {
|
|
71
|
-
"next": "Próximo",
|
|
72
|
-
"back": "Atrás",
|
|
73
|
-
"skip": "Saltar",
|
|
74
|
-
"done": "Hecho"
|
|
75
|
-
}
|
|
76
|
-
}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"lightMode": "Modo de luz",
|
|
3
|
-
"darkMode": "Modo oscuro",
|
|
4
|
-
"language": "Idioma",
|
|
5
|
-
"aboutDescription": "Información y versión de la aplicación",
|
|
6
|
-
"about": {
|
|
7
|
-
"title": "Acerca de",
|
|
8
|
-
"description": "Información y versión de la aplicación",
|
|
9
|
-
"appVersion": "Versión de la aplicación",
|
|
10
|
-
"moreApps": "Más aplicaciones",
|
|
11
|
-
"moreAppsDescription": "Mira nuestras otras aplicaciones",
|
|
12
|
-
"contactEmail": "Correo electrónico de contacto",
|
|
13
|
-
"website": "Sitio web"
|
|
14
|
-
},
|
|
15
|
-
"disclaimer": {
|
|
16
|
-
"title": "Descargo de responsabilidad de salud",
|
|
17
|
-
"shortMessage": "Toque para leer información de salud importante",
|
|
18
|
-
"message": "Esta aplicación tiene fines informativos y de apoyo al bienestar únicamente. NO es un sustituto de la atención médica o de salud mental profesional.\n\nSi está experimentando una crisis de salud o una emergencia, comuníquese con sus servicios de emergencia locales o con su proveedor de atención médica de inmediato.\n\nConsulte siempre a profesionales sanitarios cualificados para obtener asesoramiento, diagnóstico o tratamiento médico. El contenido de esta aplicación no debe utilizarse como sustituto del criterio médico profesional.\n\nTu privacidad es importante. Todos los datos permanecen privados en su dispositivo a menos que elija compartirlos explícitamente."
|
|
19
|
-
},
|
|
20
|
-
"legal": {
|
|
21
|
-
"title": "Legal",
|
|
22
|
-
"description": "Política de privacidad, condiciones de uso y EULA",
|
|
23
|
-
"privacy": "política de privacidad",
|
|
24
|
-
"privacyDescription": "Cómo manejamos tus datos",
|
|
25
|
-
"terms": "Condiciones de uso",
|
|
26
|
-
"termsDescription": "Términos y condiciones",
|
|
27
|
-
"eula": "Acuerdo de licencia de usuario final",
|
|
28
|
-
"eulaDescription": "Acuerdo de licencia"
|
|
29
|
-
},
|
|
30
|
-
"version": {
|
|
31
|
-
"title": "Versión de la aplicación"
|
|
32
|
-
},
|
|
33
|
-
"languageSelection": {
|
|
34
|
-
"title": "Seleccionar idioma",
|
|
35
|
-
"description": "Elige tu idioma preferido",
|
|
36
|
-
"currentLanguage": "Idioma actual",
|
|
37
|
-
"searchPlaceholder": "Idiomas de búsqueda"
|
|
38
|
-
},
|
|
39
|
-
"appearance": {
|
|
40
|
-
"title": "Apariencia",
|
|
41
|
-
"darkMode": "Modo oscuro",
|
|
42
|
-
"darkTheme": "Tema oscuro",
|
|
43
|
-
"lightTheme": "Tema ligero",
|
|
44
|
-
"themeDescription": "Configuración de idioma y tema"
|
|
45
|
-
},
|
|
46
|
-
"notifications": {
|
|
47
|
-
"title": "Notificaciones",
|
|
48
|
-
"description": "Administrar preferencias de notificación",
|
|
49
|
-
"enableNotifications": "Habilitar notificaciones",
|
|
50
|
-
"notificationPermission": "Permiso de notificación",
|
|
51
|
-
"notificationPermissionDescription": "Permitir que la aplicación envíe notificaciones"
|
|
52
|
-
}
|
|
53
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"welcomeBack": "Tervetuloa Takaisin",
|
|
3
|
-
"loginSubtitle": "Kirjaudu sisään synkronoidaksesi muistikorttisi eri laitteiden välillä",
|
|
4
|
-
"email": "Sähköposti",
|
|
5
|
-
"password": "Salasana",
|
|
6
|
-
"enterPassword": "Kirjoita salasanasi",
|
|
7
|
-
"login": "Kirjaudu sisään",
|
|
8
|
-
"createAccount": "Luo tili",
|
|
9
|
-
"continueAsGuest": "Jatka vieraana",
|
|
10
|
-
"register": "Rekisteröidy",
|
|
11
|
-
"displayName": "Näyttönimi",
|
|
12
|
-
"enterDisplayName": "Kirjoita nimesi",
|
|
13
|
-
"confirmPassword": "Vahvista salasana",
|
|
14
|
-
"reenterPassword": "Kirjoita salasanasi uudelleen",
|
|
15
|
-
"backToLogin": "Takaisin kirjautumiseen",
|
|
16
|
-
"registerSubtitle": "Luo tili tietojen synkronoimiseksi",
|
|
17
|
-
"fillAllFields": "Täytä kaikki kentät",
|
|
18
|
-
"passwordsDoNotMatch": "Salasanat eivät täsmää",
|
|
19
|
-
"passwordTooShort": "Salasanassa on oltava vähintään 6 merkkiä",
|
|
20
|
-
"loginFailed": "Kirjautuminen epäonnistui. Tarkista kirjautumistietosi.",
|
|
21
|
-
"registrationFailed": "Rekisteröinti epäonnistui. Yritä uudelleen.",
|
|
22
|
-
"logout": "Kirjaudu ulos",
|
|
23
|
-
"profile": "Profiili",
|
|
24
|
-
"account": "Tili",
|
|
25
|
-
"signedInAs": "Kirjautunut sisään nimellä",
|
|
26
|
-
"guestMode": "Vierastila",
|
|
27
|
-
"guestModeDescription": "Tietosi tallennetaan paikallisesti tälle laitteelle",
|
|
28
|
-
"syncData": "Synkronoi paikalliset tiedot",
|
|
29
|
-
"syncDataDescription": "Lataa paikalliset muistikortit pilveen",
|
|
30
|
-
"syncSuccess": "Tietojen synkronointi onnistui",
|
|
31
|
-
"syncFailed": "Tietojen synkronointi epäonnistui"
|
|
32
|
-
}
|