@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.
Files changed (581) hide show
  1. package/package.json +1 -6
  2. package/scripts/createLocaleLoaders.js +35 -28
  3. package/scripts/setup-languages.js +113 -0
  4. package/src/infrastructure/config/i18n.ts +2 -34
  5. package/src/infrastructure/config/languages.ts +0 -1
  6. package/src/infrastructure/locales/en-US/index.ts +33 -39
  7. package/src/infrastructure/storage/AsyncStorageWrapper.ts +1 -2
  8. package/src/infrastructure/storage/LocalizationStore.ts +0 -62
  9. package/lib/domain/repositories/ILocalizationRepository.d.ts +0 -17
  10. package/lib/domain/repositories/ILocalizationRepository.d.ts.map +0 -1
  11. package/lib/domain/repositories/ILocalizationRepository.js +0 -6
  12. package/lib/domain/repositories/ILocalizationRepository.js.map +0 -1
  13. package/lib/index.d.ts +0 -13
  14. package/lib/index.d.ts.map +0 -1
  15. package/lib/index.js +0 -15
  16. package/lib/index.js.map +0 -1
  17. package/lib/infrastructure/components/LanguageSwitcher.d.ts +0 -12
  18. package/lib/infrastructure/components/LanguageSwitcher.d.ts.map +0 -1
  19. package/lib/infrastructure/components/LanguageSwitcher.js +0 -49
  20. package/lib/infrastructure/components/LanguageSwitcher.js.map +0 -1
  21. package/lib/infrastructure/components/LocalizationProvider.d.ts +0 -11
  22. package/lib/infrastructure/components/LocalizationProvider.d.ts.map +0 -1
  23. package/lib/infrastructure/components/LocalizationProvider.js +0 -14
  24. package/lib/infrastructure/components/LocalizationProvider.js.map +0 -1
  25. package/lib/infrastructure/components/useLanguageNavigation.d.ts +0 -6
  26. package/lib/infrastructure/components/useLanguageNavigation.d.ts.map +0 -1
  27. package/lib/infrastructure/components/useLanguageNavigation.js +0 -16
  28. package/lib/infrastructure/components/useLanguageNavigation.js.map +0 -1
  29. package/lib/infrastructure/config/i18n.d.ts +0 -12
  30. package/lib/infrastructure/config/i18n.d.ts.map +0 -1
  31. package/lib/infrastructure/config/i18n.js +0 -269
  32. package/lib/infrastructure/config/i18n.js.map +0 -1
  33. package/lib/infrastructure/config/languages.d.ts +0 -39
  34. package/lib/infrastructure/config/languages.d.ts.map +0 -1
  35. package/lib/infrastructure/config/languages.js +0 -210
  36. package/lib/infrastructure/config/languages.js.map +0 -1
  37. package/lib/infrastructure/config/languagesData.d.ts +0 -26
  38. package/lib/infrastructure/config/languagesData.d.ts.map +0 -1
  39. package/lib/infrastructure/config/languagesData.js +0 -58
  40. package/lib/infrastructure/config/languagesData.js.map +0 -1
  41. package/lib/infrastructure/locales/ar-SA/index.d.ts +0 -34
  42. package/lib/infrastructure/locales/ar-SA/index.d.ts.map +0 -1
  43. package/lib/infrastructure/locales/ar-SA/index.js +0 -47
  44. package/lib/infrastructure/locales/ar-SA/index.js.map +0 -1
  45. package/lib/infrastructure/locales/bg-BG/index.d.ts +0 -34
  46. package/lib/infrastructure/locales/bg-BG/index.d.ts.map +0 -1
  47. package/lib/infrastructure/locales/bg-BG/index.js +0 -47
  48. package/lib/infrastructure/locales/bg-BG/index.js.map +0 -1
  49. package/lib/infrastructure/locales/cs-CZ/index.d.ts +0 -34
  50. package/lib/infrastructure/locales/cs-CZ/index.d.ts.map +0 -1
  51. package/lib/infrastructure/locales/cs-CZ/index.js +0 -47
  52. package/lib/infrastructure/locales/cs-CZ/index.js.map +0 -1
  53. package/lib/infrastructure/locales/da-DK/index.d.ts +0 -34
  54. package/lib/infrastructure/locales/da-DK/index.d.ts.map +0 -1
  55. package/lib/infrastructure/locales/da-DK/index.js +0 -47
  56. package/lib/infrastructure/locales/da-DK/index.js.map +0 -1
  57. package/lib/infrastructure/locales/de-DE/index.d.ts +0 -34
  58. package/lib/infrastructure/locales/de-DE/index.d.ts.map +0 -1
  59. package/lib/infrastructure/locales/de-DE/index.js +0 -47
  60. package/lib/infrastructure/locales/de-DE/index.js.map +0 -1
  61. package/lib/infrastructure/locales/el-GR/index.d.ts +0 -34
  62. package/lib/infrastructure/locales/el-GR/index.d.ts.map +0 -1
  63. package/lib/infrastructure/locales/el-GR/index.js +0 -47
  64. package/lib/infrastructure/locales/el-GR/index.js.map +0 -1
  65. package/lib/infrastructure/locales/en-AU/index.d.ts +0 -32
  66. package/lib/infrastructure/locales/en-AU/index.d.ts.map +0 -1
  67. package/lib/infrastructure/locales/en-AU/index.js +0 -44
  68. package/lib/infrastructure/locales/en-AU/index.js.map +0 -1
  69. package/lib/infrastructure/locales/en-CA/index.d.ts +0 -32
  70. package/lib/infrastructure/locales/en-CA/index.d.ts.map +0 -1
  71. package/lib/infrastructure/locales/en-CA/index.js +0 -44
  72. package/lib/infrastructure/locales/en-CA/index.js.map +0 -1
  73. package/lib/infrastructure/locales/en-GB/index.d.ts +0 -32
  74. package/lib/infrastructure/locales/en-GB/index.d.ts.map +0 -1
  75. package/lib/infrastructure/locales/en-GB/index.js +0 -44
  76. package/lib/infrastructure/locales/en-GB/index.js.map +0 -1
  77. package/lib/infrastructure/locales/en-US/index.d.ts +0 -34
  78. package/lib/infrastructure/locales/en-US/index.d.ts.map +0 -1
  79. package/lib/infrastructure/locales/en-US/index.js +0 -47
  80. package/lib/infrastructure/locales/en-US/index.js.map +0 -1
  81. package/lib/infrastructure/locales/es-ES/index.d.ts +0 -34
  82. package/lib/infrastructure/locales/es-ES/index.d.ts.map +0 -1
  83. package/lib/infrastructure/locales/es-ES/index.js +0 -47
  84. package/lib/infrastructure/locales/es-ES/index.js.map +0 -1
  85. package/lib/infrastructure/locales/es-MX/index.d.ts +0 -34
  86. package/lib/infrastructure/locales/es-MX/index.d.ts.map +0 -1
  87. package/lib/infrastructure/locales/es-MX/index.js +0 -47
  88. package/lib/infrastructure/locales/es-MX/index.js.map +0 -1
  89. package/lib/infrastructure/locales/fi-FI/index.d.ts +0 -34
  90. package/lib/infrastructure/locales/fi-FI/index.d.ts.map +0 -1
  91. package/lib/infrastructure/locales/fi-FI/index.js +0 -47
  92. package/lib/infrastructure/locales/fi-FI/index.js.map +0 -1
  93. package/lib/infrastructure/locales/fr-CA/index.d.ts +0 -34
  94. package/lib/infrastructure/locales/fr-CA/index.d.ts.map +0 -1
  95. package/lib/infrastructure/locales/fr-CA/index.js +0 -47
  96. package/lib/infrastructure/locales/fr-CA/index.js.map +0 -1
  97. package/lib/infrastructure/locales/fr-FR/index.d.ts +0 -34
  98. package/lib/infrastructure/locales/fr-FR/index.d.ts.map +0 -1
  99. package/lib/infrastructure/locales/fr-FR/index.js +0 -47
  100. package/lib/infrastructure/locales/fr-FR/index.js.map +0 -1
  101. package/lib/infrastructure/locales/hi-IN/index.d.ts +0 -34
  102. package/lib/infrastructure/locales/hi-IN/index.d.ts.map +0 -1
  103. package/lib/infrastructure/locales/hi-IN/index.js +0 -47
  104. package/lib/infrastructure/locales/hi-IN/index.js.map +0 -1
  105. package/lib/infrastructure/locales/hr-HR/index.d.ts +0 -34
  106. package/lib/infrastructure/locales/hr-HR/index.d.ts.map +0 -1
  107. package/lib/infrastructure/locales/hr-HR/index.js +0 -47
  108. package/lib/infrastructure/locales/hr-HR/index.js.map +0 -1
  109. package/lib/infrastructure/locales/hu-HU/index.d.ts +0 -34
  110. package/lib/infrastructure/locales/hu-HU/index.d.ts.map +0 -1
  111. package/lib/infrastructure/locales/hu-HU/index.js +0 -47
  112. package/lib/infrastructure/locales/hu-HU/index.js.map +0 -1
  113. package/lib/infrastructure/locales/id-ID/index.d.ts +0 -34
  114. package/lib/infrastructure/locales/id-ID/index.d.ts.map +0 -1
  115. package/lib/infrastructure/locales/id-ID/index.js +0 -47
  116. package/lib/infrastructure/locales/id-ID/index.js.map +0 -1
  117. package/lib/infrastructure/locales/it-IT/index.d.ts +0 -34
  118. package/lib/infrastructure/locales/it-IT/index.d.ts.map +0 -1
  119. package/lib/infrastructure/locales/it-IT/index.js +0 -47
  120. package/lib/infrastructure/locales/it-IT/index.js.map +0 -1
  121. package/lib/infrastructure/locales/ja-JP/index.d.ts +0 -34
  122. package/lib/infrastructure/locales/ja-JP/index.d.ts.map +0 -1
  123. package/lib/infrastructure/locales/ja-JP/index.js +0 -47
  124. package/lib/infrastructure/locales/ja-JP/index.js.map +0 -1
  125. package/lib/infrastructure/locales/ko-KR/index.d.ts +0 -34
  126. package/lib/infrastructure/locales/ko-KR/index.d.ts.map +0 -1
  127. package/lib/infrastructure/locales/ko-KR/index.js +0 -47
  128. package/lib/infrastructure/locales/ko-KR/index.js.map +0 -1
  129. package/lib/infrastructure/locales/ms-MY/index.d.ts +0 -34
  130. package/lib/infrastructure/locales/ms-MY/index.d.ts.map +0 -1
  131. package/lib/infrastructure/locales/ms-MY/index.js +0 -47
  132. package/lib/infrastructure/locales/ms-MY/index.js.map +0 -1
  133. package/lib/infrastructure/locales/nl-NL/index.d.ts +0 -34
  134. package/lib/infrastructure/locales/nl-NL/index.d.ts.map +0 -1
  135. package/lib/infrastructure/locales/nl-NL/index.js +0 -47
  136. package/lib/infrastructure/locales/nl-NL/index.js.map +0 -1
  137. package/lib/infrastructure/locales/no-NO/index.d.ts +0 -34
  138. package/lib/infrastructure/locales/no-NO/index.d.ts.map +0 -1
  139. package/lib/infrastructure/locales/no-NO/index.js +0 -47
  140. package/lib/infrastructure/locales/no-NO/index.js.map +0 -1
  141. package/lib/infrastructure/locales/pl-PL/index.d.ts +0 -34
  142. package/lib/infrastructure/locales/pl-PL/index.d.ts.map +0 -1
  143. package/lib/infrastructure/locales/pl-PL/index.js +0 -47
  144. package/lib/infrastructure/locales/pl-PL/index.js.map +0 -1
  145. package/lib/infrastructure/locales/pt-BR/index.d.ts +0 -34
  146. package/lib/infrastructure/locales/pt-BR/index.d.ts.map +0 -1
  147. package/lib/infrastructure/locales/pt-BR/index.js +0 -47
  148. package/lib/infrastructure/locales/pt-BR/index.js.map +0 -1
  149. package/lib/infrastructure/locales/pt-PT/index.d.ts +0 -34
  150. package/lib/infrastructure/locales/pt-PT/index.d.ts.map +0 -1
  151. package/lib/infrastructure/locales/pt-PT/index.js +0 -47
  152. package/lib/infrastructure/locales/pt-PT/index.js.map +0 -1
  153. package/lib/infrastructure/locales/ro-RO/index.d.ts +0 -34
  154. package/lib/infrastructure/locales/ro-RO/index.d.ts.map +0 -1
  155. package/lib/infrastructure/locales/ro-RO/index.js +0 -47
  156. package/lib/infrastructure/locales/ro-RO/index.js.map +0 -1
  157. package/lib/infrastructure/locales/ru-RU/index.d.ts +0 -34
  158. package/lib/infrastructure/locales/ru-RU/index.d.ts.map +0 -1
  159. package/lib/infrastructure/locales/ru-RU/index.js +0 -47
  160. package/lib/infrastructure/locales/ru-RU/index.js.map +0 -1
  161. package/lib/infrastructure/locales/sk-SK/index.d.ts +0 -34
  162. package/lib/infrastructure/locales/sk-SK/index.d.ts.map +0 -1
  163. package/lib/infrastructure/locales/sk-SK/index.js +0 -47
  164. package/lib/infrastructure/locales/sk-SK/index.js.map +0 -1
  165. package/lib/infrastructure/locales/sv-SE/index.d.ts +0 -34
  166. package/lib/infrastructure/locales/sv-SE/index.d.ts.map +0 -1
  167. package/lib/infrastructure/locales/sv-SE/index.js +0 -47
  168. package/lib/infrastructure/locales/sv-SE/index.js.map +0 -1
  169. package/lib/infrastructure/locales/th-TH/index.d.ts +0 -34
  170. package/lib/infrastructure/locales/th-TH/index.d.ts.map +0 -1
  171. package/lib/infrastructure/locales/th-TH/index.js +0 -47
  172. package/lib/infrastructure/locales/th-TH/index.js.map +0 -1
  173. package/lib/infrastructure/locales/tl-PH/index.d.ts +0 -34
  174. package/lib/infrastructure/locales/tl-PH/index.d.ts.map +0 -1
  175. package/lib/infrastructure/locales/tl-PH/index.js +0 -47
  176. package/lib/infrastructure/locales/tl-PH/index.js.map +0 -1
  177. package/lib/infrastructure/locales/tr-TR/index.d.ts +0 -34
  178. package/lib/infrastructure/locales/tr-TR/index.d.ts.map +0 -1
  179. package/lib/infrastructure/locales/tr-TR/index.js +0 -47
  180. package/lib/infrastructure/locales/tr-TR/index.js.map +0 -1
  181. package/lib/infrastructure/locales/uk-UA/index.d.ts +0 -34
  182. package/lib/infrastructure/locales/uk-UA/index.d.ts.map +0 -1
  183. package/lib/infrastructure/locales/uk-UA/index.js +0 -47
  184. package/lib/infrastructure/locales/uk-UA/index.js.map +0 -1
  185. package/lib/infrastructure/locales/vi-VN/index.d.ts +0 -34
  186. package/lib/infrastructure/locales/vi-VN/index.d.ts.map +0 -1
  187. package/lib/infrastructure/locales/vi-VN/index.js +0 -47
  188. package/lib/infrastructure/locales/vi-VN/index.js.map +0 -1
  189. package/lib/infrastructure/locales/zh-CN/index.d.ts +0 -34
  190. package/lib/infrastructure/locales/zh-CN/index.d.ts.map +0 -1
  191. package/lib/infrastructure/locales/zh-CN/index.js +0 -47
  192. package/lib/infrastructure/locales/zh-CN/index.js.map +0 -1
  193. package/lib/infrastructure/locales/zh-TW/index.d.ts +0 -34
  194. package/lib/infrastructure/locales/zh-TW/index.d.ts.map +0 -1
  195. package/lib/infrastructure/locales/zh-TW/index.js +0 -47
  196. package/lib/infrastructure/locales/zh-TW/index.js.map +0 -1
  197. package/lib/infrastructure/storage/AsyncStorageWrapper.d.ts +0 -12
  198. package/lib/infrastructure/storage/AsyncStorageWrapper.d.ts.map +0 -1
  199. package/lib/infrastructure/storage/AsyncStorageWrapper.js +0 -29
  200. package/lib/infrastructure/storage/AsyncStorageWrapper.js.map +0 -1
  201. package/lib/infrastructure/storage/LocalizationStore.d.ts +0 -31
  202. package/lib/infrastructure/storage/LocalizationStore.d.ts.map +0 -1
  203. package/lib/infrastructure/storage/LocalizationStore.js +0 -192
  204. package/lib/infrastructure/storage/LocalizationStore.js.map +0 -1
  205. package/src/infrastructure/locales/ar-SA/auth.json +0 -32
  206. package/src/infrastructure/locales/ar-SA/branding.json +0 -9
  207. package/src/infrastructure/locales/ar-SA/datetime.json +0 -140
  208. package/src/infrastructure/locales/ar-SA/errors.json +0 -43
  209. package/src/infrastructure/locales/ar-SA/flashcards.json +0 -287
  210. package/src/infrastructure/locales/ar-SA/general.json +0 -61
  211. package/src/infrastructure/locales/ar-SA/index.ts +0 -49
  212. package/src/infrastructure/locales/ar-SA/navigation.json +0 -58
  213. package/src/infrastructure/locales/ar-SA/onboarding.json +0 -76
  214. package/src/infrastructure/locales/ar-SA/settings.json +0 -53
  215. package/src/infrastructure/locales/bg-BG/auth.json +0 -32
  216. package/src/infrastructure/locales/bg-BG/branding.json +0 -9
  217. package/src/infrastructure/locales/bg-BG/datetime.json +0 -140
  218. package/src/infrastructure/locales/bg-BG/errors.json +0 -43
  219. package/src/infrastructure/locales/bg-BG/flashcards.json +0 -287
  220. package/src/infrastructure/locales/bg-BG/general.json +0 -61
  221. package/src/infrastructure/locales/bg-BG/index.ts +0 -49
  222. package/src/infrastructure/locales/bg-BG/navigation.json +0 -58
  223. package/src/infrastructure/locales/bg-BG/onboarding.json +0 -76
  224. package/src/infrastructure/locales/bg-BG/settings.json +0 -53
  225. package/src/infrastructure/locales/cs-CZ/auth.json +0 -32
  226. package/src/infrastructure/locales/cs-CZ/branding.json +0 -9
  227. package/src/infrastructure/locales/cs-CZ/datetime.json +0 -140
  228. package/src/infrastructure/locales/cs-CZ/errors.json +0 -43
  229. package/src/infrastructure/locales/cs-CZ/flashcards.json +0 -287
  230. package/src/infrastructure/locales/cs-CZ/general.json +0 -61
  231. package/src/infrastructure/locales/cs-CZ/index.ts +0 -49
  232. package/src/infrastructure/locales/cs-CZ/navigation.json +0 -58
  233. package/src/infrastructure/locales/cs-CZ/onboarding.json +0 -76
  234. package/src/infrastructure/locales/cs-CZ/settings.json +0 -53
  235. package/src/infrastructure/locales/da-DK/auth.json +0 -32
  236. package/src/infrastructure/locales/da-DK/branding.json +0 -9
  237. package/src/infrastructure/locales/da-DK/datetime.json +0 -140
  238. package/src/infrastructure/locales/da-DK/errors.json +0 -43
  239. package/src/infrastructure/locales/da-DK/flashcards.json +0 -287
  240. package/src/infrastructure/locales/da-DK/general.json +0 -61
  241. package/src/infrastructure/locales/da-DK/index.ts +0 -49
  242. package/src/infrastructure/locales/da-DK/navigation.json +0 -58
  243. package/src/infrastructure/locales/da-DK/onboarding.json +0 -76
  244. package/src/infrastructure/locales/da-DK/settings.json +0 -53
  245. package/src/infrastructure/locales/de-DE/auth.json +0 -32
  246. package/src/infrastructure/locales/de-DE/branding.json +0 -9
  247. package/src/infrastructure/locales/de-DE/datetime.json +0 -140
  248. package/src/infrastructure/locales/de-DE/errors.json +0 -43
  249. package/src/infrastructure/locales/de-DE/flashcards.json +0 -287
  250. package/src/infrastructure/locales/de-DE/general.json +0 -61
  251. package/src/infrastructure/locales/de-DE/index.ts +0 -49
  252. package/src/infrastructure/locales/de-DE/navigation.json +0 -58
  253. package/src/infrastructure/locales/de-DE/onboarding.json +0 -76
  254. package/src/infrastructure/locales/de-DE/settings.json +0 -53
  255. package/src/infrastructure/locales/el-GR/auth.json +0 -32
  256. package/src/infrastructure/locales/el-GR/branding.json +0 -9
  257. package/src/infrastructure/locales/el-GR/datetime.json +0 -140
  258. package/src/infrastructure/locales/el-GR/errors.json +0 -43
  259. package/src/infrastructure/locales/el-GR/flashcards.json +0 -287
  260. package/src/infrastructure/locales/el-GR/general.json +0 -61
  261. package/src/infrastructure/locales/el-GR/index.ts +0 -49
  262. package/src/infrastructure/locales/el-GR/navigation.json +0 -58
  263. package/src/infrastructure/locales/el-GR/onboarding.json +0 -76
  264. package/src/infrastructure/locales/el-GR/settings.json +0 -53
  265. package/src/infrastructure/locales/en-AU/branding.json +0 -11
  266. package/src/infrastructure/locales/en-AU/datetime.json +0 -140
  267. package/src/infrastructure/locales/en-AU/errors.json +0 -43
  268. package/src/infrastructure/locales/en-AU/flashcards.json +0 -83
  269. package/src/infrastructure/locales/en-AU/general.json +0 -61
  270. package/src/infrastructure/locales/en-AU/index.ts +0 -46
  271. package/src/infrastructure/locales/en-AU/navigation.json +0 -58
  272. package/src/infrastructure/locales/en-AU/onboarding.json +0 -76
  273. package/src/infrastructure/locales/en-AU/settings.json +0 -53
  274. package/src/infrastructure/locales/en-CA/branding.json +0 -11
  275. package/src/infrastructure/locales/en-CA/datetime.json +0 -140
  276. package/src/infrastructure/locales/en-CA/errors.json +0 -43
  277. package/src/infrastructure/locales/en-CA/flashcards.json +0 -83
  278. package/src/infrastructure/locales/en-CA/general.json +0 -61
  279. package/src/infrastructure/locales/en-CA/index.ts +0 -46
  280. package/src/infrastructure/locales/en-CA/navigation.json +0 -58
  281. package/src/infrastructure/locales/en-CA/onboarding.json +0 -76
  282. package/src/infrastructure/locales/en-CA/settings.json +0 -53
  283. package/src/infrastructure/locales/en-GB/branding.json +0 -11
  284. package/src/infrastructure/locales/en-GB/datetime.json +0 -140
  285. package/src/infrastructure/locales/en-GB/errors.json +0 -43
  286. package/src/infrastructure/locales/en-GB/flashcards.json +0 -83
  287. package/src/infrastructure/locales/en-GB/general.json +0 -61
  288. package/src/infrastructure/locales/en-GB/index.ts +0 -46
  289. package/src/infrastructure/locales/en-GB/navigation.json +0 -58
  290. package/src/infrastructure/locales/en-GB/onboarding.json +0 -76
  291. package/src/infrastructure/locales/en-GB/settings.json +0 -53
  292. package/src/infrastructure/locales/es-ES/auth.json +0 -32
  293. package/src/infrastructure/locales/es-ES/branding.json +0 -9
  294. package/src/infrastructure/locales/es-ES/datetime.json +0 -140
  295. package/src/infrastructure/locales/es-ES/errors.json +0 -43
  296. package/src/infrastructure/locales/es-ES/flashcards.json +0 -287
  297. package/src/infrastructure/locales/es-ES/general.json +0 -61
  298. package/src/infrastructure/locales/es-ES/index.ts +0 -49
  299. package/src/infrastructure/locales/es-ES/navigation.json +0 -58
  300. package/src/infrastructure/locales/es-ES/onboarding.json +0 -76
  301. package/src/infrastructure/locales/es-ES/settings.json +0 -53
  302. package/src/infrastructure/locales/es-MX/auth.json +0 -32
  303. package/src/infrastructure/locales/es-MX/branding.json +0 -9
  304. package/src/infrastructure/locales/es-MX/datetime.json +0 -140
  305. package/src/infrastructure/locales/es-MX/errors.json +0 -43
  306. package/src/infrastructure/locales/es-MX/flashcards.json +0 -276
  307. package/src/infrastructure/locales/es-MX/general.json +0 -61
  308. package/src/infrastructure/locales/es-MX/index.ts +0 -49
  309. package/src/infrastructure/locales/es-MX/navigation.json +0 -58
  310. package/src/infrastructure/locales/es-MX/onboarding.json +0 -76
  311. package/src/infrastructure/locales/es-MX/settings.json +0 -53
  312. package/src/infrastructure/locales/fi-FI/auth.json +0 -32
  313. package/src/infrastructure/locales/fi-FI/branding.json +0 -9
  314. package/src/infrastructure/locales/fi-FI/datetime.json +0 -140
  315. package/src/infrastructure/locales/fi-FI/errors.json +0 -43
  316. package/src/infrastructure/locales/fi-FI/flashcards.json +0 -287
  317. package/src/infrastructure/locales/fi-FI/general.json +0 -61
  318. package/src/infrastructure/locales/fi-FI/index.ts +0 -49
  319. package/src/infrastructure/locales/fi-FI/navigation.json +0 -58
  320. package/src/infrastructure/locales/fi-FI/onboarding.json +0 -76
  321. package/src/infrastructure/locales/fi-FI/settings.json +0 -53
  322. package/src/infrastructure/locales/fr-CA/auth.json +0 -32
  323. package/src/infrastructure/locales/fr-CA/branding.json +0 -9
  324. package/src/infrastructure/locales/fr-CA/datetime.json +0 -140
  325. package/src/infrastructure/locales/fr-CA/errors.json +0 -43
  326. package/src/infrastructure/locales/fr-CA/flashcards.json +0 -287
  327. package/src/infrastructure/locales/fr-CA/general.json +0 -61
  328. package/src/infrastructure/locales/fr-CA/index.ts +0 -49
  329. package/src/infrastructure/locales/fr-CA/navigation.json +0 -58
  330. package/src/infrastructure/locales/fr-CA/onboarding.json +0 -76
  331. package/src/infrastructure/locales/fr-CA/settings.json +0 -53
  332. package/src/infrastructure/locales/fr-FR/auth.json +0 -32
  333. package/src/infrastructure/locales/fr-FR/branding.json +0 -9
  334. package/src/infrastructure/locales/fr-FR/datetime.json +0 -140
  335. package/src/infrastructure/locales/fr-FR/errors.json +0 -43
  336. package/src/infrastructure/locales/fr-FR/flashcards.json +0 -287
  337. package/src/infrastructure/locales/fr-FR/general.json +0 -61
  338. package/src/infrastructure/locales/fr-FR/index.ts +0 -49
  339. package/src/infrastructure/locales/fr-FR/navigation.json +0 -58
  340. package/src/infrastructure/locales/fr-FR/onboarding.json +0 -76
  341. package/src/infrastructure/locales/fr-FR/settings.json +0 -53
  342. package/src/infrastructure/locales/hi-IN/auth.json +0 -32
  343. package/src/infrastructure/locales/hi-IN/branding.json +0 -9
  344. package/src/infrastructure/locales/hi-IN/datetime.json +0 -140
  345. package/src/infrastructure/locales/hi-IN/errors.json +0 -43
  346. package/src/infrastructure/locales/hi-IN/flashcards.json +0 -287
  347. package/src/infrastructure/locales/hi-IN/general.json +0 -61
  348. package/src/infrastructure/locales/hi-IN/index.ts +0 -49
  349. package/src/infrastructure/locales/hi-IN/navigation.json +0 -58
  350. package/src/infrastructure/locales/hi-IN/onboarding.json +0 -76
  351. package/src/infrastructure/locales/hi-IN/settings.json +0 -53
  352. package/src/infrastructure/locales/hr-HR/auth.json +0 -32
  353. package/src/infrastructure/locales/hr-HR/branding.json +0 -9
  354. package/src/infrastructure/locales/hr-HR/datetime.json +0 -140
  355. package/src/infrastructure/locales/hr-HR/errors.json +0 -43
  356. package/src/infrastructure/locales/hr-HR/flashcards.json +0 -276
  357. package/src/infrastructure/locales/hr-HR/general.json +0 -61
  358. package/src/infrastructure/locales/hr-HR/index.ts +0 -49
  359. package/src/infrastructure/locales/hr-HR/navigation.json +0 -58
  360. package/src/infrastructure/locales/hr-HR/onboarding.json +0 -76
  361. package/src/infrastructure/locales/hr-HR/settings.json +0 -53
  362. package/src/infrastructure/locales/hu-HU/auth.json +0 -32
  363. package/src/infrastructure/locales/hu-HU/branding.json +0 -9
  364. package/src/infrastructure/locales/hu-HU/datetime.json +0 -140
  365. package/src/infrastructure/locales/hu-HU/errors.json +0 -43
  366. package/src/infrastructure/locales/hu-HU/flashcards.json +0 -287
  367. package/src/infrastructure/locales/hu-HU/general.json +0 -61
  368. package/src/infrastructure/locales/hu-HU/index.ts +0 -49
  369. package/src/infrastructure/locales/hu-HU/navigation.json +0 -58
  370. package/src/infrastructure/locales/hu-HU/onboarding.json +0 -76
  371. package/src/infrastructure/locales/hu-HU/settings.json +0 -53
  372. package/src/infrastructure/locales/id-ID/auth.json +0 -32
  373. package/src/infrastructure/locales/id-ID/branding.json +0 -9
  374. package/src/infrastructure/locales/id-ID/datetime.json +0 -140
  375. package/src/infrastructure/locales/id-ID/errors.json +0 -43
  376. package/src/infrastructure/locales/id-ID/flashcards.json +0 -287
  377. package/src/infrastructure/locales/id-ID/general.json +0 -61
  378. package/src/infrastructure/locales/id-ID/index.ts +0 -49
  379. package/src/infrastructure/locales/id-ID/navigation.json +0 -58
  380. package/src/infrastructure/locales/id-ID/onboarding.json +0 -76
  381. package/src/infrastructure/locales/id-ID/settings.json +0 -53
  382. package/src/infrastructure/locales/it-IT/auth.json +0 -32
  383. package/src/infrastructure/locales/it-IT/branding.json +0 -9
  384. package/src/infrastructure/locales/it-IT/datetime.json +0 -140
  385. package/src/infrastructure/locales/it-IT/errors.json +0 -43
  386. package/src/infrastructure/locales/it-IT/flashcards.json +0 -287
  387. package/src/infrastructure/locales/it-IT/general.json +0 -61
  388. package/src/infrastructure/locales/it-IT/index.ts +0 -49
  389. package/src/infrastructure/locales/it-IT/navigation.json +0 -58
  390. package/src/infrastructure/locales/it-IT/onboarding.json +0 -76
  391. package/src/infrastructure/locales/it-IT/settings.json +0 -53
  392. package/src/infrastructure/locales/ja-JP/auth.json +0 -32
  393. package/src/infrastructure/locales/ja-JP/branding.json +0 -9
  394. package/src/infrastructure/locales/ja-JP/datetime.json +0 -140
  395. package/src/infrastructure/locales/ja-JP/errors.json +0 -43
  396. package/src/infrastructure/locales/ja-JP/flashcards.json +0 -287
  397. package/src/infrastructure/locales/ja-JP/general.json +0 -61
  398. package/src/infrastructure/locales/ja-JP/index.ts +0 -49
  399. package/src/infrastructure/locales/ja-JP/navigation.json +0 -58
  400. package/src/infrastructure/locales/ja-JP/onboarding.json +0 -76
  401. package/src/infrastructure/locales/ja-JP/settings.json +0 -53
  402. package/src/infrastructure/locales/ko-KR/auth.json +0 -32
  403. package/src/infrastructure/locales/ko-KR/branding.json +0 -9
  404. package/src/infrastructure/locales/ko-KR/datetime.json +0 -140
  405. package/src/infrastructure/locales/ko-KR/errors.json +0 -43
  406. package/src/infrastructure/locales/ko-KR/flashcards.json +0 -287
  407. package/src/infrastructure/locales/ko-KR/general.json +0 -61
  408. package/src/infrastructure/locales/ko-KR/index.ts +0 -49
  409. package/src/infrastructure/locales/ko-KR/navigation.json +0 -58
  410. package/src/infrastructure/locales/ko-KR/onboarding.json +0 -76
  411. package/src/infrastructure/locales/ko-KR/settings.json +0 -53
  412. package/src/infrastructure/locales/ms-MY/auth.json +0 -32
  413. package/src/infrastructure/locales/ms-MY/branding.json +0 -9
  414. package/src/infrastructure/locales/ms-MY/datetime.json +0 -140
  415. package/src/infrastructure/locales/ms-MY/errors.json +0 -43
  416. package/src/infrastructure/locales/ms-MY/flashcards.json +0 -287
  417. package/src/infrastructure/locales/ms-MY/general.json +0 -61
  418. package/src/infrastructure/locales/ms-MY/index.ts +0 -49
  419. package/src/infrastructure/locales/ms-MY/navigation.json +0 -58
  420. package/src/infrastructure/locales/ms-MY/onboarding.json +0 -76
  421. package/src/infrastructure/locales/ms-MY/settings.json +0 -53
  422. package/src/infrastructure/locales/nl-NL/auth.json +0 -32
  423. package/src/infrastructure/locales/nl-NL/branding.json +0 -9
  424. package/src/infrastructure/locales/nl-NL/datetime.json +0 -140
  425. package/src/infrastructure/locales/nl-NL/errors.json +0 -43
  426. package/src/infrastructure/locales/nl-NL/flashcards.json +0 -287
  427. package/src/infrastructure/locales/nl-NL/general.json +0 -61
  428. package/src/infrastructure/locales/nl-NL/index.ts +0 -49
  429. package/src/infrastructure/locales/nl-NL/navigation.json +0 -58
  430. package/src/infrastructure/locales/nl-NL/onboarding.json +0 -76
  431. package/src/infrastructure/locales/nl-NL/settings.json +0 -53
  432. package/src/infrastructure/locales/no-NO/auth.json +0 -32
  433. package/src/infrastructure/locales/no-NO/branding.json +0 -9
  434. package/src/infrastructure/locales/no-NO/datetime.json +0 -140
  435. package/src/infrastructure/locales/no-NO/errors.json +0 -43
  436. package/src/infrastructure/locales/no-NO/flashcards.json +0 -287
  437. package/src/infrastructure/locales/no-NO/general.json +0 -61
  438. package/src/infrastructure/locales/no-NO/index.ts +0 -49
  439. package/src/infrastructure/locales/no-NO/navigation.json +0 -58
  440. package/src/infrastructure/locales/no-NO/onboarding.json +0 -76
  441. package/src/infrastructure/locales/no-NO/settings.json +0 -53
  442. package/src/infrastructure/locales/pl-PL/auth.json +0 -32
  443. package/src/infrastructure/locales/pl-PL/branding.json +0 -9
  444. package/src/infrastructure/locales/pl-PL/datetime.json +0 -140
  445. package/src/infrastructure/locales/pl-PL/errors.json +0 -43
  446. package/src/infrastructure/locales/pl-PL/flashcards.json +0 -287
  447. package/src/infrastructure/locales/pl-PL/general.json +0 -61
  448. package/src/infrastructure/locales/pl-PL/index.ts +0 -49
  449. package/src/infrastructure/locales/pl-PL/navigation.json +0 -58
  450. package/src/infrastructure/locales/pl-PL/onboarding.json +0 -76
  451. package/src/infrastructure/locales/pl-PL/settings.json +0 -53
  452. package/src/infrastructure/locales/pt-BR/auth.json +0 -32
  453. package/src/infrastructure/locales/pt-BR/branding.json +0 -9
  454. package/src/infrastructure/locales/pt-BR/datetime.json +0 -140
  455. package/src/infrastructure/locales/pt-BR/errors.json +0 -43
  456. package/src/infrastructure/locales/pt-BR/flashcards.json +0 -287
  457. package/src/infrastructure/locales/pt-BR/general.json +0 -61
  458. package/src/infrastructure/locales/pt-BR/index.ts +0 -49
  459. package/src/infrastructure/locales/pt-BR/navigation.json +0 -58
  460. package/src/infrastructure/locales/pt-BR/onboarding.json +0 -76
  461. package/src/infrastructure/locales/pt-BR/settings.json +0 -53
  462. package/src/infrastructure/locales/pt-PT/auth.json +0 -32
  463. package/src/infrastructure/locales/pt-PT/branding.json +0 -9
  464. package/src/infrastructure/locales/pt-PT/datetime.json +0 -140
  465. package/src/infrastructure/locales/pt-PT/errors.json +0 -43
  466. package/src/infrastructure/locales/pt-PT/flashcards.json +0 -287
  467. package/src/infrastructure/locales/pt-PT/general.json +0 -61
  468. package/src/infrastructure/locales/pt-PT/index.ts +0 -49
  469. package/src/infrastructure/locales/pt-PT/navigation.json +0 -58
  470. package/src/infrastructure/locales/pt-PT/onboarding.json +0 -76
  471. package/src/infrastructure/locales/pt-PT/settings.json +0 -53
  472. package/src/infrastructure/locales/ro-RO/auth.json +0 -32
  473. package/src/infrastructure/locales/ro-RO/branding.json +0 -9
  474. package/src/infrastructure/locales/ro-RO/datetime.json +0 -140
  475. package/src/infrastructure/locales/ro-RO/errors.json +0 -43
  476. package/src/infrastructure/locales/ro-RO/flashcards.json +0 -287
  477. package/src/infrastructure/locales/ro-RO/general.json +0 -61
  478. package/src/infrastructure/locales/ro-RO/index.ts +0 -49
  479. package/src/infrastructure/locales/ro-RO/navigation.json +0 -58
  480. package/src/infrastructure/locales/ro-RO/onboarding.json +0 -76
  481. package/src/infrastructure/locales/ro-RO/settings.json +0 -53
  482. package/src/infrastructure/locales/ru-RU/auth.json +0 -32
  483. package/src/infrastructure/locales/ru-RU/branding.json +0 -9
  484. package/src/infrastructure/locales/ru-RU/datetime.json +0 -140
  485. package/src/infrastructure/locales/ru-RU/errors.json +0 -43
  486. package/src/infrastructure/locales/ru-RU/flashcards.json +0 -276
  487. package/src/infrastructure/locales/ru-RU/general.json +0 -61
  488. package/src/infrastructure/locales/ru-RU/index.ts +0 -49
  489. package/src/infrastructure/locales/ru-RU/navigation.json +0 -58
  490. package/src/infrastructure/locales/ru-RU/onboarding.json +0 -76
  491. package/src/infrastructure/locales/ru-RU/settings.json +0 -53
  492. package/src/infrastructure/locales/sk-SK/auth.json +0 -32
  493. package/src/infrastructure/locales/sk-SK/branding.json +0 -9
  494. package/src/infrastructure/locales/sk-SK/datetime.json +0 -140
  495. package/src/infrastructure/locales/sk-SK/errors.json +0 -43
  496. package/src/infrastructure/locales/sk-SK/flashcards.json +0 -287
  497. package/src/infrastructure/locales/sk-SK/general.json +0 -61
  498. package/src/infrastructure/locales/sk-SK/index.ts +0 -49
  499. package/src/infrastructure/locales/sk-SK/navigation.json +0 -58
  500. package/src/infrastructure/locales/sk-SK/onboarding.json +0 -76
  501. package/src/infrastructure/locales/sk-SK/settings.json +0 -53
  502. package/src/infrastructure/locales/sv-SE/auth.json +0 -32
  503. package/src/infrastructure/locales/sv-SE/branding.json +0 -9
  504. package/src/infrastructure/locales/sv-SE/datetime.json +0 -140
  505. package/src/infrastructure/locales/sv-SE/errors.json +0 -43
  506. package/src/infrastructure/locales/sv-SE/flashcards.json +0 -287
  507. package/src/infrastructure/locales/sv-SE/general.json +0 -61
  508. package/src/infrastructure/locales/sv-SE/index.ts +0 -49
  509. package/src/infrastructure/locales/sv-SE/navigation.json +0 -58
  510. package/src/infrastructure/locales/sv-SE/onboarding.json +0 -76
  511. package/src/infrastructure/locales/sv-SE/settings.json +0 -53
  512. package/src/infrastructure/locales/th-TH/auth.json +0 -32
  513. package/src/infrastructure/locales/th-TH/branding.json +0 -9
  514. package/src/infrastructure/locales/th-TH/datetime.json +0 -140
  515. package/src/infrastructure/locales/th-TH/errors.json +0 -43
  516. package/src/infrastructure/locales/th-TH/flashcards.json +0 -287
  517. package/src/infrastructure/locales/th-TH/general.json +0 -61
  518. package/src/infrastructure/locales/th-TH/index.ts +0 -49
  519. package/src/infrastructure/locales/th-TH/navigation.json +0 -58
  520. package/src/infrastructure/locales/th-TH/onboarding.json +0 -76
  521. package/src/infrastructure/locales/th-TH/settings.json +0 -53
  522. package/src/infrastructure/locales/tl-PH/auth.json +0 -32
  523. package/src/infrastructure/locales/tl-PH/branding.json +0 -9
  524. package/src/infrastructure/locales/tl-PH/datetime.json +0 -140
  525. package/src/infrastructure/locales/tl-PH/errors.json +0 -43
  526. package/src/infrastructure/locales/tl-PH/flashcards.json +0 -287
  527. package/src/infrastructure/locales/tl-PH/general.json +0 -61
  528. package/src/infrastructure/locales/tl-PH/index.ts +0 -49
  529. package/src/infrastructure/locales/tl-PH/navigation.json +0 -58
  530. package/src/infrastructure/locales/tl-PH/onboarding.json +0 -76
  531. package/src/infrastructure/locales/tl-PH/settings.json +0 -53
  532. package/src/infrastructure/locales/tr-TR/auth.json +0 -32
  533. package/src/infrastructure/locales/tr-TR/branding.json +0 -9
  534. package/src/infrastructure/locales/tr-TR/datetime.json +0 -140
  535. package/src/infrastructure/locales/tr-TR/errors.json +0 -43
  536. package/src/infrastructure/locales/tr-TR/flashcards.json +0 -287
  537. package/src/infrastructure/locales/tr-TR/general.json +0 -61
  538. package/src/infrastructure/locales/tr-TR/index.ts +0 -49
  539. package/src/infrastructure/locales/tr-TR/navigation.json +0 -58
  540. package/src/infrastructure/locales/tr-TR/onboarding.json +0 -76
  541. package/src/infrastructure/locales/tr-TR/settings.json +0 -53
  542. package/src/infrastructure/locales/uk-UA/auth.json +0 -32
  543. package/src/infrastructure/locales/uk-UA/branding.json +0 -9
  544. package/src/infrastructure/locales/uk-UA/datetime.json +0 -140
  545. package/src/infrastructure/locales/uk-UA/errors.json +0 -43
  546. package/src/infrastructure/locales/uk-UA/flashcards.json +0 -287
  547. package/src/infrastructure/locales/uk-UA/general.json +0 -61
  548. package/src/infrastructure/locales/uk-UA/index.ts +0 -49
  549. package/src/infrastructure/locales/uk-UA/navigation.json +0 -58
  550. package/src/infrastructure/locales/uk-UA/onboarding.json +0 -76
  551. package/src/infrastructure/locales/uk-UA/settings.json +0 -53
  552. package/src/infrastructure/locales/vi-VN/auth.json +0 -32
  553. package/src/infrastructure/locales/vi-VN/branding.json +0 -9
  554. package/src/infrastructure/locales/vi-VN/datetime.json +0 -140
  555. package/src/infrastructure/locales/vi-VN/errors.json +0 -43
  556. package/src/infrastructure/locales/vi-VN/flashcards.json +0 -287
  557. package/src/infrastructure/locales/vi-VN/general.json +0 -61
  558. package/src/infrastructure/locales/vi-VN/index.ts +0 -49
  559. package/src/infrastructure/locales/vi-VN/navigation.json +0 -58
  560. package/src/infrastructure/locales/vi-VN/onboarding.json +0 -76
  561. package/src/infrastructure/locales/vi-VN/settings.json +0 -53
  562. package/src/infrastructure/locales/zh-CN/auth.json +0 -32
  563. package/src/infrastructure/locales/zh-CN/branding.json +0 -9
  564. package/src/infrastructure/locales/zh-CN/datetime.json +0 -140
  565. package/src/infrastructure/locales/zh-CN/errors.json +0 -43
  566. package/src/infrastructure/locales/zh-CN/flashcards.json +0 -287
  567. package/src/infrastructure/locales/zh-CN/general.json +0 -61
  568. package/src/infrastructure/locales/zh-CN/index.ts +0 -49
  569. package/src/infrastructure/locales/zh-CN/navigation.json +0 -58
  570. package/src/infrastructure/locales/zh-CN/onboarding.json +0 -76
  571. package/src/infrastructure/locales/zh-CN/settings.json +0 -53
  572. package/src/infrastructure/locales/zh-TW/auth.json +0 -32
  573. package/src/infrastructure/locales/zh-TW/branding.json +0 -9
  574. package/src/infrastructure/locales/zh-TW/datetime.json +0 -140
  575. package/src/infrastructure/locales/zh-TW/errors.json +0 -43
  576. package/src/infrastructure/locales/zh-TW/flashcards.json +0 -287
  577. package/src/infrastructure/locales/zh-TW/general.json +0 -61
  578. package/src/infrastructure/locales/zh-TW/index.ts +0 -49
  579. package/src/infrastructure/locales/zh-TW/navigation.json +0 -58
  580. package/src/infrastructure/locales/zh-TW/onboarding.json +0 -76
  581. package/src/infrastructure/locales/zh-TW/settings.json +0 -53
