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
|
-
"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": "プロジェクト",
|
|
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
|
-
"text_cv_section_name_interests": "
|
|
12
|
-
"text_cv_section_name_volunteering": "
|
|
11
|
+
"text_cv_section_name_interests": "趣味・関心",
|
|
12
|
+
"text_cv_section_name_volunteering": "ボランティア経験",
|
|
13
13
|
"text_cv_section_name_publications": "出版物",
|
|
14
|
-
"text_cv_section_name_achievements": "
|
|
14
|
+
"text_cv_section_name_achievements": "実績",
|
|
15
15
|
"text_cv_section_name_qrcode": "QRコード",
|
|
16
16
|
"text_cv_section_name_activities": "活動",
|
|
17
|
-
"text_cv_section_name_languages": "
|
|
18
|
-
"text_cv_section_name_references": "
|
|
19
|
-
"text_cv_section_name_profiles": "
|
|
20
|
-
"text_cv_section_name_details": "
|
|
21
|
-
"text_cv_property_location": "
|
|
17
|
+
"text_cv_section_name_languages": "語学力",
|
|
18
|
+
"text_cv_section_name_references": "推薦者",
|
|
19
|
+
"text_cv_section_name_profiles": "オンラインプロフィール",
|
|
20
|
+
"text_cv_section_name_details": "詳細情報",
|
|
21
|
+
"text_cv_property_location": "居住地",
|
|
22
22
|
"text_cv_property_address": "住所",
|
|
23
23
|
"text_cv_property_phone": "電話番号",
|
|
24
24
|
"text_cv_property_email": "メールアドレス",
|
|
25
25
|
"text_cv_property_date_of_birth": "生年月日",
|
|
26
26
|
"text_cv_property_place_of_birth": "出生地",
|
|
27
27
|
"text_cv_property_nationality": "国籍",
|
|
28
|
-
"text_cv_property_website": "
|
|
28
|
+
"text_cv_property_website": "Webサイト",
|
|
29
29
|
"text_language_proficiency_1": "初級",
|
|
30
|
-
"text_language_proficiency_2": "
|
|
30
|
+
"text_language_proficiency_2": "基礎",
|
|
31
31
|
"text_language_proficiency_3": "中級",
|
|
32
32
|
"text_language_proficiency_4": "上級",
|
|
33
33
|
"text_language_proficiency_5": "流暢",
|
|
34
34
|
"text_skill_level_1": "基礎",
|
|
35
35
|
"text_skill_level_2": "中級",
|
|
36
|
-
"text_skill_level_3": "
|
|
36
|
+
"text_skill_level_3": "実務レベル",
|
|
37
37
|
"text_skill_level_4": "上級",
|
|
38
38
|
"text_skill_level_5": "エキスパート",
|
|
39
|
-
"text_cv_section_name_personal_info": "
|
|
39
|
+
"text_cv_section_name_personal_info": "基本情報",
|
|
40
40
|
"text_cv_section_name_links": "リンク",
|
|
41
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
|
-
"text_cv_section_name_declaration": "
|
|
47
|
-
"text_references_available_upon_request": "
|
|
48
|
-
"text_brand_watermark": "{brand}
|
|
46
|
+
"text_cv_section_name_declaration": "宣誓",
|
|
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,23 +1,23 @@
|
|
|
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": "
|
|
6
|
-
"text_cv_section_name_education": "
|
|
3
|
+
"text_cv_section_name_summary": "경력 요약",
|
|
4
|
+
"text_cv_section_name_objective": "커리어 목표",
|
|
5
|
+
"text_cv_section_name_experience": "경력사항",
|
|
6
|
+
"text_cv_section_name_education": "학력사항",
|
|
7
7
|
"text_cv_section_name_projects": "프로젝트",
|
|
8
|
-
"text_cv_section_name_skills": "기술",
|
|
8
|
+
"text_cv_section_name_skills": "보유 기술",
|
|
9
9
|
"text_cv_section_name_certifications": "자격증",
|
|
10
|
-
"text_cv_section_name_awards": "수상
|
|
11
|
-
"text_cv_section_name_interests": "
|
|
10
|
+
"text_cv_section_name_awards": "수상 내역",
|
|
11
|
+
"text_cv_section_name_interests": "관심 분야",
|
|
12
12
|
"text_cv_section_name_volunteering": "봉사활동",
|
|
13
|
-
"text_cv_section_name_publications": "
|
|
14
|
-
"text_cv_section_name_achievements": "
|
|
13
|
+
"text_cv_section_name_publications": "출판물",
|
|
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
|
-
"text_cv_section_name_profiles": "프로필",
|
|
20
|
-
"text_cv_section_name_details": "
|
|
19
|
+
"text_cv_section_name_profiles": "온라인 프로필",
|
|
20
|
+
"text_cv_section_name_details": "상세 정보",
|
|
21
21
|
"text_cv_property_location": "지역",
|
|
22
22
|
"text_cv_property_address": "주소",
|
|
23
23
|
"text_cv_property_phone": "전화번호",
|
|
@@ -33,20 +33,63 @@
|
|
|
33
33
|
"text_language_proficiency_5": "유창",
|
|
34
34
|
"text_skill_level_1": "기초",
|
|
35
35
|
"text_skill_level_2": "중급",
|
|
36
|
-
"text_skill_level_3": "
|
|
36
|
+
"text_skill_level_3": "능숙",
|
|
37
37
|
"text_skill_level_4": "고급",
|
|
38
38
|
"text_skill_level_5": "전문가",
|
|
39
|
-
"text_cv_section_name_personal_info": "
|
|
39
|
+
"text_cv_section_name_personal_info": "인적사항",
|
|
40
40
|
"text_cv_section_name_links": "링크",
|
|
41
41
|
"text_cv_property_gender": "성별",
|
|
42
|
-
"text_cv_property_marital_status": "
|
|
43
|
-
"text_cv_section_name_licenses": "면허",
|
|
42
|
+
"text_cv_property_marital_status": "혼인 여부",
|
|
43
|
+
"text_cv_section_name_licenses": "자격 및 면허",
|
|
44
44
|
"text_cv_section_name_driver_licenses": "운전면허",
|
|
45
45
|
"text_cv_section_name_driver_declaration": "선언",
|
|
46
|
-
"text_cv_section_name_declaration": "
|
|
46
|
+
"text_cv_section_name_declaration": "확인 서약",
|
|
47
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}님의 이력서",
|
|
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,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": "Profesinė santrauka",
|
|
4
|
+
"text_cv_section_name_objective": "Karjeros tikslas",
|
|
5
5
|
"text_cv_section_name_experience": "Darbo patirtis",
|
|
6
6
|
"text_cv_section_name_education": "Išsilavinimas",
|
|
7
7
|
"text_cv_section_name_projects": "Projektai",
|
|
@@ -13,29 +13,29 @@
|
|
|
13
13
|
"text_cv_section_name_publications": "Publikacijos",
|
|
14
14
|
"text_cv_section_name_achievements": "Pasiekimai",
|
|
15
15
|
"text_cv_section_name_qrcode": "QR kodas",
|
|
16
|
-
"text_cv_section_name_activities": "
|
|
16
|
+
"text_cv_section_name_activities": "Papildoma veikla",
|
|
17
17
|
"text_cv_section_name_languages": "Kalbos",
|
|
18
|
-
"text_cv_section_name_references": "
|
|
19
|
-
"text_cv_section_name_profiles": "
|
|
20
|
-
"text_cv_section_name_details": "
|
|
18
|
+
"text_cv_section_name_references": "Rekomenduojantys asmenys",
|
|
19
|
+
"text_cv_section_name_profiles": "Internetiniai profiliai",
|
|
20
|
+
"text_cv_section_name_details": "Papildoma informacija",
|
|
21
21
|
"text_cv_property_location": "Vieta",
|
|
22
22
|
"text_cv_property_address": "Adresas",
|
|
23
23
|
"text_cv_property_phone": "Telefonas",
|
|
24
24
|
"text_cv_property_email": "El. paštas",
|
|
25
25
|
"text_cv_property_date_of_birth": "Gimimo data",
|
|
26
26
|
"text_cv_property_place_of_birth": "Gimimo vieta",
|
|
27
|
-
"text_cv_property_nationality": "
|
|
28
|
-
"text_cv_property_website": "
|
|
29
|
-
"text_language_proficiency_1": "
|
|
30
|
-
"text_language_proficiency_2": "
|
|
27
|
+
"text_cv_property_nationality": "Pilietybė",
|
|
28
|
+
"text_cv_property_website": "Svetainė",
|
|
29
|
+
"text_language_proficiency_1": "Pradinis",
|
|
30
|
+
"text_language_proficiency_2": "Pagrindinis",
|
|
31
31
|
"text_language_proficiency_3": "Vidutinis",
|
|
32
32
|
"text_language_proficiency_4": "Pažengęs",
|
|
33
|
-
"text_language_proficiency_5": "
|
|
33
|
+
"text_language_proficiency_5": "Laisvas",
|
|
34
34
|
"text_skill_level_1": "Pagrindinis",
|
|
35
35
|
"text_skill_level_2": "Vidutinis",
|
|
36
|
-
"text_skill_level_3": "
|
|
37
|
-
"text_skill_level_4": "
|
|
38
|
-
"text_skill_level_5": "
|
|
36
|
+
"text_skill_level_3": "Įgudęs",
|
|
37
|
+
"text_skill_level_4": "Pažengęs",
|
|
38
|
+
"text_skill_level_5": "Ekspertinis",
|
|
39
39
|
"text_cv_section_name_personal_info": "Asmeninė informacija",
|
|
40
40
|
"text_cv_section_name_links": "Nuorodos",
|
|
41
41
|
"text_cv_property_gender": "Lytis",
|
|
@@ -43,10 +43,53 @@
|
|
|
43
43
|
"text_cv_section_name_licenses": "Licencijos",
|
|
44
44
|
"text_cv_section_name_driver_licenses": "Vairuotojo pažymėjimai",
|
|
45
45
|
"text_cv_section_name_driver_declaration": "Deklaracija",
|
|
46
|
-
"text_cv_section_name_declaration": "
|
|
47
|
-
"text_references_available_upon_request": "
|
|
48
|
-
"text_brand_watermark": "
|
|
46
|
+
"text_cv_section_name_declaration": "Patvirtinimas",
|
|
47
|
+
"text_references_available_upon_request": "Rekomendacijos pateikiamos paprašius",
|
|
48
|
+
"text_brand_watermark": "Sukurta naudojant {brand}",
|
|
49
49
|
"text_to_recipient_in_cover_letter": "Kam",
|
|
50
50
|
"text_present_in_resume_date": "Dabar",
|
|
51
|
-
"text_send_from_in_cover_letter": "Nuo"
|
|
51
|
+
"text_send_from_in_cover_letter": "Nuo",
|
|
52
|
+
"text_cv_property_linkedin": "LinkedIn",
|
|
53
|
+
"text_cv_viewer_download_pdf": "Atsisiųsti PDF",
|
|
54
|
+
"text_cv_viewer_pdf": "PDF",
|
|
55
|
+
"text_cv_viewer_contact": "Kontaktai",
|
|
56
|
+
"text_cv_viewer_owners_cv": "{name} CV",
|
|
57
|
+
"text_cv_viewer_view_cv": "Peržiūrėti CV",
|
|
58
|
+
"text_cv_viewer_professional_cv": "Profesionalus CV",
|
|
59
|
+
"text_cv_viewer_unable_to_load": "Nepavyko įkelti CV",
|
|
60
|
+
"text_cv_viewer_try_again": "Bandyti dar kartą",
|
|
61
|
+
"text_cv_viewer_tap_to_zoom": "Bakstelėkite, kad priartintumėte",
|
|
62
|
+
"text_cv_viewer_made_with": "Sukurta naudojant",
|
|
63
|
+
"text_cv_viewer_build_free": "Sukurkite profesionalų CV nemokamai",
|
|
64
|
+
"text_error_link_expired": "Šios nuorodos galiojimas baigėsi",
|
|
65
|
+
"text_error_expired_message": "CV savininko bendrinimo nuoroda nebėra aktyvi",
|
|
66
|
+
"text_error_cv_unavailable": "CV nebepasiekiamas",
|
|
67
|
+
"text_error_cv_removed_message": "Šį CV pašalino jo savininkas",
|
|
68
|
+
"text_error_not_found": "CV nerastas",
|
|
69
|
+
"text_error_not_found_message": "Ši nuoroda neegzistuoja arba galėjo būti pašalinta",
|
|
70
|
+
"text_error_create_free_cv": "Sukurkite nemokamą CV",
|
|
71
|
+
"text_password_protected": "Apsaugota slaptažodžiu",
|
|
72
|
+
"text_password_enter_to_view": "Įveskite slaptažodį, kad peržiūrėtumėte šį CV",
|
|
73
|
+
"text_password_enter": "Įveskite slaptažodį",
|
|
74
|
+
"text_password_incorrect": "Neteisingas slaptažodis. Bandykite dar kartą",
|
|
75
|
+
"text_password_something_wrong": "Kažkas nepavyko. Bandykite dar kartą",
|
|
76
|
+
"text_password_verifying": "Tikrinama",
|
|
77
|
+
"text_password_view_cv": "Peržiūrėti CV",
|
|
78
|
+
"text_password_hide": "Slėpti slaptažodį",
|
|
79
|
+
"text_password_show": "Rodyti slaptažodį",
|
|
80
|
+
"text_password_made_with": "Sukurta naudojant",
|
|
81
|
+
"text_lightbox_viewer": "CV peržiūra visame ekrane",
|
|
82
|
+
"text_lightbox_close": "Uždaryti peržiūrą visame ekrane",
|
|
83
|
+
"text_lightbox_zoom_out": "Atitolinti",
|
|
84
|
+
"text_lightbox_zoom_in": "Priartinti",
|
|
85
|
+
"text_lightbox_pinch_zoom": "Priartinkite pirštais · dukart bakstelėkite, kad priartintumėte · × uždaryti",
|
|
86
|
+
"text_contact_get_in_touch": "Susisiekite",
|
|
87
|
+
"text_contact_connect_with": "Susisiekite su {name}",
|
|
88
|
+
"text_contact_reach_out": "Susisiekite el. paštu arba telefonu žemiau",
|
|
89
|
+
"text_contact_send_email": "Siųsti el. laišką",
|
|
90
|
+
"text_contact_call_now": "Skambinti dabar",
|
|
91
|
+
"text_contact_copy_email": "Kopijuoti el. pašto adresą",
|
|
92
|
+
"text_contact_copy_phone": "Kopijuoti telefono numerį",
|
|
93
|
+
"text_contact_email_copied": "El. pašto adresas nukopijuotas!",
|
|
94
|
+
"text_contact_phone_copied": "Telefono numeris nukopijuotas!"
|
|
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": "Profesionālais kopsavilkums",
|
|
4
|
+
"text_cv_section_name_objective": "Karjeras mērķis",
|
|
5
5
|
"text_cv_section_name_experience": "Darba pieredze",
|
|
6
6
|
"text_cv_section_name_education": "Izglītība",
|
|
7
7
|
"text_cv_section_name_projects": "Projekti",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"text_cv_section_name_languages": "Valodas",
|
|
18
18
|
"text_cv_section_name_references": "Atsauksmes",
|
|
19
19
|
"text_cv_section_name_profiles": "Profili",
|
|
20
|
-
"text_cv_section_name_details": "
|
|
20
|
+
"text_cv_section_name_details": "Papildu informācija",
|
|
21
21
|
"text_cv_property_location": "Atrašanās vieta",
|
|
22
22
|
"text_cv_property_address": "Adrese",
|
|
23
23
|
"text_cv_property_phone": "Tālrunis",
|
|
@@ -25,28 +25,71 @@
|
|
|
25
25
|
"text_cv_property_date_of_birth": "Dzimšanas datums",
|
|
26
26
|
"text_cv_property_place_of_birth": "Dzimšanas vieta",
|
|
27
27
|
"text_cv_property_nationality": "Pilsonība",
|
|
28
|
-
"text_cv_property_website": "
|
|
29
|
-
"text_language_proficiency_1": "
|
|
30
|
-
"text_language_proficiency_2": "
|
|
31
|
-
"text_language_proficiency_3": "Vidējs",
|
|
28
|
+
"text_cv_property_website": "Tīmekļa vietne",
|
|
29
|
+
"text_language_proficiency_1": "Iesācēja līmenis",
|
|
30
|
+
"text_language_proficiency_2": "Pamatlīmenis",
|
|
31
|
+
"text_language_proficiency_3": "Vidējs līmenis",
|
|
32
32
|
"text_language_proficiency_4": "Augsts līmenis",
|
|
33
33
|
"text_language_proficiency_5": "Brīvi",
|
|
34
|
-
"text_skill_level_1": "
|
|
35
|
-
"text_skill_level_2": "Vidējs",
|
|
36
|
-
"text_skill_level_3": "
|
|
34
|
+
"text_skill_level_1": "Pamatlīmenis",
|
|
35
|
+
"text_skill_level_2": "Vidējs līmenis",
|
|
36
|
+
"text_skill_level_3": "Labs līmenis",
|
|
37
37
|
"text_skill_level_4": "Augsts līmenis",
|
|
38
|
-
"text_skill_level_5": "
|
|
39
|
-
"text_cv_section_name_personal_info": "
|
|
38
|
+
"text_skill_level_5": "Eksperta līmenis",
|
|
39
|
+
"text_cv_section_name_personal_info": "Personas dati",
|
|
40
40
|
"text_cv_section_name_links": "Saites",
|
|
41
41
|
"text_cv_property_gender": "Dzimums",
|
|
42
42
|
"text_cv_property_marital_status": "Ģimenes stāvoklis",
|
|
43
43
|
"text_cv_section_name_licenses": "Licences",
|
|
44
|
-
"text_cv_section_name_driver_licenses": "
|
|
44
|
+
"text_cv_section_name_driver_licenses": "Vadītāja apliecības",
|
|
45
45
|
"text_cv_section_name_driver_declaration": "Deklarācija",
|
|
46
46
|
"text_cv_section_name_declaration": "Apliecinājums",
|
|
47
|
-
"text_references_available_upon_request": "
|
|
48
|
-
"text_brand_watermark": "
|
|
49
|
-
"text_to_recipient_in_cover_letter": "
|
|
50
|
-
"text_present_in_resume_date": "
|
|
51
|
-
"text_send_from_in_cover_letter": "
|
|
47
|
+
"text_references_available_upon_request": "Atsauksmes pieejamas pēc pieprasījuma",
|
|
48
|
+
"text_brand_watermark": "Izveidots ar {brand}",
|
|
49
|
+
"text_to_recipient_in_cover_letter": "Kam",
|
|
50
|
+
"text_present_in_resume_date": "Pašlaik",
|
|
51
|
+
"text_send_from_in_cover_letter": "No",
|
|
52
|
+
"text_cv_property_linkedin": "LinkedIn",
|
|
53
|
+
"text_cv_viewer_download_pdf": "Lejupielādēt PDF",
|
|
54
|
+
"text_cv_viewer_pdf": "PDF",
|
|
55
|
+
"text_cv_viewer_contact": "Kontakti",
|
|
56
|
+
"text_cv_viewer_owners_cv": "{name} CV",
|
|
57
|
+
"text_cv_viewer_view_cv": "Skatīt CV",
|
|
58
|
+
"text_cv_viewer_professional_cv": "Profesionāls CV",
|
|
59
|
+
"text_cv_viewer_unable_to_load": "Neizdevās ielādēt CV",
|
|
60
|
+
"text_cv_viewer_try_again": "Mēģināt vēlreiz",
|
|
61
|
+
"text_cv_viewer_tap_to_zoom": "Pieskarieties, lai tuvinātu",
|
|
62
|
+
"text_cv_viewer_made_with": "Izveidots ar",
|
|
63
|
+
"text_cv_viewer_build_free": "Izveidojiet profesionālu CV bez maksas",
|
|
64
|
+
"text_error_link_expired": "Šīs saites derīguma termiņš ir beidzies",
|
|
65
|
+
"text_error_expired_message": "CV īpašnieka kopīgošanas saite vairs nav aktīva",
|
|
66
|
+
"text_error_cv_unavailable": "CV vairs nav pieejams",
|
|
67
|
+
"text_error_cv_removed_message": "Šo CV ir noņēmis tā īpašnieks",
|
|
68
|
+
"text_error_not_found": "CV nav atrasts",
|
|
69
|
+
"text_error_not_found_message": "Šī saite nepastāv vai, iespējams, ir noņemta",
|
|
70
|
+
"text_error_create_free_cv": "Izveidojiet savu bezmaksas CV",
|
|
71
|
+
"text_password_protected": "Aizsargāts ar paroli",
|
|
72
|
+
"text_password_enter_to_view": "Ievadiet paroli, lai skatītu šo CV",
|
|
73
|
+
"text_password_enter": "Ievadiet paroli",
|
|
74
|
+
"text_password_incorrect": "Nepareiza parole. Lūdzu, mēģiniet vēlreiz",
|
|
75
|
+
"text_password_something_wrong": "Radās kļūda. Lūdzu, mēģiniet vēlreiz",
|
|
76
|
+
"text_password_verifying": "Notiek pārbaude",
|
|
77
|
+
"text_password_view_cv": "Skatīt CV",
|
|
78
|
+
"text_password_hide": "Paslēpt paroli",
|
|
79
|
+
"text_password_show": "Rādīt paroli",
|
|
80
|
+
"text_password_made_with": "Izveidots ar",
|
|
81
|
+
"text_lightbox_viewer": "CV skatītājs pilnekrāna režīmā",
|
|
82
|
+
"text_lightbox_close": "Aizvērt pilnekrāna skatītāju",
|
|
83
|
+
"text_lightbox_zoom_out": "Tālināt",
|
|
84
|
+
"text_lightbox_zoom_in": "Tuvināt",
|
|
85
|
+
"text_lightbox_pinch_zoom": "Savelciet pirkstus · veiciet dubultpieskārienu, lai tuvinātu · ×, lai aizvērtu",
|
|
86
|
+
"text_contact_get_in_touch": "Sazinieties",
|
|
87
|
+
"text_contact_connect_with": "Sazinieties ar {name}",
|
|
88
|
+
"text_contact_reach_out": "Sazinieties pa zemāk norādīto e-pastu vai tālruni",
|
|
89
|
+
"text_contact_send_email": "Sūtīt e-pastu",
|
|
90
|
+
"text_contact_call_now": "Zvanīt tagad",
|
|
91
|
+
"text_contact_copy_email": "Kopēt e-pastu",
|
|
92
|
+
"text_contact_copy_phone": "Kopēt tālruni",
|
|
93
|
+
"text_contact_email_copied": "E-pasts nokopēts!",
|
|
94
|
+
"text_contact_phone_copied": "Tālrunis nokopēts!"
|
|
52
95
|
}
|
|
@@ -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",
|
|
@@ -18,34 +18,77 @@
|
|
|
18
18
|
"text_cv_section_name_references": "Rujukan",
|
|
19
19
|
"text_cv_section_name_profiles": "Profil",
|
|
20
20
|
"text_cv_section_name_details": "Butiran",
|
|
21
|
-
"text_cv_section_name_personal_info": "Maklumat
|
|
21
|
+
"text_cv_section_name_personal_info": "Maklumat peribadi",
|
|
22
22
|
"text_cv_section_name_links": "Pautan",
|
|
23
23
|
"text_cv_section_name_licenses": "Lesen",
|
|
24
|
-
"text_cv_section_name_driver_licenses": "Lesen
|
|
24
|
+
"text_cv_section_name_driver_licenses": "Lesen memandu",
|
|
25
25
|
"text_cv_section_name_declaration": "Pengakuan",
|
|
26
26
|
"text_cv_property_location": "Lokasi",
|
|
27
27
|
"text_cv_property_address": "Alamat",
|
|
28
28
|
"text_cv_property_phone": "Telefon",
|
|
29
29
|
"text_cv_property_email": "E-mel",
|
|
30
|
-
"text_cv_property_date_of_birth": "Tarikh
|
|
31
|
-
"text_cv_property_place_of_birth": "Tempat
|
|
30
|
+
"text_cv_property_date_of_birth": "Tarikh lahir",
|
|
31
|
+
"text_cv_property_place_of_birth": "Tempat lahir",
|
|
32
32
|
"text_cv_property_nationality": "Kewarganegaraan",
|
|
33
|
-
"text_cv_property_website": "Laman
|
|
33
|
+
"text_cv_property_website": "Laman web",
|
|
34
34
|
"text_cv_property_gender": "Jantina",
|
|
35
|
-
"text_cv_property_marital_status": "Status
|
|
36
|
-
"text_language_proficiency_1": "
|
|
37
|
-
"text_language_proficiency_2": "
|
|
35
|
+
"text_cv_property_marital_status": "Status perkahwinan",
|
|
36
|
+
"text_language_proficiency_1": "Pemula",
|
|
37
|
+
"text_language_proficiency_2": "Asas",
|
|
38
38
|
"text_language_proficiency_3": "Pertengahan",
|
|
39
39
|
"text_language_proficiency_4": "Lanjutan",
|
|
40
40
|
"text_language_proficiency_5": "Fasih",
|
|
41
41
|
"text_skill_level_1": "Asas",
|
|
42
42
|
"text_skill_level_2": "Pertengahan",
|
|
43
|
-
"text_skill_level_3": "
|
|
44
|
-
"text_skill_level_4": "
|
|
43
|
+
"text_skill_level_3": "Mahir",
|
|
44
|
+
"text_skill_level_4": "Lanjutan",
|
|
45
45
|
"text_skill_level_5": "Pakar",
|
|
46
|
-
"text_references_available_upon_request": "
|
|
46
|
+
"text_references_available_upon_request": "Rujukan tersedia atas permintaan",
|
|
47
47
|
"text_brand_watermark": "Dikuasakan oleh {brand}",
|
|
48
48
|
"text_to_recipient_in_cover_letter": "Kepada",
|
|
49
49
|
"text_present_in_resume_date": "Kini",
|
|
50
|
-
"text_send_from_in_cover_letter": "Daripada"
|
|
50
|
+
"text_send_from_in_cover_letter": "Daripada",
|
|
51
|
+
"text_cv_property_linkedin": "LinkedIn",
|
|
52
|
+
"text_cv_viewer_download_pdf": "Muat turun PDF",
|
|
53
|
+
"text_cv_viewer_pdf": "PDF",
|
|
54
|
+
"text_cv_viewer_contact": "Hubungi",
|
|
55
|
+
"text_cv_viewer_owners_cv": "CV {name}",
|
|
56
|
+
"text_cv_viewer_view_cv": "Lihat CV",
|
|
57
|
+
"text_cv_viewer_professional_cv": "CV profesional",
|
|
58
|
+
"text_cv_viewer_unable_to_load": "Tidak dapat memuatkan CV",
|
|
59
|
+
"text_cv_viewer_try_again": "Cuba lagi",
|
|
60
|
+
"text_cv_viewer_tap_to_zoom": "Ketik untuk zum",
|
|
61
|
+
"text_cv_viewer_made_with": "Dibuat dengan",
|
|
62
|
+
"text_cv_viewer_build_free": "Bina CV profesional anda secara percuma",
|
|
63
|
+
"text_error_link_expired": "Pautan ini telah tamat tempoh",
|
|
64
|
+
"text_error_expired_message": "Pautan perkongsian pemilik CV tidak lagi aktif",
|
|
65
|
+
"text_error_cv_unavailable": "CV tidak lagi tersedia",
|
|
66
|
+
"text_error_cv_removed_message": "CV ini telah dialih keluar oleh pemiliknya",
|
|
67
|
+
"text_error_not_found": "CV tidak ditemui",
|
|
68
|
+
"text_error_not_found_message": "Pautan ini tidak wujud atau mungkin telah dialih keluar",
|
|
69
|
+
"text_error_create_free_cv": "Cipta CV percuma anda",
|
|
70
|
+
"text_password_protected": "Dilindungi kata laluan",
|
|
71
|
+
"text_password_enter_to_view": "Masukkan kata laluan untuk melihat CV ini",
|
|
72
|
+
"text_password_enter": "Masukkan kata laluan",
|
|
73
|
+
"text_password_incorrect": "Kata laluan salah. Sila cuba lagi",
|
|
74
|
+
"text_password_something_wrong": "Sesuatu telah berlaku. Sila cuba lagi",
|
|
75
|
+
"text_password_verifying": "Mengesahkan",
|
|
76
|
+
"text_password_view_cv": "Lihat CV",
|
|
77
|
+
"text_password_hide": "Sembunyikan kata laluan",
|
|
78
|
+
"text_password_show": "Tunjukkan kata laluan",
|
|
79
|
+
"text_password_made_with": "Dibuat dengan",
|
|
80
|
+
"text_lightbox_viewer": "Pemapar CV skrin penuh",
|
|
81
|
+
"text_lightbox_close": "Tutup pemapar skrin penuh",
|
|
82
|
+
"text_lightbox_zoom_out": "Zum keluar",
|
|
83
|
+
"text_lightbox_zoom_in": "Zum masuk",
|
|
84
|
+
"text_lightbox_pinch_zoom": "Cubit · ketik dua kali untuk zum · × untuk tutup",
|
|
85
|
+
"text_contact_get_in_touch": "Hubungi",
|
|
86
|
+
"text_contact_connect_with": "Berhubung dengan {name}",
|
|
87
|
+
"text_contact_reach_out": "Hubungi melalui e-mel atau telefon di bawah",
|
|
88
|
+
"text_contact_send_email": "Hantar e-mel",
|
|
89
|
+
"text_contact_call_now": "Hubungi sekarang",
|
|
90
|
+
"text_contact_copy_email": "Salin e-mel",
|
|
91
|
+
"text_contact_copy_phone": "Salin nombor telefon",
|
|
92
|
+
"text_contact_email_copied": "E-mel disalin!",
|
|
93
|
+
"text_contact_phone_copied": "Nombor telefon disalin!"
|
|
51
94
|
}
|