tera-system-ui 0.1.61 → 0.1.64

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 (248) hide show
  1. package/dist/COMPONENT_API.md +539 -0
  2. package/dist/components/brand-logo/BrandLogo.d.ts +2 -2
  3. package/dist/components/brand-logo/BrandLogo.js +1 -1
  4. package/dist/components/dialog/Dialog.svelte +1 -1
  5. package/dist/components/slider/Slider.svelte +1 -1
  6. package/dist/components/tera-ui-context/TeraUiContext.svelte +0 -2
  7. package/dist/paraglide/README.md +1 -1
  8. package/dist/paraglide/messages/_index.d.ts +7 -21
  9. package/dist/paraglide/messages/_index.js +7 -485
  10. package/dist/paraglide/messages/text_account_settings.d.ts +4 -0
  11. package/dist/paraglide/messages/text_account_settings.js +239 -0
  12. package/dist/paraglide/messages/text_calces_documentation.d.ts +4 -0
  13. package/dist/paraglide/messages/text_calces_documentation.js +239 -0
  14. package/dist/paraglide/messages/text_calces_scientific_calculator.d.ts +4 -0
  15. package/dist/paraglide/messages/text_calces_scientific_calculator.js +239 -0
  16. package/dist/paraglide/messages/text_currency_converter.d.ts +4 -0
  17. package/dist/paraglide/messages/text_currency_converter.js +239 -0
  18. package/dist/paraglide/messages/text_logout.d.ts +4 -0
  19. package/dist/paraglide/messages/text_logout.js +239 -0
  20. package/dist/paraglide/messages/text_select_language.d.ts +4 -0
  21. package/dist/paraglide/messages/text_select_language.js +239 -0
  22. package/dist/paraglide/messages/text_unit_converter.d.ts +4 -0
  23. package/dist/paraglide/messages/text_unit_converter.js +239 -0
  24. package/dist/paraglide/runtime.d.ts +1 -1
  25. package/dist/paraglide/runtime.js +5 -6
  26. package/dist/tera-i18n/dev-tools/translator/gpt-translator-i18n-message.js +130 -9
  27. package/dist/tera-i18n/dev-tools/translator/package-lock.json +14 -224
  28. package/dist/tera-i18n/dev-tools/translator/package.json +1 -1
  29. package/dist/tera-i18n/dev-tools/translator/prompt/i18n-message-translate-prompt-calculator.md +34 -0
  30. package/dist/tera-i18n/dev-tools/translator/prompt/i18n-message-translate-prompt-cv-maker.md +149 -0
  31. package/dist/tera-i18n/dev-tools/translator/prompt/i18n-message-translate-prompt-system.txt +1 -1
  32. package/dist/tera-i18n/projects/common/all-language-data.js +70 -13
  33. package/dist/tera-i18n/projects/cv-maker/messages/ar-AE.json +94 -0
  34. package/dist/tera-i18n/projects/cv-maker/messages/ar-EG.json +94 -0
  35. package/dist/tera-i18n/projects/cv-maker/messages/ar-IQ.json +94 -0
  36. package/dist/tera-i18n/projects/cv-maker/messages/ar-SA.json +94 -0
  37. package/dist/tera-i18n/projects/cv-maker/messages/ar-SD.json +94 -0
  38. package/dist/tera-i18n/projects/cv-maker/messages/ar-YE.json +94 -0
  39. package/dist/tera-i18n/projects/cv-maker/messages/ar.json +58 -15
  40. package/dist/tera-i18n/projects/cv-maker/messages/bg.json +57 -14
  41. package/dist/tera-i18n/projects/cv-maker/messages/bn.json +65 -22
  42. package/dist/tera-i18n/projects/cv-maker/messages/ca.json +54 -11
  43. package/dist/tera-i18n/projects/cv-maker/messages/cs.json +59 -16
  44. package/dist/tera-i18n/projects/cv-maker/messages/da.json +51 -8
  45. package/dist/tera-i18n/projects/cv-maker/messages/de.json +58 -15
  46. package/dist/tera-i18n/projects/cv-maker/messages/el.json +71 -28
  47. package/dist/tera-i18n/projects/cv-maker/messages/en-AE.json +94 -0
  48. package/dist/tera-i18n/projects/cv-maker/messages/en-AU.json +94 -0
  49. package/dist/tera-i18n/projects/cv-maker/messages/en-CA.json +51 -8
  50. package/dist/tera-i18n/projects/cv-maker/messages/en-GB.json +50 -7
  51. package/dist/tera-i18n/projects/cv-maker/messages/en-ID.json +94 -0
  52. package/dist/tera-i18n/projects/cv-maker/messages/en-IN.json +54 -11
  53. package/dist/tera-i18n/projects/cv-maker/messages/en-NZ.json +94 -0
  54. package/dist/tera-i18n/projects/cv-maker/messages/en-PH.json +94 -0
  55. package/dist/tera-i18n/projects/cv-maker/messages/en-PK.json +58 -15
  56. package/dist/tera-i18n/projects/cv-maker/messages/en-SA.json +94 -0
  57. package/dist/tera-i18n/projects/cv-maker/messages/en-US.json +51 -8
  58. package/dist/tera-i18n/projects/cv-maker/messages/en-ZA.json +52 -9
  59. package/dist/tera-i18n/projects/cv-maker/messages/en.json +45 -16
  60. package/dist/tera-i18n/projects/cv-maker/messages/es-419.json +94 -0
  61. package/dist/tera-i18n/projects/cv-maker/messages/es-AR.json +94 -0
  62. package/dist/tera-i18n/projects/cv-maker/messages/es-ES.json +94 -0
  63. package/dist/tera-i18n/projects/cv-maker/messages/es-MX.json +94 -0
  64. package/dist/tera-i18n/projects/cv-maker/messages/es.json +53 -10
  65. package/dist/tera-i18n/projects/cv-maker/messages/fi.json +52 -9
  66. package/dist/tera-i18n/projects/cv-maker/messages/fr-MA.json +94 -0
  67. package/dist/tera-i18n/projects/cv-maker/messages/fr.json +54 -11
  68. package/dist/tera-i18n/projects/cv-maker/messages/he.json +55 -12
  69. package/dist/tera-i18n/projects/cv-maker/messages/hi.json +59 -16
  70. package/dist/tera-i18n/projects/cv-maker/messages/hr.json +94 -0
  71. package/dist/tera-i18n/projects/cv-maker/messages/hu.json +63 -20
  72. package/dist/tera-i18n/projects/cv-maker/messages/id.json +60 -17
  73. package/dist/tera-i18n/projects/cv-maker/messages/it.json +53 -10
  74. package/dist/tera-i18n/projects/cv-maker/messages/ja.json +62 -19
  75. package/dist/tera-i18n/projects/cv-maker/messages/ko.json +61 -18
  76. package/dist/tera-i18n/projects/cv-maker/messages/lt.json +61 -18
  77. package/dist/tera-i18n/projects/cv-maker/messages/lv.json +61 -18
  78. package/dist/tera-i18n/projects/cv-maker/messages/ms-MY.json +60 -17
  79. package/dist/tera-i18n/projects/cv-maker/messages/ms.json +61 -18
  80. package/dist/tera-i18n/projects/cv-maker/messages/nl.json +53 -10
  81. package/dist/tera-i18n/projects/cv-maker/messages/no.json +54 -11
  82. package/dist/tera-i18n/projects/cv-maker/messages/pl.json +59 -16
  83. package/dist/tera-i18n/projects/cv-maker/messages/pt-BR.json +58 -15
  84. package/dist/tera-i18n/projects/cv-maker/messages/pt-PT.json +59 -16
  85. package/dist/tera-i18n/projects/cv-maker/messages/pt.json +66 -23
  86. package/dist/tera-i18n/projects/cv-maker/messages/ro.json +52 -9
  87. package/dist/tera-i18n/projects/cv-maker/messages/ru.json +57 -14
  88. package/dist/tera-i18n/projects/cv-maker/messages/sk.json +62 -19
  89. package/dist/tera-i18n/projects/cv-maker/messages/sl.json +57 -14
  90. package/dist/tera-i18n/projects/cv-maker/messages/sq.json +59 -16
  91. package/dist/tera-i18n/projects/cv-maker/messages/sr.json +91 -48
  92. package/dist/tera-i18n/projects/cv-maker/messages/sv.json +56 -13
  93. package/dist/tera-i18n/projects/cv-maker/messages/sw.json +62 -19
  94. package/dist/tera-i18n/projects/cv-maker/messages/ta.json +72 -29
  95. package/dist/tera-i18n/projects/cv-maker/messages/te.json +75 -32
  96. package/dist/tera-i18n/projects/cv-maker/messages/th.json +62 -19
  97. package/dist/tera-i18n/projects/cv-maker/messages/tl.json +77 -34
  98. package/dist/tera-i18n/projects/cv-maker/messages/tr.json +63 -20
  99. package/dist/tera-i18n/projects/cv-maker/messages/uk.json +63 -20
  100. package/dist/tera-i18n/projects/cv-maker/messages/vi.json +64 -21
  101. package/dist/tera-i18n/projects/cv-maker/messages/zh-CN.json +63 -20
  102. package/dist/tera-i18n/projects/cv-maker/messages/zh-TW.json +58 -15
  103. package/dist/tera-i18n/projects/cv-maker/messages/zh.json +94 -0
  104. package/dist/tera-i18n/projects/cv-maker/project.inlang/settings.json +82 -68
  105. package/dist/tera-i18n/projects/cv-maker/supported-language.js +36 -9
  106. package/dist/tera-i18n/projects/mathda/messages/en.json +4 -0
  107. package/dist/tera-i18n/projects/mathda/messages/vi.json +4 -0
  108. package/dist/tera-i18n/projects/mathda/project.inlang/settings.json +15 -0
  109. package/dist/tera-i18n/projects/mathda/supported-language.d.ts +1 -0
  110. package/dist/tera-i18n/projects/mathda/supported-language.js +4 -0
  111. package/dist/tera-i18n/projects/tera-calculator/messages/bg.json +149 -72
  112. package/dist/tera-i18n/projects/tera-calculator/messages/bn.json +149 -72
  113. package/dist/tera-i18n/projects/tera-calculator/messages/ca.json +139 -62
  114. package/dist/tera-i18n/projects/tera-calculator/messages/cs.json +132 -55
  115. package/dist/tera-i18n/projects/tera-calculator/messages/da.json +132 -55
  116. package/dist/tera-i18n/projects/tera-calculator/messages/de.json +181 -104
  117. package/dist/tera-i18n/projects/tera-calculator/messages/el.json +145 -68
  118. package/dist/tera-i18n/projects/tera-calculator/messages/en-IN.json +183 -0
  119. package/dist/tera-i18n/projects/tera-calculator/messages/en-PH.json +183 -0
  120. package/dist/tera-i18n/projects/tera-calculator/messages/en-US.json +183 -0
  121. package/dist/tera-i18n/projects/tera-calculator/messages/en.json +187 -104
  122. package/dist/tera-i18n/projects/tera-calculator/messages/es.json +181 -104
  123. package/dist/tera-i18n/projects/tera-calculator/messages/fi.json +137 -60
  124. package/dist/tera-i18n/projects/tera-calculator/messages/fr.json +180 -103
  125. package/dist/tera-i18n/projects/tera-calculator/messages/hi.json +136 -59
  126. package/dist/tera-i18n/projects/tera-calculator/messages/hu.json +141 -64
  127. package/dist/tera-i18n/projects/tera-calculator/messages/id.json +132 -55
  128. package/dist/tera-i18n/projects/tera-calculator/messages/it.json +180 -103
  129. package/dist/tera-i18n/projects/tera-calculator/messages/ja.json +136 -59
  130. package/dist/tera-i18n/projects/tera-calculator/messages/ko.json +133 -56
  131. package/dist/tera-i18n/projects/tera-calculator/messages/lt.json +140 -63
  132. package/dist/tera-i18n/projects/tera-calculator/messages/lv.json +141 -64
  133. package/dist/tera-i18n/projects/tera-calculator/messages/ms.json +139 -62
  134. package/dist/tera-i18n/projects/tera-calculator/messages/nl.json +145 -68
  135. package/dist/tera-i18n/projects/tera-calculator/messages/no.json +131 -54
  136. package/dist/tera-i18n/projects/tera-calculator/messages/pl.json +134 -57
  137. package/dist/tera-i18n/projects/tera-calculator/messages/pt.json +180 -103
  138. package/dist/tera-i18n/projects/tera-calculator/messages/ro.json +136 -59
  139. package/dist/tera-i18n/projects/tera-calculator/messages/ru.json +180 -103
  140. package/dist/tera-i18n/projects/tera-calculator/messages/sk.json +135 -58
  141. package/dist/tera-i18n/projects/tera-calculator/messages/sl.json +139 -62
  142. package/dist/tera-i18n/projects/tera-calculator/messages/sq.json +148 -71
  143. package/dist/tera-i18n/projects/tera-calculator/messages/sr.json +141 -64
  144. package/dist/tera-i18n/projects/tera-calculator/messages/sv.json +134 -57
  145. package/dist/tera-i18n/projects/tera-calculator/messages/sw.json +152 -75
  146. package/dist/tera-i18n/projects/tera-calculator/messages/ta.json +159 -82
  147. package/dist/tera-i18n/projects/tera-calculator/messages/te.json +165 -88
  148. package/dist/tera-i18n/projects/tera-calculator/messages/th.json +136 -59
  149. package/dist/tera-i18n/projects/tera-calculator/messages/tl.json +146 -69
  150. package/dist/tera-i18n/projects/tera-calculator/messages/tr.json +135 -58
  151. package/dist/tera-i18n/projects/tera-calculator/messages/uk.json +142 -65
  152. package/dist/tera-i18n/projects/tera-calculator/messages/vi.json +181 -104
  153. package/dist/tera-i18n/projects/tera-calculator/messages/zh-CN.json +129 -52
  154. package/dist/tera-i18n/projects/tera-calculator/messages/zh-TW.json +135 -58
  155. package/dist/tera-i18n/projects/tera-calculator/project.inlang/settings.json +51 -53
  156. package/dist/tera-i18n/projects/tera-calculator/supported-language.js +6 -3
  157. package/package.json +4 -3
  158. package/dist/paraglide/messages/ar.d.ts +0 -9
  159. package/dist/paraglide/messages/ar.js +0 -31
  160. package/dist/paraglide/messages/bg.d.ts +0 -9
  161. package/dist/paraglide/messages/bg.js +0 -31
  162. package/dist/paraglide/messages/bn.d.ts +0 -9
  163. package/dist/paraglide/messages/bn.js +0 -31
  164. package/dist/paraglide/messages/ca.d.ts +0 -9
  165. package/dist/paraglide/messages/ca.js +0 -31
  166. package/dist/paraglide/messages/cs.d.ts +0 -9
  167. package/dist/paraglide/messages/cs.js +0 -31
  168. package/dist/paraglide/messages/da.d.ts +0 -9
  169. package/dist/paraglide/messages/da.js +0 -31
  170. package/dist/paraglide/messages/de.d.ts +0 -9
  171. package/dist/paraglide/messages/de.js +0 -31
  172. package/dist/paraglide/messages/el.d.ts +0 -9
  173. package/dist/paraglide/messages/el.js +0 -31
  174. package/dist/paraglide/messages/en.d.ts +0 -9
  175. package/dist/paraglide/messages/en.js +0 -31
  176. package/dist/paraglide/messages/es.d.ts +0 -9
  177. package/dist/paraglide/messages/es.js +0 -31
  178. package/dist/paraglide/messages/fi.d.ts +0 -9
  179. package/dist/paraglide/messages/fi.js +0 -31
  180. package/dist/paraglide/messages/fr.d.ts +0 -9
  181. package/dist/paraglide/messages/fr.js +0 -31
  182. package/dist/paraglide/messages/he.d.ts +0 -9
  183. package/dist/paraglide/messages/he.js +0 -31
  184. package/dist/paraglide/messages/hi.d.ts +0 -9
  185. package/dist/paraglide/messages/hi.js +0 -31
  186. package/dist/paraglide/messages/hu.d.ts +0 -9
  187. package/dist/paraglide/messages/hu.js +0 -31
  188. package/dist/paraglide/messages/id.d.ts +0 -9
  189. package/dist/paraglide/messages/id.js +0 -31
  190. package/dist/paraglide/messages/it.d.ts +0 -9
  191. package/dist/paraglide/messages/it.js +0 -31
  192. package/dist/paraglide/messages/ja.d.ts +0 -9
  193. package/dist/paraglide/messages/ja.js +0 -31
  194. package/dist/paraglide/messages/ko.d.ts +0 -9
  195. package/dist/paraglide/messages/ko.js +0 -31
  196. package/dist/paraglide/messages/lt.d.ts +0 -9
  197. package/dist/paraglide/messages/lt.js +0 -31
  198. package/dist/paraglide/messages/lv.d.ts +0 -9
  199. package/dist/paraglide/messages/lv.js +0 -31
  200. package/dist/paraglide/messages/ms.d.ts +0 -9
  201. package/dist/paraglide/messages/ms.js +0 -31
  202. package/dist/paraglide/messages/nl.d.ts +0 -9
  203. package/dist/paraglide/messages/nl.js +0 -31
  204. package/dist/paraglide/messages/no.d.ts +0 -9
  205. package/dist/paraglide/messages/no.js +0 -31
  206. package/dist/paraglide/messages/pl.d.ts +0 -9
  207. package/dist/paraglide/messages/pl.js +0 -31
  208. package/dist/paraglide/messages/pt.d.ts +0 -9
  209. package/dist/paraglide/messages/pt.js +0 -31
  210. package/dist/paraglide/messages/ro.d.ts +0 -9
  211. package/dist/paraglide/messages/ro.js +0 -31
  212. package/dist/paraglide/messages/ru.d.ts +0 -9
  213. package/dist/paraglide/messages/ru.js +0 -31
  214. package/dist/paraglide/messages/sk.d.ts +0 -9
  215. package/dist/paraglide/messages/sk.js +0 -31
  216. package/dist/paraglide/messages/sl.d.ts +0 -9
  217. package/dist/paraglide/messages/sl.js +0 -31
  218. package/dist/paraglide/messages/sq.d.ts +0 -9
  219. package/dist/paraglide/messages/sq.js +0 -31
  220. package/dist/paraglide/messages/sr.d.ts +0 -9
  221. package/dist/paraglide/messages/sr.js +0 -31
  222. package/dist/paraglide/messages/sv.d.ts +0 -9
  223. package/dist/paraglide/messages/sv.js +0 -31
  224. package/dist/paraglide/messages/sw.d.ts +0 -9
  225. package/dist/paraglide/messages/sw.js +0 -31
  226. package/dist/paraglide/messages/ta.d.ts +0 -9
  227. package/dist/paraglide/messages/ta.js +0 -31
  228. package/dist/paraglide/messages/te.d.ts +0 -9
  229. package/dist/paraglide/messages/te.js +0 -31
  230. package/dist/paraglide/messages/th.d.ts +0 -9
  231. package/dist/paraglide/messages/th.js +0 -31
  232. package/dist/paraglide/messages/tl.d.ts +0 -9
  233. package/dist/paraglide/messages/tl.js +0 -31
  234. package/dist/paraglide/messages/tr.d.ts +0 -9
  235. package/dist/paraglide/messages/tr.js +0 -31
  236. package/dist/paraglide/messages/uk.d.ts +0 -9
  237. package/dist/paraglide/messages/uk.js +0 -31
  238. package/dist/paraglide/messages/vi.d.ts +0 -9
  239. package/dist/paraglide/messages/vi.js +0 -31
  240. package/dist/paraglide/messages/zh-CN.d.ts +0 -9
  241. package/dist/paraglide/messages/zh-CN.js +0 -31
  242. package/dist/paraglide/messages/zh-TW.d.ts +0 -9
  243. package/dist/paraglide/messages/zh-TW.js +0 -31
  244. package/dist/tera-i18n/dev-tools/translator/prompt/i18n-message-translate-prompt-cv-maker.txt +0 -21
  245. package/dist/tera-i18n/projects/cv-maker/project.inlang/project_id +0 -1
  246. package/dist/tera-i18n/projects/tera-calculator/messages/ar.json +0 -106
  247. package/dist/tera-i18n/projects/tera-calculator/messages/he.json +0 -106
  248. package/dist/tera-i18n/projects/tera-calculator/project.inlang/project_id +0 -1
