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
@@ -2,22 +2,22 @@
2
2
  "$schema": "https://inlang.com/schema/inlang-message-format",
3
3
  "text_cv_section_name_summary": "Santrauka",
4
4
  "text_cv_section_name_objective": "Tikslas",
5
- "text_cv_section_name_experience": "Patirtis",
5
+ "text_cv_section_name_experience": "Darbo patirtis",
6
6
  "text_cv_section_name_education": "Išsilavinimas",
7
7
  "text_cv_section_name_projects": "Projektai",
8
8
  "text_cv_section_name_skills": "Įgūdžiai",
9
- "text_cv_section_name_certifications": "Pažymėjimai",
9
+ "text_cv_section_name_certifications": "Sertifikatai",
10
10
  "text_cv_section_name_awards": "Apdovanojimai",
11
11
  "text_cv_section_name_interests": "Pomėgiai",
12
- "text_cv_section_name_volunteering": "Savanorystė",
12
+ "text_cv_section_name_volunteering": "Savanoriška veikla",
13
13
  "text_cv_section_name_publications": "Publikacijos",
14
14
  "text_cv_section_name_achievements": "Pasiekimai",
15
15
  "text_cv_section_name_qrcode": "QR kodas",
16
- "text_cv_section_name_activities": "Veiklos",
16
+ "text_cv_section_name_activities": "Veikla",
17
17
  "text_cv_section_name_languages": "Kalbos",
18
18
  "text_cv_section_name_references": "Rekomendacijos",
19
19
  "text_cv_section_name_profiles": "Profiliai",
20
- "text_cv_section_name_details": "Duomenys",
20
+ "text_cv_section_name_details": "Išsamiau",
21
21
  "text_cv_property_location": "Vieta",
22
22
  "text_cv_property_address": "Adresas",
23
23
  "text_cv_property_phone": "Telefonas",
@@ -25,16 +25,16 @@
25
25
  "text_cv_property_date_of_birth": "Gimimo data",
26
26
  "text_cv_property_place_of_birth": "Gimimo vieta",
27
27
  "text_cv_property_nationality": "Tautybė",
28
- "text_cv_property_website": "Tinklalapis",
28
+ "text_cv_property_website": "Interneto svetainė",
29
29
  "text_language_proficiency_1": "Pradedantysis",
30
- "text_language_proficiency_2": "Pagrindinis",
30
+ "text_language_proficiency_2": "Elementarus",
31
31
  "text_language_proficiency_3": "Vidutinis",
32
32
  "text_language_proficiency_4": "Pažengęs",
33
- "text_language_proficiency_5": "Laisvai",
33
+ "text_language_proficiency_5": "Laisvai kalbantis",
34
34
  "text_skill_level_1": "Pagrindinis",
35
35
  "text_skill_level_2": "Vidutinis",
36
- "text_skill_level_3": "Įgudęs",
37
- "text_skill_level_4": "Pažengęs",
36
+ "text_skill_level_3": "Geras",
37
+ "text_skill_level_4": "Aukštas",
38
38
  "text_skill_level_5": "Ekspertas",
39
39
  "text_cv_section_name_personal_info": "Asmeninė informacija",
40
40
  "text_cv_section_name_links": "Nuorodos",
@@ -43,10 +43,10 @@
43
43
  "text_cv_section_name_licenses": "Licencijos",
44
44
  "text_cv_section_name_driver_licenses": "Vairuotojo pažymėjimai",
45
45
  "text_cv_section_name_driver_declaration": "Deklaracija",
46
- "text_cv_section_name_declaration": "Pareiškimas",
46
+ "text_cv_section_name_declaration": "Pareikštis",
47
47
  "text_references_available_upon_request": "Informacija pateikiama pagal pageidavimą",
48
- "text_brand_watermark": "Palaikoma {brand}",
49
- "text_to_recipient_in_cover_letter": "Siųsti gavėjui",
48
+ "text_brand_watermark": "Teikia {brand}",
49
+ "text_to_recipient_in_cover_letter": "Kam",
50
50
  "text_present_in_resume_date": "Dabar",
51
51
  "text_send_from_in_cover_letter": "Nuo"
52
52
  }
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://inlang.com/schema/inlang-message-format",
3
3
  "text_cv_section_name_summary": "Kopsavilkums",
4
4
  "text_cv_section_name_objective": "Mērķis",
