@atlaskit/afm-i18n-platform-jql-jql-editor 2.13.0 → 2.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/dist/cjs/i18n/cs.js +1 -0
  2. package/dist/cjs/i18n/fr.js +1 -0
  3. package/dist/cjs/i18n/hr.js +1 -0
  4. package/dist/cjs/i18n/hu.js +1 -0
  5. package/dist/cjs/i18n/it.js +1 -0
  6. package/dist/cjs/i18n/nb.js +1 -0
  7. package/dist/cjs/i18n/nl.js +1 -0
  8. package/dist/cjs/i18n/sr_RS.js +1 -0
  9. package/dist/cjs/i18n/sr_YR.js +1 -0
  10. package/dist/cjs/i18n/sv.js +1 -0
  11. package/dist/cjs/i18n/th.js +1 -0
  12. package/dist/cjs/i18n/tr.js +1 -0
  13. package/dist/cjs/i18n/uk.js +1 -0
  14. package/dist/cjs/i18n/vi.js +1 -0
  15. package/dist/esm/i18n/cs.d.ts +1 -0
  16. package/dist/esm/i18n/cs.js +1 -0
  17. package/dist/esm/i18n/fr.d.ts +1 -0
  18. package/dist/esm/i18n/fr.js +1 -0
  19. package/dist/esm/i18n/hr.d.ts +1 -0
  20. package/dist/esm/i18n/hr.js +1 -0
  21. package/dist/esm/i18n/hu.d.ts +1 -0
  22. package/dist/esm/i18n/hu.js +1 -0
  23. package/dist/esm/i18n/it.d.ts +1 -0
  24. package/dist/esm/i18n/it.js +1 -0
  25. package/dist/esm/i18n/nb.d.ts +1 -0
  26. package/dist/esm/i18n/nb.js +1 -0
  27. package/dist/esm/i18n/nl.d.ts +1 -0
  28. package/dist/esm/i18n/nl.js +1 -0
  29. package/dist/esm/i18n/sr_RS.d.ts +1 -0
  30. package/dist/esm/i18n/sr_RS.js +1 -0
  31. package/dist/esm/i18n/sr_YR.d.ts +1 -0
  32. package/dist/esm/i18n/sr_YR.js +1 -0
  33. package/dist/esm/i18n/sv.d.ts +1 -0
  34. package/dist/esm/i18n/sv.js +1 -0
  35. package/dist/esm/i18n/th.d.ts +1 -0
  36. package/dist/esm/i18n/th.js +1 -0
  37. package/dist/esm/i18n/tr.d.ts +1 -0
  38. package/dist/esm/i18n/tr.js +1 -0
  39. package/dist/esm/i18n/uk.d.ts +1 -0
  40. package/dist/esm/i18n/uk.js +1 -0
  41. package/dist/esm/i18n/vi.d.ts +1 -0
  42. package/dist/esm/i18n/vi.js +1 -0
  43. package/dist/types/i18n/cs.d.ts +1 -0
  44. package/dist/types/i18n/fr.d.ts +1 -0
  45. package/dist/types/i18n/hr.d.ts +1 -0
  46. package/dist/types/i18n/hu.d.ts +1 -0
  47. package/dist/types/i18n/it.d.ts +1 -0
  48. package/dist/types/i18n/nb.d.ts +1 -0
  49. package/dist/types/i18n/nl.d.ts +1 -0
  50. package/dist/types/i18n/sr_RS.d.ts +1 -0
  51. package/dist/types/i18n/sr_YR.d.ts +1 -0
  52. package/dist/types/i18n/sv.d.ts +1 -0
  53. package/dist/types/i18n/th.d.ts +1 -0
  54. package/dist/types/i18n/tr.d.ts +1 -0
  55. package/dist/types/i18n/uk.d.ts +1 -0
  56. package/dist/types/i18n/vi.d.ts +1 -0
  57. package/i18n/cs.ts +1 -0
  58. package/i18n/fr.ts +1 -0
  59. package/i18n/hr.ts +1 -0
  60. package/i18n/hu.ts +1 -0
  61. package/i18n/it.ts +1 -0
  62. package/i18n/nb.ts +1 -0
  63. package/i18n/nl.ts +1 -0
  64. package/i18n/sr_RS.ts +1 -0
  65. package/i18n/sr_YR.ts +1 -0
  66. package/i18n/sv.ts +1 -0
  67. package/i18n/th.ts +1 -0
  68. package/i18n/tr.ts +1 -0
  69. package/i18n/uk.ts +1 -0
  70. package/i18n/vi.ts +1 -0
  71. package/package.json +1 -1
