tera-system-ui 0.1.35 → 0.1.41
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/components/command/command.scss +2 -2
- package/dist/components/command/components/command-empty.svelte +16 -0
- package/dist/components/command/components/command-empty.svelte.d.ts +4 -0
- package/dist/components/command/components/command-group.svelte +31 -0
- package/dist/components/command/components/command-group.svelte.d.ts +7 -0
- package/dist/components/command/components/command-input.svelte +30 -0
- package/dist/components/command/components/command-input.svelte.d.ts +4 -0
- package/dist/components/command/components/command-item.svelte +20 -0
- package/dist/components/command/components/command-item.svelte.d.ts +4 -0
- package/dist/components/command/components/command-link-item.svelte +18 -0
- package/dist/components/command/components/command-link-item.svelte.d.ts +4 -0
- package/dist/components/command/components/command-list.svelte +16 -0
- package/dist/components/command/components/command-list.svelte.d.ts +4 -0
- package/dist/components/command/components/command-separator.svelte +15 -0
- package/dist/components/command/components/command-separator.svelte.d.ts +4 -0
- package/dist/components/command/components/command-shortcut.svelte +19 -0
- package/dist/components/command/components/command-shortcut.svelte.d.ts +5 -0
- package/dist/components/command/components/command.svelte +54 -0
- package/dist/components/command/components/command.svelte.d.ts +5 -0
- package/dist/components/command/index.d.ts +12 -12
- package/dist/components/command/index.js +13 -18
- package/dist/index.d.ts +0 -1
- package/dist/index.js +0 -1
- package/dist/tera-i18n/dev-tools/translator/gpt-translator-i18n-message.js +1 -3
- package/dist/tera-i18n/dev-tools/translator/prompt/i18n-message-translate-prompt-cv-maker.txt +17 -14
- package/dist/tera-i18n/projects/common/all-language-data.js +10 -1
- package/dist/tera-i18n/projects/cv-maker/messages/ar.json +13 -13
- package/dist/tera-i18n/projects/cv-maker/messages/bg.json +18 -18
- package/dist/tera-i18n/projects/cv-maker/messages/bn.json +21 -21
- package/dist/tera-i18n/projects/cv-maker/messages/ca.json +12 -12
- package/dist/tera-i18n/projects/cv-maker/messages/cs.json +11 -11
- package/dist/tera-i18n/projects/cv-maker/messages/da.json +10 -10
- package/dist/tera-i18n/projects/cv-maker/messages/de.json +11 -11
- package/dist/tera-i18n/projects/cv-maker/messages/el.json +14 -14
- package/dist/tera-i18n/projects/cv-maker/messages/en-CA.json +51 -0
- package/dist/tera-i18n/projects/cv-maker/messages/en-GB.json +51 -0
- package/dist/tera-i18n/projects/cv-maker/messages/en-IN.json +51 -0
- package/dist/tera-i18n/projects/cv-maker/messages/en-PK.json +51 -0
- package/dist/tera-i18n/projects/cv-maker/messages/en-US.json +51 -0
- package/dist/tera-i18n/projects/cv-maker/messages/en-ZA.json +51 -0
- package/dist/tera-i18n/projects/cv-maker/messages/es.json +8 -8
- package/dist/tera-i18n/projects/cv-maker/messages/fi.json +5 -5
- package/dist/tera-i18n/projects/cv-maker/messages/fr.json +13 -13
- package/dist/tera-i18n/projects/cv-maker/messages/he.json +13 -13
- package/dist/tera-i18n/projects/cv-maker/messages/hi.json +12 -12
- package/dist/tera-i18n/projects/cv-maker/messages/hu.json +16 -16
- package/dist/tera-i18n/projects/cv-maker/messages/id.json +9 -9
- package/dist/tera-i18n/projects/cv-maker/messages/it.json +13 -13
- package/dist/tera-i18n/projects/cv-maker/messages/ja.json +13 -13
- package/dist/tera-i18n/projects/cv-maker/messages/ko.json +15 -15
- package/dist/tera-i18n/projects/cv-maker/messages/lt.json +13 -13
- package/dist/tera-i18n/projects/cv-maker/messages/lv.json +12 -12
- package/dist/tera-i18n/projects/cv-maker/messages/ms-MY.json +51 -0
- package/dist/tera-i18n/projects/cv-maker/messages/ms.json +10 -10
- package/dist/tera-i18n/projects/cv-maker/messages/nl.json +5 -5
- package/dist/tera-i18n/projects/cv-maker/messages/no.json +8 -8
- package/dist/tera-i18n/projects/cv-maker/messages/pl.json +12 -12
- package/dist/tera-i18n/projects/cv-maker/messages/pt-BR.json +51 -0
- package/dist/tera-i18n/projects/cv-maker/messages/pt-PT.json +51 -0
- package/dist/tera-i18n/projects/cv-maker/messages/pt.json +7 -7
- package/dist/tera-i18n/projects/cv-maker/messages/ro.json +9 -9
- package/dist/tera-i18n/projects/cv-maker/messages/ru.json +13 -13
- package/dist/tera-i18n/projects/cv-maker/messages/sk.json +15 -15
- package/dist/tera-i18n/projects/cv-maker/messages/sl.json +15 -15
- package/dist/tera-i18n/projects/cv-maker/messages/sq.json +34 -34
- package/dist/tera-i18n/projects/cv-maker/messages/sr.json +16 -16
- package/dist/tera-i18n/projects/cv-maker/messages/sv.json +9 -9
- package/dist/tera-i18n/projects/cv-maker/messages/sw.json +15 -15
- package/dist/tera-i18n/projects/cv-maker/messages/ta.json +25 -25
- package/dist/tera-i18n/projects/cv-maker/messages/te.json +25 -25
- package/dist/tera-i18n/projects/cv-maker/messages/th.json +17 -17
- package/dist/tera-i18n/projects/cv-maker/messages/tl.json +16 -16
- package/dist/tera-i18n/projects/cv-maker/messages/tr.json +6 -6
- package/dist/tera-i18n/projects/cv-maker/messages/uk.json +15 -15
- package/dist/tera-i18n/projects/cv-maker/messages/vi.json +18 -18
- package/dist/tera-i18n/projects/cv-maker/messages/zh-CN.json +29 -29
- package/dist/tera-i18n/projects/cv-maker/messages/zh-TW.json +26 -26
- package/dist/tera-i18n/projects/cv-maker/project.inlang/settings.json +68 -59
- package/dist/tera-i18n/projects/cv-maker/supported-language.js +10 -1
- package/dist/utils/index.d.ts +10 -0
- package/package.json +1 -1
- package/dist/components/command/command.d.ts +0 -33
- package/dist/components/command/command.js +0 -512
- package/dist/components/command/components/Command.svelte +0 -120
- package/dist/components/command/components/Command.svelte.d.ts +0 -4
- package/dist/components/command/components/CommandEmpty.svelte +0 -30
- package/dist/components/command/components/CommandEmpty.svelte.d.ts +0 -4
- package/dist/components/command/components/CommandGroup.svelte +0 -110
- package/dist/components/command/components/CommandGroup.svelte.d.ts +0 -4
- package/dist/components/command/components/CommandInput.svelte +0 -92
- package/dist/components/command/components/CommandInput.svelte.d.ts +0 -8
- package/dist/components/command/components/CommandItem.svelte +0 -110
- package/dist/components/command/components/CommandItem.svelte.d.ts +0 -4
- package/dist/components/command/components/CommandList.svelte +0 -56
- package/dist/components/command/components/CommandList.svelte.d.ts +0 -6
- package/dist/components/command/components/CommandLoading.svelte +0 -29
- package/dist/components/command/components/CommandLoading.svelte.d.ts +0 -9
- package/dist/components/command/components/CommandSeparator.svelte +0 -21
- package/dist/components/command/components/CommandSeparator.svelte.d.ts +0 -4
- package/dist/components/command/types.d.ts +0 -227
- package/dist/components/command/types.js +0 -1
|
@@ -2,51 +2,51 @@
|
|
|
2
2
|
"$schema": "https://inlang.com/schema/inlang-message-format",
|
|
3
3
|
"text_cv_section_name_summary": "Резюме",
|
|
4
4
|
"text_cv_section_name_objective": "Цель",
|
|
5
|
-
"text_cv_section_name_experience": "Опыт",
|
|
5
|
+
"text_cv_section_name_experience": "Опыт работы",
|
|
6
6
|
"text_cv_section_name_education": "Образование",
|
|
7
7
|
"text_cv_section_name_projects": "Проекты",
|
|
8
8
|
"text_cv_section_name_skills": "Навыки",
|
|
9
9
|
"text_cv_section_name_certifications": "Сертификаты",
|
|
10
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
|
-
"text_cv_property_nationality": "
|
|
27
|
+
"text_cv_property_nationality": "Гражданство",
|
|
28
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": "Пол",
|
|
42
42
|
"text_cv_property_marital_status": "Семейное положение",
|
|
43
43
|
"text_cv_section_name_licenses": "Лицензии",
|
|
44
|
-
"text_cv_section_name_driver_licenses": "Водительские
|
|
44
|
+
"text_cv_section_name_driver_licenses": "Водительские права",
|
|
45
45
|
"text_cv_section_name_driver_declaration": "Декларация",
|
|
46
|
-
"text_cv_section_name_declaration": "
|
|
46
|
+
"text_cv_section_name_declaration": "Декларация",
|
|
47
47
|
"text_references_available_upon_request": "Информация предоставляется по запросу",
|
|
48
48
|
"text_brand_watermark": "Работает на {brand}",
|
|
49
|
-
"text_to_recipient_in_cover_letter": "
|
|
50
|
-
"text_present_in_resume_date": "
|
|
49
|
+
"text_to_recipient_in_cover_letter": "Кому",
|
|
50
|
+
"text_present_in_resume_date": "По настоящее время",
|
|
51
51
|
"text_send_from_in_cover_letter": "От"
|
|
52
52
|
}
|
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://inlang.com/schema/inlang-message-format",
|
|
3
|
-
"text_cv_section_name_summary": "
|
|
3
|
+
"text_cv_section_name_summary": "Súhrn",
|
|
4
4
|
"text_cv_section_name_objective": "Cieľ",
|
|
5
5
|
"text_cv_section_name_experience": "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",
|
|
9
|
-
"text_cv_section_name_certifications": "
|
|
9
|
+
"text_cv_section_name_certifications": "Certifikáty",
|
|
10
10
|
"text_cv_section_name_awards": "Ocenenia",
|
|
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": "Dosiahnuté výsledky",
|
|
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": "Podrobnosti",
|
|
21
|
+
"text_cv_property_location": "Miesto",
|
|
22
22
|
"text_cv_property_address": "Adresa",
|
|
23
23
|
"text_cv_property_phone": "Telefón",
|
|
24
24
|
"text_cv_property_email": "E-mail",
|
|
25
25
|
"text_cv_property_date_of_birth": "Dátum narodenia",
|
|
26
26
|
"text_cv_property_place_of_birth": "Miesto narodenia",
|
|
27
|
-
"text_cv_property_nationality": "
|
|
27
|
+
"text_cv_property_nationality": "Štátna príslušnosť",
|
|
28
28
|
"text_cv_property_website": "Webová stránka",
|
|
29
29
|
"text_language_proficiency_1": "Začiatočník",
|
|
30
|
-
"text_language_proficiency_2": "
|
|
30
|
+
"text_language_proficiency_2": "Mierne pokročilý",
|
|
31
31
|
"text_language_proficiency_3": "Stredne pokročilý",
|
|
32
32
|
"text_language_proficiency_4": "Pokročilý",
|
|
33
33
|
"text_language_proficiency_5": "Plynulý",
|
|
34
|
-
"text_skill_level_1": "Základná",
|
|
35
|
-
"text_skill_level_2": "
|
|
36
|
-
"text_skill_level_3": "Pokročilá",
|
|
37
|
-
"text_skill_level_4": "
|
|
38
|
-
"text_skill_level_5": "
|
|
34
|
+
"text_skill_level_1": "Základná úroveň",
|
|
35
|
+
"text_skill_level_2": "Stredná úroveň",
|
|
36
|
+
"text_skill_level_3": "Pokročilá úroveň",
|
|
37
|
+
"text_skill_level_4": "Vysoká úroveň",
|
|
38
|
+
"text_skill_level_5": "Expert",
|
|
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,10 @@
|
|
|
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": "
|
|
46
|
+
"text_cv_section_name_declaration": "Prehlásenie",
|
|
47
47
|
"text_references_available_upon_request": "Informácie k dispozícii na požiadanie",
|
|
48
|
-
"text_brand_watermark": "
|
|
49
|
-
"text_to_recipient_in_cover_letter": "
|
|
48
|
+
"text_brand_watermark": "Powered by {brand}",
|
|
49
|
+
"text_to_recipient_in_cover_letter": "Komu",
|
|
50
50
|
"text_present_in_resume_date": "Súčasnosť",
|
|
51
51
|
"text_send_from_in_cover_letter": "Od"
|
|
52
52
|
}
|
|
@@ -2,51 +2,51 @@
|
|
|
2
2
|
"$schema": "https://inlang.com/schema/inlang-message-format",
|
|
3
3
|
"text_cv_section_name_summary": "Povzetek",
|
|
4
4
|
"text_cv_section_name_objective": "Cilj",
|
|
5
|
-
"text_cv_section_name_experience": "
|
|
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",
|
|
8
|
-
"text_cv_section_name_skills": "
|
|
8
|
+
"text_cv_section_name_skills": "Znanja in veščine",
|
|
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": "
|
|
12
|
+
"text_cv_section_name_volunteering": "Prostovoljno delo",
|
|
13
13
|
"text_cv_section_name_publications": "Objave",
|
|
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": "Priporočila",
|
|
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": "
|
|
24
|
+
"text_cv_property_email": "E-naslov",
|
|
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
29
|
"text_language_proficiency_1": "Začetnik",
|
|
30
|
-
"text_language_proficiency_2": "Osnovno",
|
|
31
|
-
"text_language_proficiency_3": "Srednje",
|
|
32
|
-
"text_language_proficiency_4": "Napredno",
|
|
30
|
+
"text_language_proficiency_2": "Osnovno znanje",
|
|
31
|
+
"text_language_proficiency_3": "Srednje znanje",
|
|
32
|
+
"text_language_proficiency_4": "Napredno znanje",
|
|
33
33
|
"text_language_proficiency_5": "Tekoče",
|
|
34
34
|
"text_skill_level_1": "Osnovno",
|
|
35
35
|
"text_skill_level_2": "Srednje",
|
|
36
|
-
"text_skill_level_3": "
|
|
36
|
+
"text_skill_level_3": "Dobro",
|
|
37
37
|
"text_skill_level_4": "Napredno",
|
|
38
|
-
"text_skill_level_5": "
|
|
38
|
+
"text_skill_level_5": "Strokovno",
|
|
39
39
|
"text_cv_section_name_personal_info": "Osebni podatki",
|
|
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": "Dovoljenja",
|
|
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": "
|
|
49
|
-
"text_to_recipient_in_cover_letter": "
|
|
47
|
+
"text_references_available_upon_request": "Podatki na voljo na zahtevo",
|
|
48
|
+
"text_brand_watermark": "Omogoča {brand}",
|
|
49
|
+
"text_to_recipient_in_cover_letter": "Za",
|
|
50
50
|
"text_present_in_resume_date": "Trenutno",
|
|
51
|
-
"text_send_from_in_cover_letter": "
|
|
51
|
+
"text_send_from_in_cover_letter": "Od"
|
|
52
52
|
}
|
|
@@ -1,52 +1,52 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://inlang.com/schema/inlang-message-format",
|
|
3
3
|
"text_cv_section_name_summary": "Përmbledhje",
|
|
4
|
-
"text_cv_section_name_objective": "
|
|
5
|
-
"text_cv_section_name_experience": "
|
|
6
|
-
"text_cv_section_name_education": "
|
|
4
|
+
"text_cv_section_name_objective": "Objektiv",
|
|
5
|
+
"text_cv_section_name_experience": "Përvoja",
|
|
6
|
+
"text_cv_section_name_education": "Arsimi",
|
|
7
7
|
"text_cv_section_name_projects": "Projektet",
|
|
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": "
|
|
8
|
+
"text_cv_section_name_skills": "Aftësi",
|
|
9
|
+
"text_cv_section_name_certifications": "Certifikime",
|
|
10
|
+
"text_cv_section_name_awards": "Çmime",
|
|
11
|
+
"text_cv_section_name_interests": "Interesa",
|
|
12
|
+
"text_cv_section_name_volunteering": "Vullnetarizëm",
|
|
13
|
+
"text_cv_section_name_publications": "Publikime",
|
|
14
|
+
"text_cv_section_name_achievements": "Arritje",
|
|
15
15
|
"text_cv_section_name_qrcode": "Kodi 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": "
|
|
16
|
+
"text_cv_section_name_activities": "Aktivitete",
|
|
17
|
+
"text_cv_section_name_languages": "Gjuhe",
|
|
18
|
+
"text_cv_section_name_references": "Referenca",
|
|
19
|
+
"text_cv_section_name_profiles": "Profile",
|
|
20
|
+
"text_cv_section_name_details": "Detaje",
|
|
21
|
+
"text_cv_property_location": "Vendndodhje",
|
|
22
22
|
"text_cv_property_address": "Adresa",
|
|
23
|
-
"text_cv_property_phone": "
|
|
24
|
-
"text_cv_property_email": "Email
|
|
25
|
-
"text_cv_property_date_of_birth": "Data e
|
|
26
|
-
"text_cv_property_place_of_birth": "Vendi i
|
|
27
|
-
"text_cv_property_nationality": "
|
|
23
|
+
"text_cv_property_phone": "Telefon",
|
|
24
|
+
"text_cv_property_email": "Email",
|
|
25
|
+
"text_cv_property_date_of_birth": "Data e lindjes",
|
|
26
|
+
"text_cv_property_place_of_birth": "Vendi i lindjes",
|
|
27
|
+
"text_cv_property_nationality": "Shtetësia",
|
|
28
28
|
"text_cv_property_website": "Uebsajti",
|
|
29
29
|
"text_language_proficiency_1": "Fillestar",
|
|
30
30
|
"text_language_proficiency_2": "Elementar",
|
|
31
31
|
"text_language_proficiency_3": "Mesatar",
|
|
32
|
-
"text_language_proficiency_4": "I
|
|
33
|
-
"text_language_proficiency_5": "
|
|
34
|
-
"text_skill_level_1": "
|
|
32
|
+
"text_language_proficiency_4": "I avancuar",
|
|
33
|
+
"text_language_proficiency_5": "I rrjedhshëm",
|
|
34
|
+
"text_skill_level_1": "Bazë",
|
|
35
35
|
"text_skill_level_2": "Mesatar",
|
|
36
|
-
"text_skill_level_3": "I
|
|
37
|
-
"text_skill_level_4": "I
|
|
36
|
+
"text_skill_level_3": "I aftë",
|
|
37
|
+
"text_skill_level_4": "I avancuar",
|
|
38
38
|
"text_skill_level_5": "Ekspert",
|
|
39
|
-
"text_cv_section_name_personal_info": "
|
|
40
|
-
"text_cv_section_name_links": "
|
|
39
|
+
"text_cv_section_name_personal_info": "Të Dhëna Personale",
|
|
40
|
+
"text_cv_section_name_links": "Lidhje",
|
|
41
41
|
"text_cv_property_gender": "Gjinia",
|
|
42
|
-
"text_cv_property_marital_status": "Statusi
|
|
42
|
+
"text_cv_property_marital_status": "Statusi martesor",
|
|
43
43
|
"text_cv_section_name_licenses": "Licenca",
|
|
44
|
-
"text_cv_section_name_driver_licenses": "
|
|
44
|
+
"text_cv_section_name_driver_licenses": "Leje Drejtimi",
|
|
45
45
|
"text_cv_section_name_driver_declaration": "Deklaratë",
|
|
46
|
-
"text_cv_section_name_declaration": "
|
|
47
|
-
"text_references_available_upon_request": "Informacioni
|
|
46
|
+
"text_cv_section_name_declaration": "Deklaratë",
|
|
47
|
+
"text_references_available_upon_request": "Informacioni ofrohet me kërkesë",
|
|
48
48
|
"text_brand_watermark": "Mundësuar nga {brand}",
|
|
49
|
-
"text_to_recipient_in_cover_letter": "
|
|
50
|
-
"text_present_in_resume_date": "
|
|
49
|
+
"text_to_recipient_in_cover_letter": "Për",
|
|
50
|
+
"text_present_in_resume_date": "Sot",
|
|
51
51
|
"text_send_from_in_cover_letter": "Nga"
|
|
52
52
|
}
|
|
@@ -1,52 +1,52 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://inlang.com/schema/inlang-message-format",
|
|
3
|
-
"text_cv_section_name_summary": "
|
|
3
|
+
"text_cv_section_name_summary": "Rezime",
|
|
4
4
|
"text_cv_section_name_objective": "Cilj",
|
|
5
|
-
"text_cv_section_name_experience": "
|
|
5
|
+
"text_cv_section_name_experience": "Radno iskustvo",
|
|
6
6
|
"text_cv_section_name_education": "Obrazovanje",
|
|
7
7
|
"text_cv_section_name_projects": "Projekti",
|
|
8
8
|
"text_cv_section_name_skills": "Veštine",
|
|
9
9
|
"text_cv_section_name_certifications": "Sertifikati",
|
|
10
10
|
"text_cv_section_name_awards": "Nagrade",
|
|
11
11
|
"text_cv_section_name_interests": "Interesovanja",
|
|
12
|
-
"text_cv_section_name_volunteering": "
|
|
12
|
+
"text_cv_section_name_volunteering": "Volonterski rad",
|
|
13
13
|
"text_cv_section_name_publications": "Publikacije",
|
|
14
|
-
"text_cv_section_name_achievements": "
|
|
15
|
-
"text_cv_section_name_qrcode": "QR
|
|
14
|
+
"text_cv_section_name_achievements": "Postignuća",
|
|
15
|
+
"text_cv_section_name_qrcode": "QR kod",
|
|
16
16
|
"text_cv_section_name_activities": "Aktivnosti",
|
|
17
17
|
"text_cv_section_name_languages": "Jezici",
|
|
18
|
-
"text_cv_section_name_references": "
|
|
18
|
+
"text_cv_section_name_references": "Preporuke",
|
|
19
19
|
"text_cv_section_name_profiles": "Profili",
|
|
20
20
|
"text_cv_section_name_details": "Detalji",
|
|
21
21
|
"text_cv_property_location": "Lokacija",
|
|
22
22
|
"text_cv_property_address": "Adresa",
|
|
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": "Datum rođenja",
|
|
26
26
|
"text_cv_property_place_of_birth": "Mesto rođenja",
|
|
27
27
|
"text_cv_property_nationality": "Nacionalnost",
|
|
28
|
-
"text_cv_property_website": "
|
|
29
|
-
"text_language_proficiency_1": "
|
|
30
|
-
"text_language_proficiency_2": "
|
|
28
|
+
"text_cv_property_website": "Veb-sajt",
|
|
29
|
+
"text_language_proficiency_1": "Početni",
|
|
30
|
+
"text_language_proficiency_2": "Osnovni",
|
|
31
31
|
"text_language_proficiency_3": "Srednji",
|
|
32
32
|
"text_language_proficiency_4": "Napredni",
|
|
33
33
|
"text_language_proficiency_5": "Tečno",
|
|
34
|
-
"text_skill_level_1": "
|
|
35
|
-
"text_skill_level_2": "Srednji",
|
|
34
|
+
"text_skill_level_1": "Osnovno",
|
|
35
|
+
"text_skill_level_2": "Srednji nivo",
|
|
36
36
|
"text_skill_level_3": "Vešt",
|
|
37
|
-
"text_skill_level_4": "Napredni",
|
|
37
|
+
"text_skill_level_4": "Napredni nivo",
|
|
38
38
|
"text_skill_level_5": "Ekspert",
|
|
39
39
|
"text_cv_section_name_personal_info": "Lični podaci",
|
|
40
40
|
"text_cv_section_name_links": "Linkovi",
|
|
41
41
|
"text_cv_property_gender": "Pol",
|
|
42
42
|
"text_cv_property_marital_status": "Bračno stanje",
|
|
43
43
|
"text_cv_section_name_licenses": "Dozvole",
|
|
44
|
-
"text_cv_section_name_driver_licenses": "Vozačke
|
|
44
|
+
"text_cv_section_name_driver_licenses": "Vozačke dozvole",
|
|
45
45
|
"text_cv_section_name_driver_declaration": "Izjava",
|
|
46
46
|
"text_cv_section_name_declaration": "Izjava",
|
|
47
|
-
"text_references_available_upon_request": "
|
|
47
|
+
"text_references_available_upon_request": "Podaci dostupni na zahtev",
|
|
48
48
|
"text_brand_watermark": "Pokreće {brand}",
|
|
49
|
-
"text_to_recipient_in_cover_letter": "
|
|
49
|
+
"text_to_recipient_in_cover_letter": "Za",
|
|
50
50
|
"text_present_in_resume_date": "Sada",
|
|
51
51
|
"text_send_from_in_cover_letter": "Od"
|
|
52
52
|
}
|
|
@@ -9,9 +9,9 @@
|
|
|
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",
|
|
12
|
-
"text_cv_section_name_volunteering": "
|
|
12
|
+
"text_cv_section_name_volunteering": "Ideellt arbete",
|
|
13
13
|
"text_cv_section_name_publications": "Publikationer",
|
|
14
|
-
"text_cv_section_name_achievements": "
|
|
14
|
+
"text_cv_section_name_achievements": "Meriter",
|
|
15
15
|
"text_cv_section_name_qrcode": "QR-kod",
|
|
16
16
|
"text_cv_section_name_activities": "Aktiviteter",
|
|
17
17
|
"text_cv_section_name_languages": "Språk",
|
|
@@ -28,25 +28,25 @@
|
|
|
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": "Medelgoda kunskaper",
|
|
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": "
|
|
36
|
-
"text_skill_level_3": "
|
|
35
|
+
"text_skill_level_2": "Medel",
|
|
36
|
+
"text_skill_level_3": "God",
|
|
37
37
|
"text_skill_level_4": "Avancerad",
|
|
38
38
|
"text_skill_level_5": "Expert",
|
|
39
|
-
"text_cv_section_name_personal_info": "
|
|
39
|
+
"text_cv_section_name_personal_info": "Personuppgifter",
|
|
40
40
|
"text_cv_section_name_links": "Länkar",
|
|
41
41
|
"text_cv_property_gender": "Kön",
|
|
42
42
|
"text_cv_property_marital_status": "Civilstånd",
|
|
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": "
|
|
46
|
+
"text_cv_section_name_declaration": "Deklaration",
|
|
47
|
+
"text_references_available_upon_request": "Uppgifter lämnas på begäran",
|
|
48
48
|
"text_brand_watermark": "Drivs av {brand}",
|
|
49
|
-
"text_to_recipient_in_cover_letter": "
|
|
49
|
+
"text_to_recipient_in_cover_letter": "Till",
|
|
50
50
|
"text_present_in_resume_date": "Nuvarande",
|
|
51
51
|
"text_send_from_in_cover_letter": "Från"
|
|
52
52
|
}
|
|
@@ -1,41 +1,41 @@
|
|
|
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": "
|
|
4
|
+
"text_cv_section_name_objective": "Lengo",
|
|
5
5
|
"text_cv_section_name_experience": "Uzoefu",
|
|
6
6
|
"text_cv_section_name_education": "Elimu",
|
|
7
7
|
"text_cv_section_name_projects": "Miradi",
|
|
8
8
|
"text_cv_section_name_skills": "Ujuzi",
|
|
9
9
|
"text_cv_section_name_certifications": "Vyeti",
|
|
10
10
|
"text_cv_section_name_awards": "Tuzo",
|
|
11
|
-
"text_cv_section_name_interests": "
|
|
11
|
+
"text_cv_section_name_interests": "Maslahi",
|
|
12
12
|
"text_cv_section_name_volunteering": "Kujitolea",
|
|
13
13
|
"text_cv_section_name_publications": "Machapisho",
|
|
14
14
|
"text_cv_section_name_achievements": "Mafanikio",
|
|
15
|
-
"text_cv_section_name_qrcode": "QR
|
|
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": "
|
|
18
|
+
"text_cv_section_name_references": "Rejea",
|
|
19
19
|
"text_cv_section_name_profiles": "Profaili",
|
|
20
20
|
"text_cv_section_name_details": "Maelezo",
|
|
21
21
|
"text_cv_property_location": "Mahali",
|
|
22
22
|
"text_cv_property_address": "Anwani",
|
|
23
23
|
"text_cv_property_phone": "Simu",
|
|
24
|
-
"text_cv_property_email": "Barua
|
|
24
|
+
"text_cv_property_email": "Barua Pepe",
|
|
25
25
|
"text_cv_property_date_of_birth": "Tarehe ya Kuzaliwa",
|
|
26
26
|
"text_cv_property_place_of_birth": "Mahali pa Kuzaliwa",
|
|
27
|
-
"text_cv_property_nationality": "
|
|
27
|
+
"text_cv_property_nationality": "Uraia",
|
|
28
28
|
"text_cv_property_website": "Tovuti",
|
|
29
|
-
"text_language_proficiency_1": "
|
|
29
|
+
"text_language_proficiency_1": "Mwanzilishi",
|
|
30
30
|
"text_language_proficiency_2": "Msingi",
|
|
31
|
-
"text_language_proficiency_3": "
|
|
31
|
+
"text_language_proficiency_3": "Kati",
|
|
32
32
|
"text_language_proficiency_4": "Juu",
|
|
33
|
-
"text_language_proficiency_5": "
|
|
33
|
+
"text_language_proficiency_5": "Mzoefu",
|
|
34
34
|
"text_skill_level_1": "Msingi",
|
|
35
35
|
"text_skill_level_2": "Kati",
|
|
36
|
-
"text_skill_level_3": "
|
|
36
|
+
"text_skill_level_3": "Mzoefu",
|
|
37
37
|
"text_skill_level_4": "Juu",
|
|
38
|
-
"text_skill_level_5": "
|
|
38
|
+
"text_skill_level_5": "Bingwa",
|
|
39
39
|
"text_cv_section_name_personal_info": "Taarifa Binafsi",
|
|
40
40
|
"text_cv_section_name_links": "Viungo",
|
|
41
41
|
"text_cv_property_gender": "Jinsia",
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"text_cv_section_name_licenses": "Leseni",
|
|
44
44
|
"text_cv_section_name_driver_licenses": "Leseni za Udereva",
|
|
45
45
|
"text_cv_section_name_driver_declaration": "Tamko",
|
|
46
|
-
"text_cv_section_name_declaration": "
|
|
47
|
-
"text_references_available_upon_request": "Taarifa zitapatikana kwa
|
|
48
|
-
"text_brand_watermark": "
|
|
49
|
-
"text_to_recipient_in_cover_letter": "
|
|
46
|
+
"text_cv_section_name_declaration": "Tamko",
|
|
47
|
+
"text_references_available_upon_request": "Taarifa zitapatikana kwa maombi",
|
|
48
|
+
"text_brand_watermark": "Imendeshwa na {brand}",
|
|
49
|
+
"text_to_recipient_in_cover_letter": "Kwa",
|
|
50
50
|
"text_present_in_resume_date": "Sasa",
|
|
51
51
|
"text_send_from_in_cover_letter": "Kutoka"
|
|
52
52
|
}
|
|
@@ -7,46 +7,46 @@
|
|
|
7
7
|
"text_cv_section_name_projects": "திட்டங்கள்",
|
|
8
8
|
"text_cv_section_name_skills": "திறன்கள்",
|
|
9
9
|
"text_cv_section_name_certifications": "சான்றிதழ்கள்",
|
|
10
|
-
"text_cv_section_name_awards": "
|
|
10
|
+
"text_cv_section_name_awards": "விருதுகளை",
|
|
11
11
|
"text_cv_section_name_interests": "ஆர்வங்கள்",
|
|
12
|
-
"text_cv_section_name_volunteering": "
|
|
13
|
-
"text_cv_section_name_publications": "
|
|
12
|
+
"text_cv_section_name_volunteering": "செயற்கைக்களச்செயல்கள்",
|
|
13
|
+
"text_cv_section_name_publications": "பதிப்புகள்",
|
|
14
14
|
"text_cv_section_name_achievements": "சாதனைகள்",
|
|
15
15
|
"text_cv_section_name_qrcode": "QR குறியீடு",
|
|
16
|
-
"text_cv_section_name_activities": "
|
|
16
|
+
"text_cv_section_name_activities": "நிகழ்வுகள்",
|
|
17
17
|
"text_cv_section_name_languages": "மொழிகள்",
|
|
18
|
-
"text_cv_section_name_references": "
|
|
18
|
+
"text_cv_section_name_references": "பரிந்துரைகள்",
|
|
19
19
|
"text_cv_section_name_profiles": "சுயவிவரங்கள்",
|
|
20
20
|
"text_cv_section_name_details": "விவரங்கள்",
|
|
21
21
|
"text_cv_property_location": "இடம்",
|
|
22
22
|
"text_cv_property_address": "முகவரி",
|
|
23
23
|
"text_cv_property_phone": "தொலைபேசி",
|
|
24
24
|
"text_cv_property_email": "மின்னஞ்சல்",
|
|
25
|
-
"text_cv_property_date_of_birth": "பிறந்த
|
|
25
|
+
"text_cv_property_date_of_birth": "பிறந்த தேதி",
|
|
26
26
|
"text_cv_property_place_of_birth": "பிறந்த இடம்",
|
|
27
|
-
"text_cv_property_nationality": "
|
|
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": "
|
|
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
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": "
|
|
35
|
+
"text_skill_level_2": "மத்தியநிலை",
|
|
36
|
+
"text_skill_level_3": "திறமையாளர்",
|
|
37
|
+
"text_skill_level_4": "மேம்பட்டது",
|
|
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": "பாலினம்",
|
|
42
42
|
"text_cv_property_marital_status": "திருமண நிலை",
|
|
43
|
-
"text_cv_section_name_licenses": "
|
|
44
|
-
"text_cv_section_name_driver_licenses": "ஓட்டுநர்
|
|
43
|
+
"text_cv_section_name_licenses": "உரிமங்களை",
|
|
44
|
+
"text_cv_section_name_driver_licenses": "ஓட்டுநர் உரிமங்கள்",
|
|
45
45
|
"text_cv_section_name_driver_declaration": "அறிக்கை",
|
|
46
|
-
"text_cv_section_name_declaration": "
|
|
47
|
-
"text_references_available_upon_request": "
|
|
48
|
-
"text_brand_watermark": "{brand}
|
|
49
|
-
"text_to_recipient_in_cover_letter": "
|
|
50
|
-
"text_present_in_resume_date": "
|
|
51
|
-
"text_send_from_in_cover_letter": "
|
|
46
|
+
"text_cv_section_name_declaration": "உறுதிப்பத்திரம்",
|
|
47
|
+
"text_references_available_upon_request": "தேவைப்பட்டால் தகவல் வழங்கப்படலாம்",
|
|
48
|
+
"text_brand_watermark": "{brand} வழங்கியது",
|
|
49
|
+
"text_to_recipient_in_cover_letter": "அவர்களுக்கு",
|
|
50
|
+
"text_present_in_resume_date": "நடப்பது",
|
|
51
|
+
"text_send_from_in_cover_letter": "அனுப்பியது"
|
|
52
52
|
}
|