5
- "text_cv_section_name_experience": "Pieredze",
5
+ "text_cv_section_name_experience": "Darba pieredze",
6
6
  "text_cv_section_name_education": "Izglītība",
7
7
  "text_cv_section_name_projects": "Projekti",
8
8
  "text_cv_section_name_skills": "Prasmes",
@@ -15,7 +15,7 @@
15
15
  "text_cv_section_name_qrcode": "QR kods",
16
16
  "text_cv_section_name_activities": "Aktivitātes",
17
17
  "text_cv_section_name_languages": "Valodas",
18
- "text_cv_section_name_references": "Atsauces",
18
+ "text_cv_section_name_references": "Atsauksmes",
19
19
  "text_cv_section_name_profiles": "Profili",
20
20
  "text_cv_section_name_details": "Detaļas",
21
21
  "text_cv_property_location": "Atrašanās vieta",
@@ -25,16 +25,16 @@
25
25
  "text_cv_property_date_of_birth": "Dzimšanas datums",
26
26
  "text_cv_property_place_of_birth": "Dzimšanas vieta",
27
27
  "text_cv_property_nationality": "Pilsonība",
28
- "text_cv_property_website": "Tīmekļa vietne",
28
+ "text_cv_property_website": "Vietne",
29
29
  "text_language_proficiency_1": "Iesācējs",
30
- "text_language_proficiency_2": "Elementāri",
30
+ "text_language_proficiency_2": "Pamata",
31
31
  "text_language_proficiency_3": "Vidējs",
32
- "text_language_proficiency_4": "Augsts",
32
+ "text_language_proficiency_4": "Augsts līmenis",
33
33
  "text_language_proficiency_5": "Brīvi",
34
- "text_skill_level_1": "Pamatzināšanas",
34
+ "text_skill_level_1": "Pamata",
35
35
  "text_skill_level_2": "Vidējs",
36
- "text_skill_level_3": "Lietpratējs",
37
- "text_skill_level_4": "Augsts",
36
+ "text_skill_level_3": "Labi pārvalda",
37
+ "text_skill_level_4": "Augsts līmenis",
38
38
  "text_skill_level_5": "Eksperts",
39
39
  "text_cv_section_name_personal_info": "Personīgā informācija",
40
40
  "text_cv_section_name_links": "Saites",
@@ -45,8 +45,8 @@
45
45
  "text_cv_section_name_driver_declaration": "Deklarācija",
46
46
  "text_cv_section_name_declaration": "Apliecinājums",
47
47
  "text_references_available_upon_request": "Informācija pieejama pēc pieprasījuma",
48
- "text_brand_watermark": "Darbina {brand}",
49
- "text_to_recipient_in_cover_letter": "Nosūtīt saņēmējam",
50
- "text_present_in_resume_date": "Pašlaik",
51
- "text_send_from_in_cover_letter": "No"
48
+ "text_brand_watermark": "Izstrādāts ar {brand} palīdzību",
49
+ "text_to_recipient_in_cover_letter": "Adresāts",
50
+ "text_present_in_resume_date": "Pašreiz",
51
+ "text_send_from_in_cover_letter": "Nosūtīts no"
52
52
  }
