@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": "Lunes",
|
|
5
|
-
"tuesday": "Martes",
|
|
6
|
-
"wednesday": "Miyerkules",
|
|
7
|
-
"thursday": "Huwebes",
|
|
8
|
-
"friday": "Biyernes",
|
|
9
|
-
"saturday": "Sabado",
|
|
10
|
-
"sunday": "Linggo"
|
|
11
|
-
},
|
|
12
|
-
"short": {
|
|
13
|
-
"mon": "Mon",
|
|
14
|
-
"tue": "Tue",
|
|
15
|
-
"wed": "Wed",
|
|
16
|
-
"thu": "Thu",
|
|
17
|
-
"fri": "Biyernes",
|
|
18
|
-
"sat": "Sat",
|
|
19
|
-
"sun": "Araw"
|
|
20
|
-
},
|
|
21
|
-
"abbreviated": {
|
|
22
|
-
"m": "M",
|
|
23
|
-
"t": "T",
|
|
24
|
-
"w": "W",
|
|
25
|
-
"th": "Th",
|
|
26
|
-
"f": "F",
|
|
27
|
-
"sa": "SA",
|
|
28
|
-
"su": "Su"
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
"months": {
|
|
32
|
-
"full": {
|
|
33
|
-
"january": "Enero",
|
|
34
|
-
"february": "Pebrero",
|
|
35
|
-
"march": "Marso",
|
|
36
|
-
"april": "Abril",
|
|
37
|
-
"may": "Mayo",
|
|
38
|
-
"june": "Hunyo",
|
|
39
|
-
"july": "Hulyo",
|
|
40
|
-
"august": "Agosto",
|
|
41
|
-
"september": "Setyembre",
|
|
42
|
-
"october": "Oktubre",
|
|
43
|
-
"november": "Nobyembre",
|
|
44
|
-
"december": "Disyembre"
|
|
45
|
-
},
|
|
46
|
-
"short": {
|
|
47
|
-
"jan": "Jan",
|
|
48
|
-
"feb": "Peb",
|
|
49
|
-
"mar": "Mar",
|
|
50
|
-
"apr": "Abr",
|
|
51
|
-
"may": "Mayo",
|
|
52
|
-
"jun": "Jun",
|
|
53
|
-
"jul": "Jul",
|
|
54
|
-
"aug": "AUG",
|
|
55
|
-
"sep": "Sep",
|
|
56
|
-
"oct": "Oktubre",
|
|
57
|
-
"nov": "Nov",
|
|
58
|
-
"dec": "Dec"
|
|
59
|
-
}
|
|
60
|
-
},
|
|
61
|
-
"relative": {
|
|
62
|
-
"now": "Ngayon",
|
|
63
|
-
"justNow": "Ngayon lang",
|
|
64
|
-
"today": "Ngayon",
|
|
65
|
-
"yesterday": "Kahapon",
|
|
66
|
-
"tomorrow": "Bukas",
|
|
67
|
-
"thisWeek": "Sa linggong ito",
|
|
68
|
-
"lastWeek": "Noong nakaraang linggo",
|
|
69
|
-
"nextWeek": "Sa susunod na linggo",
|
|
70
|
-
"thisMonth": "Ngayong buwan",
|
|
71
|
-
"lastMonth": "Noong nakaraang buwan",
|
|
72
|
-
"nextMonth": "Sa susunod na buwan",
|
|
73
|
-
"thisYear": "Ngayong taon",
|
|
74
|
-
"lastYear": "Noong nakaraang taon",
|
|
75
|
-
"nextYear": "Sa susunod na taon",
|
|
76
|
-
"ago": "nakaraan",
|
|
77
|
-
"fromNow": "mula ngayon",
|
|
78
|
-
"in": "sa"
|
|
79
|
-
},
|
|
80
|
-
"units": {
|
|
81
|
-
"singular": {
|
|
82
|
-
"second": "pangalawa",
|
|
83
|
-
"minute": "Minuto",
|
|
84
|
-
"hour": "oras",
|
|
85
|
-
"day": "araw",
|
|
86
|
-
"week": "Linggo",
|
|
87
|
-
"month": "Buwan",
|
|
88
|
-
"year": "taon"
|
|
89
|
-
},
|
|
90
|
-
"plural": {
|
|
91
|
-
"seconds": "segundo",
|
|
92
|
-
"minutes": "minuto",
|
|
93
|
-
"hours": "oras",
|
|
94
|
-
"days": "araw",
|
|
95
|
-
"weeks": "Linggo",
|
|
96
|
-
"months": "buwan",
|
|
97
|
-
"years": "taon"
|
|
98
|
-
},
|
|
99
|
-
"short": {
|
|
100
|
-
"s": "s",
|
|
101
|
-
"m": "m",
|
|
102
|
-
"h": "h",
|
|
103
|
-
"d": "d",
|
|
104
|
-
"w": "w",
|
|
105
|
-
"mo": "mo",
|
|
106
|
-
"y": "y"
|
|
107
|
-
}
|
|
108
|
-
},
|
|
109
|
-
"periods": {
|
|
110
|
-
"am": "Am",
|
|
111
|
-
"pm": "PM",
|
|
112
|
-
"morning": "Umaga",
|
|
113
|
-
"afternoon": "Hapon",
|
|
114
|
-
"evening": "Gabi",
|
|
115
|
-
"night": "Gabi",
|
|
116
|
-
"midnight": "Hatinggabi",
|
|
117
|
-
"noon": "Tanghali"
|
|
118
|
-
},
|
|
119
|
-
"formats": {
|
|
120
|
-
"date": "Petsa",
|
|
121
|
-
"time": "Oras",
|
|
122
|
-
"datetime": "Petsa at oras",
|
|
123
|
-
"duration": "Tagal",
|
|
124
|
-
"startDate": "Petsa ng pagsisimula",
|
|
125
|
-
"endDate": "Pagtatapos ng petsa",
|
|
126
|
-
"startTime": "Simula ng oras",
|
|
127
|
-
"endTime": "Oras ng pagtatapos",
|
|
128
|
-
"selectDate": "Piliin ang Petsa",
|
|
129
|
-
"selectTime": "Piliin ang Oras"
|
|
130
|
-
},
|
|
131
|
-
"actions": {
|
|
132
|
-
"setDate": "Itakda ang petsa",
|
|
133
|
-
"setTime": "Magtakda ng oras",
|
|
134
|
-
"clearDate": "Malinaw na petsa",
|
|
135
|
-
"clearTime": "Malinaw na oras",
|
|
136
|
-
"confirmDate": "Kumpirmahin ang petsa",
|
|
137
|
-
"confirmTime": "Kumpirmahin ang oras",
|
|
138
|
-
"cancel": "Kanselahin"
|
|
139
|
-
}
|
|
140
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"validation": {
|
|
3
|
-
"required": "Kinakailangan ang patlang na ito",
|
|
4
|
-
"invalidEmail": "Di -wastong format ng email",
|
|
5
|
-
"invalidPhone": "Di -wastong numero ng telepono",
|
|
6
|
-
"invalidUrl": "Hindi wastong format ng URL",
|
|
7
|
-
"minLength": "Ang minimum na haba ay {{min}} character",
|
|
8
|
-
"maxLength": "Ang maximum na haba ay {{max}} character",
|
|
9
|
-
"minValue": "Ang pinakamababang halaga ay {{min}}",
|
|
10
|
-
"maxValue": "Ang maximum na halaga ay {{max}}",
|
|
11
|
-
"mustMatch": "Dapat tumugma ang mga patlang",
|
|
12
|
-
"invalidFormat": "Di -wastong format",
|
|
13
|
-
"invalidDate": "Di -wastong petsa",
|
|
14
|
-
"futureDate": "Ang petsa ay dapat na sa hinaharap",
|
|
15
|
-
"pastDate": "Ang petsa ay dapat na sa nakaraan"
|
|
16
|
-
},
|
|
17
|
-
"storage": {
|
|
18
|
-
"saveFailed": "Nabigong makatipid ng data",
|
|
19
|
-
"loadFailed": "Nabigong mag -load ng data",
|
|
20
|
-
"deleteFailed": "Nabigong tanggalin ang data",
|
|
21
|
-
"notFound": "Hindi natagpuan ang data"
|
|
22
|
-
},
|
|
23
|
-
"permission": {
|
|
24
|
-
"denied": "Tinanggihan ang pahintulot",
|
|
25
|
-
"notGranted": "Hindi ipinagkaloob ang pahintulot",
|
|
26
|
-
"cameraNotAvailable": "Hindi magagamit ang camera",
|
|
27
|
-
"locationNotAvailable": "Hindi magagamit ang mga serbisyo sa lokasyon",
|
|
28
|
-
"microphoneNotAvailable": "Hindi magagamit ang mikropono",
|
|
29
|
-
"photosNotAvailable": "Hindi magagamit ang library ng larawan"
|
|
30
|
-
},
|
|
31
|
-
"common": {
|
|
32
|
-
"somethingWentWrong": "May mali",
|
|
33
|
-
"tryAgainLater": "Mangyaring subukang muli mamaya",
|
|
34
|
-
"unexpectedError": "Naganap ang isang hindi inaasahang error"
|
|
35
|
-
},
|
|
36
|
-
"actions": {
|
|
37
|
-
"dismiss": "Tanggalin",
|
|
38
|
-
"retry": "Muling",
|
|
39
|
-
"cancel": "Kanselahin",
|
|
40
|
-
"goBack": "Bumalik ka",
|
|
41
|
-
"contactSupport": "Makipag -ugnay sa suporta"
|
|
42
|
-
}
|
|
43
|
-
}
|
|
@@ -1,287 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"home": {
|
|
3
|
-
"welcome": "Maligayang pagdating sa Flashcard Maker",
|
|
4
|
-
"subtitle": "Master ang anumang paksa na may mga interactive na flashcards",
|
|
5
|
-
"quickStudy": "Mabilis na pag -aaral",
|
|
6
|
-
"quickStudyDesc": "Simulan ang pag -aaral ng iyong kamakailang mga deck",
|
|
7
|
-
"createDeck": "Lumikha ng kubyerta",
|
|
8
|
-
"createDeckDesc": "Bumuo ng isang bagong deck ng Flashcard",
|
|
9
|
-
"recentActivity": "Kamakailang aktibidad",
|
|
10
|
-
"noDecksYet": "Hindi ka pa lumikha ng anumang mga deck",
|
|
11
|
-
"browseDecks": "Mag -browse ng mga deck",
|
|
12
|
-
"statistics": "Istatistika",
|
|
13
|
-
"totalDecks": "Kabuuang mga deck",
|
|
14
|
-
"totalCards": "Kabuuang mga kard",
|
|
15
|
-
"studySessions": "Mga sesyon sa pag -aaral"
|
|
16
|
-
},
|
|
17
|
-
"decks": {
|
|
18
|
-
"noDecks": "Walang nahanap na deck",
|
|
19
|
-
"noDecksDesc": "Lumikha ng iyong unang flashcard deck upang makapagsimula",
|
|
20
|
-
"createFirstDeck": "Lumikha ng unang kubyerta",
|
|
21
|
-
"createDeck": "Lumikha ng kubyerta",
|
|
22
|
-
"editDeck": "I -edit ang kubyerta",
|
|
23
|
-
"recentlyStudied": "Kamakailan lamang ay nag -aral",
|
|
24
|
-
"allDecks": "Lahat ng mga deck",
|
|
25
|
-
"easy": "Madali",
|
|
26
|
-
"medium": "Katamtaman",
|
|
27
|
-
"hard": "Mahirap"
|
|
28
|
-
},
|
|
29
|
-
"study": {
|
|
30
|
-
"noCards": "Walang magagamit na mga kard",
|
|
31
|
-
"noCardsDesc": "Magdagdag ng ilang mga kard sa isang kubyerta upang simulan ang pag -aaral",
|
|
32
|
-
"browseDecks": "Mag -browse ng mga deck",
|
|
33
|
-
"question": "Tanong",
|
|
34
|
-
"answer": "Sagot",
|
|
35
|
-
"showQuestion": "Magpakita ng tanong",
|
|
36
|
-
"showAnswer": "Ipakita ang sagot",
|
|
37
|
-
"correct": "Tama",
|
|
38
|
-
"incorrect": "Maling",
|
|
39
|
-
"skip": "Laktawan",
|
|
40
|
-
"skipped": "Nilaktawan",
|
|
41
|
-
"studyComplete": "Kumpletuhin ang pag -aaral",
|
|
42
|
-
"wellDone": "Magaling!",
|
|
43
|
-
"sessionComplete": "Kumpletuhin ang session"
|
|
44
|
-
},
|
|
45
|
-
"create": {
|
|
46
|
-
"createDeck": "Lumikha ng kubyerta",
|
|
47
|
-
"addCards": "Magdagdag ng mga kard",
|
|
48
|
-
"deckInfo": "Impormasyon sa Deck",
|
|
49
|
-
"cardInfo": "Impormasyon sa Card",
|
|
50
|
-
"deckTitle": "Pamagat ng deck",
|
|
51
|
-
"deckTitlePlaceholder": "Ipasok ang pamagat ng deck",
|
|
52
|
-
"deckDescription": "Paglalarawan",
|
|
53
|
-
"deckDescriptionPlaceholder": "Ipasok ang paglalarawan ng deck",
|
|
54
|
-
"category": "Kategorya",
|
|
55
|
-
"selectCategory": "Piliin ang kategorya",
|
|
56
|
-
"cardFront": "Harap na bahagi",
|
|
57
|
-
"cardFrontPlaceholder": "Ipasok ang tanong o termino",
|
|
58
|
-
"cardBack": "Bumalik na bahagi",
|
|
59
|
-
"cardBackPlaceholder": "Ipasok ang sagot o kahulugan",
|
|
60
|
-
"difficulty": "Kahirapan",
|
|
61
|
-
"addCard": "Magdagdag ng card",
|
|
62
|
-
"addedCards": "Nagdagdag ng mga kard",
|
|
63
|
-
"saveDeck": "I -save ang kubyerta"
|
|
64
|
-
},
|
|
65
|
-
"cards": {
|
|
66
|
-
"noCards": "Walang nahanap na mga kard",
|
|
67
|
-
"noCardsDesc": "Lumikha ng iyong unang flashcard upang makapagsimula",
|
|
68
|
-
"createFirstCard": "Lumikha ng unang card",
|
|
69
|
-
"createCard": "Lumikha ng card",
|
|
70
|
-
"editCard": "I -edit ang card",
|
|
71
|
-
"selectDeck": "Piliin ang Deck",
|
|
72
|
-
"selectDeckPlaceholder": "Pumili ng isang deck para sa kard na ito"
|
|
73
|
-
},
|
|
74
|
-
"common": {
|
|
75
|
-
"clearFilter": "Malinaw na filter"
|
|
76
|
-
},
|
|
77
|
-
"studyModes": {
|
|
78
|
-
"classic": "Klasiko",
|
|
79
|
-
"matching": "Pagtutugma ng laro",
|
|
80
|
-
"quiz": "Maramihang pagpipilian",
|
|
81
|
-
"writing": "Mode ng pagsusulat",
|
|
82
|
-
"timed": "Nag -time na hamon",
|
|
83
|
-
"selectMode": "Piliin ang mode ng pag -aaral"
|
|
84
|
-
},
|
|
85
|
-
"session": {
|
|
86
|
-
"complete": "Kumpletuhin ang session",
|
|
87
|
-
"accuracy": "Kawastuhan",
|
|
88
|
-
"speed": "Bilis",
|
|
89
|
-
"score": "Iskor",
|
|
90
|
-
"cardsPerMinute": "Mga Card/Min",
|
|
91
|
-
"grade": "Grado",
|
|
92
|
-
"feedback": {
|
|
93
|
-
"excellent": "Mahusay na trabaho! Pinagkadalubhasaan mo ang deck na ito!",
|
|
94
|
-
"great": "Mahusay na trabaho! Ipagpatuloy ang mabuting gawain!",
|
|
95
|
-
"good": "Magandang pag -unlad! Magsanay nang higit pa upang mapabuti.",
|
|
96
|
-
"keep_practicing": "Patuloy na magsanay! Dumating ka doon.",
|
|
97
|
-
"keep_studying": "Patuloy na mag -aral! Suriin muli ang mga kard na ito."
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
|
-
"rating": {
|
|
101
|
-
"fail": "Muli",
|
|
102
|
-
"hard": "Mahirap",
|
|
103
|
-
"good": "Mabuti",
|
|
104
|
-
"easy": "Madali",
|
|
105
|
-
"perfect": "Perpekto"
|
|
106
|
-
},
|
|
107
|
-
"srs": {
|
|
108
|
-
"dueToday": "Dahil sa ngayon",
|
|
109
|
-
"dueCards": "Dahil sa mga kard",
|
|
110
|
-
"nextReview": "Susunod na pagsusuri",
|
|
111
|
-
"interval": "Agwat",
|
|
112
|
-
"repetitions": "Mga pag -uulit",
|
|
113
|
-
"easeFactor": "Kadalian factor",
|
|
114
|
-
"reviewHistory": "Suriin ang Kasaysayan",
|
|
115
|
-
"retention": "Rate ng pagpapanatili",
|
|
116
|
-
"again": "Muli",
|
|
117
|
-
"hard": "Mahirap",
|
|
118
|
-
"good": "Mabuti",
|
|
119
|
-
"easy": "Madali"
|
|
120
|
-
},
|
|
121
|
-
"media": {
|
|
122
|
-
"image": "Imahe",
|
|
123
|
-
"chooseImage": "Pumili ng imahe",
|
|
124
|
-
"takePhoto": "Kumuha ng litrato",
|
|
125
|
-
"permissionDenied": "Ang pahintulot ay tinanggihan upang ma -access ang mga larawan",
|
|
126
|
-
"cameraPermissionDenied": "Ang pahintulot ay tinanggihan upang ma -access ang camera",
|
|
127
|
-
"imageFailed": "Nabigong mag -load ng imahe",
|
|
128
|
-
"cameraFailed": "Nabigong buksan ang camera",
|
|
129
|
-
"audio": "Audio",
|
|
130
|
-
"record": "Magtala ng audio",
|
|
131
|
-
"recording": "Pag -record ...",
|
|
132
|
-
"stopRecording": "Itigil ang pag -record",
|
|
133
|
-
"play": "Maglaro",
|
|
134
|
-
"stop": "Huminto",
|
|
135
|
-
"speak": "Magsalita",
|
|
136
|
-
"audioPermissionDenied": "Tinanggihan ang pahintulot upang mag -record ng audio",
|
|
137
|
-
"recordingFailed": "Nabigong i -record ang audio",
|
|
138
|
-
"playbackFailed": "Nabigong maglaro ng audio",
|
|
139
|
-
"ttsFailed": "Nabigo ang text-to-speech",
|
|
140
|
-
"noText": "Walang teksto upang magsalita"
|
|
141
|
-
},
|
|
142
|
-
"import": {
|
|
143
|
-
"title": "I -import ang kubyerta",
|
|
144
|
-
"chooseFormat": "Piliin ang Format",
|
|
145
|
-
"csv": "CSV (Excel)",
|
|
146
|
-
"json": "JSON",
|
|
147
|
-
"quizlet": "Quizlet",
|
|
148
|
-
"selectFile": "Piliin ang File",
|
|
149
|
-
"importing": "Pag -import ...",
|
|
150
|
-
"success": "Matagumpay na na -import ang mga card na {{count}}",
|
|
151
|
-
"errors": "{{count}} naganap ang mga error",
|
|
152
|
-
"viewErrors": "Tingnan ang mga error"
|
|
153
|
-
},
|
|
154
|
-
"export": {
|
|
155
|
-
"title": "I -export ang deck",
|
|
156
|
-
"chooseFormat": "Piliin ang Format",
|
|
157
|
-
"csv": "CSV (Excel)",
|
|
158
|
-
"json": "Json (kumpleto)",
|
|
159
|
-
"quizlet": "Quizlet",
|
|
160
|
-
"includeStats": "Isama ang mga istatistika",
|
|
161
|
-
"includeMedia": "Isama ang media",
|
|
162
|
-
"exporting": "Pag -export ...",
|
|
163
|
-
"success": "Matagumpay na na -export ang deck"
|
|
164
|
-
},
|
|
165
|
-
"statistics": {
|
|
166
|
-
"title": "Istatistika",
|
|
167
|
-
"overview": "Pangkalahatang -ideya",
|
|
168
|
-
"totalCards": "Kabuuang mga kard",
|
|
169
|
-
"cardsStudied": "Pinag -aralan ang mga kard",
|
|
170
|
-
"totalReviews": "Kabuuang mga pagsusuri",
|
|
171
|
-
"correctReviews": "Tamang mga pagsusuri",
|
|
172
|
-
"accuracy": "Kawastuhan",
|
|
173
|
-
"averageTimePerCard": "Oras ng AVG bawat card",
|
|
174
|
-
"totalStudyTime": "Kabuuang oras ng pag -aaral",
|
|
175
|
-
"studySessions": "Mga sesyon sa pag -aaral",
|
|
176
|
-
"streak": {
|
|
177
|
-
"current": "Kasalukuyang Streak",
|
|
178
|
-
"longest": "Pinakamahabang guhitan",
|
|
179
|
-
"days": "araw"
|
|
180
|
-
},
|
|
181
|
-
"charts": {
|
|
182
|
-
"daily": "Araw -araw",
|
|
183
|
-
"weekly": "Lingguhan",
|
|
184
|
-
"monthly": "Buwanang",
|
|
185
|
-
"performance": "Pagganap",
|
|
186
|
-
"activity": "Aktibidad"
|
|
187
|
-
}
|
|
188
|
-
},
|
|
189
|
-
"sharing": {
|
|
190
|
-
"title": "Magbahagi ng kubyerta",
|
|
191
|
-
"generateCode": "Bumuo ng pagbabahagi code",
|
|
192
|
-
"shareCode": "Magbahagi ng code",
|
|
193
|
-
"qrCode": "QR Code",
|
|
194
|
-
"copyCode": "Kopyahin ang code",
|
|
195
|
-
"codeCopied": "Ang code na kinopya sa clipboard",
|
|
196
|
-
"shareAsFile": "Ibahagi bilang file",
|
|
197
|
-
"shareAsLink": "Ibahagi bilang link",
|
|
198
|
-
"importCode": "I -import ang code",
|
|
199
|
-
"enterCode": "Ipasok ang 6-digit na code",
|
|
200
|
-
"invalidCode": "Hindi wastong pagbabahagi ng code",
|
|
201
|
-
"importing": "Pag -import ng deck ...",
|
|
202
|
-
"importSuccess": "Matagumpay na na -import ang deck",
|
|
203
|
-
"downloadCount": "Mga pag -download",
|
|
204
|
-
"makePublic": "Gumawa ng publiko",
|
|
205
|
-
"makePrivate": "Gumawa ng pribado"
|
|
206
|
-
},
|
|
207
|
-
"gamification": {
|
|
208
|
-
"profile": {
|
|
209
|
-
"level": "Antas",
|
|
210
|
-
"xp": "XP",
|
|
211
|
-
"rank": "Ranggo",
|
|
212
|
-
"progress": "Pag -unlad sa susunod na antas",
|
|
213
|
-
"totalXP": "Kabuuang XP Kinita"
|
|
214
|
-
},
|
|
215
|
-
"ranks": {
|
|
216
|
-
"novice": "Baguhan",
|
|
217
|
-
"apprentice": "Apprentice",
|
|
218
|
-
"scholar": "Scholar",
|
|
219
|
-
"expert": "Dalubhasa",
|
|
220
|
-
"master": "Master",
|
|
221
|
-
"grandmaster": "Grandmaster",
|
|
222
|
-
"legend": "Alamat"
|
|
223
|
-
},
|
|
224
|
-
"achievements": {
|
|
225
|
-
"title": "Mga nakamit",
|
|
226
|
-
"unlocked": "Naka -lock",
|
|
227
|
-
"locked": "Naka -lock",
|
|
228
|
-
"progress": "Pag -unlad",
|
|
229
|
-
"reward": "Gantimpala",
|
|
230
|
-
"unlockedAt": "Naka -lock sa",
|
|
231
|
-
"categories": {
|
|
232
|
-
"study": "Pag -aaral",
|
|
233
|
-
"cards": "Mga Card",
|
|
234
|
-
"decks": "Mga deck",
|
|
235
|
-
"streak": "Streak",
|
|
236
|
-
"special": "Espesyal"
|
|
237
|
-
}
|
|
238
|
-
},
|
|
239
|
-
"challenges": {
|
|
240
|
-
"title": "Pang -araw -araw na mga hamon",
|
|
241
|
-
"today": "Mga hamon ngayon",
|
|
242
|
-
"completed": "Nakumpleto",
|
|
243
|
-
"inProgress": "Sa pag -unlad",
|
|
244
|
-
"reward": "Gantimpala",
|
|
245
|
-
"goal": "Layunin",
|
|
246
|
-
"progress": "Pag -unlad"
|
|
247
|
-
},
|
|
248
|
-
"xpRewards": {
|
|
249
|
-
"cardReviewed": "+{{halaga}} XP - Sinuri ang card",
|
|
250
|
-
"cardCorrect": "+{{halaga}} xp - tamang sagot",
|
|
251
|
-
"cardPerfect": "+{{halaga}} xp - perpekto!",
|
|
252
|
-
"deckCreated": "+{{halaga}} xp - nilikha ang deck",
|
|
253
|
-
"studySession": "+{{halaga}} xp - session ng pag -aaral",
|
|
254
|
-
"dailyGoal": "+{{halaga}} xp - Nakatagpo ang pang -araw -araw na layunin",
|
|
255
|
-
"streakDay": "+{{halaga}} xp - araw ng guhit",
|
|
256
|
-
"achievementUnlocked": "+{{halaga}} xp - Nakamit ang naka -lock"
|
|
257
|
-
}
|
|
258
|
-
},
|
|
259
|
-
"matching": {
|
|
260
|
-
"title": "Pagtutugma ng laro",
|
|
261
|
-
"instructions": "Itugma ang mga kard sa pamamagitan ng pag -tap sa mga pares",
|
|
262
|
-
"matches": "Mga tugma",
|
|
263
|
-
"attempts": "Mga pagtatangka",
|
|
264
|
-
"timeElapsed": "Oras",
|
|
265
|
-
"perfect": "Perpektong tugma!",
|
|
266
|
-
"tryAgain": "Subukang muli"
|
|
267
|
-
},
|
|
268
|
-
"quiz": {
|
|
269
|
-
"title": "Maramihang pagpili ng pagsusulit",
|
|
270
|
-
"question": "Tanong",
|
|
271
|
-
"chooseAnswer": "Piliin ang tamang sagot",
|
|
272
|
-
"correct": "Tama!",
|
|
273
|
-
"incorrect": "Maling",
|
|
274
|
-
"showAnswer": "Ipakita ang sagot",
|
|
275
|
-
"nextQuestion": "Susunod na tanong"
|
|
276
|
-
},
|
|
277
|
-
"writing": {
|
|
278
|
-
"title": "Mode ng pagsusulat",
|
|
279
|
-
"instructions": "I -type ang sagot",
|
|
280
|
-
"yourAnswer": "Ang sagot mo",
|
|
281
|
-
"correctAnswer": "Tamang sagot",
|
|
282
|
-
"similarity": "Pagkakapareho",
|
|
283
|
-
"strictMode": "Mahigpit na mode",
|
|
284
|
-
"fuzzyMatching": "Malabo na pagtutugma",
|
|
285
|
-
"check": "Suriin ang sagot"
|
|
286
|
-
}
|
|
287
|
-
}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"back": "Balik",
|
|
3
|
-
"cancel": "Kanselahin",
|
|
4
|
-
"confirm": "Kumpirmahin",
|
|
5
|
-
"continue": "Magpatuloy",
|
|
6
|
-
"delete": "Tanggalin",
|
|
7
|
-
"edit": "I -edit",
|
|
8
|
-
"error": "Error",
|
|
9
|
-
"loading": "Naglo -load ...",
|
|
10
|
-
"notNow": "Hindi ngayon",
|
|
11
|
-
"ok": "Ok",
|
|
12
|
-
"optional": "Opsyonal",
|
|
13
|
-
"save": "I -save",
|
|
14
|
-
"something_went_wrong": "May mali",
|
|
15
|
-
"success": "Tagumpay",
|
|
16
|
-
"close": "Malapit",
|
|
17
|
-
"done": "Tapos na",
|
|
18
|
-
"next": "Susunod",
|
|
19
|
-
"previous": "Nakaraan",
|
|
20
|
-
"skip": "Laktawan",
|
|
21
|
-
"retry": "Muling",
|
|
22
|
-
"refresh": "I -refresh",
|
|
23
|
-
"search": "Maghanap",
|
|
24
|
-
"filter": "Filter",
|
|
25
|
-
"sort": "Pag -uri -uriin",
|
|
26
|
-
"add": "Idagdag",
|
|
27
|
-
"remove": "Alisin",
|
|
28
|
-
"update": "I -update",
|
|
29
|
-
"create": "Lumikha",
|
|
30
|
-
"view": "Tingnan",
|
|
31
|
-
"details": "Mga detalye",
|
|
32
|
-
"share": "Ibahagi",
|
|
33
|
-
"download": "I -download",
|
|
34
|
-
"upload": "Mag -upload",
|
|
35
|
-
"submit": "Isumite",
|
|
36
|
-
"reset": "I -reset",
|
|
37
|
-
"clear": "Malinaw",
|
|
38
|
-
"apply": "Mag -apply",
|
|
39
|
-
"yes": "Oo",
|
|
40
|
-
"no": "Hindi",
|
|
41
|
-
"all": "Lahat",
|
|
42
|
-
"none": "Wala",
|
|
43
|
-
"of": "ng",
|
|
44
|
-
"select": "Piliin",
|
|
45
|
-
"selected": "Napili",
|
|
46
|
-
"required": "Kinakailangan",
|
|
47
|
-
"empty": "Walang laman",
|
|
48
|
-
"noData": "Walang magagamit na data",
|
|
49
|
-
"noResults": "Walang nahanap na mga resulta",
|
|
50
|
-
"tryAgain": "Subukang muli",
|
|
51
|
-
"learnMore": "Matuto nang higit pa",
|
|
52
|
-
"getStarted": "Magsimula",
|
|
53
|
-
"viewAll": "Tingnan ang lahat",
|
|
54
|
-
"showMore": "Ipakita pa",
|
|
55
|
-
"showLess": "Mas kaunti ang ipakita",
|
|
56
|
-
"start": "Magsimula",
|
|
57
|
-
"study": "Pag -aaral",
|
|
58
|
-
"cards": "Mga Card",
|
|
59
|
-
"correct": "Tama",
|
|
60
|
-
"incorrect": "Maling"
|
|
61
|
-
}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Auto-generated translation loader for tl-PH
|
|
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": "Home",
|
|
3
|
-
"settings": "Mga setting",
|
|
4
|
-
"about": "Tungkol sa",
|
|
5
|
-
"back": "Balik",
|
|
6
|
-
"explore": "Galugarin",
|
|
7
|
-
"search": "Maghanap",
|
|
8
|
-
"favorites": "Mga Paborito",
|
|
9
|
-
"activity": "Aktibidad",
|
|
10
|
-
"discover": "Tuklasin",
|
|
11
|
-
"library": "Library",
|
|
12
|
-
"stats": "Stats",
|
|
13
|
-
"wellness": "Kagalingan",
|
|
14
|
-
"exercises": "Ehersisyo",
|
|
15
|
-
"nutrition": "Nutrisyon",
|
|
16
|
-
"progress": "Pag -unlad",
|
|
17
|
-
"workouts": "Pag -eehersisyo",
|
|
18
|
-
"dashboard": "Dashboard",
|
|
19
|
-
"calendar": "Kalendaryo",
|
|
20
|
-
"tasks": "Mga gawain",
|
|
21
|
-
"notes": "Mga Tala",
|
|
22
|
-
"projects": "Mga proyekto",
|
|
23
|
-
"goals": "Mga layunin",
|
|
24
|
-
"habits": "Mga Gawi",
|
|
25
|
-
"budget": "Badyet",
|
|
26
|
-
"expenses": "Gastos",
|
|
27
|
-
"income": "Kita",
|
|
28
|
-
"accounts": "Mga Account",
|
|
29
|
-
"reports": "Ulat",
|
|
30
|
-
"courses": "Mga kurso",
|
|
31
|
-
"lessons": "Mga aralin",
|
|
32
|
-
"practice": "Magsanay",
|
|
33
|
-
"learning": "Pag -aaral",
|
|
34
|
-
"meditation": "Pagninilay -nilay",
|
|
35
|
-
"journal": "Journal",
|
|
36
|
-
"timer": "Timer",
|
|
37
|
-
"tracking": "Pagsubaybay",
|
|
38
|
-
"analytics": "Analytics",
|
|
39
|
-
"community": "Pamayanan",
|
|
40
|
-
"feed": "Feed",
|
|
41
|
-
"browse": "Mag -browse",
|
|
42
|
-
"categories": "Mga kategorya",
|
|
43
|
-
"saved": "Nai -save",
|
|
44
|
-
"history": "Kasaysayan",
|
|
45
|
-
"achievements": "Mga nakamit",
|
|
46
|
-
"leaderboard": "Leaderboard",
|
|
47
|
-
"challenges": "Mga hamon",
|
|
48
|
-
"rewards": "Gantimpala",
|
|
49
|
-
"today": "Ngayon",
|
|
50
|
-
"medicines": "Mga gamot",
|
|
51
|
-
"adherence": "Pagsunod",
|
|
52
|
-
"decks": "Mga deck",
|
|
53
|
-
"cards": "Mga Card",
|
|
54
|
-
"study": "Pag -aaral",
|
|
55
|
-
"decksDescription": "Organize and manage your flashcard decks",
|
|
56
|
-
"cardsDescription": "View and edit all your flashcards",
|
|
57
|
-
"studyDescription": "Practice with spaced repetition system"
|
|
58
|
-
}
|