@@ -1,26 +1,26 @@
1
1
  {
2
2
  "$schema": "https://inlang.com/schema/inlang-message-format",
3
- "text_cv_section_name_summary": "الملخص",
4
- "text_cv_section_name_objective": "الهدف المهني",
3
+ "text_cv_section_name_summary": "الملخص المهني",
4
+ "text_cv_section_name_objective": "الهدف الوظيفي",
5
5
  "text_cv_section_name_experience": "الخبرات العملية",
6
- "text_cv_section_name_education": "التعليم",
6
+ "text_cv_section_name_education": "المؤهلات العلمية",
7
7
  "text_cv_section_name_projects": "المشاريع",
8
8
  "text_cv_section_name_skills": "المهارات",
9
9
  "text_cv_section_name_certifications": "الشهادات المهنية",
10
10
  "text_cv_section_name_awards": "الجوائز",
11
11
  "text_cv_section_name_interests": "الاهتمامات",
12
- "text_cv_section_name_volunteering": "الأعمال التطوعية",
12
+ "text_cv_section_name_volunteering": "العمل التطوعي",
13
13
  "text_cv_section_name_publications": "المنشورات",
14
14
  "text_cv_section_name_achievements": "الإنجازات",
15
- "text_cv_section_name_qrcode": "رمز الاستجابة السريعة (QR)",
15
+ "text_cv_section_name_qrcode": "رمز QR",
16
16
  "text_cv_section_name_activities": "الأنشطة",
17
17
  "text_cv_section_name_languages": "اللغات",
18
18
  "text_cv_section_name_references": "المراجع",
19
- "text_cv_section_name_profiles": "الملفات الشخصية",
19
+ "text_cv_section_name_profiles": "الملفات المهنية",
20
20
  "text_cv_section_name_details": "التفاصيل",
21
21
  "text_cv_property_location": "الموقع",
22
22
  "text_cv_property_address": "العنوان",
23
- "text_cv_property_phone": "رقم الهاتف",
23
+ "text_cv_property_phone": "رقم الجوال",
24
24
  "text_cv_property_email": "البريد الإلكتروني",
25
25
  "text_cv_property_date_of_birth": "تاريخ الميلاد",
26
26
  "text_cv_property_place_of_birth": "مكان الميلاد",
@@ -30,23 +30,66 @@
30
30
  "text_language_proficiency_2": "أساسي",
31
31
  "text_language_proficiency_3": "متوسط",
32
32
  "text_language_proficiency_4": "متقدم",
33
- "text_language_proficiency_5": "بطلاقة",
33
+ "text_language_proficiency_5": "طليق",
34
34
  "text_skill_level_1": "أساسي",
35
35
  "text_skill_level_2": "متوسط",
36
- "text_skill_level_3": "متقن",
36
+ "text_skill_level_3": "متمكن",
37
37
  "text_skill_level_4": "متقدم",
38
38
  "text_skill_level_5": "خبير",
39
- "text_cv_section_name_personal_info": "المعلومات الشخصية",
39
+ "text_cv_section_name_personal_info": "البيانات الشخصية",
40
40
  "text_cv_section_name_links": "الروابط",
41
41
  "text_cv_property_gender": "الجنس",
42
42
  "text_cv_property_marital_status": "الحالة الاجتماعية",
43
43
  "text_cv_section_name_licenses": "التراخيص",
44
44
  "text_cv_section_name_driver_licenses": "رخص القيادة",
45
45
  "text_cv_section_name_driver_declaration": "التصريح",
46
- "text_cv_section_name_declaration": "الإقرار",
47
- "text_references_available_upon_request": "المعلومات متوفرة عند الطلب",
48
- "text_brand_watermark": "مشغّل بواسطة {brand}",
46
+ "text_cv_section_name_declaration": "إقرار",
47
+ "text_references_available_upon_request": "المراجع متاحة عند الطلب",
48
+ "text_brand_watermark": "مدعوم من {brand}",
49
49
  "text_to_recipient_in_cover_letter": "إلى",
50
- "text_present_in_resume_date": "الحالي",
51
- "text_send_from_in_cover_letter": "من"
50
+ "text_present_in_resume_date": "حتى الآن",
51
+ "text_send_from_in_cover_letter": "من",
52
+ "text_cv_property_linkedin": "LinkedIn",
53
+ "text_cv_viewer_download_pdf": "تنزيل ملف PDF",
54
+ "text_cv_viewer_pdf": "PDF",
55
+ "text_cv_viewer_contact": "بيانات التواصل",
56
+ "text_cv_viewer_owners_cv": "السيرة الذاتية لـ {name}",
57
+ "text_cv_viewer_view_cv": "عرض السيرة الذاتية",
58
+ "text_cv_viewer_professional_cv": "سيرة ذاتية احترافية",
59
+ "text_cv_viewer_unable_to_load": "تعذر تحميل السيرة الذاتية",
60
+ "text_cv_viewer_try_again": "حاول مرة أخرى",
61
+ "text_cv_viewer_tap_to_zoom": "اضغط للتكبير",
62
+ "text_cv_viewer_made_with": "تم إنشاؤها باستخدام",
63
+ "text_cv_viewer_build_free": "أنشئ سيرتك الذاتية الاحترافية مجانًا",
64
+ "text_error_link_expired": "انتهت صلاحية هذا الرابط",
65
+ "text_error_expired_message": "لم يعد رابط المشاركة الخاص بصاحب السيرة الذاتية نشطًا",
66
+ "text_error_cv_unavailable": "لم تعد السيرة الذاتية متاحة",
67
+ "text_error_cv_removed_message": "تمت إزالة هذه السيرة الذاتية من قبل صاحبها",
68
+ "text_error_not_found": "لم يتم العثور على السيرة الذاتية",
69
+ "text_error_not_found_message": "هذا الرابط غير موجود أو ربما تمت إزالته",
70
+ "text_error_create_free_cv": "أنشئ سيرتك الذاتية مجانًا",
71
+ "text_password_protected": "محمي بكلمة مرور",
72
+ "text_password_enter_to_view": "أدخل كلمة المرور لعرض هذه السيرة الذاتية",
73
+ "text_password_enter": "أدخل كلمة المرور",
74
+ "text_password_incorrect": "كلمة المرور غير صحيحة. يرجى المحاولة مرة أخرى",
75
+ "text_password_something_wrong": "حدث خطأ ما. يرجى المحاولة مرة أخرى",
76
+ "text_password_verifying": "جارٍ التحقق",
77
+ "text_password_view_cv": "عرض السيرة الذاتية",
78
+ "text_password_hide": "إخفاء كلمة المرور",
79
+ "text_password_show": "إظهار كلمة المرور",
80
+ "text_password_made_with": "تم إنشاؤها باستخدام",
81
+ "text_lightbox_viewer": "عارض السيرة الذاتية بملء الشاشة",
82
+ "text_lightbox_close": "إغلاق عارض ملء الشاشة",
83
+ "text_lightbox_zoom_out": "تصغير",
84
+ "text_lightbox_zoom_in": "تكبير",
85
+ "text_lightbox_pinch_zoom": "قرّب بإصبعين · انقر نقرًا مزدوجًا للتكبير · × للإغلاق",
86
+ "text_contact_get_in_touch": "تواصل معنا",
87
+ "text_contact_connect_with": "تواصل مع {name}",
88
+ "text_contact_reach_out": "تواصل عبر البريد الإلكتروني أو الهاتف أدناه",
89
+ "text_contact_send_email": "إرسال بريد إلكتروني",
90
+ "text_contact_call_now": "اتصل الآن",
91
+ "text_contact_copy_email": "نسخ البريد الإلكتروني",
92
+ "text_contact_copy_phone": "نسخ رقم الهاتف",
93
+ "text_contact_email_copied": "تم نسخ البريد الإلكتروني!",
94
+ "text_contact_phone_copied": "تم نسخ رقم الهاتف!"
52
95
  }
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "$schema": "https://inlang.com/schema/inlang-message-format",
3
- "text_cv_section_name_summary": "Професионално резюме",
4
- "text_cv_section_name_objective": "Цел",
3
+ "text_cv_section_name_summary": "Професионален профил",
4
+ "text_cv_section_name_objective": "Кариерна цел",
5
5
  "text_cv_section_name_experience": "Професионален опит",
