tera-system-ui 0.1.34 → 0.1.40

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 (102) hide show
  1. package/dist/components/command/command.scss +2 -2
  2. package/dist/components/command/components/command-empty.svelte +16 -0
  3. package/dist/components/command/components/command-empty.svelte.d.ts +4 -0
  4. package/dist/components/command/components/command-group.svelte +31 -0
  5. package/dist/components/command/components/command-group.svelte.d.ts +7 -0
  6. package/dist/components/command/components/command-input.svelte +30 -0
  7. package/dist/components/command/components/command-input.svelte.d.ts +4 -0
  8. package/dist/components/command/components/command-item.svelte +20 -0
  9. package/dist/components/command/components/command-item.svelte.d.ts +4 -0
  10. package/dist/components/command/components/command-link-item.svelte +18 -0
  11. package/dist/components/command/components/command-link-item.svelte.d.ts +4 -0
  12. package/dist/components/command/components/command-list.svelte +16 -0
  13. package/dist/components/command/components/command-list.svelte.d.ts +4 -0
  14. package/dist/components/command/components/command-separator.svelte +15 -0
  15. package/dist/components/command/components/command-separator.svelte.d.ts +4 -0
  16. package/dist/components/command/components/command-shortcut.svelte +19 -0
  17. package/dist/components/command/components/command-shortcut.svelte.d.ts +5 -0
  18. package/dist/components/command/components/command.svelte +54 -0
  19. package/dist/components/command/components/command.svelte.d.ts +5 -0
  20. package/dist/components/command/index.d.ts +12 -12
  21. package/dist/components/command/index.js +13 -18
  22. package/dist/components/text-area/TextArea.svelte +5 -5
  23. package/dist/index.d.ts +0 -1
  24. package/dist/index.js +0 -1
  25. package/dist/tera-i18n/dev-tools/translator/gpt-translator-i18n-message.js +1 -3
  26. package/dist/tera-i18n/dev-tools/translator/prompt/i18n-message-translate-prompt-cv-maker.txt +17 -14
  27. package/dist/tera-i18n/projects/common/all-language-data.js +10 -1
  28. package/dist/tera-i18n/projects/cv-maker/messages/ar.json +13 -13
  29. package/dist/tera-i18n/projects/cv-maker/messages/bg.json +18 -18
  30. package/dist/tera-i18n/projects/cv-maker/messages/bn.json +21 -21
  31. package/dist/tera-i18n/projects/cv-maker/messages/ca.json +12 -12
  32. package/dist/tera-i18n/projects/cv-maker/messages/cs.json +11 -11
  33. package/dist/tera-i18n/projects/cv-maker/messages/da.json +10 -10
  34. package/dist/tera-i18n/projects/cv-maker/messages/de.json +11 -11
  35. package/dist/tera-i18n/projects/cv-maker/messages/el.json +14 -14
  36. package/dist/tera-i18n/projects/cv-maker/messages/en-CA.json +51 -0
  37. package/dist/tera-i18n/projects/cv-maker/messages/en-GB.json +51 -0
  38. package/dist/tera-i18n/projects/cv-maker/messages/en-IN.json +51 -0
  39. package/dist/tera-i18n/projects/cv-maker/messages/en-PK.json +51 -0
  40. package/dist/tera-i18n/projects/cv-maker/messages/en-US.json +51 -0
  41. package/dist/tera-i18n/projects/cv-maker/messages/en-ZA.json +51 -0
  42. package/dist/tera-i18n/projects/cv-maker/messages/es.json +8 -8
  43. package/dist/tera-i18n/projects/cv-maker/messages/fi.json +5 -5
  44. package/dist/tera-i18n/projects/cv-maker/messages/fr.json +13 -13
  45. package/dist/tera-i18n/projects/cv-maker/messages/he.json +13 -13
  46. package/dist/tera-i18n/projects/cv-maker/messages/hi.json +12 -12
  47. package/dist/tera-i18n/projects/cv-maker/messages/hu.json +16 -16
  48. package/dist/tera-i18n/projects/cv-maker/messages/id.json +9 -9
  49. package/dist/tera-i18n/projects/cv-maker/messages/it.json +13 -13
  50. package/dist/tera-i18n/projects/cv-maker/messages/ja.json +13 -13
  51. package/dist/tera-i18n/projects/cv-maker/messages/ko.json +15 -15
  52. package/dist/tera-i18n/projects/cv-maker/messages/lt.json +13 -13
  53. package/dist/tera-i18n/projects/cv-maker/messages/lv.json +12 -12
  54. package/dist/tera-i18n/projects/cv-maker/messages/ms-MY.json +51 -0
  55. package/dist/tera-i18n/projects/cv-maker/messages/ms.json +10 -10
  56. package/dist/tera-i18n/projects/cv-maker/messages/nl.json +5 -5
  57. package/dist/tera-i18n/projects/cv-maker/messages/no.json +8 -8
  58. package/dist/tera-i18n/projects/cv-maker/messages/pl.json +12 -12
  59. package/dist/tera-i18n/projects/cv-maker/messages/pt-BR.json +51 -0
  60. package/dist/tera-i18n/projects/cv-maker/messages/pt-PT.json +51 -0
  61. package/dist/tera-i18n/projects/cv-maker/messages/pt.json +7 -7
  62. package/dist/tera-i18n/projects/cv-maker/messages/ro.json +9 -9
  63. package/dist/tera-i18n/projects/cv-maker/messages/ru.json +13 -13
  64. package/dist/tera-i18n/projects/cv-maker/messages/sk.json +15 -15
  65. package/dist/tera-i18n/projects/cv-maker/messages/sl.json +15 -15
  66. package/dist/tera-i18n/projects/cv-maker/messages/sq.json +34 -34
  67. package/dist/tera-i18n/projects/cv-maker/messages/sr.json +16 -16
  68. package/dist/tera-i18n/projects/cv-maker/messages/sv.json +9 -9
  69. package/dist/tera-i18n/projects/cv-maker/messages/sw.json +15 -15
  70. package/dist/tera-i18n/projects/cv-maker/messages/ta.json +25 -25
  71. package/dist/tera-i18n/projects/cv-maker/messages/te.json +25 -25
  72. package/dist/tera-i18n/projects/cv-maker/messages/th.json +17 -17
  73. package/dist/tera-i18n/projects/cv-maker/messages/tl.json +16 -16
  74. package/dist/tera-i18n/projects/cv-maker/messages/tr.json +6 -6
  75. package/dist/tera-i18n/projects/cv-maker/messages/uk.json +15 -15
  76. package/dist/tera-i18n/projects/cv-maker/messages/vi.json +18 -18
  77. package/dist/tera-i18n/projects/cv-maker/messages/zh-CN.json +29 -29
  78. package/dist/tera-i18n/projects/cv-maker/messages/zh-TW.json +26 -26
  79. package/dist/tera-i18n/projects/cv-maker/project.inlang/settings.json +68 -59
  80. package/dist/tera-i18n/projects/cv-maker/supported-language.js +10 -1
  81. package/dist/utils/index.d.ts +10 -0
  82. package/package.json +1 -1
  83. package/dist/components/command/command.d.ts +0 -33
  84. package/dist/components/command/command.js +0 -512
  85. package/dist/components/command/components/Command.svelte +0 -120
  86. package/dist/components/command/components/Command.svelte.d.ts +0 -4
  87. package/dist/components/command/components/CommandEmpty.svelte +0 -30
  88. package/dist/components/command/components/CommandEmpty.svelte.d.ts +0 -4
  89. package/dist/components/command/components/CommandGroup.svelte +0 -110
  90. package/dist/components/command/components/CommandGroup.svelte.d.ts +0 -4
  91. package/dist/components/command/components/CommandInput.svelte +0 -92
  92. package/dist/components/command/components/CommandInput.svelte.d.ts +0 -8
  93. package/dist/components/command/components/CommandItem.svelte +0 -110
  94. package/dist/components/command/components/CommandItem.svelte.d.ts +0 -4
  95. package/dist/components/command/components/CommandList.svelte +0 -56
  96. package/dist/components/command/components/CommandList.svelte.d.ts +0 -6
  97. package/dist/components/command/components/CommandLoading.svelte +0 -29
  98. package/dist/components/command/components/CommandLoading.svelte.d.ts +0 -9
  99. package/dist/components/command/components/CommandSeparator.svelte +0 -21
  100. package/dist/components/command/components/CommandSeparator.svelte.d.ts +0 -4
  101. package/dist/components/command/types.d.ts +0 -227
  102. package/dist/components/command/types.js +0 -1
