@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.
Files changed (159) hide show
  1. package/build.js +131 -0
  2. package/dist/cjs/i18n/cs.js +64 -0
  3. package/dist/cjs/i18n/da.js +64 -0
  4. package/dist/cjs/i18n/de.js +64 -0
  5. package/dist/cjs/i18n/en.js +64 -0
  6. package/dist/cjs/i18n/en_GB.js +64 -0
  7. package/dist/cjs/i18n/en_ZZ.js +64 -0
  8. package/dist/cjs/i18n/es.js +64 -0
  9. package/dist/cjs/i18n/fi.js +64 -0
  10. package/dist/cjs/i18n/fr.js +64 -0
  11. package/dist/cjs/i18n/hr.js +64 -0
  12. package/dist/cjs/i18n/hu.js +64 -0
  13. package/dist/cjs/i18n/index.js +63 -0
  14. package/dist/cjs/i18n/it.js +64 -0
  15. package/dist/cjs/i18n/ja.js +64 -0
  16. package/dist/cjs/i18n/ko.js +64 -0
  17. package/dist/cjs/i18n/nb.js +64 -0
  18. package/dist/cjs/i18n/nl.js +64 -0
  19. package/dist/cjs/i18n/pl.js +64 -0
  20. package/dist/cjs/i18n/pt_BR.js +64 -0
  21. package/dist/cjs/i18n/ru.js +64 -0
  22. package/dist/cjs/i18n/sl.js +64 -0
  23. package/dist/cjs/i18n/sr_RS.js +64 -0
  24. package/dist/cjs/i18n/sr_YR.js +64 -0
  25. package/dist/cjs/i18n/sv.js +64 -0
  26. package/dist/cjs/i18n/th.js +64 -0
  27. package/dist/cjs/i18n/tr.js +64 -0
  28. package/dist/cjs/i18n/uk.js +64 -0
  29. package/dist/cjs/i18n/vi.js +64 -0
  30. package/dist/cjs/i18n/zh.js +64 -0
  31. package/dist/cjs/i18n/zh_TW.js +64 -0
  32. package/dist/cjs/index.js +18 -0
  33. package/dist/esm/i18n/cs.d.ts +61 -0
  34. package/dist/esm/i18n/cs.js +62 -0
  35. package/dist/esm/i18n/da.d.ts +61 -0
  36. package/dist/esm/i18n/da.js +62 -0
  37. package/dist/esm/i18n/de.d.ts +61 -0
  38. package/dist/esm/i18n/de.js +62 -0
  39. package/dist/esm/i18n/en.d.ts +61 -0
  40. package/dist/esm/i18n/en.js +62 -0
  41. package/dist/esm/i18n/en_GB.d.ts +61 -0
  42. package/dist/esm/i18n/en_GB.js +62 -0
  43. package/dist/esm/i18n/en_ZZ.d.ts +61 -0
  44. package/dist/esm/i18n/en_ZZ.js +62 -0
  45. package/dist/esm/i18n/es.d.ts +61 -0
  46. package/dist/esm/i18n/es.js +62 -0
  47. package/dist/esm/i18n/fi.d.ts +61 -0
  48. package/dist/esm/i18n/fi.js +62 -0
  49. package/dist/esm/i18n/fr.d.ts +61 -0
  50. package/dist/esm/i18n/fr.js +62 -0
  51. package/dist/esm/i18n/hr.d.ts +61 -0
  52. package/dist/esm/i18n/hr.js +62 -0
  53. package/dist/esm/i18n/hu.d.ts +61 -0
  54. package/dist/esm/i18n/hu.js +62 -0
  55. package/dist/esm/i18n/index.d.ts +29 -0
  56. package/dist/esm/i18n/index.js +30 -0
  57. package/dist/esm/i18n/it.d.ts +61 -0
  58. package/dist/esm/i18n/it.js +62 -0
  59. package/dist/esm/i18n/ja.d.ts +61 -0
  60. package/dist/esm/i18n/ja.js +62 -0
  61. package/dist/esm/i18n/ko.d.ts +61 -0
  62. package/dist/esm/i18n/ko.js +62 -0
  63. package/dist/esm/i18n/nb.d.ts +61 -0
  64. package/dist/esm/i18n/nb.js +62 -0
  65. package/dist/esm/i18n/nl.d.ts +61 -0
  66. package/dist/esm/i18n/nl.js +62 -0
  67. package/dist/esm/i18n/pl.d.ts +61 -0
  68. package/dist/esm/i18n/pl.js +62 -0
  69. package/dist/esm/i18n/pt_BR.d.ts +61 -0
  70. package/dist/esm/i18n/pt_BR.js +62 -0
  71. package/dist/esm/i18n/ru.d.ts +61 -0
  72. package/dist/esm/i18n/ru.js +62 -0
  73. package/dist/esm/i18n/sl.d.ts +61 -0
  74. package/dist/esm/i18n/sl.js +62 -0
  75. package/dist/esm/i18n/sr_RS.d.ts +61 -0
  76. package/dist/esm/i18n/sr_RS.js +62 -0
  77. package/dist/esm/i18n/sr_YR.d.ts +61 -0
  78. package/dist/esm/i18n/sr_YR.js +62 -0
  79. package/dist/esm/i18n/sv.d.ts +61 -0
  80. package/dist/esm/i18n/sv.js +62 -0
  81. package/dist/esm/i18n/th.d.ts +61 -0
  82. package/dist/esm/i18n/th.js +62 -0
  83. package/dist/esm/i18n/tr.d.ts +61 -0
  84. package/dist/esm/i18n/tr.js +62 -0
  85. package/dist/esm/i18n/uk.d.ts +61 -0
  86. package/dist/esm/i18n/uk.js +62 -0
  87. package/dist/esm/i18n/vi.d.ts +61 -0
  88. package/dist/esm/i18n/vi.js +62 -0
  89. package/dist/esm/i18n/zh.d.ts +61 -0
  90. package/dist/esm/i18n/zh.js +62 -0
  91. package/dist/esm/i18n/zh_TW.d.ts +61 -0
  92. package/dist/esm/i18n/zh_TW.js +62 -0
  93. package/dist/esm/index.d.ts +1 -0
  94. package/dist/esm/index.js +2 -0
  95. package/dist/types/i18n/cs.d.ts +61 -0
  96. package/dist/types/i18n/da.d.ts +61 -0
  97. package/dist/types/i18n/de.d.ts +61 -0
  98. package/dist/types/i18n/en.d.ts +61 -0
  99. package/dist/types/i18n/en_GB.d.ts +61 -0
  100. package/dist/types/i18n/en_ZZ.d.ts +61 -0
  101. package/dist/types/i18n/es.d.ts +61 -0
  102. package/dist/types/i18n/fi.d.ts +61 -0
  103. package/dist/types/i18n/fr.d.ts +61 -0
  104. package/dist/types/i18n/hr.d.ts +61 -0
  105. package/dist/types/i18n/hu.d.ts +61 -0
  106. package/dist/types/i18n/index.d.ts +29 -0
  107. package/dist/types/i18n/it.d.ts +61 -0
  108. package/dist/types/i18n/ja.d.ts +61 -0
  109. package/dist/types/i18n/ko.d.ts +61 -0
  110. package/dist/types/i18n/nb.d.ts +61 -0
  111. package/dist/types/i18n/nl.d.ts +61 -0
  112. package/dist/types/i18n/pl.d.ts +61 -0
  113. package/dist/types/i18n/pt_BR.d.ts +61 -0
  114. package/dist/types/i18n/ru.d.ts +61 -0
  115. package/dist/types/i18n/sl.d.ts +61 -0
  116. package/dist/types/i18n/sr_RS.d.ts +61 -0
  117. package/dist/types/i18n/sr_YR.d.ts +61 -0
  118. package/dist/types/i18n/sv.d.ts +61 -0
  119. package/dist/types/i18n/th.d.ts +61 -0
  120. package/dist/types/i18n/tr.d.ts +61 -0
  121. package/dist/types/i18n/uk.d.ts +61 -0
  122. package/dist/types/i18n/vi.d.ts +61 -0
  123. package/dist/types/i18n/zh.d.ts +61 -0
  124. package/dist/types/i18n/zh_TW.d.ts +61 -0
  125. package/dist/types/index.d.ts +1 -0
  126. package/i18n/cs.ts +96 -0
  127. package/i18n/da.ts +100 -0
  128. package/i18n/de.ts +102 -0
  129. package/i18n/en.ts +98 -0
  130. package/i18n/en_GB.ts +98 -0
  131. package/i18n/en_ZZ.ts +106 -0
  132. package/i18n/es.ts +100 -0
  133. package/i18n/fi.ts +97 -0
  134. package/i18n/fr.ts +101 -0
  135. package/i18n/hr.ts +95 -0
  136. package/i18n/hu.ts +97 -0
  137. package/i18n/index.ts +30 -0
  138. package/i18n/it.ts +101 -0
  139. package/i18n/ja.ts +94 -0
  140. package/i18n/ko.ts +96 -0
  141. package/i18n/nb.ts +97 -0
  142. package/i18n/nl.ts +100 -0
  143. package/i18n/pl.ts +97 -0
  144. package/i18n/pt_BR.ts +101 -0
  145. package/i18n/ru.ts +99 -0
  146. package/i18n/sl.ts +98 -0
  147. package/i18n/sr_RS.ts +95 -0
  148. package/i18n/sr_YR.ts +95 -0
  149. package/i18n/sv.ts +97 -0
  150. package/i18n/th.ts +92 -0
  151. package/i18n/tr.ts +96 -0
  152. package/i18n/uk.ts +96 -0
  153. package/i18n/vi.ts +100 -0
  154. package/i18n/zh.ts +87 -0
  155. package/i18n/zh_TW.ts +87 -0
  156. package/index.ts +2 -0
  157. package/package.json +38 -0
  158. package/tsconfig.cjs.json +8 -0
  159. package/tsconfig.json +25 -0