6
6
  "text_cv_section_name_education": "Образование",
7
7
  "text_cv_section_name_projects": "Проекти",
8
8
  "text_cv_section_name_skills": "Умения",
9
9
  "text_cv_section_name_certifications": "Сертификати",
10
- "text_cv_section_name_awards": "Награди",
10
+ "text_cv_section_name_awards": "Отличия",
11
11
  "text_cv_section_name_interests": "Интереси",
12
12
  "text_cv_section_name_volunteering": "Доброволческа дейност",
13
13
  "text_cv_section_name_publications": "Публикации",
@@ -16,9 +16,9 @@
16
16
  "text_cv_section_name_activities": "Дейности",
17
17
  "text_cv_section_name_languages": "Езици",
18
18
  "text_cv_section_name_references": "Препоръки",
19
- "text_cv_section_name_profiles": "Профили",
20
- "text_cv_section_name_details": "Детайли",
21
- "text_cv_property_location": "Местонахождение",
19
+ "text_cv_section_name_profiles": "Онлайн профили",
20
+ "text_cv_section_name_details": "Допълнителна информация",
21
+ "text_cv_property_location": "Местоположение",
22
22
  "text_cv_property_address": "Адрес",
23
23
  "text_cv_property_phone": "Телефон",
24
24
  "text_cv_property_email": "Имейл",
