@atlaskit/afm-i18n-platform-jql-jql-editor 2.2.0
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/build.js +131 -0
- package/dist/cjs/i18n/cs.js +64 -0
- package/dist/cjs/i18n/da.js +64 -0
- package/dist/cjs/i18n/de.js +64 -0
- package/dist/cjs/i18n/en.js +64 -0
- package/dist/cjs/i18n/en_GB.js +64 -0
- package/dist/cjs/i18n/en_ZZ.js +64 -0
- package/dist/cjs/i18n/es.js +64 -0
- package/dist/cjs/i18n/fi.js +64 -0
- package/dist/cjs/i18n/fr.js +64 -0
- package/dist/cjs/i18n/hr.js +64 -0
- package/dist/cjs/i18n/hu.js +64 -0
- package/dist/cjs/i18n/index.js +63 -0
- package/dist/cjs/i18n/it.js +64 -0
- package/dist/cjs/i18n/ja.js +64 -0
- package/dist/cjs/i18n/ko.js +64 -0
- package/dist/cjs/i18n/nb.js +64 -0
- package/dist/cjs/i18n/nl.js +64 -0
- package/dist/cjs/i18n/pl.js +64 -0
- package/dist/cjs/i18n/pt_BR.js +64 -0
- package/dist/cjs/i18n/ru.js +64 -0
- package/dist/cjs/i18n/sl.js +64 -0
- package/dist/cjs/i18n/sr_RS.js +64 -0
- package/dist/cjs/i18n/sr_YR.js +64 -0
- package/dist/cjs/i18n/sv.js +64 -0
- package/dist/cjs/i18n/th.js +64 -0
- package/dist/cjs/i18n/tr.js +64 -0
- package/dist/cjs/i18n/uk.js +64 -0
- package/dist/cjs/i18n/vi.js +64 -0
- package/dist/cjs/i18n/zh.js +64 -0
- package/dist/cjs/i18n/zh_TW.js +64 -0
- package/dist/cjs/index.js +18 -0
- package/dist/esm/i18n/cs.d.ts +61 -0
- package/dist/esm/i18n/cs.js +62 -0
- package/dist/esm/i18n/da.d.ts +61 -0
- package/dist/esm/i18n/da.js +62 -0
- package/dist/esm/i18n/de.d.ts +61 -0
- package/dist/esm/i18n/de.js +62 -0
- package/dist/esm/i18n/en.d.ts +61 -0
- package/dist/esm/i18n/en.js +62 -0
- package/dist/esm/i18n/en_GB.d.ts +61 -0
- package/dist/esm/i18n/en_GB.js +62 -0
- package/dist/esm/i18n/en_ZZ.d.ts +61 -0
- package/dist/esm/i18n/en_ZZ.js +62 -0
- package/dist/esm/i18n/es.d.ts +61 -0
- package/dist/esm/i18n/es.js +62 -0
- package/dist/esm/i18n/fi.d.ts +61 -0
- package/dist/esm/i18n/fi.js +62 -0
- package/dist/esm/i18n/fr.d.ts +61 -0
- package/dist/esm/i18n/fr.js +62 -0
- package/dist/esm/i18n/hr.d.ts +61 -0
- package/dist/esm/i18n/hr.js +62 -0
- package/dist/esm/i18n/hu.d.ts +61 -0
- package/dist/esm/i18n/hu.js +62 -0
- package/dist/esm/i18n/index.d.ts +29 -0
- package/dist/esm/i18n/index.js +30 -0
- package/dist/esm/i18n/it.d.ts +61 -0
- package/dist/esm/i18n/it.js +62 -0
- package/dist/esm/i18n/ja.d.ts +61 -0
- package/dist/esm/i18n/ja.js +62 -0
- package/dist/esm/i18n/ko.d.ts +61 -0
- package/dist/esm/i18n/ko.js +62 -0
- package/dist/esm/i18n/nb.d.ts +61 -0
- package/dist/esm/i18n/nb.js +62 -0
- package/dist/esm/i18n/nl.d.ts +61 -0
- package/dist/esm/i18n/nl.js +62 -0
- package/dist/esm/i18n/pl.d.ts +61 -0
- package/dist/esm/i18n/pl.js +62 -0
- package/dist/esm/i18n/pt_BR.d.ts +61 -0
- package/dist/esm/i18n/pt_BR.js +62 -0
- package/dist/esm/i18n/ru.d.ts +61 -0
- package/dist/esm/i18n/ru.js +62 -0
- package/dist/esm/i18n/sl.d.ts +61 -0
- package/dist/esm/i18n/sl.js +62 -0
- package/dist/esm/i18n/sr_RS.d.ts +61 -0
- package/dist/esm/i18n/sr_RS.js +62 -0
- package/dist/esm/i18n/sr_YR.d.ts +61 -0
- package/dist/esm/i18n/sr_YR.js +62 -0
- package/dist/esm/i18n/sv.d.ts +61 -0
- package/dist/esm/i18n/sv.js +62 -0
- package/dist/esm/i18n/th.d.ts +61 -0
- package/dist/esm/i18n/th.js +62 -0
- package/dist/esm/i18n/tr.d.ts +61 -0
- package/dist/esm/i18n/tr.js +62 -0
- package/dist/esm/i18n/uk.d.ts +61 -0
- package/dist/esm/i18n/uk.js +62 -0
- package/dist/esm/i18n/vi.d.ts +61 -0
- package/dist/esm/i18n/vi.js +62 -0
- package/dist/esm/i18n/zh.d.ts +61 -0
- package/dist/esm/i18n/zh.js +62 -0
- package/dist/esm/i18n/zh_TW.d.ts +61 -0
- package/dist/esm/i18n/zh_TW.js +62 -0
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +2 -0
- package/dist/types/i18n/cs.d.ts +61 -0
- package/dist/types/i18n/da.d.ts +61 -0
- package/dist/types/i18n/de.d.ts +61 -0
- package/dist/types/i18n/en.d.ts +61 -0
- package/dist/types/i18n/en_GB.d.ts +61 -0
- package/dist/types/i18n/en_ZZ.d.ts +61 -0
- package/dist/types/i18n/es.d.ts +61 -0
- package/dist/types/i18n/fi.d.ts +61 -0
- package/dist/types/i18n/fr.d.ts +61 -0
- package/dist/types/i18n/hr.d.ts +61 -0
- package/dist/types/i18n/hu.d.ts +61 -0
- package/dist/types/i18n/index.d.ts +29 -0
- package/dist/types/i18n/it.d.ts +61 -0
- package/dist/types/i18n/ja.d.ts +61 -0
- package/dist/types/i18n/ko.d.ts +61 -0
- package/dist/types/i18n/nb.d.ts +61 -0
- package/dist/types/i18n/nl.d.ts +61 -0
- package/dist/types/i18n/pl.d.ts +61 -0
- package/dist/types/i18n/pt_BR.d.ts +61 -0
- package/dist/types/i18n/ru.d.ts +61 -0
- package/dist/types/i18n/sl.d.ts +61 -0
- package/dist/types/i18n/sr_RS.d.ts +61 -0
- package/dist/types/i18n/sr_YR.d.ts +61 -0
- package/dist/types/i18n/sv.d.ts +61 -0
- package/dist/types/i18n/th.d.ts +61 -0
- package/dist/types/i18n/tr.d.ts +61 -0
- package/dist/types/i18n/uk.d.ts +61 -0
- package/dist/types/i18n/vi.d.ts +61 -0
- package/dist/types/i18n/zh.d.ts +61 -0
- package/dist/types/i18n/zh_TW.d.ts +61 -0
- package/dist/types/index.d.ts +1 -0
- package/i18n/cs.ts +96 -0
- package/i18n/da.ts +100 -0
- package/i18n/de.ts +102 -0
- package/i18n/en.ts +98 -0
- package/i18n/en_GB.ts +98 -0
- package/i18n/en_ZZ.ts +106 -0
- package/i18n/es.ts +100 -0
- package/i18n/fi.ts +97 -0
- package/i18n/fr.ts +101 -0
- package/i18n/hr.ts +95 -0
- package/i18n/hu.ts +97 -0
- package/i18n/index.ts +30 -0
- package/i18n/it.ts +101 -0
- package/i18n/ja.ts +94 -0
- package/i18n/ko.ts +96 -0
- package/i18n/nb.ts +97 -0
- package/i18n/nl.ts +100 -0
- package/i18n/pl.ts +97 -0
- package/i18n/pt_BR.ts +101 -0
- package/i18n/ru.ts +99 -0
- package/i18n/sl.ts +98 -0
- package/i18n/sr_RS.ts +95 -0
- package/i18n/sr_YR.ts +95 -0
- package/i18n/sv.ts +97 -0
- package/i18n/th.ts +92 -0
- package/i18n/tr.ts +96 -0
- package/i18n/uk.ts +96 -0
- package/i18n/vi.ts +100 -0
- package/i18n/zh.ts +87 -0
- package/i18n/zh_TW.ts +87 -0
- package/index.ts +2 -0
- package/package.json +38 -0
- package/tsconfig.cjs.json +8 -0
- package/tsconfig.json +25 -0
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Thai (Thailand)
|
|
9
|
+
export default {
|
|
10
|
+
'jql-editor.common.validation.unknown-error': 'ไม่สามารถวิเคราะห์คำถามได้',
|
|
11
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.default': 'ฟิลด์นี้ถูกเลิกใช้ไปแล้ว และอาจหยุดทำงานในอนาคต',
|
|
12
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link': "จะมีการแทนที่ <b>''{received}'</b> ด้วย <b>''{parentReplacement}'</b> ในเร็ว ๆ นี้ ใช้ฟิลด์ <b>''{parentReplacement}'</b> แทน",
|
|
13
|
+
'jql-editor.plugins.autocomplete.options-found': 'เลือกจากรายการตัวเลือกที่แนะนำด้านล่าง',
|
|
14
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived': "ควรเป็นชื่อฟิลด์ แต่กลายเป็น '[' หรือคุณหมายถึง 'cf['",
|
|
15
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId': "ID ฟิลด์ที่กำหนดเองควรแสดงใน '[ ]' หลัง 'cf' ตัวอย่างเช่น: 'cf[10021]'",
|
|
16
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': 'ควรมีชื่อฟิลด์ก่อนจะสิ้นสุดคำถาม',
|
|
17
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived': "ควรเป็นชื่อฟิลด์ แต่กลายเป็น ''{received}' คุณต้องใส่เครื่องหมายอัญประกาศกับ ''{received}' เพื่อใช้เป็นชื่อฟิลด์",
|
|
18
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': 'ควรมีคุณลักษณะ ID ก่อนจะสิ้นสุดคำถาม',
|
|
19
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived': "ควรเป็นคุณลักษณะ ID แต่กลายเป็น ''{received}' คุณต้องใส่เครื่องหมายอัญประกาศกับ ''{received}' เพื่อบ่งบอกค่า",
|
|
20
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF': 'ควรมีฟังก์ชันอาร์กิวเมนต์ก่อนจะสิ้นสุดคำถาม',
|
|
21
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived': "ควรเป็นฟังก์ชันอาร์กิวเมนต์ แต่กลายเป็น ''{received}' คุณต้องใส่เครื่องหมายอัญประกาศกับ ''{received}' เพื่อบ่งบอกค่า",
|
|
22
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': 'ควรมีฟังก์ชันก่อนจะสิ้นสุดคำถาม',
|
|
23
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived': "ควรเป็นฟังก์ชัน แต่กลายเป็น ''{received}' คุณต้องใส่เครื่องหมายอัญประกาศกับ ''{received}' เพื่อบ่งบอกค่า",
|
|
24
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': 'ควรมีรายการก่อนจะสิ้นสุดคำถาม',
|
|
25
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived': "ควรเป็นรายการ แต่กลายเป็น ''{received}' คุณต้องใส่เครื่องหมายอัญประกาศกับ ''{received}' เพื่อบ่งบอกค่า",
|
|
26
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF': 'ควรมีรายการหรือฟังก์ชันก่อนจะสิ้นสุดคำถาม',
|
|
27
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived': "ควรเป็นรายการหรือฟังก์ชัน แต่กลายเป็น ''{received}' คุณต้องใส่เครื่องหมายอัญประกาศกับ ''{received}' เพื่อบ่งบอกค่า",
|
|
28
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF': "ควรมี {firstExpectedTokens} หรือ ''{lastExpectedToken}' ก่อนจะสิ้นสุดคำถาม",
|
|
29
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived': "ควรเป็น {firstExpectedTokens} หรือ ''{lastExpectedToken}' แต่กลายเป็น ''{received}'",
|
|
30
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF': 'ควรมีค่า รายการ หรือฟังก์ชันก่อนจะสิ้นสุดคำถาม',
|
|
31
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived': "ควรเป็นค่า รายการ หรือฟังก์ชัน แต่กลายเป็น ''{received}' คุณต้องใส่เครื่องหมายอัญประกาศกับ ''{received}' เพื่อบ่งบอกค่า",
|
|
32
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF': "ควรมีตัวกำกับก่อนจะสิ้นสุดคำถาม ตัวกำกับที่ใช้ได้ ได้แก่ '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' และ 'IS NOT'",
|
|
33
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived': "ควรเป็นตัวกำกับ แต่กลายเป็น ''{received}' ตัวกำกับที่ใช้ได้ ได้แก่ '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' และ 'IS NOT'",
|
|
34
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': "ควรมี ''{expectedToken}' ก่อนจะสิ้นสุดคำถาม",
|
|
35
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived': "ควรเป็น ''{expectedToken}' แต่กลายเป็น ''{received}'",
|
|
36
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': 'ควรมีค่าก่อนจะสิ้นสุดคำถาม',
|
|
37
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived': "ควรเป็นค่า แต่กลายเป็น ''{received}' คุณต้องใส่เครื่องหมายอัญประกาศกับ ''{received}' เพื่อบ่งบอกค่า",
|
|
38
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF': 'ควรมีค่าหรือฟังก์ชันก่อนจะสิ้นสุดคำถาม',
|
|
39
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived': "ควรเป็นค่าหรือฟังก์ชัน แต่กลายเป็น ''{received}' คุณต้องใส่เครื่องหมายอัญประกาศกับ ''{received}' เพื่อบ่งบอกค่า",
|
|
40
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalChar': "ต้องหลีกเลี่ยงการใช้ตัวอักษร ''{char}' ให้ใช้ตัวอักษรพิเศษ ''{escapedChar}' แทน",
|
|
41
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscape': "''{received}' เป็นรหัสพิเศษ JQL ที่ผิดกฏหมาย รหัสพิเศษที่ใช้ได้ ได้แก่ \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' และ \\uXXXX",
|
|
42
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank': "รหัสพิเศษยังไม่สมบูรณ์ รหัสพิเศษที่ใช้ได้ ได้แก่ \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' และ \\uXXXX",
|
|
43
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedChar': "ตัวอักษร ''{char}' เป็นตัวอักษร JQL ที่สงวนไว้ คุณต้องใส่ไว้ในแถวหรือใช้ตัวอักษรพิเศษ ''{escapedChar}' แทน",
|
|
44
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedWord': "''{word}' เป็นคำ JQL ที่สงวนไว้ คุณต้องใส่เครื่องหมายอัญประกาศกับคำนั้นเพื่อใช้ในคำถาม",
|
|
45
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "แถวที่อ้างอิง ''{received}' ยังไม่เสร็จสมบูรณ์",
|
|
46
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'แถวที่อ้างอิงยังไม่เสร็จสมบูรณ์',
|
|
47
|
+
'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "ไม่สามารถวิเคราะห์คำถามที่ ''{received}' ได้",
|
|
48
|
+
'jql-editor.ui.input-label': 'คำถาม JQL',
|
|
49
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'ตัวแก้ไข',
|
|
50
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'ย่อตัวแก้ไข',
|
|
51
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': 'ขยายตัวแก้ไข',
|
|
52
|
+
'jql-editor.ui.jql-editor-controls-content.search.label': 'ค้นหา',
|
|
53
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description': 'เปิดการช่วยเหลือด้านโครงสร้าง JQL ในแถบใหม่',
|
|
54
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': 'การช่วยเหลือด้านโครงสร้าง',
|
|
55
|
+
'jql-editor.ui.jql-editor-help.field-new-line-command': 'กด <b>Enter</b> เพื่อเพิ่มบรรทัดใหม่',
|
|
56
|
+
'jql-editor.ui.jql-editor-help.new-line-command': 'กด <b>Shift+Enter</b> เพื่อเพิ่มบรรทัดใหม่',
|
|
57
|
+
'jql-editor.ui.jql-editor-help.search-command': 'กด <b>Enter</b> เพื่อค้นหา',
|
|
58
|
+
'jql-editor.ui.jql-validation-message.jql-error-position': '(บรรทัด {lineNumber}, ตัวอักษร {charPosition})',
|
|
59
|
+
'jql-editor.ui.jql-warning-message.default': '{deprecatedField} ถูกเลิกใช้ไปแล้ว และอาจหยุดทำงานในอนาคต',
|
|
60
|
+
'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field': 'จะมีการแทนที่ {receivedFirst} และ {receivedSecond} ด้วย {parentReplacement} ในเร็ว ๆ นี้ <link>อัปเดตเป็น {parentReplacement}</link> เพื่อเตรียมพร้อมสำหรับการเปลี่ยนแปลงเหล่านี้',
|
|
61
|
+
'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field': 'จะมีการแทนที่ {deprecatedField} ด้วย {parentReplacement} ในเร็ว ๆ นี้ <link>อัปเดตเป็น {parentReplacement}</link> เพื่อเตรียมพร้อมสำหรับการเปลี่ยนแปลงเหล่านี้',
|
|
62
|
+
};
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'jql-editor.common.validation.unknown-error': string;
|
|
9
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.default': string;
|
|
10
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link': string;
|
|
11
|
+
'jql-editor.plugins.autocomplete.options-found': string;
|
|
12
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived': string;
|
|
13
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId': string;
|
|
14
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': string;
|
|
15
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived': string;
|
|
16
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': string;
|
|
17
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived': string;
|
|
18
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF': string;
|
|
19
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived': string;
|
|
20
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': string;
|
|
21
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived': string;
|
|
22
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': string;
|
|
23
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived': string;
|
|
24
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF': string;
|
|
25
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived': string;
|
|
26
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF': string;
|
|
27
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived': string;
|
|
28
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF': string;
|
|
29
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived': string;
|
|
30
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF': string;
|
|
31
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived': string;
|
|
32
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': string;
|
|
33
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived': string;
|
|
34
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': string;
|
|
35
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived': string;
|
|
36
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF': string;
|
|
37
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived': string;
|
|
38
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalChar': string;
|
|
39
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscape': string;
|
|
40
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank': string;
|
|
41
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedChar': string;
|
|
42
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedWord': string;
|
|
43
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedString': string;
|
|
44
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': string;
|
|
45
|
+
'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': string;
|
|
46
|
+
'jql-editor.ui.input-label': string;
|
|
47
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': string;
|
|
48
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': string;
|
|
49
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': string;
|
|
50
|
+
'jql-editor.ui.jql-editor-controls-content.search.label': string;
|
|
51
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description': string;
|
|
52
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': string;
|
|
53
|
+
'jql-editor.ui.jql-editor-help.field-new-line-command': string;
|
|
54
|
+
'jql-editor.ui.jql-editor-help.new-line-command': string;
|
|
55
|
+
'jql-editor.ui.jql-editor-help.search-command': string;
|
|
56
|
+
'jql-editor.ui.jql-validation-message.jql-error-position': string;
|
|
57
|
+
'jql-editor.ui.jql-warning-message.default': string;
|
|
58
|
+
'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field': string;
|
|
59
|
+
'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field': string;
|
|
60
|
+
};
|
|
61
|
+
export default _default;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Turkish (Turkey)
|
|
9
|
+
export default {
|
|
10
|
+
'jql-editor.common.validation.unknown-error': 'Bu sorgu ayrıştırılamadı.',
|
|
11
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.default': 'Bu alan kullanımdan kaldırıldı ve ileride çalışmayabilir.',
|
|
12
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link': "<b>''{received}'</b> yakında <b>''{parentReplacement}'</b> ile değiştirilecek. O yüzden <b>''{parentReplacement}'</b> alanını kullanın.",
|
|
13
|
+
'jql-editor.plugins.autocomplete.options-found': 'Aşağıdaki önerilen seçeneklerden birini seçin.',
|
|
14
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived': "Alan adı beklenirken '[' alındı. 'cf[' mi yazmak istediniz?",
|
|
15
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId': "'cf' sonrasında '[ ]' içinde özel alan kimliği bekleniyordu. Örnek: 'cf[10021]'.",
|
|
16
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': 'Sorgunun bitiminden önce alan adı bekleniyordu.',
|
|
17
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived': "Alan adı beklenirken ''{received}' alındı. Bir alan adı olarak kullanılabilmesi için ''{received}' tırnak içine alınmalı.",
|
|
18
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': 'Sorgunun bitiminden önce özellik kimliği bekleniyordu.',
|
|
19
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived': "Özellik kimliği beklenirken ''{received}' alındı. Bir değer olarak kullanılabilmesi için ''{received}' tırnak içine alınmalı.",
|
|
20
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF': 'Sorgunun bitiminden önce işlev bağımsız değişkeni bekleniyordu.',
|
|
21
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived': "İşlev bağımsız değişkeni beklenirken ''{received}' alındı. Bir değer olarak kullanılabilmesi için ''{received}' tırnak içine alınmalı.",
|
|
22
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': 'Sorgunun bitiminden önce işlev bekleniyordu.',
|
|
23
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived': "İşlev beklenirken ''{received}' alındı. Bir değer olarak kullanılabilmesi için ''{received}' tırnak içine alınmalı.",
|
|
24
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': 'Sorgunun bitiminden önce liste bekleniyordu.',
|
|
25
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived': "Liste beklenirken ''{received}' alındı. Bir değer olarak kullanılabilmesi için ''{received}' tırnak içine alınmalı.",
|
|
26
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF': 'Sorgunun bitiminden önce liste veya işlev bekleniyordu.',
|
|
27
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived': "Liste veya işlev beklenirken ''{received}' alındı. Bir değer olarak kullanılabilmesi için ''{received}' tırnak içine alınmalı.",
|
|
28
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF': "Sorgunun bitiminden önce {firstExpectedTokens} veya ''{lastExpectedToken}' bekleniyordu.",
|
|
29
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived': "{firstExpectedTokens} veya ''{lastExpectedToken}' beklenirken ''{received}' alındı.",
|
|
30
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF': 'Sorgunun bitiminden önce değer, liste veya işlev bekleniyordu.',
|
|
31
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived': "Değer, liste veya işlev beklenirken ''{received}' alındı. Bir değer olarak kullanılabilmesi için ''{received}' tırnak içine alınmalı.",
|
|
32
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF': "Sorgunun bitimininden önce operatör bekleniyordu. Geçerli operatörler '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' ve 'IS NOT' şeklindedir.",
|
|
33
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived': "Operatör beklenirken ''{received}' alındı. Geçerli operatörler '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' ve 'IS NOT' şeklindedir.",
|
|
34
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': "Sorgunun bitiminden önce ''{expectedToken}' belirteci bekleniyordu.",
|
|
35
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived': "''{expectedToken}' beklenirken ''{received}' alındı.",
|
|
36
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': 'Sorgunun bitiminden önce değer bekleniyordu.',
|
|
37
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived': "Değer beklenirken ''{received}' alındı. Bir değer olarak kullanılabilmesi için ''{received}' tırnak içine alınmalı.",
|
|
38
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF': 'Sorgunun bitiminden önce değer veya işlev bekleniyordu.',
|
|
39
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived': "Değer veya işlev beklenirken ''{received}' alındı. Bir değer olarak kullanılabilmesi için ''{received}' tırnak içine alınmalı.",
|
|
40
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalChar': "''{char}' için kaçış karakteri kullanılmalı. Bunun yerine ''{escapedChar}' kaçış karakterini kullanın.",
|
|
41
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscape': "''{received}' geçersiz bir JQL kaçış dizisidir. Geçerli kaçış dizileri \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' ve \\uXXXX şeklindedir.",
|
|
42
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank': "Kaçış dizisi tamamlanamadı. Geçerli kaçış dizileri \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' ve \\uXXXX şeklindedir.",
|
|
43
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedChar': "''{char}' ayrılmış bir JQL karakteridir. Karakteri bir dize içine almanız veya ''{escapedChar}' kaçış karakterini kullanmanız gerekiyor.",
|
|
44
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedWord': "''{word}' ayrılmış bir JQL sözcüğüdür. Bu sözcüğü sorguda kullanmak için tırnak içine almalısınız.",
|
|
45
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Tırnak içindeki ''{received}' dizesi tamamlanmamış.",
|
|
46
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Tırnak içindeki dize tamamlanmamış.',
|
|
47
|
+
'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "''{received}' içindeki sorgu ayrıştırılamıyor.",
|
|
48
|
+
'jql-editor.ui.input-label': 'JQL sorgusu',
|
|
49
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Düzenleyici',
|
|
50
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Düzenleyiciyi daralt',
|
|
51
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': 'Düzenleyiciyi genişlet',
|
|
52
|
+
'jql-editor.ui.jql-editor-controls-content.search.label': 'Ara',
|
|
53
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description': 'JQL söz dizimi yardımını yeni sekmede açar.',
|
|
54
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': 'Söz dizimi yardımı',
|
|
55
|
+
'jql-editor.ui.jql-editor-help.field-new-line-command': 'Yeni bir satır eklemek için <b>Enter</b> tuşuna basın',
|
|
56
|
+
'jql-editor.ui.jql-editor-help.new-line-command': 'Yeni bir satır eklemek için <b>Shift+Enter</b> tuşlarına basın',
|
|
57
|
+
'jql-editor.ui.jql-editor-help.search-command': 'Arama yapmak için <b>Enter</b> tuşuna basın',
|
|
58
|
+
'jql-editor.ui.jql-validation-message.jql-error-position': '({lineNumber}. satır, {charPosition}. karakter)',
|
|
59
|
+
'jql-editor.ui.jql-warning-message.default': '{deprecatedField} kullanımdan kaldırıldı ve ileride çalışmayabilir.',
|
|
60
|
+
'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field': '{receivedFirst} ve {receivedSecond} kısa bir süre sonra {parentReplacement} ile değiştirilecek. Bu değişikliklere hazırlanmak için <link>{parentReplacement} alanını kullanmaya başlayın</link>.',
|
|
61
|
+
'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field': '{deprecatedField} kısa bir süre sonra {parentReplacement} ile değiştirilecek. Bu değişikliklere hazırlanmak için <link>{parentReplacement} alanını kullanmaya başlayın</link>.',
|
|
62
|
+
};
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'jql-editor.common.validation.unknown-error': string;
|
|
9
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.default': string;
|
|
10
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link': string;
|
|
11
|
+
'jql-editor.plugins.autocomplete.options-found': string;
|
|
12
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived': string;
|
|
13
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId': string;
|
|
14
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': string;
|
|
15
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived': string;
|
|
16
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': string;
|
|
17
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived': string;
|
|
18
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF': string;
|
|
19
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived': string;
|
|
20
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': string;
|
|
21
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived': string;
|
|
22
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': string;
|
|
23
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived': string;
|
|
24
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF': string;
|
|
25
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived': string;
|
|
26
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF': string;
|
|
27
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived': string;
|
|
28
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF': string;
|
|
29
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived': string;
|
|
30
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF': string;
|
|
31
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived': string;
|
|
32
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': string;
|
|
33
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived': string;
|
|
34
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': string;
|
|
35
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived': string;
|
|
36
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF': string;
|
|
37
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived': string;
|
|
38
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalChar': string;
|
|
39
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscape': string;
|
|
40
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank': string;
|
|
41
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedChar': string;
|
|
42
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedWord': string;
|
|
43
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedString': string;
|
|
44
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': string;
|
|
45
|
+
'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': string;
|
|
46
|
+
'jql-editor.ui.input-label': string;
|
|
47
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': string;
|
|
48
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': string;
|
|
49
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': string;
|
|
50
|
+
'jql-editor.ui.jql-editor-controls-content.search.label': string;
|
|
51
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description': string;
|
|
52
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': string;
|
|
53
|
+
'jql-editor.ui.jql-editor-help.field-new-line-command': string;
|
|
54
|
+
'jql-editor.ui.jql-editor-help.new-line-command': string;
|
|
55
|
+
'jql-editor.ui.jql-editor-help.search-command': string;
|
|
56
|
+
'jql-editor.ui.jql-validation-message.jql-error-position': string;
|
|
57
|
+
'jql-editor.ui.jql-warning-message.default': string;
|
|
58
|
+
'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field': string;
|
|
59
|
+
'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field': string;
|
|
60
|
+
};
|
|
61
|
+
export default _default;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Ukrainian (Ukraine)
|
|
9
|
+
export default {
|
|
10
|
+
'jql-editor.common.validation.unknown-error': 'Не вдалося проаналізувати запит.',
|
|
11
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.default': 'Це поле застаріло й може припинити роботу в майбутньому.',
|
|
12
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link': 'Поле <b>{received}</b> незабаром буде замінено на поле <b>{parentReplacement}</b>. Використовуйте натомість поле <b>{parentReplacement}</b>.',
|
|
13
|
+
'jql-editor.plugins.autocomplete.options-found': 'Виберіть варіант із запропонованого списку нижче.',
|
|
14
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived': "Тут мала бути назва поля, але отримано '['. Ви мали на увазі 'cf['?",
|
|
15
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId': "Тут має бути ідентифікатор користувацького поля у дужках '[ ]' після 'cf'. Приклад: 'cf[10021]'.",
|
|
16
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': 'Перед кінцівкою запиту має стояти назва поля.',
|
|
17
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived': "Тут має бути назва поля, але отримано токен ''{received}'. Візьміть токен ''{received}' у лапки, щоб використовувати його як назву поля.",
|
|
18
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': 'Перед кінцівкою запиту має стояти ідентифікатор властивості.',
|
|
19
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived': "Тут мав бути ідентифікатор властивості, але отримано токен ''{received}'. Візьміть токен ''{received}' у лапки, щоб використовувати як значення.",
|
|
20
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF': 'Перед кінцівкою запиту має стояти аргумент функції.',
|
|
21
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived': "Тут мав бути аргумент функції, але отримано токен ''{received}'. Візьміть токен ''{received}' у лапки, щоб використовувати як значення.",
|
|
22
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': 'Перед кінцівкою запиту має стояти функція.',
|
|
23
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived': "Тут мала бути функція, але отримано токен ''{received}'. Візьміть токен ''{received}' у лапки, щоб використовувати як значення.",
|
|
24
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': 'Перед кінцівкою запиту має стояти список.',
|
|
25
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived': "Тут мав бути список, але отримано токен ''{received}'. Візьміть токен ''{received}' у лапки, щоб використовувати як значення.",
|
|
26
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF': 'Перед кінцівкою запиту має стояти список функцій.',
|
|
27
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived': "Тут мав бути список функцій, але отримано токен ''{received}'. Візьміть токен ''{received}' у лапки, щоб використовувати як значення.",
|
|
28
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF': "Перед кінцівкою запиту має стояти токен {firstExpectedTokens} або ''{lastExpectedToken}'.",
|
|
29
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived': "Тут мав бути токен {firstExpectedTokens} або ''{lastExpectedToken}', але отримано ''{received}'.",
|
|
30
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF': 'Перед кінцівкою запиту має стояти значення, список або функція.',
|
|
31
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived': "Тут мали бути значення, список або функція, але отримано токен ''{received}'. Візьміть токен ''{received}' у лапки, щоб використовувати як значення.",
|
|
32
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF': "Перед кінцівкою запиту має стояти оператор. Дійсні оператори: '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS', 'IS NOT'.",
|
|
33
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived': "Тут мав бути оператор, але отримано токен {received}. Дійсні оператори: '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS', 'IS NOT'.",
|
|
34
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': "Перед кінцівкою запиту має стояти токен ''{expectedToken}'.",
|
|
35
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived': "Тут мав бути токен ''{expectedToken}', але отримано ''{received}'.",
|
|
36
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': 'Перед кінцівкою запиту має стояти значення.',
|
|
37
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived': "Тут мало бути значення, але отримано токен ''{received}'. Візьміть токен ''{received}' у лапки, щоб використовувати як значення.",
|
|
38
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF': 'Перед кінцівкою запиту мають стояти значення або функція.',
|
|
39
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived': "Тут мали бути значення або функція, але отримано токен ''{received}'. Візьміть токен ''{received}' у лапки, щоб використовувати як значення.",
|
|
40
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalChar': "Біля ''{char}' має стояти символ виходу. Використайте натомість ''{escapedChar}'.",
|
|
41
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscape': "''{received}' — це заборонена escape-послідовність JQL. Дійсні escape-послідовності: \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' і \\uXXXX.",
|
|
42
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank': "Escape-послідовність не завершено. Дійсні escape-послідовності: \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' і \\uXXXX.",
|
|
43
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedChar': "''{char}' — це зарезервований символ JQL. Додайте його в рядок або використайте натомість символ виходу ''{escapedChar}'.",
|
|
44
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedWord': "''{word}' — це зарезервоване слово JQL. Візьміть його в лапки, щоб використовувати в запиті.",
|
|
45
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Узятий у лапки рядок ''{received}' не завершено.",
|
|
46
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Узятий у лапки рядок не завершено.',
|
|
47
|
+
'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Не вдалося проаналізувати запит для отриманого токена ''{received}'.",
|
|
48
|
+
'jql-editor.ui.input-label': 'Запит JQL',
|
|
49
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Редактор',
|
|
50
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Згорнути редактор',
|
|
51
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': 'Розгорнути редактор',
|
|
52
|
+
'jql-editor.ui.jql-editor-controls-content.search.label': 'Пошук',
|
|
53
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description': 'Відкрийте довідку із синтаксису JQL у новій вкладці.',
|
|
54
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': 'Довідка із синтаксису',
|
|
55
|
+
'jql-editor.ui.jql-editor-help.field-new-line-command': 'Натисніть <b>Enter</b>, щоб додати новий рядок',
|
|
56
|
+
'jql-editor.ui.jql-editor-help.new-line-command': 'Натисніть <b>Shift+Enter</b>, щоб додати новий рядок',
|
|
57
|
+
'jql-editor.ui.jql-editor-help.search-command': 'Натисніть <b>Enter</b>, щоб запустити пошук',
|
|
58
|
+
'jql-editor.ui.jql-validation-message.jql-error-position': '(рядок {lineNumber}, символ {charPosition})',
|
|
59
|
+
'jql-editor.ui.jql-warning-message.default': 'Поле «{deprecatedField}» застаріло й може припинити роботу в майбутньому.',
|
|
60
|
+
'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field': 'Поля «{receivedFirst}» і «{receivedSecond}» незабаром буде замінено на поле «{parentReplacement}». <link>Замініть зазначені поля на «{parentReplacement}»</link>, щоб підготуватися до змін.',
|
|
61
|
+
'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field': 'Поле «{deprecatedField}» незабаром буде замінено на поле «{parentReplacement}». <link>Замініть зазначене поле на «{parentReplacement}»</link>, щоб підготуватися до змін.',
|
|
62
|
+
};
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'jql-editor.common.validation.unknown-error': string;
|
|
9
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.default': string;
|
|
10
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link': string;
|
|
11
|
+
'jql-editor.plugins.autocomplete.options-found': string;
|
|
12
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived': string;
|
|
13
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId': string;
|
|
14
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': string;
|
|
15
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived': string;
|
|
16
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': string;
|
|
17
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived': string;
|
|
18
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF': string;
|
|
19
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived': string;
|
|
20
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': string;
|
|
21
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived': string;
|
|
22
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': string;
|
|
23
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived': string;
|
|
24
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF': string;
|
|
25
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived': string;
|
|
26
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF': string;
|
|
27
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived': string;
|
|
28
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF': string;
|
|
29
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived': string;
|
|
30
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF': string;
|
|
31
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived': string;
|
|
32
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': string;
|
|
33
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived': string;
|
|
34
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': string;
|
|
35
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived': string;
|
|
36
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF': string;
|
|
37
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived': string;
|
|
38
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalChar': string;
|
|
39
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscape': string;
|
|
40
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank': string;
|
|
41
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedChar': string;
|
|
42
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedWord': string;
|
|
43
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedString': string;
|
|
44
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': string;
|
|
45
|
+
'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': string;
|
|
46
|
+
'jql-editor.ui.input-label': string;
|
|
47
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': string;
|
|
48
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': string;
|
|
49
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': string;
|
|
50
|
+
'jql-editor.ui.jql-editor-controls-content.search.label': string;
|
|
51
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description': string;
|
|
52
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': string;
|
|
53
|
+
'jql-editor.ui.jql-editor-help.field-new-line-command': string;
|
|
54
|
+
'jql-editor.ui.jql-editor-help.new-line-command': string;
|
|
55
|
+
'jql-editor.ui.jql-editor-help.search-command': string;
|
|
56
|
+
'jql-editor.ui.jql-validation-message.jql-error-position': string;
|
|
57
|
+
'jql-editor.ui.jql-warning-message.default': string;
|
|
58
|
+
'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field': string;
|
|
59
|
+
'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field': string;
|
|
60
|
+
};
|
|
61
|
+
export default _default;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Vietnamese (Vietnam)
|
|
9
|
+
export default {
|
|
10
|
+
'jql-editor.common.validation.unknown-error': 'Không thể phân tích cú pháp truy vấn.',
|
|
11
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.default': 'Trường này không còn được dùng nữa và có thể ngừng hoạt động trong tương lai.',
|
|
12
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link': "Trường <b>''{received}'</b>sẽ sớm được thay thế bằng trường <b>''{parentReplacement}'</b>. Hãy sử dụng trường <b>''{parentReplacement}'</b> để thay thế.",
|
|
13
|
+
'jql-editor.plugins.autocomplete.options-found': 'Chọn từ danh sách các tùy chọn được đề xuất ở bên dưới.',
|
|
14
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived': "Dự kiến nhận được tên trường nhưng lại nhận được '['. Ý bạn là 'cf['?",
|
|
15
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId': "Dự kiến nhận được id trường tùy chỉnh nằm trong '[ ]' sau 'cf'. Ví dụ: 'cf[10021]'.",
|
|
16
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': 'Dự kiến nhận được tên trường trước khi kết thúc truy vấn.',
|
|
17
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived': "Dự kiến nhận được tên trường nhưng lại nhận được ''{received}'. Bạn phải đặt ''{received}' trong dấu ngoặc kép thì mới có thể dùng làm tên trường.",
|
|
18
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': 'Dự kiến nhận được id thuộc tính trước khi kết thúc truy vấn.',
|
|
19
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived': "Dự kiến nhận được id thuộc tính nhưng lại nhận được ''{received}'. Bạn phải đặt ''{received}' trong dấu ngoặc kép thì mới có thể dùng làm giá trị.",
|
|
20
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF': 'Dự kiến nhận được đối số hàm trước khi kết thúc truy vấn.',
|
|
21
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived': "Dự kiến nhận được một đối số của hàm nhưng đã nhận được ''{received}'. Bạn phải đặt ''{received}' trong dấu ngoặc kép thì mới có thể dùng làm giá trị.",
|
|
22
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': 'Dự kiến nhận được một hàm trước khi kết thúc truy vấn.',
|
|
23
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived': "Dự kiến nhận được một hàm nhưng lại nhận được ''{received}'. Bạn phải đặt ''{received}' trong dấu ngoặc kép thì mới có thể dùng làm giá trị.",
|
|
24
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': 'Dự kiến nhận được một danh sách trước khi kết thúc truy vấn.',
|
|
25
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived': "Dự kiến nhận được một danh sách nhưng lại nhận được ''{received}'. Bạn phải đặt ''{received}' trong dấu ngoặc kép thì mới có thể dùng làm giá trị.",
|
|
26
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF': 'Dự kiến nhận được một danh sách hoặc hàm trước khi kết thúc truy vấn.',
|
|
27
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived': "Dự kiến nhận được một danh sách hoặc hàm nhưng lại nhận được ''{received}'. Bạn phải đặt ''{received}' trong dấu ngoặc kép thì mới có thể dùng làm giá trị.",
|
|
28
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF': "Dự kiến nhận được {firstExpectedTokens} hoặc ''{lastExpectedToken}' trước khi kết thúc truy vấn.",
|
|
29
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived': "Dự kiến nhận được {firstExpectedTokens} hoặc ''{lastExpectedToken}' nhưng lại nhận được ''{received}'.",
|
|
30
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF': 'Dự kiến nhận được một giá trị, danh sách hoặc hàm trước khi kết thúc truy vấn.',
|
|
31
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived': "Dự kiến nhận được một giá trị, danh sách hoặc hàm nhưng lại nhận được ''{received}'. Bạn phải đặt ''{received}' trong dấu ngoặc kép thì mới có thể dùng làm giá trị.",
|
|
32
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF': "Dự kiến nhận được một toán tử trước khi kết thúc truy vấn. Các toán tử hợp lệ là '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' và 'IS NOT'.",
|
|
33
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived': "Dự kiến nhận được một toán tử nhưng lại nhận được ''{received}'. Các toán tử hợp lệ là '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' và 'IS NOT'.",
|
|
34
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': "Dự kiến nhận được ''{expectedToken}' trước khi kết thúc truy vấn.",
|
|
35
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived': "Dự kiến nhận được ''{expectedToken}' nhưng lại nhận được ''{received}'.",
|
|
36
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': 'Dự kiến nhận được một giá trị trước khi kết thúc truy vấn.',
|
|
37
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived': "Dự kiến nhận được một giá trị nhưng lại nhận được ''{received}'. Bạn phải đặt ''{received}' trong dấu ngoặc kép thì mới có thể dùng làm giá trị.",
|
|
38
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF': 'Dự kiến nhận được một giá trị hoặc hàm trước khi kết thúc truy vấn.',
|
|
39
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived': "Dự kiến nhận được một giá trị hoặc hàm nhưng lại nhận được ''{received}'. Bạn phải đặt ''{received}' trong dấu ngoặc kép thì mới có thể dùng làm giá trị.",
|
|
40
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalChar': "Ký tự ''{char}' phải là ký tự thoát. Hãy sử dụng ký tự thoát ''{escapedChar}'.",
|
|
41
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscape': "''{received}' là chuỗi thoát JQL không hợp lệ. Chuỗi thoát hợp lệ là \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' và \\uXXXX.",
|
|
42
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank': "Chuỗi thoát chưa hoàn chỉnh. Chuỗi thoát hợp lệ là \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' và \\uXXXX.",
|
|
43
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedChar': "Ký tự ''{char}' là ký tự JQL dành riêng. Bạn phải đặt ký tự này trong một chuỗi hoặc sử dụng ký tự thoát ''{escapedChar}'.",
|
|
44
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedWord': "''{word}' là một từ JQL dành riêng. Bạn phải đặt từ này trong dấu ngoặc kép thì mới có thể dùng làm truy vấn.",
|
|
45
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Chuỗi được trích dẫn ''{received}' chưa hoàn tất.",
|
|
46
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Chuỗi được trích dẫn chưa hoàn tất.',
|
|
47
|
+
'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Không thể phân tích cú pháp truy vấn tại ''{received}'.",
|
|
48
|
+
'jql-editor.ui.input-label': 'Truy vấn JQL',
|
|
49
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Trình soạn thảo',
|
|
50
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Thu gọn trình soạn thảo',
|
|
51
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': 'Mở rộng trình soạn thảo',
|
|
52
|
+
'jql-editor.ui.jql-editor-controls-content.search.label': 'Tìm kiếm',
|
|
53
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description': 'Mở phần trợ giúp về cú pháp JQL trong một tab mới.',
|
|
54
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': 'Trợ giúp về cú pháp',
|
|
55
|
+
'jql-editor.ui.jql-editor-help.field-new-line-command': 'Nhấn <b>Enter</b> để thêm một dòng mới',
|
|
56
|
+
'jql-editor.ui.jql-editor-help.new-line-command': 'Nhấn <b>Shift+Enter</b> để thêm một dòng mới',
|
|
57
|
+
'jql-editor.ui.jql-editor-help.search-command': 'Nhấn <b>Enter</b> để tìm kiếm',
|
|
58
|
+
'jql-editor.ui.jql-validation-message.jql-error-position': '(dòng {lineNumber}, ký tự {charPosition})',
|
|
59
|
+
'jql-editor.ui.jql-warning-message.default': '{deprecatedField} không còn được dùng nữa và có thể ngừng hoạt động trong tương lai.',
|
|
60
|
+
'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field': '{receivedFirst} và {receivedSecond} sẽ sớm được thay thế bằng {parentReplacement}. <link>Cập nhật lên {parentReplacement}</link> để chuẩn bị cho những thay đổi này.',
|
|
61
|
+
'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field': '{deprecatedField} sẽ sớm được thay thế bằng {parentReplacement}. <link>Cập nhật lên {parentReplacement}</link> để chuẩn bị cho những thay đổi này.',
|
|
62
|
+
};
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'jql-editor.common.validation.unknown-error': string;
|
|
9
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.default': string;
|
|
10
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link': string;
|
|
11
|
+
'jql-editor.plugins.autocomplete.options-found': string;
|
|
12
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived': string;
|
|
13
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId': string;
|
|
14
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': string;
|
|
15
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived': string;
|
|
16
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': string;
|
|
17
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived': string;
|
|
18
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF': string;
|
|
19
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived': string;
|
|
20
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': string;
|
|
21
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived': string;
|
|
22
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': string;
|
|
23
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived': string;
|
|
24
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF': string;
|
|
25
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived': string;
|
|
26
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF': string;
|
|
27
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived': string;
|
|
28
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF': string;
|
|
29
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived': string;
|
|
30
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF': string;
|
|
31
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived': string;
|
|
32
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': string;
|
|
33
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived': string;
|
|
34
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': string;
|
|
35
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived': string;
|
|
36
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF': string;
|
|
37
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived': string;
|
|
38
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalChar': string;
|
|
39
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscape': string;
|
|
40
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank': string;
|
|
41
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedChar': string;
|
|
42
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedWord': string;
|
|
43
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedString': string;
|
|
44
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': string;
|
|
45
|
+
'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': string;
|
|
46
|
+
'jql-editor.ui.input-label': string;
|
|
47
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': string;
|
|
48
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': string;
|
|
49
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': string;
|
|
50
|
+
'jql-editor.ui.jql-editor-controls-content.search.label': string;
|
|
51
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description': string;
|
|
52
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': string;
|
|
53
|
+
'jql-editor.ui.jql-editor-help.field-new-line-command': string;
|
|
54
|
+
'jql-editor.ui.jql-editor-help.new-line-command': string;
|
|
55
|
+
'jql-editor.ui.jql-editor-help.search-command': string;
|
|
56
|
+
'jql-editor.ui.jql-validation-message.jql-error-position': string;
|
|
57
|
+
'jql-editor.ui.jql-warning-message.default': string;
|
|
58
|
+
'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field': string;
|
|
59
|
+
'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field': string;
|
|
60
|
+
};
|
|
61
|
+
export default _default;
|