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
3
|
"text_cv_section_name_summary": "Povzetek",
|
|
4
|
-
"text_cv_section_name_objective": "
|
|
4
|
+
"text_cv_section_name_objective": "Karierni cilj",
|
|
5
5
|
"text_cv_section_name_experience": "Delovne izkušnje",
|
|
6
6
|
"text_cv_section_name_education": "Izobrazba",
|
|
7
7
|
"text_cv_section_name_projects": "Projekti",
|
|
@@ -9,27 +9,27 @@
|
|
|
9
9
|
"text_cv_section_name_certifications": "Certifikati",
|
|
10
10
|
"text_cv_section_name_awards": "Nagrade",
|
|
11
11
|
"text_cv_section_name_interests": "Interesi",
|
|
12
|
-
"text_cv_section_name_volunteering": "
|
|
13
|
-
"text_cv_section_name_publications": "
|
|
12
|
+
"text_cv_section_name_volunteering": "Prostovoljstvo",
|
|
13
|
+
"text_cv_section_name_publications": "Publikacije",
|
|
14
14
|
"text_cv_section_name_achievements": "Dosežki",
|
|
15
15
|
"text_cv_section_name_qrcode": "QR koda",
|
|
16
16
|
"text_cv_section_name_activities": "Dejavnosti",
|
|
17
17
|
"text_cv_section_name_languages": "Jeziki",
|
|
18
|
-
"text_cv_section_name_references": "
|
|
18
|
+
"text_cv_section_name_references": "Reference",
|
|
19
19
|
"text_cv_section_name_profiles": "Profili",
|
|
20
20
|
"text_cv_section_name_details": "Podrobnosti",
|
|
21
21
|
"text_cv_property_location": "Lokacija",
|
|
22
22
|
"text_cv_property_address": "Naslov",
|
|
23
23
|
"text_cv_property_phone": "Telefon",
|
|
24
|
-
"text_cv_property_email": "E-
|
|
24
|
+
"text_cv_property_email": "E-pošta",
|
|
25
25
|
"text_cv_property_date_of_birth": "Datum rojstva",
|
|
26
26
|
"text_cv_property_place_of_birth": "Kraj rojstva",
|
|
27
27
|
"text_cv_property_nationality": "Državljanstvo",
|
|
28
28
|
"text_cv_property_website": "Spletna stran",
|
|
29
|
-
"text_language_proficiency_1": "
|
|
30
|
-
"text_language_proficiency_2": "Osnovno
|
|
31
|
-
"text_language_proficiency_3": "Srednje
|
|
32
|
-
"text_language_proficiency_4": "Napredno
|
|
29
|
+
"text_language_proficiency_1": "Začetno",
|
|
30
|
+
"text_language_proficiency_2": "Osnovno",
|
|
31
|
+
"text_language_proficiency_3": "Srednje",
|
|
32
|
+
"text_language_proficiency_4": "Napredno",
|
|
33
33
|
"text_language_proficiency_5": "Tekoče",
|
|
34
34
|
"text_skill_level_1": "Osnovno",
|
|
35
35
|
"text_skill_level_2": "Srednje",
|
|
@@ -40,13 +40,56 @@
|
|
|
40
40
|
"text_cv_section_name_links": "Povezave",
|
|
41
41
|
"text_cv_property_gender": "Spol",
|
|
42
42
|
"text_cv_property_marital_status": "Zakonski stan",
|
|
43
|
-
"text_cv_section_name_licenses": "
|
|
43
|
+
"text_cv_section_name_licenses": "Licence",
|
|
44
44
|
"text_cv_section_name_driver_licenses": "Vozniška dovoljenja",
|
|
45
45
|
"text_cv_section_name_driver_declaration": "Izjava",
|
|
46
46
|
"text_cv_section_name_declaration": "Izjava",
|
|
47
|
-
"text_references_available_upon_request": "
|
|
48
|
-
"text_brand_watermark": "
|
|
47
|
+
"text_references_available_upon_request": "Reference so na voljo na zahtevo",
|
|
48
|
+
"text_brand_watermark": "Ustvarjeno z {brand}",
|
|
49
49
|
"text_to_recipient_in_cover_letter": "Za",
|
|
50
|
-
"text_present_in_resume_date": "
|
|
51
|
-
"text_send_from_in_cover_letter": "Od"
|
|
50
|
+
"text_present_in_resume_date": "Danes",
|
|
51
|
+
"text_send_from_in_cover_letter": "Od",
|
|
52
|
+
"text_cv_property_linkedin": "LinkedIn",
|
|
53
|
+
"text_cv_viewer_download_pdf": "Prenesi PDF",
|
|
54
|
+
"text_cv_viewer_pdf": "PDF",
|
|
55
|
+
"text_cv_viewer_contact": "Kontakt",
|
|
56
|
+
"text_cv_viewer_owners_cv": "CV osebe {name}",
|
|
57
|
+
"text_cv_viewer_view_cv": "Ogled CV-ja",
|
|
58
|
+
"text_cv_viewer_professional_cv": "Profesionalni CV",
|
|
59
|
+
"text_cv_viewer_unable_to_load": "CV-ja ni mogoče naložiti",
|
|
60
|
+
"text_cv_viewer_try_again": "Poskusi znova",
|
|
61
|
+
"text_cv_viewer_tap_to_zoom": "Tapnite za povečavo",
|
|
62
|
+
"text_cv_viewer_made_with": "Ustvarjeno z",
|
|
63
|
+
"text_cv_viewer_build_free": "Brezplačno ustvarite profesionalni CV",
|
|
64
|
+
"text_error_link_expired": "Ta povezava je potekla",
|
|
65
|
+
"text_error_expired_message": "Povezava za deljenje lastnika CV-ja ni več aktivna",
|
|
66
|
+
"text_error_cv_unavailable": "CV ni več na voljo",
|
|
67
|
+
"text_error_cv_removed_message": "Ta CV je odstranil njegov lastnik",
|
|
68
|
+
"text_error_not_found": "CV ni najden",
|
|
69
|
+
"text_error_not_found_message": "Ta povezava ne obstaja ali je bila odstranjena",
|
|
70
|
+
"text_error_create_free_cv": "Ustvarite brezplačen CV",
|
|
71
|
+
"text_password_protected": "Zaščiteno z geslom",
|
|
72
|
+
"text_password_enter_to_view": "Vnesite geslo za ogled tega CV-ja",
|
|
73
|
+
"text_password_enter": "Vnesite geslo",
|
|
74
|
+
"text_password_incorrect": "Napačno geslo. Poskusite znova",
|
|
75
|
+
"text_password_something_wrong": "Prišlo je do napake. Poskusite znova",
|
|
76
|
+
"text_password_verifying": "Preverjanje",
|
|
77
|
+
"text_password_view_cv": "Ogled CV-ja",
|
|
78
|
+
"text_password_hide": "Skrij geslo",
|
|
79
|
+
"text_password_show": "Prikaži geslo",
|
|
80
|
+
"text_password_made_with": "Ustvarjeno z",
|
|
81
|
+
"text_lightbox_viewer": "Celozaslonski pregledovalnik CV-ja",
|
|
82
|
+
"text_lightbox_close": "Zapri celozaslonski pregledovalnik",
|
|
83
|
+
"text_lightbox_zoom_out": "Pomanjšaj",
|
|
84
|
+
"text_lightbox_zoom_in": "Povečaj",
|
|
85
|
+
"text_lightbox_pinch_zoom": "Razmaknite prsta · dvotapnite za povečavo · × za zapiranje",
|
|
86
|
+
"text_contact_get_in_touch": "Stopite v stik",
|
|
87
|
+
"text_contact_connect_with": "Vzpostavite stik z {name}",
|
|
88
|
+
"text_contact_reach_out": "Pišite ali pokličite na spodnje kontakte",
|
|
89
|
+
"text_contact_send_email": "Pošlji e-pošto",
|
|
90
|
+
"text_contact_call_now": "Pokliči zdaj",
|
|
91
|
+
"text_contact_copy_email": "Kopiraj e-poštni naslov",
|
|
92
|
+
"text_contact_copy_phone": "Kopiraj telefonsko številko",
|
|
93
|
+
"text_contact_email_copied": "E-poštni naslov kopiran!",
|
|
94
|
+
"text_contact_phone_copied": "Telefonska številka kopirana!"
|
|
52
95
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://inlang.com/schema/inlang-message-format",
|
|
3
|
-
"text_cv_section_name_summary": "Përmbledhje",
|
|
4
|
-
"text_cv_section_name_objective": "
|
|
5
|
-
"text_cv_section_name_experience": "Përvoja",
|
|
3
|
+
"text_cv_section_name_summary": "Përmbledhje profesionale",
|
|
4
|
+
"text_cv_section_name_objective": "Objektivi profesional",
|
|
5
|
+
"text_cv_section_name_experience": "Përvoja profesionale",
|
|
6
6
|
"text_cv_section_name_education": "Arsimi",
|
|
7
|
-
"text_cv_section_name_projects": "
|
|
7
|
+
"text_cv_section_name_projects": "Projekte",
|
|
8
8
|
"text_cv_section_name_skills": "Aftësi",
|
|
9
9
|
"text_cv_section_name_certifications": "Certifikime",
|
|
10
10
|
"text_cv_section_name_awards": "Çmime",
|
|
@@ -14,18 +14,18 @@
|
|
|
14
14
|
"text_cv_section_name_achievements": "Arritje",
|
|
15
15
|
"text_cv_section_name_qrcode": "Kodi QR",
|
|
16
16
|
"text_cv_section_name_activities": "Aktivitete",
|
|
17
|
-
"text_cv_section_name_languages": "
|
|
17
|
+
"text_cv_section_name_languages": "Gjuhë",
|
|
18
18
|
"text_cv_section_name_references": "Referenca",
|
|
19
19
|
"text_cv_section_name_profiles": "Profile",
|
|
20
|
-
"text_cv_section_name_details": "
|
|
21
|
-
"text_cv_property_location": "
|
|
20
|
+
"text_cv_section_name_details": "Të dhëna",
|
|
21
|
+
"text_cv_property_location": "Vendndodhja",
|
|
22
22
|
"text_cv_property_address": "Adresa",
|
|
23
|
-
"text_cv_property_phone": "
|
|
23
|
+
"text_cv_property_phone": "Telefoni",
|
|
24
24
|
"text_cv_property_email": "Email",
|
|
25
25
|
"text_cv_property_date_of_birth": "Data e lindjes",
|
|
26
26
|
"text_cv_property_place_of_birth": "Vendi i lindjes",
|
|
27
27
|
"text_cv_property_nationality": "Shtetësia",
|
|
28
|
-
"text_cv_property_website": "
|
|
28
|
+
"text_cv_property_website": "Faqe interneti",
|
|
29
29
|
"text_language_proficiency_1": "Fillestar",
|
|
30
30
|
"text_language_proficiency_2": "Elementar",
|
|
31
31
|
"text_language_proficiency_3": "Mesatar",
|
|
@@ -36,17 +36,60 @@
|
|
|
36
36
|
"text_skill_level_3": "I aftë",
|
|
37
37
|
"text_skill_level_4": "I avancuar",
|
|
38
38
|
"text_skill_level_5": "Ekspert",
|
|
39
|
-
"text_cv_section_name_personal_info": "Të
|
|
39
|
+
"text_cv_section_name_personal_info": "Të dhëna personale",
|
|
40
40
|
"text_cv_section_name_links": "Lidhje",
|
|
41
41
|
"text_cv_property_gender": "Gjinia",
|
|
42
|
-
"text_cv_property_marital_status": "
|
|
42
|
+
"text_cv_property_marital_status": "Gjendja civile",
|
|
43
43
|
"text_cv_section_name_licenses": "Licenca",
|
|
44
|
-
"text_cv_section_name_driver_licenses": "Leje
|
|
44
|
+
"text_cv_section_name_driver_licenses": "Leje drejtimi",
|
|
45
45
|
"text_cv_section_name_driver_declaration": "Deklaratë",
|
|
46
46
|
"text_cv_section_name_declaration": "Deklaratë",
|
|
47
|
-
"text_references_available_upon_request": "
|
|
47
|
+
"text_references_available_upon_request": "Referencat jepen sipas kërkesës",
|
|
48
48
|
"text_brand_watermark": "Mundësuar nga {brand}",
|
|
49
|
-
"text_to_recipient_in_cover_letter": "
|
|
50
|
-
"text_present_in_resume_date": "
|
|
51
|
-
"text_send_from_in_cover_letter": "Nga"
|
|
49
|
+
"text_to_recipient_in_cover_letter": "Drejtuar",
|
|
50
|
+
"text_present_in_resume_date": "Aktualisht",
|
|
51
|
+
"text_send_from_in_cover_letter": "Nga",
|
|
52
|
+
"text_cv_property_linkedin": "LinkedIn",
|
|
53
|
+
"text_cv_viewer_download_pdf": "Shkarko PDF-në",
|
|
54
|
+
"text_cv_viewer_pdf": "PDF",
|
|
55
|
+
"text_cv_viewer_contact": "Kontakt",
|
|
56
|
+
"text_cv_viewer_owners_cv": "CV-ja e {name}",
|
|
57
|
+
"text_cv_viewer_view_cv": "Shiko CV-në",
|
|
58
|
+
"text_cv_viewer_professional_cv": "CV profesional",
|
|
59
|
+
"text_cv_viewer_unable_to_load": "CV-ja nuk mund të ngarkohet",
|
|
60
|
+
"text_cv_viewer_try_again": "Provo përsëri",
|
|
61
|
+
"text_cv_viewer_tap_to_zoom": "Prek për të zmadhuar",
|
|
62
|
+
"text_cv_viewer_made_with": "Krijuar me",
|
|
63
|
+
"text_cv_viewer_build_free": "Krijoni CV-në tuaj profesionale falas",
|
|
64
|
+
"text_error_link_expired": "Kjo lidhje ka skaduar",
|
|
65
|
+
"text_error_expired_message": "Lidhja e ndashme e pronarit të CV-së nuk është më aktive",
|
|
66
|
+
"text_error_cv_unavailable": "CV-ja nuk është më e disponueshme",
|
|
67
|
+
"text_error_cv_removed_message": "Kjo CV është hequr nga pronari i saj",
|
|
68
|
+
"text_error_not_found": "CV-ja nuk u gjet",
|
|
69
|
+
"text_error_not_found_message": "Kjo lidhje nuk ekziston ose mund të jetë hequr",
|
|
70
|
+
"text_error_create_free_cv": "Krijoni CV-në tuaj falas",
|
|
71
|
+
"text_password_protected": "I mbrojtur me fjalëkalim",
|
|
72
|
+
"text_password_enter_to_view": "Vendosni fjalëkalimin për të parë këtë CV",
|
|
73
|
+
"text_password_enter": "Vendosni fjalëkalimin",
|
|
74
|
+
"text_password_incorrect": "Fjalëkalim i pasaktë. Ju lutemi provoni përsëri",
|
|
75
|
+
"text_password_something_wrong": "Diçka shkoi keq. Ju lutemi provoni përsëri",
|
|
76
|
+
"text_password_verifying": "Po verifikohet",
|
|
77
|
+
"text_password_view_cv": "Shiko CV-në",
|
|
78
|
+
"text_password_hide": "Fshih fjalëkalimin",
|
|
79
|
+
"text_password_show": "Shfaq fjalëkalimin",
|
|
80
|
+
"text_password_made_with": "Krijuar me",
|
|
81
|
+
"text_lightbox_viewer": "Shikues i CV-së në ekran të plotë",
|
|
82
|
+
"text_lightbox_close": "Mbyll shikuesin në ekran të plotë",
|
|
83
|
+
"text_lightbox_zoom_out": "Zvogëlo",
|
|
84
|
+
"text_lightbox_zoom_in": "Zmadho",
|
|
85
|
+
"text_lightbox_pinch_zoom": "Përdor dy gishta për zmadhim · prek dy herë për të zmadhuar · × për ta mbyllur",
|
|
86
|
+
"text_contact_get_in_touch": "Na kontaktoni",
|
|
87
|
+
"text_contact_connect_with": "Kontaktoni {name}",
|
|
88
|
+
"text_contact_reach_out": "Kontaktoni me email ose telefon më poshtë",
|
|
89
|
+
"text_contact_send_email": "Dërgo email",
|
|
90
|
+
"text_contact_call_now": "Telefono tani",
|
|
91
|
+
"text_contact_copy_email": "Kopjo emailin",
|
|
92
|
+
"text_contact_copy_phone": "Kopjo telefonin",
|
|
93
|
+
"text_contact_email_copied": "Emaili u kopjua!",
|
|
94
|
+
"text_contact_phone_copied": "Telefoni u kopjua!"
|
|
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": "
|
|
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
|
-
"text_cv_section_name_interests": "
|
|
12
|
-
"text_cv_section_name_volunteering": "
|
|
13
|
-
"text_cv_section_name_publications": "
|
|
14
|
-
"text_cv_section_name_achievements": "
|
|
15
|
-
"text_cv_section_name_qrcode": "QR
|
|
16
|
-
"text_cv_section_name_activities": "
|
|
17
|
-
"text_cv_section_name_languages": "
|
|
18
|
-
"text_cv_section_name_references": "
|
|
19
|
-
"text_cv_section_name_profiles": "
|
|
20
|
-
"text_cv_section_name_details": "
|
|
21
|
-
"text_cv_property_location": "
|
|
22
|
-
"text_cv_property_address": "
|
|
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": "
|
|
40
|
-
"text_cv_section_name_links": "
|
|
41
|
-
"text_cv_property_gender": "
|
|
42
|
-
"text_cv_property_marital_status": "
|
|
43
|
-
"text_cv_section_name_licenses": "
|
|
44
|
-
"text_cv_section_name_driver_licenses": "
|
|
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": "Награде и признања",
|
|
11
|
+
"text_cv_section_name_interests": "Интересовања",
|
|
12
|
+
"text_cv_section_name_volunteering": "Волонтерско искуство",
|
|
13
|
+
"text_cv_section_name_publications": "Публикације",
|
|
14
|
+
"text_cv_section_name_achievements": "Постигнућа",
|
|
15
|
+
"text_cv_section_name_qrcode": "QR код",
|
|
16
|
+
"text_cv_section_name_activities": "Активности",
|
|
17
|
+
"text_cv_section_name_languages": "Језици",
|
|
18
|
+
"text_cv_section_name_references": "Препоруке",
|
|
19
|
+
"text_cv_section_name_profiles": "Онлајн профили",
|
|
20
|
+
"text_cv_section_name_details": "Додатни подаци",
|
|
21
|
+
"text_cv_property_location": "Локација",
|
|
22
|
+
"text_cv_property_address": "Адреса",
|
|
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": "Лични подаци",
|
|
40
|
+
"text_cv_section_name_links": "Линкови",
|
|
41
|
+
"text_cv_property_gender": "Пол",
|
|
42
|
+
"text_cv_property_marital_status": "Брачни статус",
|
|
43
|
+
"text_cv_section_name_licenses": "Лиценце",
|
|
44
|
+
"text_cv_section_name_driver_licenses": "Возачке дозволе",
|
|
45
45
|
"text_cv_section_name_driver_declaration": "Izjava",
|
|
46
|
-
"text_cv_section_name_declaration": "
|
|
47
|
-
"text_references_available_upon_request": "
|
|
48
|
-
"text_brand_watermark": "
|
|
49
|
-
"text_to_recipient_in_cover_letter": "
|
|
50
|
-
"text_present_in_resume_date": "
|
|
51
|
-
"text_send_from_in_cover_letter": "
|
|
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": "Preuzmi PDF",
|
|
54
|
+
"text_cv_viewer_pdf": "PDF",
|
|
55
|
+
"text_cv_viewer_contact": "Kontakt",
|
|
56
|
+
"text_cv_viewer_owners_cv": "CV – {name}",
|
|
57
|
+
"text_cv_viewer_view_cv": "Prikaži CV",
|
|
58
|
+
"text_cv_viewer_professional_cv": "Profesionalni CV",
|
|
59
|
+
"text_cv_viewer_unable_to_load": "Nije moguće učitati CV",
|
|
60
|
+
"text_cv_viewer_try_again": "Pokušajte ponovo",
|
|
61
|
+
"text_cv_viewer_tap_to_zoom": "Dodirnite za uvećanje",
|
|
62
|
+
"text_cv_viewer_made_with": "Napravljeno pomoću",
|
|
63
|
+
"text_cv_viewer_build_free": "Napravite profesionalni CV besplatno",
|
|
64
|
+
"text_error_link_expired": "Ovaj link je istekao",
|
|
65
|
+
"text_error_expired_message": "Deljivi link vlasnika CV-ja više nije aktivan",
|
|
66
|
+
"text_error_cv_unavailable": "CV više nije dostupan",
|
|
67
|
+
"text_error_cv_removed_message": "Ovaj CV je uklonio njegov vlasnik",
|
|
68
|
+
"text_error_not_found": "CV nije pronađen",
|
|
69
|
+
"text_error_not_found_message": "Ovaj link ne postoji ili je možda uklonjen",
|
|
70
|
+
"text_error_create_free_cv": "Napravite svoj besplatan CV",
|
|
71
|
+
"text_password_protected": "Zaštićeno lozinkom",
|
|
72
|
+
"text_password_enter_to_view": "Unesite lozinku da biste videli ovaj CV",
|
|
73
|
+
"text_password_enter": "Unesite lozinku",
|
|
74
|
+
"text_password_incorrect": "Netačna lozinka. Pokušajte ponovo",
|
|
75
|
+
"text_password_something_wrong": "Došlo je do greške. Pokušajte ponovo",
|
|
76
|
+
"text_password_verifying": "Provera",
|
|
77
|
+
"text_password_view_cv": "Prikaži CV",
|
|
78
|
+
"text_password_hide": "Sakrij lozinku",
|
|
79
|
+
"text_password_show": "Prikaži lozinku",
|
|
80
|
+
"text_password_made_with": "Napravljeno pomoću",
|
|
81
|
+
"text_lightbox_viewer": "Prikaz CV-ja preko celog ekrana",
|
|
82
|
+
"text_lightbox_close": "Zatvori prikaz preko celog ekrana",
|
|
83
|
+
"text_lightbox_zoom_out": "Umanji",
|
|
84
|
+
"text_lightbox_zoom_in": "Uvećaj",
|
|
85
|
+
"text_lightbox_pinch_zoom": "Raširite prste · dodirnite dvaput za uvećanje · × za zatvaranje",
|
|
86
|
+
"text_contact_get_in_touch": "Stupite u kontakt",
|
|
87
|
+
"text_contact_connect_with": "Povežite se sa {name}",
|
|
88
|
+
"text_contact_reach_out": "Kontaktirajte putem e-maila ili telefona u nastavku",
|
|
89
|
+
"text_contact_send_email": "Pošalji e-mail",
|
|
90
|
+
"text_contact_call_now": "Pozovi odmah",
|
|
91
|
+
"text_contact_copy_email": "Kopiraj e-mail",
|
|
92
|
+
"text_contact_copy_phone": "Kopiraj telefon",
|
|
93
|
+
"text_contact_email_copied": "E-mail je kopiran!",
|
|
94
|
+
"text_contact_phone_copied": "Telefon je kopiran!"
|
|
52
95
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
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": "Profil",
|
|
4
|
+
"text_cv_section_name_objective": "Karriärmål",
|
|
5
|
+
"text_cv_section_name_experience": "Arbetslivserfarenhet",
|
|
6
6
|
"text_cv_section_name_education": "Utbildning",
|
|
7
7
|
"text_cv_section_name_projects": "Projekt",
|
|
8
|
-
"text_cv_section_name_skills": "
|
|
8
|
+
"text_cv_section_name_skills": "Kompetenser",
|
|
9
9
|
"text_cv_section_name_certifications": "Certifieringar",
|
|
10
10
|
"text_cv_section_name_awards": "Utmärkelser",
|
|
11
11
|
"text_cv_section_name_interests": "Intressen",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"text_cv_section_name_activities": "Aktiviteter",
|
|
17
17
|
"text_cv_section_name_languages": "Språk",
|
|
18
18
|
"text_cv_section_name_references": "Referenser",
|
|
19
|
-
"text_cv_section_name_profiles": "
|
|
20
|
-
"text_cv_section_name_details": "
|
|
19
|
+
"text_cv_section_name_profiles": "Onlineprofiler",
|
|
20
|
+
"text_cv_section_name_details": "Övriga uppgifter",
|
|
21
21
|
"text_cv_property_location": "Ort",
|
|
22
22
|
"text_cv_property_address": "Adress",
|
|
23
23
|
"text_cv_property_phone": "Telefon",
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"text_cv_property_website": "Webbplats",
|
|
29
29
|
"text_language_proficiency_1": "Nybörjare",
|
|
30
30
|
"text_language_proficiency_2": "Grundläggande",
|
|
31
|
-
"text_language_proficiency_3": "
|
|
31
|
+
"text_language_proficiency_3": "Medelgod",
|
|
32
32
|
"text_language_proficiency_4": "Avancerad",
|
|
33
33
|
"text_language_proficiency_5": "Flytande",
|
|
34
34
|
"text_skill_level_1": "Grundläggande",
|
|
35
|
-
"text_skill_level_2": "
|
|
35
|
+
"text_skill_level_2": "Medelgod",
|
|
36
36
|
"text_skill_level_3": "God",
|
|
37
37
|
"text_skill_level_4": "Avancerad",
|
|
38
38
|
"text_skill_level_5": "Expert",
|
|
@@ -43,10 +43,53 @@
|
|
|
43
43
|
"text_cv_section_name_licenses": "Licenser",
|
|
44
44
|
"text_cv_section_name_driver_licenses": "Körkort",
|
|
45
45
|
"text_cv_section_name_driver_declaration": "Intyg",
|
|
46
|
-
"text_cv_section_name_declaration": "
|
|
47
|
-
"text_references_available_upon_request": "
|
|
48
|
-
"text_brand_watermark": "
|
|
46
|
+
"text_cv_section_name_declaration": "Försäkran",
|
|
47
|
+
"text_references_available_upon_request": "Referenser lämnas på begäran",
|
|
48
|
+
"text_brand_watermark": "Skapad med {brand}",
|
|
49
49
|
"text_to_recipient_in_cover_letter": "Till",
|
|
50
|
-
"text_present_in_resume_date": "
|
|
51
|
-
"text_send_from_in_cover_letter": "Från"
|
|
50
|
+
"text_present_in_resume_date": "Pågående",
|
|
51
|
+
"text_send_from_in_cover_letter": "Från",
|
|
52
|
+
"text_cv_property_linkedin": "LinkedIn",
|
|
53
|
+
"text_cv_viewer_download_pdf": "Ladda ned 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": "Visa CV",
|
|
58
|
+
"text_cv_viewer_professional_cv": "Professionellt CV",
|
|
59
|
+
"text_cv_viewer_unable_to_load": "Det gick inte att ladda CV:t",
|
|
60
|
+
"text_cv_viewer_try_again": "Försök igen",
|
|
61
|
+
"text_cv_viewer_tap_to_zoom": "Tryck för att zooma",
|
|
62
|
+
"text_cv_viewer_made_with": "Skapad med",
|
|
63
|
+
"text_cv_viewer_build_free": "Skapa ditt professionella CV gratis",
|
|
64
|
+
"text_error_link_expired": "Den här länken har gått ut",
|
|
65
|
+
"text_error_expired_message": "CV-ägarens delningslänk är inte längre aktiv",
|
|
66
|
+
"text_error_cv_unavailable": "CV:t är inte längre tillgängligt",
|
|
67
|
+
"text_error_cv_removed_message": "Detta CV har tagits bort av ägaren",
|
|
68
|
+
"text_error_not_found": "CV:t hittades inte",
|
|
69
|
+
"text_error_not_found_message": "Den här länken finns inte eller kan ha tagits bort",
|
|
70
|
+
"text_error_create_free_cv": "Skapa ditt CV gratis",
|
|
71
|
+
"text_password_protected": "Lösenordsskyddad",
|
|
72
|
+
"text_password_enter_to_view": "Ange lösenordet för att visa detta CV",
|
|
73
|
+
"text_password_enter": "Ange lösenord",
|
|
74
|
+
"text_password_incorrect": "Felaktigt lösenord. Försök igen",
|
|
75
|
+
"text_password_something_wrong": "Något gick fel. Försök igen",
|
|
76
|
+
"text_password_verifying": "Verifierar",
|
|
77
|
+
"text_password_view_cv": "Visa CV",
|
|
78
|
+
"text_password_hide": "Dölj lösenord",
|
|
79
|
+
"text_password_show": "Visa lösenord",
|
|
80
|
+
"text_password_made_with": "Skapad med",
|
|
81
|
+
"text_lightbox_viewer": "CV-visare i helskärmsläge",
|
|
82
|
+
"text_lightbox_close": "Stäng helskärmsvisaren",
|
|
83
|
+
"text_lightbox_zoom_out": "Zooma ut",
|
|
84
|
+
"text_lightbox_zoom_in": "Zooma in",
|
|
85
|
+
"text_lightbox_pinch_zoom": "Nyp · dubbeltryck för att zooma · × för att stänga",
|
|
86
|
+
"text_contact_get_in_touch": "Ta kontakt",
|
|
87
|
+
"text_contact_connect_with": "Kontakta {name}",
|
|
88
|
+
"text_contact_reach_out": "Hör av dig via e-post eller telefon nedan",
|
|
89
|
+
"text_contact_send_email": "Skicka e-post",
|
|
90
|
+
"text_contact_call_now": "Ring nu",
|
|
91
|
+
"text_contact_copy_email": "Kopiera e-post",
|
|
92
|
+
"text_contact_copy_phone": "Kopiera telefonnummer",
|
|
93
|
+
"text_contact_email_copied": "E-postadressen har kopierats!",
|
|
94
|
+
"text_contact_phone_copied": "Telefonnumret har kopierats!"
|
|
52
95
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://inlang.com/schema/inlang-message-format",
|
|
3
3
|
"text_cv_section_name_summary": "Muhtasari",
|
|
4
|
-
"text_cv_section_name_objective": "Lengo",
|
|
5
|
-
"text_cv_section_name_experience": "Uzoefu",
|
|
4
|
+
"text_cv_section_name_objective": "Lengo la kazi",
|
|
5
|
+
"text_cv_section_name_experience": "Uzoefu wa kazi",
|
|
6
6
|
"text_cv_section_name_education": "Elimu",
|
|
7
7
|
"text_cv_section_name_projects": "Miradi",
|
|
8
8
|
"text_cv_section_name_skills": "Ujuzi",
|
|
@@ -15,38 +15,81 @@
|
|
|
15
15
|
"text_cv_section_name_qrcode": "Msimbo wa QR",
|
|
16
16
|
"text_cv_section_name_activities": "Shughuli",
|
|
17
17
|
"text_cv_section_name_languages": "Lugha",
|
|
18
|
-
"text_cv_section_name_references": "
|
|
19
|
-
"text_cv_section_name_profiles": "
|
|
18
|
+
"text_cv_section_name_references": "Wadhamini",
|
|
19
|
+
"text_cv_section_name_profiles": "Wasifu mtandaoni",
|
|
20
20
|
"text_cv_section_name_details": "Maelezo",
|
|
21
|
-
"text_cv_property_location": "
|
|
21
|
+
"text_cv_property_location": "Eneo",
|
|
22
22
|
"text_cv_property_address": "Anwani",
|
|
23
23
|
"text_cv_property_phone": "Simu",
|
|
24
|
-
"text_cv_property_email": "Barua
|
|
25
|
-
"text_cv_property_date_of_birth": "Tarehe ya
|
|
26
|
-
"text_cv_property_place_of_birth": "Mahali pa
|
|
24
|
+
"text_cv_property_email": "Barua pepe",
|
|
25
|
+
"text_cv_property_date_of_birth": "Tarehe ya kuzaliwa",
|
|
26
|
+
"text_cv_property_place_of_birth": "Mahali pa kuzaliwa",
|
|
27
27
|
"text_cv_property_nationality": "Uraia",
|
|
28
28
|
"text_cv_property_website": "Tovuti",
|
|
29
|
-
"text_language_proficiency_1": "
|
|
29
|
+
"text_language_proficiency_1": "Awali",
|
|
30
30
|
"text_language_proficiency_2": "Msingi",
|
|
31
31
|
"text_language_proficiency_3": "Kati",
|
|
32
32
|
"text_language_proficiency_4": "Juu",
|
|
33
|
-
"text_language_proficiency_5": "
|
|
33
|
+
"text_language_proficiency_5": "Fasaha",
|
|
34
34
|
"text_skill_level_1": "Msingi",
|
|
35
35
|
"text_skill_level_2": "Kati",
|
|
36
|
-
"text_skill_level_3": "
|
|
36
|
+
"text_skill_level_3": "Stadi",
|
|
37
37
|
"text_skill_level_4": "Juu",
|
|
38
|
-
"text_skill_level_5": "
|
|
39
|
-
"text_cv_section_name_personal_info": "Taarifa
|
|
38
|
+
"text_skill_level_5": "Mtaalamu",
|
|
39
|
+
"text_cv_section_name_personal_info": "Taarifa binafsi",
|
|
40
40
|
"text_cv_section_name_links": "Viungo",
|
|
41
41
|
"text_cv_property_gender": "Jinsia",
|
|
42
|
-
"text_cv_property_marital_status": "Hali ya
|
|
42
|
+
"text_cv_property_marital_status": "Hali ya ndoa",
|
|
43
43
|
"text_cv_section_name_licenses": "Leseni",
|
|
44
|
-
"text_cv_section_name_driver_licenses": "Leseni za
|
|
44
|
+
"text_cv_section_name_driver_licenses": "Leseni za udereva",
|
|
45
45
|
"text_cv_section_name_driver_declaration": "Tamko",
|
|
46
46
|
"text_cv_section_name_declaration": "Tamko",
|
|
47
|
-
"text_references_available_upon_request": "Taarifa
|
|
48
|
-
"text_brand_watermark": "
|
|
47
|
+
"text_references_available_upon_request": "Taarifa zinapatikana zikiombwa",
|
|
48
|
+
"text_brand_watermark": "Imewezeshwa na {brand}",
|
|
49
49
|
"text_to_recipient_in_cover_letter": "Kwa",
|
|
50
|
-
"text_present_in_resume_date": "
|
|
51
|
-
"text_send_from_in_cover_letter": "Kutoka"
|
|
50
|
+
"text_present_in_resume_date": "Hadi sasa",
|
|
51
|
+
"text_send_from_in_cover_letter": "Kutoka",
|
|
52
|
+
"text_cv_property_linkedin": "LinkedIn",
|
|
53
|
+
"text_cv_viewer_download_pdf": "Pakua PDF",
|
|
54
|
+
"text_cv_viewer_pdf": "PDF",
|
|
55
|
+
"text_cv_viewer_contact": "Mawasiliano",
|
|
56
|
+
"text_cv_viewer_owners_cv": "CV ya {name}",
|
|
57
|
+
"text_cv_viewer_view_cv": "Tazama CV",
|
|
58
|
+
"text_cv_viewer_professional_cv": "CV ya kitaalamu",
|
|
59
|
+
"text_cv_viewer_unable_to_load": "Imeshindikana kupakia CV",
|
|
60
|
+
"text_cv_viewer_try_again": "Jaribu tena",
|
|
61
|
+
"text_cv_viewer_tap_to_zoom": "Gusa kukuza",
|
|
62
|
+
"text_cv_viewer_made_with": "Imetengenezwa kwa",
|
|
63
|
+
"text_cv_viewer_build_free": "Tengeneza CV yako ya kitaalamu bila malipo",
|
|
64
|
+
"text_error_link_expired": "Kiungo hiki muda wake umeisha",
|
|
65
|
+
"text_error_expired_message": "Kiungo cha kushirikiwa cha mmiliki wa CV hakitumiki tena",
|
|
66
|
+
"text_error_cv_unavailable": "CV haipatikani tena",
|
|
67
|
+
"text_error_cv_removed_message": "CV hii imeondolewa na mmiliki wake",
|
|
68
|
+
"text_error_not_found": "CV haijapatikana",
|
|
69
|
+
"text_error_not_found_message": "Kiungo hiki hakipo au huenda kimeondolewa",
|
|
70
|
+
"text_error_create_free_cv": "Tengeneza CV yako bila malipo",
|
|
71
|
+
"text_password_protected": "Imelindwa kwa nenosiri",
|
|
72
|
+
"text_password_enter_to_view": "Weka nenosiri ili kutazama CV hii",
|
|
73
|
+
"text_password_enter": "Weka nenosiri",
|
|
74
|
+
"text_password_incorrect": "Nenosiri si sahihi. Tafadhali jaribu tena",
|
|
75
|
+
"text_password_something_wrong": "Kuna tatizo limetokea. Tafadhali jaribu tena",
|
|
76
|
+
"text_password_verifying": "Inathibitisha",
|
|
77
|
+
"text_password_view_cv": "Tazama CV",
|
|
78
|
+
"text_password_hide": "Ficha nenosiri",
|
|
79
|
+
"text_password_show": "Onyesha nenosiri",
|
|
80
|
+
"text_password_made_with": "Imetengenezwa kwa",
|
|
81
|
+
"text_lightbox_viewer": "Kitazamaji cha CV skrini nzima",
|
|
82
|
+
"text_lightbox_close": "Funga kitazamaji cha skrini nzima",
|
|
83
|
+
"text_lightbox_zoom_out": "Punguza",
|
|
84
|
+
"text_lightbox_zoom_in": "Kuza",
|
|
85
|
+
"text_lightbox_pinch_zoom": "Bana kwa vidole · gusa mara mbili kukuza · × kufunga",
|
|
86
|
+
"text_contact_get_in_touch": "Wasiliana",
|
|
87
|
+
"text_contact_connect_with": "Wasiliana na {name}",
|
|
88
|
+
"text_contact_reach_out": "Wasiliana kwa barua pepe au simu hapa chini",
|
|
89
|
+
"text_contact_send_email": "Tuma barua pepe",
|
|
90
|
+
"text_contact_call_now": "Piga simu sasa",
|
|
91
|
+
"text_contact_copy_email": "Nakili barua pepe",
|
|
92
|
+
"text_contact_copy_phone": "Nakili simu",
|
|
93
|
+
"text_contact_email_copied": "Barua pepe imenakiliwa!",
|
|
94
|
+
"text_contact_phone_copied": "Namba ya simu imenakiliwa!"
|
|
52
95
|
}
|