@atlaskit/editor-core 158.0.0 → 159.0.1
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 +19 -0
- package/dist/cjs/i18n/cs.js +42 -6
- package/dist/cjs/i18n/da.js +44 -8
- package/dist/cjs/i18n/de.js +45 -9
- package/dist/cjs/i18n/en_ZZ.js +328 -0
- package/dist/cjs/i18n/es.js +43 -7
- package/dist/cjs/i18n/et.js +2 -5
- package/dist/cjs/i18n/fi.js +44 -8
- package/dist/cjs/i18n/fr.js +42 -6
- package/dist/cjs/i18n/hu.js +44 -8
- package/dist/cjs/i18n/it.js +42 -6
- package/dist/cjs/i18n/ja.js +43 -7
- package/dist/cjs/i18n/ko.js +44 -8
- package/dist/cjs/i18n/nb.js +42 -6
- package/dist/cjs/i18n/nl.js +44 -8
- package/dist/cjs/i18n/pl.js +18 -6
- package/dist/cjs/i18n/pt_BR.js +42 -6
- package/dist/cjs/i18n/pt_PT.js +2 -5
- package/dist/cjs/i18n/ru.js +44 -8
- package/dist/cjs/i18n/sk.js +2 -5
- package/dist/cjs/i18n/sv.js +43 -7
- package/dist/cjs/i18n/th.js +42 -6
- package/dist/cjs/i18n/tr.js +44 -8
- package/dist/cjs/i18n/uk.js +42 -6
- package/dist/cjs/i18n/vi.js +42 -6
- package/dist/cjs/i18n/zh.js +39 -6
- package/dist/cjs/i18n/zh_TW.js +42 -6
- package/dist/cjs/plugins/card/nodeviews/blockCard.js +5 -3
- package/dist/cjs/plugins/card/nodeviews/embedCard.js +0 -10
- package/dist/cjs/plugins/card/nodeviews/genericCard.js +2 -31
- package/dist/cjs/plugins/card/nodeviews/inlineCard.js +5 -3
- package/dist/cjs/plugins/card/pm-plugins/doc.js +6 -55
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/i18n/cs.js +42 -6
- package/dist/es2019/i18n/da.js +44 -8
- package/dist/es2019/i18n/de.js +45 -9
- package/dist/es2019/i18n/en_ZZ.js +320 -0
- package/dist/es2019/i18n/es.js +43 -7
- package/dist/es2019/i18n/et.js +2 -5
- package/dist/es2019/i18n/fi.js +44 -8
- package/dist/es2019/i18n/fr.js +42 -6
- package/dist/es2019/i18n/hu.js +44 -8
- package/dist/es2019/i18n/it.js +42 -6
- package/dist/es2019/i18n/ja.js +43 -7
- package/dist/es2019/i18n/ko.js +44 -8
- package/dist/es2019/i18n/nb.js +42 -6
- package/dist/es2019/i18n/nl.js +44 -8
- package/dist/es2019/i18n/pl.js +18 -6
- package/dist/es2019/i18n/pt_BR.js +42 -6
- package/dist/es2019/i18n/pt_PT.js +2 -5
- package/dist/es2019/i18n/ru.js +44 -8
- package/dist/es2019/i18n/sk.js +2 -5
- package/dist/es2019/i18n/sv.js +43 -7
- package/dist/es2019/i18n/th.js +42 -6
- package/dist/es2019/i18n/tr.js +44 -8
- package/dist/es2019/i18n/uk.js +42 -6
- package/dist/es2019/i18n/vi.js +42 -6
- package/dist/es2019/i18n/zh.js +39 -6
- package/dist/es2019/i18n/zh_TW.js +42 -6
- package/dist/es2019/plugins/card/nodeviews/blockCard.js +3 -2
- package/dist/es2019/plugins/card/nodeviews/embedCard.js +0 -8
- package/dist/es2019/plugins/card/nodeviews/genericCard.js +2 -13
- package/dist/es2019/plugins/card/nodeviews/inlineCard.js +3 -2
- package/dist/es2019/plugins/card/pm-plugins/doc.js +4 -46
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/i18n/cs.js +42 -6
- package/dist/esm/i18n/da.js +44 -8
- package/dist/esm/i18n/de.js +45 -9
- package/dist/esm/i18n/en_ZZ.js +320 -0
- package/dist/esm/i18n/es.js +43 -7
- package/dist/esm/i18n/et.js +2 -5
- package/dist/esm/i18n/fi.js +44 -8
- package/dist/esm/i18n/fr.js +42 -6
- package/dist/esm/i18n/hu.js +44 -8
- package/dist/esm/i18n/it.js +42 -6
- package/dist/esm/i18n/ja.js +43 -7
- package/dist/esm/i18n/ko.js +44 -8
- package/dist/esm/i18n/nb.js +42 -6
- package/dist/esm/i18n/nl.js +44 -8
- package/dist/esm/i18n/pl.js +18 -6
- package/dist/esm/i18n/pt_BR.js +42 -6
- package/dist/esm/i18n/pt_PT.js +2 -5
- package/dist/esm/i18n/ru.js +44 -8
- package/dist/esm/i18n/sk.js +2 -5
- package/dist/esm/i18n/sv.js +43 -7
- package/dist/esm/i18n/th.js +42 -6
- package/dist/esm/i18n/tr.js +44 -8
- package/dist/esm/i18n/uk.js +42 -6
- package/dist/esm/i18n/vi.js +42 -6
- package/dist/esm/i18n/zh.js +39 -6
- package/dist/esm/i18n/zh_TW.js +42 -6
- package/dist/esm/plugins/card/nodeviews/blockCard.js +5 -4
- package/dist/esm/plugins/card/nodeviews/embedCard.js +0 -10
- package/dist/esm/plugins/card/nodeviews/genericCard.js +3 -30
- package/dist/esm/plugins/card/nodeviews/inlineCard.js +5 -4
- package/dist/esm/plugins/card/pm-plugins/doc.js +4 -49
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/i18n/cs.d.ts +40 -4
- package/dist/types/i18n/da.d.ts +40 -4
- package/dist/types/i18n/de.d.ts +40 -4
- package/dist/types/i18n/en_ZZ.d.ts +320 -0
- package/dist/types/i18n/es.d.ts +40 -4
- package/dist/types/i18n/et.d.ts +1 -4
- package/dist/types/i18n/fi.d.ts +40 -4
- package/dist/types/i18n/fr.d.ts +40 -4
- package/dist/types/i18n/hu.d.ts +40 -4
- package/dist/types/i18n/it.d.ts +40 -4
- package/dist/types/i18n/ja.d.ts +40 -4
- package/dist/types/i18n/ko.d.ts +40 -4
- package/dist/types/i18n/nb.d.ts +40 -4
- package/dist/types/i18n/nl.d.ts +40 -4
- package/dist/types/i18n/pl.d.ts +16 -4
- package/dist/types/i18n/pt_BR.d.ts +40 -4
- package/dist/types/i18n/pt_PT.d.ts +1 -4
- package/dist/types/i18n/ru.d.ts +40 -4
- package/dist/types/i18n/sk.d.ts +1 -4
- package/dist/types/i18n/sv.d.ts +40 -4
- package/dist/types/i18n/th.d.ts +40 -4
- package/dist/types/i18n/tr.d.ts +40 -4
- package/dist/types/i18n/uk.d.ts +40 -4
- package/dist/types/i18n/vi.d.ts +40 -4
- package/dist/types/i18n/zh.d.ts +37 -4
- package/dist/types/i18n/zh_TW.d.ts +40 -4
- package/dist/types/plugins/analytics/types/events.d.ts +1 -5
- package/dist/types/plugins/card/nodeviews/blockCard.d.ts +3 -3
- package/dist/types/plugins/card/nodeviews/embedCard.d.ts +0 -1
- package/dist/types/plugins/card/nodeviews/genericCard.d.ts +0 -4
- package/dist/types/plugins/card/nodeviews/inlineCard.d.ts +3 -2
- package/dist/types/plugins/card/pm-plugins/doc.d.ts +0 -1
- package/package.json +6 -6
package/dist/esm/i18n/ja.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* NOTE:
|
|
3
3
|
*
|
|
4
|
-
* This file is automatically generated by
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
//
|
|
7
|
+
//Japanese
|
|
8
8
|
export default {
|
|
9
9
|
'fabric.editor.action': 'アクション アイテム',
|
|
10
10
|
'fabric.editor.action.description': 'アクション アイテムを作成して割り当て',
|
|
@@ -22,6 +22,8 @@ export default {
|
|
|
22
22
|
'fabric.editor.annotationToolbar': '注釈ツールバー',
|
|
23
23
|
'fabric.editor.backLink': '戻る',
|
|
24
24
|
'fabric.editor.blockCardUnavailable': 'インラインリンクは {node} 内にあるためビューを変更できません',
|
|
25
|
+
'fabric.editor.blockDescription': '要約やアクションなど、リンクの詳細を表示します。',
|
|
26
|
+
'fabric.editor.blockTitle': 'カード',
|
|
25
27
|
'fabric.editor.blockquote': '引用',
|
|
26
28
|
'fabric.editor.blockquote.description': '引用文を挿入',
|
|
27
29
|
'fabric.editor.blockquote2': '引用',
|
|
@@ -33,6 +35,7 @@ export default {
|
|
|
33
35
|
'fabric.editor.cardFloatingControls': 'カードのオプション',
|
|
34
36
|
'fabric.editor.cellBackground': 'セルの背景',
|
|
35
37
|
'fabric.editor.cellOptions': 'セルのオプション',
|
|
38
|
+
'fabric.editor.chromeCollapsedPlaceholder': '文字を入力…',
|
|
36
39
|
'fabric.editor.clearAltTextEdit': '代替テキストをクリア',
|
|
37
40
|
'fabric.editor.clearCells': '{0, plural, other {セルをクリア}}',
|
|
38
41
|
'fabric.editor.clearFormatting': 'フォーマットをクリア',
|
|
@@ -42,6 +45,7 @@ export default {
|
|
|
42
45
|
'fabric.editor.closeFindReplaceDialog': '閉じる',
|
|
43
46
|
'fabric.editor.closeHelpDialog': 'ヘルプ ダイアログを閉じる',
|
|
44
47
|
'fabric.editor.code': 'コード',
|
|
48
|
+
'fabric.editor.code.on': '{textFormattingOff}、コード オン',
|
|
45
49
|
'fabric.editor.codeblock': 'コード スニペット',
|
|
46
50
|
'fabric.editor.codeblock.description': '構文をハイライトしてコードを表示',
|
|
47
51
|
'fabric.editor.collapseTable': 'テーブルを折りたたむ',
|
|
@@ -68,6 +72,8 @@ export default {
|
|
|
68
72
|
'fabric.editor.copyToClipboard': 'コピー',
|
|
69
73
|
'fabric.editor.createComment': 'コメント',
|
|
70
74
|
'fabric.editor.createCommentInvalid': 'テキストと見出しにのみコメントできます',
|
|
75
|
+
'fabric.editor.customPanel': 'カスタム パネル',
|
|
76
|
+
'fabric.editor.customPanel.description': '絵文字と背景色でメモを追加',
|
|
71
77
|
'fabric.editor.date': '日付',
|
|
72
78
|
'fabric.editor.date.description': 'カレンダーを使用して日付を追加',
|
|
73
79
|
'fabric.editor.decision': '決定事項',
|
|
@@ -81,6 +87,8 @@ export default {
|
|
|
81
87
|
'fabric.editor.displayOptionUnavailableInParentNode': '{node} 内ではこの表示オプションを使用できません',
|
|
82
88
|
'fabric.editor.displayText': '表示するテキスト',
|
|
83
89
|
'fabric.editor.distributeColumns': '列の幅を揃える',
|
|
90
|
+
'fabric.editor.dropPlaceholderLabel': 'ドキュメント',
|
|
91
|
+
'fabric.editor.ecombedDescription': 'リンクのインタラクティブなプレビューを表示します。',
|
|
84
92
|
'fabric.editor.edit': '編集',
|
|
85
93
|
'fabric.editor.editAltText': '代替テキストを編集',
|
|
86
94
|
'fabric.editor.editDateText': '日付を編集',
|
|
@@ -88,7 +96,9 @@ export default {
|
|
|
88
96
|
'fabric.editor.editMode.inviteToEditButton.title': '編集に招待',
|
|
89
97
|
'fabric.editor.editStatusColor': 'ステータス カラーを編集',
|
|
90
98
|
'fabric.editor.editStatusText': 'ステータスを編集',
|
|
99
|
+
'fabric.editor.editableContentLabel': '編集可能なコンテンツ',
|
|
91
100
|
'fabric.editor.editorHelp': 'エディター ヘルプ',
|
|
101
|
+
'fabric.editor.editors': '編集者',
|
|
92
102
|
'fabric.editor.elementBrowser.help': 'ヘルプ',
|
|
93
103
|
'fabric.editor.elementbrowser.categorylist.category-admin': '管理',
|
|
94
104
|
'fabric.editor.elementbrowser.categorylist.category-all': 'すべて',
|
|
@@ -102,9 +112,10 @@ export default {
|
|
|
102
112
|
'fabric.editor.elementbrowser.categorylist.category-reporting': 'レポート',
|
|
103
113
|
'fabric.editor.elementbrowser.categorylist.category-visuals': 'ビジュアルと画像',
|
|
104
114
|
'fabric.editor.elementbrowser.search.empty-state.heading': '検索条件に一致するデータがありませんでした',
|
|
105
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading': '
|
|
115
|
+
'fabric.editor.elementbrowser.search.empty-state.sub-heading': '別の用語で検索するか、アトラシアン製品の新しいアプリを探してください。',
|
|
106
116
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Atlassian Marketplace を見る',
|
|
107
117
|
'fabric.editor.elementbrowser.sidebar.heading': '参照',
|
|
118
|
+
'fabric.editor.embedTitle': '埋め込み',
|
|
108
119
|
'fabric.editor.emoji': '絵文字',
|
|
109
120
|
'fabric.editor.emoji.description': '絵文字を使用してアイデア 🎉 や気持ち 😄 を表現',
|
|
110
121
|
'fabric.editor.emptyLink': 'リンクを入力してください。',
|
|
@@ -126,6 +137,8 @@ export default {
|
|
|
126
137
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'キャンセル',
|
|
127
138
|
'fabric.editor.floatingToolbar.confirmModalHeading': '実行しますか?',
|
|
128
139
|
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
140
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'フローティング ツールバーのコントロールが開いています。',
|
|
141
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'フローティング ツールバー',
|
|
129
142
|
'fabric.editor.headerColumn': 'ヘッダーの列',
|
|
130
143
|
'fabric.editor.headerRow': 'ヘッダーの行',
|
|
131
144
|
'fabric.editor.heading1': '見出し 1',
|
|
@@ -140,11 +153,19 @@ export default {
|
|
|
140
153
|
'fabric.editor.heading5Description': 'リスト アイテムのグループ化に使用',
|
|
141
154
|
'fabric.editor.heading6': '見出し 6',
|
|
142
155
|
'fabric.editor.heading6Description': '下位レベルの見出しに使用',
|
|
156
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'ブログ',
|
|
157
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'バグ',
|
|
158
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': '課題',
|
|
159
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'ページ',
|
|
160
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'ストーリー',
|
|
161
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'タスク',
|
|
162
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'ヘルプ ダイアログを開く',
|
|
143
163
|
'fabric.editor.help': 'ヘルプ',
|
|
144
164
|
'fabric.editor.help.description': 'キーボード ショートカットと Markdown のオプションをすべて表示',
|
|
145
165
|
'fabric.editor.helpDialogTips': '{keyMap} を押すと、このダイアログをいつでもすぐに開けます',
|
|
146
166
|
'fabric.editor.horizontalRule': '分割線',
|
|
147
167
|
'fabric.editor.horizontalRule.description': '横線を使用してコンテンツを分割',
|
|
168
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'リンク ラベル',
|
|
148
169
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'フィールドに入力すると、以下に候補が表示されます',
|
|
149
170
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {検索結果がありませんでした} other {{count,number} 件の検索結果が見つかりました}}',
|
|
150
171
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'リンクを貼り付けるか検索',
|
|
@@ -153,6 +174,8 @@ export default {
|
|
|
153
174
|
'fabric.editor.info': '情報',
|
|
154
175
|
'fabric.editor.infoPanel': '情報パネル',
|
|
155
176
|
'fabric.editor.infoPanel.description': '色付きのパネルで情報を強調',
|
|
177
|
+
'fabric.editor.inlineDescription': 'リンクをインライン テキストとして表示します。',
|
|
178
|
+
'fabric.editor.inlineTitle': 'インライン',
|
|
156
179
|
'fabric.editor.insertColumn': '列を右に挿入',
|
|
157
180
|
'fabric.editor.insertMenu': '挿入',
|
|
158
181
|
'fabric.editor.insertRow': '行を下に挿入',
|
|
@@ -173,8 +196,11 @@ export default {
|
|
|
173
196
|
'fabric.editor.markdown': 'マークダウン',
|
|
174
197
|
'fabric.editor.matchCase': '大文字/小文字を区別',
|
|
175
198
|
'fabric.editor.mediaAddLink': 'リンクを追加',
|
|
199
|
+
'fabric.editor.mediaGroupDeleteLabel': '削除',
|
|
176
200
|
'fabric.editor.mention': 'メンション',
|
|
177
201
|
'fabric.editor.mention.description': 'ユーザーをメンションして通知を送信します',
|
|
202
|
+
'fabric.editor.mentionsAddLabel': '追加アイコン',
|
|
203
|
+
'fabric.editor.mentionsIconLabel': 'メンション',
|
|
178
204
|
'fabric.editor.mergeCells': 'セルをマージ',
|
|
179
205
|
'fabric.editor.moreFormatting': 'その他のフォーマット',
|
|
180
206
|
'fabric.editor.noResultsFound': '該当する結果がありません',
|
|
@@ -183,9 +209,12 @@ export default {
|
|
|
183
209
|
'fabric.editor.notePanel': 'メモ パネル',
|
|
184
210
|
'fabric.editor.notePanel.description': '色付きのメモ パネルを追加',
|
|
185
211
|
'fabric.editor.numberedColumn': '番号付き列',
|
|
212
|
+
'fabric.editor.off': '{formattingType}オフ',
|
|
213
|
+
'fabric.editor.on': '{formattingType}オン',
|
|
186
214
|
'fabric.editor.orderedList': '番号付きリスト',
|
|
187
215
|
'fabric.editor.orderedList.description': '順序指定済みリストを作成',
|
|
188
216
|
'fabric.editor.other': 'その他…',
|
|
217
|
+
'fabric.editor.pageActionsLabel': 'ページ操作',
|
|
189
218
|
'fabric.editor.panel.backgroundColor': '背景色',
|
|
190
219
|
'fabric.editor.panel.emoji': '絵文字を追加',
|
|
191
220
|
'fabric.editor.pastePlainText': 'プレーン テキストを貼り付け',
|
|
@@ -197,6 +226,7 @@ export default {
|
|
|
197
226
|
'fabric.editor.redo': 'やり直し',
|
|
198
227
|
'fabric.editor.remove': '削除',
|
|
199
228
|
'fabric.editor.removeColumns': '{0, plural, other {列を削除}}',
|
|
229
|
+
'fabric.editor.removeEmoji': '絵文字を削除',
|
|
200
230
|
'fabric.editor.removeRows': '{0, plural, other {行を削除}}',
|
|
201
231
|
'fabric.editor.replace': '置換',
|
|
202
232
|
'fabric.editor.replaceAll': 'すべて置換',
|
|
@@ -205,7 +235,7 @@ export default {
|
|
|
205
235
|
'fabric.editor.rightSidebar': '右サイドバー',
|
|
206
236
|
'fabric.editor.saveButton': '保存',
|
|
207
237
|
'fabric.editor.selectLanguage': '言語を選択',
|
|
208
|
-
'fabric.editor.
|
|
238
|
+
'fabric.editor.single': '単一列',
|
|
209
239
|
'fabric.editor.sortColumnASC': '列の並べ替え A → Z',
|
|
210
240
|
'fabric.editor.sortColumnDESC': '列の並べ替え Z → A',
|
|
211
241
|
'fabric.editor.splitCell': 'セルを分割',
|
|
@@ -216,27 +246,30 @@ export default {
|
|
|
216
246
|
'fabric.editor.strike': '取り消し線',
|
|
217
247
|
'fabric.editor.subTask': 'サブタスク',
|
|
218
248
|
'fabric.editor.subscript': '下付き文字',
|
|
249
|
+
'fabric.editor.subscript.off.superscript.on': '下付き文字オフ、上付き文字オン',
|
|
219
250
|
'fabric.editor.success': '成功',
|
|
220
251
|
'fabric.editor.successPanel': '成功パネル',
|
|
221
252
|
'fabric.editor.successPanel.description': '色付きのパネルでヒントを追加',
|
|
222
253
|
'fabric.editor.superscript': '上付き文字',
|
|
254
|
+
'fabric.editor.superscript.off.subscript.on': '上付き文字オフ、下付き文字オン',
|
|
223
255
|
'fabric.editor.supportAltText': '代替テキストは視覚障がいがあるためスクリーン リーダーを使用している人に便利な機能です。',
|
|
224
256
|
'fabric.editor.table': '表',
|
|
225
257
|
'fabric.editor.table.description': '表を挿入',
|
|
226
258
|
'fabric.editor.tableOptions': '表のオプション',
|
|
227
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '
|
|
259
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'このテーブルを削除すると、そのテーブルに接続されているすべてのチャートが破棄されます。',
|
|
228
260
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'テーブルとデータを削除',
|
|
229
261
|
'fabric.editor.task': 'タスク',
|
|
230
262
|
'fabric.editor.taskPlaceholder': 'アクションを入力し、「@」を使用して担当者を割り当てます。',
|
|
263
|
+
'fabric.editor.text.formatting.off': 'テキスト書式設定オフ',
|
|
231
264
|
'fabric.editor.textColor': 'テキストの色',
|
|
232
|
-
'fabric.editor.textColor.lessColors': '色を減らす',
|
|
233
|
-
'fabric.editor.textColor.moreColors': '色を増やす',
|
|
234
265
|
'fabric.editor.textStyles': 'テキスト スタイル',
|
|
235
266
|
'fabric.editor.threeColumns': '3 列',
|
|
236
267
|
'fabric.editor.threeColumnsWithSidebars': 'サイドバーを使用した 3 列レイアウト',
|
|
237
268
|
'fabric.editor.time.ago': '前',
|
|
238
269
|
'fabric.editor.time.updated': '最終更新',
|
|
239
270
|
'fabric.editor.time.viewed': '最終閲覧',
|
|
271
|
+
'fabric.editor.toolbarLabel': 'エディター ツールバー',
|
|
272
|
+
'fabric.editor.toolbarMediaTitle': 'ファイルと画像',
|
|
240
273
|
'fabric.editor.tooltip.blockPanel': 'パネル',
|
|
241
274
|
'fabric.editor.tooltip.bulletList': 'リスト',
|
|
242
275
|
'fabric.editor.tooltip.decisionList': '決定事項リスト',
|
|
@@ -244,6 +277,7 @@ export default {
|
|
|
244
277
|
'fabric.editor.tooltip.nestedExpand': '入れ子の展開ノード',
|
|
245
278
|
'fabric.editor.tooltip.taskList': 'アクション アイテム',
|
|
246
279
|
'fabric.editor.twoColumns': '2 列',
|
|
280
|
+
'fabric.editor.typeAheadResultLabel': '先行入力の結果',
|
|
247
281
|
'fabric.editor.unableToOpenLink': 'このリンクを開けません',
|
|
248
282
|
'fabric.editor.underline': '下線',
|
|
249
283
|
'fabric.editor.undo': '元に戻す',
|
|
@@ -251,6 +285,8 @@ export default {
|
|
|
251
285
|
'fabric.editor.unorderedList': '箇条書きリスト',
|
|
252
286
|
'fabric.editor.unorderedList.description': '順序指定なしのリストを作成',
|
|
253
287
|
'fabric.editor.url': 'URL を表示',
|
|
288
|
+
'fabric.editor.urlDescription': 'リンクを URL として表示します。',
|
|
289
|
+
'fabric.editor.urlTitle': 'URL',
|
|
254
290
|
'fabric.editor.viewMore': 'さらに表示',
|
|
255
291
|
'fabric.editor.visit': 'リンクを新しいウィンドウで開く',
|
|
256
292
|
'fabric.editor.warning': '警告',
|
package/dist/esm/i18n/ko.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* NOTE:
|
|
3
3
|
*
|
|
4
|
-
* This file is automatically generated by
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
//
|
|
7
|
+
//Korean
|
|
8
8
|
export default {
|
|
9
9
|
'fabric.editor.action': '작업 항목',
|
|
10
10
|
'fabric.editor.action.description': '작업 항목 만들기 및 할당',
|
|
11
11
|
'fabric.editor.addAltText': '대체 텍스트',
|
|
12
|
-
'fabric.editor.alignCenter': '
|
|
12
|
+
'fabric.editor.alignCenter': 'None',
|
|
13
13
|
'fabric.editor.alignImageCenter': '가운데 정렬',
|
|
14
14
|
'fabric.editor.alignImageLeft': '왼쪽 정렬',
|
|
15
15
|
'fabric.editor.alignImageRight': '오른쪽 정렬',
|
|
16
16
|
'fabric.editor.alignLeft': '왼쪽 정렬',
|
|
17
|
-
'fabric.editor.alignRight': '
|
|
17
|
+
'fabric.editor.alignRight': 'None',
|
|
18
18
|
'fabric.editor.alignment': '텍스트 정렬',
|
|
19
19
|
'fabric.editor.altText': '대체 텍스트',
|
|
20
20
|
'fabric.editor.alttext.validation': '대체 텍스트에서 특수 문자를 지워 주세요.',
|
|
@@ -22,6 +22,8 @@ export default {
|
|
|
22
22
|
'fabric.editor.annotationToolbar': '주석 도구 모음',
|
|
23
23
|
'fabric.editor.backLink': '뒤로 가기',
|
|
24
24
|
'fabric.editor.blockCardUnavailable': '인라인 링크는 {node} 내부에 있으며 보기를 변경할 수 없습니다.',
|
|
25
|
+
'fabric.editor.blockDescription': '요약 및 작업을 포함하여 링크에 대한 추가 정보 표시',
|
|
26
|
+
'fabric.editor.blockTitle': '카드',
|
|
25
27
|
'fabric.editor.blockquote': '인용',
|
|
26
28
|
'fabric.editor.blockquote.description': '인용 또는 인용구 삽입',
|
|
27
29
|
'fabric.editor.blockquote2': '인용',
|
|
@@ -33,6 +35,7 @@ export default {
|
|
|
33
35
|
'fabric.editor.cardFloatingControls': '카드 옵션',
|
|
34
36
|
'fabric.editor.cellBackground': '셀 배경',
|
|
35
37
|
'fabric.editor.cellOptions': '셀 옵션',
|
|
38
|
+
'fabric.editor.chromeCollapsedPlaceholder': '내용 입력...',
|
|
36
39
|
'fabric.editor.clearAltTextEdit': '대체 텍스트 지우기',
|
|
37
40
|
'fabric.editor.clearCells': '{0, plural, other {셀 지우기}}',
|
|
38
41
|
'fabric.editor.clearFormatting': '서식 지우기',
|
|
@@ -42,6 +45,7 @@ export default {
|
|
|
42
45
|
'fabric.editor.closeFindReplaceDialog': '닫기',
|
|
43
46
|
'fabric.editor.closeHelpDialog': '도움말 대화상자 닫기',
|
|
44
47
|
'fabric.editor.code': '코드',
|
|
48
|
+
'fabric.editor.code.on': '{textFormattingOff}, 코드 켜짐',
|
|
45
49
|
'fabric.editor.codeblock': '코드 조각',
|
|
46
50
|
'fabric.editor.codeblock.description': '구문 강조 기능 포함하여 코드 표시',
|
|
47
51
|
'fabric.editor.collapseTable': '표 축소',
|
|
@@ -68,6 +72,8 @@ export default {
|
|
|
68
72
|
'fabric.editor.copyToClipboard': '복사',
|
|
69
73
|
'fabric.editor.createComment': '댓글',
|
|
70
74
|
'fabric.editor.createCommentInvalid': '텍스트 및 제목에만 댓글을 작성할 수 있습니다',
|
|
75
|
+
'fabric.editor.customPanel': '사용자 지정 패널',
|
|
76
|
+
'fabric.editor.customPanel.description': '이모지 및 색상 배경이 있는 메모 추가',
|
|
71
77
|
'fabric.editor.date': '날짜',
|
|
72
78
|
'fabric.editor.date.description': '캘린더로 날짜 추가',
|
|
73
79
|
'fabric.editor.decision': '결정',
|
|
@@ -81,6 +87,8 @@ export default {
|
|
|
81
87
|
'fabric.editor.displayOptionUnavailableInParentNode': '이 표시 옵션은 {node} 내에서 사용할 수 없습니다.',
|
|
82
88
|
'fabric.editor.displayText': '표시할 텍스트',
|
|
83
89
|
'fabric.editor.distributeColumns': '열 균등 맞춤',
|
|
90
|
+
'fabric.editor.dropPlaceholderLabel': '문서',
|
|
91
|
+
'fabric.editor.ecombedDescription': '링크의 대화형 미리 보기 표시',
|
|
84
92
|
'fabric.editor.edit': '편집',
|
|
85
93
|
'fabric.editor.editAltText': '대체 텍스트 편집',
|
|
86
94
|
'fabric.editor.editDateText': '날짜 편집',
|
|
@@ -88,7 +96,9 @@ export default {
|
|
|
88
96
|
'fabric.editor.editMode.inviteToEditButton.title': '편집하도록 초대',
|
|
89
97
|
'fabric.editor.editStatusColor': '상태 색상 편집',
|
|
90
98
|
'fabric.editor.editStatusText': '상태 편집',
|
|
99
|
+
'fabric.editor.editableContentLabel': '편집 가능한 콘텐츠',
|
|
91
100
|
'fabric.editor.editorHelp': '편집기 도움말',
|
|
101
|
+
'fabric.editor.editors': '편집기',
|
|
92
102
|
'fabric.editor.elementBrowser.help': '도움말',
|
|
93
103
|
'fabric.editor.elementbrowser.categorylist.category-admin': '관리',
|
|
94
104
|
'fabric.editor.elementbrowser.categorylist.category-all': '전체',
|
|
@@ -105,6 +115,7 @@ export default {
|
|
|
105
115
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': '다른 용어로 검색하거나 Atlassian 제품의 새로운 앱을 찾아보세요.',
|
|
106
116
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Atlassian Marketplace 둘러보기',
|
|
107
117
|
'fabric.editor.elementbrowser.sidebar.heading': '찾아보기',
|
|
118
|
+
'fabric.editor.embedTitle': '포함',
|
|
108
119
|
'fabric.editor.emoji': '이모지',
|
|
109
120
|
'fabric.editor.emoji.description': '이모지를 사용하여 아이디어 🎉 및 감정 😄 표현',
|
|
110
121
|
'fabric.editor.emptyLink': '링크를 입력하세요.',
|
|
@@ -126,6 +137,8 @@ export default {
|
|
|
126
137
|
'fabric.editor.floatingToolbar.confirmModalCancel': '취소',
|
|
127
138
|
'fabric.editor.floatingToolbar.confirmModalHeading': '계속하시겠습니까?',
|
|
128
139
|
'fabric.editor.floatingToolbar.confirmModalOK': '확인',
|
|
140
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': '플로팅 도구 모음 컨트롤이 열렸습니다',
|
|
141
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': '플로팅 도구 모음',
|
|
129
142
|
'fabric.editor.headerColumn': '헤더 열',
|
|
130
143
|
'fabric.editor.headerRow': '헤더 행',
|
|
131
144
|
'fabric.editor.heading1': '머릿글 1',
|
|
@@ -140,11 +153,19 @@ export default {
|
|
|
140
153
|
'fabric.editor.heading5Description': '목록 항목의 그룹화에 사용',
|
|
141
154
|
'fabric.editor.heading6': '머릿글 6',
|
|
142
155
|
'fabric.editor.heading6Description': '하위 레벨 제목에 사용',
|
|
156
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': '블로그',
|
|
157
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': '버그',
|
|
158
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': '이슈',
|
|
159
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': '페이지',
|
|
160
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': '스토리',
|
|
161
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': '작업',
|
|
162
|
+
'fabric.editor.headingLink.toolbarHelpTitle': '도움말 대화 상자 열기',
|
|
143
163
|
'fabric.editor.help': '도움말',
|
|
144
164
|
'fabric.editor.help.description': '모든 키보드 바로 가기 키 및 마크다운 옵션 찾아보기',
|
|
145
165
|
'fabric.editor.helpDialogTips': '언제든 {keyMap}을(를) 눌러 이 대화상자를 빠르게 시작합니다',
|
|
146
166
|
'fabric.editor.horizontalRule': '구분선',
|
|
147
167
|
'fabric.editor.horizontalRule.description': '가로선으로 콘텐츠 구분',
|
|
168
|
+
'fabric.editor.hyperlink.linkAriaLabel': '링크 레이블',
|
|
148
169
|
'fabric.editor.hyperlink.searchLinkAriaDescription': '필드에 입력할 때 제안 사항이 아래에 표시됩니다',
|
|
149
170
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {결과를 찾을 수 없습니다} other {{count,number}개의 결과를 찾았습니다}}',
|
|
150
171
|
'fabric.editor.hyperlinkToolbarPlaceholder': '링크 붙여넣기 또는 검색',
|
|
@@ -153,6 +174,8 @@ export default {
|
|
|
153
174
|
'fabric.editor.info': '정보',
|
|
154
175
|
'fabric.editor.infoPanel': '정보 패널',
|
|
155
176
|
'fabric.editor.infoPanel.description': '색상 있는 패널에서 정보 강조 표시',
|
|
177
|
+
'fabric.editor.inlineDescription': '링크를 인라인 텍스트로 표시',
|
|
178
|
+
'fabric.editor.inlineTitle': '인라인',
|
|
156
179
|
'fabric.editor.insertColumn': '오른쪽에 열 삽입',
|
|
157
180
|
'fabric.editor.insertMenu': '삽입',
|
|
158
181
|
'fabric.editor.insertRow': '아래에 행 삽입',
|
|
@@ -173,8 +196,11 @@ export default {
|
|
|
173
196
|
'fabric.editor.markdown': 'Markdown',
|
|
174
197
|
'fabric.editor.matchCase': '대/소문자 구분',
|
|
175
198
|
'fabric.editor.mediaAddLink': '링크 추가',
|
|
199
|
+
'fabric.editor.mediaGroupDeleteLabel': '삭제',
|
|
176
200
|
'fabric.editor.mention': '멘션',
|
|
177
201
|
'fabric.editor.mention.description': '다른 사람을 멘션하여 알림 보내기',
|
|
202
|
+
'fabric.editor.mentionsAddLabel': '아이콘 추가',
|
|
203
|
+
'fabric.editor.mentionsIconLabel': '멘션',
|
|
178
204
|
'fabric.editor.mergeCells': '셀 병합',
|
|
179
205
|
'fabric.editor.moreFormatting': '형식 더 보기',
|
|
180
206
|
'fabric.editor.noResultsFound': '결과 없음',
|
|
@@ -183,9 +209,12 @@ export default {
|
|
|
183
209
|
'fabric.editor.notePanel': '노트 패널',
|
|
184
210
|
'fabric.editor.notePanel.description': '색상 있는 패널에 메모 추가',
|
|
185
211
|
'fabric.editor.numberedColumn': '번호 매기기 열',
|
|
212
|
+
'fabric.editor.off': '{formattingType} 꺼짐',
|
|
213
|
+
'fabric.editor.on': '{formattingType} 켜짐',
|
|
186
214
|
'fabric.editor.orderedList': '번호 목록',
|
|
187
215
|
'fabric.editor.orderedList.description': '순서가 지정된 목록 만들기',
|
|
188
216
|
'fabric.editor.other': '기타...',
|
|
217
|
+
'fabric.editor.pageActionsLabel': '페이지 작업',
|
|
189
218
|
'fabric.editor.panel.backgroundColor': '배경색',
|
|
190
219
|
'fabric.editor.panel.emoji': '이모지 추가',
|
|
191
220
|
'fabric.editor.pastePlainText': '일반 텍스트 붙여넣기',
|
|
@@ -197,6 +226,7 @@ export default {
|
|
|
197
226
|
'fabric.editor.redo': '다시 실행',
|
|
198
227
|
'fabric.editor.remove': '제거',
|
|
199
228
|
'fabric.editor.removeColumns': '{0, plural, other {열 삭제}}',
|
|
229
|
+
'fabric.editor.removeEmoji': '이모지 제거',
|
|
200
230
|
'fabric.editor.removeRows': '{0, plural, other {행 삭제}}',
|
|
201
231
|
'fabric.editor.replace': '바꾸기',
|
|
202
232
|
'fabric.editor.replaceAll': '모두 바꾸기',
|
|
@@ -205,7 +235,7 @@ export default {
|
|
|
205
235
|
'fabric.editor.rightSidebar': '오른쪽 사이드바',
|
|
206
236
|
'fabric.editor.saveButton': '저장',
|
|
207
237
|
'fabric.editor.selectLanguage': '언어 선택',
|
|
208
|
-
'fabric.editor.
|
|
238
|
+
'fabric.editor.single': '단일 열',
|
|
209
239
|
'fabric.editor.sortColumnASC': '열 정렬: 오름차순',
|
|
210
240
|
'fabric.editor.sortColumnDESC': '열 정렬: 내림차순',
|
|
211
241
|
'fabric.editor.splitCell': '셀 나누기',
|
|
@@ -216,27 +246,30 @@ export default {
|
|
|
216
246
|
'fabric.editor.strike': '취소선',
|
|
217
247
|
'fabric.editor.subTask': '하위 작업',
|
|
218
248
|
'fabric.editor.subscript': '밑첨자',
|
|
249
|
+
'fabric.editor.subscript.off.superscript.on': '아래 첨자 꺼짐, 위 첨자 켜짐',
|
|
219
250
|
'fabric.editor.success': '성공',
|
|
220
251
|
'fabric.editor.successPanel': '성공 패널',
|
|
221
252
|
'fabric.editor.successPanel.description': '색상 있는 패널에 팁 추가',
|
|
222
253
|
'fabric.editor.superscript': '위첨자',
|
|
254
|
+
'fabric.editor.superscript.off.subscript.on': '위 첨자 꺼짐, 아래 첨자 켜짐',
|
|
223
255
|
'fabric.editor.supportAltText': '대체 텍스트는 시각적 제약으로 인해 화면 읽기 프로그램을 사용하는 사람에게 유용합니다.',
|
|
224
256
|
'fabric.editor.table': '표',
|
|
225
257
|
'fabric.editor.table.description': '표 삽입',
|
|
226
258
|
'fabric.editor.tableOptions': '표 옵션',
|
|
227
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '이 표를 제거하면 연결된
|
|
259
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '이 표를 제거하면 연결된 모든 차트가 손상됩니다.',
|
|
228
260
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '표 및 데이터 제거',
|
|
229
261
|
'fabric.editor.task': '작업',
|
|
230
262
|
'fabric.editor.taskPlaceholder': "작업을 입력하고 '@'를 사용하여 할당합니다.",
|
|
263
|
+
'fabric.editor.text.formatting.off': '텍스트 서식 꺼짐',
|
|
231
264
|
'fabric.editor.textColor': '텍스트 색상',
|
|
232
|
-
'fabric.editor.textColor.lessColors': '더 적은 색',
|
|
233
|
-
'fabric.editor.textColor.moreColors': '색상 더 보기',
|
|
234
265
|
'fabric.editor.textStyles': '텍스트 스타일',
|
|
235
266
|
'fabric.editor.threeColumns': '세 개 열',
|
|
236
267
|
'fabric.editor.threeColumnsWithSidebars': '사이드바가 있는 세 개 열',
|
|
237
268
|
'fabric.editor.time.ago': '전',
|
|
238
269
|
'fabric.editor.time.updated': '업데이트됨',
|
|
239
270
|
'fabric.editor.time.viewed': '확인함',
|
|
271
|
+
'fabric.editor.toolbarLabel': '편집기 도구 모음',
|
|
272
|
+
'fabric.editor.toolbarMediaTitle': '파일 및 이미지',
|
|
240
273
|
'fabric.editor.tooltip.blockPanel': '패널',
|
|
241
274
|
'fabric.editor.tooltip.bulletList': '목록',
|
|
242
275
|
'fabric.editor.tooltip.decisionList': '결정 목록',
|
|
@@ -244,6 +277,7 @@ export default {
|
|
|
244
277
|
'fabric.editor.tooltip.nestedExpand': '중첩된 확장',
|
|
245
278
|
'fabric.editor.tooltip.taskList': '작업 항목',
|
|
246
279
|
'fabric.editor.twoColumns': '두 개 열',
|
|
280
|
+
'fabric.editor.typeAheadResultLabel': '자동 완성 결과',
|
|
247
281
|
'fabric.editor.unableToOpenLink': '이 링크를 열 수 없습니다',
|
|
248
282
|
'fabric.editor.underline': '밑줄',
|
|
249
283
|
'fabric.editor.undo': '실행 취소',
|
|
@@ -251,6 +285,8 @@ export default {
|
|
|
251
285
|
'fabric.editor.unorderedList': '글머리 기호 목록',
|
|
252
286
|
'fabric.editor.unorderedList.description': '순서가 지정되지 않은 목록 만들기',
|
|
253
287
|
'fabric.editor.url': '표시 URL',
|
|
288
|
+
'fabric.editor.urlDescription': '링크를 URL로 표시',
|
|
289
|
+
'fabric.editor.urlTitle': 'URL',
|
|
254
290
|
'fabric.editor.viewMore': '더 보기',
|
|
255
291
|
'fabric.editor.visit': '새 창에서 링크 열기',
|
|
256
292
|
'fabric.editor.warning': '경고',
|
package/dist/esm/i18n/nb.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* NOTE:
|
|
3
3
|
*
|
|
4
|
-
* This file is automatically generated by
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
//
|
|
7
|
+
//Norwegian (Bokmål)
|
|
8
8
|
export default {
|
|
9
9
|
'fabric.editor.action': 'Handlingselement',
|
|
10
10
|
'fabric.editor.action.description': 'Opprett og tilordne handlinger',
|
|
@@ -22,6 +22,8 @@ export default {
|
|
|
22
22
|
'fabric.editor.annotationToolbar': 'Verktøylinje for kommentarer',
|
|
23
23
|
'fabric.editor.backLink': 'Gå tilbake',
|
|
24
24
|
'fabric.editor.blockCardUnavailable': 'Inline-koblingen er inne i {node}, og visningen kan ikke endres',
|
|
25
|
+
'fabric.editor.blockDescription': 'Vis mer informasjon om en kobling, inkludert et sammendrag og handlinger',
|
|
26
|
+
'fabric.editor.blockTitle': 'Kort',
|
|
25
27
|
'fabric.editor.blockquote': 'et sitat',
|
|
26
28
|
'fabric.editor.blockquote.description': 'Sett inn et sitat',
|
|
27
29
|
'fabric.editor.blockquote2': 'Sitat',
|
|
@@ -33,6 +35,7 @@ export default {
|
|
|
33
35
|
'fabric.editor.cardFloatingControls': 'Kortalternativer',
|
|
34
36
|
'fabric.editor.cellBackground': 'Cellebakgrunn',
|
|
35
37
|
'fabric.editor.cellOptions': 'Cellealternativer',
|
|
38
|
+
'fabric.editor.chromeCollapsedPlaceholder': 'Skriv et eller annet …',
|
|
36
39
|
'fabric.editor.clearAltTextEdit': 'Tøm alternativ tekst',
|
|
37
40
|
'fabric.editor.clearCells': '{0, plural, one {Tøm celle} other {Tøm celler}}',
|
|
38
41
|
'fabric.editor.clearFormatting': 'Slett formatering',
|
|
@@ -42,6 +45,7 @@ export default {
|
|
|
42
45
|
'fabric.editor.closeFindReplaceDialog': 'Lukk',
|
|
43
46
|
'fabric.editor.closeHelpDialog': 'Lukk hjelpedialog',
|
|
44
47
|
'fabric.editor.code': 'Kode',
|
|
48
|
+
'fabric.editor.code.on': '{textFormattingOff}, kode på',
|
|
45
49
|
'fabric.editor.codeblock': 'Kodebit',
|
|
46
50
|
'fabric.editor.codeblock.description': 'Vis kode med syntaksutheving',
|
|
47
51
|
'fabric.editor.collapseTable': 'Minimer tabell',
|
|
@@ -68,6 +72,8 @@ export default {
|
|
|
68
72
|
'fabric.editor.copyToClipboard': 'Kopier',
|
|
69
73
|
'fabric.editor.createComment': 'Kommenter',
|
|
70
74
|
'fabric.editor.createCommentInvalid': 'Du kan kun kommentere tekst og overskrifter',
|
|
75
|
+
'fabric.editor.customPanel': 'Egendefinert panel',
|
|
76
|
+
'fabric.editor.customPanel.description': 'Legg til et notat med en emoji og farget bakgrunn',
|
|
71
77
|
'fabric.editor.date': 'Dato',
|
|
72
78
|
'fabric.editor.date.description': 'Legg til en dato med en kalender',
|
|
73
79
|
'fabric.editor.decision': 'Beslutning',
|
|
@@ -81,6 +87,8 @@ export default {
|
|
|
81
87
|
'fabric.editor.displayOptionUnavailableInParentNode': 'Dette visningsalternativet er ikke tilgjengelig innenfor {node}',
|
|
82
88
|
'fabric.editor.displayText': 'Tekst som skal vises',
|
|
83
89
|
'fabric.editor.distributeColumns': 'Distribuer kolonner',
|
|
90
|
+
'fabric.editor.dropPlaceholderLabel': 'Dokument',
|
|
91
|
+
'fabric.editor.ecombedDescription': 'Vis en interaktiv forhåndsvisning av en kobling',
|
|
84
92
|
'fabric.editor.edit': 'Rediger',
|
|
85
93
|
'fabric.editor.editAltText': 'Rediger alternativ tekst',
|
|
86
94
|
'fabric.editor.editDateText': 'Rediger dato',
|
|
@@ -88,7 +96,9 @@ export default {
|
|
|
88
96
|
'fabric.editor.editMode.inviteToEditButton.title': 'Inviter til å redigere',
|
|
89
97
|
'fabric.editor.editStatusColor': 'Rediger statusfarge',
|
|
90
98
|
'fabric.editor.editStatusText': 'Rediger status',
|
|
99
|
+
'fabric.editor.editableContentLabel': 'Aktiver innhold',
|
|
91
100
|
'fabric.editor.editorHelp': 'Editorhjelp',
|
|
101
|
+
'fabric.editor.editors': 'Brukere med redigeringstilgang',
|
|
92
102
|
'fabric.editor.elementBrowser.help': 'Hjelp',
|
|
93
103
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administrasjon',
|
|
94
104
|
'fabric.editor.elementbrowser.categorylist.category-all': 'Alle',
|
|
@@ -105,6 +115,7 @@ export default {
|
|
|
105
115
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Prøv å søke med et annet uttrykk eller oppdag nye apper for Atlassian-produkter.',
|
|
106
116
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Utforsk Atlassian Marketplace',
|
|
107
117
|
'fabric.editor.elementbrowser.sidebar.heading': 'Se gjennom',
|
|
118
|
+
'fabric.editor.embedTitle': 'Bygg inn',
|
|
108
119
|
'fabric.editor.emoji': 'Emoji',
|
|
109
120
|
'fabric.editor.emoji.description': 'Bruk emojier for å uttrykke tanker 🎉 og følelser 😄',
|
|
110
121
|
'fabric.editor.emptyLink': 'Skriv inn en kobling.',
|
|
@@ -126,6 +137,8 @@ export default {
|
|
|
126
137
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Avbryt',
|
|
127
138
|
'fabric.editor.floatingToolbar.confirmModalHeading': 'Er du sikker?',
|
|
128
139
|
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
140
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Flytende verktøylinje med kontroller er åpnet',
|
|
141
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Flytende verktøylinje',
|
|
129
142
|
'fabric.editor.headerColumn': 'Overskriftskolonne',
|
|
130
143
|
'fabric.editor.headerRow': 'Overskriftsrad',
|
|
131
144
|
'fabric.editor.heading1': '1. overskrift',
|
|
@@ -140,11 +153,19 @@ export default {
|
|
|
140
153
|
'fabric.editor.heading5Description': 'Bruk dette til å gruppere listeelementer',
|
|
141
154
|
'fabric.editor.heading6': '6. overskrift',
|
|
142
155
|
'fabric.editor.heading6Description': 'Bruk dette for en overskrift på nedre nivå',
|
|
156
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': 'Blogg',
|
|
157
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': 'Programfeil',
|
|
158
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': 'Sak',
|
|
159
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': 'Side',
|
|
160
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': 'Historie',
|
|
161
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'Oppgave',
|
|
162
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Åpne dialogboks for hjelp',
|
|
143
163
|
'fabric.editor.help': 'Hjelp',
|
|
144
164
|
'fabric.editor.help.description': 'Se gjennom alle tastatursnarveier og Markdown-alternativer',
|
|
145
165
|
'fabric.editor.helpDialogTips': 'Trykk på {keyMap} for å åpne denne dialogen',
|
|
146
166
|
'fabric.editor.horizontalRule': 'Deler',
|
|
147
167
|
'fabric.editor.horizontalRule.description': 'Atskill innhold med en horisontal linje',
|
|
168
|
+
'fabric.editor.hyperlink.linkAriaLabel': 'Koblingsetikett',
|
|
148
169
|
'fabric.editor.hyperlink.searchLinkAriaDescription': 'Forslag vises nedenfor etter hvert som du skriver inn i feltet',
|
|
149
170
|
'fabric.editor.hyperlink.searchLinkResults': '{count, plural, =0 {fant ingen resultater} one {fant {count,number} resultat} other {fant {count,number} resultater}}',
|
|
150
171
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Lim inn eller søk etter kobling',
|
|
@@ -153,6 +174,8 @@ export default {
|
|
|
153
174
|
'fabric.editor.info': 'Informasjon',
|
|
154
175
|
'fabric.editor.infoPanel': 'Informasjonspanel',
|
|
155
176
|
'fabric.editor.infoPanel.description': 'Uthev informasjonen i et farget panel',
|
|
177
|
+
'fabric.editor.inlineDescription': 'Vis kobling som innebygd tekst',
|
|
178
|
+
'fabric.editor.inlineTitle': 'Innebygd',
|
|
156
179
|
'fabric.editor.insertColumn': 'Sett inn kolonne til høyre',
|
|
157
180
|
'fabric.editor.insertMenu': 'Sett inn',
|
|
158
181
|
'fabric.editor.insertRow': 'Sett inn rad under',
|
|
@@ -173,8 +196,11 @@ export default {
|
|
|
173
196
|
'fabric.editor.markdown': 'Markdown',
|
|
174
197
|
'fabric.editor.matchCase': 'Match store/små bokstaver',
|
|
175
198
|
'fabric.editor.mediaAddLink': 'Legg til kobling',
|
|
199
|
+
'fabric.editor.mediaGroupDeleteLabel': 'Slett',
|
|
176
200
|
'fabric.editor.mention': 'Nevn',
|
|
177
201
|
'fabric.editor.mention.description': 'Oppgi noen for å sende dem et varsel',
|
|
202
|
+
'fabric.editor.mentionsAddLabel': 'legg til-ikon',
|
|
203
|
+
'fabric.editor.mentionsIconLabel': 'Nevn',
|
|
178
204
|
'fabric.editor.mergeCells': 'Slå sammen celler',
|
|
179
205
|
'fabric.editor.moreFormatting': 'Mer formatering',
|
|
180
206
|
'fabric.editor.noResultsFound': 'Ingen resultater',
|
|
@@ -183,9 +209,12 @@ export default {
|
|
|
183
209
|
'fabric.editor.notePanel': 'Kommentarpanel',
|
|
184
210
|
'fabric.editor.notePanel.description': 'Legg til en merknad i et farget panel',
|
|
185
211
|
'fabric.editor.numberedColumn': 'Nummert kolonne',
|
|
212
|
+
'fabric.editor.off': '{formattingType} av',
|
|
213
|
+
'fabric.editor.on': '{formattingType} på',
|
|
186
214
|
'fabric.editor.orderedList': 'Nummerert liste',
|
|
187
215
|
'fabric.editor.orderedList.description': 'Opprett en sortert liste',
|
|
188
216
|
'fabric.editor.other': 'Andre …',
|
|
217
|
+
'fabric.editor.pageActionsLabel': 'Sidehandlinger',
|
|
189
218
|
'fabric.editor.panel.backgroundColor': 'Bakgrunnsfarge',
|
|
190
219
|
'fabric.editor.panel.emoji': 'Legg til emoji',
|
|
191
220
|
'fabric.editor.pastePlainText': 'Lim inn ren tekst',
|
|
@@ -197,6 +226,7 @@ export default {
|
|
|
197
226
|
'fabric.editor.redo': 'Gjør om',
|
|
198
227
|
'fabric.editor.remove': 'Fjern',
|
|
199
228
|
'fabric.editor.removeColumns': '{0, plural, one {Slett kolonne} other {Slett kolonner}}',
|
|
229
|
+
'fabric.editor.removeEmoji': 'Fjern emoji',
|
|
200
230
|
'fabric.editor.removeRows': '{0, plural, one {Slett rad} other {Slett rader}}',
|
|
201
231
|
'fabric.editor.replace': 'Erstatt',
|
|
202
232
|
'fabric.editor.replaceAll': 'Erstatt alle',
|
|
@@ -205,7 +235,7 @@ export default {
|
|
|
205
235
|
'fabric.editor.rightSidebar': 'Sidelinje til høyre',
|
|
206
236
|
'fabric.editor.saveButton': 'Lagre',
|
|
207
237
|
'fabric.editor.selectLanguage': 'Velg programmeringsspråk',
|
|
208
|
-
'fabric.editor.
|
|
238
|
+
'fabric.editor.single': 'Enkeltkolonne',
|
|
209
239
|
'fabric.editor.sortColumnASC': 'Sorter kolonne A → Å',
|
|
210
240
|
'fabric.editor.sortColumnDESC': 'Sorter kolonne Å → A',
|
|
211
241
|
'fabric.editor.splitCell': 'Del celle',
|
|
@@ -216,27 +246,30 @@ export default {
|
|
|
216
246
|
'fabric.editor.strike': 'Gjennomstreking',
|
|
217
247
|
'fabric.editor.subTask': 'Deloppgave',
|
|
218
248
|
'fabric.editor.subscript': 'Senket skrift',
|
|
249
|
+
'fabric.editor.subscript.off.superscript.on': 'Senket skrift av, hevet skrift på',
|
|
219
250
|
'fabric.editor.success': 'Vellykket',
|
|
220
251
|
'fabric.editor.successPanel': 'Utførtpanel',
|
|
221
252
|
'fabric.editor.successPanel.description': 'Legg til tips i et farget panel',
|
|
222
253
|
'fabric.editor.superscript': 'Hevet skrift',
|
|
254
|
+
'fabric.editor.superscript.off.subscript.on': 'Hevet skrift av, senket skrift på',
|
|
223
255
|
'fabric.editor.supportAltText': 'Alternativ tekst er nyttig for folk som bruker skjermlesere på grunn av redusert synsfunksjon.',
|
|
224
256
|
'fabric.editor.table': 'Tabell',
|
|
225
257
|
'fabric.editor.table.description': 'Sett inn en tavle',
|
|
226
258
|
'fabric.editor.tableOptions': 'Tabellalternativer',
|
|
227
|
-
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Hvis du fjerner denne tabellen,
|
|
259
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Hvis du fjerner denne tabellen, ødelegges alle diagrammene som er koblet til den.',
|
|
228
260
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Fjern tabell og data',
|
|
229
261
|
'fabric.editor.task': 'Oppgave',
|
|
230
262
|
'fabric.editor.taskPlaceholder': 'Skriv inn handlingen. Bruk @ for å tilordne den til noen.',
|
|
263
|
+
'fabric.editor.text.formatting.off': 'Tekstformatering av',
|
|
231
264
|
'fabric.editor.textColor': 'Tekstfarge',
|
|
232
|
-
'fabric.editor.textColor.lessColors': 'Færre farger',
|
|
233
|
-
'fabric.editor.textColor.moreColors': 'Flere farger',
|
|
234
265
|
'fabric.editor.textStyles': 'Tekststiler',
|
|
235
266
|
'fabric.editor.threeColumns': 'Tre kolonner',
|
|
236
267
|
'fabric.editor.threeColumnsWithSidebars': 'Tre kolonner med sidelinjer',
|
|
237
268
|
'fabric.editor.time.ago': 'siden',
|
|
238
269
|
'fabric.editor.time.updated': 'Oppdatert',
|
|
239
270
|
'fabric.editor.time.viewed': 'Sett',
|
|
271
|
+
'fabric.editor.toolbarLabel': 'Verktøylinje for redigering',
|
|
272
|
+
'fabric.editor.toolbarMediaTitle': 'Filer og bilder',
|
|
240
273
|
'fabric.editor.tooltip.blockPanel': 'et panel',
|
|
241
274
|
'fabric.editor.tooltip.bulletList': 'en liste',
|
|
242
275
|
'fabric.editor.tooltip.decisionList': 'en beslutningsliste',
|
|
@@ -244,6 +277,7 @@ export default {
|
|
|
244
277
|
'fabric.editor.tooltip.nestedExpand': 'en nestet utvidelse',
|
|
245
278
|
'fabric.editor.tooltip.taskList': 'et handlingselement',
|
|
246
279
|
'fabric.editor.twoColumns': 'To kolonner',
|
|
280
|
+
'fabric.editor.typeAheadResultLabel': 'Resultater for autofullfør',
|
|
247
281
|
'fabric.editor.unableToOpenLink': 'Kan ikke åpne denne koblingen',
|
|
248
282
|
'fabric.editor.underline': 'Understreking',
|
|
249
283
|
'fabric.editor.undo': 'Angre',
|
|
@@ -251,6 +285,8 @@ export default {
|
|
|
251
285
|
'fabric.editor.unorderedList': 'Punktliste',
|
|
252
286
|
'fabric.editor.unorderedList.description': 'Opprett en uordnet liste',
|
|
253
287
|
'fabric.editor.url': 'Vis som nettadresse',
|
|
288
|
+
'fabric.editor.urlDescription': 'Vis kobling som nettadresse',
|
|
289
|
+
'fabric.editor.urlTitle': 'Nettadresse',
|
|
254
290
|
'fabric.editor.viewMore': 'Vis mer',
|
|
255
291
|
'fabric.editor.visit': 'Åpne koblingen i et nytt vindu',
|
|
256
292
|
'fabric.editor.warning': 'Advarsel',
|