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
@@ -0,0 +1,94 @@
1
+ {
2
+ "$schema": "https://inlang.com/schema/inlang-message-format",
3
+ "text_cv_section_name_summary": "Professional Summary",
4
+ "text_cv_section_name_objective": "Career Objective",
5
+ "text_cv_section_name_experience": "Work Experience",
6
+ "text_cv_section_name_education": "Education",
7
+ "text_cv_section_name_projects": "Projects",
8
+ "text_cv_section_name_skills": "Skills",
9
+ "text_cv_section_name_certifications": "Certifications",
10
+ "text_cv_section_name_awards": "Awards",
11
+ "text_cv_section_name_interests": "Interests",
12
+ "text_cv_section_name_volunteering": "Volunteer Experience",
13
+ "text_cv_section_name_publications": "Publications",
14
+ "text_cv_section_name_achievements": "Achievements",
15
+ "text_cv_section_name_qrcode": "QR Code",
16
+ "text_cv_section_name_activities": "Activities",
17
+ "text_cv_section_name_languages": "Languages",
18
+ "text_cv_section_name_references": "References",
19
+ "text_cv_section_name_profiles": "Online Profiles",
20
+ "text_cv_section_name_details": "Additional Details",
21
+ "text_cv_section_name_personal_info": "Personal Details",
22
+ "text_cv_section_name_links": "Links",
23
+ "text_cv_section_name_licenses": "Licences",
24
+ "text_cv_section_name_driver_licenses": "Driving Licences",
25
+ "text_cv_section_name_declaration": "Declaration",
26
+ "text_cv_property_location": "Location",
27
+ "text_cv_property_address": "Address",
28
+ "text_cv_property_phone": "Phone",
29
+ "text_cv_property_email": "Email",
30
+ "text_cv_property_date_of_birth": "Date of Birth",
31
+ "text_cv_property_place_of_birth": "Place of Birth",
32
+ "text_cv_property_nationality": "Nationality",
33
+ "text_cv_property_website": "Website",
34
+ "text_cv_property_linkedin": "LinkedIn",
35
+ "text_cv_property_gender": "Gender",
36
+ "text_cv_property_marital_status": "Marital Status",
37
+ "text_language_proficiency_1": "Beginner",
38
+ "text_language_proficiency_2": "Elementary",
39
+ "text_language_proficiency_3": "Intermediate",
40
+ "text_language_proficiency_4": "Advanced",
41
+ "text_language_proficiency_5": "Fluent",
42
+ "text_skill_level_1": "Basic",
43
+ "text_skill_level_2": "Intermediate",
44
+ "text_skill_level_3": "Proficient",
45
+ "text_skill_level_4": "Advanced",
46
+ "text_skill_level_5": "Expert",
47
+ "text_references_available_upon_request": "Available upon request",
48
+ "text_brand_watermark": "Powered by {brand}",
49
+ "text_to_recipient_in_cover_letter": "To",
50
+ "text_present_in_resume_date": "Present",
51
+ "text_send_from_in_cover_letter": "From",
52
+ "text_cv_viewer_download_pdf": "Download PDF",
53
+ "text_cv_viewer_pdf": "PDF",
54
+ "text_cv_viewer_contact": "Contact",
55
+ "text_cv_viewer_owners_cv": "{name}'s CV",
56
+ "text_cv_viewer_view_cv": "View CV",
57
+ "text_cv_viewer_professional_cv": "Professional CV",
58
+ "text_cv_viewer_unable_to_load": "Unable to load CV",
59
+ "text_cv_viewer_try_again": "Try again",
60
+ "text_cv_viewer_tap_to_zoom": "Tap to zoom",
61
+ "text_cv_viewer_made_with": "Made with",
62
+ "text_cv_viewer_build_free": "Build your professional CV for free",
63
+ "text_error_link_expired": "This link has expired",
64
+ "text_error_expired_message": "The CV owner's shareable link is no longer active",
65
+ "text_error_cv_unavailable": "CV no longer available",
66
+ "text_error_cv_removed_message": "This CV has been removed by its owner",
67
+ "text_error_not_found": "CV not found",
68
+ "text_error_not_found_message": "This link does not exist or may have been removed",
69
+ "text_error_create_free_cv": "Create your free CV",
70
+ "text_password_protected": "Password protected",
71
+ "text_password_enter_to_view": "Enter the password to view this CV",
72
+ "text_password_enter": "Enter password",
73
+ "text_password_incorrect": "Incorrect password. Please try again",
74
+ "text_password_something_wrong": "Something went wrong. Please try again",
75
+ "text_password_verifying": "Verifying",
76
+ "text_password_view_cv": "View CV",
77
+ "text_password_hide": "Hide password",
78
+ "text_password_show": "Show password",
79
+ "text_password_made_with": "Made with",
80
+ "text_lightbox_viewer": "Full-screen CV viewer",
81
+ "text_lightbox_close": "Close full-screen viewer",
82
+ "text_lightbox_zoom_out": "Zoom out",
83
+ "text_lightbox_zoom_in": "Zoom in",
84
+ "text_lightbox_pinch_zoom": "Pinch · double-tap to zoom · × to close",
85
+ "text_contact_get_in_touch": "Get in Touch",
86
+ "text_contact_connect_with": "Connect with {name}",
87
+ "text_contact_reach_out": "Reach out via email or phone below",
88
+ "text_contact_send_email": "Send Email",
89
+ "text_contact_call_now": "Call Now",
90
+ "text_contact_copy_email": "Copy Email",
91
+ "text_contact_copy_phone": "Copy Phone",
92
+ "text_contact_email_copied": "Email Copied!",
93
+ "text_contact_phone_copied": "Phone Copied!"
94
+ }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://inlang.com/schema/inlang-message-format",
3
- "text_cv_section_name_summary": "Summary",
4
- "text_cv_section_name_objective": "Objective",
3
+ "text_cv_section_name_summary": "Professional Summary",
4
+ "text_cv_section_name_objective": "Career Objective",
5
5
  "text_cv_section_name_experience": "Professional Experience",
