@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,76 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"skip": "Preskočiť",
|
|
3
|
-
"getStarted": "Začíname",
|
|
4
|
-
"welcome": {
|
|
5
|
-
"title": "Vitajte!",
|
|
6
|
-
"subtitle": "Vaša cesta začína tu",
|
|
7
|
-
"getStarted": "Začíname",
|
|
8
|
-
"skip": "Preskočiť"
|
|
9
|
-
},
|
|
10
|
-
"slides": {
|
|
11
|
-
"slide1": {
|
|
12
|
-
"title": "Objavte úžasné vlastnosti",
|
|
13
|
-
"description": "Preskúmajte všetko, čo naša aplikácia ponúka"
|
|
14
|
-
},
|
|
15
|
-
"slide2": {
|
|
16
|
-
"title": "Zostaňte organizovaní",
|
|
17
|
-
"description": "Sledujte, čo je najdôležitejšie"
|
|
18
|
-
},
|
|
19
|
-
"slide3": {
|
|
20
|
-
"title": "Dosiahnite svoje ciele",
|
|
21
|
-
"description": "Sme tu, aby sme vám pomohli uspieť"
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
"permissions": {
|
|
25
|
-
"title": "Povolenia",
|
|
26
|
-
"subtitle": "Potrebujeme nejaké povolenia, aby sme vám poskytli čo najlepší zážitok",
|
|
27
|
-
"location": {
|
|
28
|
-
"title": "Poloha",
|
|
29
|
-
"description": "Poskytujte funkcie založené na polohe",
|
|
30
|
-
"enable": "Povoliť polohu"
|
|
31
|
-
},
|
|
32
|
-
"camera": {
|
|
33
|
-
"title": "Fotoaparát",
|
|
34
|
-
"description": "Fotografujte a skenujte dokumenty",
|
|
35
|
-
"enable": "Povoliť fotoaparát"
|
|
36
|
-
},
|
|
37
|
-
"photos": {
|
|
38
|
-
"title": "Fotografie",
|
|
39
|
-
"description": "Získajte prístup k svojej knižnici fotografií",
|
|
40
|
-
"enable": "Povoliť Fotky"
|
|
41
|
-
},
|
|
42
|
-
"later": "Urobím to neskôr",
|
|
43
|
-
"continue": "Pokračovať"
|
|
44
|
-
},
|
|
45
|
-
"personalization": {
|
|
46
|
-
"title": "Prispôsobte si svoj zážitok",
|
|
47
|
-
"subtitle": "Povedz nám o sebe",
|
|
48
|
-
"goals": {
|
|
49
|
-
"title": "Aké sú vaše ciele?",
|
|
50
|
-
"options": [
|
|
51
|
-
"Zostaňte zdraví",
|
|
52
|
-
"Buďte produktívni",
|
|
53
|
-
"Naučte sa nové zručnosti",
|
|
54
|
-
"Spojte sa s ostatnými",
|
|
55
|
-
"Bavte sa"
|
|
56
|
-
]
|
|
57
|
-
},
|
|
58
|
-
"preferences": {
|
|
59
|
-
"title": "Nastavte si predvoľby",
|
|
60
|
-
"theme": "Vyberte tému",
|
|
61
|
-
"language": "Vyberte Jazyk"
|
|
62
|
-
},
|
|
63
|
-
"continue": "Pokračovať"
|
|
64
|
-
},
|
|
65
|
-
"complete": {
|
|
66
|
-
"title": "Všetko je pripravené!",
|
|
67
|
-
"subtitle": "Začnime!",
|
|
68
|
-
"startButton": "Začnite používať aplikáciu"
|
|
69
|
-
},
|
|
70
|
-
"navigation": {
|
|
71
|
-
"next": "Ďalej",
|
|
72
|
-
"back": "Späť",
|
|
73
|
-
"skip": "Preskočiť",
|
|
74
|
-
"done": "Hotovo"
|
|
75
|
-
}
|
|
76
|
-
}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"lightMode": "Svetelný režim",
|
|
3
|
-
"darkMode": "Tmavý režim",
|
|
4
|
-
"language": "Jazyk",
|
|
5
|
-
"aboutDescription": "Informácie o aplikácii a verzia",
|
|
6
|
-
"about": {
|
|
7
|
-
"title": "O",
|
|
8
|
-
"description": "Informácie o aplikácii a verzia",
|
|
9
|
-
"appVersion": "Verzia aplikácie",
|
|
10
|
-
"moreApps": "Viac aplikácií",
|
|
11
|
-
"moreAppsDescription": "Pozrite si naše ďalšie aplikácie",
|
|
12
|
-
"contactEmail": "Kontaktný e-mail",
|
|
13
|
-
"website": "webové stránky"
|
|
14
|
-
},
|
|
15
|
-
"disclaimer": {
|
|
16
|
-
"title": "Vyhlásenie o zdraví",
|
|
17
|
-
"shortMessage": "Klepnutím si prečítajte dôležité zdravotné informácie",
|
|
18
|
-
"message": "Táto aplikácia slúži len na informačné účely a účely podpory wellness. NIE JE náhradou za odbornú lekársku alebo duševnú starostlivosť.\n\nAk máte zdravotnú krízu alebo stav núdze, okamžite kontaktujte miestne pohotovostné služby alebo poskytovateľa zdravotnej starostlivosti.\n\nVždy konzultujte s kvalifikovanými zdravotníckymi odborníkmi lekársku radu, diagnostiku alebo liečbu. Obsah v tejto aplikácii by sa nemal používať ako náhrada za odborný lekársky posudok.\n\nVaše súkromie je dôležité. Všetky údaje zostanú vo vašom zariadení súkromné, pokiaľ sa ich výslovne nerozhodnete zdieľať."
|
|
19
|
-
},
|
|
20
|
-
"legal": {
|
|
21
|
-
"title": "Právne",
|
|
22
|
-
"description": "Zásady ochrany osobných údajov, podmienky používania a EULA",
|
|
23
|
-
"privacy": "Zásady ochrany osobných údajov",
|
|
24
|
-
"privacyDescription": "Ako nakladáme s vašimi údajmi",
|
|
25
|
-
"terms": "Podmienky používania",
|
|
26
|
-
"termsDescription": "Podmienky",
|
|
27
|
-
"eula": "Licenčná zmluva s koncovým používateľom",
|
|
28
|
-
"eulaDescription": "Licenčná zmluva"
|
|
29
|
-
},
|
|
30
|
-
"version": {
|
|
31
|
-
"title": "Verzia aplikácie"
|
|
32
|
-
},
|
|
33
|
-
"languageSelection": {
|
|
34
|
-
"title": "Vyberte Jazyk",
|
|
35
|
-
"description": "Vyberte si preferovaný jazyk",
|
|
36
|
-
"currentLanguage": "Aktuálny jazyk",
|
|
37
|
-
"searchPlaceholder": "Hľadať jazyky"
|
|
38
|
-
},
|
|
39
|
-
"appearance": {
|
|
40
|
-
"title": "Vzhľad",
|
|
41
|
-
"darkMode": "Tmavý režim",
|
|
42
|
-
"darkTheme": "Temná téma",
|
|
43
|
-
"lightTheme": "Svetlá téma",
|
|
44
|
-
"themeDescription": "Nastavenia jazyka a témy"
|
|
45
|
-
},
|
|
46
|
-
"notifications": {
|
|
47
|
-
"title": "Upozornenia",
|
|
48
|
-
"description": "Spravujte predvoľby upozornení",
|
|
49
|
-
"enableNotifications": "Povoliť upozornenia",
|
|
50
|
-
"notificationPermission": "Povolenie na oznámenie",
|
|
51
|
-
"notificationPermissionDescription": "Povoliť aplikácii odosielať upozornenia"
|
|
52
|
-
}
|
|
53
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"welcomeBack": "Välkommen tillbaka",
|
|
3
|
-
"loginSubtitle": "Logga in för att synkronisera dina flashcards mellan enheter",
|
|
4
|
-
"email": "E-post",
|
|
5
|
-
"password": "Lösenord",
|
|
6
|
-
"enterPassword": "Ange ditt lösenord",
|
|
7
|
-
"login": "Inloggning",
|
|
8
|
-
"createAccount": "Skapa konto",
|
|
9
|
-
"continueAsGuest": "Fortsätt som gäst",
|
|
10
|
-
"register": "Register",
|
|
11
|
-
"displayName": "Visningsnamn",
|
|
12
|
-
"enterDisplayName": "Ange ditt namn",
|
|
13
|
-
"confirmPassword": "Bekräfta lösenord",
|
|
14
|
-
"reenterPassword": "Ange ditt lösenord igen",
|
|
15
|
-
"backToLogin": "Tillbaka till inloggning",
|
|
16
|
-
"registerSubtitle": "Skapa ett konto för att synkronisera dina data",
|
|
17
|
-
"fillAllFields": "Vänligen fyll i alla fält",
|
|
18
|
-
"passwordsDoNotMatch": "Lösenord stämmer inte överens",
|
|
19
|
-
"passwordTooShort": "Lösenordet måste bestå av minst 6 tecken",
|
|
20
|
-
"loginFailed": "Inloggningen misslyckades. Kontrollera dina referenser.",
|
|
21
|
-
"registrationFailed": "Registreringen misslyckades. Försök igen.",
|
|
22
|
-
"logout": "Utloggning",
|
|
23
|
-
"profile": "Profil",
|
|
24
|
-
"account": "Konto",
|
|
25
|
-
"signedInAs": "Inloggad som",
|
|
26
|
-
"guestMode": "Gästläge",
|
|
27
|
-
"guestModeDescription": "Din data lagras lokalt på den här enheten",
|
|
28
|
-
"syncData": "Synkronisera lokal data",
|
|
29
|
-
"syncDataDescription": "Ladda upp dina lokala flashcards till molnet",
|
|
30
|
-
"syncSuccess": "Data har synkroniserats",
|
|
31
|
-
"syncFailed": "Det gick inte att synkronisera data"
|
|
32
|
-
}
|
|
@@ -1,140 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"days": {
|
|
3
|
-
"full": {
|
|
4
|
-
"monday": "måndag",
|
|
5
|
-
"tuesday": "tisdag",
|
|
6
|
-
"wednesday": "onsdag",
|
|
7
|
-
"thursday": "torsdag",
|
|
8
|
-
"friday": "fredag",
|
|
9
|
-
"saturday": "lördag",
|
|
10
|
-
"sunday": "söndag"
|
|
11
|
-
},
|
|
12
|
-
"short": {
|
|
13
|
-
"mon": "mån",
|
|
14
|
-
"tue": "tis",
|
|
15
|
-
"wed": "ons",
|
|
16
|
-
"thu": "tors",
|
|
17
|
-
"fri": "fre",
|
|
18
|
-
"sat": "lö",
|
|
19
|
-
"sun": "Sol"
|
|
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": "januari",
|
|
34
|
-
"february": "februari",
|
|
35
|
-
"march": "mars",
|
|
36
|
-
"april": "april",
|
|
37
|
-
"may": "maj",
|
|
38
|
-
"june": "juni",
|
|
39
|
-
"july": "juli",
|
|
40
|
-
"august": "augusti",
|
|
41
|
-
"september": "september",
|
|
42
|
-
"october": "oktober",
|
|
43
|
-
"november": "november",
|
|
44
|
-
"december": "december"
|
|
45
|
-
},
|
|
46
|
-
"short": {
|
|
47
|
-
"jan": "Jan",
|
|
48
|
-
"feb": "feb",
|
|
49
|
-
"mar": "Mar",
|
|
50
|
-
"apr": "apr",
|
|
51
|
-
"may": "maj",
|
|
52
|
-
"jun": "jun",
|
|
53
|
-
"jul": "jul",
|
|
54
|
-
"aug": "aug",
|
|
55
|
-
"sep": "sep",
|
|
56
|
-
"oct": "okt",
|
|
57
|
-
"nov": "nov",
|
|
58
|
-
"dec": "dec"
|
|
59
|
-
}
|
|
60
|
-
},
|
|
61
|
-
"relative": {
|
|
62
|
-
"now": "Nu",
|
|
63
|
-
"justNow": "Just nu",
|
|
64
|
-
"today": "I dag",
|
|
65
|
-
"yesterday": "I går",
|
|
66
|
-
"tomorrow": "I morgon",
|
|
67
|
-
"thisWeek": "Denna vecka",
|
|
68
|
-
"lastWeek": "Förra veckan",
|
|
69
|
-
"nextWeek": "Nästa vecka",
|
|
70
|
-
"thisMonth": "Denna månad",
|
|
71
|
-
"lastMonth": "Förra månaden",
|
|
72
|
-
"nextMonth": "Nästa månad",
|
|
73
|
-
"thisYear": "I år",
|
|
74
|
-
"lastYear": "Förra året",
|
|
75
|
-
"nextYear": "Nästa år",
|
|
76
|
-
"ago": "sedan",
|
|
77
|
-
"fromNow": "från och med nu",
|
|
78
|
-
"in": "i"
|
|
79
|
-
},
|
|
80
|
-
"units": {
|
|
81
|
-
"singular": {
|
|
82
|
-
"second": "andra",
|
|
83
|
-
"minute": "minut",
|
|
84
|
-
"hour": "timme",
|
|
85
|
-
"day": "dag",
|
|
86
|
-
"week": "vecka",
|
|
87
|
-
"month": "månad",
|
|
88
|
-
"year": "år"
|
|
89
|
-
},
|
|
90
|
-
"plural": {
|
|
91
|
-
"seconds": "sekunder",
|
|
92
|
-
"minutes": "minuter",
|
|
93
|
-
"hours": "timmar",
|
|
94
|
-
"days": "dagar",
|
|
95
|
-
"weeks": "veckor",
|
|
96
|
-
"months": "månader",
|
|
97
|
-
"years": "år"
|
|
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": "Morgon",
|
|
113
|
-
"afternoon": "Eftermiddag",
|
|
114
|
-
"evening": "Kväll",
|
|
115
|
-
"night": "Natt",
|
|
116
|
-
"midnight": "Midnatt",
|
|
117
|
-
"noon": "Middag"
|
|
118
|
-
},
|
|
119
|
-
"formats": {
|
|
120
|
-
"date": "Datum",
|
|
121
|
-
"time": "Tid",
|
|
122
|
-
"datetime": "Datum & tid",
|
|
123
|
-
"duration": "Varaktighet",
|
|
124
|
-
"startDate": "Startdatum",
|
|
125
|
-
"endDate": "Slutdatum",
|
|
126
|
-
"startTime": "Starttid",
|
|
127
|
-
"endTime": "Sluttid",
|
|
128
|
-
"selectDate": "Välj Datum",
|
|
129
|
-
"selectTime": "Välj Tid"
|
|
130
|
-
},
|
|
131
|
-
"actions": {
|
|
132
|
-
"setDate": "Ställ in datum",
|
|
133
|
-
"setTime": "Ställ in tid",
|
|
134
|
-
"clearDate": "Rensa datum",
|
|
135
|
-
"clearTime": "Rensa tid",
|
|
136
|
-
"confirmDate": "Bekräfta datum",
|
|
137
|
-
"confirmTime": "Bekräfta tid",
|
|
138
|
-
"cancel": "Avboka"
|
|
139
|
-
}
|
|
140
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"validation": {
|
|
3
|
-
"required": "Detta fält är obligatoriskt",
|
|
4
|
-
"invalidEmail": "Ogiltigt e-postformat",
|
|
5
|
-
"invalidPhone": "Ogiltigt telefonnummer",
|
|
6
|
-
"invalidUrl": "Ogiltigt URL-format",
|
|
7
|
-
"minLength": "Minsta längd är {{min}} tecken",
|
|
8
|
-
"maxLength": "Maximal längd är {{max}} tecken",
|
|
9
|
-
"minValue": "Minsta värde är {{min}}",
|
|
10
|
-
"maxValue": "Maximalt värde är {{max}}",
|
|
11
|
-
"mustMatch": "Fälten måste matcha",
|
|
12
|
-
"invalidFormat": "Ogiltigt format",
|
|
13
|
-
"invalidDate": "Ogiltigt datum",
|
|
14
|
-
"futureDate": "Datum måste vara i framtiden",
|
|
15
|
-
"pastDate": "Datum måste vara i det förflutna"
|
|
16
|
-
},
|
|
17
|
-
"storage": {
|
|
18
|
-
"saveFailed": "Det gick inte att spara data",
|
|
19
|
-
"loadFailed": "Det gick inte att ladda data",
|
|
20
|
-
"deleteFailed": "Det gick inte att radera data",
|
|
21
|
-
"notFound": "Data hittades inte"
|
|
22
|
-
},
|
|
23
|
-
"permission": {
|
|
24
|
-
"denied": "Tillstånd nekad",
|
|
25
|
-
"notGranted": "Tillstånd ej beviljat",
|
|
26
|
-
"cameraNotAvailable": "Kameran är inte tillgänglig",
|
|
27
|
-
"locationNotAvailable": "Platstjänster är inte tillgängliga",
|
|
28
|
-
"microphoneNotAvailable": "Mikrofon inte tillgänglig",
|
|
29
|
-
"photosNotAvailable": "Fotobiblioteket är inte tillgängligt"
|
|
30
|
-
},
|
|
31
|
-
"common": {
|
|
32
|
-
"somethingWentWrong": "Något gick fel",
|
|
33
|
-
"tryAgainLater": "Försök igen senare",
|
|
34
|
-
"unexpectedError": "Ett oväntat fel inträffade"
|
|
35
|
-
},
|
|
36
|
-
"actions": {
|
|
37
|
-
"dismiss": "Avfärda",
|
|
38
|
-
"retry": "Försöka igen",
|
|
39
|
-
"cancel": "Avboka",
|
|
40
|
-
"goBack": "Gå tillbaka",
|
|
41
|
-
"contactSupport": "Kontakta support"
|
|
42
|
-
}
|
|
43
|
-
}
|
|
@@ -1,287 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"home": {
|
|
3
|
-
"welcome": "Välkommen till Flashcard Maker",
|
|
4
|
-
"subtitle": "Bemästra alla motiv med interaktiva flashcards",
|
|
5
|
-
"quickStudy": "Snabbstudie",
|
|
6
|
-
"quickStudyDesc": "Börja studera dina senaste kortlekar",
|
|
7
|
-
"createDeck": "Skapa däck",
|
|
8
|
-
"createDeckDesc": "Bygg en ny kortlek",
|
|
9
|
-
"recentActivity": "Senaste aktivitet",
|
|
10
|
-
"noDecksYet": "Du har inte skapat några kortlekar än",
|
|
11
|
-
"browseDecks": "Bläddra i däck",
|
|
12
|
-
"statistics": "Statistik",
|
|
13
|
-
"totalDecks": "Totala däck",
|
|
14
|
-
"totalCards": "Totalt antal kort",
|
|
15
|
-
"studySessions": "Studiesessioner"
|
|
16
|
-
},
|
|
17
|
-
"decks": {
|
|
18
|
-
"noDecks": "Inga däck hittades",
|
|
19
|
-
"noDecksDesc": "Skapa din första kortlek för att komma igång",
|
|
20
|
-
"createFirstDeck": "Skapa första kortlek",
|
|
21
|
-
"createDeck": "Skapa däck",
|
|
22
|
-
"editDeck": "Redigera kortlek",
|
|
23
|
-
"recentlyStudied": "Studerade nyligen",
|
|
24
|
-
"allDecks": "Alla däck",
|
|
25
|
-
"easy": "Lätt",
|
|
26
|
-
"medium": "Medium",
|
|
27
|
-
"hard": "Hård"
|
|
28
|
-
},
|
|
29
|
-
"study": {
|
|
30
|
-
"noCards": "Inga kort tillgängliga",
|
|
31
|
-
"noCardsDesc": "Lägg till några kort till en kortlek för att börja studera",
|
|
32
|
-
"browseDecks": "Bläddra i däck",
|
|
33
|
-
"question": "Fråga",
|
|
34
|
-
"answer": "Svar",
|
|
35
|
-
"showQuestion": "Visa fråga",
|
|
36
|
-
"showAnswer": "Visa svar",
|
|
37
|
-
"correct": "Rätta",
|
|
38
|
-
"incorrect": "Felaktig",
|
|
39
|
-
"skip": "Hoppa",
|
|
40
|
-
"skipped": "Hoppade över",
|
|
41
|
-
"studyComplete": "Studien är klar",
|
|
42
|
-
"wellDone": "Bra gjort!",
|
|
43
|
-
"sessionComplete": "Session slutförd"
|
|
44
|
-
},
|
|
45
|
-
"create": {
|
|
46
|
-
"createDeck": "Skapa däck",
|
|
47
|
-
"addCards": "Lägg till kort",
|
|
48
|
-
"deckInfo": "Däckinformation",
|
|
49
|
-
"cardInfo": "Kortinformation",
|
|
50
|
-
"deckTitle": "Däcktitel",
|
|
51
|
-
"deckTitlePlaceholder": "Ange kortlekens titel",
|
|
52
|
-
"deckDescription": "Beskrivning",
|
|
53
|
-
"deckDescriptionPlaceholder": "Ange däcksbeskrivning",
|
|
54
|
-
"category": "Kategori",
|
|
55
|
-
"selectCategory": "Välj kategori",
|
|
56
|
-
"cardFront": "Framsida",
|
|
57
|
-
"cardFrontPlaceholder": "Ange fråga eller term",
|
|
58
|
-
"cardBack": "Baksida",
|
|
59
|
-
"cardBackPlaceholder": "Ange svar eller definition",
|
|
60
|
-
"difficulty": "Svårighet",
|
|
61
|
-
"addCard": "Lägg till kort",
|
|
62
|
-
"addedCards": "Tillagda kort",
|
|
63
|
-
"saveDeck": "Spara däck"
|
|
64
|
-
},
|
|
65
|
-
"cards": {
|
|
66
|
-
"noCards": "Inga kort hittades",
|
|
67
|
-
"noCardsDesc": "Skapa ditt första flashkort för att komma igång",
|
|
68
|
-
"createFirstCard": "Skapa första kortet",
|
|
69
|
-
"createCard": "Skapa kort",
|
|
70
|
-
"editCard": "Redigera kort",
|
|
71
|
-
"selectDeck": "Välj Däck",
|
|
72
|
-
"selectDeckPlaceholder": "Välj en kortlek för detta kort"
|
|
73
|
-
},
|
|
74
|
-
"common": {
|
|
75
|
-
"clearFilter": "Rensa filter"
|
|
76
|
-
},
|
|
77
|
-
"studyModes": {
|
|
78
|
-
"classic": "Klassisk",
|
|
79
|
-
"matching": "Matchande spel",
|
|
80
|
-
"quiz": "Flerval",
|
|
81
|
-
"writing": "Skrivläge",
|
|
82
|
-
"timed": "Tidsinställd utmaning",
|
|
83
|
-
"selectMode": "Välj Studieläge"
|
|
84
|
-
},
|
|
85
|
-
"session": {
|
|
86
|
-
"complete": "Session slutförd",
|
|
87
|
-
"accuracy": "Noggrannhet",
|
|
88
|
-
"speed": "Hastighet",
|
|
89
|
-
"score": "Göra",
|
|
90
|
-
"cardsPerMinute": "kort/min",
|
|
91
|
-
"grade": "Kvalitet",
|
|
92
|
-
"feedback": {
|
|
93
|
-
"excellent": "Utmärkt arbete! Du har bemästrat denna lek!",
|
|
94
|
-
"great": "Bra jobbat! Fortsätt med det goda arbetet!",
|
|
95
|
-
"good": "Bra framsteg! Öva mer för att förbättra.",
|
|
96
|
-
"keep_practicing": "Fortsätt öva! Du kommer dit.",
|
|
97
|
-
"keep_studying": "Fortsätt studera! Granska dessa kort igen."
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
|
-
"rating": {
|
|
101
|
-
"fail": "Igen",
|
|
102
|
-
"hard": "Hård",
|
|
103
|
-
"good": "Bra",
|
|
104
|
-
"easy": "Lätt",
|
|
105
|
-
"perfect": "Perfekt"
|
|
106
|
-
},
|
|
107
|
-
"srs": {
|
|
108
|
-
"dueToday": "Förfaller idag",
|
|
109
|
-
"dueCards": "Förfallokort",
|
|
110
|
-
"nextReview": "Nästa recension",
|
|
111
|
-
"interval": "Intervall",
|
|
112
|
-
"repetitions": "Upprepningar",
|
|
113
|
-
"easeFactor": "Lätthetsfaktor",
|
|
114
|
-
"reviewHistory": "Granska historik",
|
|
115
|
-
"retention": "Retentionsgrad",
|
|
116
|
-
"again": "Igen",
|
|
117
|
-
"hard": "Hård",
|
|
118
|
-
"good": "Bra",
|
|
119
|
-
"easy": "Lätt"
|
|
120
|
-
},
|
|
121
|
-
"media": {
|
|
122
|
-
"image": "Bild",
|
|
123
|
-
"chooseImage": "Välj Bild",
|
|
124
|
-
"takePhoto": "Ta foto",
|
|
125
|
-
"permissionDenied": "Tillstånd nekad att komma åt foton",
|
|
126
|
-
"cameraPermissionDenied": "Tillstånd nekad att komma åt kameran",
|
|
127
|
-
"imageFailed": "Det gick inte att ladda bilden",
|
|
128
|
-
"cameraFailed": "Det gick inte att öppna kameran",
|
|
129
|
-
"audio": "Audio",
|
|
130
|
-
"record": "Spela in ljud",
|
|
131
|
-
"recording": "Inspelning...",
|
|
132
|
-
"stopRecording": "Stoppa inspelning",
|
|
133
|
-
"play": "Spela",
|
|
134
|
-
"stop": "Stopp",
|
|
135
|
-
"speak": "Tala",
|
|
136
|
-
"audioPermissionDenied": "Tillstånd nekad att spela in ljud",
|
|
137
|
-
"recordingFailed": "Det gick inte att spela in ljud",
|
|
138
|
-
"playbackFailed": "Det gick inte att spela upp ljud",
|
|
139
|
-
"ttsFailed": "Text-till-tal misslyckades",
|
|
140
|
-
"noText": "Ingen text att tala"
|
|
141
|
-
},
|
|
142
|
-
"import": {
|
|
143
|
-
"title": "Importera däck",
|
|
144
|
-
"chooseFormat": "Välj Format",
|
|
145
|
-
"csv": "CSV (Excel)",
|
|
146
|
-
"json": "JSON",
|
|
147
|
-
"quizlet": "Quizlet",
|
|
148
|
-
"selectFile": "Välj Arkiv",
|
|
149
|
-
"importing": "Importerar...",
|
|
150
|
-
"success": "{{count}} kort har importerats",
|
|
151
|
-
"errors": "{{count}} fel inträffade",
|
|
152
|
-
"viewErrors": "Visa fel"
|
|
153
|
-
},
|
|
154
|
-
"export": {
|
|
155
|
-
"title": "Exportera däck",
|
|
156
|
-
"chooseFormat": "Välj Format",
|
|
157
|
-
"csv": "CSV (Excel)",
|
|
158
|
-
"json": "JSON (komplett)",
|
|
159
|
-
"quizlet": "Quizlet",
|
|
160
|
-
"includeStats": "Inkludera statistik",
|
|
161
|
-
"includeMedia": "Inkludera media",
|
|
162
|
-
"exporting": "Exporterar...",
|
|
163
|
-
"success": "Däcket har exporterats"
|
|
164
|
-
},
|
|
165
|
-
"statistics": {
|
|
166
|
-
"title": "Statistik",
|
|
167
|
-
"overview": "Översikt",
|
|
168
|
-
"totalCards": "Totalt antal kort",
|
|
169
|
-
"cardsStudied": "Kort studerade",
|
|
170
|
-
"totalReviews": "Totalt recensioner",
|
|
171
|
-
"correctReviews": "Korrekt recensioner",
|
|
172
|
-
"accuracy": "Noggrannhet",
|
|
173
|
-
"averageTimePerCard": "Genomsnittlig tid per kort",
|
|
174
|
-
"totalStudyTime": "Total studietid",
|
|
175
|
-
"studySessions": "Studiesessioner",
|
|
176
|
-
"streak": {
|
|
177
|
-
"current": "Aktuell Streak",
|
|
178
|
-
"longest": "Längsta raden",
|
|
179
|
-
"days": "dagar"
|
|
180
|
-
},
|
|
181
|
-
"charts": {
|
|
182
|
-
"daily": "Dagligen",
|
|
183
|
-
"weekly": "Varje vecka",
|
|
184
|
-
"monthly": "Månatlig",
|
|
185
|
-
"performance": "Prestanda",
|
|
186
|
-
"activity": "Aktivitet"
|
|
187
|
-
}
|
|
188
|
-
},
|
|
189
|
-
"sharing": {
|
|
190
|
-
"title": "Dela däck",
|
|
191
|
-
"generateCode": "Skapa delningskod",
|
|
192
|
-
"shareCode": "Dela kod",
|
|
193
|
-
"qrCode": "QR-kod",
|
|
194
|
-
"copyCode": "Kopiera kod",
|
|
195
|
-
"codeCopied": "Koden har kopierats till urklipp",
|
|
196
|
-
"shareAsFile": "Dela som fil",
|
|
197
|
-
"shareAsLink": "Dela som länk",
|
|
198
|
-
"importCode": "Importera kod",
|
|
199
|
-
"enterCode": "Ange 6-siffrig kod",
|
|
200
|
-
"invalidCode": "Ogiltig delningskod",
|
|
201
|
-
"importing": "Importerar däck...",
|
|
202
|
-
"importSuccess": "Däcket har importerats",
|
|
203
|
-
"downloadCount": "Nedladdningar",
|
|
204
|
-
"makePublic": "Gör offentligt",
|
|
205
|
-
"makePrivate": "Gör privat"
|
|
206
|
-
},
|
|
207
|
-
"gamification": {
|
|
208
|
-
"profile": {
|
|
209
|
-
"level": "Nivå",
|
|
210
|
-
"xp": "XP",
|
|
211
|
-
"rank": "Rang",
|
|
212
|
-
"progress": "Gå vidare till nästa nivå",
|
|
213
|
-
"totalXP": "Totalt tjänat XP"
|
|
214
|
-
},
|
|
215
|
-
"ranks": {
|
|
216
|
-
"novice": "Nybörjare",
|
|
217
|
-
"apprentice": "Lärling",
|
|
218
|
-
"scholar": "Forskare",
|
|
219
|
-
"expert": "Expert",
|
|
220
|
-
"master": "Bemästra",
|
|
221
|
-
"grandmaster": "Stormästare",
|
|
222
|
-
"legend": "Legend"
|
|
223
|
-
},
|
|
224
|
-
"achievements": {
|
|
225
|
-
"title": "Prestationer",
|
|
226
|
-
"unlocked": "Olåst",
|
|
227
|
-
"locked": "Låst",
|
|
228
|
-
"progress": "Framsteg",
|
|
229
|
-
"reward": "Belöna",
|
|
230
|
-
"unlockedAt": "Upplåst på",
|
|
231
|
-
"categories": {
|
|
232
|
-
"study": "Studera",
|
|
233
|
-
"cards": "Kort",
|
|
234
|
-
"decks": "Däck",
|
|
235
|
-
"streak": "Strimma",
|
|
236
|
-
"special": "Särskild"
|
|
237
|
-
}
|
|
238
|
-
},
|
|
239
|
-
"challenges": {
|
|
240
|
-
"title": "Dagliga utmaningar",
|
|
241
|
-
"today": "Dagens utmaningar",
|
|
242
|
-
"completed": "Avslutad",
|
|
243
|
-
"inProgress": "Pågår",
|
|
244
|
-
"reward": "Belöna",
|
|
245
|
-
"goal": "Mål",
|
|
246
|
-
"progress": "Framsteg"
|
|
247
|
-
},
|
|
248
|
-
"xpRewards": {
|
|
249
|
-
"cardReviewed": "+{{amount}} XP - Kort granskat",
|
|
250
|
-
"cardCorrect": "+{{amount}} XP - Rätt svar",
|
|
251
|
-
"cardPerfect": "+{{amount}} XP - Perfekt!",
|
|
252
|
-
"deckCreated": "+{{amount}} XP - Däck skapat",
|
|
253
|
-
"studySession": "+{{amount}} XP - Studiesession",
|
|
254
|
-
"dailyGoal": "+{{amount}} XP - Dagligt mål uppfyllt",
|
|
255
|
-
"streakDay": "+{{amount}} XP - Streak Day",
|
|
256
|
-
"achievementUnlocked": "+{{amount}} XP - Prestation upplåst"
|
|
257
|
-
}
|
|
258
|
-
},
|
|
259
|
-
"matching": {
|
|
260
|
-
"title": "Matchande spel",
|
|
261
|
-
"instructions": "Matcha korten genom att knacka på par",
|
|
262
|
-
"matches": "Tändstickor",
|
|
263
|
-
"attempts": "Försök",
|
|
264
|
-
"timeElapsed": "Tid",
|
|
265
|
-
"perfect": "Perfekt match!",
|
|
266
|
-
"tryAgain": "Försök igen"
|
|
267
|
-
},
|
|
268
|
-
"quiz": {
|
|
269
|
-
"title": "Flervalsquiz",
|
|
270
|
-
"question": "Fråga",
|
|
271
|
-
"chooseAnswer": "Välj rätt svar",
|
|
272
|
-
"correct": "Rätta!",
|
|
273
|
-
"incorrect": "Felaktig",
|
|
274
|
-
"showAnswer": "Visa svar",
|
|
275
|
-
"nextQuestion": "Nästa fråga"
|
|
276
|
-
},
|
|
277
|
-
"writing": {
|
|
278
|
-
"title": "Skrivläge",
|
|
279
|
-
"instructions": "Skriv svaret",
|
|
280
|
-
"yourAnswer": "Ditt svar",
|
|
281
|
-
"correctAnswer": "Rätt svar",
|
|
282
|
-
"similarity": "Likhet",
|
|
283
|
-
"strictMode": "Strikt läge",
|
|
284
|
-
"fuzzyMatching": "Fuzzy Matchning",
|
|
285
|
-
"check": "Kontrollera Svar"
|
|
286
|
-
}
|
|
287
|
-
}
|