@@ -0,0 +1,51 @@
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": "Voluntary Work",
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": "Extracurricular Activities",
17
+ "text_cv_section_name_languages": "Languages",
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",
22
+ "text_cv_section_name_links": "Links",
23
+ "text_cv_section_name_licenses": "Licences",
24
+ "text_cv_section_name_driver_licenses": "Driver’s 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": "Telephone",
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_gender": "Gender",
35
+ "text_cv_property_marital_status": "Marital Status",
36
+ "text_language_proficiency_1": "Beginner",
37
+ "text_language_proficiency_2": "Elementary",
38
+ "text_language_proficiency_3": "Intermediate",
39
+ "text_language_proficiency_4": "Advanced",
40
+ "text_language_proficiency_5": "Fluent",
41
+ "text_skill_level_1": "Basic",
42
+ "text_skill_level_2": "Intermediate",
43
+ "text_skill_level_3": "Proficient",
44
+ "text_skill_level_4": "Advanced",
45
+ "text_skill_level_5": "Expert",
46
+ "text_references_available_upon_request": "Information available upon request",
47
+ "text_brand_watermark": "Powered by {brand}",
48
+ "text_to_recipient_in_cover_letter": "To",
49
+ "text_present_in_resume_date": "Present",
50
+ "text_send_from_in_cover_letter": "From"
51
+ }
@@ -3,9 +3,9 @@
3
3
  "text_cv_section_name_summary": "Resumen",