@@ -0,0 +1,51 @@
1
+ {
2
+ "$schema": "https://inlang.com/schema/inlang-message-format",
3
+ "text_cv_section_name_summary": "Ringkasan",
4
+ "text_cv_section_name_objective": "Objektif",
5
+ "text_cv_section_name_experience": "Pengalaman",
6
+ "text_cv_section_name_education": "Pendidikan",
7
+ "text_cv_section_name_projects": "Projek",
8
+ "text_cv_section_name_skills": "Kemahiran",
9
+ "text_cv_section_name_certifications": "Sijil",
10
+ "text_cv_section_name_awards": "Anugerah",
11
+ "text_cv_section_name_interests": "Minat",
12
+ "text_cv_section_name_volunteering": "Kesukarelawanan",
13
+ "text_cv_section_name_publications": "Penerbitan",
14
+ "text_cv_section_name_achievements": "Pencapaian",
15
+ "text_cv_section_name_qrcode": "Kod QR",
16
+ "text_cv_section_name_activities": "Aktiviti",
17
+ "text_cv_section_name_languages": "Bahasa",
18
+ "text_cv_section_name_references": "Rujukan",
19
+ "text_cv_section_name_profiles": "Profil",
20
+ "text_cv_section_name_details": "Butiran",
21
+ "text_cv_section_name_personal_info": "Maklumat Peribadi",
22
+ "text_cv_section_name_links": "Pautan",
23
+ "text_cv_section_name_licenses": "Lesen",
24
+ "text_cv_section_name_driver_licenses": "Lesen Memandu",
25
+ "text_cv_section_name_declaration": "Pengakuan",
26
+ "text_cv_property_location": "Lokasi",
27
+ "text_cv_property_address": "Alamat",
28
+ "text_cv_property_phone": "Telefon",
29
+ "text_cv_property_email": "E-mel",
30
+ "text_cv_property_date_of_birth": "Tarikh Lahir",
31
+ "text_cv_property_place_of_birth": "Tempat Lahir",
32
+ "text_cv_property_nationality": "Kewarganegaraan",
33
+ "text_cv_property_website": "Laman Web",
34
+ "text_cv_property_gender": "Jantina",
35
+ "text_cv_property_marital_status": "Status Perkahwinan",
36
+ "text_language_proficiency_1": "Asas",
37
+ "text_language_proficiency_2": "Permulaan",
38
+ "text_language_proficiency_3": "Pertengahan",
39
+ "text_language_proficiency_4": "Lanjutan",
40
+ "text_language_proficiency_5": "Fasih",
41
+ "text_skill_level_1": "Asas",
42
+ "text_skill_level_2": "Pertengahan",
43
+ "text_skill_level_3": "Cekap",
44
+ "text_skill_level_4": "Mahir",
45
+ "text_skill_level_5": "Pakar",
46
+ "text_references_available_upon_request": "Maklumat disediakan atas permintaan",
47
+ "text_brand_watermark": "Dikuasakan oleh {brand}",
48
+ "text_to_recipient_in_cover_letter": "Kepada",
49
+ "text_present_in_resume_date": "Kini",
50
+ "text_send_from_in_cover_letter": "Daripada"
51
+ }
@@ -6,10 +6,10 @@
6
6
  "text_cv_section_name_education": "Pendidikan",
7
7
  "text_cv_section_name_projects": "Projek",
8
8
  "text_cv_section_name_skills": "Kemahiran",
9
- "text_cv_section_name_certifications": "Pensijilan",
9
+ "text_cv_section_name_certifications": "Sijil",
10
10
  "text_cv_section_name_awards": "Anugerah",
11
11
  "text_cv_section_name_interests": "Minat",
12
- "text_cv_section_name_volunteering": "Kesukarelawanan",
12
+ "text_cv_section_name_volunteering": "Sukarelawan",
13
13
  "text_cv_section_name_publications": "Penerbitan",
14
14
  "text_cv_section_name_achievements": "Pencapaian",
15
15
  "text_cv_section_name_qrcode": "Kod QR",
@@ -24,17 +24,17 @@
24
24
  "text_cv_property_email": "E-mel",
25
25
  "text_cv_property_date_of_birth": "Tarikh Lahir",
26
26
  "text_cv_property_place_of_birth": "Tempat Lahir",
27
- "text_cv_property_nationality": "Kewarganegaraan",
28
- "text_cv_property_website": "Laman Sesawang",
27
+ "text_cv_property_nationality": "Warganegara",
28
+ "text_cv_property_website": "Laman Web",
29
29
  "text_language_proficiency_1": "Pemula",
30
30
  "text_language_proficiency_2": "Asas",
31
31
  "text_language_proficiency_3": "Pertengahan",
32
- "text_language_proficiency_4": "Mahir",
32
+ "text_language_proficiency_4": "Lanjutan",
33
33
  "text_language_proficiency_5": "Fasih",
34
34
  "text_skill_level_1": "Asas",
35
35
  "text_skill_level_2": "Pertengahan",
36
- "text_skill_level_3": "Cekap",
37
- "text_skill_level_4": "Mahir",
36
+ "text_skill_level_3": "Mahir",
37
+ "text_skill_level_4": "Lanjutan",
38
38
  "text_skill_level_5": "Pakar",
39
39
  "text_cv_section_name_personal_info": "Maklumat Peribadi",
40
40
  "text_cv_section_name_links": "Pautan",
@@ -43,10 +43,10 @@
43
43
  "text_cv_section_name_licenses": "Lesen",
44
44
  "text_cv_section_name_driver_licenses": "Lesen Memandu",