@@ -31,22 +31,65 @@
31
31
  "text_language_proficiency_3": "Средно ниво",
32
32
  "text_language_proficiency_4": "Напреднало ниво",
33
33
  "text_language_proficiency_5": "Свободно владеене",
34
- "text_skill_level_1": "Базово ниво",
34
+ "text_skill_level_1": "Основно ниво",
35
35
  "text_skill_level_2": "Средно ниво",
36
- "text_skill_level_3": "Добро владеене",
37
- "text_skill_level_4": "Високо ниво",
36
+ "text_skill_level_3": "Добро ниво",
37
+ "text_skill_level_4": "Напреднало ниво",
38
38
  "text_skill_level_5": "Експертно ниво",
39
- "text_cv_section_name_personal_info": "Лична информация",
39
+ "text_cv_section_name_personal_info": "Лични данни",
40
40
  "text_cv_section_name_links": "Връзки",
41
41
  "text_cv_property_gender": "Пол",
42
42
  "text_cv_property_marital_status": "Семейно положение",
43
43
  "text_cv_section_name_licenses": "Лицензи",
44
- "text_cv_section_name_driver_licenses": "Шофьорски книжки",
44
+ "text_cv_section_name_driver_licenses": "Свидетелства за управление на МПС",
45
45
  "text_cv_section_name_driver_declaration": "Декларация",