6
6
  "text_cv_section_name_education": "Education",
7
7
  "text_cv_section_name_projects": "Projects",
@@ -9,16 +9,16 @@
9
9
  "text_cv_section_name_certifications": "Certifications",
10
10
  "text_cv_section_name_awards": "Awards",
11
11
  "text_cv_section_name_interests": "Interests",
12
- "text_cv_section_name_volunteering": "Volunteer Work",
12
+ "text_cv_section_name_volunteering": "Volunteer Experience",
13
13
  "text_cv_section_name_publications": "Publications",
14
14
  "text_cv_section_name_achievements": "Achievements",
15
15
  "text_cv_section_name_qrcode": "QR Code",
16
16
  "text_cv_section_name_activities": "Activities",
17
17
  "text_cv_section_name_languages": "Languages",
18
18
  "text_cv_section_name_references": "References",
19
- "text_cv_section_name_profiles": "Profiles",
20
- "text_cv_section_name_details": "Details",
21
- "text_cv_section_name_personal_info": "Personal Information",
19
+ "text_cv_section_name_profiles": "Online Profiles",
20
+ "text_cv_section_name_details": "Additional Details",
21
+ "text_cv_section_name_personal_info": "Personal Details",
22
22
  "text_cv_section_name_links": "Links",
23
23
  "text_cv_section_name_licenses": "Licenses",
24
24
  "text_cv_section_name_driver_licenses": "Driver's Licenses",
@@ -43,9 +43,52 @@
43
43
  "text_skill_level_3": "Proficient",
44
44
  "text_skill_level_4": "Advanced",
45
45
  "text_skill_level_5": "Expert",
46
- "text_references_available_upon_request": "Information available upon request",
46
+ "text_references_available_upon_request": "References available upon request",
47
47
  "text_brand_watermark": "Powered by {brand}",
48
48
  "text_to_recipient_in_cover_letter": "To",
49
49
  "text_present_in_resume_date": "Present",
50
- "text_send_from_in_cover_letter": "From"
50
+ "text_send_from_in_cover_letter": "From",
51
+ "text_cv_property_linkedin": "LinkedIn",
52
+ "text_cv_viewer_download_pdf": "Download PDF",
53
+ "text_cv_viewer_pdf": "PDF",
54
+ "text_cv_viewer_contact": "Contact",
55
+ "text_cv_viewer_owners_cv": "{name}'s Resume",
56
+ "text_cv_viewer_view_cv": "View Resume",
57
+ "text_cv_viewer_professional_cv": "Professional Resume",
58
+ "text_cv_viewer_unable_to_load": "Unable to load resume",
59
+ "text_cv_viewer_try_again": "Try again",
60
+ "text_cv_viewer_tap_to_zoom": "Tap to zoom",
61
+ "text_cv_viewer_made_with": "Made with",
62
+ "text_cv_viewer_build_free": "Build your professional resume for free",
63
+ "text_error_link_expired": "This link has expired",
64
+ "text_error_expired_message": "The resume owner's shareable link is no longer active",
65
+ "text_error_cv_unavailable": "Resume no longer available",
66
+ "text_error_cv_removed_message": "This resume has been removed by its owner",
67
+ "text_error_not_found": "Resume not found",
68
+ "text_error_not_found_message": "This link doesn't exist or may have been removed",
69
+ "text_error_create_free_cv": "Create your free resume",
70
+ "text_password_protected": "Password protected",
71
+ "text_password_enter_to_view": "Enter the password to view this resume",
72
+ "text_password_enter": "Enter password",
73
+ "text_password_incorrect": "Incorrect password. Please try again",
74
+ "text_password_something_wrong": "Something went wrong. Please try again",
75
+ "text_password_verifying": "Verifying",
76
+ "text_password_view_cv": "View Resume",
77
+ "text_password_hide": "Hide password",
78
+ "text_password_show": "Show password",
79
+ "text_password_made_with": "Made with",
80
+ "text_lightbox_viewer": "Full-screen resume viewer",
81
+ "text_lightbox_close": "Close full-screen viewer",
82
+ "text_lightbox_zoom_out": "Zoom out",
83
+ "text_lightbox_zoom_in": "Zoom in",
84
+ "text_lightbox_pinch_zoom": "Pinch · double-tap to zoom · × to close",
85
+ "text_contact_get_in_touch": "Get in Touch",
86
+ "text_contact_connect_with": "Connect with {name}",
87
+ "text_contact_reach_out": "Reach out via email or phone below",
88
+ "text_contact_send_email": "Send Email",
89
+ "text_contact_call_now": "Call Now",
90
+ "text_contact_copy_email": "Copy Email",
91
+ "text_contact_copy_phone": "Copy Phone",
92
+ "text_contact_email_copied": "Email copied!",
93
+ "text_contact_phone_copied": "Phone copied!"
51
94
  }
