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,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": "நோக்கம்",
|
|
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
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": "
|
|
12
|
+
"text_cv_section_name_volunteering": "தன்னார்வ சேவை",
|
|
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
|
-
"text_cv_section_name_references": "
|
|
18
|
+
"text_cv_section_name_references": "உசாத்துணைகள்",
|
|
19
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": "மின்னஞ்சல்",
|
|
25
|
-
"text_cv_property_date_of_birth": "பிறந்த
|
|
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": "
|
|
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
34
|
"text_skill_level_1": "அடிப்படை",
|
|
35
|
-
"text_skill_level_2": "
|
|
36
|
-
"text_skill_level_3": "
|
|
37
|
-
"text_skill_level_4": "
|
|
35
|
+
"text_skill_level_2": "இடைநிலை",
|
|
36
|
+
"text_skill_level_3": "திறமையான",
|
|
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
|
-
"text_cv_section_name_licenses": "
|
|
44
|
-
"text_cv_section_name_driver_licenses": "
|
|
43
|
+
"text_cv_section_name_licenses": "உரிமங்கள்",
|
|
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}
|
|
49
|
-
"text_to_recipient_in_cover_letter": "
|
|
50
|
-
"text_present_in_resume_date": "
|
|
51
|
-
"text_send_from_in_cover_letter": "
|
|
46
|
+
"text_cv_section_name_declaration": "உறுதிமொழி",
|
|
47
|
+
"text_references_available_upon_request": "கோரிக்கையின் பேரில் தகவல் வழங்கப்படும்",
|
|
48
|
+
"text_brand_watermark": "{brand} மூலம் இயக்கப்படுகிறது",
|
|
49
|
+
"text_to_recipient_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} இன் 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
|
}
|
|
@@ -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": "అనుభవం",
|
|
6
|
-
"text_cv_section_name_education": "
|
|
7
|
-
"text_cv_section_name_projects": "
|
|
8
|
-
"text_cv_section_name_skills": "
|
|
9
|
-
"text_cv_section_name_certifications": "
|
|
10
|
-
"text_cv_section_name_awards": "
|
|
4
|
+
"text_cv_section_name_objective": "కెరీర్ లక్ష్యం",
|
|
5
|
+
"text_cv_section_name_experience": "పని అనుభవం",
|
|
6
|
+
"text_cv_section_name_education": "విద్యార్హతలు",
|
|
7
|
+
"text_cv_section_name_projects": "ప్రాజెక్టులు",
|
|
8
|
+
"text_cv_section_name_skills": "నైపుణ్యాలు",
|
|
9
|
+
"text_cv_section_name_certifications": "సర్టిఫికేషన్లు",
|
|
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": "QR కోడ్",
|
|
16
|
-
"text_cv_section_name_activities": "
|
|
16
|
+
"text_cv_section_name_activities": "కార్యకలాపాలు",
|
|
17
17
|
"text_cv_section_name_languages": "భాషలు",
|
|
18
|
-
"text_cv_section_name_references": "
|
|
19
|
-
"text_cv_section_name_profiles": "
|
|
18
|
+
"text_cv_section_name_references": "రిఫరెన్సులు",
|
|
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": "ఇమెయిల్",
|
|
25
|
-
"text_cv_property_date_of_birth": "పుట్టిన
|
|
26
|
-
"text_cv_property_place_of_birth": "పుట్టిన
|
|
25
|
+
"text_cv_property_date_of_birth": "పుట్టిన తేదీ",
|
|
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": "ప్రాథమిక
|
|
29
|
+
"text_language_proficiency_1": "ప్రారంభ స్థాయి",
|
|
30
|
+
"text_language_proficiency_2": "ప్రాథమిక స్థాయి",
|
|
31
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": "వ్యక్తిగత
|
|
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
|
-
"text_cv_property_marital_status": "
|
|
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}
|
|
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": "అభ్యర్థనపై సమాచారం అందుబాటులో ఉంటుంది",
|
|
48
|
+
"text_brand_watermark": "{brand} ద్వారా అందించబడింది",
|
|
49
|
+
"text_to_recipient_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} యొక్క 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
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
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": "
|
|
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": "โครงการ",
|
|
@@ -12,41 +12,84 @@
|
|
|
12
12
|
"text_cv_section_name_volunteering": "งานอาสาสมัคร",
|
|
13
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
|
-
"text_cv_section_name_references": "
|
|
19
|
-
"text_cv_section_name_profiles": "
|
|
18
|
+
"text_cv_section_name_references": "บุคคลอ้างอิง",
|
|
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": "อีเมล",
|
|
25
|
-
"text_cv_property_date_of_birth": "
|
|
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": "
|
|
32
|
-
"text_language_proficiency_4": "
|
|
33
|
-
"text_language_proficiency_5": "
|
|
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
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
|
-
"text_skill_level_5": "
|
|
39
|
-
"text_cv_section_name_personal_info": "
|
|
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": "สถานภาพสมรส",
|
|
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": "
|
|
49
|
-
"text_to_recipient_in_cover_letter": "
|
|
46
|
+
"text_cv_section_name_declaration": "คำรับรองข้อมูล",
|
|
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": "CV ของ {name}",
|
|
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
|
}
|
|
@@ -1,52 +1,95 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://inlang.com/schema/inlang-message-format",
|
|
3
3
|
"text_cv_section_name_summary": "Buod",
|
|
4
|
-
"text_cv_section_name_objective": "Layunin",
|
|
5
|
-
"text_cv_section_name_experience": "Karanasan",
|
|
4
|
+
"text_cv_section_name_objective": "Layunin sa karera",
|
|
5
|
+
"text_cv_section_name_experience": "Karanasan sa trabaho",
|
|
6
6
|
"text_cv_section_name_education": "Edukasyon",
|
|
7
|
-
"text_cv_section_name_projects": "Mga
|
|
8
|
-
"text_cv_section_name_skills": "
|
|
9
|
-
"text_cv_section_name_certifications": "Mga
|
|
10
|
-
"text_cv_section_name_awards": "Mga
|
|
11
|
-
"text_cv_section_name_interests": "Mga
|
|
12
|
-
"text_cv_section_name_volunteering": "
|
|
13
|
-
"text_cv_section_name_publications": "Mga
|
|
14
|
-
"text_cv_section_name_achievements": "Mga
|
|
7
|
+
"text_cv_section_name_projects": "Mga proyekto",
|
|
8
|
+
"text_cv_section_name_skills": "Mga kasanayan",
|
|
9
|
+
"text_cv_section_name_certifications": "Mga sertipikasyon",
|
|
10
|
+
"text_cv_section_name_awards": "Mga parangal",
|
|
11
|
+
"text_cv_section_name_interests": "Mga interes",
|
|
12
|
+
"text_cv_section_name_volunteering": "Pagboboluntaryo",
|
|
13
|
+
"text_cv_section_name_publications": "Mga publikasyon",
|
|
14
|
+
"text_cv_section_name_achievements": "Mga tagumpay",
|
|
15
15
|
"text_cv_section_name_qrcode": "QR Code",
|
|
16
|
-
"text_cv_section_name_activities": "Mga
|
|
17
|
-
"text_cv_section_name_languages": "Mga
|
|
18
|
-
"text_cv_section_name_references": "Mga
|
|
19
|
-
"text_cv_section_name_profiles": "Mga
|
|
20
|
-
"text_cv_section_name_details": "
|
|
16
|
+
"text_cv_section_name_activities": "Mga aktibidad",
|
|
17
|
+
"text_cv_section_name_languages": "Mga wika",
|
|
18
|
+
"text_cv_section_name_references": "Mga sanggunian",
|
|
19
|
+
"text_cv_section_name_profiles": "Mga profile",
|
|
20
|
+
"text_cv_section_name_details": "Mga detalye",
|
|
21
21
|
"text_cv_property_location": "Lokasyon",
|
|
22
|
-
"text_cv_property_address": "
|
|
22
|
+
"text_cv_property_address": "Address",
|
|
23
23
|
"text_cv_property_phone": "Telepono",
|
|
24
24
|
"text_cv_property_email": "Email",
|
|
25
|
-
"text_cv_property_date_of_birth": "Petsa ng
|
|
26
|
-
"text_cv_property_place_of_birth": "Lugar ng
|
|
25
|
+
"text_cv_property_date_of_birth": "Petsa ng kapanganakan",
|
|
26
|
+
"text_cv_property_place_of_birth": "Lugar ng kapanganakan",
|
|
27
27
|
"text_cv_property_nationality": "Nasyonalidad",
|
|
28
28
|
"text_cv_property_website": "Website",
|
|
29
29
|
"text_language_proficiency_1": "Baguhan",
|
|
30
|
-
"text_language_proficiency_2": "
|
|
30
|
+
"text_language_proficiency_2": "Pang-elementarya",
|
|
31
31
|
"text_language_proficiency_3": "Katamtaman",
|
|
32
|
-
"text_language_proficiency_4": "Mataas
|
|
33
|
-
"text_language_proficiency_5": "
|
|
34
|
-
"text_skill_level_1": "
|
|
32
|
+
"text_language_proficiency_4": "Mataas",
|
|
33
|
+
"text_language_proficiency_5": "Matatas",
|
|
34
|
+
"text_skill_level_1": "Batayan",
|
|
35
35
|
"text_skill_level_2": "Katamtaman",
|
|
36
|
-
"text_skill_level_3": "
|
|
37
|
-
"text_skill_level_4": "Mataas
|
|
38
|
-
"text_skill_level_5": "
|
|
39
|
-
"text_cv_section_name_personal_info": "
|
|
40
|
-
"text_cv_section_name_links": "Mga
|
|
36
|
+
"text_skill_level_3": "Mahusay",
|
|
37
|
+
"text_skill_level_4": "Mataas",
|
|
38
|
+
"text_skill_level_5": "Eksperto",
|
|
39
|
+
"text_cv_section_name_personal_info": "Mga personal na detalye",
|
|
40
|
+
"text_cv_section_name_links": "Mga link",
|
|
41
41
|
"text_cv_property_gender": "Kasarian",
|
|
42
|
-
"text_cv_property_marital_status": "Katayuang
|
|
43
|
-
"text_cv_section_name_licenses": "Mga
|
|
44
|
-
"text_cv_section_name_driver_licenses": "
|
|
42
|
+
"text_cv_property_marital_status": "Katayuang sibil",
|
|
43
|
+
"text_cv_section_name_licenses": "Mga lisensya",
|
|
44
|
+
"text_cv_section_name_driver_licenses": "Mga lisensya sa pagmamaneho",
|
|
45
45
|
"text_cv_section_name_driver_declaration": "Pahayag",
|
|
46
|
-
"text_cv_section_name_declaration": "
|
|
47
|
-
"text_references_available_upon_request": "
|
|
48
|
-
"text_brand_watermark": "
|
|
46
|
+
"text_cv_section_name_declaration": "Pagpapatunay",
|
|
47
|
+
"text_references_available_upon_request": "Makukuha kapag hiniling",
|
|
48
|
+
"text_brand_watermark": "Ginawa gamit ang {brand}",
|
|
49
49
|
"text_to_recipient_in_cover_letter": "Para kay",
|
|
50
50
|
"text_present_in_resume_date": "Kasalukuyan",
|
|
51
|
-
"text_send_from_in_cover_letter": "Mula kay"
|
|
51
|
+
"text_send_from_in_cover_letter": "Mula kay",
|
|
52
|
+
"text_cv_property_linkedin": "LinkedIn",
|
|
53
|
+
"text_cv_viewer_download_pdf": "I-download ang PDF",
|
|
54
|
+
"text_cv_viewer_pdf": "PDF",
|
|
55
|
+
"text_cv_viewer_contact": "Makipag-ugnayan",
|
|
56
|
+
"text_cv_viewer_owners_cv": "CV ni {name}",
|
|
57
|
+
"text_cv_viewer_view_cv": "Tingnan ang CV",
|
|
58
|
+
"text_cv_viewer_professional_cv": "Propesyonal na CV",
|
|
59
|
+
"text_cv_viewer_unable_to_load": "Hindi ma-load ang CV",
|
|
60
|
+
"text_cv_viewer_try_again": "Subukan muli",
|
|
61
|
+
"text_cv_viewer_tap_to_zoom": "I-tap para i-zoom",
|
|
62
|
+
"text_cv_viewer_made_with": "Ginawa gamit ang",
|
|
63
|
+
"text_cv_viewer_build_free": "Gumawa ng propesyonal na CV nang libre",
|
|
64
|
+
"text_error_link_expired": "Nag-expire na ang link na ito",
|
|
65
|
+
"text_error_expired_message": "Hindi na aktibo ang shareable link ng may-ari ng CV",
|
|
66
|
+
"text_error_cv_unavailable": "Hindi na available ang CV",
|
|
67
|
+
"text_error_cv_removed_message": "Inalis na ng may-ari ang CV na ito",
|
|
68
|
+
"text_error_not_found": "Hindi nahanap ang CV",
|
|
69
|
+
"text_error_not_found_message": "Wala ang link na ito o maaaring inalis na",
|
|
70
|
+
"text_error_create_free_cv": "Gumawa ng libreng CV",
|
|
71
|
+
"text_password_protected": "Protektado ng password",
|
|
72
|
+
"text_password_enter_to_view": "Ilagay ang password upang makita ang CV na ito",
|
|
73
|
+
"text_password_enter": "Ilagay ang password",
|
|
74
|
+
"text_password_incorrect": "Maling password. Pakisubukang muli",
|
|
75
|
+
"text_password_something_wrong": "May nangyaring mali. Pakisubukang muli",
|
|
76
|
+
"text_password_verifying": "Bine-verify",
|
|
77
|
+
"text_password_view_cv": "Tingnan ang CV",
|
|
78
|
+
"text_password_hide": "Itago ang password",
|
|
79
|
+
"text_password_show": "Ipakita ang password",
|
|
80
|
+
"text_password_made_with": "Ginawa gamit ang",
|
|
81
|
+
"text_lightbox_viewer": "Viewer ng CV sa full screen",
|
|
82
|
+
"text_lightbox_close": "Isara ang viewer sa full screen",
|
|
83
|
+
"text_lightbox_zoom_out": "I-zoom out",
|
|
84
|
+
"text_lightbox_zoom_in": "I-zoom in",
|
|
85
|
+
"text_lightbox_pinch_zoom": "I-pinch · i-double-tap para mag-zoom · × para isara",
|
|
86
|
+
"text_contact_get_in_touch": "Makipag-ugnayan",
|
|
87
|
+
"text_contact_connect_with": "Makipag-ugnayan kay {name}",
|
|
88
|
+
"text_contact_reach_out": "Makipag-ugnayan sa pamamagitan ng email o telepono sa ibaba",
|
|
89
|
+
"text_contact_send_email": "Magpadala ng email",
|
|
90
|
+
"text_contact_call_now": "Tumawag ngayon",
|
|
91
|
+
"text_contact_copy_email": "Kopyahin ang email",
|
|
92
|
+
"text_contact_copy_phone": "Kopyahin ang telepono",
|
|
93
|
+
"text_contact_email_copied": "Nakopya ang email!",
|
|
94
|
+
"text_contact_phone_copied": "Nakopya ang telepono!"
|
|
52
95
|
}
|