46
46
  "text_cv_section_name_declaration": "Декларация",
47
- "text_references_available_upon_request": "Информация при поискване",
48
- "text_brand_watermark": "Осъществено от {brand}",
47
+ "text_references_available_upon_request": "Препоръки се предоставят при поискване",
48
+ "text_brand_watermark": "Създадено с {brand}",
49
49
  "text_to_recipient_in_cover_letter": "До",
50
50
  "text_present_in_resume_date": "до момента",
51
- "text_send_from_in_cover_letter": "От"
51
+ "text_send_from_in_cover_letter": "От",
52
+ "text_cv_property_linkedin": "LinkedIn",
53
+ "text_cv_viewer_download_pdf": "Изтегляне на PDF",
54
+ "text_cv_viewer_pdf": "PDF",
55
+ "text_cv_viewer_contact": "Контакти",
56
+ "text_cv_viewer_owners_cv": "CV на {name}",
57
+ "text_cv_viewer_view_cv": "Преглед на CV",
58
+ "text_cv_viewer_professional_cv": "Професионално CV",
59
+ "text_cv_viewer_unable_to_load": "CV-то не може да се зареди",
60
+ "text_cv_viewer_try_again": "Опитайте отново",
61
+ "text_cv_viewer_tap_to_zoom": "Докоснете за увеличение",
62
+ "text_cv_viewer_made_with": "Създадено с",
63
+ "text_cv_viewer_build_free": "Създайте професионалното си CV безплатно",
64
+ "text_error_link_expired": "Тази връзка е изтекла",
65
+ "text_error_expired_message": "Споделената връзка на собственика на CV-то вече не е активна",
66
+ "text_error_cv_unavailable": "CV-то вече не е налично",
67
+ "text_error_cv_removed_message": "Това CV е премахнато от неговия собственик",
68
+ "text_error_not_found": "CV-то не е намерено",
69
+ "text_error_not_found_message": "Тази връзка не съществува или може да е премахната",
70
+ "text_error_create_free_cv": "Създайте безплатно CV",
71
+ "text_password_protected": "Защитено с парола",
72
+ "text_password_enter_to_view": "Въведете паролата, за да видите това CV",
73
+ "text_password_enter": "Въведете парола",
74
+ "text_password_incorrect": "Неправилна парола. Моля, опитайте отново",
75
+ "text_password_something_wrong": "Възникна грешка. Моля, опитайте отново",
76
+ "text_password_verifying": "Проверка",
77
+ "text_password_view_cv": "Преглед на CV",
78
+ "text_password_hide": "Скриване на паролата",
79
+ "text_password_show": "Показване на паролата",
80
+ "text_password_made_with": "Създадено с",
81
+ "text_lightbox_viewer": "Преглед на CV на цял екран",
82
+ "text_lightbox_close": "Затваряне на прегледа на цял екран",
83
+ "text_lightbox_zoom_out": "Намаляване",
84
+ "text_lightbox_zoom_in": "Увеличаване",
85
+ "text_lightbox_pinch_zoom": "Щипнете · докоснете два пъти за увеличение · × за затваряне",
86
+ "text_contact_get_in_touch": "Свържете се",
87
+ "text_contact_connect_with": "Свържете се с {name}",
88
+ "text_contact_reach_out": "Свържете се по имейл или телефон по-долу",
89
+ "text_contact_send_email": "Изпрати имейл",
90
+ "text_contact_call_now": "Обади се сега",
91
+ "text_contact_copy_email": "Копирай имейл",
92
+ "text_contact_copy_phone": "Копирай телефон",
93
+ "text_contact_email_copied": "Имейлът е копиран!",
94
+ "text_contact_phone_copied": "Телефонът е копиран!"
52
95
  }
