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,31 +1,31 @@
|
|
|
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": "Profesyonel özet",
|
|
4
|
+
"text_cv_section_name_objective": "Kariyer hedefi",
|
|
5
|
+
"text_cv_section_name_experience": "İş deneyimi",
|
|
6
6
|
"text_cv_section_name_education": "Eğitim",
|
|
7
7
|
"text_cv_section_name_projects": "Projeler",
|
|
8
|
-
"text_cv_section_name_skills": "
|
|
8
|
+
"text_cv_section_name_skills": "Beceriler",
|
|
9
9
|
"text_cv_section_name_certifications": "Sertifikalar",
|
|
10
10
|
"text_cv_section_name_awards": "Ödüller",
|
|
11
|
-
"text_cv_section_name_interests": "İlgi
|
|
12
|
-
"text_cv_section_name_volunteering": "
|
|
11
|
+
"text_cv_section_name_interests": "İlgi alanları",
|
|
12
|
+
"text_cv_section_name_volunteering": "Gönüllü çalışmalar",
|
|
13
13
|
"text_cv_section_name_publications": "Yayınlar",
|
|
14
14
|
"text_cv_section_name_achievements": "Başarılar",
|
|
15
|
-
"text_cv_section_name_qrcode": "QR
|
|
16
|
-
"text_cv_section_name_activities": "
|
|
15
|
+
"text_cv_section_name_qrcode": "QR Kod",
|
|
16
|
+
"text_cv_section_name_activities": "Faaliyetler",
|
|
17
17
|
"text_cv_section_name_languages": "Diller",
|
|
18
18
|
"text_cv_section_name_references": "Referanslar",
|
|
19
19
|
"text_cv_section_name_profiles": "Profiller",
|
|
20
|
-
"text_cv_section_name_details": "
|
|
20
|
+
"text_cv_section_name_details": "Ek bilgiler",
|
|
21
21
|
"text_cv_property_location": "Konum",
|
|
22
22
|
"text_cv_property_address": "Adres",
|
|
23
23
|
"text_cv_property_phone": "Telefon",
|
|
24
24
|
"text_cv_property_email": "E-posta",
|
|
25
|
-
"text_cv_property_date_of_birth": "Doğum
|
|
26
|
-
"text_cv_property_place_of_birth": "Doğum
|
|
25
|
+
"text_cv_property_date_of_birth": "Doğum tarihi",
|
|
26
|
+
"text_cv_property_place_of_birth": "Doğum yeri",
|
|
27
27
|
"text_cv_property_nationality": "Uyruk",
|
|
28
|
-
"text_cv_property_website": "Web
|
|
28
|
+
"text_cv_property_website": "Web sitesi",
|
|
29
29
|
"text_language_proficiency_1": "Başlangıç",
|
|
30
30
|
"text_language_proficiency_2": "Temel",
|
|
31
31
|
"text_language_proficiency_3": "Orta",
|
|
@@ -33,20 +33,63 @@
|
|
|
33
33
|
"text_language_proficiency_5": "Akıcı",
|
|
34
34
|
"text_skill_level_1": "Temel",
|
|
35
35
|
"text_skill_level_2": "Orta",
|
|
36
|
-
"text_skill_level_3": "
|
|
36
|
+
"text_skill_level_3": "Yetkin",
|
|
37
37
|
"text_skill_level_4": "İleri",
|
|
38
38
|
"text_skill_level_5": "Uzman",
|
|
39
|
-
"text_cv_section_name_personal_info": "Kişisel
|
|
39
|
+
"text_cv_section_name_personal_info": "Kişisel bilgiler",
|
|
40
40
|
"text_cv_section_name_links": "Bağlantılar",
|
|
41
41
|
"text_cv_property_gender": "Cinsiyet",
|
|
42
|
-
"text_cv_property_marital_status": "Medeni
|
|
42
|
+
"text_cv_property_marital_status": "Medeni durum",
|
|
43
43
|
"text_cv_section_name_licenses": "Lisanslar",
|
|
44
|
-
"text_cv_section_name_driver_licenses": "Sürücü
|
|
44
|
+
"text_cv_section_name_driver_licenses": "Sürücü belgeleri",
|
|
45
45
|
"text_cv_section_name_driver_declaration": "Beyan",
|
|
46
46
|
"text_cv_section_name_declaration": "Beyan",
|
|
47
|
-
"text_references_available_upon_request": "
|
|
47
|
+
"text_references_available_upon_request": "Referanslar talep üzerine paylaşılacaktır",
|
|
48
48
|
"text_brand_watermark": "{brand} tarafından desteklenmektedir",
|
|
49
|
-
"text_to_recipient_in_cover_letter": "
|
|
50
|
-
"text_present_in_resume_date": "
|
|
51
|
-
"text_send_from_in_cover_letter": "
|
|
49
|
+
"text_to_recipient_in_cover_letter": "Kime",
|
|
50
|
+
"text_present_in_resume_date": "Devam ediyor",
|
|
51
|
+
"text_send_from_in_cover_letter": "Kimden",
|
|
52
|
+
"text_cv_property_linkedin": "LinkedIn",
|
|
53
|
+
"text_cv_viewer_download_pdf": "PDF indir",
|
|
54
|
+
"text_cv_viewer_pdf": "PDF",
|
|
55
|
+
"text_cv_viewer_contact": "İletişim",
|
|
56
|
+
"text_cv_viewer_owners_cv": "{name} adlı kişinin CV'si",
|
|
57
|
+
"text_cv_viewer_view_cv": "CV'yi görüntüle",
|
|
58
|
+
"text_cv_viewer_professional_cv": "Profesyonel CV",
|
|
59
|
+
"text_cv_viewer_unable_to_load": "CV yüklenemedi",
|
|
60
|
+
"text_cv_viewer_try_again": "Tekrar deneyin",
|
|
61
|
+
"text_cv_viewer_tap_to_zoom": "Yakınlaştırmak için dokunun",
|
|
62
|
+
"text_cv_viewer_made_with": "İle hazırlandı",
|
|
63
|
+
"text_cv_viewer_build_free": "Profesyonel CV'nizi ücretsiz oluşturun",
|
|
64
|
+
"text_error_link_expired": "Bu bağlantının süresi doldu",
|
|
65
|
+
"text_error_expired_message": "CV sahibinin paylaşılabilir bağlantısı artık aktif değil",
|
|
66
|
+
"text_error_cv_unavailable": "CV artık mevcut değil",
|
|
67
|
+
"text_error_cv_removed_message": "Bu CV, sahibi tarafından kaldırıldı",
|
|
68
|
+
"text_error_not_found": "CV bulunamadı",
|
|
69
|
+
"text_error_not_found_message": "Bu bağlantı mevcut değil veya kaldırılmış olabilir",
|
|
70
|
+
"text_error_create_free_cv": "Ücretsiz CV'nizi oluşturun",
|
|
71
|
+
"text_password_protected": "Şifre korumalı",
|
|
72
|
+
"text_password_enter_to_view": "Bu CV'yi görüntülemek için şifreyi girin",
|
|
73
|
+
"text_password_enter": "Şifre girin",
|
|
74
|
+
"text_password_incorrect": "Şifre hatalı. Lütfen tekrar deneyin",
|
|
75
|
+
"text_password_something_wrong": "Bir şeyler ters gitti. Lütfen tekrar deneyin",
|
|
76
|
+
"text_password_verifying": "Doğrulanıyor",
|
|
77
|
+
"text_password_view_cv": "CV'yi görüntüle",
|
|
78
|
+
"text_password_hide": "Şifreyi gizle",
|
|
79
|
+
"text_password_show": "Şifreyi göster",
|
|
80
|
+
"text_password_made_with": "İle hazırlandı",
|
|
81
|
+
"text_lightbox_viewer": "Tam ekran CV görüntüleyici",
|
|
82
|
+
"text_lightbox_close": "Tam ekran görüntüleyiciyi kapat",
|
|
83
|
+
"text_lightbox_zoom_out": "Uzaklaştır",
|
|
84
|
+
"text_lightbox_zoom_in": "Yakınlaştır",
|
|
85
|
+
"text_lightbox_pinch_zoom": "Yakınlaştırmak için sıkıştırın · çift dokunun · kapatmak için ×",
|
|
86
|
+
"text_contact_get_in_touch": "İletişime geçin",
|
|
87
|
+
"text_contact_connect_with": "{name} ile bağlantı kurun",
|
|
88
|
+
"text_contact_reach_out": "Aşağıdaki e-posta veya telefon bilgileriyle iletişime geçin",
|
|
89
|
+
"text_contact_send_email": "E-posta gönder",
|
|
90
|
+
"text_contact_call_now": "Hemen ara",
|
|
91
|
+
"text_contact_copy_email": "E-postayı kopyala",
|
|
92
|
+
"text_contact_copy_phone": "Telefonu kopyala",
|
|
93
|
+
"text_contact_email_copied": "E-posta kopyalandı!",
|
|
94
|
+
"text_contact_phone_copied": "Telefon kopyalandı!"
|
|
52
95
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://inlang.com/schema/inlang-message-format",
|
|
3
|
-
"text_cv_section_name_summary": "
|
|
4
|
-
"text_cv_section_name_objective": "
|
|
3
|
+
"text_cv_section_name_summary": "Професійний профіль",
|
|
4
|
+
"text_cv_section_name_objective": "Кар’єрна мета",
|
|
5
5
|
"text_cv_section_name_experience": "Досвід роботи",
|
|
6
6
|
"text_cv_section_name_education": "Освіта",
|
|
7
7
|
"text_cv_section_name_projects": "Проєкти",
|
|
@@ -13,30 +13,30 @@
|
|
|
13
13
|
"text_cv_section_name_publications": "Публікації",
|
|
14
14
|
"text_cv_section_name_achievements": "Досягнення",
|
|
15
15
|
"text_cv_section_name_qrcode": "QR-код",
|
|
16
|
-
"text_cv_section_name_activities": "
|
|
16
|
+
"text_cv_section_name_activities": "Додаткова діяльність",
|
|
17
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": "
|
|
20
|
+
"text_cv_section_name_details": "Додаткова інформація",
|
|
21
21
|
"text_cv_property_location": "Місцезнаходження",
|
|
22
22
|
"text_cv_property_address": "Адреса",
|
|
23
23
|
"text_cv_property_phone": "Телефон",
|
|
24
24
|
"text_cv_property_email": "Електронна пошта",
|
|
25
25
|
"text_cv_property_date_of_birth": "Дата народження",
|
|
26
26
|
"text_cv_property_place_of_birth": "Місце народження",
|
|
27
|
-
"text_cv_property_nationality": "
|
|
27
|
+
"text_cv_property_nationality": "Громадянство",
|
|
28
28
|
"text_cv_property_website": "Вебсайт",
|
|
29
|
-
"text_language_proficiency_1": "Початковий
|
|
30
|
-
"text_language_proficiency_2": "
|
|
31
|
-
"text_language_proficiency_3": "Середній
|
|
32
|
-
"text_language_proficiency_4": "
|
|
33
|
-
"text_language_proficiency_5": "
|
|
34
|
-
"text_skill_level_1": "Базовий
|
|
35
|
-
"text_skill_level_2": "Середній
|
|
36
|
-
"text_skill_level_3": "
|
|
37
|
-
"text_skill_level_4": "
|
|
38
|
-
"text_skill_level_5": "Експертний
|
|
39
|
-
"text_cv_section_name_personal_info": "
|
|
29
|
+
"text_language_proficiency_1": "Початковий",
|
|
30
|
+
"text_language_proficiency_2": "Базовий",
|
|
31
|
+
"text_language_proficiency_3": "Середній",
|
|
32
|
+
"text_language_proficiency_4": "Просунутий",
|
|
33
|
+
"text_language_proficiency_5": "Вільне володіння",
|
|
34
|
+
"text_skill_level_1": "Базовий",
|
|
35
|
+
"text_skill_level_2": "Середній",
|
|
36
|
+
"text_skill_level_3": "Впевнений",
|
|
37
|
+
"text_skill_level_4": "Просунутий",
|
|
38
|
+
"text_skill_level_5": "Експертний",
|
|
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": "Сімейний стан",
|
|
@@ -44,9 +44,52 @@
|
|
|
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": "
|
|
47
|
+
"text_references_available_upon_request": "Рекомендації надаються за запитом",
|
|
48
|
+
"text_brand_watermark": "Створено за допомогою {brand}",
|
|
49
49
|
"text_to_recipient_in_cover_letter": "Кому",
|
|
50
|
-
"text_present_in_resume_date": "
|
|
51
|
-
"text_send_from_in_cover_letter": "Від"
|
|
50
|
+
"text_present_in_resume_date": "дотепер",
|
|
51
|
+
"text_send_from_in_cover_letter": "Від",
|
|
52
|
+
"text_cv_property_linkedin": "LinkedIn",
|
|
53
|
+
"text_cv_viewer_download_pdf": "Завантажити PDF",
|
|
54
|
+
"text_cv_viewer_pdf": "PDF",
|
|
55
|
+
"text_cv_viewer_contact": "Контакти",
|
|
56
|
+
"text_cv_viewer_owners_cv": "Резюме {name}",
|
|
57
|
+
"text_cv_viewer_view_cv": "Переглянути резюме",
|
|
58
|
+
"text_cv_viewer_professional_cv": "Професійне резюме",
|
|
59
|
+
"text_cv_viewer_unable_to_load": "Не вдалося завантажити резюме",
|
|
60
|
+
"text_cv_viewer_try_again": "Спробувати ще раз",
|
|
61
|
+
"text_cv_viewer_tap_to_zoom": "Торкніться, щоб збільшити",
|
|
62
|
+
"text_cv_viewer_made_with": "Створено за допомогою",
|
|
63
|
+
"text_cv_viewer_build_free": "Створіть професійне резюме безкоштовно",
|
|
64
|
+
"text_error_link_expired": "Термін дії цього посилання минув",
|
|
65
|
+
"text_error_expired_message": "Посилання для поширення від власника резюме більше не активне",
|
|
66
|
+
"text_error_cv_unavailable": "Резюме більше недоступне",
|
|
67
|
+
"text_error_cv_removed_message": "Це резюме видалив його власник",
|
|
68
|
+
"text_error_not_found": "Резюме не знайдено",
|
|
69
|
+
"text_error_not_found_message": "Цього посилання не існує або його було видалено",
|
|
70
|
+
"text_error_create_free_cv": "Створити безкоштовне резюме",
|
|
71
|
+
"text_password_protected": "Захищено паролем",
|
|
72
|
+
"text_password_enter_to_view": "Введіть пароль, щоб переглянути це резюме",
|
|
73
|
+
"text_password_enter": "Введіть пароль",
|
|
74
|
+
"text_password_incorrect": "Неправильний пароль. Спробуйте ще раз",
|
|
75
|
+
"text_password_something_wrong": "Щось пішло не так. Спробуйте ще раз",
|
|
76
|
+
"text_password_verifying": "Перевірка",
|
|
77
|
+
"text_password_view_cv": "Переглянути резюме",
|
|
78
|
+
"text_password_hide": "Приховати пароль",
|
|
79
|
+
"text_password_show": "Показати пароль",
|
|
80
|
+
"text_password_made_with": "Створено за допомогою",
|
|
81
|
+
"text_lightbox_viewer": "Повноекранний перегляд резюме",
|
|
82
|
+
"text_lightbox_close": "Закрити повноекранний перегляд",
|
|
83
|
+
"text_lightbox_zoom_out": "Зменшити",
|
|
84
|
+
"text_lightbox_zoom_in": "Збільшити",
|
|
85
|
+
"text_lightbox_pinch_zoom": "Зведіть або розведіть пальці · двічі торкніться для масштабування · ×, щоб закрити",
|
|
86
|
+
"text_contact_get_in_touch": "Зв’язатися",
|
|
87
|
+
"text_contact_connect_with": "Зв’язатися з {name}",
|
|
88
|
+
"text_contact_reach_out": "Напишіть на email або зателефонуйте за номером нижче",
|
|
89
|
+
"text_contact_send_email": "Надіслати email",
|
|
90
|
+
"text_contact_call_now": "Зателефонувати",
|
|
91
|
+
"text_contact_copy_email": "Копіювати email",
|
|
92
|
+
"text_contact_copy_phone": "Копіювати телефон",
|
|
93
|
+
"text_contact_email_copied": "Електронну адресу скопійовано!",
|
|
94
|
+
"text_contact_phone_copied": "Номер телефону скопійовано!"
|
|
52
95
|
}
|
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://inlang.com/schema/inlang-message-format",
|
|
3
|
-
"text_cv_section_name_summary": "Tóm tắt",
|
|
3
|
+
"text_cv_section_name_summary": "Tóm tắt nghề nghiệp",
|
|
4
4
|
"text_cv_section_name_objective": "Mục tiêu nghề nghiệp",
|
|
5
5
|
"text_cv_section_name_experience": "Kinh nghiệm làm việc",
|
|
6
|
-
"text_cv_section_name_education": "
|
|
6
|
+
"text_cv_section_name_education": "Học vấn",
|
|
7
7
|
"text_cv_section_name_projects": "Dự án",
|
|
8
8
|
"text_cv_section_name_skills": "Kỹ năng",
|
|
9
9
|
"text_cv_section_name_certifications": "Chứng chỉ",
|
|
10
10
|
"text_cv_section_name_awards": "Giải thưởng",
|
|
11
11
|
"text_cv_section_name_interests": "Sở thích",
|
|
12
12
|
"text_cv_section_name_volunteering": "Hoạt động tình nguyện",
|
|
13
|
-
"text_cv_section_name_publications": "
|
|
14
|
-
"text_cv_section_name_achievements": "Thành
|
|
13
|
+
"text_cv_section_name_publications": "Ấn phẩm",
|
|
14
|
+
"text_cv_section_name_achievements": "Thành tích",
|
|
15
15
|
"text_cv_section_name_qrcode": "Mã QR",
|
|
16
16
|
"text_cv_section_name_activities": "Hoạt động",
|
|
17
|
-
"text_cv_section_name_languages": "
|
|
18
|
-
"text_cv_section_name_references": "Người tham
|
|
19
|
-
"text_cv_section_name_profiles": "Hồ sơ",
|
|
20
|
-
"text_cv_section_name_details": "
|
|
21
|
-
"text_cv_property_location": "
|
|
17
|
+
"text_cv_section_name_languages": "Ngoại ngữ",
|
|
18
|
+
"text_cv_section_name_references": "Người tham chiếu",
|
|
19
|
+
"text_cv_section_name_profiles": "Hồ sơ trực tuyến",
|
|
20
|
+
"text_cv_section_name_details": "Thông tin chi tiết",
|
|
21
|
+
"text_cv_property_location": "Địa điểm",
|
|
22
22
|
"text_cv_property_address": "Địa chỉ",
|
|
23
|
-
"text_cv_property_phone": "
|
|
23
|
+
"text_cv_property_phone": "Điện thoại",
|
|
24
24
|
"text_cv_property_email": "Email",
|
|
25
25
|
"text_cv_property_date_of_birth": "Ngày sinh",
|
|
26
26
|
"text_cv_property_place_of_birth": "Nơi sinh",
|
|
27
27
|
"text_cv_property_nationality": "Quốc tịch",
|
|
28
|
-
"text_cv_property_website": "
|
|
29
|
-
"text_language_proficiency_1": "
|
|
30
|
-
"text_language_proficiency_2": "
|
|
28
|
+
"text_cv_property_website": "Website",
|
|
29
|
+
"text_language_proficiency_1": "Mới bắt đầu",
|
|
30
|
+
"text_language_proficiency_2": "Sơ cấp",
|
|
31
31
|
"text_language_proficiency_3": "Trung cấp",
|
|
32
32
|
"text_language_proficiency_4": "Nâng cao",
|
|
33
|
-
"text_language_proficiency_5": "
|
|
34
|
-
"text_skill_level_1": "
|
|
35
|
-
"text_skill_level_2": "Trung
|
|
33
|
+
"text_language_proficiency_5": "Lưu loát",
|
|
34
|
+
"text_skill_level_1": "Cơ bản",
|
|
35
|
+
"text_skill_level_2": "Trung cấp",
|
|
36
36
|
"text_skill_level_3": "Thành thạo",
|
|
37
37
|
"text_skill_level_4": "Nâng cao",
|
|
38
38
|
"text_skill_level_5": "Chuyên gia",
|
|
@@ -41,12 +41,55 @@
|
|
|
41
41
|
"text_cv_property_gender": "Giới tính",
|
|
42
42
|
"text_cv_property_marital_status": "Tình trạng hôn nhân",
|
|
43
43
|
"text_cv_section_name_licenses": "Giấy phép",
|
|
44
|
-
"text_cv_section_name_driver_licenses": "
|
|
44
|
+
"text_cv_section_name_driver_licenses": "Giấy phép lái xe",
|
|
45
45
|
"text_cv_section_name_driver_declaration": "Tuyên Bố",
|
|
46
|
-
"text_cv_section_name_declaration": "
|
|
47
|
-
"text_references_available_upon_request": "Thông tin sẽ cung cấp khi có yêu cầu",
|
|
48
|
-
"text_brand_watermark": "Được
|
|
46
|
+
"text_cv_section_name_declaration": "Cam kết",
|
|
47
|
+
"text_references_available_upon_request": "Thông tin sẽ được cung cấp khi có yêu cầu",
|
|
48
|
+
"text_brand_watermark": "Được tạo bởi {brand}",
|
|
49
49
|
"text_to_recipient_in_cover_letter": "Kính gửi",
|
|
50
50
|
"text_present_in_resume_date": "Hiện tại",
|
|
51
|
-
"text_send_from_in_cover_letter": "
|
|
51
|
+
"text_send_from_in_cover_letter": "Người gửi",
|
|
52
|
+
"text_cv_property_linkedin": "LinkedIn",
|
|
53
|
+
"text_cv_viewer_download_pdf": "Tải xuống PDF",
|
|
54
|
+
"text_cv_viewer_pdf": "PDF",
|
|
55
|
+
"text_cv_viewer_contact": "Liên hệ",
|
|
56
|
+
"text_cv_viewer_owners_cv": "CV của {name}",
|
|
57
|
+
"text_cv_viewer_view_cv": "Xem CV",
|
|
58
|
+
"text_cv_viewer_professional_cv": "CV chuyên nghiệp",
|
|
59
|
+
"text_cv_viewer_unable_to_load": "Không thể tải CV",
|
|
60
|
+
"text_cv_viewer_try_again": "Thử lại",
|
|
61
|
+
"text_cv_viewer_tap_to_zoom": "Chạm để phóng to",
|
|
62
|
+
"text_cv_viewer_made_with": "Tạo bằng",
|
|
63
|
+
"text_cv_viewer_build_free": "Tạo CV chuyên nghiệp miễn phí",
|
|
64
|
+
"text_error_link_expired": "Liên kết này đã hết hạn",
|
|
65
|
+
"text_error_expired_message": "Liên kết chia sẻ của chủ CV không còn hoạt động",
|
|
66
|
+
"text_error_cv_unavailable": "CV không còn khả dụng",
|
|
67
|
+
"text_error_cv_removed_message": "CV này đã được chủ sở hữu xóa",
|
|
68
|
+
"text_error_not_found": "Không tìm thấy CV",
|
|
69
|
+
"text_error_not_found_message": "Liên kết này không tồn tại hoặc có thể đã bị xóa",
|
|
70
|
+
"text_error_create_free_cv": "Tạo CV miễn phí",
|
|
71
|
+
"text_password_protected": "Được bảo vệ bằng mật khẩu",
|
|
72
|
+
"text_password_enter_to_view": "Nhập mật khẩu để xem CV này",
|
|
73
|
+
"text_password_enter": "Nhập mật khẩu",
|
|
74
|
+
"text_password_incorrect": "Mật khẩu không đúng. Vui lòng thử lại",
|
|
75
|
+
"text_password_something_wrong": "Đã xảy ra lỗi. Vui lòng thử lại",
|
|
76
|
+
"text_password_verifying": "Đang xác minh",
|
|
77
|
+
"text_password_view_cv": "Xem CV",
|
|
78
|
+
"text_password_hide": "Ẩn mật khẩu",
|
|
79
|
+
"text_password_show": "Hiển thị mật khẩu",
|
|
80
|
+
"text_password_made_with": "Tạo bằng",
|
|
81
|
+
"text_lightbox_viewer": "Trình xem CV toàn màn hình",
|
|
82
|
+
"text_lightbox_close": "Đóng trình xem toàn màn hình",
|
|
83
|
+
"text_lightbox_zoom_out": "Thu nhỏ",
|
|
84
|
+
"text_lightbox_zoom_in": "Phóng to",
|
|
85
|
+
"text_lightbox_pinch_zoom": "Chụm/mở · nhấn đúp để phóng to · × để đóng",
|
|
86
|
+
"text_contact_get_in_touch": "Liên hệ",
|
|
87
|
+
"text_contact_connect_with": "Kết nối với {name}",
|
|
88
|
+
"text_contact_reach_out": "Liên hệ qua email hoặc số điện thoại bên dưới",
|
|
89
|
+
"text_contact_send_email": "Gửi email",
|
|
90
|
+
"text_contact_call_now": "Gọi ngay",
|
|
91
|
+
"text_contact_copy_email": "Sao chép email",
|
|
92
|
+
"text_contact_copy_phone": "Sao chép số điện thoại",
|
|
93
|
+
"text_contact_email_copied": "Đã sao chép email!",
|
|
94
|
+
"text_contact_phone_copied": "Đã sao chép số điện thoại!"
|
|
52
95
|
}
|
|
@@ -3,50 +3,93 @@
|
|
|
3
3
|
"text_cv_section_name_summary": "个人简介",
|
|
4
4
|
"text_cv_section_name_objective": "求职意向",
|
|
5
5
|
"text_cv_section_name_experience": "工作经历",
|
|
6
|
-
"text_cv_section_name_education": "
|
|
7
|
-
"text_cv_section_name_projects": "
|
|
8
|
-
"text_cv_section_name_skills": "
|
|
6
|
+
"text_cv_section_name_education": "教育经历",
|
|
7
|
+
"text_cv_section_name_projects": "项目经历",
|
|
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": "
|
|
14
|
-
"text_cv_section_name_achievements": "
|
|
12
|
+
"text_cv_section_name_volunteering": "志愿经历",
|
|
13
|
+
"text_cv_section_name_publications": "发表成果",
|
|
14
|
+
"text_cv_section_name_achievements": "主要成就",
|
|
15
15
|
"text_cv_section_name_qrcode": "二维码",
|
|
16
|
-
"text_cv_section_name_activities": "
|
|
16
|
+
"text_cv_section_name_activities": "活动经历",
|
|
17
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": "
|
|
22
|
-
"text_cv_property_address": "
|
|
23
|
-
"text_cv_property_phone": "
|
|
20
|
+
"text_cv_section_name_details": "其他信息",
|
|
21
|
+
"text_cv_property_location": "所在地",
|
|
22
|
+
"text_cv_property_address": "地址",
|
|
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
33
|
"text_language_proficiency_5": "流利",
|
|
34
|
-
"text_skill_level_1": "
|
|
34
|
+
"text_skill_level_1": "基础",
|
|
35
35
|
"text_skill_level_2": "中级",
|
|
36
36
|
"text_skill_level_3": "熟练",
|
|
37
37
|
"text_skill_level_4": "高级",
|
|
38
38
|
"text_skill_level_5": "专家级",
|
|
39
39
|
"text_cv_section_name_personal_info": "个人信息",
|
|
40
|
-
"text_cv_section_name_links": "
|
|
40
|
+
"text_cv_section_name_links": "链接",
|
|
41
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}提供支持",
|
|
47
|
+
"text_references_available_upon_request": "推荐人信息可按要求提供",
|
|
48
|
+
"text_brand_watermark": "由 {brand} 提供支持",
|
|
49
49
|
"text_to_recipient_in_cover_letter": "致",
|
|
50
50
|
"text_present_in_resume_date": "至今",
|
|
51
|
-
"text_send_from_in_cover_letter": "发件人"
|
|
51
|
+
"text_send_from_in_cover_letter": "发件人",
|
|
52
|
+
"text_cv_property_linkedin": "LinkedIn",
|
|
53
|
+
"text_cv_viewer_download_pdf": "下载 PDF",
|
|
54
|
+
"text_cv_viewer_pdf": "PDF",
|
|
55
|
+
"text_cv_viewer_contact": "联系方式",
|
|
56
|
+
"text_cv_viewer_owners_cv": "{name} 的简历",
|
|
57
|
+
"text_cv_viewer_view_cv": "查看简历",
|
|
58
|
+
"text_cv_viewer_professional_cv": "专业简历",
|
|
59
|
+
"text_cv_viewer_unable_to_load": "无法加载简历",
|
|
60
|
+
"text_cv_viewer_try_again": "重试",
|
|
61
|
+
"text_cv_viewer_tap_to_zoom": "点按放大",
|
|
62
|
+
"text_cv_viewer_made_with": "制作工具",
|
|
63
|
+
"text_cv_viewer_build_free": "免费创建专业简历",
|
|
64
|
+
"text_error_link_expired": "此链接已过期",
|
|
65
|
+
"text_error_expired_message": "简历所有者的分享链接已失效",
|
|
66
|
+
"text_error_cv_unavailable": "简历不再可用",
|
|
67
|
+
"text_error_cv_removed_message": "此简历已被所有者移除",
|
|
68
|
+
"text_error_not_found": "未找到简历",
|
|
69
|
+
"text_error_not_found_message": "此链接不存在或可能已被移除",
|
|
70
|
+
"text_error_create_free_cv": "免费创建简历",
|
|
71
|
+
"text_password_protected": "受密码保护",
|
|
72
|
+
"text_password_enter_to_view": "请输入密码查看此简历",
|
|
73
|
+
"text_password_enter": "输入密码",
|
|
74
|
+
"text_password_incorrect": "密码错误,请重试",
|
|
75
|
+
"text_password_something_wrong": "出现错误,请重试",
|
|
76
|
+
"text_password_verifying": "正在验证",
|
|
77
|
+
"text_password_view_cv": "查看简历",
|
|
78
|
+
"text_password_hide": "隐藏密码",
|
|
79
|
+
"text_password_show": "显示密码",
|
|
80
|
+
"text_password_made_with": "制作工具",
|
|
81
|
+
"text_lightbox_viewer": "简历全屏查看器",
|
|
82
|
+
"text_lightbox_close": "关闭全屏查看器",
|
|
83
|
+
"text_lightbox_zoom_out": "缩小",
|
|
84
|
+
"text_lightbox_zoom_in": "放大",
|
|
85
|
+
"text_lightbox_pinch_zoom": "双指缩放 · 双击放大 · × 关闭",
|
|
86
|
+
"text_contact_get_in_touch": "取得联系",
|
|
87
|
+
"text_contact_connect_with": "联系 {name}",
|
|
88
|
+
"text_contact_reach_out": "可通过以下邮箱或电话联系",
|
|
89
|
+
"text_contact_send_email": "发送邮件",
|
|
90
|
+
"text_contact_call_now": "立即拨打",
|
|
91
|
+
"text_contact_copy_email": "复制邮箱",
|
|
92
|
+
"text_contact_copy_phone": "复制电话",
|
|
93
|
+
"text_contact_email_copied": "邮箱已复制!",
|
|
94
|
+
"text_contact_phone_copied": "电话已复制!"
|
|
52
95
|
}
|
|
@@ -1,24 +1,24 @@
|
|
|
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
5
|
"text_cv_section_name_experience": "工作經歷",
|
|
6
6
|
"text_cv_section_name_education": "學歷",
|
|
7
|
-
"text_cv_section_name_projects": "
|
|
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
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
|
-
"text_cv_section_name_qrcode": "
|
|
15
|
+
"text_cv_section_name_qrcode": "QR Code",
|
|
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
|
-
"text_cv_property_location": "
|
|
21
|
+
"text_cv_property_location": "所在地",
|
|
22
22
|
"text_cv_property_address": "地址",
|
|
23
23
|
"text_cv_property_phone": "電話",
|
|
24
24
|
"text_cv_property_email": "電子郵件",
|
|
@@ -27,16 +27,16 @@
|
|
|
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
|
-
"text_language_proficiency_4": "
|
|
32
|
+
"text_language_proficiency_4": "進階",
|
|
33
33
|
"text_language_proficiency_5": "流利",
|
|
34
34
|
"text_skill_level_1": "基礎",
|
|
35
35
|
"text_skill_level_2": "中等",
|
|
36
36
|
"text_skill_level_3": "熟練",
|
|
37
|
-
"text_skill_level_4": "
|
|
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
41
|
"text_cv_property_gender": "性別",
|
|
42
42
|
"text_cv_property_marital_status": "婚姻狀況",
|
|
@@ -44,9 +44,52 @@
|
|
|
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": "
|
|
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
|
+
"text_cv_property_linkedin": "LinkedIn",
|
|
53
|
+
"text_cv_viewer_download_pdf": "下載 PDF",
|
|
54
|
+
"text_cv_viewer_pdf": "PDF",
|
|
55
|
+
"text_cv_viewer_contact": "聯絡方式",
|
|
56
|
+
"text_cv_viewer_owners_cv": "{name}的履歷",
|
|
57
|
+
"text_cv_viewer_view_cv": "檢視履歷",
|
|
58
|
+
"text_cv_viewer_professional_cv": "專業履歷",
|
|
59
|
+
"text_cv_viewer_unable_to_load": "無法載入履歷",
|
|
60
|
+
"text_cv_viewer_try_again": "再試一次",
|
|
61
|
+
"text_cv_viewer_tap_to_zoom": "點選放大",
|
|
62
|
+
"text_cv_viewer_made_with": "使用以下工具製作",
|
|
63
|
+
"text_cv_viewer_build_free": "免費建立您的專業履歷",
|
|
64
|
+
"text_error_link_expired": "此連結已過期",
|
|
65
|
+
"text_error_expired_message": "履歷擁有者的分享連結已不再有效",
|
|
66
|
+
"text_error_cv_unavailable": "履歷已無法使用",
|
|
67
|
+
"text_error_cv_removed_message": "此履歷已由擁有者移除",
|
|
68
|
+
"text_error_not_found": "找不到履歷",
|
|
69
|
+
"text_error_not_found_message": "此連結不存在或可能已被移除",
|
|
70
|
+
"text_error_create_free_cv": "建立免費履歷",
|
|
71
|
+
"text_password_protected": "受密碼保護",
|
|
72
|
+
"text_password_enter_to_view": "請輸入密碼以檢視此履歷",
|
|
73
|
+
"text_password_enter": "輸入密碼",
|
|
74
|
+
"text_password_incorrect": "密碼不正確,請再試一次",
|
|
75
|
+
"text_password_something_wrong": "發生錯誤,請再試一次",
|
|
76
|
+
"text_password_verifying": "驗證中",
|
|
77
|
+
"text_password_view_cv": "檢視履歷",
|
|
78
|
+
"text_password_hide": "隱藏密碼",
|
|
79
|
+
"text_password_show": "顯示密碼",
|
|
80
|
+
"text_password_made_with": "使用以下工具製作",
|
|
81
|
+
"text_lightbox_viewer": "履歷全螢幕檢視器",
|
|
82
|
+
"text_lightbox_close": "關閉全螢幕檢視器",
|
|
83
|
+
"text_lightbox_zoom_out": "縮小",
|
|
84
|
+
"text_lightbox_zoom_in": "放大",
|
|
85
|
+
"text_lightbox_pinch_zoom": "雙指縮放 · 點兩下縮放 · × 關閉",
|
|
86
|
+
"text_contact_get_in_touch": "聯絡我",
|
|
87
|
+
"text_contact_connect_with": "與 {name} 聯絡",
|
|
88
|
+
"text_contact_reach_out": "可透過以下電子郵件或電話聯絡",
|
|
89
|
+
"text_contact_send_email": "寄送電子郵件",
|
|
90
|
+
"text_contact_call_now": "立即撥打",
|
|
91
|
+
"text_contact_copy_email": "複製電子郵件",
|
|
92
|
+
"text_contact_copy_phone": "複製電話",
|
|
93
|
+
"text_contact_email_copied": "電子郵件已複製!",
|
|
94
|
+
"text_contact_phone_copied": "電話已複製!"
|
|
52
95
|
}
|