@atlaskit/editor-common 107.7.5 → 107.7.6
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/CHANGELOG.md +9 -0
- package/dist/cjs/i18n/cs.js +10 -2
- package/dist/cjs/i18n/da.js +10 -2
- package/dist/cjs/i18n/de.js +10 -2
- package/dist/cjs/i18n/en.js +6 -2
- package/dist/cjs/i18n/en_GB.js +6 -2
- package/dist/cjs/i18n/en_ZZ.js +6 -2
- package/dist/cjs/i18n/es.js +10 -2
- package/dist/cjs/i18n/fi.js +10 -2
- package/dist/cjs/i18n/fr.js +9 -2
- package/dist/cjs/i18n/hr.js +7 -2
- package/dist/cjs/i18n/hu.js +10 -2
- package/dist/cjs/i18n/it.js +10 -2
- package/dist/cjs/i18n/ja.js +10 -2
- package/dist/cjs/i18n/ko.js +10 -2
- package/dist/cjs/i18n/nb.js +10 -2
- package/dist/cjs/i18n/nl.js +10 -2
- package/dist/cjs/i18n/pl.js +12 -5
- package/dist/cjs/i18n/pt_BR.js +10 -2
- package/dist/cjs/i18n/ru.js +10 -2
- package/dist/cjs/i18n/sl.js +10 -2
- package/dist/cjs/i18n/sr_RS.js +7 -2
- package/dist/cjs/i18n/sr_YR.js +7 -2
- package/dist/cjs/i18n/sv.js +10 -2
- package/dist/cjs/i18n/th.js +10 -2
- package/dist/cjs/i18n/tr.js +4 -2
- package/dist/cjs/i18n/uk.js +10 -2
- package/dist/cjs/i18n/vi.js +10 -2
- package/dist/cjs/i18n/zh.js +10 -2
- package/dist/cjs/i18n/zh_TW.js +10 -2
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/styles/shared/smartCard.js +3 -2
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/i18n/cs.js +10 -2
- package/dist/es2019/i18n/da.js +10 -2
- package/dist/es2019/i18n/de.js +10 -2
- package/dist/es2019/i18n/en.js +6 -2
- package/dist/es2019/i18n/en_GB.js +6 -2
- package/dist/es2019/i18n/en_ZZ.js +6 -2
- package/dist/es2019/i18n/es.js +10 -2
- package/dist/es2019/i18n/fi.js +10 -2
- package/dist/es2019/i18n/fr.js +9 -2
- package/dist/es2019/i18n/hr.js +7 -2
- package/dist/es2019/i18n/hu.js +10 -2
- package/dist/es2019/i18n/it.js +10 -2
- package/dist/es2019/i18n/ja.js +10 -2
- package/dist/es2019/i18n/ko.js +10 -2
- package/dist/es2019/i18n/nb.js +10 -2
- package/dist/es2019/i18n/nl.js +10 -2
- package/dist/es2019/i18n/pl.js +12 -5
- package/dist/es2019/i18n/pt_BR.js +10 -2
- package/dist/es2019/i18n/ru.js +10 -2
- package/dist/es2019/i18n/sl.js +10 -2
- package/dist/es2019/i18n/sr_RS.js +7 -2
- package/dist/es2019/i18n/sr_YR.js +7 -2
- package/dist/es2019/i18n/sv.js +10 -2
- package/dist/es2019/i18n/th.js +10 -2
- package/dist/es2019/i18n/tr.js +4 -2
- package/dist/es2019/i18n/uk.js +10 -2
- package/dist/es2019/i18n/vi.js +10 -2
- package/dist/es2019/i18n/zh.js +10 -2
- package/dist/es2019/i18n/zh_TW.js +10 -2
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/styles/shared/smartCard.js +17 -6
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/i18n/cs.js +10 -2
- package/dist/esm/i18n/da.js +10 -2
- package/dist/esm/i18n/de.js +10 -2
- package/dist/esm/i18n/en.js +6 -2
- package/dist/esm/i18n/en_GB.js +6 -2
- package/dist/esm/i18n/en_ZZ.js +6 -2
- package/dist/esm/i18n/es.js +10 -2
- package/dist/esm/i18n/fi.js +10 -2
- package/dist/esm/i18n/fr.js +9 -2
- package/dist/esm/i18n/hr.js +7 -2
- package/dist/esm/i18n/hu.js +10 -2
- package/dist/esm/i18n/it.js +10 -2
- package/dist/esm/i18n/ja.js +10 -2
- package/dist/esm/i18n/ko.js +10 -2
- package/dist/esm/i18n/nb.js +10 -2
- package/dist/esm/i18n/nl.js +10 -2
- package/dist/esm/i18n/pl.js +12 -5
- package/dist/esm/i18n/pt_BR.js +10 -2
- package/dist/esm/i18n/ru.js +10 -2
- package/dist/esm/i18n/sl.js +10 -2
- package/dist/esm/i18n/sr_RS.js +7 -2
- package/dist/esm/i18n/sr_YR.js +7 -2
- package/dist/esm/i18n/sv.js +10 -2
- package/dist/esm/i18n/th.js +10 -2
- package/dist/esm/i18n/tr.js +4 -2
- package/dist/esm/i18n/uk.js +10 -2
- package/dist/esm/i18n/vi.js +10 -2
- package/dist/esm/i18n/zh.js +10 -2
- package/dist/esm/i18n/zh_TW.js +10 -2
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/styles/shared/smartCard.js +3 -2
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/i18n/cs.d.ts +10 -2
- package/dist/types/i18n/da.d.ts +10 -2
- package/dist/types/i18n/de.d.ts +10 -2
- package/dist/types/i18n/en.d.ts +6 -2
- package/dist/types/i18n/en_GB.d.ts +6 -2
- package/dist/types/i18n/en_ZZ.d.ts +6 -2
- package/dist/types/i18n/es.d.ts +10 -2
- package/dist/types/i18n/fi.d.ts +10 -2
- package/dist/types/i18n/fr.d.ts +9 -2
- package/dist/types/i18n/hr.d.ts +7 -2
- package/dist/types/i18n/hu.d.ts +10 -2
- package/dist/types/i18n/it.d.ts +10 -2
- package/dist/types/i18n/ja.d.ts +10 -2
- package/dist/types/i18n/ko.d.ts +10 -2
- package/dist/types/i18n/nb.d.ts +10 -2
- package/dist/types/i18n/nl.d.ts +10 -2
- package/dist/types/i18n/pl.d.ts +9 -2
- package/dist/types/i18n/pt_BR.d.ts +10 -2
- package/dist/types/i18n/ru.d.ts +10 -2
- package/dist/types/i18n/sl.d.ts +10 -2
- package/dist/types/i18n/sr_RS.d.ts +7 -2
- package/dist/types/i18n/sr_YR.d.ts +7 -2
- package/dist/types/i18n/sv.d.ts +10 -2
- package/dist/types/i18n/th.d.ts +10 -2
- package/dist/types/i18n/tr.d.ts +4 -2
- package/dist/types/i18n/uk.d.ts +10 -2
- package/dist/types/i18n/vi.d.ts +10 -2
- package/dist/types/i18n/zh.d.ts +10 -2
- package/dist/types/i18n/zh_TW.d.ts +10 -2
- package/dist/types-ts4.5/i18n/cs.d.ts +10 -2
- package/dist/types-ts4.5/i18n/da.d.ts +10 -2
- package/dist/types-ts4.5/i18n/de.d.ts +10 -2
- package/dist/types-ts4.5/i18n/en.d.ts +6 -2
- package/dist/types-ts4.5/i18n/en_GB.d.ts +6 -2
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +6 -2
- package/dist/types-ts4.5/i18n/es.d.ts +10 -2
- package/dist/types-ts4.5/i18n/fi.d.ts +10 -2
- package/dist/types-ts4.5/i18n/fr.d.ts +9 -2
- package/dist/types-ts4.5/i18n/hr.d.ts +7 -2
- package/dist/types-ts4.5/i18n/hu.d.ts +10 -2
- package/dist/types-ts4.5/i18n/it.d.ts +10 -2
- package/dist/types-ts4.5/i18n/ja.d.ts +10 -2
- package/dist/types-ts4.5/i18n/ko.d.ts +10 -2
- package/dist/types-ts4.5/i18n/nb.d.ts +10 -2
- package/dist/types-ts4.5/i18n/nl.d.ts +10 -2
- package/dist/types-ts4.5/i18n/pl.d.ts +9 -2
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +10 -2
- package/dist/types-ts4.5/i18n/ru.d.ts +10 -2
- package/dist/types-ts4.5/i18n/sl.d.ts +10 -2
- package/dist/types-ts4.5/i18n/sr_RS.d.ts +7 -2
- package/dist/types-ts4.5/i18n/sr_YR.d.ts +7 -2
- package/dist/types-ts4.5/i18n/sv.d.ts +10 -2
- package/dist/types-ts4.5/i18n/th.d.ts +10 -2
- package/dist/types-ts4.5/i18n/tr.d.ts +4 -2
- package/dist/types-ts4.5/i18n/uk.d.ts +10 -2
- package/dist/types-ts4.5/i18n/vi.d.ts +10 -2
- package/dist/types-ts4.5/i18n/zh.d.ts +10 -2
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +10 -2
- package/package.json +7 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 107.7.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#180962](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/180962)
|
|
8
|
+
[`1aa3eabc00314`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1aa3eabc00314) -
|
|
9
|
+
ED-28376 clean up usage of !important in find and replace styles
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 107.7.5
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/dist/cjs/i18n/cs.js
CHANGED
|
@@ -16,6 +16,9 @@ var _default = exports.default = {
|
|
|
16
16
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Úpravy dokončeny',
|
|
17
17
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Provést úpravy',
|
|
18
18
|
'editor-common-extensibility.macro.button.configure': 'Konfigurovat makro {macroName}',
|
|
19
|
+
'editor.extension.legacyContentHeader': 'Starší obsah',
|
|
20
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'Tento obsah má omezenou funkčnost,',
|
|
21
|
+
'editor.extension.legacyContentHeader.learnMore': 'Další informace',
|
|
19
22
|
'fablric.editor.viewAllInserts': 'Zobrazit všechny vložky',
|
|
20
23
|
'fabric.editor.action': 'Aktuální úkol',
|
|
21
24
|
'fabric.editor.action.description': 'Vytvořit a přiřadit aktuální úkol',
|
|
@@ -223,6 +226,7 @@ var _default = exports.default = {
|
|
|
223
226
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Zvýraznění termínu, akronymu nebo zkratky',
|
|
224
227
|
'fabric.editor.ai.selectionToolbar.define.title': 'Definovat',
|
|
225
228
|
'fabric.editor.ai.toolbar.askAI.title': 'Zeptat se AI',
|
|
229
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': 'Zeptejte se nástroje Rovo…',
|
|
226
230
|
'fabric.editor.ai.toolbar.improveWriting.title': 'Vylepšit styl',
|
|
227
231
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Požádejte Atlassian Intelligence o zlepšení vybrané části psaného textu.',
|
|
228
232
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
@@ -325,6 +329,7 @@ var _default = exports.default = {
|
|
|
325
329
|
'fabric.editor.configPanel.invalid': 'Neplatné pole',
|
|
326
330
|
'fabric.editor.configPanel.required': 'Povinné pole',
|
|
327
331
|
'fabric.editor.configPanel.submit': 'Odeslat',
|
|
332
|
+
'fabric.editor.contextPanel.panelLabel': 'Kontextový panel',
|
|
328
333
|
'fabric.editor.copiedToClipboard': 'Zkopírováno!',
|
|
329
334
|
'fabric.editor.copyToClipboard': 'Kopírovat',
|
|
330
335
|
'fabric.editor.cornerControl': 'Zvýraznit tabulku',
|
|
@@ -398,6 +403,7 @@ var _default = exports.default = {
|
|
|
398
403
|
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigace',
|
|
399
404
|
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Sestavy',
|
|
400
405
|
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Vizuály a obrázky',
|
|
406
|
+
'fabric.editor.elementbrowser.featured.whiteboard.description': 'Přidejte na svou stránku vizuály pomocí tabule',
|
|
401
407
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Vašemu vyhledávání neodpovídají žádné výsledky',
|
|
402
408
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Zkuste vyhledat jiný termín nebo objevte nové aplikace pro produkty Atlassian.',
|
|
403
409
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Prozkoumat Atlassian Marketplace',
|
|
@@ -604,8 +610,6 @@ var _default = exports.default = {
|
|
|
604
610
|
'fabric.editor.notePanel.description': 'Přidat poznámku do barevného panelu',
|
|
605
611
|
'fabric.editor.numberedColumn': 'Číslovaný sloupec',
|
|
606
612
|
'fabric.editor.off': 'Formátování {formattingType} vypnuto',
|
|
607
|
-
'fabric.editor.offlineErrorFallbackDescription': 'Zkuste stránku načíst znovu.',
|
|
608
|
-
'fabric.editor.offlineErrorFallbackHeading': 'Něco se pokazilo',
|
|
609
613
|
'fabric.editor.on': '{formattingType} zapnuto',
|
|
610
614
|
'fabric.editor.openButtonTitle': 'Otevřený',
|
|
611
615
|
'fabric.editor.openCellOptions': 'Otevřít možnosti buňky',
|
|
@@ -716,6 +720,8 @@ var _default = exports.default = {
|
|
|
716
720
|
'fabric.editor.tables.resizeTable': 'Změnit velikost tabulky',
|
|
717
721
|
'fabric.editor.tables.startedColumnResize': 'Změna velikosti sloupce byla zahájena.',
|
|
718
722
|
'fabric.editor.task': 'Úkol',
|
|
723
|
+
'fabric.editor.taskDecision.markTaskAsCompleted': 'Označit úkol jako dokončený',
|
|
724
|
+
'fabric.editor.taskDecision.markTaskAsNotCompleted': 'Označit úkol jako nedokončený',
|
|
719
725
|
'fabric.editor.taskPlaceholder': 'Napište svou akci a použitím „@“ ji někomu přidělte.',
|
|
720
726
|
'fabric.editor.text.formatting.off': 'Formátování textu vypnuto',
|
|
721
727
|
'fabric.editor.textColor': 'Barva textu: {selectedColorName}',
|
|
@@ -750,6 +756,8 @@ var _default = exports.default = {
|
|
|
750
756
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Když začnete psát, budou se vyhledávat/filtrovat možnosti zkratek.',
|
|
751
757
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': 'Vyhledat',
|
|
752
758
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Zkratky pro vkládání a formátování',
|
|
759
|
+
'fabric.editor.typeAheadErrorFallbackDescription': 'Zkuste to znovu.',
|
|
760
|
+
'fabric.editor.typeAheadErrorFallbackHeading': 'Něco se pokazilo',
|
|
753
761
|
'fabric.editor.typeahead.emojiInputLabel': 'Když začnete psát, budou se vyhledávat/filtrovat možnosti smajlíků.',
|
|
754
762
|
'fabric.editor.typeahead.emojiListItemLabel': 'Smajlík {name} Textová zkratka {shortcut}',
|
|
755
763
|
'fabric.editor.typeahead.emojiPopupLabel': 'Zkratky pro smajlíky',
|
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -16,6 +16,9 @@ var _default = exports.default = {
|
|
|
16
16
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Færdig med at redigere',
|
|
17
17
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Foretag redigeringer',
|
|
18
18
|
'editor-common-extensibility.macro.button.configure': 'Konfigurer {macroName}',
|
|
19
|
+
'editor.extension.legacyContentHeader': 'Ældre indhold',
|
|
20
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'Dette indhold har begrænset funktionalitet.',
|
|
21
|
+
'editor.extension.legacyContentHeader.learnMore': 'Få mere at vide',
|
|
19
22
|
'fablric.editor.viewAllInserts': 'Se alt, der kan indsættes',
|
|
20
23
|
'fabric.editor.action': 'Handlingsgenstand',
|
|
21
24
|
'fabric.editor.action.description': 'Opret og tildel handlingsgenstande',
|
|
@@ -222,6 +225,7 @@ var _default = exports.default = {
|
|
|
222
225
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Fremhæv et udtryk, akronym eller en forkortelse',
|
|
223
226
|
'fabric.editor.ai.selectionToolbar.define.title': 'Definer',
|
|
224
227
|
'fabric.editor.ai.toolbar.askAI.title': 'Spørg AI',
|
|
228
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': 'Spørg Rovo …',
|
|
225
229
|
'fabric.editor.ai.toolbar.improveWriting.title': 'Gør teksterne bedre',
|
|
226
230
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Bed Atlassian Intelligence om at forbedre den markerede tekst',
|
|
227
231
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
@@ -324,6 +328,7 @@ var _default = exports.default = {
|
|
|
324
328
|
'fabric.editor.configPanel.invalid': 'Ugyldigt felt',
|
|
325
329
|
'fabric.editor.configPanel.required': 'Påkrævet felt',
|
|
326
330
|
'fabric.editor.configPanel.submit': 'Send',
|
|
331
|
+
'fabric.editor.contextPanel.panelLabel': 'Kontekstpanel',
|
|
327
332
|
'fabric.editor.copiedToClipboard': 'Kopieret!',
|
|
328
333
|
'fabric.editor.copyToClipboard': 'Kopiér',
|
|
329
334
|
'fabric.editor.cornerControl': 'Fremhæv tabel',
|
|
@@ -397,6 +402,7 @@ var _default = exports.default = {
|
|
|
397
402
|
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigation',
|
|
398
403
|
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Rapportering',
|
|
399
404
|
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Grafik og billeder',
|
|
405
|
+
'fabric.editor.elementbrowser.featured.whiteboard.description': 'Brug et whiteboard til at føje billeder til din side',
|
|
400
406
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Ingen resultater matcher din søgning',
|
|
401
407
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Prøv et andet søgeord, eller find nye apps til Atlassian-produkter.',
|
|
402
408
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Gå på opdagelse på Atlassian Marketplace',
|
|
@@ -603,8 +609,6 @@ var _default = exports.default = {
|
|
|
603
609
|
'fabric.editor.notePanel.description': 'Tilføj en note i et farvet panel',
|
|
604
610
|
'fabric.editor.numberedColumn': 'Kolonne med nummerering',
|
|
605
611
|
'fabric.editor.off': '{formattingType} fra',
|
|
606
|
-
'fabric.editor.offlineErrorFallbackDescription': 'Prøv at genindlæse siden.',
|
|
607
|
-
'fabric.editor.offlineErrorFallbackHeading': 'Noget gik galt!',
|
|
608
612
|
'fabric.editor.on': '{formattingType} til',
|
|
609
613
|
'fabric.editor.openButtonTitle': 'Åbn',
|
|
610
614
|
'fabric.editor.openCellOptions': 'Åbn celleegenskaber',
|
|
@@ -715,6 +719,8 @@ var _default = exports.default = {
|
|
|
715
719
|
'fabric.editor.tables.resizeTable': 'Tilpas størrelsen på tabellen',
|
|
716
720
|
'fabric.editor.tables.startedColumnResize': 'Startede med at ændre størrelsen på kolonne',
|
|
717
721
|
'fabric.editor.task': 'Opgave',
|
|
722
|
+
'fabric.editor.taskDecision.markTaskAsCompleted': 'Markér opgaven som fuldført',
|
|
723
|
+
'fabric.editor.taskDecision.markTaskAsNotCompleted': 'Markér opgaven som ikke fuldført',
|
|
718
724
|
'fabric.editor.taskPlaceholder': 'Indtast din handling, og brug "@" for at tildele til nogen.',
|
|
719
725
|
'fabric.editor.text.formatting.off': 'Tekstformatering fra',
|
|
720
726
|
'fabric.editor.textColor': '{selectedColorName} tekstfarve',
|
|
@@ -749,6 +755,8 @@ var _default = exports.default = {
|
|
|
749
755
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Begynd at skrive for at søge efter eller filtrere genvejsmuligheder',
|
|
750
756
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': 'Søg',
|
|
751
757
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Genveje til indsættelser og formatering',
|
|
758
|
+
'fabric.editor.typeAheadErrorFallbackDescription': 'Prøv igen.',
|
|
759
|
+
'fabric.editor.typeAheadErrorFallbackHeading': 'Noget gik galt!',
|
|
752
760
|
'fabric.editor.typeahead.emojiInputLabel': 'Begynd at skrive for at søge efter eller filtrere emojimuligheder',
|
|
753
761
|
'fabric.editor.typeahead.emojiListItemLabel': 'Tekstgenvej {shortcut} til emojien {name}',
|
|
754
762
|
'fabric.editor.typeahead.emojiPopupLabel': 'Emojigenveje',
|
package/dist/cjs/i18n/de.js
CHANGED
|
@@ -16,6 +16,9 @@ var _default = exports.default = {
|
|
|
16
16
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Bearbeitung abgeschlossen',
|
|
17
17
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Änderungen vornehmen',
|
|
18
18
|
'editor-common-extensibility.macro.button.configure': '{macroName} konfigurieren',
|
|
19
|
+
'editor.extension.legacyContentHeader': 'Veralteter Inhalt',
|
|
20
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'Dieser Inhalt hat eingeschränkte Funktionen',
|
|
21
|
+
'editor.extension.legacyContentHeader.learnMore': 'Weitere Informationen',
|
|
19
22
|
'fablric.editor.viewAllInserts': 'Alle Einfügungen anzeigen',
|
|
20
23
|
'fabric.editor.action': 'Aufgabe',
|
|
21
24
|
'fabric.editor.action.description': 'Aufgaben erstellen und zuweisen',
|
|
@@ -222,6 +225,7 @@ var _default = exports.default = {
|
|
|
222
225
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Markieren Sie einen Begriff, ein Akronym oder eine Abkürzung.',
|
|
223
226
|
'fabric.editor.ai.selectionToolbar.define.title': 'Definieren',
|
|
224
227
|
'fabric.editor.ai.toolbar.askAI.title': 'Atlassian Intelligence fragen',
|
|
228
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': 'Rovo fragen',
|
|
225
229
|
'fabric.editor.ai.toolbar.improveWriting.title': 'Texterstellung optimieren',
|
|
226
230
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Weisen Sie Atlassian Intelligence an, den von Ihnen ausgewählten Text zu verbessern.',
|
|
227
231
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
@@ -324,6 +328,7 @@ var _default = exports.default = {
|
|
|
324
328
|
'fabric.editor.configPanel.invalid': 'Ungültiges Feld',
|
|
325
329
|
'fabric.editor.configPanel.required': 'Pflichtfeld',
|
|
326
330
|
'fabric.editor.configPanel.submit': 'Senden',
|
|
331
|
+
'fabric.editor.contextPanel.panelLabel': 'Kontext-Panel',
|
|
327
332
|
'fabric.editor.copiedToClipboard': 'Kopiert!',
|
|
328
333
|
'fabric.editor.copyToClipboard': 'Kopieren',
|
|
329
334
|
'fabric.editor.cornerControl': 'Tabelle hervorheben',
|
|
@@ -397,6 +402,7 @@ var _default = exports.default = {
|
|
|
397
402
|
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigation',
|
|
398
403
|
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Berichterstellung',
|
|
399
404
|
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Steuerelemente und Bilder',
|
|
405
|
+
'fabric.editor.elementbrowser.featured.whiteboard.description': 'Verwenden Sie ein Whiteboard, um Ihrer Seite Grafiken hinzuzufügen.',
|
|
400
406
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Keine Treffer für Ihre Suchanfrage',
|
|
401
407
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Versuchen Sie, nach einem anderen Begriff zu suchen, oder entdecken Sie neue Apps für Atlassian-Produkte.',
|
|
402
408
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Atlassian Marketplace erkunden',
|
|
@@ -603,8 +609,6 @@ var _default = exports.default = {
|
|
|
603
609
|
'fabric.editor.notePanel.description': 'Hinweis in einem farbigen Panel einfügen',
|
|
604
610
|
'fabric.editor.numberedColumn': 'Nummerierte Spalte',
|
|
605
611
|
'fabric.editor.off': '{formattingType} aus',
|
|
606
|
-
'fabric.editor.offlineErrorFallbackDescription': 'Versuchen Sie, die Seite neu zu laden.',
|
|
607
|
-
'fabric.editor.offlineErrorFallbackHeading': 'Etwas ist schiefgelaufen!',
|
|
608
612
|
'fabric.editor.on': '{formattingType} ein',
|
|
609
613
|
'fabric.editor.openButtonTitle': 'Öffnen',
|
|
610
614
|
'fabric.editor.openCellOptions': 'Zellenoptionen öffnen',
|
|
@@ -715,6 +719,8 @@ var _default = exports.default = {
|
|
|
715
719
|
'fabric.editor.tables.resizeTable': 'Tabellengröße ändern',
|
|
716
720
|
'fabric.editor.tables.startedColumnResize': 'Größenänderung der Spalte gestartet',
|
|
717
721
|
'fabric.editor.task': 'Task',
|
|
722
|
+
'fabric.editor.taskDecision.markTaskAsCompleted': 'Aufgabe als abgeschlossen markieren',
|
|
723
|
+
'fabric.editor.taskDecision.markTaskAsNotCompleted': 'Aufgabe als nicht abgeschlossen markieren',
|
|
718
724
|
'fabric.editor.taskPlaceholder': 'Geben Sie Ihre Aktion ein und weisen Sie sie mithilfe von „@” jemandem zu.',
|
|
719
725
|
'fabric.editor.text.formatting.off': 'Textformatierung aus',
|
|
720
726
|
'fabric.editor.textColor': 'Textfarbe: {selectedColorName}',
|
|
@@ -749,6 +755,8 @@ var _default = exports.default = {
|
|
|
749
755
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Beginnen Sie die Eingabe, um nach Optionen für Tastenkombinationen zu suchen oder diese zu filtern',
|
|
750
756
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': 'Suchen',
|
|
751
757
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Tastenkombination für Einfügungen und Formatierung',
|
|
758
|
+
'fabric.editor.typeAheadErrorFallbackDescription': 'Bitte versuchen Sie es erneut.',
|
|
759
|
+
'fabric.editor.typeAheadErrorFallbackHeading': 'Etwas ist schiefgelaufen!',
|
|
752
760
|
'fabric.editor.typeahead.emojiInputLabel': 'Beginnen Sie mit der Eingabe, um nach Optionen für Emojis zu suchen oder diese zu filtern',
|
|
753
761
|
'fabric.editor.typeahead.emojiListItemLabel': 'Emoji {name} Tastenkombination für Text {shortcut}',
|
|
754
762
|
'fabric.editor.typeahead.emojiPopupLabel': 'Tastenkombinationen für Emojis',
|
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -16,6 +16,9 @@ var _default = exports.default = {
|
|
|
16
16
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Done editing',
|
|
17
17
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Make edits',
|
|
18
18
|
'editor-common-extensibility.macro.button.configure': 'Configure {macroName}',
|
|
19
|
+
'editor.extension.legacyContentHeader': 'Legacy Content',
|
|
20
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'This content has limited functionality,',
|
|
21
|
+
'editor.extension.legacyContentHeader.learnMore': 'Learn more',
|
|
19
22
|
'fablric.editor.viewAllInserts': 'View all inserts',
|
|
20
23
|
'fabric.editor.action': 'Action item',
|
|
21
24
|
'fabric.editor.action.description': 'Create and assign action items',
|
|
@@ -303,6 +306,7 @@ var _default = exports.default = {
|
|
|
303
306
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Highlight a term, acronym, or abbreviation',
|
|
304
307
|
'fabric.editor.ai.selectionToolbar.define.title': 'Define',
|
|
305
308
|
'fabric.editor.ai.toolbar.askAI.title': 'Ask AI',
|
|
309
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': 'Ask Rovo...',
|
|
306
310
|
'fabric.editor.ai.toolbar.improveWriting.title': 'Improve writing',
|
|
307
311
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Tell Atlassian Intelligence to improve the writing of your selection',
|
|
308
312
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
@@ -687,8 +691,6 @@ var _default = exports.default = {
|
|
|
687
691
|
'fabric.editor.notePanel.description': 'Add a note in a colored panel',
|
|
688
692
|
'fabric.editor.numberedColumn': 'Numbered column',
|
|
689
693
|
'fabric.editor.off': '{formattingType} Off',
|
|
690
|
-
'fabric.editor.offlineErrorFallbackDescription': 'Try reloading the page.',
|
|
691
|
-
'fabric.editor.offlineErrorFallbackHeading': 'Something went wrong!',
|
|
692
694
|
'fabric.editor.on': '{formattingType} On',
|
|
693
695
|
'fabric.editor.openButtonTitle': 'Open',
|
|
694
696
|
'fabric.editor.openCellOptions': 'Open cell options',
|
|
@@ -836,6 +838,8 @@ var _default = exports.default = {
|
|
|
836
838
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Begin typing to search or filter shortcut options',
|
|
837
839
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': 'Search',
|
|
838
840
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Shortcuts for inserts and formatting',
|
|
841
|
+
'fabric.editor.typeAheadErrorFallbackDescription': 'Please try again.',
|
|
842
|
+
'fabric.editor.typeAheadErrorFallbackHeading': 'Something went wrong!',
|
|
839
843
|
'fabric.editor.typeahead.emojiInputLabel': 'Begin typing to search or filter emoji options',
|
|
840
844
|
'fabric.editor.typeahead.emojiListItemLabel': 'Emoji {name} Text Shortcut {shortcut}',
|
|
841
845
|
'fabric.editor.typeahead.emojiPopupLabel': 'Emoji shortcuts',
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -16,6 +16,9 @@ var _default = exports.default = {
|
|
|
16
16
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Done editing',
|
|
17
17
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Make edits',
|
|
18
18
|
'editor-common-extensibility.macro.button.configure': 'Configure {macroName}',
|
|
19
|
+
'editor.extension.legacyContentHeader': 'Legacy Content',
|
|
20
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'This content has limited functionality,',
|
|
21
|
+
'editor.extension.legacyContentHeader.learnMore': 'Learn more',
|
|
19
22
|
'fablric.editor.viewAllInserts': 'View all inserts',
|
|
20
23
|
'fabric.editor.action': 'Action item',
|
|
21
24
|
'fabric.editor.action.description': 'Create and assign action items',
|
|
@@ -303,6 +306,7 @@ var _default = exports.default = {
|
|
|
303
306
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Highlight a term, acronym, or abbreviation',
|
|
304
307
|
'fabric.editor.ai.selectionToolbar.define.title': 'Define',
|
|
305
308
|
'fabric.editor.ai.toolbar.askAI.title': 'Ask AI',
|
|
309
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': 'Ask Rovo...',
|
|
306
310
|
'fabric.editor.ai.toolbar.improveWriting.title': 'Improve writing',
|
|
307
311
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Tell Atlassian Intelligence to improve the writing of your selection',
|
|
308
312
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
@@ -687,8 +691,6 @@ var _default = exports.default = {
|
|
|
687
691
|
'fabric.editor.notePanel.description': 'Add a note in a coloured panel',
|
|
688
692
|
'fabric.editor.numberedColumn': 'Numbered column',
|
|
689
693
|
'fabric.editor.off': '{formattingType} Off',
|
|
690
|
-
'fabric.editor.offlineErrorFallbackDescription': 'Try reloading the page.',
|
|
691
|
-
'fabric.editor.offlineErrorFallbackHeading': 'Something went wrong!',
|
|
692
694
|
'fabric.editor.on': '{formattingType} On',
|
|
693
695
|
'fabric.editor.openButtonTitle': 'Open',
|
|
694
696
|
'fabric.editor.openCellOptions': 'Open cell options',
|
|
@@ -836,6 +838,8 @@ var _default = exports.default = {
|
|
|
836
838
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Begin typing to search or filter shortcut options',
|
|
837
839
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': 'Search',
|
|
838
840
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Shortcuts for inserts and formatting',
|
|
841
|
+
'fabric.editor.typeAheadErrorFallbackDescription': 'Please try again.',
|
|
842
|
+
'fabric.editor.typeAheadErrorFallbackHeading': 'Something went wrong!',
|
|
839
843
|
'fabric.editor.typeahead.emojiInputLabel': 'Begin typing to search or filter emoji options',
|
|
840
844
|
'fabric.editor.typeahead.emojiListItemLabel': 'Emoji {name} Text Shortcut {shortcut}',
|
|
841
845
|
'fabric.editor.typeahead.emojiPopupLabel': 'Emoji shortcuts',
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -16,6 +16,9 @@ var _default = exports.default = {
|
|
|
16
16
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Done editing',
|
|
17
17
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Make edits',
|
|
18
18
|
'editor-common-extensibility.macro.button.configure': 'Configure {macroName}',
|
|
19
|
+
'editor.extension.legacyContentHeader': 'Legacy Content',
|
|
20
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'This content has limited functionality,',
|
|
21
|
+
'editor.extension.legacyContentHeader.learnMore': 'Learn more',
|
|
19
22
|
'fablric.editor.viewAllInserts': 'View all inserts',
|
|
20
23
|
'fabric.editor.action': 'Action item',
|
|
21
24
|
'fabric.editor.action.description': 'Create and assign action items',
|
|
@@ -303,6 +306,7 @@ var _default = exports.default = {
|
|
|
303
306
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Highlight a term, acronym, or abbreviation',
|
|
304
307
|
'fabric.editor.ai.selectionToolbar.define.title': 'Define',
|
|
305
308
|
'fabric.editor.ai.toolbar.askAI.title': 'Ask AI',
|
|
309
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': 'Ask Rovo...',
|
|
306
310
|
'fabric.editor.ai.toolbar.improveWriting.title': 'Improve writing',
|
|
307
311
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Tell Atlassian Intelligence to improve the writing of your selection',
|
|
308
312
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
@@ -687,8 +691,6 @@ var _default = exports.default = {
|
|
|
687
691
|
'fabric.editor.notePanel.description': 'Add a note in a colored panel',
|
|
688
692
|
'fabric.editor.numberedColumn': 'Numbered column',
|
|
689
693
|
'fabric.editor.off': '{formattingType} Off',
|
|
690
|
-
'fabric.editor.offlineErrorFallbackDescription': 'Try reloading the page.',
|
|
691
|
-
'fabric.editor.offlineErrorFallbackHeading': 'Something went wrong!',
|
|
692
694
|
'fabric.editor.on': '{formattingType} On',
|
|
693
695
|
'fabric.editor.openButtonTitle': 'Open',
|
|
694
696
|
'fabric.editor.openCellOptions': 'Open cell options',
|
|
@@ -835,6 +837,8 @@ var _default = exports.default = {
|
|
|
835
837
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Begin typing to search or filter shortcut options',
|
|
836
838
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': 'Search',
|
|
837
839
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Shortcuts for inserts and formatting',
|
|
840
|
+
'fabric.editor.typeAheadErrorFallbackDescription': 'Please try again.',
|
|
841
|
+
'fabric.editor.typeAheadErrorFallbackHeading': 'Something went wrong!',
|
|
838
842
|
'fabric.editor.typeahead.emojiInputLabel': 'Begin typing to search or filter emoji options',
|
|
839
843
|
'fabric.editor.typeahead.emojiListItemLabel': 'Emoji {name} Text Shortcut {shortcut}',
|
|
840
844
|
'fabric.editor.typeahead.emojiPopupLabel': 'Emoji shortcuts',
|
package/dist/cjs/i18n/es.js
CHANGED
|
@@ -16,6 +16,9 @@ var _default = exports.default = {
|
|
|
16
16
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Edición completada',
|
|
17
17
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Editar',
|
|
18
18
|
'editor-common-extensibility.macro.button.configure': 'Configurar {macroName}',
|
|
19
|
+
'editor.extension.legacyContentHeader': 'Contenido heredado',
|
|
20
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'Este contenido tiene funcionalidad limitada,',
|
|
21
|
+
'editor.extension.legacyContentHeader.learnMore': 'Más información',
|
|
19
22
|
'fablric.editor.viewAllInserts': 'Ver los elementos insertados',
|
|
20
23
|
'fabric.editor.action': 'Elemento de acción',
|
|
21
24
|
'fabric.editor.action.description': 'Crear y asignar elementos de acción',
|
|
@@ -223,6 +226,7 @@ var _default = exports.default = {
|
|
|
223
226
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Resaltar un término, una sigla o una abreviación',
|
|
224
227
|
'fabric.editor.ai.selectionToolbar.define.title': 'Definir',
|
|
225
228
|
'fabric.editor.ai.toolbar.askAI.title': 'Preguntar a Atlassian Intelligence',
|
|
229
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': 'Preguntar a Rovo...',
|
|
226
230
|
'fabric.editor.ai.toolbar.improveWriting.title': 'Mejorar la redacción',
|
|
227
231
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Pide a Atlassian Intelligence que mejore la redacción de tu selección',
|
|
228
232
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
@@ -325,6 +329,7 @@ var _default = exports.default = {
|
|
|
325
329
|
'fabric.editor.configPanel.invalid': 'Campo no válido',
|
|
326
330
|
'fabric.editor.configPanel.required': 'Campo obligatorio',
|
|
327
331
|
'fabric.editor.configPanel.submit': 'Enviar',
|
|
332
|
+
'fabric.editor.contextPanel.panelLabel': 'Panel de contexto',
|
|
328
333
|
'fabric.editor.copiedToClipboard': '¡Copiado!',
|
|
329
334
|
'fabric.editor.copyToClipboard': 'Copiar',
|
|
330
335
|
'fabric.editor.cornerControl': 'Destacar tabla',
|
|
@@ -398,6 +403,7 @@ var _default = exports.default = {
|
|
|
398
403
|
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navegación',
|
|
399
404
|
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Creación de informes',
|
|
400
405
|
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Visuales e imágenes',
|
|
406
|
+
'fabric.editor.elementbrowser.featured.whiteboard.description': 'Usa una pizarra para añadir elementos visuales a tu página',
|
|
401
407
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'No hay nada que coincida con la búsqueda',
|
|
402
408
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Intenta buscar con otro término o descubre nuevas aplicaciones para productos de Atlassian.',
|
|
403
409
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explorar Atlassian Marketplace',
|
|
@@ -604,8 +610,6 @@ var _default = exports.default = {
|
|
|
604
610
|
'fabric.editor.notePanel.description': 'Añadir una nota en un panel de color',
|
|
605
611
|
'fabric.editor.numberedColumn': 'Columna numerada',
|
|
606
612
|
'fabric.editor.off': '{formattingType} desactivado',
|
|
607
|
-
'fabric.editor.offlineErrorFallbackDescription': 'Prueba volviendo a cargar la página.',
|
|
608
|
-
'fabric.editor.offlineErrorFallbackHeading': 'Algo ha ido mal.',
|
|
609
613
|
'fabric.editor.on': '{formattingType} activado',
|
|
610
614
|
'fabric.editor.openButtonTitle': 'Abrir',
|
|
611
615
|
'fabric.editor.openCellOptions': 'Abrir opciones de celda',
|
|
@@ -716,6 +720,8 @@ var _default = exports.default = {
|
|
|
716
720
|
'fabric.editor.tables.resizeTable': 'Cambiar tamaño de tabla',
|
|
717
721
|
'fabric.editor.tables.startedColumnResize': 'Cambio de tamaño de la columna comenzado',
|
|
718
722
|
'fabric.editor.task': 'Tarea',
|
|
723
|
+
'fabric.editor.taskDecision.markTaskAsCompleted': 'Marcar tarea como completada',
|
|
724
|
+
'fabric.editor.taskDecision.markTaskAsNotCompleted': 'Marcar tarea como no completada',
|
|
719
725
|
'fabric.editor.taskPlaceholder': 'Escribe la acción y usa "@" para asignársela a alguien.',
|
|
720
726
|
'fabric.editor.text.formatting.off': 'Formato de texto desactivado',
|
|
721
727
|
'fabric.editor.textColor': 'Color de texto {selectedColorName}',
|
|
@@ -750,6 +756,8 @@ var _default = exports.default = {
|
|
|
750
756
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Comienza a escribir para buscar o filtrar opciones de atajos de teclado',
|
|
751
757
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': 'Buscar',
|
|
752
758
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Atajos de teclado para inserciones y formato',
|
|
759
|
+
'fabric.editor.typeAheadErrorFallbackDescription': 'Vuelve a intentarlo.',
|
|
760
|
+
'fabric.editor.typeAheadErrorFallbackHeading': 'Algo ha ido mal.',
|
|
753
761
|
'fabric.editor.typeahead.emojiInputLabel': 'Comienza a escribir para buscar o filtrar opciones de emoticonos',
|
|
754
762
|
'fabric.editor.typeahead.emojiListItemLabel': 'Texto del atajo de teclado para el emoticono {name}: {shortcut}',
|
|
755
763
|
'fabric.editor.typeahead.emojiPopupLabel': 'Atajos de teclado para emoticonos',
|
package/dist/cjs/i18n/fi.js
CHANGED
|
@@ -16,6 +16,9 @@ var _default = exports.default = {
|
|
|
16
16
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Muokkaus valmis',
|
|
17
17
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Tee muokkauksia',
|
|
18
18
|
'editor-common-extensibility.macro.button.configure': 'Määritä {macroName}',
|
|
19
|
+
'editor.extension.legacyContentHeader': 'Vanha sisältö',
|
|
20
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'Tämä sisällön toiminnallisuutta on rajoitettu.',
|
|
21
|
+
'editor.extension.legacyContentHeader.learnMore': 'Lue lisää',
|
|
19
22
|
'fablric.editor.viewAllInserts': 'Näytä kaikki lisäykset',
|
|
20
23
|
'fabric.editor.action': 'Tehtävä',
|
|
21
24
|
'fabric.editor.action.description': 'Luo ja määrää toimintokohteita',
|
|
@@ -223,6 +226,7 @@ var _default = exports.default = {
|
|
|
223
226
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Korosta termi, akronyymi tai lyhenne',
|
|
224
227
|
'fabric.editor.ai.selectionToolbar.define.title': 'Määritä',
|
|
225
228
|
'fabric.editor.ai.toolbar.askAI.title': 'Kysy AI:lta',
|
|
229
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': 'Kysy Rovolta…',
|
|
226
230
|
'fabric.editor.ai.toolbar.improveWriting.title': 'Paranna kirjoitusta',
|
|
227
231
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Pyydä Atlassian Intelligencea parantamaan valitsemaasi kirjoitusta',
|
|
228
232
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
@@ -325,6 +329,7 @@ var _default = exports.default = {
|
|
|
325
329
|
'fabric.editor.configPanel.invalid': 'Virheellinen kenttä',
|
|
326
330
|
'fabric.editor.configPanel.required': 'Pakollinen kenttä',
|
|
327
331
|
'fabric.editor.configPanel.submit': 'Lähetä',
|
|
332
|
+
'fabric.editor.contextPanel.panelLabel': 'Kontekstipaneeli',
|
|
328
333
|
'fabric.editor.copiedToClipboard': 'Kopioitu!',
|
|
329
334
|
'fabric.editor.copyToClipboard': 'Kopioi',
|
|
330
335
|
'fabric.editor.cornerControl': 'Korosta taulu',
|
|
@@ -398,6 +403,7 @@ var _default = exports.default = {
|
|
|
398
403
|
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Selaaminen',
|
|
399
404
|
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Raportointi',
|
|
400
405
|
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Grafiikka ja kuvat',
|
|
406
|
+
'fabric.editor.elementbrowser.featured.whiteboard.description': 'Lisää visualisointeja sivullesi valkotaulun avulla',
|
|
401
407
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Ei hakutuloksia',
|
|
402
408
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Hae käyttämällä eri termiä tai tutustu uusiin Atlassian-tuotteiden sovelluksiin.',
|
|
403
409
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Tutustu Atlassian Marketplaceen',
|
|
@@ -604,8 +610,6 @@ var _default = exports.default = {
|
|
|
604
610
|
'fabric.editor.notePanel.description': 'Lisää huomautus värillisessä paneelissa',
|
|
605
611
|
'fabric.editor.numberedColumn': 'Numeroitu sarake',
|
|
606
612
|
'fabric.editor.off': '{formattingType} ei käytössä',
|
|
607
|
-
'fabric.editor.offlineErrorFallbackDescription': 'Yritä ladata sivu uudelleen.',
|
|
608
|
-
'fabric.editor.offlineErrorFallbackHeading': 'Jotain meni vikaan!',
|
|
609
613
|
'fabric.editor.on': '{formattingType} käytössä',
|
|
610
614
|
'fabric.editor.openButtonTitle': 'Avaa',
|
|
611
615
|
'fabric.editor.openCellOptions': 'Avaa soluvalinnat',
|
|
@@ -716,6 +720,8 @@ var _default = exports.default = {
|
|
|
716
720
|
'fabric.editor.tables.resizeTable': 'Muuta taulukon kokoa',
|
|
717
721
|
'fabric.editor.tables.startedColumnResize': 'Sarakkeen koon muuttaminen aloitettu',
|
|
718
722
|
'fabric.editor.task': 'Tehtävä',
|
|
723
|
+
'fabric.editor.taskDecision.markTaskAsCompleted': 'Merkitse tehtävä suoritetuksi',
|
|
724
|
+
'fabric.editor.taskDecision.markTaskAsNotCompleted': 'Merkitse tehtävä suorittamattomaksi',
|
|
719
725
|
'fabric.editor.taskPlaceholder': "Kirjoita toimintasi, käytä '@'-merkkiä määrätäksesi sen jollekin henkilölle.",
|
|
720
726
|
'fabric.editor.text.formatting.off': 'Tekstin muotoilu pois käytöstä',
|
|
721
727
|
'fabric.editor.textColor': '{selectedColorName} tekstin väri',
|
|
@@ -750,6 +756,8 @@ var _default = exports.default = {
|
|
|
750
756
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Aloita kirjoittaminen hakeaksesi tai suodattaaksesi pikanäppäinvalintoja',
|
|
751
757
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': 'Haku',
|
|
752
758
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Pikanäppäimet lisäyksille ja muotoilulle',
|
|
759
|
+
'fabric.editor.typeAheadErrorFallbackDescription': 'Yritä uudelleen.',
|
|
760
|
+
'fabric.editor.typeAheadErrorFallbackHeading': 'Jotain meni vikaan!',
|
|
753
761
|
'fabric.editor.typeahead.emojiInputLabel': 'Aloita kirjoittaminen hakeaksesi tai suodattaaksesi emojivalintoja',
|
|
754
762
|
'fabric.editor.typeahead.emojiListItemLabel': 'Emojin {name} pikanäppäimen {shortcut} teksti',
|
|
755
763
|
'fabric.editor.typeahead.emojiPopupLabel': 'Emojipikanäppäimet',
|
package/dist/cjs/i18n/fr.js
CHANGED
|
@@ -16,6 +16,8 @@ var _default = exports.default = {
|
|
|
16
16
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Modifications terminées',
|
|
17
17
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Apporter des modifications',
|
|
18
18
|
'editor-common-extensibility.macro.button.configure': 'Configurer {macroName}',
|
|
19
|
+
'editor.extension.legacyContentHeader': 'Contenu hérité',
|
|
20
|
+
'editor.extension.legacyContentHeader.learnMore': 'En savoir plus',
|
|
19
21
|
'fablric.editor.viewAllInserts': 'Afficher tous les éléments insérables',
|
|
20
22
|
'fabric.editor.action': 'Tâche',
|
|
21
23
|
'fabric.editor.action.description': 'Créer et assigner des tâches',
|
|
@@ -223,6 +225,7 @@ var _default = exports.default = {
|
|
|
223
225
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Mettez en valeur un terme, un acronyme ou une abréviation',
|
|
224
226
|
'fabric.editor.ai.selectionToolbar.define.title': 'Définir',
|
|
225
227
|
'fabric.editor.ai.toolbar.askAI.title': 'Demander à AI',
|
|
228
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': 'Demandez à Rovo...',
|
|
226
229
|
'fabric.editor.ai.toolbar.improveWriting.title': "Améliorer l'écriture",
|
|
227
230
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': "Dire à Atlassian Intelligence d'améliorer l'écriture de votre sélection",
|
|
228
231
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
@@ -325,6 +328,7 @@ var _default = exports.default = {
|
|
|
325
328
|
'fabric.editor.configPanel.invalid': 'Champ non valide',
|
|
326
329
|
'fabric.editor.configPanel.required': 'Champ obligatoire',
|
|
327
330
|
'fabric.editor.configPanel.submit': 'Enregistrer',
|
|
331
|
+
'fabric.editor.contextPanel.panelLabel': 'Volet contextuel',
|
|
328
332
|
'fabric.editor.copiedToClipboard': 'Copié !',
|
|
329
333
|
'fabric.editor.copyToClipboard': 'Copier',
|
|
330
334
|
'fabric.editor.cornerControl': 'Mettre le tableau en surbrillance',
|
|
@@ -398,6 +402,7 @@ var _default = exports.default = {
|
|
|
398
402
|
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigation',
|
|
399
403
|
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Rapports',
|
|
400
404
|
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Visuels et images',
|
|
405
|
+
'fabric.editor.elementbrowser.featured.whiteboard.description': 'Utilisez un tableau blanc pour ajouter des éléments visuels à votre page',
|
|
401
406
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Aucun résultat pour votre recherche',
|
|
402
407
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Essayez de rechercher un autre terme ou découvrez de nouvelles apps pour les produits Atlassian.',
|
|
403
408
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explorer Atlassian Marketplace',
|
|
@@ -604,8 +609,6 @@ var _default = exports.default = {
|
|
|
604
609
|
'fabric.editor.notePanel.description': 'Ajouter une note dans un cadre coloré',
|
|
605
610
|
'fabric.editor.numberedColumn': 'Colonne numérotée',
|
|
606
611
|
'fabric.editor.off': '{formattingType} désactivé(e)',
|
|
607
|
-
'fabric.editor.offlineErrorFallbackDescription': 'Essayez de recharger la page.',
|
|
608
|
-
'fabric.editor.offlineErrorFallbackHeading': "Une erreur s'est produite.",
|
|
609
612
|
'fabric.editor.on': '{formattingType} activé',
|
|
610
613
|
'fabric.editor.openButtonTitle': 'Ouvrir',
|
|
611
614
|
'fabric.editor.openCellOptions': 'Ouvrir les options des cellules',
|
|
@@ -716,6 +719,8 @@ var _default = exports.default = {
|
|
|
716
719
|
'fabric.editor.tables.resizeTable': 'Redimensionner le tableau',
|
|
717
720
|
'fabric.editor.tables.startedColumnResize': 'Redimensionnement de la colonne lancé',
|
|
718
721
|
'fabric.editor.task': 'Tâche',
|
|
722
|
+
'fabric.editor.taskDecision.markTaskAsCompleted': 'Marquer la tâche comme terminée',
|
|
723
|
+
'fabric.editor.taskDecision.markTaskAsNotCompleted': 'Marquer la tâche comme non terminée',
|
|
719
724
|
'fabric.editor.taskPlaceholder': "Saisissez votre action, utilisez « @ » pour l'assigner à quelqu'un.",
|
|
720
725
|
'fabric.editor.text.formatting.off': 'Mise en forme du texte désactivée',
|
|
721
726
|
'fabric.editor.textColor': 'Couleur de texte {selectedColorName}',
|
|
@@ -750,6 +755,8 @@ var _default = exports.default = {
|
|
|
750
755
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Commencez à taper pour rechercher ou filtrer les options de raccourci',
|
|
751
756
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': 'Rechercher',
|
|
752
757
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Raccourcis pour les insertions et le formatage',
|
|
758
|
+
'fabric.editor.typeAheadErrorFallbackDescription': 'Veuillez réessayer.',
|
|
759
|
+
'fabric.editor.typeAheadErrorFallbackHeading': "Une erreur s'est produite.",
|
|
753
760
|
'fabric.editor.typeahead.emojiInputLabel': "Commencez à taper pour rechercher ou filtrer les options d'émoticône",
|
|
754
761
|
'fabric.editor.typeahead.emojiListItemLabel': "Texte de l'émoticône {name} et du raccourci {shortcut}",
|
|
755
762
|
'fabric.editor.typeahead.emojiPopupLabel': "Raccourcis d'émoticône",
|
package/dist/cjs/i18n/hr.js
CHANGED
|
@@ -16,6 +16,8 @@ var _default = exports.default = {
|
|
|
16
16
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Gotovo uređivanje',
|
|
17
17
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Napravi izmjene',
|
|
18
18
|
'editor-common-extensibility.macro.button.configure': 'Konfiguriraj {macroName}',
|
|
19
|
+
'editor.extension.legacyContentHeader': 'Naslijeđeni sadržaj',
|
|
20
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'Ovaj sadržaj je ograničeno funkcionalan,',
|
|
19
21
|
'fablric.editor.viewAllInserts': 'Prikaži sva umetanja',
|
|
20
22
|
'fabric.editor.action': 'Stavka radnje',
|
|
21
23
|
'fabric.editor.action.description': 'Izradi i dodijeli stavke radnje',
|
|
@@ -293,6 +295,7 @@ var _default = exports.default = {
|
|
|
293
295
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Istakni izraz, akronim ili kraticu',
|
|
294
296
|
'fabric.editor.ai.selectionToolbar.define.title': 'Definiraj',
|
|
295
297
|
'fabric.editor.ai.toolbar.askAI.title': 'Pitaj AI',
|
|
298
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': 'Pitaj Rovo...',
|
|
296
299
|
'fabric.editor.ai.toolbar.improveWriting.title': 'Poboljšaj pisanje',
|
|
297
300
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Reci Atlassian Intelligenceu da poboljša pisanje tvog odabira',
|
|
298
301
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
@@ -392,6 +395,7 @@ var _default = exports.default = {
|
|
|
392
395
|
'fabric.editor.configPanel.invalid': 'Nevaljano polje',
|
|
393
396
|
'fabric.editor.configPanel.required': 'Obavezno polje',
|
|
394
397
|
'fabric.editor.configPanel.submit': 'Pošalji',
|
|
398
|
+
'fabric.editor.contextPanel.panelLabel': 'Kontekstna ploča',
|
|
395
399
|
'fabric.editor.copiedToClipboard': 'Kopirano!',
|
|
396
400
|
'fabric.editor.copyToClipboard': 'Kopiraj',
|
|
397
401
|
'fabric.editor.cornerControl': 'Istakni tablicu',
|
|
@@ -464,6 +468,7 @@ var _default = exports.default = {
|
|
|
464
468
|
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigacija',
|
|
465
469
|
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Izvještavanje',
|
|
466
470
|
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Vizualni prikazi i slike',
|
|
471
|
+
'fabric.editor.elementbrowser.featured.whiteboard.description': 'Upotrijebite bijelu ploču za dodavanje vizuala na svoju stranicu',
|
|
467
472
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Nema rezultata za tvoje pretraživanje',
|
|
468
473
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Pokušaj pretraživati drugim izrazom ili otkrij nove aplikacije za Atlassian proizvode.',
|
|
469
474
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Istraži Atlassian Marketplace',
|
|
@@ -668,8 +673,6 @@ var _default = exports.default = {
|
|
|
668
673
|
'fabric.editor.notePanel.description': 'Dodaj napomenu na ploču u boji',
|
|
669
674
|
'fabric.editor.numberedColumn': 'Numerirani stupac',
|
|
670
675
|
'fabric.editor.off': '{formattingType} Isključeno',
|
|
671
|
-
'fabric.editor.offlineErrorFallbackDescription': 'Pokušaj ponovno učitati stranicu.',
|
|
672
|
-
'fabric.editor.offlineErrorFallbackHeading': 'Nešto nije u redu!',
|
|
673
676
|
'fabric.editor.on': '{formattingType} Uključeno',
|
|
674
677
|
'fabric.editor.openCellOptions': 'Otvori opcije ćelija',
|
|
675
678
|
'fabric.editor.openLink': 'Otvori poveznicu na novoj kartici',
|
|
@@ -777,6 +780,8 @@ var _default = exports.default = {
|
|
|
777
780
|
'fabric.editor.tables.resizeTable': 'Promijeni veličinu tablice',
|
|
778
781
|
'fabric.editor.tables.startedColumnResize': 'Započela promjena veličine stupca',
|
|
779
782
|
'fabric.editor.task': 'Zadatak',
|
|
783
|
+
'fabric.editor.taskDecision.markTaskAsCompleted': 'Označi zadatak kao dovršen',
|
|
784
|
+
'fabric.editor.taskDecision.markTaskAsNotCompleted': 'Označi da zadatak nije dovršen',
|
|
780
785
|
'fabric.editor.taskPlaceholder': "Upiši svoju radnju, upotrijebi '@' za dodjelu nekome.",
|
|
781
786
|
'fabric.editor.text.formatting.off': 'Formatiranje teksta isključeno',
|
|
782
787
|
'fabric.editor.textColor': '{selectedColorName} Boja teksta',
|
package/dist/cjs/i18n/hu.js
CHANGED
|
@@ -16,6 +16,9 @@ var _default = exports.default = {
|
|
|
16
16
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Szerkesztés kész',
|
|
17
17
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Szerkesztések elvégzése',
|
|
18
18
|
'editor-common-extensibility.macro.button.configure': '{macroName} konfigurálása',
|
|
19
|
+
'editor.extension.legacyContentHeader': 'Örökölt tartalom',
|
|
20
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'Ez a tartalom korlátozott funkciókat tartalmaz,',
|
|
21
|
+
'editor.extension.legacyContentHeader.learnMore': 'További információ',
|
|
19
22
|
'fablric.editor.viewAllInserts': 'Összes beszúrás megtekintése',
|
|
20
23
|
'fabric.editor.action': 'Teendő',
|
|
21
24
|
'fabric.editor.action.description': 'Műveleti elemek létrehozása és hozzárendelése',
|
|
@@ -222,6 +225,7 @@ var _default = exports.default = {
|
|
|
222
225
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Emelj ki egy kifejezést, mozaikszót vagy rövidítést',
|
|
223
226
|
'fabric.editor.ai.selectionToolbar.define.title': 'Definiálás',
|
|
224
227
|
'fabric.editor.ai.toolbar.askAI.title': 'AI megkérdezése',
|
|
228
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': 'Kérdezd a Rovót…',
|
|
225
229
|
'fabric.editor.ai.toolbar.improveWriting.title': 'Írás továbbfejlesztése',
|
|
226
230
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Mondd meg az Atlassian Intelligence-nek, hogy javítson az általad kiválasztott szövegen',
|
|
227
231
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
@@ -324,6 +328,7 @@ var _default = exports.default = {
|
|
|
324
328
|
'fabric.editor.configPanel.invalid': 'Érvénytelen mező',
|
|
325
329
|
'fabric.editor.configPanel.required': 'Kötelező mező',
|
|
326
330
|
'fabric.editor.configPanel.submit': 'Küldés',
|
|
331
|
+
'fabric.editor.contextPanel.panelLabel': 'Kontextuspanel',
|
|
327
332
|
'fabric.editor.copiedToClipboard': 'Másolva!',
|
|
328
333
|
'fabric.editor.copyToClipboard': 'Másolás',
|
|
329
334
|
'fabric.editor.cornerControl': 'Táblázat kijelölése',
|
|
@@ -397,6 +402,7 @@ var _default = exports.default = {
|
|
|
397
402
|
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigáció',
|
|
398
403
|
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Jelentés',
|
|
399
404
|
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Megjelenítések és képek',
|
|
405
|
+
'fabric.editor.elementbrowser.featured.whiteboard.description': 'Rajztábla használatával vizuális elemeket adhatsz az oldaladhoz',
|
|
400
406
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Semmi sem felel meg a keresésednek',
|
|
401
407
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Próbálj más kifejezésre keresni, vagy fedezz fel új alkalmazásokat az Atlassian-termékekhez.',
|
|
402
408
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Atlassian Marketplace felfedezése',
|
|
@@ -603,8 +609,6 @@ var _default = exports.default = {
|
|
|
603
609
|
'fabric.editor.notePanel.description': 'Jegyzet hozzáadása színes panelen',
|
|
604
610
|
'fabric.editor.numberedColumn': 'Számozott oszlop',
|
|
605
611
|
'fabric.editor.off': '{formattingType} kikapcsolva',
|
|
606
|
-
'fabric.editor.offlineErrorFallbackDescription': 'Próbáld meg újra betölteni az oldalt.',
|
|
607
|
-
'fabric.editor.offlineErrorFallbackHeading': 'Hiba történt.',
|
|
608
612
|
'fabric.editor.on': '{formattingType} bekapcsolva',
|
|
609
613
|
'fabric.editor.openButtonTitle': 'Nyitott',
|
|
610
614
|
'fabric.editor.openCellOptions': 'Cellabeállítások megnyitása',
|
|
@@ -715,6 +719,8 @@ var _default = exports.default = {
|
|
|
715
719
|
'fabric.editor.tables.resizeTable': 'Táblázat átméretezése',
|
|
716
720
|
'fabric.editor.tables.startedColumnResize': 'Oszlop átméretezése elkezdve',
|
|
717
721
|
'fabric.editor.task': 'Feladat',
|
|
722
|
+
'fabric.editor.taskDecision.markTaskAsCompleted': 'Feladat megjelölése készként',
|
|
723
|
+
'fabric.editor.taskDecision.markTaskAsNotCompleted': 'Feladat megjelölése nincs készként',
|
|
718
724
|
'fabric.editor.taskPlaceholder': 'Írja be a műveletet. Az „@” jellel hozzárendelheti valakihez.',
|
|
719
725
|
'fabric.editor.text.formatting.off': 'Szövegformázás kikapcsolva',
|
|
720
726
|
'fabric.editor.textColor': '{selectedColorName} szövegszín',
|
|
@@ -749,6 +755,8 @@ var _default = exports.default = {
|
|
|
749
755
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Kezdj el gépelni a hivatkozási beállítások kereséséhez vagy szűréséhez',
|
|
750
756
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': 'Keresés',
|
|
751
757
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Hivatkozások a beszúrásokhoz és formázáshoz',
|
|
758
|
+
'fabric.editor.typeAheadErrorFallbackDescription': 'Próbálkozz újra.',
|
|
759
|
+
'fabric.editor.typeAheadErrorFallbackHeading': 'Hiba történt.',
|
|
752
760
|
'fabric.editor.typeahead.emojiInputLabel': 'Kezdj el gépelni az emojibeállítások kereséséhez vagy szűréséhez',
|
|
753
761
|
'fabric.editor.typeahead.emojiListItemLabel': '{name} emoji – {shortcut} szöveges hivatkozás',
|
|
754
762
|
'fabric.editor.typeahead.emojiPopupLabel': 'Emojihivatkozások',
|