@atlaskit/editor-common 77.0.5 → 77.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/dist/cjs/extensibility/MultiBodiedExtension/action-api.js +131 -0
- package/dist/cjs/extensibility/MultiBodiedExtension/index.js +62 -150
- package/dist/cjs/extensibility/MultiBodiedExtension/styles.js +19 -0
- package/dist/cjs/extensibility/MultiBodiedExtension/utils.js +26 -0
- package/dist/cjs/i18n/cs.js +0 -3
- package/dist/cjs/i18n/da.js +24 -4
- package/dist/cjs/i18n/de.js +0 -3
- package/dist/cjs/i18n/en.js +23 -5
- package/dist/cjs/i18n/en_GB.js +24 -6
- package/dist/cjs/i18n/en_ZZ.js +24 -6
- package/dist/cjs/i18n/es.js +24 -4
- package/dist/cjs/i18n/fi.js +23 -4
- package/dist/cjs/i18n/fr.js +24 -4
- package/dist/cjs/i18n/hu.js +24 -4
- package/dist/cjs/i18n/it.js +24 -4
- package/dist/cjs/i18n/ja.js +25 -2
- package/dist/cjs/i18n/ko.js +24 -4
- package/dist/cjs/i18n/nb.js +24 -2
- package/dist/cjs/i18n/nl.js +24 -4
- package/dist/cjs/i18n/pl.js +23 -4
- package/dist/cjs/i18n/pt_BR.js +22 -4
- package/dist/cjs/i18n/ru.js +22 -4
- package/dist/cjs/i18n/sv.js +24 -4
- package/dist/cjs/i18n/th.js +24 -4
- package/dist/cjs/i18n/tr.js +22 -4
- package/dist/cjs/i18n/uk.js +25 -5
- package/dist/cjs/i18n/vi.js +24 -4
- package/dist/cjs/i18n/zh.js +23 -5
- package/dist/cjs/i18n/zh_TW.js +24 -4
- package/dist/cjs/messages/full-page.js +1 -1
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/extensibility/MultiBodiedExtension/action-api.js +134 -0
- package/dist/es2019/extensibility/MultiBodiedExtension/index.js +55 -161
- package/dist/es2019/extensibility/MultiBodiedExtension/styles.js +81 -0
- package/dist/es2019/extensibility/MultiBodiedExtension/utils.js +20 -0
- package/dist/es2019/i18n/cs.js +0 -3
- package/dist/es2019/i18n/da.js +24 -4
- package/dist/es2019/i18n/de.js +0 -3
- package/dist/es2019/i18n/en.js +23 -5
- package/dist/es2019/i18n/en_GB.js +24 -6
- package/dist/es2019/i18n/en_ZZ.js +24 -6
- package/dist/es2019/i18n/es.js +24 -4
- package/dist/es2019/i18n/fi.js +23 -4
- package/dist/es2019/i18n/fr.js +24 -4
- package/dist/es2019/i18n/hu.js +24 -4
- package/dist/es2019/i18n/it.js +24 -4
- package/dist/es2019/i18n/ja.js +25 -2
- package/dist/es2019/i18n/ko.js +24 -4
- package/dist/es2019/i18n/nb.js +24 -2
- package/dist/es2019/i18n/nl.js +24 -4
- package/dist/es2019/i18n/pl.js +23 -4
- package/dist/es2019/i18n/pt_BR.js +22 -4
- package/dist/es2019/i18n/ru.js +22 -4
- package/dist/es2019/i18n/sv.js +24 -4
- package/dist/es2019/i18n/th.js +24 -4
- package/dist/es2019/i18n/tr.js +22 -4
- package/dist/es2019/i18n/uk.js +25 -5
- package/dist/es2019/i18n/vi.js +24 -4
- package/dist/es2019/i18n/zh.js +23 -5
- package/dist/es2019/i18n/zh_TW.js +24 -4
- package/dist/es2019/messages/full-page.js +1 -1
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/extensibility/MultiBodiedExtension/action-api.js +124 -0
- package/dist/esm/extensibility/MultiBodiedExtension/index.js +61 -150
- package/dist/esm/extensibility/MultiBodiedExtension/styles.js +13 -0
- package/dist/esm/extensibility/MultiBodiedExtension/utils.js +20 -0
- package/dist/esm/i18n/cs.js +0 -3
- package/dist/esm/i18n/da.js +24 -4
- package/dist/esm/i18n/de.js +0 -3
- package/dist/esm/i18n/en.js +23 -5
- package/dist/esm/i18n/en_GB.js +24 -6
- package/dist/esm/i18n/en_ZZ.js +24 -6
- package/dist/esm/i18n/es.js +24 -4
- package/dist/esm/i18n/fi.js +23 -4
- package/dist/esm/i18n/fr.js +24 -4
- package/dist/esm/i18n/hu.js +24 -4
- package/dist/esm/i18n/it.js +24 -4
- package/dist/esm/i18n/ja.js +25 -2
- package/dist/esm/i18n/ko.js +24 -4
- package/dist/esm/i18n/nb.js +24 -2
- package/dist/esm/i18n/nl.js +24 -4
- package/dist/esm/i18n/pl.js +23 -4
- package/dist/esm/i18n/pt_BR.js +22 -4
- package/dist/esm/i18n/ru.js +22 -4
- package/dist/esm/i18n/sv.js +24 -4
- package/dist/esm/i18n/th.js +24 -4
- package/dist/esm/i18n/tr.js +22 -4
- package/dist/esm/i18n/uk.js +25 -5
- package/dist/esm/i18n/vi.js +24 -4
- package/dist/esm/i18n/zh.js +23 -5
- package/dist/esm/i18n/zh_TW.js +24 -4
- package/dist/esm/messages/full-page.js +1 -1
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/card/cardOptions.d.ts +7 -0
- package/dist/types/extensibility/MultiBodiedExtension/action-api.d.ts +13 -0
- package/dist/types/extensibility/MultiBodiedExtension/styles.d.ts +4 -0
- package/dist/types/extensibility/MultiBodiedExtension/utils.d.ts +6 -0
- package/dist/types/i18n/cs.d.ts +0 -3
- package/dist/types/i18n/da.d.ts +23 -3
- package/dist/types/i18n/de.d.ts +0 -3
- package/dist/types/i18n/en.d.ts +20 -2
- package/dist/types/i18n/en_GB.d.ts +20 -2
- package/dist/types/i18n/en_ZZ.d.ts +20 -2
- package/dist/types/i18n/es.d.ts +23 -3
- package/dist/types/i18n/fi.d.ts +22 -3
- package/dist/types/i18n/fr.d.ts +23 -3
- package/dist/types/i18n/hu.d.ts +23 -3
- package/dist/types/i18n/it.d.ts +23 -3
- package/dist/types/i18n/ja.d.ts +24 -1
- package/dist/types/i18n/ko.d.ts +23 -3
- package/dist/types/i18n/nb.d.ts +23 -1
- package/dist/types/i18n/nl.d.ts +23 -3
- package/dist/types/i18n/pl.d.ts +22 -3
- package/dist/types/i18n/pt_BR.d.ts +21 -3
- package/dist/types/i18n/ru.d.ts +21 -3
- package/dist/types/i18n/sv.d.ts +23 -3
- package/dist/types/i18n/th.d.ts +23 -3
- package/dist/types/i18n/tr.d.ts +21 -3
- package/dist/types/i18n/uk.d.ts +23 -3
- package/dist/types/i18n/vi.d.ts +23 -3
- package/dist/types/i18n/zh.d.ts +21 -3
- package/dist/types/i18n/zh_TW.d.ts +23 -3
- package/dist/types/types/next-editor-plugin.d.ts +1 -4
- package/dist/types-ts4.5/card/cardOptions.d.ts +7 -0
- package/dist/types-ts4.5/extensibility/MultiBodiedExtension/action-api.d.ts +13 -0
- package/dist/types-ts4.5/extensibility/MultiBodiedExtension/styles.d.ts +4 -0
- package/dist/types-ts4.5/extensibility/MultiBodiedExtension/utils.d.ts +6 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +0 -3
- package/dist/types-ts4.5/i18n/da.d.ts +23 -3
- package/dist/types-ts4.5/i18n/de.d.ts +0 -3
- package/dist/types-ts4.5/i18n/en.d.ts +20 -2
- package/dist/types-ts4.5/i18n/en_GB.d.ts +20 -2
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +20 -2
- package/dist/types-ts4.5/i18n/es.d.ts +23 -3
- package/dist/types-ts4.5/i18n/fi.d.ts +22 -3
- package/dist/types-ts4.5/i18n/fr.d.ts +23 -3
- package/dist/types-ts4.5/i18n/hu.d.ts +23 -3
- package/dist/types-ts4.5/i18n/it.d.ts +23 -3
- package/dist/types-ts4.5/i18n/ja.d.ts +24 -1
- package/dist/types-ts4.5/i18n/ko.d.ts +23 -3
- package/dist/types-ts4.5/i18n/nb.d.ts +23 -1
- package/dist/types-ts4.5/i18n/nl.d.ts +23 -3
- package/dist/types-ts4.5/i18n/pl.d.ts +22 -3
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +21 -3
- package/dist/types-ts4.5/i18n/ru.d.ts +21 -3
- package/dist/types-ts4.5/i18n/sv.d.ts +23 -3
- package/dist/types-ts4.5/i18n/th.d.ts +23 -3
- package/dist/types-ts4.5/i18n/tr.d.ts +21 -3
- package/dist/types-ts4.5/i18n/uk.d.ts +23 -3
- package/dist/types-ts4.5/i18n/vi.d.ts +23 -3
- package/dist/types-ts4.5/i18n/zh.d.ts +21 -3
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +23 -3
- package/dist/types-ts4.5/types/next-editor-plugin.d.ts +1 -4
- package/package.json +8 -8
package/dist/esm/i18n/ja.js
CHANGED
|
@@ -9,7 +9,11 @@
|
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.action': 'アクション アイテム',
|
|
11
11
|
'fabric.editor.action.description': 'アクション アイテムを作成して割り当て',
|
|
12
|
+
'fabric.editor.addColumnLeft': '左に列を追加',
|
|
13
|
+
'fabric.editor.addColumnRight': '右に列を追加',
|
|
12
14
|
'fabric.editor.addMediaFiles': '画像、動画、またはファイルを追加',
|
|
15
|
+
'fabric.editor.addRowAbove': '上に行を追加',
|
|
16
|
+
'fabric.editor.addRowBelow': '下に行を追加',
|
|
13
17
|
'fabric.editor.alignCenter': '中央揃え',
|
|
14
18
|
'fabric.editor.alignImageCenter': '中央揃え',
|
|
15
19
|
'fabric.editor.alignImageLeft': '左揃え',
|
|
@@ -17,6 +21,7 @@ export default {
|
|
|
17
21
|
'fabric.editor.alignLeft': '左揃え',
|
|
18
22
|
'fabric.editor.alignRight': '右揃え',
|
|
19
23
|
'fabric.editor.annotationToolbar': '注釈ツールバー',
|
|
24
|
+
'fabric.editor.backgroundColor': '背景色',
|
|
20
25
|
'fabric.editor.blockCardUnavailable': 'インライン リンクは {node} 内にあるためビューを変更できません',
|
|
21
26
|
'fabric.editor.blockDescription': '要約やアクションなど、リンクの詳細を表示します。',
|
|
22
27
|
'fabric.editor.blockTitle': 'カード',
|
|
@@ -46,6 +51,7 @@ export default {
|
|
|
46
51
|
'fabric.editor.codeblock.description': '構文をハイライトしてコードを表示',
|
|
47
52
|
'fabric.editor.collapseNode': 'コンテンツを折りたたむ',
|
|
48
53
|
'fabric.editor.collapseTable': 'テーブルを折りたたむ',
|
|
54
|
+
'fabric.editor.columnDragHandle': '列オプション',
|
|
49
55
|
'fabric.editor.columns': 'レイアウト',
|
|
50
56
|
'fabric.editor.columns.description': 'セクションを使用してページを構成',
|
|
51
57
|
'fabric.editor.copiedToClipboard': 'コピーしました',
|
|
@@ -83,6 +89,10 @@ export default {
|
|
|
83
89
|
'fabric.editor.elementbrowser.search.empty-state.heading': '検索条件に一致するデータがありませんでした',
|
|
84
90
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': '別の用語で検索するか、アトラシアン製品の新しいアプリを探してください。',
|
|
85
91
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Atlassian Marketplace を見る',
|
|
92
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.nothing': '検索条件に一致するデータがありませんでした',
|
|
93
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': '個の候補が入力テキストに対して利用可能です。',
|
|
94
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': '個の候補が入力テキストに対して利用可能です。',
|
|
95
|
+
'fabric.editor.elementbrowser.searchbar.placeholder': '検索',
|
|
86
96
|
'fabric.editor.elementbrowser.sidebar.heading': '参照',
|
|
87
97
|
'fabric.editor.embedTitle': '埋め込み',
|
|
88
98
|
'fabric.editor.emoji': '絵文字',
|
|
@@ -138,6 +148,7 @@ export default {
|
|
|
138
148
|
'fabric.editor.infoPanel': '情報パネル',
|
|
139
149
|
'fabric.editor.infoPanel.description': '色付きのパネルで情報を強調',
|
|
140
150
|
'fabric.editor.inlineDescription': 'リンクをインライン テキストとして表示します。',
|
|
151
|
+
'fabric.editor.inlineOverlay': '構成',
|
|
141
152
|
'fabric.editor.inlineTitle': 'インライン',
|
|
142
153
|
'fabric.editor.insertColumn': '列を右に挿入',
|
|
143
154
|
'fabric.editor.insertColumnDrag': '列を挿入',
|
|
@@ -158,12 +169,15 @@ export default {
|
|
|
158
169
|
'fabric.editor.mediaAddLink': 'リンクを追加',
|
|
159
170
|
'fabric.editor.mediaFiles': '画像、動画、またはファイル',
|
|
160
171
|
'fabric.editor.mediaFiles.description': '画像やファイルをページに追加',
|
|
161
|
-
'fabric.editor.media_change_mediainline': 'インライン',
|
|
162
172
|
'fabric.editor.media_change_mediasingle': '元のサイズ',
|
|
163
173
|
'fabric.editor.mention': 'メンション',
|
|
164
174
|
'fabric.editor.mention.description': 'ユーザーをメンションして通知を送信します',
|
|
165
175
|
'fabric.editor.mergeCells': 'セルを結合',
|
|
166
176
|
'fabric.editor.moreFormatting': 'その他のフォーマット',
|
|
177
|
+
'fabric.editor.moveColumnLeft': '{0, plural, other {左に列を移動}}',
|
|
178
|
+
'fabric.editor.moveColumnRight': '{0, plural, other {右に列を移動}}',
|
|
179
|
+
'fabric.editor.moveDownDown': '{0, plural, other {下に行を移動}}',
|
|
180
|
+
'fabric.editor.moveRowUp': '{0, plural, other {上に行を移動}}',
|
|
167
181
|
'fabric.editor.navigate.toolbar.editor': 'エディター ツールバーに移動',
|
|
168
182
|
'fabric.editor.navigate.toolbar.floating': 'フローティング ツールバーに移動',
|
|
169
183
|
'fabric.editor.normal': 'ノーマル テキスト',
|
|
@@ -189,11 +203,14 @@ export default {
|
|
|
189
203
|
'fabric.editor.removeRows': '{0, plural, other {行を削除}}',
|
|
190
204
|
'fabric.editor.rightSidebar': '右サイドバー',
|
|
191
205
|
'fabric.editor.rowControl': '行をハイライト',
|
|
206
|
+
'fabric.editor.rowDragHandle': '行オプション',
|
|
192
207
|
'fabric.editor.saveButton': '保存',
|
|
193
208
|
'fabric.editor.settingsLinks': 'リンク設定に移動',
|
|
194
209
|
'fabric.editor.single': '単一列',
|
|
195
210
|
'fabric.editor.sortColumnASC': '列の並べ替え: 昇順',
|
|
196
211
|
'fabric.editor.sortColumnDESC': '列の並べ替え: 降順',
|
|
212
|
+
'fabric.editor.sortColumnDecreasing': '降順で並べ替え',
|
|
213
|
+
'fabric.editor.sortColumnIncreasing': '昇順で並べ替え',
|
|
197
214
|
'fabric.editor.splitCell': 'セルを分割',
|
|
198
215
|
'fabric.editor.status': 'ステータス',
|
|
199
216
|
'fabric.editor.status.description': 'カスタム ステータス ラベルを追加',
|
|
@@ -211,6 +228,11 @@ export default {
|
|
|
211
228
|
'fabric.editor.table.description': '表を挿入',
|
|
212
229
|
'fabric.editor.tableOptions': '表のオプション',
|
|
213
230
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, other {テーブル幅が {newWidth,number} ピクセルに縮小しました。}}',
|
|
231
|
+
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, other {表の幅が {newWidth,number} ピクセルに拡大しました。}}',
|
|
232
|
+
'fabric.editor.tableSelector': '表のサイズ',
|
|
233
|
+
'fabric.editor.tableSelector.description': 'カスタム サイズを指定するポップアップを使用して表を追加します',
|
|
234
|
+
'fabric.editor.tableSizeSelectorButton': '次のサイズの表を作成する',
|
|
235
|
+
'fabric.editor.tableSizeSelectorPopup': '表サイズ セレクター',
|
|
214
236
|
'fabric.editor.tables.adjustColumn': '列を調整する',
|
|
215
237
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '{nodeName} を削除すると、接続されているすべてが破棄されます。',
|
|
216
238
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '削除',
|
|
@@ -301,5 +323,6 @@ export default {
|
|
|
301
323
|
'fabric.theme.subtle-yellow': '淡い黄色',
|
|
302
324
|
'fabric.theme.teal': '青緑',
|
|
303
325
|
'fabric.theme.white': '白',
|
|
304
|
-
'fabric.theme.yellow': '黄色'
|
|
326
|
+
'fabric.theme.yellow': '黄色',
|
|
327
|
+
'fabrid.editor.rowNumbers': '行番号'
|
|
305
328
|
};
|
package/dist/esm/i18n/ko.js
CHANGED
|
@@ -9,9 +9,11 @@
|
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.action': '작업 항목',
|
|
11
11
|
'fabric.editor.action.description': '작업 항목 만들기 및 할당',
|
|
12
|
-
'fabric.editor.
|
|
12
|
+
'fabric.editor.addColumnLeft': '왼쪽에 열 추가',
|
|
13
|
+
'fabric.editor.addColumnRight': '오른쪽에 열 추가',
|
|
13
14
|
'fabric.editor.addMediaFiles': '이미지, 동영상 또는 파일 추가',
|
|
14
|
-
'fabric.editor.
|
|
15
|
+
'fabric.editor.addRowAbove': '위에 행 추가',
|
|
16
|
+
'fabric.editor.addRowBelow': '아래에 행 추가',
|
|
15
17
|
'fabric.editor.alignCenter': '가운데 정렬',
|
|
16
18
|
'fabric.editor.alignImageCenter': '가운데 정렬',
|
|
17
19
|
'fabric.editor.alignImageLeft': '왼쪽 정렬',
|
|
@@ -49,6 +51,7 @@ export default {
|
|
|
49
51
|
'fabric.editor.codeblock.description': '구문 강조 기능 포함하여 코드 표시',
|
|
50
52
|
'fabric.editor.collapseNode': '콘텐츠 접기',
|
|
51
53
|
'fabric.editor.collapseTable': '표 축소',
|
|
54
|
+
'fabric.editor.columnDragHandle': '열 옵션',
|
|
52
55
|
'fabric.editor.columns': '레이아웃',
|
|
53
56
|
'fabric.editor.columns.description': '섹션으로 페이지 구성',
|
|
54
57
|
'fabric.editor.copiedToClipboard': '복사되었습니다!',
|
|
@@ -86,6 +89,11 @@ export default {
|
|
|
86
89
|
'fabric.editor.elementbrowser.search.empty-state.heading': '일치하는 검색 결과 없음',
|
|
87
90
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': '다른 용어로 검색하거나 Atlassian 제품의 새로운 앱을 찾아보세요.',
|
|
88
91
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Atlassian Marketplace 둘러보기',
|
|
92
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.nothing': '일치하는 검색 결과 없음',
|
|
93
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': '입력한 텍스트에 대해 제안을 사용할 수 있습니다.',
|
|
94
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': '입력한 텍스트에 대해 제안을 사용할 수 있습니다.',
|
|
95
|
+
'fabric.editor.elementbrowser.searchbar.elementAfterInput': '입력',
|
|
96
|
+
'fabric.editor.elementbrowser.searchbar.placeholder': '검색',
|
|
89
97
|
'fabric.editor.elementbrowser.sidebar.heading': '찾아보기',
|
|
90
98
|
'fabric.editor.embedTitle': '포함',
|
|
91
99
|
'fabric.editor.emoji': '이모지',
|
|
@@ -141,6 +149,7 @@ export default {
|
|
|
141
149
|
'fabric.editor.infoPanel': '정보 패널',
|
|
142
150
|
'fabric.editor.infoPanel.description': '색상 있는 패널에서 정보 강조 표시',
|
|
143
151
|
'fabric.editor.inlineDescription': '링크를 인라인 텍스트로 표시',
|
|
152
|
+
'fabric.editor.inlineOverlay': '구성',
|
|
144
153
|
'fabric.editor.inlineTitle': '인라인',
|
|
145
154
|
'fabric.editor.insertColumn': '오른쪽에 열 삽입',
|
|
146
155
|
'fabric.editor.insertColumnDrag': '열 삽입',
|
|
@@ -161,12 +170,15 @@ export default {
|
|
|
161
170
|
'fabric.editor.mediaAddLink': '링크 추가',
|
|
162
171
|
'fabric.editor.mediaFiles': '이미지, 동영상 또는 파일',
|
|
163
172
|
'fabric.editor.mediaFiles.description': '페이지에 이미지 및 기타 파일 추가',
|
|
164
|
-
'fabric.editor.media_change_mediainline': '인라인',
|
|
165
173
|
'fabric.editor.media_change_mediasingle': '원래 크기',
|
|
166
174
|
'fabric.editor.mention': '멘션',
|
|
167
175
|
'fabric.editor.mention.description': '다른 사람을 멘션하여 알림 보내기',
|
|
168
176
|
'fabric.editor.mergeCells': '셀 병합',
|
|
169
177
|
'fabric.editor.moreFormatting': '형식 더 보기',
|
|
178
|
+
'fabric.editor.moveColumnLeft': '{0, plural, other {열을 왼쪽으로 이동}}',
|
|
179
|
+
'fabric.editor.moveColumnRight': '{0, plural, other {열을 오른쪽으로 이동}}',
|
|
180
|
+
'fabric.editor.moveDownDown': '{0, plural, other {행을 아래로 이동}}',
|
|
181
|
+
'fabric.editor.moveRowUp': '{0, plural, other {행을 위로 이동}}',
|
|
170
182
|
'fabric.editor.navigate.toolbar.editor': '편집기 도구 모음으로 이동',
|
|
171
183
|
'fabric.editor.navigate.toolbar.floating': '플로팅 도구 모음으로 이동',
|
|
172
184
|
'fabric.editor.normal': '일반 텍스트',
|
|
@@ -192,11 +204,14 @@ export default {
|
|
|
192
204
|
'fabric.editor.removeRows': '{0, plural, other {행 삭제}}',
|
|
193
205
|
'fabric.editor.rightSidebar': '오른쪽 사이드바',
|
|
194
206
|
'fabric.editor.rowControl': '열 강조 표시',
|
|
207
|
+
'fabric.editor.rowDragHandle': '행 옵션',
|
|
195
208
|
'fabric.editor.saveButton': '저장',
|
|
196
209
|
'fabric.editor.settingsLinks': '링크 기본 설정으로 이동',
|
|
197
210
|
'fabric.editor.single': '단일 열',
|
|
198
211
|
'fabric.editor.sortColumnASC': '열 정렬: 오름차순',
|
|
199
212
|
'fabric.editor.sortColumnDESC': '열 정렬: 내림차순',
|
|
213
|
+
'fabric.editor.sortColumnDecreasing': '내림차순으로 정렬',
|
|
214
|
+
'fabric.editor.sortColumnIncreasing': '오름차순으로 정렬',
|
|
200
215
|
'fabric.editor.splitCell': '셀 나누기',
|
|
201
216
|
'fabric.editor.status': '상태',
|
|
202
217
|
'fabric.editor.status.description': '사용자 정의 상태 레이블 추가',
|
|
@@ -215,6 +230,10 @@ export default {
|
|
|
215
230
|
'fabric.editor.tableOptions': '표 선택 사항',
|
|
216
231
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, other {표 너비를 {newWidth,number}픽셀로 줄였습니다.}}',
|
|
217
232
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, other {표 너비를 {newWidth,number}픽셀로 늘렸습니다.}}',
|
|
233
|
+
'fabric.editor.tableSelector': '표 크기',
|
|
234
|
+
'fabric.editor.tableSelector.description': '팝업으로 표를 추가하여 사용자 지정 크기 선택',
|
|
235
|
+
'fabric.editor.tableSizeSelectorButton': '크기 표 만들기',
|
|
236
|
+
'fabric.editor.tableSizeSelectorPopup': '표 크기 선택기',
|
|
218
237
|
'fabric.editor.tables.adjustColumn': '열 조정',
|
|
219
238
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '{nodeName}을(를) 삭제하면 연결된 모든 것이 작동 중지됩니다.',
|
|
220
239
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '삭제',
|
|
@@ -305,5 +324,6 @@ export default {
|
|
|
305
324
|
'fabric.theme.subtle-yellow': '연한 노란색',
|
|
306
325
|
'fabric.theme.teal': '청록색',
|
|
307
326
|
'fabric.theme.white': '흰색',
|
|
308
|
-
'fabric.theme.yellow': '노란색'
|
|
327
|
+
'fabric.theme.yellow': '노란색',
|
|
328
|
+
'fabrid.editor.rowNumbers': '행 번호'
|
|
309
329
|
};
|
package/dist/esm/i18n/nb.js
CHANGED
|
@@ -9,7 +9,11 @@
|
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.action': 'Handlingselement',
|
|
11
11
|
'fabric.editor.action.description': 'Opprett og tilordne handlinger',
|
|
12
|
+
'fabric.editor.addColumnLeft': 'Legg til kolonne til venstre',
|
|
13
|
+
'fabric.editor.addColumnRight': 'Legg til kolonne til høyre',
|
|
12
14
|
'fabric.editor.addMediaFiles': 'Legg til bilde, video eller fil',
|
|
15
|
+
'fabric.editor.addRowAbove': 'Legg til rad over',
|
|
16
|
+
'fabric.editor.addRowBelow': 'Legg til rad under',
|
|
13
17
|
'fabric.editor.alignCenter': 'Midtjustert',
|
|
14
18
|
'fabric.editor.alignImageCenter': 'Midtjustert',
|
|
15
19
|
'fabric.editor.alignImageLeft': 'Venstrejustert',
|
|
@@ -46,6 +50,7 @@ export default {
|
|
|
46
50
|
'fabric.editor.codeblock.description': 'Vis kode med syntaksutheving',
|
|
47
51
|
'fabric.editor.collapseNode': 'Minimer innhold',
|
|
48
52
|
'fabric.editor.collapseTable': 'Minimer tabell',
|
|
53
|
+
'fabric.editor.columnDragHandle': 'Kolonnealternativer',
|
|
49
54
|
'fabric.editor.columns': 'Oppsett',
|
|
50
55
|
'fabric.editor.columns.description': 'Konstruer siden med seksjoner',
|
|
51
56
|
'fabric.editor.copiedToClipboard': 'Kopiert!',
|
|
@@ -83,6 +88,11 @@ export default {
|
|
|
83
88
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Ingen treff for søket ditt.',
|
|
84
89
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Prøv å søke med et annet uttrykk eller oppdag nye apper for Atlassian-produkter.',
|
|
85
90
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Utforsk Atlassian Marketplace',
|
|
91
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.nothing': 'Ingen treff for søket ditt.',
|
|
92
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': 'forslag er tilgjengelig for den skrevne teksten.',
|
|
93
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': 'forslag er tilgjengelig for den skrevne teksten.',
|
|
94
|
+
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Enter',
|
|
95
|
+
'fabric.editor.elementbrowser.searchbar.placeholder': 'Søk',
|
|
86
96
|
'fabric.editor.elementbrowser.sidebar.heading': 'Se gjennom',
|
|
87
97
|
'fabric.editor.embedTitle': 'Bygg inn',
|
|
88
98
|
'fabric.editor.emoji': 'Emoji',
|
|
@@ -138,6 +148,7 @@ export default {
|
|
|
138
148
|
'fabric.editor.infoPanel': 'Informasjonspanel',
|
|
139
149
|
'fabric.editor.infoPanel.description': 'Uthev informasjonen i et farget panel',
|
|
140
150
|
'fabric.editor.inlineDescription': 'Vis kobling som innebygd tekst',
|
|
151
|
+
'fabric.editor.inlineOverlay': 'Konfigurer',
|
|
141
152
|
'fabric.editor.inlineTitle': 'Innebygd',
|
|
142
153
|
'fabric.editor.insertColumn': 'Sett inn kolonne til høyre',
|
|
143
154
|
'fabric.editor.insertColumnDrag': 'Sett inn kolonne',
|
|
@@ -158,12 +169,15 @@ export default {
|
|
|
158
169
|
'fabric.editor.mediaAddLink': 'Legg til kobling',
|
|
159
170
|
'fabric.editor.mediaFiles': 'Bilde, video eller fil',
|
|
160
171
|
'fabric.editor.mediaFiles.description': 'Legg til bilder og andre filer på siden',
|
|
161
|
-
'fabric.editor.media_change_mediainline': 'Innebygd',
|
|
162
172
|
'fabric.editor.media_change_mediasingle': 'Opprinnelig størrelse',
|
|
163
173
|
'fabric.editor.mention': 'Nevn',
|
|
164
174
|
'fabric.editor.mention.description': 'Oppgi noen for å sende dem et varsel',
|
|
165
175
|
'fabric.editor.mergeCells': 'Slå sammen celler',
|
|
166
176
|
'fabric.editor.moreFormatting': 'Mer formatering',
|
|
177
|
+
'fabric.editor.moveColumnLeft': '{0, plural, one {Flytt kolonnen til venstre} other {Flytt kolonnene til venstre}}',
|
|
178
|
+
'fabric.editor.moveColumnRight': '{0, plural, one {Flytt kolonnen til høyre} other {Flytt kolonnene til høyre}}',
|
|
179
|
+
'fabric.editor.moveDownDown': '{0, plural, one {Flytt raden nedover} other {Flytt radene nedover}}',
|
|
180
|
+
'fabric.editor.moveRowUp': '{0, plural, one {Flytt raden oppover} other {Flytt radene oppover}}',
|
|
167
181
|
'fabric.editor.navigate.toolbar.editor': 'Naviger til verktøylinjen for redigering',
|
|
168
182
|
'fabric.editor.navigate.toolbar.floating': 'Naviger til flytende verktøylinje',
|
|
169
183
|
'fabric.editor.normal': 'Normal tekst',
|
|
@@ -189,11 +203,14 @@ export default {
|
|
|
189
203
|
'fabric.editor.removeRows': '{0, plural, one {Slett rad} other {Slett rader}}',
|
|
190
204
|
'fabric.editor.rightSidebar': 'Sidelinje til høyre',
|
|
191
205
|
'fabric.editor.rowControl': 'Fremhev rad',
|
|
206
|
+
'fabric.editor.rowDragHandle': 'Radalternativer',
|
|
192
207
|
'fabric.editor.saveButton': 'Lagre',
|
|
193
208
|
'fabric.editor.settingsLinks': 'Gå til Koblingspreferanser',
|
|
194
209
|
'fabric.editor.single': 'Enkeltkolonne',
|
|
195
210
|
'fabric.editor.sortColumnASC': 'Sorter kolonne A → Å',
|
|
196
211
|
'fabric.editor.sortColumnDESC': 'Sorter kolonne Å → A',
|
|
212
|
+
'fabric.editor.sortColumnDecreasing': 'Sorter synkende',
|
|
213
|
+
'fabric.editor.sortColumnIncreasing': 'Sorter stigende',
|
|
197
214
|
'fabric.editor.splitCell': 'Del celle',
|
|
198
215
|
'fabric.editor.status': 'Status',
|
|
199
216
|
'fabric.editor.status.description': 'Legg til en egendefinert statusetikett',
|
|
@@ -211,6 +228,10 @@ export default {
|
|
|
211
228
|
'fabric.editor.table.description': 'Sett inn en tavle',
|
|
212
229
|
'fabric.editor.tableOptions': 'Tabellalternativer',
|
|
213
230
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Tabellbredden er redusert til {newWidth,number} piksel.} other {Tabellbredden er redusert til {newWidth,number} piksler.}}',
|
|
231
|
+
'fabric.editor.tableSelector': 'Tabellstørrelse',
|
|
232
|
+
'fabric.editor.tableSelector.description': 'Legg til en tabell med popup for å velge egendefinert størrelse',
|
|
233
|
+
'fabric.editor.tableSizeSelectorButton': 'Opprett tabell med størrelsen',
|
|
234
|
+
'fabric.editor.tableSizeSelectorPopup': 'Velger for tabellstørrelse',
|
|
214
235
|
'fabric.editor.tables.adjustColumn': 'Juster kolonnen',
|
|
215
236
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Hvis du sletter {nodeName}, ødelegges alt som er koblet til den.',
|
|
216
237
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Slett',
|
|
@@ -301,5 +322,6 @@ export default {
|
|
|
301
322
|
'fabric.theme.subtle-yellow': 'Svak gul',
|
|
302
323
|
'fabric.theme.teal': 'Blågrønn',
|
|
303
324
|
'fabric.theme.white': 'Hvit',
|
|
304
|
-
'fabric.theme.yellow': 'Gul'
|
|
325
|
+
'fabric.theme.yellow': 'Gul',
|
|
326
|
+
'fabrid.editor.rowNumbers': 'Antall rader'
|
|
305
327
|
};
|
package/dist/esm/i18n/nl.js
CHANGED
|
@@ -9,9 +9,11 @@
|
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.action': 'Actiepunt',
|
|
11
11
|
'fabric.editor.action.description': 'Actie-items maken en toewijzen',
|
|
12
|
-
'fabric.editor.
|
|
12
|
+
'fabric.editor.addColumnLeft': 'Kolom links toevoegen',
|
|
13
|
+
'fabric.editor.addColumnRight': 'Voeg kolom rechts toe',
|
|
13
14
|
'fabric.editor.addMediaFiles': 'Afbeelding, video of bestand toevoegen',
|
|
14
|
-
'fabric.editor.
|
|
15
|
+
'fabric.editor.addRowAbove': 'Rij hierboven toevoegen',
|
|
16
|
+
'fabric.editor.addRowBelow': 'Rij hieronder toevoegen',
|
|
15
17
|
'fabric.editor.alignCenter': 'Rechts uitlijnen',
|
|
16
18
|
'fabric.editor.alignImageCenter': 'Rechts uitlijnen',
|
|
17
19
|
'fabric.editor.alignImageLeft': 'Links uitlijnen',
|
|
@@ -49,6 +51,7 @@ export default {
|
|
|
49
51
|
'fabric.editor.codeblock.description': 'Code tonen met syntaxismarkering',
|
|
50
52
|
'fabric.editor.collapseNode': 'Content inklappen',
|
|
51
53
|
'fabric.editor.collapseTable': 'Tabel inklappen',
|
|
54
|
+
'fabric.editor.columnDragHandle': 'Kolomopties',
|
|
52
55
|
'fabric.editor.columns': 'Lay-outs',
|
|
53
56
|
'fabric.editor.columns.description': 'Je pagina structureren met secties',
|
|
54
57
|
'fabric.editor.copiedToClipboard': 'Gekopieerd!',
|
|
@@ -86,6 +89,11 @@ export default {
|
|
|
86
89
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Er komt niets met je zoekopdracht overeen',
|
|
87
90
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Probeer met een andere term te zoeken of ontdek nieuwe apps voor Atlassian-producten.',
|
|
88
91
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Atlassian Marketplace ontdekken',
|
|
92
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.nothing': 'Er komt niets met je zoekopdracht overeen',
|
|
93
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': 'suggestie beschikbaar voor getypte tekst.',
|
|
94
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': 'suggesties beschikbaar voor getypte tekst.',
|
|
95
|
+
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Invoeren',
|
|
96
|
+
'fabric.editor.elementbrowser.searchbar.placeholder': 'Zoeken',
|
|
89
97
|
'fabric.editor.elementbrowser.sidebar.heading': 'Bladeren',
|
|
90
98
|
'fabric.editor.embedTitle': 'Insluiten',
|
|
91
99
|
'fabric.editor.emoji': 'Emoji',
|
|
@@ -141,6 +149,7 @@ export default {
|
|
|
141
149
|
'fabric.editor.infoPanel': 'Infopaneel',
|
|
142
150
|
'fabric.editor.infoPanel.description': 'Informatie markeren in een gekleurd paneel',
|
|
143
151
|
'fabric.editor.inlineDescription': 'Link als inline-tekst weergeven',
|
|
152
|
+
'fabric.editor.inlineOverlay': 'Configureren',
|
|
144
153
|
'fabric.editor.inlineTitle': 'Inline',
|
|
145
154
|
'fabric.editor.insertColumn': 'Kolom rechts invoegen',
|
|
146
155
|
'fabric.editor.insertColumnDrag': 'Voeg kolom in',
|
|
@@ -161,12 +170,15 @@ export default {
|
|
|
161
170
|
'fabric.editor.mediaAddLink': 'Link toevoegen',
|
|
162
171
|
'fabric.editor.mediaFiles': 'Afbeelding, video of bestand',
|
|
163
172
|
'fabric.editor.mediaFiles.description': 'Afbeeldingen en andere bestanden aan je pagina toevoegen',
|
|
164
|
-
'fabric.editor.media_change_mediainline': 'Inline',
|
|
165
173
|
'fabric.editor.media_change_mediasingle': 'Oorspronkelijke grootte',
|
|
166
174
|
'fabric.editor.mention': 'Vermelding',
|
|
167
175
|
'fabric.editor.mention.description': 'Iemand noemen om diegene een melding te sturen',
|
|
168
176
|
'fabric.editor.mergeCells': 'Voeg cellen samen',
|
|
169
177
|
'fabric.editor.moreFormatting': 'Meer opmaak',
|
|
178
|
+
'fabric.editor.moveColumnLeft': '{0, plural, one {Kolom naar links verplaatsen} other {Kolommen naar links verplaatsen}}',
|
|
179
|
+
'fabric.editor.moveColumnRight': '{0, plural, one {Kolom naar rechts verplaatsen} other {Kolommen naar rechts verplaatsen}}',
|
|
180
|
+
'fabric.editor.moveDownDown': '{0, plural, one {Rij naar beneden verplaatsen} other {Rijen naar beneden verplaatsen}}',
|
|
181
|
+
'fabric.editor.moveRowUp': '{0, plural, one {Rij naar boven verplaatsen} other {Rijen naar boven verplaatsen}}',
|
|
170
182
|
'fabric.editor.navigate.toolbar.editor': 'Navigeer naar werkbalk editor',
|
|
171
183
|
'fabric.editor.navigate.toolbar.floating': 'Navigeer naar zwevende werkbalk',
|
|
172
184
|
'fabric.editor.normal': 'Normale tekst',
|
|
@@ -192,11 +204,14 @@ export default {
|
|
|
192
204
|
'fabric.editor.removeRows': '{0, plural, one {Rij verwijderen} other {Rijen verwijderen}}',
|
|
193
205
|
'fabric.editor.rightSidebar': 'Zijbalk aan rechterkant',
|
|
194
206
|
'fabric.editor.rowControl': 'Rij markeren',
|
|
207
|
+
'fabric.editor.rowDragHandle': 'Rij-opties',
|
|
195
208
|
'fabric.editor.saveButton': 'Opslaan',
|
|
196
209
|
'fabric.editor.settingsLinks': 'Ga naar koppelingsvoorkeuren',
|
|
197
210
|
'fabric.editor.single': 'Eén kolom',
|
|
198
211
|
'fabric.editor.sortColumnASC': 'Rangschik kolom van A → Z',
|
|
199
212
|
'fabric.editor.sortColumnDESC': 'Rangschik kolom van Z → A',
|
|
213
|
+
'fabric.editor.sortColumnDecreasing': 'Aflopend sorteren',
|
|
214
|
+
'fabric.editor.sortColumnIncreasing': 'Oplopend sorteren',
|
|
200
215
|
'fabric.editor.splitCell': 'Deel cel op',
|
|
201
216
|
'fabric.editor.status': 'Status',
|
|
202
217
|
'fabric.editor.status.description': 'Een aangepast statuslabel toevoegen',
|
|
@@ -215,6 +230,10 @@ export default {
|
|
|
215
230
|
'fabric.editor.tableOptions': 'Tabelopties',
|
|
216
231
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Tabelbreedte verminderd tot {newWidth,number} pixel.} other {Tabelbreedte verminderd tot {newWidth,number} pixels.}}',
|
|
217
232
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Tabelbreedte verhoogd tot {newWidth,number} pixel.} other {Tabelbreedte verhoogd tot {newWidth,number} pixels.}}',
|
|
233
|
+
'fabric.editor.tableSelector': 'Tabelgrootte',
|
|
234
|
+
'fabric.editor.tableSelector.description': 'Voeg een tabel toe met behulp van een pop-up om een aangepaste indeling te selecteren',
|
|
235
|
+
'fabric.editor.tableSizeSelectorButton': 'Tabel van bepaalde grootte aanmaken',
|
|
236
|
+
'fabric.editor.tableSizeSelectorPopup': 'Selectie voor tabelgrootte',
|
|
218
237
|
'fabric.editor.tables.adjustColumn': 'Kolom aanpassen',
|
|
219
238
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Als je {nodeName} verwijdert, worden alle koppelingen ernaar verbroken.',
|
|
220
239
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Verwijderen',
|
|
@@ -305,5 +324,6 @@ export default {
|
|
|
305
324
|
'fabric.theme.subtle-yellow': 'Licht geel',
|
|
306
325
|
'fabric.theme.teal': 'Groenblauw',
|
|
307
326
|
'fabric.theme.white': 'Wit',
|
|
308
|
-
'fabric.theme.yellow': 'Geel'
|
|
327
|
+
'fabric.theme.yellow': 'Geel',
|
|
328
|
+
'fabrid.editor.rowNumbers': 'Rijnummers'
|
|
309
329
|
};
|
package/dist/esm/i18n/pl.js
CHANGED
|
@@ -9,9 +9,11 @@
|
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.action': 'Element akcji',
|
|
11
11
|
'fabric.editor.action.description': 'Utwórz i przypisz elementy akcji',
|
|
12
|
-
'fabric.editor.
|
|
12
|
+
'fabric.editor.addColumnLeft': 'Dodaj kolumnę z lewej',
|
|
13
|
+
'fabric.editor.addColumnRight': 'Dodaj kolumnę z prawej',
|
|
13
14
|
'fabric.editor.addMediaFiles': 'Dodaj obraz, film lub plik',
|
|
14
|
-
'fabric.editor.
|
|
15
|
+
'fabric.editor.addRowAbove': 'Dodaj wiersz powyżej',
|
|
16
|
+
'fabric.editor.addRowBelow': 'Dodaj wiersz poniżej',
|
|
15
17
|
'fabric.editor.alignCenter': 'Wyrównaj do środka',
|
|
16
18
|
'fabric.editor.alignImageCenter': 'Wyrównaj do środka',
|
|
17
19
|
'fabric.editor.alignImageLeft': 'Wyrównaj do lewej',
|
|
@@ -49,6 +51,7 @@ export default {
|
|
|
49
51
|
'fabric.editor.codeblock.description': 'Wyświetlaj kod z wyróżnioną składnią',
|
|
50
52
|
'fabric.editor.collapseNode': 'Zwiń zawartość',
|
|
51
53
|
'fabric.editor.collapseTable': 'Zwiń tabelę',
|
|
54
|
+
'fabric.editor.columnDragHandle': 'Opcje kolumn',
|
|
52
55
|
'fabric.editor.columns': 'Układy',
|
|
53
56
|
'fabric.editor.columns.description': 'Uporządkuj swoją stronę, korzystając z sekcji',
|
|
54
57
|
'fabric.editor.copiedToClipboard': 'Skopiowano!',
|
|
@@ -86,6 +89,10 @@ export default {
|
|
|
86
89
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Brak wyników pasujących do wyszukiwania',
|
|
87
90
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Spróbuj wyszukać inny termin lub zapoznaj się z nowymi aplikacjami do produktów Atlassian.',
|
|
88
91
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Poznaj sklep Atlassian Marketplace',
|
|
92
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.nothing': 'Brak wyników pasujących do wyszukiwania',
|
|
93
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': 'sugestia dostępna dla wpisanego tekstu.',
|
|
94
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': 'sugestie dostępne / sugestii dostępnych dla wpisanego tekstu.',
|
|
95
|
+
'fabric.editor.elementbrowser.searchbar.placeholder': 'Wyszukaj',
|
|
89
96
|
'fabric.editor.elementbrowser.sidebar.heading': 'Przeglądaj',
|
|
90
97
|
'fabric.editor.embedTitle': 'Osadź',
|
|
91
98
|
'fabric.editor.emoji': 'Emoji',
|
|
@@ -141,6 +148,7 @@ export default {
|
|
|
141
148
|
'fabric.editor.infoPanel': 'Panel informacyjny',
|
|
142
149
|
'fabric.editor.infoPanel.description': 'Wyróżnij informacje kolorem',
|
|
143
150
|
'fabric.editor.inlineDescription': 'Wyświetla łącze bezpośrednio w tekście',
|
|
151
|
+
'fabric.editor.inlineOverlay': 'Konfiguruj',
|
|
144
152
|
'fabric.editor.inlineTitle': 'Bezpośrednio w tekście',
|
|
145
153
|
'fabric.editor.insertColumn': 'Wstaw kolumnę z prawej',
|
|
146
154
|
'fabric.editor.insertColumnDrag': 'Wstaw kolumnę',
|
|
@@ -161,12 +169,15 @@ export default {
|
|
|
161
169
|
'fabric.editor.mediaAddLink': 'Dodaj łącze',
|
|
162
170
|
'fabric.editor.mediaFiles': 'Obraz, film lub plik',
|
|
163
171
|
'fabric.editor.mediaFiles.description': 'Dodaj obrazy i inne pliki do strony',
|
|
164
|
-
'fabric.editor.media_change_mediainline': 'Bezpośrednio w tekście',
|
|
165
172
|
'fabric.editor.media_change_mediasingle': 'Oryginalny rozmiar',
|
|
166
173
|
'fabric.editor.mention': 'Wzmianka',
|
|
167
174
|
'fabric.editor.mention.description': 'Wspomnij o kimś, aby wysłać mu powiadomienie',
|
|
168
175
|
'fabric.editor.mergeCells': 'Scal komórki',
|
|
169
176
|
'fabric.editor.moreFormatting': 'Więcej opcji formatowania',
|
|
177
|
+
'fabric.editor.moveColumnLeft': '{0, plural, one {Przesuń kolumnę w lewo} few {Przesuń kolumny w lewo} many {Przesuń kolumny w lewo} other {Przesuń kolumny w lewo}}',
|
|
178
|
+
'fabric.editor.moveColumnRight': '{0, plural, one {Przesuń kolumnę w prawo} few {Przesuń kolumny w prawo} many {Przesuń kolumny w prawo} other {Przesuń kolumny w prawo}}',
|
|
179
|
+
'fabric.editor.moveDownDown': '{0, plural, one {Przesuń wiersz w dół} few {Przesuń wiersze w dół} many {Przesuń wiersze w dół} other {Przesuń wiersze w dół}}',
|
|
180
|
+
'fabric.editor.moveRowUp': '{0, plural, one {Przesuń wiersz w górę} few {Przesuń wiersze w górę} many {Przesuń wiersze w górę} other {Przesuń wiersze w górę}}',
|
|
170
181
|
'fabric.editor.navigate.toolbar.editor': 'Przejdź do paska narzędzi edytora',
|
|
171
182
|
'fabric.editor.navigate.toolbar.floating': 'Przejdź do przestawnego paska narzędzi',
|
|
172
183
|
'fabric.editor.normal': 'Normalny tekst',
|
|
@@ -192,11 +203,14 @@ export default {
|
|
|
192
203
|
'fabric.editor.removeRows': '{0, plural, one {Usuń wiersz} few {Usuń wiersze} many {Usuń wiersze} other {Usuń wiersze}}',
|
|
193
204
|
'fabric.editor.rightSidebar': 'Prawy pasek boczny',
|
|
194
205
|
'fabric.editor.rowControl': 'Podświetl wiersz',
|
|
206
|
+
'fabric.editor.rowDragHandle': 'Opcje wierszy',
|
|
195
207
|
'fabric.editor.saveButton': 'Zapisz',
|
|
196
208
|
'fabric.editor.settingsLinks': 'Przejdź do preferencji łączy',
|
|
197
209
|
'fabric.editor.single': 'Pojedyncza kolumna',
|
|
198
210
|
'fabric.editor.sortColumnASC': 'Sortuj kolumnę A → Z',
|
|
199
211
|
'fabric.editor.sortColumnDESC': 'Sortuj kolumnę Z → A',
|
|
212
|
+
'fabric.editor.sortColumnDecreasing': 'Sortuj malejąco',
|
|
213
|
+
'fabric.editor.sortColumnIncreasing': 'Sortuj rosnąco',
|
|
200
214
|
'fabric.editor.splitCell': 'Podziel komórkę',
|
|
201
215
|
'fabric.editor.status': 'Status',
|
|
202
216
|
'fabric.editor.status.description': 'Dodaj niestandardową etykietę statusu',
|
|
@@ -215,6 +229,10 @@ export default {
|
|
|
215
229
|
'fabric.editor.tableOptions': 'Opcje tabeli',
|
|
216
230
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {Szerokość tabeli została zmniejszona do {newWidth,number} piksela.} few {Szerokość tabeli została zmniejszona do {newWidth,number} pikseli.} many {Szerokość tabeli została zmniejszona do {newWidth,number} pikseli.} other {Szerokość tabeli została zmniejszona do {newWidth,number} piksela.}}',
|
|
217
231
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Szerokość tabeli została zwiększona do {newWidth,number} piksela.} few {Szerokość tabeli została zwiększona do {newWidth,number} pikseli.} many {Szerokość tabeli została zwiększona do {newWidth,number} pikseli.} other {Szerokość tabeli została zwiększona do {newWidth,number} piksela.}}',
|
|
232
|
+
'fabric.editor.tableSelector': 'Rozmiar tabeli',
|
|
233
|
+
'fabric.editor.tableSelector.description': 'Dodaj tabelę za pomocą wyskakującego okienka, aby wybrać niestandardowy rozmiar.',
|
|
234
|
+
'fabric.editor.tableSizeSelectorButton': 'Utwórz tabelę o określonym rozmiarze',
|
|
235
|
+
'fabric.editor.tableSizeSelectorPopup': 'Selektor rozmiaru tabeli',
|
|
218
236
|
'fabric.editor.tables.adjustColumn': 'Dostosuj kolumnę',
|
|
219
237
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Usunięcie rozszerzenia {nodeName} spowoduje uszkodzenie wszystkiego, co jest z nim połączone.',
|
|
220
238
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Usuń',
|
|
@@ -305,5 +323,6 @@ export default {
|
|
|
305
323
|
'fabric.theme.subtle-yellow': 'Subtelny żółty',
|
|
306
324
|
'fabric.theme.teal': 'Morski',
|
|
307
325
|
'fabric.theme.white': 'Biały',
|
|
308
|
-
'fabric.theme.yellow': 'Żółty'
|
|
326
|
+
'fabric.theme.yellow': 'Żółty',
|
|
327
|
+
'fabrid.editor.rowNumbers': 'Numery wierszy'
|
|
309
328
|
};
|
package/dist/esm/i18n/pt_BR.js
CHANGED
|
@@ -9,9 +9,11 @@
|
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.action': 'Item de ação',
|
|
11
11
|
'fabric.editor.action.description': 'Criar e atribuir itens de ação',
|
|
12
|
-
'fabric.editor.
|
|
12
|
+
'fabric.editor.addColumnLeft': 'Adicionar coluna à esquerda',
|
|
13
|
+
'fabric.editor.addColumnRight': 'Adicionar coluna à direita',
|
|
13
14
|
'fabric.editor.addMediaFiles': 'Adicionar imagem, vídeo ou arquivo',
|
|
14
|
-
'fabric.editor.
|
|
15
|
+
'fabric.editor.addRowAbove': 'Adicionar linha acima',
|
|
16
|
+
'fabric.editor.addRowBelow': 'Adicionar linha abaixo',
|
|
15
17
|
'fabric.editor.alignCenter': 'Alinhar ao centro',
|
|
16
18
|
'fabric.editor.alignImageCenter': 'Alinhar ao centro',
|
|
17
19
|
'fabric.editor.alignImageLeft': 'Alinhar à esquerda',
|
|
@@ -49,6 +51,7 @@ export default {
|
|
|
49
51
|
'fabric.editor.codeblock.description': 'Exibir código com destaque à sintaxe',
|
|
50
52
|
'fabric.editor.collapseNode': 'Recolher conteúdo',
|
|
51
53
|
'fabric.editor.collapseTable': 'Recolher tabela',
|
|
54
|
+
'fabric.editor.columnDragHandle': 'Opções de coluna',
|
|
52
55
|
'fabric.editor.columns': 'Layouts',
|
|
53
56
|
'fabric.editor.columns.description': 'Estruturar sua página usando seções',
|
|
54
57
|
'fabric.editor.copiedToClipboard': 'Copiado!',
|
|
@@ -86,6 +89,9 @@ export default {
|
|
|
86
89
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Não há resultados para a pesquisa',
|
|
87
90
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Pesquise com um termo diferente ou descubra apps novos para produtos Atlassian.',
|
|
88
91
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explorar Atlassian Marketplace',
|
|
92
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.nothing': 'Não há resultados para a pesquisa',
|
|
93
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': 'sugestão disponível para o texto digitado.',
|
|
94
|
+
'fabric.editor.elementbrowser.searchbar.placeholder': 'Pesquisar',
|
|
89
95
|
'fabric.editor.elementbrowser.sidebar.heading': 'Procurar',
|
|
90
96
|
'fabric.editor.embedTitle': 'Integrar',
|
|
91
97
|
'fabric.editor.emoji': 'Emoji',
|
|
@@ -141,6 +147,7 @@ export default {
|
|
|
141
147
|
'fabric.editor.infoPanel': 'Painel de informações',
|
|
142
148
|
'fabric.editor.infoPanel.description': 'Destacar informações em um painel colorido',
|
|
143
149
|
'fabric.editor.inlineDescription': 'Mostrar link como texto em linha',
|
|
150
|
+
'fabric.editor.inlineOverlay': 'Configurar',
|
|
144
151
|
'fabric.editor.inlineTitle': 'Em linha',
|
|
145
152
|
'fabric.editor.insertColumn': 'Inserir coluna à direita',
|
|
146
153
|
'fabric.editor.insertColumnDrag': 'Inserir coluna',
|
|
@@ -161,12 +168,15 @@ export default {
|
|
|
161
168
|
'fabric.editor.mediaAddLink': 'Adicionar link',
|
|
162
169
|
'fabric.editor.mediaFiles': 'Imagem, vídeo ou arquivo',
|
|
163
170
|
'fabric.editor.mediaFiles.description': 'Adicionar imagens e outros arquivos à sua página',
|
|
164
|
-
'fabric.editor.media_change_mediainline': 'Em linha',
|
|
165
171
|
'fabric.editor.media_change_mediasingle': 'Tamanho original',
|
|
166
172
|
'fabric.editor.mention': 'Menção',
|
|
167
173
|
'fabric.editor.mention.description': 'Mencione alguém para enviar uma notificação',
|
|
168
174
|
'fabric.editor.mergeCells': 'Mesclar células',
|
|
169
175
|
'fabric.editor.moreFormatting': 'Mais formatação',
|
|
176
|
+
'fabric.editor.moveColumnLeft': '{0, plural, one {Mover coluna para a esquerda} other {Mover colunas para a esquerda}}',
|
|
177
|
+
'fabric.editor.moveColumnRight': '{0, plural, one {Mover coluna para a direita} other {Mover colunas para a direita}}',
|
|
178
|
+
'fabric.editor.moveDownDown': '{0, plural, one {Mover linha para baixo} other {Mover linhas para baixo}}',
|
|
179
|
+
'fabric.editor.moveRowUp': '{0, plural, one {Mover linha para cima} other {Mover linhas para cima}}',
|
|
170
180
|
'fabric.editor.navigate.toolbar.editor': 'Navegue até a barra de ferramentas do editor',
|
|
171
181
|
'fabric.editor.navigate.toolbar.floating': 'Navegue até a barra de ferramentas flutuante',
|
|
172
182
|
'fabric.editor.normal': 'Texto normal',
|
|
@@ -192,11 +202,14 @@ export default {
|
|
|
192
202
|
'fabric.editor.removeRows': '{0, plural, one {Excluir linha} other {Excluir linhas}}',
|
|
193
203
|
'fabric.editor.rightSidebar': 'Barra lateral direita',
|
|
194
204
|
'fabric.editor.rowControl': 'Destacar linha',
|
|
205
|
+
'fabric.editor.rowDragHandle': 'Opções de linhas',
|
|
195
206
|
'fabric.editor.saveButton': 'Salvar',
|
|
196
207
|
'fabric.editor.settingsLinks': 'Ir para Preferências do link',
|
|
197
208
|
'fabric.editor.single': 'Coluna única',
|
|
198
209
|
'fabric.editor.sortColumnASC': 'Ordenar coluna A → Z',
|
|
199
210
|
'fabric.editor.sortColumnDESC': 'Ordenar coluna Z → A',
|
|
211
|
+
'fabric.editor.sortColumnDecreasing': 'Ordem decrescente',
|
|
212
|
+
'fabric.editor.sortColumnIncreasing': 'Ordem crescente',
|
|
200
213
|
'fabric.editor.splitCell': 'Dividir célula',
|
|
201
214
|
'fabric.editor.status': 'Status',
|
|
202
215
|
'fabric.editor.status.description': 'Adicionar uma categoria de status personalizado',
|
|
@@ -215,6 +228,10 @@ export default {
|
|
|
215
228
|
'fabric.editor.tableOptions': 'Opções de tabela',
|
|
216
229
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, one {A largura da tabela foi reduzida para {newWidth,number} pixel.} other {A largura da tabela foi reduzida para {newWidth,number} pixels.}}',
|
|
217
230
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {A largura da tabela aumentou para {newWidth,number} pixel.} other {A largura da tabela aumentou para {newWidth,number} pixels.}}',
|
|
231
|
+
'fabric.editor.tableSelector': 'Tamanho da tabela',
|
|
232
|
+
'fabric.editor.tableSelector.description': 'Adicionar tabela usando pop-up para selecionar um tamanho personalizado',
|
|
233
|
+
'fabric.editor.tableSizeSelectorButton': 'Criar tabela de tamanho',
|
|
234
|
+
'fabric.editor.tableSizeSelectorPopup': 'Seletor de tamanho da tabela',
|
|
218
235
|
'fabric.editor.tables.adjustColumn': 'Ajustar coluna',
|
|
219
236
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'A exclusão de {nodeName} vai interromper qualquer coisa conectada a ela.',
|
|
220
237
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Excluir',
|
|
@@ -305,5 +322,6 @@ export default {
|
|
|
305
322
|
'fabric.theme.subtle-yellow': 'Amarelo fraco',
|
|
306
323
|
'fabric.theme.teal': 'Azul-petróleo',
|
|
307
324
|
'fabric.theme.white': 'Branco',
|
|
308
|
-
'fabric.theme.yellow': 'Amarelo'
|
|
325
|
+
'fabric.theme.yellow': 'Amarelo',
|
|
326
|
+
'fabrid.editor.rowNumbers': 'Números das linhas'
|
|
309
327
|
};
|