@@ -9,23 +9,23 @@
9
9
  "text_cv_section_name_certifications": "Certifications",
10
10
  "text_cv_section_name_awards": "Awards",
11
11
  "text_cv_section_name_interests": "Interests",
12
- "text_cv_section_name_volunteering": "Voluntary Work",
12
+ "text_cv_section_name_volunteering": "Volunteer Experience",
13
13
  "text_cv_section_name_publications": "Publications",
14
14
  "text_cv_section_name_achievements": "Achievements",
15
15
  "text_cv_section_name_qrcode": "QR Code",
16
- "text_cv_section_name_activities": "Extracurricular Activities",
16
+ "text_cv_section_name_activities": "Activities",
17
17
  "text_cv_section_name_languages": "Languages",
18
18
  "text_cv_section_name_references": "References",
19
- "text_cv_section_name_profiles": "Profiles",
20
- "text_cv_section_name_details": "Personal Details",
21
- "text_cv_section_name_personal_info": "Personal Information",
19
+ "text_cv_section_name_profiles": "Online Profiles",
20
+ "text_cv_section_name_details": "Additional Details",
21
+ "text_cv_section_name_personal_info": "Personal Details",
22
22
  "text_cv_section_name_links": "Links",
23
23
  "text_cv_section_name_licenses": "Licences",
24
- "text_cv_section_name_driver_licenses": "Drivers Licences",
24
+ "text_cv_section_name_driver_licenses": "Driver's Licence",
25
25
  "text_cv_section_name_declaration": "Declaration",
26
26
  "text_cv_property_location": "Location",
27
27
  "text_cv_property_address": "Address",
28
- "text_cv_property_phone": "Telephone",
28
+ "text_cv_property_phone": "Phone",
29
29
  "text_cv_property_email": "Email",
30
30
  "text_cv_property_date_of_birth": "Date of Birth",
31
31
  "text_cv_property_place_of_birth": "Place of Birth",
@@ -43,9 +43,52 @@
43
43
  "text_skill_level_3": "Proficient",
44
44
  "text_skill_level_4": "Advanced",
45
45
  "text_skill_level_5": "Expert",
46
- "text_references_available_upon_request": "Information available upon request",
46
+ "text_references_available_upon_request": "Available on request",
47
47
  "text_brand_watermark": "Powered by {brand}",
48
48
  "text_to_recipient_in_cover_letter": "To",
49
49
  "text_present_in_resume_date": "Present",
