@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,53 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"lightMode": "Light Mode",
|
|
3
|
-
"darkMode": "Dark Mode",
|
|
4
|
-
"language": "Language",
|
|
5
|
-
"aboutDescription": "App information and version",
|
|
6
|
-
"about": {
|
|
7
|
-
"title": "About",
|
|
8
|
-
"description": "App information and version",
|
|
9
|
-
"appVersion": "App Version",
|
|
10
|
-
"moreApps": "More Apps",
|
|
11
|
-
"moreAppsDescription": "Check out our other apps",
|
|
12
|
-
"contactEmail": "Contact Email",
|
|
13
|
-
"website": "Website"
|
|
14
|
-
},
|
|
15
|
-
"disclaimer": {
|
|
16
|
-
"title": "Health Disclaimer",
|
|
17
|
-
"shortMessage": "Tap to read important health information",
|
|
18
|
-
"message": "This app is for informational and wellness support purposes only. It is NOT a substitute for professional medical or mental health care.\n\nIf you're experiencing a health crisis or emergency, contact your local emergency services or healthcare provider immediately.\n\nAlways consult qualified healthcare professionals for medical advice, diagnosis, or treatment. The content in this app should not be used as a substitute for professional medical judgment.\n\nYour privacy is important. All data stays private on your device unless you explicitly choose to share it."
|
|
19
|
-
},
|
|
20
|
-
"legal": {
|
|
21
|
-
"title": "Legal",
|
|
22
|
-
"description": "Privacy policy, terms of use, and EULA",
|
|
23
|
-
"privacy": "Privacy Policy",
|
|
24
|
-
"privacyDescription": "How we handle your data",
|
|
25
|
-
"terms": "Terms of Use",
|
|
26
|
-
"termsDescription": "Terms and conditions",
|
|
27
|
-
"eula": "End User License Agreement",
|
|
28
|
-
"eulaDescription": "License agreement"
|
|
29
|
-
},
|
|
30
|
-
"version": {
|
|
31
|
-
"title": "App Version"
|
|
32
|
-
},
|
|
33
|
-
"languageSelection": {
|
|
34
|
-
"title": "Select Language",
|
|
35
|
-
"description": "Choose your preferred language",
|
|
36
|
-
"currentLanguage": "Current Language",
|
|
37
|
-
"searchPlaceholder": "Search languages"
|
|
38
|
-
},
|
|
39
|
-
"appearance": {
|
|
40
|
-
"title": "Appearance",
|
|
41
|
-
"darkMode": "Dark Mode",
|
|
42
|
-
"darkTheme": "Dark Theme",
|
|
43
|
-
"lightTheme": "Light Theme",
|
|
44
|
-
"themeDescription": "Language and theme settings"
|
|
45
|
-
},
|
|
46
|
-
"notifications": {
|
|
47
|
-
"title": "Notifications",
|
|
48
|
-
"description": "Manage notification preferences",
|
|
49
|
-
"enableNotifications": "Enable Notifications",
|
|
50
|
-
"notificationPermission": "Notification Permission",
|
|
51
|
-
"notificationPermissionDescription": "Allow app to send notifications"
|
|
52
|
-
}
|
|
53
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"welcomeBack": "Bienvenido de nuevo",
|
|
3
|
-
"loginSubtitle": "Inicia sesión para sincronizar tus tarjetas didácticas en todos los dispositivos",
|
|
4
|
-
"email": "Correo electrónico",
|
|
5
|
-
"password": "Contraseña",
|
|
6
|
-
"enterPassword": "Introduce tu contraseña",
|
|
7
|
-
"login": "Acceso",
|
|
8
|
-
"createAccount": "Crear una cuenta",
|
|
9
|
-
"continueAsGuest": "Continuar como invitado",
|
|
10
|
-
"register": "Registro",
|
|
11
|
-
"displayName": "Nombre para mostrar",
|
|
12
|
-
"enterDisplayName": "Introduce tu nombre",
|
|
13
|
-
"confirmPassword": "confirmar Contraseña",
|
|
14
|
-
"reenterPassword": "Vuelva a ingresar su contraseña",
|
|
15
|
-
"backToLogin": "Volver a iniciar sesión",
|
|
16
|
-
"registerSubtitle": "Crea una cuenta para sincronizar tus datos",
|
|
17
|
-
"fillAllFields": "Por favor complete todos los campos",
|
|
18
|
-
"passwordsDoNotMatch": "Las contraseñas no coinciden",
|
|
19
|
-
"passwordTooShort": "La contraseña debe tener al menos 6 caracteres.",
|
|
20
|
-
"loginFailed": "Error de inicio de sesion. Por favor verifique sus credenciales.",
|
|
21
|
-
"registrationFailed": "El registro falló. Por favor inténtalo de nuevo.",
|
|
22
|
-
"logout": "Cerrar sesión",
|
|
23
|
-
"profile": "Perfil",
|
|
24
|
-
"account": "Cuenta",
|
|
25
|
-
"signedInAs": "Iniciado sesión como",
|
|
26
|
-
"guestMode": "Modo invitado",
|
|
27
|
-
"guestModeDescription": "Tus datos se almacenan localmente en este dispositivo",
|
|
28
|
-
"syncData": "Sincronizar datos locales",
|
|
29
|
-
"syncDataDescription": "Sube tus tarjetas locales a la nube",
|
|
30
|
-
"syncSuccess": "Datos sincronizados exitosamente",
|
|
31
|
-
"syncFailed": "No se pudieron sincronizar los datos"
|
|
32
|
-
}
|
|
@@ -1,140 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"days": {
|
|
3
|
-
"full": {
|
|
4
|
-
"monday": "Lunes",
|
|
5
|
-
"tuesday": "Martes",
|
|
6
|
-
"wednesday": "Miércoles",
|
|
7
|
-
"thursday": "Jueves",
|
|
8
|
-
"friday": "Viernes",
|
|
9
|
-
"saturday": "Sábado",
|
|
10
|
-
"sunday": "Domingo"
|
|
11
|
-
},
|
|
12
|
-
"short": {
|
|
13
|
-
"mon": "Lun",
|
|
14
|
-
"tue": "Mar",
|
|
15
|
-
"wed": "Casarse",
|
|
16
|
-
"thu": "Jue",
|
|
17
|
-
"fri": "Vie",
|
|
18
|
-
"sat": "Se sentó",
|
|
19
|
-
"sun": "Sol"
|
|
20
|
-
},
|
|
21
|
-
"abbreviated": {
|
|
22
|
-
"m": "METRO",
|
|
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": "Enero",
|
|
34
|
-
"february": "Febrero",
|
|
35
|
-
"march": "Marzo",
|
|
36
|
-
"april": "Abril",
|
|
37
|
-
"may": "Puede",
|
|
38
|
-
"june": "Junio",
|
|
39
|
-
"july": "Julio",
|
|
40
|
-
"august": "Agosto",
|
|
41
|
-
"september": "Septiembre",
|
|
42
|
-
"october": "Octubre",
|
|
43
|
-
"november": "Noviembre",
|
|
44
|
-
"december": "Diciembre"
|
|
45
|
-
},
|
|
46
|
-
"short": {
|
|
47
|
-
"jan": "Ene",
|
|
48
|
-
"feb": "Feb",
|
|
49
|
-
"mar": "Mar",
|
|
50
|
-
"apr": "Abr",
|
|
51
|
-
"may": "Puede",
|
|
52
|
-
"jun": "Jun",
|
|
53
|
-
"jul": "Jul",
|
|
54
|
-
"aug": "Ago",
|
|
55
|
-
"sep": "Sep",
|
|
56
|
-
"oct": "Oct",
|
|
57
|
-
"nov": "Nov",
|
|
58
|
-
"dec": "Dic"
|
|
59
|
-
}
|
|
60
|
-
},
|
|
61
|
-
"relative": {
|
|
62
|
-
"now": "Ahora",
|
|
63
|
-
"justNow": "En este momento",
|
|
64
|
-
"today": "Hoy",
|
|
65
|
-
"yesterday": "Ayer",
|
|
66
|
-
"tomorrow": "Mañana",
|
|
67
|
-
"thisWeek": "Esta semana",
|
|
68
|
-
"lastWeek": "La semana pasada",
|
|
69
|
-
"nextWeek": "La próxima semana",
|
|
70
|
-
"thisMonth": "este mes",
|
|
71
|
-
"lastMonth": "Mes pasado",
|
|
72
|
-
"nextMonth": "Mes próximo",
|
|
73
|
-
"thisYear": "este año",
|
|
74
|
-
"lastYear": "El año pasado",
|
|
75
|
-
"nextYear": "Al año que viene",
|
|
76
|
-
"ago": "atrás",
|
|
77
|
-
"fromNow": "desde ahora",
|
|
78
|
-
"in": "en"
|
|
79
|
-
},
|
|
80
|
-
"units": {
|
|
81
|
-
"singular": {
|
|
82
|
-
"second": "segundo",
|
|
83
|
-
"minute": "minuto",
|
|
84
|
-
"hour": "hora",
|
|
85
|
-
"day": "día",
|
|
86
|
-
"week": "semana",
|
|
87
|
-
"month": "mes",
|
|
88
|
-
"year": "año"
|
|
89
|
-
},
|
|
90
|
-
"plural": {
|
|
91
|
-
"seconds": "artículos de segunda clase",
|
|
92
|
-
"minutes": "minutos",
|
|
93
|
-
"hours": "horas",
|
|
94
|
-
"days": "días",
|
|
95
|
-
"weeks": "semanas",
|
|
96
|
-
"months": "meses",
|
|
97
|
-
"years": "años"
|
|
98
|
-
},
|
|
99
|
-
"short": {
|
|
100
|
-
"s": "s",
|
|
101
|
-
"m": "metro",
|
|
102
|
-
"h": "h",
|
|
103
|
-
"d": "d",
|
|
104
|
-
"w": "w",
|
|
105
|
-
"mo": "mes",
|
|
106
|
-
"y": "y"
|
|
107
|
-
}
|
|
108
|
-
},
|
|
109
|
-
"periods": {
|
|
110
|
-
"am": "SOY",
|
|
111
|
-
"pm": "P.M",
|
|
112
|
-
"morning": "Mañana",
|
|
113
|
-
"afternoon": "Tarde",
|
|
114
|
-
"evening": "Noche",
|
|
115
|
-
"night": "Noche",
|
|
116
|
-
"midnight": "Medianoche",
|
|
117
|
-
"noon": "Mediodía"
|
|
118
|
-
},
|
|
119
|
-
"formats": {
|
|
120
|
-
"date": "Fecha",
|
|
121
|
-
"time": "Tiempo",
|
|
122
|
-
"datetime": "Fecha y hora",
|
|
123
|
-
"duration": "Duración",
|
|
124
|
-
"startDate": "Fecha de inicio",
|
|
125
|
-
"endDate": "Fecha de finalización",
|
|
126
|
-
"startTime": "Hora de inicio",
|
|
127
|
-
"endTime": "Hora de finalización",
|
|
128
|
-
"selectDate": "Seleccionar fecha",
|
|
129
|
-
"selectTime": "Seleccionar hora"
|
|
130
|
-
},
|
|
131
|
-
"actions": {
|
|
132
|
-
"setDate": "Establecer fecha",
|
|
133
|
-
"setTime": "Establecer hora",
|
|
134
|
-
"clearDate": "Borrar fecha",
|
|
135
|
-
"clearTime": "Borrar tiempo",
|
|
136
|
-
"confirmDate": "Confirmar fecha",
|
|
137
|
-
"confirmTime": "Confirmar hora",
|
|
138
|
-
"cancel": "Cancelar"
|
|
139
|
-
}
|
|
140
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"validation": {
|
|
3
|
-
"required": "Este campo es obligatorio",
|
|
4
|
-
"invalidEmail": "Formato de correo electrónico no válido",
|
|
5
|
-
"invalidPhone": "Número de teléfono no válido",
|
|
6
|
-
"invalidUrl": "Formato de URL no válido",
|
|
7
|
-
"minLength": "La longitud mínima es {{min}} caracteres",
|
|
8
|
-
"maxLength": "La longitud máxima es {{max}} caracteres",
|
|
9
|
-
"minValue": "El valor mínimo es {{min}}",
|
|
10
|
-
"maxValue": "El valor máximo es {{max}}",
|
|
11
|
-
"mustMatch": "Los campos deben coincidir",
|
|
12
|
-
"invalidFormat": "Formato no válido",
|
|
13
|
-
"invalidDate": "Fecha no válida",
|
|
14
|
-
"futureDate": "La fecha debe ser en el futuro.",
|
|
15
|
-
"pastDate": "La fecha debe ser en el pasado."
|
|
16
|
-
},
|
|
17
|
-
"storage": {
|
|
18
|
-
"saveFailed": "No se pudieron guardar los datos",
|
|
19
|
-
"loadFailed": "No se pudieron cargar los datos",
|
|
20
|
-
"deleteFailed": "No se pudieron eliminar los datos",
|
|
21
|
-
"notFound": "Datos no encontrados"
|
|
22
|
-
},
|
|
23
|
-
"permission": {
|
|
24
|
-
"denied": "Permiso denegado",
|
|
25
|
-
"notGranted": "Permiso no concedido",
|
|
26
|
-
"cameraNotAvailable": "Cámara no disponible",
|
|
27
|
-
"locationNotAvailable": "Servicios de ubicación no disponibles",
|
|
28
|
-
"microphoneNotAvailable": "Micrófono no disponible",
|
|
29
|
-
"photosNotAvailable": "Biblioteca de fotos no disponible"
|
|
30
|
-
},
|
|
31
|
-
"common": {
|
|
32
|
-
"somethingWentWrong": "algo salió mal",
|
|
33
|
-
"tryAgainLater": "Por favor inténtalo de nuevo más tarde.",
|
|
34
|
-
"unexpectedError": "Ocurrió un error inesperado"
|
|
35
|
-
},
|
|
36
|
-
"actions": {
|
|
37
|
-
"dismiss": "Despedir",
|
|
38
|
-
"retry": "Rever",
|
|
39
|
-
"cancel": "Cancelar",
|
|
40
|
-
"goBack": "Volver",
|
|
41
|
-
"contactSupport": "Contactar con soporte"
|
|
42
|
-
}
|
|
43
|
-
}
|
|
@@ -1,287 +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
|
-
"success": "{{count}} tarjetas importadas correctamente",
|
|
151
|
-
"errors": "Se produjeron {{count}} errores",
|
|
152
|
-
"viewErrors": "Ver errores"
|
|
153
|
-
},
|
|
154
|
-
"export": {
|
|
155
|
-
"title": "Exportar cubierta",
|
|
156
|
-
"chooseFormat": "Elija formato",
|
|
157
|
-
"csv": "CSV (Excel)",
|
|
158
|
-
"json": "JSON (completo)",
|
|
159
|
-
"quizlet": "cuestionario",
|
|
160
|
-
"includeStats": "Incluir estadísticas",
|
|
161
|
-
"includeMedia": "Incluir medios",
|
|
162
|
-
"exporting": "Exportador...",
|
|
163
|
-
"success": "Cubierta exportada exitosamente"
|
|
164
|
-
},
|
|
165
|
-
"statistics": {
|
|
166
|
-
"title": "Estadística",
|
|
167
|
-
"overview": "Descripción general",
|
|
168
|
-
"totalCards": "Tarjetas totales",
|
|
169
|
-
"cardsStudied": "Tarjetas estudiadas",
|
|
170
|
-
"totalReviews": "Reseñas totales",
|
|
171
|
-
"correctReviews": "Reseñas correctas",
|
|
172
|
-
"accuracy": "Exactitud",
|
|
173
|
-
"averageTimePerCard": "Tiempo promedio por tarjeta",
|
|
174
|
-
"totalStudyTime": "Tiempo total de estudio",
|
|
175
|
-
"studySessions": "Sesiones de estudio",
|
|
176
|
-
"streak": {
|
|
177
|
-
"current": "Racha actual",
|
|
178
|
-
"longest": "Racha más larga",
|
|
179
|
-
"days": "días"
|
|
180
|
-
},
|
|
181
|
-
"charts": {
|
|
182
|
-
"daily": "A diario",
|
|
183
|
-
"weekly": "Semanalmente",
|
|
184
|
-
"monthly": "Mensual",
|
|
185
|
-
"performance": "Actuación",
|
|
186
|
-
"activity": "Actividad"
|
|
187
|
-
}
|
|
188
|
-
},
|
|
189
|
-
"sharing": {
|
|
190
|
-
"title": "Compartir mazo",
|
|
191
|
-
"generateCode": "Generar código compartido",
|
|
192
|
-
"shareCode": "Compartir código",
|
|
193
|
-
"qrCode": "Código QR",
|
|
194
|
-
"copyCode": "Copiar código",
|
|
195
|
-
"codeCopied": "Código copiado al portapapeles",
|
|
196
|
-
"shareAsFile": "Compartir como archivo",
|
|
197
|
-
"shareAsLink": "Compartir como enlace",
|
|
198
|
-
"importCode": "Código de importación",
|
|
199
|
-
"enterCode": "Ingrese el código de 6 dígitos",
|
|
200
|
-
"invalidCode": "Código compartido no válido",
|
|
201
|
-
"importing": "Importando plataforma...",
|
|
202
|
-
"importSuccess": "Cubierta importada exitosamente",
|
|
203
|
-
"downloadCount": "Descargas",
|
|
204
|
-
"makePublic": "Promulgar",
|
|
205
|
-
"makePrivate": "Hacer privado"
|
|
206
|
-
},
|
|
207
|
-
"gamification": {
|
|
208
|
-
"profile": {
|
|
209
|
-
"level": "Nivel",
|
|
210
|
-
"xp": "experiencia",
|
|
211
|
-
"rank": "Rango",
|
|
212
|
-
"progress": "Progresar al siguiente nivel",
|
|
213
|
-
"totalXP": "XP total obtenida"
|
|
214
|
-
},
|
|
215
|
-
"ranks": {
|
|
216
|
-
"novice": "Principiante",
|
|
217
|
-
"apprentice": "Aprendiz",
|
|
218
|
-
"scholar": "Erudito",
|
|
219
|
-
"expert": "Experto",
|
|
220
|
-
"master": "Maestro",
|
|
221
|
-
"grandmaster": "gran maestro",
|
|
222
|
-
"legend": "Leyenda"
|
|
223
|
-
},
|
|
224
|
-
"achievements": {
|
|
225
|
-
"title": "Logros",
|
|
226
|
-
"unlocked": "desbloqueado",
|
|
227
|
-
"locked": "bloqueado",
|
|
228
|
-
"progress": "Progreso",
|
|
229
|
-
"reward": "Premio",
|
|
230
|
-
"unlockedAt": "Desbloqueado el",
|
|
231
|
-
"categories": {
|
|
232
|
-
"study": "Estudiar",
|
|
233
|
-
"cards": "Tarjetas",
|
|
234
|
-
"decks": "Cubiertas",
|
|
235
|
-
"streak": "Racha",
|
|
236
|
-
"special": "Especial"
|
|
237
|
-
}
|
|
238
|
-
},
|
|
239
|
-
"challenges": {
|
|
240
|
-
"title": "Desafíos diarios",
|
|
241
|
-
"today": "Los desafíos de hoy",
|
|
242
|
-
"completed": "Terminado",
|
|
243
|
-
"inProgress": "En curso",
|
|
244
|
-
"reward": "Premio",
|
|
245
|
-
"goal": "Meta",
|
|
246
|
-
"progress": "Progreso"
|
|
247
|
-
},
|
|
248
|
-
"xpRewards": {
|
|
249
|
-
"cardReviewed": "+{{amount}} XP - Tarjeta revisada",
|
|
250
|
-
"cardCorrect": "+{{cantidad}} XP - Respuesta correcta",
|
|
251
|
-
"cardPerfect": "+{{amount}} XP - ¡Perfecto!",
|
|
252
|
-
"deckCreated": "+{{amount}} XP - Mazo creado",
|
|
253
|
-
"studySession": "+{{amount}} XP - Sesión de estudio",
|
|
254
|
-
"dailyGoal": "+{{amount}} XP - Objetivo diario cumplido",
|
|
255
|
-
"streakDay": "+{{amount}} XP - Día de la racha",
|
|
256
|
-
"achievementUnlocked": "+{{amount}} XP - Logro desbloqueado"
|
|
257
|
-
}
|
|
258
|
-
},
|
|
259
|
-
"matching": {
|
|
260
|
-
"title": "Juego de correspondencias",
|
|
261
|
-
"instructions": "Une las cartas tocando pares",
|
|
262
|
-
"matches": "Partidos",
|
|
263
|
-
"attempts": "Intentos",
|
|
264
|
-
"timeElapsed": "Tiempo",
|
|
265
|
-
"perfect": "¡Combinación perfecta!",
|
|
266
|
-
"tryAgain": "Intentar otra vez"
|
|
267
|
-
},
|
|
268
|
-
"quiz": {
|
|
269
|
-
"title": "Prueba de opción múltiple",
|
|
270
|
-
"question": "Pregunta",
|
|
271
|
-
"chooseAnswer": "Elige la respuesta correcta",
|
|
272
|
-
"correct": "¡Correcto!",
|
|
273
|
-
"incorrect": "Incorrecto",
|
|
274
|
-
"showAnswer": "Mostrar respuesta",
|
|
275
|
-
"nextQuestion": "Siguiente pregunta"
|
|
276
|
-
},
|
|
277
|
-
"writing": {
|
|
278
|
-
"title": "Modo de escritura",
|
|
279
|
-
"instructions": "Escribe la respuesta",
|
|
280
|
-
"yourAnswer": "Tu respuesta",
|
|
281
|
-
"correctAnswer": "Respuesta correcta",
|
|
282
|
-
"similarity": "Semejanza",
|
|
283
|
-
"strictMode": "Modo estricto",
|
|
284
|
-
"fuzzyMatching": "Coincidencia difusa",
|
|
285
|
-
"check": "Verificar respuesta"
|
|
286
|
-
}
|
|
287
|
-
}
|
|
@@ -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-ES
|
|
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;
|