@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
+ //Italian (Italy)
9
+ export default {
10
+ 'jql-editor.common.validation.unknown-error': 'Impossibile analizzare la query.',
11
+ 'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.default': 'Questo campo è obsoleto e potrebbe smettere di funzionare in futuro.',
12
+ 'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link': '<b>&quot;{received}&quot;</b> sarà presto sostituito da <b>&quot;{parentReplacement}&quot;</b>. Al suo posto, utilizza il campo <b>&quot;{parentReplacement}&quot;</b>.',
13
+ 'jql-editor.plugins.autocomplete.options-found': "Scegli dall'elenco di opzioni suggerite di seguito.",
14
+ 'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived': "Era atteso un nome di campo, ma è stato ricevuto '['. Intendevi 'cf['",
15
+ 'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId': "Era atteso un ID campo personalizzato racchiuso tra '[ ]' dopo 'cf'. Esempio: 'cf[10021]'.",
16
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': 'Era atteso un nome di campo prima della fine della query.',
17
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived': "Era atteso un nome di campo ma è stato ricevuto ''{received}'. È necessario racchiudere ''{received}' tra virgolette per utilizzarlo come nome di campo.",
18
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': 'Era atteso un ID proprietà prima della fine della query.',
19
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived': "Era atteso un ID proprietà, ma è stato ricevuto ''{received}'. È necessario racchiudere ''{received}' tra virgolette per utilizzarlo come valore.",
20
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF': 'Era atteso un argomento di funzione prima della fine della query.',
21
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived': "Era atteso un argomento di funzione, ma è stato ricevuto ''{received}'. È necessario racchiudere ''{received}' tra virgolette per utilizzarlo come valore.",
22
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': 'Era attesa una funzione prima della fine della query.',
23
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived': "Era attesa una funzione, ma è stato ricevuto ''{received}'. È necessario racchiudere ''{received}' tra virgolette per utilizzarlo come valore.",
24
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': 'Era atteso un elenco prima della fine della query.',
25
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived': "Era atteso un elenco, ma è stato ricevuto ''{received}'. È necessario racchiudere ''{received}' tra virgolette per utilizzarlo come valore.",
26
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF': 'Era atteso un elenco o una funzione prima della fine della query.',
27
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived': "Era atteso un elenco o una funzione, ma è stato ricevuto ''{received}'. È necessario racchiudere ''{received}' tra virgolette per utilizzarlo come valore.",
28
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF': "Era atteso {firstExpectedTokens} o ''{lastExpectedToken}' prima della fine della query.",
29
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived': "Era atteso {firstExpectedTokens} o ''{lastExpectedToken}', ma è stato ricevuto \"{received}\".",
30
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF': 'Era atteso un valore, un elenco o una funzione prima della fine della query.',
31
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived': "Era atteso un valore, un elenco o una funzione, ma è stato ricevuto ''{received}'. È necessario racchiudere ''{received}' tra virgolette per utilizzarlo come valore.",
32
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF': "Era atteso un operatore prima della fine della query. Gli operatori validi sono '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' e 'IS NOT'.",
33
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived': "Era atteso un operatore, ma è stato ricevuto ''{received}'. Gli operatori validi sono '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' e 'IS NOT'.",
34
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': "Era atteso ''{expectedToken}' prima della fine della query.",
35
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived': "Era atteso ''{expectedToken}', ma è stato ricevuto ''{received}'.",
36
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': 'Era atteso un valore prima della fine della query.',
37
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived': "Era atteso un valore, ma è stato ricevuto ''{received}'. È necessario racchiudere ''{received}' tra virgolette per utilizzarlo come valore.",
38
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF': 'Era atteso un valore o una funzione prima della fine della query.',
39
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived': "Era atteso un valore o una funzione, ma è stato ricevuto ''{received}'. È necessario racchiudere ''{received}' tra virgolette per utilizzarlo come valore.",
40
+ 'jql-editor.plugins.jql-ast.error-messages.illegalChar': "È necessario eseguire l'escape del carattere ''{char}'. Utilizzare il carattere di escape ''{escapedChar}'.",
41
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscape': "''{received}' è una sequenza di escape JQL non valida. Le sequenze di escape valide sono \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' e \\uXXXX.",
42
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank': "La sequenza di escape non è stata completata. Le sequenze di escape valide sono \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' e \\uXXXX.",
43
+ 'jql-editor.plugins.jql-ast.error-messages.reservedChar': "Il carattere ''{char}' è un carattere JQL riservato. È necessario racchiuderlo in una stringa o utilizzare il carattere di escape ''{escapedChar}'.",
44
+ 'jql-editor.plugins.jql-ast.error-messages.reservedWord': "''{word}' è una parola JQL riservata. È necessario racchiuderla tra virgolette per utilizzarla in una query.",
45
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "La stringa ''{received}' tra virgolette non è stata completata.",
46
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'La stringa tra virgolette non è stata completata.',
47
+ 'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Impossibile analizzare la query in ''{received}'.",
48
+ 'jql-editor.ui.input-label': 'Query 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': 'Comprimi editor',
51
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': 'Espandi editor',
52
+ 'jql-editor.ui.jql-editor-controls-content.search.label': 'Ricerca',
53
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description': 'Apri la guida alla sintassi JQL in una nuova scheda.',
54
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': 'Guida alla sintassi',
55
+ 'jql-editor.ui.jql-editor-help.field-new-line-command': '<b>Invio</b> per aggiungere una nuova riga',
56
+ 'jql-editor.ui.jql-editor-help.new-line-command': '<b>Maiusc+Invio</b> per aggiungere una nuova riga',
57
+ 'jql-editor.ui.jql-editor-help.search-command': '<b>Invio</b> per eseguire la ricerca',
58
+ 'jql-editor.ui.jql-validation-message.jql-error-position': '(riga {lineNumber}, carattere {charPosition})',
59
+ 'jql-editor.ui.jql-warning-message.default': 'Il campo {deprecatedField} è obsoleto e potrebbe smettere di funzionare in futuro.',
60
+ 'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field': "{receivedFirst} e {receivedSecond} verranno presto sostituiti da {parentReplacement}. <link>Effettua l'aggiornamento a {parentReplacement}</link> per prepararti a questi cambiamenti.",
61
+ 'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field': "{deprecatedField} verrà presto sostituito da {parentReplacement}. <link>Effettua l'aggiornamento a {parentReplacement}</link> per prepararti a questi cambiamenti.",
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
+ //Japanese
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': '&quot;<b>{received}</b>&quot; フィールドはまもなく &quot;<b>{parentReplacement}</b>&quot; フィールドに置き換わります。&quot;<b>{parentReplacement}</b>&quot; フィールドを代用してください。',
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' の後に '[ ]' で囲まれたカスタム フィールド ID が必要です。たとえば、'cf[10021]' とご入力ください。",
16
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': 'クエリの末尾の前にフィールド名が必要です。',
17
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived': "必要なフィールド名の代わりに ''{received}' が入力されました。フィールド名として使用するには ''{received}' を引用符で囲む必要があります。",
18
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': 'クエリの末尾の前にプロパティ ID が必要です。',
19
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived': "必要なプロパティ ID の代わりに ''{received}' が入力されました。値として使用するには ''{received}' を引用符で囲む必要があります。",
20
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF': 'クエリの末尾の前に関数の引数が必要です。',
21
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived': "必要な関数の引数の代わりに ''{received}' が入力されました。値として使用するには ''{received}' を引用符で囲む必要があります。",
22
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': 'クエリの末尾の前に関数が必要です。',
23
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived': "必要な関数の代わりに ''{received}' が入力されました。値として使用するには ''{received}' を引用符で囲む必要があります。",
24
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': 'クエリの末尾の前にリストが必要です。',
25
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived': "必要なリストの代わりに ''{received}' が入力されました。値として使用するには ''{received}' を引用符で囲む必要があります。",
26
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF': 'クエリの末尾の前にリストまたは関数が必要です。',
27
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived': "必要なリストまたは関数の代わりに ''{received}' が入力されました。値として使用するには ''{received}' を引用符で囲む必要があります。",
28
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF': "クエリの末尾の前に {firstExpectedTokens} または ''{lastExpectedToken}' が必要です。",
29
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived': "必要な {firstExpectedTokens} または ''{lastExpectedToken}' の代わりに ''{received}' が入力されました。",
30
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF': 'クエリの末尾の前に値、リスト、または関数のいずれかが必要です。',
31
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived': "必要な値、リスト、または関数の代わりに ''{received}' が入力されました。値として使用するには ''{received}' を引用符で囲む必要があります。",
32
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF': "クエリの末尾の前に演算子が必要です。有効な演算子は、'='、'!='、'<'、'>'、'<='、'>='、'~'、'!~'、'IN'、'NOT IN'、'IS'、'IS NOT' です。",
33
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived': "必要な演算子の代わりに ''{received}' が入力されました。有効な演算子は、'='、'!='、'<'、'>'、'<='、'>='、'~'、'!~'、'IN'、'NOT IN'、'IS'、'IS NOT' です。",
34
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': "クエリの末尾の前に ''{expectedToken}' が必要です。",
35
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived': "必要な ''{expectedToken}' の代わりに ''{received}' が入力されました。",
36
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': 'クエリの末尾の前に値が必要です。',
37
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived': "必要な値の代わりに ''{received}' が入力されました。値として使用するには ''{received}' を引用符で囲む必要があります。",
38
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF': 'クエリの末尾の前に値または関数が必要です。',
39
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived': "必要な値または関数の代わりに ''{received}' が入力されました。値として使用するには ''{received}' を引用符で囲む必要があります。",
40
+ 'jql-editor.plugins.jql-ast.error-messages.illegalChar': "文字 ''{char}' はエスケープする必要があります。エスケープ ''{escapedChar}' を代用します。",
41
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscape': "''{received}' は無効な JQL エスケープ シーケンスです。有効なエスケープ シーケンスは、\\'、\\\"、\\t、\\n、\\r、\\\\、'\\ ' および \\uXXXX です。",
42
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank': "エスケープ シーケンスが完成していません。有効なエスケープ シーケンスは、\\'、\\\"、\\t、\\n、\\r、\\\\、'\\ ' および \\uXXXX です。",
43
+ 'jql-editor.plugins.jql-ast.error-messages.reservedChar': "文字 ''{char}' は予約済みの JQL 文字です。文字列内で囲むか、エスケープ文字 ''{escapedChar}' を代用する必要があります。",
44
+ 'jql-editor.plugins.jql-ast.error-messages.reservedWord': "''{word}' は予約済みの JQL 語です。クエリで使用するには、引用符で囲む必要があります。",
45
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "引用符付き文字列 ''{received}' が完成していません。",
46
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': '引用符付き文字列が完成していません。',
47
+ 'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "''{received}' のクエリを解析できません。",
48
+ 'jql-editor.ui.input-label': 'JQL クエリ',
49
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'エディター',
50
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'エディターを折りたたむ',
51
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': 'エディターを展開',
52
+ 'jql-editor.ui.jql-editor-controls-content.search.label': '検索',
53
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description': '新しいタブで JQL 構文ヘルプを開きます。',
54
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': '構文ヘルプ',
55
+ 'jql-editor.ui.jql-editor-help.field-new-line-command': '<b>Enter</b> キーを押して新しい行を追加',
56
+ 'jql-editor.ui.jql-editor-help.new-line-command': '<b>Shift+Enter</b> キーを押して新しい行を追加',
57
+ 'jql-editor.ui.jql-editor-help.search-command': '<b>Enter</b> キーを押して検索',
58
+ 'jql-editor.ui.jql-validation-message.jql-error-position': '(行 {lineNumber}、文字 {charPosition})',
59
+ 'jql-editor.ui.jql-warning-message.default': '{deprecatedField} は廃止されており、将来機能しなくなる可能性があります。',
60
+ 'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field': '{receivedFirst} と {receivedSecond} はまもなく {parentReplacement} に置き換わります。<link>{parentReplacement} に更新</link>して、これらの変更に備えてください。',
61
+ 'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field': '{deprecatedField} はまもなく {parentReplacement} に置き換わります。<link>{parentReplacement} に更新</link>して、これらの変更に備えてください。',
62
+ };
@@ -0,0 +1,61 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'jql-editor.common.validation.unknown-error': string;
9
+ 'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.default': string;
10
+ 'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link': string;
11
+ 'jql-editor.plugins.autocomplete.options-found': string;
12
+ 'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived': string;
13
+ 'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId': string;
14
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': string;
15
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived': string;
16
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': string;
17
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived': string;
18
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF': string;
19
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived': string;
20
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': string;
21
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived': string;
22
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': string;
23
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived': string;
24
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF': string;
25
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived': string;
26
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF': string;
27
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived': string;
28
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF': string;
29
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived': string;
30
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF': string;
31
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived': string;
32
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': string;
33
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived': string;
34
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': string;
35
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived': string;
36
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF': string;
37
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived': string;
38
+ 'jql-editor.plugins.jql-ast.error-messages.illegalChar': string;
39
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscape': string;
40
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank': string;
41
+ 'jql-editor.plugins.jql-ast.error-messages.reservedChar': string;
42
+ 'jql-editor.plugins.jql-ast.error-messages.reservedWord': string;
43
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedString': string;
44
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': string;
45
+ 'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': string;
46
+ 'jql-editor.ui.input-label': string;
47
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': string;
48
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': string;
49
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': string;
50
+ 'jql-editor.ui.jql-editor-controls-content.search.label': string;
51
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description': string;
52
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': string;
53
+ 'jql-editor.ui.jql-editor-help.field-new-line-command': string;
54
+ 'jql-editor.ui.jql-editor-help.new-line-command': string;
55
+ 'jql-editor.ui.jql-editor-help.search-command': string;
56
+ 'jql-editor.ui.jql-validation-message.jql-error-position': string;
57
+ 'jql-editor.ui.jql-warning-message.default': string;
58
+ 'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field': string;
59
+ 'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field': string;
60
+ };
61
+ export default _default;
@@ -0,0 +1,62 @@
1
+ /* prettier-ignore */
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by Traduki 2.0.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ //Korean
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' 뒤에 '[ ]'로 묶인 사용자 지정 필드 ID를 예상했습니다. 예: 'cf[10021]'.",
16
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': '쿼리의 끝 이전에 필드 이름을 예상했습니다.',
17
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived': "필드 이름을 예상했지만 ''{received}'을(를) 받았습니다. 필드 이름으로 사용하려면 ''{received}'을(를) 따옴표로 묶어야 합니다.",
18
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': '쿼리의 끝 이전에 속성 ID를 예상했습니다.',
19
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived': "속성 ID를 예상했지만 ''{received}'을(를) 받았습니다. 값으로 사용하려면 ''{received}'을(를) 따옴표로 묶어야 합니다.",
20
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF': '쿼리의 끝 이전에 함수 인수를 예상했습니다.',
21
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived': "함수 인수를 예상했지만 ''{received}'을(를) 받았습니다. 값으로 사용하려면 ''{received}'을(를) 따옴표로 묶어야 합니다.",
22
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': '쿼리의 끝 이전에 함수를 예상했습니다.',
23
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived': "함수를 예상했지만 ''{received}'을(를) 받았습니다. 값으로 사용하려면 ''{received}'을(를) 따옴표로 묶어야 합니다.",
24
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': '쿼리의 끝 이전에 목록을 예상했습니다.',
25
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived': "목록을 예상했지만 ''{received}'을(를) 받았습니다. 값으로 사용하려면 ''{received}'을(를) 따옴표로 묶어야 합니다.",
26
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF': '쿼리의 끝 이전에 목록 또는 함수를 예상했습니다.',
27
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived': "목록 또는 함수를 예상했지만 ''{received}'을(를) 받았습니다. 값으로 사용하려면 ''{received}'을(를) 따옴표로 묶어야 합니다.",
28
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF': "쿼리의 끝 이전에 {firstExpectedTokens} 또는 ''{lastExpectedToken}'을(를) 예상했습니다.",
29
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived': "{firstExpectedTokens} 또는 ''{lastExpectedToken}'을(를) 예상했지만 ''{received}'을(를) 받았습니다.",
30
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF': '쿼리의 끝 이전에 값, 목록 또는 함수를 예상했습니다.',
31
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived': "값, 목록 또는 함수를 예상했지만 ''{received}'을(를) 받았습니다. 값으로 사용하려면 ''{received}'을(를) 따옴표로 묶어야 합니다.",
32
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF': "쿼리의 끝 이전에 연산자를 예상했습니다. 유효한 연산자는 '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' 및 'IS NOT'입니다.",
33
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived': "연산자를 예상했지만 ''{received}'을(를) 받았습니다. 유효한 연산자는 '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' 및 'IS NOT'입니다.",
34
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': "쿼리의 끝 이전에 ''{expectedToken}'을(를) 예상했습니다.",
35
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived': "''{expectedToken}'을(를) 예상했지만 ''{received}'을(를) 받았습니다.",
36
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': '쿼리의 끝 이전에 값을 예상했습니다.',
37
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived': "값을 예상했지만 ''{received}'을(를) 받았습니다. 값으로 사용하려면 ''{received}'을(를) 따옴표로 묶어야 합니다.",
38
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF': '쿼리의 끝 이전에 값 또는 함수를 예상했습니다.',
39
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived': "값 또는 함수를 예상했지만 ''{received}'을(를) 받았습니다. 값으로 사용하려면 ''{received}'을(를) 따옴표로 묶어야 합니다.",
40
+ 'jql-editor.plugins.jql-ast.error-messages.illegalChar': "문자 ''{char}'은(는) 이스케이프해야 합니다. 대신 이스케이프 ''{escapedChar}'을(를) 사용합니다.",
41
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscape': "''{received}'은(는) 잘못된 JQL 이스케이프 시퀀스입니다. 유효한 이스케이프 시퀀스는 \\', \\\", \\t, \\n, \\n, \\\\, '\\ ' 및 \\uXXXX입니다.",
42
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank': "이스케이프 시퀀스가 완료되지 않았습니다. 유효한 이스케이프 시퀀스는 \\', \\\", \\t, \\n, \\n, \\\\, '\\ ' 및 \\uXXXX입니다.",
43
+ 'jql-editor.plugins.jql-ast.error-messages.reservedChar': "문자 ''{char}'은(는) 예약된 JQL 문자입니다. 문자열에 포함하거나 이스케이프 ''{escapedChar}'을(를) 대신 사용해야 합니다.",
44
+ 'jql-editor.plugins.jql-ast.error-messages.reservedWord': "''{word}'(은)는 JQL 예약어입니다. 쿼리에서 사용하려면 반드시 따옴표로 묶어야 합니다.",
45
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "따옴표로 묶은 문자열 ''{received}'이(가) 완료되지 않았습니다.",
46
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': '따옴표로 묶은 문자열이 완료되지 않았습니다.',
47
+ 'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "''{received}'에서 쿼리를 구문 분석할 수 없습니다.",
48
+ 'jql-editor.ui.input-label': 'JQL 쿼리',
49
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': '편집기',
50
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': '편집기 축소',
51
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': '편집기 확장',
52
+ 'jql-editor.ui.jql-editor-controls-content.search.label': '검색',
53
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description': '새 탭에서 JQL 구문 도움말을 시작합니다.',
54
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': '구문 도움말',
55
+ 'jql-editor.ui.jql-editor-help.field-new-line-command': '<b>Enter</b> 키를 눌러 새 줄을 추가',
56
+ 'jql-editor.ui.jql-editor-help.new-line-command': '<b>Shift+Enter</b> 키를 눌러 새 줄을 추가',
57
+ 'jql-editor.ui.jql-editor-help.search-command': '<b>Enter</b> 키를 눌러 검색',
58
+ 'jql-editor.ui.jql-validation-message.jql-error-position': '({lineNumber}번째 줄, {charPosition}번째 글자)',
59
+ 'jql-editor.ui.jql-warning-message.default': '{deprecatedField} 필드는 사용 중단되었으며 향후 작동이 중단될 수 있습니다.',
60
+ 'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field': '{receivedFirst} 및 {receivedSecond}을(를) 곧 {parentReplacement}(으)로 대체할 것입니다. 변경 사항에 대비할 수 있도록 <link>{parentReplacement}(으)로 업데이트</link>하세요.',
61
+ 'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field': '{deprecatedField}을(를) 곧 {parentReplacement}(으)로 대체할 것입니다. 변경 사항에 대비할 수 있도록 <link>{parentReplacement}(으)로 업데이트</link>하세요.',
62
+ };
@@ -0,0 +1,61 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ declare const _default: {
8
+ 'jql-editor.common.validation.unknown-error': string;
9
+ 'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.default': string;
10
+ 'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link': string;
11
+ 'jql-editor.plugins.autocomplete.options-found': string;
12
+ 'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived': string;
13
+ 'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId': string;
14
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': string;
15
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived': string;
16
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': string;
17
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived': string;
18
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF': string;
19
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived': string;
20
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': string;
21
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived': string;
22
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': string;
23
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived': string;
24
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF': string;
25
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived': string;
26
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF': string;
27
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived': string;
28
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF': string;
29
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived': string;
30
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF': string;
31
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived': string;
32
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': string;
33
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived': string;
34
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': string;
35
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived': string;
36
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF': string;
37
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived': string;
38
+ 'jql-editor.plugins.jql-ast.error-messages.illegalChar': string;
39
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscape': string;
40
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank': string;
41
+ 'jql-editor.plugins.jql-ast.error-messages.reservedChar': string;
42
+ 'jql-editor.plugins.jql-ast.error-messages.reservedWord': string;
43
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedString': string;
44
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': string;
45
+ 'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': string;
46
+ 'jql-editor.ui.input-label': string;
47
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': string;
48
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': string;
49
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': string;
50
+ 'jql-editor.ui.jql-editor-controls-content.search.label': string;
51
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description': string;
52
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': string;
53
+ 'jql-editor.ui.jql-editor-help.field-new-line-command': string;
54
+ 'jql-editor.ui.jql-editor-help.new-line-command': string;
55
+ 'jql-editor.ui.jql-editor-help.search-command': string;
56
+ 'jql-editor.ui.jql-validation-message.jql-error-position': string;
57
+ 'jql-editor.ui.jql-warning-message.default': string;
58
+ 'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field': string;
59
+ 'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field': string;
60
+ };
61
+ export default _default;
@@ -0,0 +1,62 @@
1
+ /* prettier-ignore */
2
+ /**
3
+ * NOTE:
4
+ *
5
+ * This file is automatically generated by Traduki 2.0.
6
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
7
+ */
8
+ //Norwegian (Bokmål)
9
+ export default {
10
+ 'jql-editor.common.validation.unknown-error': 'Kan ikke analysere spørringen.',
11
+ 'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.default': 'Dette feltet er foreldet og kan slutte å virke i en fremtidig utgave.',
12
+ 'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link': '<b>«{received}»</b> blir snart erstattet med <b>«{parentReplacement}»</b>. Bruk feltet <b>«{parentReplacement}»</b> i stedet.',
13
+ 'jql-editor.plugins.autocomplete.options-found': 'Velg fra den foreslåtte listen med alternativer nedenfor.',
14
+ 'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived': "Forventet et feltnavn, men mottok '['. Mente du 'cf['?",
15
+ 'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId': "Forventet en tilpasset felt-ID inne i '[ ]' etter 'cf'. Eksempel: 'cf[10021]'.",
16
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': 'Forventet et feltnavn før slutten av spørringen.',
17
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived': "Forventet et feltnavn, men mottok ''{received}'. Du må sette ''{received}' i anførselstegn for å bruke det som et feltnavn.",
18
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': 'Forventet en egenskaps-ID før slutten av spørringen.',
19
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived': "Forventet en egenskaps-ID, men mottok ''{received}'. Du må sette ''{received}' i anførselstegn for å bruke det som en verdi.",
20
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF': 'Forventet et funksjonsargument før slutten av spørringen.',
21
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived': "Forventet et funksjonsargument, men mottok ''{received}'. Du må sette ''{received}' i anførselstegn for å bruke det som en verdi.",
22
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': 'Forventet en funksjon før slutten av spørringen.',
23
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived': "Forventet en funksjon, men mottok ''{received}'. Du må sette ''{received}' i anførselstegn for å bruke det som en verdi.",
24
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': 'Forventet en liste før slutten av spørringen.',
25
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived': "Forventet en liste, men mottok ''{received}'. Du må sette ''{received}' i anførselstegn for å bruke det som en verdi.",
26
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF': 'Forventet en liste eller funksjon før slutten av spørringen.',
27
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived': "Forventet en liste eller funksjon, men mottok ''{received}'. Du må sette ''{received}' i anførselstegn for å bruke det som en verdi.",
28
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF': "Forventet ''{firstExpectedTokens}' eller ''{lastExpectedToken}' før slutten av spørringen.",
29
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived': "Forventet ''{firstExpectedTokens}' eller ''{lastExpectedToken}', men mottok ''{received}'.",
30
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF': 'Forventet enten en verdi, liste eller funksjon før slutten av spørringen.',
31
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived': "Forventet en verdi, liste eller funksjon, men mottok ''{received}'. Du må sette ''{received}' i anførselstegn for å bruke det som en verdi.",
32
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF': "Forventet en operator før slutten av spørringen. Gyldige operatorer er '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' og 'IS NOT'.",
33
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived': "Forventet en operator, men mottok ''{received}'. Gyldige operatorer er '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' og 'IS NOT'.",
34
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': "Forventet ''{expectedToken}' før slutten av spørringen.",
35
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived': "Forventet ''{expectedToken}', men mottok ''{received}'.",
36
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': 'Forventet en verdi før slutten av spørringen.',
37
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived': "Forventet en verdi, men mottok ''{received}'. Du må sette ''{received}' i anførselstegn for å bruke det som en verdi.",
38
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF': 'Forventet en verdi eller funksjon før slutten av spørringen.',
39
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived': "Forventet en verdi eller funksjon, men mottok ''{received}'. Du må sette ''{received}' i anførselstegn for å bruke det som en verdi.",
40
+ 'jql-editor.plugins.jql-ast.error-messages.illegalChar': "Tegnet ''{char}' må unngås. Bruk skilletegnet ''{escapedChar}' i stedet.",
41
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscape': "''{received}' er en ugyldig JQL-avbruddssekvens. De gyldige avbruddssekvensene er \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' og \\uXXXX.",
42
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank': "Avbruddssekvensen er ikke fullført. De gyldige avbruddssekvensene er \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' og \\uXXXX.",
43
+ 'jql-editor.plugins.jql-ast.error-messages.reservedChar': "Tegnet ''{char}' er et reservert JQL-tegn. Du må legge det til i en streng eller bruke skilletegnet ''{escapedChar}' i stedet.",
44
+ 'jql-editor.plugins.jql-ast.error-messages.reservedWord': "''{word}' er et reservert JQL-ord. Du må sette det i anførselstegn for å bruke det i en spørring.",
45
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Den siterte strengen ''{received}' er ikke fullført.",
46
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Den siterte strengen er ikke fullført.',
47
+ 'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Kan ikke analysere spørringen på ''{received}'.",
48
+ 'jql-editor.ui.input-label': 'JQL-spørring',
49
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Redigeringsmodul',
50
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Skjul redigeringsmodul',
51
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': 'Utvid redigeringsmodul',
52
+ 'jql-editor.ui.jql-editor-controls-content.search.label': 'Søk',
53
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description': 'Åpne hjelpen for JQL-syntaks i en ny fane.',
54
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': 'Syntaks-hjelp',
55
+ 'jql-editor.ui.jql-editor-help.field-new-line-command': 'Trykk på <b>Enter</b> for å legge til en ny linje',
56
+ 'jql-editor.ui.jql-editor-help.new-line-command': 'Trykk på <b>Skift+Enter</b> for å legge til en ny linje',
57
+ 'jql-editor.ui.jql-editor-help.search-command': 'Trykk på <b>Enter</b> for å søke',
58
+ 'jql-editor.ui.jql-validation-message.jql-error-position': '(linje {lineNumber}, tegn {charPosition})',
59
+ 'jql-editor.ui.jql-warning-message.default': '{deprecatedField} er foreldet og kan slutte å virke i en fremtidig utgave.',
60
+ 'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field': '{receivedFirst} og {receivedSecond} vil snart bli erstattet med {parentReplacement}. <link>Oppdater til {parentReplacement}</link> for å forberede deg på disse endringene.',
61
+ 'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field': '{deprecatedField} vil snart bli erstattet med {parentReplacement}. <link>Oppdater til {parentReplacement}</link> for å forberede deg på disse endringene.',
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;