@atlaskit/afm-i18n-platform-jql-jql-editor 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (159) hide show
  1. package/build.js +131 -0
  2. package/dist/cjs/i18n/cs.js +64 -0
  3. package/dist/cjs/i18n/da.js +64 -0
  4. package/dist/cjs/i18n/de.js +64 -0
  5. package/dist/cjs/i18n/en.js +64 -0
  6. package/dist/cjs/i18n/en_GB.js +64 -0
  7. package/dist/cjs/i18n/en_ZZ.js +64 -0
  8. package/dist/cjs/i18n/es.js +64 -0
  9. package/dist/cjs/i18n/fi.js +64 -0
  10. package/dist/cjs/i18n/fr.js +64 -0
  11. package/dist/cjs/i18n/hr.js +64 -0
  12. package/dist/cjs/i18n/hu.js +64 -0
  13. package/dist/cjs/i18n/index.js +63 -0
  14. package/dist/cjs/i18n/it.js +64 -0
  15. package/dist/cjs/i18n/ja.js +64 -0
  16. package/dist/cjs/i18n/ko.js +64 -0
  17. package/dist/cjs/i18n/nb.js +64 -0
  18. package/dist/cjs/i18n/nl.js +64 -0
  19. package/dist/cjs/i18n/pl.js +64 -0
  20. package/dist/cjs/i18n/pt_BR.js +64 -0
  21. package/dist/cjs/i18n/ru.js +64 -0
  22. package/dist/cjs/i18n/sl.js +64 -0
  23. package/dist/cjs/i18n/sr_RS.js +64 -0
  24. package/dist/cjs/i18n/sr_YR.js +64 -0
  25. package/dist/cjs/i18n/sv.js +64 -0
  26. package/dist/cjs/i18n/th.js +64 -0
  27. package/dist/cjs/i18n/tr.js +64 -0
  28. package/dist/cjs/i18n/uk.js +64 -0
  29. package/dist/cjs/i18n/vi.js +64 -0
  30. package/dist/cjs/i18n/zh.js +64 -0
  31. package/dist/cjs/i18n/zh_TW.js +64 -0
  32. package/dist/cjs/index.js +18 -0
  33. package/dist/esm/i18n/cs.d.ts +61 -0
  34. package/dist/esm/i18n/cs.js +62 -0
  35. package/dist/esm/i18n/da.d.ts +61 -0
  36. package/dist/esm/i18n/da.js +62 -0
  37. package/dist/esm/i18n/de.d.ts +61 -0
  38. package/dist/esm/i18n/de.js +62 -0
  39. package/dist/esm/i18n/en.d.ts +61 -0
  40. package/dist/esm/i18n/en.js +62 -0
  41. package/dist/esm/i18n/en_GB.d.ts +61 -0
  42. package/dist/esm/i18n/en_GB.js +62 -0
  43. package/dist/esm/i18n/en_ZZ.d.ts +61 -0
  44. package/dist/esm/i18n/en_ZZ.js +62 -0
  45. package/dist/esm/i18n/es.d.ts +61 -0
  46. package/dist/esm/i18n/es.js +62 -0
  47. package/dist/esm/i18n/fi.d.ts +61 -0
  48. package/dist/esm/i18n/fi.js +62 -0
  49. package/dist/esm/i18n/fr.d.ts +61 -0
  50. package/dist/esm/i18n/fr.js +62 -0
  51. package/dist/esm/i18n/hr.d.ts +61 -0
  52. package/dist/esm/i18n/hr.js +62 -0
  53. package/dist/esm/i18n/hu.d.ts +61 -0
  54. package/dist/esm/i18n/hu.js +62 -0
  55. package/dist/esm/i18n/index.d.ts +29 -0
  56. package/dist/esm/i18n/index.js +30 -0
  57. package/dist/esm/i18n/it.d.ts +61 -0
  58. package/dist/esm/i18n/it.js +62 -0
  59. package/dist/esm/i18n/ja.d.ts +61 -0
  60. package/dist/esm/i18n/ja.js +62 -0
  61. package/dist/esm/i18n/ko.d.ts +61 -0
  62. package/dist/esm/i18n/ko.js +62 -0
  63. package/dist/esm/i18n/nb.d.ts +61 -0
  64. package/dist/esm/i18n/nb.js +62 -0
  65. package/dist/esm/i18n/nl.d.ts +61 -0
  66. package/dist/esm/i18n/nl.js +62 -0
  67. package/dist/esm/i18n/pl.d.ts +61 -0
  68. package/dist/esm/i18n/pl.js +62 -0
  69. package/dist/esm/i18n/pt_BR.d.ts +61 -0
  70. package/dist/esm/i18n/pt_BR.js +62 -0
  71. package/dist/esm/i18n/ru.d.ts +61 -0
  72. package/dist/esm/i18n/ru.js +62 -0
  73. package/dist/esm/i18n/sl.d.ts +61 -0
  74. package/dist/esm/i18n/sl.js +62 -0
  75. package/dist/esm/i18n/sr_RS.d.ts +61 -0
  76. package/dist/esm/i18n/sr_RS.js +62 -0
  77. package/dist/esm/i18n/sr_YR.d.ts +61 -0
  78. package/dist/esm/i18n/sr_YR.js +62 -0
  79. package/dist/esm/i18n/sv.d.ts +61 -0
  80. package/dist/esm/i18n/sv.js +62 -0
  81. package/dist/esm/i18n/th.d.ts +61 -0
  82. package/dist/esm/i18n/th.js +62 -0
  83. package/dist/esm/i18n/tr.d.ts +61 -0
  84. package/dist/esm/i18n/tr.js +62 -0
  85. package/dist/esm/i18n/uk.d.ts +61 -0
  86. package/dist/esm/i18n/uk.js +62 -0
  87. package/dist/esm/i18n/vi.d.ts +61 -0
  88. package/dist/esm/i18n/vi.js +62 -0
  89. package/dist/esm/i18n/zh.d.ts +61 -0
  90. package/dist/esm/i18n/zh.js +62 -0
  91. package/dist/esm/i18n/zh_TW.d.ts +61 -0
  92. package/dist/esm/i18n/zh_TW.js +62 -0
  93. package/dist/esm/index.d.ts +1 -0
  94. package/dist/esm/index.js +2 -0
  95. package/dist/types/i18n/cs.d.ts +61 -0
  96. package/dist/types/i18n/da.d.ts +61 -0
  97. package/dist/types/i18n/de.d.ts +61 -0
  98. package/dist/types/i18n/en.d.ts +61 -0
  99. package/dist/types/i18n/en_GB.d.ts +61 -0
  100. package/dist/types/i18n/en_ZZ.d.ts +61 -0
  101. package/dist/types/i18n/es.d.ts +61 -0
  102. package/dist/types/i18n/fi.d.ts +61 -0
  103. package/dist/types/i18n/fr.d.ts +61 -0
  104. package/dist/types/i18n/hr.d.ts +61 -0
  105. package/dist/types/i18n/hu.d.ts +61 -0
  106. package/dist/types/i18n/index.d.ts +29 -0
  107. package/dist/types/i18n/it.d.ts +61 -0
  108. package/dist/types/i18n/ja.d.ts +61 -0
  109. package/dist/types/i18n/ko.d.ts +61 -0
  110. package/dist/types/i18n/nb.d.ts +61 -0
  111. package/dist/types/i18n/nl.d.ts +61 -0
  112. package/dist/types/i18n/pl.d.ts +61 -0
  113. package/dist/types/i18n/pt_BR.d.ts +61 -0
  114. package/dist/types/i18n/ru.d.ts +61 -0
  115. package/dist/types/i18n/sl.d.ts +61 -0
  116. package/dist/types/i18n/sr_RS.d.ts +61 -0
  117. package/dist/types/i18n/sr_YR.d.ts +61 -0
  118. package/dist/types/i18n/sv.d.ts +61 -0
  119. package/dist/types/i18n/th.d.ts +61 -0
  120. package/dist/types/i18n/tr.d.ts +61 -0
  121. package/dist/types/i18n/uk.d.ts +61 -0
  122. package/dist/types/i18n/vi.d.ts +61 -0
  123. package/dist/types/i18n/zh.d.ts +61 -0
  124. package/dist/types/i18n/zh_TW.d.ts +61 -0
  125. package/dist/types/index.d.ts +1 -0
  126. package/i18n/cs.ts +96 -0
  127. package/i18n/da.ts +100 -0
  128. package/i18n/de.ts +102 -0
  129. package/i18n/en.ts +98 -0
  130. package/i18n/en_GB.ts +98 -0
  131. package/i18n/en_ZZ.ts +106 -0
  132. package/i18n/es.ts +100 -0
  133. package/i18n/fi.ts +97 -0
  134. package/i18n/fr.ts +101 -0
  135. package/i18n/hr.ts +95 -0
  136. package/i18n/hu.ts +97 -0
  137. package/i18n/index.ts +30 -0
  138. package/i18n/it.ts +101 -0
  139. package/i18n/ja.ts +94 -0
  140. package/i18n/ko.ts +96 -0
  141. package/i18n/nb.ts +97 -0
  142. package/i18n/nl.ts +100 -0
  143. package/i18n/pl.ts +97 -0
  144. package/i18n/pt_BR.ts +101 -0
  145. package/i18n/ru.ts +99 -0
  146. package/i18n/sl.ts +98 -0
  147. package/i18n/sr_RS.ts +95 -0
  148. package/i18n/sr_YR.ts +95 -0
  149. package/i18n/sv.ts +97 -0
  150. package/i18n/th.ts +92 -0
  151. package/i18n/tr.ts +96 -0
  152. package/i18n/uk.ts +96 -0
  153. package/i18n/vi.ts +100 -0
  154. package/i18n/zh.ts +87 -0
  155. package/i18n/zh_TW.ts +87 -0
  156. package/index.ts +2 -0
  157. package/package.json +38 -0
  158. package/tsconfig.cjs.json +8 -0
  159. package/tsconfig.json +25 -0
