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
|
@@ -2,105 +2,182 @@
|
|
|
2
2
|
"$schema": "https://inlang.com/schema/inlang-message-format",
|
|
3
3
|
"text_history": "Historial",
|
|
4
4
|
"text_variable": "Variable",
|
|
5
|
-
"text_share_feedback": "
|
|
6
|
-
"text_login": "
|
|
7
|
-
"text_login_to_use_all_feature": "Inicia sessió per utilitzar totes les funcions",
|
|
8
|
-
"text_calculation_history": "Historial de càlculs",
|
|
9
|
-
"text_save_and_sync_settings": "Desar i sincronitzar la configuració",
|
|
10
|
-
"text_utilize_advanced_features": "Utilitzar característiques avançades",
|
|
5
|
+
"text_share_feedback": "Envia comentaris",
|
|
6
|
+
"text_login": "Inicia sessió",
|
|
11
7
|
"text_feedback_title": "La teva opinió compta!",
|
|
12
|
-
"text_feedback_description": "Comparteix
|
|
8
|
+
"text_feedback_description": "Comparteix les teves opinions, suggeriments o experiències amb els nostres serveis.",
|
|
13
9
|
"text_rating": "Valoració",
|
|
14
|
-
"text_placeholder_contact_email_optional": "Contacte@
|
|
15
|
-
"text_placeholder_feedback_details_optional": "Alguna cosa que vulguis dir
|
|
16
|
-
"text_send_feedback": "
|
|
10
|
+
"text_placeholder_contact_email_optional": "Contacte@exemple.com (opcional)",
|
|
11
|
+
"text_placeholder_feedback_details_optional": "Alguna cosa que ens vulguis dir? (opcional)",
|
|
12
|
+
"text_send_feedback": "Envia comentaris",
|
|
17
13
|
"text_settings": "Configuració",
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
14
|
+
"text_settings_section_common": "General",
|
|
15
|
+
"text_settings_section_common_desc": "Opcions bàsiques de la calculadora",
|
|
16
|
+
"text_settings_section_number_format": "Format dels nombres",
|
|
17
|
+
"text_settings_section_number_format_desc": "Opcions de decimals i separadors",
|
|
18
|
+
"text_settings_section_more": "Més",
|
|
19
|
+
"text_settings_section_more_desc": "Opcions addicionals",
|
|
21
20
|
"text_angle_unit": "Unitat d'angle",
|
|
22
|
-
"
|
|
21
|
+
"text_angle_unit_desc": "Unitat de mesura dels angles",
|
|
22
|
+
"text_default_output": "Format predeterminat",
|
|
23
|
+
"text_default_output_desc": "Selecciona el format predeterminat dels resultats",
|
|
23
24
|
"text_implied_multiplication": "Multiplicació implícita",
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
25
|
+
"text_implied_multiplication_desc": "Defineix la prioritat d'avaluació quan s'omet el signe de multiplicació",
|
|
26
|
+
"text_implied_multiplication_prioritized": "Prioritzada",
|
|
27
|
+
"text_implied_multiplication_left_to_right": "D'esquerra a dreta",
|
|
28
|
+
"text_percentage_calculation_logic": "Lògica del percentatge",
|
|
29
|
+
"text_percentage_calculation_logic_desc": "Comportament del símbol % a les equacions",
|
|
30
|
+
"text_percentage_calculation_logic_literal_value": "Valor literal",
|
|
31
|
+
"text_percentage_calculation_logic_relative_to_base": "Relatiu a la base",
|
|
32
|
+
"text_decimal_number_format": "Format decimal dels nombres",
|
|
33
|
+
"text_decimal_number_format_desc": "Tria com es mostren els nombres",
|
|
28
34
|
"text_decimal_separator": "Separador decimal",
|
|
29
|
-
"
|
|
30
|
-
"
|
|
35
|
+
"text_decimal_separator_point": "Punt",
|
|
36
|
+
"text_decimal_separator_comma": "Coma",
|
|
37
|
+
"text_thousands_separator": "Separador de milers",
|
|
38
|
+
"text_thousands_separator_desc": "Caràcter per agrupar dígits a la part entera",
|
|
39
|
+
"text_thousandths_separator": "Separador de mil·lèsimes",
|
|
40
|
+
"text_thousandths_separator_desc": "Caràcter per agrupar dígits a la part fraccionària",
|
|
31
41
|
"text_scientific_notation": "Notació científica",
|
|
32
|
-
"
|
|
42
|
+
"text_scientific_notation_desc": "Format de visualització del símbol de l'exponent",
|
|
43
|
+
"text_indian_style_digit_grouping": "Agrupació de dígits d'estil indi",
|
|
44
|
+
"text_indian_style_digit_grouping_desc": "Agrupa els dígits amb el sistema de numeració indi",
|
|
45
|
+
"text_on": "Activat",
|
|
46
|
+
"text_off": "Desactivat",
|
|
47
|
+
"text_decimal_number_format_and_decimal_precision": "Format decimal & precisió decimal",
|
|
48
|
+
"text_precision": "Precisió",
|
|
33
49
|
"text_example": "Exemple",
|
|
34
|
-
"text_calculator_layout": "Disseny
|
|
50
|
+
"text_calculator_layout": "Disseny de la calculadora",
|
|
35
51
|
"text_select_layout": "Selecciona el disseny",
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
52
|
+
"text_reset_settings": "Restableix la configuració",
|
|
53
|
+
"text_reset_settings_desc": "Restaura tota la configuració als valors predeterminats",
|
|
54
|
+
"text_reset": "Restableix",
|
|
55
|
+
"text_rows": "Files",
|
|
56
|
+
"text_columns": "Columnes",
|
|
41
57
|
"text_scientific_constant": "Constant científica",
|
|
42
58
|
"text_metric_conversions": "Conversions mètriques",
|
|
43
59
|
"text_matrix": "Matriu",
|
|
44
|
-
"
|
|
60
|
+
"text_insert_sized_matrix": "Insereix una matriu de {size}",
|
|
61
|
+
"text_insert_matrix": "Insereix una matriu",
|
|
45
62
|
"text_matrix_dimensions": "Dimensions de la matriu",
|
|
46
|
-
"text_insert": "
|
|
47
|
-
"text_close": "
|
|
48
|
-
"text_cancel": "Cancel·
|
|
49
|
-
"text_confirm": "
|
|
50
|
-
"text_delete_calculation_history_confirm_title": "Vols
|
|
51
|
-
"text_delete_variables_confirm_title": "Vols esborrar tots els valors variables?",
|
|
52
|
-
"text_reset_settings_confirm_title": "
|
|
53
|
-
"text_reset_settings_confirm_message": "Aquesta acció
|
|
54
|
-
"text_insert_expression_to_editor_confirm_title": "
|
|
55
|
-
"text_copy_as_plain_text": "
|
|
56
|
-
"text_copy_as_latex": "
|
|
57
|
-
"text_paste": "
|
|
58
|
-
"text_select_all": "
|
|
59
|
-
"text_insert_expression_to_the_editor": "
|
|
60
|
-
"text_view_result_format": "
|
|
63
|
+
"text_insert": "Insereix",
|
|
64
|
+
"text_close": "Tanca",
|
|
65
|
+
"text_cancel": "Cancel·la",
|
|
66
|
+
"text_confirm": "Confirma",
|
|
67
|
+
"text_delete_calculation_history_confirm_title": "Vols suprimir tot l'historial de càlculs?",
|
|
68
|
+
"text_delete_variables_confirm_title": "Vols esborrar tots els valors de les variables?",
|
|
69
|
+
"text_reset_settings_confirm_title": "Confirma el restabliment",
|
|
70
|
+
"text_reset_settings_confirm_message": "Aquesta acció suprimirà permanentment la configuració i la restablirà als valors predeterminats",
|
|
71
|
+
"text_insert_expression_to_editor_confirm_title": "Vols inserir l'expressió a l'editor?",
|
|
72
|
+
"text_copy_as_plain_text": "Copia com a text pla",
|
|
73
|
+
"text_copy_as_latex": "Copia com a LaTeX",
|
|
74
|
+
"text_paste": "Enganxa",
|
|
75
|
+
"text_select_all": "Selecciona-ho tot",
|
|
76
|
+
"text_insert_expression_to_the_editor": "Insereix l'expressió a l'editor",
|
|
77
|
+
"text_view_result_format": "Mostra el format del resultat",
|
|
61
78
|
"text_result_format": "Format del resultat",
|
|
62
79
|
"text_fraction": "Fracció",
|
|
63
80
|
"text_prime_factor": "Factor primer",
|
|
64
|
-
"text_repeated_decimal": "Decimal
|
|
81
|
+
"text_repeated_decimal": "Decimal periòdic",
|
|
65
82
|
"text_mixed_fraction": "Fracció mixta",
|
|
66
83
|
"text_numeric": "Numèric",
|
|
67
84
|
"text_calculation_feedback": "Comentaris del càlcul",
|
|
68
85
|
"text_result_was_incorrect": "El resultat era incorrecte",
|
|
69
86
|
"text_unexpected_result_format": "Format de resultat inesperat",
|
|
70
|
-
"text_calculation_took_too_long": "El càlcul
|
|
71
|
-
"text_result_didnt_round_correctly": "El resultat no
|
|
72
|
-
"text_failed_to_handle_scientific_notation": "
|
|
87
|
+
"text_calculation_took_too_long": "El càlcul ha trigat massa",
|
|
88
|
+
"text_result_didnt_round_correctly": "El resultat no s'ha arrodonit correctament",
|
|
89
|
+
"text_failed_to_handle_scientific_notation": "No s'ha pogut gestionar la notació científica",
|
|
73
90
|
"text_unexpected_error_happened": "S'ha produït un error inesperat",
|
|
74
|
-
"text_other": "
|
|
75
|
-
"text_provide_email_contact_description": "
|
|
76
|
-
"text_calculation_feedback_more_details_placeholder": "
|
|
77
|
-
"text_submit": "
|
|
78
|
-
"text_math_input_placeholder": "Introdueix
|
|
79
|
-
"text_math_input_calc_mode_placeholder": "Introdueix valor de la variable",
|
|
91
|
+
"text_other": "Altre",
|
|
92
|
+
"text_provide_email_contact_description": "Facilitar el teu correu electrònic ens ajuda a fer seguiment i resoldre el problema més eficaçment (opcional)",
|
|
93
|
+
"text_calculation_feedback_more_details_placeholder": "Afegeix més detalls si vols",
|
|
94
|
+
"text_submit": "Envia",
|
|
95
|
+
"text_math_input_placeholder": "Introdueix una expressió",
|
|
96
|
+
"text_math_input_calc_mode_placeholder": "Introdueix el valor de la variable",
|
|
80
97
|
"text_FUNCTION_NOT_SUPPORT_IN_MODE": "Aquesta funció no és compatible en el mode actual",
|
|
81
98
|
"text_CANNOT_CONVERT_TO_MIXED_FRACTION": "No es pot convertir a fracció mixta",
|
|
82
99
|
"text_CANNOT_CONVERT_TO_DMS": "No es pot convertir al format DMS",
|
|
83
100
|
"text_CANNOT_CONVERT_TO_FRACTION": "No es pot convertir al format de fracció",
|
|
84
101
|
"text_unknown_error_occurred": "S'ha produït un error desconegut",
|
|
85
|
-
"text_skip_this_time": "
|
|
102
|
+
"text_skip_this_time": "Omet ara",
|
|
86
103
|
"text_separator_space": "Espai",
|
|
87
104
|
"text_separator_comma": "Coma",
|
|
88
105
|
"text_separator_dot": "Punt",
|
|
89
|
-
"text_separator_nothing": "
|
|
106
|
+
"text_separator_nothing": "Cap",
|
|
90
107
|
"text_separator_apostrophe": "Apòstrof",
|
|
91
108
|
"text_separator_underscore": "Guió baix",
|
|
92
109
|
"text_point": "Punt",
|
|
93
110
|
"text_decimal": "Decimal",
|
|
94
|
-
"
|
|
111
|
+
"text_key_insert": "{keyName} {symbol} insereix {text}",
|
|
95
112
|
"text_period_key": "Tecla de punt",
|
|
96
113
|
"text_comma_key": "Tecla de coma",
|
|
97
114
|
"text_function_argument_separator": "Separador d'arguments de funció",
|
|
98
115
|
"text_key_mapping_symbol_title": "Quin símbol ha de representar la tecla {key}?",
|
|
99
|
-
"text_decimal_separator_will_be_comma_symbol": "El separador decimal serà
|
|
100
|
-
"text_you_can_change_the_configuration_later_in_settings": "Pots canviar la configuració més tard a
|
|
101
|
-
"text_save": "
|
|
102
|
-
"text_fullscreen_mode": "Mode de pantalla completa",
|
|
103
|
-
"text_exit_fullscreen_mode": "Sortir del mode de pantalla completa",
|
|
116
|
+
"text_decimal_separator_will_be_comma_symbol": "El separador decimal serà la coma {symbol}",
|
|
117
|
+
"text_you_can_change_the_configuration_later_in_settings": "Pots canviar la configuració més tard a Configuració",
|
|
118
|
+
"text_save": "Desa",
|
|
104
119
|
"text_success": "Èxit",
|
|
105
|
-
"text_scroll_to_calculator": "
|
|
120
|
+
"text_scroll_to_calculator": "Vés a la calculadora",
|
|
121
|
+
"text_ai_scanner": "Escàner d'IA",
|
|
122
|
+
"text_clear_all": "Esborra-ho tot",
|
|
123
|
+
"text_search_language": "Cerca un idioma",
|
|
124
|
+
"text_no_results_found": "No s'han trobat resultats",
|
|
125
|
+
"text_ai_scanner_use_guide": "Arrossega una imatge aquí o fes clic per pujar-la",
|
|
126
|
+
"text_ai_scanner_use_guide_note": "JPG, PNG o WEBP — màx {maxSize} MB · Enganxa amb Ctrl+V",
|
|
127
|
+
"text_ai_scanner_use_camera": "Utilitza la càmera",
|
|
128
|
+
"text_ai_scanner_draw_math": "Dibuixa expressions",
|
|
129
|
+
"text_ai_scanner_edit_image": "Edita la imatge",
|
|
130
|
+
"text_ai_scanner_scan_image": "Escaneja la imatge",
|
|
131
|
+
"text_ai_scanner_analyzing_image": "S'està analitzant la imatge...",
|
|
132
|
+
"text_ai_scanner_no_expressions_found": "No s'han trobat expressions matemàtiques. Torna-ho a provar amb una altra imatge.",
|
|
133
|
+
"text_ai_scanner_result_may_error_warning": "Comprova el resultat, ja que pot contenir errors",
|
|
134
|
+
"text_ai_scanner_new_scan": "Nou escaneig",
|
|
135
|
+
"text_ai_scanner_back_to_edit_image": "Torna a editar",
|
|
136
|
+
"text_font_size_set_to_default": "Mida de lletra restablerta al valor predeterminat",
|
|
137
|
+
"text_ai_scanner_scan_drawing": "Escaneja el dibuix",
|
|
138
|
+
"text_history_is_empty": "L'historial és buit",
|
|
139
|
+
"text_delete": "Elimina",
|
|
140
|
+
"text_results": "Resultats",
|
|
141
|
+
"text_camera": "Càmera",
|
|
142
|
+
"text_ai_scanner_unsupport_file_type_message": "Tipus de fitxer no compatible. Fes servir JPG, PNG, o WEBP.",
|
|
143
|
+
"text_ai_scanner_file_to_large_message": "Fitxer massa gran (${size} MB). La mida màxima permesa és de {maxSize} MB.",
|
|
144
|
+
"text_info": "Info",
|
|
145
|
+
"text_system_initializing": "Inicialitzant",
|
|
146
|
+
"text_scientific_calculator": "Calculadora científica",
|
|
147
|
+
"text_system_init_failed": "Error d'inici",
|
|
148
|
+
"text_try_again": "Torna-ho a provar",
|
|
149
|
+
"text_go_back": "Torna enrere",
|
|
150
|
+
"text_expression_is_valid": "L'expressió és vàlida",
|
|
151
|
+
"text_checking_expression": "Comprovant l'expressió",
|
|
152
|
+
"text_suggest_edit_latex_for_compatible": "Edita el LaTeX perquè sigui compatible",
|
|
153
|
+
"text_copying_to_clipboard": "Copiant al porta-retalls",
|
|
154
|
+
"text_copied_to_clipboard": "S'ha copiat al porta-retalls",
|
|
155
|
+
"text_processing_paste": "Processant el contingut enganxat",
|
|
156
|
+
"text_clipboard_permission_denied": "Permís del porta-retalls denegat. Permet l'accés al porta-retalls per utilitzar la funció de còpia.",
|
|
157
|
+
"text_edit_to_fix": "Edita per corregir",
|
|
158
|
+
"text_starting_camera": "S'està iniciant la càmera",
|
|
159
|
+
"text_camera_permission_denied": "Permís de la càmera denegat. Si us plau, permeteu l'accés a la càmera i torneu-ho a provar.",
|
|
160
|
+
"text_no_camera_found": "No s'ha trobat cap càmera en aquest dispositiu",
|
|
161
|
+
"text_camera_is_in_use": "La càmera està en ús per una altra aplicació",
|
|
162
|
+
"text_failed_to_access_camera": "No s'ha pogut accedir a la càmera. Si us plau, comproveu els permisos",
|
|
163
|
+
"text_no_formats_available": "No hi ha formats disponibles",
|
|
164
|
+
"text_no_formats_available_desc": "No hi ha formats alternatius per a aquest resultat",
|
|
165
|
+
"text_settings_section_math_parsing_rules": "Regles d'interpretació matemàtica",
|
|
166
|
+
"text_settings_section_math_parsing_rules_desc": "Configura com l'app interpreta les comes i els punts en convertir text enganxat o imatges escanejades en expressions matemàtiques",
|
|
167
|
+
"text_ocr_auto_detect_formatting": "Detecció automàtica del format",
|
|
168
|
+
"text_ocr_auto_detect_formatting_desc": "Determina automàticament com s'usen les comes i els punts en el text escanejat o enganxat. Si no ho té clar, l'app usarà les regles alternatives de sota.",
|
|
169
|
+
"text_ocr_how_to_read_commas": "Com interpretar les comes (,)",
|
|
170
|
+
"text_ocr_how_to_read_commas_desc": "Tria el significat per defecte de les comes quan la detecció automàtica estigui desactivada o no sigui clara",
|
|
171
|
+
"text_ocr_how_to_read_dots": "Com interpretar els punts (.)",
|
|
172
|
+
"text_ocr_how_to_read_dots_desc": "Tria el significat per defecte dels punts quan la detecció automàtica estigui desactivada o no sigui clara",
|
|
173
|
+
"text_ocr_decimal_separator": "Separador decimal",
|
|
174
|
+
"text_ocr_thousands_separator": "Separador de milers",
|
|
175
|
+
"text_ocr_function_list_separator": "Separador de funcions / llistes",
|
|
176
|
+
"text_ocr_multiplication": "Multiplicació",
|
|
177
|
+
"text_settings_section_ai_scanner_desc": "Defineix les regles per defecte per a les expressions escanejades",
|
|
178
|
+
"text_ai_scanner_single_expression_action": "Acció per a una sola expressió",
|
|
179
|
+
"text_ai_scanner_single_expression_action_desc": "Tria el comportament per defecte quan s'escaneja exactament una expressió matemàtica",
|
|
180
|
+
"text_ai_scanner_action_show_result": "Mostrar el resultat",
|
|
181
|
+
"text_ai_scanner_action_insert_into_calculator": "Inserir directament a la Calculadora",
|
|
182
|
+
"text_about_us": "Sobre nosaltres"
|
|
106
183
|
}
|
|
@@ -2,55 +2,72 @@
|
|
|
2
2
|
"$schema": "https://inlang.com/schema/inlang-message-format",
|
|
3
3
|
"text_history": "Historie",
|
|
4
4
|
"text_variable": "Proměnná",
|
|
5
|
-
"text_share_feedback": "
|
|
5
|
+
"text_share_feedback": "Poskytnout zpětnou vazbu",
|
|
6
6
|
"text_login": "Přihlášení",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"text_save_and_sync_settings": "Uložit a synchronizovat nastavení",
|
|
10
|
-
"text_utilize_advanced_features": "Využívat pokročilé funkce",
|
|
11
|
-
"text_feedback_title": "Vaše zpětná vazba je důležitá!",
|
|
12
|
-
"text_feedback_description": "Podělte se o svoje myšlenky, návrhy nebo zkušenosti s našimi službami.",
|
|
7
|
+
"text_feedback_title": "Na vaší zpětné vazbě záleží!",
|
|
8
|
+
"text_feedback_description": "Podělte se o své názory, návrhy nebo zkušenosti s používáním našich služeb.",
|
|
13
9
|
"text_rating": "Hodnocení",
|
|
14
|
-
"text_placeholder_contact_email_optional": "
|
|
10
|
+
"text_placeholder_contact_email_optional": "kontakt@example.com (volitelné)",
|
|
15
11
|
"text_placeholder_feedback_details_optional": "Chcete nám něco sdělit? (volitelné)",
|
|
16
12
|
"text_send_feedback": "Odeslat zpětnou vazbu",
|
|
17
13
|
"text_settings": "Nastavení",
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
14
|
+
"text_settings_section_common": "Obecné",
|
|
15
|
+
"text_settings_section_common_desc": "Základní možnosti kalkulačky",
|
|
16
|
+
"text_settings_section_number_format": "Formát čísel",
|
|
17
|
+
"text_settings_section_number_format_desc": "Možnosti desetinného formátu a oddělovačů",
|
|
18
|
+
"text_settings_section_more": "Další",
|
|
19
|
+
"text_settings_section_more_desc": "Další možnosti",
|
|
21
20
|
"text_angle_unit": "Jednotka úhlu",
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
21
|
+
"text_angle_unit_desc": "Jednotka měření úhlů",
|
|
22
|
+
"text_default_output": "Výchozí formát",
|
|
23
|
+
"text_default_output_desc": "Vyberte výchozí formát výsledků výpočtů",
|
|
24
|
+
"text_implied_multiplication": "Implicitní násobení",
|
|
25
|
+
"text_implied_multiplication_desc": "Nastavte prioritu vyhodnocování vynechaných znamének násobení",
|
|
26
|
+
"text_implied_multiplication_prioritized": "Přednostní",
|
|
27
|
+
"text_implied_multiplication_left_to_right": "Zleva doprava",
|
|
28
|
+
"text_percentage_calculation_logic": "Logika výpočtu procent",
|
|
29
|
+
"text_percentage_calculation_logic_desc": "Chování symbolu % ve výrazech",
|
|
30
|
+
"text_percentage_calculation_logic_literal_value": "Doslovná hodnota",
|
|
31
|
+
"text_percentage_calculation_logic_relative_to_base": "Vzhledem k základu",
|
|
32
|
+
"text_decimal_number_format": "Formát desetinných čísel",
|
|
33
|
+
"text_decimal_number_format_desc": "Zvolte způsob zobrazení čísel",
|
|
34
|
+
"text_decimal_separator": "Desetinný oddělovač",
|
|
35
|
+
"text_decimal_separator_point": "Tečka",
|
|
36
|
+
"text_decimal_separator_comma": "Čárka",
|
|
37
|
+
"text_thousands_separator": "Oddělovač tisíců",
|
|
38
|
+
"text_thousands_separator_desc": "Znak pro seskupení číslic v celé části",
|
|
39
|
+
"text_thousandths_separator": "Oddělovač tisícin",
|
|
40
|
+
"text_thousandths_separator_desc": "Znak pro seskupení číslic v desetinné části",
|
|
41
|
+
"text_scientific_notation": "Vědecký zápis",
|
|
42
|
+
"text_scientific_notation_desc": "Formát zobrazení symbolu exponentu",
|
|
43
|
+
"text_indian_style_digit_grouping": "Indické seskupování číslic",
|
|
44
|
+
"text_indian_style_digit_grouping_desc": "Seskupit číslice podle indického číselného systému",
|
|
45
|
+
"text_on": "Zapnuto",
|
|
46
|
+
"text_off": "Vypnuto",
|
|
47
|
+
"text_decimal_number_format_and_decimal_precision": "Formát desetinných čísel & přesnost desetinných míst",
|
|
25
48
|
"text_precision": "Přesnost",
|
|
26
|
-
"text_decimal_number_format": "Formát desetinného čísla",
|
|
27
|
-
"text_percentage_calculation_type": "Typ výpočtu procent",
|
|
28
|
-
"text_decimal_separator": "Oddělovač desetinného čísla",
|
|
29
|
-
"text_thousand_separator": "Oddělovač tisíců",
|
|
30
|
-
"text_thousandth_separator": "Oddělovač tisícin",
|
|
31
|
-
"text_scientific_notation": "Vědecká notace",
|
|
32
|
-
"text_use_indian_style_of_digit_grouping": "Používat indický styl seskupování číslic",
|
|
33
49
|
"text_example": "Příklad",
|
|
34
|
-
"text_calculator_layout": "
|
|
35
|
-
"text_select_layout": "Vybrat
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
50
|
+
"text_calculator_layout": "Rozložení kalkulačky",
|
|
51
|
+
"text_select_layout": "Vybrat rozložení",
|
|
52
|
+
"text_reset_settings": "Obnovit nastavení",
|
|
53
|
+
"text_reset_settings_desc": "Obnovit všechna nastavení na výchozí hodnoty",
|
|
54
|
+
"text_reset": "Obnovit",
|
|
55
|
+
"text_rows": "Řádky",
|
|
56
|
+
"text_columns": "Sloupce",
|
|
41
57
|
"text_scientific_constant": "Vědecká konstanta",
|
|
42
|
-
"text_metric_conversions": "
|
|
58
|
+
"text_metric_conversions": "Metrické převody",
|
|
43
59
|
"text_matrix": "Matice",
|
|
60
|
+
"text_insert_sized_matrix": "Vložit matici {size}",
|
|
44
61
|
"text_insert_matrix": "Vložit matici",
|
|
45
62
|
"text_matrix_dimensions": "Rozměry matice",
|
|
46
63
|
"text_insert": "Vložit",
|
|
47
64
|
"text_close": "Zavřít",
|
|
48
65
|
"text_cancel": "Zrušit",
|
|
49
66
|
"text_confirm": "Potvrdit",
|
|
50
|
-
"text_delete_calculation_history_confirm_title": "Chcete
|
|
67
|
+
"text_delete_calculation_history_confirm_title": "Chcete smazat celou historii výpočtů?",
|
|
51
68
|
"text_delete_variables_confirm_title": "Chcete vymazat všechny hodnoty proměnných?",
|
|
52
69
|
"text_reset_settings_confirm_title": "Potvrzení obnovení nastavení",
|
|
53
|
-
"text_reset_settings_confirm_message": "
|
|
70
|
+
"text_reset_settings_confirm_message": "Tato akce trvale odstraní vaše nastavení a obnoví výchozí hodnoty",
|
|
54
71
|
"text_insert_expression_to_editor_confirm_title": "Vložit výraz do editoru?",
|
|
55
72
|
"text_copy_as_plain_text": "Kopírovat jako prostý text",
|
|
56
73
|
"text_copy_as_latex": "Kopírovat jako LaTeX",
|
|
@@ -60,47 +77,107 @@
|
|
|
60
77
|
"text_view_result_format": "Zobrazit formát výsledku",
|
|
61
78
|
"text_result_format": "Formát výsledku",
|
|
62
79
|
"text_fraction": "Zlomek",
|
|
63
|
-
"text_prime_factor": "
|
|
64
|
-
"text_repeated_decimal": "
|
|
80
|
+
"text_prime_factor": "Rozklad na prvočinitele",
|
|
81
|
+
"text_repeated_decimal": "Periodický desetinný rozvoj",
|
|
65
82
|
"text_mixed_fraction": "Smíšený zlomek",
|
|
66
|
-
"text_numeric": "
|
|
83
|
+
"text_numeric": "Numerický",
|
|
67
84
|
"text_calculation_feedback": "Zpětná vazba k výpočtu",
|
|
68
85
|
"text_result_was_incorrect": "Výsledek byl nesprávný",
|
|
69
86
|
"text_unexpected_result_format": "Neočekávaný formát výsledku",
|
|
70
87
|
"text_calculation_took_too_long": "Výpočet trval příliš dlouho",
|
|
71
|
-
"text_result_didnt_round_correctly": "Výsledek
|
|
72
|
-
"text_failed_to_handle_scientific_notation": "
|
|
88
|
+
"text_result_didnt_round_correctly": "Výsledek se nezaokrouhlil správně",
|
|
89
|
+
"text_failed_to_handle_scientific_notation": "Nepodařilo se zpracovat vědecký zápis",
|
|
73
90
|
"text_unexpected_error_happened": "Došlo k neočekávané chybě",
|
|
74
|
-
"text_other": "
|
|
75
|
-
"text_provide_email_contact_description": "
|
|
76
|
-
"text_calculation_feedback_more_details_placeholder": "
|
|
91
|
+
"text_other": "Jiné",
|
|
92
|
+
"text_provide_email_contact_description": "Uvedení e-mailu nám pomůže vás kontaktovat a efektivněji vyřešit váš problém (volitelné)",
|
|
93
|
+
"text_calculation_feedback_more_details_placeholder": "Můžete přidat další podrobnosti",
|
|
77
94
|
"text_submit": "Odeslat",
|
|
78
|
-
"text_math_input_placeholder": "Zadejte
|
|
95
|
+
"text_math_input_placeholder": "Zadejte výraz",
|
|
79
96
|
"text_math_input_calc_mode_placeholder": "Zadejte hodnotu proměnné",
|
|
80
97
|
"text_FUNCTION_NOT_SUPPORT_IN_MODE": "Tato funkce není v aktuálním režimu podporována",
|
|
81
|
-
"text_CANNOT_CONVERT_TO_MIXED_FRACTION": "
|
|
82
|
-
"text_CANNOT_CONVERT_TO_DMS": "
|
|
83
|
-
"text_CANNOT_CONVERT_TO_FRACTION": "
|
|
98
|
+
"text_CANNOT_CONVERT_TO_MIXED_FRACTION": "Nelze převést na smíšený zlomek",
|
|
99
|
+
"text_CANNOT_CONVERT_TO_DMS": "Nelze převést do formátu DMS",
|
|
100
|
+
"text_CANNOT_CONVERT_TO_FRACTION": "Nelze převést do zlomkového tvaru",
|
|
84
101
|
"text_unknown_error_occurred": "Došlo k neznámé chybě",
|
|
85
|
-
"text_skip_this_time": "
|
|
102
|
+
"text_skip_this_time": "Tentokrát přeskočit",
|
|
86
103
|
"text_separator_space": "Mezera",
|
|
87
104
|
"text_separator_comma": "Čárka",
|
|
88
105
|
"text_separator_dot": "Tečka",
|
|
89
106
|
"text_separator_nothing": "Žádný",
|
|
90
107
|
"text_separator_apostrophe": "Apostrof",
|
|
91
108
|
"text_separator_underscore": "Podtržítko",
|
|
92
|
-
"text_point": "
|
|
93
|
-
"text_decimal": "
|
|
94
|
-
"
|
|
95
|
-
"text_period_key": "Klávesa
|
|
96
|
-
"text_comma_key": "Klávesa
|
|
109
|
+
"text_point": "Tečka",
|
|
110
|
+
"text_decimal": "Desetinný oddělovač",
|
|
111
|
+
"text_key_insert": "Klávesa {keyName} {symbol} vloží {text}",
|
|
112
|
+
"text_period_key": "Klávesa tečky",
|
|
113
|
+
"text_comma_key": "Klávesa čárky",
|
|
97
114
|
"text_function_argument_separator": "Oddělovač argumentů funkce",
|
|
98
|
-
"text_key_mapping_symbol_title": "Který symbol
|
|
99
|
-
"text_decimal_separator_will_be_comma_symbol": "
|
|
100
|
-
"text_you_can_change_the_configuration_later_in_settings": "
|
|
115
|
+
"text_key_mapping_symbol_title": "Který symbol má klávesa {key} představovat?",
|
|
116
|
+
"text_decimal_separator_will_be_comma_symbol": "Desetinným oddělovačem bude symbol čárky {symbol}",
|
|
117
|
+
"text_you_can_change_the_configuration_later_in_settings": "Konfiguraci můžete později změnit v nastavení",
|
|
101
118
|
"text_save": "Uložit",
|
|
102
|
-
"text_fullscreen_mode": "Režim celé obrazovky",
|
|
103
|
-
"text_exit_fullscreen_mode": "Opustit režim celé obrazovky",
|
|
104
119
|
"text_success": "Úspěch",
|
|
105
|
-
"text_scroll_to_calculator": "
|
|
120
|
+
"text_scroll_to_calculator": "Přejít ke kalkulačce",
|
|
121
|
+
"text_ai_scanner": "AI skener",
|
|
122
|
+
"text_clear_all": "Vymazat vše",
|
|
123
|
+
"text_search_language": "Hledat jazyk",
|
|
124
|
+
"text_no_results_found": "Nebyly nalezeny žádné výsledky",
|
|
125
|
+
"text_ai_scanner_use_guide": "Přetáhněte sem obrázek nebo klikněte pro nahrání",
|
|
126
|
+
"text_ai_scanner_use_guide_note": "JPG, PNG nebo WEBP — max. {maxSize} MB · Vložit pomocí Ctrl+V",
|
|
127
|
+
"text_ai_scanner_use_camera": "Použít fotoaparát",
|
|
128
|
+
"text_ai_scanner_draw_math": "Nakreslit výraz",
|
|
129
|
+
"text_ai_scanner_edit_image": "Upravit obrázek",
|
|
130
|
+
"text_ai_scanner_scan_image": "Naskenovat obrázek",
|
|
131
|
+
"text_ai_scanner_analyzing_image": "Probíhá analýza obrázku...",
|
|
132
|
+
"text_ai_scanner_no_expressions_found": "Nebyly nalezeny žádné matematické výrazy. Zkuste to prosím znovu s jiným obrázkem.",
|
|
133
|
+
"text_ai_scanner_result_may_error_warning": "Ověřte výsledek, může obsahovat chyby",
|
|
134
|
+
"text_ai_scanner_new_scan": "Nové skenování",
|
|
135
|
+
"text_ai_scanner_back_to_edit_image": "Zpět k úpravě",
|
|
136
|
+
"text_font_size_set_to_default": "Velikost písma byla nastavena na výchozí",
|
|
137
|
+
"text_ai_scanner_scan_drawing": "Naskenovat nákres",
|
|
138
|
+
"text_history_is_empty": "Historie je prázdná",
|
|
139
|
+
"text_delete": "Smazat",
|
|
140
|
+
"text_results": "Výsledky",
|
|
141
|
+
"text_camera": "Fotoaparát",
|
|
142
|
+
"text_ai_scanner_unsupport_file_type_message": "Nepodporovaný typ souboru. Použijte JPG, PNG nebo WEBP.",
|
|
143
|
+
"text_ai_scanner_file_to_large_message": "Soubor je příliš velký (${size} MB). Maximální povolená velikost je {maxSize} MB.",
|
|
144
|
+
"text_info": "Info",
|
|
145
|
+
"text_system_initializing": "Inicializace",
|
|
146
|
+
"text_scientific_calculator": "Vědecká kalkulačka",
|
|
147
|
+
"text_system_init_failed": "Selhala inicializace",
|
|
148
|
+
"text_try_again": "Zkusit znovu",
|
|
149
|
+
"text_go_back": "Zpět",
|
|
150
|
+
"text_expression_is_valid": "Výraz je platný",
|
|
151
|
+
"text_checking_expression": "Kontrola výrazu",
|
|
152
|
+
"text_suggest_edit_latex_for_compatible": "Upravte LaTeX, aby byl kompatibilní",
|
|
153
|
+
"text_copying_to_clipboard": "Kopírování do schránky",
|
|
154
|
+
"text_copied_to_clipboard": "Zkopírováno do schránky",
|
|
155
|
+
"text_processing_paste": "Zpracování vloženého obsahu",
|
|
156
|
+
"text_clipboard_permission_denied": "Přístup ke schránce byl odepřen. Chcete-li používat funkci kopírování, povolte přístup ke schránce.",
|
|
157
|
+
"text_edit_to_fix": "Upravit a opravit",
|
|
158
|
+
"text_starting_camera": "Spouštění kamery",
|
|
159
|
+
"text_camera_permission_denied": "Přístup ke kameře byl odepřen. Povolte přístup ke kameře a zkuste to znovu.",
|
|
160
|
+
"text_no_camera_found": "Na tomto zařízení nebyla nalezena kamera",
|
|
161
|
+
"text_camera_is_in_use": "Kameru používá jiná aplikace",
|
|
162
|
+
"text_failed_to_access_camera": "Nepodařilo se přistoupit ke kameře. Zkontrolujte oprávnění",
|
|
163
|
+
"text_no_formats_available": "Nejsou dostupné žádné formáty",
|
|
164
|
+
"text_no_formats_available_desc": "Pro tento výsledek nejsou dostupné žádné alternativní formáty",
|
|
165
|
+
"text_settings_section_math_parsing_rules": "Pravidla parsování výrazů",
|
|
166
|
+
"text_settings_section_math_parsing_rules_desc": "Nastavte, jak aplikace interpretuje čárky a tečky při převodu vloženého textu nebo naskenovaných obrázků na matematické výrazy",
|
|
167
|
+
"text_ocr_auto_detect_formatting": "Automatická detekce formátování",
|
|
168
|
+
"text_ocr_auto_detect_formatting_desc": "Automaticky určí, jak jsou ve skenovaném nebo vloženém textu použity čárky a tečky. Pokud to nebude jasné, aplikace použije níže uvedená záložní pravidla.",
|
|
169
|
+
"text_ocr_how_to_read_commas": "Jak interpretovat čárky (,)",
|
|
170
|
+
"text_ocr_how_to_read_commas_desc": "Vyberte výchozí význam čárek, když je automatická detekce vypnutá nebo není jednoznačná",
|
|
171
|
+
"text_ocr_how_to_read_dots": "Jak interpretovat tečky (.)",
|
|
172
|
+
"text_ocr_how_to_read_dots_desc": "Vyberte výchozí význam teček, když je automatická detekce vypnutá nebo není jednoznačná",
|
|
173
|
+
"text_ocr_decimal_separator": "Desetinný oddělovač",
|
|
174
|
+
"text_ocr_thousands_separator": "Oddělovač tisíců",
|
|
175
|
+
"text_ocr_function_list_separator": "Oddělovač argumentů / seznamů",
|
|
176
|
+
"text_ocr_multiplication": "Násobení",
|
|
177
|
+
"text_settings_section_ai_scanner_desc": "Nastavte výchozí pravidla pro naskenované výrazy",
|
|
178
|
+
"text_ai_scanner_single_expression_action": "Akce pro jeden výraz",
|
|
179
|
+
"text_ai_scanner_single_expression_action_desc": "Vyberte výchozí chování, když je naskenován právě jeden matematický výraz",
|
|
180
|
+
"text_ai_scanner_action_show_result": "Zobrazit výsledek",
|
|
181
|
+
"text_ai_scanner_action_insert_into_calculator": "Vložit přímo do Kalkulačky",
|
|
182
|
+
"text_about_us": "O nás"
|
|
106
183
|
}
|