package/i18n/th.ts ADDED
@@ -0,0 +1,92 @@
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
+ 'ฟิลด์นี้ถูกเลิกใช้ไปแล้ว และอาจหยุดทำงานในอนาคต',
13
+ 'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link':
14
+ "จะมีการแทนที่ <b>''{received}'</b> ด้วย <b>''{parentReplacement}'</b> ในเร็ว ๆ นี้ ใช้ฟิลด์ <b>''{parentReplacement}'</b> แทน",
15
+ 'jql-editor.plugins.autocomplete.options-found': 'เลือกจากรายการตัวเลือกที่แนะนำด้านล่าง',
16
+ 'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived':
17
+ "ควรเป็นชื่อฟิลด์ แต่กลายเป็น '[' หรือคุณหมายถึง 'cf['",
18
+ 'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId':
19
+ "ID ฟิลด์ที่กำหนดเองควรแสดงใน '[ ]' หลัง 'cf' ตัวอย่างเช่น: 'cf[10021]'",
20
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': 'ควรมีชื่อฟิลด์ก่อนจะสิ้นสุดคำถาม',
21
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived':
22
+ "ควรเป็นชื่อฟิลด์ แต่กลายเป็น ''{received}' คุณต้องใส่เครื่องหมายอัญประกาศกับ ''{received}' เพื่อใช้เป็นชื่อฟิลด์",
23
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': 'ควรมีคุณลักษณะ ID ก่อนจะสิ้นสุดคำถาม',
24
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived':
25
+ "ควรเป็นคุณลักษณะ ID แต่กลายเป็น ''{received}' คุณต้องใส่เครื่องหมายอัญประกาศกับ ''{received}' เพื่อบ่งบอกค่า",
26
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF':
27
+ 'ควรมีฟังก์ชันอาร์กิวเมนต์ก่อนจะสิ้นสุดคำถาม',
28
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived':
29
+ "ควรเป็นฟังก์ชันอาร์กิวเมนต์ แต่กลายเป็น ''{received}' คุณต้องใส่เครื่องหมายอัญประกาศกับ ''{received}' เพื่อบ่งบอกค่า",
30
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': 'ควรมีฟังก์ชันก่อนจะสิ้นสุดคำถาม',
31
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived':
32
+ "ควรเป็นฟังก์ชัน แต่กลายเป็น ''{received}' คุณต้องใส่เครื่องหมายอัญประกาศกับ ''{received}' เพื่อบ่งบอกค่า",
33
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': 'ควรมีรายการก่อนจะสิ้นสุดคำถาม',
34
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived':
35
+ "ควรเป็นรายการ แต่กลายเป็น ''{received}' คุณต้องใส่เครื่องหมายอัญประกาศกับ ''{received}' เพื่อบ่งบอกค่า",
36
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF':
37
+ 'ควรมีรายการหรือฟังก์ชันก่อนจะสิ้นสุดคำถาม',
38
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived':
39
+ "ควรเป็นรายการหรือฟังก์ชัน แต่กลายเป็น ''{received}' คุณต้องใส่เครื่องหมายอัญประกาศกับ ''{received}' เพื่อบ่งบอกค่า",
40
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF':
41
+ "ควรมี {firstExpectedTokens} หรือ ''{lastExpectedToken}' ก่อนจะสิ้นสุดคำถาม",
42
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived':
43
+ "ควรเป็น {firstExpectedTokens} หรือ ''{lastExpectedToken}' แต่กลายเป็น ''{received}'",
44
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF':
45
+ 'ควรมีค่า รายการ หรือฟังก์ชันก่อนจะสิ้นสุดคำถาม',
46
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived':
47
+ "ควรเป็นค่า รายการ หรือฟังก์ชัน แต่กลายเป็น ''{received}' คุณต้องใส่เครื่องหมายอัญประกาศกับ ''{received}' เพื่อบ่งบอกค่า",
48
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF':
49
+ "ควรมีตัวกำกับก่อนจะสิ้นสุดคำถาม ตัวกำกับที่ใช้ได้ ได้แก่ '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' และ 'IS NOT'",
50
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived':
51
+ "ควรเป็นตัวกำกับ แต่กลายเป็น ''{received}' ตัวกำกับที่ใช้ได้ ได้แก่ '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' และ 'IS NOT'",
52
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': "ควรมี ''{expectedToken}' ก่อนจะสิ้นสุดคำถาม",
53
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived':
54
+ "ควรเป็น ''{expectedToken}' แต่กลายเป็น ''{received}'",
55
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': 'ควรมีค่าก่อนจะสิ้นสุดคำถาม',
56
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived':
57
+ "ควรเป็นค่า แต่กลายเป็น ''{received}' คุณต้องใส่เครื่องหมายอัญประกาศกับ ''{received}' เพื่อบ่งบอกค่า",
58
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF':
59
+ 'ควรมีค่าหรือฟังก์ชันก่อนจะสิ้นสุดคำถาม',
60
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived':
61
+ "ควรเป็นค่าหรือฟังก์ชัน แต่กลายเป็น ''{received}' คุณต้องใส่เครื่องหมายอัญประกาศกับ ''{received}' เพื่อบ่งบอกค่า",
62
+ 'jql-editor.plugins.jql-ast.error-messages.illegalChar':
63
+ "ต้องหลีกเลี่ยงการใช้ตัวอักษร ''{char}' ให้ใช้ตัวอักษรพิเศษ ''{escapedChar}' แทน",
64
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscape':
65
+ "''{received}' เป็นรหัสพิเศษ JQL ที่ผิดกฏหมาย รหัสพิเศษที่ใช้ได้ ได้แก่ \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' และ \\uXXXX",
66
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank':
67
+ "รหัสพิเศษยังไม่สมบูรณ์ รหัสพิเศษที่ใช้ได้ ได้แก่ \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' และ \\uXXXX",
68
+ 'jql-editor.plugins.jql-ast.error-messages.reservedChar':
69
+ "ตัวอักษร ''{char}' เป็นตัวอักษร JQL ที่สงวนไว้ คุณต้องใส่ไว้ในแถวหรือใช้ตัวอักษรพิเศษ ''{escapedChar}' แทน",
70
+ 'jql-editor.plugins.jql-ast.error-messages.reservedWord':
71
+ "''{word}' เป็นคำ JQL ที่สงวนไว้ คุณต้องใส่เครื่องหมายอัญประกาศกับคำนั้นเพื่อใช้ในคำถาม",
72
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "แถวที่อ้างอิง ''{received}' ยังไม่เสร็จสมบูรณ์",
73
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'แถวที่อ้างอิงยังไม่เสร็จสมบูรณ์',
74
+ 'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "ไม่สามารถวิเคราะห์คำถามที่ ''{received}' ได้",
75
+ 'jql-editor.ui.input-label': 'คำถาม JQL',
76
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'ตัวแก้ไข',
77
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'ย่อตัวแก้ไข',
78
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': 'ขยายตัวแก้ไข',
79
+ 'jql-editor.ui.jql-editor-controls-content.search.label': 'ค้นหา',
80
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description':
81
+ 'เปิดการช่วยเหลือด้านโครงสร้าง JQL ในแถบใหม่',
82
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': 'การช่วยเหลือด้านโครงสร้าง',
83
+ 'jql-editor.ui.jql-editor-help.field-new-line-command': 'กด <b>Enter</b> เพื่อเพิ่มบรรทัดใหม่',
84
+ 'jql-editor.ui.jql-editor-help.new-line-command': 'กด <b>Shift+Enter</b> เพื่อเพิ่มบรรทัดใหม่',
85
+ 'jql-editor.ui.jql-editor-help.search-command': 'กด <b>Enter</b> เพื่อค้นหา',
86
+ 'jql-editor.ui.jql-validation-message.jql-error-position': '(บรรทัด {lineNumber}, ตัวอักษร {charPosition})',
87
+ 'jql-editor.ui.jql-warning-message.default': '{deprecatedField} ถูกเลิกใช้ไปแล้ว และอาจหยุดทำงานในอนาคต',
88
+ 'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field':
89
+ 'จะมีการแทนที่ {receivedFirst} และ {receivedSecond} ด้วย {parentReplacement} ในเร็ว ๆ นี้ <link>อัปเดตเป็น {parentReplacement}</link> เพื่อเตรียมพร้อมสำหรับการเปลี่ยนแปลงเหล่านี้',
90
+ 'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field':
91
+ 'จะมีการแทนที่ {deprecatedField} ด้วย {parentReplacement} ในเร็ว ๆ นี้ <link>อัปเดตเป็น {parentReplacement}</link> เพื่อเตรียมพร้อมสำหรับการเปลี่ยนแปลงเหล่านี้',
92
+ };
package/i18n/tr.ts ADDED
@@ -0,0 +1,96 @@
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':
12
+ 'Bu alan kullanımdan kaldırıldı ve ileride çalışmayabilir.',
13
+ 'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link':
14
+ "<b>''{received}'</b> yakında <b>''{parentReplacement}'</b> ile değiştirilecek. O yüzden <b>''{parentReplacement}'</b> alanını kullanın.",
15
+ 'jql-editor.plugins.autocomplete.options-found': 'Aşağıdaki önerilen seçeneklerden birini seçin.',
16
+ 'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived':
17
+ "Alan adı beklenirken '[' alındı. 'cf[' mi yazmak istediniz?",
18
+ 'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId':
19
+ "'cf' sonrasında '[ ]' içinde özel alan kimliği bekleniyordu. Örnek: 'cf[10021]'.",
20
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF':
21
+ 'Sorgunun bitiminden önce alan adı bekleniyordu.',
22
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived':
23
+ "Alan adı beklenirken ''{received}' alındı. Bir alan adı olarak kullanılabilmesi için ''{received}' tırnak içine alınmalı.",
24
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF':
25
+ 'Sorgunun bitiminden önce özellik kimliği bekleniyordu.',
26
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived':
27
+ "Özellik kimliği 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.expectingFunctionArgBeforeEOF':
29
+ 'Sorgunun bitiminden önce işlev bağımsız değişkeni bekleniyordu.',
30
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived':
31
+ "İş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ı.",
32
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF':
33
+ 'Sorgunun bitiminden önce işlev bekleniyordu.',
34
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived':
35
+ "İşlev beklenirken ''{received}' alındı. Bir değer olarak kullanılabilmesi için ''{received}' tırnak içine alınmalı.",
36
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': 'Sorgunun bitiminden önce liste bekleniyordu.',
37
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived':
38
+ "Liste beklenirken ''{received}' alındı. Bir değer olarak kullanılabilmesi için ''{received}' tırnak içine alınmalı.",
39
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF':
40
+ 'Sorgunun bitiminden önce liste veya işlev bekleniyordu.',
41
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived':
42
+ "Liste veya işlev beklenirken ''{received}' alındı. Bir değer olarak kullanılabilmesi için ''{received}' tırnak içine alınmalı.",
43
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF':
44
+ "Sorgunun bitiminden önce {firstExpectedTokens} veya ''{lastExpectedToken}' bekleniyordu.",
45
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived':
46
+ "{firstExpectedTokens} veya ''{lastExpectedToken}' beklenirken ''{received}' alındı.",
47
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF':
48
+ 'Sorgunun bitiminden önce değer, liste veya işlev bekleniyordu.',
49
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived':
50
+ "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ı.",
51
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF':
52
+ "Sorgunun bitimininden önce operatör bekleniyordu. Geçerli operatörler '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' ve 'IS NOT' şeklindedir.",
53
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived':
54
+ "Operatör beklenirken ''{received}' alındı. Geçerli operatörler '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' ve 'IS NOT' şeklindedir.",
55
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF':
56
+ "Sorgunun bitiminden önce ''{expectedToken}' belirteci bekleniyordu.",
57
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived':
58
+ "''{expectedToken}' beklenirken ''{received}' alındı.",
59
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': 'Sorgunun bitiminden önce değer bekleniyordu.',
60
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived':
61
+ "Değer beklenirken ''{received}' alındı. Bir değer olarak kullanılabilmesi için ''{received}' tırnak içine alınmalı.",
62
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF':
63
+ 'Sorgunun bitiminden önce değer veya işlev bekleniyordu.',
64
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived':
65
+ "Değer veya işlev beklenirken ''{received}' alındı. Bir değer olarak kullanılabilmesi için ''{received}' tırnak içine alınmalı.",
66
+ 'jql-editor.plugins.jql-ast.error-messages.illegalChar':
67
+ "''{char}' için kaçış karakteri kullanılmalı. Bunun yerine ''{escapedChar}' kaçış karakterini kullanın.",
68
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscape':
69
+ "''{received}' geçersiz bir JQL kaçış dizisidir. Geçerli kaçış dizileri \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' ve \\uXXXX şeklindedir.",
70
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank':
71
+ "Kaçış dizisi tamamlanamadı. Geçerli kaçış dizileri \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' ve \\uXXXX şeklindedir.",
72
+ 'jql-editor.plugins.jql-ast.error-messages.reservedChar':
73
+ "''{char}' ayrılmış bir JQL karakteridir. Karakteri bir dize içine almanız veya ''{escapedChar}' kaçış karakterini kullanmanız gerekiyor.",
74
+ 'jql-editor.plugins.jql-ast.error-messages.reservedWord':
75
+ "''{word}' ayrılmış bir JQL sözcüğüdür. Bu sözcüğü sorguda kullanmak için tırnak içine almalısınız.",
76
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Tırnak içindeki ''{received}' dizesi tamamlanmamış.",
77
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Tırnak içindeki dize tamamlanmamış.',
78
+ 'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "''{received}' içindeki sorgu ayrıştırılamıyor.",
79
+ 'jql-editor.ui.input-label': 'JQL sorgusu',
80
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Düzenleyici',
81
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Düzenleyiciyi daralt',
82
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': 'Düzenleyiciyi genişlet',
83
+ 'jql-editor.ui.jql-editor-controls-content.search.label': 'Ara',
84
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description':
85
+ 'JQL söz dizimi yardımını yeni sekmede açar.',
86
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': 'Söz dizimi yardımı',
87
+ 'jql-editor.ui.jql-editor-help.field-new-line-command': 'Yeni bir satır eklemek için <b>Enter</b> tuşuna basın',
88
+ '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',
89
+ 'jql-editor.ui.jql-editor-help.search-command': 'Arama yapmak için <b>Enter</b> tuşuna basın',
90
+ 'jql-editor.ui.jql-validation-message.jql-error-position': '({lineNumber}. satır, {charPosition}. karakter)',
91
+ 'jql-editor.ui.jql-warning-message.default': '{deprecatedField} kullanımdan kaldırıldı ve ileride çalışmayabilir.',
92
+ 'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field':
93
+ '{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>.',
94
+ 'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field':
95
+ '{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>.',
96
+ };
package/i18n/uk.ts ADDED
@@ -0,0 +1,96 @@
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
+ 'Це поле застаріло й може припинити роботу в майбутньому.',
13
+ 'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link':
14
+ 'Поле <b>{received}</b> незабаром буде замінено на поле <b>{parentReplacement}</b>. Використовуйте натомість поле <b>{parentReplacement}</b>.',
15
+ 'jql-editor.plugins.autocomplete.options-found': 'Виберіть варіант із запропонованого списку нижче.',
16
+ 'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived':
17
+ "Тут мала бути назва поля, але отримано '['. Ви мали на увазі 'cf['?",
18
+ 'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId':
19
+ "Тут має бути ідентифікатор користувацького поля у дужках '[ ]' після 'cf'. Приклад: 'cf[10021]'.",
20
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': 'Перед кінцівкою запиту має стояти назва поля.',
21
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived':
22
+ "Тут має бути назва поля, але отримано токен ''{received}'. Візьміть токен ''{received}' у лапки, щоб використовувати його як назву поля.",
23
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF':
24
+ 'Перед кінцівкою запиту має стояти ідентифікатор властивості.',
25
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived':
26
+ "Тут мав бути ідентифікатор властивості, але отримано токен ''{received}'. Візьміть токен ''{received}' у лапки, щоб використовувати як значення.",
27
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF':
28
+ 'Перед кінцівкою запиту має стояти аргумент функції.',
29
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived':
30
+ "Тут мав бути аргумент функції, але отримано токен ''{received}'. Візьміть токен ''{received}' у лапки, щоб використовувати як значення.",
31
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': 'Перед кінцівкою запиту має стояти функція.',
32
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived':
33
+ "Тут мала бути функція, але отримано токен ''{received}'. Візьміть токен ''{received}' у лапки, щоб використовувати як значення.",
34
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': 'Перед кінцівкою запиту має стояти список.',
35
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived':
36
+ "Тут мав бути список, але отримано токен ''{received}'. Візьміть токен ''{received}' у лапки, щоб використовувати як значення.",
37
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF':
38
+ 'Перед кінцівкою запиту має стояти список функцій.',
39
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived':
40
+ "Тут мав бути список функцій, але отримано токен ''{received}'. Візьміть токен ''{received}' у лапки, щоб використовувати як значення.",
41
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF':
42
+ "Перед кінцівкою запиту має стояти токен {firstExpectedTokens} або ''{lastExpectedToken}'.",
43
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived':
44
+ "Тут мав бути токен {firstExpectedTokens} або ''{lastExpectedToken}', але отримано ''{received}'.",
45
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF':
46
+ 'Перед кінцівкою запиту має стояти значення, список або функція.',
47
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived':
48
+ "Тут мали бути значення, список або функція, але отримано токен ''{received}'. Візьміть токен ''{received}' у лапки, щоб використовувати як значення.",
49
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF':
50
+ "Перед кінцівкою запиту має стояти оператор. Дійсні оператори: '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS', 'IS NOT'.",
51
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived':
52
+ "Тут мав бути оператор, але отримано токен {received}. Дійсні оператори: '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS', 'IS NOT'.",
53
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF':
54
+ "Перед кінцівкою запиту має стояти токен ''{expectedToken}'.",
55
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived':
56
+ "Тут мав бути токен ''{expectedToken}', але отримано ''{received}'.",
57
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': 'Перед кінцівкою запиту має стояти значення.',
58
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived':
59
+ "Тут мало бути значення, але отримано токен ''{received}'. Візьміть токен ''{received}' у лапки, щоб використовувати як значення.",
60
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF':
61
+ 'Перед кінцівкою запиту мають стояти значення або функція.',
62
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived':
63
+ "Тут мали бути значення або функція, але отримано токен ''{received}'. Візьміть токен ''{received}' у лапки, щоб використовувати як значення.",
64
+ 'jql-editor.plugins.jql-ast.error-messages.illegalChar':
65
+ "Біля ''{char}' має стояти символ виходу. Використайте натомість ''{escapedChar}'.",
66
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscape':
67
+ "''{received}' — це заборонена escape-послідовність JQL. Дійсні escape-послідовності: \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' і \\uXXXX.",
68
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank':
69
+ "Escape-послідовність не завершено. Дійсні escape-послідовності: \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' і \\uXXXX.",
70
+ 'jql-editor.plugins.jql-ast.error-messages.reservedChar':
71
+ "''{char}' — це зарезервований символ JQL. Додайте його в рядок або використайте натомість символ виходу ''{escapedChar}'.",
72
+ 'jql-editor.plugins.jql-ast.error-messages.reservedWord':
73
+ "''{word}' — це зарезервоване слово JQL. Візьміть його в лапки, щоб використовувати в запиті.",
74
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Узятий у лапки рядок ''{received}' не завершено.",
75
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Узятий у лапки рядок не завершено.',
76
+ 'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken':
77
+ "Не вдалося проаналізувати запит для отриманого токена ''{received}'.",
78
+ 'jql-editor.ui.input-label': 'Запит JQL',
79
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Редактор',
80
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Згорнути редактор',
81
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': 'Розгорнути редактор',
82
+ 'jql-editor.ui.jql-editor-controls-content.search.label': 'Пошук',
83
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description':
84
+ 'Відкрийте довідку із синтаксису JQL у новій вкладці.',
85
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': 'Довідка із синтаксису',
86
+ 'jql-editor.ui.jql-editor-help.field-new-line-command': 'Натисніть <b>Enter</b>, щоб додати новий рядок',
87
+ 'jql-editor.ui.jql-editor-help.new-line-command': 'Натисніть <b>Shift+Enter</b>, щоб додати новий рядок',
88
+ 'jql-editor.ui.jql-editor-help.search-command': 'Натисніть <b>Enter</b>, щоб запустити пошук',
89
+ 'jql-editor.ui.jql-validation-message.jql-error-position': '(рядок {lineNumber}, символ {charPosition})',
90
+ 'jql-editor.ui.jql-warning-message.default':
91
+ 'Поле «{deprecatedField}» застаріло й може припинити роботу в майбутньому.',
92
+ 'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field':
93
+ 'Поля «{receivedFirst}» і «{receivedSecond}» незабаром буде замінено на поле «{parentReplacement}». <link>Замініть зазначені поля на «{parentReplacement}»</link>, щоб підготуватися до змін.',
94
+ 'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field':
95
+ 'Поле «{deprecatedField}» незабаром буде замінено на поле «{parentReplacement}». <link>Замініть зазначене поле на «{parentReplacement}»</link>, щоб підготуватися до змін.',
96
+ };
package/i18n/vi.ts ADDED
@@ -0,0 +1,100 @@
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':
12
+ '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.',
13
+ 'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link':
14
+ "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ế.",
15
+ '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.',
16
+ 'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived':
17
+ "Dự kiến nhận được tên trường nhưng lại nhận được '['. Ý bạn là 'cf['?",
18
+ 'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId':
19
+ "Dự kiến nhận được id trường tùy chỉnh nằm trong '[ ]' sau 'cf'. Ví dụ: 'cf[10021]'.",
20
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF':
21
+ 'Dự kiến nhận được tên trường trước khi kết thúc truy vấn.',
22
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived':
23
+ "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.",
24
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF':
25
+ 'Dự kiến nhận được id thuộc tính trước khi kết thúc truy vấn.',
26
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived':
27
+ "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ị.",
28
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF':
29
+ 'Dự kiến nhận được đối số hàm trước khi kết thúc truy vấn.',
30
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived':
31
+ "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ị.",
32
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF':
33
+ 'Dự kiến nhận được một hàm trước khi kết thúc truy vấn.',
34
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived':
35
+ "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ị.",
36
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF':
37
+ 'Dự kiến nhận được một danh sách trước khi kết thúc truy vấn.',
38
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived':
39
+ "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ị.",
40
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF':
41
+ '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.',
42
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived':
43
+ "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ị.",
44
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF':
45
+ "Dự kiến nhận được {firstExpectedTokens} hoặc ''{lastExpectedToken}' trước khi kết thúc truy vấn.",
46
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived':
47
+ "Dự kiến nhận được {firstExpectedTokens} hoặc ''{lastExpectedToken}' nhưng lại nhận được ''{received}'.",
48
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF':
49
+ '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.',
50
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived':
51
+ "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ị.",
52
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF':
53
+ "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'.",
54
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived':
55
+ "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'.",
56
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF':
57
+ "Dự kiến nhận được ''{expectedToken}' trước khi kết thúc truy vấn.",
58
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived':
59
+ "Dự kiến nhận được ''{expectedToken}' nhưng lại nhận được ''{received}'.",
60
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF':
61
+ 'Dự kiến nhận được một giá trị trước khi kết thúc truy vấn.',
62
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived':
63
+ "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ị.",
64
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF':
65
+ 'Dự kiến nhận được một giá trị hoặc hàm trước khi kết thúc truy vấn.',
66
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived':
67
+ "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ị.",
68
+ 'jql-editor.plugins.jql-ast.error-messages.illegalChar':
69
+ "Ký tự ''{char}' phải là ký tự thoát. Hãy sử dụng ký tự thoát ''{escapedChar}'.",
70
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscape':
71
+ "''{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.",
72
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank':
73
+ "Chuỗi thoát chưa hoàn chỉnh. Chuỗi thoát hợp lệ là \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' và \\uXXXX.",
74
+ 'jql-editor.plugins.jql-ast.error-messages.reservedChar':
75
+ "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}'.",
76
+ 'jql-editor.plugins.jql-ast.error-messages.reservedWord':
77
+ "''{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.",
78
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Chuỗi được trích dẫn ''{received}' chưa hoàn tất.",
79
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Chuỗi được trích dẫn chưa hoàn tất.',
80
+ 'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken':
81
+ "Không thể phân tích cú pháp truy vấn tại ''{received}'.",
82
+ 'jql-editor.ui.input-label': 'Truy vấn JQL',
83
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Trình soạn thảo',
84
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Thu gọn trình soạn thảo',
85
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': 'Mở rộng trình soạn thảo',
86
+ 'jql-editor.ui.jql-editor-controls-content.search.label': 'Tìm kiếm',
87
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description':
88
+ 'Mở phần trợ giúp về cú pháp JQL trong một tab mới.',
89
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': 'Trợ giúp về cú pháp',
90
+ 'jql-editor.ui.jql-editor-help.field-new-line-command': 'Nhấn <b>Enter</b> để thêm một dòng mới',
91
+ 'jql-editor.ui.jql-editor-help.new-line-command': 'Nhấn <b>Shift+Enter</b> để thêm một dòng mới',
92
+ 'jql-editor.ui.jql-editor-help.search-command': 'Nhấn <b>Enter</b> để tìm kiếm',
93
+ 'jql-editor.ui.jql-validation-message.jql-error-position': '(dòng {lineNumber}, ký tự {charPosition})',
94
+ 'jql-editor.ui.jql-warning-message.default':
95
+ '{deprecatedField} không còn được dùng nữa và có thể ngừng hoạt động trong tương lai.',
96
+ 'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field':
97
+ '{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.',
98
+ 'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field':
99
+ '{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.',
100
+ };
package/i18n/zh.ts ADDED
@@ -0,0 +1,87 @@
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
+ //Chinese (Simplified)
9
+ export default {
10
+ 'jql-editor.common.validation.unknown-error': '无法解析该查询。',
11
+ 'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.default':
12
+ '此字段已被弃用,且将来可能会停止使用。',
13
+ 'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link':
14
+ "<b>''{received}'</b> 很快就会被替换为 <b>''{parentReplacement}'</b>。请改为使用 <b>''{parentReplacement}'</b> 字段。",
15
+ 'jql-editor.plugins.autocomplete.options-found': '从以下推荐的选项列表中进行选择。',
16
+ 'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived':
17
+ "需要一个字段名称,但收到 '['。您是否是指 'cf['?",
18
+ 'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId':
19
+ "需要一个在 'cf' 之后用 '[]' 括起来的自定义字段 ID。例如:'cf[10021]'。",
20
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': '在查询末尾前需有一个字段名称。',
21
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived':
22
+ "需要一个字段名称,但收到 ''{received}'。您必须将 ''{received}' 用引号括起,以将其用作字段名称。",
23
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': '在查询末尾前需有一个属性 ID。',
24
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived':
25
+ "需要一个属性 ID,但收到 ''{received}'。您必须将 ''{received}' 用引号括起,以将其用作值。",
26
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF': '在查询末尾前需有一个函数参数。',
27
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived':
28
+ "需要一个函数参数,但收到 ''{received}'。您必须将 ''{received}' 用引号括起,以将其用作值。",
29
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': '在查询末尾前需有一个函数。',
30
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived':
31
+ "需要一个函数,但收到 ''{received}'。您必须将 ''{received}' 用引号括起,以将其用作值。",
32
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': '在查询末尾前需有一个列表。',
33
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived':
34
+ "需要一个列表,但收到 ''{received}'。您必须将 ''{received}' 用引号括起,以将其用作值。",
35
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF': '在查询末尾前需有一个列表或函数。',
36
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived':
37
+ "需要一个列表或函数,但收到 ''{received}'。您必须将 ''{received}' 用引号括起,以将其用作值。",
38
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF':
39
+ "在查询末尾前需有{firstExpectedTokens}或 ''{lastExpectedToken}'。",
40
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived':
41
+ "需要{firstExpectedTokens}或 ''{lastExpectedToken}',但收到 ''{received}'。",
42
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF': '在查询末尾前需有一个值、列表或函数。',
43
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived':
44
+ "需要一个值、列表或函数,但收到 ''{received}'。您必须将 ''{received}' 用引号括起,以将其用作值。",
45
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF':
46
+ "在查询末尾前需有一个运算符。有效的运算符为 '='、'!='、'<'、'>'、'<='、'>='、'~'、'!~'、'IN'、'NOT IN'、'IS' 和 'IS NOT'。",
47
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived':
48
+ "需要一个运算符,但收到 ''{received}'。有效的运算符为 '='、'!='、'<'、'>'、'<='、'>='、'~'、'!~'、'IN'、'NOT IN'、'IS' 和 'IS NOT'。",
49
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': "在查询末尾前需有 ''{expectedToken}'。",
50
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived':
51
+ "需要 ''{expectedToken}',但收到 ''{received}'。",
52
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': '在查询末尾前需有一个值。',
53
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived':
54
+ "需要一个值,但收到 ''{received}'。您必须将 ''{received}' 用引号括起,以将其用作值。",
55
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF': '在查询末尾前需有一个值或函数。',
56
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived':
57
+ "需要一个值或函数,但收到 ''{received}'。您必须将 ''{received}' 用引号括起,以将其用作值。",
58
+ 'jql-editor.plugins.jql-ast.error-messages.illegalChar':
59
+ "必须对字符 ''{char}' 进行转义。请改用转义符 ''{escapedChar}'。",
60
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscape':
61
+ "''{received}' 为非法 JQL 转义序列。有效的转义序列为 \\'、\\\"、\\t、\\n、\\r、\\\\、'\\ ' 和 \\uXXXX。",
62
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank':
63
+ "转义序列尚不完整。有效的转义序列为 \\'、\\\"、\\t、\\n、\\r、\\\\、'\\ ' 和 \\uXXXX。",
64
+ 'jql-editor.plugins.jql-ast.error-messages.reservedChar':
65
+ "字符 ''{char}' 为 JQL 保留字符。您必须将它放进字符串中,或改用转义符 ''{escapedChar}'。",
66
+ 'jql-editor.plugins.jql-ast.error-messages.reservedWord':
67
+ "''{word}' 为 JQL 保留字。您必须将它用引号括起,才能在查询中使用。",
68
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "带引号的字符串 ''{received}' 尚不完整。",
69
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': '带引号的字符串尚不完整。',
70
+ 'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "无法解析位于 ''{received}' 的查询。",
71
+ 'jql-editor.ui.input-label': 'JQL 查询',
72
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': '编辑器',
73
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': '收起编辑器',
74
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': '展开编辑器',
75
+ 'jql-editor.ui.jql-editor-controls-content.search.label': '搜索',
76
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description': '在新选项卡中打开 JQL 语法帮助。',
77
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': '语法帮助',
78
+ 'jql-editor.ui.jql-editor-help.field-new-line-command': '按 <b>Enter</b> 添加新行',
79
+ 'jql-editor.ui.jql-editor-help.new-line-command': '按 <b>Shift+Enter</b> 添加新行',
80
+ 'jql-editor.ui.jql-editor-help.search-command': '按 <b>Enter</b> 进行搜索',
81
+ 'jql-editor.ui.jql-validation-message.jql-error-position': '(第 {lineNumber} 行,第 {charPosition} 个字符)',
82
+ 'jql-editor.ui.jql-warning-message.default': '"{deprecatedField}" 已被弃用,且将来可能会停止使用。',
83
+ 'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field':
84
+ '{receivedFirst}和{receivedSecond}很快就会被替换为{parentReplacement}。<link>请更新为{parentReplacement}</link>,以准备好应对这些变更。',
85
+ 'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field':
86
+ '{deprecatedField}很快就会被替换为{parentReplacement}。<link>请更新为{parentReplacement}</link>,以准备好应对这些变更。',
87
+ };
package/i18n/zh_TW.ts ADDED
@@ -0,0 +1,87 @@
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
+ //Chinese (Traditional)
9
+ export default {
10
+ 'jql-editor.common.validation.unknown-error': '無法剖析查詢。',
11
+ 'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.default':
12
+ '此欄位已被淘汰,未來可能會停止運作。',
13
+ 'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link':
14
+ '<b>「{received}」</b>很快就會替換為「<b>{parentReplacement}」</b>。請改用<b>「{parentReplacement}」</b>欄位。',
15
+ 'jql-editor.plugins.autocomplete.options-found': '從下方的建議選項列表中選擇。',
16
+ 'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived':
17
+ "預期為欄位名稱,但結果為 '['。請問您是指 'cf[' 嗎?",
18
+ 'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId':
19
+ "預期為包含在 '[ ]' 中且放在 'cf' 之後的自訂欄位 ID。例如:'cf[10021]'。",
20
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': '查詢結尾前應有欄位名稱。',
21
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived':
22
+ "預期為欄位名稱,但結果是 ''{received}'。您必須將 ''{received}' 包含在引號內,以作為欄位名稱。",
23
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': '查詢結尾前應有屬性 ID。',
24
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived':
25
+ "預期為屬性 ID,但結果是 ''{received}'。您必須將 ''{received}' 包含在引號內,以作為值使用。",
26
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF': '查詢結尾前應有函數引數。',
27
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived':
28
+ "預期為函數引數,但結果是 ''{received}'。您必須將 ''{received}' 包含在引號內,以作為值使用。",
29
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': '查詢結尾前應有函數。',
30
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived':
31
+ "預期為函數,但結果是 ''{received}'。您必須將 ''{received}' 包含在引號內,以作為值使用。",
32
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': '查詢結尾前應有列表。',
33
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived':
34
+ "預期為列表,但結果是 ''{received}'。您必須將 ''{received}' 包含在引號內,以作為值使用。",
35
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF': '查詢結尾前應有列表或函數。',
36
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived':
37
+ "預期為列表或函數,但結果是 ''{received}'。您必須將 ''{received}' 包含在引號內,以作為值使用。",
38
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF':
39
+ "查詢結尾前應使用 {firstExpectedTokens} 或 ''{lastExpectedToken}'。",
40
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived':
41
+ "預期為 {firstExpectedTokens} 或 ''{lastExpectedToken}',但結果是 ''{received}'。",
42
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF': '查詢結尾前應有值、列表或函數。',
43
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived':
44
+ "預期為值、列表或函數,但結果是 ''{received}'。您必須將 ''{received}' 包含在引號內,以作為值使用。",
45
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF':
46
+ "查詢結尾前應使用運算子。有效的運算子為 '='、'!='、'<'、'>'、'<='、'>='、'~'、'!~'、'IN'、'NOT IN'、'IS' 和 'IS NOT'。",
47
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived':
48
+ "預期為運算子,但結果是 ''{received}'。有效的運算子為 '='、'!='、'<'、'>'、'<='、'>='、'~'、'!~'、'IN'、'NOT IN'、'IS' 和 'IS NOT'。",
49
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': "查詢結尾前應使用 ''{expectedToken}'。",
50
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived':
51
+ "預期為 ''{expectedToken}',但結果是 ''{received}'。",
52
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': '查詢結尾前應有值。',
53
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived':
54
+ "預期為值,但結果是 ''{received}'。您必須將 ''{received}' 包含在引號內,以作為值使用。",
55
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF': '查詢結尾前應有值或函數。',
56
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived':
57
+ "預期為值或函數,但結果是 ''{received}'。您必須將 ''{received}' 包含在引號內,以作為值使用。",
58
+ 'jql-editor.plugins.jql-ast.error-messages.illegalChar':
59
+ "必須將字元 ''{char}' 逸出。改用 ''{escapedChar}' 逸出字元。",
60
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscape':
61
+ "''{received}' 是不合規定的 JQL 逸出序列。有效的逸出序列為 \\'、\\\"、\\t、\\n、\\r、\\\\、'\\ ' 和。",
62
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank':
63
+ "逸出序列尚未完成。有效的逸出序列為 \\'、\\\"、\\t、\\n、\\r、\\\\、'\\ ' 和 \\uXXXX。",
64
+ 'jql-editor.plugins.jql-ast.error-messages.reservedChar':
65
+ "''{char}' 字元是保留的 JQL 字元。您必須將其包含在字串中或改用 ''{escapedChar}' 逸出字元。",
66
+ 'jql-editor.plugins.jql-ast.error-messages.reservedWord':
67
+ "''{word}' 是保留的 JQL 文字。必須將其用引號括起來,才能在查詢中使用。",
68
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "加上引號的字串 ''{received}' 尚未完成。",
69
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': '加上引號的字串尚未完成。',
70
+ 'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "無法剖析位於 ''{received}' 的查詢。",
71
+ 'jql-editor.ui.input-label': 'JQL 查詢',
72
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': '編輯器',
73
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': '摺疊編輯器',
74
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': '展開編輯器',
75
+ 'jql-editor.ui.jql-editor-controls-content.search.label': '搜尋',
76
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description': '在新的分頁中開啟 JQL 語法說明。',
77
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': '語法說明',
78
+ 'jql-editor.ui.jql-editor-help.field-new-line-command': '按 <b>Enter</b> 鍵即可加入新的一行',
79
+ 'jql-editor.ui.jql-editor-help.new-line-command': '按 <b>Shift+Enter</b> 可加入新的一行',
80
+ 'jql-editor.ui.jql-editor-help.search-command': '按 <b>Enter</b> 可進行搜尋',
81
+ 'jql-editor.ui.jql-validation-message.jql-error-position': '(第 {lineNumber} 行,第 {charPosition} 個字元)',
82
+ 'jql-editor.ui.jql-warning-message.default': '「{deprecatedField}」已被淘汰,未來可能會停止運作。',
83
+ 'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field':
84
+ '{receivedFirst}和{receivedSecond}很快就會替換為{parentReplacement}。<link>更新至{parentReplacement}</link>以便為這些變更做準備。',
85
+ 'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field':
86
+ '{deprecatedField}很快就會替換為{parentReplacement}。<link>更新至{parentReplacement}</link>以便為這些變更做準備。',
87
+ };
package/index.ts ADDED
@@ -0,0 +1,2 @@
1
+ // Re-export all i18n modules
2
+ export * from './i18n';