package/build.js ADDED
@@ -0,0 +1,131 @@
1
+ #!/usr/bin/env node
2
+
3
+ const { execSync } = require('child_process');
4
+ const fs = require('fs');
5
+ const path = require('path');
6
+
7
+ console.log('🚀 Starting build process...');
8
+
9
+ // Clean dist directory
10
+ console.log('🧹 Cleaning dist directory...');
11
+ if (fs.existsSync('./dist')) {
12
+ fs.rmSync('./dist', { recursive: true, force: true });
13
+ }
14
+
15
+ // Create dist directories
16
+ console.log('📁 Creating dist directories...');
17
+ fs.mkdirSync('./dist/esm', { recursive: true });
18
+ fs.mkdirSync('./dist/cjs', { recursive: true });
19
+ fs.mkdirSync('./dist/types', { recursive: true });
20
+
21
+
22
+ // Generate i18n/index.ts file dynamically
23
+ console.log('📝 Generating i18n/index.ts...');
24
+ const i18nIndexPath = './i18n/index.ts';
25
+ if (fs.existsSync('./i18n')) {
26
+ const files = fs.readdirSync('./i18n');
27
+ const languages = [];
28
+
29
+ files.forEach(file => {
30
+ // Only include .ts files, exclude index.ts and README.md
31
+ if (file.endsWith('.ts') && file !== 'index.ts') {
32
+ const language = file.replace('.ts', '');
33
+ languages.push(language);
34
+ }
35
+ });
36
+
37
+ // Sort languages alphabetically for consistent output
38
+ languages.sort();
39
+
40
+ if (languages.length > 0) {
41
+ const exportStatements = languages.map(lang => `export * from './${lang}';`).join('\n');
42
+ const i18nIndexContent = `// Export all i18n modules
43
+ ${exportStatements}
44
+ `;
45
+
46
+ fs.writeFileSync(i18nIndexPath, i18nIndexContent);
47
+ console.log(`✅ i18n/index.ts generated successfully with ${languages.length} languages`);
48
+ } else {
49
+ console.log('⚠️ No language files found for i18n/index.ts generation');
50
+ }
51
+ }
52
+
53
+ // Generate root index.ts file
54
+ console.log('📝 Generating root index.ts...');
55
+ const rootIndexPath = './index.ts';
56
+ const rootIndexContent = `// Re-export all i18n modules
57
+ export * from './i18n';
58
+ `;
59
+ fs.writeFileSync(rootIndexPath, rootIndexContent);
60
+ console.log('✅ Root index.ts generated successfully');
61
+
62
+ // Build ES modules (after index files are generated)
63
+ console.log('📦 Building ES modules...');
64
+ try {
65
+ execSync('npx tsc --project tsconfig.json', { stdio: 'inherit' });
66
+ console.log('✅ ES modules built successfully');
67
+ } catch (error) {
68
+ console.error('❌ Failed to build ES modules:', error.message);
69
+ process.exit(1);
70
+ }
71
+
72
+ // Build CommonJS modules (after index files are generated)
73
+ console.log('📦 Building CommonJS modules...');
74
+ try {
75
+ execSync('npx tsc --project tsconfig.cjs.json', { stdio: 'inherit' });
76
+ console.log('✅ CommonJS modules built successfully');
77
+ } catch (error) {
78
+ console.error('❌ Failed to build CommonJS modules:', error.message);
79
+ process.exit(1);
80
+ }
81
+
82
+ // Transform CommonJS i18n index file to use individual const declarations
83
+ console.log('🔄 Transforming CommonJS i18n index...');
84
+ const cjsIndexPath = './dist/cjs/i18n/index.js';
85
+ if (fs.existsSync(cjsIndexPath)) {
86
+ // Dynamically read language files from i18n folder
87
+ const i18nDir = './i18n';
88
+ const languages = [];
89
+
90
+ if (fs.existsSync(i18nDir)) {
91
+ const files = fs.readdirSync(i18nDir);
92
+ files.forEach(file => {
93
+ // Only include .ts files, exclude index.ts and README.md
94
+ if (file.endsWith('.ts') && file !== 'index.ts') {
95
+ const language = file.replace('.ts', '');
96
+ languages.push(language);
97
+ }
98
+ });
99
+
100
+ // Sort languages alphabetically for consistent output
101
+ languages.sort();
102
+ }
103
+
104
+ if (languages.length > 0) {
105
+ const constDeclarations = languages.map(lang => `const ${lang} = require('./${lang}').default;`).join('\n');
106
+ const exportsObject = `module.exports = {\n ${languages.join(',\n ')}\n};`;
107
+
108
+ const newContent = `"use strict";
109
+ // CommonJS exports for i18n modules
110
+ ${constDeclarations}
111
+
112
+ ${exportsObject}
113
+ `;
114
+
115
+ fs.writeFileSync(cjsIndexPath, newContent);
116
+ console.log(`✅ CommonJS i18n index transformed successfully with ${languages.length} languages`);
117
+ } else {
118
+ console.log('⚠️ No language files found in i18n directory');
119
+ }
120
+ } else {
121
+ console.log('⚠️ CommonJS index file not found for transformation');
122
+ }
123
+
124
+ // Note: TypeScript compilation completed using dynamically generated index files
125
+ console.log('📋 TypeScript compilation completed - using dynamically generated index files');
126
+
127
+ console.log('🎉 Build completed successfully!');
128
+ console.log('📁 Output directories:');
129
+ console.log(' - ES modules: ./dist/esm/');
130
+ console.log(' - CommonJS: ./dist/cjs/');
131
+ console.log(' - Type definitions: ./dist/types/');
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ /* prettier-ignore */
4
+ /**
5
+ * NOTE:
6
+ *
7
+ * This file is automatically generated by Traduki 2.0.
8
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
9
+ */
10
+ //Czech
11
+ exports.default = {
12
+ 'jql-editor.common.validation.unknown-error': 'Dotaz se nepodařilo analyzovat.',
13
+ 'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.default': 'Toto pole bylo označeno jako zastaralé a mohlo by v budoucnu přestat fungovat.',
14
+ 'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link': "Položku <b>''{received}'</b> brzy nahradí <b>''{parentReplacement}'</b>. Použijte místo toho pole <b>''{parentReplacement}'</b>.",
15
+ 'jql-editor.plugins.autocomplete.options-found': 'Vyberte si z doporučeného seznamu možností níže.',
16
+ 'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived': "Byl očekáván název pole, ale byl přijat znak '['. Nechtěli jste zadat 'cf['?",
17
+ 'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId': "Po textu 'cf' je očekáváno ID vlastního pole uzavřené v hranatých závorkách '[ ]'. Příklad: 'cf[10021]'.",
18
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': 'Před koncem dotazu je očekáván název pole.',
19
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived': "Byl očekáván název pole, ale byl přijat řetězec ''{received}'. Pokud chcete řetězec ''{received}' použít jako název pole, je nutné uzavřít jej do anglických uvozovek.",
20
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': 'Před koncem dotazu je očekáváno ID vlastnosti.',
21
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived': "Bylo očekáváno ID vlastnosti, ale byl přijat řetězec ''{received}'. Pokud chcete řetězec ''{received}' použít jako hodnotu, je nutné uzavřít jej do anglických uvozovek.",
22
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF': 'Před koncem dotazu je očekáván argument funkce.',
23
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived': "Byl očekáván argument funkce, ale byl přijat řetězec ''{received}'. Pokud chcete řetězec ''{received}' použít jako hodnotu, je nutné uzavřít jej do anglických uvozovek.",
24
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': 'Před koncem dotazu je očekávána funkce.',
25
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived': "Byla očekávána funkce, ale byl přijat řetězec ''{received}'. Pokud chcete řetězec ''{received}' použít jako hodnotu, je nutné uzavřít jej do anglických uvozovek.",
26
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': 'Před koncem dotazu je očekáván seznam.',
27
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived': "Byl očekáván seznam, ale byl přijat řetězec ''{received}'. Pokud chcete řetězec ''{received}' použít jako hodnotu, je nutné uzavřít jej do anglických uvozovek.",
28
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF': 'Před koncem dotazu je očekáván seznam nebo funkce.',
29
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived': "Byl očekáván seznam nebo funkce, ale byl přijat řetězec ''{received}'. Pokud chcete řetězec ''{received}' použít jako hodnotu, je nutné uzavřít jej do anglických uvozovek.",
30
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF': "Před koncem dotazu byl očekáván token {firstExpectedTokens} nebo ''{lastExpectedToken}'.",
31
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived': "Byl očekáván token {firstExpectedTokens} nebo ''{lastExpectedToken}', ale byl přijat řetězec ''{received}'.",
32
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF': 'Před koncem dotazu je očekávána hodnota, seznam nebo funkce.',
33
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived': "Byla očekávána hodnota, seznam nebo funkce, ale byl přijat řetězec ''{received}'. Pokud chcete řetězec ''{received}' použít jako hodnotu, je nutné uzavřít jej do anglických uvozovek.",
34
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF': "Před koncem dotazu je očekáván operátor. Platné operátory jsou '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' a 'IS NOT'.",
35
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived': "Byl očekáván operátor, ale byl přijat řetězec ''{received}'. Platné operátory jsou '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' a 'IS NOT'.",
36
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': "Před koncem dotazu byl očekáván token ''{expectedToken}'.",
37
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived': "Byl očekáván token ''{expectedToken}', ale byl přijat řetězec ''{received}'.",
38
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': 'Před koncem dotazu je očekávána hodnota.',
39
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived': "Byla očekávána hodnota, ale byl přijat řetězec ''{received}'. Pokud chcete řetězec ''{received}' použít jako hodnotu, je nutné uzavřít jej do anglických uvozovek.",
40
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF': 'Před koncem dotazu je očekávána hodnota nebo funkce.',
41
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived': "Byla očekávána hodnota nebo funkce, ale byl přijat řetězec ''{received}'. Pokud chcete řetězec ''{received}' použít jako hodnotu, je nutné uzavřít jej do anglických uvozovek.",
42
+ 'jql-editor.plugins.jql-ast.error-messages.illegalChar': "Znak ''{char}' musí být uvozen řídicím znakem. Použijte místo něj řídicí sekvenci ''{escapedChar}'.",
43
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscape': "''{received}' není platná řídicí sekvence JQL. Platnými řídicími sekvencemi jsou \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' a \\uXXXX.",
44
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank': "Řídicí sekvence nebyla dokončena. Platnými řídicími sekvencemi jsou \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' a \\uXXXX.",
45
+ 'jql-editor.plugins.jql-ast.error-messages.reservedChar': "Znak ''{char}' je vyhrazeným znakem JQL. Je nutné uzavřít jej v řetězci nebo místo něj použít řídicí sekvenci ''{escapedChar}'.",
46
+ 'jql-editor.plugins.jql-ast.error-messages.reservedWord': "''{word}' je vyhrazené slovo JQL. Pokud ho chcete použít v dotazu, musí být uzavřeno v anglických uvozovkách.",
47
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Řetězec v uvozovkách ''{received}' nebyl dokončen.",
48
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Řetězec v uvozovkách nebyl dokončen.',
49
+ 'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Na místě tokenu ''{received}' analýza dotazu selhala.",
50
+ 'jql-editor.ui.input-label': 'Dotaz JQL',
51
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Editor',
52
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Sbalit editor',
53
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': 'Rozbalit editor',
54
+ 'jql-editor.ui.jql-editor-controls-content.search.label': 'Vyhledat',
55
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description': 'Otevřít na nové kartě nápovědu k syntaxi JQL.',
56
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': 'Nápověda k syntaxi',
57
+ 'jql-editor.ui.jql-editor-help.field-new-line-command': 'Klávesou <b>Enter</b> přidáte nový řádek.',
58
+ 'jql-editor.ui.jql-editor-help.new-line-command': 'Kombinací kláves <b>Shift + Enter</b> přidáte nový řádek.',
59
+ 'jql-editor.ui.jql-editor-help.search-command': 'Klávesou <b>Enter</b> zahájíte vyhledávání.',
60
+ 'jql-editor.ui.jql-validation-message.jql-error-position': '(řádek {lineNumber}, znak {charPosition})',
61
+ 'jql-editor.ui.jql-warning-message.default': 'Položka {deprecatedField} byla označena jako zastaralá a mohla by v budoucnu přestat fungovat.',
62
+ 'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field': 'Položku {receivedFirst} a {receivedSecond} brzy nahradí {parentReplacement}. <link>Připravte se na tyto změny</link> a proveďte aktualizaci na {parentReplacement}.',
63
+ 'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field': 'Položku {deprecatedField} brzy nahradí {parentReplacement}. <link>Připravte se na tyto změny</link> a proveďte aktualizaci na {parentReplacement}.',
64
+ };
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ /* prettier-ignore */
4
+ /**
5
+ * NOTE:
6
+ *
7
+ * This file is automatically generated by Traduki 2.0.
8
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
9
+ */
10
+ //Danish (Denmark)
11
+ exports.default = {
12
+ 'jql-editor.common.validation.unknown-error': 'Kunne ikke fortolke forespørgslen.',
13
+ 'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.default': 'Dette felt er blevet udfaset og vil muligvis stoppe med at virke i fremtiden.',
14
+ 'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link': "<b>''{received}'</b> bliver snart erstattet af <b>''{parentReplacement}'</b>. Brug feltet <b>''{parentReplacement}'</b> i stedet.",
15
+ 'jql-editor.plugins.autocomplete.options-found': 'Vælg fra nedenstående liste over foreslåede muligheder.',
16
+ 'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived': "Forventer et feltnavn, men fik '['. Mente du 'cf['?",
17
+ 'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId': "Forventer et brugerdefineret felt-id omgivet af '[ ]' efter 'cf'. Eksempel: 'cf[10021]'.",
18
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': 'Forventer et feltnavn inden afslutningen af forespørgslen.',
19
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived': "Forventer et feltnavn, men fik ''{received}'. Du skal omslutte ''{received}' med anførselstegn for at bruge det som et feltnavn.",
20
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': 'Forventer et egenskabs-id inden afslutningen af forespørgslen.',
21
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived': "Forventer et egenskabs-id, men fik ''{received}'. Du skal omslutte ''{received}' med anførselstegn for at bruge det som en værdi.",
22
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF': 'Forventer et funktionsargument inden afslutningen af forespørgslen.',
23
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived': "Forventer et funktionsargument, men fik ''{received}'. Du skal omslutte ''{received}' med anførselstegn for at bruge det som en værdi.",
24
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': 'Forventer en funktion inden afslutningen af forespørgslen.',
25
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived': "Forventer en funktion, men fik ''{received}'. Du skal omslutte ''{received}' med anførselstegn for at bruge det som en værdi.",
26
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': 'Forventer en liste inden afslutningen af forespørgslen.',
27
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived': "Forventer en liste, men fik ''{received}'. Du skal omslutte ''{received}' med anførselstegn for at bruge det som en værdi.",
28
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF': 'Forventer en liste eller en funktion inden afslutningen af forespørgslen.',
29
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived': "Forventer en liste eller en funktion, men fik ''{received}'. Du skal omslutte ''{received}' med anførselstegn for at bruge det som en værdi.",
30
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF': "Forventer ''{firstExpectedTokens}' eller ''{lastExpectedToken}' inden afslutningen af forespørgslen.",
31
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived': "Forventer ''{firstExpectedTokens}' eller ''{lastExpectedToken}', men fik ''{received}'.",
32
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF': 'Forventer enten en værdi, en liste eller en funktion inden afslutningen af forespørgslen.',
33
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived': "Forventer enten en værdi, en liste eller en funktion, men fik ''{received}'. Du skal omslutte ''{received}' med anførselstegn for at bruge det som en værdi.",
34
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF': "Forventer en operator inden afslutningen af forespørgslen. De gyldige operatorer er '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' og 'IS NOT'.",
35
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived': "Forventer en operator, men fik ''{received}'. De gyldige operatorer er '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' og 'IS NOT'.",
36
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': "Forventer ''{expectedToken}' inden afslutningen af forespørgslen.",
37
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived': "Forventer ''{expectedToken}', men fik ''{received}'.",
38
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': 'Forventer en værdi inden afslutningen af forespørgslen.',
39
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived': "Forventer en værdi, men fik ''{received}'. Du skal omslutte ''{received}' med anførselstegn for at bruge det som en værdi.",
40
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF': 'Forventer en værdi eller en funktion inden afslutningen af forespørgslen.',
41
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived': "Forventer en værdi eller en funktion, men fik ''{received}'. Du skal omslutte ''{received}' med anførselstegn for at bruge det som en værdi.",
42
+ 'jql-editor.plugins.jql-ast.error-messages.illegalChar': "Der skal anvendes escape til tegnet ''{char}'. Anvend escape ''{escapedChar}' i stedet.",
43
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscape': "''{received}' er en ulovlig JQL-escape-sekvens. De gyldige escape-sekvenser er \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' og \\uXXXX.",
44
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank': "Escape-sekvensen blev ikke fuldført. De gyldige escape-sekvenser er \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' og \\uXXXX.",
45
+ 'jql-editor.plugins.jql-ast.error-messages.reservedChar': "Tegnet ''{char}' er et reserveret JQL-tegn. Du skal omslutte det i en streng eller alternativt anvende escape ''{escapedChar}'.",
46
+ 'jql-editor.plugins.jql-ast.error-messages.reservedWord': "''{word}' er et reserveret JQL-ord. Du skal omslutte det med anførselstegn for at bruge det som en forespørgsel.",
47
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Den citerede streng ''{received}' blev ikke fuldført.",
48
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Den citerede streng blev ikke fuldført.',
49
+ 'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Kunne ikke fortolke forespørgslen ved ''{received}'.",
50
+ 'jql-editor.ui.input-label': 'JQL-forespørgsel',
51
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Editor',
52
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Skjul editor',
53
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': 'Udvid editor',
54
+ 'jql-editor.ui.jql-editor-controls-content.search.label': 'Søg',
55
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description': 'Åbn JQL-syntakshjælp i en ny fane.',
56
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': 'Syntakshjælp',
57
+ 'jql-editor.ui.jql-editor-help.field-new-line-command': '<b>Enter</b> for at tilføje en ny linje',
58
+ 'jql-editor.ui.jql-editor-help.new-line-command': '<b>Skift+Enter</b> for at tilføje en ny linje',
59
+ 'jql-editor.ui.jql-editor-help.search-command': '<b>Enter</b> for at søge',
60
+ 'jql-editor.ui.jql-validation-message.jql-error-position': '(linje {lineNumber}, tegn {charPosition})',
61
+ 'jql-editor.ui.jql-warning-message.default': '{deprecatedField} er blevet udfaset og vil muligvis stoppe med at virke i fremtiden.',
62
+ 'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field': '{receivedFirst} og {receivedSecond} bliver snart erstattet af {parentReplacement}. <link>Opdater til {parentReplacement}</link> for at forberede dig på disse ændringer.',
63
+ 'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field': '{deprecatedField} bliver snart erstattet af {parentReplacement}. <link>Opdater til {parentReplacement}</link> for at forberede dig på disse ændringer.',
64
+ };
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ /* prettier-ignore */
4
+ /**
5
+ * NOTE:
6
+ *
7
+ * This file is automatically generated by Traduki 2.0.
8
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
9
+ */
10
+ //German (Germany)
11
+ exports.default = {
12
+ 'jql-editor.common.validation.unknown-error': 'Die Abfrage konnte nicht analysiert werden.',
13
+ 'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.default': 'Dieses Feld ist veraltet und funktioniert in Zukunft möglicherweise nicht mehr.',
14
+ 'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link': 'Das Feld <b>{received}</b> wird in Kürze durch <b>{parentReplacement}</b> ersetzt. Verwenden Sie stattdessen das Feld <b>{parentReplacement}</b>.',
15
+ 'jql-editor.plugins.autocomplete.options-found': 'Wählen Sie unten eine Option aus der vorgeschlagenen Liste mit Optionen aus.',
16
+ 'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived': "Erwartet: Feldname. Tatsächlich: '['. Meinten Sie 'cf['?",
17
+ 'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId': "Erwartet: benutzerdefinierte Feldnamen-ID in '[ ]' nach 'cf'. Beispiel: 'cf[10021]'.",
18
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': 'Erwartet: Feldname vor dem Ende der Abfrage.',
19
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived': "Erwartet: Feldname. Tatsächlich: ''{received}'. Sie müssen ''{received}' in Anführungszeichen setzen, um es als Feldnamen zu verwenden.",
20
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': 'Erwartet: Eigenschafts-ID vor dem Ende der Abfrage.',
21
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived': "Erwartet: Eigenschafts-ID. Tatsächlich: ''{received}'. Sie müssen ''{received}' in Anführungszeichen setzen, um es als Wert zu verwenden.",
22
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF': 'Erwartet: Funktionsargument vor dem Ende der Abfrage.',
23
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived': "Erwartet: Funktionsargument. Tatsächlich: ''{received}'. Sie müssen ''{received}' in Anführungszeichen setzen, um es als Wert zu verwenden.",
24
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': 'Erwartet: Funktion vor dem Ende der Abfrage.',
25
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived': "Erwartet: Funktion. Tatsächlich: ''{received}'. Sie müssen ''{received}' in Anführungszeichen setzen, um es als Wert zu verwenden.",
26
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': 'Erwartet: Liste vor dem Ende der Abfrage.',
27
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived': "Erwartet: Liste. Tatsächlich: ''{received}'. Sie müssen ''{received}' in Anführungszeichen setzen, um es als Wert zu verwenden.",
28
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF': 'Erwartet: Liste oder Funktion vor dem Ende der Abfrage.',
29
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived': "Erwartet: Liste oder Funktion. Tatsächlich: ''{received}'. Sie müssen ''{received}' in Anführungszeichen setzen, um es als Wert zu verwenden.",
30
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF': "Erwartet: {firstExpectedTokens} oder ''{lastExpectedToken}' vor dem Ende der Abfrage.",
31
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived': "Erwartet: {firstExpectedTokens} oder ''{lastExpectedToken}'. Tatsächlich: ''{received}'.",
32
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF': 'Erwartet: Wert, Liste oder Funktion vor dem Ende der Abfrage.',
33
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived': "Erwartet: Wert, Liste oder Funktion. Tatsächlich: ''{received}'. Sie müssen ''{received}' in Anführungszeichen setzen, um es als Wert zu verwenden.",
34
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF': "Erwartet: Operator vor dem Ende der Abfrage. Gültige Operatoren sind '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' und 'IS NOT'.",
35
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived': "Erwartet: Operator. Tatsächlich: ''{received}'. Gültige Operatoren sind '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' und 'IS NOT'.",
36
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': "Erwartet: ''{expectedToken}' vor dem Ende der Abfrage.",
37
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived': "Erwartet: ''{expectedToken}'. Tatsächlich: ''{received}'.",
38
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': 'Erwartet: Wert vor dem Ende der Abfrage.',
39
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived': "Erwartet: Wert. Tatsächlich: ''{received}'. Sie müssen ''{received}' in Anführungszeichen setzen, um es als Wert zu verwenden.",
40
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF': 'Erwartet: Wert oder Funktion vor dem Ende der Abfrage.',
41
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived': "Erwartet: Wert oder Funktion. Tatsächlich: ''{received}'. Sie müssen ''{received}' in Anführungszeichen setzen, um es als Wert zu verwenden.",
42
+ 'jql-editor.plugins.jql-ast.error-messages.illegalChar': "Das Zeichen ''{char}' muss in Escapezeichen gesetzt werden. Verwenden Sie stattdessen das Escapezeichen ''{escapedChar}'.",
43
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscape': "''{received}' ist eine unzulässige JQL-Escapesequenz. Gültige Escapesequenzen sind \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' und \\uXXXX.",
44
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank': "Die Escapesequenz wurde nicht abgeschlossen. Gültige Escapesequenzen sind \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' und \\uXXXX.",
45
+ 'jql-editor.plugins.jql-ast.error-messages.reservedChar': "Das Zeichen ''{char}' ist ein reserviertes JQL-Zeichen. Sie müssen es in eine Zeichenfolge einfügen oder stattdessen das Escapezeichen ''{escapedChar}' verwenden.",
46
+ 'jql-editor.plugins.jql-ast.error-messages.reservedWord': "''{word}' ist ein reserviertes JQL-Wort. Sie müssen es in Anführungszeichen setzen, um es in einer Abfrage verwenden zu können.",
47
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Die Zeichenfolge mit Anführungszeichen ''{received}' wurde nicht abgeschlossen.",
48
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Die Zeichenfolge mit Anführungszeichen wurde nicht abgeschlossen.',
49
+ 'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Die Abfrage bei ''{received}' konnte nicht analysiert werden.",
50
+ 'jql-editor.ui.input-label': 'JQL-Abfrage',
51
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Editor',
52
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Editor reduzieren',
53
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': 'Editor erweitern',
54
+ 'jql-editor.ui.jql-editor-controls-content.search.label': 'Suchen',
55
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description': 'JQL-Syntaxhilfe in neuer Registerkarte öffnen',
56
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': 'Syntaxhilfe',
57
+ 'jql-editor.ui.jql-editor-help.field-new-line-command': 'Drücken Sie die <b>Eingabetaste</b>, um eine neue Zeile hinzuzufügen.',
58
+ 'jql-editor.ui.jql-editor-help.new-line-command': 'Drücken Sie <b>Umschalt+Eingabe</b>, um eine neue Zeile hinzuzufügen.',
59
+ 'jql-editor.ui.jql-editor-help.search-command': 'Drücken Sie die <b>Eingabetaste</b>, um zu suchen.',
60
+ 'jql-editor.ui.jql-validation-message.jql-error-position': '(Zeile {lineNumber}, Zeichen {charPosition})',
61
+ 'jql-editor.ui.jql-warning-message.default': 'Das Feld {deprecatedField} ist veraltet und funktioniert in Zukunft möglicherweise nicht mehr.',
62
+ 'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field': 'Die Felder {receivedFirst} und {receivedSecond} werden in Kürze durch das Feld {parentReplacement} ersetzt. <link>Führen Sie ein Update auf {parentReplacement} durch,</link> um auf diese Änderungen vorbereitet zu sein.',
63
+ 'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field': 'Das Feld {deprecatedField} wird in Kürze durch das Feld {parentReplacement} ersetzt. <link>Führen Sie ein Update auf {parentReplacement} durch,</link> um auf diese Änderungen vorbereitet zu sein.',
64
+ };
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ /* prettier-ignore */
4
+ /**
5
+ * NOTE:
6
+ *
7
+ * This file is automatically generated by Traduki 2.0.
8
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
9
+ */
10
+ //
11
+ exports.default = {
12
+ 'jql-editor.common.validation.unknown-error': 'Unable to parse the query.',
13
+ 'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.default': 'This field has been deprecated and may stop working in the future.',
14
+ 'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link': "<b>''{received}''</b> will soon be replaced with <b>''{parentReplacement}''</b>. Use the <b>''{parentReplacement}''</b> field instead.",
15
+ 'jql-editor.plugins.autocomplete.options-found': 'Choose from the suggested list of options below.',
16
+ 'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived': "Expecting a field name but got '['. Did you mean 'cf['?",
17
+ 'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId': "Expecting a custom field id enclosed by '[ ]' after 'cf'. Example: 'cf[10021]'.",
18
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': 'Expecting a field name before the end of the query.',
19
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived': "Expecting a field name but got ''{received}''. You must surround ''{received}'' in quotation marks to use it as a field name.",
20
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': 'Expecting a property id before the end of the query.',
21
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived': "Expecting a property id but got ''{received}''. You must surround ''{received}'' in quotation marks to use it as a value.",
22
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF': 'Expecting a function argument before the end of the query.',
23
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived': "Expecting a function argument but got ''{received}''. You must surround ''{received}'' in quotation marks to use it as a value.",
24
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': 'Expecting a function before the end of the query.',
25
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived': "Expecting a function but got ''{received}''. You must surround ''{received}'' in quotation marks to use it as a value.",
26
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': 'Expecting a list before the end of the query.',
27
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived': "Expecting a list but got ''{received}''. You must surround ''{received}'' in quotation marks to use it as a value.",
28
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF': 'Expecting a list or function before the end of the query.',
29
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived': "Expecting a list or function but got ''{received}''. You must surround ''{received}'' in quotation marks to use it as a value.",
30
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF': "Expecting {firstExpectedTokens} or ''{lastExpectedToken}'' before the end of the query.",
31
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived': "Expecting {firstExpectedTokens} or ''{lastExpectedToken}'' but got ''{received}''.",
32
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF': 'Expecting either a value, list or function before the end of the query.',
33
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived': "Expecting either a value, list or function but got ''{received}''. You must surround ''{received}'' in quotation marks to use it as a value.",
34
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF': "Expecting an operator before the end of the query. The valid operators are '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' and 'IS NOT'.",
35
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived': "Expecting an operator but got ''{received}''. The valid operators are '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' and 'IS NOT'.",
36
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': "Expecting ''{expectedToken}'' before the end of the query.",
37
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived': "Expecting ''{expectedToken}'' but got ''{received}''.",
38
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': 'Expecting a value before the end of the query.',
39
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived': "Expecting a value but got ''{received}''. You must surround ''{received}'' in quotation marks to use it as a value.",
40
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF': 'Expecting a value or function before the end of the query.',
41
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived': "Expecting a value or function but got ''{received}''. You must surround ''{received}'' in quotation marks to use it as a value.",
42
+ 'jql-editor.plugins.jql-ast.error-messages.illegalChar': "The character ''{char}'' must be escaped. Use the escape ''{escapedChar}'' instead.",
43
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscape': "''{received}'' is an illegal JQL escape sequence. The valid escape sequences are \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' and \\uXXXX.",
44
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank': "The escape sequence has not been completed. The valid escape sequences are \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' and \\uXXXX.",
45
+ 'jql-editor.plugins.jql-ast.error-messages.reservedChar': "The character ''{char}'' is a reserved JQL character. You must enclose it in a string or use the escape ''{escapedChar}'' instead.",
46
+ 'jql-editor.plugins.jql-ast.error-messages.reservedWord': "''{word}'' is a reserved JQL word. You must surround it in quotation marks to use it in a query.",
47
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "The quoted string ''{received}'' has not been completed.",
48
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'The quoted string has not been completed.',
49
+ 'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Unable to parse the query at ''{received}''.",
50
+ 'jql-editor.ui.input-label': 'JQL query',
51
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Editor',
52
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Collapse editor',
53
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': 'Expand editor',
54
+ 'jql-editor.ui.jql-editor-controls-content.search.label': 'Search',
55
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description': 'Open JQL syntax help in a new tab.',
56
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': 'Syntax help',
57
+ 'jql-editor.ui.jql-editor-help.field-new-line-command': '<b>Enter</b> to add a new line',
58
+ 'jql-editor.ui.jql-editor-help.new-line-command': '<b>Shift+Enter</b> to add a new line',
59
+ 'jql-editor.ui.jql-editor-help.search-command': '<b>Enter</b> to search',
60
+ 'jql-editor.ui.jql-validation-message.jql-error-position': '(line {lineNumber}, character {charPosition})',
61
+ 'jql-editor.ui.jql-warning-message.default': '{deprecatedField} has been deprecated and may stop working in the future.',
62
+ 'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field': '{receivedFirst} and {receivedSecond} will soon be replaced with {parentReplacement}. <link>Update to {parentReplacement}</link> to prepare for these changes.',
63
+ 'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field': '{deprecatedField} will soon be replaced with {parentReplacement}. <link>Update to {parentReplacement}</link> to prepare for these changes.',
64
+ };
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ /* prettier-ignore */
4
+ /**
5
+ * NOTE:
6
+ *
7
+ * This file is automatically generated by Traduki 2.0.
8
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
9
+ */
10
+ //English (United Kingdom)
11
+ exports.default = {
12
+ 'jql-editor.common.validation.unknown-error': 'Unable to parse the query.',
13
+ 'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.default': 'This field has been deprecated and may stop working in the future.',
14
+ 'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link': "<b>''{received}''</b> will soon be replaced with <b>''{parentReplacement}''</b>. Use the <b>''{parentReplacement}''</b> field instead.",
15
+ 'jql-editor.plugins.autocomplete.options-found': 'Choose from the suggested list of options below.',
16
+ 'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived': "Expecting a field name but got '['. Did you mean 'cf['?",
17
+ 'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId': "Expecting a custom field id enclosed by '[ ]' after 'cf'. Example: 'cf[10021]'.",
18
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': 'Expecting a field name before the end of the query.',
19
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived': "Expecting a field name but got ''{received}''. You must surround ''{received}'' in quotation marks to use it as a field name.",
20
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': 'Expecting a property id before the end of the query.',
21
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived': "Expecting a property id but got ''{received}''. You must surround ''{received}'' in quotation marks to use it as a value.",
22
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF': 'Expecting a function argument before the end of the query.',
23
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived': "Expecting a function argument but got ''{received}''. You must surround ''{received}'' in quotation marks to use it as a value.",
24
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': 'Expecting a function before the end of the query.',
25
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived': "Expecting a function but got ''{received}''. You must surround ''{received}'' in quotation marks to use it as a value.",
26
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': 'Expecting a list before the end of the query.',
27
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived': "Expecting a list but got ''{received}''. You must surround ''{received}'' in quotation marks to use it as a value.",
28
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF': 'Expecting a list or function before the end of the query.',
29
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived': "Expecting a list or function but got ''{received}''. You must surround ''{received}'' in quotation marks to use it as a value.",
30
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF': "Expecting {firstExpectedTokens} or ''{lastExpectedToken}'' before the end of the query.",
31
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived': "Expecting {firstExpectedTokens} or ''{lastExpectedToken}'' but got ''{received}''.",
32
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF': 'Expecting either a value, list or function before the end of the query.',
33
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived': "Expecting either a value, list or function but got ''{received}''. You must surround ''{received}'' in quotation marks to use it as a value.",
34
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF': "Expecting an operator before the end of the query. The valid operators are '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' and 'IS NOT'.",
35
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived': "Expecting an operator but got ''{received}''. The valid operators are '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' and 'IS NOT'.",
36
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': "Expecting ''{expectedToken}'' before the end of the query.",
37
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived': "Expecting ''{expectedToken}'' but got ''{received}''.",
38
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': 'Expecting a value before the end of the query.',
39
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived': "Expecting a value but got ''{received}''. You must surround ''{received}'' in quotation marks to use it as a value.",
40
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF': 'Expecting a value or function before the end of the query.',
41
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived': "Expecting a value or function but got ''{received}''. You must surround ''{received}'' in quotation marks to use it as a value.",
42
+ 'jql-editor.plugins.jql-ast.error-messages.illegalChar': "The character ''{char}'' must be escaped. Use the escape ''{escapedChar}'' instead.",
43
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscape': "''{received}'' is an illegal JQL escape sequence. The valid escape sequences are \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' and \\uXXXX.",
44
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank': "The escape sequence has not been completed. The valid escape sequences are \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' and \\uXXXX.",
45
+ 'jql-editor.plugins.jql-ast.error-messages.reservedChar': "The character ''{char}'' is a reserved JQL character. You must enclose it in a string or use the escape ''{escapedChar}'' instead.",
46
+ 'jql-editor.plugins.jql-ast.error-messages.reservedWord': "''{word}'' is a reserved JQL word. You must surround it in quotation marks to use it in a query.",
47
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "The quoted string ''{received}'' has not been completed.",
48
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'The quoted string has not been completed.',
49
+ 'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Unable to parse the query at ''{received}''.",
50
+ 'jql-editor.ui.input-label': 'JQL query',
51
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Editor',
52
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Collapse editor',
53
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': 'Expand editor',
54
+ 'jql-editor.ui.jql-editor-controls-content.search.label': 'Search',
55
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description': 'Open JQL syntax help in a new tab.',
56
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': 'Syntax help',
57
+ 'jql-editor.ui.jql-editor-help.field-new-line-command': '<b>Enter</b> to add a new line',
58
+ 'jql-editor.ui.jql-editor-help.new-line-command': '<b>Shift+Enter</b> to add a new line',
59
+ 'jql-editor.ui.jql-editor-help.search-command': '<b>Enter</b> to search',
60
+ 'jql-editor.ui.jql-validation-message.jql-error-position': '(line {lineNumber}, character {charPosition})',
61
+ 'jql-editor.ui.jql-warning-message.default': '{deprecatedField} has been deprecated and may stop working in the future.',
62
+ 'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field': '{receivedFirst} and {receivedSecond} will soon be replaced with {parentReplacement}. <link>Update to {parentReplacement}</link> to prepare for these changes.',
63
+ 'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field': '{deprecatedField} will soon be replaced with {parentReplacement}. <link>Update to {parentReplacement}</link> to prepare for these changes.',
64
+ };
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ /* prettier-ignore */
4
+ /**
5
+ * NOTE:
6
+ *
7
+ * This file is automatically generated by Traduki 2.0.
8
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
9
+ */
10
+ //
11
+ exports.default = {
12
+ 'jql-editor.common.validation.unknown-error': '⁣⁢Unable to parse the query.؜‍⁠؜؜‍‍‌⁡‌‍‌⁡؜⁣⁤',
13
+ 'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.default': '⁣⁢This field has been deprecated and may stop working in the future.؜؜⁠؜⁡‌⁡⁠⁡⁠⁠⁠‍⁠⁣⁤',
14
+ 'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link': "⁣⁢<b>''{received}'</b> will soon be replaced with <b>''{parentReplacement}'</b>. Use the <b>''{parentReplacement}'</b> field instead.⁠⁠⁠؜؜‍‌⁣⁤",
15
+ 'jql-editor.plugins.autocomplete.options-found': '⁣⁢Choose from the suggested list of options below.⁡⁡؜‍⁡‌‌؜‌⁠⁠‍⁠⁡⁣⁤',
16
+ 'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived': "⁣⁢Expecting a field name but got '['. Did you mean 'cf['?⁡‌‍⁡⁠‍؜‌‌‌‍⁣⁤",
17
+ 'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId': "⁣⁢Expecting a custom field id enclosed by '[ ]' after 'cf'. Example: 'cf[10021]'.⁠⁡⁡⁠‍⁡‍⁣⁤",
18
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': '⁣⁢Expecting a field name before the end of the query.⁡؜⁡⁠⁠‌؜⁣⁤',
19
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived': "⁣⁢Expecting a field name but got ''{received}'. You must surround ''{received}' in quotation marks to use it as a field name.؜⁠‌‌‌‌‌⁠⁣⁤",
20
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': '⁣⁢Expecting a property id before the end of the query.⁠‌‌؜⁠‌‍‍؜⁣⁤',
21
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived': "⁣⁢Expecting a property id but got ''{received}'. You must surround ''{received}' in quotation marks to use it as a value.‍⁡⁡⁡‌‌‍⁠‍⁣⁤",
22
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF': '⁣⁢Expecting a function argument before the end of the query.⁡⁡؜⁡⁡⁠⁠‌‍‌⁠‌‍⁣⁤',
23
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived': "⁣⁢Expecting a function argument but got ''{received}'. You must surround ''{received}' in quotation marks to use it as a value.‍‍⁠‌⁠‍؜⁣⁤",
24
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': '⁣⁢Expecting a function before the end of the query.‍؜‍⁠‌⁡⁡‌⁠⁣⁤',
25
+ 'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived': "⁣⁢Expecting a function but got ''{received}'. You must surround ''{received}' in quotation marks to use it as a value.‌⁠؜‌‍‍⁠‍⁠⁣⁤",
26
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': '⁣⁢Expecting a list before the end of the query.؜؜‍‌⁠⁠‍‌‌‌⁣⁤',
27
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived': "⁣⁢Expecting a list but got ''{received}'. You must surround ''{received}' in quotation marks to use it as a value.⁡⁡⁠⁠‍⁣⁤",
28
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF': '⁣⁢Expecting a list or function before the end of the query.‍‍⁠‌⁠⁡⁠‌؜؜‌⁣⁤',
29
+ 'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived': "⁣⁢Expecting a list or function but got ''{received}'. You must surround ''{received}' in quotation marks to use it as a value.⁡؜⁡⁡؜⁠⁡‌‍؜⁡⁣⁤",
30
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF': "⁣⁢Expecting {firstExpectedTokens} or ''{lastExpectedToken}' before the end of the query.‌⁠؜⁡⁠⁠⁠⁠⁠‌⁣⁤",
31
+ 'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived': "⁣⁢Expecting {firstExpectedTokens} or ''{lastExpectedToken}' but got ''{received}'.⁠⁡‍‌‌⁣⁤",
32
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF': '⁣⁢Expecting either a value, list or function before the end of the query.⁠‍؜⁡⁠‍⁡‌‌‌‍؜⁡⁠⁣⁤',
33
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived': "⁣⁢Expecting either a value, list or function but got ''{received}'. You must surround ''{received}' in quotation marks to use it as a value.‍⁡⁡؜‌⁠‌‍⁠⁠⁣⁤",
34
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF': "⁣⁢Expecting an operator before the end of the query. The valid operators are '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' and 'IS NOT'.⁡⁡⁠⁠‍؜؜؜⁡⁣⁤",
35
+ 'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived': "⁣⁢Expecting an operator but got ''{received}'. The valid operators are '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' and 'IS NOT'.⁡‍‌⁠⁡⁣⁤",
36
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': "⁣⁢Expecting ''{expectedToken}' before the end of the query.‌⁠⁡؜⁡؜⁠؜⁡⁣⁤",
37
+ 'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived': "⁣⁢Expecting ''{expectedToken}' but got ''{received}'.⁡⁠‌‌‌⁠؜‍⁠⁠‌‍⁡‌⁠⁡⁣⁤",
38
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': '⁣⁢Expecting a value before the end of the query.⁡‌⁡؜‌‍‍⁡⁡‍‍⁣⁤',
39
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived': "⁣⁢Expecting a value but got ''{received}'. You must surround ''{received}' in quotation marks to use it as a value.‌‍‍‌⁡‌‌؜⁣⁤",
40
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF': '⁣⁢Expecting a value or function before the end of the query.؜⁡⁡‌⁡‌⁠‍‍‌؜‌‍⁣⁤',
41
+ 'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived': "⁣⁢Expecting a value or function but got ''{received}'. You must surround ''{received}' in quotation marks to use it as a value.⁡‍؜⁠‍⁠⁡‌‍⁡‌‍؜‍⁣⁤",
42
+ 'jql-editor.plugins.jql-ast.error-messages.illegalChar': "⁣⁢The character ''{char}' must be escaped. Use the escape ''{escapedChar}' instead.‍⁡‌⁡؜‍⁠؜⁠⁠⁣⁤",
43
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscape': "⁣⁢''{received}' is an illegal JQL escape sequence. The valid escape sequences are \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' and \\uXXXX.‍؜‌؜⁠⁡⁠‌‌‌⁠⁣⁤",
44
+ 'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank': "⁣⁢The escape sequence has not been completed. The valid escape sequences are \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' and \\uXXXX.؜‍⁠⁠؜؜‍⁠⁡‌⁣⁤",
45
+ 'jql-editor.plugins.jql-ast.error-messages.reservedChar': "⁣⁢The character ''{char}' is a reserved JQL character. You must enclose it in a string or use the escape ''{escapedChar}' instead.؜⁡‍‍⁠⁡⁠⁣⁤",
46
+ 'jql-editor.plugins.jql-ast.error-messages.reservedWord': "⁣⁢''{word}' is a reserved JQL word. You must surround it in quotation marks to use it in a query.⁡‌؜؜⁠‍⁠؜‌‌⁠‌⁣⁤",
47
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "⁣⁢The quoted string ''{received}' has not been completed.⁠؜⁠‍⁠‌⁠؜⁡؜⁣⁤",
48
+ 'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': '⁣⁢The quoted string has not been completed.‍⁠‌⁠⁡‌‍⁣⁤',
49
+ 'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "⁣⁢Unable to parse the query at ''{received}'.‌؜⁡⁡⁠‍⁣⁤",
50
+ 'jql-editor.ui.input-label': '⁣⁢JQL query⁡‍‍‍‍؜‍⁡‌‌⁡؜⁣⁤',
51
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': '⁣⁢Editor‍⁠⁡؜؜⁡⁡⁣⁤',
52
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': '⁣⁢Collapse editor‍⁠؜⁡⁠‍‍⁠‍‌‍⁠‌⁣⁤',
53
+ 'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': '⁣⁢Expand editor⁡؜⁠؜‌⁡⁡‌؜‍⁣⁤',
54
+ 'jql-editor.ui.jql-editor-controls-content.search.label': '⁣⁢Search‌‌؜⁡؜‌⁡⁠‍‌‌⁣⁤',
55
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description': '⁣⁢Open JQL syntax help in a new tab.؜⁠‍‍‍؜‌‍⁣⁤',
56
+ 'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': '⁣⁢Syntax help⁡‍⁡‍⁠‌⁠؜؜؜؜⁣⁤',
57
+ 'jql-editor.ui.jql-editor-help.field-new-line-command': '⁣⁢<b>Enter</b> to add a new line⁡⁠‌⁡‌‌⁣⁤',
58
+ 'jql-editor.ui.jql-editor-help.new-line-command': '⁣⁢<b>Shift+Enter</b> to add a new line⁠‍⁠⁠‌⁠⁠⁣⁤',
59
+ 'jql-editor.ui.jql-editor-help.search-command': '⁣⁢<b>Enter</b> to search؜؜⁡‍⁠⁡‌⁡⁡⁠⁣⁤',
60
+ 'jql-editor.ui.jql-validation-message.jql-error-position': '⁣⁢(line {lineNumber}, character {charPosition})؜⁡‍‍‌⁣⁤',
61
+ 'jql-editor.ui.jql-warning-message.default': '⁣⁢{deprecatedField} has been deprecated and may stop working in the future.‌⁡⁡⁠⁡⁠⁠⁡؜؜⁠⁣⁤',
62
+ 'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field': '⁣⁢{receivedFirst} and {receivedSecond} will soon be replaced with {parentReplacement}. <link>Update to {parentReplacement}</link> to prepare for these changes.‌⁡‍‌⁡‍‍⁠‌‍‌‍⁣⁤',
63
+ 'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field': '⁣⁢{deprecatedField} will soon be replaced with {parentReplacement}. <link>Update to {parentReplacement}</link> to prepare for these changes.⁡؜‍⁠‌‌⁡⁣⁤',
64
+ };