45
45
  "text_cv_section_name_driver_declaration": "Pernyataan",
46
- "text_cv_section_name_declaration": "Pernyataan",
47
- "text_references_available_upon_request": "Maklumat tersedia atas permintaan",
46
+ "text_cv_section_name_declaration": "Pengisytiharan",
47
+ "text_references_available_upon_request": "Maklumat akan diberikan atas permintaan",
48
48
  "text_brand_watermark": "Dikuasakan oleh {brand}",
49
- "text_to_recipient_in_cover_letter": "Hantar Kepada",
49
+ "text_to_recipient_in_cover_letter": "Kepada",
50
50
  "text_present_in_resume_date": "Kini",
51
51
  "text_send_from_in_cover_letter": "Daripada"
52
52
  }
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://inlang.com/schema/inlang-message-format",
3
3
  "text_cv_section_name_summary": "Samenvatting",
4
4
  "text_cv_section_name_objective": "Doelstelling",
5
- "text_cv_section_name_experience": "Ervaring",
5
+ "text_cv_section_name_experience": "Werkervaring",
6
6
  "text_cv_section_name_education": "Opleiding",
7
7
  "text_cv_section_name_projects": "Projecten",
8
8
  "text_cv_section_name_skills": "Vaardigheden",
@@ -20,7 +20,7 @@
20
20
  "text_cv_section_name_details": "Details",
21
21
  "text_cv_property_location": "Locatie",
22
22
  "text_cv_property_address": "Adres",
23
- "text_cv_property_phone": "Telefoon",
23
+ "text_cv_property_phone": "Telefoonnummer",
24
24
  "text_cv_property_email": "E-mail",
25
25
  "text_cv_property_date_of_birth": "Geboortedatum",
26
26
  "text_cv_property_place_of_birth": "Geboorteplaats",
@@ -36,7 +36,7 @@
36
36
  "text_skill_level_3": "Bekwaam",
37
37
  "text_skill_level_4": "Gevorderd",
38
38
  "text_skill_level_5": "Expert",
39
- "text_cv_section_name_personal_info": "Persoonlijke Informatie",
39
+ "text_cv_section_name_personal_info": "Persoonlijke gegevens",
40
40
  "text_cv_section_name_links": "Links",
41
41
  "text_cv_property_gender": "Geslacht",
42
42
  "text_cv_property_marital_status": "Burgerlijke staat",
@@ -44,9 +44,9 @@
44
44
  "text_cv_section_name_driver_licenses": "Rijbewijzen",
45
45
  "text_cv_section_name_driver_declaration": "Verklaring",
46
46
  "text_cv_section_name_declaration": "Verklaring",
47
- "text_references_available_upon_request": "Informatie beschikbaar op aanvraag",
47
+ "text_references_available_upon_request": "Informatie beschikbaar op verzoek",
48
48
  "text_brand_watermark": "Mogelijk gemaakt door {brand}",
49
- "text_to_recipient_in_cover_letter": "Verzenden naar",
49
+ "text_to_recipient_in_cover_letter": "Aan",
50
50
  "text_present_in_resume_date": "Heden",
51
51
  "text_send_from_in_cover_letter": "Van"
52
52
  }
@@ -7,7 +7,7 @@
7
7
  "text_cv_section_name_projects": "Prosjekter",
8
8
  "text_cv_section_name_skills": "Ferdigheter",
9
9
  "text_cv_section_name_certifications": "Sertifiseringer",
10
- "text_cv_section_name_awards": "Priser",
10
+ "text_cv_section_name_awards": "Utmerkelser",
11
11
  "text_cv_section_name_interests": "Interesser",
12
12
  "text_cv_section_name_volunteering": "Frivillig arbeid",
13
13
  "text_cv_section_name_publications": "Publikasjoner",
@@ -18,16 +18,16 @@
18
18
  "text_cv_section_name_references": "Referanser",
19
19
  "text_cv_section_name_profiles": "Profiler",
20
20
  "text_cv_section_name_details": "Detaljer",
21
- "text_cv_property_location": "Lokasjon",
21
+ "text_cv_property_location": "Sted",
22
22
  "text_cv_property_address": "Adresse",
23
23
  "text_cv_property_phone": "Telefon",
24
24
  "text_cv_property_email": "E-post",
25
25
  "text_cv_property_date_of_birth": "Fødselsdato",