@@ -1,76 +0,0 @@
1
- {
2
- "skip": "Skip",
3
- "getStarted": "Get Started",
4
- "welcome": {
5
- "title": "Welcome!",
6
- "subtitle": "Your journey starts here",
7
- "getStarted": "Get Started",
8
- "skip": "Skip"
9
- },
10
- "slides": {
11
- "slide1": {
12
- "title": "Discover Amazing Features",
13
- "description": "Explore everything our app has to offer"
14
- },
15
- "slide2": {
16
- "title": "Stay Organized",
17
- "description": "Keep track of what matters most"
18
- },
19
- "slide3": {
20
- "title": "Achieve Your Goals",
21
- "description": "We're here to help you succeed"
22
- }
23
- },
24
- "permissions": {
25
- "title": "Permissions",
26
- "subtitle": "We need some permissions to provide the best experience",
27
- "location": {
28
- "title": "Location",
29
- "description": "Provide location-based features",
30
- "enable": "Enable Location"
31
- },
32
- "camera": {
33
- "title": "Camera",
34
- "description": "Take photos and scan documents",
35
- "enable": "Enable Camera"
36
- },
37
- "photos": {
38
- "title": "Photos",
39
- "description": "Access your photo library",
40
- "enable": "Enable Photos"
41
- },
42
- "later": "I'll do this later",
43
- "continue": "Continue"
44
- },
45
- "personalization": {
46
- "title": "Personalize Your Experience",
47
- "subtitle": "Tell us about yourself",
48
- "goals": {
49
- "title": "What are your goals?",
50
- "options": [
51
- "Stay healthy",
52
- "Be productive",
53
- "Learn new skills",
54
- "Connect with others",
55
- "Have fun"
56
- ]
57
- },
58
- "preferences": {
59
- "title": "Set your preferences",
60
- "theme": "Choose Theme",
61
- "language": "Choose Language"
62
- },
63
- "continue": "Continue"
64
- },
65
- "complete": {
66
- "title": "You're All Set!",
67
- "subtitle": "Let's get started!",
68
- "startButton": "Start Using App"
69
- },
70
- "navigation": {
71
- "next": "Next",
72
- "back": "Back",
73
- "skip": "Skip",
74
- "done": "Done"
75
- }
76
- }
@@ -1,53 +0,0 @@
1
- {
2
- "lightMode": "Light Mode",
3
- "darkMode": "Dark Mode",
4
- "language": "Language",
5
- "aboutDescription": "App information and version",
6
- "about": {
7
- "title": "About",
8
- "description": "App information and version",
9
- "appVersion": "App Version",
10
- "moreApps": "More Apps",
11
- "moreAppsDescription": "Check out our other apps",
12
- "contactEmail": "Contact Email",
13
- "website": "Website"
14
- },
15
- "disclaimer": {
16
- "title": "Health Disclaimer",
17
- "shortMessage": "Tap to read important health information",
18
- "message": "This app is for informational and wellness support purposes only. It is NOT a substitute for professional medical or mental health care.\n\nIf you're experiencing a health crisis or emergency, contact your local emergency services or healthcare provider immediately.\n\nAlways consult qualified healthcare professionals for medical advice, diagnosis, or treatment. The content in this app should not be used as a substitute for professional medical judgment.\n\nYour privacy is important. All data stays private on your device unless you explicitly choose to share it."
19
- },
20
- "legal": {
21
- "title": "Legal",
22
- "description": "Privacy policy, terms of use, and EULA",
23
- "privacy": "Privacy Policy",
24
- "privacyDescription": "How we handle your data",
25
- "terms": "Terms of Use",
26
- "termsDescription": "Terms and conditions",
27
- "eula": "End User License Agreement",
28
- "eulaDescription": "License agreement"
29
- },
30
- "version": {
31
- "title": "App Version"
32
- },
33
- "languageSelection": {
34
- "title": "Select Language",
35
- "description": "Choose your preferred language",
36
- "currentLanguage": "Current Language",
37
- "searchPlaceholder": "Search languages"
38
- },
39
- "appearance": {
40
- "title": "Appearance",
41
- "darkMode": "Dark Mode",
42
- "darkTheme": "Dark Theme",
43
- "lightTheme": "Light Theme",
44
- "themeDescription": "Language and theme settings"
45
- },
46
- "notifications": {
47
- "title": "Notifications",
48
- "description": "Manage notification preferences",
49
- "enableNotifications": "Enable Notifications",
50
- "notificationPermission": "Notification Permission",
51
- "notificationPermissionDescription": "Allow app to send notifications"
52
- }
53
- }
@@ -1,11 +0,0 @@
1
- {
2
- "appName": "Flashcard Maker",
3
- "tagline": "Welcome to your journey",
4
- "poweredBy": "Powered by UmitUZ App Factory",
5
- "version": "Version {{version}}",
6
- "splash": {
7
- "loading": "Loading..."
8
- }
9
- }
10
-
11
-
@@ -1,140 +0,0 @@
1
- {
2
- "days": {
3
- "full": {
4
- "monday": "Monday",
5
- "tuesday": "Tuesday",
6
- "wednesday": "Wednesday",
7
- "thursday": "Thursday",
8
- "friday": "Friday",
9
- "saturday": "Saturday",
10
- "sunday": "Sunday"
11
- },
12
- "short": {
13
- "mon": "Mon",
14
- "tue": "Tue",
15
- "wed": "Wed",
16
- "thu": "Thu",
17
- "fri": "Fri",
18
- "sat": "Sat",
19
- "sun": "Sun"
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": "January",
34
- "february": "February",
35
- "march": "March",
36
- "april": "April",
37
- "may": "May",
38
- "june": "June",
39
- "july": "July",
40
- "august": "August",
41
- "september": "September",
42
- "october": "October",
43
- "november": "November",
44
- "december": "December"
45
- },
46
- "short": {
47
- "jan": "Jan",
48
- "feb": "Feb",
49
- "mar": "Mar",
50
- "apr": "Apr",
51
- "may": "May",
52
- "jun": "Jun",
53
- "jul": "Jul",
54
- "aug": "Aug",
55
- "sep": "Sep",
56
- "oct": "Oct",
57
- "nov": "Nov",
58
- "dec": "Dec"
59
- }
60
- },
61
- "relative": {
62
- "now": "Now",
63
- "justNow": "Just now",
64
- "today": "Today",
65
- "yesterday": "Yesterday",
66
- "tomorrow": "Tomorrow",
67
- "thisWeek": "This week",
68
- "lastWeek": "Last week",
69
- "nextWeek": "Next week",
70
- "thisMonth": "This month",
71
- "lastMonth": "Last month",
72
- "nextMonth": "Next month",
73
- "thisYear": "This year",
74
- "lastYear": "Last year",
75
- "nextYear": "Next year",
76
- "ago": "ago",
77
- "fromNow": "from now",
78
- "in": "in"
79
- },
80
- "units": {
81
- "singular": {
82
- "second": "second",
83
- "minute": "minute",
84
- "hour": "hour",
85
- "day": "day",
86
- "week": "week",
87
- "month": "month",
88
- "year": "year"
89
- },
90
- "plural": {
91
- "seconds": "seconds",
92
- "minutes": "minutes",
93
- "hours": "hours",
94
- "days": "days",
95
- "weeks": "weeks",
96
- "months": "months",
97
- "years": "years"
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": "Morning",
113
- "afternoon": "Afternoon",
114
- "evening": "Evening",
115
- "night": "Night",
116
- "midnight": "Midnight",
117
- "noon": "Noon"
118
- },
119
- "formats": {
120
- "date": "Date",
121
- "time": "Time",
122
- "datetime": "Date & Time",
123
- "duration": "Duration",
124
- "startDate": "Start Date",
125
- "endDate": "End Date",
126
- "startTime": "Start Time",
127
- "endTime": "End Time",
128
- "selectDate": "Select Date",
129
- "selectTime": "Select Time"
130
- },
131
- "actions": {
132
- "setDate": "Set Date",
133
- "setTime": "Set Time",
134
- "clearDate": "Clear Date",
135
- "clearTime": "Clear Time",
136
- "confirmDate": "Confirm Date",
137
- "confirmTime": "Confirm Time",
138
- "cancel": "Cancel"
139
- }
140
- }
@@ -1,43 +0,0 @@
1
- {
2
- "validation": {
3
- "required": "This field is required",
4
- "invalidEmail": "Invalid email format",
5
- "invalidPhone": "Invalid phone number",
6
- "invalidUrl": "Invalid URL format",
7
- "minLength": "Minimum length is {{min}} characters",
8
- "maxLength": "Maximum length is {{max}} characters",
9
- "minValue": "Minimum value is {{min}}",
10
- "maxValue": "Maximum value is {{max}}",
11
- "mustMatch": "Fields must match",
12
- "invalidFormat": "Invalid format",
13
- "invalidDate": "Invalid date",
14
- "futureDate": "Date must be in the future",
15
- "pastDate": "Date must be in the past"
16
- },
17
- "storage": {
18
- "saveFailed": "Failed to save data",
19
- "loadFailed": "Failed to load data",
20
- "deleteFailed": "Failed to delete data",
21
- "notFound": "Data not found"
22
- },
23
- "permission": {
24
- "denied": "Permission denied",
25
- "notGranted": "Permission not granted",
26
- "cameraNotAvailable": "Camera not available",
27
- "locationNotAvailable": "Location services not available",
28
- "microphoneNotAvailable": "Microphone not available",
29
- "photosNotAvailable": "Photo library not available"
30
- },
31
- "common": {
32
- "somethingWentWrong": "Something went wrong",
33
- "tryAgainLater": "Please try again later",
34
- "unexpectedError": "An unexpected error occurred"
35
- },
36
- "actions": {
37
- "dismiss": "Dismiss",
38
- "retry": "Retry",
39
- "cancel": "Cancel",
40
- "goBack": "Go Back",
41
- "contactSupport": "Contact Support"
42
- }
43
- }
@@ -1,83 +0,0 @@
1
- {
2
- "home": {
3
- "welcome": "Welcome to Flashcard Maker",
4
- "subtitle": "Master any subject with interactive flashcards",
5
- "quickStudy": "Quick Study",
6
- "quickStudyDesc": "Start studying your recent decks",
7
- "createDeck": "Create Deck",
8
- "createDeckDesc": "Build a new flashcard deck",
9
- "recentActivity": "Recent Activity",
10
- "noDecksYet": "You haven't created any decks yet",
11
- "browseDecks": "Browse Decks",
12
- "statistics": "Statistics",
13
- "totalDecks": "Total Decks",
14
- "totalCards": "Total Cards",
15
- "studySessions": "Study Sessions"
16
- },
17
- "decks": {
18
- "noDecks": "No Decks Found",
19
- "noDecksDesc": "Create your first flashcard deck to get started",
20
- "createFirstDeck": "Create First Deck",
21
- "createDeck": "Create Deck",
22
- "editDeck": "Edit Deck",
23
- "recentlyStudied": "Recently Studied",
24
- "allDecks": "All Decks",
25
- "easy": "Easy",
26
- "medium": "Medium",
27
- "hard": "Hard"
28
- },
29
- "study": {
30
- "noCards": "No Cards Available",
31
- "noCardsDesc": "Add some cards to a deck to start studying",
32
- "browseDecks": "Browse Decks",
33
- "question": "Question",
34
- "answer": "Answer",
35
- "showQuestion": "Show Question",
36
- "showAnswer": "Show Answer",
37
- "correct": "Correct",
38
- "incorrect": "Incorrect",
39
- "skip": "Skip",
40
- "skipped": "Skipped",
41
- "studyComplete": "Study Complete",
42
- "wellDone": "Well done!",
43
- "sessionComplete": "Session Complete"
44
- },
45
- "create": {
46
- "createDeck": "Create Deck",
47
- "addCards": "Add Cards",
48
- "deckInfo": "Deck Information",
49
- "cardInfo": "Card Information",
50
- "deckTitle": "Deck Title",
51
- "deckTitlePlaceholder": "Enter deck title",
52
- "deckDescription": "Description",
53
- "deckDescriptionPlaceholder": "Enter deck description",
54
- "category": "Category",
55
- "selectCategory": "Select category",
56
- "cardFront": "Front Side",
57
- "cardFrontPlaceholder": "Enter question or term",
58
- "cardBack": "Back Side",
59
- "cardBackPlaceholder": "Enter answer or definition",
60
- "difficulty": "Difficulty",
61
- "addCard": "Add Card",
62
- "addedCards": "Added Cards",
63
- "saveDeck": "Save Deck"
64
- },
65
- "cards": {
66
- "noCards": "No Cards Found",
67
- "noCardsDesc": "Create your first flashcard to get started",
68
- "createFirstCard": "Create First Card",
69
- "createCard": "Create Card",
70
- "editCard": "Edit Card",
71
- "selectDeck": "Select Deck",
72
- "selectDeckPlaceholder": "Choose a deck for this card"
73
- },
74
- "common": {
75
- "clearFilter": "Clear Filter"
76
- }
77
- }
78
-
79
-
80
-
81
-
82
-
83
-
@@ -1,61 +0,0 @@
1
- {
2
- "back": "Back",
3
- "cancel": "Cancel",
4
- "confirm": "Confirm",
5
- "continue": "Continue",
6
- "delete": "Delete",
7
- "edit": "Edit",
8
- "error": "Error",
9
- "loading": "Loading...",
10
- "notNow": "Not Now",
11
- "ok": "OK",
12
- "optional": "Optional",
13
- "save": "Save",
14
- "something_went_wrong": "Something went wrong",
15
- "success": "Success",
16
- "close": "Close",
17
- "done": "Done",
18
- "next": "Next",
19
- "previous": "Previous",
20
- "skip": "Skip",
21
- "retry": "Retry",
22
- "refresh": "Refresh",
23
- "search": "Search",
24
- "filter": "Filter",
25
- "sort": "Sort",
26
- "add": "Add",
27
- "remove": "Remove",
28
- "update": "Update",
29
- "create": "Create",
30
- "view": "View",
31
- "details": "Details",
32
- "share": "Share",
33
- "download": "Download",
34
- "upload": "Upload",
35
- "submit": "Submit",
36
- "reset": "Reset",
37
- "clear": "Clear",
38
- "apply": "Apply",
39
- "yes": "Yes",
40
- "no": "No",
41
- "all": "All",
42
- "none": "None",
43
- "of": "of",
44
- "select": "Select",
45
- "selected": "Selected",
46
- "required": "Required",
47
- "empty": "Empty",
48
- "noData": "No data available",
49
- "noResults": "No results found",
50
- "tryAgain": "Try again",
51
- "learnMore": "Learn more",
52
- "getStarted": "Get started",
53
- "viewAll": "View all",
54
- "showMore": "Show more",
55
- "showLess": "Show less",
56
- "start": "Start",
57
- "study": "Study",
58
- "cards": "Cards",
59
- "correct": "Correct",
60
- "incorrect": "Incorrect"
61
- }
@@ -1,46 +0,0 @@
1
- /**
2
- * Auto-generated translation loader for en-GB
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
- * - branding: branding.json
11
- * - datetime: datetime.json
12
- * - errors: errors.json
13
- * - flashcards: flashcards.json
14
- * - general: general.json
15
- * - navigation: navigation.json
16
- * - onboarding: onboarding.json
17
- * - settings: settings.json
18
- *
19
- * Generated: 2025-11-06T20:57:31.289Z
20
- */
21
-
22
- // Import all translation modules
23
- // Use require for JSON files to ensure proper Metro bundler handling
24
- const branding = require('./branding.json');
25
- const datetime = require('./datetime.json');
26
- const errors = require('./errors.json');
27
- const flashcards = require('./flashcards.json');
28
- const general = require('./general.json');
29
- const navigation = require('./navigation.json');
30
- const onboarding = require('./onboarding.json');
31
- const settings = require('./settings.json');
32
-
33
- // Merge all modules into a single translation object
34
- // Using nested structure for better namespace organization
35
- const translations = {
36
- branding,
37
- datetime,
38
- errors,
39
- flashcards,
40
- general,
41
- navigation,
42
- onboarding,
43
- settings,
44
- };
45
-
46
- export default translations;
@@ -1,58 +0,0 @@
1
- {
2
- "home": "Home",
3
- "settings": "Settings",
4
- "about": "About",
5
- "back": "Back",
6
- "explore": "Explore",
7
- "search": "Search",
8
- "favorites": "Favorites",
9
- "activity": "Activity",
10
- "discover": "Discover",
11
- "library": "Library",
12
- "stats": "Stats",
13
- "wellness": "Wellness",
14
- "exercises": "Exercises",
15
- "nutrition": "Nutrition",
16
- "progress": "Progress",
17
- "workouts": "Workouts",
18
- "dashboard": "Dashboard",
19
- "calendar": "Calendar",
20
- "tasks": "Tasks",
21
- "notes": "Notes",
22
- "projects": "Projects",
23
- "goals": "Goals",
24
- "habits": "Habits",
25
- "budget": "Budget",
26
- "expenses": "Expenses",
27
- "income": "Income",
28
- "accounts": "Accounts",
29
- "reports": "Reports",
30
- "courses": "Courses",
31
- "lessons": "Lessons",
32
- "practice": "Practice",
33
- "learning": "Learning",
34
- "meditation": "Meditation",
35
- "journal": "Journal",
36
- "timer": "Timer",
37
- "tracking": "Tracking",
38
- "analytics": "Analytics",
39
- "community": "Community",
40
- "feed": "Feed",
41
- "browse": "Browse",
42
- "categories": "Categories",
43
- "saved": "Saved",
44
- "history": "History",
45
- "achievements": "Achievements",
46
- "leaderboard": "Leaderboard",
47
- "challenges": "Challenges",
48
- "rewards": "Rewards",
49
- "today": "Today",
50
- "medicines": "Medicines",
51
- "adherence": "Adherence",
52
- "decks": "Decks",
53
- "decksDescription": "Organize and manage your flashcard decks",
54
- "cards": "Cards",
55
- "cardsDescription": "View and edit all your flashcards",
56
- "study": "Study",
57
- "studyDescription": "Practice with spaced repetition system"
58
- }
@@ -1,76 +0,0 @@
1
- {
2
- "skip": "Skip",
3
- "getStarted": "Get Started",
4
- "welcome": {
5
- "title": "Welcome!",
6
- "subtitle": "Your journey starts here",
7
- "getStarted": "Get Started",
8
- "skip": "Skip"
9
- },
10
- "slides": {
11
- "slide1": {
12
- "title": "Discover Amazing Features",
13
- "description": "Explore everything our app has to offer"
14
- },
15
- "slide2": {
16
- "title": "Stay Organized",
17
- "description": "Keep track of what matters most"
18
- },
19
- "slide3": {
20
- "title": "Achieve Your Goals",
21
- "description": "We're here to help you succeed"
22
- }
23
- },
24
- "permissions": {
25
- "title": "Permissions",
26
- "subtitle": "We need some permissions to provide the best experience",
27
- "location": {
28
- "title": "Location",
29
- "description": "Provide location-based features",
30
- "enable": "Enable Location"
31
- },
32
- "camera": {
33
- "title": "Camera",
34
- "description": "Take photos and scan documents",
35
- "enable": "Enable Camera"
36
- },
37
- "photos": {
38
- "title": "Photos",
39
- "description": "Access your photo library",
40
- "enable": "Enable Photos"
41
- },
42
- "later": "I'll do this later",
43
- "continue": "Continue"
44
- },
45
- "personalization": {
46
- "title": "Personalize Your Experience",
47
- "subtitle": "Tell us about yourself",
48
- "goals": {
49
- "title": "What are your goals?",
50
- "options": [
51
- "Stay healthy",
52
- "Be productive",
53
- "Learn new skills",
54
- "Connect with others",
55
- "Have fun"
56
- ]
57
- },
58
- "preferences": {
59
- "title": "Set your preferences",
60
- "theme": "Choose Theme",
61
- "language": "Choose Language"
62
- },
63
- "continue": "Continue"
64
- },
65
- "complete": {
66
- "title": "You're All Set!",
67
- "subtitle": "Let's get started!",
68
- "startButton": "Start Using App"
69
- },
70
- "navigation": {
71
- "next": "Next",
72
- "back": "Back",
73
- "skip": "Skip",
74
- "done": "Done"
75
- }
76
- }