4
4
  "text_cv_section_name_objective": "Objetivo",
5
5
  "text_cv_section_name_experience": "Experiencia",
6
- "text_cv_section_name_education": "Educación",
6
+ "text_cv_section_name_education": "Formación académica",
7
7
  "text_cv_section_name_projects": "Proyectos",
8
- "text_cv_section_name_skills": "Habilidades",
8
+ "text_cv_section_name_skills": "Competencias",
9
9
  "text_cv_section_name_certifications": "Certificaciones",
10
10
  "text_cv_section_name_awards": "Premios",
11
11
  "text_cv_section_name_interests": "Intereses",
@@ -26,8 +26,8 @@
26
26
  "text_cv_property_place_of_birth": "Lugar de nacimiento",
27
27
  "text_cv_property_nationality": "Nacionalidad",
28
28
  "text_cv_property_website": "Sitio web",
29
- "text_language_proficiency_1": "Principiante",
30
- "text_language_proficiency_2": "Básico",
29
+ "text_language_proficiency_1": "Básico",
30
+ "text_language_proficiency_2": "Elemental",
31
31
  "text_language_proficiency_3": "Intermedio",
32
32
  "text_language_proficiency_4": "Avanzado",
33
33
  "text_language_proficiency_5": "Fluido",
@@ -39,14 +39,14 @@
39
39
  "text_cv_section_name_personal_info": "Información personal",
40
40
  "text_cv_section_name_links": "Enlaces",
41
41
  "text_cv_property_gender": "Género",
42
- "text_cv_property_marital_status": "Estado Civil",
42
+ "text_cv_property_marital_status": "Estado civil",
43
43
  "text_cv_section_name_licenses": "Licencias",
44
- "text_cv_section_name_driver_licenses": "Licencias de Conducir",
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
47
  "text_references_available_upon_request": "Información disponible a solicitud",
48
- "text_brand_watermark": "Impulsado por {brand}",
49
- "text_to_recipient_in_cover_letter": "Enviar a",
48
+ "text_brand_watermark": "Desarrollado por {brand}",
49
+ "text_to_recipient_in_cover_letter": "Para",
50
50
  "text_present_in_resume_date": "Actualidad",
51
51
  "text_send_from_in_cover_letter": "De"
52
52
  }
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://inlang.com/schema/inlang-message-format",
3
3
  "text_cv_section_name_summary": "Yhteenveto",
4
4
  "text_cv_section_name_objective": "Tavoite",
5
- "text_cv_section_name_experience": "Kokemus",
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
8
  "text_cv_section_name_skills": "Taidot",
@@ -15,7 +15,7 @@
15
15
  "text_cv_section_name_qrcode": "QR-koodi",
16
16
  "text_cv_section_name_activities": "Toiminta",
17
17
  "text_cv_section_name_languages": "Kielet",
18
- "text_cv_section_name_references": "Referenssit",
18
+ "text_cv_section_name_references": "Suosittelijat",
19
19
  "text_cv_section_name_profiles": "Profiilit",
20
20
  "text_cv_section_name_details": "Tiedot",
21
21
  "text_cv_property_location": "Sijainti",
@@ -31,7 +31,7 @@
31
31
  "text_language_proficiency_3": "Keskitaso",
32
32
  "text_language_proficiency_4": "Edistynyt",
33
33
  "text_language_proficiency_5": "Sujuva",
34
- "text_skill_level_1": "Perusteet",
34
+ "text_skill_level_1": "Perustaso",
35
35
  "text_skill_level_2": "Keskitaso",
36
36
  "text_skill_level_3": "Taitava",
37
37
  "text_skill_level_4": "Edistynyt",
@@ -45,8 +45,8 @@
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": "Toimii {brand} avulla",
49
- "text_to_recipient_in_cover_letter": "Lähetä vastaanottajalle",
48
+ "text_brand_watermark": "Powered by {brand}",
49
+ "text_to_recipient_in_cover_letter": "Vastaanottajalle",
50
50
  "text_present_in_resume_date": "Nykyhetki",
51
51
  "text_send_from_in_cover_letter": "Lähettäjä"
52
52
  }
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "$schema": "https://inlang.com/schema/inlang-message-format",
3
3
  "text_cv_section_name_summary": "Résumé",
4
- "text_cv_section_name_objective": "Objectif",
5
- "text_cv_section_name_experience": "Expérience",
6
- "text_cv_section_name_education": "Éducation",
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
7
  "text_cv_section_name_projects": "Projets",
8
8
  "text_cv_section_name_skills": "Compétences",