26
- "text_cv_property_place_of_birth": "Fødselssted",
26
+ "text_cv_property_place_of_birth": "Fødested",
27
27
  "text_cv_property_nationality": "Nasjonalitet",
28
- "text_cv_property_website": "Nettsted",
28
+ "text_cv_property_website": "Nettside",
29
29
  "text_language_proficiency_1": "Nybegynner",
30
- "text_language_proficiency_2": "Grunnleggende",
30
+ "text_language_proficiency_2": "Elementært nivå",
31
31
  "text_language_proficiency_3": "Middels",
32
32
  "text_language_proficiency_4": "Avansert",
33
33
  "text_language_proficiency_5": "Flytende",
@@ -36,7 +36,7 @@
36
36
  "text_skill_level_3": "Dyktig",
37
37
  "text_skill_level_4": "Avansert",
38
38
  "text_skill_level_5": "Ekspert",
39
- "text_cv_section_name_personal_info": "Personlig Informasjon",
39
+ "text_cv_section_name_personal_info": "Personopplysninger",
40
40
  "text_cv_section_name_links": "Lenker",
41
41
  "text_cv_property_gender": "Kjønn",
42
42
  "text_cv_property_marital_status": "Sivilstatus",
@@ -44,9 +44,9 @@
44
44
  "text_cv_section_name_driver_licenses": "Førerkort",
45
45
  "text_cv_section_name_driver_declaration": "Erklæring",
46
46
  "text_cv_section_name_declaration": "Erklæring",
47
- "text_references_available_upon_request": "Informasjon tilgjengelig ved forespørsel",
47
+ "text_references_available_upon_request": "Informasjon gis forespørsel",
48
48
  "text_brand_watermark": "Drevet av {brand}",
49
- "text_to_recipient_in_cover_letter": "Send til",
49
+ "text_to_recipient_in_cover_letter": "Til",
50
50
  "text_present_in_resume_date": "Nåværende",
51
51
  "text_send_from_in_cover_letter": "Fra"
52
52
  }
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "$schema": "https://inlang.com/schema/inlang-message-format",
3
3
  "text_cv_section_name_summary": "Podsumowanie",
4
- "text_cv_section_name_objective": "Cel",
5
- "text_cv_section_name_experience": "Doświadczenie",
6
- "text_cv_section_name_education": "Edukacja",
4
+ "text_cv_section_name_objective": "Cel zawodowy",
5
+ "text_cv_section_name_experience": "Doświadczenie zawodowe",
6
+ "text_cv_section_name_education": "Wykształcenie",
7
7
  "text_cv_section_name_projects": "Projekty",
8
8
  "text_cv_section_name_skills": "Umiejętności",
9
9
  "text_cv_section_name_certifications": "Certyfikaty",
@@ -13,30 +13,30 @@
13
13
  "text_cv_section_name_publications": "Publikacje",
14
14
  "text_cv_section_name_achievements": "Osiągnięcia",
15
15
  "text_cv_section_name_qrcode": "Kod QR",
16
- "text_cv_section_name_activities": "Aktywności",
16
+ "text_cv_section_name_activities": "Działalność",
17
17
  "text_cv_section_name_languages": "Języki",
18
18
  "text_cv_section_name_references": "Referencje",
19
19
  "text_cv_section_name_profiles": "Profile",
20
20
  "text_cv_section_name_details": "Szczegóły",
21
- "text_cv_property_location": "Miejsce",
21
+ "text_cv_property_location": "Lokalizacja",
22
22
  "text_cv_property_address": "Adres",
23
23
  "text_cv_property_phone": "Telefon",
24
24
  "text_cv_property_email": "Email",
25
25
  "text_cv_property_date_of_birth": "Data urodzenia",
26
26
  "text_cv_property_place_of_birth": "Miejsce urodzenia",
27
- "text_cv_property_nationality": "Narodowość",
27
+ "text_cv_property_nationality": "Obywatelstwo",
28
28
  "text_cv_property_website": "Strona internetowa",
29
29
  "text_language_proficiency_1": "Początkujący",
30
30
  "text_language_proficiency_2": "Podstawowy",
31
- "text_language_proficiency_3": "Średnio zaawansowany",
31
+ "text_language_proficiency_3": "Średniozaawansowany",
32
32
  "text_language_proficiency_4": "Zaawansowany",
33
33
  "text_language_proficiency_5": "Biegły",
