tera-system-ui 0.1.63 → 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.
- package/dist/COMPONENT_API.md +539 -0
- package/dist/paraglide/README.md +1 -1
- package/dist/paraglide/messages/_index.d.ts +7 -21
- package/dist/paraglide/messages/_index.js +7 -485
- package/dist/paraglide/messages/text_account_settings.d.ts +4 -0
- package/dist/paraglide/messages/text_account_settings.js +239 -0
- package/dist/paraglide/messages/text_calces_documentation.d.ts +4 -0
- package/dist/paraglide/messages/text_calces_documentation.js +239 -0
- package/dist/paraglide/messages/text_calces_scientific_calculator.d.ts +4 -0
- package/dist/paraglide/messages/text_calces_scientific_calculator.js +239 -0
- package/dist/paraglide/messages/text_currency_converter.d.ts +4 -0
- package/dist/paraglide/messages/text_currency_converter.js +239 -0
- package/dist/paraglide/messages/text_logout.d.ts +4 -0
- package/dist/paraglide/messages/text_logout.js +239 -0
- package/dist/paraglide/messages/text_select_language.d.ts +4 -0
- package/dist/paraglide/messages/text_select_language.js +239 -0
- package/dist/paraglide/messages/text_unit_converter.d.ts +4 -0
- package/dist/paraglide/messages/text_unit_converter.js +239 -0
- package/dist/paraglide/runtime.d.ts +1 -1
- package/dist/paraglide/runtime.js +5 -6
- package/dist/tera-i18n/dev-tools/translator/gpt-translator-i18n-message.js +130 -9
- package/dist/tera-i18n/dev-tools/translator/package-lock.json +14 -224
- package/dist/tera-i18n/dev-tools/translator/package.json +1 -1
- package/dist/tera-i18n/dev-tools/translator/prompt/i18n-message-translate-prompt-calculator.md +34 -0
- package/dist/tera-i18n/dev-tools/translator/prompt/i18n-message-translate-prompt-cv-maker.md +149 -0
- package/dist/tera-i18n/dev-tools/translator/prompt/i18n-message-translate-prompt-system.txt +1 -1
- package/dist/tera-i18n/projects/common/all-language-data.js +70 -13
- package/dist/tera-i18n/projects/cv-maker/messages/ar-AE.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/ar-EG.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/ar-IQ.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/ar-SA.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/ar-SD.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/ar-YE.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/ar.json +58 -15
- package/dist/tera-i18n/projects/cv-maker/messages/bg.json +57 -14
- package/dist/tera-i18n/projects/cv-maker/messages/bn.json +65 -22
- package/dist/tera-i18n/projects/cv-maker/messages/ca.json +54 -11
- package/dist/tera-i18n/projects/cv-maker/messages/cs.json +59 -16
- package/dist/tera-i18n/projects/cv-maker/messages/da.json +51 -8
- package/dist/tera-i18n/projects/cv-maker/messages/de.json +58 -15
- package/dist/tera-i18n/projects/cv-maker/messages/el.json +71 -28
- package/dist/tera-i18n/projects/cv-maker/messages/en-AE.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/en-AU.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/en-CA.json +51 -8
- package/dist/tera-i18n/projects/cv-maker/messages/en-GB.json +50 -7
- package/dist/tera-i18n/projects/cv-maker/messages/en-ID.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/en-IN.json +54 -11
- package/dist/tera-i18n/projects/cv-maker/messages/en-NZ.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/en-PH.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/en-PK.json +58 -15
- package/dist/tera-i18n/projects/cv-maker/messages/en-SA.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/en-US.json +51 -8
- package/dist/tera-i18n/projects/cv-maker/messages/en-ZA.json +52 -9
- package/dist/tera-i18n/projects/cv-maker/messages/en.json +45 -16
- package/dist/tera-i18n/projects/cv-maker/messages/es-419.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/es-AR.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/es-ES.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/es-MX.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/es.json +53 -10
- package/dist/tera-i18n/projects/cv-maker/messages/fi.json +52 -9
- package/dist/tera-i18n/projects/cv-maker/messages/fr-MA.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/fr.json +54 -11
- package/dist/tera-i18n/projects/cv-maker/messages/he.json +55 -12
- package/dist/tera-i18n/projects/cv-maker/messages/hi.json +59 -16
- package/dist/tera-i18n/projects/cv-maker/messages/hr.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/hu.json +63 -20
- package/dist/tera-i18n/projects/cv-maker/messages/id.json +60 -17
- package/dist/tera-i18n/projects/cv-maker/messages/it.json +53 -10
- package/dist/tera-i18n/projects/cv-maker/messages/ja.json +62 -19
- package/dist/tera-i18n/projects/cv-maker/messages/ko.json +61 -18
- package/dist/tera-i18n/projects/cv-maker/messages/lt.json +61 -18
- package/dist/tera-i18n/projects/cv-maker/messages/lv.json +61 -18
- package/dist/tera-i18n/projects/cv-maker/messages/ms-MY.json +60 -17
- package/dist/tera-i18n/projects/cv-maker/messages/ms.json +61 -18
- package/dist/tera-i18n/projects/cv-maker/messages/nl.json +53 -10
- package/dist/tera-i18n/projects/cv-maker/messages/no.json +54 -11
- package/dist/tera-i18n/projects/cv-maker/messages/pl.json +59 -16
- package/dist/tera-i18n/projects/cv-maker/messages/pt-BR.json +58 -15
- package/dist/tera-i18n/projects/cv-maker/messages/pt-PT.json +59 -16
- package/dist/tera-i18n/projects/cv-maker/messages/pt.json +66 -23
- package/dist/tera-i18n/projects/cv-maker/messages/ro.json +52 -9
- package/dist/tera-i18n/projects/cv-maker/messages/ru.json +57 -14
- package/dist/tera-i18n/projects/cv-maker/messages/sk.json +62 -19
- package/dist/tera-i18n/projects/cv-maker/messages/sl.json +57 -14
- package/dist/tera-i18n/projects/cv-maker/messages/sq.json +59 -16
- package/dist/tera-i18n/projects/cv-maker/messages/sr.json +91 -48
- package/dist/tera-i18n/projects/cv-maker/messages/sv.json +56 -13
- package/dist/tera-i18n/projects/cv-maker/messages/sw.json +62 -19
- package/dist/tera-i18n/projects/cv-maker/messages/ta.json +72 -29
- package/dist/tera-i18n/projects/cv-maker/messages/te.json +75 -32
- package/dist/tera-i18n/projects/cv-maker/messages/th.json +62 -19
- package/dist/tera-i18n/projects/cv-maker/messages/tl.json +77 -34
- package/dist/tera-i18n/projects/cv-maker/messages/tr.json +63 -20
- package/dist/tera-i18n/projects/cv-maker/messages/uk.json +63 -20
- package/dist/tera-i18n/projects/cv-maker/messages/vi.json +64 -21
- package/dist/tera-i18n/projects/cv-maker/messages/zh-CN.json +63 -20
- package/dist/tera-i18n/projects/cv-maker/messages/zh-TW.json +58 -15
- package/dist/tera-i18n/projects/cv-maker/messages/zh.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/project.inlang/settings.json +82 -68
- package/dist/tera-i18n/projects/cv-maker/supported-language.js +36 -9
- package/dist/tera-i18n/projects/mathda/messages/en.json +4 -0
- package/dist/tera-i18n/projects/mathda/messages/vi.json +4 -0
- package/dist/tera-i18n/projects/mathda/project.inlang/settings.json +15 -0
- package/dist/tera-i18n/projects/mathda/supported-language.d.ts +1 -0
- package/dist/tera-i18n/projects/mathda/supported-language.js +4 -0
- package/dist/tera-i18n/projects/tera-calculator/messages/bg.json +149 -72
- package/dist/tera-i18n/projects/tera-calculator/messages/bn.json +149 -72
- package/dist/tera-i18n/projects/tera-calculator/messages/ca.json +139 -62
- package/dist/tera-i18n/projects/tera-calculator/messages/cs.json +132 -55
- package/dist/tera-i18n/projects/tera-calculator/messages/da.json +132 -55
- package/dist/tera-i18n/projects/tera-calculator/messages/de.json +181 -104
- package/dist/tera-i18n/projects/tera-calculator/messages/el.json +145 -68
- package/dist/tera-i18n/projects/tera-calculator/messages/en-IN.json +183 -0
- package/dist/tera-i18n/projects/tera-calculator/messages/en-PH.json +183 -0
- package/dist/tera-i18n/projects/tera-calculator/messages/en-US.json +183 -0
- package/dist/tera-i18n/projects/tera-calculator/messages/en.json +187 -104
- package/dist/tera-i18n/projects/tera-calculator/messages/es.json +181 -104
- package/dist/tera-i18n/projects/tera-calculator/messages/fi.json +137 -60
- package/dist/tera-i18n/projects/tera-calculator/messages/fr.json +180 -103
- package/dist/tera-i18n/projects/tera-calculator/messages/hi.json +136 -59
- package/dist/tera-i18n/projects/tera-calculator/messages/hu.json +141 -64
- package/dist/tera-i18n/projects/tera-calculator/messages/id.json +132 -55
- package/dist/tera-i18n/projects/tera-calculator/messages/it.json +180 -103
- package/dist/tera-i18n/projects/tera-calculator/messages/ja.json +136 -59
- package/dist/tera-i18n/projects/tera-calculator/messages/ko.json +133 -56
- package/dist/tera-i18n/projects/tera-calculator/messages/lt.json +140 -63
- package/dist/tera-i18n/projects/tera-calculator/messages/lv.json +141 -64
- package/dist/tera-i18n/projects/tera-calculator/messages/ms.json +139 -62
- package/dist/tera-i18n/projects/tera-calculator/messages/nl.json +145 -68
- package/dist/tera-i18n/projects/tera-calculator/messages/no.json +131 -54
- package/dist/tera-i18n/projects/tera-calculator/messages/pl.json +134 -57
- package/dist/tera-i18n/projects/tera-calculator/messages/pt.json +180 -103
- package/dist/tera-i18n/projects/tera-calculator/messages/ro.json +136 -59
- package/dist/tera-i18n/projects/tera-calculator/messages/ru.json +180 -103
- package/dist/tera-i18n/projects/tera-calculator/messages/sk.json +135 -58
- package/dist/tera-i18n/projects/tera-calculator/messages/sl.json +139 -62
- package/dist/tera-i18n/projects/tera-calculator/messages/sq.json +148 -71
- package/dist/tera-i18n/projects/tera-calculator/messages/sr.json +141 -64
- package/dist/tera-i18n/projects/tera-calculator/messages/sv.json +134 -57
- package/dist/tera-i18n/projects/tera-calculator/messages/sw.json +152 -75
- package/dist/tera-i18n/projects/tera-calculator/messages/ta.json +159 -82
- package/dist/tera-i18n/projects/tera-calculator/messages/te.json +165 -88
- package/dist/tera-i18n/projects/tera-calculator/messages/th.json +136 -59
- package/dist/tera-i18n/projects/tera-calculator/messages/tl.json +146 -69
- package/dist/tera-i18n/projects/tera-calculator/messages/tr.json +135 -58
- package/dist/tera-i18n/projects/tera-calculator/messages/uk.json +142 -65
- package/dist/tera-i18n/projects/tera-calculator/messages/vi.json +181 -104
- package/dist/tera-i18n/projects/tera-calculator/messages/zh-CN.json +129 -52
- package/dist/tera-i18n/projects/tera-calculator/messages/zh-TW.json +135 -58
- package/dist/tera-i18n/projects/tera-calculator/project.inlang/settings.json +51 -53
- package/dist/tera-i18n/projects/tera-calculator/supported-language.js +6 -3
- package/package.json +4 -3
- package/dist/paraglide/messages/ar.d.ts +0 -9
- package/dist/paraglide/messages/ar.js +0 -31
- package/dist/paraglide/messages/bg.d.ts +0 -9
- package/dist/paraglide/messages/bg.js +0 -31
- package/dist/paraglide/messages/bn.d.ts +0 -9
- package/dist/paraglide/messages/bn.js +0 -31
- package/dist/paraglide/messages/ca.d.ts +0 -9
- package/dist/paraglide/messages/ca.js +0 -31
- package/dist/paraglide/messages/cs.d.ts +0 -9
- package/dist/paraglide/messages/cs.js +0 -31
- package/dist/paraglide/messages/da.d.ts +0 -9
- package/dist/paraglide/messages/da.js +0 -31
- package/dist/paraglide/messages/de.d.ts +0 -9
- package/dist/paraglide/messages/de.js +0 -31
- package/dist/paraglide/messages/el.d.ts +0 -9
- package/dist/paraglide/messages/el.js +0 -31
- package/dist/paraglide/messages/en.d.ts +0 -9
- package/dist/paraglide/messages/en.js +0 -31
- package/dist/paraglide/messages/es.d.ts +0 -9
- package/dist/paraglide/messages/es.js +0 -31
- package/dist/paraglide/messages/fi.d.ts +0 -9
- package/dist/paraglide/messages/fi.js +0 -31
- package/dist/paraglide/messages/fr.d.ts +0 -9
- package/dist/paraglide/messages/fr.js +0 -31
- package/dist/paraglide/messages/he.d.ts +0 -9
- package/dist/paraglide/messages/he.js +0 -31
- package/dist/paraglide/messages/hi.d.ts +0 -9
- package/dist/paraglide/messages/hi.js +0 -31
- package/dist/paraglide/messages/hu.d.ts +0 -9
- package/dist/paraglide/messages/hu.js +0 -31
- package/dist/paraglide/messages/id.d.ts +0 -9
- package/dist/paraglide/messages/id.js +0 -31
- package/dist/paraglide/messages/it.d.ts +0 -9
- package/dist/paraglide/messages/it.js +0 -31
- package/dist/paraglide/messages/ja.d.ts +0 -9
- package/dist/paraglide/messages/ja.js +0 -31
- package/dist/paraglide/messages/ko.d.ts +0 -9
- package/dist/paraglide/messages/ko.js +0 -31
- package/dist/paraglide/messages/lt.d.ts +0 -9
- package/dist/paraglide/messages/lt.js +0 -31
- package/dist/paraglide/messages/lv.d.ts +0 -9
- package/dist/paraglide/messages/lv.js +0 -31
- package/dist/paraglide/messages/ms.d.ts +0 -9
- package/dist/paraglide/messages/ms.js +0 -31
- package/dist/paraglide/messages/nl.d.ts +0 -9
- package/dist/paraglide/messages/nl.js +0 -31
- package/dist/paraglide/messages/no.d.ts +0 -9
- package/dist/paraglide/messages/no.js +0 -31
- package/dist/paraglide/messages/pl.d.ts +0 -9
- package/dist/paraglide/messages/pl.js +0 -31
- package/dist/paraglide/messages/pt.d.ts +0 -9
- package/dist/paraglide/messages/pt.js +0 -31
- package/dist/paraglide/messages/ro.d.ts +0 -9
- package/dist/paraglide/messages/ro.js +0 -31
- package/dist/paraglide/messages/ru.d.ts +0 -9
- package/dist/paraglide/messages/ru.js +0 -31
- package/dist/paraglide/messages/sk.d.ts +0 -9
- package/dist/paraglide/messages/sk.js +0 -31
- package/dist/paraglide/messages/sl.d.ts +0 -9
- package/dist/paraglide/messages/sl.js +0 -31
- package/dist/paraglide/messages/sq.d.ts +0 -9
- package/dist/paraglide/messages/sq.js +0 -31
- package/dist/paraglide/messages/sr.d.ts +0 -9
- package/dist/paraglide/messages/sr.js +0 -31
- package/dist/paraglide/messages/sv.d.ts +0 -9
- package/dist/paraglide/messages/sv.js +0 -31
- package/dist/paraglide/messages/sw.d.ts +0 -9
- package/dist/paraglide/messages/sw.js +0 -31
- package/dist/paraglide/messages/ta.d.ts +0 -9
- package/dist/paraglide/messages/ta.js +0 -31
- package/dist/paraglide/messages/te.d.ts +0 -9
- package/dist/paraglide/messages/te.js +0 -31
- package/dist/paraglide/messages/th.d.ts +0 -9
- package/dist/paraglide/messages/th.js +0 -31
- package/dist/paraglide/messages/tl.d.ts +0 -9
- package/dist/paraglide/messages/tl.js +0 -31
- package/dist/paraglide/messages/tr.d.ts +0 -9
- package/dist/paraglide/messages/tr.js +0 -31
- package/dist/paraglide/messages/uk.d.ts +0 -9
- package/dist/paraglide/messages/uk.js +0 -31
- package/dist/paraglide/messages/vi.d.ts +0 -9
- package/dist/paraglide/messages/vi.js +0 -31
- package/dist/paraglide/messages/zh-CN.d.ts +0 -9
- package/dist/paraglide/messages/zh-CN.js +0 -31
- package/dist/paraglide/messages/zh-TW.d.ts +0 -9
- package/dist/paraglide/messages/zh-TW.js +0 -31
- package/dist/tera-i18n/dev-tools/translator/prompt/i18n-message-translate-prompt-cv-maker.txt +0 -21
- package/dist/tera-i18n/projects/cv-maker/project.inlang/project_id +0 -1
- package/dist/tera-i18n/projects/tera-calculator/messages/ar.json +0 -106
- package/dist/tera-i18n/projects/tera-calculator/messages/he.json +0 -106
- 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": "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",
|
|
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 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": "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 para compartir del propietario del CV ya no está activo",
|
|
65
|
+
"text_error_cv_unavailable": "CV 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": "Haz zoom con los dedos · toca dos veces para ampliar · × para cerrar",
|
|
85
|
+
"text_contact_get_in_touch": "Ponte en contacto",
|
|
86
|
+
"text_contact_connect_with": "Contacta a {name}",
|
|
87
|
+
"text_contact_reach_out": "Comunícate por correo electrónico o teléfono abajo",
|
|
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
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://inlang.com/schema/inlang-message-format",
|
|
3
|
-
"text_cv_section_name_summary": "
|
|
4
|
-
"text_cv_section_name_objective": "Objetivo",
|
|
5
|
-
"text_cv_section_name_experience": "Experiencia",
|
|
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
6
|
"text_cv_section_name_education": "Formación académica",
|
|
7
7
|
"text_cv_section_name_projects": "Proyectos",
|
|
8
8
|
"text_cv_section_name_skills": "Competencias",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"text_cv_section_name_languages": "Idiomas",
|
|
18
18
|
"text_cv_section_name_references": "Referencias",
|
|
19
19
|
"text_cv_section_name_profiles": "Perfiles",
|
|
20
|
-
"text_cv_section_name_details": "
|
|
20
|
+
"text_cv_section_name_details": "Información adicional",
|
|
21
21
|
"text_cv_property_location": "Ubicación",
|
|
22
22
|
"text_cv_property_address": "Dirección",
|
|
23
23
|
"text_cv_property_phone": "Teléfono",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"text_cv_property_date_of_birth": "Fecha de nacimiento",
|
|
26
26
|
"text_cv_property_place_of_birth": "Lugar de nacimiento",
|
|
27
27
|
"text_cv_property_nationality": "Nacionalidad",
|
|
28
|
-
"text_cv_property_website": "
|
|
29
|
-
"text_language_proficiency_1": "
|
|
28
|
+
"text_cv_property_website": "Página web",
|
|
29
|
+
"text_language_proficiency_1": "Principiante",
|
|
30
30
|
"text_language_proficiency_2": "Elemental",
|
|
31
31
|
"text_language_proficiency_3": "Intermedio",
|
|
32
32
|
"text_language_proficiency_4": "Avanzado",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"text_skill_level_3": "Competente",
|
|
37
37
|
"text_skill_level_4": "Avanzado",
|
|
38
38
|
"text_skill_level_5": "Experto",
|
|
39
|
-
"text_cv_section_name_personal_info": "
|
|
39
|
+
"text_cv_section_name_personal_info": "Datos personales",
|
|
40
40
|
"text_cv_section_name_links": "Enlaces",
|
|
41
41
|
"text_cv_property_gender": "Género",
|
|
42
42
|
"text_cv_property_marital_status": "Estado civil",
|
|
@@ -44,9 +44,52 @@
|
|
|
44
44
|
"text_cv_section_name_driver_licenses": "Permisos de conducir",
|
|
45
45
|
"text_cv_section_name_driver_declaration": "Declaración",
|
|
46
46
|
"text_cv_section_name_declaration": "Declaración",
|
|
47
|
-
"text_references_available_upon_request": "
|
|
48
|
-
"text_brand_watermark": "
|
|
47
|
+
"text_references_available_upon_request": "Referencias disponibles previa solicitud",
|
|
48
|
+
"text_brand_watermark": "Creado con {brand}",
|
|
49
49
|
"text_to_recipient_in_cover_letter": "Para",
|
|
50
50
|
"text_present_in_resume_date": "Actualidad",
|
|
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": "Descargar PDF",
|
|
54
|
+
"text_cv_viewer_pdf": "PDF",
|
|
55
|
+
"text_cv_viewer_contact": "Contacto",
|
|
56
|
+
"text_cv_viewer_owners_cv": "CV de {name}",
|
|
57
|
+
"text_cv_viewer_view_cv": "Ver CV",
|
|
58
|
+
"text_cv_viewer_professional_cv": "CV profesional",
|
|
59
|
+
"text_cv_viewer_unable_to_load": "No se ha podido cargar el CV",
|
|
60
|
+
"text_cv_viewer_try_again": "Intentarlo de nuevo",
|
|
61
|
+
"text_cv_viewer_tap_to_zoom": "Toca para ampliar",
|
|
62
|
+
"text_cv_viewer_made_with": "Creado con",
|
|
63
|
+
"text_cv_viewer_build_free": "Crea tu CV profesional gratis",
|
|
64
|
+
"text_error_link_expired": "Este enlace ha caducado",
|
|
65
|
+
"text_error_expired_message": "El enlace para compartir del propietario del CV ya no está activo",
|
|
66
|
+
"text_error_cv_unavailable": "El CV ya no está disponible",
|
|
67
|
+
"text_error_cv_removed_message": "Este CV ha sido eliminado por su propietario",
|
|
68
|
+
"text_error_not_found": "CV no encontrado",
|
|
69
|
+
"text_error_not_found_message": "Este enlace no existe o puede haber sido eliminado",
|
|
70
|
+
"text_error_create_free_cv": "Crea tu CV gratis",
|
|
71
|
+
"text_password_protected": "Protegido con contraseña",
|
|
72
|
+
"text_password_enter_to_view": "Introduce la contraseña para ver este CV",
|
|
73
|
+
"text_password_enter": "Introducir contraseña",
|
|
74
|
+
"text_password_incorrect": "Contraseña incorrecta. Inténtalo de nuevo",
|
|
75
|
+
"text_password_something_wrong": "Algo ha salido mal. Inténtalo de nuevo",
|
|
76
|
+
"text_password_verifying": "Verificando",
|
|
77
|
+
"text_password_view_cv": "Ver CV",
|
|
78
|
+
"text_password_hide": "Ocultar contraseña",
|
|
79
|
+
"text_password_show": "Mostrar contraseña",
|
|
80
|
+
"text_password_made_with": "Creado con",
|
|
81
|
+
"text_lightbox_viewer": "Visor de CV a pantalla completa",
|
|
82
|
+
"text_lightbox_close": "Cerrar visor a pantalla completa",
|
|
83
|
+
"text_lightbox_zoom_out": "Reducir zoom",
|
|
84
|
+
"text_lightbox_zoom_in": "Ampliar zoom",
|
|
85
|
+
"text_lightbox_pinch_zoom": "Pellizca · toca dos veces para ampliar · × para cerrar",
|
|
86
|
+
"text_contact_get_in_touch": "Ponte en contacto",
|
|
87
|
+
"text_contact_connect_with": "Contacta con {name}",
|
|
88
|
+
"text_contact_reach_out": "Contacta por email o teléfono a continuación",
|
|
89
|
+
"text_contact_send_email": "Enviar email",
|
|
90
|
+
"text_contact_call_now": "Llamar ahora",
|
|
91
|
+
"text_contact_copy_email": "Copiar email",
|
|
92
|
+
"text_contact_copy_phone": "Copiar teléfono",
|
|
93
|
+
"text_contact_email_copied": "Email copiado!",
|
|
94
|
+
"text_contact_phone_copied": "Teléfono copiado!"
|
|
52
95
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://inlang.com/schema/inlang-message-format",
|
|
3
3
|
"text_cv_section_name_summary": "Yhteenveto",
|
|
4
|
-
"text_cv_section_name_objective": "
|
|
4
|
+
"text_cv_section_name_objective": "Uratavoite",
|
|
5
5
|
"text_cv_section_name_experience": "Työkokemus",
|
|
6
6
|
"text_cv_section_name_education": "Koulutus",
|
|
7
7
|
"text_cv_section_name_projects": "Projektit",
|
|
8
|
-
"text_cv_section_name_skills": "
|
|
8
|
+
"text_cv_section_name_skills": "Osaaminen",
|
|
9
9
|
"text_cv_section_name_certifications": "Sertifikaatit",
|
|
10
10
|
"text_cv_section_name_awards": "Palkinnot",
|
|
11
11
|
"text_cv_section_name_interests": "Kiinnostuksen kohteet",
|
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
"text_cv_section_name_achievements": "Saavutukset",
|
|
15
15
|
"text_cv_section_name_qrcode": "QR-koodi",
|
|
16
16
|
"text_cv_section_name_activities": "Toiminta",
|
|
17
|
-
"text_cv_section_name_languages": "
|
|
17
|
+
"text_cv_section_name_languages": "Kielitaito",
|
|
18
18
|
"text_cv_section_name_references": "Suosittelijat",
|
|
19
19
|
"text_cv_section_name_profiles": "Profiilit",
|
|
20
|
-
"text_cv_section_name_details": "
|
|
20
|
+
"text_cv_section_name_details": "Lisätiedot",
|
|
21
21
|
"text_cv_property_location": "Sijainti",
|
|
22
22
|
"text_cv_property_address": "Osoite",
|
|
23
23
|
"text_cv_property_phone": "Puhelin",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"text_language_proficiency_5": "Sujuva",
|
|
34
34
|
"text_skill_level_1": "Perustaso",
|
|
35
35
|
"text_skill_level_2": "Keskitaso",
|
|
36
|
-
"text_skill_level_3": "
|
|
36
|
+
"text_skill_level_3": "Hyvä",
|
|
37
37
|
"text_skill_level_4": "Edistynyt",
|
|
38
38
|
"text_skill_level_5": "Asiantuntija",
|
|
39
39
|
"text_cv_section_name_personal_info": "Henkilötiedot",
|
|
@@ -45,8 +45,51 @@
|
|
|
45
45
|
"text_cv_section_name_driver_declaration": "Vakuutus",
|
|
46
46
|
"text_cv_section_name_declaration": "Vakuutus",
|
|
47
47
|
"text_references_available_upon_request": "Tiedot saatavilla pyynnöstä",
|
|
48
|
-
"text_brand_watermark": "
|
|
49
|
-
"text_to_recipient_in_cover_letter": "
|
|
50
|
-
"text_present_in_resume_date": "
|
|
51
|
-
"text_send_from_in_cover_letter": "Lähettäjä"
|
|
48
|
+
"text_brand_watermark": "Luotu {brand}-palvelulla",
|
|
49
|
+
"text_to_recipient_in_cover_letter": "Vastaanottaja",
|
|
50
|
+
"text_present_in_resume_date": "Nykyinen",
|
|
51
|
+
"text_send_from_in_cover_letter": "Lähettäjä",
|
|
52
|
+
"text_cv_property_linkedin": "LinkedIn",
|
|
53
|
+
"text_cv_viewer_download_pdf": "Lataa PDF",
|
|
54
|
+
"text_cv_viewer_pdf": "PDF",
|
|
55
|
+
"text_cv_viewer_contact": "Yhteystiedot",
|
|
56
|
+
"text_cv_viewer_owners_cv": "{name} – CV",
|
|
57
|
+
"text_cv_viewer_view_cv": "Näytä CV",
|
|
58
|
+
"text_cv_viewer_professional_cv": "Ammattimainen CV",
|
|
59
|
+
"text_cv_viewer_unable_to_load": "CV:tä ei voitu ladata",
|
|
60
|
+
"text_cv_viewer_try_again": "Yritä uudelleen",
|
|
61
|
+
"text_cv_viewer_tap_to_zoom": "Suurenna napauttamalla",
|
|
62
|
+
"text_cv_viewer_made_with": "Luotu palvelulla",
|
|
63
|
+
"text_cv_viewer_build_free": "Luo ammattimainen CV maksutta",
|
|
64
|
+
"text_error_link_expired": "Tämä linkki on vanhentunut",
|
|
65
|
+
"text_error_expired_message": "CV:n omistajan jaettava linkki ei ole enää aktiivinen",
|
|
66
|
+
"text_error_cv_unavailable": "CV ei ole enää saatavilla",
|
|
67
|
+
"text_error_cv_removed_message": "CV:n omistaja on poistanut tämän CV:n",
|
|
68
|
+
"text_error_not_found": "CV:tä ei löytynyt",
|
|
69
|
+
"text_error_not_found_message": "Tätä linkkiä ei ole olemassa tai se on saatettu poistaa",
|
|
70
|
+
"text_error_create_free_cv": "Luo maksuton CV",
|
|
71
|
+
"text_password_protected": "Salasanalla suojattu",
|
|
72
|
+
"text_password_enter_to_view": "Anna salasana nähdäksesi tämän CV:n",
|
|
73
|
+
"text_password_enter": "Anna salasana",
|
|
74
|
+
"text_password_incorrect": "Virheellinen salasana. Yritä uudelleen",
|
|
75
|
+
"text_password_something_wrong": "Jokin meni pieleen. Yritä uudelleen",
|
|
76
|
+
"text_password_verifying": "Tarkistetaan",
|
|
77
|
+
"text_password_view_cv": "Näytä CV",
|
|
78
|
+
"text_password_hide": "Piilota salasana",
|
|
79
|
+
"text_password_show": "Näytä salasana",
|
|
80
|
+
"text_password_made_with": "Luotu palvelulla",
|
|
81
|
+
"text_lightbox_viewer": "CV:n koko näytön katselu",
|
|
82
|
+
"text_lightbox_close": "Sulje koko näytön katselu",
|
|
83
|
+
"text_lightbox_zoom_out": "Loitonna",
|
|
84
|
+
"text_lightbox_zoom_in": "Lähennä",
|
|
85
|
+
"text_lightbox_pinch_zoom": "Nipistä · kaksoisnapauta zoomataksesi · × sulje",
|
|
86
|
+
"text_contact_get_in_touch": "Ota yhteyttä",
|
|
87
|
+
"text_contact_connect_with": "Ota yhteyttä: {name}",
|
|
88
|
+
"text_contact_reach_out": "Ota yhteyttä sähköpostitse tai puhelimitse alla olevilla tiedoilla",
|
|
89
|
+
"text_contact_send_email": "Lähetä sähköposti",
|
|
90
|
+
"text_contact_call_now": "Soita nyt",
|
|
91
|
+
"text_contact_copy_email": "Kopioi sähköpostiosoite",
|
|
92
|
+
"text_contact_copy_phone": "Kopioi puhelinnumero",
|
|
93
|
+
"text_contact_email_copied": "Sähköpostiosoite kopioitu!",
|
|
94
|
+
"text_contact_phone_copied": "Puhelinnumero kopioitu!"
|
|
52
95
|
}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://inlang.com/schema/inlang-message-format",
|
|
3
|
+
"text_cv_section_name_summary": "Profil professionnel",
|
|
4
|
+
"text_cv_section_name_objective": "Objectif professionnel",
|
|
5
|
+
"text_cv_section_name_experience": "Expérience professionnelle",
|
|
6
|
+
"text_cv_section_name_education": "Formation",
|
|
7
|
+
"text_cv_section_name_projects": "Projets",
|
|
8
|
+
"text_cv_section_name_skills": "Compétences",
|
|
9
|
+
"text_cv_section_name_certifications": "Certifications",
|
|
10
|
+
"text_cv_section_name_awards": "Distinctions",
|
|
11
|
+
"text_cv_section_name_interests": "Centres d’intérêt",
|
|
12
|
+
"text_cv_section_name_volunteering": "Bénévolat",
|
|
13
|
+
"text_cv_section_name_publications": "Publications",
|
|
14
|
+
"text_cv_section_name_achievements": "Réalisations",
|
|
15
|
+
"text_cv_section_name_qrcode": "Code QR",
|
|
16
|
+
"text_cv_section_name_activities": "Activités",
|
|
17
|
+
"text_cv_section_name_languages": "Langues",
|
|
18
|
+
"text_cv_section_name_references": "Références",
|
|
19
|
+
"text_cv_section_name_profiles": "Profils en ligne",
|
|
20
|
+
"text_cv_section_name_details": "Informations complémentaires",
|
|
21
|
+
"text_cv_section_name_personal_info": "Informations personnelles",
|
|
22
|
+
"text_cv_section_name_links": "Liens",
|
|
23
|
+
"text_cv_section_name_licenses": "Licences",
|
|
24
|
+
"text_cv_section_name_driver_licenses": "Permis de conduire",
|
|
25
|
+
"text_cv_section_name_declaration": "Déclaration",
|
|
26
|
+
"text_cv_property_location": "Localisation",
|
|
27
|
+
"text_cv_property_address": "Adresse",
|
|
28
|
+
"text_cv_property_phone": "Téléphone",
|
|
29
|
+
"text_cv_property_email": "E-mail",
|
|
30
|
+
"text_cv_property_date_of_birth": "Date de naissance",
|
|
31
|
+
"text_cv_property_place_of_birth": "Lieu de naissance",
|
|
32
|
+
"text_cv_property_nationality": "Nationalité",
|
|
33
|
+
"text_cv_property_website": "Site web",
|
|
34
|
+
"text_cv_property_linkedin": "LinkedIn",
|
|
35
|
+
"text_cv_property_gender": "Genre",
|
|
36
|
+
"text_cv_property_marital_status": "Situation familiale",
|
|
37
|
+
"text_language_proficiency_1": "Débutant",
|
|
38
|
+
"text_language_proficiency_2": "Élémentaire",
|
|
39
|
+
"text_language_proficiency_3": "Intermédiaire",
|
|
40
|
+
"text_language_proficiency_4": "Avancé",
|
|
41
|
+
"text_language_proficiency_5": "Courant",
|
|
42
|
+
"text_skill_level_1": "Basique",
|
|
43
|
+
"text_skill_level_2": "Intermédiaire",
|
|
44
|
+
"text_skill_level_3": "Confirmé",
|
|
45
|
+
"text_skill_level_4": "Avancé",
|
|
46
|
+
"text_skill_level_5": "Expert",
|
|
47
|
+
"text_references_available_upon_request": "Références disponibles sur demande",
|
|
48
|
+
"text_brand_watermark": "Propulsé par {brand}",
|
|
49
|
+
"text_to_recipient_in_cover_letter": "À",
|
|
50
|
+
"text_present_in_resume_date": "Présent",
|
|
51
|
+
"text_send_from_in_cover_letter": "De",
|
|
52
|
+
"text_cv_viewer_download_pdf": "Télécharger le PDF",
|
|
53
|
+
"text_cv_viewer_pdf": "PDF",
|
|
54
|
+
"text_cv_viewer_contact": "Contact",
|
|
55
|
+
"text_cv_viewer_owners_cv": "CV de {name}",
|
|
56
|
+
"text_cv_viewer_view_cv": "Voir le CV",
|
|
57
|
+
"text_cv_viewer_professional_cv": "CV professionnel",
|
|
58
|
+
"text_cv_viewer_unable_to_load": "Impossible de charger le CV",
|
|
59
|
+
"text_cv_viewer_try_again": "Réessayer",
|
|
60
|
+
"text_cv_viewer_tap_to_zoom": "Appuyez pour zoomer",
|
|
61
|
+
"text_cv_viewer_made_with": "Créé avec",
|
|
62
|
+
"text_cv_viewer_build_free": "Créez gratuitement votre CV professionnel",
|
|
63
|
+
"text_error_link_expired": "Ce lien a expiré",
|
|
64
|
+
"text_error_expired_message": "Le lien de partage du propriétaire du CV n’est plus actif",
|
|
65
|
+
"text_error_cv_unavailable": "CV non disponible",
|
|
66
|
+
"text_error_cv_removed_message": "Ce CV a été supprimé par son propriétaire",
|
|
67
|
+
"text_error_not_found": "CV introuvable",
|
|
68
|
+
"text_error_not_found_message": "Ce lien n’existe pas ou a peut-être été supprimé",
|
|
69
|
+
"text_error_create_free_cv": "Créer votre CV gratuit",
|
|
70
|
+
"text_password_protected": "Protégé par mot de passe",
|
|
71
|
+
"text_password_enter_to_view": "Saisissez le mot de passe pour consulter ce CV",
|
|
72
|
+
"text_password_enter": "Saisir le mot de passe",
|
|
73
|
+
"text_password_incorrect": "Mot de passe incorrect. Veuillez réessayer",
|
|
74
|
+
"text_password_something_wrong": "Une erreur s’est produite. Veuillez réessayer",
|
|
75
|
+
"text_password_verifying": "Vérification en cours",
|
|
76
|
+
"text_password_view_cv": "Voir le CV",
|
|
77
|
+
"text_password_hide": "Masquer le mot de passe",
|
|
78
|
+
"text_password_show": "Afficher le mot de passe",
|
|
79
|
+
"text_password_made_with": "Créé avec",
|
|
80
|
+
"text_lightbox_viewer": "Visionneuse de CV en plein écran",
|
|
81
|
+
"text_lightbox_close": "Fermer la visionneuse plein écran",
|
|
82
|
+
"text_lightbox_zoom_out": "Dézoomer",
|
|
83
|
+
"text_lightbox_zoom_in": "Zoomer",
|
|
84
|
+
"text_lightbox_pinch_zoom": "Pincez · touchez deux fois pour zoomer · × pour fermer",
|
|
85
|
+
"text_contact_get_in_touch": "Prendre contact",
|
|
86
|
+
"text_contact_connect_with": "Contacter {name}",
|
|
87
|
+
"text_contact_reach_out": "Contact par e-mail ou téléphone ci-dessous",
|
|
88
|
+
"text_contact_send_email": "Envoyer un e-mail",
|
|
89
|
+
"text_contact_call_now": "Appeler maintenant",
|
|
90
|
+
"text_contact_copy_email": "Copier l’e-mail",
|
|
91
|
+
"text_contact_copy_phone": "Copier le téléphone",
|
|
92
|
+
"text_contact_email_copied": "E-mail copié !",
|
|
93
|
+
"text_contact_phone_copied": "Téléphone copié !"
|
|
94
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://inlang.com/schema/inlang-message-format",
|
|
3
|
-
"text_cv_section_name_summary": "
|
|
3
|
+
"text_cv_section_name_summary": "Profil",
|
|
4
4
|
"text_cv_section_name_objective": "Objectif professionnel",
|
|
5
5
|
"text_cv_section_name_experience": "Expérience professionnelle",
|
|
6
6
|
"text_cv_section_name_education": "Formation",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"text_cv_section_name_languages": "Langues",
|
|
18
18
|
"text_cv_section_name_references": "Références",
|
|
19
19
|
"text_cv_section_name_profiles": "Profils",
|
|
20
|
-
"text_cv_section_name_details": "
|
|
20
|
+
"text_cv_section_name_details": "Informations complémentaires",
|
|
21
21
|
"text_cv_property_location": "Localisation",
|
|
22
22
|
"text_cv_property_address": "Adresse",
|
|
23
23
|
"text_cv_property_phone": "Téléphone",
|
|
@@ -31,22 +31,65 @@
|
|
|
31
31
|
"text_language_proficiency_3": "Intermédiaire",
|
|
32
32
|
"text_language_proficiency_4": "Avancé",
|
|
33
33
|
"text_language_proficiency_5": "Courant",
|
|
34
|
-
"text_skill_level_1": "Notions
|
|
34
|
+
"text_skill_level_1": "Notions",
|
|
35
35
|
"text_skill_level_2": "Intermédiaire",
|
|
36
|
-
"text_skill_level_3": "
|
|
36
|
+
"text_skill_level_3": "Confirmé",
|
|
37
37
|
"text_skill_level_4": "Avancé",
|
|
38
38
|
"text_skill_level_5": "Expert",
|
|
39
39
|
"text_cv_section_name_personal_info": "Informations personnelles",
|
|
40
40
|
"text_cv_section_name_links": "Liens",
|
|
41
|
-
"text_cv_property_gender": "
|
|
42
|
-
"text_cv_property_marital_status": "
|
|
43
|
-
"text_cv_section_name_licenses": "
|
|
41
|
+
"text_cv_property_gender": "Genre",
|
|
42
|
+
"text_cv_property_marital_status": "Situation familiale",
|
|
43
|
+
"text_cv_section_name_licenses": "Licences",
|
|
44
44
|
"text_cv_section_name_driver_licenses": "Permis de conduire",
|
|
45
45
|
"text_cv_section_name_driver_declaration": "Déclaration",
|
|
46
46
|
"text_cv_section_name_declaration": "Déclaration",
|
|
47
|
-
"text_references_available_upon_request": "
|
|
47
|
+
"text_references_available_upon_request": "Références disponibles sur demande",
|
|
48
48
|
"text_brand_watermark": "Propulsé par {brand}",
|
|
49
|
-
"text_to_recipient_in_cover_letter": "À
|
|
50
|
-
"text_present_in_resume_date": "
|
|
51
|
-
"text_send_from_in_cover_letter": "
|
|
49
|
+
"text_to_recipient_in_cover_letter": "À",
|
|
50
|
+
"text_present_in_resume_date": "Aujourd’hui",
|
|
51
|
+
"text_send_from_in_cover_letter": "De",
|
|
52
|
+
"text_cv_property_linkedin": "LinkedIn",
|
|
53
|
+
"text_cv_viewer_download_pdf": "Télécharger le PDF",
|
|
54
|
+
"text_cv_viewer_pdf": "PDF",
|
|
55
|
+
"text_cv_viewer_contact": "Contact",
|
|
56
|
+
"text_cv_viewer_owners_cv": "CV de {name}",
|
|
57
|
+
"text_cv_viewer_view_cv": "Voir le CV",
|
|
58
|
+
"text_cv_viewer_professional_cv": "CV professionnel",
|
|
59
|
+
"text_cv_viewer_unable_to_load": "Impossible de charger le CV",
|
|
60
|
+
"text_cv_viewer_try_again": "Réessayer",
|
|
61
|
+
"text_cv_viewer_tap_to_zoom": "Appuyez pour zoomer",
|
|
62
|
+
"text_cv_viewer_made_with": "Créé avec",
|
|
63
|
+
"text_cv_viewer_build_free": "Créez gratuitement votre CV professionnel",
|
|
64
|
+
"text_error_link_expired": "Ce lien a expiré",
|
|
65
|
+
"text_error_expired_message": "Le lien de partage du propriétaire du CV n’est plus actif",
|
|
66
|
+
"text_error_cv_unavailable": "CV plus disponible",
|
|
67
|
+
"text_error_cv_removed_message": "Ce CV a été supprimé par son propriétaire",
|
|
68
|
+
"text_error_not_found": "CV introuvable",
|
|
69
|
+
"text_error_not_found_message": "Ce lien n’existe pas ou a peut-être été supprimé",
|
|
70
|
+
"text_error_create_free_cv": "Créer votre CV gratuit",
|
|
71
|
+
"text_password_protected": "Protégé par mot de passe",
|
|
72
|
+
"text_password_enter_to_view": "Saisissez le mot de passe pour consulter ce CV",
|
|
73
|
+
"text_password_enter": "Saisir le mot de passe",
|
|
74
|
+
"text_password_incorrect": "Mot de passe incorrect. Veuillez réessayer",
|
|
75
|
+
"text_password_something_wrong": "Une erreur est survenue. Veuillez réessayer",
|
|
76
|
+
"text_password_verifying": "Vérification en cours",
|
|
77
|
+
"text_password_view_cv": "Voir le CV",
|
|
78
|
+
"text_password_hide": "Masquer le mot de passe",
|
|
79
|
+
"text_password_show": "Afficher le mot de passe",
|
|
80
|
+
"text_password_made_with": "Créé avec",
|
|
81
|
+
"text_lightbox_viewer": "Visionneuse de CV en plein écran",
|
|
82
|
+
"text_lightbox_close": "Fermer la visionneuse plein écran",
|
|
83
|
+
"text_lightbox_zoom_out": "Zoom arrière",
|
|
84
|
+
"text_lightbox_zoom_in": "Zoom avant",
|
|
85
|
+
"text_lightbox_pinch_zoom": "Pincez · touchez deux fois pour zoomer · × pour fermer",
|
|
86
|
+
"text_contact_get_in_touch": "Prendre contact",
|
|
87
|
+
"text_contact_connect_with": "Contacter {name}",
|
|
88
|
+
"text_contact_reach_out": "Écrivez ou appelez aux coordonnées ci-dessous",
|
|
89
|
+
"text_contact_send_email": "Envoyer un e-mail",
|
|
90
|
+
"text_contact_call_now": "Appeler",
|
|
91
|
+
"text_contact_copy_email": "Copier l’e-mail",
|
|
92
|
+
"text_contact_copy_phone": "Copier le téléphone",
|
|
93
|
+
"text_contact_email_copied": "E-mail copié !",
|
|
94
|
+
"text_contact_phone_copied": "Téléphone copié !"
|
|
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": "פרסומים",
|
|
@@ -15,16 +15,16 @@
|
|
|
15
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": "טלפון",
|
|
24
|
-
"text_cv_property_email": "
|
|
24
|
+
"text_cv_property_email": "דוא״ל",
|
|
25
25
|
"text_cv_property_date_of_birth": "תאריך לידה",
|
|
26
26
|
"text_cv_property_place_of_birth": "מקום לידה",
|
|
27
|
-
"text_cv_property_nationality": "
|
|
27
|
+
"text_cv_property_nationality": "אזרחות",
|
|
28
28
|
"text_cv_property_website": "אתר אינטרנט",
|
|
29
29
|
"text_language_proficiency_1": "מתחיל",
|
|
30
30
|
"text_language_proficiency_2": "בסיסי",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
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
39
|
"text_cv_section_name_personal_info": "פרטים אישיים",
|
|
@@ -45,8 +45,51 @@
|
|
|
45
45
|
"text_cv_section_name_driver_declaration": "הצהרה",
|
|
46
46
|
"text_cv_section_name_declaration": "הצהרה",
|
|
47
47
|
"text_references_available_upon_request": "פרטים יימסרו לפי דרישה",
|
|
48
|
-
"text_brand_watermark": "
|
|
49
|
-
"text_to_recipient_in_cover_letter": "
|
|
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}",
|
|
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
|
}
|