@atlaskit/afm-i18n-platform-jql-jql-editor 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build.js +131 -0
- package/dist/cjs/i18n/cs.js +64 -0
- package/dist/cjs/i18n/da.js +64 -0
- package/dist/cjs/i18n/de.js +64 -0
- package/dist/cjs/i18n/en.js +64 -0
- package/dist/cjs/i18n/en_GB.js +64 -0
- package/dist/cjs/i18n/en_ZZ.js +64 -0
- package/dist/cjs/i18n/es.js +64 -0
- package/dist/cjs/i18n/fi.js +64 -0
- package/dist/cjs/i18n/fr.js +64 -0
- package/dist/cjs/i18n/hr.js +64 -0
- package/dist/cjs/i18n/hu.js +64 -0
- package/dist/cjs/i18n/index.js +63 -0
- package/dist/cjs/i18n/it.js +64 -0
- package/dist/cjs/i18n/ja.js +64 -0
- package/dist/cjs/i18n/ko.js +64 -0
- package/dist/cjs/i18n/nb.js +64 -0
- package/dist/cjs/i18n/nl.js +64 -0
- package/dist/cjs/i18n/pl.js +64 -0
- package/dist/cjs/i18n/pt_BR.js +64 -0
- package/dist/cjs/i18n/ru.js +64 -0
- package/dist/cjs/i18n/sl.js +64 -0
- package/dist/cjs/i18n/sr_RS.js +64 -0
- package/dist/cjs/i18n/sr_YR.js +64 -0
- package/dist/cjs/i18n/sv.js +64 -0
- package/dist/cjs/i18n/th.js +64 -0
- package/dist/cjs/i18n/tr.js +64 -0
- package/dist/cjs/i18n/uk.js +64 -0
- package/dist/cjs/i18n/vi.js +64 -0
- package/dist/cjs/i18n/zh.js +64 -0
- package/dist/cjs/i18n/zh_TW.js +64 -0
- package/dist/cjs/index.js +18 -0
- package/dist/esm/i18n/cs.d.ts +61 -0
- package/dist/esm/i18n/cs.js +62 -0
- package/dist/esm/i18n/da.d.ts +61 -0
- package/dist/esm/i18n/da.js +62 -0
- package/dist/esm/i18n/de.d.ts +61 -0
- package/dist/esm/i18n/de.js +62 -0
- package/dist/esm/i18n/en.d.ts +61 -0
- package/dist/esm/i18n/en.js +62 -0
- package/dist/esm/i18n/en_GB.d.ts +61 -0
- package/dist/esm/i18n/en_GB.js +62 -0
- package/dist/esm/i18n/en_ZZ.d.ts +61 -0
- package/dist/esm/i18n/en_ZZ.js +62 -0
- package/dist/esm/i18n/es.d.ts +61 -0
- package/dist/esm/i18n/es.js +62 -0
- package/dist/esm/i18n/fi.d.ts +61 -0
- package/dist/esm/i18n/fi.js +62 -0
- package/dist/esm/i18n/fr.d.ts +61 -0
- package/dist/esm/i18n/fr.js +62 -0
- package/dist/esm/i18n/hr.d.ts +61 -0
- package/dist/esm/i18n/hr.js +62 -0
- package/dist/esm/i18n/hu.d.ts +61 -0
- package/dist/esm/i18n/hu.js +62 -0
- package/dist/esm/i18n/index.d.ts +29 -0
- package/dist/esm/i18n/index.js +30 -0
- package/dist/esm/i18n/it.d.ts +61 -0
- package/dist/esm/i18n/it.js +62 -0
- package/dist/esm/i18n/ja.d.ts +61 -0
- package/dist/esm/i18n/ja.js +62 -0
- package/dist/esm/i18n/ko.d.ts +61 -0
- package/dist/esm/i18n/ko.js +62 -0
- package/dist/esm/i18n/nb.d.ts +61 -0
- package/dist/esm/i18n/nb.js +62 -0
- package/dist/esm/i18n/nl.d.ts +61 -0
- package/dist/esm/i18n/nl.js +62 -0
- package/dist/esm/i18n/pl.d.ts +61 -0
- package/dist/esm/i18n/pl.js +62 -0
- package/dist/esm/i18n/pt_BR.d.ts +61 -0
- package/dist/esm/i18n/pt_BR.js +62 -0
- package/dist/esm/i18n/ru.d.ts +61 -0
- package/dist/esm/i18n/ru.js +62 -0
- package/dist/esm/i18n/sl.d.ts +61 -0
- package/dist/esm/i18n/sl.js +62 -0
- package/dist/esm/i18n/sr_RS.d.ts +61 -0
- package/dist/esm/i18n/sr_RS.js +62 -0
- package/dist/esm/i18n/sr_YR.d.ts +61 -0
- package/dist/esm/i18n/sr_YR.js +62 -0
- package/dist/esm/i18n/sv.d.ts +61 -0
- package/dist/esm/i18n/sv.js +62 -0
- package/dist/esm/i18n/th.d.ts +61 -0
- package/dist/esm/i18n/th.js +62 -0
- package/dist/esm/i18n/tr.d.ts +61 -0
- package/dist/esm/i18n/tr.js +62 -0
- package/dist/esm/i18n/uk.d.ts +61 -0
- package/dist/esm/i18n/uk.js +62 -0
- package/dist/esm/i18n/vi.d.ts +61 -0
- package/dist/esm/i18n/vi.js +62 -0
- package/dist/esm/i18n/zh.d.ts +61 -0
- package/dist/esm/i18n/zh.js +62 -0
- package/dist/esm/i18n/zh_TW.d.ts +61 -0
- package/dist/esm/i18n/zh_TW.js +62 -0
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +2 -0
- package/dist/types/i18n/cs.d.ts +61 -0
- package/dist/types/i18n/da.d.ts +61 -0
- package/dist/types/i18n/de.d.ts +61 -0
- package/dist/types/i18n/en.d.ts +61 -0
- package/dist/types/i18n/en_GB.d.ts +61 -0
- package/dist/types/i18n/en_ZZ.d.ts +61 -0
- package/dist/types/i18n/es.d.ts +61 -0
- package/dist/types/i18n/fi.d.ts +61 -0
- package/dist/types/i18n/fr.d.ts +61 -0
- package/dist/types/i18n/hr.d.ts +61 -0
- package/dist/types/i18n/hu.d.ts +61 -0
- package/dist/types/i18n/index.d.ts +29 -0
- package/dist/types/i18n/it.d.ts +61 -0
- package/dist/types/i18n/ja.d.ts +61 -0
- package/dist/types/i18n/ko.d.ts +61 -0
- package/dist/types/i18n/nb.d.ts +61 -0
- package/dist/types/i18n/nl.d.ts +61 -0
- package/dist/types/i18n/pl.d.ts +61 -0
- package/dist/types/i18n/pt_BR.d.ts +61 -0
- package/dist/types/i18n/ru.d.ts +61 -0
- package/dist/types/i18n/sl.d.ts +61 -0
- package/dist/types/i18n/sr_RS.d.ts +61 -0
- package/dist/types/i18n/sr_YR.d.ts +61 -0
- package/dist/types/i18n/sv.d.ts +61 -0
- package/dist/types/i18n/th.d.ts +61 -0
- package/dist/types/i18n/tr.d.ts +61 -0
- package/dist/types/i18n/uk.d.ts +61 -0
- package/dist/types/i18n/vi.d.ts +61 -0
- package/dist/types/i18n/zh.d.ts +61 -0
- package/dist/types/i18n/zh_TW.d.ts +61 -0
- package/dist/types/index.d.ts +1 -0
- package/i18n/cs.ts +96 -0
- package/i18n/da.ts +100 -0
- package/i18n/de.ts +102 -0
- package/i18n/en.ts +98 -0
- package/i18n/en_GB.ts +98 -0
- package/i18n/en_ZZ.ts +106 -0
- package/i18n/es.ts +100 -0
- package/i18n/fi.ts +97 -0
- package/i18n/fr.ts +101 -0
- package/i18n/hr.ts +95 -0
- package/i18n/hu.ts +97 -0
- package/i18n/index.ts +30 -0
- package/i18n/it.ts +101 -0
- package/i18n/ja.ts +94 -0
- package/i18n/ko.ts +96 -0
- package/i18n/nb.ts +97 -0
- package/i18n/nl.ts +100 -0
- package/i18n/pl.ts +97 -0
- package/i18n/pt_BR.ts +101 -0
- package/i18n/ru.ts +99 -0
- package/i18n/sl.ts +98 -0
- package/i18n/sr_RS.ts +95 -0
- package/i18n/sr_YR.ts +95 -0
- package/i18n/sv.ts +97 -0
- package/i18n/th.ts +92 -0
- package/i18n/tr.ts +96 -0
- package/i18n/uk.ts +96 -0
- package/i18n/vi.ts +100 -0
- package/i18n/zh.ts +87 -0
- package/i18n/zh_TW.ts +87 -0
- package/index.ts +2 -0
- package/package.json +38 -0
- package/tsconfig.cjs.json +8 -0
- package/tsconfig.json +25 -0
|
@@ -0,0 +1,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,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,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,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,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,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,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,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,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,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;
|