34
34
  "text_skill_level_1": "Podstawowy",
35
35
  "text_skill_level_2": "Średni",
36
- "text_skill_level_3": "Bardzo dobry",
37
- "text_skill_level_4": "Zaawansowany",
36
+ "text_skill_level_3": "Zaawansowany",
37
+ "text_skill_level_4": "Bardzo zaawansowany",
38
38
  "text_skill_level_5": "Ekspert",
39
- "text_cv_section_name_personal_info": "Informacje osobiste",
39
+ "text_cv_section_name_personal_info": "Dane osobowe",
40
40
  "text_cv_section_name_links": "Linki",
41
41
  "text_cv_property_gender": "Płeć",
42
42
  "text_cv_property_marital_status": "Stan cywilny",
@@ -45,8 +45,8 @@
45
45
  "text_cv_section_name_driver_declaration": "Oświadczenie",
46
46
  "text_cv_section_name_declaration": "Oświadczenie",
47
47
  "text_references_available_upon_request": "Informacje dostępne na życzenie",
48
- "text_brand_watermark": "Dostarczane przez {brand}",
49
- "text_to_recipient_in_cover_letter": "Wyślij do",
48
+ "text_brand_watermark": "Zasilany przez {brand}",
49
+ "text_to_recipient_in_cover_letter": "Do",
50
50
  "text_present_in_resume_date": "Obecnie",
51
51
  "text_send_from_in_cover_letter": "Od"
52
52
  }
