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,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://inlang.com/schema/inlang-message-format",
|
|
3
|
-
"text_cv_section_name_summary": "
|
|
4
|
-
"text_cv_section_name_objective": "Objetivo",
|
|
5
|
-
"text_cv_section_name_experience": "Experiência
|
|
6
|
-
"text_cv_section_name_education": "Formação
|
|
3
|
+
"text_cv_section_name_summary": "Perfil profissional",
|
|
4
|
+
"text_cv_section_name_objective": "Objetivo profissional",
|
|
5
|
+
"text_cv_section_name_experience": "Experiência profissional",
|
|
6
|
+
"text_cv_section_name_education": "Formação académica",
|
|
7
7
|
"text_cv_section_name_projects": "Projetos",
|
|
8
8
|
"text_cv_section_name_skills": "Competências",
|
|
9
9
|
"text_cv_section_name_certifications": "Certificações",
|
|
@@ -11,28 +11,28 @@
|
|
|
11
11
|
"text_cv_section_name_interests": "Interesses",
|
|
12
12
|
"text_cv_section_name_volunteering": "Voluntariado",
|
|
13
13
|
"text_cv_section_name_publications": "Publicações",
|
|
14
|
-
"text_cv_section_name_achievements": "
|
|
14
|
+
"text_cv_section_name_achievements": "Realizações",
|
|
15
15
|
"text_cv_section_name_qrcode": "Código QR",
|
|
16
16
|
"text_cv_section_name_activities": "Atividades",
|
|
17
17
|
"text_cv_section_name_languages": "Idiomas",
|
|
18
18
|
"text_cv_section_name_references": "Referências",
|
|
19
19
|
"text_cv_section_name_profiles": "Perfis",
|
|
20
20
|
"text_cv_section_name_details": "Detalhes",
|
|
21
|
-
"text_cv_section_name_personal_info": "
|
|
22
|
-
"text_cv_section_name_links": "
|
|
21
|
+
"text_cv_section_name_personal_info": "Dados pessoais",
|
|
22
|
+
"text_cv_section_name_links": "Links",
|
|
23
23
|
"text_cv_section_name_licenses": "Licenças",
|
|
24
|
-
"text_cv_section_name_driver_licenses": "Carta de
|
|
24
|
+
"text_cv_section_name_driver_licenses": "Carta de condução",
|
|
25
25
|
"text_cv_section_name_declaration": "Declaração",
|
|
26
26
|
"text_cv_property_location": "Localização",
|
|
27
27
|
"text_cv_property_address": "Morada",
|
|
28
28
|
"text_cv_property_phone": "Telefone",
|
|
29
29
|
"text_cv_property_email": "Email",
|
|
30
|
-
"text_cv_property_date_of_birth": "Data de
|
|
31
|
-
"text_cv_property_place_of_birth": "Local de
|
|
30
|
+
"text_cv_property_date_of_birth": "Data de nascimento",
|
|
31
|
+
"text_cv_property_place_of_birth": "Local de nascimento",
|
|
32
32
|
"text_cv_property_nationality": "Nacionalidade",
|
|
33
33
|
"text_cv_property_website": "Website",
|
|
34
34
|
"text_cv_property_gender": "Género",
|
|
35
|
-
"text_cv_property_marital_status": "Estado
|
|
35
|
+
"text_cv_property_marital_status": "Estado civil",
|
|
36
36
|
"text_language_proficiency_1": "Iniciante",
|
|
37
37
|
"text_language_proficiency_2": "Elementar",
|
|
38
38
|
"text_language_proficiency_3": "Intermédio",
|
|
@@ -40,12 +40,55 @@
|
|
|
40
40
|
"text_language_proficiency_5": "Fluente",
|
|
41
41
|
"text_skill_level_1": "Básico",
|
|
42
42
|
"text_skill_level_2": "Intermédio",
|
|
43
|
-
"text_skill_level_3": "
|
|
43
|
+
"text_skill_level_3": "Proficiente",
|
|
44
44
|
"text_skill_level_4": "Avançado",
|
|
45
45
|
"text_skill_level_5": "Especialista",
|
|
46
|
-
"text_references_available_upon_request": "
|
|
47
|
-
"text_brand_watermark": "
|
|
48
|
-
"text_to_recipient_in_cover_letter": "
|
|
46
|
+
"text_references_available_upon_request": "Informações disponíveis mediante pedido",
|
|
47
|
+
"text_brand_watermark": "Criado com {brand}",
|
|
48
|
+
"text_to_recipient_in_cover_letter": "Para",
|
|
49
49
|
"text_present_in_resume_date": "Presente",
|
|
50
|
-
"text_send_from_in_cover_letter": "De"
|
|
50
|
+
"text_send_from_in_cover_letter": "De",
|
|
51
|
+
"text_cv_property_linkedin": "LinkedIn",
|
|
52
|
+
"text_cv_viewer_download_pdf": "Transferir PDF",
|
|
53
|
+
"text_cv_viewer_pdf": "PDF",
|
|
54
|
+
"text_cv_viewer_contact": "Contacto",
|
|
55
|
+
"text_cv_viewer_owners_cv": "CV de {name}",
|
|
56
|
+
"text_cv_viewer_view_cv": "Ver CV",
|
|
57
|
+
"text_cv_viewer_professional_cv": "CV profissional",
|
|
58
|
+
"text_cv_viewer_unable_to_load": "Não foi possível carregar o CV",
|
|
59
|
+
"text_cv_viewer_try_again": "Tentar novamente",
|
|
60
|
+
"text_cv_viewer_tap_to_zoom": "Toque para ampliar",
|
|
61
|
+
"text_cv_viewer_made_with": "Criado com",
|
|
62
|
+
"text_cv_viewer_build_free": "Crie o seu CV profissional gratuitamente",
|
|
63
|
+
"text_error_link_expired": "Esta ligação expirou",
|
|
64
|
+
"text_error_expired_message": "A ligação de partilha do titular do CV já não está ativa",
|
|
65
|
+
"text_error_cv_unavailable": "CV já não disponível",
|
|
66
|
+
"text_error_cv_removed_message": "Este CV foi removido pelo seu titular",
|
|
67
|
+
"text_error_not_found": "CV não encontrado",
|
|
68
|
+
"text_error_not_found_message": "Esta ligação não existe ou pode ter sido removida",
|
|
69
|
+
"text_error_create_free_cv": "Crie o seu CV gratuito",
|
|
70
|
+
"text_password_protected": "Protegido por palavra-passe",
|
|
71
|
+
"text_password_enter_to_view": "Introduza a palavra-passe para ver este CV",
|
|
72
|
+
"text_password_enter": "Introduza a palavra-passe",
|
|
73
|
+
"text_password_incorrect": "Palavra-passe incorreta. Tente novamente",
|
|
74
|
+
"text_password_something_wrong": "Ocorreu um erro. Tente novamente",
|
|
75
|
+
"text_password_verifying": "A verificar",
|
|
76
|
+
"text_password_view_cv": "Ver CV",
|
|
77
|
+
"text_password_hide": "Ocultar palavra-passe",
|
|
78
|
+
"text_password_show": "Mostrar palavra-passe",
|
|
79
|
+
"text_password_made_with": "Criado com",
|
|
80
|
+
"text_lightbox_viewer": "Visualizador de CV em ecrã inteiro",
|
|
81
|
+
"text_lightbox_close": "Fechar visualizador em ecrã inteiro",
|
|
82
|
+
"text_lightbox_zoom_out": "Reduzir zoom",
|
|
83
|
+
"text_lightbox_zoom_in": "Ampliar zoom",
|
|
84
|
+
"text_lightbox_pinch_zoom": "Junte/afaste os dedos · toque duas vezes para ampliar · × para fechar",
|
|
85
|
+
"text_contact_get_in_touch": "Entre em contacto",
|
|
86
|
+
"text_contact_connect_with": "Contacte {name}",
|
|
87
|
+
"text_contact_reach_out": "Entre em contacto através do email ou telefone abaixo",
|
|
88
|
+
"text_contact_send_email": "Enviar email",
|
|
89
|
+
"text_contact_call_now": "Ligar agora",
|
|
90
|
+
"text_contact_copy_email": "Copiar email",
|
|
91
|
+
"text_contact_copy_phone": "Copiar telefone",
|
|
92
|
+
"text_contact_email_copied": "Email copiado!",
|
|
93
|
+
"text_contact_phone_copied": "Telefone copiado!"
|
|
51
94
|
}
|
|
@@ -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": "Objetivo",
|
|
5
|
-
"text_cv_section_name_experience": "Experiência",
|
|
6
|
-
"text_cv_section_name_education": "Formação
|
|
3
|
+
"text_cv_section_name_summary": "Perfil profissional",
|
|
4
|
+
"text_cv_section_name_objective": "Objetivo profissional",
|
|
5
|
+
"text_cv_section_name_experience": "Experiência profissional",
|
|
6
|
+
"text_cv_section_name_education": "Formação académica",
|
|
7
7
|
"text_cv_section_name_projects": "Projetos",
|
|
8
8
|
"text_cv_section_name_skills": "Competências",
|
|
9
9
|
"text_cv_section_name_certifications": "Certificações",
|
|
10
|
-
"text_cv_section_name_awards": "
|
|
10
|
+
"text_cv_section_name_awards": "Prémios",
|
|
11
11
|
"text_cv_section_name_interests": "Interesses",
|
|
12
|
-
"text_cv_section_name_volunteering": "
|
|
12
|
+
"text_cv_section_name_volunteering": "Voluntariado",
|
|
13
13
|
"text_cv_section_name_publications": "Publicações",
|
|
14
14
|
"text_cv_section_name_achievements": "Conquistas",
|
|
15
15
|
"text_cv_section_name_qrcode": "Código QR",
|
|
@@ -19,34 +19,77 @@
|
|
|
19
19
|
"text_cv_section_name_profiles": "Perfis",
|
|
20
20
|
"text_cv_section_name_details": "Detalhes",
|
|
21
21
|
"text_cv_property_location": "Localização",
|
|
22
|
-
"text_cv_property_address": "
|
|
22
|
+
"text_cv_property_address": "Morada",
|
|
23
23
|
"text_cv_property_phone": "Telefone",
|
|
24
24
|
"text_cv_property_email": "E-mail",
|
|
25
|
-
"text_cv_property_date_of_birth": "Data de
|
|
26
|
-
"text_cv_property_place_of_birth": "Local de
|
|
25
|
+
"text_cv_property_date_of_birth": "Data de nascimento",
|
|
26
|
+
"text_cv_property_place_of_birth": "Local de nascimento",
|
|
27
27
|
"text_cv_property_nationality": "Nacionalidade",
|
|
28
|
-
"text_cv_property_website": "
|
|
28
|
+
"text_cv_property_website": "Website",
|
|
29
29
|
"text_language_proficiency_1": "Iniciante",
|
|
30
|
-
"text_language_proficiency_2": "
|
|
31
|
-
"text_language_proficiency_3": "
|
|
30
|
+
"text_language_proficiency_2": "Elementar",
|
|
31
|
+
"text_language_proficiency_3": "Intermédio",
|
|
32
32
|
"text_language_proficiency_4": "Avançado",
|
|
33
33
|
"text_language_proficiency_5": "Fluente",
|
|
34
34
|
"text_skill_level_1": "Básico",
|
|
35
|
-
"text_skill_level_2": "
|
|
35
|
+
"text_skill_level_2": "Intermédio",
|
|
36
36
|
"text_skill_level_3": "Proficiente",
|
|
37
37
|
"text_skill_level_4": "Avançado",
|
|
38
38
|
"text_skill_level_5": "Especialista",
|
|
39
|
-
"text_cv_section_name_personal_info": "
|
|
40
|
-
"text_cv_section_name_links": "
|
|
41
|
-
"text_cv_property_gender": "
|
|
42
|
-
"text_cv_property_marital_status": "Estado
|
|
39
|
+
"text_cv_section_name_personal_info": "Dados pessoais",
|
|
40
|
+
"text_cv_section_name_links": "Ligações",
|
|
41
|
+
"text_cv_property_gender": "Género",
|
|
42
|
+
"text_cv_property_marital_status": "Estado civil",
|
|
43
43
|
"text_cv_section_name_licenses": "Licenças",
|
|
44
|
-
"text_cv_section_name_driver_licenses": "
|
|
44
|
+
"text_cv_section_name_driver_licenses": "Cartas de condução",
|
|
45
45
|
"text_cv_section_name_driver_declaration": "Declaração",
|
|
46
46
|
"text_cv_section_name_declaration": "Declaração",
|
|
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": "De"
|
|
47
|
+
"text_references_available_upon_request": "Referências disponíveis mediante pedido",
|
|
48
|
+
"text_brand_watermark": "Desenvolvido por {brand}",
|
|
49
|
+
"text_to_recipient_in_cover_letter": "Para",
|
|
50
|
+
"text_present_in_resume_date": "Atualidade",
|
|
51
|
+
"text_send_from_in_cover_letter": "De",
|
|
52
|
+
"text_cv_property_linkedin": "LinkedIn",
|
|
53
|
+
"text_cv_viewer_download_pdf": "Transferir PDF",
|
|
54
|
+
"text_cv_viewer_pdf": "PDF",
|
|
55
|
+
"text_cv_viewer_contact": "Contacto",
|
|
56
|
+
"text_cv_viewer_owners_cv": "CV de {name}",
|
|
57
|
+
"text_cv_viewer_view_cv": "Ver CV",
|
|
58
|
+
"text_cv_viewer_professional_cv": "CV profissional",
|
|
59
|
+
"text_cv_viewer_unable_to_load": "Não foi possível carregar o CV",
|
|
60
|
+
"text_cv_viewer_try_again": "Tentar novamente",
|
|
61
|
+
"text_cv_viewer_tap_to_zoom": "Toque para ampliar",
|
|
62
|
+
"text_cv_viewer_made_with": "Criado com",
|
|
63
|
+
"text_cv_viewer_build_free": "Crie o seu CV profissional gratuitamente",
|
|
64
|
+
"text_error_link_expired": "Este link expirou",
|
|
65
|
+
"text_error_expired_message": "O link partilhável do proprietário do CV já não está ativo",
|
|
66
|
+
"text_error_cv_unavailable": "CV já não disponível",
|
|
67
|
+
"text_error_cv_removed_message": "Este CV foi removido pelo seu proprietário",
|
|
68
|
+
"text_error_not_found": "CV não encontrado",
|
|
69
|
+
"text_error_not_found_message": "Este link não existe ou poderá ter sido removido",
|
|
70
|
+
"text_error_create_free_cv": "Crie o seu CV gratuito",
|
|
71
|
+
"text_password_protected": "Protegido por palavra-passe",
|
|
72
|
+
"text_password_enter_to_view": "Introduza a palavra-passe para ver este CV",
|
|
73
|
+
"text_password_enter": "Introduza a palavra-passe",
|
|
74
|
+
"text_password_incorrect": "Palavra-passe incorreta. Tente novamente",
|
|
75
|
+
"text_password_something_wrong": "Ocorreu um erro. Tente novamente",
|
|
76
|
+
"text_password_verifying": "A verificar",
|
|
77
|
+
"text_password_view_cv": "Ver CV",
|
|
78
|
+
"text_password_hide": "Ocultar palavra-passe",
|
|
79
|
+
"text_password_show": "Mostrar palavra-passe",
|
|
80
|
+
"text_password_made_with": "Criado com",
|
|
81
|
+
"text_lightbox_viewer": "Visualizador de CV em ecrã completo",
|
|
82
|
+
"text_lightbox_close": "Fechar visualizador em ecrã completo",
|
|
83
|
+
"text_lightbox_zoom_out": "Reduzir zoom",
|
|
84
|
+
"text_lightbox_zoom_in": "Ampliar zoom",
|
|
85
|
+
"text_lightbox_pinch_zoom": "Aproxime/afaste os dedos · toque duas vezes para ampliar · × para fechar",
|
|
86
|
+
"text_contact_get_in_touch": "Entre em contacto",
|
|
87
|
+
"text_contact_connect_with": "Contacte {name}",
|
|
88
|
+
"text_contact_reach_out": "Entre em contacto por email ou telefone abaixo",
|
|
89
|
+
"text_contact_send_email": "Enviar email",
|
|
90
|
+
"text_contact_call_now": "Ligar agora",
|
|
91
|
+
"text_contact_copy_email": "Copiar email",
|
|
92
|
+
"text_contact_copy_phone": "Copiar telefone",
|
|
93
|
+
"text_contact_email_copied": "Email copiado!",
|
|
94
|
+
"text_contact_phone_copied": "Telefone copiado!"
|
|
52
95
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://inlang.com/schema/inlang-message-format",
|
|
3
|
-
"text_cv_section_name_summary": "
|
|
4
|
-
"text_cv_section_name_objective": "Obiectiv",
|
|
5
|
-
"text_cv_section_name_experience": "Experiență",
|
|
6
|
-
"text_cv_section_name_education": "
|
|
3
|
+
"text_cv_section_name_summary": "Profil profesional",
|
|
4
|
+
"text_cv_section_name_objective": "Obiectiv profesional",
|
|
5
|
+
"text_cv_section_name_experience": "Experiență profesională",
|
|
6
|
+
"text_cv_section_name_education": "Studii",
|
|
7
7
|
"text_cv_section_name_projects": "Proiecte",
|
|
8
8
|
"text_cv_section_name_skills": "Competențe",
|
|
9
9
|
"text_cv_section_name_certifications": "Certificări",
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
"text_cv_section_name_activities": "Activități",
|
|
17
17
|
"text_cv_section_name_languages": "Limbi străine",
|
|
18
18
|
"text_cv_section_name_references": "Referințe",
|
|
19
|
-
"text_cv_section_name_profiles": "
|
|
19
|
+
"text_cv_section_name_profiles": "Profiluri",
|
|
20
20
|
"text_cv_section_name_details": "Detalii",
|
|
21
21
|
"text_cv_property_location": "Locație",
|
|
22
22
|
"text_cv_property_address": "Adresă",
|
|
23
23
|
"text_cv_property_phone": "Telefon",
|
|
24
|
-
"text_cv_property_email": "
|
|
24
|
+
"text_cv_property_email": "E-mail",
|
|
25
25
|
"text_cv_property_date_of_birth": "Data nașterii",
|
|
26
26
|
"text_cv_property_place_of_birth": "Locul nașterii",
|
|
27
27
|
"text_cv_property_nationality": "Naționalitate",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"text_skill_level_3": "Competent",
|
|
37
37
|
"text_skill_level_4": "Avansat",
|
|
38
38
|
"text_skill_level_5": "Expert",
|
|
39
|
-
"text_cv_section_name_personal_info": "
|
|
39
|
+
"text_cv_section_name_personal_info": "Date personale",
|
|
40
40
|
"text_cv_section_name_links": "Linkuri",
|
|
41
41
|
"text_cv_property_gender": "Gen",
|
|
42
42
|
"text_cv_property_marital_status": "Stare civilă",
|
|
@@ -45,8 +45,51 @@
|
|
|
45
45
|
"text_cv_section_name_driver_declaration": "Declarație",
|
|
46
46
|
"text_cv_section_name_declaration": "Declarație",
|
|
47
47
|
"text_references_available_upon_request": "Informații disponibile la cerere",
|
|
48
|
-
"text_brand_watermark": "
|
|
48
|
+
"text_brand_watermark": "Generat de {brand}",
|
|
49
49
|
"text_to_recipient_in_cover_letter": "Către",
|
|
50
50
|
"text_present_in_resume_date": "Prezent",
|
|
51
|
-
"text_send_from_in_cover_letter": "De la"
|
|
51
|
+
"text_send_from_in_cover_letter": "De la",
|
|
52
|
+
"text_cv_property_linkedin": "LinkedIn",
|
|
53
|
+
"text_cv_viewer_download_pdf": "Descarcă PDF",
|
|
54
|
+
"text_cv_viewer_pdf": "PDF",
|
|
55
|
+
"text_cv_viewer_contact": "Contact",
|
|
56
|
+
"text_cv_viewer_owners_cv": "CV-ul {name}",
|
|
57
|
+
"text_cv_viewer_view_cv": "Vizualizează CV-ul",
|
|
58
|
+
"text_cv_viewer_professional_cv": "CV profesional",
|
|
59
|
+
"text_cv_viewer_unable_to_load": "CV-ul nu poate fi încărcat",
|
|
60
|
+
"text_cv_viewer_try_again": "Încearcă din nou",
|
|
61
|
+
"text_cv_viewer_tap_to_zoom": "Atinge pentru mărire",
|
|
62
|
+
"text_cv_viewer_made_with": "Realizat cu",
|
|
63
|
+
"text_cv_viewer_build_free": "Creează gratuit un CV profesional",
|
|
64
|
+
"text_error_link_expired": "Acest link a expirat",
|
|
65
|
+
"text_error_expired_message": "Linkul de partajare al deținătorului CV-ului nu mai este activ",
|
|
66
|
+
"text_error_cv_unavailable": "CV-ul nu mai este disponibil",
|
|
67
|
+
"text_error_cv_removed_message": "Acest CV a fost eliminat de deținătorul său",
|
|
68
|
+
"text_error_not_found": "CV-ul nu a fost găsit",
|
|
69
|
+
"text_error_not_found_message": "Acest link nu există sau este posibil să fi fost eliminat",
|
|
70
|
+
"text_error_create_free_cv": "Creează-ți CV-ul gratuit",
|
|
71
|
+
"text_password_protected": "Protejat prin parolă",
|
|
72
|
+
"text_password_enter_to_view": "Introdu parola pentru a vizualiza acest CV",
|
|
73
|
+
"text_password_enter": "Introdu parola",
|
|
74
|
+
"text_password_incorrect": "Parolă incorectă. Te rugăm să încerci din nou",
|
|
75
|
+
"text_password_something_wrong": "A apărut o eroare. Te rugăm să încerci din nou",
|
|
76
|
+
"text_password_verifying": "Se verifică",
|
|
77
|
+
"text_password_view_cv": "Vizualizează CV-ul",
|
|
78
|
+
"text_password_hide": "Ascunde parola",
|
|
79
|
+
"text_password_show": "Afișează parola",
|
|
80
|
+
"text_password_made_with": "Realizat cu",
|
|
81
|
+
"text_lightbox_viewer": "Vizualizator CV pe tot ecranul",
|
|
82
|
+
"text_lightbox_close": "Închide vizualizarea pe tot ecranul",
|
|
83
|
+
"text_lightbox_zoom_out": "Micșorează",
|
|
84
|
+
"text_lightbox_zoom_in": "Mărește",
|
|
85
|
+
"text_lightbox_pinch_zoom": "Ciupiți · atingeți de două ori pentru mărire · × pentru închidere",
|
|
86
|
+
"text_contact_get_in_touch": "Contactează-mă",
|
|
87
|
+
"text_contact_connect_with": "Conectează-te cu {name}",
|
|
88
|
+
"text_contact_reach_out": "Contactează-mă prin e-mail sau telefon, mai jos",
|
|
89
|
+
"text_contact_send_email": "Trimite e-mail",
|
|
90
|
+
"text_contact_call_now": "Sună acum",
|
|
91
|
+
"text_contact_copy_email": "Copiază e-mailul",
|
|
92
|
+
"text_contact_copy_phone": "Copiază telefonul",
|
|
93
|
+
"text_contact_email_copied": "E-mail copiat!",
|
|
94
|
+
"text_contact_phone_copied": "Telefon copiat!"
|
|
52
95
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://inlang.com/schema/inlang-message-format",
|
|
3
|
-
"text_cv_section_name_summary": "
|
|
3
|
+
"text_cv_section_name_summary": "О себе",
|
|
4
4
|
"text_cv_section_name_objective": "Цель",
|
|
5
5
|
"text_cv_section_name_experience": "Опыт работы",
|
|
6
6
|
"text_cv_section_name_education": "Образование",
|
|
@@ -9,33 +9,33 @@
|
|
|
9
9
|
"text_cv_section_name_certifications": "Сертификаты",
|
|
10
10
|
"text_cv_section_name_awards": "Награды",
|
|
11
11
|
"text_cv_section_name_interests": "Интересы",
|
|
12
|
-
"text_cv_section_name_volunteering": "
|
|
12
|
+
"text_cv_section_name_volunteering": "Волонтёрство",
|
|
13
13
|
"text_cv_section_name_publications": "Публикации",
|
|
14
14
|
"text_cv_section_name_achievements": "Достижения",
|
|
15
15
|
"text_cv_section_name_qrcode": "QR-код",
|
|
16
|
-
"text_cv_section_name_activities": "
|
|
16
|
+
"text_cv_section_name_activities": "Дополнительная деятельность",
|
|
17
17
|
"text_cv_section_name_languages": "Языки",
|
|
18
18
|
"text_cv_section_name_references": "Рекомендации",
|
|
19
19
|
"text_cv_section_name_profiles": "Профили",
|
|
20
|
-
"text_cv_section_name_details": "
|
|
21
|
-
"text_cv_property_location": "
|
|
20
|
+
"text_cv_section_name_details": "Дополнительная информация",
|
|
21
|
+
"text_cv_property_location": "Местоположение",
|
|
22
22
|
"text_cv_property_address": "Адрес",
|
|
23
23
|
"text_cv_property_phone": "Телефон",
|
|
24
24
|
"text_cv_property_email": "Электронная почта",
|
|
25
25
|
"text_cv_property_date_of_birth": "Дата рождения",
|
|
26
26
|
"text_cv_property_place_of_birth": "Место рождения",
|
|
27
27
|
"text_cv_property_nationality": "Гражданство",
|
|
28
|
-
"text_cv_property_website": "
|
|
28
|
+
"text_cv_property_website": "Сайт",
|
|
29
29
|
"text_language_proficiency_1": "Начальный",
|
|
30
|
-
"text_language_proficiency_2": "
|
|
30
|
+
"text_language_proficiency_2": "Базовый",
|
|
31
31
|
"text_language_proficiency_3": "Средний",
|
|
32
32
|
"text_language_proficiency_4": "Продвинутый",
|
|
33
|
-
"text_language_proficiency_5": "
|
|
33
|
+
"text_language_proficiency_5": "Свободный",
|
|
34
34
|
"text_skill_level_1": "Базовый",
|
|
35
35
|
"text_skill_level_2": "Средний",
|
|
36
36
|
"text_skill_level_3": "Уверенный",
|
|
37
37
|
"text_skill_level_4": "Продвинутый",
|
|
38
|
-
"text_skill_level_5": "
|
|
38
|
+
"text_skill_level_5": "Экспертный",
|
|
39
39
|
"text_cv_section_name_personal_info": "Личная информация",
|
|
40
40
|
"text_cv_section_name_links": "Ссылки",
|
|
41
41
|
"text_cv_property_gender": "Пол",
|
|
@@ -43,10 +43,53 @@
|
|
|
43
43
|
"text_cv_section_name_licenses": "Лицензии",
|
|
44
44
|
"text_cv_section_name_driver_licenses": "Водительские права",
|
|
45
45
|
"text_cv_section_name_driver_declaration": "Декларация",
|
|
46
|
-
"text_cv_section_name_declaration": "
|
|
47
|
-
"text_references_available_upon_request": "
|
|
48
|
-
"text_brand_watermark": "
|
|
46
|
+
"text_cv_section_name_declaration": "Заявление",
|
|
47
|
+
"text_references_available_upon_request": "Рекомендации предоставляются по запросу",
|
|
48
|
+
"text_brand_watermark": "Создано с помощью {brand}",
|
|
49
49
|
"text_to_recipient_in_cover_letter": "Кому",
|
|
50
|
-
"text_present_in_resume_date": "
|
|
51
|
-
"text_send_from_in_cover_letter": "От"
|
|
50
|
+
"text_present_in_resume_date": "по настоящее время",
|
|
51
|
+
"text_send_from_in_cover_letter": "От",
|
|
52
|
+
"text_cv_property_linkedin": "LinkedIn",
|
|
53
|
+
"text_cv_viewer_download_pdf": "Скачать PDF",
|
|
54
|
+
"text_cv_viewer_pdf": "PDF",
|
|
55
|
+
"text_cv_viewer_contact": "Контакты",
|
|
56
|
+
"text_cv_viewer_owners_cv": "Резюме {name}",
|
|
57
|
+
"text_cv_viewer_view_cv": "Посмотреть резюме",
|
|
58
|
+
"text_cv_viewer_professional_cv": "Профессиональное резюме",
|
|
59
|
+
"text_cv_viewer_unable_to_load": "Не удалось загрузить резюме",
|
|
60
|
+
"text_cv_viewer_try_again": "Попробовать снова",
|
|
61
|
+
"text_cv_viewer_tap_to_zoom": "Коснитесь, чтобы увеличить",
|
|
62
|
+
"text_cv_viewer_made_with": "Создано с помощью",
|
|
63
|
+
"text_cv_viewer_build_free": "Создайте профессиональное резюме бесплатно",
|
|
64
|
+
"text_error_link_expired": "Срок действия ссылки истек",
|
|
65
|
+
"text_error_expired_message": "Ссылка для просмотра резюме больше не активна",
|
|
66
|
+
"text_error_cv_unavailable": "Резюме больше недоступно",
|
|
67
|
+
"text_error_cv_removed_message": "Это резюме удалено владельцем",
|
|
68
|
+
"text_error_not_found": "Резюме не найдено",
|
|
69
|
+
"text_error_not_found_message": "Эта ссылка не существует или была удалена",
|
|
70
|
+
"text_error_create_free_cv": "Создать бесплатное резюме",
|
|
71
|
+
"text_password_protected": "Защищено паролем",
|
|
72
|
+
"text_password_enter_to_view": "Введите пароль, чтобы просмотреть это резюме",
|
|
73
|
+
"text_password_enter": "Введите пароль",
|
|
74
|
+
"text_password_incorrect": "Неверный пароль. Попробуйте еще раз",
|
|
75
|
+
"text_password_something_wrong": "Что-то пошло не так. Попробуйте еще раз",
|
|
76
|
+
"text_password_verifying": "Проверка",
|
|
77
|
+
"text_password_view_cv": "Посмотреть резюме",
|
|
78
|
+
"text_password_hide": "Скрыть пароль",
|
|
79
|
+
"text_password_show": "Показать пароль",
|
|
80
|
+
"text_password_made_with": "Создано с помощью",
|
|
81
|
+
"text_lightbox_viewer": "Просмотр резюме на весь экран",
|
|
82
|
+
"text_lightbox_close": "Закрыть полноэкранный просмотр",
|
|
83
|
+
"text_lightbox_zoom_out": "Уменьшить",
|
|
84
|
+
"text_lightbox_zoom_in": "Увеличить",
|
|
85
|
+
"text_lightbox_pinch_zoom": "Сведите или разведите пальцы · двойное касание для увеличения · × для закрытия",
|
|
86
|
+
"text_contact_get_in_touch": "Связаться",
|
|
87
|
+
"text_contact_connect_with": "Связаться с {name}",
|
|
88
|
+
"text_contact_reach_out": "Свяжитесь по электронной почте или телефону ниже",
|
|
89
|
+
"text_contact_send_email": "Отправить письмо",
|
|
90
|
+
"text_contact_call_now": "Позвонить",
|
|
91
|
+
"text_contact_copy_email": "Скопировать email",
|
|
92
|
+
"text_contact_copy_phone": "Скопировать телефон",
|
|
93
|
+
"text_contact_email_copied": "Email скопирован!",
|
|
94
|
+
"text_contact_phone_copied": "Телефон скопирован!"
|
|
52
95
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
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": "Profesijný profil",
|
|
4
|
+
"text_cv_section_name_objective": "Kariérny cieľ",
|
|
5
|
+
"text_cv_section_name_experience": "Pracovné skúsenosti",
|
|
6
6
|
"text_cv_section_name_education": "Vzdelanie",
|
|
7
7
|
"text_cv_section_name_projects": "Projekty",
|
|
8
8
|
"text_cv_section_name_skills": "Zručnosti",
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
"text_cv_section_name_interests": "Záujmy",
|
|
12
12
|
"text_cv_section_name_volunteering": "Dobrovoľníctvo",
|
|
13
13
|
"text_cv_section_name_publications": "Publikácie",
|
|
14
|
-
"text_cv_section_name_achievements": "
|
|
14
|
+
"text_cv_section_name_achievements": "Úspechy",
|
|
15
15
|
"text_cv_section_name_qrcode": "QR kód",
|
|
16
16
|
"text_cv_section_name_activities": "Aktivity",
|
|
17
17
|
"text_cv_section_name_languages": "Jazyky",
|
|
18
18
|
"text_cv_section_name_references": "Referencie",
|
|
19
19
|
"text_cv_section_name_profiles": "Profily",
|
|
20
|
-
"text_cv_section_name_details": "
|
|
21
|
-
"text_cv_property_location": "
|
|
20
|
+
"text_cv_section_name_details": "Údaje",
|
|
21
|
+
"text_cv_property_location": "Lokalita",
|
|
22
22
|
"text_cv_property_address": "Adresa",
|
|
23
23
|
"text_cv_property_phone": "Telefón",
|
|
24
24
|
"text_cv_property_email": "E-mail",
|
|
@@ -26,16 +26,16 @@
|
|
|
26
26
|
"text_cv_property_place_of_birth": "Miesto narodenia",
|
|
27
27
|
"text_cv_property_nationality": "Štátna príslušnosť",
|
|
28
28
|
"text_cv_property_website": "Webová stránka",
|
|
29
|
-
"text_language_proficiency_1": "
|
|
30
|
-
"text_language_proficiency_2": "
|
|
31
|
-
"text_language_proficiency_3": "Stredne
|
|
32
|
-
"text_language_proficiency_4": "
|
|
33
|
-
"text_language_proficiency_5": "
|
|
29
|
+
"text_language_proficiency_1": "Začiatočnícka úroveň",
|
|
30
|
+
"text_language_proficiency_2": "Základná úroveň",
|
|
31
|
+
"text_language_proficiency_3": "Stredne pokročilá úroveň",
|
|
32
|
+
"text_language_proficiency_4": "Pokročilá úroveň",
|
|
33
|
+
"text_language_proficiency_5": "Plynulá znalosť",
|
|
34
34
|
"text_skill_level_1": "Základná úroveň",
|
|
35
35
|
"text_skill_level_2": "Stredná úroveň",
|
|
36
36
|
"text_skill_level_3": "Pokročilá úroveň",
|
|
37
|
-
"text_skill_level_4": "
|
|
38
|
-
"text_skill_level_5": "
|
|
37
|
+
"text_skill_level_4": "Veľmi pokročilá úroveň",
|
|
38
|
+
"text_skill_level_5": "Expertná úroveň",
|
|
39
39
|
"text_cv_section_name_personal_info": "Osobné údaje",
|
|
40
40
|
"text_cv_section_name_links": "Odkazy",
|
|
41
41
|
"text_cv_property_gender": "Pohlavie",
|
|
@@ -43,10 +43,53 @@
|
|
|
43
43
|
"text_cv_section_name_licenses": "Licencie",
|
|
44
44
|
"text_cv_section_name_driver_licenses": "Vodičské oprávnenia",
|
|
45
45
|
"text_cv_section_name_driver_declaration": "Vyhlásenie",
|
|
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": "Vyhlásenie",
|
|
47
|
+
"text_references_available_upon_request": "Referencie poskytnem na požiadanie",
|
|
48
|
+
"text_brand_watermark": "Vytvorené pomocou {brand}",
|
|
49
|
+
"text_to_recipient_in_cover_letter": "Adresát",
|
|
50
|
+
"text_present_in_resume_date": "súčasnosť",
|
|
51
|
+
"text_send_from_in_cover_letter": "Odosielateľ",
|
|
52
|
+
"text_cv_property_linkedin": "LinkedIn",
|
|
53
|
+
"text_cv_viewer_download_pdf": "Stiahnuť 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": "Zobraziť CV",
|
|
58
|
+
"text_cv_viewer_professional_cv": "Profesionálny životopis",
|
|
59
|
+
"text_cv_viewer_unable_to_load": "CV sa nepodarilo načítať",
|
|
60
|
+
"text_cv_viewer_try_again": "Skúsiť znova",
|
|
61
|
+
"text_cv_viewer_tap_to_zoom": "Ťuknutím priblížite",
|
|
62
|
+
"text_cv_viewer_made_with": "Vytvorené pomocou",
|
|
63
|
+
"text_cv_viewer_build_free": "Vytvorte si profesionálny životopis zadarmo",
|
|
64
|
+
"text_error_link_expired": "Platnosť tohto odkazu vypršala",
|
|
65
|
+
"text_error_expired_message": "Zdieľaný odkaz vlastníka CV už nie je aktívny",
|
|
66
|
+
"text_error_cv_unavailable": "CV už nie je dostupné",
|
|
67
|
+
"text_error_cv_removed_message": "Toto CV odstránil jeho vlastník",
|
|
68
|
+
"text_error_not_found": "CV sa nenašlo",
|
|
69
|
+
"text_error_not_found_message": "Tento odkaz neexistuje alebo mohol byť odstránený",
|
|
70
|
+
"text_error_create_free_cv": "Vytvorte si CV zadarmo",
|
|
71
|
+
"text_password_protected": "Chránené heslom",
|
|
72
|
+
"text_password_enter_to_view": "Ak chcete zobraziť toto CV, zadajte heslo",
|
|
73
|
+
"text_password_enter": "Zadajte heslo",
|
|
74
|
+
"text_password_incorrect": "Nesprávne heslo. Skúste to znova",
|
|
75
|
+
"text_password_something_wrong": "Niečo sa pokazilo. Skúste to znova",
|
|
76
|
+
"text_password_verifying": "Overuje sa",
|
|
77
|
+
"text_password_view_cv": "Zobraziť CV",
|
|
78
|
+
"text_password_hide": "Skryť heslo",
|
|
79
|
+
"text_password_show": "Zobraziť heslo",
|
|
80
|
+
"text_password_made_with": "Vytvorené pomocou",
|
|
81
|
+
"text_lightbox_viewer": "Zobrazenie CV na celú obrazovku",
|
|
82
|
+
"text_lightbox_close": "Zavrieť zobrazenie na celú obrazovku",
|
|
83
|
+
"text_lightbox_zoom_out": "Oddialiť",
|
|
84
|
+
"text_lightbox_zoom_in": "Priblížiť",
|
|
85
|
+
"text_lightbox_pinch_zoom": "Stiahnutím prstov priblížiť · dvojitým ťuknutím priblížiť · × zavrieť",
|
|
86
|
+
"text_contact_get_in_touch": "Kontaktujte ma",
|
|
87
|
+
"text_contact_connect_with": "Spojte sa s {name}",
|
|
88
|
+
"text_contact_reach_out": "Ozvite sa e-mailom alebo telefonicky na údaje nižšie",
|
|
89
|
+
"text_contact_send_email": "Odoslať e-mail",
|
|
90
|
+
"text_contact_call_now": "Zavolať teraz",
|
|
91
|
+
"text_contact_copy_email": "Kopírovať e-mail",
|
|
92
|
+
"text_contact_copy_phone": "Kopírovať telefón",
|
|
93
|
+
"text_contact_email_copied": "E-mail skopírovaný!",
|
|
94
|
+
"text_contact_phone_copied": "Telefón skopírovaný!"
|
|
52
95
|
}
|