9
9
  "text_cv_section_name_certifications": "Certifications",
10
- "text_cv_section_name_awards": "Récompenses",
11
- "text_cv_section_name_interests": "Centres d'intérêt",
10
+ "text_cv_section_name_awards": "Distinctions",
11
+ "text_cv_section_name_interests": "Centres dintérêt",
12
12
  "text_cv_section_name_volunteering": "Bénévolat",
13
13
  "text_cv_section_name_publications": "Publications",
14
14
  "text_cv_section_name_achievements": "Réalisations",
@@ -21,7 +21,7 @@
21
21
  "text_cv_property_location": "Localisation",
22
22
  "text_cv_property_address": "Adresse",
23
23
  "text_cv_property_phone": "Téléphone",
24
- "text_cv_property_email": "Courriel",
24
+ "text_cv_property_email": "E-mail",
25
25
  "text_cv_property_date_of_birth": "Date de naissance",
26
26
  "text_cv_property_place_of_birth": "Lieu de naissance",
27
27
  "text_cv_property_nationality": "Nationalité",
@@ -31,22 +31,22 @@
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": "Basique",
34
+ "text_skill_level_1": "Notions de base",
35
35
  "text_skill_level_2": "Intermédiaire",
36
- "text_skill_level_3": "Compétent",
36
+ "text_skill_level_3": "Maîtrisé",
37
37
  "text_skill_level_4": "Avancé",
38
38
  "text_skill_level_5": "Expert",
39
- "text_cv_section_name_personal_info": "Informations Personnelles",
39
+ "text_cv_section_name_personal_info": "Informations personnelles",
40
40
  "text_cv_section_name_links": "Liens",
41
41
  "text_cv_property_gender": "Sexe",
42
42
  "text_cv_property_marital_status": "État civil",
43
- "text_cv_section_name_licenses": "Licences",
43
+ "text_cv_section_name_licenses": "Permis",
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
47
  "text_references_available_upon_request": "Informations disponibles sur demande",
48
48
  "text_brand_watermark": "Propulsé par {brand}",
49
- "text_to_recipient_in_cover_letter": "Envoyer à",
50
- "text_present_in_resume_date": "Présent",
51
- "text_send_from_in_cover_letter": "De"
49
+ "text_to_recipient_in_cover_letter": "À l’attention de",
50
+ "text_present_in_resume_date": "À ce jour",
51
+ "text_send_from_in_cover_letter": "Envoyé de"
52
52
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "$schema": "https://inlang.com/schema/inlang-message-format",
3
- "text_cv_section_name_summary": "סיכום",
3
+ "text_cv_section_name_summary": "תקציר",
4
4
  "text_cv_section_name_objective": "מטרה",
5
- "text_cv_section_name_experience": "ניסיון",
5
+ "text_cv_section_name_experience": "ניסיון תעסוקתי",
6
6
  "text_cv_section_name_education": "השכלה",
7
7
  "text_cv_section_name_projects": "פרויקטים",
8
- "text_cv_section_name_skills": "מיומנויות",
8
+ "text_cv_section_name_skills": "כישורים",
9
9
  "text_cv_section_name_certifications": "הסמכות",
10
10
  "text_cv_section_name_awards": "פרסים",
11
11
  "text_cv_section_name_interests": "תחומי עניין",
@@ -24,8 +24,8 @@
24
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": "אזרחות",
28
- "text_cv_property_website": "אתר",
27
+ "text_cv_property_nationality": "לאום",
28
+ "text_cv_property_website": "אתר אינטרנט",
29
29
  "text_language_proficiency_1": "מתחיל",
30
30
  "text_language_proficiency_2": "בסיסי",
31
31
  "text_language_proficiency_3": "בינוני",
@@ -33,20 +33,20 @@
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
- "text_cv_section_name_personal_info": "מידע אישי",
39
+ "text_cv_section_name_personal_info": "פרטים אישיים",
40
40
  "text_cv_section_name_links": "קישורים",
41
- "text_cv_property_gender": "מין",
41
+ "text_cv_property_gender": "מגדר",
42
42
  "text_cv_property_marital_status": "מצב משפחתי",
43
43
  "text_cv_section_name_licenses": "רישיונות",
44
44
  "text_cv_section_name_driver_licenses": "רישיונות נהיגה",
45
45
  "text_cv_section_name_driver_declaration": "הצהרה",
46
46
  "text_cv_section_name_declaration": "הצהרה",
47
- "text_references_available_upon_request": "מידע זמין לפי דרישה",
48
- "text_brand_watermark": "מופעל על ידי {brand}",
49
- "text_to_recipient_in_cover_letter": "שלח אל",
50
- "text_present_in_resume_date": "נוכחי",
51
- "text_send_from_in_cover_letter": "נשלח מ"
47
+ "text_references_available_upon_request": "פרטים יימסרו לפי דרישה",
48
+ "text_brand_watermark": "פועל באמצעות {brand}",
49
+ "text_to_recipient_in_cover_letter": "לכבוד",
50
+ "text_present_in_resume_date": "הווה",
51
+ "text_send_from_in_cover_letter": "מאת"
52
52
  }