@@ -0,0 +1,51 @@
1
+ {
2
+ "$schema": "https://inlang.com/schema/inlang-message-format",
3
+ "text_cv_section_name_summary": "Resumo",
4
+ "text_cv_section_name_objective": "Objetivo",
5
+ "text_cv_section_name_experience": "Experiência",
6
+ "text_cv_section_name_education": "Formação Acadêmica",
7
+ "text_cv_section_name_projects": "Projetos",
8
+ "text_cv_section_name_skills": "Competências",
9
+ "text_cv_section_name_certifications": "Certificações",
10
+ "text_cv_section_name_awards": "Prêmios",
11
+ "text_cv_section_name_interests": "Interesses",
12
+ "text_cv_section_name_volunteering": "Trabalho Voluntário",
13
+ "text_cv_section_name_publications": "Publicações",
14
+ "text_cv_section_name_achievements": "Conquistas",
15
+ "text_cv_section_name_qrcode": "QR Code",
16
+ "text_cv_section_name_activities": "Atividades",
17
+ "text_cv_section_name_languages": "Idiomas",
18
+ "text_cv_section_name_references": "Referências",
19
+ "text_cv_section_name_profiles": "Perfis",
20
+ "text_cv_section_name_details": "Detalhes",
21
+ "text_cv_section_name_personal_info": "Informações Pessoais",
22
+ "text_cv_section_name_links": "Links",
23
+ "text_cv_section_name_licenses": "Licenças",
24
+ "text_cv_section_name_driver_licenses": "Carteiras de Motorista",
25
+ "text_cv_section_name_declaration": "Declaração",
26
+ "text_cv_property_location": "Localização",
27
+ "text_cv_property_address": "Endereço",
28
+ "text_cv_property_phone": "Telefone",
29
+ "text_cv_property_email": "E-mail",
30
+ "text_cv_property_date_of_birth": "Data de Nascimento",
31
+ "text_cv_property_place_of_birth": "Local de Nascimento",
32
+ "text_cv_property_nationality": "Nacionalidade",
33
+ "text_cv_property_website": "Site",
34
+ "text_cv_property_gender": "Gênero",
35
+ "text_cv_property_marital_status": "Estado Civil",
36
+ "text_language_proficiency_1": "Iniciante",
37
+ "text_language_proficiency_2": "Básico",
38
+ "text_language_proficiency_3": "Intermediário",
39
+ "text_language_proficiency_4": "Avançado",
40
+ "text_language_proficiency_5": "Fluente",
41
+ "text_skill_level_1": "Básico",
42
+ "text_skill_level_2": "Intermediário",
43
+ "text_skill_level_3": "Proficiente",
44
+ "text_skill_level_4": "Avançado",
45
+ "text_skill_level_5": "Especialista",
46
+ "text_references_available_upon_request": "Informações disponíveis mediante solicitação",
47
+ "text_brand_watermark": "Desenvolvido por {brand}",
48
+ "text_to_recipient_in_cover_letter": "A",
49
+ "text_present_in_resume_date": "Atualmente",
50
+ "text_send_from_in_cover_letter": "De"
51
+ }
@@ -0,0 +1,51 @@
1
+ {
2
+ "$schema": "https://inlang.com/schema/inlang-message-format",
3
+ "text_cv_section_name_summary": "Resumo",
4
+ "text_cv_section_name_objective": "Objetivo",
5
+ "text_cv_section_name_experience": "Experiência Profissional",
6
+ "text_cv_section_name_education": "Formação Académica",
7
+ "text_cv_section_name_projects": "Projetos",
8
+ "text_cv_section_name_skills": "Competências",
9
+ "text_cv_section_name_certifications": "Certificações",
10
+ "text_cv_section_name_awards": "Prémios",
11
+ "text_cv_section_name_interests": "Interesses",
12
+ "text_cv_section_name_volunteering": "Voluntariado",
13
+ "text_cv_section_name_publications": "Publicações",
14
+ "text_cv_section_name_achievements": "Conquistas",
15
+ "text_cv_section_name_qrcode": "Código QR",
16
+ "text_cv_section_name_activities": "Atividades",
17
+ "text_cv_section_name_languages": "Idiomas",
18
+ "text_cv_section_name_references": "Referências",
19
+ "text_cv_section_name_profiles": "Perfis",
20
+ "text_cv_section_name_details": "Detalhes",
21
+ "text_cv_section_name_personal_info": "Informação Pessoal",
22
+ "text_cv_section_name_links": "Ligações",
23
+ "text_cv_section_name_licenses": "Licenças",
24
+ "text_cv_section_name_driver_licenses": "Carta de Condução",
25
+ "text_cv_section_name_declaration": "Declaração",
26
+ "text_cv_property_location": "Localização",
27
+ "text_cv_property_address": "Morada",
28
+ "text_cv_property_phone": "Telefone",
29
+ "text_cv_property_email": "Email",
30
+ "text_cv_property_date_of_birth": "Data de Nascimento",
31
+ "text_cv_property_place_of_birth": "Local de Nascimento",
32
+ "text_cv_property_nationality": "Nacionalidade",
33
+ "text_cv_property_website": "Website",
34
+ "text_cv_property_gender": "Género",
35
+ "text_cv_property_marital_status": "Estado Civil",
36
+ "text_language_proficiency_1": "Iniciante",
37
+ "text_language_proficiency_2": "Elementar",
38
+ "text_language_proficiency_3": "Intermédio",
39
+ "text_language_proficiency_4": "Avançado",
40
+ "text_language_proficiency_5": "Fluente",
41
+ "text_skill_level_1": "Básico",
42
+ "text_skill_level_2": "Intermédio",
43
+ "text_skill_level_3": "Competente",
44
+ "text_skill_level_4": "Avançado",
45
+ "text_skill_level_5": "Especialista",
46
+ "text_references_available_upon_request": "Informação disponível mediante pedido",
47
+ "text_brand_watermark": "Desenvolvido por {brand}",
48
+ "text_to_recipient_in_cover_letter": "Aos cuidados de",
49
+ "text_present_in_resume_date": "Presente",
50
+ "text_send_from_in_cover_letter": "De"
51
+ }
@@ -3,18 +3,18 @@
3
3
  "text_cv_section_name_summary": "Resumo",
4
4
  "text_cv_section_name_objective": "Objetivo",
5
5
  "text_cv_section_name_experience": "Experiência",
6
- "text_cv_section_name_education": "Educação",
6
+ "text_cv_section_name_education": "Formação Acadêmica",
7
7
  "text_cv_section_name_projects": "Projetos",
8
- "text_cv_section_name_skills": "Habilidades",
8
+ "text_cv_section_name_skills": "Competências",
9
9
  "text_cv_section_name_certifications": "Certificações",
10
10
  "text_cv_section_name_awards": "Prêmios",
11
11
  "text_cv_section_name_interests": "Interesses",
12
- "text_cv_section_name_volunteering": "Voluntariado",
12
+ "text_cv_section_name_volunteering": "Trabalho Voluntário",
13
13
  "text_cv_section_name_publications": "Publicações",
14
14
  "text_cv_section_name_achievements": "Conquistas",
15
15
  "text_cv_section_name_qrcode": "Código QR",
16
16
  "text_cv_section_name_activities": "Atividades",