@@ -1,23 +1,23 @@
1
1
  {
2
2
  "$schema": "https://inlang.com/schema/inlang-message-format",
3
- "text_cv_section_name_summary": "সারসংক্ষেপ",
4
- "text_cv_section_name_objective": "উদ্দেশ্য",
5
- "text_cv_section_name_experience": "অভিজ্ঞতা",
6
- "text_cv_section_name_education": "শিক্ষাজীবন",
3
+ "text_cv_section_name_summary": "পেশাগত সারসংক্ষেপ",
4
+ "text_cv_section_name_objective": "ক্যারিয়ার লক্ষ্য",
5
+ "text_cv_section_name_experience": "কর্ম-অভিজ্ঞতা",
6
+ "text_cv_section_name_education": "শিক্ষাগত যোগ্যতা",
7
7
  "text_cv_section_name_projects": "প্রকল্পসমূহ",
8
- "text_cv_section_name_skills": "দক্ষতাসমূহ",
9
- "text_cv_section_name_certifications": "প্রশংসাপত্রসমূহ",
10
- "text_cv_section_name_awards": "পুরস্কারসমূহ",
11
- "text_cv_section_name_interests": "আগ্রহের বিষয়",
8
+ "text_cv_section_name_skills": "দক্ষতা",
9
+ "text_cv_section_name_certifications": "সনদপত্র",
10
+ "text_cv_section_name_awards": "পুরস্কার",
11
+ "text_cv_section_name_interests": "আগ্রহ",
12
12
  "text_cv_section_name_volunteering": "স্বেচ্ছাসেবামূলক কাজ",
13
13
  "text_cv_section_name_publications": "প্রকাশনা",
14
- "text_cv_section_name_achievements": "সাফল্য",
15
- "text_cv_section_name_qrcode": "কিউআর কোড",
14
+ "text_cv_section_name_achievements": "অর্জন",
15
+ "text_cv_section_name_qrcode": "QR কোড",
16
16
  "text_cv_section_name_activities": "কার্যক্রম",
17
17
  "text_cv_section_name_languages": "ভাষা",
18
- "text_cv_section_name_references": "অনুসন্ধান",
19
- "text_cv_section_name_profiles": "প্রোফাইলসমূহ",
20
- "text_cv_section_name_details": "বিস্তারিত",
18
+ "text_cv_section_name_references": "রেফারেন্স",
19
+ "text_cv_section_name_profiles": "প্রোফাইল",
20
+ "text_cv_section_name_details": "বিস্তারিত তথ্য",
21
21
  "text_cv_property_location": "অবস্থান",
22
22
  "text_cv_property_address": "ঠিকানা",
23
23
  "text_cv_property_phone": "ফোন",
@@ -28,11 +28,11 @@
28
28
  "text_cv_property_website": "ওয়েবসাইট",
29
29
  "text_language_proficiency_1": "প্রারম্ভিক",
30
30
  "text_language_proficiency_2": "প্রাথমিক",
31
- "text_language_proficiency_3": "মাঝারি",
31
+ "text_language_proficiency_3": "মধ্যম",
32
32
  "text_language_proficiency_4": "উন্নত",
33
- "text_language_proficiency_5": "দক্ষ",
33
+ "text_language_proficiency_5": "সাবলীল",
34
34
  "text_skill_level_1": "মৌলিক",
35
- "text_skill_level_2": "মধ্যবর্তী",
35
+ "text_skill_level_2": "মধ্যম",
36
36
  "text_skill_level_3": "দক্ষ",
37
37
  "text_skill_level_4": "উন্নত",
38
38
  "text_skill_level_5": "বিশেষজ্ঞ",
@@ -40,13 +40,56 @@
40
40
  "text_cv_section_name_links": "লিংকসমূহ",
41
41
  "text_cv_property_gender": "লিঙ্গ",
42
42
  "text_cv_property_marital_status": "বৈবাহিক অবস্থা",
43
- "text_cv_section_name_licenses": "লাইসেন্সসমূহ",
44
- "text_cv_section_name_driver_licenses": "ড্রাইভার লাইসেন্স",
43
+ "text_cv_section_name_licenses": "লাইসেন্স",
44
+ "text_cv_section_name_driver_licenses": "ড্রাইভিং লাইসেন্স",
45
45
  "text_cv_section_name_driver_declaration": "ঘোষণা",
46
46
  "text_cv_section_name_declaration": "ঘোষণা",
47
- "text_references_available_upon_request": "অনুরোধসাপেক্ষে তথ্য প্রদান করা হবে",
48
- "text_brand_watermark": "{brand} দ্বারা সমর্থিত",
49
- "text_to_recipient_in_cover_letter": "প্রাপক",
47
+ "text_references_available_upon_request": "অনুরোধে তথ্য প্রদান করা হবে",
48
+ "text_brand_watermark": "{brand} দ্বারা চালিত",
49
+ "text_to_recipient_in_cover_letter": "বরাবর",
50
50
  "text_present_in_resume_date": "বর্তমান",
51
- "text_send_from_in_cover_letter": "প্রেরক"
51
+ "text_send_from_in_cover_letter": "প্রেরক",
52
+ "text_cv_property_linkedin": "LinkedIn",
53
+ "text_cv_viewer_download_pdf": "PDF ডাউনলোড করুন",
54
+ "text_cv_viewer_pdf": "PDF",
55
+ "text_cv_viewer_contact": "যোগাযোগ",
56
+ "text_cv_viewer_owners_cv": "{name}-এর CV",
57
+ "text_cv_viewer_view_cv": "CV দেখুন",
58
+ "text_cv_viewer_professional_cv": "পেশাদার CV",
59
+ "text_cv_viewer_unable_to_load": "CV লোড করা যাচ্ছে না",
60
+ "text_cv_viewer_try_again": "আবার চেষ্টা করুন",
61
+ "text_cv_viewer_tap_to_zoom": "জুম করতে ট্যাপ করুন",
62
+ "text_cv_viewer_made_with": "তৈরি করা হয়েছে",
63
+ "text_cv_viewer_build_free": "বিনামূল্যে আপনার পেশাদার CV তৈরি করুন",
64
+ "text_error_link_expired": "এই লিংকের মেয়াদ শেষ হয়েছে",
65
+ "text_error_expired_message": "CV মালিকের শেয়ারযোগ্য লিংকটি আর সক্রিয় নেই",
66
+ "text_error_cv_unavailable": "CV আর উপলভ্য নয়",
67
+ "text_error_cv_removed_message": "এই CV এর মালিক এটি সরিয়ে দিয়েছেন",
68
+ "text_error_not_found": "CV পাওয়া যায়নি",
69
+ "text_error_not_found_message": "এই লিংকটি নেই বা সরিয়ে দেওয়া হয়ে থাকতে পারে",
70
+ "text_error_create_free_cv": "বিনামূল্যে আপনার CV তৈরি করুন",
71
+ "text_password_protected": "পাসওয়ার্ড সুরক্ষিত",
72
+ "text_password_enter_to_view": "এই CV দেখতে পাসওয়ার্ড লিখুন",
73
+ "text_password_enter": "পাসওয়ার্ড লিখুন",
74
+ "text_password_incorrect": "পাসওয়ার্ড সঠিক নয়। অনুগ্রহ করে আবার চেষ্টা করুন",
75
+ "text_password_something_wrong": "কিছু সমস্যা হয়েছে। অনুগ্রহ করে আবার চেষ্টা করুন",
76
+ "text_password_verifying": "যাচাই করা হচ্ছে",
77
+ "text_password_view_cv": "CV দেখুন",
78
+ "text_password_hide": "পাসওয়ার্ড লুকান",
79
+ "text_password_show": "পাসওয়ার্ড দেখান",
80
+ "text_password_made_with": "তৈরি করা হয়েছে",
81
+ "text_lightbox_viewer": "CV ফুলস্ক্রিন ভিউয়ার",
82
+ "text_lightbox_close": "ফুলস্ক্রিন ভিউয়ার বন্ধ করুন",
83
+ "text_lightbox_zoom_out": "জুম আউট",
84
+ "text_lightbox_zoom_in": "জুম ইন",
85
+ "text_lightbox_pinch_zoom": "পিঞ্চ করুন · জুম করতে ডাবল-ট্যাপ করুন · বন্ধ করতে × চাপুন",
86
+ "text_contact_get_in_touch": "যোগাযোগ করুন",
87
+ "text_contact_connect_with": "{name}-এর সঙ্গে যোগাযোগ করুন",
88
+ "text_contact_reach_out": "নিচের ইমেইল বা ফোনের মাধ্যমে যোগাযোগ করুন",
89
+ "text_contact_send_email": "ইমেইল পাঠান",
90
+ "text_contact_call_now": "এখনই কল করুন",
91
+ "text_contact_copy_email": "ইমেইল কপি করুন",
92
+ "text_contact_copy_phone": "ফোন নম্বর কপি করুন",
93
+ "text_contact_email_copied": "ইমেইল কপি হয়েছে!",
94
+ "text_contact_phone_copied": "ফোন নম্বর কপি হয়েছে!"
52
95
  }
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "$schema": "https://inlang.com/schema/inlang-message-format",
3
- "text_cv_section_name_summary": "Resum",
4
- "text_cv_section_name_objective": "Objectiu",
5
- "text_cv_section_name_experience": "Experiència",
3
+ "text_cv_section_name_summary": "Perfil professional",
4
+ "text_cv_section_name_objective": "Objectiu professional",
5
+ "text_cv_section_name_experience": "Experiència professional",
6
6
  "text_cv_section_name_education": "Formació acadèmica",