@@ -6,31 +6,31 @@
6
6
  "text_cv_section_name_education": "शिक्षा",
7
7
  "text_cv_section_name_projects": "परियोजनाएँ",
8
8
  "text_cv_section_name_skills": "कौशल",
9
- "text_cv_section_name_certifications": "प्रमाणपत्र",
9
+ "text_cv_section_name_certifications": "प्रमाणन",
10
10
  "text_cv_section_name_awards": "पुरस्कार",
11
11
  "text_cv_section_name_interests": "रुचियाँ",
12
- "text_cv_section_name_volunteering": "स्वयंसेवा",
12
+ "text_cv_section_name_volunteering": "स्वैच्छिक सेवा",
13
13
  "text_cv_section_name_publications": "प्रकाशन",
14
14
  "text_cv_section_name_achievements": "उपलब्धियाँ",
15
- "text_cv_section_name_qrcode": "क्यूआर कोड",
15
+ "text_cv_section_name_qrcode": "QR कोड",
16
16
  "text_cv_section_name_activities": "गतिविधियाँ",
17
17
  "text_cv_section_name_languages": "भाषाएँ",
18
18
  "text_cv_section_name_references": "संदर्भ",
19
- "text_cv_section_name_profiles": "प्रोफाइल",
19
+ "text_cv_section_name_profiles": "प्रोफाइल्स",
20
20
  "text_cv_section_name_details": "विवरण",
21
21
  "text_cv_property_location": "स्थान",
22
22
  "text_cv_property_address": "पता",
23
- "text_cv_property_phone": "फ़ोन",
23
+ "text_cv_property_phone": "फोन",
24
24
  "text_cv_property_email": "ईमेल",
25
25
  "text_cv_property_date_of_birth": "जन्म तिथि",
26
26
  "text_cv_property_place_of_birth": "जन्म स्थान",
27
27
  "text_cv_property_nationality": "राष्ट्रीयता",
28
28
  "text_cv_property_website": "वेबसाइट",
29
- "text_language_proficiency_1": "शुरुआती",
30
- "text_language_proficiency_2": "प्रारंभिक",
31
- "text_language_proficiency_3": "मध्यम",
29
+ "text_language_proficiency_1": "प्रारंभिक",
30
+ "text_language_proficiency_2": "मूल स्तर",
31
+ "text_language_proficiency_3": "मध्यम स्तर",
32
32
  "text_language_proficiency_4": "उन्नत",
33
- "text_language_proficiency_5": "धाराप्रवाह",
33
+ "text_language_proficiency_5": "दक्ष",
34
34
  "text_skill_level_1": "मूल",
35
35
  "text_skill_level_2": "मध्यम",
36
36
  "text_skill_level_3": "प्रवीण",
@@ -44,9 +44,9 @@
44
44
  "text_cv_section_name_driver_licenses": "ड्राइवर लाइसेंस",
45
45
  "text_cv_section_name_driver_declaration": "घोषणा",
46
46
  "text_cv_section_name_declaration": "घोषणा",
47
- "text_references_available_upon_request": "जानकारी अनुरोध पर उपलब्ध",
47
+ "text_references_available_upon_request": "जानकारी अनुरोध पर उपलब्ध है",
48
48
  "text_brand_watermark": "{brand} द्वारा संचालित",
49
- "text_to_recipient_in_cover_letter": "प्रेषित करें",
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
52
  }
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "$schema": "https://inlang.com/schema/inlang-message-format",
3
- "text_cv_section_name_summary": "Összefoglaló",
4
- "text_cv_section_name_objective": "Cél",
5
- "text_cv_section_name_experience": "Tapasztalat",
6
- "text_cv_section_name_education": "Oktatás",
3
+ "text_cv_section_name_summary": "Összefoglalás",
4
+ "text_cv_section_name_objective": "Célkitűzés",
5
+ "text_cv_section_name_experience": "Szakmai tapasztalat",
6
+ "text_cv_section_name_education": "Tanulmányok",
7
7
  "text_cv_section_name_projects": "Projektek",
8
8
  "text_cv_section_name_skills": "Készségek",
9
9
  "text_cv_section_name_certifications": "Tanúsítványok",
@@ -20,33 +20,33 @@
20
20
  "text_cv_section_name_details": "Részletek",
21
21
  "text_cv_property_location": "Helyszín",
22
22
  "text_cv_property_address": "Cím",
23
- "text_cv_property_phone": "Telefon",
24
- "text_cv_property_email": "Email",
23
+ "text_cv_property_phone": "Telefonszám",
24
+ "text_cv_property_email": "E-mail",
25
25
  "text_cv_property_date_of_birth": "Születési dátum",