17
- "text_cv_section_name_languages": "Línguas",
17
+ "text_cv_section_name_languages": "Idiomas",
18
18
  "text_cv_section_name_references": "Referências",
19
19
  "text_cv_section_name_profiles": "Perfis",
20
20
  "text_cv_section_name_details": "Detalhes",
@@ -41,12 +41,12 @@
41
41
  "text_cv_property_gender": "Gênero",
42
42
  "text_cv_property_marital_status": "Estado Civil",
43
43
  "text_cv_section_name_licenses": "Licenças",
44
- "text_cv_section_name_driver_licenses": "Carteiras de Motorista",
44
+ "text_cv_section_name_driver_licenses": "Carteira de Motorista",
45
45
  "text_cv_section_name_driver_declaration": "Declaração",
46
46
  "text_cv_section_name_declaration": "Declaração",
47
47
  "text_references_available_upon_request": "Informações disponíveis mediante solicitação",
48
- "text_brand_watermark": "Desenvolvido por {brand}",
49
- "text_to_recipient_in_cover_letter": "Enviar para",
48
+ "text_brand_watermark": "Fornecido por {brand}",
49
+ "text_to_recipient_in_cover_letter": "A",
50
50
  "text_present_in_resume_date": "Atualmente",
51
51
  "text_send_from_in_cover_letter": "De"
52
52
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://inlang.com/schema/inlang-message-format",
3
- "text_cv_section_name_summary": "Rezumat",
3
+ "text_cv_section_name_summary": "Sumar",
4
4
  "text_cv_section_name_objective": "Obiectiv",
5
5
  "text_cv_section_name_experience": "Experiență",
6
6
  "text_cv_section_name_education": "Educație",
@@ -14,7 +14,7 @@
14
14
  "text_cv_section_name_achievements": "Realizări",
15
15
  "text_cv_section_name_qrcode": "Cod QR",
16
16
  "text_cv_section_name_activities": "Activități",
17
- "text_cv_section_name_languages": "Limbi",
17
+ "text_cv_section_name_languages": "Limbi străine",
18
18
  "text_cv_section_name_references": "Referințe",
19
19
  "text_cv_section_name_profiles": "Profile",
20
20
  "text_cv_section_name_details": "Detalii",
@@ -22,10 +22,10 @@
22
22
  "text_cv_property_address": "Adresă",
23
23
  "text_cv_property_phone": "Telefon",
24
24
  "text_cv_property_email": "Email",
25
- "text_cv_property_date_of_birth": "Data Nașterii",
26
- "text_cv_property_place_of_birth": "Locul Nașterii",
25
+ "text_cv_property_date_of_birth": "Data nașterii",
26
+ "text_cv_property_place_of_birth": "Locul nașterii",
27
27
  "text_cv_property_nationality": "Naționalitate",
28
- "text_cv_property_website": "Site web",
28
+ "text_cv_property_website": "Website",
29
29
  "text_language_proficiency_1": "Începător",
30
30
  "text_language_proficiency_2": "Elementar",
31
31
  "text_language_proficiency_3": "Intermediar",
@@ -37,16 +37,16 @@
37
37
  "text_skill_level_4": "Avansat",
38
38
  "text_skill_level_5": "Expert",
39
39
  "text_cv_section_name_personal_info": "Informații personale",
40
- "text_cv_section_name_links": "Link-uri",
40
+ "text_cv_section_name_links": "Linkuri",
41
41
  "text_cv_property_gender": "Gen",
42
- "text_cv_property_marital_status": "Stare Civilă",
42
+ "text_cv_property_marital_status": "Stare civilă",
43
43
  "text_cv_section_name_licenses": "Licențe",
44
44
  "text_cv_section_name_driver_licenses": "Permise de conducere",
45
45
  "text_cv_section_name_driver_declaration": "Declarație",
46
46
  "text_cv_section_name_declaration": "Declarație",
47
47
  "text_references_available_upon_request": "Informații disponibile la cerere",
48
- "text_brand_watermark": "Motorizat de {brand}",
49
- "text_to_recipient_in_cover_letter": "Trimite către",
48
+ "text_brand_watermark": "Realizat de {brand}",
49
+ "text_to_recipient_in_cover_letter": "Către",
50
50
  "text_present_in_resume_date": "Prezent",
51
51
  "text_send_from_in_cover_letter": "De la"
52
52
  }