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,106 +1,183 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://inlang.com/schema/inlang-message-format",
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
3
|
+
"text_history": "Cronologia",
|
|
4
|
+
"text_variable": "Variabile",
|
|
5
|
+
"text_share_feedback": "Invia feedback",
|
|
6
|
+
"text_login": "Accedi",
|
|
7
|
+
"text_feedback_title": "Il tuo feedback conta!",
|
|
8
|
+
"text_feedback_description": "Condividi opinioni, suggerimenti o esperienze d'uso dei nostri servizi.",
|
|
9
|
+
"text_rating": "Valutazione",
|
|
10
|
+
"text_placeholder_contact_email_optional": "Contact@example.com (opzionale)",
|
|
11
|
+
"text_placeholder_feedback_details_optional": "Vuoi dirci qualcosa? (opzionale)",
|
|
12
|
+
"text_send_feedback": "Invia feedback",
|
|
13
|
+
"text_settings": "Impostazioni",
|
|
14
|
+
"text_settings_section_common": "Generali",
|
|
15
|
+
"text_settings_section_common_desc": "Opzioni di base della calcolatrice",
|
|
16
|
+
"text_settings_section_number_format": "Formato numeri",
|
|
17
|
+
"text_settings_section_number_format_desc": "Opzioni per decimali e separatori",
|
|
18
|
+
"text_settings_section_more": "Altro",
|
|
19
|
+
"text_settings_section_more_desc": "Opzioni aggiuntive",
|
|
20
|
+
"text_angle_unit": "Unità angolare",
|
|
21
|
+
"text_angle_unit_desc": "Unità di misura degli angoli",
|
|
22
|
+
"text_default_output": "Output predefinito",
|
|
23
|
+
"text_default_output_desc": "Seleziona il formato predefinito dei risultati",
|
|
24
|
+
"text_implied_multiplication": "Moltiplicazione implicita",
|
|
25
|
+
"text_implied_multiplication_desc": "Imposta la precedenza di valutazione per i segni di moltiplicazione omessi",
|
|
26
|
+
"text_implied_multiplication_prioritized": "Prioritaria",
|
|
27
|
+
"text_implied_multiplication_left_to_right": "Da sinistra a destra",
|
|
28
|
+
"text_percentage_calculation_logic": "Logica percentuale",
|
|
29
|
+
"text_percentage_calculation_logic_desc": "Comportamento del simbolo % nelle equazioni",
|
|
30
|
+
"text_percentage_calculation_logic_literal_value": "Valore letterale",
|
|
31
|
+
"text_percentage_calculation_logic_relative_to_base": "Relativa alla base",
|
|
32
|
+
"text_decimal_number_format": "Formato numeri decimali",
|
|
33
|
+
"text_decimal_number_format_desc": "Scegli come visualizzare i numeri",
|
|
34
|
+
"text_decimal_separator": "Separatore decimale",
|
|
35
|
+
"text_decimal_separator_point": "Punto",
|
|
36
|
+
"text_decimal_separator_comma": "Virgola",
|
|
37
|
+
"text_thousands_separator": "Separatore delle migliaia",
|
|
38
|
+
"text_thousands_separator_desc": "Carattere usato per raggruppare le cifre nella parte intera",
|
|
39
|
+
"text_thousandths_separator": "Separatore dei millesimi",
|
|
40
|
+
"text_thousandths_separator_desc": "Carattere usato per raggruppare le cifre nella parte decimale",
|
|
41
|
+
"text_scientific_notation": "Notazione scientifica",
|
|
42
|
+
"text_scientific_notation_desc": "Formato di visualizzazione del simbolo dell'esponente",
|
|
43
|
+
"text_indian_style_digit_grouping": "Raggruppamento cifre stile indiano",
|
|
44
|
+
"text_indian_style_digit_grouping_desc": "Raggruppa le cifre usando il sistema di numerazione indiano",
|
|
45
|
+
"text_on": "Attivo",
|
|
46
|
+
"text_off": "Disattivo",
|
|
47
|
+
"text_decimal_number_format_and_decimal_precision": "Formato numeri decimali & precisione decimale",
|
|
48
|
+
"text_precision": "Precisione",
|
|
49
|
+
"text_example": "Esempio",
|
|
50
|
+
"text_calculator_layout": "Layout calcolatrice",
|
|
51
|
+
"text_select_layout": "Seleziona layout",
|
|
52
|
+
"text_reset_settings": "Reimposta impostazioni",
|
|
53
|
+
"text_reset_settings_desc": "Ripristina tutte le impostazioni predefinite",
|
|
54
|
+
"text_reset": "Reimposta",
|
|
55
|
+
"text_rows": "Righe",
|
|
56
|
+
"text_columns": "Colonne",
|
|
57
|
+
"text_scientific_constant": "Costante scientifica",
|
|
58
|
+
"text_metric_conversions": "Conversioni metriche",
|
|
59
|
+
"text_matrix": "Matrice",
|
|
60
|
+
"text_insert_sized_matrix": "Inserisci matrice {size}",
|
|
61
|
+
"text_insert_matrix": "Inserisci matrice",
|
|
62
|
+
"text_matrix_dimensions": "Dimensioni matrice",
|
|
63
|
+
"text_insert": "Inserisci",
|
|
64
|
+
"text_close": "Chiudi",
|
|
65
|
+
"text_cancel": "Annulla",
|
|
66
|
+
"text_confirm": "Conferma",
|
|
67
|
+
"text_delete_calculation_history_confirm_title": "Vuoi eliminare tutta la cronologia dei calcoli?",
|
|
68
|
+
"text_delete_variables_confirm_title": "Vuoi cancellare tutti i valori delle variabili?",
|
|
69
|
+
"text_reset_settings_confirm_title": "Conferma ripristino impostazioni",
|
|
70
|
+
"text_reset_settings_confirm_message": "Questa azione eliminerà definitivamente le impostazioni e ripristinerà i valori predefiniti",
|
|
71
|
+
"text_insert_expression_to_editor_confirm_title": "Inserire l'espressione nell'editor?",
|
|
72
|
+
"text_copy_as_plain_text": "Copia come testo semplice",
|
|
73
|
+
"text_copy_as_latex": "Copia come LaTeX",
|
|
74
|
+
"text_paste": "Incolla",
|
|
75
|
+
"text_select_all": "Seleziona tutto",
|
|
76
|
+
"text_insert_expression_to_the_editor": "Inserisci l'espressione nell'editor",
|
|
77
|
+
"text_view_result_format": "Visualizza formato del risultato",
|
|
78
|
+
"text_result_format": "Formato del risultato",
|
|
79
|
+
"text_fraction": "Frazione",
|
|
80
|
+
"text_prime_factor": "Fattore primo",
|
|
81
|
+
"text_repeated_decimal": "Decimale periodico",
|
|
82
|
+
"text_mixed_fraction": "Frazione mista",
|
|
83
|
+
"text_numeric": "Numerico",
|
|
84
|
+
"text_calculation_feedback": "Feedback sul calcolo",
|
|
85
|
+
"text_result_was_incorrect": "Il risultato era errato",
|
|
86
|
+
"text_unexpected_result_format": "Formato del risultato inatteso",
|
|
87
|
+
"text_calculation_took_too_long": "Il calcolo ha richiesto troppo tempo",
|
|
88
|
+
"text_result_didnt_round_correctly": "Il risultato non è stato arrotondato correttamente",
|
|
89
|
+
"text_failed_to_handle_scientific_notation": "Impossibile gestire la notazione scientifica",
|
|
90
|
+
"text_unexpected_error_happened": "Si è verificato un errore imprevisto",
|
|
91
|
+
"text_other": "Altro",
|
|
92
|
+
"text_provide_email_contact_description": "Fornire la tua email ci aiuta a ricontattarti e risolvere il problema più efficacemente (opzionale)",
|
|
93
|
+
"text_calculation_feedback_more_details_placeholder": "Aggiungi pure altri dettagli",
|
|
94
|
+
"text_submit": "Invia",
|
|
95
|
+
"text_math_input_placeholder": "Inserisci espressione",
|
|
96
|
+
"text_math_input_calc_mode_placeholder": "Inserisci valore variabile",
|
|
97
|
+
"text_FUNCTION_NOT_SUPPORT_IN_MODE": "Questa funzione non è supportata nella modalità corrente",
|
|
98
|
+
"text_CANNOT_CONVERT_TO_MIXED_FRACTION": "Impossibile convertire in frazione mista",
|
|
99
|
+
"text_CANNOT_CONVERT_TO_DMS": "Impossibile convertire nel formato DMS",
|
|
100
|
+
"text_CANNOT_CONVERT_TO_FRACTION": "Impossibile convertire nel formato frazione",
|
|
101
|
+
"text_unknown_error_occurred": "Si è verificato un errore sconosciuto",
|
|
102
|
+
"text_skip_this_time": "Salta per ora",
|
|
103
|
+
"text_separator_space": "Spazio",
|
|
104
|
+
"text_separator_comma": "Virgola",
|
|
105
|
+
"text_separator_dot": "Punto",
|
|
106
|
+
"text_separator_nothing": "Nessuno",
|
|
107
|
+
"text_separator_apostrophe": "Apostrofo",
|
|
108
|
+
"text_separator_underscore": "Trattino basso",
|
|
109
|
+
"text_point": "Punto",
|
|
110
|
+
"text_decimal": "Decimale",
|
|
111
|
+
"text_key_insert": "{keyName} {symbol} inserisce {text}",
|
|
112
|
+
"text_period_key": "Tasto punto",
|
|
113
|
+
"text_comma_key": "Tasto virgola",
|
|
114
|
+
"text_function_argument_separator": "Separatore argomenti funzione",
|
|
115
|
+
"text_key_mapping_symbol_title": "Quale simbolo deve rappresentare il tasto {key}?",
|
|
116
|
+
"text_decimal_separator_will_be_comma_symbol": "Il separatore decimale sarà il simbolo virgola {symbol}",
|
|
117
|
+
"text_you_can_change_the_configuration_later_in_settings": "Puoi modificare la configurazione in seguito nelle impostazioni",
|
|
118
|
+
"text_save": "Salva",
|
|
119
|
+
"text_success": "Successo",
|
|
120
|
+
"text_scroll_to_calculator": "Scorri fino alla calcolatrice",
|
|
121
|
+
"text_ai_scanner": "Scanner AI",
|
|
122
|
+
"text_clear_all": "Cancella tutto",
|
|
123
|
+
"text_search_language": "Cerca lingua",
|
|
124
|
+
"text_no_results_found": "Nessun risultato trovato",
|
|
125
|
+
"text_ai_scanner_use_guide": "Trascina qui l'immagine o fai clic per caricarla",
|
|
126
|
+
"text_ai_scanner_use_guide_note": "JPG, PNG o WEBP — max {maxSize} MB · Incolla con Ctrl+V",
|
|
127
|
+
"text_ai_scanner_use_camera": "Usa fotocamera",
|
|
128
|
+
"text_ai_scanner_draw_math": "Disegna espressione",
|
|
129
|
+
"text_ai_scanner_edit_image": "Modifica immagine",
|
|
130
|
+
"text_ai_scanner_scan_image": "Scansiona immagine",
|
|
131
|
+
"text_ai_scanner_analyzing_image": "Analisi dell'immagine...",
|
|
132
|
+
"text_ai_scanner_no_expressions_found": "Nessuna espressione matematica trovata. Riprova con un'altra immagine.",
|
|
133
|
+
"text_ai_scanner_result_may_error_warning": "Verifica il risultato: potrebbe contenere errori",
|
|
134
|
+
"text_ai_scanner_new_scan": "Nuova scansione",
|
|
135
|
+
"text_ai_scanner_back_to_edit_image": "Torna alla modifica",
|
|
136
|
+
"text_font_size_set_to_default": "Dimensione carattere reimpostata al valore predefinito",
|
|
137
|
+
"text_ai_scanner_scan_drawing": "Scansiona disegno",
|
|
138
|
+
"text_history_is_empty": "La cronologia è vuota",
|
|
139
|
+
"text_delete": "Elimina",
|
|
140
|
+
"text_results": "Risultati",
|
|
141
|
+
"text_camera": "Fotocamera",
|
|
142
|
+
"text_ai_scanner_unsupport_file_type_message": "Tipo di file non supportato. Usa JPG, PNG o WEBP.",
|
|
143
|
+
"text_ai_scanner_file_to_large_message": "File troppo grande (${size} MB). La dimensione massima consentita è {maxSize} MB.",
|
|
144
|
+
"text_info": "Info",
|
|
145
|
+
"text_system_initializing": "Inizializzazione",
|
|
146
|
+
"text_scientific_calculator": "Calcolatrice scientifica",
|
|
147
|
+
"text_system_init_failed": "Inizializzazione non riuscita",
|
|
148
|
+
"text_try_again": "Riprova",
|
|
149
|
+
"text_go_back": "Indietro",
|
|
150
|
+
"text_expression_is_valid": "L'espressione è valida",
|
|
151
|
+
"text_checking_expression": "Verifica espressione",
|
|
152
|
+
"text_suggest_edit_latex_for_compatible": "Modifica il LaTeX per renderlo compatibile",
|
|
153
|
+
"text_copying_to_clipboard": "Copiando negli appunti",
|
|
154
|
+
"text_copied_to_clipboard": "Copiato negli appunti",
|
|
155
|
+
"text_processing_paste": "Elaborazione del contenuto incollato",
|
|
156
|
+
"text_clipboard_permission_denied": "Autorizzazione agli appunti negata. Consenti l'accesso agli appunti per usare la funzione di copia.",
|
|
157
|
+
"text_edit_to_fix": "Modifica per correggere",
|
|
158
|
+
"text_starting_camera": "Avvio fotocamera",
|
|
159
|
+
"text_camera_permission_denied": "Permesso fotocamera negato. Consenti l'accesso alla fotocamera e riprova.",
|
|
160
|
+
"text_no_camera_found": "Nessuna fotocamera trovata su questo dispositivo",
|
|
161
|
+
"text_camera_is_in_use": "La fotocamera è in uso da un'altra applicazione",
|
|
162
|
+
"text_failed_to_access_camera": "Impossibile accedere alla fotocamera. Controlla i permessi",
|
|
163
|
+
"text_no_formats_available": "Nessun formato disponibile",
|
|
164
|
+
"text_no_formats_available_desc": "Non ci sono formati alternativi per questo risultato",
|
|
165
|
+
"text_settings_section_math_parsing_rules": "Regole di interpretazione matematica",
|
|
166
|
+
"text_settings_section_math_parsing_rules_desc": "Configura come l'app interpreta virgole e punti quando converte testo incollato o immagini scansionate in espressioni matematiche",
|
|
167
|
+
"text_ocr_auto_detect_formatting": "Rileva automaticamente il formato",
|
|
168
|
+
"text_ocr_auto_detect_formatting_desc": "Rileva automaticamente come vengono usati virgole e punti nel testo scansionato o incollato. Se non è chiaro, l'app userà le regole alternative qui sotto.",
|
|
169
|
+
"text_ocr_how_to_read_commas": "Come interpretare le virgole (,)",
|
|
170
|
+
"text_ocr_how_to_read_commas_desc": "Scegli il significato predefinito delle virgole quando il rilevamento automatico è disattivato o non è chiaro",
|
|
171
|
+
"text_ocr_how_to_read_dots": "Come interpretare i punti (.)",
|
|
172
|
+
"text_ocr_how_to_read_dots_desc": "Scegli il significato predefinito dei punti quando il rilevamento automatico è disattivato o non è chiaro",
|
|
173
|
+
"text_ocr_decimal_separator": "Separatore decimale",
|
|
174
|
+
"text_ocr_thousands_separator": "Separatore delle migliaia",
|
|
175
|
+
"text_ocr_function_list_separator": "Separatore di funzioni / liste",
|
|
176
|
+
"text_ocr_multiplication": "Moltiplicazione",
|
|
177
|
+
"text_settings_section_ai_scanner_desc": "Imposta le regole predefinite per le espressioni scansionate",
|
|
178
|
+
"text_ai_scanner_single_expression_action": "Azione per espressione singola",
|
|
179
|
+
"text_ai_scanner_single_expression_action_desc": "Scegli il comportamento predefinito quando viene scansionata una sola espressione matematica",
|
|
180
|
+
"text_ai_scanner_action_show_result": "Mostra il risultato",
|
|
181
|
+
"text_ai_scanner_action_insert_into_calculator": "Inserisci direttamente nella Calcolatrice",
|
|
182
|
+
"text_about_us": "Chi siamo"
|
|
106
183
|
}
|
|
@@ -4,103 +4,180 @@
|
|
|
4
4
|
"text_variable": "変数",
|
|
5
5
|
"text_share_feedback": "フィードバックを共有",
|
|
6
6
|
"text_login": "ログイン",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"text_save_and_sync_settings": "設定を保存して同期",
|
|
10
|
-
"text_utilize_advanced_features": "高度な機能を利用",
|
|
11
|
-
"text_feedback_title": "あなたのフィードバックは重要です!",
|
|
12
|
-
"text_feedback_description": "私たちのサービスに関するご意見、ご提案、または体験を共有してください。",
|
|
7
|
+
"text_feedback_title": "ご意見をお聞かせください!",
|
|
8
|
+
"text_feedback_description": "ご感想, ご提案, ご利用体験をお聞かせください.",
|
|
13
9
|
"text_rating": "評価",
|
|
14
|
-
"text_placeholder_contact_email_optional": "Contact@example.com
|
|
15
|
-
"text_placeholder_feedback_details_optional": "
|
|
10
|
+
"text_placeholder_contact_email_optional": "Contact@example.com (任意)",
|
|
11
|
+
"text_placeholder_feedback_details_optional": "何か伝えたいことはありますか? (任意)",
|
|
16
12
|
"text_send_feedback": "フィードバックを送信",
|
|
17
13
|
"text_settings": "設定",
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
14
|
+
"text_settings_section_common": "共通",
|
|
15
|
+
"text_settings_section_common_desc": "基本の電卓設定",
|
|
16
|
+
"text_settings_section_number_format": "数値形式",
|
|
17
|
+
"text_settings_section_number_format_desc": "小数点と区切り記号の設定",
|
|
18
|
+
"text_settings_section_more": "その他",
|
|
19
|
+
"text_settings_section_more_desc": "追加オプション",
|
|
20
|
+
"text_angle_unit": "角度単位",
|
|
21
|
+
"text_angle_unit_desc": "角度の測定単位",
|
|
22
|
+
"text_default_output": "既定の形式",
|
|
23
|
+
"text_default_output_desc": "計算結果の既定の形式を選択",
|
|
24
|
+
"text_implied_multiplication": "暗黙の乗算",
|
|
25
|
+
"text_implied_multiplication_desc": "省略された乗算記号の評価優先順位を設定",
|
|
26
|
+
"text_implied_multiplication_prioritized": "優先",
|
|
27
|
+
"text_implied_multiplication_left_to_right": "左から右",
|
|
28
|
+
"text_percentage_calculation_logic": "パーセント計算",
|
|
29
|
+
"text_percentage_calculation_logic_desc": "式中の % 記号の動作",
|
|
30
|
+
"text_percentage_calculation_logic_literal_value": "そのままの値",
|
|
31
|
+
"text_percentage_calculation_logic_relative_to_base": "基準値に対する割合",
|
|
32
|
+
"text_decimal_number_format": "小数表示形式",
|
|
33
|
+
"text_decimal_number_format_desc": "数値の表示方法を選択",
|
|
34
|
+
"text_decimal_separator": "小数点記号",
|
|
35
|
+
"text_decimal_separator_point": "ピリオド",
|
|
36
|
+
"text_decimal_separator_comma": "カンマ",
|
|
37
|
+
"text_thousands_separator": "桁区切り記号",
|
|
38
|
+
"text_thousands_separator_desc": "整数部の桁を区切る文字",
|
|
39
|
+
"text_thousandths_separator": "小数部の桁区切り記号",
|
|
40
|
+
"text_thousandths_separator_desc": "小数部の桁を区切る文字",
|
|
41
|
+
"text_scientific_notation": "科学的記数法",
|
|
42
|
+
"text_scientific_notation_desc": "指数記号の表示形式",
|
|
43
|
+
"text_indian_style_digit_grouping": "インド式桁区切り",
|
|
44
|
+
"text_indian_style_digit_grouping_desc": "インド式の位取りで桁を区切る",
|
|
45
|
+
"text_on": "オン",
|
|
46
|
+
"text_off": "オフ",
|
|
47
|
+
"text_decimal_number_format_and_decimal_precision": "小数表示形式 & 小数精度",
|
|
25
48
|
"text_precision": "精度",
|
|
26
|
-
"text_decimal_number_format": "小数の形式",
|
|
27
|
-
"text_percentage_calculation_type": "パーセンテージ計算の種類",
|
|
28
|
-
"text_decimal_separator": "小数点の区切り",
|
|
29
|
-
"text_thousand_separator": "千の区切り",
|
|
30
|
-
"text_thousandth_separator": "千分の一の区切り",
|
|
31
|
-
"text_scientific_notation": "科学記号法",
|
|
32
|
-
"text_use_indian_style_of_digit_grouping": "インド式の桁区切りを使用",
|
|
33
49
|
"text_example": "例",
|
|
34
50
|
"text_calculator_layout": "電卓レイアウト",
|
|
35
51
|
"text_select_layout": "レイアウトを選択",
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
52
|
+
"text_reset_settings": "設定をリセット",
|
|
53
|
+
"text_reset_settings_desc": "すべての設定を初期値に戻す",
|
|
54
|
+
"text_reset": "リセット",
|
|
55
|
+
"text_rows": "行数",
|
|
56
|
+
"text_columns": "列数",
|
|
41
57
|
"text_scientific_constant": "科学定数",
|
|
42
|
-
"text_metric_conversions": "
|
|
58
|
+
"text_metric_conversions": "単位換算",
|
|
43
59
|
"text_matrix": "行列",
|
|
60
|
+
"text_insert_sized_matrix": "{size} 行列を挿入",
|
|
44
61
|
"text_insert_matrix": "行列を挿入",
|
|
45
|
-
"text_matrix_dimensions": "
|
|
62
|
+
"text_matrix_dimensions": "行列のサイズ",
|
|
46
63
|
"text_insert": "挿入",
|
|
47
64
|
"text_close": "閉じる",
|
|
48
65
|
"text_cancel": "キャンセル",
|
|
49
66
|
"text_confirm": "確認",
|
|
50
|
-
"text_delete_calculation_history_confirm_title": "
|
|
51
|
-
"text_delete_variables_confirm_title": "
|
|
52
|
-
"text_reset_settings_confirm_title": "
|
|
53
|
-
"text_reset_settings_confirm_message": "
|
|
54
|
-
"text_insert_expression_to_editor_confirm_title": "
|
|
67
|
+
"text_delete_calculation_history_confirm_title": "すべての計算履歴を削除しますか?",
|
|
68
|
+
"text_delete_variables_confirm_title": "すべての変数値をクリアしますか?",
|
|
69
|
+
"text_reset_settings_confirm_title": "設定をリセットしますか?",
|
|
70
|
+
"text_reset_settings_confirm_message": "この操作により設定は完全に削除され、初期値に戻ります",
|
|
71
|
+
"text_insert_expression_to_editor_confirm_title": "式をエディターに挿入しますか?",
|
|
55
72
|
"text_copy_as_plain_text": "プレーンテキストとしてコピー",
|
|
56
|
-
"text_copy_as_latex": "LaTeXとしてコピー",
|
|
73
|
+
"text_copy_as_latex": "LaTeX としてコピー",
|
|
57
74
|
"text_paste": "貼り付け",
|
|
58
75
|
"text_select_all": "すべて選択",
|
|
59
|
-
"text_insert_expression_to_the_editor": "
|
|
60
|
-
"text_view_result_format": "
|
|
61
|
-
"text_result_format": "
|
|
76
|
+
"text_insert_expression_to_the_editor": "式をエディターに挿入",
|
|
77
|
+
"text_view_result_format": "結果形式を表示",
|
|
78
|
+
"text_result_format": "結果形式",
|
|
62
79
|
"text_fraction": "分数",
|
|
63
80
|
"text_prime_factor": "素因数",
|
|
64
81
|
"text_repeated_decimal": "循環小数",
|
|
65
82
|
"text_mixed_fraction": "帯分数",
|
|
66
83
|
"text_numeric": "数値",
|
|
67
|
-
"text_calculation_feedback": "
|
|
68
|
-
"text_result_was_incorrect": "
|
|
69
|
-
"text_unexpected_result_format": "
|
|
84
|
+
"text_calculation_feedback": "計算フィードバック",
|
|
85
|
+
"text_result_was_incorrect": "結果が正しくありませんでした",
|
|
86
|
+
"text_unexpected_result_format": "想定外の結果形式でした",
|
|
70
87
|
"text_calculation_took_too_long": "計算に時間がかかりすぎました",
|
|
71
88
|
"text_result_didnt_round_correctly": "結果が正しく丸められませんでした",
|
|
72
|
-
"text_failed_to_handle_scientific_notation": "
|
|
89
|
+
"text_failed_to_handle_scientific_notation": "科学的記数法を処理できませんでした",
|
|
73
90
|
"text_unexpected_error_happened": "予期しないエラーが発生しました",
|
|
74
91
|
"text_other": "その他",
|
|
75
|
-
"text_provide_email_contact_description": "
|
|
76
|
-
"text_calculation_feedback_more_details_placeholder": "
|
|
92
|
+
"text_provide_email_contact_description": "メールアドレスをご提供いただくと、問題解決のためのご連絡がしやすくなります (任意)",
|
|
93
|
+
"text_calculation_feedback_more_details_placeholder": "詳細があればご記入ください",
|
|
77
94
|
"text_submit": "送信",
|
|
78
|
-
"text_math_input_placeholder": "
|
|
79
|
-
"text_math_input_calc_mode_placeholder": "
|
|
80
|
-
"text_FUNCTION_NOT_SUPPORT_IN_MODE": "
|
|
95
|
+
"text_math_input_placeholder": "数式を入力",
|
|
96
|
+
"text_math_input_calc_mode_placeholder": "変数の値を入力",
|
|
97
|
+
"text_FUNCTION_NOT_SUPPORT_IN_MODE": "この関数は現在のモードでは使用できません",
|
|
81
98
|
"text_CANNOT_CONVERT_TO_MIXED_FRACTION": "帯分数に変換できません",
|
|
82
99
|
"text_CANNOT_CONVERT_TO_DMS": "度分秒形式に変換できません",
|
|
83
100
|
"text_CANNOT_CONVERT_TO_FRACTION": "分数形式に変換できません",
|
|
84
101
|
"text_unknown_error_occurred": "不明なエラーが発生しました",
|
|
85
102
|
"text_skip_this_time": "今回はスキップ",
|
|
86
103
|
"text_separator_space": "スペース",
|
|
87
|
-
"text_separator_comma": "
|
|
104
|
+
"text_separator_comma": "カンマ",
|
|
88
105
|
"text_separator_dot": "ドット",
|
|
89
106
|
"text_separator_nothing": "なし",
|
|
90
107
|
"text_separator_apostrophe": "アポストロフィ",
|
|
91
108
|
"text_separator_underscore": "アンダースコア",
|
|
92
|
-
"text_point": "
|
|
93
|
-
"text_decimal": "
|
|
94
|
-
"
|
|
109
|
+
"text_point": "ピリオド",
|
|
110
|
+
"text_decimal": "小数点",
|
|
111
|
+
"text_key_insert": "{keyName} {symbol} で {text} を入力",
|
|
95
112
|
"text_period_key": "ピリオドキー",
|
|
96
113
|
"text_comma_key": "カンマキー",
|
|
97
|
-
"text_function_argument_separator": "
|
|
98
|
-
"text_key_mapping_symbol_title": "キー {key}
|
|
99
|
-
"text_decimal_separator_will_be_comma_symbol": "
|
|
100
|
-
"text_you_can_change_the_configuration_later_in_settings": "
|
|
114
|
+
"text_function_argument_separator": "関数引数の区切り記号",
|
|
115
|
+
"text_key_mapping_symbol_title": "キー {key} はどの記号を表しますか?",
|
|
116
|
+
"text_decimal_separator_will_be_comma_symbol": "小数点記号はカンマ記号 {symbol} になります",
|
|
117
|
+
"text_you_can_change_the_configuration_later_in_settings": "この設定は後で設定から変更できます",
|
|
101
118
|
"text_save": "保存",
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
119
|
+
"text_success": "完了",
|
|
120
|
+
"text_scroll_to_calculator": "電卓へスクロール",
|
|
121
|
+
"text_ai_scanner": "AIスキャナー",
|
|
122
|
+
"text_clear_all": "すべてクリア",
|
|
123
|
+
"text_search_language": "言語を検索",
|
|
124
|
+
"text_no_results_found": "結果が見つかりません",
|
|
125
|
+
"text_ai_scanner_use_guide": "ここに画像をドロップするか、クリックしてアップロード",
|
|
126
|
+
"text_ai_scanner_use_guide_note": "JPG, PNG または WEBP — 最大 {maxSize} MB · Ctrl+V で貼り付け",
|
|
127
|
+
"text_ai_scanner_use_camera": "カメラを使用",
|
|
128
|
+
"text_ai_scanner_draw_math": "数式を手書き",
|
|
129
|
+
"text_ai_scanner_edit_image": "画像を編集",
|
|
130
|
+
"text_ai_scanner_scan_image": "画像をスキャン",
|
|
131
|
+
"text_ai_scanner_analyzing_image": "画像を解析中...",
|
|
132
|
+
"text_ai_scanner_no_expressions_found": "数式が見つかりませんでした. 別の画像でもう一度お試しください.",
|
|
133
|
+
"text_ai_scanner_result_may_error_warning": "誤りの可能性があるため、結果を確認してください",
|
|
134
|
+
"text_ai_scanner_new_scan": "新規スキャン",
|
|
135
|
+
"text_ai_scanner_back_to_edit_image": "編集に戻る",
|
|
136
|
+
"text_font_size_set_to_default": "フォントサイズを初期値に戻しました",
|
|
137
|
+
"text_ai_scanner_scan_drawing": "図をスキャン",
|
|
138
|
+
"text_history_is_empty": "履歴がありません",
|
|
139
|
+
"text_delete": "削除",
|
|
140
|
+
"text_results": "結果",
|
|
141
|
+
"text_camera": "カメラ",
|
|
142
|
+
"text_ai_scanner_unsupport_file_type_message": "未対応のファイル形式です. JPG, PNG, または WEBP を使用してください.",
|
|
143
|
+
"text_ai_scanner_file_to_large_message": "ファイルが大きすぎます (${size} MB). 最大許可サイズは {maxSize} MB です.",
|
|
144
|
+
"text_info": "情報",
|
|
145
|
+
"text_system_initializing": "初期化中",
|
|
146
|
+
"text_scientific_calculator": "関数電卓",
|
|
147
|
+
"text_system_init_failed": "初期化に失敗しました",
|
|
148
|
+
"text_try_again": "再試行",
|
|
149
|
+
"text_go_back": "戻る",
|
|
150
|
+
"text_expression_is_valid": "式は有効です",
|
|
151
|
+
"text_checking_expression": "式を確認中",
|
|
152
|
+
"text_suggest_edit_latex_for_compatible": "互換性があるようにLaTeXを編集してください",
|
|
153
|
+
"text_copying_to_clipboard": "クリップボードにコピー中",
|
|
154
|
+
"text_copied_to_clipboard": "クリップボードにコピーしました",
|
|
155
|
+
"text_processing_paste": "貼り付けを処理中",
|
|
156
|
+
"text_clipboard_permission_denied": "クリップボードの権限が拒否されました。コピー機能を使うには、クリップボードへのアクセスを許可してください。",
|
|
157
|
+
"text_edit_to_fix": "編集して修正",
|
|
158
|
+
"text_starting_camera": "カメラを起動中",
|
|
159
|
+
"text_camera_permission_denied": "カメラの権限が拒否されました。カメラへのアクセスを許可して、もう一度お試しください。",
|
|
160
|
+
"text_no_camera_found": "このデバイスにカメラが見つかりません",
|
|
161
|
+
"text_camera_is_in_use": "カメラは別のアプリで使用中です",
|
|
162
|
+
"text_failed_to_access_camera": "カメラにアクセスできませんでした。権限を確認してください",
|
|
163
|
+
"text_no_formats_available": "利用可能な形式がありません",
|
|
164
|
+
"text_no_formats_available_desc": "この結果には代替形式がありません",
|
|
165
|
+
"text_settings_section_math_parsing_rules": "数式解析ルール",
|
|
166
|
+
"text_settings_section_math_parsing_rules_desc": "貼り付けたテキストやスキャン画像を数式に変換する際の、コンマとピリオドの解釈方法を設定",
|
|
167
|
+
"text_ocr_auto_detect_formatting": "書式を自動検出",
|
|
168
|
+
"text_ocr_auto_detect_formatting_desc": "スキャンまたは貼り付けたテキストでのコンマとピリオドの使い方を自動判定します. 判定できない場合は、以下の代替ルールを使用します.",
|
|
169
|
+
"text_ocr_how_to_read_commas": "コンマ (,) の解釈",
|
|
170
|
+
"text_ocr_how_to_read_commas_desc": "自動検出がオフまたは不明な場合の、コンマの既定の解釈を選択",
|
|
171
|
+
"text_ocr_how_to_read_dots": "ピリオド (.) の解釈",
|
|
172
|
+
"text_ocr_how_to_read_dots_desc": "自動検出がオフまたは不明な場合の、ピリオドの既定の解釈を選択",
|
|
173
|
+
"text_ocr_decimal_separator": "小数点",
|
|
174
|
+
"text_ocr_thousands_separator": "桁区切り",
|
|
175
|
+
"text_ocr_function_list_separator": "関数 / リスト区切り",
|
|
176
|
+
"text_ocr_multiplication": "乗算",
|
|
177
|
+
"text_settings_section_ai_scanner_desc": "スキャンした数式の既定ルールを設定",
|
|
178
|
+
"text_ai_scanner_single_expression_action": "単一数式時の動作",
|
|
179
|
+
"text_ai_scanner_single_expression_action_desc": "数式が1つだけスキャンされた場合の既定の動作を選択",
|
|
180
|
+
"text_ai_scanner_action_show_result": "結果を表示",
|
|
181
|
+
"text_ai_scanner_action_insert_into_calculator": "計算機に直接挿入",
|
|
182
|
+
"text_about_us": "私たちについて"
|
|
106
183
|
}
|