26
26
  "text_cv_property_place_of_birth": "Születési hely",
27
- "text_cv_property_nationality": "Nemzetiség",
27
+ "text_cv_property_nationality": "Állampolgárság",
28
28
  "text_cv_property_website": "Weboldal",
29
29
  "text_language_proficiency_1": "Kezdő",
30
- "text_language_proficiency_2": "Alap",
31
- "text_language_proficiency_3": "Középhaladó",
30
+ "text_language_proficiency_2": "Alapfokú",
31
+ "text_language_proficiency_3": "Középfokú",
32
32
  "text_language_proficiency_4": "Haladó",
33
33
  "text_language_proficiency_5": "Folyékony",
34
- "text_skill_level_1": "Alapfokú",
34
+ "text_skill_level_1": "Alapszintű",
35
35
  "text_skill_level_2": "Középszintű",
36
36
  "text_skill_level_3": "Jártas",
37
37
  "text_skill_level_4": "Haladó",
38
- "text_skill_level_5": "Szakértő",
39
- "text_cv_section_name_personal_info": "Személyes információk",
40
- "text_cv_section_name_links": "Linkek",
38
+ "text_skill_level_5": "Szakértői",
39
+ "text_cv_section_name_personal_info": "Személyes adatok",
40
+ "text_cv_section_name_links": "Hivatkozások",
41
41
  "text_cv_property_gender": "Nem",
42
42
  "text_cv_property_marital_status": "Családi állapot",
43
43
  "text_cv_section_name_licenses": "Engedélyek",
44
44
  "text_cv_section_name_driver_licenses": "Jogosítványok",
45
45
  "text_cv_section_name_driver_declaration": "Nyilatkozat",
46
46
  "text_cv_section_name_declaration": "Nyilatkozat",
47
- "text_references_available_upon_request": "Információ kérésre elérhető",
48
- "text_brand_watermark": "Támogatja a {brand}",
49
- "text_to_recipient_in_cover_letter": "Címzettnek küldés",
47
+ "text_references_available_upon_request": "További információ kérésre elérhető",
48
+ "text_brand_watermark": "Powered by {brand}",
49
+ "text_to_recipient_in_cover_letter": "Tisztelt",
50
50
  "text_present_in_resume_date": "Jelenleg",
51
51
  "text_send_from_in_cover_letter": "Feladó"
52
52
  }
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "$schema": "https://inlang.com/schema/inlang-message-format",
3
3
  "text_cv_section_name_summary": "Ringkasan",
4
- "text_cv_section_name_objective": "Tujuan",
5
- "text_cv_section_name_experience": "Pengalaman",
4
+ "text_cv_section_name_objective": "Tujuan Karier",
5
+ "text_cv_section_name_experience": "Pengalaman Kerja",
6
6
  "text_cv_section_name_education": "Pendidikan",
7
7
  "text_cv_section_name_projects": "Proyek",
8
- "text_cv_section_name_skills": "Keterampilan",
8
+ "text_cv_section_name_skills": "Keahlian",
9
9
  "text_cv_section_name_certifications": "Sertifikasi",
10
10
  "text_cv_section_name_awards": "Penghargaan",
11
11
  "text_cv_section_name_interests": "Minat",
12
- "text_cv_section_name_volunteering": "Kesukarelawanan",
12
+ "text_cv_section_name_volunteering": "Relawan",
13
13
  "text_cv_section_name_publications": "Publikasi",
14
14
  "text_cv_section_name_achievements": "Pencapaian",
15
15
  "text_cv_section_name_qrcode": "Kode QR",
@@ -33,7 +33,7 @@
33
33
  "text_language_proficiency_5": "Fasih",
34
34
  "text_skill_level_1": "Dasar",
35
35
  "text_skill_level_2": "Menengah",
36
- "text_skill_level_3": "Mahir",
36
+ "text_skill_level_3": "Terampil",
37
37
  "text_skill_level_4": "Lanjutan",
38
38
  "text_skill_level_5": "Ahli",
39
39
  "text_cv_section_name_personal_info": "Informasi Pribadi",
@@ -41,12 +41,12 @@
41
41
  "text_cv_property_gender": "Jenis Kelamin",
42
42
  "text_cv_property_marital_status": "Status Pernikahan",
43
43
  "text_cv_section_name_licenses": "Lisensi",
44
- "text_cv_section_name_driver_licenses": "Surat Izin Mengemudi",
44
+ "text_cv_section_name_driver_licenses": "SIM",
45
45
  "text_cv_section_name_driver_declaration": "Pernyataan",
46
46
  "text_cv_section_name_declaration": "Pernyataan",
47
- "text_references_available_upon_request": "Informasi tersedia berdasarkan permintaan",
47
+ "text_references_available_upon_request": "Informasi tersedia atas permintaan",
48
48
  "text_brand_watermark": "Didukung oleh {brand}",
