@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
@@ -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
+ //Dutch (Netherlands)
9
+ export default {
10
+ 'jql-editor.common.validation.unknown-error': 'Niet mogelijk om de query te analyseren.',
11
+ 'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.default': 'Dit veld is verouderd en werkt mogelijk in de toekomst niet meer.',
12
+ 'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link': '<b>{received}</b> wordt binnenkort vervangen door <b>{parentReplacement}</b>. Gebruik in plaats daarvan het veld <b>{parentReplacement}</b>.',
13
+ 'jql-editor.plugins.autocomplete.options-found': 'Kies uit de hieronder voorgestelde lijst met opties.',
14
+ 'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived': "Een veldnaam verwacht maar '[' gekregen. Bedoelde je 'cf['?",
15
+ 'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId': "Een aangepast veld-ID verwacht dat is ingesloten door '[ ]' na 'cf'. Voorbeeld: 'cf[10021]'.",
16
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': 'Een veldnaam verwacht voor het einde van de query.',
17
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived': "Een veldnaam verwacht maar ''{received}' gekregen. Je moet aanhalingstekens om ''{received}' heen zetten om het als veldnaam te gebruiken.",
18
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': 'Eigenschaps-ID verwacht voor het einde van de query.',
19
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived': "Eigenschaps-ID verwacht maar ''{received}' gekregen. Je moet aanhalingstekens om ''{received}' heen zetten om het als waarde te gebruiken.",
20
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF': 'Functie-argument verwacht voor het einde van de query.',
21
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived': "Functie-argument verwacht maar ''{received}' gekregen. Je moet aanhalingstekens om ''{received}' heen zetten om het als waarde te gebruiken.",
22
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': 'Functie verwacht voor het einde van de query.',
23
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived': "Functie verwacht maar ''{received}' gekregen. Je moet aanhalingstekens om ''{received}' heen zetten om het als waarde te gebruiken.",
24
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': 'Lijst verwacht voor het einde van de query.',
25
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived': "Lijst verwacht maar ''{received}' gekregen. Je moet aanhalingstekens om ''{received}' heen zetten om het als waarde te gebruiken.",
26
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF': 'Lijst of functie verwacht voor het einde van de query.',
27
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived': "Lijst of functie verwacht maar ''{received}' gekregen. Je moet aanhalingstekens om ''{received}' heen zetten om het als waarde te gebruiken.",
28
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF': "{firstExpectedTokens} of ''{lastExpectedToken}' verwacht voor het einde van de query.",
29
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived': "{firstExpectedTokens} of ''{lastExpectedToken}' verwacht, maar ''{received}' gekregen.",
30
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF': 'Een waarde, lijst of functie verwacht voor het einde van de query.',
31
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived': "Een waarde, lijst of functie verwacht maar ''{received}' gekregen. Je moet aanhalingstekens om ''{received}' heen zetten om het als waarde te gebruiken.",
32
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF': "Operator verwacht voor het einde van de query. De geldige operatoren zijn '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' en 'IS NOT'.",
33
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived': "Operator verwacht, maar ''{received}' gekregen. De geldige operatoren zijn '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' en 'IS NOT'.",
34
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': "''{expectedToken}' verwacht voor het einde van de query.",
35
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived': "''{expectedToken}' verwacht maar ''{received}' gekregen.",
36
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': 'Waarde verwacht voor het einde van de query.',
37
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived': "Waarde verwacht maar ''{received}' gekregen. Je moet aanhalingstekens om ''{received}' heen zetten om het als waarde te gebruiken.",
38
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF': 'Waarde of functie verwacht voor het einde van de query.',
39
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived': "Waarde of functie verwacht maar ''{received}' gekregen. Je moet aanhalingstekens om ''{received}' heen zetten om het als waarde te gebruiken.",
40
+ 'jql-editor.plugins.jql-ast.error-messages.illegalChar': "Het teken ''{char}' moet escaped worden. Gebruik in plaats daarvan de escape ''{escapedChar}'.",
41
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscape': "''{received}' is een illegale JQL-escapereeks. De geldige escapereeksen zijn \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' en \\uXXXX.",
42
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank': "De escape-reeks is niet voltooid. De geldige escapereeksen zijn \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' en \\uXXXX.",
43
+ 'jql-editor.plugins.jql-ast.error-messages.reservedChar': "Het teken ''{char}' is een gereserveerd JQL-teken. Je moet het insluiten in een string of in plaats daarvan de escape \"{escapedChar}\" gebruiken.",
44
+ 'jql-editor.plugins.jql-ast.error-messages.reservedWord': "''{word}' is een gereserveerd JQL-woord. Je moet aanhalingstekens om het woord heen zetten om het te gebruiken in een query.",
45
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "De string ''{received}' tussen aanhalingstekens is niet voltooid.",
46
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'De string tussen de aanhalingstekens is niet voltooid.',
47
+ 'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Niet mogelijk om de query te analyseren op ''{received}'.",
48
+ 'jql-editor.ui.input-label': 'JQL-query',
49
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Editor',
50
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Editor inklappen',
51
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': 'Editor uitklappen',
52
+ 'jql-editor.ui.jql-editor-controls-content.search.label': 'Zoeken',
53
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description': 'Open de JQL-syntaxhulp in een nieuw tabblad.',
54
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': 'Syntaxhulp',
55
+ 'jql-editor.ui.jql-editor-help.field-new-line-command': 'Druk op <b>Enter</b> om een nieuwe regel toe te voegen',
56
+ 'jql-editor.ui.jql-editor-help.new-line-command': 'Drup op <b>Shift + Enter</b> om een nieuwe regel toe te voegen',
57
+ 'jql-editor.ui.jql-editor-help.search-command': 'Drup op <b>Enter</b> om te zoeken',
58
+ 'jql-editor.ui.jql-validation-message.jql-error-position': '(regel {lineNumber}, teken {charPosition})',
59
+ 'jql-editor.ui.jql-warning-message.default': '{deprecatedField} is verouderd en werkt mogelijk in de toekomst niet meer.',
60
+ 'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field': '{receivedFirst} en {receivedSecond} worden binnenkort vervangen door {parentReplacement}. <link>Werk bij naar {parentReplacement}</link> om je voor te bereiden op deze wijzigingen.',
61
+ 'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field': '{deprecatedField} wordt binnenkort vervangen door {parentReplacement}. <link>Werk bij naar {parentReplacement}</link> om je voor te bereiden op deze wijzigingen.',
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
+ //Polish (Poland)
9
+ export default {
10
+ 'jql-editor.common.validation.unknown-error': 'Nie można przeanalizować zapytania.',
11
+ 'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.default': 'To pole zostało wycofane i w przyszłości może przestać działać.',
12
+ 'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link': 'Pole <b>&quot;{received}&quot;</b> zostanie wkrótce zastąpione polem <b>&quot;{parentReplacement}&quot;</b>. Zamiast tego użyj pola <b>&quot;{parentReplacement}&quot;</b>',
13
+ 'jql-editor.plugins.autocomplete.options-found': 'Wybierz z listy proponowanych opcji poniżej.',
14
+ 'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived': "Oczekiwano nazwy pola, a otrzymano '['. Czy chodziło Ci o 'cf['?",
15
+ 'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId': "Oczekiwano identyfikatora pola niestandardowego w nawiasach '[ ]' po ciągu 'cf'. Przykład: 'cf[10021]'.",
16
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': 'Oczekiwano nazwy pola przed końcem zapytania.',
17
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived': "Oczekiwano nazwy pola, a otrzymano ''{received}'. Ciąg ''{received}' należy ująć w cudzysłów, aby używać go jako nazwy pola.",
18
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': 'Oczekiwano identyfikatora właściwości przed końcem zapytania.',
19
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived': "Oczekiwano identyfikatora właściwości, a otrzymano ''{received}'. Ciąg ''{received}' należy ująć w cudzysłów, aby używać go jako wartości.",
20
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF': 'Oczekiwano argumentu funkcji przed końcem zapytania.',
21
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived': "Oczekiwano argumentu funkcji, a otrzymano ''{received}'. Ciąg ''{received}' należy ująć w cudzysłów, aby używać go jako wartości.",
22
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': 'Oczekiwano funkcji przed końcem zapytania.',
23
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived': "Oczekiwano funkcji, a otrzymano ''{received}'. Ciąg ''{received}' należy ująć w cudzysłów, aby używać go jako wartości.",
24
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': 'Oczekiwano listy przed końcem zapytania.',
25
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived': "Oczekiwano listy, a otrzymano ''{received}'. Ciąg ''{received}' należy ująć w cudzysłów, aby używać go jako wartości.",
26
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF': 'Oczekiwano listy lub funkcji przed końcem zapytania.',
27
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived': "Oczekiwano listy lub funkcji, a otrzymano ''{received}'. Ciąg ''{received}' należy ująć w cudzysłów, aby używać go jako wartości.",
28
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF': "Oczekiwano tokena {firstExpectedTokens} lub ''{lastExpectedToken}' przed końcem zapytania.",
29
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived': "Oczekiwano tokena {firstExpectedTokens} lub ''{lastExpectedToken}', a otrzymano ''{received}'.",
30
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF': 'Oczekiwano wartości, listy lub funkcji przed końcem zapytania.',
31
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived': "Oczekiwano wartości, listy lub funkcji, a otrzymano ''{received}'. Ciąg ''{received}' należy ująć w cudzysłów, aby używać go jako wartości.",
32
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF': "Oczekiwano operatora przed końcem zapytania. Prawidłowe operatory to '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' oraz 'IS NOT'.",
33
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived': "Oczekiwano operatora, a otrzymano ''{received}'. Prawidłowe operatory to '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' oraz 'IS NOT'.",
34
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': "Oczekiwano tokena ''{expectedToken}' przed końcem zapytania.",
35
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived': "Oczekiwano tokena ''{expectedToken}', a otrzymano ''{received}'.",
36
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': 'Oczekiwano wartości przed końcem zapytania.',
37
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived': "Oczekiwano wartości, a otrzymano ''{received}'. Ciąg ''{received}' należy ująć w cudzysłów, aby używać go jako wartości.",
38
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF': 'Oczekiwano wartości lub funkcji przed końcem zapytania.',
39
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived': "Oczekiwano wartości lub funkcji, a otrzymano ''{received}'. Ciąg ''{received}' należy ująć w cudzysłów, aby używać go jako wartości.",
40
+ 'jql-editor.plugins.jql-ast.error-messages.illegalChar': "Znak ''{char}' należy poprzedzać sekwencją ucieczki. Użyj sekwencji ucieczki ''{escapedChar}'.",
41
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscape': "''{received}' jest nieprawidłową sekwencją ucieczki w zapytaniach JQL. Poprawne sekwencje ucieczki to: \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' i \\uXXXX.",
42
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank': "Sekwencja ucieczki nie została zakończona. Poprawne sekwencje ucieczki to: \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' i \\uXXXX.",
43
+ 'jql-editor.plugins.jql-ast.error-messages.reservedChar': "Znak ''{char}' jest znakiem zastrzeżonym w JQL. Należy ująć go w ciągu lub użyć sekwencji ucieczki ''{escapedChar}'.",
44
+ 'jql-editor.plugins.jql-ast.error-messages.reservedWord': "''{word}' jest słowem zastrzeżonym w JQL. Aby użyć go w zapytaniu, trzeba ująć słowo w cudzysłów.",
45
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Ciąg ''{received}' w cudzysłowie nie został zakończony.",
46
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Ciąg w cudzysłowie nie został zakończony.',
47
+ 'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Nie można przeanalizować zapytania w pozycji ciągu ''{received}'.",
48
+ 'jql-editor.ui.input-label': 'Zapytanie JQL',
49
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Edytor',
50
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Zwiń edytor',
51
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': 'Rozwiń edytor',
52
+ 'jql-editor.ui.jql-editor-controls-content.search.label': 'Szukaj',
53
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description': 'Otwórz pomoc dotyczącą składni JQL na nowej karcie.',
54
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': 'Pomoc dotycząca składni',
55
+ 'jql-editor.ui.jql-editor-help.field-new-line-command': 'Naciśnij <b>Enter</b>, aby dodać nowy wiersz',
56
+ 'jql-editor.ui.jql-editor-help.new-line-command': '<b>Shift+Enter</b>, aby dodać nowy wiersz',
57
+ 'jql-editor.ui.jql-editor-help.search-command': '<b>Enter</b>, aby rozpocząć wyszukiwanie',
58
+ 'jql-editor.ui.jql-validation-message.jql-error-position': '(wiersz {lineNumber}, znak {charPosition})',
59
+ 'jql-editor.ui.jql-warning-message.default': 'Pole {deprecatedField} zostało wycofane i w przyszłości może przestać działać.',
60
+ 'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field': 'Pola {receivedFirst} i {receivedSecond} zostaną wkrótce zastąpione przez pole {parentReplacement}. <link>Zaktualizuj do poziomu {parentReplacement}</link> w celu przygotowania się na te zmiany.',
61
+ 'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field': 'Pole {deprecatedField} zostanie wkrótce zastąpione przez pole {parentReplacement}. <link>Zaktualizuj do poziomu {parentReplacement}</link> w celu przygotowania się na te zmiany.',
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
+ //Portuguese (Brazil)
9
+ export default {
10
+ 'jql-editor.common.validation.unknown-error': 'Não foi possível analisar a consulta.',
11
+ 'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.default': 'Este campo foi descontinuado e pode parar de funcionar no futuro.',
12
+ 'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link': "<b>''{received}'</b> em breve vai ser substituído por <b>''{parentReplacement}'</b>. Em vez disso, use o campo <b>''{parentReplacement}'</b>.",
13
+ 'jql-editor.plugins.autocomplete.options-found': 'Escolha uma opção na lista de sugestões abaixo.',
14
+ 'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived': "'[' foi recebido no lugar do nome de campo. Você quis dizer 'cf['?",
15
+ 'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId': "Deveria haver uma ID de campo personalizado delimitado por '[ ]' após 'cf'. Exemplo: 'cf[10021]'.",
16
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': 'Deveria haver um nome de campo antes do fim da consulta.',
17
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived': "''{received}' foi recebido no lugar do nome de campo. Coloque ''{received}' entre aspas para usar como nome de campo.",
18
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': 'Deveria haver uma ID de propriedade antes do fim da consulta.',
19
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived': "''{received}' foi recebido no lugar da ID de propriedade. Coloque ''{received}' entre aspas para usar como valor.",
20
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF': 'Deveria haver um argumento de função antes do fim da consulta.',
21
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived': "''{received}' foi recebido no lugar do argumento de função. Coloque ''{received}' entre aspas para usar como valor.",
22
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': 'Deveria haver uma função antes do fim da consulta.',
23
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived': "''{received}' foi recebido no lugar da função. Coloque ''{received}' entre aspas para usar como valor.",
24
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': 'Deveria haver uma lista antes do fim da consulta.',
25
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived': "''{received}' foi recebido no lugar da lista. Coloque ''{received}' entre aspas para usar como valor.",
26
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF': 'Deveria haver uma lista ou uma função antes do fim da consulta.',
27
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived': "''{received}' foi recebido no lugar da lista ou função. Coloque ''{received}' entre aspas para usar como valor.",
28
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF': "Deveria haver {firstExpectedTokens} ou ''{lastExpectedToken}' antes do fim da consulta.",
29
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived': "''{received}' foi recebido no lugar de {firstExpectedTokens} ou ''{lastExpectedToken}'.",
30
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF': 'Deveria haver um valor, uma lista ou uma função antes do fim da consulta.',
31
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived': "''{received}' foi recebido no lugar de uma lista, um valor ou uma função. Coloque ''{received}' entre aspas para usar como valor.",
32
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF': "Deveria haver um operador antes do fim da consulta. Os operadores válidos são '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' e 'IS NOT'.",
33
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived': "''{received}' foi recebido no lugar do operador. Os operadores válidos são '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' e 'IS NOT'.",
34
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': "''{expectedToken}' deveria estar antes do fim da consulta.",
35
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived': "''{received}' foi recebido no lugar de ''{expectedToken}'.",
36
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': 'Deveria haver um valor antes do fim da consulta.',
37
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived': "''{received}' foi recebido no lugar do valor. Coloque ''{received}' entre aspas para usar como valor.",
38
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF': 'Deveria haver um valor ou uma função antes do fim da consulta.',
39
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived': "''{received}' foi recebido no lugar do valor ou da função. Coloque ''{received}' entre aspas para usar como valor.",
40
+ 'jql-editor.plugins.jql-ast.error-messages.illegalChar': "O caractere ''{char}' precisa de escape. Use o escape ''{escapedChar}'.",
41
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscape': "''{received}' é uma sequência de escape JQL inválida. As sequências de escape válidas são \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' e \\uXXXX.",
42
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank': "A sequência de escape não foi concluída. As sequências de escape válidas são \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' e \\uXXXX.",
43
+ 'jql-editor.plugins.jql-ast.error-messages.reservedChar': "''{char}' é um caractere JQL reservado. É preciso colocar em uma cadeia de caracteres ou usar o escape ''{escapedChar}'.",
44
+ 'jql-editor.plugins.jql-ast.error-messages.reservedWord': "''{word}' é uma palavra JQL reservada. Ela deve ficar entre aspas para que seja usada em uma consulta.",
45
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "A cadeia de caracteres ''{received}' entre aspas não foi concluída.",
46
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'A cadeia de caracteres entre aspas não foi concluída.',
47
+ 'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Não foi possível analisar a consulta em ''{received}'.",
48
+ 'jql-editor.ui.input-label': 'Consulta JQL',
49
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Editor',
50
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Recolher editor',
51
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': 'Expandir editor',
52
+ 'jql-editor.ui.jql-editor-controls-content.search.label': 'Pesquisar',
53
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description': 'Abre a ajuda da sintaxe JQL em uma nova aba.',
54
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': 'Ajuda de sintaxe',
55
+ 'jql-editor.ui.jql-editor-help.field-new-line-command': 'Aperte <b>Enter</b> para adicionar uma nova linha',
56
+ 'jql-editor.ui.jql-editor-help.new-line-command': 'Aperte <b>Shift+Enter</b> para adicionar uma nova linha',
57
+ 'jql-editor.ui.jql-editor-help.search-command': 'Aperte <b>Enter</b> para pesquisar',
58
+ 'jql-editor.ui.jql-validation-message.jql-error-position': '(linha {lineNumber}, caractere {charPosition})',
59
+ 'jql-editor.ui.jql-warning-message.default': '{deprecatedField} ficou obsoleto e pode parar de funcionar no futuro.',
60
+ 'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field': 'O {receivedFirst} e o {receivedSecond} vão ser substituídos por {parentReplacement}. <link>Atualize o {parentReplacement}</link> para se preparar para essas mudanças.',
61
+ 'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field': '{deprecatedField} em breve vai ser substituído por {parentReplacement}. <link>Atualize o {parentReplacement}</link> para se preparar para essas mudanças.',
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
+ //Russian
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}' должен быть задан в виде escape-последовательности ''{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. Вы должны указать его как строку или использовать escape-последовательность ''{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;