tera-system-ui 0.1.63 → 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/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,61 +2,78 @@
|
|
|
2
2
|
"$schema": "https://inlang.com/schema/inlang-message-format",
|
|
3
3
|
"text_history": "기록",
|
|
4
4
|
"text_variable": "변수",
|
|
5
|
-
"text_share_feedback": "피드백
|
|
5
|
+
"text_share_feedback": "피드백 남기기",
|
|
6
6
|
"text_login": "로그인",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"text_utilize_advanced_features": "고급 기능 활용하기",
|
|
11
|
-
"text_feedback_title": "귀하의 피드백이 중요합니다!",
|
|
12
|
-
"text_feedback_description": "저희 서비스를 사용하면서 생각이나 제안, 또는 경험을 공유해 주세요.",
|
|
13
|
-
"text_rating": "평가",
|
|
7
|
+
"text_feedback_title": "여러분의 피드백이 중요합니다!",
|
|
8
|
+
"text_feedback_description": "서비스 이용 소감, 제안, 의견을 공유해 주세요.",
|
|
9
|
+
"text_rating": "평점",
|
|
14
10
|
"text_placeholder_contact_email_optional": "Contact@example.com (선택사항)",
|
|
15
|
-
"text_placeholder_feedback_details_optional": "
|
|
11
|
+
"text_placeholder_feedback_details_optional": "전하고 싶은 내용이 있나요? (선택사항)",
|
|
16
12
|
"text_send_feedback": "피드백 보내기",
|
|
17
13
|
"text_settings": "설정",
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
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
22
|
"text_default_output": "기본 출력",
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
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": "소수 부분 자릿수 구분에 사용하는 문자",
|
|
31
41
|
"text_scientific_notation": "과학적 표기법",
|
|
32
|
-
"
|
|
33
|
-
"
|
|
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": "소수 표시 형식 및 소수 자릿수",
|
|
48
|
+
"text_precision": "정밀도",
|
|
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
67
|
"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": "
|
|
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
73
|
"text_copy_as_latex": "LaTeX로 복사",
|
|
57
74
|
"text_paste": "붙여넣기",
|
|
58
|
-
"text_select_all": "
|
|
59
|
-
"text_insert_expression_to_the_editor": "편집기에
|
|
75
|
+
"text_select_all": "전체 선택",
|
|
76
|
+
"text_insert_expression_to_the_editor": "식을 편집기에 삽입",
|
|
60
77
|
"text_view_result_format": "결과 형식 보기",
|
|
61
78
|
"text_result_format": "결과 형식",
|
|
62
79
|
"text_fraction": "분수",
|
|
@@ -65,19 +82,19 @@
|
|
|
65
82
|
"text_mixed_fraction": "대분수",
|
|
66
83
|
"text_numeric": "숫자",
|
|
67
84
|
"text_calculation_feedback": "계산 피드백",
|
|
68
|
-
"text_result_was_incorrect": "결과가
|
|
85
|
+
"text_result_was_incorrect": "결과가 올바르지 않았습니다",
|
|
69
86
|
"text_unexpected_result_format": "예상치 못한 결과 형식",
|
|
70
|
-
"text_calculation_took_too_long": "
|
|
71
|
-
"text_result_didnt_round_correctly": "결과가
|
|
72
|
-
"text_failed_to_handle_scientific_notation": "과학적
|
|
73
|
-
"text_unexpected_error_happened": "예기치
|
|
87
|
+
"text_calculation_took_too_long": "계산에 너무 오래 걸렸습니다",
|
|
88
|
+
"text_result_didnt_round_correctly": "결과가 올바르게 반올림되지 않았습니다",
|
|
89
|
+
"text_failed_to_handle_scientific_notation": "과학적 표기법을 처리하지 못했습니다",
|
|
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": "DMS 형식으로 변환할 수 없습니다",
|
|
83
100
|
"text_CANNOT_CONVERT_TO_FRACTION": "분수 형식으로 변환할 수 없습니다",
|
|
@@ -88,19 +105,79 @@
|
|
|
88
105
|
"text_separator_dot": "점",
|
|
89
106
|
"text_separator_nothing": "없음",
|
|
90
107
|
"text_separator_apostrophe": "아포스트로피",
|
|
91
|
-
"text_separator_underscore": "
|
|
108
|
+
"text_separator_underscore": "언더스코어",
|
|
92
109
|
"text_point": "점",
|
|
93
|
-
"text_decimal": "
|
|
94
|
-
"
|
|
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
|
-
"text_fullscreen_mode": "전체 화면 모드",
|
|
103
|
-
"text_exit_fullscreen_mode": "전체 화면 모드 종료",
|
|
104
119
|
"text_success": "성공",
|
|
105
|
-
"text_scroll_to_calculator": "계산기로
|
|
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": "수식이 정확히 하나 스캔되었을 때의 기본 동작을 선택하세요",
|
|
180
|
+
"text_ai_scanner_action_show_result": "결과 표시",
|
|
181
|
+
"text_ai_scanner_action_insert_into_calculator": "계산기에 바로 입력",
|
|
182
|
+
"text_about_us": "앱 소개"
|
|
106
183
|
}
|
|
@@ -2,45 +2,62 @@
|
|
|
2
2
|
"$schema": "https://inlang.com/schema/inlang-message-format",
|
|
3
3
|
"text_history": "Istorija",
|
|
4
4
|
"text_variable": "Kintamasis",
|
|
5
|
-
"text_share_feedback": "
|
|
5
|
+
"text_share_feedback": "Pateikti atsiliepimą",
|
|
6
6
|
"text_login": "Prisijungti",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"text_save_and_sync_settings": "Išsaugoti ir sinchronizuoti nustatymus",
|
|
10
|
-
"text_utilize_advanced_features": "Naudoti išplėstines funkcijas",
|
|
11
|
-
"text_feedback_title": "Jūsų atsiliepimai yra svarbūs!",
|
|
12
|
-
"text_feedback_description": "Pasidalinkite savo mintimis, pasiūlymais ar patirtimi, naudodamiesi mūsų paslaugomis.",
|
|
7
|
+
"text_feedback_title": "Jūsų atsiliepimas svarbus!",
|
|
8
|
+
"text_feedback_description": "Pasidalykite savo mintimis, pasiūlymais ar naudojimosi mūsų paslaugomis patirtimi.",
|
|
13
9
|
"text_rating": "Įvertinimas",
|
|
14
|
-
"text_placeholder_contact_email_optional": "
|
|
15
|
-
"text_placeholder_feedback_details_optional": "Norite
|
|
16
|
-
"text_send_feedback": "Siųsti
|
|
10
|
+
"text_placeholder_contact_email_optional": "Contact@example.com (nebūtina)",
|
|
11
|
+
"text_placeholder_feedback_details_optional": "Norite mums ką nors parašyti? (nebūtina)",
|
|
12
|
+
"text_send_feedback": "Siųsti atsiliepimą",
|
|
17
13
|
"text_settings": "Nustatymai",
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
14
|
+
"text_settings_section_common": "Bendrieji",
|
|
15
|
+
"text_settings_section_common_desc": "Pagrindinės skaičiuotuvo parinktys",
|
|
16
|
+
"text_settings_section_number_format": "Skaičių formatas",
|
|
17
|
+
"text_settings_section_number_format_desc": "Dešimtainio formato ir skyriklių parinktys",
|
|
18
|
+
"text_settings_section_more": "Daugiau",
|
|
19
|
+
"text_settings_section_more_desc": "Papildomos parinktys",
|
|
21
20
|
"text_angle_unit": "Kampo vienetas",
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
21
|
+
"text_angle_unit_desc": "Kampų matavimo vienetas",
|
|
22
|
+
"text_default_output": "Numatytasis rezultato formatas",
|
|
23
|
+
"text_default_output_desc": "Pasirinkite numatytąjį skaičiavimo rezultatų formatą",
|
|
24
|
+
"text_implied_multiplication": "Numanomoji daugyba",
|
|
25
|
+
"text_implied_multiplication_desc": "Nustatykite praleistų daugybos ženklų prioritetą",
|
|
26
|
+
"text_implied_multiplication_prioritized": "Su prioritetu",
|
|
27
|
+
"text_implied_multiplication_left_to_right": "Iš kairės į dešinę",
|
|
28
|
+
"text_percentage_calculation_logic": "Procentų logika",
|
|
29
|
+
"text_percentage_calculation_logic_desc": "% simbolio veikimas lygtyse",
|
|
30
|
+
"text_percentage_calculation_logic_literal_value": "Tiesioginė reikšmė",
|
|
31
|
+
"text_percentage_calculation_logic_relative_to_base": "Pagal bazinę reikšmę",
|
|
32
|
+
"text_decimal_number_format": "Dešimtainis formatas",
|
|
33
|
+
"text_decimal_number_format_desc": "Pasirinkite, kaip rodomi skaičiai",
|
|
34
|
+
"text_decimal_separator": "Dešimtainis skyriklis",
|
|
35
|
+
"text_decimal_separator_point": "Taškas",
|
|
36
|
+
"text_decimal_separator_comma": "Kablelis",
|
|
37
|
+
"text_thousands_separator": "Tūkstančių skyriklis",
|
|
38
|
+
"text_thousands_separator_desc": "Simbolis sveikosios dalies skaitmenims grupuoti",
|
|
39
|
+
"text_thousandths_separator": "Tūkstantųjų skyriklis",
|
|
40
|
+
"text_thousandths_separator_desc": "Simbolis trupmeninės dalies skaitmenims grupuoti",
|
|
41
|
+
"text_scientific_notation": "Mokslinis žymėjimas",
|
|
42
|
+
"text_scientific_notation_desc": "Laipsnio simbolio rodymo formatas",
|
|
43
|
+
"text_indian_style_digit_grouping": "Indiškas skaitmenų grupavimas",
|
|
44
|
+
"text_indian_style_digit_grouping_desc": "Grupuoti skaitmenis pagal indišką numeracijos sistemą",
|
|
45
|
+
"text_on": "Įjungta",
|
|
46
|
+
"text_off": "Išjungta",
|
|
47
|
+
"text_decimal_number_format_and_decimal_precision": "Dešimtainis formatas ir tikslumas",
|
|
25
48
|
"text_precision": "Tikslumas",
|
|
26
|
-
"text_decimal_number_format": "Dešimtainių skaičių formatas",
|
|
27
|
-
"text_percentage_calculation_type": "Procentų skaičiavimo tipas",
|
|
28
|
-
"text_decimal_separator": "Dešimtainis skirtukas",
|
|
29
|
-
"text_thousand_separator": "Tūkstančio skirtukas",
|
|
30
|
-
"text_thousandth_separator": "Tūkstantinė skirtukas",
|
|
31
|
-
"text_scientific_notation": "Mokslinė notacija",
|
|
32
|
-
"text_use_indian_style_of_digit_grouping": "Naudoti indišką skaičių grupavimo stilių",
|
|
33
49
|
"text_example": "Pavyzdys",
|
|
34
|
-
"text_calculator_layout": "
|
|
50
|
+
"text_calculator_layout": "Skaičiuotuvo išdėstymas",
|
|
35
51
|
"text_select_layout": "Pasirinkti išdėstymą",
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
52
|
+
"text_reset_settings": "Atkurti nustatymus",
|
|
53
|
+
"text_reset_settings_desc": "Atkurti visus numatytuosius nustatymus",
|
|
54
|
+
"text_reset": "Atkurti",
|
|
55
|
+
"text_rows": "Eilutės",
|
|
56
|
+
"text_columns": "Stulpeliai",
|
|
41
57
|
"text_scientific_constant": "Mokslinė konstanta",
|
|
42
|
-
"text_metric_conversions": "
|
|
58
|
+
"text_metric_conversions": "Metrinių vienetų keitimai",
|
|
43
59
|
"text_matrix": "Matrica",
|
|
60
|
+
"text_insert_sized_matrix": "Įterpti {size} matricą",
|
|
44
61
|
"text_insert_matrix": "Įterpti matricą",
|
|
45
62
|
"text_matrix_dimensions": "Matricos matmenys",
|
|
46
63
|
"text_insert": "Įterpti",
|
|
@@ -48,59 +65,119 @@
|
|
|
48
65
|
"text_cancel": "Atšaukti",
|
|
49
66
|
"text_confirm": "Patvirtinti",
|
|
50
67
|
"text_delete_calculation_history_confirm_title": "Ar norite ištrinti visą skaičiavimų istoriją?",
|
|
51
|
-
"text_delete_variables_confirm_title": "Ar norite išvalyti visas kintamųjų
|
|
52
|
-
"text_reset_settings_confirm_title": "
|
|
53
|
-
"text_reset_settings_confirm_message": "Šis veiksmas visam laikui ištrins jūsų nustatymus ir
|
|
68
|
+
"text_delete_variables_confirm_title": "Ar norite išvalyti visas kintamųjų reikšmes?",
|
|
69
|
+
"text_reset_settings_confirm_title": "Patvirtinti nustatymų atkūrimą",
|
|
70
|
+
"text_reset_settings_confirm_message": "Šis veiksmas visam laikui ištrins jūsų nustatymus ir atkurs numatytuosius nustatymus",
|
|
54
71
|
"text_insert_expression_to_editor_confirm_title": "Įterpti išraišką į redaktorių?",
|
|
55
72
|
"text_copy_as_plain_text": "Kopijuoti kaip paprastą tekstą",
|
|
56
73
|
"text_copy_as_latex": "Kopijuoti kaip LaTeX",
|
|
57
74
|
"text_paste": "Įklijuoti",
|
|
58
|
-
"text_select_all": "
|
|
75
|
+
"text_select_all": "Pažymėti viską",
|
|
59
76
|
"text_insert_expression_to_the_editor": "Įterpti išraišką į redaktorių",
|
|
60
77
|
"text_view_result_format": "Peržiūrėti rezultato formatą",
|
|
61
78
|
"text_result_format": "Rezultato formatas",
|
|
62
|
-
"text_fraction": "
|
|
79
|
+
"text_fraction": "Trupmena",
|
|
63
80
|
"text_prime_factor": "Pirminis daugiklis",
|
|
64
|
-
"text_repeated_decimal": "
|
|
65
|
-
"text_mixed_fraction": "
|
|
66
|
-
"text_numeric": "
|
|
67
|
-
"text_calculation_feedback": "
|
|
81
|
+
"text_repeated_decimal": "Periodinė dešimtainė trupmena",
|
|
82
|
+
"text_mixed_fraction": "Mišrioji trupmena",
|
|
83
|
+
"text_numeric": "Skaitinis",
|
|
84
|
+
"text_calculation_feedback": "Atsiliepimas apie skaičiavimą",
|
|
68
85
|
"text_result_was_incorrect": "Rezultatas buvo neteisingas",
|
|
69
|
-
"text_unexpected_result_format": "
|
|
70
|
-
"text_calculation_took_too_long": "Skaičiavimas
|
|
71
|
-
"text_result_didnt_round_correctly": "Rezultatas
|
|
72
|
-
"text_failed_to_handle_scientific_notation": "Nepavyko apdoroti
|
|
73
|
-
"text_unexpected_error_happened": "Įvyko
|
|
86
|
+
"text_unexpected_result_format": "Netikėtas rezultato formatas",
|
|
87
|
+
"text_calculation_took_too_long": "Skaičiavimas truko per ilgai",
|
|
88
|
+
"text_result_didnt_round_correctly": "Rezultatas buvo neteisingai suapvalintas",
|
|
89
|
+
"text_failed_to_handle_scientific_notation": "Nepavyko apdoroti mokslinio žymėjimo",
|
|
90
|
+
"text_unexpected_error_happened": "Įvyko netikėta klaida",
|
|
74
91
|
"text_other": "Kita",
|
|
75
|
-
"text_provide_email_contact_description": "
|
|
92
|
+
"text_provide_email_contact_description": "Nurodę el. paštą padėsite mums veiksmingiau susisiekti ir išspręsti problemą (nebūtina)",
|
|
76
93
|
"text_calculation_feedback_more_details_placeholder": "Galite pridėti daugiau informacijos",
|
|
77
94
|
"text_submit": "Pateikti",
|
|
78
|
-
"text_math_input_placeholder": "Įveskite
|
|
79
|
-
"text_math_input_calc_mode_placeholder": "Įveskite kintamojo
|
|
80
|
-
"text_FUNCTION_NOT_SUPPORT_IN_MODE": "Ši funkcija
|
|
81
|
-
"text_CANNOT_CONVERT_TO_MIXED_FRACTION": "
|
|
82
|
-
"text_CANNOT_CONVERT_TO_DMS": "
|
|
83
|
-
"text_CANNOT_CONVERT_TO_FRACTION": "
|
|
95
|
+
"text_math_input_placeholder": "Įveskite išraišką",
|
|
96
|
+
"text_math_input_calc_mode_placeholder": "Įveskite kintamojo reikšmę",
|
|
97
|
+
"text_FUNCTION_NOT_SUPPORT_IN_MODE": "Ši funkcija šiame režime nepalaikoma",
|
|
98
|
+
"text_CANNOT_CONVERT_TO_MIXED_FRACTION": "Negalima konvertuoti į mišriąją trupmeną",
|
|
99
|
+
"text_CANNOT_CONVERT_TO_DMS": "Negalima konvertuoti į DMS formatą",
|
|
100
|
+
"text_CANNOT_CONVERT_TO_FRACTION": "Negalima konvertuoti į trupmenos formatą",
|
|
84
101
|
"text_unknown_error_occurred": "Įvyko nežinoma klaida",
|
|
85
102
|
"text_skip_this_time": "Praleisti šį kartą",
|
|
86
103
|
"text_separator_space": "Tarpas",
|
|
87
104
|
"text_separator_comma": "Kablelis",
|
|
88
105
|
"text_separator_dot": "Taškas",
|
|
89
|
-
"text_separator_nothing": "
|
|
106
|
+
"text_separator_nothing": "Be skyriklio",
|
|
90
107
|
"text_separator_apostrophe": "Apostrofas",
|
|
91
|
-
"text_separator_underscore": "
|
|
108
|
+
"text_separator_underscore": "Apatinis brūkšnys",
|
|
92
109
|
"text_point": "Taškas",
|
|
93
110
|
"text_decimal": "Dešimtainis",
|
|
94
|
-
"
|
|
95
|
-
"text_period_key": "
|
|
111
|
+
"text_key_insert": "{keyName} {symbol} įterpia {text}",
|
|
112
|
+
"text_period_key": "Taško klavišas",
|
|
96
113
|
"text_comma_key": "Kablelio klavišas",
|
|
97
|
-
"text_function_argument_separator": "
|
|
98
|
-
"text_key_mapping_symbol_title": "
|
|
99
|
-
"text_decimal_separator_will_be_comma_symbol": "Dešimtainis
|
|
100
|
-
"text_you_can_change_the_configuration_later_in_settings": "
|
|
114
|
+
"text_function_argument_separator": "Funkcijos argumentų skyriklis",
|
|
115
|
+
"text_key_mapping_symbol_title": "Kurį simbolį turėtų reikšti klavišas {key}?",
|
|
116
|
+
"text_decimal_separator_will_be_comma_symbol": "Dešimtainis skyriklis bus kablelio simbolis {symbol}",
|
|
117
|
+
"text_you_can_change_the_configuration_later_in_settings": "Vėliau nustatymuose galėsite pakeisti konfigūraciją",
|
|
101
118
|
"text_save": "Išsaugoti",
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
119
|
+
"text_success": "Pavyko",
|
|
120
|
+
"text_scroll_to_calculator": "Pereiti prie skaičiuotuvo",
|
|
121
|
+
"text_ai_scanner": "DI skeneris",
|
|
122
|
+
"text_clear_all": "Išvalyti viską",
|
|
123
|
+
"text_search_language": "Ieškoti kalbos",
|
|
124
|
+
"text_no_results_found": "Rezultatų nerasta",
|
|
125
|
+
"text_ai_scanner_use_guide": "Nuvilkite vaizdą čia arba spustelėkite, kad įkeltumėte",
|
|
126
|
+
"text_ai_scanner_use_guide_note": "JPG, PNG arba WEBP — maks. {maxSize} MB · Įklijuokite su Ctrl+V",
|
|
127
|
+
"text_ai_scanner_use_camera": "Naudoti kamerą",
|
|
128
|
+
"text_ai_scanner_draw_math": "Piešti išraišką",
|
|
129
|
+
"text_ai_scanner_edit_image": "Redaguoti vaizdą",
|
|
130
|
+
"text_ai_scanner_scan_image": "Nuskaityti vaizdą",
|
|
131
|
+
"text_ai_scanner_analyzing_image": "Analizuojamas vaizdas...",
|
|
132
|
+
"text_ai_scanner_no_expressions_found": "Matematinių išraiškų nerasta. Bandykite dar kartą su kitu vaizdu.",
|
|
133
|
+
"text_ai_scanner_result_may_error_warning": "Patikrinkite rezultatą, nes jame gali būti klaidų",
|
|
134
|
+
"text_ai_scanner_new_scan": "Naujas nuskaitymas",
|
|
135
|
+
"text_ai_scanner_back_to_edit_image": "Atgal į redagavimą",
|
|
136
|
+
"text_font_size_set_to_default": "Atkurtas numatytasis šrifto dydis",
|
|
137
|
+
"text_ai_scanner_scan_drawing": "Nuskaityti piešinį",
|
|
138
|
+
"text_history_is_empty": "Istorija tuščia",
|
|
139
|
+
"text_delete": "Ištrinti",
|
|
140
|
+
"text_results": "Rezultatai",
|
|
141
|
+
"text_camera": "Kamera",
|
|
142
|
+
"text_ai_scanner_unsupport_file_type_message": "Nepalaikomas failo tipas. Naudokite JPG, PNG arba WEBP.",
|
|
143
|
+
"text_ai_scanner_file_to_large_message": "Failas per didelis (${size} MB). Didžiausias leistinas dydis – {maxSize} MB.",
|
|
144
|
+
"text_info": "Informacija",
|
|
145
|
+
"text_system_initializing": "Inicijuojama",
|
|
146
|
+
"text_scientific_calculator": "Mokslinis skaičiuotuvas",
|
|
147
|
+
"text_system_init_failed": "Nepavyko inicijuoti",
|
|
148
|
+
"text_try_again": "Bandyti dar kartą",
|
|
149
|
+
"text_go_back": "Atgal",
|
|
150
|
+
"text_expression_is_valid": "Išraiška tinkama",
|
|
151
|
+
"text_checking_expression": "Tikrinama išraiška",
|
|
152
|
+
"text_suggest_edit_latex_for_compatible": "Redaguokite LaTeX, kad jis būtų suderinamas",
|
|
153
|
+
"text_copying_to_clipboard": "Kopijuojama į iškarpinę",
|
|
154
|
+
"text_copied_to_clipboard": "Nukopijuota į iškarpinę",
|
|
155
|
+
"text_processing_paste": "Apdorojamas įklijavimas",
|
|
156
|
+
"text_clipboard_permission_denied": "Iškarpinės leidimas nesuteiktas. Leiskite pasiekti iškarpinę, kad galėtumėte kopijuoti.",
|
|
157
|
+
"text_edit_to_fix": "Pataisyti",
|
|
158
|
+
"text_starting_camera": "Paleidžiama kamera",
|
|
159
|
+
"text_camera_permission_denied": "Nesuteiktas leidimas naudoti kamerą. Leiskite prieigą prie kameros ir bandykite dar kartą.",
|
|
160
|
+
"text_no_camera_found": "Šiame įrenginyje kamera nerasta",
|
|
161
|
+
"text_camera_is_in_use": "Kamerą naudoja kita programa",
|
|
162
|
+
"text_failed_to_access_camera": "Nepavyko pasiekti kameros. Patikrinkite leidimus",
|
|
163
|
+
"text_no_formats_available": "Formatų nėra",
|
|
164
|
+
"text_no_formats_available_desc": "Šiam rezultatui nėra alternatyvių formatų",
|
|
165
|
+
"text_settings_section_math_parsing_rules": "Matematikos interpretavimo taisyklės",
|
|
166
|
+
"text_settings_section_math_parsing_rules_desc": "Nustatykite, kaip programa interpretuoja kablelius ir taškus, kai įklijuotą tekstą ar nuskaitytus vaizdus paverčia matematinėmis išraiškomis",
|
|
167
|
+
"text_ocr_auto_detect_formatting": "Automatinis formatavimo aptikimas",
|
|
168
|
+
"text_ocr_auto_detect_formatting_desc": "Automatiškai nustato, kaip nuskaitytame ar įklijuotame tekste naudojami kableliai ir taškai. Jei nepavyksta nustatyti, programa naudos toliau pateiktas atsargines taisykles.",
|
|
169
|
+
"text_ocr_how_to_read_commas": "Kaip interpretuoti kablelius (,)",
|
|
170
|
+
"text_ocr_how_to_read_commas_desc": "Pasirinkite numatytąją kablelių reikšmę, kai automatinis aptikimas išjungtas arba neaišku",
|
|
171
|
+
"text_ocr_how_to_read_dots": "Kaip interpretuoti taškus (.)",
|
|
172
|
+
"text_ocr_how_to_read_dots_desc": "Pasirinkite numatytąją taškų reikšmę, kai automatinis aptikimas išjungtas arba neaišku",
|
|
173
|
+
"text_ocr_decimal_separator": "Dešimtainis skyriklis",
|
|
174
|
+
"text_ocr_thousands_separator": "Tūkstančių skyriklis",
|
|
175
|
+
"text_ocr_function_list_separator": "Funkcijų / sąrašo skyriklis",
|
|
176
|
+
"text_ocr_multiplication": "Daugyba",
|
|
177
|
+
"text_settings_section_ai_scanner_desc": "Nustatykite numatytąsias nuskaitytų išraiškų taisykles",
|
|
178
|
+
"text_ai_scanner_single_expression_action": "Veiksmas vienai išraiškai",
|
|
179
|
+
"text_ai_scanner_single_expression_action_desc": "Pasirinkite numatytąjį veiksmą, kai nuskenuojama tik viena matematinė išraiška",
|
|
180
|
+
"text_ai_scanner_action_show_result": "Rodyti rezultatą",
|
|
181
|
+
"text_ai_scanner_action_insert_into_calculator": "Įterpti tiesiai į Skaičiuotuvą",
|
|
182
|
+
"text_about_us": "Apie mus"
|
|
106
183
|
}
|