49
- "text_to_recipient_in_cover_letter": "Kirim Kepada",
50
- "text_present_in_resume_date": "Saat Ini",
49
+ "text_to_recipient_in_cover_letter": "Kepada",
50
+ "text_present_in_resume_date": "Saat ini",
51
51
  "text_send_from_in_cover_letter": "Dari"
52
52
  }
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "$schema": "https://inlang.com/schema/inlang-message-format",
3
- "text_cv_section_name_summary": "Sommario",
3
+ "text_cv_section_name_summary": "Sintesi",
4
4
  "text_cv_section_name_objective": "Obiettivo",
5
5
  "text_cv_section_name_experience": "Esperienza",
6
- "text_cv_section_name_education": "Istruzione",
6
+ "text_cv_section_name_education": "Formazione",
7
7
  "text_cv_section_name_projects": "Progetti",
8
8
  "text_cv_section_name_skills": "Competenze",
9
9
  "text_cv_section_name_certifications": "Certificazioni",
10
- "text_cv_section_name_awards": "Premi",
10
+ "text_cv_section_name_awards": "Riconoscimenti",
11
11
  "text_cv_section_name_interests": "Interessi",
12
12
  "text_cv_section_name_volunteering": "Volontariato",
13
13
  "text_cv_section_name_publications": "Pubblicazioni",
@@ -15,17 +15,17 @@
15
15
  "text_cv_section_name_qrcode": "Codice QR",
16
16
  "text_cv_section_name_activities": "Attività",
17
17
  "text_cv_section_name_languages": "Lingue",
18
- "text_cv_section_name_references": "Riferimenti",
18
+ "text_cv_section_name_references": "Referenze",
19
19
  "text_cv_section_name_profiles": "Profili",
20
20
  "text_cv_section_name_details": "Dettagli",
21
- "text_cv_property_location": "Posizione",
21
+ "text_cv_property_location": "Località",
22
22
  "text_cv_property_address": "Indirizzo",
23
23
  "text_cv_property_phone": "Telefono",
24
24
  "text_cv_property_email": "Email",
25
- "text_cv_property_date_of_birth": "Data di Nascita",
26
- "text_cv_property_place_of_birth": "Luogo di Nascita",
25
+ "text_cv_property_date_of_birth": "Data di nascita",
26
+ "text_cv_property_place_of_birth": "Luogo di nascita",
27
27
  "text_cv_property_nationality": "Nazionalità",
28
- "text_cv_property_website": "Sito Web",
28
+ "text_cv_property_website": "Sito web",
29
29
  "text_language_proficiency_1": "Principiante",
30
30
  "text_language_proficiency_2": "Elementare",
31
31
  "text_language_proficiency_3": "Intermedio",
@@ -36,17 +36,17 @@
36
36
  "text_skill_level_3": "Competente",
37
37
  "text_skill_level_4": "Avanzato",
38
38
  "text_skill_level_5": "Esperto",
39
- "text_cv_section_name_personal_info": "Informazioni Personali",
40
- "text_cv_section_name_links": "Collegamenti",
39
+ "text_cv_section_name_personal_info": "Informazioni personali",
40
+ "text_cv_section_name_links": "Link",
41
41
  "text_cv_property_gender": "Genere",
42
42
  "text_cv_property_marital_status": "Stato civile",
43
- "text_cv_section_name_licenses": "Licenze",
43
+ "text_cv_section_name_licenses": "Abilitazioni",
44
44
  "text_cv_section_name_driver_licenses": "Patenti di guida",
45
45
  "text_cv_section_name_driver_declaration": "Dichiarazione",
46
46
  "text_cv_section_name_declaration": "Dichiarazione",
47
47
  "text_references_available_upon_request": "Informazioni disponibili su richiesta",
48
48
  "text_brand_watermark": "Fornito da {brand}",
49
- "text_to_recipient_in_cover_letter": "Invia a",
50
- "text_present_in_resume_date": "Presente",
49
+ "text_to_recipient_in_cover_letter": "A",
50
+ "text_present_in_resume_date": "Attuale",
51
51
  "text_send_from_in_cover_letter": "Da"
52
52
  }
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "$schema": "https://inlang.com/schema/inlang-message-format",
3
3
  "text_cv_section_name_summary": "概要",
4
- "text_cv_section_name_objective": "目的",
5
- "text_cv_section_name_experience": "職務経験",
4
+ "text_cv_section_name_objective": "志望動機",
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
10
  "text_cv_section_name_awards": "受賞歴",
11
- "text_cv_section_name_interests": "興味",
11
+ "text_cv_section_name_interests": "関心事",
12
12
  "text_cv_section_name_volunteering": "ボランティア活動",
13
13
  "text_cv_section_name_publications": "出版物",
14
14
  "text_cv_section_name_achievements": "業績",
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": "推薦",
18
+ "text_cv_section_name_references": "照会先",
19
19
  "text_cv_section_name_profiles": "プロフィール",
