@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/dist/es2019/i18n/it.js
CHANGED
|
@@ -10,6 +10,9 @@ export default {
|
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Modifiche terminate',
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Apporta modifiche',
|
|
12
12
|
'editor-common-extensibility.macro.button.configure': 'Configura {macroName}',
|
|
13
|
+
'editor.extension.legacyContentHeader': 'Contenuto legacy',
|
|
14
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'Questo contenuto presenta funzionalità limitate,',
|
|
15
|
+
'editor.extension.legacyContentHeader.learnMore': 'Scopri di più',
|
|
13
16
|
'fablric.editor.viewAllInserts': 'Visualizza tutti gli inserimenti',
|
|
14
17
|
'fabric.editor.action': 'Attività',
|
|
15
18
|
'fabric.editor.action.description': 'Crea e assegna elementi di azione',
|
|
@@ -216,6 +219,7 @@ export default {
|
|
|
216
219
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': "Evidenzia un termine, un acronimo o un'abbreviazione",
|
|
217
220
|
'fabric.editor.ai.selectionToolbar.define.title': 'Definisci',
|
|
218
221
|
'fabric.editor.ai.toolbar.askAI.title': 'Chiedi ad Atlassian Intelligence',
|
|
222
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': 'Chiedi a Rovo...',
|
|
219
223
|
'fabric.editor.ai.toolbar.improveWriting.title': 'Migliora lo stile',
|
|
220
224
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Indica ad Atlassian Intelligence di migliorare il contenuto da te selezionato',
|
|
221
225
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
@@ -318,6 +322,7 @@ export default {
|
|
|
318
322
|
'fabric.editor.configPanel.invalid': 'Campo non valido',
|
|
319
323
|
'fabric.editor.configPanel.required': 'Campo obbligatorio',
|
|
320
324
|
'fabric.editor.configPanel.submit': 'Invia',
|
|
325
|
+
'fabric.editor.contextPanel.panelLabel': 'Pannello del contesto',
|
|
321
326
|
'fabric.editor.copiedToClipboard': 'Copiato.',
|
|
322
327
|
'fabric.editor.copyToClipboard': 'Copia',
|
|
323
328
|
'fabric.editor.cornerControl': 'Evidenzia tabella',
|
|
@@ -391,6 +396,7 @@ export default {
|
|
|
391
396
|
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigazione',
|
|
392
397
|
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Creazione di report',
|
|
393
398
|
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Elementi visivi e immagini',
|
|
399
|
+
'fabric.editor.elementbrowser.featured.whiteboard.description': 'Usa una lavagna per aggiungere elementi visivi alla tua pagina',
|
|
394
400
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Non ci sono risultati per la tua ricerca',
|
|
395
401
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Prova a ripetere la ricerca con un termine diverso o scopri nuove app per i prodotti Atlassian.',
|
|
396
402
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': "Esplora l'Atlassian Marketplace",
|
|
@@ -597,8 +603,6 @@ export default {
|
|
|
597
603
|
'fabric.editor.notePanel.description': 'Aggiungi una nota in un pannello colorato',
|
|
598
604
|
'fabric.editor.numberedColumn': 'Colonna numerata',
|
|
599
605
|
'fabric.editor.off': '{formattingType} disattiva',
|
|
600
|
-
'fabric.editor.offlineErrorFallbackDescription': 'Prova a ricaricare la pagina.',
|
|
601
|
-
'fabric.editor.offlineErrorFallbackHeading': 'Si è verificato un problema.',
|
|
602
606
|
'fabric.editor.on': '{formattingType} attiva',
|
|
603
607
|
'fabric.editor.openButtonTitle': 'Apri',
|
|
604
608
|
'fabric.editor.openCellOptions': 'Apri opzioni cella',
|
|
@@ -709,6 +713,8 @@ export default {
|
|
|
709
713
|
'fabric.editor.tables.resizeTable': 'Ridimensiona tabella',
|
|
710
714
|
'fabric.editor.tables.startedColumnResize': 'Ridimensionamento della colonna avviato',
|
|
711
715
|
'fabric.editor.task': 'Task',
|
|
716
|
+
'fabric.editor.taskDecision.markTaskAsCompleted': 'Contrassegna il task come completato',
|
|
717
|
+
'fabric.editor.taskDecision.markTaskAsNotCompleted': 'Contrassegna il task come non completato',
|
|
712
718
|
'fabric.editor.taskPlaceholder': 'Digita la tua azione e usa “@” per assegnarla a qualcuno.',
|
|
713
719
|
'fabric.editor.text.formatting.off': 'Formattazione del test disattivata',
|
|
714
720
|
'fabric.editor.textColor': 'Colore del testo {selectedColorName}',
|
|
@@ -743,6 +749,8 @@ export default {
|
|
|
743
749
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Inizia a digitare per cercare o filtrare le opzioni delle scelte rapide',
|
|
744
750
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': 'Cerca',
|
|
745
751
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Scelte rapide per inserimenti e formattazione',
|
|
752
|
+
'fabric.editor.typeAheadErrorFallbackDescription': 'Riprova.',
|
|
753
|
+
'fabric.editor.typeAheadErrorFallbackHeading': 'Si è verificato un problema.',
|
|
746
754
|
'fabric.editor.typeahead.emojiInputLabel': 'Inizia a digitare per cercare o filtrare le opzioni delle emoji',
|
|
747
755
|
'fabric.editor.typeahead.emojiListItemLabel': 'Emoji {name} Scelta rapida di testo {shortcut}',
|
|
748
756
|
'fabric.editor.typeahead.emojiPopupLabel': 'Scelte rapide per emoji',
|
package/dist/es2019/i18n/ja.js
CHANGED
|
@@ -10,6 +10,9 @@ export default {
|
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': '編集を完了',
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': '編集',
|
|
12
12
|
'editor-common-extensibility.macro.button.configure': '{macroName} を構成',
|
|
13
|
+
'editor.extension.legacyContentHeader': 'レガシー コンテンツ',
|
|
14
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'このコンテンツは機能が制限されています。',
|
|
15
|
+
'editor.extension.legacyContentHeader.learnMore': '詳細',
|
|
13
16
|
'fablric.editor.viewAllInserts': 'すべての挿入アイテムを表示',
|
|
14
17
|
'fabric.editor.action': 'アクション アイテム',
|
|
15
18
|
'fabric.editor.action.description': 'アクション アイテムを作成して割り当て',
|
|
@@ -217,6 +220,7 @@ export default {
|
|
|
217
220
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': '用語、頭字語、または略語をハイライトする',
|
|
218
221
|
'fabric.editor.ai.selectionToolbar.define.title': '定義',
|
|
219
222
|
'fabric.editor.ai.toolbar.askAI.title': 'Atlassian Intellgience に質問',
|
|
223
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': 'Rovo に質問...',
|
|
220
224
|
'fabric.editor.ai.toolbar.improveWriting.title': '文章を改善する',
|
|
221
225
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': '選択した文章を改善するよう Atlassian Intelligence に指示します',
|
|
222
226
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
@@ -319,6 +323,7 @@ export default {
|
|
|
319
323
|
'fabric.editor.configPanel.invalid': '無効なフィールド',
|
|
320
324
|
'fabric.editor.configPanel.required': '必須フィールド',
|
|
321
325
|
'fabric.editor.configPanel.submit': '送信',
|
|
326
|
+
'fabric.editor.contextPanel.panelLabel': 'コンテキスト パネル',
|
|
322
327
|
'fabric.editor.copiedToClipboard': 'コピーしました',
|
|
323
328
|
'fabric.editor.copyToClipboard': 'コピー',
|
|
324
329
|
'fabric.editor.cornerControl': 'テーブルをハイライト',
|
|
@@ -392,6 +397,7 @@ export default {
|
|
|
392
397
|
'fabric.editor.elementbrowser.categorylist.category-navigation': 'ナビゲーション',
|
|
393
398
|
'fabric.editor.elementbrowser.categorylist.category-reporting': 'レポート',
|
|
394
399
|
'fabric.editor.elementbrowser.categorylist.category-visuals': 'ビジュアルと画像',
|
|
400
|
+
'fabric.editor.elementbrowser.featured.whiteboard.description': 'ホワイトボードを使用してページにビジュアルを追加します',
|
|
395
401
|
'fabric.editor.elementbrowser.search.empty-state.heading': '検索条件に一致するデータがありませんでした',
|
|
396
402
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': '別の用語で検索するか、アトラシアン製品の新しいアプリを探してください。',
|
|
397
403
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Atlassian Marketplace を見る',
|
|
@@ -598,8 +604,6 @@ export default {
|
|
|
598
604
|
'fabric.editor.notePanel.description': '色付きのメモ パネルを追加',
|
|
599
605
|
'fabric.editor.numberedColumn': '番号付き列',
|
|
600
606
|
'fabric.editor.off': '{formattingType}オフ',
|
|
601
|
-
'fabric.editor.offlineErrorFallbackDescription': 'ページを再読み込みしてください。',
|
|
602
|
-
'fabric.editor.offlineErrorFallbackHeading': 'エラーが発生しました。',
|
|
603
607
|
'fabric.editor.on': '{formattingType}オン',
|
|
604
608
|
'fabric.editor.openButtonTitle': 'オープン',
|
|
605
609
|
'fabric.editor.openCellOptions': 'セルのオプションを開く',
|
|
@@ -710,6 +714,8 @@ export default {
|
|
|
710
714
|
'fabric.editor.tables.resizeTable': 'テーブルのサイズを変更する',
|
|
711
715
|
'fabric.editor.tables.startedColumnResize': '列のサイズ変更を開始しました',
|
|
712
716
|
'fabric.editor.task': 'タスク',
|
|
717
|
+
'fabric.editor.taskDecision.markTaskAsCompleted': 'タスクを完了としてマーク',
|
|
718
|
+
'fabric.editor.taskDecision.markTaskAsNotCompleted': 'タスクを未完了としてマーク',
|
|
713
719
|
'fabric.editor.taskPlaceholder': 'アクションを入力し、「@」を使用して担当者を割り当てます。',
|
|
714
720
|
'fabric.editor.text.formatting.off': 'テキスト書式設定オフ',
|
|
715
721
|
'fabric.editor.textColor': '「{selectedColorName}」テキスト カラー',
|
|
@@ -744,6 +750,8 @@ export default {
|
|
|
744
750
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'ショートカット オプションを検索または絞り込むには、入力を開始してください。',
|
|
745
751
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': '検索',
|
|
746
752
|
'fabric.editor.typeAhead.quickInsertPopupLabel': '挿入と書式設定のショートカット',
|
|
753
|
+
'fabric.editor.typeAheadErrorFallbackDescription': 'もう一度お試しください。',
|
|
754
|
+
'fabric.editor.typeAheadErrorFallbackHeading': 'エラーが発生しました',
|
|
747
755
|
'fabric.editor.typeahead.emojiInputLabel': '絵文字オプションを検索または絞り込むには、入力を開始してください。',
|
|
748
756
|
'fabric.editor.typeahead.emojiListItemLabel': '絵文字 {name} テキスト ショートカット {shortcut}',
|
|
749
757
|
'fabric.editor.typeahead.emojiPopupLabel': '絵文字ショートカット',
|
package/dist/es2019/i18n/ko.js
CHANGED
|
@@ -10,6 +10,9 @@ export default {
|
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': '편집 완료',
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': '편집',
|
|
12
12
|
'editor-common-extensibility.macro.button.configure': '{macroName} 구성',
|
|
13
|
+
'editor.extension.legacyContentHeader': '레거시 콘텐츠',
|
|
14
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': '이 콘텐츠는 기능이 제한되어 있습니다.',
|
|
15
|
+
'editor.extension.legacyContentHeader.learnMore': '자세히 알아보기',
|
|
13
16
|
'fablric.editor.viewAllInserts': '모든 삽입 보기',
|
|
14
17
|
'fabric.editor.action': '작업 항목',
|
|
15
18
|
'fabric.editor.action.description': '작업 항목 만들기 및 할당',
|
|
@@ -217,6 +220,7 @@ export default {
|
|
|
217
220
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': '용어, 머리글자어 또는 약어를 강조 표시합니다',
|
|
218
221
|
'fabric.editor.ai.selectionToolbar.define.title': '정의',
|
|
219
222
|
'fabric.editor.ai.toolbar.askAI.title': 'AI에게 물어보기',
|
|
223
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': 'Rovo에게 물어보기...',
|
|
220
224
|
'fabric.editor.ai.toolbar.improveWriting.title': '작성 내용 개선',
|
|
221
225
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Atlassian Intelligence에 선택한 글을 개선하도록 요청하세요',
|
|
222
226
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
@@ -319,6 +323,7 @@ export default {
|
|
|
319
323
|
'fabric.editor.configPanel.invalid': '유효하지 않은 필드',
|
|
320
324
|
'fabric.editor.configPanel.required': '필수 필드',
|
|
321
325
|
'fabric.editor.configPanel.submit': '제출',
|
|
326
|
+
'fabric.editor.contextPanel.panelLabel': '컨텍스트 패널',
|
|
322
327
|
'fabric.editor.copiedToClipboard': '복사되었습니다!',
|
|
323
328
|
'fabric.editor.copyToClipboard': '복사',
|
|
324
329
|
'fabric.editor.cornerControl': '표 강조',
|
|
@@ -392,6 +397,7 @@ export default {
|
|
|
392
397
|
'fabric.editor.elementbrowser.categorylist.category-navigation': '탐색',
|
|
393
398
|
'fabric.editor.elementbrowser.categorylist.category-reporting': '보고',
|
|
394
399
|
'fabric.editor.elementbrowser.categorylist.category-visuals': '시각 및 이미지',
|
|
400
|
+
'fabric.editor.elementbrowser.featured.whiteboard.description': '화이트보드를 사용하여 페이지에 시각적 개체를 추가합니다',
|
|
395
401
|
'fabric.editor.elementbrowser.search.empty-state.heading': '일치하는 검색 결과 없음',
|
|
396
402
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': '다른 용어로 검색하거나 Atlassian 제품의 새로운 앱을 찾아보세요.',
|
|
397
403
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Atlassian Marketplace 둘러보기',
|
|
@@ -598,8 +604,6 @@ export default {
|
|
|
598
604
|
'fabric.editor.notePanel.description': '색상 있는 패널에 메모 추가',
|
|
599
605
|
'fabric.editor.numberedColumn': '번호 매기기 열',
|
|
600
606
|
'fabric.editor.off': '{formattingType} 꺼짐',
|
|
601
|
-
'fabric.editor.offlineErrorFallbackDescription': '페이지를 다시 로드해 보세요.',
|
|
602
|
-
'fabric.editor.offlineErrorFallbackHeading': '문제가 발생했습니다!',
|
|
603
607
|
'fabric.editor.on': '{formattingType} 켜짐',
|
|
604
608
|
'fabric.editor.openButtonTitle': '미해결',
|
|
605
609
|
'fabric.editor.openCellOptions': '셀 옵션 열기',
|
|
@@ -710,6 +714,8 @@ export default {
|
|
|
710
714
|
'fabric.editor.tables.resizeTable': '표 크기 조정',
|
|
711
715
|
'fabric.editor.tables.startedColumnResize': '열 크기 조정 시작됨',
|
|
712
716
|
'fabric.editor.task': '작업',
|
|
717
|
+
'fabric.editor.taskDecision.markTaskAsCompleted': '작업을 완료로 표시',
|
|
718
|
+
'fabric.editor.taskDecision.markTaskAsNotCompleted': '작업을 완료되지 않음으로 표시',
|
|
713
719
|
'fabric.editor.taskPlaceholder': "작업을 입력하고 '@'를 사용하여 할당합니다.",
|
|
714
720
|
'fabric.editor.text.formatting.off': '텍스트 서식 꺼짐',
|
|
715
721
|
'fabric.editor.textColor': '{selectedColorName} 텍스트 색상',
|
|
@@ -744,6 +750,8 @@ export default {
|
|
|
744
750
|
'fabric.editor.typeAhead.quickInsertInputLabel': '입력을 시작하여 바로 가기 옵션을 검색하거나 필터링',
|
|
745
751
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': '검색',
|
|
746
752
|
'fabric.editor.typeAhead.quickInsertPopupLabel': '삽입 및 서식 지정을 위한 바로 가기',
|
|
753
|
+
'fabric.editor.typeAheadErrorFallbackDescription': '다시 시도하세요.',
|
|
754
|
+
'fabric.editor.typeAheadErrorFallbackHeading': '문제가 발생했습니다!',
|
|
747
755
|
'fabric.editor.typeahead.emojiInputLabel': '입력을 시작하여 이모지 옵션을 검색하거나 필터링',
|
|
748
756
|
'fabric.editor.typeahead.emojiListItemLabel': '이모지 {name} 텍스트 바로 가기 {shortcut}',
|
|
749
757
|
'fabric.editor.typeahead.emojiPopupLabel': '이모지 바로 가기',
|
package/dist/es2019/i18n/nb.js
CHANGED
|
@@ -10,6 +10,9 @@ export default {
|
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Redigering fullført',
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Rediger',
|
|
12
12
|
'editor-common-extensibility.macro.button.configure': 'Konfigurer {macroName}',
|
|
13
|
+
'editor.extension.legacyContentHeader': 'Eldre innhold',
|
|
14
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'Dette innholdet har begrenset funksjonalitet.',
|
|
15
|
+
'editor.extension.legacyContentHeader.learnMore': 'Finn ut mer',
|
|
13
16
|
'fablric.editor.viewAllInserts': 'Vis alle innsettinger',
|
|
14
17
|
'fabric.editor.action': 'Handlingselement',
|
|
15
18
|
'fabric.editor.action.description': 'Opprett og tilordne handlinger',
|
|
@@ -216,6 +219,7 @@ export default {
|
|
|
216
219
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Uthev et ord, et akronym eller en forkortelse',
|
|
217
220
|
'fabric.editor.ai.selectionToolbar.define.title': 'Definer',
|
|
218
221
|
'fabric.editor.ai.toolbar.askAI.title': 'Spør Atlassian Intelligence',
|
|
222
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': 'Spør Rovo …',
|
|
219
223
|
'fabric.editor.ai.toolbar.improveWriting.title': 'Forbedre skrivingen',
|
|
220
224
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Be Atlassian Intelligence forbedre skrivingen av utvalget ditt',
|
|
221
225
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
@@ -318,6 +322,7 @@ export default {
|
|
|
318
322
|
'fabric.editor.configPanel.invalid': 'Ugyldig felt',
|
|
319
323
|
'fabric.editor.configPanel.required': 'Obligatorisk felt',
|
|
320
324
|
'fabric.editor.configPanel.submit': 'Send inn',
|
|
325
|
+
'fabric.editor.contextPanel.panelLabel': 'Kontekstpanel',
|
|
321
326
|
'fabric.editor.copiedToClipboard': 'Kopiert!',
|
|
322
327
|
'fabric.editor.copyToClipboard': 'Kopier',
|
|
323
328
|
'fabric.editor.cornerControl': 'Fremhev tabell',
|
|
@@ -391,6 +396,7 @@ export default {
|
|
|
391
396
|
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigasjon',
|
|
392
397
|
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Rapportering',
|
|
393
398
|
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Bilder og grafikk',
|
|
399
|
+
'fabric.editor.elementbrowser.featured.whiteboard.description': 'Bruk en tavle til å legge til visuelle elementer på siden',
|
|
394
400
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Ingen treff for søket ditt.',
|
|
395
401
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Prøv å søke med et annet uttrykk eller oppdag nye apper for Atlassian-produkter.',
|
|
396
402
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Utforsk Atlassian Marketplace',
|
|
@@ -597,8 +603,6 @@ export default {
|
|
|
597
603
|
'fabric.editor.notePanel.description': 'Legg til en merknad i et farget panel',
|
|
598
604
|
'fabric.editor.numberedColumn': 'Nummert kolonne',
|
|
599
605
|
'fabric.editor.off': '{formattingType} av',
|
|
600
|
-
'fabric.editor.offlineErrorFallbackDescription': 'Prøv å laste inn siden på nytt.',
|
|
601
|
-
'fabric.editor.offlineErrorFallbackHeading': 'Noe gikk galt!',
|
|
602
606
|
'fabric.editor.on': '{formattingType} på',
|
|
603
607
|
'fabric.editor.openButtonTitle': 'Åpen',
|
|
604
608
|
'fabric.editor.openCellOptions': 'Åpne cellealternativer',
|
|
@@ -709,6 +713,8 @@ export default {
|
|
|
709
713
|
'fabric.editor.tables.resizeTable': 'Endre størrelse på tabellen',
|
|
710
714
|
'fabric.editor.tables.startedColumnResize': 'Startet størrelsesendring av kolonne',
|
|
711
715
|
'fabric.editor.task': 'Oppgave',
|
|
716
|
+
'fabric.editor.taskDecision.markTaskAsCompleted': 'Merk oppgaven som fullført',
|
|
717
|
+
'fabric.editor.taskDecision.markTaskAsNotCompleted': 'Merk oppgaven som ikke fullført',
|
|
712
718
|
'fabric.editor.taskPlaceholder': 'Skriv inn handlingen. Bruk @ for å tilordne den til noen.',
|
|
713
719
|
'fabric.editor.text.formatting.off': 'Tekstformatering av',
|
|
714
720
|
'fabric.editor.textColor': 'Tekstfargen {selectedColorName}',
|
|
@@ -743,6 +749,8 @@ export default {
|
|
|
743
749
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Begynn å skrive for å søke eller filtrere snarveialternativer',
|
|
744
750
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': 'Søk',
|
|
745
751
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Snarveier for innsettinger og formatering',
|
|
752
|
+
'fabric.editor.typeAheadErrorFallbackDescription': 'Prøv på nytt.',
|
|
753
|
+
'fabric.editor.typeAheadErrorFallbackHeading': 'Noe gikk galt!',
|
|
746
754
|
'fabric.editor.typeahead.emojiInputLabel': 'Begynn å skrive for å søke eller filtrere emoji-alternativer',
|
|
747
755
|
'fabric.editor.typeahead.emojiListItemLabel': 'Emoji {name} Tekstsnarvei {shortcut}',
|
|
748
756
|
'fabric.editor.typeahead.emojiPopupLabel': 'Emoji-snarveier',
|
package/dist/es2019/i18n/nl.js
CHANGED
|
@@ -10,6 +10,9 @@ export default {
|
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Klaar met bewerken',
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Bewerkingen maken',
|
|
12
12
|
'editor-common-extensibility.macro.button.configure': '{macroName} configureren',
|
|
13
|
+
'editor.extension.legacyContentHeader': 'Verouderde inhoud',
|
|
14
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'Deze inhoud heeft beperkte functionaliteit,',
|
|
15
|
+
'editor.extension.legacyContentHeader.learnMore': 'Meer informatie',
|
|
13
16
|
'fablric.editor.viewAllInserts': 'Alle invoegbare elementen bekijken',
|
|
14
17
|
'fabric.editor.action': 'Actiepunt',
|
|
15
18
|
'fabric.editor.action.description': 'Actie-items maken en toewijzen',
|
|
@@ -216,6 +219,7 @@ export default {
|
|
|
216
219
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Een term, acroniem of afkorting markeren',
|
|
217
220
|
'fabric.editor.ai.selectionToolbar.define.title': 'Definiëren',
|
|
218
221
|
'fabric.editor.ai.toolbar.askAI.title': 'Vragen aan AI',
|
|
222
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': 'Vraag Rovo ...',
|
|
219
223
|
'fabric.editor.ai.toolbar.improveWriting.title': 'Schrijfstijl verbeteren',
|
|
220
224
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Geef Atlassian Intelligence de opdracht om de door jou geselecteerde tekst te verbeteren',
|
|
221
225
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
@@ -318,6 +322,7 @@ export default {
|
|
|
318
322
|
'fabric.editor.configPanel.invalid': 'Ongeldig veld',
|
|
319
323
|
'fabric.editor.configPanel.required': 'Verplicht veld',
|
|
320
324
|
'fabric.editor.configPanel.submit': 'Verzenden',
|
|
325
|
+
'fabric.editor.contextPanel.panelLabel': 'Contextvenster',
|
|
321
326
|
'fabric.editor.copiedToClipboard': 'Gekopieerd!',
|
|
322
327
|
'fabric.editor.copyToClipboard': 'Kopiëren',
|
|
323
328
|
'fabric.editor.cornerControl': 'Tabel markeren',
|
|
@@ -391,6 +396,7 @@ export default {
|
|
|
391
396
|
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigatie',
|
|
392
397
|
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Rapportage',
|
|
393
398
|
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Beeldmateriaal en afbeeldingen',
|
|
399
|
+
'fabric.editor.elementbrowser.featured.whiteboard.description': 'Gebruik een whiteboard om visuele elementen toe te voegen aan je pagina',
|
|
394
400
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Er komt niets met je zoekopdracht overeen',
|
|
395
401
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Probeer met een andere term te zoeken of ontdek nieuwe apps voor Atlassian-producten.',
|
|
396
402
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Atlassian Marketplace ontdekken',
|
|
@@ -597,8 +603,6 @@ export default {
|
|
|
597
603
|
'fabric.editor.notePanel.description': 'Een opmerking toevoegen in een gekleurd paneel',
|
|
598
604
|
'fabric.editor.numberedColumn': 'Genummerde kolom',
|
|
599
605
|
'fabric.editor.off': '{formattingType} uit',
|
|
600
|
-
'fabric.editor.offlineErrorFallbackDescription': 'Probeer de pagina opnieuw te laden.',
|
|
601
|
-
'fabric.editor.offlineErrorFallbackHeading': 'Er is iets misgegaan.',
|
|
602
606
|
'fabric.editor.on': '{formattingType} aan',
|
|
603
607
|
'fabric.editor.openButtonTitle': 'Openen',
|
|
604
608
|
'fabric.editor.openCellOptions': 'Celopties openen',
|
|
@@ -709,6 +713,8 @@ export default {
|
|
|
709
713
|
'fabric.editor.tables.resizeTable': 'Formaat van tabel wijzigen',
|
|
710
714
|
'fabric.editor.tables.startedColumnResize': 'Wijzigen van het formaat van de kolom is gestart',
|
|
711
715
|
'fabric.editor.task': 'Taak',
|
|
716
|
+
'fabric.editor.taskDecision.markTaskAsCompleted': 'Taak als voltooid markeren',
|
|
717
|
+
'fabric.editor.taskDecision.markTaskAsNotCompleted': 'Taak als niet voltooid markeren',
|
|
712
718
|
'fabric.editor.taskPlaceholder': "Geef je actie in en gebruik een '@' om de actie aan iemand toe te wijzen.",
|
|
713
719
|
'fabric.editor.text.formatting.off': 'Tekst formatteren uit',
|
|
714
720
|
'fabric.editor.textColor': '{selectedColorName} Tekstkleur',
|
|
@@ -743,6 +749,8 @@ export default {
|
|
|
743
749
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Begin te typen om te zoeken of om te filteren op opties voor sneltoetsen',
|
|
744
750
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': 'Zoeken',
|
|
745
751
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Sneltoetsen voor invoegen en opmaak',
|
|
752
|
+
'fabric.editor.typeAheadErrorFallbackDescription': 'Probeer het opnieuw.',
|
|
753
|
+
'fabric.editor.typeAheadErrorFallbackHeading': 'Er is iets misgegaan.',
|
|
746
754
|
'fabric.editor.typeahead.emojiInputLabel': 'Begin te typen om te zoeken of om te filteren op opties voor emoticons',
|
|
747
755
|
'fabric.editor.typeahead.emojiListItemLabel': 'Tekstsneltoets {shortcut} voor de {name} emoticon',
|
|
748
756
|
'fabric.editor.typeahead.emojiPopupLabel': 'Sneltoetsen voor emoticons',
|
package/dist/es2019/i18n/pl.js
CHANGED
|
@@ -10,6 +10,8 @@ export default {
|
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Edycja ukończona',
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Wprowadź zmiany',
|
|
12
12
|
'editor-common-extensibility.macro.button.configure': 'Skonfiguruj makro {macroName}',
|
|
13
|
+
'editor.extension.legacyContentHeader': 'Starsza treść',
|
|
14
|
+
'editor.extension.legacyContentHeader.learnMore': 'Dowiedz się więcej',
|
|
13
15
|
'fablric.editor.viewAllInserts': 'Wyświetl wszystkie wstawiane elementy',
|
|
14
16
|
'fabric.editor.action': 'Element akcji',
|
|
15
17
|
'fabric.editor.action.description': 'Utwórz i przypisz elementy akcji',
|
|
@@ -176,7 +178,7 @@ export default {
|
|
|
176
178
|
'fabric.editor.ai.experience-application.documentInsertError': 'Wystąpiły problemy podczas wstawienia odpowiedzi. Zamknij okno dialogowe i spróbuj ponownie.',
|
|
177
179
|
'fabric.editor.ai.experience-application.error-boundary.markdownErrorMessage': 'Wystąpiły problemy podczas generowania podglądu. Zamknij okno dialogowe i spróbuj ponownie.',
|
|
178
180
|
'fabric.editor.ai.experience-application.rateLimitEnforced': 'Ostatnio otrzymaliśmy zbyt wiele żądań do Atlassian Intelligence (AI). Spróbuj ponownie za kilka minut lub przeczytaj o <link>nadmiernym wykorzystaniu AI</link>.',
|
|
179
|
-
'fabric.editor.ai.experience-application.tokenLimitExceeded': 'Nie można pobrać odpowiedzi. Twoja podpowiedź lub odpowiedź przekroczyła limit tego
|
|
181
|
+
'fabric.editor.ai.experience-application.tokenLimitExceeded': 'Nie można pobrać odpowiedzi. Twoja podpowiedź lub odpowiedź przekroczyła limit tego wniosku. Zamknij okno dialogowe i spróbuj ponownie.',
|
|
180
182
|
'fabric.editor.ai.experience-application.unhandledErrorMessage': 'Wystąpiły problemy. Zamknij okno dialogowe i spróbuj ponownie.',
|
|
181
183
|
'fabric.editor.ai.experience.apiError': 'Nie można uzyskać odpowiedzi. Spróbuj ponownie.',
|
|
182
184
|
'fabric.editor.ai.experience.aupViolationMessage': 'Twoje polecenie lub treść może nie być zgodne z naszymi Zasadami dopuszczalnego użytkowania. Przejrzyj je i w razie potrzeby zapoznaj się z naszymi <link>Zasadami dopuszczalnego użytkowania</link>. Jeśli problem nie ustąpi, rozważ wypróbowanie innego polecenia lub treści.',
|
|
@@ -187,7 +189,7 @@ export default {
|
|
|
187
189
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Możesz teraz wklejać łącza 🔗 do zawartości Jiry i Confluence w swoich poleceniach.',
|
|
188
190
|
'fabric.editor.ai.experience.footerRightText.agents': 'Obsługiwane przez Rovo',
|
|
189
191
|
'fabric.editor.ai.experience.generatingAiResponse': 'Generowanie',
|
|
190
|
-
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence nie może przetworzyć Twojego
|
|
192
|
+
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence nie może przetworzyć Twojego wniosku, ponieważ treść zawiera łącza do zawartości podlegających ograniczeniom przepisów HIPAA. Usuń te łącza i spróbuj ponownie.',
|
|
191
193
|
'fabric.editor.ai.experience.inputTooShortError': 'Treść jest za krótka, aby ją podsumować. Dodaj więcej i spróbuj ponownie.',
|
|
192
194
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) nie odpowiada. Spróbuj ponownie później lub <link>sprawdź status AI</link>.',
|
|
193
195
|
'fabric.editor.ai.experience.labelRight.atlassianIntelligence': 'Atlassian Intelligence',
|
|
@@ -213,10 +215,11 @@ export default {
|
|
|
213
215
|
'fabric.editor.ai.proactive.error.unhandledErrorMessage': 'Wystąpiły problemy. Zamknij okno dialogowe i spróbuj ponownie.',
|
|
214
216
|
'fabric.editor.ai.proactive.preview.insertBelowProactiveRecommendation': 'Wstaw poniżej',
|
|
215
217
|
'fabric.editor.ai.proactive.preview.replaceProactiveRecommendation': 'Zamień',
|
|
216
|
-
'fabric.editor.ai.screens.preview.convoAIBeta': '
|
|
218
|
+
'fabric.editor.ai.screens.preview.convoAIBeta': 'Wnioski o generowanie treści odwołujące się do adresów URL znajdują się w wersji beta.',
|
|
217
219
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Wyróżnij termin, akronim lub skrót',
|
|
218
220
|
'fabric.editor.ai.selectionToolbar.define.title': 'Podaj definicję',
|
|
219
221
|
'fabric.editor.ai.toolbar.askAI.title': 'Zapytaj AI',
|
|
222
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': 'Zapytaj Rovo…',
|
|
220
223
|
'fabric.editor.ai.toolbar.improveWriting.title': 'Popraw styl',
|
|
221
224
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Poproś Atlassian Intelligence o poprawienie wybranego tekstu',
|
|
222
225
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
@@ -319,6 +322,7 @@ export default {
|
|
|
319
322
|
'fabric.editor.configPanel.invalid': 'Nieprawidłowe pole',
|
|
320
323
|
'fabric.editor.configPanel.required': 'Pole wymagane',
|
|
321
324
|
'fabric.editor.configPanel.submit': 'Wyślij',
|
|
325
|
+
'fabric.editor.contextPanel.panelLabel': 'Panel kontekstu',
|
|
322
326
|
'fabric.editor.copiedToClipboard': 'Skopiowano!',
|
|
323
327
|
'fabric.editor.copyToClipboard': 'Kopiuj',
|
|
324
328
|
'fabric.editor.cornerControl': 'Zaznacz tablicę',
|
|
@@ -392,6 +396,7 @@ export default {
|
|
|
392
396
|
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Nawigacja',
|
|
393
397
|
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Raportowanie',
|
|
394
398
|
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Elementy wizualne i obrazy',
|
|
399
|
+
'fabric.editor.elementbrowser.featured.whiteboard.description': 'Użyj tablicy, aby dodać wizualizacje do swojej strony',
|
|
395
400
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Brak wyników pasujących do wyszukiwania',
|
|
396
401
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Spróbuj wyszukać inny termin lub zapoznaj się z nowymi aplikacjami do produktów Atlassian.',
|
|
397
402
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Poznaj sklep Atlassian Marketplace',
|
|
@@ -598,8 +603,6 @@ export default {
|
|
|
598
603
|
'fabric.editor.notePanel.description': 'Dodaj uwagę w kolorze',
|
|
599
604
|
'fabric.editor.numberedColumn': 'Kolumna numerowana',
|
|
600
605
|
'fabric.editor.off': '{formattingType} wył.',
|
|
601
|
-
'fabric.editor.offlineErrorFallbackDescription': 'Spróbuj załadować stronę ponownie.',
|
|
602
|
-
'fabric.editor.offlineErrorFallbackHeading': 'Coś poszło nie tak',
|
|
603
606
|
'fabric.editor.on': '{formattingType} wł.',
|
|
604
607
|
'fabric.editor.openButtonTitle': 'Otwórz',
|
|
605
608
|
'fabric.editor.openCellOptions': 'Otwórz opcje komórki',
|
|
@@ -710,6 +713,8 @@ export default {
|
|
|
710
713
|
'fabric.editor.tables.resizeTable': 'Zmień rozmiar tabeli',
|
|
711
714
|
'fabric.editor.tables.startedColumnResize': 'Rozpoczęto zmianę rozmiaru kolumny',
|
|
712
715
|
'fabric.editor.task': 'Zadanie',
|
|
716
|
+
'fabric.editor.taskDecision.markTaskAsCompleted': 'Oznacz zadanie jako ukończone',
|
|
717
|
+
'fabric.editor.taskDecision.markTaskAsNotCompleted': 'Oznacz zadanie jako nieukończone',
|
|
713
718
|
'fabric.editor.taskPlaceholder': 'Wprowadź swoją akcję, użyj „@”, aby przypisać ją do użytkownika.',
|
|
714
719
|
'fabric.editor.text.formatting.off': 'Formatowanie tekstu wył.',
|
|
715
720
|
'fabric.editor.textColor': 'Kolor tekstu: {selectedColorName}',
|
|
@@ -744,6 +749,8 @@ export default {
|
|
|
744
749
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Zacznij pisać, aby wyszukać lub filtrować opcje skrótów',
|
|
745
750
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': 'Wyszukaj',
|
|
746
751
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Skróty do wstawiania i formatowania',
|
|
752
|
+
'fabric.editor.typeAheadErrorFallbackDescription': 'Spróbuj ponownie.',
|
|
753
|
+
'fabric.editor.typeAheadErrorFallbackHeading': 'Coś poszło nie tak',
|
|
747
754
|
'fabric.editor.typeahead.emojiInputLabel': 'Zacznij pisać, aby wyszukać lub filtrować opcje emoji',
|
|
748
755
|
'fabric.editor.typeahead.emojiListItemLabel': 'Emoji {name} — skrót tekstowy {shortcut}',
|
|
749
756
|
'fabric.editor.typeahead.emojiPopupLabel': 'Skróty emoji',
|
|
@@ -10,6 +10,9 @@ export default {
|
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Edição feita',
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Fazer edições',
|
|
12
12
|
'editor-common-extensibility.macro.button.configure': 'Configurar {macroName}',
|
|
13
|
+
'editor.extension.legacyContentHeader': 'Conteúdo herdado',
|
|
14
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'Este conteúdo tem funcionalidade limitada,',
|
|
15
|
+
'editor.extension.legacyContentHeader.learnMore': 'Saiba mais',
|
|
13
16
|
'fablric.editor.viewAllInserts': 'Exibir todas as inserções',
|
|
14
17
|
'fabric.editor.action': 'Item de ação',
|
|
15
18
|
'fabric.editor.action.description': 'Criar e atribuir itens de ação',
|
|
@@ -215,6 +218,7 @@ export default {
|
|
|
215
218
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Destaque um termo, um acrônimo ou uma abreviatura',
|
|
216
219
|
'fabric.editor.ai.selectionToolbar.define.title': 'Definir',
|
|
217
220
|
'fabric.editor.ai.toolbar.askAI.title': 'Perguntar ao Atlassian Intelligence',
|
|
221
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': 'Pergunte ao Rovo...',
|
|
218
222
|
'fabric.editor.ai.toolbar.improveWriting.title': 'Melhorar a escrita',
|
|
219
223
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Peça ao Atlassian Intelligence que melhore a redação do texto selecionado',
|
|
220
224
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
@@ -317,6 +321,7 @@ export default {
|
|
|
317
321
|
'fabric.editor.configPanel.invalid': 'Campo inválido',
|
|
318
322
|
'fabric.editor.configPanel.required': 'Campo obrigatório',
|
|
319
323
|
'fabric.editor.configPanel.submit': 'Enviar',
|
|
324
|
+
'fabric.editor.contextPanel.panelLabel': 'Painel de contexto',
|
|
320
325
|
'fabric.editor.copiedToClipboard': 'Copiado!',
|
|
321
326
|
'fabric.editor.copyToClipboard': 'Copiar',
|
|
322
327
|
'fabric.editor.cornerControl': 'Destacar tabela',
|
|
@@ -390,6 +395,7 @@ export default {
|
|
|
390
395
|
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navegação',
|
|
391
396
|
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Relatórios',
|
|
392
397
|
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Imagens e efeitos visuais',
|
|
398
|
+
'fabric.editor.elementbrowser.featured.whiteboard.description': 'Use um quadro branco para adicionar recursos visuais à página',
|
|
393
399
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Não há resultados para a pesquisa',
|
|
394
400
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Pesquise com um termo diferente ou descubra apps novos para produtos Atlassian.',
|
|
395
401
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explorar Atlassian Marketplace',
|
|
@@ -596,8 +602,6 @@ export default {
|
|
|
596
602
|
'fabric.editor.notePanel.description': 'Adicionar uma nota em um painel colorido',
|
|
597
603
|
'fabric.editor.numberedColumn': 'Coluna numerada',
|
|
598
604
|
'fabric.editor.off': '{formattingType} Desativado',
|
|
599
|
-
'fabric.editor.offlineErrorFallbackDescription': 'Recarregue a página.',
|
|
600
|
-
'fabric.editor.offlineErrorFallbackHeading': 'Algo deu errado!',
|
|
601
605
|
'fabric.editor.on': '{formattingType} Ativado',
|
|
602
606
|
'fabric.editor.openButtonTitle': 'Aberto',
|
|
603
607
|
'fabric.editor.openCellOptions': 'Abrir opções de célula',
|
|
@@ -708,6 +712,8 @@ export default {
|
|
|
708
712
|
'fabric.editor.tables.resizeTable': 'Redimensionar tabela',
|
|
709
713
|
'fabric.editor.tables.startedColumnResize': 'Redimensionamento da coluna iniciado',
|
|
710
714
|
'fabric.editor.task': 'Tarefa',
|
|
715
|
+
'fabric.editor.taskDecision.markTaskAsCompleted': 'Marcar a tarefa como concluída',
|
|
716
|
+
'fabric.editor.taskDecision.markTaskAsNotCompleted': 'Marcar a tarefa como não concluída',
|
|
711
717
|
'fabric.editor.taskPlaceholder': 'Digite sua ação e use "@" para atribuí-la a alguém.',
|
|
712
718
|
'fabric.editor.text.formatting.off': 'Formatação de texto desativada',
|
|
713
719
|
'fabric.editor.textColor': 'Cor do texto {selectedColorName}',
|
|
@@ -742,6 +748,8 @@ export default {
|
|
|
742
748
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Comece a digitar para pesquisar ou filtrar as opções de atalho',
|
|
743
749
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': 'Pesquisar',
|
|
744
750
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Atalhos para inserções e formatação',
|
|
751
|
+
'fabric.editor.typeAheadErrorFallbackDescription': 'Tente de novo.',
|
|
752
|
+
'fabric.editor.typeAheadErrorFallbackHeading': 'Algo deu errado!',
|
|
745
753
|
'fabric.editor.typeahead.emojiInputLabel': 'Comece a digitar para pesquisar ou filtrar as opções de emoji',
|
|
746
754
|
'fabric.editor.typeahead.emojiListItemLabel': 'Atalho de texto {shortcut} do emoji {name}',
|
|
747
755
|
'fabric.editor.typeahead.emojiPopupLabel': 'Atalhos de emojis',
|
package/dist/es2019/i18n/ru.js
CHANGED
|
@@ -10,6 +10,9 @@ export default {
|
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Закончить редактирование',
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Внести правки',
|
|
12
12
|
'editor-common-extensibility.macro.button.configure': 'Настроить макрос «{macroName}»',
|
|
13
|
+
'editor.extension.legacyContentHeader': 'Устаревший контент',
|
|
14
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'Функциональные возможности этого контента ограничены,',
|
|
15
|
+
'editor.extension.legacyContentHeader.learnMore': 'Подробнее',
|
|
13
16
|
'fablric.editor.viewAllInserts': 'Просмотреть все вставляемые элементы',
|
|
14
17
|
'fabric.editor.action': 'Задача',
|
|
15
18
|
'fabric.editor.action.description': 'Создавайте и назначайте задачи',
|
|
@@ -217,6 +220,7 @@ export default {
|
|
|
217
220
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Выделите термин, аббревиатуру или сокращение',
|
|
218
221
|
'fabric.editor.ai.selectionToolbar.define.title': 'Определить',
|
|
219
222
|
'fabric.editor.ai.toolbar.askAI.title': 'Задать вопрос Atlassian Intelligence',
|
|
223
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': 'Задайте вопрос Rovo…',
|
|
220
224
|
'fabric.editor.ai.toolbar.improveWriting.title': 'Улучшить текст',
|
|
221
225
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Скажите Atlassian Intelligence доработать выделенный текст',
|
|
222
226
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
@@ -319,6 +323,7 @@ export default {
|
|
|
319
323
|
'fabric.editor.configPanel.invalid': 'Недопустимое поле',
|
|
320
324
|
'fabric.editor.configPanel.required': 'Обязательное поле',
|
|
321
325
|
'fabric.editor.configPanel.submit': 'Отправить',
|
|
326
|
+
'fabric.editor.contextPanel.panelLabel': 'Контекстная панель',
|
|
322
327
|
'fabric.editor.copiedToClipboard': 'Скопировано!',
|
|
323
328
|
'fabric.editor.copyToClipboard': 'Скопировать',
|
|
324
329
|
'fabric.editor.cornerControl': 'Выделить таблицу',
|
|
@@ -392,6 +397,7 @@ export default {
|
|
|
392
397
|
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Навигация',
|
|
393
398
|
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Отчеты',
|
|
394
399
|
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Схемы и изображения',
|
|
400
|
+
'fabric.editor.elementbrowser.featured.whiteboard.description': 'Используйте доску для добавления на страницу визуальных элементов',
|
|
395
401
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'По вашему запросу ничего не найдено',
|
|
396
402
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Попробуйте изменить запрос или узнайте о новых приложениях для продуктов Atlassian.',
|
|
397
403
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Ознакомиться с Atlassian Marketplace',
|
|
@@ -598,8 +604,6 @@ export default {
|
|
|
598
604
|
'fabric.editor.notePanel.description': 'Добавить цветную заметку',
|
|
599
605
|
'fabric.editor.numberedColumn': 'Столбец с нумерацией',
|
|
600
606
|
'fabric.editor.off': '{formattingType} выкл.',
|
|
601
|
-
'fabric.editor.offlineErrorFallbackDescription': 'Попробуйте перезагрузить страницу.',
|
|
602
|
-
'fabric.editor.offlineErrorFallbackHeading': 'Произошла ошибка.',
|
|
603
607
|
'fabric.editor.on': '{formattingType} вкл.',
|
|
604
608
|
'fabric.editor.openButtonTitle': 'Открыть',
|
|
605
609
|
'fabric.editor.openCellOptions': 'Открыть параметры ячейки',
|
|
@@ -710,6 +714,8 @@ export default {
|
|
|
710
714
|
'fabric.editor.tables.resizeTable': 'Изменить размер таблицы',
|
|
711
715
|
'fabric.editor.tables.startedColumnResize': 'Начато изменение размера столбца',
|
|
712
716
|
'fabric.editor.task': 'Задание',
|
|
717
|
+
'fabric.editor.taskDecision.markTaskAsCompleted': 'Отметить задачу как выполненную',
|
|
718
|
+
'fabric.editor.taskDecision.markTaskAsNotCompleted': 'Отметить задачу как невыполненную',
|
|
713
719
|
'fabric.editor.taskPlaceholder': 'Укажите задание и назначьте исполнителя с помощью значка «@».',
|
|
714
720
|
'fabric.editor.text.formatting.off': 'Форматирование текста выкл.',
|
|
715
721
|
'fabric.editor.textColor': 'Цвет текста: {selectedColorName}',
|
|
@@ -744,6 +750,8 @@ export default {
|
|
|
744
750
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Начните вводить текст для поиска или фильтрации сочетаний клавиш',
|
|
745
751
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': 'Поиск',
|
|
746
752
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Сочетания клавиш для вставки и форматирования',
|
|
753
|
+
'fabric.editor.typeAheadErrorFallbackDescription': 'Повторите попытку.',
|
|
754
|
+
'fabric.editor.typeAheadErrorFallbackHeading': 'Произошла ошибка.',
|
|
747
755
|
'fabric.editor.typeahead.emojiInputLabel': 'Начните вводить текст для поиска или фильтрации эмодзи',
|
|
748
756
|
'fabric.editor.typeahead.emojiListItemLabel': 'Сочетание клавиш для эмодзи {name}: {shortcut}',
|
|
749
757
|
'fabric.editor.typeahead.emojiPopupLabel': 'Сочетания клавиш для эмодзи',
|
package/dist/es2019/i18n/sl.js
CHANGED
|
@@ -10,6 +10,9 @@ export default {
|
|
|
10
10
|
'editor-common-extensibility-extension-lozenge-editToggle.done.editing': 'Končaj urejanje',
|
|
11
11
|
'editor-common-extensibility-extension-lozenge-editToggle.make.edits': 'Uredi',
|
|
12
12
|
'editor-common-extensibility.macro.button.configure': 'Konfiguriranje makra {macroName}',
|
|
13
|
+
'editor.extension.legacyContentHeader': 'Starejša vsebina',
|
|
14
|
+
'editor.extension.legacyContentHeader.contentHasLimitedFunctionality': 'Ta vsebina ima omejeno funkcionalnost,',
|
|
15
|
+
'editor.extension.legacyContentHeader.learnMore': 'Izvedite več',
|
|
13
16
|
'fablric.editor.viewAllInserts': 'Ogled vseh vstavkov',
|
|
14
17
|
'fabric.editor.action': 'Element dejanja',
|
|
15
18
|
'fabric.editor.action.description': 'Ustvarjanje in dodelitev elementov dejanj',
|
|
@@ -285,6 +288,7 @@ export default {
|
|
|
285
288
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Označi izraz, kratico ali okrajšavo',
|
|
286
289
|
'fabric.editor.ai.selectionToolbar.define.title': 'Določitev',
|
|
287
290
|
'fabric.editor.ai.toolbar.askAI.title': 'Vprašaj AI',
|
|
291
|
+
'fabric.editor.ai.toolbar.askRovoInputButton.label': 'Vprašajte agenta Rovo ...',
|
|
288
292
|
'fabric.editor.ai.toolbar.improveWriting.title': 'Izboljšanje zapisa',
|
|
289
293
|
'fabric.editor.ai.toolbar.improveWriting.tooltip': 'Naročite orodju Atlassian Intelligence, naj izboljša zapis vašega izbora',
|
|
290
294
|
'fabric.editor.ai.toolbar.simplifiedAI.title': 'AI',
|
|
@@ -380,6 +384,7 @@ export default {
|
|
|
380
384
|
'fabric.editor.configPanel.invalid': 'Neveljavno polje',
|
|
381
385
|
'fabric.editor.configPanel.required': 'Obvezno polje',
|
|
382
386
|
'fabric.editor.configPanel.submit': 'Pošlji',
|
|
387
|
+
'fabric.editor.contextPanel.panelLabel': 'Kontekstna plošča',
|
|
383
388
|
'fabric.editor.copiedToClipboard': 'Kopirano!',
|
|
384
389
|
'fabric.editor.copyToClipboard': 'Kopiraj',
|
|
385
390
|
'fabric.editor.cornerControl': 'Označi tabelo',
|
|
@@ -451,6 +456,7 @@ export default {
|
|
|
451
456
|
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Krmarjenje',
|
|
452
457
|
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Poročanje',
|
|
453
458
|
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Ponazoritve in slike',
|
|
459
|
+
'fabric.editor.elementbrowser.featured.whiteboard.description': 'Uporabite belo tablo za dodajanje vizualnih elementov na stran',
|
|
454
460
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Nič se ne ujema z vašim iskanjem',
|
|
455
461
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Poskusite iskati z drugim izrazom ali odkrijte nove aplikacije za izdelke Atlassian.',
|
|
456
462
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Razišči Atlassian Marketplace',
|
|
@@ -654,8 +660,6 @@ export default {
|
|
|
654
660
|
'fabric.editor.notePanel.description': 'Dodajte opombo na barvni plošči',
|
|
655
661
|
'fabric.editor.numberedColumn': 'Oštevilčen stolpec',
|
|
656
662
|
'fabric.editor.off': '{formattingType} – izklopljeno',
|
|
657
|
-
'fabric.editor.offlineErrorFallbackDescription': 'Poskusite znova naložiti stran.',
|
|
658
|
-
'fabric.editor.offlineErrorFallbackHeading': 'Prišlo je do napake!',
|
|
659
663
|
'fabric.editor.on': '{formattingType} – vklopljeno',
|
|
660
664
|
'fabric.editor.openCellOptions': 'Odpri možnosti celice',
|
|
661
665
|
'fabric.editor.openLink': 'Odpri povezavo na novem zavihku',
|
|
@@ -763,6 +767,8 @@ export default {
|
|
|
763
767
|
'fabric.editor.tables.resizeTable': 'Spremeni velikost tabele',
|
|
764
768
|
'fabric.editor.tables.startedColumnResize': 'Začelo se je spreminjanje velikosti stolpca',
|
|
765
769
|
'fabric.editor.task': 'Opravilo',
|
|
770
|
+
'fabric.editor.taskDecision.markTaskAsCompleted': 'Označi opravilo kot dokončano',
|
|
771
|
+
'fabric.editor.taskDecision.markTaskAsNotCompleted': 'Označi opravilo kot nedokončano',
|
|
766
772
|
'fabric.editor.taskPlaceholder': "Vnesite dejanje in uporabite '@', da ga dodelite nekomu.",
|
|
767
773
|
'fabric.editor.text.formatting.off': 'Oblikovanje besedila je izklopljeno',
|
|
768
774
|
'fabric.editor.textColor': '{selectedColorName} barva besedila',
|
|
@@ -797,6 +803,8 @@ export default {
|
|
|
797
803
|
'fabric.editor.typeAhead.quickInsertInputLabel': 'Začnite tipkati za iskanje ali filtriranje možnosti bližnjic',
|
|
798
804
|
'fabric.editor.typeAhead.quickInsertInputPlaceholderLabel': 'Iskanje',
|
|
799
805
|
'fabric.editor.typeAhead.quickInsertPopupLabel': 'Bližnjice za vstavljanje in oblikovanje',
|
|
806
|
+
'fabric.editor.typeAheadErrorFallbackDescription': 'Poskusite znova.',
|
|
807
|
+
'fabric.editor.typeAheadErrorFallbackHeading': 'Prišlo je do napake!',
|
|
800
808
|
'fabric.editor.typeahead.emojiInputLabel': 'Začnite tipkati za iskanje ali filtriranje možnosti emodžijev',
|
|
801
809
|
'fabric.editor.typeahead.emojiListItemLabel': 'Emodži {name}, besedilna bližnjica {shortcut}',
|
|
802
810
|
'fabric.editor.typeahead.emojiPopupLabel': 'Bližnjice emodžijev',
|