@@ -47,6 +47,7 @@ exports.default = {
47
47
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Řetězec v uvozovkách ''{received}' nebyl dokončen.",
48
48
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Řetězec v uvozovkách nebyl dokončen.',
49
49
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Na místě tokenu ''{received}' analýza dotazu selhala.",
50
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'Omezený projekt',
50
51
  'jql-editor.ui.input-label': 'Dotaz JQL',
51
52
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Editor',
52
53
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Sbalit editor',
@@ -47,6 +47,7 @@ exports.default = {
47
47
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "La chaîne entre guillemets ''{received}' n'est pas terminée.",
48
48
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': "La chaîne entre guillemets n'est pas terminée.",
49
49
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Impossible d'analyser la requête à ''{received}'.",
50
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'Projet restreint',
50
51
  'jql-editor.ui.input-label': 'Requête JQL',
51
52
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Éditeur',
52
53
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': "Réduire l'éditeur",
@@ -47,6 +47,7 @@ exports.default = {
47
47
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Niz u navodnicima ''{received}' nije dovršen.",
48
48
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Niz u navodnicima nije dovršen.',
49
49
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Nije moguće analizirati upit na ''{received}'.",
50
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'Ograničen projekt',
50
51
  'jql-editor.ui.input-label': 'JQL upit',
51
52
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Uređivač',
52
53
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Sažmi uređivač',
@@ -47,6 +47,7 @@ exports.default = {
47
47
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Az idézett ''{received}' karakterlánc hiányos.",
48
48
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Az idézett karakterlánc hiányos.',
49
49
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "A lekérdezés nem értelmezhető itt: ''{received}'.",
50
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'Korlátozott projekt',
50
51
  'jql-editor.ui.input-label': 'JQL-lekérdezés',
51
52
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Szerkesztő',
52
53
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Szerkesztő összecsukása',
@@ -47,6 +47,7 @@ exports.default = {
47
47
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "La stringa ''{received}' tra virgolette non è stata completata.",
48
48
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'La stringa tra virgolette non è stata completata.',
49
49
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Impossibile analizzare la query in ''{received}'.",
50
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'Progetto con restrizioni',
50
51
  'jql-editor.ui.input-label': 'Query JQL',
51
52
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Editor',
52
53
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Comprimi editor',
@@ -47,6 +47,7 @@ exports.default = {
47
47
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Den siterte strengen ''{received}' er ikke fullført.",
48
48
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Den siterte strengen er ikke fullført.',
49
49
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Kan ikke analysere spørringen på ''{received}'.",
50
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'Begrenset prosjekt',
50
51
  'jql-editor.ui.input-label': 'JQL-spørring',
51
52
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Redigeringsmodul',
52
53
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Skjul redigeringsmodul',
@@ -47,6 +47,7 @@ exports.default = {
47
47
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "De string ''{received}' tussen aanhalingstekens is niet voltooid.",
48
48
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'De string tussen de aanhalingstekens is niet voltooid.',
49
49
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Niet mogelijk om de query te analyseren op ''{received}'.",
50
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'Project met beperkte toegang',
50
51
  'jql-editor.ui.input-label': 'JQL-query',
51
52
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Editor',
52
53
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Editor inklappen',
@@ -47,6 +47,7 @@ exports.default = {
47
47
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Nedostaju navodnici za string ''{received}'.",
48
48
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Nedostaju navodnici za string.',
49
49
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Nije moguće raščlaniti upit u ''{received}'.",
50
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'Ograničeni projekat',
50
51
  'jql-editor.ui.input-label': 'JQL upit',
51
52
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Uređivač',
52
53
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Skupi uređivač',
@@ -47,6 +47,7 @@ exports.default = {
47
47
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Недостају наводници за стринг ''{received}'.",
48
48
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Недостају наводници за стринг.',
49
49
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Није могуће рашчланити упит у ''{received}'.",
50
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'Ограничени пројекат',
50
51
  'jql-editor.ui.input-label': 'JQL упит',
51
52
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Уређивач',
52
53
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Скупи уређивач',
@@ -47,6 +47,7 @@ exports.default = {
47
47
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Den citerade strängen ''{received}' har inte slutförts.",
48
48
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Den citerade strängen har inte slutförts.',
49
49
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Kunde inte tolka frågan på ''{received}'.",
50
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'Begränsat projekt',
50
51
  'jql-editor.ui.input-label': 'JQL-fråga',
51
52
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Redigerare',
52
53
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Dölj redigeraren',
@@ -47,6 +47,7 @@ exports.default = {
47
47
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "แถวที่อ้างอิง ''{received}' ยังไม่เสร็จสมบูรณ์",
48
48
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'แถวที่อ้างอิงยังไม่เสร็จสมบูรณ์',
49
49
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "ไม่สามารถวิเคราะห์คำถามที่ ''{received}' ได้",
50
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'โปรเจกต์ที่จำกัด',
50
51
  'jql-editor.ui.input-label': 'คำถาม JQL',
51
52
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'ตัวแก้ไข',
52
53
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'ย่อตัวแก้ไข',
@@ -47,6 +47,7 @@ exports.default = {
47
47
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Tırnak içindeki ''{received}' dizesi tamamlanmamış.",
48
48
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Tırnak içindeki dize tamamlanmamış.',
49
49
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "''{received}' içindeki sorgu ayrıştırılamıyor.",
50
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'Kısıtlanmış proje',
50
51
  'jql-editor.ui.input-label': 'JQL sorgusu',
51
52
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Düzenleyici',
52
53
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Düzenleyiciyi daralt',
@@ -47,6 +47,7 @@ exports.default = {
47
47
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Узятий у лапки рядок ''{received}' не завершено.",
48
48
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Узятий у лапки рядок не завершено.',
49
49
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Не вдалося проаналізувати запит для отриманого токена ''{received}'.",
50
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'Проєкт з обмеженим доступом',
50
51
  'jql-editor.ui.input-label': 'Запит JQL',
51
52
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Редактор',
52
53
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Згорнути редактор',
@@ -47,6 +47,7 @@ exports.default = {
47
47
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Chuỗi được trích dẫn ''{received}' chưa hoàn tất.",
48
48
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Chuỗi được trích dẫn chưa hoàn tất.',
49
49
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Không thể phân tích cú pháp truy vấn tại ''{received}'.",
50
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'Dự án bị hạn chế',
50
51
  'jql-editor.ui.input-label': 'Truy vấn JQL',
51
52
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Trình soạn thảo',
52
53
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Thu gọn trình soạn thảo',
@@ -43,6 +43,7 @@ declare const _default: {
43
43
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': string;
44
44
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': string;
45
45
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': string;
46
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': string;
46
47
  'jql-editor.ui.input-label': string;
47
48
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': string;
48
49
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': string;
@@ -45,6 +45,7 @@ export default {
45
45
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Řetězec v uvozovkách ''{received}' nebyl dokončen.",
46
46
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Řetězec v uvozovkách nebyl dokončen.',
47
47
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Na místě tokenu ''{received}' analýza dotazu selhala.",
48
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'Omezený projekt',
48
49
  'jql-editor.ui.input-label': 'Dotaz JQL',
49
50
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Editor',
50
51
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Sbalit editor',
@@ -43,6 +43,7 @@ declare const _default: {
43
43
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': string;
44
44
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': string;
45
45
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': string;
46
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': string;
46
47
  'jql-editor.ui.input-label': string;
47
48
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': string;
48
49
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': string;
@@ -45,6 +45,7 @@ export default {
45
45
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "La chaîne entre guillemets ''{received}' n'est pas terminée.",
46
46
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': "La chaîne entre guillemets n'est pas terminée.",
47
47
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Impossible d'analyser la requête à ''{received}'.",
48
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'Projet restreint',
48
49
  'jql-editor.ui.input-label': 'Requête JQL',
49
50
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Éditeur',
50
51
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': "Réduire l'éditeur",
@@ -43,6 +43,7 @@ declare const _default: {
43
43
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': string;
44
44
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': string;
45
45
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': string;
46
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': string;
46
47
  'jql-editor.ui.input-label': string;
47
48
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': string;
48
49
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': string;
@@ -45,6 +45,7 @@ export default {
45
45
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Niz u navodnicima ''{received}' nije dovršen.",
46
46
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Niz u navodnicima nije dovršen.',
47
47
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Nije moguće analizirati upit na ''{received}'.",
48
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'Ograničen projekt',
48
49
  'jql-editor.ui.input-label': 'JQL upit',
49
50
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Uređivač',
50
51
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Sažmi uređivač',
@@ -43,6 +43,7 @@ declare const _default: {
43
43
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': string;
44
44
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': string;
45
45
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': string;
46
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': string;
46
47
  'jql-editor.ui.input-label': string;
47
48
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': string;
48
49
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': string;
@@ -45,6 +45,7 @@ export default {
45
45
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Az idézett ''{received}' karakterlánc hiányos.",
46
46
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Az idézett karakterlánc hiányos.',
47
47
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "A lekérdezés nem értelmezhető itt: ''{received}'.",
48
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'Korlátozott projekt',
48
49
  'jql-editor.ui.input-label': 'JQL-lekérdezés',
49
50
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Szerkesztő',
50
51
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Szerkesztő összecsukása',
@@ -43,6 +43,7 @@ declare const _default: {
43
43
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': string;
44
44
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': string;
45
45
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': string;
46
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': string;
46
47
  'jql-editor.ui.input-label': string;
47
48
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': string;
48
49
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': string;
@@ -45,6 +45,7 @@ export default {
45
45
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "La stringa ''{received}' tra virgolette non è stata completata.",
46
46
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'La stringa tra virgolette non è stata completata.',
47
47
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Impossibile analizzare la query in ''{received}'.",
48
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'Progetto con restrizioni',
48
49
  'jql-editor.ui.input-label': 'Query JQL',
49
50
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Editor',
50
51
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Comprimi editor',
@@ -43,6 +43,7 @@ declare const _default: {
43
43
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': string;
44
44
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': string;
45
45
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': string;
46
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': string;
46
47
  'jql-editor.ui.input-label': string;
47
48
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': string;
48
49
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': string;
@@ -45,6 +45,7 @@ export default {
45
45
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Den siterte strengen ''{received}' er ikke fullført.",
46
46
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Den siterte strengen er ikke fullført.',
47
47
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Kan ikke analysere spørringen på ''{received}'.",
48
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'Begrenset prosjekt',
48
49
  'jql-editor.ui.input-label': 'JQL-spørring',
49
50
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Redigeringsmodul',
50
51
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Skjul redigeringsmodul',
@@ -43,6 +43,7 @@ declare const _default: {
43
43
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': string;
44
44
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': string;
45
45
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': string;
46
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': string;
46
47
  'jql-editor.ui.input-label': string;
47
48
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': string;
48
49
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': string;
@@ -45,6 +45,7 @@ export default {
45
45
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "De string ''{received}' tussen aanhalingstekens is niet voltooid.",
46
46
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'De string tussen de aanhalingstekens is niet voltooid.',
47
47
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Niet mogelijk om de query te analyseren op ''{received}'.",
48
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'Project met beperkte toegang',
48
49
  'jql-editor.ui.input-label': 'JQL-query',
49
50
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Editor',
50
51
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Editor inklappen',
@@ -43,6 +43,7 @@ declare const _default: {
43
43
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': string;
44
44
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': string;
45
45
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': string;
46
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': string;
46
47
  'jql-editor.ui.input-label': string;
47
48
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': string;
48
49
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': string;
@@ -45,6 +45,7 @@ export default {
45
45
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Nedostaju navodnici za string ''{received}'.",
46
46
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Nedostaju navodnici za string.',
47
47
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Nije moguće raščlaniti upit u ''{received}'.",
48
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'Ograničeni projekat',
48
49
  'jql-editor.ui.input-label': 'JQL upit',
49
50
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Uređivač',
50
51
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Skupi uređivač',
@@ -43,6 +43,7 @@ declare const _default: {
43
43
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': string;
44
44
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': string;
45
45
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': string;
46
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': string;
46
47
  'jql-editor.ui.input-label': string;
47
48
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': string;
48
49
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': string;
@@ -45,6 +45,7 @@ export default {
45
45
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Недостају наводници за стринг ''{received}'.",
46
46
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Недостају наводници за стринг.',
47
47
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Није могуће рашчланити упит у ''{received}'.",
48
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'Ограничени пројекат',
48
49
  'jql-editor.ui.input-label': 'JQL упит',
49
50
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Уређивач',
50
51
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Скупи уређивач',
@@ -43,6 +43,7 @@ declare const _default: {
43
43
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': string;
44
44
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': string;
45
45
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': string;
46
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': string;
46
47
  'jql-editor.ui.input-label': string;
47
48
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': string;
48
49
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': string;
@@ -45,6 +45,7 @@ export default {
45
45
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Den citerade strängen ''{received}' har inte slutförts.",
46
46
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Den citerade strängen har inte slutförts.',
47
47
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Kunde inte tolka frågan på ''{received}'.",
48
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'Begränsat projekt',
48
49
  'jql-editor.ui.input-label': 'JQL-fråga',
49
50
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Redigerare',
50
51
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Dölj redigeraren',
@@ -43,6 +43,7 @@ declare const _default: {
43
43
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': string;
44
44
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': string;
45
45
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': string;
46
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': string;
46
47
  'jql-editor.ui.input-label': string;
47
48
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': string;
48
49
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': string;
@@ -45,6 +45,7 @@ export default {
45
45
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "แถวที่อ้างอิง ''{received}' ยังไม่เสร็จสมบูรณ์",
46
46
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'แถวที่อ้างอิงยังไม่เสร็จสมบูรณ์',
47
47
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "ไม่สามารถวิเคราะห์คำถามที่ ''{received}' ได้",
48
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'โปรเจกต์ที่จำกัด',
48
49
  'jql-editor.ui.input-label': 'คำถาม JQL',
49
50
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'ตัวแก้ไข',
50
51
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'ย่อตัวแก้ไข',
@@ -43,6 +43,7 @@ declare const _default: {
43
43
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': string;
44
44
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': string;
45
45
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': string;
46
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': string;
46
47
  'jql-editor.ui.input-label': string;
47
48
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': string;
48
49
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': string;
@@ -45,6 +45,7 @@ export default {
45
45
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Tırnak içindeki ''{received}' dizesi tamamlanmamış.",
46
46
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Tırnak içindeki dize tamamlanmamış.',
47
47
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "''{received}' içindeki sorgu ayrıştırılamıyor.",
48
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'Kısıtlanmış proje',
48
49
  'jql-editor.ui.input-label': 'JQL sorgusu',
49
50
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Düzenleyici',
50
51
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Düzenleyiciyi daralt',
@@ -43,6 +43,7 @@ declare const _default: {
43
43
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': string;
44
44
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': string;
45
45
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': string;
46
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': string;
46
47
  'jql-editor.ui.input-label': string;
47
48
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': string;
48
49
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': string;
@@ -45,6 +45,7 @@ export default {
45
45
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Узятий у лапки рядок ''{received}' не завершено.",
46
46
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Узятий у лапки рядок не завершено.',
47
47
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Не вдалося проаналізувати запит для отриманого токена ''{received}'.",
48
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'Проєкт з обмеженим доступом',
48
49
  'jql-editor.ui.input-label': 'Запит JQL',
49
50
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Редактор',
50
51
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Згорнути редактор',
@@ -43,6 +43,7 @@ declare const _default: {
43
43
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': string;
44
44
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': string;
45
45
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': string;
46
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': string;
46
47
  'jql-editor.ui.input-label': string;
47
48
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': string;
48
49
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': string;
@@ -45,6 +45,7 @@ export default {
45
45
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Chuỗi được trích dẫn ''{received}' chưa hoàn tất.",
46
46
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Chuỗi được trích dẫn chưa hoàn tất.',
47
47
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Không thể phân tích cú pháp truy vấn tại ''{received}'.",
48
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'Dự án bị hạn chế',
48
49
  'jql-editor.ui.input-label': 'Truy vấn JQL',
49
50
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Trình soạn thảo',
50
51
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Thu gọn trình soạn thảo',
@@ -43,6 +43,7 @@ declare const _default: {
43
43
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': string;
44
44
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': string;
45
45
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': string;
46
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': string;
46
47
  'jql-editor.ui.input-label': string;
47
48
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': string;
48
49
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': string;
@@ -43,6 +43,7 @@ declare const _default: {
43
43
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': string;
44
44
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': string;
45
45
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': string;
46
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': string;
46
47
  'jql-editor.ui.input-label': string;
47
48
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': string;
48
49
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': string;
@@ -43,6 +43,7 @@ declare const _default: {
43
43
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': string;
44
44
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': string;
45
45
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': string;
46
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': string;
46
47
  'jql-editor.ui.input-label': string;
47
48
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': string;
48
49
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': string;
@@ -43,6 +43,7 @@ declare const _default: {
43
43
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': string;
44
44
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': string;
45
45
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': string;
46
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': string;
46
47
  'jql-editor.ui.input-label': string;
47
48
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': string;
48
49
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': string;
@@ -43,6 +43,7 @@ declare const _default: {
43
43
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': string;
44
44
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': string;
45
45
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': string;
46
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': string;
46
47
  'jql-editor.ui.input-label': string;
47
48
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': string;
48
49
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': string;
@@ -43,6 +43,7 @@ declare const _default: {
43
43
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': string;
44
44
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': string;
45
45
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': string;
46
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': string;
46
47
  'jql-editor.ui.input-label': string;
47
48
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': string;
48
49
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': string;
@@ -43,6 +43,7 @@ declare const _default: {
43
43
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': string;
44
44
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': string;
45
45
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': string;
46
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': string;
46
47
  'jql-editor.ui.input-label': string;
47
48
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': string;
48
49
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': string;
@@ -43,6 +43,7 @@ declare const _default: {
43
43
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': string;
44
44
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': string;
45
45
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': string;
46
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': string;
46
47
  'jql-editor.ui.input-label': string;
47
48
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': string;
48
49
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': string;
@@ -43,6 +43,7 @@ declare const _default: {
43
43
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': string;
44
44
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': string;
45
45
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': string;
46
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': string;
46
47
  'jql-editor.ui.input-label': string;
47
48
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': string;
48
49
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': string;
@@ -43,6 +43,7 @@ declare const _default: {
43
43
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': string;
44
44
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': string;
45
45
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': string;
46
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': string;
46
47
  'jql-editor.ui.input-label': string;
47
48
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': string;
48
49
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': string;
@@ -43,6 +43,7 @@ declare const _default: {
43
43
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': string;
44
44
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': string;
45
45
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': string;
46
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': string;
46
47
  'jql-editor.ui.input-label': string;
47
48
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': string;
48
49
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': string;
@@ -43,6 +43,7 @@ declare const _default: {
43
43
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': string;
44
44
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': string;
45
45
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': string;
46
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': string;
46
47
  'jql-editor.ui.input-label': string;
47
48
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': string;
48
49
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': string;
@@ -43,6 +43,7 @@ declare const _default: {
43
43
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': string;
44
44
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': string;
45
45
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': string;
46
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': string;
46
47
  'jql-editor.ui.input-label': string;
47
48
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': string;
48
49
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': string;
@@ -43,6 +43,7 @@ declare const _default: {
43
43
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': string;
44
44
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': string;
45
45
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': string;
46
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': string;
46
47
  'jql-editor.ui.input-label': string;
47
48
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': string;
48
49
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': string;
package/i18n/cs.ts CHANGED
@@ -75,6 +75,7 @@ export default {
75
75
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Řetězec v uvozovkách nebyl dokončen.',
76
76
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken':
77
77
  "Na místě tokenu ''{received}' analýza dotazu selhala.",
78
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'Omezený projekt',
78
79
  'jql-editor.ui.input-label': 'Dotaz JQL',
79
80
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Editor',
80
81
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Sbalit editor',
package/i18n/fr.ts CHANGED
@@ -79,6 +79,7 @@ export default {
79
79
  "La chaîne entre guillemets ''{received}' n'est pas terminée.",
80
80
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': "La chaîne entre guillemets n'est pas terminée.",
81
81
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Impossible d'analyser la requête à ''{received}'.",
82
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'Projet restreint',
82
83
  'jql-editor.ui.input-label': 'Requête JQL',
83
84
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Éditeur',
84
85
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': "Réduire l'éditeur",
package/i18n/hr.ts CHANGED
@@ -74,6 +74,7 @@ export default {
74
74
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Niz u navodnicima ''{received}' nije dovršen.",
75
75
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Niz u navodnicima nije dovršen.',
76
76
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Nije moguće analizirati upit na ''{received}'.",
77
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'Ograničen projekt',
77
78
  'jql-editor.ui.input-label': 'JQL upit',
78
79
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Uređivač',
79
80
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Sažmi uređivač',
package/i18n/hu.ts CHANGED
@@ -76,6 +76,7 @@ export default {
76
76
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Az idézett ''{received}' karakterlánc hiányos.",
77
77
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Az idézett karakterlánc hiányos.',
78
78
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "A lekérdezés nem értelmezhető itt: ''{received}'.",
79
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'Korlátozott projekt',
79
80
  'jql-editor.ui.input-label': 'JQL-lekérdezés',
80
81
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Szerkesztő',
81
82
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Szerkesztő összecsukása',
package/i18n/it.ts CHANGED
@@ -80,6 +80,7 @@ export default {
80
80
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank':
81
81
  'La stringa tra virgolette non è stata completata.',
82
82
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Impossibile analizzare la query in ''{received}'.",
83
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'Progetto con restrizioni',
83
84
  'jql-editor.ui.input-label': 'Query JQL',
84
85
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Editor',
85
86
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Comprimi editor',
package/i18n/nb.ts CHANGED
@@ -76,6 +76,7 @@ export default {
76
76
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Den siterte strengen ''{received}' er ikke fullført.",
77
77
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Den siterte strengen er ikke fullført.',
78
78
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Kan ikke analysere spørringen på ''{received}'.",
79
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'Begrenset prosjekt',
79
80
  'jql-editor.ui.input-label': 'JQL-spørring',
80
81
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Redigeringsmodul',
81
82
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Skjul redigeringsmodul',
package/i18n/nl.ts CHANGED
@@ -79,6 +79,7 @@ export default {
79
79
  'De string tussen de aanhalingstekens is niet voltooid.',
80
80
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken':
81
81
  "Niet mogelijk om de query te analyseren op ''{received}'.",
82
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'Project met beperkte toegang',
82
83
  'jql-editor.ui.input-label': 'JQL-query',
83
84
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Editor',
84
85
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Editor inklappen',
package/i18n/sr_RS.ts CHANGED
@@ -74,6 +74,7 @@ export default {
74
74
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Nedostaju navodnici za string ''{received}'.",
75
75
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Nedostaju navodnici za string.',
76
76
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Nije moguće raščlaniti upit u ''{received}'.",
77
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'Ograničeni projekat',
77
78
  'jql-editor.ui.input-label': 'JQL upit',
78
79
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Uređivač',
79
80
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Skupi uređivač',
package/i18n/sr_YR.ts CHANGED
@@ -74,6 +74,7 @@ export default {
74
74
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Недостају наводници за стринг ''{received}'.",
75
75
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Недостају наводници за стринг.',
76
76
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Није могуће рашчланити упит у ''{received}'.",
77
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'Ограничени пројекат',
77
78
  'jql-editor.ui.input-label': 'JQL упит',
78
79
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Уређивач',
79
80
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Скупи уређивач',
package/i18n/sv.ts CHANGED
@@ -77,6 +77,7 @@ export default {
77
77
  "Den citerade strängen ''{received}' har inte slutförts.",
78
78
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Den citerade strängen har inte slutförts.',
79
79
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "Kunde inte tolka frågan på ''{received}'.",
80
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'Begränsat projekt',
80
81
  'jql-editor.ui.input-label': 'JQL-fråga',
81
82
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Redigerare',
82
83
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Dölj redigeraren',
package/i18n/th.ts CHANGED
@@ -72,6 +72,7 @@ export default {
72
72
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "แถวที่อ้างอิง ''{received}' ยังไม่เสร็จสมบูรณ์",
73
73
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'แถวที่อ้างอิงยังไม่เสร็จสมบูรณ์',
74
74
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "ไม่สามารถวิเคราะห์คำถามที่ ''{received}' ได้",
75
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'โปรเจกต์ที่จำกัด',
75
76
  'jql-editor.ui.input-label': 'คำถาม JQL',
76
77
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'ตัวแก้ไข',
77
78
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'ย่อตัวแก้ไข',
package/i18n/tr.ts CHANGED
@@ -76,6 +76,7 @@ export default {
76
76
  'jql-editor.plugins.jql-ast.error-messages.unfinishedString': "Tırnak içindeki ''{received}' dizesi tamamlanmamış.",
77
77
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Tırnak içindeki dize tamamlanmamış.',
78
78
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken': "''{received}' içindeki sorgu ayrıştırılamıyor.",
79
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'Kısıtlanmış proje',
79
80
  'jql-editor.ui.input-label': 'JQL sorgusu',
80
81
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Düzenleyici',
81
82
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Düzenleyiciyi daralt',
package/i18n/uk.ts CHANGED
@@ -75,6 +75,7 @@ export default {
75
75
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Узятий у лапки рядок не завершено.',
76
76
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken':
77
77
  "Не вдалося проаналізувати запит для отриманого токена ''{received}'.",
78
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'Проєкт з обмеженим доступом',
78
79
  'jql-editor.ui.input-label': 'Запит JQL',
79
80
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Редактор',
80
81
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Згорнути редактор',
package/i18n/vi.ts CHANGED
@@ -79,6 +79,7 @@ export default {
79
79
  'jql-editor.plugins.jql-ast.error-messages.unfinishedStringBlank': 'Chuỗi được trích dẫn chưa hoàn tất.',
80
80
  'jql-editor.plugins.jql-ast.error-messages.unknownErrorAtToken':
81
81
  "Không thể phân tích cú pháp truy vấn tại ''{received}'.",
82
+ 'jql-editor.plugins.rich-inline-nodes.project.restrictedProject': 'Dự án bị hạn chế',
82
83
  'jql-editor.ui.input-label': 'Truy vấn JQL',
83
84
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.button-label': 'Trình soạn thảo',
84
85
  'jql-editor.ui.jql-editor-controls-content.expand-toggle.collapse-tooltip': 'Thu gọn trình soạn thảo',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/afm-i18n-platform-jql-jql-editor",
3
- "version": "2.13.0",
3
+ "version": "2.15.0",
4
4
  "description": "NPM i18n package for AFM platform-jql-jql-editor published by Traduki",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"