20
20
  "text_cv_section_name_details": "詳細",
21
21
  "text_cv_property_location": "所在地",
@@ -27,7 +27,7 @@
27
27
  "text_cv_property_nationality": "国籍",
28
28
  "text_cv_property_website": "ウェブサイト",
29
29
  "text_language_proficiency_1": "初級",
30
- "text_language_proficiency_2": "初等",
30
+ "text_language_proficiency_2": "初中級",
31
31
  "text_language_proficiency_3": "中級",
32
32
  "text_language_proficiency_4": "上級",
33
33
  "text_language_proficiency_5": "流暢",
@@ -35,18 +35,18 @@
35
35
  "text_skill_level_2": "中級",
36
36
  "text_skill_level_3": "熟練",
37
37
  "text_skill_level_4": "上級",
38
- "text_skill_level_5": "専門",
38
+ "text_skill_level_5": "エキスパート",
39
39
  "text_cv_section_name_personal_info": "個人情報",
40
40
  "text_cv_section_name_links": "リンク",
41
41
  "text_cv_property_gender": "性別",
42
- "text_cv_property_marital_status": "婚姻状況",
43
- "text_cv_section_name_licenses": "資格",
42
+ "text_cv_property_marital_status": "配偶者の有無",
43
+ "text_cv_section_name_licenses": "免許",
44
44
  "text_cv_section_name_driver_licenses": "運転免許",
45
45
  "text_cv_section_name_driver_declaration": "宣言",
46
- "text_cv_section_name_declaration": "宣誓",
47
- "text_references_available_upon_request": "詳細はお求めに応じて提供いたします",
48
- "text_brand_watermark": "{brand} によって提供されています",
49
- "text_to_recipient_in_cover_letter": "送付先",
46
+ "text_cv_section_name_declaration": "宣言",
47
+ "text_references_available_upon_request": "ご要望に応じて情報提供可能",
48
+ "text_brand_watermark": "{brand} により提供されています",
49
+ "text_to_recipient_in_cover_letter": "宛先",
50
50
  "text_present_in_resume_date": "現在",
51
- "text_send_from_in_cover_letter": "送信元"
51
+ "text_send_from_in_cover_letter": "送信者"
52
52
  }
@@ -7,18 +7,18 @@
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
- "text_cv_section_name_volunteering": "자원봉사",
13
- "text_cv_section_name_publications": "출판물",
12
+ "text_cv_section_name_volunteering": "봉사활동",
13
+ "text_cv_section_name_publications": "논문/출판물",
14
14
  "text_cv_section_name_achievements": "업적",
15
15
  "text_cv_section_name_qrcode": "QR 코드",
16
16
  "text_cv_section_name_activities": "활동",
17
- "text_cv_section_name_languages": "언어",
17
+ "text_cv_section_name_languages": "어학 능력",
18
18
  "text_cv_section_name_references": "추천인",
19
19
  "text_cv_section_name_profiles": "프로필",
20
- "text_cv_section_name_details": "세부사항",
21
- "text_cv_property_location": "위치",
20
+ "text_cv_section_name_details": "세부 정보",
21
+ "text_cv_property_location": "지역",
22
22
  "text_cv_property_address": "주소",
23
23
  "text_cv_property_phone": "전화번호",
24
24
  "text_cv_property_email": "이메일",
@@ -31,22 +31,22 @@
31
31
  "text_language_proficiency_3": "중급",
32
32
  "text_language_proficiency_4": "고급",
33
33
  "text_language_proficiency_5": "유창",
34
- "text_skill_level_1": "기본",
35
- "text_skill_level_2": "중간",
34
+ "text_skill_level_1": "기초",
35
+ "text_skill_level_2": "중급",
36
36
  "text_skill_level_3": "숙련",
37
37
  "text_skill_level_4": "고급",
38
- "text_skill_level_5": "전문",
38
+ "text_skill_level_5": "전문가",
39
39
  "text_cv_section_name_personal_info": "개인 정보",
40
40
  "text_cv_section_name_links": "링크",
41
41
  "text_cv_property_gender": "성별",
42
42
  "text_cv_property_marital_status": "결혼 여부",
43
- "text_cv_section_name_licenses": "자격증",
44
- "text_cv_section_name_driver_licenses": "운전면허증",
43
+ "text_cv_section_name_licenses": "면허",
44
+ "text_cv_section_name_driver_licenses": "운전면허",
45
45
  "text_cv_section_name_driver_declaration": "선언",
46
- "text_cv_section_name_declaration": "선언",
47
- "text_references_available_upon_request": "필요정보를 제공해 드립니다",
46
+ "text_cv_section_name_declaration": "확인서",
47
+ "text_references_available_upon_request": "요청제공 가능",
48
48
  "text_brand_watermark": "{brand} 제공",
49
- "text_to_recipient_in_cover_letter": "수신처",
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
52
  }