tera-system-ui 0.1.61 → 0.1.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/COMPONENT_API.md +539 -0
- package/dist/components/brand-logo/BrandLogo.d.ts +2 -2
- package/dist/components/brand-logo/BrandLogo.js +1 -1
- package/dist/components/dialog/Dialog.svelte +1 -1
- package/dist/components/slider/Slider.svelte +1 -1
- package/dist/components/tera-ui-context/TeraUiContext.svelte +0 -2
- 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
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
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",
|
|
3
|
+
"text_cv_section_name_summary": "Ringkasan profesional",
|
|
4
|
+
"text_cv_section_name_objective": "Objektif kerjaya",
|
|
5
|
+
"text_cv_section_name_experience": "Pengalaman kerja",
|
|
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": "
|
|
9
|
+
"text_cv_section_name_certifications": "Pensijilan",
|
|
10
10
|
"text_cv_section_name_awards": "Anugerah",
|
|
11
11
|
"text_cv_section_name_interests": "Minat",
|
|
12
|
-
"text_cv_section_name_volunteering": "
|
|
12
|
+
"text_cv_section_name_volunteering": "Pengalaman 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",
|
|
@@ -17,36 +17,79 @@
|
|
|
17
17
|
"text_cv_section_name_languages": "Bahasa",
|
|
18
18
|
"text_cv_section_name_references": "Rujukan",
|
|
19
19
|
"text_cv_section_name_profiles": "Profil",
|
|
20
|
-
"text_cv_section_name_details": "
|
|
20
|
+
"text_cv_section_name_details": "Maklumat",
|
|
21
21
|
"text_cv_property_location": "Lokasi",
|
|
22
22
|
"text_cv_property_address": "Alamat",
|
|
23
23
|
"text_cv_property_phone": "Telefon",
|
|
24
24
|
"text_cv_property_email": "E-mel",
|
|
25
|
-
"text_cv_property_date_of_birth": "Tarikh
|
|
26
|
-
"text_cv_property_place_of_birth": "Tempat
|
|
27
|
-
"text_cv_property_nationality": "
|
|
28
|
-
"text_cv_property_website": "Laman
|
|
25
|
+
"text_cv_property_date_of_birth": "Tarikh lahir",
|
|
26
|
+
"text_cv_property_place_of_birth": "Tempat lahir",
|
|
27
|
+
"text_cv_property_nationality": "Kewarganegaraan",
|
|
28
|
+
"text_cv_property_website": "Laman web",
|
|
29
29
|
"text_language_proficiency_1": "Pemula",
|
|
30
30
|
"text_language_proficiency_2": "Asas",
|
|
31
|
-
"text_language_proficiency_3": "
|
|
31
|
+
"text_language_proficiency_3": "Sederhana",
|
|
32
32
|
"text_language_proficiency_4": "Lanjutan",
|
|
33
33
|
"text_language_proficiency_5": "Fasih",
|
|
34
34
|
"text_skill_level_1": "Asas",
|
|
35
|
-
"text_skill_level_2": "
|
|
35
|
+
"text_skill_level_2": "Sederhana",
|
|
36
36
|
"text_skill_level_3": "Mahir",
|
|
37
37
|
"text_skill_level_4": "Lanjutan",
|
|
38
38
|
"text_skill_level_5": "Pakar",
|
|
39
|
-
"text_cv_section_name_personal_info": "Maklumat
|
|
39
|
+
"text_cv_section_name_personal_info": "Maklumat peribadi",
|
|
40
40
|
"text_cv_section_name_links": "Pautan",
|
|
41
41
|
"text_cv_property_gender": "Jantina",
|
|
42
|
-
"text_cv_property_marital_status": "Status
|
|
42
|
+
"text_cv_property_marital_status": "Status perkahwinan",
|
|
43
43
|
"text_cv_section_name_licenses": "Lesen",
|
|
44
|
-
"text_cv_section_name_driver_licenses": "Lesen
|
|
44
|
+
"text_cv_section_name_driver_licenses": "Lesen memandu",
|
|
45
45
|
"text_cv_section_name_driver_declaration": "Pernyataan",
|
|
46
|
-
"text_cv_section_name_declaration": "
|
|
47
|
-
"text_references_available_upon_request": "Maklumat
|
|
46
|
+
"text_cv_section_name_declaration": "Pengakuan",
|
|
47
|
+
"text_references_available_upon_request": "Maklumat tersedia atas permintaan",
|
|
48
48
|
"text_brand_watermark": "Dikuasakan oleh {brand}",
|
|
49
49
|
"text_to_recipient_in_cover_letter": "Kepada",
|
|
50
50
|
"text_present_in_resume_date": "Kini",
|
|
51
|
-
"text_send_from_in_cover_letter": "Daripada"
|
|
51
|
+
"text_send_from_in_cover_letter": "Daripada",
|
|
52
|
+
"text_cv_property_linkedin": "LinkedIn",
|
|
53
|
+
"text_cv_viewer_download_pdf": "Muat turun PDF",
|
|
54
|
+
"text_cv_viewer_pdf": "PDF",
|
|
55
|
+
"text_cv_viewer_contact": "Hubungi",
|
|
56
|
+
"text_cv_viewer_owners_cv": "CV {name}",
|
|
57
|
+
"text_cv_viewer_view_cv": "Lihat CV",
|
|
58
|
+
"text_cv_viewer_professional_cv": "CV profesional",
|
|
59
|
+
"text_cv_viewer_unable_to_load": "Tidak dapat memuatkan CV",
|
|
60
|
+
"text_cv_viewer_try_again": "Cuba lagi",
|
|
61
|
+
"text_cv_viewer_tap_to_zoom": "Ketik untuk zum",
|
|
62
|
+
"text_cv_viewer_made_with": "Dihasilkan dengan",
|
|
63
|
+
"text_cv_viewer_build_free": "Bina CV profesional anda secara percuma",
|
|
64
|
+
"text_error_link_expired": "Pautan ini telah tamat tempoh",
|
|
65
|
+
"text_error_expired_message": "Pautan perkongsian pemilik CV tidak lagi aktif",
|
|
66
|
+
"text_error_cv_unavailable": "CV tidak lagi tersedia",
|
|
67
|
+
"text_error_cv_removed_message": "CV ini telah dialih keluar oleh pemiliknya",
|
|
68
|
+
"text_error_not_found": "CV tidak ditemui",
|
|
69
|
+
"text_error_not_found_message": "Pautan ini tidak wujud atau mungkin telah dialih keluar",
|
|
70
|
+
"text_error_create_free_cv": "Cipta CV percuma anda",
|
|
71
|
+
"text_password_protected": "Dilindungi kata laluan",
|
|
72
|
+
"text_password_enter_to_view": "Masukkan kata laluan untuk melihat CV ini",
|
|
73
|
+
"text_password_enter": "Masukkan kata laluan",
|
|
74
|
+
"text_password_incorrect": "Kata laluan salah. Sila cuba lagi",
|
|
75
|
+
"text_password_something_wrong": "Sesuatu telah berlaku. Sila cuba lagi",
|
|
76
|
+
"text_password_verifying": "Mengesahkan",
|
|
77
|
+
"text_password_view_cv": "Lihat CV",
|
|
78
|
+
"text_password_hide": "Sembunyikan kata laluan",
|
|
79
|
+
"text_password_show": "Tunjukkan kata laluan",
|
|
80
|
+
"text_password_made_with": "Dihasilkan dengan",
|
|
81
|
+
"text_lightbox_viewer": "Pemapar CV skrin penuh",
|
|
82
|
+
"text_lightbox_close": "Tutup pemapar skrin penuh",
|
|
83
|
+
"text_lightbox_zoom_out": "Zum keluar",
|
|
84
|
+
"text_lightbox_zoom_in": "Zum masuk",
|
|
85
|
+
"text_lightbox_pinch_zoom": "Cubit · ketik dua kali untuk zum · × untuk tutup",
|
|
86
|
+
"text_contact_get_in_touch": "Hubungi",
|
|
87
|
+
"text_contact_connect_with": "Berhubung dengan {name}",
|
|
88
|
+
"text_contact_reach_out": "Hubungi melalui e-mel atau telefon di bawah",
|
|
89
|
+
"text_contact_send_email": "Hantar e-mel",
|
|
90
|
+
"text_contact_call_now": "Panggil sekarang",
|
|
91
|
+
"text_contact_copy_email": "Salin e-mel",
|
|
92
|
+
"text_contact_copy_phone": "Salin telefon",
|
|
93
|
+
"text_contact_email_copied": "E-mel disalin!",
|
|
94
|
+
"text_contact_phone_copied": "Telefon disalin!"
|
|
52
95
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
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": "Profiel",
|
|
4
|
+
"text_cv_section_name_objective": "Carrièredoel",
|
|
5
5
|
"text_cv_section_name_experience": "Werkervaring",
|
|
6
|
-
"text_cv_section_name_education": "
|
|
6
|
+
"text_cv_section_name_education": "Opleidingen",
|
|
7
7
|
"text_cv_section_name_projects": "Projecten",
|
|
8
8
|
"text_cv_section_name_skills": "Vaardigheden",
|
|
9
9
|
"text_cv_section_name_certifications": "Certificeringen",
|
|
@@ -17,23 +17,23 @@
|
|
|
17
17
|
"text_cv_section_name_languages": "Talen",
|
|
18
18
|
"text_cv_section_name_references": "Referenties",
|
|
19
19
|
"text_cv_section_name_profiles": "Profielen",
|
|
20
|
-
"text_cv_section_name_details": "
|
|
20
|
+
"text_cv_section_name_details": "Gegevens",
|
|
21
21
|
"text_cv_property_location": "Locatie",
|
|
22
22
|
"text_cv_property_address": "Adres",
|
|
23
|
-
"text_cv_property_phone": "
|
|
23
|
+
"text_cv_property_phone": "Telefoon",
|
|
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",
|
|
27
27
|
"text_cv_property_nationality": "Nationaliteit",
|
|
28
28
|
"text_cv_property_website": "Website",
|
|
29
29
|
"text_language_proficiency_1": "Beginner",
|
|
30
|
-
"text_language_proficiency_2": "
|
|
30
|
+
"text_language_proficiency_2": "Basiskennis",
|
|
31
31
|
"text_language_proficiency_3": "Gemiddeld",
|
|
32
32
|
"text_language_proficiency_4": "Gevorderd",
|
|
33
33
|
"text_language_proficiency_5": "Vloeiend",
|
|
34
34
|
"text_skill_level_1": "Basis",
|
|
35
35
|
"text_skill_level_2": "Gemiddeld",
|
|
36
|
-
"text_skill_level_3": "
|
|
36
|
+
"text_skill_level_3": "Vaardig",
|
|
37
37
|
"text_skill_level_4": "Gevorderd",
|
|
38
38
|
"text_skill_level_5": "Expert",
|
|
39
39
|
"text_cv_section_name_personal_info": "Persoonlijke gegevens",
|
|
@@ -44,9 +44,52 @@
|
|
|
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
|
|
48
|
-
"text_brand_watermark": "
|
|
47
|
+
"text_references_available_upon_request": "Informatie op aanvraag beschikbaar",
|
|
48
|
+
"text_brand_watermark": "Powered by {brand}",
|
|
49
49
|
"text_to_recipient_in_cover_letter": "Aan",
|
|
50
50
|
"text_present_in_resume_date": "Heden",
|
|
51
|
-
"text_send_from_in_cover_letter": "Van"
|
|
51
|
+
"text_send_from_in_cover_letter": "Van",
|
|
52
|
+
"text_cv_property_linkedin": "LinkedIn",
|
|
53
|
+
"text_cv_viewer_download_pdf": "PDF downloaden",
|
|
54
|
+
"text_cv_viewer_pdf": "PDF",
|
|
55
|
+
"text_cv_viewer_contact": "Contact",
|
|
56
|
+
"text_cv_viewer_owners_cv": "Cv van {name}",
|
|
57
|
+
"text_cv_viewer_view_cv": "Cv bekijken",
|
|
58
|
+
"text_cv_viewer_professional_cv": "Professioneel cv",
|
|
59
|
+
"text_cv_viewer_unable_to_load": "Kan cv niet laden",
|
|
60
|
+
"text_cv_viewer_try_again": "Opnieuw proberen",
|
|
61
|
+
"text_cv_viewer_tap_to_zoom": "Tik om in te zoomen",
|
|
62
|
+
"text_cv_viewer_made_with": "Gemaakt met",
|
|
63
|
+
"text_cv_viewer_build_free": "Maak gratis je professionele cv",
|
|
64
|
+
"text_error_link_expired": "Deze link is verlopen",
|
|
65
|
+
"text_error_expired_message": "De deelbare link van de cv-eigenaar is niet meer actief",
|
|
66
|
+
"text_error_cv_unavailable": "Cv niet meer beschikbaar",
|
|
67
|
+
"text_error_cv_removed_message": "Dit cv is verwijderd door de eigenaar",
|
|
68
|
+
"text_error_not_found": "Cv niet gevonden",
|
|
69
|
+
"text_error_not_found_message": "Deze link bestaat niet of is mogelijk verwijderd",
|
|
70
|
+
"text_error_create_free_cv": "Maak je gratis cv",
|
|
71
|
+
"text_password_protected": "Beveiligd met wachtwoord",
|
|
72
|
+
"text_password_enter_to_view": "Voer het wachtwoord in om dit cv te bekijken",
|
|
73
|
+
"text_password_enter": "Wachtwoord invoeren",
|
|
74
|
+
"text_password_incorrect": "Onjuist wachtwoord. Probeer het opnieuw",
|
|
75
|
+
"text_password_something_wrong": "Er is iets misgegaan. Probeer het opnieuw",
|
|
76
|
+
"text_password_verifying": "Controleren",
|
|
77
|
+
"text_password_view_cv": "Cv bekijken",
|
|
78
|
+
"text_password_hide": "Wachtwoord verbergen",
|
|
79
|
+
"text_password_show": "Wachtwoord tonen",
|
|
80
|
+
"text_password_made_with": "Gemaakt met",
|
|
81
|
+
"text_lightbox_viewer": "Cv-weergave op volledig scherm",
|
|
82
|
+
"text_lightbox_close": "Cv-weergave op volledig scherm sluiten",
|
|
83
|
+
"text_lightbox_zoom_out": "Uitzoomen",
|
|
84
|
+
"text_lightbox_zoom_in": "Inzoomen",
|
|
85
|
+
"text_lightbox_pinch_zoom": "Knijp · dubbeltik om te zoomen · × om te sluiten",
|
|
86
|
+
"text_contact_get_in_touch": "Neem contact op",
|
|
87
|
+
"text_contact_connect_with": "Kom in contact met {name}",
|
|
88
|
+
"text_contact_reach_out": "Neem hieronder contact op via e-mail of telefoon",
|
|
89
|
+
"text_contact_send_email": "E-mail sturen",
|
|
90
|
+
"text_contact_call_now": "Nu bellen",
|
|
91
|
+
"text_contact_copy_email": "E-mailadres kopiëren",
|
|
92
|
+
"text_contact_copy_phone": "Telefoonnummer kopiëren",
|
|
93
|
+
"text_contact_email_copied": "E-mailadres gekopieerd!",
|
|
94
|
+
"text_contact_phone_copied": "Telefoonnummer gekopieerd!"
|
|
52
95
|
}
|
|
@@ -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": "
|
|
5
|
-
"text_cv_section_name_experience": "
|
|
3
|
+
"text_cv_section_name_summary": "Profil",
|
|
4
|
+
"text_cv_section_name_objective": "Karrieremål",
|
|
5
|
+
"text_cv_section_name_experience": "Arbeidserfaring",
|
|
6
6
|
"text_cv_section_name_education": "Utdanning",
|
|
7
7
|
"text_cv_section_name_projects": "Prosjekter",
|
|
8
8
|
"text_cv_section_name_skills": "Ferdigheter",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"text_cv_section_name_languages": "Språk",
|
|
18
18
|
"text_cv_section_name_references": "Referanser",
|
|
19
19
|
"text_cv_section_name_profiles": "Profiler",
|
|
20
|
-
"text_cv_section_name_details": "
|
|
20
|
+
"text_cv_section_name_details": "Tilleggsinformasjon",
|
|
21
21
|
"text_cv_property_location": "Sted",
|
|
22
22
|
"text_cv_property_address": "Adresse",
|
|
23
23
|
"text_cv_property_phone": "Telefon",
|
|
@@ -27,16 +27,16 @@
|
|
|
27
27
|
"text_cv_property_nationality": "Nasjonalitet",
|
|
28
28
|
"text_cv_property_website": "Nettside",
|
|
29
29
|
"text_language_proficiency_1": "Nybegynner",
|
|
30
|
-
"text_language_proficiency_2": "
|
|
30
|
+
"text_language_proficiency_2": "Grunnleggende",
|
|
31
31
|
"text_language_proficiency_3": "Middels",
|
|
32
32
|
"text_language_proficiency_4": "Avansert",
|
|
33
33
|
"text_language_proficiency_5": "Flytende",
|
|
34
34
|
"text_skill_level_1": "Grunnleggende",
|
|
35
35
|
"text_skill_level_2": "Middels",
|
|
36
|
-
"text_skill_level_3": "
|
|
36
|
+
"text_skill_level_3": "God",
|
|
37
37
|
"text_skill_level_4": "Avansert",
|
|
38
38
|
"text_skill_level_5": "Ekspert",
|
|
39
|
-
"text_cv_section_name_personal_info": "
|
|
39
|
+
"text_cv_section_name_personal_info": "Personalia",
|
|
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,52 @@
|
|
|
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": "
|
|
48
|
-
"text_brand_watermark": "
|
|
47
|
+
"text_references_available_upon_request": "Oppgis på forespørsel",
|
|
48
|
+
"text_brand_watermark": "Laget med {brand}",
|
|
49
49
|
"text_to_recipient_in_cover_letter": "Til",
|
|
50
|
-
"text_present_in_resume_date": "
|
|
51
|
-
"text_send_from_in_cover_letter": "Fra"
|
|
50
|
+
"text_present_in_resume_date": "d.d.",
|
|
51
|
+
"text_send_from_in_cover_letter": "Fra",
|
|
52
|
+
"text_cv_property_linkedin": "LinkedIn",
|
|
53
|
+
"text_cv_viewer_download_pdf": "Last ned PDF",
|
|
54
|
+
"text_cv_viewer_pdf": "PDF",
|
|
55
|
+
"text_cv_viewer_contact": "Kontakt",
|
|
56
|
+
"text_cv_viewer_owners_cv": "CV-en til {name}",
|
|
57
|
+
"text_cv_viewer_view_cv": "Vis CV",
|
|
58
|
+
"text_cv_viewer_professional_cv": "Profesjonell CV",
|
|
59
|
+
"text_cv_viewer_unable_to_load": "Kan ikke laste inn CV",
|
|
60
|
+
"text_cv_viewer_try_again": "Prøv igjen",
|
|
61
|
+
"text_cv_viewer_tap_to_zoom": "Trykk for å zoome",
|
|
62
|
+
"text_cv_viewer_made_with": "Laget med",
|
|
63
|
+
"text_cv_viewer_build_free": "Lag din profesjonelle CV gratis",
|
|
64
|
+
"text_error_link_expired": "Denne lenken er utløpt",
|
|
65
|
+
"text_error_expired_message": "CV-eierens delbare lenke er ikke lenger aktiv",
|
|
66
|
+
"text_error_cv_unavailable": "CV-en er ikke lenger tilgjengelig",
|
|
67
|
+
"text_error_cv_removed_message": "Denne CV-en er fjernet av eieren",
|
|
68
|
+
"text_error_not_found": "CV ikke funnet",
|
|
69
|
+
"text_error_not_found_message": "Denne lenken finnes ikke eller kan ha blitt fjernet",
|
|
70
|
+
"text_error_create_free_cv": "Lag din gratis CV",
|
|
71
|
+
"text_password_protected": "Passordbeskyttet",
|
|
72
|
+
"text_password_enter_to_view": "Skriv inn passordet for å se denne CV-en",
|
|
73
|
+
"text_password_enter": "Skriv inn passord",
|
|
74
|
+
"text_password_incorrect": "Feil passord. Prøv igjen",
|
|
75
|
+
"text_password_something_wrong": "Noe gikk galt. Prøv igjen",
|
|
76
|
+
"text_password_verifying": "Kontrollerer",
|
|
77
|
+
"text_password_view_cv": "Vis CV",
|
|
78
|
+
"text_password_hide": "Skjul passord",
|
|
79
|
+
"text_password_show": "Vis passord",
|
|
80
|
+
"text_password_made_with": "Laget med",
|
|
81
|
+
"text_lightbox_viewer": "CV-visning i fullskjerm",
|
|
82
|
+
"text_lightbox_close": "Lukk fullskjermvisning",
|
|
83
|
+
"text_lightbox_zoom_out": "Zoom ut",
|
|
84
|
+
"text_lightbox_zoom_in": "Zoom inn",
|
|
85
|
+
"text_lightbox_pinch_zoom": "Knip · dobbelttrykk for å zoome · × for å lukke",
|
|
86
|
+
"text_contact_get_in_touch": "Ta kontakt",
|
|
87
|
+
"text_contact_connect_with": "Kontakt {name}",
|
|
88
|
+
"text_contact_reach_out": "Ta kontakt via e-post eller telefon nedenfor",
|
|
89
|
+
"text_contact_send_email": "Send e-post",
|
|
90
|
+
"text_contact_call_now": "Ring nå",
|
|
91
|
+
"text_contact_copy_email": "Kopier e-post",
|
|
92
|
+
"text_contact_copy_phone": "Kopier telefonnummer",
|
|
93
|
+
"text_contact_email_copied": "E-post kopiert!",
|
|
94
|
+
"text_contact_phone_copied": "Telefonnummer kopiert!"
|
|
52
95
|
}
|
|
@@ -1,52 +1,95 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://inlang.com/schema/inlang-message-format",
|
|
3
|
-
"text_cv_section_name_summary": "Podsumowanie",
|
|
3
|
+
"text_cv_section_name_summary": "Podsumowanie zawodowe",
|
|
4
4
|
"text_cv_section_name_objective": "Cel zawodowy",
|
|
5
5
|
"text_cv_section_name_experience": "Doświadczenie zawodowe",
|
|
6
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",
|
|
10
|
-
"text_cv_section_name_awards": "Nagrody",
|
|
10
|
+
"text_cv_section_name_awards": "Nagrody i wyróżnienia",
|
|
11
11
|
"text_cv_section_name_interests": "Zainteresowania",
|
|
12
12
|
"text_cv_section_name_volunteering": "Wolontariat",
|
|
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": "Działalność",
|
|
17
|
-
"text_cv_section_name_languages": "Języki",
|
|
16
|
+
"text_cv_section_name_activities": "Działalność dodatkowa",
|
|
17
|
+
"text_cv_section_name_languages": "Języki obce",
|
|
18
18
|
"text_cv_section_name_references": "Referencje",
|
|
19
|
-
"text_cv_section_name_profiles": "Profile",
|
|
20
|
-
"text_cv_section_name_details": "
|
|
19
|
+
"text_cv_section_name_profiles": "Profile online",
|
|
20
|
+
"text_cv_section_name_details": "Informacje dodatkowe",
|
|
21
21
|
"text_cv_property_location": "Lokalizacja",
|
|
22
22
|
"text_cv_property_address": "Adres",
|
|
23
23
|
"text_cv_property_phone": "Telefon",
|
|
24
|
-
"text_cv_property_email": "
|
|
24
|
+
"text_cv_property_email": "E-mail",
|
|
25
25
|
"text_cv_property_date_of_birth": "Data urodzenia",
|
|
26
26
|
"text_cv_property_place_of_birth": "Miejsce urodzenia",
|
|
27
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": "
|
|
31
|
+
"text_language_proficiency_3": "Średnio zaawansowany",
|
|
32
32
|
"text_language_proficiency_4": "Zaawansowany",
|
|
33
33
|
"text_language_proficiency_5": "Biegły",
|
|
34
34
|
"text_skill_level_1": "Podstawowy",
|
|
35
|
-
"text_skill_level_2": "
|
|
36
|
-
"text_skill_level_3": "
|
|
37
|
-
"text_skill_level_4": "
|
|
35
|
+
"text_skill_level_2": "Średnio zaawansowany",
|
|
36
|
+
"text_skill_level_3": "Dobry",
|
|
37
|
+
"text_skill_level_4": "Zaawansowany",
|
|
38
38
|
"text_skill_level_5": "Ekspert",
|
|
39
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",
|
|
43
|
-
"text_cv_section_name_licenses": "
|
|
43
|
+
"text_cv_section_name_licenses": "Uprawnienia",
|
|
44
44
|
"text_cv_section_name_driver_licenses": "Prawo jazdy",
|
|
45
45
|
"text_cv_section_name_driver_declaration": "Oświadczenie",
|
|
46
46
|
"text_cv_section_name_declaration": "Oświadczenie",
|
|
47
|
-
"text_references_available_upon_request": "
|
|
48
|
-
"text_brand_watermark": "
|
|
47
|
+
"text_references_available_upon_request": "Referencje dostępne na życzenie",
|
|
48
|
+
"text_brand_watermark": "Utworzono w {brand}",
|
|
49
49
|
"text_to_recipient_in_cover_letter": "Do",
|
|
50
|
-
"text_present_in_resume_date": "
|
|
51
|
-
"text_send_from_in_cover_letter": "Od"
|
|
50
|
+
"text_present_in_resume_date": "obecnie",
|
|
51
|
+
"text_send_from_in_cover_letter": "Od",
|
|
52
|
+
"text_cv_property_linkedin": "LinkedIn",
|
|
53
|
+
"text_cv_viewer_download_pdf": "Pobierz PDF",
|
|
54
|
+
"text_cv_viewer_pdf": "PDF",
|
|
55
|
+
"text_cv_viewer_contact": "Kontakt",
|
|
56
|
+
"text_cv_viewer_owners_cv": "{name} – CV",
|
|
57
|
+
"text_cv_viewer_view_cv": "Zobacz CV",
|
|
58
|
+
"text_cv_viewer_professional_cv": "Profesjonalne CV",
|
|
59
|
+
"text_cv_viewer_unable_to_load": "Nie można wczytać CV",
|
|
60
|
+
"text_cv_viewer_try_again": "Spróbuj ponownie",
|
|
61
|
+
"text_cv_viewer_tap_to_zoom": "Dotknij, aby powiększyć",
|
|
62
|
+
"text_cv_viewer_made_with": "Utworzono za pomocą",
|
|
63
|
+
"text_cv_viewer_build_free": "Stwórz profesjonalne CV za darmo",
|
|
64
|
+
"text_error_link_expired": "Ten link wygasł",
|
|
65
|
+
"text_error_expired_message": "Link udostępniony przez właściciela CV nie jest już aktywny",
|
|
66
|
+
"text_error_cv_unavailable": "CV nie jest już dostępne",
|
|
67
|
+
"text_error_cv_removed_message": "To CV zostało usunięte przez właściciela",
|
|
68
|
+
"text_error_not_found": "Nie znaleziono CV",
|
|
69
|
+
"text_error_not_found_message": "Ten link nie istnieje lub mógł zostać usunięty",
|
|
70
|
+
"text_error_create_free_cv": "Utwórz darmowe CV",
|
|
71
|
+
"text_password_protected": "Chronione hasłem",
|
|
72
|
+
"text_password_enter_to_view": "Wpisz hasło, aby zobaczyć to CV",
|
|
73
|
+
"text_password_enter": "Wpisz hasło",
|
|
74
|
+
"text_password_incorrect": "Nieprawidłowe hasło. Spróbuj ponownie",
|
|
75
|
+
"text_password_something_wrong": "Coś poszło nie tak. Spróbuj ponownie",
|
|
76
|
+
"text_password_verifying": "Weryfikacja",
|
|
77
|
+
"text_password_view_cv": "Zobacz CV",
|
|
78
|
+
"text_password_hide": "Ukryj hasło",
|
|
79
|
+
"text_password_show": "Pokaż hasło",
|
|
80
|
+
"text_password_made_with": "Utworzono za pomocą",
|
|
81
|
+
"text_lightbox_viewer": "Pełnoekranowy podgląd CV",
|
|
82
|
+
"text_lightbox_close": "Zamknij podgląd pełnoekranowy",
|
|
83
|
+
"text_lightbox_zoom_out": "Pomniejsz",
|
|
84
|
+
"text_lightbox_zoom_in": "Powiększ",
|
|
85
|
+
"text_lightbox_pinch_zoom": "Uszczypnij · dotknij dwukrotnie, aby powiększyć · ×, aby zamknąć",
|
|
86
|
+
"text_contact_get_in_touch": "Skontaktuj się",
|
|
87
|
+
"text_contact_connect_with": "Skontaktuj się z {name}",
|
|
88
|
+
"text_contact_reach_out": "Napisz e-mail lub zadzwoń, korzystając z danych poniżej",
|
|
89
|
+
"text_contact_send_email": "Wyślij e-mail",
|
|
90
|
+
"text_contact_call_now": "Zadzwoń teraz",
|
|
91
|
+
"text_contact_copy_email": "Kopiuj e-mail",
|
|
92
|
+
"text_contact_copy_phone": "Kopiuj telefon",
|
|
93
|
+
"text_contact_email_copied": "E-mail skopiowany!",
|
|
94
|
+
"text_contact_phone_copied": "Telefon skopiowany!"
|
|
52
95
|
}
|
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
{
|
|
2
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
|
|
3
|
+
"text_cv_section_name_summary": "Resumo profissional",
|
|
4
|
+
"text_cv_section_name_objective": "Objetivo profissional",
|
|
5
|
+
"text_cv_section_name_experience": "Experiência profissional",
|
|
6
|
+
"text_cv_section_name_education": "Formação acadêmica",
|
|
7
7
|
"text_cv_section_name_projects": "Projetos",
|
|
8
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": "Trabalho
|
|
12
|
+
"text_cv_section_name_volunteering": "Trabalho voluntário",
|
|
13
13
|
"text_cv_section_name_publications": "Publicações",
|
|
14
|
-
"text_cv_section_name_achievements": "
|
|
14
|
+
"text_cv_section_name_achievements": "Realizações",
|
|
15
15
|
"text_cv_section_name_qrcode": "QR Code",
|
|
16
16
|
"text_cv_section_name_activities": "Atividades",
|
|
17
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
|
-
"text_cv_section_name_details": "
|
|
21
|
-
"text_cv_section_name_personal_info": "
|
|
20
|
+
"text_cv_section_name_details": "Informações adicionais",
|
|
21
|
+
"text_cv_section_name_personal_info": "Dados pessoais",
|
|
22
22
|
"text_cv_section_name_links": "Links",
|
|
23
23
|
"text_cv_section_name_licenses": "Licenças",
|
|
24
|
-
"text_cv_section_name_driver_licenses": "
|
|
24
|
+
"text_cv_section_name_driver_licenses": "Carteira de habilitação",
|
|
25
25
|
"text_cv_section_name_declaration": "Declaração",
|
|
26
26
|
"text_cv_property_location": "Localização",
|
|
27
27
|
"text_cv_property_address": "Endereço",
|
|
28
28
|
"text_cv_property_phone": "Telefone",
|
|
29
29
|
"text_cv_property_email": "E-mail",
|
|
30
|
-
"text_cv_property_date_of_birth": "Data de
|
|
31
|
-
"text_cv_property_place_of_birth": "Local de
|
|
30
|
+
"text_cv_property_date_of_birth": "Data de nascimento",
|
|
31
|
+
"text_cv_property_place_of_birth": "Local de nascimento",
|
|
32
32
|
"text_cv_property_nationality": "Nacionalidade",
|
|
33
33
|
"text_cv_property_website": "Site",
|
|
34
34
|
"text_cv_property_gender": "Gênero",
|
|
35
|
-
"text_cv_property_marital_status": "Estado
|
|
35
|
+
"text_cv_property_marital_status": "Estado civil",
|
|
36
36
|
"text_language_proficiency_1": "Iniciante",
|
|
37
37
|
"text_language_proficiency_2": "Básico",
|
|
38
38
|
"text_language_proficiency_3": "Intermediário",
|
|
@@ -45,7 +45,50 @@
|
|
|
45
45
|
"text_skill_level_5": "Especialista",
|
|
46
46
|
"text_references_available_upon_request": "Informações disponíveis mediante solicitação",
|
|
47
47
|
"text_brand_watermark": "Desenvolvido por {brand}",
|
|
48
|
-
"text_to_recipient_in_cover_letter": "
|
|
49
|
-
"text_present_in_resume_date": "
|
|
50
|
-
"text_send_from_in_cover_letter": "De"
|
|
48
|
+
"text_to_recipient_in_cover_letter": "Para",
|
|
49
|
+
"text_present_in_resume_date": "Atual",
|
|
50
|
+
"text_send_from_in_cover_letter": "De",
|
|
51
|
+
"text_cv_property_linkedin": "LinkedIn",
|
|
52
|
+
"text_cv_viewer_download_pdf": "Baixar PDF",
|
|
53
|
+
"text_cv_viewer_pdf": "PDF",
|
|
54
|
+
"text_cv_viewer_contact": "Contato",
|
|
55
|
+
"text_cv_viewer_owners_cv": "Currículo de {name}",
|
|
56
|
+
"text_cv_viewer_view_cv": "Ver currículo",
|
|
57
|
+
"text_cv_viewer_professional_cv": "Currículo profissional",
|
|
58
|
+
"text_cv_viewer_unable_to_load": "Não foi possível carregar o currículo",
|
|
59
|
+
"text_cv_viewer_try_again": "Tentar novamente",
|
|
60
|
+
"text_cv_viewer_tap_to_zoom": "Toque para ampliar",
|
|
61
|
+
"text_cv_viewer_made_with": "Criado com",
|
|
62
|
+
"text_cv_viewer_build_free": "Crie seu currículo profissional gratuitamente",
|
|
63
|
+
"text_error_link_expired": "Este link expirou",
|
|
64
|
+
"text_error_expired_message": "O link de compartilhamento do titular do currículo não está mais ativo",
|
|
65
|
+
"text_error_cv_unavailable": "Currículo não está mais disponível",
|
|
66
|
+
"text_error_cv_removed_message": "Este currículo foi removido pelo titular",
|
|
67
|
+
"text_error_not_found": "Currículo não encontrado",
|
|
68
|
+
"text_error_not_found_message": "Este link não existe ou pode ter sido removido",
|
|
69
|
+
"text_error_create_free_cv": "Crie seu currículo gratuito",
|
|
70
|
+
"text_password_protected": "Protegido por senha",
|
|
71
|
+
"text_password_enter_to_view": "Digite a senha para ver este currículo",
|
|
72
|
+
"text_password_enter": "Digite a senha",
|
|
73
|
+
"text_password_incorrect": "Senha incorreta. Tente novamente",
|
|
74
|
+
"text_password_something_wrong": "Algo deu errado. Tente novamente",
|
|
75
|
+
"text_password_verifying": "Verificando",
|
|
76
|
+
"text_password_view_cv": "Ver currículo",
|
|
77
|
+
"text_password_hide": "Ocultar senha",
|
|
78
|
+
"text_password_show": "Mostrar senha",
|
|
79
|
+
"text_password_made_with": "Criado com",
|
|
80
|
+
"text_lightbox_viewer": "Visualizador de currículo em tela cheia",
|
|
81
|
+
"text_lightbox_close": "Fechar visualizador em tela cheia",
|
|
82
|
+
"text_lightbox_zoom_out": "Reduzir zoom",
|
|
83
|
+
"text_lightbox_zoom_in": "Ampliar zoom",
|
|
84
|
+
"text_lightbox_pinch_zoom": "Gesto de pinça · toque duas vezes para ampliar · × para fechar",
|
|
85
|
+
"text_contact_get_in_touch": "Entre em contato",
|
|
86
|
+
"text_contact_connect_with": "Conecte-se com {name}",
|
|
87
|
+
"text_contact_reach_out": "Entre em contato por e-mail ou telefone abaixo",
|
|
88
|
+
"text_contact_send_email": "Enviar e-mail",
|
|
89
|
+
"text_contact_call_now": "Ligar agora",
|
|
90
|
+
"text_contact_copy_email": "Copiar e-mail",
|
|
91
|
+
"text_contact_copy_phone": "Copiar telefone",
|
|
92
|
+
"text_contact_email_copied": "E-mail copiado!",
|
|
93
|
+
"text_contact_phone_copied": "Telefone copiado!"
|
|
51
94
|
}
|