7
7
  "text_cv_section_name_projects": "Projectes",
8
8
  "text_cv_section_name_skills": "Competències",
@@ -11,13 +11,13 @@
11
11
  "text_cv_section_name_interests": "Interessos",
12
12
  "text_cv_section_name_volunteering": "Voluntariat",
13
13
  "text_cv_section_name_publications": "Publicacions",
14
- "text_cv_section_name_achievements": "Reptes assolits",
14
+ "text_cv_section_name_achievements": "Assoliments",
15
15
  "text_cv_section_name_qrcode": "Codi QR",
16
16
  "text_cv_section_name_activities": "Activitats",
17
17
  "text_cv_section_name_languages": "Idiomes",
18
18
  "text_cv_section_name_references": "Referències",
19
19
  "text_cv_section_name_profiles": "Perfils",
20
- "text_cv_section_name_details": "Detalls",
20
+ "text_cv_section_name_details": "Dades addicionals",
21
21
  "text_cv_property_location": "Ubicació",
22
22
  "text_cv_property_address": "Adreça",
23
23
  "text_cv_property_phone": "Telèfon",
@@ -30,13 +30,13 @@
30
30
  "text_language_proficiency_2": "Elemental",
31
31
  "text_language_proficiency_3": "Intermedi",
32
32
  "text_language_proficiency_4": "Avançat",
33
- "text_language_proficiency_5": "Fluïd",
33
+ "text_language_proficiency_5": "Fluid",
34
34
  "text_skill_level_1": "Bàsic",
35
35
  "text_skill_level_2": "Intermedi",
36
- "text_skill_level_3": "Proficient",
36
+ "text_skill_level_3": "Competent",
37
37
  "text_skill_level_4": "Avançat",
38
38
  "text_skill_level_5": "Expert",
39
- "text_cv_section_name_personal_info": "Informació personal",
39
+ "text_cv_section_name_personal_info": "Dades personals",
40
40
  "text_cv_section_name_links": "Enllaços",
41
41
  "text_cv_property_gender": "Gènere",
42
42
  "text_cv_property_marital_status": "Estat civil",
@@ -44,9 +44,52 @@
44
44
  "text_cv_section_name_driver_licenses": "Permís de conduir",
45
45
  "text_cv_section_name_driver_declaration": "Declaració",
46
46
  "text_cv_section_name_declaration": "Declaració",
47
- "text_references_available_upon_request": "Informació disponible a petició",
48
- "text_brand_watermark": "Desenvolupat per {brand}",
47
+ "text_references_available_upon_request": "Referències disponibles a petició",
48
+ "text_brand_watermark": "Amb tecnologia de {brand}",
49
49
  "text_to_recipient_in_cover_letter": "A",
50
50
  "text_present_in_resume_date": "Actualitat",
51
- "text_send_from_in_cover_letter": "De"
51
+ "text_send_from_in_cover_letter": "De",
52
+ "text_cv_property_linkedin": "LinkedIn",
53
+ "text_cv_viewer_download_pdf": "Descarrega el PDF",
54
+ "text_cv_viewer_pdf": "PDF",
55
+ "text_cv_viewer_contact": "Contacte",
56
+ "text_cv_viewer_owners_cv": "CV de {name}",
57
+ "text_cv_viewer_view_cv": "Veure el CV",
58
+ "text_cv_viewer_professional_cv": "CV professional",
59
+ "text_cv_viewer_unable_to_load": "No s'ha pogut carregar el CV",
60
+ "text_cv_viewer_try_again": "Torna-ho a provar",
61
+ "text_cv_viewer_tap_to_zoom": "Toca per ampliar",
62
+ "text_cv_viewer_made_with": "Fet amb",
63
+ "text_cv_viewer_build_free": "Crea el teu CV professional gratuïtament",
64
+ "text_error_link_expired": "Aquest enllaç ha caducat",
65
+ "text_error_expired_message": "L'enllaç compartible del titular del CV ja no està actiu",
66
+ "text_error_cv_unavailable": "El CV ja no està disponible",
67
+ "text_error_cv_removed_message": "Aquest CV ha estat eliminat pel seu titular",
68
+ "text_error_not_found": "No s'ha trobat el CV",
69
+ "text_error_not_found_message": "Aquest enllaç no existeix o pot haver estat eliminat",
70
+ "text_error_create_free_cv": "Crea el teu CV gratuït",
71
+ "text_password_protected": "Protegit amb contrasenya",
72
+ "text_password_enter_to_view": "Introdueix la contrasenya per veure aquest CV",
73
+ "text_password_enter": "Introdueix la contrasenya",
74
+ "text_password_incorrect": "Contrasenya incorrecta. Torna-ho a provar",
75
+ "text_password_something_wrong": "Alguna cosa ha anat malament. Torna-ho a provar",
76
+ "text_password_verifying": "Verificant",
77
+ "text_password_view_cv": "Veure el CV",
78
+ "text_password_hide": "Amaga la contrasenya",
79
+ "text_password_show": "Mostra la contrasenya",
80
+ "text_password_made_with": "Fet amb",
81
+ "text_lightbox_viewer": "Visor de CV a pantalla completa",
82
+ "text_lightbox_close": "Tanca el visor a pantalla completa",
83
+ "text_lightbox_zoom_out": "Redueix",
84
+ "text_lightbox_zoom_in": "Amplia",
85
+ "text_lightbox_pinch_zoom": "Pessiga · doble toc per ampliar · × per tancar",
86
+ "text_contact_get_in_touch": "Posa't en contacte",
87
+ "text_contact_connect_with": "Contacta amb {name}",
88
+ "text_contact_reach_out": "Contacta per correu electrònic o telèfon a continuació",
89
+ "text_contact_send_email": "Envia un correu electrònic",
90
+ "text_contact_call_now": "Truca ara",
91
+ "text_contact_copy_email": "Copia el correu electrònic",
92
+ "text_contact_copy_phone": "Copia el telèfon",
93
+ "text_contact_email_copied": "Correu electrònic copiat!",
94
+ "text_contact_phone_copied": "Telèfon copiat!"
52
95
  }
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "$schema": "https://inlang.com/schema/inlang-message-format",
3
- "text_cv_section_name_summary": "Shrnutí",
4
- "text_cv_section_name_objective": "Cíl",
5
- "text_cv_section_name_experience": "Praxe",
3
+ "text_cv_section_name_summary": "Profesní profil",
4
+ "text_cv_section_name_objective": "Profesní cíl",
5
+ "text_cv_section_name_experience": "Pracovní zkušenosti",
6
6
  "text_cv_section_name_education": "Vzdělání",