50
- "text_send_from_in_cover_letter": "From"
50
+ "text_send_from_in_cover_letter": "From",
51
+ "text_cv_property_linkedin": "LinkedIn",
52
+ "text_cv_viewer_download_pdf": "Download PDF",
53
+ "text_cv_viewer_pdf": "PDF",
54
+ "text_cv_viewer_contact": "Contact",
55
+ "text_cv_viewer_owners_cv": "{name}'s CV",
56
+ "text_cv_viewer_view_cv": "View CV",
57
+ "text_cv_viewer_professional_cv": "Professional CV",
58
+ "text_cv_viewer_unable_to_load": "Unable to load CV",
59
+ "text_cv_viewer_try_again": "Try again",
60
+ "text_cv_viewer_tap_to_zoom": "Tap to zoom",
61
+ "text_cv_viewer_made_with": "Made with",
62
+ "text_cv_viewer_build_free": "Create your professional CV for free",
63
+ "text_error_link_expired": "This link has expired",
64
+ "text_error_expired_message": "The CV owner's shareable link is no longer active",
65
+ "text_error_cv_unavailable": "CV no longer available",
66
+ "text_error_cv_removed_message": "This CV has been removed by its owner",
67
+ "text_error_not_found": "CV not found",
68
+ "text_error_not_found_message": "This link does not exist or may have been removed",
69
+ "text_error_create_free_cv": "Create your free CV",
70
+ "text_password_protected": "Password protected",
71
+ "text_password_enter_to_view": "Enter the password to view this CV",
72
+ "text_password_enter": "Enter password",
73
+ "text_password_incorrect": "Incorrect password. Please try again",
74
+ "text_password_something_wrong": "Something went wrong. Please try again",
75
+ "text_password_verifying": "Verifying",
76
+ "text_password_view_cv": "View CV",
77
+ "text_password_hide": "Hide password",
78
+ "text_password_show": "Show password",
79
+ "text_password_made_with": "Made with",
80
+ "text_lightbox_viewer": "Full-screen CV viewer",
81
+ "text_lightbox_close": "Close full-screen viewer",
82
+ "text_lightbox_zoom_out": "Zoom out",
83
+ "text_lightbox_zoom_in": "Zoom in",
84
+ "text_lightbox_pinch_zoom": "Pinch · double-tap to zoom · × to close",
85
+ "text_contact_get_in_touch": "Get in touch",
86
+ "text_contact_connect_with": "Connect with {name}",
87
+ "text_contact_reach_out": "Reach out by email or phone below",
88
+ "text_contact_send_email": "Send email",
89
+ "text_contact_call_now": "Call now",
90
+ "text_contact_copy_email": "Copy email",
91
+ "text_contact_copy_phone": "Copy phone",
92
+ "text_contact_email_copied": "Email copied!",
93
+ "text_contact_phone_copied": "Phone copied!"
51
94
  }
@@ -18,7 +18,7 @@
18
18
  "text_cv_section_name_references": "References",
19
19
  "text_cv_section_name_profiles": "Profiles",
20
20
  "text_cv_section_name_details": "Details",
21
- "text_cv_section_name_personal_info": "Personal Info",
21
+ "text_cv_section_name_personal_info": "Personal Details",
22
22
  "text_cv_section_name_links": "Links",
23
23
  "text_cv_section_name_licenses": "Licenses",
24
24
  "text_cv_section_name_driver_licenses": "Driver Licenses",
@@ -31,6 +31,7 @@
31
31
  "text_cv_property_place_of_birth": "Place of Birth",
32
32
  "text_cv_property_nationality": "Nationality",
33
33
  "text_cv_property_website": "Website",
34
+ "text_cv_property_linkedin": "LinkedIn",
34
35
  "text_cv_property_gender": "Gender",
35
36
  "text_cv_property_marital_status": "Marital Status",
36
37
  "text_language_proficiency_1": "Beginner",
@@ -46,18 +47,46 @@
46
47
  "text_references_available_upon_request": "Information available upon request",
47
48
  "text_brand_watermark": "Powered by {brand}",
48
49
  "text_to_recipient_in_cover_letter": "To",
