@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,62 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Finnish
|
|
9
|
+
export default {
|
|
10
|
+
'jql-editor.common.validation.unknown-error': 'Kyselyn jäsennys ei onnistu.',
|
|
11
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.default': 'Tämä kenttä on vanhentunut, ja se saattaa lakata toimimasta myöhemmin.',
|
|
12
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link': '<b>{received}</b> korvataan pian kohteella <b>{parentReplacement}</b>. Käytä sen sijaan kenttää <b>{parentReplacement}</b>.',
|
|
13
|
+
'jql-editor.plugins.autocomplete.options-found': 'Valitse alla olevassa luettelossa ehdotetuista vaihtoehdoista.',
|
|
14
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived': "Odotettiin kentän nimeä, mutta saatiin '['. Tarkoititko 'cf['?",
|
|
15
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId': "Odotettiin mukautettua kentän tunnusta, jossa kohdan 'cf' jälkeen on '[ ]'. Esimerkki: 'cf[10021]'.",
|
|
16
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': 'Odotettiin kentän nimeä ennen kyselyn loppua.',
|
|
17
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived': "Odotettiin kentän nimeä, mutta saatiin ''{received}'. Sinun on kirjoitettava ''{received}' lainausmerkkeihin, jos haluat käyttää sitä kentän nimenä.",
|
|
18
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': 'Odotettiin ominaisuuden tunnusta ennen kyselyn loppua.',
|
|
19
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived': "Odotettiin ominaisuuden tunnusta, mutta saatiin ''{received}'. Sinun on kirjoitettava ''{received}' lainausmerkkeihin, jos haluat käyttää sitä arvona.",
|
|
20
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF': 'Odotettiin toimintoargumenttia ennen kyselyn loppua.',
|
|
21
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived': "Odotettiin toimintoargumenttia, mutta saatiin ''{received}'. Sinun on kirjoitettava ''{received}' lainausmerkkeihin, jos haluat käyttää sitä arvona.",
|
|
22
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': 'Odotettiin toimintoa ennen kyselyn loppua.',
|
|
23
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived': "Odotettiin toimintoa, mutta saatiin ''{received}'. Sinun on kirjoitettava ''{received}' lainausmerkkeihin, jos haluat käyttää sitä arvona.",
|
|
24
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': 'Odotettiin luetteloa ennen kyselyn loppua.',
|
|
25
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived': "Odotettiin luetteloa, mutta saatiin ''{received}'. Sinun on kirjoitettava ''{received}' lainausmerkkeihin, jos haluat käyttää sitä arvona.",
|
|
26
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF': 'Odotettiin luetteloa tai toimintoa ennen kyselyn loppua.',
|
|
27
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived': "Odotettiin luetteloa tai toimintoa, mutta saatiin ''{received}'. Sinun on kirjoitettava ''{received}' lainausmerkkeihin, jos haluat käyttää sitä arvona.",
|
|
28
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF': "Odotettiin kohdetta {firstExpectedTokens} tai ''{lastExpectedToken}' ennen kyselyn loppua.",
|
|
29
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived': "Odotettiin kohdetta {firstExpectedTokens} tai ''{lastExpectedToken}', mutta saatiin ''{received}'.",
|
|
30
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF': 'Odotettiin joko arvoa, luetteloa tai toimintoa ennen kyselyn loppua.',
|
|
31
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived': "Odotettiin joko arvoa, luetteloa tai toimintoa, mutta saatiin ''{received}'. Sinun on kirjoitettava ''{received}' lainausmerkkeihin, jos haluat käyttää sitä arvona.",
|
|
32
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF': "Odotettiin operaattoria ennen kyselyn loppua. Kelvollisia operaattoreita ovat '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' ja 'IS NOT'.",
|
|
33
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived': "Odotettiin operaattoria, mutta saatiin ''{received}'. Kelvollisia operaattoreita ovat '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' ja 'IS NOT'.",
|
|
34
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': "Odotettiin kohdetta ''{expectedToken}' ennen kyselyn loppua.",
|
|
35
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived': "Odotettiin kohdetta ''{expectedToken}', mutta saatiin ''{received}'.",
|
|
36
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': 'Odotettiin arvoa ennen kyselyn loppua.',
|
|
37
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived': "Odotettiin arvoa, mutta saatiin ''{received}'. Sinun on kirjoitettava ''{received}' lainausmerkkeihin, jos haluat käyttää sitä arvona.",
|
|
38
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF': 'Odotettiin arvoa tai toimintoa ennen kyselyn loppua.',
|
|
39
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived': "Odotettiin arvoa tai toimintoa, mutta saatiin ''{received}'. Sinun on kirjoitettava ''{received}' lainausmerkkeihin, jos haluat käyttää sitä arvona.",
|
|
40
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalChar': "Merkki ''{char}' pitää ohjata. Käytä sen sijaan ohjausta ''{escapedChar}'.",
|
|
41
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscape': "''{received}' on virheellinen JQL-ohjausjakso. Kelvolliset ohjausjaksot ovat \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' ja \\uXXXX.",
|
|
42
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank': "Ohjausjaksoa ei ole suoritettu loppuun. Kelvolliset ohjausjaksot ovat \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' ja \\uXXXX.",
|
|
43
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedChar': "Merkki ''{char}' on varattu JQL-merkki. Sinun on sisällytettävä se merkkijonoon tai käytettävä sen sijaan ohjausta ''{escapedChar}'.",
|
|
44
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedWord': "''{word}' on varattu JQL-sana. Se on kirjoitettava lainausmerkkeihin, jos haluat käyttää sitä kyselyssä.",
|
|
45
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Lainausmerkkeihin kirjoitettua merkkijonoa ''{received}' ei ole suoritettu loppuun.",
|
|
46
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Lainausmerkillä varustettua merkkijonoa ei ole suoritettu loppuun.',
|
|
47
|
+
'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Kyselyn jäsennys ei onnistu: ''{received}'.",
|
|
48
|
+
'jql-editor.ui.input-label': 'JQL-kysely',
|
|
49
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Editori',
|
|
50
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Pienennä editori',
|
|
51
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': 'Laajenna editori',
|
|
52
|
+
'jql-editor.ui.jql-editor-controls-content.search.label': 'Hae',
|
|
53
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description': 'Avaa JQL-syntaksiohje uudella välilehdellä.',
|
|
54
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': 'Syntaksiohje',
|
|
55
|
+
'jql-editor.ui.jql-editor-help.field-new-line-command': '<b>Enter</b> lisää uuden rivin',
|
|
56
|
+
'jql-editor.ui.jql-editor-help.new-line-command': '<b>Shift+Enter</b> lisää uuden rivin',
|
|
57
|
+
'jql-editor.ui.jql-editor-help.search-command': '<b>Enter</b> aloittaa haun',
|
|
58
|
+
'jql-editor.ui.jql-validation-message.jql-error-position': '(rivi {lineNumber}, merkki {charPosition})',
|
|
59
|
+
'jql-editor.ui.jql-warning-message.default': 'Kenttä {deprecatedField} on vanhentunut, ja se saattaa lakata toimimasta myöhemmin.',
|
|
60
|
+
'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field': '{receivedFirst} ja {receivedSecond} korvataan pian kohteella {parentReplacement}. <link>Päivitä kohteeseen {parentReplacement}</link> näihin muutoksiin valmistautumista varten.',
|
|
61
|
+
'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field': '{deprecatedField} korvataan pian kohteella {parentReplacement}. <link>Päivitä kohteeseen {parentReplacement}</link> näihin muutoksiin valmistautumista varten.',
|
|
62
|
+
};
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'jql-editor.common.validation.unknown-error': string;
|
|
9
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.default': string;
|
|
10
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link': string;
|
|
11
|
+
'jql-editor.plugins.autocomplete.options-found': string;
|
|
12
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived': string;
|
|
13
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId': string;
|
|
14
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': string;
|
|
15
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived': string;
|
|
16
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': string;
|
|
17
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived': string;
|
|
18
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF': string;
|
|
19
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived': string;
|
|
20
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': string;
|
|
21
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived': string;
|
|
22
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': string;
|
|
23
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived': string;
|
|
24
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF': string;
|
|
25
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived': string;
|
|
26
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF': string;
|
|
27
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived': string;
|
|
28
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF': string;
|
|
29
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived': string;
|
|
30
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF': string;
|
|
31
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived': string;
|
|
32
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': string;
|
|
33
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived': string;
|
|
34
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': string;
|
|
35
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived': string;
|
|
36
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF': string;
|
|
37
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived': string;
|
|
38
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalChar': string;
|
|
39
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscape': string;
|
|
40
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank': string;
|
|
41
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedChar': string;
|
|
42
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedWord': string;
|
|
43
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedString': string;
|
|
44
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': string;
|
|
45
|
+
'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': string;
|
|
46
|
+
'jql-editor.ui.input-label': string;
|
|
47
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': string;
|
|
48
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': string;
|
|
49
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': string;
|
|
50
|
+
'jql-editor.ui.jql-editor-controls-content.search.label': string;
|
|
51
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description': string;
|
|
52
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': string;
|
|
53
|
+
'jql-editor.ui.jql-editor-help.field-new-line-command': string;
|
|
54
|
+
'jql-editor.ui.jql-editor-help.new-line-command': string;
|
|
55
|
+
'jql-editor.ui.jql-editor-help.search-command': string;
|
|
56
|
+
'jql-editor.ui.jql-validation-message.jql-error-position': string;
|
|
57
|
+
'jql-editor.ui.jql-warning-message.default': string;
|
|
58
|
+
'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field': string;
|
|
59
|
+
'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field': string;
|
|
60
|
+
};
|
|
61
|
+
export default _default;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//French (France)
|
|
9
|
+
export default {
|
|
10
|
+
'jql-editor.common.validation.unknown-error': "Impossible d'analyser la requête.",
|
|
11
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.default': "Ce champ est désormais obsolète et pourrait ne plus fonctionner à l'avenir.",
|
|
12
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link': '<b>« {received} »</b> sera bientôt remplacé par <b>« {parentReplacement} »</b>. Utilisez plutôt le champ <b>« {parentReplacement} »</b>.',
|
|
13
|
+
'jql-editor.plugins.autocomplete.options-found': "Faites un choix dans la liste d'options suggérée ci-dessous.",
|
|
14
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived': "Un nom de champ est attendu, mais '[' est mentionné à la place. Voulez-vous dire 'cf[' ?",
|
|
15
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId': "Un ID de champ personnalisé devrait être compris entre '[ ]' après 'cf'. Exemple : 'cf[10021]'.",
|
|
16
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': 'Un nom de champ est attendu avant la fin de la requête.',
|
|
17
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived': "Un nom de champ est attendu, mais ''{received}' est mentionné à la place. Vous devez entourer l'élément de guillemets (''{received}') pour l'utiliser comme un nom de champ.",
|
|
18
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': 'Un ID de propriété est attendu avant la fin de la requête.',
|
|
19
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived': "Un ID de propriété est attendu, mais ''{received}' est mentionné à la place. Vous devez entourer l'élément de guillemets (''{received}') pour l'utiliser comme une valeur.",
|
|
20
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF': 'Un argument de fonction est attendu avant la fin de la requête.',
|
|
21
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived': "Un argument de fonction est attendu, mais ''{received}' est mentionné à la place. Vous devez entourer l'élément de guillemets (''{received}') pour l'utiliser comme une valeur.",
|
|
22
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': 'Une fonction est attendue avant la fin de la requête.',
|
|
23
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived': "Une fonction est attendue, mais ''{received}' est mentionné à la place. Vous devez entourer l'élément de guillemets (''{received}') pour l'utiliser comme une valeur.",
|
|
24
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': 'Une liste est attendue avant la fin de la requête.',
|
|
25
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived': "Une liste est attendue, mais ''{received}' est mentionné à la place. Vous devez entourer l'élément de guillemets (''{received}') pour l'utiliser comme une valeur.",
|
|
26
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF': 'Une liste ou une fonction est attendue avant la fin de la requête.',
|
|
27
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived': "Une liste ou une fonction est attendue, mais ''{received}' est mentionné à la place. Vous devez entourer l'élément de guillemets (''{received}') pour l'utiliser comme une valeur.",
|
|
28
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF': "{firstExpectedTokens} ou ''{lastExpectedToken}' est attendu avant la fin de la requête.",
|
|
29
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived': "{firstExpectedTokens} ou ''{lastExpectedToken}' est attendu, mais ''{received}' est mentionné à la place.",
|
|
30
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF': 'Une valeur, une liste ou une fonction est attendue avant la fin de la requête.',
|
|
31
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived': "Une valeur, une liste ou une fonction est attendue, mais ''{received}' est mentionné à la place. Vous devez entourer l'élément de guillemets (''{received}') pour l'utiliser comme une valeur.",
|
|
32
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF': "Un opérateur est attendu avant la fin de la requête. Les opérateurs valides sont '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' et 'IS NOT'.",
|
|
33
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived': "Un opérateur est attendu, mais ''{received}' est mentionné à la place. Les opérateurs valides sont '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' et 'IS NOT'.",
|
|
34
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': "''{expectedToken}' est attendu avant la fin de la requête.",
|
|
35
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived': "''{expectedToken}' est attendu, mais ''{received}' est mentionné à la place.",
|
|
36
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': 'Une valeur est attendue avant la fin de la requête.',
|
|
37
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived': "Une valeur est attendue, mais ''{received}' est mentionné à la place. Vous devez entourer l'élément de guillemets (''{received}') pour l'utiliser comme une valeur.",
|
|
38
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF': 'Une valeur ou une fonction est attendue avant la fin de la requête.',
|
|
39
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived': "Une valeur ou une fonction est attendue, mais ''{received}' est mentionné à la place. Vous devez entourer l'élément de guillemets (''{received}') pour l'utiliser comme une valeur.",
|
|
40
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalChar': "Le caractère ''{char}' doit être échappé. Utilisez la séquence d'échappement ''{escapedChar}' à la place.",
|
|
41
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscape': "''{received}' est une séquence d'échappement JQL interdite. Les séquences d'échappement valides sont \\', \\\", \\t, \\n, \\n, \\\\, '\\ ' et \\uXXXX.",
|
|
42
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank': "La séquence d'échappement n'est pas terminée. Les séquences d'échappement valides sont \\', \\\", \\t, \\n, \\n, \\\\, '\\ ' et \\uXXXX.",
|
|
43
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedChar': "Le caractère ''{char}' est un caractère JQL réservé. Vous devez l'intégrer dans une chaîne ou utiliser la séquence d'échappement ''{escapedChar}' à la place.",
|
|
44
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedWord': "''{word}' est un mot JQL réservé. Vous devez l'entourer de guillemets pour l'utiliser dans une requête.",
|
|
45
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "La chaîne entre guillemets ''{received}' n'est pas terminée.",
|
|
46
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': "La chaîne entre guillemets n'est pas terminée.",
|
|
47
|
+
'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Impossible d'analyser la requête à ''{received}'.",
|
|
48
|
+
'jql-editor.ui.input-label': 'Requête JQL',
|
|
49
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Éditeur',
|
|
50
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': "Réduire l'éditeur",
|
|
51
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': "Développer l'éditeur",
|
|
52
|
+
'jql-editor.ui.jql-editor-controls-content.search.label': 'Rechercher',
|
|
53
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description': "Ouvrir l'aide syntaxique JQL dans un nouvel onglet.",
|
|
54
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': 'Aide syntaxique',
|
|
55
|
+
'jql-editor.ui.jql-editor-help.field-new-line-command': 'Appuyez sur <b>Entrée</b> pour ajouter une nouvelle ligne',
|
|
56
|
+
'jql-editor.ui.jql-editor-help.new-line-command': 'Appuyez sur <b>Majuscule + entrée</b> pour ajouter une nouvelle ligne',
|
|
57
|
+
'jql-editor.ui.jql-editor-help.search-command': 'Appuyez sur <b>Entrée</b> pour faire une recherche',
|
|
58
|
+
'jql-editor.ui.jql-validation-message.jql-error-position': '(ligne {lineNumber}, caractère {charPosition})',
|
|
59
|
+
'jql-editor.ui.jql-warning-message.default': "{deprecatedField} est désormais obsolète et pourrait ne plus fonctionner à l'avenir.",
|
|
60
|
+
'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field': '{receivedFirst} et {receivedSecond} seront bientôt remplacés par {parentReplacement}. <link>Passez à {parentReplacement}</link> pour vous préparer à ces changements.',
|
|
61
|
+
'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field': '{deprecatedField} sera bientôt remplacé par {parentReplacement}. <link>Passez à {parentReplacement}</link> pour vous préparer à ces changements.',
|
|
62
|
+
};
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'jql-editor.common.validation.unknown-error': string;
|
|
9
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.default': string;
|
|
10
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link': string;
|
|
11
|
+
'jql-editor.plugins.autocomplete.options-found': string;
|
|
12
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived': string;
|
|
13
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId': string;
|
|
14
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': string;
|
|
15
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived': string;
|
|
16
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': string;
|
|
17
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived': string;
|
|
18
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF': string;
|
|
19
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived': string;
|
|
20
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': string;
|
|
21
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived': string;
|
|
22
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': string;
|
|
23
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived': string;
|
|
24
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF': string;
|
|
25
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived': string;
|
|
26
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF': string;
|
|
27
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived': string;
|
|
28
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF': string;
|
|
29
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived': string;
|
|
30
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF': string;
|
|
31
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived': string;
|
|
32
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': string;
|
|
33
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived': string;
|
|
34
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': string;
|
|
35
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived': string;
|
|
36
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF': string;
|
|
37
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived': string;
|
|
38
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalChar': string;
|
|
39
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscape': string;
|
|
40
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank': string;
|
|
41
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedChar': string;
|
|
42
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedWord': string;
|
|
43
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedString': string;
|
|
44
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': string;
|
|
45
|
+
'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': string;
|
|
46
|
+
'jql-editor.ui.input-label': string;
|
|
47
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': string;
|
|
48
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': string;
|
|
49
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': string;
|
|
50
|
+
'jql-editor.ui.jql-editor-controls-content.search.label': string;
|
|
51
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description': string;
|
|
52
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': string;
|
|
53
|
+
'jql-editor.ui.jql-editor-help.field-new-line-command': string;
|
|
54
|
+
'jql-editor.ui.jql-editor-help.new-line-command': string;
|
|
55
|
+
'jql-editor.ui.jql-editor-help.search-command': string;
|
|
56
|
+
'jql-editor.ui.jql-validation-message.jql-error-position': string;
|
|
57
|
+
'jql-editor.ui.jql-warning-message.default': string;
|
|
58
|
+
'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field': string;
|
|
59
|
+
'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field': string;
|
|
60
|
+
};
|
|
61
|
+
export default _default;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Croatian (Croatia) [hr-HR]
|
|
9
|
+
export default {
|
|
10
|
+
'jql-editor.common.validation.unknown-error': 'Nije moguće analizirati upit.',
|
|
11
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.default': 'Ovo polje je zastarjelo i možda će prestati raditi u budućnosti.',
|
|
12
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link': "<b>''{received}'</b> će uskoro biti zamijenjeno vrijednosti <b>''{parentReplacement}'</b>. Umjesto toga upotrijebite polje <b>"{parentReplacement}"</b>.",
|
|
13
|
+
'jql-editor.plugins.autocomplete.options-found': 'Odaberi s predloženog popisa opcija u nastavku.',
|
|
14
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived': "Očekivan je naziv polja, ali dobiven je '['. Jesi li mislio/la 'cf['?",
|
|
15
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId': "Očekivan je id prilagođenog polja zatvoren '[]' nakon 'cf'. Primjer: 'cf[10021]'.",
|
|
16
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': 'Očekivan je naziv polja prije kraja upita.',
|
|
17
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived': "Očekivan je naziv polja, ali dobiven je ''{received}'. Moraš okružiti ''{received}' navodnicima za upotrebu kao naziv polja.",
|
|
18
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': 'Očekivan je id imovine prije kraja upita.',
|
|
19
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived': "Očekivan je id imovine, ali dobiven je ''{received}'. Moraš okružiti ''{received}' navodnicima za upotrebu kao vrijednost.",
|
|
20
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF': 'Očekivan je argument funkcije prije kraja upita.',
|
|
21
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived': "Očekivan je argument funkcije, ali dobiven je ''{received}'. Moraš okružiti ''{received}' navodnicima za upotrebu kao vrijednost.",
|
|
22
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': 'Očekivana je funkcija prije kraja upita.',
|
|
23
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived': "Očekivana je funkcija, ali dobiven je ''{received}'. Moraš okružiti ''{received}' navodnicima za upotrebu kao vrijednost.",
|
|
24
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': 'Očekivan je popis prije kraja upita.',
|
|
25
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived': "Očekivan je popis, ali dobiven je ''{received}'. Moraš okružiti ''{received}' navodnicima za upotrebu kao vrijednost.",
|
|
26
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF': 'Očekivan je popis ili funkcija prije kraja upita.',
|
|
27
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived': "Očekivan je popis ili funkcija, ali dobiven je ''{received}'. Moraš okružiti ''{received}' navodnicima za upotrebu kao vrijednost.",
|
|
28
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF': "Očekivan je {firstExpectedTokens} ili ''{lastExpectedToken}' prije kraja upita.",
|
|
29
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived': "Očekivan je {firstExpectedTokens} ili ''{lastExpectedToken}', ali dobiven je ''{received}'.",
|
|
30
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF': 'Očekivani su vrijednost, popis ili funkcija prije kraja upita.',
|
|
31
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived': "Očekivani su vrijednost, popis ili funkcija, ali dobiven je ''{received}'. Moraš okružiti ''{received}' navodnicima za upotrebu kao vrijednost.",
|
|
32
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF': "Očekivan je operator prije kraja upita. Valjani operatori su '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' i 'IS NOT'.",
|
|
33
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived': "Očekivan je operator, ali dobiven je ''{received}'. Valjani operatori su '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' i 'IS NOT'.",
|
|
34
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': "Očekivan je ''{expectedToken}' prije kraja upita.",
|
|
35
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived': "Očekivan je ''{expectedToken}', ali dobiven je ''{received}'.",
|
|
36
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': 'Očekivana je vrijednost prije kraja upita.',
|
|
37
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived': "Očekivana je vrijednost, ali dobiven je ''{received}'. Moraš okružiti ''{received}' navodnicima za upotrebu kao vrijednost.",
|
|
38
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF': 'Očekivana je vrijednost ili funkcija prije kraja upita.',
|
|
39
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived': "Očekivana je vrijednost ili funkcija, ali dobiven je ''{received}'. Moraš okružiti ''{received}' navodnicima za upotrebu kao vrijednost.",
|
|
40
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalChar': "Znak ''{char}' mora biti izlazni. Umjesto toga upotrijebite izlazni ''{escapedChar}'.",
|
|
41
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscape': "''{received}' je ilegalni JQL izlazni niz. Valjani izlazni nizovi su \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' i \\uXXXX.",
|
|
42
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank': "Izlazni niz nije dovršen. Valjani izlazni nizovi su \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' i \\uXXXX.",
|
|
43
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedChar': "Znak ''{char}' je rezervirani JQL znak. Moraš ga uključiti u niz ili umjesto toga upotrijebiti izlazni ''{escapedChar}'.",
|
|
44
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedWord': "''{word}' je rezervirana JQL riječ. Moraš je okružiti navodnicima za upotrebu u upitu.",
|
|
45
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Niz u navodnicima ''{received}' nije dovršen.",
|
|
46
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Niz u navodnicima nije dovršen.',
|
|
47
|
+
'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Nije moguće analizirati upit na ''{received}'.",
|
|
48
|
+
'jql-editor.ui.input-label': 'JQL upit',
|
|
49
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Uređivač',
|
|
50
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Sažmi uređivač',
|
|
51
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': 'Proširi uređivač',
|
|
52
|
+
'jql-editor.ui.jql-editor-controls-content.search.label': 'Pretraživanje',
|
|
53
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description': 'Otvori JQL pomoć za sintaksu u novoj kartici.',
|
|
54
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': 'Pomoć za sintaksu',
|
|
55
|
+
'jql-editor.ui.jql-editor-help.field-new-line-command': '<b>Enter</b> za dodavanje novog retka',
|
|
56
|
+
'jql-editor.ui.jql-editor-help.new-line-command': '<b>Shift+Enter</b> za dodavanje novog retka',
|
|
57
|
+
'jql-editor.ui.jql-editor-help.search-command': '<b>Enter</b> za pretraživanje',
|
|
58
|
+
'jql-editor.ui.jql-validation-message.jql-error-position': '(redak {lineNumber}, znak {charPosition})',
|
|
59
|
+
'jql-editor.ui.jql-warning-message.default': '{deprecatedField} je zastarjelo i možda će prestati raditi u budućnosti.',
|
|
60
|
+
'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field': '{receivedFirst} i {receivedSecond} uskoro će biti zamijenjeni {parentReplacement}. <link>Ažuriraj na {parentReplacement}</link> radi pripreme za ove promjene.',
|
|
61
|
+
'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field': '{deprecatedField} će uskoro biti zamijenjeno {parentReplacement}. <link>Ažuriraj na {parentReplacement}</link> radi pripreme za ove promjene.',
|
|
62
|
+
};
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'jql-editor.common.validation.unknown-error': string;
|
|
9
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.default': string;
|
|
10
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link': string;
|
|
11
|
+
'jql-editor.plugins.autocomplete.options-found': string;
|
|
12
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived': string;
|
|
13
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId': string;
|
|
14
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': string;
|
|
15
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived': string;
|
|
16
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': string;
|
|
17
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived': string;
|
|
18
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF': string;
|
|
19
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived': string;
|
|
20
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': string;
|
|
21
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived': string;
|
|
22
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': string;
|
|
23
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived': string;
|
|
24
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF': string;
|
|
25
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived': string;
|
|
26
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF': string;
|
|
27
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived': string;
|
|
28
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF': string;
|
|
29
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived': string;
|
|
30
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF': string;
|
|
31
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived': string;
|
|
32
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': string;
|
|
33
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived': string;
|
|
34
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': string;
|
|
35
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived': string;
|
|
36
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF': string;
|
|
37
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived': string;
|
|
38
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalChar': string;
|
|
39
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscape': string;
|
|
40
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank': string;
|
|
41
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedChar': string;
|
|
42
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedWord': string;
|
|
43
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedString': string;
|
|
44
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': string;
|
|
45
|
+
'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': string;
|
|
46
|
+
'jql-editor.ui.input-label': string;
|
|
47
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': string;
|
|
48
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': string;
|
|
49
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': string;
|
|
50
|
+
'jql-editor.ui.jql-editor-controls-content.search.label': string;
|
|
51
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description': string;
|
|
52
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': string;
|
|
53
|
+
'jql-editor.ui.jql-editor-help.field-new-line-command': string;
|
|
54
|
+
'jql-editor.ui.jql-editor-help.new-line-command': string;
|
|
55
|
+
'jql-editor.ui.jql-editor-help.search-command': string;
|
|
56
|
+
'jql-editor.ui.jql-validation-message.jql-error-position': string;
|
|
57
|
+
'jql-editor.ui.jql-warning-message.default': string;
|
|
58
|
+
'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field': string;
|
|
59
|
+
'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field': string;
|
|
60
|
+
};
|
|
61
|
+
export default _default;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
/* prettier-ignore */
|
|
2
|
+
/**
|
|
3
|
+
* NOTE:
|
|
4
|
+
*
|
|
5
|
+
* This file is automatically generated by Traduki 2.0.
|
|
6
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
|
+
*/
|
|
8
|
+
//Hungarian
|
|
9
|
+
export default {
|
|
10
|
+
'jql-editor.common.validation.unknown-error': 'A lekérdezés nem értelmezhető.',
|
|
11
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.default': 'Ezt a mezőt kivezettük, és megtörténhet, hogy a jövőben nem fog működni.',
|
|
12
|
+
'jql-editor.plugins.autocomplete.autocomplete-option.deprecated-tooltip.epic-link': 'A(z) <b>{received}</b> helyét hamarosan átveszi a következő: <b>{parentReplacement}</b>. Használd helyette ezt a mezőt: <b>{parentReplacement}</b>.',
|
|
13
|
+
'jql-editor.plugins.autocomplete.options-found': 'Válassz a javasolt lehetőségek alábbi listájából.',
|
|
14
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCFButReceived': "A várt elem egy mezőnév, de az elem valójában '['. Erre gondoltál: 'cf['?",
|
|
15
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingCustomFieldId': "A várt elem egy egyéni mező azonosítója, '[ ]' közé zárva a 'cf' után. Például: 'cf[10021]'.",
|
|
16
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldBeforeEOF': 'A várt elem egy mezőnév a lekérdezés vége előtt.',
|
|
17
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldButReceived': "A várt elem egy mezőnév, de az elem valójában ''{received}'. Ha mezőnévként szeretnéd használni, használj idézőjelet a(z) ''{received}' elem előtt és után.",
|
|
18
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdBeforeEOF': 'A várt elem egy tulajdonságazonosító a lekérdezés vége előtt.',
|
|
19
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFieldPropertyIdButReceived': "A várt elem egy tulajdonságazonosító, de az elem valójában ''{received}'. Ha értékként szeretnéd használni, használj idézőjelet a(z) ''{received}' elem előtt és után.",
|
|
20
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgBeforeEOF': 'A várt elem egy függvényargumentum a lekérdezés vége előtt.',
|
|
21
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionArgButReceived': "A várt elem egy függvényargumentum, de az elem valójában ''{received}'. Ha értékként szeretnéd használni, használj idézőjelet a(z) ''{received}' elem előtt és után.",
|
|
22
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionBeforeEOF': 'A várt elem egy függvény a lekérdezés vége előtt.',
|
|
23
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingFunctionButReceived': "A várt elem egy függvény, de az elem valójában ''{received}'. Ha értékként szeretnéd használni, használj idézőjelet a(z) ''{received}' elem előtt és után.",
|
|
24
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListBeforeEOF': 'A várt elem egy lista a lekérdezés vége előtt.',
|
|
25
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListButReceived': "A várt elem egy lista, de az elem valójában ''{received}'. Ha értékként szeretnéd használni, használj idézőjelet a(z) ''{received}' elem előtt és után.",
|
|
26
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionBeforeEOF': 'A várt elem egy lista vagy függvény a lekérdezés vége előtt.',
|
|
27
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingListOrFunctionButReceived': "A várt elem egy lista vagy függvény, de az elem valójában ''{received}'. Ha értékként szeretnéd használni, használj idézőjelet a(z) ''{received}' elem előtt és után.",
|
|
28
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensBeforeEOF': "A várt elem {firstExpectedTokens} vagy ''{lastExpectedToken}' a lekérdezés vége előtt.",
|
|
29
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingMultipleTokensButReceived': "A várt elem {firstExpectedTokens} vagy ''{lastExpectedToken}', de az elem valójában ''{received}'.",
|
|
30
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandBeforeEOF': 'A várt elem egy érték, lista vagy függvény a lekérdezés vége előtt.',
|
|
31
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperandButReceived': "A várt elem egy érték, lista vagy függvény, de az elem valójában ''{received}'. Ha értékként szeretnéd használni, használj idézőjelet a(z) ''{received}' elem előtt és után.",
|
|
32
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorBeforeEOF': "A várt elem egy operátor a lekérdezés vége előtt. Az érvényes operátorok a következők: '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' és 'IS NOT'.",
|
|
33
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingOperatorButReceived': "A várt elem egy operátor, de az elem valójában ''{received}'. Az érvényes operátorok a következők: '=', '!=', '<', '>', '<=', '>=', '~', '!~', 'IN', 'NOT IN', 'IS' és 'IS NOT'.",
|
|
34
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenBeforeEOF': "A várt elem ''{expectedToken}' a lekérdezés vége előtt.",
|
|
35
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingTokenButReceived': "A várt elem ''{expectedToken}', de az elem valójában ''{received}'.",
|
|
36
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueBeforeEOF': 'A várt elem egy érték a lekérdezés vége előtt.',
|
|
37
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueButReceived': "A várt elem egy érték, de az elem valójában ''{received}'. Ha értékként szeretnéd használni, használj idézőjelet a(z) ''{received}' elem előtt és után.",
|
|
38
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionBeforeEOF': 'A várt elem egy érték vagy függvény a lekérdezés vége előtt.',
|
|
39
|
+
'jql-editor.plugins.jql-ast.error-messages.expectingValueOrFunctionButReceived': "A várt elem egy érték vagy függvény, de az elem valójában ''{received}'. Ha értékként szeretnéd használni, használj idézőjelet a(z) ''{received}' elem előtt és után.",
|
|
40
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalChar': "A(z) ''{char}' karaktert escape-elni kell. Használd helyette a(z) ''{escapedChar}' escape-karaktert.",
|
|
41
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscape': "A(z) ''{received}' egy érvénytelen JQL escape-szekvencia. Az érvényes escape-szekvenciák a következők: \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' és \\uXXXX.",
|
|
42
|
+
'jql-editor.plugins.jql-ast.error-messages.illegalEscapeBlank': "Az escape-szekvencia nem fejeződött be. Az érvényes escape-szekvenciák a következők: \\', \\\", \\t, \\n, \\r, \\\\, '\\ ' és \\uXXXX.",
|
|
43
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedChar': "A(z) ''{char}' karakter egy foglalt JQL-karakter. Zárd karakterláncba vagy használd az escape-karaktert (''{escapedChar}').",
|
|
44
|
+
'jql-editor.plugins.jql-ast.error-messages.reservedWord': "A(z) ''{word}' egy foglalt JQL-szó. Ha lekérdezésben szeretnéd felhasználni, használj előtte és utána idézőjelet.",
|
|
45
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Az idézett ''{received}' karakterlánc hiányos.",
|
|
46
|
+
'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Az idézett karakterlánc hiányos.',
|
|
47
|
+
'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "A lekérdezés nem értelmezhető itt: ''{received}'.",
|
|
48
|
+
'jql-editor.ui.input-label': 'JQL-lekérdezés',
|
|
49
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Szerkesztő',
|
|
50
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Szerkesztő összecsukása',
|
|
51
|
+
'jql-editor.ui.jql-editor-controls-content.expand-toggle.expand-tooltip': 'Szerkesztő kibontása',
|
|
52
|
+
'jql-editor.ui.jql-editor-controls-content.search.label': 'Keresés',
|
|
53
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.description': 'A JQL-szintaxis súgójának megnyitása új fülön.',
|
|
54
|
+
'jql-editor.ui.jql-editor-footer-content.jql-editor-help.syntax-help.tooltip': 'Szintaxis súgó',
|
|
55
|
+
'jql-editor.ui.jql-editor-help.field-new-line-command': 'Az <b>Enter</b> lenyomásával új sort adhatsz hozzá',
|
|
56
|
+
'jql-editor.ui.jql-editor-help.new-line-command': 'A <b>Shift+Enter</b> lenyomásával új sort adhatsz hozzá',
|
|
57
|
+
'jql-editor.ui.jql-editor-help.search-command': 'Az <b>Enter</b> lenyomásával kereshetsz',
|
|
58
|
+
'jql-editor.ui.jql-validation-message.jql-error-position': '({lineNumber}. sor, {charPosition}. karakter)',
|
|
59
|
+
'jql-editor.ui.jql-warning-message.default': 'A(z) {deprecatedField} mezőt kivezettük, és megtörténhet, hogy a jövőben nem fog működni.',
|
|
60
|
+
'jql-editor.ui.jql-warning-message.deprecated-both-epic-link-parent-link-field': 'A(z) {receivedFirst} és a(z) {receivedSecond} helyét hamarosan átveszi a(z) {parentReplacement}. Készülj fel a változásokra, és <link>frissíts a következőre: {parentReplacement}</link>.',
|
|
61
|
+
'jql-editor.ui.jql-warning-message.deprecated-epic-link-or-parent-link-field': 'A(z) {deprecatedField} helyét hamarosan átveszi a(z) {parentReplacement}. Készülj fel a változásokra, és <link>frissíts a következőre: {parentReplacement}</link>.',
|
|
62
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export * from './cs';
|
|
2
|
+
export * from './da';
|
|
3
|
+
export * from './de';
|
|
4
|
+
export * from './en';
|
|
5
|
+
export * from './en_GB';
|
|
6
|
+
export * from './en_ZZ';
|
|
7
|
+
export * from './es';
|
|
8
|
+
export * from './fi';
|
|
9
|
+
export * from './fr';
|
|
10
|
+
export * from './hr';
|
|
11
|
+
export * from './hu';
|
|
12
|
+
export * from './it';
|
|
13
|
+
export * from './ja';
|
|
14
|
+
export * from './ko';
|
|
15
|
+
export * from './nb';
|
|
16
|
+
export * from './nl';
|
|
17
|
+
export * from './pl';
|
|
18
|
+
export * from './pt_BR';
|
|
19
|
+
export * from './ru';
|
|
20
|
+
export * from './sl';
|
|
21
|
+
export * from './sr_RS';
|
|
22
|
+
export * from './sr_YR';
|
|
23
|
+
export * from './sv';
|
|
24
|
+
export * from './th';
|
|
25
|
+
export * from './tr';
|
|
26
|
+
export * from './uk';
|
|
27
|
+
export * from './vi';
|
|
28
|
+
export * from './zh';
|
|
29
|
+
export * from './zh_TW';
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// Export all i18n modules
|
|
2
|
+
export * from './cs';
|
|
3
|
+
export * from './da';
|
|
4
|
+
export * from './de';
|
|
5
|
+
export * from './en';
|
|
6
|
+
export * from './en_GB';
|
|
7
|
+
export * from './en_ZZ';
|
|
8
|
+
export * from './es';
|
|
9
|
+
export * from './fi';
|
|
10
|
+
export * from './fr';
|
|
11
|
+
export * from './hr';
|
|
12
|
+
export * from './hu';
|
|
13
|
+
export * from './it';
|
|
14
|
+
export * from './ja';
|
|
15
|
+
export * from './ko';
|
|
16
|
+
export * from './nb';
|
|
17
|
+
export * from './nl';
|
|
18
|
+
export * from './pl';
|
|
19
|
+
export * from './pt_BR';
|
|
20
|
+
export * from './ru';
|
|
21
|
+
export * from './sl';
|
|
22
|
+
export * from './sr_RS';
|
|
23
|
+
export * from './sr_YR';
|
|
24
|
+
export * from './sv';
|
|
25
|
+
export * from './th';
|
|
26
|
+
export * from './tr';
|
|
27
|
+
export * from './uk';
|
|
28
|
+
export * from './vi';
|
|
29
|
+
export * from './zh';
|
|
30
|
+
export * from './zh_TW';
|
|
@@ -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;
|