@umituz/react-native-localization 1.4.0 → 1.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -6
- package/scripts/createLocaleLoaders.js +35 -28
- package/scripts/setup-languages.js +113 -0
- package/src/infrastructure/config/i18n.ts +2 -34
- package/src/infrastructure/config/languages.ts +0 -1
- package/src/infrastructure/locales/en-US/index.ts +33 -39
- package/src/infrastructure/storage/AsyncStorageWrapper.ts +1 -2
- package/src/infrastructure/storage/LocalizationStore.ts +0 -62
- package/lib/domain/repositories/ILocalizationRepository.d.ts +0 -17
- package/lib/domain/repositories/ILocalizationRepository.d.ts.map +0 -1
- package/lib/domain/repositories/ILocalizationRepository.js +0 -6
- package/lib/domain/repositories/ILocalizationRepository.js.map +0 -1
- package/lib/index.d.ts +0 -13
- package/lib/index.d.ts.map +0 -1
- package/lib/index.js +0 -15
- package/lib/index.js.map +0 -1
- package/lib/infrastructure/components/LanguageSwitcher.d.ts +0 -12
- package/lib/infrastructure/components/LanguageSwitcher.d.ts.map +0 -1
- package/lib/infrastructure/components/LanguageSwitcher.js +0 -49
- package/lib/infrastructure/components/LanguageSwitcher.js.map +0 -1
- package/lib/infrastructure/components/LocalizationProvider.d.ts +0 -11
- package/lib/infrastructure/components/LocalizationProvider.d.ts.map +0 -1
- package/lib/infrastructure/components/LocalizationProvider.js +0 -14
- package/lib/infrastructure/components/LocalizationProvider.js.map +0 -1
- package/lib/infrastructure/components/useLanguageNavigation.d.ts +0 -6
- package/lib/infrastructure/components/useLanguageNavigation.d.ts.map +0 -1
- package/lib/infrastructure/components/useLanguageNavigation.js +0 -16
- package/lib/infrastructure/components/useLanguageNavigation.js.map +0 -1
- package/lib/infrastructure/config/i18n.d.ts +0 -12
- package/lib/infrastructure/config/i18n.d.ts.map +0 -1
- package/lib/infrastructure/config/i18n.js +0 -269
- package/lib/infrastructure/config/i18n.js.map +0 -1
- package/lib/infrastructure/config/languages.d.ts +0 -39
- package/lib/infrastructure/config/languages.d.ts.map +0 -1
- package/lib/infrastructure/config/languages.js +0 -210
- package/lib/infrastructure/config/languages.js.map +0 -1
- package/lib/infrastructure/config/languagesData.d.ts +0 -26
- package/lib/infrastructure/config/languagesData.d.ts.map +0 -1
- package/lib/infrastructure/config/languagesData.js +0 -58
- package/lib/infrastructure/config/languagesData.js.map +0 -1
- package/lib/infrastructure/locales/ar-SA/index.d.ts +0 -34
- package/lib/infrastructure/locales/ar-SA/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/ar-SA/index.js +0 -47
- package/lib/infrastructure/locales/ar-SA/index.js.map +0 -1
- package/lib/infrastructure/locales/bg-BG/index.d.ts +0 -34
- package/lib/infrastructure/locales/bg-BG/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/bg-BG/index.js +0 -47
- package/lib/infrastructure/locales/bg-BG/index.js.map +0 -1
- package/lib/infrastructure/locales/cs-CZ/index.d.ts +0 -34
- package/lib/infrastructure/locales/cs-CZ/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/cs-CZ/index.js +0 -47
- package/lib/infrastructure/locales/cs-CZ/index.js.map +0 -1
- package/lib/infrastructure/locales/da-DK/index.d.ts +0 -34
- package/lib/infrastructure/locales/da-DK/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/da-DK/index.js +0 -47
- package/lib/infrastructure/locales/da-DK/index.js.map +0 -1
- package/lib/infrastructure/locales/de-DE/index.d.ts +0 -34
- package/lib/infrastructure/locales/de-DE/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/de-DE/index.js +0 -47
- package/lib/infrastructure/locales/de-DE/index.js.map +0 -1
- package/lib/infrastructure/locales/el-GR/index.d.ts +0 -34
- package/lib/infrastructure/locales/el-GR/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/el-GR/index.js +0 -47
- package/lib/infrastructure/locales/el-GR/index.js.map +0 -1
- package/lib/infrastructure/locales/en-AU/index.d.ts +0 -32
- package/lib/infrastructure/locales/en-AU/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/en-AU/index.js +0 -44
- package/lib/infrastructure/locales/en-AU/index.js.map +0 -1
- package/lib/infrastructure/locales/en-CA/index.d.ts +0 -32
- package/lib/infrastructure/locales/en-CA/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/en-CA/index.js +0 -44
- package/lib/infrastructure/locales/en-CA/index.js.map +0 -1
- package/lib/infrastructure/locales/en-GB/index.d.ts +0 -32
- package/lib/infrastructure/locales/en-GB/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/en-GB/index.js +0 -44
- package/lib/infrastructure/locales/en-GB/index.js.map +0 -1
- package/lib/infrastructure/locales/en-US/index.d.ts +0 -34
- package/lib/infrastructure/locales/en-US/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/en-US/index.js +0 -47
- package/lib/infrastructure/locales/en-US/index.js.map +0 -1
- package/lib/infrastructure/locales/es-ES/index.d.ts +0 -34
- package/lib/infrastructure/locales/es-ES/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/es-ES/index.js +0 -47
- package/lib/infrastructure/locales/es-ES/index.js.map +0 -1
- package/lib/infrastructure/locales/es-MX/index.d.ts +0 -34
- package/lib/infrastructure/locales/es-MX/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/es-MX/index.js +0 -47
- package/lib/infrastructure/locales/es-MX/index.js.map +0 -1
- package/lib/infrastructure/locales/fi-FI/index.d.ts +0 -34
- package/lib/infrastructure/locales/fi-FI/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/fi-FI/index.js +0 -47
- package/lib/infrastructure/locales/fi-FI/index.js.map +0 -1
- package/lib/infrastructure/locales/fr-CA/index.d.ts +0 -34
- package/lib/infrastructure/locales/fr-CA/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/fr-CA/index.js +0 -47
- package/lib/infrastructure/locales/fr-CA/index.js.map +0 -1
- package/lib/infrastructure/locales/fr-FR/index.d.ts +0 -34
- package/lib/infrastructure/locales/fr-FR/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/fr-FR/index.js +0 -47
- package/lib/infrastructure/locales/fr-FR/index.js.map +0 -1
- package/lib/infrastructure/locales/hi-IN/index.d.ts +0 -34
- package/lib/infrastructure/locales/hi-IN/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/hi-IN/index.js +0 -47
- package/lib/infrastructure/locales/hi-IN/index.js.map +0 -1
- package/lib/infrastructure/locales/hr-HR/index.d.ts +0 -34
- package/lib/infrastructure/locales/hr-HR/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/hr-HR/index.js +0 -47
- package/lib/infrastructure/locales/hr-HR/index.js.map +0 -1
- package/lib/infrastructure/locales/hu-HU/index.d.ts +0 -34
- package/lib/infrastructure/locales/hu-HU/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/hu-HU/index.js +0 -47
- package/lib/infrastructure/locales/hu-HU/index.js.map +0 -1
- package/lib/infrastructure/locales/id-ID/index.d.ts +0 -34
- package/lib/infrastructure/locales/id-ID/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/id-ID/index.js +0 -47
- package/lib/infrastructure/locales/id-ID/index.js.map +0 -1
- package/lib/infrastructure/locales/it-IT/index.d.ts +0 -34
- package/lib/infrastructure/locales/it-IT/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/it-IT/index.js +0 -47
- package/lib/infrastructure/locales/it-IT/index.js.map +0 -1
- package/lib/infrastructure/locales/ja-JP/index.d.ts +0 -34
- package/lib/infrastructure/locales/ja-JP/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/ja-JP/index.js +0 -47
- package/lib/infrastructure/locales/ja-JP/index.js.map +0 -1
- package/lib/infrastructure/locales/ko-KR/index.d.ts +0 -34
- package/lib/infrastructure/locales/ko-KR/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/ko-KR/index.js +0 -47
- package/lib/infrastructure/locales/ko-KR/index.js.map +0 -1
- package/lib/infrastructure/locales/ms-MY/index.d.ts +0 -34
- package/lib/infrastructure/locales/ms-MY/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/ms-MY/index.js +0 -47
- package/lib/infrastructure/locales/ms-MY/index.js.map +0 -1
- package/lib/infrastructure/locales/nl-NL/index.d.ts +0 -34
- package/lib/infrastructure/locales/nl-NL/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/nl-NL/index.js +0 -47
- package/lib/infrastructure/locales/nl-NL/index.js.map +0 -1
- package/lib/infrastructure/locales/no-NO/index.d.ts +0 -34
- package/lib/infrastructure/locales/no-NO/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/no-NO/index.js +0 -47
- package/lib/infrastructure/locales/no-NO/index.js.map +0 -1
- package/lib/infrastructure/locales/pl-PL/index.d.ts +0 -34
- package/lib/infrastructure/locales/pl-PL/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/pl-PL/index.js +0 -47
- package/lib/infrastructure/locales/pl-PL/index.js.map +0 -1
- package/lib/infrastructure/locales/pt-BR/index.d.ts +0 -34
- package/lib/infrastructure/locales/pt-BR/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/pt-BR/index.js +0 -47
- package/lib/infrastructure/locales/pt-BR/index.js.map +0 -1
- package/lib/infrastructure/locales/pt-PT/index.d.ts +0 -34
- package/lib/infrastructure/locales/pt-PT/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/pt-PT/index.js +0 -47
- package/lib/infrastructure/locales/pt-PT/index.js.map +0 -1
- package/lib/infrastructure/locales/ro-RO/index.d.ts +0 -34
- package/lib/infrastructure/locales/ro-RO/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/ro-RO/index.js +0 -47
- package/lib/infrastructure/locales/ro-RO/index.js.map +0 -1
- package/lib/infrastructure/locales/ru-RU/index.d.ts +0 -34
- package/lib/infrastructure/locales/ru-RU/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/ru-RU/index.js +0 -47
- package/lib/infrastructure/locales/ru-RU/index.js.map +0 -1
- package/lib/infrastructure/locales/sk-SK/index.d.ts +0 -34
- package/lib/infrastructure/locales/sk-SK/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/sk-SK/index.js +0 -47
- package/lib/infrastructure/locales/sk-SK/index.js.map +0 -1
- package/lib/infrastructure/locales/sv-SE/index.d.ts +0 -34
- package/lib/infrastructure/locales/sv-SE/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/sv-SE/index.js +0 -47
- package/lib/infrastructure/locales/sv-SE/index.js.map +0 -1
- package/lib/infrastructure/locales/th-TH/index.d.ts +0 -34
- package/lib/infrastructure/locales/th-TH/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/th-TH/index.js +0 -47
- package/lib/infrastructure/locales/th-TH/index.js.map +0 -1
- package/lib/infrastructure/locales/tl-PH/index.d.ts +0 -34
- package/lib/infrastructure/locales/tl-PH/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/tl-PH/index.js +0 -47
- package/lib/infrastructure/locales/tl-PH/index.js.map +0 -1
- package/lib/infrastructure/locales/tr-TR/index.d.ts +0 -34
- package/lib/infrastructure/locales/tr-TR/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/tr-TR/index.js +0 -47
- package/lib/infrastructure/locales/tr-TR/index.js.map +0 -1
- package/lib/infrastructure/locales/uk-UA/index.d.ts +0 -34
- package/lib/infrastructure/locales/uk-UA/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/uk-UA/index.js +0 -47
- package/lib/infrastructure/locales/uk-UA/index.js.map +0 -1
- package/lib/infrastructure/locales/vi-VN/index.d.ts +0 -34
- package/lib/infrastructure/locales/vi-VN/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/vi-VN/index.js +0 -47
- package/lib/infrastructure/locales/vi-VN/index.js.map +0 -1
- package/lib/infrastructure/locales/zh-CN/index.d.ts +0 -34
- package/lib/infrastructure/locales/zh-CN/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/zh-CN/index.js +0 -47
- package/lib/infrastructure/locales/zh-CN/index.js.map +0 -1
- package/lib/infrastructure/locales/zh-TW/index.d.ts +0 -34
- package/lib/infrastructure/locales/zh-TW/index.d.ts.map +0 -1
- package/lib/infrastructure/locales/zh-TW/index.js +0 -47
- package/lib/infrastructure/locales/zh-TW/index.js.map +0 -1
- package/lib/infrastructure/storage/AsyncStorageWrapper.d.ts +0 -12
- package/lib/infrastructure/storage/AsyncStorageWrapper.d.ts.map +0 -1
- package/lib/infrastructure/storage/AsyncStorageWrapper.js +0 -29
- package/lib/infrastructure/storage/AsyncStorageWrapper.js.map +0 -1
- package/lib/infrastructure/storage/LocalizationStore.d.ts +0 -31
- package/lib/infrastructure/storage/LocalizationStore.d.ts.map +0 -1
- package/lib/infrastructure/storage/LocalizationStore.js +0 -192
- package/lib/infrastructure/storage/LocalizationStore.js.map +0 -1
- package/src/infrastructure/locales/ar-SA/auth.json +0 -32
- package/src/infrastructure/locales/ar-SA/branding.json +0 -9
- package/src/infrastructure/locales/ar-SA/datetime.json +0 -140
- package/src/infrastructure/locales/ar-SA/errors.json +0 -43
- package/src/infrastructure/locales/ar-SA/flashcards.json +0 -287
- package/src/infrastructure/locales/ar-SA/general.json +0 -61
- package/src/infrastructure/locales/ar-SA/index.ts +0 -49
- package/src/infrastructure/locales/ar-SA/navigation.json +0 -58
- package/src/infrastructure/locales/ar-SA/onboarding.json +0 -76
- package/src/infrastructure/locales/ar-SA/settings.json +0 -53
- package/src/infrastructure/locales/bg-BG/auth.json +0 -32
- package/src/infrastructure/locales/bg-BG/branding.json +0 -9
- package/src/infrastructure/locales/bg-BG/datetime.json +0 -140
- package/src/infrastructure/locales/bg-BG/errors.json +0 -43
- package/src/infrastructure/locales/bg-BG/flashcards.json +0 -287
- package/src/infrastructure/locales/bg-BG/general.json +0 -61
- package/src/infrastructure/locales/bg-BG/index.ts +0 -49
- package/src/infrastructure/locales/bg-BG/navigation.json +0 -58
- package/src/infrastructure/locales/bg-BG/onboarding.json +0 -76
- package/src/infrastructure/locales/bg-BG/settings.json +0 -53
- package/src/infrastructure/locales/cs-CZ/auth.json +0 -32
- package/src/infrastructure/locales/cs-CZ/branding.json +0 -9
- package/src/infrastructure/locales/cs-CZ/datetime.json +0 -140
- package/src/infrastructure/locales/cs-CZ/errors.json +0 -43
- package/src/infrastructure/locales/cs-CZ/flashcards.json +0 -287
- package/src/infrastructure/locales/cs-CZ/general.json +0 -61
- package/src/infrastructure/locales/cs-CZ/index.ts +0 -49
- package/src/infrastructure/locales/cs-CZ/navigation.json +0 -58
- package/src/infrastructure/locales/cs-CZ/onboarding.json +0 -76
- package/src/infrastructure/locales/cs-CZ/settings.json +0 -53
- package/src/infrastructure/locales/da-DK/auth.json +0 -32
- package/src/infrastructure/locales/da-DK/branding.json +0 -9
- package/src/infrastructure/locales/da-DK/datetime.json +0 -140
- package/src/infrastructure/locales/da-DK/errors.json +0 -43
- package/src/infrastructure/locales/da-DK/flashcards.json +0 -287
- package/src/infrastructure/locales/da-DK/general.json +0 -61
- package/src/infrastructure/locales/da-DK/index.ts +0 -49
- package/src/infrastructure/locales/da-DK/navigation.json +0 -58
- package/src/infrastructure/locales/da-DK/onboarding.json +0 -76
- package/src/infrastructure/locales/da-DK/settings.json +0 -53
- package/src/infrastructure/locales/de-DE/auth.json +0 -32
- package/src/infrastructure/locales/de-DE/branding.json +0 -9
- package/src/infrastructure/locales/de-DE/datetime.json +0 -140
- package/src/infrastructure/locales/de-DE/errors.json +0 -43
- package/src/infrastructure/locales/de-DE/flashcards.json +0 -287
- package/src/infrastructure/locales/de-DE/general.json +0 -61
- package/src/infrastructure/locales/de-DE/index.ts +0 -49
- package/src/infrastructure/locales/de-DE/navigation.json +0 -58
- package/src/infrastructure/locales/de-DE/onboarding.json +0 -76
- package/src/infrastructure/locales/de-DE/settings.json +0 -53
- package/src/infrastructure/locales/el-GR/auth.json +0 -32
- package/src/infrastructure/locales/el-GR/branding.json +0 -9
- package/src/infrastructure/locales/el-GR/datetime.json +0 -140
- package/src/infrastructure/locales/el-GR/errors.json +0 -43
- package/src/infrastructure/locales/el-GR/flashcards.json +0 -287
- package/src/infrastructure/locales/el-GR/general.json +0 -61
- package/src/infrastructure/locales/el-GR/index.ts +0 -49
- package/src/infrastructure/locales/el-GR/navigation.json +0 -58
- package/src/infrastructure/locales/el-GR/onboarding.json +0 -76
- package/src/infrastructure/locales/el-GR/settings.json +0 -53
- package/src/infrastructure/locales/en-AU/branding.json +0 -11
- package/src/infrastructure/locales/en-AU/datetime.json +0 -140
- package/src/infrastructure/locales/en-AU/errors.json +0 -43
- package/src/infrastructure/locales/en-AU/flashcards.json +0 -83
- package/src/infrastructure/locales/en-AU/general.json +0 -61
- package/src/infrastructure/locales/en-AU/index.ts +0 -46
- package/src/infrastructure/locales/en-AU/navigation.json +0 -58
- package/src/infrastructure/locales/en-AU/onboarding.json +0 -76
- package/src/infrastructure/locales/en-AU/settings.json +0 -53
- package/src/infrastructure/locales/en-CA/branding.json +0 -11
- package/src/infrastructure/locales/en-CA/datetime.json +0 -140
- package/src/infrastructure/locales/en-CA/errors.json +0 -43
- package/src/infrastructure/locales/en-CA/flashcards.json +0 -83
- package/src/infrastructure/locales/en-CA/general.json +0 -61
- package/src/infrastructure/locales/en-CA/index.ts +0 -46
- package/src/infrastructure/locales/en-CA/navigation.json +0 -58
- package/src/infrastructure/locales/en-CA/onboarding.json +0 -76
- package/src/infrastructure/locales/en-CA/settings.json +0 -53
- package/src/infrastructure/locales/en-GB/branding.json +0 -11
- package/src/infrastructure/locales/en-GB/datetime.json +0 -140
- package/src/infrastructure/locales/en-GB/errors.json +0 -43
- package/src/infrastructure/locales/en-GB/flashcards.json +0 -83
- package/src/infrastructure/locales/en-GB/general.json +0 -61
- package/src/infrastructure/locales/en-GB/index.ts +0 -46
- package/src/infrastructure/locales/en-GB/navigation.json +0 -58
- package/src/infrastructure/locales/en-GB/onboarding.json +0 -76
- package/src/infrastructure/locales/en-GB/settings.json +0 -53
- package/src/infrastructure/locales/es-ES/auth.json +0 -32
- package/src/infrastructure/locales/es-ES/branding.json +0 -9
- package/src/infrastructure/locales/es-ES/datetime.json +0 -140
- package/src/infrastructure/locales/es-ES/errors.json +0 -43
- package/src/infrastructure/locales/es-ES/flashcards.json +0 -287
- package/src/infrastructure/locales/es-ES/general.json +0 -61
- package/src/infrastructure/locales/es-ES/index.ts +0 -49
- package/src/infrastructure/locales/es-ES/navigation.json +0 -58
- package/src/infrastructure/locales/es-ES/onboarding.json +0 -76
- package/src/infrastructure/locales/es-ES/settings.json +0 -53
- package/src/infrastructure/locales/es-MX/auth.json +0 -32
- package/src/infrastructure/locales/es-MX/branding.json +0 -9
- package/src/infrastructure/locales/es-MX/datetime.json +0 -140
- package/src/infrastructure/locales/es-MX/errors.json +0 -43
- package/src/infrastructure/locales/es-MX/flashcards.json +0 -276
- package/src/infrastructure/locales/es-MX/general.json +0 -61
- package/src/infrastructure/locales/es-MX/index.ts +0 -49
- package/src/infrastructure/locales/es-MX/navigation.json +0 -58
- package/src/infrastructure/locales/es-MX/onboarding.json +0 -76
- package/src/infrastructure/locales/es-MX/settings.json +0 -53
- package/src/infrastructure/locales/fi-FI/auth.json +0 -32
- package/src/infrastructure/locales/fi-FI/branding.json +0 -9
- package/src/infrastructure/locales/fi-FI/datetime.json +0 -140
- package/src/infrastructure/locales/fi-FI/errors.json +0 -43
- package/src/infrastructure/locales/fi-FI/flashcards.json +0 -287
- package/src/infrastructure/locales/fi-FI/general.json +0 -61
- package/src/infrastructure/locales/fi-FI/index.ts +0 -49
- package/src/infrastructure/locales/fi-FI/navigation.json +0 -58
- package/src/infrastructure/locales/fi-FI/onboarding.json +0 -76
- package/src/infrastructure/locales/fi-FI/settings.json +0 -53
- package/src/infrastructure/locales/fr-CA/auth.json +0 -32
- package/src/infrastructure/locales/fr-CA/branding.json +0 -9
- package/src/infrastructure/locales/fr-CA/datetime.json +0 -140
- package/src/infrastructure/locales/fr-CA/errors.json +0 -43
- package/src/infrastructure/locales/fr-CA/flashcards.json +0 -287
- package/src/infrastructure/locales/fr-CA/general.json +0 -61
- package/src/infrastructure/locales/fr-CA/index.ts +0 -49
- package/src/infrastructure/locales/fr-CA/navigation.json +0 -58
- package/src/infrastructure/locales/fr-CA/onboarding.json +0 -76
- package/src/infrastructure/locales/fr-CA/settings.json +0 -53
- package/src/infrastructure/locales/fr-FR/auth.json +0 -32
- package/src/infrastructure/locales/fr-FR/branding.json +0 -9
- package/src/infrastructure/locales/fr-FR/datetime.json +0 -140
- package/src/infrastructure/locales/fr-FR/errors.json +0 -43
- package/src/infrastructure/locales/fr-FR/flashcards.json +0 -287
- package/src/infrastructure/locales/fr-FR/general.json +0 -61
- package/src/infrastructure/locales/fr-FR/index.ts +0 -49
- package/src/infrastructure/locales/fr-FR/navigation.json +0 -58
- package/src/infrastructure/locales/fr-FR/onboarding.json +0 -76
- package/src/infrastructure/locales/fr-FR/settings.json +0 -53
- package/src/infrastructure/locales/hi-IN/auth.json +0 -32
- package/src/infrastructure/locales/hi-IN/branding.json +0 -9
- package/src/infrastructure/locales/hi-IN/datetime.json +0 -140
- package/src/infrastructure/locales/hi-IN/errors.json +0 -43
- package/src/infrastructure/locales/hi-IN/flashcards.json +0 -287
- package/src/infrastructure/locales/hi-IN/general.json +0 -61
- package/src/infrastructure/locales/hi-IN/index.ts +0 -49
- package/src/infrastructure/locales/hi-IN/navigation.json +0 -58
- package/src/infrastructure/locales/hi-IN/onboarding.json +0 -76
- package/src/infrastructure/locales/hi-IN/settings.json +0 -53
- package/src/infrastructure/locales/hr-HR/auth.json +0 -32
- package/src/infrastructure/locales/hr-HR/branding.json +0 -9
- package/src/infrastructure/locales/hr-HR/datetime.json +0 -140
- package/src/infrastructure/locales/hr-HR/errors.json +0 -43
- package/src/infrastructure/locales/hr-HR/flashcards.json +0 -276
- package/src/infrastructure/locales/hr-HR/general.json +0 -61
- package/src/infrastructure/locales/hr-HR/index.ts +0 -49
- package/src/infrastructure/locales/hr-HR/navigation.json +0 -58
- package/src/infrastructure/locales/hr-HR/onboarding.json +0 -76
- package/src/infrastructure/locales/hr-HR/settings.json +0 -53
- package/src/infrastructure/locales/hu-HU/auth.json +0 -32
- package/src/infrastructure/locales/hu-HU/branding.json +0 -9
- package/src/infrastructure/locales/hu-HU/datetime.json +0 -140
- package/src/infrastructure/locales/hu-HU/errors.json +0 -43
- package/src/infrastructure/locales/hu-HU/flashcards.json +0 -287
- package/src/infrastructure/locales/hu-HU/general.json +0 -61
- package/src/infrastructure/locales/hu-HU/index.ts +0 -49
- package/src/infrastructure/locales/hu-HU/navigation.json +0 -58
- package/src/infrastructure/locales/hu-HU/onboarding.json +0 -76
- package/src/infrastructure/locales/hu-HU/settings.json +0 -53
- package/src/infrastructure/locales/id-ID/auth.json +0 -32
- package/src/infrastructure/locales/id-ID/branding.json +0 -9
- package/src/infrastructure/locales/id-ID/datetime.json +0 -140
- package/src/infrastructure/locales/id-ID/errors.json +0 -43
- package/src/infrastructure/locales/id-ID/flashcards.json +0 -287
- package/src/infrastructure/locales/id-ID/general.json +0 -61
- package/src/infrastructure/locales/id-ID/index.ts +0 -49
- package/src/infrastructure/locales/id-ID/navigation.json +0 -58
- package/src/infrastructure/locales/id-ID/onboarding.json +0 -76
- package/src/infrastructure/locales/id-ID/settings.json +0 -53
- package/src/infrastructure/locales/it-IT/auth.json +0 -32
- package/src/infrastructure/locales/it-IT/branding.json +0 -9
- package/src/infrastructure/locales/it-IT/datetime.json +0 -140
- package/src/infrastructure/locales/it-IT/errors.json +0 -43
- package/src/infrastructure/locales/it-IT/flashcards.json +0 -287
- package/src/infrastructure/locales/it-IT/general.json +0 -61
- package/src/infrastructure/locales/it-IT/index.ts +0 -49
- package/src/infrastructure/locales/it-IT/navigation.json +0 -58
- package/src/infrastructure/locales/it-IT/onboarding.json +0 -76
- package/src/infrastructure/locales/it-IT/settings.json +0 -53
- package/src/infrastructure/locales/ja-JP/auth.json +0 -32
- package/src/infrastructure/locales/ja-JP/branding.json +0 -9
- package/src/infrastructure/locales/ja-JP/datetime.json +0 -140
- package/src/infrastructure/locales/ja-JP/errors.json +0 -43
- package/src/infrastructure/locales/ja-JP/flashcards.json +0 -287
- package/src/infrastructure/locales/ja-JP/general.json +0 -61
- package/src/infrastructure/locales/ja-JP/index.ts +0 -49
- package/src/infrastructure/locales/ja-JP/navigation.json +0 -58
- package/src/infrastructure/locales/ja-JP/onboarding.json +0 -76
- package/src/infrastructure/locales/ja-JP/settings.json +0 -53
- package/src/infrastructure/locales/ko-KR/auth.json +0 -32
- package/src/infrastructure/locales/ko-KR/branding.json +0 -9
- package/src/infrastructure/locales/ko-KR/datetime.json +0 -140
- package/src/infrastructure/locales/ko-KR/errors.json +0 -43
- package/src/infrastructure/locales/ko-KR/flashcards.json +0 -287
- package/src/infrastructure/locales/ko-KR/general.json +0 -61
- package/src/infrastructure/locales/ko-KR/index.ts +0 -49
- package/src/infrastructure/locales/ko-KR/navigation.json +0 -58
- package/src/infrastructure/locales/ko-KR/onboarding.json +0 -76
- package/src/infrastructure/locales/ko-KR/settings.json +0 -53
- package/src/infrastructure/locales/ms-MY/auth.json +0 -32
- package/src/infrastructure/locales/ms-MY/branding.json +0 -9
- package/src/infrastructure/locales/ms-MY/datetime.json +0 -140
- package/src/infrastructure/locales/ms-MY/errors.json +0 -43
- package/src/infrastructure/locales/ms-MY/flashcards.json +0 -287
- package/src/infrastructure/locales/ms-MY/general.json +0 -61
- package/src/infrastructure/locales/ms-MY/index.ts +0 -49
- package/src/infrastructure/locales/ms-MY/navigation.json +0 -58
- package/src/infrastructure/locales/ms-MY/onboarding.json +0 -76
- package/src/infrastructure/locales/ms-MY/settings.json +0 -53
- package/src/infrastructure/locales/nl-NL/auth.json +0 -32
- package/src/infrastructure/locales/nl-NL/branding.json +0 -9
- package/src/infrastructure/locales/nl-NL/datetime.json +0 -140
- package/src/infrastructure/locales/nl-NL/errors.json +0 -43
- package/src/infrastructure/locales/nl-NL/flashcards.json +0 -287
- package/src/infrastructure/locales/nl-NL/general.json +0 -61
- package/src/infrastructure/locales/nl-NL/index.ts +0 -49
- package/src/infrastructure/locales/nl-NL/navigation.json +0 -58
- package/src/infrastructure/locales/nl-NL/onboarding.json +0 -76
- package/src/infrastructure/locales/nl-NL/settings.json +0 -53
- package/src/infrastructure/locales/no-NO/auth.json +0 -32
- package/src/infrastructure/locales/no-NO/branding.json +0 -9
- package/src/infrastructure/locales/no-NO/datetime.json +0 -140
- package/src/infrastructure/locales/no-NO/errors.json +0 -43
- package/src/infrastructure/locales/no-NO/flashcards.json +0 -287
- package/src/infrastructure/locales/no-NO/general.json +0 -61
- package/src/infrastructure/locales/no-NO/index.ts +0 -49
- package/src/infrastructure/locales/no-NO/navigation.json +0 -58
- package/src/infrastructure/locales/no-NO/onboarding.json +0 -76
- package/src/infrastructure/locales/no-NO/settings.json +0 -53
- package/src/infrastructure/locales/pl-PL/auth.json +0 -32
- package/src/infrastructure/locales/pl-PL/branding.json +0 -9
- package/src/infrastructure/locales/pl-PL/datetime.json +0 -140
- package/src/infrastructure/locales/pl-PL/errors.json +0 -43
- package/src/infrastructure/locales/pl-PL/flashcards.json +0 -287
- package/src/infrastructure/locales/pl-PL/general.json +0 -61
- package/src/infrastructure/locales/pl-PL/index.ts +0 -49
- package/src/infrastructure/locales/pl-PL/navigation.json +0 -58
- package/src/infrastructure/locales/pl-PL/onboarding.json +0 -76
- package/src/infrastructure/locales/pl-PL/settings.json +0 -53
- package/src/infrastructure/locales/pt-BR/auth.json +0 -32
- package/src/infrastructure/locales/pt-BR/branding.json +0 -9
- package/src/infrastructure/locales/pt-BR/datetime.json +0 -140
- package/src/infrastructure/locales/pt-BR/errors.json +0 -43
- package/src/infrastructure/locales/pt-BR/flashcards.json +0 -287
- package/src/infrastructure/locales/pt-BR/general.json +0 -61
- package/src/infrastructure/locales/pt-BR/index.ts +0 -49
- package/src/infrastructure/locales/pt-BR/navigation.json +0 -58
- package/src/infrastructure/locales/pt-BR/onboarding.json +0 -76
- package/src/infrastructure/locales/pt-BR/settings.json +0 -53
- package/src/infrastructure/locales/pt-PT/auth.json +0 -32
- package/src/infrastructure/locales/pt-PT/branding.json +0 -9
- package/src/infrastructure/locales/pt-PT/datetime.json +0 -140
- package/src/infrastructure/locales/pt-PT/errors.json +0 -43
- package/src/infrastructure/locales/pt-PT/flashcards.json +0 -287
- package/src/infrastructure/locales/pt-PT/general.json +0 -61
- package/src/infrastructure/locales/pt-PT/index.ts +0 -49
- package/src/infrastructure/locales/pt-PT/navigation.json +0 -58
- package/src/infrastructure/locales/pt-PT/onboarding.json +0 -76
- package/src/infrastructure/locales/pt-PT/settings.json +0 -53
- package/src/infrastructure/locales/ro-RO/auth.json +0 -32
- package/src/infrastructure/locales/ro-RO/branding.json +0 -9
- package/src/infrastructure/locales/ro-RO/datetime.json +0 -140
- package/src/infrastructure/locales/ro-RO/errors.json +0 -43
- package/src/infrastructure/locales/ro-RO/flashcards.json +0 -287
- package/src/infrastructure/locales/ro-RO/general.json +0 -61
- package/src/infrastructure/locales/ro-RO/index.ts +0 -49
- package/src/infrastructure/locales/ro-RO/navigation.json +0 -58
- package/src/infrastructure/locales/ro-RO/onboarding.json +0 -76
- package/src/infrastructure/locales/ro-RO/settings.json +0 -53
- package/src/infrastructure/locales/ru-RU/auth.json +0 -32
- package/src/infrastructure/locales/ru-RU/branding.json +0 -9
- package/src/infrastructure/locales/ru-RU/datetime.json +0 -140
- package/src/infrastructure/locales/ru-RU/errors.json +0 -43
- package/src/infrastructure/locales/ru-RU/flashcards.json +0 -276
- package/src/infrastructure/locales/ru-RU/general.json +0 -61
- package/src/infrastructure/locales/ru-RU/index.ts +0 -49
- package/src/infrastructure/locales/ru-RU/navigation.json +0 -58
- package/src/infrastructure/locales/ru-RU/onboarding.json +0 -76
- package/src/infrastructure/locales/ru-RU/settings.json +0 -53
- package/src/infrastructure/locales/sk-SK/auth.json +0 -32
- package/src/infrastructure/locales/sk-SK/branding.json +0 -9
- package/src/infrastructure/locales/sk-SK/datetime.json +0 -140
- package/src/infrastructure/locales/sk-SK/errors.json +0 -43
- package/src/infrastructure/locales/sk-SK/flashcards.json +0 -287
- package/src/infrastructure/locales/sk-SK/general.json +0 -61
- package/src/infrastructure/locales/sk-SK/index.ts +0 -49
- package/src/infrastructure/locales/sk-SK/navigation.json +0 -58
- package/src/infrastructure/locales/sk-SK/onboarding.json +0 -76
- package/src/infrastructure/locales/sk-SK/settings.json +0 -53
- package/src/infrastructure/locales/sv-SE/auth.json +0 -32
- package/src/infrastructure/locales/sv-SE/branding.json +0 -9
- package/src/infrastructure/locales/sv-SE/datetime.json +0 -140
- package/src/infrastructure/locales/sv-SE/errors.json +0 -43
- package/src/infrastructure/locales/sv-SE/flashcards.json +0 -287
- package/src/infrastructure/locales/sv-SE/general.json +0 -61
- package/src/infrastructure/locales/sv-SE/index.ts +0 -49
- package/src/infrastructure/locales/sv-SE/navigation.json +0 -58
- package/src/infrastructure/locales/sv-SE/onboarding.json +0 -76
- package/src/infrastructure/locales/sv-SE/settings.json +0 -53
- package/src/infrastructure/locales/th-TH/auth.json +0 -32
- package/src/infrastructure/locales/th-TH/branding.json +0 -9
- package/src/infrastructure/locales/th-TH/datetime.json +0 -140
- package/src/infrastructure/locales/th-TH/errors.json +0 -43
- package/src/infrastructure/locales/th-TH/flashcards.json +0 -287
- package/src/infrastructure/locales/th-TH/general.json +0 -61
- package/src/infrastructure/locales/th-TH/index.ts +0 -49
- package/src/infrastructure/locales/th-TH/navigation.json +0 -58
- package/src/infrastructure/locales/th-TH/onboarding.json +0 -76
- package/src/infrastructure/locales/th-TH/settings.json +0 -53
- package/src/infrastructure/locales/tl-PH/auth.json +0 -32
- package/src/infrastructure/locales/tl-PH/branding.json +0 -9
- package/src/infrastructure/locales/tl-PH/datetime.json +0 -140
- package/src/infrastructure/locales/tl-PH/errors.json +0 -43
- package/src/infrastructure/locales/tl-PH/flashcards.json +0 -287
- package/src/infrastructure/locales/tl-PH/general.json +0 -61
- package/src/infrastructure/locales/tl-PH/index.ts +0 -49
- package/src/infrastructure/locales/tl-PH/navigation.json +0 -58
- package/src/infrastructure/locales/tl-PH/onboarding.json +0 -76
- package/src/infrastructure/locales/tl-PH/settings.json +0 -53
- package/src/infrastructure/locales/tr-TR/auth.json +0 -32
- package/src/infrastructure/locales/tr-TR/branding.json +0 -9
- package/src/infrastructure/locales/tr-TR/datetime.json +0 -140
- package/src/infrastructure/locales/tr-TR/errors.json +0 -43
- package/src/infrastructure/locales/tr-TR/flashcards.json +0 -287
- package/src/infrastructure/locales/tr-TR/general.json +0 -61
- package/src/infrastructure/locales/tr-TR/index.ts +0 -49
- package/src/infrastructure/locales/tr-TR/navigation.json +0 -58
- package/src/infrastructure/locales/tr-TR/onboarding.json +0 -76
- package/src/infrastructure/locales/tr-TR/settings.json +0 -53
- package/src/infrastructure/locales/uk-UA/auth.json +0 -32
- package/src/infrastructure/locales/uk-UA/branding.json +0 -9
- package/src/infrastructure/locales/uk-UA/datetime.json +0 -140
- package/src/infrastructure/locales/uk-UA/errors.json +0 -43
- package/src/infrastructure/locales/uk-UA/flashcards.json +0 -287
- package/src/infrastructure/locales/uk-UA/general.json +0 -61
- package/src/infrastructure/locales/uk-UA/index.ts +0 -49
- package/src/infrastructure/locales/uk-UA/navigation.json +0 -58
- package/src/infrastructure/locales/uk-UA/onboarding.json +0 -76
- package/src/infrastructure/locales/uk-UA/settings.json +0 -53
- package/src/infrastructure/locales/vi-VN/auth.json +0 -32
- package/src/infrastructure/locales/vi-VN/branding.json +0 -9
- package/src/infrastructure/locales/vi-VN/datetime.json +0 -140
- package/src/infrastructure/locales/vi-VN/errors.json +0 -43
- package/src/infrastructure/locales/vi-VN/flashcards.json +0 -287
- package/src/infrastructure/locales/vi-VN/general.json +0 -61
- package/src/infrastructure/locales/vi-VN/index.ts +0 -49
- package/src/infrastructure/locales/vi-VN/navigation.json +0 -58
- package/src/infrastructure/locales/vi-VN/onboarding.json +0 -76
- package/src/infrastructure/locales/vi-VN/settings.json +0 -53
- package/src/infrastructure/locales/zh-CN/auth.json +0 -32
- package/src/infrastructure/locales/zh-CN/branding.json +0 -9
- package/src/infrastructure/locales/zh-CN/datetime.json +0 -140
- package/src/infrastructure/locales/zh-CN/errors.json +0 -43
- package/src/infrastructure/locales/zh-CN/flashcards.json +0 -287
- package/src/infrastructure/locales/zh-CN/general.json +0 -61
- package/src/infrastructure/locales/zh-CN/index.ts +0 -49
- package/src/infrastructure/locales/zh-CN/navigation.json +0 -58
- package/src/infrastructure/locales/zh-CN/onboarding.json +0 -76
- package/src/infrastructure/locales/zh-CN/settings.json +0 -53
- package/src/infrastructure/locales/zh-TW/auth.json +0 -32
- package/src/infrastructure/locales/zh-TW/branding.json +0 -9
- package/src/infrastructure/locales/zh-TW/datetime.json +0 -140
- package/src/infrastructure/locales/zh-TW/errors.json +0 -43
- package/src/infrastructure/locales/zh-TW/flashcards.json +0 -287
- package/src/infrastructure/locales/zh-TW/general.json +0 -61
- package/src/infrastructure/locales/zh-TW/index.ts +0 -49
- package/src/infrastructure/locales/zh-TW/navigation.json +0 -58
- package/src/infrastructure/locales/zh-TW/onboarding.json +0 -76
- package/src/infrastructure/locales/zh-TW/settings.json +0 -53
|
@@ -1,140 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"days": {
|
|
3
|
-
"full": {
|
|
4
|
-
"monday": "Segunda-feira",
|
|
5
|
-
"tuesday": "Terça-feira",
|
|
6
|
-
"wednesday": "Quarta-feira",
|
|
7
|
-
"thursday": "Quinta-feira",
|
|
8
|
-
"friday": "Sexta-feira",
|
|
9
|
-
"saturday": "Sábado",
|
|
10
|
-
"sunday": "Domingo"
|
|
11
|
-
},
|
|
12
|
-
"short": {
|
|
13
|
-
"mon": "seg",
|
|
14
|
-
"tue": "ter",
|
|
15
|
-
"wed": "qua",
|
|
16
|
-
"thu": "qui",
|
|
17
|
-
"fri": "sex",
|
|
18
|
-
"sat": "Sentado",
|
|
19
|
-
"sun": "Sol"
|
|
20
|
-
},
|
|
21
|
-
"abbreviated": {
|
|
22
|
-
"m": "M",
|
|
23
|
-
"t": "T",
|
|
24
|
-
"w": "C",
|
|
25
|
-
"th": "O",
|
|
26
|
-
"f": "F",
|
|
27
|
-
"sa": "Sá",
|
|
28
|
-
"su": "Su"
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
"months": {
|
|
32
|
-
"full": {
|
|
33
|
-
"january": "Janeiro",
|
|
34
|
-
"february": "Fevereiro",
|
|
35
|
-
"march": "Marchar",
|
|
36
|
-
"april": "abril",
|
|
37
|
-
"may": "Poderia",
|
|
38
|
-
"june": "Junho",
|
|
39
|
-
"july": "Julho",
|
|
40
|
-
"august": "Agosto",
|
|
41
|
-
"september": "Setembro",
|
|
42
|
-
"october": "outubro",
|
|
43
|
-
"november": "novembro",
|
|
44
|
-
"december": "dezembro"
|
|
45
|
-
},
|
|
46
|
-
"short": {
|
|
47
|
-
"jan": "janeiro",
|
|
48
|
-
"feb": "fevereiro",
|
|
49
|
-
"mar": "março",
|
|
50
|
-
"apr": "abril",
|
|
51
|
-
"may": "Poderia",
|
|
52
|
-
"jun": "junho",
|
|
53
|
-
"jul": "julho",
|
|
54
|
-
"aug": "Agosto",
|
|
55
|
-
"sep": "Setembro",
|
|
56
|
-
"oct": "Outubro",
|
|
57
|
-
"nov": "novembro",
|
|
58
|
-
"dec": "dezembro"
|
|
59
|
-
}
|
|
60
|
-
},
|
|
61
|
-
"relative": {
|
|
62
|
-
"now": "Agora",
|
|
63
|
-
"justNow": "Agora mesmo",
|
|
64
|
-
"today": "Hoje",
|
|
65
|
-
"yesterday": "Ontem",
|
|
66
|
-
"tomorrow": "Amanhã",
|
|
67
|
-
"thisWeek": "Essa semana",
|
|
68
|
-
"lastWeek": "Semana passada",
|
|
69
|
-
"nextWeek": "Próxima semana",
|
|
70
|
-
"thisMonth": "Este mês",
|
|
71
|
-
"lastMonth": "Mês passado",
|
|
72
|
-
"nextMonth": "Próximo mês",
|
|
73
|
-
"thisYear": "Este ano",
|
|
74
|
-
"lastYear": "Ano passado",
|
|
75
|
-
"nextYear": "Próximo ano",
|
|
76
|
-
"ago": "atrás",
|
|
77
|
-
"fromNow": "a partir de agora",
|
|
78
|
-
"in": "em"
|
|
79
|
-
},
|
|
80
|
-
"units": {
|
|
81
|
-
"singular": {
|
|
82
|
-
"second": "segundo",
|
|
83
|
-
"minute": "minuto",
|
|
84
|
-
"hour": "hora",
|
|
85
|
-
"day": "dia",
|
|
86
|
-
"week": "semana",
|
|
87
|
-
"month": "mês",
|
|
88
|
-
"year": "ano"
|
|
89
|
-
},
|
|
90
|
-
"plural": {
|
|
91
|
-
"seconds": "segundos",
|
|
92
|
-
"minutes": "minutos",
|
|
93
|
-
"hours": "horas",
|
|
94
|
-
"days": "dias",
|
|
95
|
-
"weeks": "semanas",
|
|
96
|
-
"months": "meses",
|
|
97
|
-
"years": "anos"
|
|
98
|
-
},
|
|
99
|
-
"short": {
|
|
100
|
-
"s": "é",
|
|
101
|
-
"m": "eu",
|
|
102
|
-
"h": "h",
|
|
103
|
-
"d": "d",
|
|
104
|
-
"w": "c",
|
|
105
|
-
"mo": "mo",
|
|
106
|
-
"y": "sim"
|
|
107
|
-
}
|
|
108
|
-
},
|
|
109
|
-
"periods": {
|
|
110
|
-
"am": "SOU",
|
|
111
|
-
"pm": "PM",
|
|
112
|
-
"morning": "Manhã",
|
|
113
|
-
"afternoon": "Tarde",
|
|
114
|
-
"evening": "Noite",
|
|
115
|
-
"night": "Noite",
|
|
116
|
-
"midnight": "Meia-noite",
|
|
117
|
-
"noon": "Meio-dia"
|
|
118
|
-
},
|
|
119
|
-
"formats": {
|
|
120
|
-
"date": "Data",
|
|
121
|
-
"time": "Tempo",
|
|
122
|
-
"datetime": "Data e hora",
|
|
123
|
-
"duration": "Duração",
|
|
124
|
-
"startDate": "Data de início",
|
|
125
|
-
"endDate": "Data de término",
|
|
126
|
-
"startTime": "Hora de início",
|
|
127
|
-
"endTime": "Hora de término",
|
|
128
|
-
"selectDate": "Selecione a data",
|
|
129
|
-
"selectTime": "Selecione a hora"
|
|
130
|
-
},
|
|
131
|
-
"actions": {
|
|
132
|
-
"setDate": "Definir data",
|
|
133
|
-
"setTime": "Definir hora",
|
|
134
|
-
"clearDate": "Limpar data",
|
|
135
|
-
"clearTime": "Limpar tempo",
|
|
136
|
-
"confirmDate": "Confirmar data",
|
|
137
|
-
"confirmTime": "Confirmar hora",
|
|
138
|
-
"cancel": "Cancelar"
|
|
139
|
-
}
|
|
140
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"validation": {
|
|
3
|
-
"required": "Este campo é obrigatório",
|
|
4
|
-
"invalidEmail": "Formato de e-mail inválido",
|
|
5
|
-
"invalidPhone": "Número de telefone inválido",
|
|
6
|
-
"invalidUrl": "Formato de URL inválido",
|
|
7
|
-
"minLength": "O comprimento mínimo é de {{min}} caracteres",
|
|
8
|
-
"maxLength": "O comprimento máximo é de {{max}} caracteres",
|
|
9
|
-
"minValue": "O valor mínimo é {{min}}",
|
|
10
|
-
"maxValue": "O valor máximo é {{max}}",
|
|
11
|
-
"mustMatch": "Os campos devem corresponder",
|
|
12
|
-
"invalidFormat": "Formato inválido",
|
|
13
|
-
"invalidDate": "Data inválida",
|
|
14
|
-
"futureDate": "A data deve estar no futuro",
|
|
15
|
-
"pastDate": "A data deve estar no passado"
|
|
16
|
-
},
|
|
17
|
-
"storage": {
|
|
18
|
-
"saveFailed": "Falha ao salvar dados",
|
|
19
|
-
"loadFailed": "Falha ao carregar dados",
|
|
20
|
-
"deleteFailed": "Falha ao excluir dados",
|
|
21
|
-
"notFound": "Dados não encontrados"
|
|
22
|
-
},
|
|
23
|
-
"permission": {
|
|
24
|
-
"denied": "Permissão negada",
|
|
25
|
-
"notGranted": "Permissão não concedida",
|
|
26
|
-
"cameraNotAvailable": "Câmera não disponível",
|
|
27
|
-
"locationNotAvailable": "Serviços de localização não disponíveis",
|
|
28
|
-
"microphoneNotAvailable": "Microfone não disponível",
|
|
29
|
-
"photosNotAvailable": "Biblioteca de fotos não disponível"
|
|
30
|
-
},
|
|
31
|
-
"common": {
|
|
32
|
-
"somethingWentWrong": "Algo deu errado",
|
|
33
|
-
"tryAgainLater": "Por favor, tente novamente mais tarde",
|
|
34
|
-
"unexpectedError": "Ocorreu um erro inesperado"
|
|
35
|
-
},
|
|
36
|
-
"actions": {
|
|
37
|
-
"dismiss": "Liberar",
|
|
38
|
-
"retry": "Tentar novamente",
|
|
39
|
-
"cancel": "Cancelar",
|
|
40
|
-
"goBack": "Volte",
|
|
41
|
-
"contactSupport": "Contate o suporte"
|
|
42
|
-
}
|
|
43
|
-
}
|
|
@@ -1,287 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"home": {
|
|
3
|
-
"welcome": "Bem-vindo ao Flashcard Maker",
|
|
4
|
-
"subtitle": "Domine qualquer assunto com flashcards interativos",
|
|
5
|
-
"quickStudy": "Estudo rápido",
|
|
6
|
-
"quickStudyDesc": "Comece a estudar seus decks recentes",
|
|
7
|
-
"createDeck": "Criar baralho",
|
|
8
|
-
"createDeckDesc": "Construa um novo baralho de flashcards",
|
|
9
|
-
"recentActivity": "Atividade recente",
|
|
10
|
-
"noDecksYet": "Você ainda não criou nenhum deck",
|
|
11
|
-
"browseDecks": "Navegar pelos baralhos",
|
|
12
|
-
"statistics": "Estatísticas",
|
|
13
|
-
"totalDecks": "Total de baralhos",
|
|
14
|
-
"totalCards": "Total de cartas",
|
|
15
|
-
"studySessions": "Sessões de estudo"
|
|
16
|
-
},
|
|
17
|
-
"decks": {
|
|
18
|
-
"noDecks": "Nenhum baralho encontrado",
|
|
19
|
-
"noDecksDesc": "Crie seu primeiro baralho de flashcards para começar",
|
|
20
|
-
"createFirstDeck": "Crie o primeiro baralho",
|
|
21
|
-
"createDeck": "Criar baralho",
|
|
22
|
-
"editDeck": "Editar baralho",
|
|
23
|
-
"recentlyStudied": "Estudado recentemente",
|
|
24
|
-
"allDecks": "Todos os baralhos",
|
|
25
|
-
"easy": "Fácil",
|
|
26
|
-
"medium": "Médio",
|
|
27
|
-
"hard": "Duro"
|
|
28
|
-
},
|
|
29
|
-
"study": {
|
|
30
|
-
"noCards": "Nenhum cartão disponível",
|
|
31
|
-
"noCardsDesc": "Adicione algumas cartas a um baralho para começar a estudar",
|
|
32
|
-
"browseDecks": "Navegar pelos baralhos",
|
|
33
|
-
"question": "Pergunta",
|
|
34
|
-
"answer": "Responder",
|
|
35
|
-
"showQuestion": "Mostrar pergunta",
|
|
36
|
-
"showAnswer": "Mostrar resposta",
|
|
37
|
-
"correct": "Correto",
|
|
38
|
-
"incorrect": "Incorreto",
|
|
39
|
-
"skip": "Pular",
|
|
40
|
-
"skipped": "Ignorado",
|
|
41
|
-
"studyComplete": "Estudo concluído",
|
|
42
|
-
"wellDone": "Bom trabalho!",
|
|
43
|
-
"sessionComplete": "Sessão concluída"
|
|
44
|
-
},
|
|
45
|
-
"create": {
|
|
46
|
-
"createDeck": "Criar baralho",
|
|
47
|
-
"addCards": "Adicionar cartões",
|
|
48
|
-
"deckInfo": "Informações do convés",
|
|
49
|
-
"cardInfo": "Informações do cartão",
|
|
50
|
-
"deckTitle": "Título do deck",
|
|
51
|
-
"deckTitlePlaceholder": "Insira o título do deck",
|
|
52
|
-
"deckDescription": "Descrição",
|
|
53
|
-
"deckDescriptionPlaceholder": "Insira a descrição do deck",
|
|
54
|
-
"category": "Categoria",
|
|
55
|
-
"selectCategory": "Selecione a categoria",
|
|
56
|
-
"cardFront": "Parte frontal",
|
|
57
|
-
"cardFrontPlaceholder": "Insira a pergunta ou termo",
|
|
58
|
-
"cardBack": "Verso",
|
|
59
|
-
"cardBackPlaceholder": "Insira a resposta ou definição",
|
|
60
|
-
"difficulty": "Dificuldade",
|
|
61
|
-
"addCard": "Adicionar cartão",
|
|
62
|
-
"addedCards": "Cartões Adicionados",
|
|
63
|
-
"saveDeck": "Salvar baralho"
|
|
64
|
-
},
|
|
65
|
-
"cards": {
|
|
66
|
-
"noCards": "Nenhum cartão encontrado",
|
|
67
|
-
"noCardsDesc": "Crie seu primeiro flashcard para começar",
|
|
68
|
-
"createFirstCard": "Crie o primeiro cartão",
|
|
69
|
-
"createCard": "Criar cartão",
|
|
70
|
-
"editCard": "Editar cartão",
|
|
71
|
-
"selectDeck": "Selecione o baralho",
|
|
72
|
-
"selectDeckPlaceholder": "Escolha um baralho para esta carta"
|
|
73
|
-
},
|
|
74
|
-
"common": {
|
|
75
|
-
"clearFilter": "Limpar filtro"
|
|
76
|
-
},
|
|
77
|
-
"studyModes": {
|
|
78
|
-
"classic": "Clássico",
|
|
79
|
-
"matching": "Jogo de correspondência",
|
|
80
|
-
"quiz": "Múltipla escolha",
|
|
81
|
-
"writing": "Modo de escrita",
|
|
82
|
-
"timed": "Desafio cronometrado",
|
|
83
|
-
"selectMode": "Selecione o modo de estudo"
|
|
84
|
-
},
|
|
85
|
-
"session": {
|
|
86
|
-
"complete": "Sessão concluída",
|
|
87
|
-
"accuracy": "Precisão",
|
|
88
|
-
"speed": "Velocidade",
|
|
89
|
-
"score": "Pontuação",
|
|
90
|
-
"cardsPerMinute": "cartões/min",
|
|
91
|
-
"grade": "Nota",
|
|
92
|
-
"feedback": {
|
|
93
|
-
"excellent": "Excelente trabalho! Você dominou este baralho!",
|
|
94
|
-
"great": "Ótimo trabalho! Continue com o bom trabalho!",
|
|
95
|
-
"good": "Bom progresso! Pratique mais para melhorar.",
|
|
96
|
-
"keep_practicing": "Continue praticando! Você está chegando lá.",
|
|
97
|
-
"keep_studying": "Continue estudando! Revise esses cartões novamente."
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
|
-
"rating": {
|
|
101
|
-
"fail": "De novo",
|
|
102
|
-
"hard": "Duro",
|
|
103
|
-
"good": "Bom",
|
|
104
|
-
"easy": "Fácil",
|
|
105
|
-
"perfect": "Perfeito"
|
|
106
|
-
},
|
|
107
|
-
"srs": {
|
|
108
|
-
"dueToday": "Vencimento hoje",
|
|
109
|
-
"dueCards": "Cartões devidos",
|
|
110
|
-
"nextReview": "Próxima revisão",
|
|
111
|
-
"interval": "Intervalo",
|
|
112
|
-
"repetitions": "Repetições",
|
|
113
|
-
"easeFactor": "Fator de Facilidade",
|
|
114
|
-
"reviewHistory": "Rever histórico",
|
|
115
|
-
"retention": "Taxa de retenção",
|
|
116
|
-
"again": "De novo",
|
|
117
|
-
"hard": "Duro",
|
|
118
|
-
"good": "Bom",
|
|
119
|
-
"easy": "Fácil"
|
|
120
|
-
},
|
|
121
|
-
"media": {
|
|
122
|
-
"image": "Imagem",
|
|
123
|
-
"chooseImage": "Escolha a imagem",
|
|
124
|
-
"takePhoto": "Tirar foto",
|
|
125
|
-
"permissionDenied": "Permissão negada para acessar fotos",
|
|
126
|
-
"cameraPermissionDenied": "Permissão negada para acessar a câmera",
|
|
127
|
-
"imageFailed": "Falha ao carregar imagem",
|
|
128
|
-
"cameraFailed": "Falha ao abrir a câmera",
|
|
129
|
-
"audio": "Áudio",
|
|
130
|
-
"record": "Gravar áudio",
|
|
131
|
-
"recording": "Gravação...",
|
|
132
|
-
"stopRecording": "Pare de gravar",
|
|
133
|
-
"play": "Jogar",
|
|
134
|
-
"stop": "Parar",
|
|
135
|
-
"speak": "Falar",
|
|
136
|
-
"audioPermissionDenied": "Permissão negada para gravar áudio",
|
|
137
|
-
"recordingFailed": "Falha ao gravar áudio",
|
|
138
|
-
"playbackFailed": "Falha ao reproduzir áudio",
|
|
139
|
-
"ttsFailed": "Falha na conversão de texto em fala",
|
|
140
|
-
"noText": "Sem texto para falar"
|
|
141
|
-
},
|
|
142
|
-
"import": {
|
|
143
|
-
"title": "Plataforma de importação",
|
|
144
|
-
"chooseFormat": "Escolha o formato",
|
|
145
|
-
"csv": "CSV (Excel)",
|
|
146
|
-
"json": "JSON",
|
|
147
|
-
"quizlet": "Questionário",
|
|
148
|
-
"selectFile": "Selecione o arquivo",
|
|
149
|
-
"importing": "Importando...",
|
|
150
|
-
"success": "{{count}} cartões importados com sucesso",
|
|
151
|
-
"errors": "Ocorreram {{count}} erros",
|
|
152
|
-
"viewErrors": "Ver erros"
|
|
153
|
-
},
|
|
154
|
-
"export": {
|
|
155
|
-
"title": "Plataforma de exportação",
|
|
156
|
-
"chooseFormat": "Escolha o formato",
|
|
157
|
-
"csv": "CSV (Excel)",
|
|
158
|
-
"json": "JSON (completo)",
|
|
159
|
-
"quizlet": "Questionário",
|
|
160
|
-
"includeStats": "Incluir estatísticas",
|
|
161
|
-
"includeMedia": "Incluir mídia",
|
|
162
|
-
"exporting": "Exportador...",
|
|
163
|
-
"success": "Deck exportado com sucesso"
|
|
164
|
-
},
|
|
165
|
-
"statistics": {
|
|
166
|
-
"title": "Estatísticas",
|
|
167
|
-
"overview": "Visão geral",
|
|
168
|
-
"totalCards": "Total de cartas",
|
|
169
|
-
"cardsStudied": "Cartões estudados",
|
|
170
|
-
"totalReviews": "Total de avaliações",
|
|
171
|
-
"correctReviews": "Avaliações corretas",
|
|
172
|
-
"accuracy": "Precisão",
|
|
173
|
-
"averageTimePerCard": "Tempo médio por cartão",
|
|
174
|
-
"totalStudyTime": "Tempo total de estudo",
|
|
175
|
-
"studySessions": "Sessões de estudo",
|
|
176
|
-
"streak": {
|
|
177
|
-
"current": "Sequência Atual",
|
|
178
|
-
"longest": "Sequência mais longa",
|
|
179
|
-
"days": "dias"
|
|
180
|
-
},
|
|
181
|
-
"charts": {
|
|
182
|
-
"daily": "Diário",
|
|
183
|
-
"weekly": "Semanalmente",
|
|
184
|
-
"monthly": "Mensal",
|
|
185
|
-
"performance": "Desempenho",
|
|
186
|
-
"activity": "Atividade"
|
|
187
|
-
}
|
|
188
|
-
},
|
|
189
|
-
"sharing": {
|
|
190
|
-
"title": "Compartilhar deck",
|
|
191
|
-
"generateCode": "Gerar código de compartilhamento",
|
|
192
|
-
"shareCode": "Código de compartilhamento",
|
|
193
|
-
"qrCode": "Código QR",
|
|
194
|
-
"copyCode": "Copiar código",
|
|
195
|
-
"codeCopied": "Código copiado para a área de transferência",
|
|
196
|
-
"shareAsFile": "Compartilhar como arquivo",
|
|
197
|
-
"shareAsLink": "Compartilhar como link",
|
|
198
|
-
"importCode": "Código de importação",
|
|
199
|
-
"enterCode": "Digite o código de 6 dígitos",
|
|
200
|
-
"invalidCode": "Código de compartilhamento inválido",
|
|
201
|
-
"importing": "Importando baralho...",
|
|
202
|
-
"importSuccess": "Deck importado com sucesso",
|
|
203
|
-
"downloadCount": "Transferências",
|
|
204
|
-
"makePublic": "Tornar público",
|
|
205
|
-
"makePrivate": "Tornar privado"
|
|
206
|
-
},
|
|
207
|
-
"gamification": {
|
|
208
|
-
"profile": {
|
|
209
|
-
"level": "Nível",
|
|
210
|
-
"xp": "XP",
|
|
211
|
-
"rank": "Classificação",
|
|
212
|
-
"progress": "Progresso para o próximo nível",
|
|
213
|
-
"totalXP": "XP total ganho"
|
|
214
|
-
},
|
|
215
|
-
"ranks": {
|
|
216
|
-
"novice": "Novato",
|
|
217
|
-
"apprentice": "Aprendiz",
|
|
218
|
-
"scholar": "Estudioso",
|
|
219
|
-
"expert": "Especialista",
|
|
220
|
-
"master": "Mestre",
|
|
221
|
-
"grandmaster": "Grão-Mestre",
|
|
222
|
-
"legend": "Lenda"
|
|
223
|
-
},
|
|
224
|
-
"achievements": {
|
|
225
|
-
"title": "Conquistas",
|
|
226
|
-
"unlocked": "Desbloqueado",
|
|
227
|
-
"locked": "Bloqueado",
|
|
228
|
-
"progress": "Progresso",
|
|
229
|
-
"reward": "Recompensa",
|
|
230
|
-
"unlockedAt": "Desbloqueado em",
|
|
231
|
-
"categories": {
|
|
232
|
-
"study": "Estudar",
|
|
233
|
-
"cards": "Cartões",
|
|
234
|
-
"decks": "Convés",
|
|
235
|
-
"streak": "Onda",
|
|
236
|
-
"special": "Especial"
|
|
237
|
-
}
|
|
238
|
-
},
|
|
239
|
-
"challenges": {
|
|
240
|
-
"title": "Desafios Diários",
|
|
241
|
-
"today": "Desafios de hoje",
|
|
242
|
-
"completed": "Concluído",
|
|
243
|
-
"inProgress": "Em andamento",
|
|
244
|
-
"reward": "Recompensa",
|
|
245
|
-
"goal": "Meta",
|
|
246
|
-
"progress": "Progresso"
|
|
247
|
-
},
|
|
248
|
-
"xpRewards": {
|
|
249
|
-
"cardReviewed": "+{{amount}} XP - Cartão revisado",
|
|
250
|
-
"cardCorrect": "+{{quantidade}} XP - Resposta Correta",
|
|
251
|
-
"cardPerfect": "+{{quantidade}} XP - Perfeito!",
|
|
252
|
-
"deckCreated": "+{{amount}} XP - Deck criado",
|
|
253
|
-
"studySession": "+{{amount}} XP - Sessão de estudo",
|
|
254
|
-
"dailyGoal": "+{{amount}} XP – Meta diária atingida",
|
|
255
|
-
"streakDay": "+{{amount}} XP - Dia de sequência",
|
|
256
|
-
"achievementUnlocked": "+{{amount}} XP - Conquista desbloqueada"
|
|
257
|
-
}
|
|
258
|
-
},
|
|
259
|
-
"matching": {
|
|
260
|
-
"title": "Jogo de correspondência",
|
|
261
|
-
"instructions": "Combine as cartas tocando em pares",
|
|
262
|
-
"matches": "Partidas",
|
|
263
|
-
"attempts": "Tentativas",
|
|
264
|
-
"timeElapsed": "Tempo",
|
|
265
|
-
"perfect": "Combinação perfeita!",
|
|
266
|
-
"tryAgain": "Tente novamente"
|
|
267
|
-
},
|
|
268
|
-
"quiz": {
|
|
269
|
-
"title": "Questionário de múltipla escolha",
|
|
270
|
-
"question": "Pergunta",
|
|
271
|
-
"chooseAnswer": "Escolha a resposta correta",
|
|
272
|
-
"correct": "Correto!",
|
|
273
|
-
"incorrect": "Incorreto",
|
|
274
|
-
"showAnswer": "Mostrar resposta",
|
|
275
|
-
"nextQuestion": "Próxima pergunta"
|
|
276
|
-
},
|
|
277
|
-
"writing": {
|
|
278
|
-
"title": "Modo de escrita",
|
|
279
|
-
"instructions": "Digite a resposta",
|
|
280
|
-
"yourAnswer": "sua Resposta",
|
|
281
|
-
"correctAnswer": "Resposta Correta",
|
|
282
|
-
"similarity": "Semelhança",
|
|
283
|
-
"strictMode": "Modo Estrito",
|
|
284
|
-
"fuzzyMatching": "Correspondência difusa",
|
|
285
|
-
"check": "Verifique a resposta"
|
|
286
|
-
}
|
|
287
|
-
}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"back": "Voltar",
|
|
3
|
-
"cancel": "Cancelar",
|
|
4
|
-
"confirm": "Confirmar",
|
|
5
|
-
"continue": "Continuar",
|
|
6
|
-
"delete": "Excluir",
|
|
7
|
-
"edit": "Editar",
|
|
8
|
-
"error": "Erro",
|
|
9
|
-
"loading": "Carregando...",
|
|
10
|
-
"notNow": "Agora não",
|
|
11
|
-
"ok": "OK",
|
|
12
|
-
"optional": "Opcional",
|
|
13
|
-
"save": "Salvar",
|
|
14
|
-
"something_went_wrong": "Algo deu errado",
|
|
15
|
-
"success": "Sucesso",
|
|
16
|
-
"close": "Fechar",
|
|
17
|
-
"done": "Feito",
|
|
18
|
-
"next": "Próximo",
|
|
19
|
-
"previous": "Anterior",
|
|
20
|
-
"skip": "Pular",
|
|
21
|
-
"retry": "Tentar novamente",
|
|
22
|
-
"refresh": "Atualizar",
|
|
23
|
-
"search": "Procurar",
|
|
24
|
-
"filter": "Filtro",
|
|
25
|
-
"sort": "Organizar",
|
|
26
|
-
"add": "Adicionar",
|
|
27
|
-
"remove": "Remover",
|
|
28
|
-
"update": "Atualizar",
|
|
29
|
-
"create": "Criar",
|
|
30
|
-
"view": "Visualizar",
|
|
31
|
-
"details": "Detalhes",
|
|
32
|
-
"share": "Compartilhar",
|
|
33
|
-
"download": "Download",
|
|
34
|
-
"upload": "Carregar",
|
|
35
|
-
"submit": "Enviar",
|
|
36
|
-
"reset": "Reiniciar",
|
|
37
|
-
"clear": "Claro",
|
|
38
|
-
"apply": "Aplicar",
|
|
39
|
-
"yes": "Sim",
|
|
40
|
-
"no": "Não",
|
|
41
|
-
"all": "Todos",
|
|
42
|
-
"none": "Nenhum",
|
|
43
|
-
"of": "de",
|
|
44
|
-
"select": "Selecione",
|
|
45
|
-
"selected": "Selecionado",
|
|
46
|
-
"required": "Obrigatório",
|
|
47
|
-
"empty": "Vazio",
|
|
48
|
-
"noData": "Não há dados disponíveis",
|
|
49
|
-
"noResults": "Nenhum resultado encontrado",
|
|
50
|
-
"tryAgain": "Tente novamente",
|
|
51
|
-
"learnMore": "Saber mais",
|
|
52
|
-
"getStarted": "Comece",
|
|
53
|
-
"viewAll": "Ver tudo",
|
|
54
|
-
"showMore": "Mostrar mais",
|
|
55
|
-
"showLess": "Mostrar menos",
|
|
56
|
-
"start": "Começar",
|
|
57
|
-
"study": "Estudar",
|
|
58
|
-
"cards": "Cartões",
|
|
59
|
-
"correct": "Correto",
|
|
60
|
-
"incorrect": "Incorreto"
|
|
61
|
-
}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Auto-generated translation loader for pt-PT
|
|
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.292Z
|
|
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": "Lar",
|
|
3
|
-
"settings": "Configurações",
|
|
4
|
-
"about": "Sobre",
|
|
5
|
-
"back": "Voltar",
|
|
6
|
-
"explore": "Explorar",
|
|
7
|
-
"search": "Procurar",
|
|
8
|
-
"favorites": "Favoritos",
|
|
9
|
-
"activity": "Atividade",
|
|
10
|
-
"discover": "Descobrir",
|
|
11
|
-
"library": "Biblioteca",
|
|
12
|
-
"stats": "Estatísticas",
|
|
13
|
-
"wellness": "Bem-estar",
|
|
14
|
-
"exercises": "Exercícios",
|
|
15
|
-
"nutrition": "Nutrição",
|
|
16
|
-
"progress": "Progresso",
|
|
17
|
-
"workouts": "Exercícios",
|
|
18
|
-
"dashboard": "Painel",
|
|
19
|
-
"calendar": "Calendário",
|
|
20
|
-
"tasks": "Tarefas",
|
|
21
|
-
"notes": "Notas",
|
|
22
|
-
"projects": "Projetos",
|
|
23
|
-
"goals": "Metas",
|
|
24
|
-
"habits": "Hábitos",
|
|
25
|
-
"budget": "Orçamento",
|
|
26
|
-
"expenses": "Despesas",
|
|
27
|
-
"income": "Renda",
|
|
28
|
-
"accounts": "Contas",
|
|
29
|
-
"reports": "Relatórios",
|
|
30
|
-
"courses": "Cursos",
|
|
31
|
-
"lessons": "Lições",
|
|
32
|
-
"practice": "Prática",
|
|
33
|
-
"learning": "Aprendizado",
|
|
34
|
-
"meditation": "Meditação",
|
|
35
|
-
"journal": "Jornal",
|
|
36
|
-
"timer": "Temporizador",
|
|
37
|
-
"tracking": "Monitorando",
|
|
38
|
-
"analytics": "Análise",
|
|
39
|
-
"community": "Comunidade",
|
|
40
|
-
"feed": "Alimentar",
|
|
41
|
-
"browse": "Navegar",
|
|
42
|
-
"categories": "Categorias",
|
|
43
|
-
"saved": "Salvo",
|
|
44
|
-
"history": "História",
|
|
45
|
-
"achievements": "Conquistas",
|
|
46
|
-
"leaderboard": "Tabela de classificação",
|
|
47
|
-
"challenges": "Desafios",
|
|
48
|
-
"rewards": "Recompensas",
|
|
49
|
-
"today": "Hoje",
|
|
50
|
-
"medicines": "Medicação",
|
|
51
|
-
"adherence": "Adesão",
|
|
52
|
-
"decks": "Convés",
|
|
53
|
-
"cards": "Cartões",
|
|
54
|
-
"study": "Estudar",
|
|
55
|
-
"decksDescription": "Organize and manage your flashcard decks",
|
|
56
|
-
"cardsDescription": "View and edit all your flashcards",
|
|
57
|
-
"studyDescription": "Practice with spaced repetition system"
|
|
58
|
-
}
|