49
- "text_present_in_resume_date": "Present",
50
- "text_send_from_in_cover_letter": "From"
51
- }
52
-
53
-
54
-
55
-
56
-
57
-
58
-
59
-
60
-
61
-
62
-
63
-
50
+ "text_cv_viewer_download_pdf": "Download PDF",
51
+ "text_cv_viewer_pdf": "PDF",
52
+ "text_cv_viewer_contact": "Contact",
53
+ "text_cv_viewer_owners_cv": "{name}'s CV",
54
+ "text_cv_viewer_view_cv": "View CV",
55
+ "text_cv_viewer_professional_cv": "Professional CV",
56
+ "text_cv_viewer_unable_to_load": "Unable to load CV",
57
+ "text_cv_viewer_try_again": "Try again",
58
+ "text_cv_viewer_tap_to_zoom": "Tap to zoom",
59
+ "text_cv_viewer_made_with": "Made with",
60
+ "text_cv_viewer_build_free": "Build your professional CV for free",
61
+ "text_error_link_expired": "This link has expired",
62
+ "text_error_expired_message": "The CV owner's shareable link is no longer active",
63
+ "text_error_cv_unavailable": "CV no longer available",
64
+ "text_error_cv_removed_message": "This CV has been removed by its owner",
65
+ "text_error_not_found": "CV not found",
66
+ "text_error_not_found_message": "This link doesn't exist or may have been removed",
67
+ "text_error_create_free_cv": "Create your free CV",
68
+ "text_password_protected": "Password protected",
69
+ "text_password_enter_to_view": "Enter the password to view this CV",
70
+ "text_password_enter": "Enter password",
71
+ "text_password_incorrect": "Incorrect password. Please try again",
72
+ "text_password_something_wrong": "Something went wrong. Please try again",
73
+ "text_password_verifying": "Verifying",
74
+ "text_password_view_cv": "View CV",
75
+ "text_password_hide": "Hide password",
76
+ "text_password_show": "Show password",
77
+ "text_password_made_with": "Made with",
78
+ "text_lightbox_viewer": "CV fullscreen viewer",
79
+ "text_lightbox_close": "Close fullscreen viewer",
80
+ "text_lightbox_zoom_out": "Zoom out",
81
+ "text_lightbox_zoom_in": "Zoom in",
82
+ "text_lightbox_pinch_zoom": "Pinch · double-tap to zoom · × to close",
83
+ "text_contact_get_in_touch": "Get in Touch",
84
+ "text_contact_connect_with": "Connect with {name}",
85
+ "text_contact_reach_out": "Reach out via email or phone below",
86
+ "text_contact_send_email": "Send Email",
87
+ "text_contact_call_now": "Call Now",
88
+ "text_contact_copy_email": "Copy Email",
89
+ "text_contact_copy_phone": "Copy Phone",
90
+ "text_contact_email_copied": "Email Copied!",
91
+ "text_contact_phone_copied": "Phone Copied!"
92
+ }
@@ -0,0 +1,94 @@
1
+ {
2
+ "$schema": "https://inlang.com/schema/inlang-message-format",
3
+ "text_cv_section_name_summary": "Perfil profesional",
4
+ "text_cv_section_name_objective": "Objetivo profesional",
5
+ "text_cv_section_name_experience": "Experiencia laboral",
6
+ "text_cv_section_name_education": "Formación académica",
7
+ "text_cv_section_name_projects": "Proyectos",
8
+ "text_cv_section_name_skills": "Habilidades",
9
+ "text_cv_section_name_certifications": "Certificaciones",
10
+ "text_cv_section_name_awards": "Reconocimientos",
11
+ "text_cv_section_name_interests": "Intereses",
12
+ "text_cv_section_name_volunteering": "Voluntariado",
13
+ "text_cv_section_name_publications": "Publicaciones",
14
+ "text_cv_section_name_achievements": "Logros",
15
+ "text_cv_section_name_qrcode": "Código QR",
16
+ "text_cv_section_name_activities": "Actividades",
17
+ "text_cv_section_name_languages": "Idiomas",
18
+ "text_cv_section_name_references": "Referencias",
19
+ "text_cv_section_name_profiles": "Perfiles profesionales",
20
+ "text_cv_section_name_details": "Datos adicionales",
21
+ "text_cv_section_name_personal_info": "Datos personales",
22
+ "text_cv_section_name_links": "Enlaces",
23
+ "text_cv_section_name_licenses": "Licencias",
24
+ "text_cv_section_name_driver_licenses": "Licencias de conducir",
25
+ "text_cv_section_name_declaration": "Declaración",
26
+ "text_cv_property_location": "Ubicación",
27
+ "text_cv_property_address": "Dirección",
28
+ "text_cv_property_phone": "Teléfono",
29
+ "text_cv_property_email": "Correo electrónico",
30
+ "text_cv_property_date_of_birth": "Fecha de nacimiento",
31
+ "text_cv_property_place_of_birth": "Lugar de nacimiento",
32
+ "text_cv_property_nationality": "Nacionalidad",
33
+ "text_cv_property_website": "Sitio web",
34
+ "text_cv_property_linkedin": "LinkedIn",
35
+ "text_cv_property_gender": "Género",
36
+ "text_cv_property_marital_status": "Estado civil",
37
+ "text_language_proficiency_1": "Principiante",
38
+ "text_language_proficiency_2": "Básico",
39
+ "text_language_proficiency_3": "Intermedio",
40
+ "text_language_proficiency_4": "Avanzado",
41
+ "text_language_proficiency_5": "Fluido",
42
+ "text_skill_level_1": "Básico",
43
+ "text_skill_level_2": "Intermedio",
44
+ "text_skill_level_3": "Competente",
45
+ "text_skill_level_4": "Avanzado",
46
+ "text_skill_level_5": "Experto",
47
+ "text_references_available_upon_request": "Información disponible previa solicitud",
48
+ "text_brand_watermark": "Desarrollado por {brand}",
49
+ "text_to_recipient_in_cover_letter": "Para",
50
+ "text_present_in_resume_date": "Actualidad",
51
+ "text_send_from_in_cover_letter": "De",
52
+ "text_cv_viewer_download_pdf": "Descargar PDF",
53
+ "text_cv_viewer_pdf": "PDF",
54
+ "text_cv_viewer_contact": "Contacto",
55
+ "text_cv_viewer_owners_cv": "CV de {name}",
56
+ "text_cv_viewer_view_cv": "Ver CV",
57
+ "text_cv_viewer_professional_cv": "CV profesional",
58
+ "text_cv_viewer_unable_to_load": "No se pudo cargar el CV",
59
+ "text_cv_viewer_try_again": "Intentar de nuevo",
60
+ "text_cv_viewer_tap_to_zoom": "Toca para ampliar",
61
+ "text_cv_viewer_made_with": "Hecho con",
62
+ "text_cv_viewer_build_free": "Crea tu CV profesional gratis",
63
+ "text_error_link_expired": "Este enlace ha expirado",
64
+ "text_error_expired_message": "El enlace compartible del propietario del CV ya no está activo",
65
+ "text_error_cv_unavailable": "CV ya no disponible",
66
+ "text_error_cv_removed_message": "Este CV fue eliminado por su propietario",
67
+ "text_error_not_found": "CV no encontrado",
68
+ "text_error_not_found_message": "Este enlace no existe o pudo haber sido eliminado",
69
+ "text_error_create_free_cv": "Crea tu CV gratis",
70
+ "text_password_protected": "Protegido con contraseña",
71
+ "text_password_enter_to_view": "Ingresa la contraseña para ver este CV",
72
+ "text_password_enter": "Ingresa la contraseña",
73
+ "text_password_incorrect": "Contraseña incorrecta. Inténtalo de nuevo",
74
+ "text_password_something_wrong": "Algo salió mal. Inténtalo de nuevo",
75
+ "text_password_verifying": "Verificando",
76
+ "text_password_view_cv": "Ver CV",
77
+ "text_password_hide": "Ocultar contraseña",
78
+ "text_password_show": "Mostrar contraseña",
79
+ "text_password_made_with": "Hecho con",
80
+ "text_lightbox_viewer": "Visor de CV en pantalla completa",
81
+ "text_lightbox_close": "Cerrar visor de pantalla completa",
82
+ "text_lightbox_zoom_out": "Alejar",
83
+ "text_lightbox_zoom_in": "Acercar",
84
+ "text_lightbox_pinch_zoom": "Pellizca · toca dos veces para ampliar · × para cerrar",
85
+ "text_contact_get_in_touch": "Ponte en contacto",
86
+ "text_contact_connect_with": "Conecta con {name}",
87
+ "text_contact_reach_out": "Comunícate por correo electrónico o teléfono a continuación",
88
+ "text_contact_send_email": "Enviar correo",
89
+ "text_contact_call_now": "Llamar ahora",
90
+ "text_contact_copy_email": "Copiar correo",
91
+ "text_contact_copy_phone": "Copiar teléfono",
92
+ "text_contact_email_copied": "¡Correo copiado!",
93
+ "text_contact_phone_copied": "¡Teléfono copiado!"
94
+ }
@@ -0,0 +1,94 @@
1
+ {
2
+ "$schema": "https://inlang.com/schema/inlang-message-format",
3
+ "text_cv_section_name_summary": "Perfil profesional",
4
+ "text_cv_section_name_objective": "Objetivo profesional",
5
+ "text_cv_section_name_experience": "Experiencia laboral",
6
+ "text_cv_section_name_education": "Formación académica",
7
+ "text_cv_section_name_projects": "Proyectos",
8
+ "text_cv_section_name_skills": "Habilidades",
9
+ "text_cv_section_name_certifications": "Certificaciones",
10
+ "text_cv_section_name_awards": "Premios",
11
+ "text_cv_section_name_interests": "Intereses",
12
+ "text_cv_section_name_volunteering": "Voluntariado",
13
+ "text_cv_section_name_publications": "Publicaciones",
14
+ "text_cv_section_name_achievements": "Logros",
15
+ "text_cv_section_name_qrcode": "Código QR",
16
+ "text_cv_section_name_activities": "Actividades",
17
+ "text_cv_section_name_languages": "Idiomas",
18
+ "text_cv_section_name_references": "Referencias",
19
+ "text_cv_section_name_profiles": "Perfiles",
20
+ "text_cv_section_name_details": "Datos adicionales",
21
+ "text_cv_section_name_personal_info": "Datos personales",
22
+ "text_cv_section_name_links": "Enlaces",
23
+ "text_cv_section_name_licenses": "Licencias",
24
+ "text_cv_section_name_driver_licenses": "Licencias de conducir",
25
+ "text_cv_section_name_declaration": "Declaración",
26
+ "text_cv_property_location": "Ubicación",
27
+ "text_cv_property_address": "Domicilio",
28
+ "text_cv_property_phone": "Teléfono",
29
+ "text_cv_property_email": "Correo electrónico",
30
+ "text_cv_property_date_of_birth": "Fecha de nacimiento",
31
+ "text_cv_property_place_of_birth": "Lugar de nacimiento",
32
+ "text_cv_property_nationality": "Nacionalidad",
33
+ "text_cv_property_website": "Sitio web",
34
+ "text_cv_property_linkedin": "LinkedIn",
35
+ "text_cv_property_gender": "Género",
36
+ "text_cv_property_marital_status": "Estado civil",
37
+ "text_language_proficiency_1": "Principiante",
38
+ "text_language_proficiency_2": "Básico",
39
+ "text_language_proficiency_3": "Intermedio",
40
+ "text_language_proficiency_4": "Avanzado",
41
+ "text_language_proficiency_5": "Fluido",
42
+ "text_skill_level_1": "Básico",
43
+ "text_skill_level_2": "Intermedio",
44
+ "text_skill_level_3": "Competente",
45
+ "text_skill_level_4": "Avanzado",
46
+ "text_skill_level_5": "Experto",
47
+ "text_references_available_upon_request": "Información disponible a solicitud",
48
+ "text_brand_watermark": "Desarrollado por {brand}",
49
+ "text_to_recipient_in_cover_letter": "Para",
50
+ "text_present_in_resume_date": "Actualidad",
51
+ "text_send_from_in_cover_letter": "De",
52
+ "text_cv_viewer_download_pdf": "Descargar PDF",
53
+ "text_cv_viewer_pdf": "PDF",
54
+ "text_cv_viewer_contact": "Contacto",
55
+ "text_cv_viewer_owners_cv": "CV de {name}",
56
+ "text_cv_viewer_view_cv": "Ver CV",
57
+ "text_cv_viewer_professional_cv": "CV profesional",
58
+ "text_cv_viewer_unable_to_load": "No se pudo cargar el CV",
59
+ "text_cv_viewer_try_again": "Intentá de nuevo",
60
+ "text_cv_viewer_tap_to_zoom": "Tocá para ampliar",
61
+ "text_cv_viewer_made_with": "Hecho con",
62
+ "text_cv_viewer_build_free": "Creá tu CV profesional gratis",
63
+ "text_error_link_expired": "Este enlace venció",
64
+ "text_error_expired_message": "El enlace compartible del titular del CV ya no está activo",
65
+ "text_error_cv_unavailable": "El CV ya no está disponible",
66
+ "text_error_cv_removed_message": "Este CV fue eliminado por su titular",
67
+ "text_error_not_found": "CV no encontrado",
68
+ "text_error_not_found_message": "Este enlace no existe o puede haber sido eliminado",
69
+ "text_error_create_free_cv": "Creá tu CV gratis",
70
+ "text_password_protected": "Protegido con contraseña",
71
+ "text_password_enter_to_view": "Ingresá la contraseña para ver este CV",
72
+ "text_password_enter": "Ingresar contraseña",
73
+ "text_password_incorrect": "Contraseña incorrecta. Intentá de nuevo",
74
+ "text_password_something_wrong": "Algo salió mal. Intentá de nuevo",
75
+ "text_password_verifying": "Verificando",
76
+ "text_password_view_cv": "Ver CV",
77
+ "text_password_hide": "Ocultar contraseña",
78
+ "text_password_show": "Mostrar contraseña",
79
+ "text_password_made_with": "Hecho con",
80
+ "text_lightbox_viewer": "Visor de CV en pantalla completa",
81
+ "text_lightbox_close": "Cerrar visor de pantalla completa",
82
+ "text_lightbox_zoom_out": "Alejar",
83
+ "text_lightbox_zoom_in": "Acercar",
84
+ "text_lightbox_pinch_zoom": "Pellizcá · tocá dos veces para ampliar · × para cerrar",
85
+ "text_contact_get_in_touch": "Ponete en contacto",
86
+ "text_contact_connect_with": "Contactate con {name}",
87
+ "text_contact_reach_out": "Comunicate por email o teléfono abajo",
88
+ "text_contact_send_email": "Enviar email",
89
+ "text_contact_call_now": "Llamar ahora",
90
+ "text_contact_copy_email": "Copiar email",
91
+ "text_contact_copy_phone": "Copiar teléfono",
92
+ "text_contact_email_copied": "¡Email copiado!",
93
+ "text_contact_phone_copied": "¡Teléfono copiado!"
94
+ }
@@ -0,0 +1,94 @@
1
+ {
2
+ "$schema": "https://inlang.com/schema/inlang-message-format",
3
+ "text_cv_section_name_summary": "Perfil profesional",
4
+ "text_cv_section_name_objective": "Objetivo profesional",
5
+ "text_cv_section_name_experience": "Experiencia profesional",
6
+ "text_cv_section_name_education": "Formación académica",
7
+ "text_cv_section_name_projects": "Proyectos",
8
+ "text_cv_section_name_skills": "Competencias",
9
+ "text_cv_section_name_certifications": "Certificaciones",
10
+ "text_cv_section_name_awards": "Premios y reconocimientos",
11
+ "text_cv_section_name_interests": "Intereses",
12
+ "text_cv_section_name_volunteering": "Voluntariado",
13
+ "text_cv_section_name_publications": "Publicaciones",
14
+ "text_cv_section_name_achievements": "Logros",
15
+ "text_cv_section_name_qrcode": "Código QR",
16
+ "text_cv_section_name_activities": "Actividades",
17
+ "text_cv_section_name_languages": "Idiomas",
18
+ "text_cv_section_name_references": "Referencias",
19
+ "text_cv_section_name_profiles": "Perfiles",
20
+ "text_cv_section_name_details": "Datos adicionales",
21
+ "text_cv_section_name_personal_info": "Datos personales",
22
+ "text_cv_section_name_links": "Enlaces",
23
+ "text_cv_section_name_licenses": "Licencias",
24
+ "text_cv_section_name_driver_licenses": "Permisos de conducir",
25
+ "text_cv_section_name_declaration": "Declaración",
26
+ "text_cv_property_location": "Ubicación",
27
+ "text_cv_property_address": "Dirección",
28
+ "text_cv_property_phone": "Teléfono",
29
+ "text_cv_property_email": "Correo electrónico",
30
+ "text_cv_property_date_of_birth": "Fecha de nacimiento",
31
+ "text_cv_property_place_of_birth": "Lugar de nacimiento",
32
+ "text_cv_property_nationality": "Nacionalidad",
33
+ "text_cv_property_website": "Sitio web",
34
+ "text_cv_property_linkedin": "LinkedIn",
35
+ "text_cv_property_gender": "Género",
36
+ "text_cv_property_marital_status": "Estado civil",
37
+ "text_language_proficiency_1": "Principiante",
38
+ "text_language_proficiency_2": "Elemental",
39
+ "text_language_proficiency_3": "Intermedio",
40
+ "text_language_proficiency_4": "Avanzado",
41
+ "text_language_proficiency_5": "Fluido",
42
+ "text_skill_level_1": "Básico",
43
+ "text_skill_level_2": "Intermedio",
44
+ "text_skill_level_3": "Competente",
45
+ "text_skill_level_4": "Avanzado",
46
+ "text_skill_level_5": "Experto",
47
+ "text_references_available_upon_request": "Referencias disponibles bajo petición",
48
+ "text_brand_watermark": "Creado con {brand}",
49
+ "text_to_recipient_in_cover_letter": "A",
50
+ "text_present_in_resume_date": "Actualidad",
51
+ "text_send_from_in_cover_letter": "De",
52
+ "text_cv_viewer_download_pdf": "Descargar PDF",
53
+ "text_cv_viewer_pdf": "PDF",
54
+ "text_cv_viewer_contact": "Contacto",
55
+ "text_cv_viewer_owners_cv": "CV de {name}",
56
+ "text_cv_viewer_view_cv": "Ver CV",
57
+ "text_cv_viewer_professional_cv": "CV profesional",
58
+ "text_cv_viewer_unable_to_load": "No se ha podido cargar el CV",
59
+ "text_cv_viewer_try_again": "Reintentar",
60
+ "text_cv_viewer_tap_to_zoom": "Toca para ampliar",
61
+ "text_cv_viewer_made_with": "Creado con",
62
+ "text_cv_viewer_build_free": "Crea tu CV profesional gratis",
63
+ "text_error_link_expired": "Este enlace ha caducado",
64
+ "text_error_expired_message": "El enlace compartible del propietario del CV ya no está activo",
65
+ "text_error_cv_unavailable": "CV no disponible",
66
+ "text_error_cv_removed_message": "Este CV ha sido eliminado por su propietario",
67
+ "text_error_not_found": "CV no encontrado",
68
+ "text_error_not_found_message": "Este enlace no existe o puede haber sido eliminado",
69
+ "text_error_create_free_cv": "Crea tu CV gratis",
70
+ "text_password_protected": "Protegido con contraseña",
71
+ "text_password_enter_to_view": "Introduce la contraseña para ver este CV",
72
+ "text_password_enter": "Introducir contraseña",
73
+ "text_password_incorrect": "Contraseña incorrecta. Inténtalo de nuevo",
74
+ "text_password_something_wrong": "Algo ha salido mal. Inténtalo de nuevo",
75
+ "text_password_verifying": "Verificando",
76
+ "text_password_view_cv": "Ver CV",
77
+ "text_password_hide": "Ocultar contraseña",
78
+ "text_password_show": "Mostrar contraseña",
79
+ "text_password_made_with": "Creado con",
80
+ "text_lightbox_viewer": "Visor de CV a pantalla completa",
81
+ "text_lightbox_close": "Cerrar visor a pantalla completa",
82
+ "text_lightbox_zoom_out": "Alejar",
83
+ "text_lightbox_zoom_in": "Acercar",
84
+ "text_lightbox_pinch_zoom": "Pellizca · toca dos veces para ampliar · × para cerrar",
85
+ "text_contact_get_in_touch": "Contacta",
86
+ "text_contact_connect_with": "Contacta con {name}",
87
+ "text_contact_reach_out": "Contacta por email o teléfono a continuación",
88
+ "text_contact_send_email": "Enviar email",
89
+ "text_contact_call_now": "Llamar ahora",
90
+ "text_contact_copy_email": "Copiar email",
91
+ "text_contact_copy_phone": "Copiar teléfono",
92
+ "text_contact_email_copied": "Email copiado!",
93
+ "text_contact_phone_copied": "Teléfono copiado!"
94
+ }