@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,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
|
+
//Korean
|
|
11
|
+
exports.default = {
|
|
12
|
+
'jql-editor.common.validation.unknown-error': '쿼리를 구문 분석할 수 없습니다.',
|
|
13
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.default': '이 필드는 사용 중단되었으며 향후 작동이 중단될 수 있습니다.',
|
|
14
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link': "<b>''{received}'</b>을(를) 곧 <b>''{parentReplacement}'</b>(으)로 대체할 것입니다. 대신에 <b>''{parentReplacement}'</b> 필드를 사용하세요.",
|
|
15
|
+
'jql-editor.plugins.autocomplete.options-found': '아래의 추천하는 옵션 목록에서 선택하세요.',
|
|
16
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived': "필드 이름을 예상했지만 '['를 받았습니다. 'cf['를 의미하셨습니까?",
|
|
17
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId': "'cf' 뒤에 '[ ]'로 묶인 사용자 지정 필드 ID를 예상했습니다. 예: 'cf[10021]'.",
|
|
18
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': '쿼리의 끝 이전에 필드 이름을 예상했습니다.',
|
|
19
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived': "필드 이름을 예상했지만 ''{received}'을(를) 받았습니다. 필드 이름으로 사용하려면 ''{received}'을(를) 따옴표로 묶어야 합니다.",
|
|
20
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': '쿼리의 끝 이전에 속성 ID를 예상했습니다.',
|
|
21
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived': "속성 ID를 예상했지만 ''{received}'을(를) 받았습니다. 값으로 사용하려면 ''{received}'을(를) 따옴표로 묶어야 합니다.",
|
|
22
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF': '쿼리의 끝 이전에 함수 인수를 예상했습니다.',
|
|
23
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived': "함수 인수를 예상했지만 ''{received}'을(를) 받았습니다. 값으로 사용하려면 ''{received}'을(를) 따옴표로 묶어야 합니다.",
|
|
24
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': '쿼리의 끝 이전에 함수를 예상했습니다.',
|
|
25
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived': "함수를 예상했지만 ''{received}'을(를) 받았습니다. 값으로 사용하려면 ''{received}'을(를) 따옴표로 묶어야 합니다.",
|
|
26
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': '쿼리의 끝 이전에 목록을 예상했습니다.',
|
|
27
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived': "목록을 예상했지만 ''{received}'을(를) 받았습니다. 값으로 사용하려면 ''{received}'을(를) 따옴표로 묶어야 합니다.",
|
|
28
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF': '쿼리의 끝 이전에 목록 또는 함수를 예상했습니다.',
|
|
29
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived': "목록 또는 함수를 예상했지만 ''{received}'을(를) 받았습니다. 값으로 사용하려면 ''{received}'을(를) 따옴표로 묶어야 합니다.",
|
|
30
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF': "쿼리의 끝 이전에 {firstExpectedTokens} 또는 ''{lastExpectedToken}'을(를) 예상했습니다.",
|
|
31
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived': "{firstExpectedTokens} 또는 ''{lastExpectedToken}'을(를) 예상했지만 ''{received}'을(를) 받았습니다.",
|
|
32
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF': '쿼리의 끝 이전에 값, 목록 또는 함수를 예상했습니다.',
|
|
33
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived': "값, 목록 또는 함수를 예상했지만 ''{received}'을(를) 받았습니다. 값으로 사용하려면 ''{received}'을(를) 따옴표로 묶어야 합니다.",
|
|
34
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF': "쿼리의 끝 이전에 연산자를 예상했습니다. 유효한 연산자는 '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' 및 'IS NOT'입니다.",
|
|
35
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived': "연산자를 예상했지만 ''{received}'을(를) 받았습니다. 유효한 연산자는 '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' 및 'IS NOT'입니다.",
|
|
36
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': "쿼리의 끝 이전에 ''{expectedToken}'을(를) 예상했습니다.",
|
|
37
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived': "''{expectedToken}'을(를) 예상했지만 ''{received}'을(를) 받았습니다.",
|
|
38
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': '쿼리의 끝 이전에 값을 예상했습니다.',
|
|
39
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived': "값을 예상했지만 ''{received}'을(를) 받았습니다. 값으로 사용하려면 ''{received}'을(를) 따옴표로 묶어야 합니다.",
|
|
40
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF': '쿼리의 끝 이전에 값 또는 함수를 예상했습니다.',
|
|
41
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived': "값 또는 함수를 예상했지만 ''{received}'을(를) 받았습니다. 값으로 사용하려면 ''{received}'을(를) 따옴표로 묶어야 합니다.",
|
|
42
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalChar': "문자 ''{char}'은(는) 이스케이프해야 합니다. 대신 이스케이프 ''{escapedChar}'을(를) 사용합니다.",
|
|
43
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscape': "''{received}'은(는) 잘못된 JQL 이스케이프 시퀀스입니다. 유효한 이스케이프 시퀀스는 \\', \\\", \\t, \\n, \\n, \\\\, '\\ ' 및 \\uXXXX입니다.",
|
|
44
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank': "이스케이프 시퀀스가 완료되지 않았습니다. 유효한 이스케이프 시퀀스는 \\', \\\", \\t, \\n, \\n, \\\\, '\\ ' 및 \\uXXXX입니다.",
|
|
45
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedChar': "문자 ''{char}'은(는) 예약된 JQL 문자입니다. 문자열에 포함하거나 이스케이프 ''{escapedChar}'을(를) 대신 사용해야 합니다.",
|
|
46
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedWord': "''{word}'(은)는 JQL 예약어입니다. 쿼리에서 사용하려면 반드시 따옴표로 묶어야 합니다.",
|
|
47
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "따옴표로 묶은 문자열 ''{received}'이(가) 완료되지 않았습니다.",
|
|
48
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': '따옴표로 묶은 문자열이 완료되지 않았습니다.',
|
|
49
|
+
'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "''{received}'에서 쿼리를 구문 분석할 수 없습니다.",
|
|
50
|
+
'jql-editor.ui.input-label': 'JQL 쿼리',
|
|
51
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': '편집기',
|
|
52
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': '편집기 축소',
|
|
53
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': '편집기 확장',
|
|
54
|
+
'jql-editor.ui.jql-editor-controls-content.search.label': '검색',
|
|
55
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description': '새 탭에서 JQL 구문 도움말을 시작합니다.',
|
|
56
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': '구문 도움말',
|
|
57
|
+
'jql-editor.ui.jql-editor-help.field-new-line-command': '<b>Enter</b> 키를 눌러 새 줄을 추가',
|
|
58
|
+
'jql-editor.ui.jql-editor-help.new-line-command': '<b>Shift+Enter</b> 키를 눌러 새 줄을 추가',
|
|
59
|
+
'jql-editor.ui.jql-editor-help.search-command': '<b>Enter</b> 키를 눌러 검색',
|
|
60
|
+
'jql-editor.ui.jql-validation-message.jql-error-position': '({lineNumber}번째 줄, {charPosition}번째 글자)',
|
|
61
|
+
'jql-editor.ui.jql-warning-message.default': '{deprecatedField} 필드는 사용 중단되었으며 향후 작동이 중단될 수 있습니다.',
|
|
62
|
+
'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field': '{receivedFirst} 및 {receivedSecond}을(를) 곧 {parentReplacement}(으)로 대체할 것입니다. 변경 사항에 대비할 수 있도록 <link>{parentReplacement}(으)로 업데이트</link>하세요.',
|
|
63
|
+
'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field': '{deprecatedField}을(를) 곧 {parentReplacement}(으)로 대체할 것입니다. 변경 사항에 대비할 수 있도록 <link>{parentReplacement}(으)로 업데이트</link>하세요.',
|
|
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
|
+
//Norwegian (Bokmål)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'jql-editor.common.validation.unknown-error': 'Kan ikke analysere spørringen.',
|
|
13
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.default': 'Dette feltet er foreldet og kan slutte å virke i en fremtidig utgave.',
|
|
14
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link': '<b>«{received}»</b> blir snart erstattet med <b>«{parentReplacement}»</b>. Bruk feltet <b>«{parentReplacement}»</b> i stedet.',
|
|
15
|
+
'jql-editor.plugins.autocomplete.options-found': 'Velg fra den foreslåtte listen med alternativer nedenfor.',
|
|
16
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived': "Forventet et feltnavn, men mottok '['. Mente du 'cf['?",
|
|
17
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId': "Forventet en tilpasset felt-ID inne i '[ ]' etter 'cf'. Eksempel: 'cf[10021]'.",
|
|
18
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': 'Forventet et feltnavn før slutten av spørringen.',
|
|
19
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived': "Forventet et feltnavn, men mottok ''{received}'. Du må sette ''{received}' i anførselstegn for å bruke det som et feltnavn.",
|
|
20
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': 'Forventet en egenskaps-ID før slutten av spørringen.',
|
|
21
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived': "Forventet en egenskaps-ID, men mottok ''{received}'. Du må sette ''{received}' i anførselstegn for å bruke det som en verdi.",
|
|
22
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF': 'Forventet et funksjonsargument før slutten av spørringen.',
|
|
23
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived': "Forventet et funksjonsargument, men mottok ''{received}'. Du må sette ''{received}' i anførselstegn for å bruke det som en verdi.",
|
|
24
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': 'Forventet en funksjon før slutten av spørringen.',
|
|
25
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived': "Forventet en funksjon, men mottok ''{received}'. Du må sette ''{received}' i anførselstegn for å bruke det som en verdi.",
|
|
26
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': 'Forventet en liste før slutten av spørringen.',
|
|
27
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived': "Forventet en liste, men mottok ''{received}'. Du må sette ''{received}' i anførselstegn for å bruke det som en verdi.",
|
|
28
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF': 'Forventet en liste eller funksjon før slutten av spørringen.',
|
|
29
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived': "Forventet en liste eller funksjon, men mottok ''{received}'. Du må sette ''{received}' i anførselstegn for å bruke det som en verdi.",
|
|
30
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF': "Forventet ''{firstExpectedTokens}' eller ''{lastExpectedToken}' før slutten av spørringen.",
|
|
31
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived': "Forventet ''{firstExpectedTokens}' eller ''{lastExpectedToken}', men mottok ''{received}'.",
|
|
32
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF': 'Forventet enten en verdi, liste eller funksjon før slutten av spørringen.',
|
|
33
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived': "Forventet en verdi, liste eller funksjon, men mottok ''{received}'. Du må sette ''{received}' i anførselstegn for å bruke det som en verdi.",
|
|
34
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF': "Forventet en operator før slutten av spørringen. Gyldige operatorer er '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' og 'IS NOT'.",
|
|
35
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived': "Forventet en operator, men mottok ''{received}'. Gyldige operatorer er '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' og 'IS NOT'.",
|
|
36
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': "Forventet ''{expectedToken}' før slutten av spørringen.",
|
|
37
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived': "Forventet ''{expectedToken}', men mottok ''{received}'.",
|
|
38
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': 'Forventet en verdi før slutten av spørringen.',
|
|
39
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived': "Forventet en verdi, men mottok ''{received}'. Du må sette ''{received}' i anførselstegn for å bruke det som en verdi.",
|
|
40
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF': 'Forventet en verdi eller funksjon før slutten av spørringen.',
|
|
41
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived': "Forventet en verdi eller funksjon, men mottok ''{received}'. Du må sette ''{received}' i anførselstegn for å bruke det som en verdi.",
|
|
42
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalChar': "Tegnet ''{char}' må unngås. Bruk skilletegnet ''{escapedChar}' i stedet.",
|
|
43
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscape': "''{received}' er en ugyldig JQL-avbruddssekvens. De gyldige avbruddssekvensene er \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' og \\uXXXX.",
|
|
44
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank': "Avbruddssekvensen er ikke fullført. De gyldige avbruddssekvensene er \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' og \\uXXXX.",
|
|
45
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedChar': "Tegnet ''{char}' er et reservert JQL-tegn. Du må legge det til i en streng eller bruke skilletegnet ''{escapedChar}' i stedet.",
|
|
46
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedWord': "''{word}' er et reservert JQL-ord. Du må sette det i anførselstegn for å bruke det i en spørring.",
|
|
47
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Den siterte strengen ''{received}' er ikke fullført.",
|
|
48
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Den siterte strengen er ikke fullført.',
|
|
49
|
+
'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Kan ikke analysere spørringen på ''{received}'.",
|
|
50
|
+
'jql-editor.ui.input-label': 'JQL-spørring',
|
|
51
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Redigeringsmodul',
|
|
52
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Skjul redigeringsmodul',
|
|
53
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': 'Utvid redigeringsmodul',
|
|
54
|
+
'jql-editor.ui.jql-editor-controls-content.search.label': 'Søk',
|
|
55
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description': 'Åpne hjelpen for JQL-syntaks i en ny fane.',
|
|
56
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': 'Syntaks-hjelp',
|
|
57
|
+
'jql-editor.ui.jql-editor-help.field-new-line-command': 'Trykk på <b>Enter</b> for å legge til en ny linje',
|
|
58
|
+
'jql-editor.ui.jql-editor-help.new-line-command': 'Trykk på <b>Skift+Enter</b> for å legge til en ny linje',
|
|
59
|
+
'jql-editor.ui.jql-editor-help.search-command': 'Trykk på <b>Enter</b> for å søke',
|
|
60
|
+
'jql-editor.ui.jql-validation-message.jql-error-position': '(linje {lineNumber}, tegn {charPosition})',
|
|
61
|
+
'jql-editor.ui.jql-warning-message.default': '{deprecatedField} er foreldet og kan slutte å virke i en fremtidig utgave.',
|
|
62
|
+
'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field': '{receivedFirst} og {receivedSecond} vil snart bli erstattet med {parentReplacement}. <link>Oppdater til {parentReplacement}</link> for å forberede deg på disse endringene.',
|
|
63
|
+
'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field': '{deprecatedField} vil snart bli erstattet med {parentReplacement}. <link>Oppdater til {parentReplacement}</link> for å forberede deg på disse endringene.',
|
|
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
|
+
//Dutch (Netherlands)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'jql-editor.common.validation.unknown-error': 'Niet mogelijk om de query te analyseren.',
|
|
13
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.default': 'Dit veld is verouderd en werkt mogelijk in de toekomst niet meer.',
|
|
14
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link': '<b>{received}</b> wordt binnenkort vervangen door <b>{parentReplacement}</b>. Gebruik in plaats daarvan het veld <b>{parentReplacement}</b>.',
|
|
15
|
+
'jql-editor.plugins.autocomplete.options-found': 'Kies uit de hieronder voorgestelde lijst met opties.',
|
|
16
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived': "Een veldnaam verwacht maar '[' gekregen. Bedoelde je 'cf['?",
|
|
17
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId': "Een aangepast veld-ID verwacht dat is ingesloten door '[ ]' na 'cf'. Voorbeeld: 'cf[10021]'.",
|
|
18
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': 'Een veldnaam verwacht voor het einde van de query.',
|
|
19
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived': "Een veldnaam verwacht maar ''{received}' gekregen. Je moet aanhalingstekens om ''{received}' heen zetten om het als veldnaam te gebruiken.",
|
|
20
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': 'Eigenschaps-ID verwacht voor het einde van de query.',
|
|
21
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived': "Eigenschaps-ID verwacht maar ''{received}' gekregen. Je moet aanhalingstekens om ''{received}' heen zetten om het als waarde te gebruiken.",
|
|
22
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF': 'Functie-argument verwacht voor het einde van de query.',
|
|
23
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived': "Functie-argument verwacht maar ''{received}' gekregen. Je moet aanhalingstekens om ''{received}' heen zetten om het als waarde te gebruiken.",
|
|
24
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': 'Functie verwacht voor het einde van de query.',
|
|
25
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived': "Functie verwacht maar ''{received}' gekregen. Je moet aanhalingstekens om ''{received}' heen zetten om het als waarde te gebruiken.",
|
|
26
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': 'Lijst verwacht voor het einde van de query.',
|
|
27
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived': "Lijst verwacht maar ''{received}' gekregen. Je moet aanhalingstekens om ''{received}' heen zetten om het als waarde te gebruiken.",
|
|
28
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF': 'Lijst of functie verwacht voor het einde van de query.',
|
|
29
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived': "Lijst of functie verwacht maar ''{received}' gekregen. Je moet aanhalingstekens om ''{received}' heen zetten om het als waarde te gebruiken.",
|
|
30
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF': "{firstExpectedTokens} of ''{lastExpectedToken}' verwacht voor het einde van de query.",
|
|
31
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived': "{firstExpectedTokens} of ''{lastExpectedToken}' verwacht, maar ''{received}' gekregen.",
|
|
32
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF': 'Een waarde, lijst of functie verwacht voor het einde van de query.',
|
|
33
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived': "Een waarde, lijst of functie verwacht maar ''{received}' gekregen. Je moet aanhalingstekens om ''{received}' heen zetten om het als waarde te gebruiken.",
|
|
34
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF': "Operator verwacht voor het einde van de query. De geldige operatoren zijn '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' en 'IS NOT'.",
|
|
35
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived': "Operator verwacht, maar ''{received}' gekregen. De geldige operatoren zijn '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' en 'IS NOT'.",
|
|
36
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': "''{expectedToken}' verwacht voor het einde van de query.",
|
|
37
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived': "''{expectedToken}' verwacht maar ''{received}' gekregen.",
|
|
38
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': 'Waarde verwacht voor het einde van de query.',
|
|
39
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived': "Waarde verwacht maar ''{received}' gekregen. Je moet aanhalingstekens om ''{received}' heen zetten om het als waarde te gebruiken.",
|
|
40
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF': 'Waarde of functie verwacht voor het einde van de query.',
|
|
41
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived': "Waarde of functie verwacht maar ''{received}' gekregen. Je moet aanhalingstekens om ''{received}' heen zetten om het als waarde te gebruiken.",
|
|
42
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalChar': "Het teken ''{char}' moet escaped worden. Gebruik in plaats daarvan de escape ''{escapedChar}'.",
|
|
43
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscape': "''{received}' is een illegale JQL-escapereeks. De geldige escapereeksen zijn \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' en \\uXXXX.",
|
|
44
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank': "De escape-reeks is niet voltooid. De geldige escapereeksen zijn \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' en \\uXXXX.",
|
|
45
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedChar': "Het teken ''{char}' is een gereserveerd JQL-teken. Je moet het insluiten in een string of in plaats daarvan de escape \"{escapedChar}\" gebruiken.",
|
|
46
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedWord': "''{word}' is een gereserveerd JQL-woord. Je moet aanhalingstekens om het woord heen zetten om het te gebruiken in een query.",
|
|
47
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "De string ''{received}' tussen aanhalingstekens is niet voltooid.",
|
|
48
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'De string tussen de aanhalingstekens is niet voltooid.',
|
|
49
|
+
'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Niet mogelijk om de query te analyseren op ''{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': 'Editor inklappen',
|
|
53
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': 'Editor uitklappen',
|
|
54
|
+
'jql-editor.ui.jql-editor-controls-content.search.label': 'Zoeken',
|
|
55
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description': 'Open de JQL-syntaxhulp in een nieuw tabblad.',
|
|
56
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': 'Syntaxhulp',
|
|
57
|
+
'jql-editor.ui.jql-editor-help.field-new-line-command': 'Druk op <b>Enter</b> om een nieuwe regel toe te voegen',
|
|
58
|
+
'jql-editor.ui.jql-editor-help.new-line-command': 'Drup op <b>Shift + Enter</b> om een nieuwe regel toe te voegen',
|
|
59
|
+
'jql-editor.ui.jql-editor-help.search-command': 'Drup op <b>Enter</b> om te zoeken',
|
|
60
|
+
'jql-editor.ui.jql-validation-message.jql-error-position': '(regel {lineNumber}, teken {charPosition})',
|
|
61
|
+
'jql-editor.ui.jql-warning-message.default': '{deprecatedField} is verouderd en werkt mogelijk in de toekomst niet meer.',
|
|
62
|
+
'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field': '{receivedFirst} en {receivedSecond} worden binnenkort vervangen door {parentReplacement}. <link>Werk bij naar {parentReplacement}</link> om je voor te bereiden op deze wijzigingen.',
|
|
63
|
+
'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field': '{deprecatedField} wordt binnenkort vervangen door {parentReplacement}. <link>Werk bij naar {parentReplacement}</link> om je voor te bereiden op deze wijzigingen.',
|
|
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
|
+
//Polish (Poland)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'jql-editor.common.validation.unknown-error': 'Nie można przeanalizować zapytania.',
|
|
13
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.default': 'To pole zostało wycofane i w przyszłości może przestać działać.',
|
|
14
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link': 'Pole <b>"{received}"</b> zostanie wkrótce zastąpione polem <b>"{parentReplacement}"</b>. Zamiast tego użyj pola <b>"{parentReplacement}"</b>',
|
|
15
|
+
'jql-editor.plugins.autocomplete.options-found': 'Wybierz z listy proponowanych opcji poniżej.',
|
|
16
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived': "Oczekiwano nazwy pola, a otrzymano '['. Czy chodziło Ci o 'cf['?",
|
|
17
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId': "Oczekiwano identyfikatora pola niestandardowego w nawiasach '[ ]' po ciągu 'cf'. Przykład: 'cf[10021]'.",
|
|
18
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': 'Oczekiwano nazwy pola przed końcem zapytania.',
|
|
19
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived': "Oczekiwano nazwy pola, a otrzymano ''{received}'. Ciąg ''{received}' należy ująć w cudzysłów, aby używać go jako nazwy pola.",
|
|
20
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': 'Oczekiwano identyfikatora właściwości przed końcem zapytania.',
|
|
21
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived': "Oczekiwano identyfikatora właściwości, a otrzymano ''{received}'. Ciąg ''{received}' należy ująć w cudzysłów, aby używać go jako wartości.",
|
|
22
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF': 'Oczekiwano argumentu funkcji przed końcem zapytania.',
|
|
23
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived': "Oczekiwano argumentu funkcji, a otrzymano ''{received}'. Ciąg ''{received}' należy ująć w cudzysłów, aby używać go jako wartości.",
|
|
24
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': 'Oczekiwano funkcji przed końcem zapytania.',
|
|
25
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived': "Oczekiwano funkcji, a otrzymano ''{received}'. Ciąg ''{received}' należy ująć w cudzysłów, aby używać go jako wartości.",
|
|
26
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': 'Oczekiwano listy przed końcem zapytania.',
|
|
27
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived': "Oczekiwano listy, a otrzymano ''{received}'. Ciąg ''{received}' należy ująć w cudzysłów, aby używać go jako wartości.",
|
|
28
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF': 'Oczekiwano listy lub funkcji przed końcem zapytania.',
|
|
29
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived': "Oczekiwano listy lub funkcji, a otrzymano ''{received}'. Ciąg ''{received}' należy ująć w cudzysłów, aby używać go jako wartości.",
|
|
30
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF': "Oczekiwano tokena {firstExpectedTokens} lub ''{lastExpectedToken}' przed końcem zapytania.",
|
|
31
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived': "Oczekiwano tokena {firstExpectedTokens} lub ''{lastExpectedToken}', a otrzymano ''{received}'.",
|
|
32
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF': 'Oczekiwano wartości, listy lub funkcji przed końcem zapytania.',
|
|
33
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived': "Oczekiwano wartości, listy lub funkcji, a otrzymano ''{received}'. Ciąg ''{received}' należy ująć w cudzysłów, aby używać go jako wartości.",
|
|
34
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF': "Oczekiwano operatora przed końcem zapytania. Prawidłowe operatory to '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' oraz 'IS NOT'.",
|
|
35
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived': "Oczekiwano operatora, a otrzymano ''{received}'. Prawidłowe operatory to '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' oraz 'IS NOT'.",
|
|
36
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': "Oczekiwano tokena ''{expectedToken}' przed końcem zapytania.",
|
|
37
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived': "Oczekiwano tokena ''{expectedToken}', a otrzymano ''{received}'.",
|
|
38
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': 'Oczekiwano wartości przed końcem zapytania.',
|
|
39
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived': "Oczekiwano wartości, a otrzymano ''{received}'. Ciąg ''{received}' należy ująć w cudzysłów, aby używać go jako wartości.",
|
|
40
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF': 'Oczekiwano wartości lub funkcji przed końcem zapytania.',
|
|
41
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived': "Oczekiwano wartości lub funkcji, a otrzymano ''{received}'. Ciąg ''{received}' należy ująć w cudzysłów, aby używać go jako wartości.",
|
|
42
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalChar': "Znak ''{char}' należy poprzedzać sekwencją ucieczki. Użyj sekwencji ucieczki ''{escapedChar}'.",
|
|
43
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscape': "''{received}' jest nieprawidłową sekwencją ucieczki w zapytaniach JQL. Poprawne sekwencje ucieczki to: \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' i \\uXXXX.",
|
|
44
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank': "Sekwencja ucieczki nie została zakończona. Poprawne sekwencje ucieczki to: \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' i \\uXXXX.",
|
|
45
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedChar': "Znak ''{char}' jest znakiem zastrzeżonym w JQL. Należy ująć go w ciągu lub użyć sekwencji ucieczki ''{escapedChar}'.",
|
|
46
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedWord': "''{word}' jest słowem zastrzeżonym w JQL. Aby użyć go w zapytaniu, trzeba ująć słowo w cudzysłów.",
|
|
47
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Ciąg ''{received}' w cudzysłowie nie został zakończony.",
|
|
48
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Ciąg w cudzysłowie nie został zakończony.',
|
|
49
|
+
'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Nie można przeanalizować zapytania w pozycji ciągu ''{received}'.",
|
|
50
|
+
'jql-editor.ui.input-label': 'Zapytanie JQL',
|
|
51
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Edytor',
|
|
52
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Zwiń edytor',
|
|
53
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': 'Rozwiń edytor',
|
|
54
|
+
'jql-editor.ui.jql-editor-controls-content.search.label': 'Szukaj',
|
|
55
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description': 'Otwórz pomoc dotyczącą składni JQL na nowej karcie.',
|
|
56
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': 'Pomoc dotycząca składni',
|
|
57
|
+
'jql-editor.ui.jql-editor-help.field-new-line-command': 'Naciśnij <b>Enter</b>, aby dodać nowy wiersz',
|
|
58
|
+
'jql-editor.ui.jql-editor-help.new-line-command': '<b>Shift+Enter</b>, aby dodać nowy wiersz',
|
|
59
|
+
'jql-editor.ui.jql-editor-help.search-command': '<b>Enter</b>, aby rozpocząć wyszukiwanie',
|
|
60
|
+
'jql-editor.ui.jql-validation-message.jql-error-position': '(wiersz {lineNumber}, znak {charPosition})',
|
|
61
|
+
'jql-editor.ui.jql-warning-message.default': 'Pole {deprecatedField} zostało wycofane i w przyszłości może przestać działać.',
|
|
62
|
+
'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field': 'Pola {receivedFirst} i {receivedSecond} zostaną wkrótce zastąpione przez pole {parentReplacement}. <link>Zaktualizuj do poziomu {parentReplacement}</link> w celu przygotowania się na te zmiany.',
|
|
63
|
+
'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field': 'Pole {deprecatedField} zostanie wkrótce zastąpione przez pole {parentReplacement}. <link>Zaktualizuj do poziomu {parentReplacement}</link> w celu przygotowania się na te zmiany.',
|
|
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
|
+
//Portuguese (Brazil)
|
|
11
|
+
exports.default = {
|
|
12
|
+
'jql-editor.common.validation.unknown-error': 'Não foi possível analisar a consulta.',
|
|
13
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.default': 'Este campo foi descontinuado e pode parar de funcionar no futuro.',
|
|
14
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link': "<b>''{received}'</b> em breve vai ser substituído por <b>''{parentReplacement}'</b>. Em vez disso, use o campo <b>''{parentReplacement}'</b>.",
|
|
15
|
+
'jql-editor.plugins.autocomplete.options-found': 'Escolha uma opção na lista de sugestões abaixo.',
|
|
16
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived': "'[' foi recebido no lugar do nome de campo. Você quis dizer 'cf['?",
|
|
17
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId': "Deveria haver uma ID de campo personalizado delimitado por '[ ]' após 'cf'. Exemplo: 'cf[10021]'.",
|
|
18
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': 'Deveria haver um nome de campo antes do fim da consulta.',
|
|
19
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived': "''{received}' foi recebido no lugar do nome de campo. Coloque ''{received}' entre aspas para usar como nome de campo.",
|
|
20
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': 'Deveria haver uma ID de propriedade antes do fim da consulta.',
|
|
21
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived': "''{received}' foi recebido no lugar da ID de propriedade. Coloque ''{received}' entre aspas para usar como valor.",
|
|
22
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF': 'Deveria haver um argumento de função antes do fim da consulta.',
|
|
23
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived': "''{received}' foi recebido no lugar do argumento de função. Coloque ''{received}' entre aspas para usar como valor.",
|
|
24
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': 'Deveria haver uma função antes do fim da consulta.',
|
|
25
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived': "''{received}' foi recebido no lugar da função. Coloque ''{received}' entre aspas para usar como valor.",
|
|
26
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': 'Deveria haver uma lista antes do fim da consulta.',
|
|
27
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived': "''{received}' foi recebido no lugar da lista. Coloque ''{received}' entre aspas para usar como valor.",
|
|
28
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF': 'Deveria haver uma lista ou uma função antes do fim da consulta.',
|
|
29
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived': "''{received}' foi recebido no lugar da lista ou função. Coloque ''{received}' entre aspas para usar como valor.",
|
|
30
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF': "Deveria haver {firstExpectedTokens} ou ''{lastExpectedToken}' antes do fim da consulta.",
|
|
31
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived': "''{received}' foi recebido no lugar de {firstExpectedTokens} ou ''{lastExpectedToken}'.",
|
|
32
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF': 'Deveria haver um valor, uma lista ou uma função antes do fim da consulta.',
|
|
33
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived': "''{received}' foi recebido no lugar de uma lista, um valor ou uma função. Coloque ''{received}' entre aspas para usar como valor.",
|
|
34
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF': "Deveria haver um operador antes do fim da consulta. Os operadores válidos são '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' e 'IS NOT'.",
|
|
35
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived': "''{received}' foi recebido no lugar do operador. Os operadores válidos são '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' e 'IS NOT'.",
|
|
36
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': "''{expectedToken}' deveria estar antes do fim da consulta.",
|
|
37
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived': "''{received}' foi recebido no lugar de ''{expectedToken}'.",
|
|
38
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': 'Deveria haver um valor antes do fim da consulta.',
|
|
39
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived': "''{received}' foi recebido no lugar do valor. Coloque ''{received}' entre aspas para usar como valor.",
|
|
40
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF': 'Deveria haver um valor ou uma função antes do fim da consulta.',
|
|
41
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived': "''{received}' foi recebido no lugar do valor ou da função. Coloque ''{received}' entre aspas para usar como valor.",
|
|
42
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalChar': "O caractere ''{char}' precisa de escape. Use o escape ''{escapedChar}'.",
|
|
43
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscape': "''{received}' é uma sequência de escape JQL inválida. As sequências de escape válidas são \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' e \\uXXXX.",
|
|
44
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank': "A sequência de escape não foi concluída. As sequências de escape válidas são \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' e \\uXXXX.",
|
|
45
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedChar': "''{char}' é um caractere JQL reservado. É preciso colocar em uma cadeia de caracteres ou usar o escape ''{escapedChar}'.",
|
|
46
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedWord': "''{word}' é uma palavra JQL reservada. Ela deve ficar entre aspas para que seja usada em uma consulta.",
|
|
47
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "A cadeia de caracteres ''{received}' entre aspas não foi concluída.",
|
|
48
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'A cadeia de caracteres entre aspas não foi concluída.',
|
|
49
|
+
'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Não foi possível analisar a consulta em ''{received}'.",
|
|
50
|
+
'jql-editor.ui.input-label': 'Consulta 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': 'Recolher editor',
|
|
53
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': 'Expandir editor',
|
|
54
|
+
'jql-editor.ui.jql-editor-controls-content.search.label': 'Pesquisar',
|
|
55
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description': 'Abre a ajuda da sintaxe JQL em uma nova aba.',
|
|
56
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': 'Ajuda de sintaxe',
|
|
57
|
+
'jql-editor.ui.jql-editor-help.field-new-line-command': 'Aperte <b>Enter</b> para adicionar uma nova linha',
|
|
58
|
+
'jql-editor.ui.jql-editor-help.new-line-command': 'Aperte <b>Shift+Enter</b> para adicionar uma nova linha',
|
|
59
|
+
'jql-editor.ui.jql-editor-help.search-command': 'Aperte <b>Enter</b> para pesquisar',
|
|
60
|
+
'jql-editor.ui.jql-validation-message.jql-error-position': '(linha {lineNumber}, caractere {charPosition})',
|
|
61
|
+
'jql-editor.ui.jql-warning-message.default': '{deprecatedField} ficou obsoleto e pode parar de funcionar no futuro.',
|
|
62
|
+
'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field': 'O {receivedFirst} e o {receivedSecond} vão ser substituídos por {parentReplacement}. <link>Atualize o {parentReplacement}</link> para se preparar para essas mudanças.',
|
|
63
|
+
'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field': '{deprecatedField} em breve vai ser substituído por {parentReplacement}. <link>Atualize o {parentReplacement}</link> para se preparar para essas mudanças.',
|
|
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
|
+
//Russian
|
|
11
|
+
exports.default = {
|
|
12
|
+
'jql-editor.common.validation.unknown-error': 'Ошибка при анализе запроса.',
|
|
13
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.default': 'Поле устарело и может перестать быть доступно в будущем.',
|
|
14
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link': 'Поле <b>«{received}»</b> скоро будет заменено полем <b>«{parentReplacement}»</b>. Используйте поле <b>«{parentReplacement}»</b>.',
|
|
15
|
+
'jql-editor.plugins.autocomplete.options-found': 'Выберите вариант из предложенного ниже списка.',
|
|
16
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived': "Вместо ожидаемого имени поля получено '['. Возможно, вы имели в виду 'cf['?",
|
|
17
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId': "После 'cf' ожидался идентификатор пользовательского поля, заключенный в '[ ]'. Пример: 'cf[10021]'.",
|
|
18
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': 'Достигнут конец запроса, но ожидаемое имя поля не получено.',
|
|
19
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived': "Вместо ожидаемого имени поля получено ''{received}'. Для использования в качестве имени поля ''{received}' необходимо заключить в кавычки.",
|
|
20
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': 'Достигнут конец запроса, но ожидаемый идентификатор свойства не получен.',
|
|
21
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived': "Вместо ожидаемого идентификатора свойства получено ''{received}'. Для использования в качестве значения ''{received}' необходимо заключить в кавычки.",
|
|
22
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF': 'Достигнут конец запроса, но ожидаемый аргумент функции не получен.',
|
|
23
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived': "Вместо ожидаемого аргумента функции получено ''{received}'. Для использования в качестве значения ''{received}' необходимо заключить в кавычки.",
|
|
24
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': 'Достигнут конец запроса, но ожидаемая функция не получена.',
|
|
25
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived': "Вместо ожидаемой функции получено ''{received}'. Для использования в качестве значения ''{received}' необходимо заключить в кавычки.",
|
|
26
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': 'Достигнут конец запроса, но ожидаемый список не получен.',
|
|
27
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived': "Вместо ожидаемого списка получено ''{received}'. Для использования в качестве значения ''{received}' необходимо заключить в кавычки.",
|
|
28
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF': 'Достигнут конец запроса, но ожидаемый список или функция не получены.',
|
|
29
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived': "Вместо ожидаемого списка или функции получено ''{received}'. Для использования в качестве значения ''{received}' необходимо заключить в кавычки.",
|
|
30
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF': "Достигнут конец запроса, но ожидаемые {firstExpectedTokens} или ''{lastExpectedToken}' не получены.",
|
|
31
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived': "Вместо ожидаемых токенов {firstExpectedTokens} или ''{lastExpectedToken}' получено ''{received}'.",
|
|
32
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF': 'Достигнут конец запроса, но ожидаемое значение, список или функция не получены.',
|
|
33
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived': "Вместо ожидаемого значения, списка или функции получено ''{received}'. Для использования в качестве значения ''{received}' необходимо заключить в кавычки.",
|
|
34
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF': "Достигнут конец запроса, но ожидаемый оператор не получен. Допустимые операторы: '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' и 'IS NOT'.",
|
|
35
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived': "Вместо ожидаемого оператора получено ''{received}'. Допустимые операторы: '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' и 'IS NOT'.",
|
|
36
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': "Достигнут конец запроса, но ожидаемый токен ''{expectedToken}' не получен.",
|
|
37
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived': "Вместо ожидаемого токена ''{expectedToken}' получено ''{received}'.",
|
|
38
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': 'Достигнут конец запроса, но ожидаемое значение не получено.',
|
|
39
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived': "Вместо ожидаемого значения получено ''{received}'. Для использования в качестве значения ''{received}' необходимо заключить в кавычки.",
|
|
40
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF': 'Достигнут конец запроса, но ожидаемое значение или функция не получены.',
|
|
41
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived': "Вместо ожидаемого значения или функции получено ''{received}'. Для использования в качестве значения ''{received}' необходимо заключить в кавычки.",
|
|
42
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalChar': "Символ ''{char}' должен быть задан в виде escape-последовательности ''{escapedChar}'.",
|
|
43
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscape': "''{received}' является недопустимой escape-последовательностью в JQL. Допустимые escape-последовательности: \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' и \\uXXXX.",
|
|
44
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank': "Незавершенная escape-последовательность. Допустимые escape-последовательности: \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' и \\uXXXX.",
|
|
45
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedChar': "''{char}' является зарезервированным символом в JQL. Вы должны указать его как строку или использовать escape-последовательность ''{escapedChar}'.",
|
|
46
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedWord': "''{word}' является зарезервированным словом в JQL. Для использования в запросе его необходимо заключить в кавычки.",
|
|
47
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Незакрытые кавычки в строке ''{received}'.",
|
|
48
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Незакрытые кавычки в строке.',
|
|
49
|
+
'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Ошибка при анализе токена ''{received}' в запросе.",
|
|
50
|
+
'jql-editor.ui.input-label': 'Запрос JQL',
|
|
51
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Редактор',
|
|
52
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Свернуть редактор',
|
|
53
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': 'Развернуть редактор',
|
|
54
|
+
'jql-editor.ui.jql-editor-controls-content.search.label': 'Поиск',
|
|
55
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description': 'Открыть описание синтаксиса JQL на новой вкладке.',
|
|
56
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': 'Описание синтаксиса',
|
|
57
|
+
'jql-editor.ui.jql-editor-help.field-new-line-command': '<b>Enter</b>, чтобы добавить новую строку',
|
|
58
|
+
'jql-editor.ui.jql-editor-help.new-line-command': '<b>Shift+Enter</b>, чтобы добавить новую строку',
|
|
59
|
+
'jql-editor.ui.jql-editor-help.search-command': '<b>Enter</b>, чтобы начать поиск',
|
|
60
|
+
'jql-editor.ui.jql-validation-message.jql-error-position': '(строка {lineNumber}, символ {charPosition})',
|
|
61
|
+
'jql-editor.ui.jql-warning-message.default': 'Поле «{deprecatedField}» устарело и может перестать быть доступно в будущем.',
|
|
62
|
+
'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field': 'Поля «{receivedFirst}» и «{receivedSecond}» скоро будут заменены полем «{parentReplacement}». <link>Выполните обновление до поля «{parentReplacement}»</link>, чтобы подготовиться к этим изменениям.',
|
|
63
|
+
'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field': 'Поле «{deprecatedField}» скоро будет заменено полем «{parentReplacement}». <link>Выполните обновление до поля «{parentReplacement}»</link>, чтобы подготовиться к этим изменениям.',
|
|
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
|
+
//Slovenian (Slovenia) [sl-SI]
|
|
11
|
+
exports.default = {
|
|
12
|
+
'jql-editor.common.validation.unknown-error': 'Poizvedbe ni bilo mogoče razčleniti.',
|
|
13
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.default': 'To polje je zastarelo in bo morda v prihodnosti nehalo delovati.',
|
|
14
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link': "Polje <b>''{received}'</b> bo kmalu zamenjano s poljem <b>''{parentReplacement}'</b>. Namesto tega uporabite polje <b>''{parentReplacement}'</b>.",
|
|
15
|
+
'jql-editor.plugins.autocomplete.options-found': 'Izberite s spodnjega seznama predlaganih možnosti.',
|
|
16
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived': "Pričakovano je polje, vrnjeno pa '['. Ali ste mislili 'cf['?",
|
|
17
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId': "Pričakovan je ID polja po meri, obdan z '[ ]' za 'cf'. Primer: 'cf[10021]'.",
|
|
18
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': 'Pred koncem poizvedbe je pričakovano ime polja.',
|
|
19
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived': "Pričakovano je ime polje, vrnjeno pa ''{received}'. Izraz ''{received}' morate obdati z narekovaji, če ga želite uporabiti kot ime polja.",
|
|
20
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': 'Pred koncem poizvedbe je pričakovan ID lastnosti.',
|
|
21
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived': "Pričakovan je ID lastnosti, vrnjeno pa ''{received}'. Izraz ''{received}' morate obdati z narekovaji, če ga želite uporabiti kot vrednost.",
|
|
22
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF': 'Pred koncem poizvedbe je pričakovan argument funkcije.',
|
|
23
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived': "Pričakovan je argument funkcije, vrnjeno pa ''{received}'. Izraz ''{received}' morate obdati z narekovaji, če ga želite uporabiti kot vrednost.",
|
|
24
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': 'Pred koncem poizvedbe je pričakovana funkcija.',
|
|
25
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived': "Pričakovana je funkcija, vrnjeno pa ''{received}'. Izraz ''{received}' morate obdati z narekovaji, če ga želite uporabiti kot vrednost.",
|
|
26
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': 'Pred koncem poizvedbe je pričakovan seznam.',
|
|
27
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived': "Pričakovan je seznam, vrnjeno pa ''{received}'. Izraz ''{received}' morate obdati z narekovaji, če ga želite uporabiti kot vrednost.",
|
|
28
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF': 'Pred koncem poizvedbe sta pričakovana seznam ali funkcija.',
|
|
29
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived': "Pričakovana sta seznam ali funkcija, vrnjeno pa ''{received}'. Izraz ''{received}' morate obdati z narekovaji, če ga želite uporabiti kot vrednost.",
|
|
30
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF': "Pred koncem poizvedbe je pričakovan {firstExpectedTokens} ali ''{lastExpectedToken}'.",
|
|
31
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived': "Pričakovan je {firstExpectedTokens} ali ''{lastExpectedToken}', vrnjeno pa ''{received}'.",
|
|
32
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF': 'Pred koncem poizvedbe so pričakovani vrednost, seznam ali funkcija.',
|
|
33
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived': "Pričakovani so vrednost, seznam ali funkcija, vrnjeno pa ''{received}'. Izraz ''{received}' morate obdati z narekovaji, če ga želite uporabiti kot vrednost.",
|
|
34
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF': "Pred koncem poizvedbe je pričakovan operator. Veljavni operatorji so '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' in 'IS NOT'.",
|
|
35
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived': "Pričakovan je operator, vrnjeno pa ''{received}'. Veljavni operatorji so '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' in 'IS NOT'.",
|
|
36
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': "Pred koncem poizvedbe je pričakovan ''{expectedToken}'.",
|
|
37
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived': "Pričakovan je ''{expectedToken}', vrnjeno pa ''{received}'.",
|
|
38
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': 'Pred koncem poizvedbe je pričakovana vrednost.',
|
|
39
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived': "Pričakovana je vrednost, vrnjeno pa ''{received}'. Izraz ''{received}' morate obdati z narekovaji, če ga želite uporabiti kot vrednost.",
|
|
40
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF': 'Pred koncem poizvedbe je pričakovana vrednost ali funkcija.',
|
|
41
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived': "Pričakovana je vrednost ali funkcija, vrnjeno pa ''{received}'. Izraz ''{received}' morate obdati z narekovaji, če ga želite uporabiti kot vrednost.",
|
|
42
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalChar': "Pred znakom ''{char}' je treba uporabiti ubežni znak. Namesto tega uporabite ubežni znak ''{escapedChar}'.",
|
|
43
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscape': "''{received}' ni dovoljena ubežna koda JQL. Veljavni ubežni znaki so \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' in \\uXXXX.",
|
|
44
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank': "Ubežna koda ni bila dokončana. Veljavne ubežne kode so \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' in \\uXXXX.",
|
|
45
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedChar': "Znak ''{char}' je rezerviran znak JQL. Vključiti ga morate v niz ali namesto tega uporabiti ubežni znak ''{escapedChar}'.",
|
|
46
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedWord': "''{word}' je rezervirana beseda JQL. Če jo želite uporabiti v poizvedbi, jo morate obdati z narekovaji.",
|
|
47
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Citirani niz ''{received}' ni bil zaključen.",
|
|
48
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Citirani niz ni bil zaključen.',
|
|
49
|
+
'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Poizvedbe ni bilo mogoče razčleniti pri ''{received}'.",
|
|
50
|
+
'jql-editor.ui.input-label': 'Poizvedba JQL',
|
|
51
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Urejevalnik',
|
|
52
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Strnitev urejevalnika',
|
|
53
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': 'Razširitev urejevalnika',
|
|
54
|
+
'jql-editor.ui.jql-editor-controls-content.search.label': 'Iskanje',
|
|
55
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description': 'Odpre pomoč za skladnjo JQL na novem zavihku.',
|
|
56
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': 'Pomoč za skladnjo',
|
|
57
|
+
'jql-editor.ui.jql-editor-help.field-new-line-command': '<b>Enter</b> za dodajanje nove vrstice',
|
|
58
|
+
'jql-editor.ui.jql-editor-help.new-line-command': '<b>Shift+Enter</b> za dodajanje nove vrstice',
|
|
59
|
+
'jql-editor.ui.jql-editor-help.search-command': '<b>Enter</b> za iskanje',
|
|
60
|
+
'jql-editor.ui.jql-validation-message.jql-error-position': '(vrstica {lineNumber}, znak {charPosition})',
|
|
61
|
+
'jql-editor.ui.jql-warning-message.default': 'Polje {deprecatedField} je zastarelo in bo morda v prihodnosti nehalo delovati.',
|
|
62
|
+
'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field': '{receivedFirst} in {receivedSecond} bosta kmalu zamenjana s/z {parentReplacement}. <link>Posodobite na {parentReplacement}</link>, da se pripravite na te spremembe.',
|
|
63
|
+
'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field': 'Polje {deprecatedField} bo kmalu zamenjano s poljem {parentReplacement}. <link>Posodobite na {parentReplacement}</link>, da se pripravite na te spremembe.',
|
|
64
|
+
};
|