tera-system-ui 0.1.63 → 0.1.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/COMPONENT_API.md +539 -0
- package/dist/paraglide/README.md +1 -1
- package/dist/paraglide/messages/_index.d.ts +7 -21
- package/dist/paraglide/messages/_index.js +7 -485
- package/dist/paraglide/messages/text_account_settings.d.ts +4 -0
- package/dist/paraglide/messages/text_account_settings.js +239 -0
- package/dist/paraglide/messages/text_calces_documentation.d.ts +4 -0
- package/dist/paraglide/messages/text_calces_documentation.js +239 -0
- package/dist/paraglide/messages/text_calces_scientific_calculator.d.ts +4 -0
- package/dist/paraglide/messages/text_calces_scientific_calculator.js +239 -0
- package/dist/paraglide/messages/text_currency_converter.d.ts +4 -0
- package/dist/paraglide/messages/text_currency_converter.js +239 -0
- package/dist/paraglide/messages/text_logout.d.ts +4 -0
- package/dist/paraglide/messages/text_logout.js +239 -0
- package/dist/paraglide/messages/text_select_language.d.ts +4 -0
- package/dist/paraglide/messages/text_select_language.js +239 -0
- package/dist/paraglide/messages/text_unit_converter.d.ts +4 -0
- package/dist/paraglide/messages/text_unit_converter.js +239 -0
- package/dist/paraglide/runtime.d.ts +1 -1
- package/dist/paraglide/runtime.js +5 -6
- package/dist/tera-i18n/dev-tools/translator/gpt-translator-i18n-message.js +130 -9
- package/dist/tera-i18n/dev-tools/translator/package-lock.json +14 -224
- package/dist/tera-i18n/dev-tools/translator/package.json +1 -1
- package/dist/tera-i18n/dev-tools/translator/prompt/i18n-message-translate-prompt-calculator.md +34 -0
- package/dist/tera-i18n/dev-tools/translator/prompt/i18n-message-translate-prompt-cv-maker.md +149 -0
- package/dist/tera-i18n/dev-tools/translator/prompt/i18n-message-translate-prompt-system.txt +1 -1
- package/dist/tera-i18n/projects/common/all-language-data.js +70 -13
- package/dist/tera-i18n/projects/cv-maker/messages/ar-AE.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/ar-EG.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/ar-IQ.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/ar-SA.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/ar-SD.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/ar-YE.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/ar.json +58 -15
- package/dist/tera-i18n/projects/cv-maker/messages/bg.json +57 -14
- package/dist/tera-i18n/projects/cv-maker/messages/bn.json +65 -22
- package/dist/tera-i18n/projects/cv-maker/messages/ca.json +54 -11
- package/dist/tera-i18n/projects/cv-maker/messages/cs.json +59 -16
- package/dist/tera-i18n/projects/cv-maker/messages/da.json +51 -8
- package/dist/tera-i18n/projects/cv-maker/messages/de.json +58 -15
- package/dist/tera-i18n/projects/cv-maker/messages/el.json +71 -28
- package/dist/tera-i18n/projects/cv-maker/messages/en-AE.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/en-AU.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/en-CA.json +51 -8
- package/dist/tera-i18n/projects/cv-maker/messages/en-GB.json +50 -7
- package/dist/tera-i18n/projects/cv-maker/messages/en-ID.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/en-IN.json +54 -11
- package/dist/tera-i18n/projects/cv-maker/messages/en-NZ.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/en-PH.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/en-PK.json +58 -15
- package/dist/tera-i18n/projects/cv-maker/messages/en-SA.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/en-US.json +51 -8
- package/dist/tera-i18n/projects/cv-maker/messages/en-ZA.json +52 -9
- package/dist/tera-i18n/projects/cv-maker/messages/en.json +45 -16
- package/dist/tera-i18n/projects/cv-maker/messages/es-419.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/es-AR.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/es-ES.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/es-MX.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/es.json +53 -10
- package/dist/tera-i18n/projects/cv-maker/messages/fi.json +52 -9
- package/dist/tera-i18n/projects/cv-maker/messages/fr-MA.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/fr.json +54 -11
- package/dist/tera-i18n/projects/cv-maker/messages/he.json +55 -12
- package/dist/tera-i18n/projects/cv-maker/messages/hi.json +59 -16
- package/dist/tera-i18n/projects/cv-maker/messages/hr.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/hu.json +63 -20
- package/dist/tera-i18n/projects/cv-maker/messages/id.json +60 -17
- package/dist/tera-i18n/projects/cv-maker/messages/it.json +53 -10
- package/dist/tera-i18n/projects/cv-maker/messages/ja.json +62 -19
- package/dist/tera-i18n/projects/cv-maker/messages/ko.json +61 -18
- package/dist/tera-i18n/projects/cv-maker/messages/lt.json +61 -18
- package/dist/tera-i18n/projects/cv-maker/messages/lv.json +61 -18
- package/dist/tera-i18n/projects/cv-maker/messages/ms-MY.json +60 -17
- package/dist/tera-i18n/projects/cv-maker/messages/ms.json +61 -18
- package/dist/tera-i18n/projects/cv-maker/messages/nl.json +53 -10
- package/dist/tera-i18n/projects/cv-maker/messages/no.json +54 -11
- package/dist/tera-i18n/projects/cv-maker/messages/pl.json +59 -16
- package/dist/tera-i18n/projects/cv-maker/messages/pt-BR.json +58 -15
- package/dist/tera-i18n/projects/cv-maker/messages/pt-PT.json +59 -16
- package/dist/tera-i18n/projects/cv-maker/messages/pt.json +66 -23
- package/dist/tera-i18n/projects/cv-maker/messages/ro.json +52 -9
- package/dist/tera-i18n/projects/cv-maker/messages/ru.json +57 -14
- package/dist/tera-i18n/projects/cv-maker/messages/sk.json +62 -19
- package/dist/tera-i18n/projects/cv-maker/messages/sl.json +57 -14
- package/dist/tera-i18n/projects/cv-maker/messages/sq.json +59 -16
- package/dist/tera-i18n/projects/cv-maker/messages/sr.json +91 -48
- package/dist/tera-i18n/projects/cv-maker/messages/sv.json +56 -13
- package/dist/tera-i18n/projects/cv-maker/messages/sw.json +62 -19
- package/dist/tera-i18n/projects/cv-maker/messages/ta.json +72 -29
- package/dist/tera-i18n/projects/cv-maker/messages/te.json +75 -32
- package/dist/tera-i18n/projects/cv-maker/messages/th.json +62 -19
- package/dist/tera-i18n/projects/cv-maker/messages/tl.json +77 -34
- package/dist/tera-i18n/projects/cv-maker/messages/tr.json +63 -20
- package/dist/tera-i18n/projects/cv-maker/messages/uk.json +63 -20
- package/dist/tera-i18n/projects/cv-maker/messages/vi.json +64 -21
- package/dist/tera-i18n/projects/cv-maker/messages/zh-CN.json +63 -20
- package/dist/tera-i18n/projects/cv-maker/messages/zh-TW.json +58 -15
- package/dist/tera-i18n/projects/cv-maker/messages/zh.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/project.inlang/settings.json +82 -68
- package/dist/tera-i18n/projects/cv-maker/supported-language.js +36 -9
- package/dist/tera-i18n/projects/mathda/messages/en.json +4 -0
- package/dist/tera-i18n/projects/mathda/messages/vi.json +4 -0
- package/dist/tera-i18n/projects/mathda/project.inlang/settings.json +15 -0
- package/dist/tera-i18n/projects/mathda/supported-language.d.ts +1 -0
- package/dist/tera-i18n/projects/mathda/supported-language.js +4 -0
- package/dist/tera-i18n/projects/tera-calculator/messages/bg.json +149 -72
- package/dist/tera-i18n/projects/tera-calculator/messages/bn.json +149 -72
- package/dist/tera-i18n/projects/tera-calculator/messages/ca.json +139 -62
- package/dist/tera-i18n/projects/tera-calculator/messages/cs.json +132 -55
- package/dist/tera-i18n/projects/tera-calculator/messages/da.json +132 -55
- package/dist/tera-i18n/projects/tera-calculator/messages/de.json +181 -104
- package/dist/tera-i18n/projects/tera-calculator/messages/el.json +145 -68
- package/dist/tera-i18n/projects/tera-calculator/messages/en-IN.json +183 -0
- package/dist/tera-i18n/projects/tera-calculator/messages/en-PH.json +183 -0
- package/dist/tera-i18n/projects/tera-calculator/messages/en-US.json +183 -0
- package/dist/tera-i18n/projects/tera-calculator/messages/en.json +187 -104
- package/dist/tera-i18n/projects/tera-calculator/messages/es.json +181 -104
- package/dist/tera-i18n/projects/tera-calculator/messages/fi.json +137 -60
- package/dist/tera-i18n/projects/tera-calculator/messages/fr.json +180 -103
- package/dist/tera-i18n/projects/tera-calculator/messages/hi.json +136 -59
- package/dist/tera-i18n/projects/tera-calculator/messages/hu.json +141 -64
- package/dist/tera-i18n/projects/tera-calculator/messages/id.json +132 -55
- package/dist/tera-i18n/projects/tera-calculator/messages/it.json +180 -103
- package/dist/tera-i18n/projects/tera-calculator/messages/ja.json +136 -59
- package/dist/tera-i18n/projects/tera-calculator/messages/ko.json +133 -56
- package/dist/tera-i18n/projects/tera-calculator/messages/lt.json +140 -63
- package/dist/tera-i18n/projects/tera-calculator/messages/lv.json +141 -64
- package/dist/tera-i18n/projects/tera-calculator/messages/ms.json +139 -62
- package/dist/tera-i18n/projects/tera-calculator/messages/nl.json +145 -68
- package/dist/tera-i18n/projects/tera-calculator/messages/no.json +131 -54
- package/dist/tera-i18n/projects/tera-calculator/messages/pl.json +134 -57
- package/dist/tera-i18n/projects/tera-calculator/messages/pt.json +180 -103
- package/dist/tera-i18n/projects/tera-calculator/messages/ro.json +136 -59
- package/dist/tera-i18n/projects/tera-calculator/messages/ru.json +180 -103
- package/dist/tera-i18n/projects/tera-calculator/messages/sk.json +135 -58
- package/dist/tera-i18n/projects/tera-calculator/messages/sl.json +139 -62
- package/dist/tera-i18n/projects/tera-calculator/messages/sq.json +148 -71
- package/dist/tera-i18n/projects/tera-calculator/messages/sr.json +141 -64
- package/dist/tera-i18n/projects/tera-calculator/messages/sv.json +134 -57
- package/dist/tera-i18n/projects/tera-calculator/messages/sw.json +152 -75
- package/dist/tera-i18n/projects/tera-calculator/messages/ta.json +159 -82
- package/dist/tera-i18n/projects/tera-calculator/messages/te.json +165 -88
- package/dist/tera-i18n/projects/tera-calculator/messages/th.json +136 -59
- package/dist/tera-i18n/projects/tera-calculator/messages/tl.json +146 -69
- package/dist/tera-i18n/projects/tera-calculator/messages/tr.json +135 -58
- package/dist/tera-i18n/projects/tera-calculator/messages/uk.json +142 -65
- package/dist/tera-i18n/projects/tera-calculator/messages/vi.json +181 -104
- package/dist/tera-i18n/projects/tera-calculator/messages/zh-CN.json +129 -52
- package/dist/tera-i18n/projects/tera-calculator/messages/zh-TW.json +135 -58
- package/dist/tera-i18n/projects/tera-calculator/project.inlang/settings.json +51 -53
- package/dist/tera-i18n/projects/tera-calculator/supported-language.js +6 -3
- package/package.json +4 -3
- package/dist/paraglide/messages/ar.d.ts +0 -9
- package/dist/paraglide/messages/ar.js +0 -31
- package/dist/paraglide/messages/bg.d.ts +0 -9
- package/dist/paraglide/messages/bg.js +0 -31
- package/dist/paraglide/messages/bn.d.ts +0 -9
- package/dist/paraglide/messages/bn.js +0 -31
- package/dist/paraglide/messages/ca.d.ts +0 -9
- package/dist/paraglide/messages/ca.js +0 -31
- package/dist/paraglide/messages/cs.d.ts +0 -9
- package/dist/paraglide/messages/cs.js +0 -31
- package/dist/paraglide/messages/da.d.ts +0 -9
- package/dist/paraglide/messages/da.js +0 -31
- package/dist/paraglide/messages/de.d.ts +0 -9
- package/dist/paraglide/messages/de.js +0 -31
- package/dist/paraglide/messages/el.d.ts +0 -9
- package/dist/paraglide/messages/el.js +0 -31
- package/dist/paraglide/messages/en.d.ts +0 -9
- package/dist/paraglide/messages/en.js +0 -31
- package/dist/paraglide/messages/es.d.ts +0 -9
- package/dist/paraglide/messages/es.js +0 -31
- package/dist/paraglide/messages/fi.d.ts +0 -9
- package/dist/paraglide/messages/fi.js +0 -31
- package/dist/paraglide/messages/fr.d.ts +0 -9
- package/dist/paraglide/messages/fr.js +0 -31
- package/dist/paraglide/messages/he.d.ts +0 -9
- package/dist/paraglide/messages/he.js +0 -31
- package/dist/paraglide/messages/hi.d.ts +0 -9
- package/dist/paraglide/messages/hi.js +0 -31
- package/dist/paraglide/messages/hu.d.ts +0 -9
- package/dist/paraglide/messages/hu.js +0 -31
- package/dist/paraglide/messages/id.d.ts +0 -9
- package/dist/paraglide/messages/id.js +0 -31
- package/dist/paraglide/messages/it.d.ts +0 -9
- package/dist/paraglide/messages/it.js +0 -31
- package/dist/paraglide/messages/ja.d.ts +0 -9
- package/dist/paraglide/messages/ja.js +0 -31
- package/dist/paraglide/messages/ko.d.ts +0 -9
- package/dist/paraglide/messages/ko.js +0 -31
- package/dist/paraglide/messages/lt.d.ts +0 -9
- package/dist/paraglide/messages/lt.js +0 -31
- package/dist/paraglide/messages/lv.d.ts +0 -9
- package/dist/paraglide/messages/lv.js +0 -31
- package/dist/paraglide/messages/ms.d.ts +0 -9
- package/dist/paraglide/messages/ms.js +0 -31
- package/dist/paraglide/messages/nl.d.ts +0 -9
- package/dist/paraglide/messages/nl.js +0 -31
- package/dist/paraglide/messages/no.d.ts +0 -9
- package/dist/paraglide/messages/no.js +0 -31
- package/dist/paraglide/messages/pl.d.ts +0 -9
- package/dist/paraglide/messages/pl.js +0 -31
- package/dist/paraglide/messages/pt.d.ts +0 -9
- package/dist/paraglide/messages/pt.js +0 -31
- package/dist/paraglide/messages/ro.d.ts +0 -9
- package/dist/paraglide/messages/ro.js +0 -31
- package/dist/paraglide/messages/ru.d.ts +0 -9
- package/dist/paraglide/messages/ru.js +0 -31
- package/dist/paraglide/messages/sk.d.ts +0 -9
- package/dist/paraglide/messages/sk.js +0 -31
- package/dist/paraglide/messages/sl.d.ts +0 -9
- package/dist/paraglide/messages/sl.js +0 -31
- package/dist/paraglide/messages/sq.d.ts +0 -9
- package/dist/paraglide/messages/sq.js +0 -31
- package/dist/paraglide/messages/sr.d.ts +0 -9
- package/dist/paraglide/messages/sr.js +0 -31
- package/dist/paraglide/messages/sv.d.ts +0 -9
- package/dist/paraglide/messages/sv.js +0 -31
- package/dist/paraglide/messages/sw.d.ts +0 -9
- package/dist/paraglide/messages/sw.js +0 -31
- package/dist/paraglide/messages/ta.d.ts +0 -9
- package/dist/paraglide/messages/ta.js +0 -31
- package/dist/paraglide/messages/te.d.ts +0 -9
- package/dist/paraglide/messages/te.js +0 -31
- package/dist/paraglide/messages/th.d.ts +0 -9
- package/dist/paraglide/messages/th.js +0 -31
- package/dist/paraglide/messages/tl.d.ts +0 -9
- package/dist/paraglide/messages/tl.js +0 -31
- package/dist/paraglide/messages/tr.d.ts +0 -9
- package/dist/paraglide/messages/tr.js +0 -31
- package/dist/paraglide/messages/uk.d.ts +0 -9
- package/dist/paraglide/messages/uk.js +0 -31
- package/dist/paraglide/messages/vi.d.ts +0 -9
- package/dist/paraglide/messages/vi.js +0 -31
- package/dist/paraglide/messages/zh-CN.d.ts +0 -9
- package/dist/paraglide/messages/zh-CN.js +0 -31
- package/dist/paraglide/messages/zh-TW.d.ts +0 -9
- package/dist/paraglide/messages/zh-TW.js +0 -31
- package/dist/tera-i18n/dev-tools/translator/prompt/i18n-message-translate-prompt-cv-maker.txt +0 -21
- package/dist/tera-i18n/projects/cv-maker/project.inlang/project_id +0 -1
- package/dist/tera-i18n/projects/tera-calculator/messages/ar.json +0 -106
- package/dist/tera-i18n/projects/tera-calculator/messages/he.json +0 -106
- package/dist/tera-i18n/projects/tera-calculator/project.inlang/project_id +0 -1
|
@@ -1,52 +1,95 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://inlang.com/schema/inlang-message-format",
|
|
3
3
|
"text_cv_section_name_summary": "सारांश",
|
|
4
|
-
"text_cv_section_name_objective": "उद्देश्य",
|
|
5
|
-
"text_cv_section_name_experience": "अनुभव",
|
|
4
|
+
"text_cv_section_name_objective": "करियर उद्देश्य",
|
|
5
|
+
"text_cv_section_name_experience": "कार्य अनुभव",
|
|
6
6
|
"text_cv_section_name_education": "शिक्षा",
|
|
7
7
|
"text_cv_section_name_projects": "परियोजनाएँ",
|
|
8
8
|
"text_cv_section_name_skills": "कौशल",
|
|
9
|
-
"text_cv_section_name_certifications": "
|
|
9
|
+
"text_cv_section_name_certifications": "प्रमाणपत्र",
|
|
10
10
|
"text_cv_section_name_awards": "पुरस्कार",
|
|
11
11
|
"text_cv_section_name_interests": "रुचियाँ",
|
|
12
|
-
"text_cv_section_name_volunteering": "
|
|
12
|
+
"text_cv_section_name_volunteering": "स्वयंसेवा",
|
|
13
13
|
"text_cv_section_name_publications": "प्रकाशन",
|
|
14
14
|
"text_cv_section_name_achievements": "उपलब्धियाँ",
|
|
15
15
|
"text_cv_section_name_qrcode": "QR कोड",
|
|
16
16
|
"text_cv_section_name_activities": "गतिविधियाँ",
|
|
17
17
|
"text_cv_section_name_languages": "भाषाएँ",
|
|
18
18
|
"text_cv_section_name_references": "संदर्भ",
|
|
19
|
-
"text_cv_section_name_profiles": "
|
|
19
|
+
"text_cv_section_name_profiles": "प्रोफ़ाइल",
|
|
20
20
|
"text_cv_section_name_details": "विवरण",
|
|
21
21
|
"text_cv_property_location": "स्थान",
|
|
22
22
|
"text_cv_property_address": "पता",
|
|
23
|
-
"text_cv_property_phone": "
|
|
23
|
+
"text_cv_property_phone": "फ़ोन",
|
|
24
24
|
"text_cv_property_email": "ईमेल",
|
|
25
25
|
"text_cv_property_date_of_birth": "जन्म तिथि",
|
|
26
26
|
"text_cv_property_place_of_birth": "जन्म स्थान",
|
|
27
27
|
"text_cv_property_nationality": "राष्ट्रीयता",
|
|
28
28
|
"text_cv_property_website": "वेबसाइट",
|
|
29
|
-
"text_language_proficiency_1": "
|
|
30
|
-
"text_language_proficiency_2": "
|
|
31
|
-
"text_language_proficiency_3": "मध्यम
|
|
29
|
+
"text_language_proficiency_1": "शुरुआती",
|
|
30
|
+
"text_language_proficiency_2": "प्राथमिक",
|
|
31
|
+
"text_language_proficiency_3": "मध्यम",
|
|
32
32
|
"text_language_proficiency_4": "उन्नत",
|
|
33
|
-
"text_language_proficiency_5": "
|
|
34
|
-
"text_skill_level_1": "
|
|
33
|
+
"text_language_proficiency_5": "धाराप्रवाह",
|
|
34
|
+
"text_skill_level_1": "बुनियादी",
|
|
35
35
|
"text_skill_level_2": "मध्यम",
|
|
36
|
-
"text_skill_level_3": "
|
|
36
|
+
"text_skill_level_3": "दक्ष",
|
|
37
37
|
"text_skill_level_4": "उन्नत",
|
|
38
38
|
"text_skill_level_5": "विशेषज्ञ",
|
|
39
|
-
"text_cv_section_name_personal_info": "व्यक्तिगत
|
|
39
|
+
"text_cv_section_name_personal_info": "व्यक्तिगत विवरण",
|
|
40
40
|
"text_cv_section_name_links": "लिंक",
|
|
41
41
|
"text_cv_property_gender": "लिंग",
|
|
42
42
|
"text_cv_property_marital_status": "वैवाहिक स्थिति",
|
|
43
43
|
"text_cv_section_name_licenses": "लाइसेंस",
|
|
44
|
-
"text_cv_section_name_driver_licenses": "
|
|
44
|
+
"text_cv_section_name_driver_licenses": "ड्राइविंग लाइसेंस",
|
|
45
45
|
"text_cv_section_name_driver_declaration": "घोषणा",
|
|
46
46
|
"text_cv_section_name_declaration": "घोषणा",
|
|
47
|
-
"text_references_available_upon_request": "
|
|
47
|
+
"text_references_available_upon_request": "अनुरोध पर जानकारी उपलब्ध",
|
|
48
48
|
"text_brand_watermark": "{brand} द्वारा संचालित",
|
|
49
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} का CV",
|
|
57
|
+
"text_cv_viewer_view_cv": "CV देखें",
|
|
58
|
+
"text_cv_viewer_professional_cv": "पेशेवर CV",
|
|
59
|
+
"text_cv_viewer_unable_to_load": "CV लोड नहीं हो सका",
|
|
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": "अपना पेशेवर CV मुफ़्त में बनाएं",
|
|
64
|
+
"text_error_link_expired": "यह लिंक समाप्त हो गया है",
|
|
65
|
+
"text_error_expired_message": "CV स्वामी का साझा करने योग्य लिंक अब सक्रिय नहीं है",
|
|
66
|
+
"text_error_cv_unavailable": "CV अब उपलब्ध नहीं है",
|
|
67
|
+
"text_error_cv_removed_message": "यह CV इसके स्वामी द्वारा हटा दिया गया है",
|
|
68
|
+
"text_error_not_found": "CV नहीं मिला",
|
|
69
|
+
"text_error_not_found_message": "यह लिंक मौजूद नहीं है या हटाया जा चुका हो सकता है",
|
|
70
|
+
"text_error_create_free_cv": "अपना मुफ़्त CV बनाएं",
|
|
71
|
+
"text_password_protected": "पासवर्ड से सुरक्षित",
|
|
72
|
+
"text_password_enter_to_view": "यह CV देखने के लिए पासवर्ड दर्ज करें",
|
|
73
|
+
"text_password_enter": "पासवर्ड दर्ज करें",
|
|
74
|
+
"text_password_incorrect": "गलत पासवर्ड। कृपया फिर से प्रयास करें",
|
|
75
|
+
"text_password_something_wrong": "कुछ गलत हो गया। कृपया फिर से प्रयास करें",
|
|
76
|
+
"text_password_verifying": "सत्यापित किया जा रहा है",
|
|
77
|
+
"text_password_view_cv": "CV देखें",
|
|
78
|
+
"text_password_hide": "पासवर्ड छिपाएं",
|
|
79
|
+
"text_password_show": "पासवर्ड दिखाएं",
|
|
80
|
+
"text_password_made_with": "से बनाया गया",
|
|
81
|
+
"text_lightbox_viewer": "CV फुलस्क्रीन व्यूअर",
|
|
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
|
}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://inlang.com/schema/inlang-message-format",
|
|
3
|
+
"text_cv_section_name_summary": "Sažetak",
|
|
4
|
+
"text_cv_section_name_objective": "Karijerni cilj",
|
|
5
|
+
"text_cv_section_name_experience": "Radno iskustvo",
|
|
6
|
+
"text_cv_section_name_education": "Obrazovanje",
|
|
7
|
+
"text_cv_section_name_projects": "Projekti",
|
|
8
|
+
"text_cv_section_name_skills": "Vještine",
|
|
9
|
+
"text_cv_section_name_certifications": "Certifikati",
|
|
10
|
+
"text_cv_section_name_awards": "Nagrade",
|
|
11
|
+
"text_cv_section_name_interests": "Interesi",
|
|
12
|
+
"text_cv_section_name_volunteering": "Volontersko iskustvo",
|
|
13
|
+
"text_cv_section_name_publications": "Publikacije",
|
|
14
|
+
"text_cv_section_name_achievements": "Postignuća",
|
|
15
|
+
"text_cv_section_name_qrcode": "QR kod",
|
|
16
|
+
"text_cv_section_name_activities": "Aktivnosti",
|
|
17
|
+
"text_cv_section_name_languages": "Jezici",
|
|
18
|
+
"text_cv_section_name_references": "Preporuke",
|
|
19
|
+
"text_cv_section_name_profiles": "Profili",
|
|
20
|
+
"text_cv_section_name_details": "Detalji",
|
|
21
|
+
"text_cv_section_name_personal_info": "Osobni podaci",
|
|
22
|
+
"text_cv_section_name_links": "Poveznice",
|
|
23
|
+
"text_cv_section_name_licenses": "Licence",
|
|
24
|
+
"text_cv_section_name_driver_licenses": "Vozačke dozvole",
|
|
25
|
+
"text_cv_section_name_declaration": "Izjava",
|
|
26
|
+
"text_cv_property_location": "Lokacija",
|
|
27
|
+
"text_cv_property_address": "Adresa",
|
|
28
|
+
"text_cv_property_phone": "Telefon",
|
|
29
|
+
"text_cv_property_email": "E-pošta",
|
|
30
|
+
"text_cv_property_date_of_birth": "Datum rođenja",
|
|
31
|
+
"text_cv_property_place_of_birth": "Mjesto rođenja",
|
|
32
|
+
"text_cv_property_nationality": "Državljanstvo",
|
|
33
|
+
"text_cv_property_website": "Web-stranica",
|
|
34
|
+
"text_cv_property_linkedin": "LinkedIn",
|
|
35
|
+
"text_cv_property_gender": "Spol",
|
|
36
|
+
"text_cv_property_marital_status": "Bračni status",
|
|
37
|
+
"text_language_proficiency_1": "Početna razina",
|
|
38
|
+
"text_language_proficiency_2": "Osnovna razina",
|
|
39
|
+
"text_language_proficiency_3": "Srednja razina",
|
|
40
|
+
"text_language_proficiency_4": "Napredna razina",
|
|
41
|
+
"text_language_proficiency_5": "Tečno",
|
|
42
|
+
"text_skill_level_1": "Osnovno",
|
|
43
|
+
"text_skill_level_2": "Srednje",
|
|
44
|
+
"text_skill_level_3": "Vrlo dobro",
|
|
45
|
+
"text_skill_level_4": "Napredno",
|
|
46
|
+
"text_skill_level_5": "Stručno",
|
|
47
|
+
"text_references_available_upon_request": "Preporuke dostupne na zahtjev",
|
|
48
|
+
"text_brand_watermark": "Izrađeno uz {brand}",
|
|
49
|
+
"text_to_recipient_in_cover_letter": "Za",
|
|
50
|
+
"text_present_in_resume_date": "Danas",
|
|
51
|
+
"text_send_from_in_cover_letter": "Od",
|
|
52
|
+
"text_cv_viewer_download_pdf": "Preuzmi PDF",
|
|
53
|
+
"text_cv_viewer_pdf": "PDF",
|
|
54
|
+
"text_cv_viewer_contact": "Kontakt",
|
|
55
|
+
"text_cv_viewer_owners_cv": "Životopis osobe {name}",
|
|
56
|
+
"text_cv_viewer_view_cv": "Prikaži životopis",
|
|
57
|
+
"text_cv_viewer_professional_cv": "Profesionalni životopis",
|
|
58
|
+
"text_cv_viewer_unable_to_load": "Nije moguće učitati životopis",
|
|
59
|
+
"text_cv_viewer_try_again": "Pokušaj ponovno",
|
|
60
|
+
"text_cv_viewer_tap_to_zoom": "Dodirnite za zumiranje",
|
|
61
|
+
"text_cv_viewer_made_with": "Izrađeno pomoću",
|
|
62
|
+
"text_cv_viewer_build_free": "Izradite profesionalni životopis besplatno",
|
|
63
|
+
"text_error_link_expired": "Ova je poveznica istekla",
|
|
64
|
+
"text_error_expired_message": "Poveznica za dijeljenje vlasnika životopisa više nije aktivna",
|
|
65
|
+
"text_error_cv_unavailable": "Životopis više nije dostupan",
|
|
66
|
+
"text_error_cv_removed_message": "Vlasnik je uklonio ovaj životopis",
|
|
67
|
+
"text_error_not_found": "Životopis nije pronađen",
|
|
68
|
+
"text_error_not_found_message": "Ova poveznica ne postoji ili je možda uklonjena",
|
|
69
|
+
"text_error_create_free_cv": "Izradite besplatan životopis",
|
|
70
|
+
"text_password_protected": "Zaštićeno lozinkom",
|
|
71
|
+
"text_password_enter_to_view": "Unesite lozinku za pregled ovog životopisa",
|
|
72
|
+
"text_password_enter": "Unesite lozinku",
|
|
73
|
+
"text_password_incorrect": "Neispravna lozinka. Pokušajte ponovno",
|
|
74
|
+
"text_password_something_wrong": "Došlo je do pogreške. Pokušajte ponovno",
|
|
75
|
+
"text_password_verifying": "Provjera",
|
|
76
|
+
"text_password_view_cv": "Prikaži životopis",
|
|
77
|
+
"text_password_hide": "Sakrij lozinku",
|
|
78
|
+
"text_password_show": "Prikaži lozinku",
|
|
79
|
+
"text_password_made_with": "Izrađeno pomoću",
|
|
80
|
+
"text_lightbox_viewer": "Prikaz životopisa preko cijelog zaslona",
|
|
81
|
+
"text_lightbox_close": "Zatvori prikaz preko cijelog zaslona",
|
|
82
|
+
"text_lightbox_zoom_out": "Smanji prikaz",
|
|
83
|
+
"text_lightbox_zoom_in": "Povećaj prikaz",
|
|
84
|
+
"text_lightbox_pinch_zoom": "Raširite prste · dvaput dodirnite za zumiranje · × za zatvaranje",
|
|
85
|
+
"text_contact_get_in_touch": "Stupite u kontakt",
|
|
86
|
+
"text_contact_connect_with": "Povežite se s {name}",
|
|
87
|
+
"text_contact_reach_out": "Javite se e-poštom ili telefonom u nastavku",
|
|
88
|
+
"text_contact_send_email": "Pošalji e-poruku",
|
|
89
|
+
"text_contact_call_now": "Nazovi odmah",
|
|
90
|
+
"text_contact_copy_email": "Kopiraj e-poštu",
|
|
91
|
+
"text_contact_copy_phone": "Kopiraj telefon",
|
|
92
|
+
"text_contact_email_copied": "E-pošta kopirana!",
|
|
93
|
+
"text_contact_phone_copied": "Telefon kopiran!"
|
|
94
|
+
}
|
|
@@ -1,52 +1,95 @@
|
|
|
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": "Szakmai összefoglaló",
|
|
4
|
+
"text_cv_section_name_objective": "Karriercél",
|
|
5
5
|
"text_cv_section_name_experience": "Szakmai tapasztalat",
|
|
6
6
|
"text_cv_section_name_education": "Tanulmányok",
|
|
7
7
|
"text_cv_section_name_projects": "Projektek",
|
|
8
8
|
"text_cv_section_name_skills": "Készségek",
|
|
9
9
|
"text_cv_section_name_certifications": "Tanúsítványok",
|
|
10
10
|
"text_cv_section_name_awards": "Díjak",
|
|
11
|
-
"text_cv_section_name_interests": "Érdeklődési
|
|
12
|
-
"text_cv_section_name_volunteering": "
|
|
11
|
+
"text_cv_section_name_interests": "Érdeklődési kör",
|
|
12
|
+
"text_cv_section_name_volunteering": "Önkéntes munka",
|
|
13
13
|
"text_cv_section_name_publications": "Publikációk",
|
|
14
14
|
"text_cv_section_name_achievements": "Eredmények",
|
|
15
|
-
"text_cv_section_name_qrcode": "QR
|
|
15
|
+
"text_cv_section_name_qrcode": "QR-kód",
|
|
16
16
|
"text_cv_section_name_activities": "Tevékenységek",
|
|
17
|
-
"text_cv_section_name_languages": "
|
|
17
|
+
"text_cv_section_name_languages": "Nyelvismeret",
|
|
18
18
|
"text_cv_section_name_references": "Referenciák",
|
|
19
19
|
"text_cv_section_name_profiles": "Profilok",
|
|
20
|
-
"text_cv_section_name_details": "
|
|
21
|
-
"text_cv_property_location": "
|
|
20
|
+
"text_cv_section_name_details": "Adatok",
|
|
21
|
+
"text_cv_property_location": "Lakhely",
|
|
22
22
|
"text_cv_property_address": "Cím",
|
|
23
|
-
"text_cv_property_phone": "
|
|
23
|
+
"text_cv_property_phone": "Telefon",
|
|
24
24
|
"text_cv_property_email": "E-mail",
|
|
25
|
-
"text_cv_property_date_of_birth": "Születési
|
|
25
|
+
"text_cv_property_date_of_birth": "Születési idő",
|
|
26
26
|
"text_cv_property_place_of_birth": "Születési hely",
|
|
27
27
|
"text_cv_property_nationality": "Állampolgárság",
|
|
28
28
|
"text_cv_property_website": "Weboldal",
|
|
29
29
|
"text_language_proficiency_1": "Kezdő",
|
|
30
|
-
"text_language_proficiency_2": "
|
|
31
|
-
"text_language_proficiency_3": "
|
|
30
|
+
"text_language_proficiency_2": "Alapszintű",
|
|
31
|
+
"text_language_proficiency_3": "Középszintű",
|
|
32
32
|
"text_language_proficiency_4": "Haladó",
|
|
33
33
|
"text_language_proficiency_5": "Folyékony",
|
|
34
34
|
"text_skill_level_1": "Alapszintű",
|
|
35
35
|
"text_skill_level_2": "Középszintű",
|
|
36
|
-
"text_skill_level_3": "
|
|
36
|
+
"text_skill_level_3": "Magabiztos",
|
|
37
37
|
"text_skill_level_4": "Haladó",
|
|
38
|
-
"text_skill_level_5": "
|
|
38
|
+
"text_skill_level_5": "Szakértő",
|
|
39
39
|
"text_cv_section_name_personal_info": "Személyes adatok",
|
|
40
|
-
"text_cv_section_name_links": "
|
|
40
|
+
"text_cv_section_name_links": "Linkek",
|
|
41
41
|
"text_cv_property_gender": "Nem",
|
|
42
42
|
"text_cv_property_marital_status": "Családi állapot",
|
|
43
43
|
"text_cv_section_name_licenses": "Engedélyek",
|
|
44
|
-
"text_cv_section_name_driver_licenses": "
|
|
44
|
+
"text_cv_section_name_driver_licenses": "Vezetői engedélyek",
|
|
45
45
|
"text_cv_section_name_driver_declaration": "Nyilatkozat",
|
|
46
46
|
"text_cv_section_name_declaration": "Nyilatkozat",
|
|
47
|
-
"text_references_available_upon_request": "
|
|
48
|
-
"text_brand_watermark": "
|
|
49
|
-
"text_to_recipient_in_cover_letter": "
|
|
47
|
+
"text_references_available_upon_request": "Kérésre elérhető",
|
|
48
|
+
"text_brand_watermark": "Készítette: {brand}",
|
|
49
|
+
"text_to_recipient_in_cover_letter": "Címzett",
|
|
50
50
|
"text_present_in_resume_date": "Jelenleg",
|
|
51
|
-
"text_send_from_in_cover_letter": "Feladó"
|
|
51
|
+
"text_send_from_in_cover_letter": "Feladó",
|
|
52
|
+
"text_cv_property_linkedin": "LinkedIn",
|
|
53
|
+
"text_cv_viewer_download_pdf": "PDF letöltése",
|
|
54
|
+
"text_cv_viewer_pdf": "PDF",
|
|
55
|
+
"text_cv_viewer_contact": "Kapcsolat",
|
|
56
|
+
"text_cv_viewer_owners_cv": "{name} önéletrajza",
|
|
57
|
+
"text_cv_viewer_view_cv": "Önéletrajz megtekintése",
|
|
58
|
+
"text_cv_viewer_professional_cv": "Professzionális önéletrajz",
|
|
59
|
+
"text_cv_viewer_unable_to_load": "Az önéletrajz nem tölthető be",
|
|
60
|
+
"text_cv_viewer_try_again": "Próbálja újra",
|
|
61
|
+
"text_cv_viewer_tap_to_zoom": "Koppintson a nagyításhoz",
|
|
62
|
+
"text_cv_viewer_made_with": "Készült ezzel:",
|
|
63
|
+
"text_cv_viewer_build_free": "Készítse el professzionális önéletrajzát ingyen",
|
|
64
|
+
"text_error_link_expired": "Ez a link lejárt",
|
|
65
|
+
"text_error_expired_message": "Az önéletrajz tulajdonosának megosztható linkje már nem aktív",
|
|
66
|
+
"text_error_cv_unavailable": "Az önéletrajz már nem érhető el",
|
|
67
|
+
"text_error_cv_removed_message": "Ezt az önéletrajzot a tulajdonosa eltávolította",
|
|
68
|
+
"text_error_not_found": "Az önéletrajz nem található",
|
|
69
|
+
"text_error_not_found_message": "Ez a link nem létezik, vagy eltávolították",
|
|
70
|
+
"text_error_create_free_cv": "Készítse el ingyenes önéletrajzát",
|
|
71
|
+
"text_password_protected": "Jelszóval védett",
|
|
72
|
+
"text_password_enter_to_view": "Adja meg a jelszót az önéletrajz megtekintéséhez",
|
|
73
|
+
"text_password_enter": "Jelszó megadása",
|
|
74
|
+
"text_password_incorrect": "Hibás jelszó. Kérjük, próbálja újra",
|
|
75
|
+
"text_password_something_wrong": "Valami hiba történt. Kérjük, próbálja újra",
|
|
76
|
+
"text_password_verifying": "Ellenőrzés",
|
|
77
|
+
"text_password_view_cv": "Önéletrajz megtekintése",
|
|
78
|
+
"text_password_hide": "Jelszó elrejtése",
|
|
79
|
+
"text_password_show": "Jelszó megjelenítése",
|
|
80
|
+
"text_password_made_with": "Készült ezzel:",
|
|
81
|
+
"text_lightbox_viewer": "Önéletrajz teljes képernyős megtekintése",
|
|
82
|
+
"text_lightbox_close": "Teljes képernyős nézet bezárása",
|
|
83
|
+
"text_lightbox_zoom_out": "Kicsinyítés",
|
|
84
|
+
"text_lightbox_zoom_in": "Nagyítás",
|
|
85
|
+
"text_lightbox_pinch_zoom": "Csippentés · dupla koppintás a nagyításhoz · × a bezáráshoz",
|
|
86
|
+
"text_contact_get_in_touch": "Kapcsolatfelvétel",
|
|
87
|
+
"text_contact_connect_with": "Kapcsolatfelvétel: {name}",
|
|
88
|
+
"text_contact_reach_out": "Keresse e-mailben vagy telefonon az alábbi elérhetőségeken",
|
|
89
|
+
"text_contact_send_email": "E-mail küldése",
|
|
90
|
+
"text_contact_call_now": "Hívás most",
|
|
91
|
+
"text_contact_copy_email": "E-mail-cím másolása",
|
|
92
|
+
"text_contact_copy_phone": "Telefonszám másolása",
|
|
93
|
+
"text_contact_email_copied": "E-mail-cím másolva!",
|
|
94
|
+
"text_contact_phone_copied": "Telefonszám másolva!"
|
|
52
95
|
}
|
|
@@ -1,19 +1,19 @@
|
|
|
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": "Tujuan
|
|
5
|
-
"text_cv_section_name_experience": "Pengalaman
|
|
3
|
+
"text_cv_section_name_summary": "Ringkasan profesional",
|
|
4
|
+
"text_cv_section_name_objective": "Tujuan karier",
|
|
5
|
+
"text_cv_section_name_experience": "Pengalaman kerja",
|
|
6
6
|
"text_cv_section_name_education": "Pendidikan",
|
|
7
7
|
"text_cv_section_name_projects": "Proyek",
|
|
8
8
|
"text_cv_section_name_skills": "Keahlian",
|
|
9
9
|
"text_cv_section_name_certifications": "Sertifikasi",
|
|
10
10
|
"text_cv_section_name_awards": "Penghargaan",
|
|
11
11
|
"text_cv_section_name_interests": "Minat",
|
|
12
|
-
"text_cv_section_name_volunteering": "
|
|
12
|
+
"text_cv_section_name_volunteering": "Pengalaman relawan",
|
|
13
13
|
"text_cv_section_name_publications": "Publikasi",
|
|
14
14
|
"text_cv_section_name_achievements": "Pencapaian",
|
|
15
15
|
"text_cv_section_name_qrcode": "Kode QR",
|
|
16
|
-
"text_cv_section_name_activities": "
|
|
16
|
+
"text_cv_section_name_activities": "Kegiatan",
|
|
17
17
|
"text_cv_section_name_languages": "Bahasa",
|
|
18
18
|
"text_cv_section_name_references": "Referensi",
|
|
19
19
|
"text_cv_section_name_profiles": "Profil",
|
|
@@ -22,31 +22,74 @@
|
|
|
22
22
|
"text_cv_property_address": "Alamat",
|
|
23
23
|
"text_cv_property_phone": "Telepon",
|
|
24
24
|
"text_cv_property_email": "Email",
|
|
25
|
-
"text_cv_property_date_of_birth": "Tanggal
|
|
26
|
-
"text_cv_property_place_of_birth": "Tempat
|
|
25
|
+
"text_cv_property_date_of_birth": "Tanggal lahir",
|
|
26
|
+
"text_cv_property_place_of_birth": "Tempat lahir",
|
|
27
27
|
"text_cv_property_nationality": "Kewarganegaraan",
|
|
28
|
-
"text_cv_property_website": "Situs
|
|
28
|
+
"text_cv_property_website": "Situs web",
|
|
29
29
|
"text_language_proficiency_1": "Pemula",
|
|
30
30
|
"text_language_proficiency_2": "Dasar",
|
|
31
31
|
"text_language_proficiency_3": "Menengah",
|
|
32
|
-
"text_language_proficiency_4": "
|
|
32
|
+
"text_language_proficiency_4": "Mahir",
|
|
33
33
|
"text_language_proficiency_5": "Fasih",
|
|
34
34
|
"text_skill_level_1": "Dasar",
|
|
35
35
|
"text_skill_level_2": "Menengah",
|
|
36
|
-
"text_skill_level_3": "
|
|
37
|
-
"text_skill_level_4": "
|
|
36
|
+
"text_skill_level_3": "Kompeten",
|
|
37
|
+
"text_skill_level_4": "Mahir",
|
|
38
38
|
"text_skill_level_5": "Ahli",
|
|
39
|
-
"text_cv_section_name_personal_info": "
|
|
39
|
+
"text_cv_section_name_personal_info": "Data pribadi",
|
|
40
40
|
"text_cv_section_name_links": "Tautan",
|
|
41
|
-
"text_cv_property_gender": "Jenis
|
|
42
|
-
"text_cv_property_marital_status": "Status
|
|
41
|
+
"text_cv_property_gender": "Jenis kelamin",
|
|
42
|
+
"text_cv_property_marital_status": "Status perkawinan",
|
|
43
43
|
"text_cv_section_name_licenses": "Lisensi",
|
|
44
|
-
"text_cv_section_name_driver_licenses": "
|
|
44
|
+
"text_cv_section_name_driver_licenses": "Surat Izin Mengemudi",
|
|
45
45
|
"text_cv_section_name_driver_declaration": "Pernyataan",
|
|
46
46
|
"text_cv_section_name_declaration": "Pernyataan",
|
|
47
47
|
"text_references_available_upon_request": "Informasi tersedia atas permintaan",
|
|
48
48
|
"text_brand_watermark": "Didukung oleh {brand}",
|
|
49
49
|
"text_to_recipient_in_cover_letter": "Kepada",
|
|
50
|
-
"text_present_in_resume_date": "
|
|
51
|
-
"text_send_from_in_cover_letter": "Dari"
|
|
50
|
+
"text_present_in_resume_date": "Sekarang",
|
|
51
|
+
"text_send_from_in_cover_letter": "Dari",
|
|
52
|
+
"text_cv_property_linkedin": "LinkedIn",
|
|
53
|
+
"text_cv_viewer_download_pdf": "Unduh PDF",
|
|
54
|
+
"text_cv_viewer_pdf": "PDF",
|
|
55
|
+
"text_cv_viewer_contact": "Kontak",
|
|
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": "CV tidak dapat dimuat",
|
|
60
|
+
"text_cv_viewer_try_again": "Coba lagi",
|
|
61
|
+
"text_cv_viewer_tap_to_zoom": "Ketuk untuk memperbesar",
|
|
62
|
+
"text_cv_viewer_made_with": "Dibuat dengan",
|
|
63
|
+
"text_cv_viewer_build_free": "Buat CV profesional Anda secara gratis",
|
|
64
|
+
"text_error_link_expired": "Tautan ini telah kedaluwarsa",
|
|
65
|
+
"text_error_expired_message": "Tautan berbagi pemilik CV sudah tidak aktif",
|
|
66
|
+
"text_error_cv_unavailable": "CV tidak tersedia lagi",
|
|
67
|
+
"text_error_cv_removed_message": "CV ini telah dihapus oleh pemiliknya",
|
|
68
|
+
"text_error_not_found": "CV tidak ditemukan",
|
|
69
|
+
"text_error_not_found_message": "Tautan ini tidak ada atau mungkin telah dihapus",
|
|
70
|
+
"text_error_create_free_cv": "Buat CV gratis Anda",
|
|
71
|
+
"text_password_protected": "Dilindungi kata sandi",
|
|
72
|
+
"text_password_enter_to_view": "Masukkan kata sandi untuk melihat CV ini",
|
|
73
|
+
"text_password_enter": "Masukkan kata sandi",
|
|
74
|
+
"text_password_incorrect": "Kata sandi salah. Silakan coba lagi",
|
|
75
|
+
"text_password_something_wrong": "Terjadi kesalahan. Silakan coba lagi",
|
|
76
|
+
"text_password_verifying": "Memverifikasi",
|
|
77
|
+
"text_password_view_cv": "Lihat CV",
|
|
78
|
+
"text_password_hide": "Sembunyikan kata sandi",
|
|
79
|
+
"text_password_show": "Tampilkan kata sandi",
|
|
80
|
+
"text_password_made_with": "Dibuat dengan",
|
|
81
|
+
"text_lightbox_viewer": "Penampil CV layar penuh",
|
|
82
|
+
"text_lightbox_close": "Tutup penampil layar penuh",
|
|
83
|
+
"text_lightbox_zoom_out": "Perkecil",
|
|
84
|
+
"text_lightbox_zoom_in": "Perbesar",
|
|
85
|
+
"text_lightbox_pinch_zoom": "Cubit layar · ketuk dua kali untuk memperbesar · × untuk menutup",
|
|
86
|
+
"text_contact_get_in_touch": "Hubungi",
|
|
87
|
+
"text_contact_connect_with": "Terhubung dengan {name}",
|
|
88
|
+
"text_contact_reach_out": "Hubungi melalui email atau telepon di bawah ini",
|
|
89
|
+
"text_contact_send_email": "Kirim email",
|
|
90
|
+
"text_contact_call_now": "Telepon sekarang",
|
|
91
|
+
"text_contact_copy_email": "Salin email",
|
|
92
|
+
"text_contact_copy_phone": "Salin nomor telepon",
|
|
93
|
+
"text_contact_email_copied": "Email berhasil disalin!",
|
|
94
|
+
"text_contact_phone_copied": "Nomor telepon berhasil 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": "Obiettivo",
|
|
5
|
-
"text_cv_section_name_experience": "Esperienza",
|
|
6
|
-
"text_cv_section_name_education": "
|
|
3
|
+
"text_cv_section_name_summary": "Profilo professionale",
|
|
4
|
+
"text_cv_section_name_objective": "Obiettivo professionale",
|
|
5
|
+
"text_cv_section_name_experience": "Esperienza professionale",
|
|
6
|
+
"text_cv_section_name_education": "Istruzione e formazione",
|
|
7
7
|
"text_cv_section_name_projects": "Progetti",
|
|
8
8
|
"text_cv_section_name_skills": "Competenze",
|
|
9
9
|
"text_cv_section_name_certifications": "Certificazioni",
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"text_language_proficiency_5": "Fluente",
|
|
34
34
|
"text_skill_level_1": "Base",
|
|
35
35
|
"text_skill_level_2": "Intermedio",
|
|
36
|
-
"text_skill_level_3": "
|
|
36
|
+
"text_skill_level_3": "Buono",
|
|
37
37
|
"text_skill_level_4": "Avanzato",
|
|
38
38
|
"text_skill_level_5": "Esperto",
|
|
39
|
-
"text_cv_section_name_personal_info": "
|
|
39
|
+
"text_cv_section_name_personal_info": "Dati personali",
|
|
40
40
|
"text_cv_section_name_links": "Link",
|
|
41
41
|
"text_cv_property_gender": "Genere",
|
|
42
42
|
"text_cv_property_marital_status": "Stato civile",
|
|
@@ -44,9 +44,52 @@
|
|
|
44
44
|
"text_cv_section_name_driver_licenses": "Patenti di guida",
|
|
45
45
|
"text_cv_section_name_driver_declaration": "Dichiarazione",
|
|
46
46
|
"text_cv_section_name_declaration": "Dichiarazione",
|
|
47
|
-
"text_references_available_upon_request": "
|
|
48
|
-
"text_brand_watermark": "
|
|
47
|
+
"text_references_available_upon_request": "Referenze disponibili su richiesta",
|
|
48
|
+
"text_brand_watermark": "Creato con {brand}",
|
|
49
49
|
"text_to_recipient_in_cover_letter": "A",
|
|
50
|
-
"text_present_in_resume_date": "
|
|
51
|
-
"text_send_from_in_cover_letter": "Da"
|
|
50
|
+
"text_present_in_resume_date": "Presente",
|
|
51
|
+
"text_send_from_in_cover_letter": "Da",
|
|
52
|
+
"text_cv_property_linkedin": "LinkedIn",
|
|
53
|
+
"text_cv_viewer_download_pdf": "Scarica PDF",
|
|
54
|
+
"text_cv_viewer_pdf": "PDF",
|
|
55
|
+
"text_cv_viewer_contact": "Contatti",
|
|
56
|
+
"text_cv_viewer_owners_cv": "CV di {name}",
|
|
57
|
+
"text_cv_viewer_view_cv": "Visualizza CV",
|
|
58
|
+
"text_cv_viewer_professional_cv": "CV professionale",
|
|
59
|
+
"text_cv_viewer_unable_to_load": "Impossibile caricare il CV",
|
|
60
|
+
"text_cv_viewer_try_again": "Riprova",
|
|
61
|
+
"text_cv_viewer_tap_to_zoom": "Tocca per ingrandire",
|
|
62
|
+
"text_cv_viewer_made_with": "Realizzato con",
|
|
63
|
+
"text_cv_viewer_build_free": "Crea gratis il tuo CV professionale",
|
|
64
|
+
"text_error_link_expired": "Questo link è scaduto",
|
|
65
|
+
"text_error_expired_message": "Il link condiviso dal proprietario del CV non è più attivo",
|
|
66
|
+
"text_error_cv_unavailable": "CV non più disponibile",
|
|
67
|
+
"text_error_cv_removed_message": "Questo CV è stato rimosso dal suo proprietario",
|
|
68
|
+
"text_error_not_found": "CV non trovato",
|
|
69
|
+
"text_error_not_found_message": "Questo link non esiste o potrebbe essere stato rimosso",
|
|
70
|
+
"text_error_create_free_cv": "Crea il tuo CV gratuito",
|
|
71
|
+
"text_password_protected": "Protetto da password",
|
|
72
|
+
"text_password_enter_to_view": "Inserisci la password per visualizzare questo CV",
|
|
73
|
+
"text_password_enter": "Inserisci la password",
|
|
74
|
+
"text_password_incorrect": "Password errata. Riprova",
|
|
75
|
+
"text_password_something_wrong": "Si è verificato un errore. Riprova",
|
|
76
|
+
"text_password_verifying": "Verifica in corso",
|
|
77
|
+
"text_password_view_cv": "Visualizza CV",
|
|
78
|
+
"text_password_hide": "Nascondi password",
|
|
79
|
+
"text_password_show": "Mostra password",
|
|
80
|
+
"text_password_made_with": "Realizzato con",
|
|
81
|
+
"text_lightbox_viewer": "Visualizzatore CV a schermo intero",
|
|
82
|
+
"text_lightbox_close": "Chiudi visualizzatore a schermo intero",
|
|
83
|
+
"text_lightbox_zoom_out": "Riduci zoom",
|
|
84
|
+
"text_lightbox_zoom_in": "Aumenta zoom",
|
|
85
|
+
"text_lightbox_pinch_zoom": "Pizzica · doppio tocco per ingrandire · × per chiudere",
|
|
86
|
+
"text_contact_get_in_touch": "Mettiti in contatto",
|
|
87
|
+
"text_contact_connect_with": "Contatta {name}",
|
|
88
|
+
"text_contact_reach_out": "Contatta via email o telefono qui sotto",
|
|
89
|
+
"text_contact_send_email": "Invia email",
|
|
90
|
+
"text_contact_call_now": "Chiama ora",
|
|
91
|
+
"text_contact_copy_email": "Copia email",
|
|
92
|
+
"text_contact_copy_phone": "Copia telefono",
|
|
93
|
+
"text_contact_email_copied": "Email copiata!",
|
|
94
|
+
"text_contact_phone_copied": "Telefono copiato!"
|
|
52
95
|
}
|