7
7
  "text_cv_section_name_projects": "Projekty",
8
8
  "text_cv_section_name_skills": "Dovednosti",
9
- "text_cv_section_name_certifications": "Certifikace",
9
+ "text_cv_section_name_certifications": "Certifikáty",
10
10
  "text_cv_section_name_awards": "Ocenění",
11
11
  "text_cv_section_name_interests": "Zájmy",
12
- "text_cv_section_name_volunteering": "Dobrovolnická činnost",
12
+ "text_cv_section_name_volunteering": "Dobrovolnictví",
13
13
  "text_cv_section_name_publications": "Publikace",
14
14
  "text_cv_section_name_achievements": "Úspěchy",
15
15
  "text_cv_section_name_qrcode": "QR kód",
@@ -17,7 +17,7 @@
17
17
  "text_cv_section_name_languages": "Jazyky",
18
18
  "text_cv_section_name_references": "Reference",
19
19
  "text_cv_section_name_profiles": "Profily",
20
- "text_cv_section_name_details": "Podrobnosti",
20
+ "text_cv_section_name_details": "Doplňující informace",
21
21
  "text_cv_property_location": "Místo",
22
22
  "text_cv_property_address": "Adresa",
23
23
  "text_cv_property_phone": "Telefon",
@@ -25,28 +25,71 @@
25
25
  "text_cv_property_date_of_birth": "Datum narození",
26
26
  "text_cv_property_place_of_birth": "Místo narození",
27
27
  "text_cv_property_nationality": "Státní příslušnost",
28
- "text_cv_property_website": "Webová stránka",
28
+ "text_cv_property_website": "Webové stránky",
29
29
  "text_language_proficiency_1": "Začátečník",
30
- "text_language_proficiency_2": "Základní",
30
+ "text_language_proficiency_2": "Mírně pokročilý",
31
31
  "text_language_proficiency_3": "Středně pokročilý",
32
32
  "text_language_proficiency_4": "Pokročilý",
33
- "text_language_proficiency_5": "Plynulý",
33
+ "text_language_proficiency_5": "Plynně",
34
34
  "text_skill_level_1": "Základní",
35
- "text_skill_level_2": "Střední",
35
+ "text_skill_level_2": "Středně pokročilý",
36
36
  "text_skill_level_3": "Pokročilý",
37
- "text_skill_level_4": "Vyspělý",
37
+ "text_skill_level_4": "Velmi pokročilý",
38
38
  "text_skill_level_5": "Expert",
39
39
  "text_cv_section_name_personal_info": "Osobní údaje",
40
40
  "text_cv_section_name_links": "Odkazy",
41
41
  "text_cv_property_gender": "Pohlaví",
42
42
  "text_cv_property_marital_status": "Rodinný stav",
43
43
  "text_cv_section_name_licenses": "Licence",
44
- "text_cv_section_name_driver_licenses": "Řidičská oprávnění",
44
+ "text_cv_section_name_driver_licenses": "Řidičský průkaz",
45
45
  "text_cv_section_name_driver_declaration": "Prohlášení",
46
46
  "text_cv_section_name_declaration": "Prohlášení",
47
- "text_references_available_upon_request": "Informace na vyžádání",
47
+ "text_references_available_upon_request": "Reference na vyžádání",
48
48
  "text_brand_watermark": "Vytvořeno pomocí {brand}",
49
- "text_to_recipient_in_cover_letter": "Komu",
50
- "text_present_in_resume_date": "Současnost",
51
- "text_send_from_in_cover_letter": "Od"
49
+ "text_to_recipient_in_cover_letter": "Adresát",
50
+ "text_present_in_resume_date": "dosud",
51
+ "text_send_from_in_cover_letter": "Odesílatel",
52
+ "text_cv_property_linkedin": "LinkedIn",
53
+ "text_cv_viewer_download_pdf": "Stáhnout PDF",
54
+ "text_cv_viewer_pdf": "PDF",
55
+ "text_cv_viewer_contact": "Kontakt",
56
+ "text_cv_viewer_owners_cv": "Životopis – {name}",
57
+ "text_cv_viewer_view_cv": "Zobrazit CV",
58
+ "text_cv_viewer_professional_cv": "Profesionální životopis",
59
+ "text_cv_viewer_unable_to_load": "Životopis se nepodařilo načíst",
60
+ "text_cv_viewer_try_again": "Zkusit znovu",
61
+ "text_cv_viewer_tap_to_zoom": "Klepnutím přiblížit",
62
+ "text_cv_viewer_made_with": "Vytvořeno pomocí",
63
+ "text_cv_viewer_build_free": "Vytvořte si profesionální životopis zdarma",
64
+ "text_error_link_expired": "Platnost tohoto odkazu vypršela",
65
+ "text_error_expired_message": "Sdílený odkaz majitele životopisu již není aktivní",
66
+ "text_error_cv_unavailable": "Životopis již není k dispozici",
67
+ "text_error_cv_removed_message": "Tento životopis byl odstraněn jeho majitelem",
68
+ "text_error_not_found": "Životopis nebyl nalezen",
69
+ "text_error_not_found_message": "Tento odkaz neexistuje nebo mohl být odstraněn",
70
+ "text_error_create_free_cv": "Vytvořit životopis zdarma",
71
+ "text_password_protected": "Chráněno heslem",
72
+ "text_password_enter_to_view": "Pro zobrazení tohoto životopisu zadejte heslo",
73
+ "text_password_enter": "Zadejte heslo",
74
+ "text_password_incorrect": "Nesprávné heslo. Zkuste to prosím znovu",
75
+ "text_password_something_wrong": "Něco se nepodařilo. Zkuste to prosím znovu",
76
+ "text_password_verifying": "Ověřování",
77
+ "text_password_view_cv": "Zobrazit CV",
78
+ "text_password_hide": "Skrýt heslo",
79
+ "text_password_show": "Zobrazit heslo",
80
+ "text_password_made_with": "Vytvořeno pomocí",
81
+ "text_lightbox_viewer": "Prohlížeč CV na celou obrazovku",
82
+ "text_lightbox_close": "Zavřít zobrazení na celou obrazovku",
83
+ "text_lightbox_zoom_out": "Oddálit",
84
+ "text_lightbox_zoom_in": "Přiblížit",
85
+ "text_lightbox_pinch_zoom": "Přiblížení gestem · dvojitým klepnutím přiblížit · × zavřít",
86
+ "text_contact_get_in_touch": "Kontaktujte mě",
87
+ "text_contact_connect_with": "Spojte se s {name}",
88
+ "text_contact_reach_out": "Kontaktujte mě e-mailem nebo telefonicky níže",
89
+ "text_contact_send_email": "Odeslat e-mail",
90
+ "text_contact_call_now": "Zavolat",
91
+ "text_contact_copy_email": "Kopírovat e-mail",
92
+ "text_contact_copy_phone": "Kopírovat telefon",
93
+ "text_contact_email_copied": "E-mail zkopírován!",
94
+ "text_contact_phone_copied": "Telefon zkopírován!"
52
95
  }