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,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": "Profil",
|
|
4
|
+
"text_cv_section_name_objective": "Karrieremål",
|
|
5
5
|
"text_cv_section_name_experience": "Erhvervserfaring",
|
|
6
6
|
"text_cv_section_name_education": "Uddannelse",
|
|
7
7
|
"text_cv_section_name_projects": "Projekter",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"text_cv_section_name_languages": "Sprog",
|
|
18
18
|
"text_cv_section_name_references": "Referencer",
|
|
19
19
|
"text_cv_section_name_profiles": "Profiler",
|
|
20
|
-
"text_cv_section_name_details": "
|
|
21
|
-
"text_cv_property_location": "
|
|
20
|
+
"text_cv_section_name_details": "Oplysninger",
|
|
21
|
+
"text_cv_property_location": "Bopæl",
|
|
22
22
|
"text_cv_property_address": "Adresse",
|
|
23
23
|
"text_cv_property_phone": "Telefon",
|
|
24
24
|
"text_cv_property_email": "E-mail",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"text_cv_property_nationality": "Nationalitet",
|
|
28
28
|
"text_cv_property_website": "Hjemmeside",
|
|
29
29
|
"text_language_proficiency_1": "Begynder",
|
|
30
|
-
"text_language_proficiency_2": "
|
|
30
|
+
"text_language_proficiency_2": "Grundlæggende",
|
|
31
31
|
"text_language_proficiency_3": "Mellemniveau",
|
|
32
32
|
"text_language_proficiency_4": "Avanceret",
|
|
33
33
|
"text_language_proficiency_5": "Flydende",
|
|
@@ -44,9 +44,52 @@
|
|
|
44
44
|
"text_cv_section_name_driver_licenses": "Kørekort",
|
|
45
45
|
"text_cv_section_name_driver_declaration": "Erklæring",
|
|
46
46
|
"text_cv_section_name_declaration": "Erklæring",
|
|
47
|
-
"text_references_available_upon_request": "
|
|
47
|
+
"text_references_available_upon_request": "Referencer oplyses efter anmodning",
|
|
48
48
|
"text_brand_watermark": "Drevet af {brand}",
|
|
49
49
|
"text_to_recipient_in_cover_letter": "Til",
|
|
50
|
-
"text_present_in_resume_date": "
|
|
51
|
-
"text_send_from_in_cover_letter": "Fra"
|
|
50
|
+
"text_present_in_resume_date": "Nu",
|
|
51
|
+
"text_send_from_in_cover_letter": "Fra",
|
|
52
|
+
"text_cv_property_linkedin": "LinkedIn",
|
|
53
|
+
"text_cv_viewer_download_pdf": "Hent PDF",
|
|
54
|
+
"text_cv_viewer_pdf": "PDF",
|
|
55
|
+
"text_cv_viewer_contact": "Kontakt",
|
|
56
|
+
"text_cv_viewer_owners_cv": "{name}s CV",
|
|
57
|
+
"text_cv_viewer_view_cv": "Vis CV",
|
|
58
|
+
"text_cv_viewer_professional_cv": "Professionelt CV",
|
|
59
|
+
"text_cv_viewer_unable_to_load": "Kunne ikke indlæse CV",
|
|
60
|
+
"text_cv_viewer_try_again": "Prøv igen",
|
|
61
|
+
"text_cv_viewer_tap_to_zoom": "Tryk for at zoome",
|
|
62
|
+
"text_cv_viewer_made_with": "Lavet med",
|
|
63
|
+
"text_cv_viewer_build_free": "Opret dit professionelle CV gratis",
|
|
64
|
+
"text_error_link_expired": "Dette link er udløbet",
|
|
65
|
+
"text_error_expired_message": "CV-ejerens delingslink er ikke længere aktivt",
|
|
66
|
+
"text_error_cv_unavailable": "CV'et er ikke længere tilgængeligt",
|
|
67
|
+
"text_error_cv_removed_message": "Dette CV er blevet fjernet af ejeren",
|
|
68
|
+
"text_error_not_found": "CV ikke fundet",
|
|
69
|
+
"text_error_not_found_message": "Dette link findes ikke eller kan være blevet fjernet",
|
|
70
|
+
"text_error_create_free_cv": "Opret dit gratis CV",
|
|
71
|
+
"text_password_protected": "Adgangskodebeskyttet",
|
|
72
|
+
"text_password_enter_to_view": "Indtast adgangskoden for at se dette CV",
|
|
73
|
+
"text_password_enter": "Indtast adgangskode",
|
|
74
|
+
"text_password_incorrect": "Forkert adgangskode. Prøv igen",
|
|
75
|
+
"text_password_something_wrong": "Noget gik galt. Prøv igen",
|
|
76
|
+
"text_password_verifying": "Kontrollerer",
|
|
77
|
+
"text_password_view_cv": "Vis CV",
|
|
78
|
+
"text_password_hide": "Skjul adgangskode",
|
|
79
|
+
"text_password_show": "Vis adgangskode",
|
|
80
|
+
"text_password_made_with": "Lavet med",
|
|
81
|
+
"text_lightbox_viewer": "CV-visning i fuld skærm",
|
|
82
|
+
"text_lightbox_close": "Luk fuldskærmsvisning",
|
|
83
|
+
"text_lightbox_zoom_out": "Zoom ud",
|
|
84
|
+
"text_lightbox_zoom_in": "Zoom ind",
|
|
85
|
+
"text_lightbox_pinch_zoom": "Knib · dobbelttryk for at zoome · × for at lukke",
|
|
86
|
+
"text_contact_get_in_touch": "Kontakt",
|
|
87
|
+
"text_contact_connect_with": "Kontakt {name}",
|
|
88
|
+
"text_contact_reach_out": "Kontakt via e-mail eller telefon nedenfor",
|
|
89
|
+
"text_contact_send_email": "Send e-mail",
|
|
90
|
+
"text_contact_call_now": "Ring nu",
|
|
91
|
+
"text_contact_copy_email": "Kopiér e-mail",
|
|
92
|
+
"text_contact_copy_phone": "Kopiér telefonnummer",
|
|
93
|
+
"text_contact_email_copied": "E-mail kopieret!",
|
|
94
|
+
"text_contact_phone_copied": "Telefonnummer kopieret!"
|
|
52
95
|
}
|
|
@@ -1,15 +1,15 @@
|
|
|
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": "Kurzprofil",
|
|
4
|
+
"text_cv_section_name_objective": "Berufsziel",
|
|
5
5
|
"text_cv_section_name_experience": "Berufserfahrung",
|
|
6
6
|
"text_cv_section_name_education": "Ausbildung",
|
|
7
7
|
"text_cv_section_name_projects": "Projekte",
|
|
8
|
-
"text_cv_section_name_skills": "
|
|
8
|
+
"text_cv_section_name_skills": "Kenntnisse",
|
|
9
9
|
"text_cv_section_name_certifications": "Zertifikate",
|
|
10
10
|
"text_cv_section_name_awards": "Auszeichnungen",
|
|
11
11
|
"text_cv_section_name_interests": "Interessen",
|
|
12
|
-
"text_cv_section_name_volunteering": "
|
|
12
|
+
"text_cv_section_name_volunteering": "Ehrenamt",
|
|
13
13
|
"text_cv_section_name_publications": "Publikationen",
|
|
14
14
|
"text_cv_section_name_achievements": "Erfolge",
|
|
15
15
|
"text_cv_section_name_qrcode": "QR-Code",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"text_cv_section_name_languages": "Sprachen",
|
|
18
18
|
"text_cv_section_name_references": "Referenzen",
|
|
19
19
|
"text_cv_section_name_profiles": "Profile",
|
|
20
|
-
"text_cv_section_name_details": "
|
|
20
|
+
"text_cv_section_name_details": "Weitere Angaben",
|
|
21
21
|
"text_cv_property_location": "Standort",
|
|
22
22
|
"text_cv_property_address": "Adresse",
|
|
23
23
|
"text_cv_property_phone": "Telefon",
|
|
@@ -25,18 +25,18 @@
|
|
|
25
25
|
"text_cv_property_date_of_birth": "Geburtsdatum",
|
|
26
26
|
"text_cv_property_place_of_birth": "Geburtsort",
|
|
27
27
|
"text_cv_property_nationality": "Staatsangehörigkeit",
|
|
28
|
-
"text_cv_property_website": "
|
|
28
|
+
"text_cv_property_website": "Website",
|
|
29
29
|
"text_language_proficiency_1": "Anfänger",
|
|
30
30
|
"text_language_proficiency_2": "Grundkenntnisse",
|
|
31
|
-
"text_language_proficiency_3": "
|
|
31
|
+
"text_language_proficiency_3": "Gute Kenntnisse",
|
|
32
32
|
"text_language_proficiency_4": "Fortgeschritten",
|
|
33
33
|
"text_language_proficiency_5": "Fließend",
|
|
34
34
|
"text_skill_level_1": "Grundkenntnisse",
|
|
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": "Persönliche
|
|
35
|
+
"text_skill_level_2": "Gute Kenntnisse",
|
|
36
|
+
"text_skill_level_3": "Sicher",
|
|
37
|
+
"text_skill_level_4": "Fortgeschritten",
|
|
38
|
+
"text_skill_level_5": "Expertenniveau",
|
|
39
|
+
"text_cv_section_name_personal_info": "Persönliche Daten",
|
|
40
40
|
"text_cv_section_name_links": "Links",
|
|
41
41
|
"text_cv_property_gender": "Geschlecht",
|
|
42
42
|
"text_cv_property_marital_status": "Familienstand",
|
|
@@ -44,9 +44,52 @@
|
|
|
44
44
|
"text_cv_section_name_driver_licenses": "Führerscheine",
|
|
45
45
|
"text_cv_section_name_driver_declaration": "Erklärung",
|
|
46
46
|
"text_cv_section_name_declaration": "Erklärung",
|
|
47
|
-
"text_references_available_upon_request": "
|
|
48
|
-
"text_brand_watermark": "
|
|
47
|
+
"text_references_available_upon_request": "Referenzen auf Anfrage",
|
|
48
|
+
"text_brand_watermark": "Erstellt mit {brand}",
|
|
49
49
|
"text_to_recipient_in_cover_letter": "An",
|
|
50
50
|
"text_present_in_resume_date": "Heute",
|
|
51
|
-
"text_send_from_in_cover_letter": "Von"
|
|
51
|
+
"text_send_from_in_cover_letter": "Von",
|
|
52
|
+
"text_cv_property_linkedin": "LinkedIn",
|
|
53
|
+
"text_cv_viewer_download_pdf": "PDF herunterladen",
|
|
54
|
+
"text_cv_viewer_pdf": "PDF",
|
|
55
|
+
"text_cv_viewer_contact": "Kontakt",
|
|
56
|
+
"text_cv_viewer_owners_cv": "Lebenslauf von {name}",
|
|
57
|
+
"text_cv_viewer_view_cv": "Lebenslauf ansehen",
|
|
58
|
+
"text_cv_viewer_professional_cv": "Professioneller Lebenslauf",
|
|
59
|
+
"text_cv_viewer_unable_to_load": "Lebenslauf konnte nicht geladen werden",
|
|
60
|
+
"text_cv_viewer_try_again": "Erneut versuchen",
|
|
61
|
+
"text_cv_viewer_tap_to_zoom": "Zum Zoomen tippen",
|
|
62
|
+
"text_cv_viewer_made_with": "Erstellt mit",
|
|
63
|
+
"text_cv_viewer_build_free": "Erstellen Sie kostenlos Ihren professionellen Lebenslauf",
|
|
64
|
+
"text_error_link_expired": "Dieser Link ist abgelaufen",
|
|
65
|
+
"text_error_expired_message": "Der Freigabelink zu diesem Lebenslauf ist nicht mehr aktiv",
|
|
66
|
+
"text_error_cv_unavailable": "Lebenslauf nicht mehr verfügbar",
|
|
67
|
+
"text_error_cv_removed_message": "Dieser Lebenslauf wurde von seinem Inhaber entfernt",
|
|
68
|
+
"text_error_not_found": "Lebenslauf nicht gefunden",
|
|
69
|
+
"text_error_not_found_message": "Dieser Link existiert nicht oder wurde möglicherweise entfernt",
|
|
70
|
+
"text_error_create_free_cv": "Kostenlosen Lebenslauf erstellen",
|
|
71
|
+
"text_password_protected": "Passwortgeschützt",
|
|
72
|
+
"text_password_enter_to_view": "Geben Sie das Passwort ein, um diesen Lebenslauf anzusehen",
|
|
73
|
+
"text_password_enter": "Passwort eingeben",
|
|
74
|
+
"text_password_incorrect": "Falsches Passwort. Bitte versuchen Sie es erneut",
|
|
75
|
+
"text_password_something_wrong": "Etwas ist schiefgelaufen. Bitte versuchen Sie es erneut",
|
|
76
|
+
"text_password_verifying": "Wird überprüft",
|
|
77
|
+
"text_password_view_cv": "Lebenslauf ansehen",
|
|
78
|
+
"text_password_hide": "Passwort ausblenden",
|
|
79
|
+
"text_password_show": "Passwort anzeigen",
|
|
80
|
+
"text_password_made_with": "Erstellt mit",
|
|
81
|
+
"text_lightbox_viewer": "Lebenslauf im Vollbildmodus",
|
|
82
|
+
"text_lightbox_close": "Vollbildansicht schließen",
|
|
83
|
+
"text_lightbox_zoom_out": "Verkleinern",
|
|
84
|
+
"text_lightbox_zoom_in": "Vergrößern",
|
|
85
|
+
"text_lightbox_pinch_zoom": "Zwei-Finger-Zoom · Doppeltippen zum Zoomen · × zum Schließen",
|
|
86
|
+
"text_contact_get_in_touch": "Kontakt aufnehmen",
|
|
87
|
+
"text_contact_connect_with": "Mit {name} in Kontakt treten",
|
|
88
|
+
"text_contact_reach_out": "Kontaktaufnahme per E-Mail oder Telefon",
|
|
89
|
+
"text_contact_send_email": "E-Mail senden",
|
|
90
|
+
"text_contact_call_now": "Jetzt anrufen",
|
|
91
|
+
"text_contact_copy_email": "E-Mail kopieren",
|
|
92
|
+
"text_contact_copy_phone": "Telefonnummer kopieren",
|
|
93
|
+
"text_contact_email_copied": "E-Mail kopiert!",
|
|
94
|
+
"text_contact_phone_copied": "Telefonnummer kopiert!"
|
|
52
95
|
}
|
|
@@ -1,52 +1,95 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://inlang.com/schema/inlang-message-format",
|
|
3
|
-
"text_cv_section_name_summary": "
|
|
4
|
-
"text_cv_section_name_objective": "
|
|
5
|
-
"text_cv_section_name_experience": "Επαγγελματική
|
|
3
|
+
"text_cv_section_name_summary": "Επαγγελματικό προφίλ",
|
|
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
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": "
|
|
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": "QR
|
|
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
19
|
"text_cv_section_name_profiles": "Προφίλ",
|
|
20
|
-
"text_cv_section_name_details": "
|
|
20
|
+
"text_cv_section_name_details": "Στοιχεία",
|
|
21
21
|
"text_cv_property_location": "Τοποθεσία",
|
|
22
22
|
"text_cv_property_address": "Διεύθυνση",
|
|
23
23
|
"text_cv_property_phone": "Τηλέφωνο",
|
|
24
|
-
"text_cv_property_email": "
|
|
25
|
-
"text_cv_property_date_of_birth": "Ημερομηνία
|
|
26
|
-
"text_cv_property_place_of_birth": "Τόπος
|
|
27
|
-
"text_cv_property_nationality": "
|
|
28
|
-
"text_cv_property_website": "
|
|
29
|
-
"text_language_proficiency_1": "
|
|
30
|
-
"text_language_proficiency_2": "Βασικό
|
|
31
|
-
"text_language_proficiency_3": "Μέτριο
|
|
32
|
-
"text_language_proficiency_4": "Προχωρημένο
|
|
33
|
-
"text_language_proficiency_5": "
|
|
34
|
-
"text_skill_level_1": "
|
|
35
|
-
"text_skill_level_2": "
|
|
36
|
-
"text_skill_level_3": "
|
|
37
|
-
"text_skill_level_4": "
|
|
38
|
-
"text_skill_level_5": "
|
|
39
|
-
"text_cv_section_name_personal_info": "
|
|
24
|
+
"text_cv_property_email": "Email",
|
|
25
|
+
"text_cv_property_date_of_birth": "Ημερομηνία γέννησης",
|
|
26
|
+
"text_cv_property_place_of_birth": "Τόπος γέννησης",
|
|
27
|
+
"text_cv_property_nationality": "Εθνικότητα",
|
|
28
|
+
"text_cv_property_website": "Ιστότοπος",
|
|
29
|
+
"text_language_proficiency_1": "Αρχάριο",
|
|
30
|
+
"text_language_proficiency_2": "Βασικό",
|
|
31
|
+
"text_language_proficiency_3": "Μέτριο",
|
|
32
|
+
"text_language_proficiency_4": "Προχωρημένο",
|
|
33
|
+
"text_language_proficiency_5": "Άπταιστο",
|
|
34
|
+
"text_skill_level_1": "Βασικό",
|
|
35
|
+
"text_skill_level_2": "Μέτριο",
|
|
36
|
+
"text_skill_level_3": "Πολύ καλό",
|
|
37
|
+
"text_skill_level_4": "Προχωρημένο",
|
|
38
|
+
"text_skill_level_5": "Άριστο",
|
|
39
|
+
"text_cv_section_name_personal_info": "Προσωπικά στοιχεία",
|
|
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
|
-
"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": "
|
|
48
|
-
"text_brand_watermark": "
|
|
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": "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": "Επικοινωνήστε μέσω email ή τηλεφώνου παρακάτω",
|
|
89
|
+
"text_contact_send_email": "Αποστολή email",
|
|
90
|
+
"text_contact_call_now": "Κλήση τώρα",
|
|
91
|
+
"text_contact_copy_email": "Αντιγραφή email",
|
|
92
|
+
"text_contact_copy_phone": "Αντιγραφή τηλεφώνου",
|
|
93
|
+
"text_contact_email_copied": "Το email αντιγράφηκε!",
|
|
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": "Professional Summary",
|
|
4
|
+
"text_cv_section_name_objective": "Career Objective",
|
|
5
|
+
"text_cv_section_name_experience": "Work Experience",
|
|
6
|
+
"text_cv_section_name_education": "Education",
|
|
7
|
+
"text_cv_section_name_projects": "Projects",
|
|
8
|
+
"text_cv_section_name_skills": "Skills",
|
|
9
|
+
"text_cv_section_name_certifications": "Certifications",
|
|
10
|
+
"text_cv_section_name_awards": "Awards",
|
|
11
|
+
"text_cv_section_name_interests": "Interests",
|
|
12
|
+
"text_cv_section_name_volunteering": "Volunteering",
|
|
13
|
+
"text_cv_section_name_publications": "Publications",
|
|
14
|
+
"text_cv_section_name_achievements": "Achievements",
|
|
15
|
+
"text_cv_section_name_qrcode": "QR Code",
|
|
16
|
+
"text_cv_section_name_activities": "Activities",
|
|
17
|
+
"text_cv_section_name_languages": "Languages",
|
|
18
|
+
"text_cv_section_name_references": "References",
|
|
19
|
+
"text_cv_section_name_profiles": "Online Profiles",
|
|
20
|
+
"text_cv_section_name_details": "Additional Details",
|
|
21
|
+
"text_cv_section_name_personal_info": "Personal Details",
|
|
22
|
+
"text_cv_section_name_links": "Links",
|
|
23
|
+
"text_cv_section_name_licenses": "Licences",
|
|
24
|
+
"text_cv_section_name_driver_licenses": "Driving Licence",
|
|
25
|
+
"text_cv_section_name_declaration": "Declaration",
|
|
26
|
+
"text_cv_property_location": "Location",
|
|
27
|
+
"text_cv_property_address": "Address",
|
|
28
|
+
"text_cv_property_phone": "Phone",
|
|
29
|
+
"text_cv_property_email": "Email",
|
|
30
|
+
"text_cv_property_date_of_birth": "Date of Birth",
|
|
31
|
+
"text_cv_property_place_of_birth": "Place of Birth",
|
|
32
|
+
"text_cv_property_nationality": "Nationality",
|
|
33
|
+
"text_cv_property_website": "Website",
|
|
34
|
+
"text_cv_property_linkedin": "LinkedIn",
|
|
35
|
+
"text_cv_property_gender": "Gender",
|
|
36
|
+
"text_cv_property_marital_status": "Marital Status",
|
|
37
|
+
"text_language_proficiency_1": "Beginner",
|
|
38
|
+
"text_language_proficiency_2": "Elementary",
|
|
39
|
+
"text_language_proficiency_3": "Intermediate",
|
|
40
|
+
"text_language_proficiency_4": "Advanced",
|
|
41
|
+
"text_language_proficiency_5": "Fluent",
|
|
42
|
+
"text_skill_level_1": "Basic",
|
|
43
|
+
"text_skill_level_2": "Intermediate",
|
|
44
|
+
"text_skill_level_3": "Proficient",
|
|
45
|
+
"text_skill_level_4": "Advanced",
|
|
46
|
+
"text_skill_level_5": "Expert",
|
|
47
|
+
"text_references_available_upon_request": "References available upon request",
|
|
48
|
+
"text_brand_watermark": "Powered by {brand}",
|
|
49
|
+
"text_to_recipient_in_cover_letter": "To",
|
|
50
|
+
"text_present_in_resume_date": "Present",
|
|
51
|
+
"text_send_from_in_cover_letter": "From",
|
|
52
|
+
"text_cv_viewer_download_pdf": "Download PDF",
|
|
53
|
+
"text_cv_viewer_pdf": "PDF",
|
|
54
|
+
"text_cv_viewer_contact": "Contact",
|
|
55
|
+
"text_cv_viewer_owners_cv": "{name}'s CV",
|
|
56
|
+
"text_cv_viewer_view_cv": "View CV",
|
|
57
|
+
"text_cv_viewer_professional_cv": "Professional CV",
|
|
58
|
+
"text_cv_viewer_unable_to_load": "Unable to load CV",
|
|
59
|
+
"text_cv_viewer_try_again": "Try again",
|
|
60
|
+
"text_cv_viewer_tap_to_zoom": "Tap to zoom",
|
|
61
|
+
"text_cv_viewer_made_with": "Made with",
|
|
62
|
+
"text_cv_viewer_build_free": "Build your professional CV for free",
|
|
63
|
+
"text_error_link_expired": "This link has expired",
|
|
64
|
+
"text_error_expired_message": "The CV owner's shareable link is no longer active",
|
|
65
|
+
"text_error_cv_unavailable": "CV no longer available",
|
|
66
|
+
"text_error_cv_removed_message": "This CV has been removed by its owner",
|
|
67
|
+
"text_error_not_found": "CV not found",
|
|
68
|
+
"text_error_not_found_message": "This link does not exist or may have been removed",
|
|
69
|
+
"text_error_create_free_cv": "Create your free CV",
|
|
70
|
+
"text_password_protected": "Password protected",
|
|
71
|
+
"text_password_enter_to_view": "Enter the password to view this CV",
|
|
72
|
+
"text_password_enter": "Enter password",
|
|
73
|
+
"text_password_incorrect": "Incorrect password. Please try again",
|
|
74
|
+
"text_password_something_wrong": "Something went wrong. Please try again",
|
|
75
|
+
"text_password_verifying": "Verifying",
|
|
76
|
+
"text_password_view_cv": "View CV",
|
|
77
|
+
"text_password_hide": "Hide password",
|
|
78
|
+
"text_password_show": "Show password",
|
|
79
|
+
"text_password_made_with": "Made with",
|
|
80
|
+
"text_lightbox_viewer": "CV full-screen viewer",
|
|
81
|
+
"text_lightbox_close": "Close full-screen viewer",
|
|
82
|
+
"text_lightbox_zoom_out": "Zoom out",
|
|
83
|
+
"text_lightbox_zoom_in": "Zoom in",
|
|
84
|
+
"text_lightbox_pinch_zoom": "Pinch · double-tap to zoom · × to close",
|
|
85
|
+
"text_contact_get_in_touch": "Get in touch",
|
|
86
|
+
"text_contact_connect_with": "Connect with {name}",
|
|
87
|
+
"text_contact_reach_out": "Reach out by email or phone below",
|
|
88
|
+
"text_contact_send_email": "Send email",
|
|
89
|
+
"text_contact_call_now": "Call now",
|
|
90
|
+
"text_contact_copy_email": "Copy email",
|
|
91
|
+
"text_contact_copy_phone": "Copy phone",
|
|
92
|
+
"text_contact_email_copied": "Email copied!",
|
|
93
|
+
"text_contact_phone_copied": "Phone copied!"
|
|
94
|
+
}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://inlang.com/schema/inlang-message-format",
|
|
3
|
+
"text_cv_section_name_summary": "Professional Summary",
|
|
4
|
+
"text_cv_section_name_objective": "Career Objective",
|
|
5
|
+
"text_cv_section_name_experience": "Work Experience",
|
|
6
|
+
"text_cv_section_name_education": "Education",
|
|
7
|
+
"text_cv_section_name_projects": "Projects",
|
|
8
|
+
"text_cv_section_name_skills": "Skills",
|
|
9
|
+
"text_cv_section_name_certifications": "Certifications",
|
|
10
|
+
"text_cv_section_name_awards": "Awards",
|
|
11
|
+
"text_cv_section_name_interests": "Interests",
|
|
12
|
+
"text_cv_section_name_volunteering": "Volunteering",
|
|
13
|
+
"text_cv_section_name_publications": "Publications",
|
|
14
|
+
"text_cv_section_name_achievements": "Achievements",
|
|
15
|
+
"text_cv_section_name_qrcode": "QR Code",
|
|
16
|
+
"text_cv_section_name_activities": "Activities",
|
|
17
|
+
"text_cv_section_name_languages": "Languages",
|
|
18
|
+
"text_cv_section_name_references": "References",
|
|
19
|
+
"text_cv_section_name_profiles": "Profiles",
|
|
20
|
+
"text_cv_section_name_details": "Details",
|
|
21
|
+
"text_cv_section_name_personal_info": "Personal Details",
|
|
22
|
+
"text_cv_section_name_links": "Links",
|
|
23
|
+
"text_cv_section_name_licenses": "Licences",
|
|
24
|
+
"text_cv_section_name_driver_licenses": "Driver's Licence",
|
|
25
|
+
"text_cv_section_name_declaration": "Declaration",
|
|
26
|
+
"text_cv_property_location": "Location",
|
|
27
|
+
"text_cv_property_address": "Address",
|
|
28
|
+
"text_cv_property_phone": "Phone",
|
|
29
|
+
"text_cv_property_email": "Email",
|
|
30
|
+
"text_cv_property_date_of_birth": "Date of Birth",
|
|
31
|
+
"text_cv_property_place_of_birth": "Place of Birth",
|
|
32
|
+
"text_cv_property_nationality": "Nationality",
|
|
33
|
+
"text_cv_property_website": "Website",
|
|
34
|
+
"text_cv_property_linkedin": "LinkedIn",
|
|
35
|
+
"text_cv_property_gender": "Gender",
|
|
36
|
+
"text_cv_property_marital_status": "Marital Status",
|
|
37
|
+
"text_language_proficiency_1": "Beginner",
|
|
38
|
+
"text_language_proficiency_2": "Elementary",
|
|
39
|
+
"text_language_proficiency_3": "Intermediate",
|
|
40
|
+
"text_language_proficiency_4": "Advanced",
|
|
41
|
+
"text_language_proficiency_5": "Fluent",
|
|
42
|
+
"text_skill_level_1": "Basic",
|
|
43
|
+
"text_skill_level_2": "Intermediate",
|
|
44
|
+
"text_skill_level_3": "Proficient",
|
|
45
|
+
"text_skill_level_4": "Advanced",
|
|
46
|
+
"text_skill_level_5": "Expert",
|
|
47
|
+
"text_references_available_upon_request": "References available on request",
|
|
48
|
+
"text_brand_watermark": "Powered by {brand}",
|
|
49
|
+
"text_to_recipient_in_cover_letter": "To",
|
|
50
|
+
"text_present_in_resume_date": "Present",
|
|
51
|
+
"text_send_from_in_cover_letter": "From",
|
|
52
|
+
"text_cv_viewer_download_pdf": "Download PDF",
|
|
53
|
+
"text_cv_viewer_pdf": "PDF",
|
|
54
|
+
"text_cv_viewer_contact": "Contact",
|
|
55
|
+
"text_cv_viewer_owners_cv": "{name}'s CV",
|
|
56
|
+
"text_cv_viewer_view_cv": "View CV",
|
|
57
|
+
"text_cv_viewer_professional_cv": "Professional CV",
|
|
58
|
+
"text_cv_viewer_unable_to_load": "Unable to load CV",
|
|
59
|
+
"text_cv_viewer_try_again": "Try again",
|
|
60
|
+
"text_cv_viewer_tap_to_zoom": "Tap to zoom",
|
|
61
|
+
"text_cv_viewer_made_with": "Made with",
|
|
62
|
+
"text_cv_viewer_build_free": "Build your professional CV for free",
|
|
63
|
+
"text_error_link_expired": "This link has expired",
|
|
64
|
+
"text_error_expired_message": "The CV owner's shareable link is no longer active",
|
|
65
|
+
"text_error_cv_unavailable": "CV no longer available",
|
|
66
|
+
"text_error_cv_removed_message": "This CV has been removed by its owner",
|
|
67
|
+
"text_error_not_found": "CV not found",
|
|
68
|
+
"text_error_not_found_message": "This link doesn't exist or may have been removed",
|
|
69
|
+
"text_error_create_free_cv": "Create your free CV",
|
|
70
|
+
"text_password_protected": "Password protected",
|
|
71
|
+
"text_password_enter_to_view": "Enter the password to view this CV",
|
|
72
|
+
"text_password_enter": "Enter password",
|
|
73
|
+
"text_password_incorrect": "Incorrect password. Please try again",
|
|
74
|
+
"text_password_something_wrong": "Something went wrong. Please try again",
|
|
75
|
+
"text_password_verifying": "Verifying",
|
|
76
|
+
"text_password_view_cv": "View CV",
|
|
77
|
+
"text_password_hide": "Hide password",
|
|
78
|
+
"text_password_show": "Show password",
|
|
79
|
+
"text_password_made_with": "Made with",
|
|
80
|
+
"text_lightbox_viewer": "CV fullscreen viewer",
|
|
81
|
+
"text_lightbox_close": "Close fullscreen viewer",
|
|
82
|
+
"text_lightbox_zoom_out": "Zoom out",
|
|
83
|
+
"text_lightbox_zoom_in": "Zoom in",
|
|
84
|
+
"text_lightbox_pinch_zoom": "Pinch · double-tap to zoom · × to close",
|
|
85
|
+
"text_contact_get_in_touch": "Get in touch",
|
|
86
|
+
"text_contact_connect_with": "Connect with {name}",
|
|
87
|
+
"text_contact_reach_out": "Reach out via email or phone below",
|
|
88
|
+
"text_contact_send_email": "Send email",
|
|
89
|
+
"text_contact_call_now": "Call now",
|
|
90
|
+
"text_contact_copy_email": "Copy email",
|
|
91
|
+
"text_contact_copy_phone": "Copy phone",
|
|
92
|
+
"text_contact_email_copied": "Email copied!",
|
|
93
|
+
"text_contact_phone_copied": "Phone copied!"
|
|
94
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://inlang.com/schema/inlang-message-format",
|
|
3
|
-
"text_cv_section_name_summary": "Summary",
|
|
4
|
-
"text_cv_section_name_objective": "Objective",
|
|
5
|
-
"text_cv_section_name_experience": "Experience",
|
|
3
|
+
"text_cv_section_name_summary": "Professional Summary",
|
|
4
|
+
"text_cv_section_name_objective": "Career Objective",
|
|
5
|
+
"text_cv_section_name_experience": "Work Experience",
|
|
6
6
|
"text_cv_section_name_education": "Education",
|
|
7
7
|
"text_cv_section_name_projects": "Projects",
|
|
8
8
|
"text_cv_section_name_skills": "Skills",
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
"text_cv_section_name_activities": "Activities",
|
|
17
17
|
"text_cv_section_name_languages": "Languages",
|
|
18
18
|
"text_cv_section_name_references": "References",
|
|
19
|
-
"text_cv_section_name_profiles": "Profiles",
|
|
20
|
-
"text_cv_section_name_details": "Details",
|
|
21
|
-
"text_cv_section_name_personal_info": "Personal
|
|
19
|
+
"text_cv_section_name_profiles": "Online Profiles",
|
|
20
|
+
"text_cv_section_name_details": "Additional Details",
|
|
21
|
+
"text_cv_section_name_personal_info": "Personal Details",
|
|
22
22
|
"text_cv_section_name_links": "Links",
|
|
23
23
|
"text_cv_section_name_licenses": "Licences",
|
|
24
|
-
"text_cv_section_name_driver_licenses": "Driver
|
|
24
|
+
"text_cv_section_name_driver_licenses": "Driver's Licences",
|
|
25
25
|
"text_cv_section_name_declaration": "Declaration",
|
|
26
26
|
"text_cv_property_location": "Location",
|
|
27
27
|
"text_cv_property_address": "Address",
|
|
@@ -47,5 +47,48 @@
|
|
|
47
47
|
"text_brand_watermark": "Powered by {brand}",
|
|
48
48
|
"text_to_recipient_in_cover_letter": "To",
|
|
49
49
|
"text_present_in_resume_date": "Present",
|
|
50
|
-
"text_send_from_in_cover_letter": "From"
|
|
50
|
+
"text_send_from_in_cover_letter": "From",
|
|
51
|
+
"text_cv_property_linkedin": "LinkedIn",
|
|
52
|
+
"text_cv_viewer_download_pdf": "Download PDF",
|
|
53
|
+
"text_cv_viewer_pdf": "PDF",
|
|
54
|
+
"text_cv_viewer_contact": "Contact",
|
|
55
|
+
"text_cv_viewer_owners_cv": "{name}'s resume",
|
|
56
|
+
"text_cv_viewer_view_cv": "View resume",
|
|
57
|
+
"text_cv_viewer_professional_cv": "Professional resume",
|
|
58
|
+
"text_cv_viewer_unable_to_load": "Unable to load resume",
|
|
59
|
+
"text_cv_viewer_try_again": "Try again",
|
|
60
|
+
"text_cv_viewer_tap_to_zoom": "Tap to zoom",
|
|
61
|
+
"text_cv_viewer_made_with": "Made with",
|
|
62
|
+
"text_cv_viewer_build_free": "Build your professional resume for free",
|
|
63
|
+
"text_error_link_expired": "This link has expired",
|
|
64
|
+
"text_error_expired_message": "The resume owner's shareable link is no longer active",
|
|
65
|
+
"text_error_cv_unavailable": "Resume no longer available",
|
|
66
|
+
"text_error_cv_removed_message": "This resume has been removed by its owner",
|
|
67
|
+
"text_error_not_found": "Resume not found",
|
|
68
|
+
"text_error_not_found_message": "This link doesn't exist or may have been removed",
|
|
69
|
+
"text_error_create_free_cv": "Create your free resume",
|
|
70
|
+
"text_password_protected": "Password protected",
|
|
71
|
+
"text_password_enter_to_view": "Enter the password to view this resume",
|
|
72
|
+
"text_password_enter": "Enter password",
|
|
73
|
+
"text_password_incorrect": "Incorrect password. Please try again",
|
|
74
|
+
"text_password_something_wrong": "Something went wrong. Please try again",
|
|
75
|
+
"text_password_verifying": "Verifying",
|
|
76
|
+
"text_password_view_cv": "View resume",
|
|
77
|
+
"text_password_hide": "Hide password",
|
|
78
|
+
"text_password_show": "Show password",
|
|
79
|
+
"text_password_made_with": "Made with",
|
|
80
|
+
"text_lightbox_viewer": "Full-screen resume viewer",
|
|
81
|
+
"text_lightbox_close": "Close full-screen viewer",
|
|
82
|
+
"text_lightbox_zoom_out": "Zoom out",
|
|
83
|
+
"text_lightbox_zoom_in": "Zoom in",
|
|
84
|
+
"text_lightbox_pinch_zoom": "Pinch · double-tap to zoom · × to close",
|
|
85
|
+
"text_contact_get_in_touch": "Get in Touch",
|
|
86
|
+
"text_contact_connect_with": "Connect with {name}",
|
|
87
|
+
"text_contact_reach_out": "Reach out by email or phone below",
|
|
88
|
+
"text_contact_send_email": "Send Email",
|
|
89
|
+
"text_contact_call_now": "Call Now",
|
|
90
|
+
"text_contact_copy_email": "Copy Email",
|
|
91
|
+
"text_contact_copy_phone": "Copy Phone",
|
|
92
|
+
"text_contact_email_copied": "Email copied!",
|
|
93
|
+
"text_contact_phone_copied": "Phone copied!"
|
|
51
94
|
}
|