@atlaskit/editor-common 77.4.5 → 78.0.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 +38 -0
- package/dist/cjs/i18n/cs.js +166 -3
- package/dist/cjs/i18n/da.js +143 -2
- package/dist/cjs/i18n/de.js +166 -3
- package/dist/cjs/i18n/en.js +143 -1
- package/dist/cjs/i18n/en_GB.js +143 -1
- package/dist/cjs/i18n/en_ZZ.js +143 -1
- package/dist/cjs/i18n/es.js +143 -2
- package/dist/cjs/i18n/fi.js +144 -2
- package/dist/cjs/i18n/fr.js +143 -2
- package/dist/cjs/i18n/hu.js +143 -2
- package/dist/cjs/i18n/it.js +143 -2
- package/dist/cjs/i18n/ja.js +144 -2
- package/dist/cjs/i18n/ko.js +143 -2
- package/dist/cjs/i18n/nb.js +145 -2
- package/dist/cjs/i18n/nl.js +143 -2
- package/dist/cjs/i18n/pl.js +144 -2
- package/dist/cjs/i18n/pt_BR.js +141 -2
- package/dist/cjs/i18n/ru.js +145 -2
- package/dist/cjs/i18n/sv.js +143 -2
- package/dist/cjs/i18n/th.js +143 -2
- package/dist/cjs/i18n/tr.js +144 -2
- package/dist/cjs/i18n/uk.js +143 -2
- package/dist/cjs/i18n/vi.js +93 -2
- package/dist/cjs/i18n/zh.js +95 -2
- package/dist/cjs/i18n/zh_TW.js +93 -2
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/i18n/cs.js +166 -3
- package/dist/es2019/i18n/da.js +143 -2
- package/dist/es2019/i18n/de.js +166 -3
- package/dist/es2019/i18n/en.js +143 -1
- package/dist/es2019/i18n/en_GB.js +143 -1
- package/dist/es2019/i18n/en_ZZ.js +143 -1
- package/dist/es2019/i18n/es.js +143 -2
- package/dist/es2019/i18n/fi.js +144 -2
- package/dist/es2019/i18n/fr.js +143 -2
- package/dist/es2019/i18n/hu.js +143 -2
- package/dist/es2019/i18n/it.js +143 -2
- package/dist/es2019/i18n/ja.js +144 -2
- package/dist/es2019/i18n/ko.js +143 -2
- package/dist/es2019/i18n/nb.js +145 -2
- package/dist/es2019/i18n/nl.js +143 -2
- package/dist/es2019/i18n/pl.js +144 -2
- package/dist/es2019/i18n/pt_BR.js +141 -2
- package/dist/es2019/i18n/ru.js +145 -2
- package/dist/es2019/i18n/sv.js +143 -2
- package/dist/es2019/i18n/th.js +143 -2
- package/dist/es2019/i18n/tr.js +144 -2
- package/dist/es2019/i18n/uk.js +143 -2
- package/dist/es2019/i18n/vi.js +93 -2
- package/dist/es2019/i18n/zh.js +95 -2
- package/dist/es2019/i18n/zh_TW.js +93 -2
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/i18n/cs.js +166 -3
- package/dist/esm/i18n/da.js +143 -2
- package/dist/esm/i18n/de.js +166 -3
- package/dist/esm/i18n/en.js +143 -1
- package/dist/esm/i18n/en_GB.js +143 -1
- package/dist/esm/i18n/en_ZZ.js +143 -1
- package/dist/esm/i18n/es.js +143 -2
- package/dist/esm/i18n/fi.js +144 -2
- package/dist/esm/i18n/fr.js +143 -2
- package/dist/esm/i18n/hu.js +143 -2
- package/dist/esm/i18n/it.js +143 -2
- package/dist/esm/i18n/ja.js +144 -2
- package/dist/esm/i18n/ko.js +143 -2
- package/dist/esm/i18n/nb.js +145 -2
- package/dist/esm/i18n/nl.js +143 -2
- package/dist/esm/i18n/pl.js +144 -2
- package/dist/esm/i18n/pt_BR.js +141 -2
- package/dist/esm/i18n/ru.js +145 -2
- package/dist/esm/i18n/sv.js +143 -2
- package/dist/esm/i18n/th.js +143 -2
- package/dist/esm/i18n/tr.js +144 -2
- package/dist/esm/i18n/uk.js +143 -2
- package/dist/esm/i18n/vi.js +93 -2
- package/dist/esm/i18n/zh.js +95 -2
- package/dist/esm/i18n/zh_TW.js +93 -2
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/analytics/types/list-events.d.ts +2 -2
- package/dist/types/analytics/types/table-events.d.ts +6 -6
- package/dist/types/analytics/types/utils.d.ts +2 -1
- package/dist/types/i18n/cs.d.ts +163 -0
- package/dist/types/i18n/da.d.ts +141 -0
- package/dist/types/i18n/de.d.ts +163 -0
- package/dist/types/i18n/en.d.ts +143 -1
- package/dist/types/i18n/en_GB.d.ts +143 -1
- package/dist/types/i18n/en_ZZ.d.ts +143 -1
- package/dist/types/i18n/es.d.ts +141 -0
- package/dist/types/i18n/fi.d.ts +142 -0
- package/dist/types/i18n/fr.d.ts +141 -0
- package/dist/types/i18n/hu.d.ts +141 -0
- package/dist/types/i18n/it.d.ts +141 -0
- package/dist/types/i18n/ja.d.ts +142 -0
- package/dist/types/i18n/ko.d.ts +141 -0
- package/dist/types/i18n/nb.d.ts +143 -0
- package/dist/types/i18n/nl.d.ts +141 -0
- package/dist/types/i18n/pl.d.ts +142 -0
- package/dist/types/i18n/pt_BR.d.ts +139 -0
- package/dist/types/i18n/ru.d.ts +143 -0
- package/dist/types/i18n/sv.d.ts +141 -0
- package/dist/types/i18n/th.d.ts +141 -0
- package/dist/types/i18n/tr.d.ts +142 -0
- package/dist/types/i18n/uk.d.ts +141 -0
- package/dist/types/i18n/vi.d.ts +91 -0
- package/dist/types/i18n/zh.d.ts +93 -0
- package/dist/types/i18n/zh_TW.d.ts +91 -0
- package/dist/types/types/feature-flags.d.ts +0 -41
- package/dist/types-ts4.5/analytics/types/list-events.d.ts +2 -2
- package/dist/types-ts4.5/analytics/types/table-events.d.ts +6 -6
- package/dist/types-ts4.5/analytics/types/utils.d.ts +2 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +163 -0
- package/dist/types-ts4.5/i18n/da.d.ts +141 -0
- package/dist/types-ts4.5/i18n/de.d.ts +163 -0
- package/dist/types-ts4.5/i18n/en.d.ts +143 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +143 -1
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +143 -1
- package/dist/types-ts4.5/i18n/es.d.ts +141 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +142 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +141 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +141 -0
- package/dist/types-ts4.5/i18n/it.d.ts +141 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +142 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +141 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +143 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +141 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +142 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +139 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +143 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +141 -0
- package/dist/types-ts4.5/i18n/th.d.ts +141 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +142 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +141 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +91 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +93 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +91 -0
- package/dist/types-ts4.5/types/feature-flags.d.ts +0 -41
- package/package.json +3 -3
package/dist/cjs/i18n/ja.js
CHANGED
|
@@ -15,8 +15,10 @@ exports.default = void 0;
|
|
|
15
15
|
var _default = exports.default = {
|
|
16
16
|
'fabric.editor.action': 'アクション アイテム',
|
|
17
17
|
'fabric.editor.action.description': 'アクション アイテムを作成して割り当て',
|
|
18
|
+
'fabric.editor.addAltText': '代替テキスト',
|
|
18
19
|
'fabric.editor.addColumnLeft': '左に列を追加',
|
|
19
20
|
'fabric.editor.addColumnRight': '右に列を追加',
|
|
21
|
+
'fabric.editor.addImageBorder': '枠を追加',
|
|
20
22
|
'fabric.editor.addMediaFiles': '画像、動画、またはファイルを追加',
|
|
21
23
|
'fabric.editor.addRowAbove': '上に行を追加',
|
|
22
24
|
'fabric.editor.addRowBelow': '下に行を追加',
|
|
@@ -26,7 +28,11 @@ var _default = exports.default = {
|
|
|
26
28
|
'fabric.editor.alignImageRight': '右揃え',
|
|
27
29
|
'fabric.editor.alignLeft': '左揃え',
|
|
28
30
|
'fabric.editor.alignRight': '右揃え',
|
|
31
|
+
'fabric.editor.alignment': 'テキストの配置',
|
|
32
|
+
'fabric.editor.altText': '代替テキスト',
|
|
33
|
+
'fabric.editor.alttext.validation': '代替テキスト内の特殊文字を削除してください。',
|
|
29
34
|
'fabric.editor.annotationToolbar': '注釈ツールバー',
|
|
35
|
+
'fabric.editor.backLink': '戻る',
|
|
30
36
|
'fabric.editor.backgroundColor': '背景色',
|
|
31
37
|
'fabric.editor.blockCardUnavailable': 'インライン リンクは {node} 内にあるためビューを変更できません',
|
|
32
38
|
'fabric.editor.blockDescription': '要約やアクションなど、リンクの詳細を表示します。',
|
|
@@ -42,10 +48,15 @@ var _default = exports.default = {
|
|
|
42
48
|
'fabric.editor.cardFloatingControls': 'カードのオプション',
|
|
43
49
|
'fabric.editor.cellBackground': 'セルの背景',
|
|
44
50
|
'fabric.editor.cellOptions': 'セルのオプション',
|
|
51
|
+
'fabric.editor.checkUncheckActionItem': 'アクション アイテムを切り替える',
|
|
52
|
+
'fabric.editor.clearAltTextEdit': '代替テキストをクリア',
|
|
45
53
|
'fabric.editor.clearCells': '{0, plural, other {セルをクリア}}',
|
|
46
54
|
'fabric.editor.clearFormatting': 'フォーマットをクリア',
|
|
47
55
|
'fabric.editor.clearLink': 'リンクをクリア',
|
|
48
56
|
'fabric.editor.clearLinkText': 'テキストをクリア',
|
|
57
|
+
'fabric.editor.closeAltTextEdit': '戻る',
|
|
58
|
+
'fabric.editor.closeFindReplaceDialog': '閉じる',
|
|
59
|
+
'fabric.editor.closeHelpDialog': 'ヘルプ ダイアログを閉じる',
|
|
49
60
|
'fabric.editor.code': 'コード',
|
|
50
61
|
'fabric.editor.code.on': '{textFormattingOff}、コード オン',
|
|
51
62
|
'fabric.editor.codeBidiWarningLabel': '双方向文字はテキストのレンダリング順序を変更します。このため、悪意のあるコードを隠すために使用される場合があります。',
|
|
@@ -60,6 +71,25 @@ var _default = exports.default = {
|
|
|
60
71
|
'fabric.editor.columnDragHandle': '列オプション',
|
|
61
72
|
'fabric.editor.columns': 'レイアウト',
|
|
62
73
|
'fabric.editor.columns.description': 'セクションを使用してページを構成',
|
|
74
|
+
'fabric.editor.configFailedToLoad': '読み込めませんでした',
|
|
75
|
+
'fabric.editor.configPanel.cancel': 'キャンセル',
|
|
76
|
+
'fabric.editor.configPanel.close': '閉じる',
|
|
77
|
+
'fabric.editor.configPanel.customSelect.createOption': '作成',
|
|
78
|
+
'fabric.editor.configPanel.dateRange.custom.from': '開始日',
|
|
79
|
+
'fabric.editor.configPanel.dateRange.custom.to': '終了日',
|
|
80
|
+
'fabric.editor.configPanel.dateRange.grouping.collapse': '折りたたむ',
|
|
81
|
+
'fabric.editor.configPanel.dateRange.grouping.expand': '展開',
|
|
82
|
+
'fabric.editor.configPanel.dateRange.option.custom': 'カスタム',
|
|
83
|
+
'fabric.editor.configPanel.documentation': 'ドキュメント',
|
|
84
|
+
'fabric.editor.configPanel.errorBoundary.note': 'チームに報告しました。このページは引き続き編集および公開できます。詳細については、エラー コンソールで確認できます。',
|
|
85
|
+
'fabric.editor.configPanel.errorBoundary.title': '問題が発生しました。',
|
|
86
|
+
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': '「isMultiple」と「style: radio」を組み合わせることはできません',
|
|
87
|
+
'fabric.editor.configPanel.formType.addField': 'フィールドを追加',
|
|
88
|
+
'fabric.editor.configPanel.formType.removeField': 'フィールドを削除',
|
|
89
|
+
'fabric.editor.configPanel.help': 'お困りですか?',
|
|
90
|
+
'fabric.editor.configPanel.invalid': '無効なフィールド',
|
|
91
|
+
'fabric.editor.configPanel.required': '必須フィールド',
|
|
92
|
+
'fabric.editor.configPanel.submit': '送信',
|
|
63
93
|
'fabric.editor.copiedToClipboard': 'コピーしました',
|
|
64
94
|
'fabric.editor.copyToClipboard': 'コピー',
|
|
65
95
|
'fabric.editor.cornerControl': 'テーブルをハイライト',
|
|
@@ -71,12 +101,16 @@ var _default = exports.default = {
|
|
|
71
101
|
'fabric.editor.datasource.assetsObjects.description': '検索とフィルタリングを使用して、Jira Service Management のアセットからオブジェクトを挿入します',
|
|
72
102
|
'fabric.editor.datasource.jiraIssue': 'Jira 課題',
|
|
73
103
|
'fabric.editor.datasource.jiraIssue.description': '強化された検索、フィルタリング、設定を使用して、Jira Cloud から Jira 課題を挿入します。',
|
|
104
|
+
'fabric.editor.datasourceAppearanceTitle': '表',
|
|
74
105
|
'fabric.editor.datasourceTitle': '検索クエリを編集',
|
|
75
106
|
'fabric.editor.date': '日付',
|
|
76
107
|
'fabric.editor.date.description': 'カレンダーを使用して日付を追加',
|
|
77
108
|
'fabric.editor.decision': '決定事項',
|
|
78
109
|
'fabric.editor.decision.description': '決定事項をキャプチャして簡単に追跡',
|
|
110
|
+
'fabric.editor.decisionPlaceholder': '決定事項を追加…',
|
|
111
|
+
'fabric.editor.decreaseSize': 'サイズを縮小する',
|
|
79
112
|
'fabric.editor.defaultAltText': 'リスト項目',
|
|
113
|
+
'fabric.editor.description': '説明',
|
|
80
114
|
'fabric.editor.displayBlock': 'カードを表示',
|
|
81
115
|
'fabric.editor.displayEmbed': '埋め込みを表示',
|
|
82
116
|
'fabric.editor.displayInline': 'インライン表示',
|
|
@@ -84,20 +118,38 @@ var _default = exports.default = {
|
|
|
84
118
|
'fabric.editor.displayOptionUnavailableInParentNode': '{node} 内ではこの表示オプションを使用できません',
|
|
85
119
|
'fabric.editor.displayText': '表示するテキスト',
|
|
86
120
|
'fabric.editor.distributeColumns': '列の幅を揃える',
|
|
121
|
+
'fabric.editor.dropPlaceholderLabel': 'ドキュメント',
|
|
87
122
|
'fabric.editor.ecombedDescription': 'リンクのインタラクティブなプレビューを表示します。',
|
|
123
|
+
'fabric.editor.edit': '編集',
|
|
88
124
|
'fabric.editor.edit.datasource': '検索クエリを編集',
|
|
125
|
+
'fabric.editor.editAltText': '代替テキストを編集',
|
|
89
126
|
'fabric.editor.editDateText': '日付の編集',
|
|
90
127
|
'fabric.editor.editLink': 'リンクを編集',
|
|
91
128
|
'fabric.editor.editMode.inviteToEditButton.title': '編集に招待',
|
|
92
129
|
'fabric.editor.editStatusColor': 'ステータス カラーを編集',
|
|
93
130
|
'fabric.editor.editStatusText': 'ステータスを編集',
|
|
94
131
|
'fabric.editor.editableContentLabel': '編集可能なコンテンツ',
|
|
132
|
+
'fabric.editor.editorHelp': 'エディター ヘルプ',
|
|
133
|
+
'fabric.editor.editors': '編集者',
|
|
134
|
+
'fabric.editor.elementBrowser.help': 'ヘルプ',
|
|
135
|
+
'fabric.editor.elementbrowser.categorylist.category-admin': '管理',
|
|
136
|
+
'fabric.editor.elementbrowser.categorylist.category-all': 'すべて',
|
|
137
|
+
'fabric.editor.elementbrowser.categorylist.category-communication': 'コミュニケーション',
|
|
138
|
+
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Confluence コンテンツ',
|
|
139
|
+
'fabric.editor.elementbrowser.categorylist.category-development': '開発',
|
|
140
|
+
'fabric.editor.elementbrowser.categorylist.category-external-content': '外部コンテンツ',
|
|
141
|
+
'fabric.editor.elementbrowser.categorylist.category-formatting': 'フォーマット',
|
|
142
|
+
'fabric.editor.elementbrowser.categorylist.category-media': 'メディア',
|
|
143
|
+
'fabric.editor.elementbrowser.categorylist.category-navigation': 'ナビゲーション',
|
|
144
|
+
'fabric.editor.elementbrowser.categorylist.category-reporting': 'レポート',
|
|
145
|
+
'fabric.editor.elementbrowser.categorylist.category-visuals': 'ビジュアルと画像',
|
|
95
146
|
'fabric.editor.elementbrowser.search.empty-state.heading': '検索条件に一致するデータがありませんでした',
|
|
96
147
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': '別の用語で検索するか、アトラシアン製品の新しいアプリを探してください。',
|
|
97
148
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Atlassian Marketplace を見る',
|
|
98
149
|
'fabric.editor.elementbrowser.searchbar.assistive.text.nothing': '検索条件に一致するデータがありませんでした',
|
|
99
150
|
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': '個の候補が入力テキストに対して利用可能です。',
|
|
100
151
|
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': '個の候補が入力テキストに対して利用可能です。',
|
|
152
|
+
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Enter',
|
|
101
153
|
'fabric.editor.elementbrowser.searchbar.placeholder': '検索',
|
|
102
154
|
'fabric.editor.elementbrowser.sidebar.heading': '参照',
|
|
103
155
|
'fabric.editor.embedTitle': '埋め込み',
|
|
@@ -105,6 +157,7 @@ var _default = exports.default = {
|
|
|
105
157
|
'fabric.editor.emoji.description': '絵文字を使用してアイデア 🎉 や気持ち 😄 を表現',
|
|
106
158
|
'fabric.editor.emptyLink': 'リンクを入力してください。',
|
|
107
159
|
'fabric.editor.epic': 'エピック',
|
|
160
|
+
'fabric.editor.error': 'エラー',
|
|
108
161
|
'fabric.editor.errorPanel': 'エラー パネル',
|
|
109
162
|
'fabric.editor.errorPanel.description': '色付きのパネルでエラーをコールアウト',
|
|
110
163
|
'fabric.editor.expand': '展開',
|
|
@@ -112,13 +165,29 @@ var _default = exports.default = {
|
|
|
112
165
|
'fabric.editor.expandDefaultTitle': 'こちらをクリックして展開…',
|
|
113
166
|
'fabric.editor.expandNode': 'コンテンツを展開',
|
|
114
167
|
'fabric.editor.expandPlaceholder': 'この展開にタイトルを付ける…',
|
|
168
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessage': '{nodeName} を削除すると、接続されているすべてが破棄されます。',
|
|
115
169
|
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': '削除:',
|
|
170
|
+
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': '削除',
|
|
116
171
|
'fabric.editor.extension.deleteElementTitle': '要素の削除',
|
|
117
172
|
'fabric.editor.extension.sourceNoTitledName': 'この要素',
|
|
173
|
+
'fabric.editor.extensions.config-panel.save-indicator': 'すべての変更は常に自動保存されます',
|
|
118
174
|
'fabric.editor.failed_to_upload': 'アップロードに失敗しました',
|
|
119
175
|
'fabric.editor.feedbackDialog': 'フィードバックを送信',
|
|
120
176
|
'fabric.editor.feedbackDialog.description': '新しいエディターに関するご意見・ご感想をお聞かせください',
|
|
177
|
+
'fabric.editor.find': '検索',
|
|
178
|
+
'fabric.editor.findNext': '次を検索',
|
|
179
|
+
'fabric.editor.findPrevious': '前を検索',
|
|
180
|
+
'fabric.editor.findReplaceToolbarButton': '検索と置換',
|
|
181
|
+
'fabric.editor.floatingToolbar.confirmModalCancel': 'キャンセル',
|
|
121
182
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': '接続されている要素も削除',
|
|
183
|
+
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} other {{name} (+ {amount,number} 件の接続されている要素)}}',
|
|
184
|
+
'fabric.editor.floatingToolbar.confirmModalHeading': '実行しますか?',
|
|
185
|
+
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
186
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'フローティング ツールバーのコントロールが開いています。',
|
|
187
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'フローティング ツールバー',
|
|
188
|
+
'fabric.editor.floatingToolbar.scrollLeft': '左にスクロール',
|
|
189
|
+
'fabric.editor.floatingToolbar.scrollRight': '右にスクロール',
|
|
190
|
+
'fabric.editor.focusTableResizeHandle': 'フォーカス表のサイズ変更ハンドル',
|
|
122
191
|
'fabric.editor.headerColumn': 'ヘッダーの列',
|
|
123
192
|
'fabric.editor.headerRow': 'ヘッダーの行',
|
|
124
193
|
'fabric.editor.heading1': '見出し 1',
|
|
@@ -141,6 +210,7 @@ var _default = exports.default = {
|
|
|
141
210
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': 'タスク',
|
|
142
211
|
'fabric.editor.help': 'ヘルプ',
|
|
143
212
|
'fabric.editor.help.description': 'キーボード ショートカットと Markdown のオプションをすべて表示',
|
|
213
|
+
'fabric.editor.helpDialogTips': '{keyMap} を押すと、このダイアログをいつでもすぐに開けます',
|
|
144
214
|
'fabric.editor.horizontalRule': '分割線',
|
|
145
215
|
'fabric.editor.horizontalRule.description': '横線を使用してコンテンツを分割',
|
|
146
216
|
'fabric.editor.hyperlink.linkVisibleLabel': 'リンクを貼り付けるか検索',
|
|
@@ -149,20 +219,33 @@ var _default = exports.default = {
|
|
|
149
219
|
'fabric.editor.hyperlink.textVisibleLabel': '表示テキスト(オプション)',
|
|
150
220
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'リンクを貼り付けるか検索',
|
|
151
221
|
'fabric.editor.image': '画像',
|
|
222
|
+
'fabric.editor.image.fullWidthLabel': '全幅',
|
|
223
|
+
'fabric.editor.imageBorderBold': '太',
|
|
224
|
+
'fabric.editor.imageBorderColor': '色',
|
|
225
|
+
'fabric.editor.imageBorderMedium': '中',
|
|
226
|
+
'fabric.editor.imageBorderOptions': '枠のオプション',
|
|
227
|
+
'fabric.editor.imageBorderSize': 'サイズ',
|
|
228
|
+
'fabric.editor.imageBorderSubtle': '細',
|
|
152
229
|
'fabric.editor.improvement': '改善',
|
|
230
|
+
'fabric.editor.increaseSize': 'サイズを拡大する',
|
|
153
231
|
'fabric.editor.indent': 'インデント',
|
|
232
|
+
'fabric.editor.info': '情報',
|
|
154
233
|
'fabric.editor.infoPanel': '情報パネル',
|
|
155
234
|
'fabric.editor.infoPanel.description': '色付きのパネルで情報を強調',
|
|
156
235
|
'fabric.editor.inlineDescription': 'リンクをインライン テキストとして表示します。',
|
|
157
236
|
'fabric.editor.inlineOverlay': '構成',
|
|
158
237
|
'fabric.editor.inlineTitle': 'インライン',
|
|
238
|
+
'fabric.editor.inputQueryAssistiveTxt': 'オートコンプリートの結果を利用できる際は、上下の矢印キーによって確認して Enter キーを押して選択します。タッチ デバイスのユーザーは、タッチまたはスワイプして検索してください。',
|
|
159
239
|
'fabric.editor.insertColumn': '列を右に挿入',
|
|
160
240
|
'fabric.editor.insertColumnDrag': '列を挿入',
|
|
161
|
-
'fabric.editor.insertMenu': '
|
|
241
|
+
'fabric.editor.insertMenu': '要素を挿入',
|
|
162
242
|
'fabric.editor.insertRow': '行を下に挿入',
|
|
163
243
|
'fabric.editor.insertRowDrag': '行を挿入',
|
|
244
|
+
'fabric.editor.invalidDateError': '有効な日付を入力してください',
|
|
164
245
|
'fabric.editor.invalidLink': '有効なリンクを入力してください。',
|
|
246
|
+
'fabric.editor.inviteItem.title': '{userRole, select, admin {チームメイトを {productName} に招待} trusted {チームメイトを {productName} に招待} other {チームメイトを {productName} に追加}}',
|
|
165
247
|
'fabric.editor.italic': '斜体',
|
|
248
|
+
'fabric.editor.keyboardShortcuts': 'キーボード ショートカット',
|
|
166
249
|
'fabric.editor.layoutFixedWidth': '標準の幅に戻す',
|
|
167
250
|
'fabric.editor.layoutFullWidth': '全幅で表示',
|
|
168
251
|
'fabric.editor.layoutWide': 'ワイド表示',
|
|
@@ -172,12 +255,32 @@ var _default = exports.default = {
|
|
|
172
255
|
'fabric.editor.linkAddress': 'リンクのアドレス',
|
|
173
256
|
'fabric.editor.linkPlaceholder': 'リンクを貼り付け',
|
|
174
257
|
'fabric.editor.lists': 'リスト',
|
|
258
|
+
'fabric.editor.markdown': 'マークダウン',
|
|
259
|
+
'fabric.editor.matchCase': '大文字/小文字を区別',
|
|
260
|
+
'fabric.editor.media.MediaWidthIsMin': 'メディアが最小サイズに縮小されました',
|
|
261
|
+
'fabric.editor.media.decreased': '縮小',
|
|
262
|
+
'fabric.editor.media.increased': '拡大',
|
|
263
|
+
'fabric.editor.media.pixelEntry.MediaWidthIsMax': 'メディアが最大サイズに拡大されました',
|
|
264
|
+
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': '高さの入力',
|
|
265
|
+
'fabric.editor.media.pixelEntry.inputHeightTooltip': '高さ',
|
|
266
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': '最大幅 {maxWidth} px',
|
|
267
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': '最大幅 {maxWidth} px',
|
|
268
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': 'ピクセルに変換',
|
|
269
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': '比率から固定ピクセル サイズに移行',
|
|
270
|
+
'fabric.editor.media.pixelEntry.submitButtonText': '送信',
|
|
271
|
+
'fabric.editor.media.pixelEntry.validationFailedMessage': '幅を検証できませんでした',
|
|
175
272
|
'fabric.editor.mediaAddLink': 'リンクを追加',
|
|
176
273
|
'fabric.editor.mediaFiles': '画像、動画、またはファイル',
|
|
177
274
|
'fabric.editor.mediaFiles.description': '画像やファイルをページに追加',
|
|
275
|
+
'fabric.editor.mediaGroupDeleteLabel': '削除',
|
|
276
|
+
'fabric.editor.media_change_mediainline_caption_warn': 'インライン(キャプションは削除されます)',
|
|
277
|
+
'fabric.editor.media_change_mediainline_default': 'インライン',
|
|
178
278
|
'fabric.editor.media_change_mediasingle': '元のサイズ',
|
|
179
279
|
'fabric.editor.mention': 'メンション',
|
|
180
280
|
'fabric.editor.mention.description': 'ユーザーをメンションして通知を送信します',
|
|
281
|
+
'fabric.editor.mentionNode.label': 'タグ付けされたユーザー',
|
|
282
|
+
'fabric.editor.mentionsAddLabel': '追加アイコン',
|
|
283
|
+
'fabric.editor.mentionsIconLabel': 'メンション',
|
|
181
284
|
'fabric.editor.mergeCells': 'セルを結合',
|
|
182
285
|
'fabric.editor.moreFormatting': 'その他のフォーマット',
|
|
183
286
|
'fabric.editor.moveColumnLeft': '{0, plural, other {左に列を移動}}',
|
|
@@ -186,7 +289,10 @@ var _default = exports.default = {
|
|
|
186
289
|
'fabric.editor.moveRowUp': '{0, plural, other {上に行を移動}}',
|
|
187
290
|
'fabric.editor.navigate.toolbar.editor': 'エディター ツールバーに移動',
|
|
188
291
|
'fabric.editor.navigate.toolbar.floating': 'フローティング ツールバーに移動',
|
|
292
|
+
'fabric.editor.noResultsFound': '該当する結果がありません',
|
|
293
|
+
'fabric.editor.noSearchResults': '検索結果が見つかりませんでした。',
|
|
189
294
|
'fabric.editor.normal': 'ノーマル テキスト',
|
|
295
|
+
'fabric.editor.note': 'メモ',
|
|
190
296
|
'fabric.editor.notePanel': 'メモ パネル',
|
|
191
297
|
'fabric.editor.notePanel.description': '色付きのメモ パネルを追加',
|
|
192
298
|
'fabric.editor.numberedColumn': '番号付き列',
|
|
@@ -198,20 +304,39 @@ var _default = exports.default = {
|
|
|
198
304
|
'fabric.editor.other': 'その他…',
|
|
199
305
|
'fabric.editor.outdent': 'インデント解除',
|
|
200
306
|
'fabric.editor.pageActionsLabel': 'ページ操作',
|
|
307
|
+
'fabric.editor.panel.backgroundColor': '背景色',
|
|
308
|
+
'fabric.editor.panel.emoji': '絵文字を追加',
|
|
309
|
+
'fabric.editor.pasteOptions': '貼り付けオプションのフローティング コントロール',
|
|
310
|
+
'fabric.editor.pastePlainText': 'プレーン テキストを貼り付け',
|
|
311
|
+
'fabric.editor.placeholderAltText': '代替テキストでこの画像を説明',
|
|
201
312
|
'fabric.editor.placeholderText': 'プレースホルダー テキスト',
|
|
202
313
|
'fabric.editor.placeholderText.description': 'ページにテキスト プレースホルダーを挿入',
|
|
314
|
+
'fabric.editor.placeholderTextPlaceholder': 'プレースホルダー テキストを追加',
|
|
315
|
+
'fabric.editor.plainText': 'プレーン テキストを使用する',
|
|
316
|
+
'fabric.editor.quickInsert': 'クイック挿入',
|
|
203
317
|
'fabric.editor.recordVideo': '動画を録画',
|
|
204
318
|
'fabric.editor.recordVideo.description': 'Loom を使用して動画を録画',
|
|
205
319
|
'fabric.editor.redo': 'やり直し',
|
|
206
320
|
'fabric.editor.remove': '削除',
|
|
207
321
|
'fabric.editor.removeColumns': '{0, plural, other {列を削除}}',
|
|
208
322
|
'fabric.editor.removeEmoji': '絵文字を削除',
|
|
323
|
+
'fabric.editor.removeImageBorder': '枠を削除',
|
|
209
324
|
'fabric.editor.removeRows': '{0, plural, other {行を削除}}',
|
|
325
|
+
'fabric.editor.replace': '置換',
|
|
326
|
+
'fabric.editor.replaceAll': 'すべて置換',
|
|
327
|
+
'fabric.editor.replaceWith': '次で置換',
|
|
328
|
+
'fabric.editor.resultsCount': '{totalResultsCount} 件中 {selectedMatchPosition} 件',
|
|
329
|
+
'fabric.editor.richText': 'リッチ テキストを使用する',
|
|
210
330
|
'fabric.editor.rightSidebar': '右サイドバー',
|
|
211
331
|
'fabric.editor.rowControl': '行をハイライト',
|
|
212
332
|
'fabric.editor.rowDragHandle': '行オプション',
|
|
213
333
|
'fabric.editor.saveButton': '保存',
|
|
334
|
+
'fabric.editor.searchResults': '{itemsLength, plural, other {{itemsLength,number} 件の検索結果があります。上下の矢印キーで目的のオプションに移動します。Enter キーでオプションを選択します。}}',
|
|
335
|
+
'fabric.editor.selectLanguage': '言語を選択',
|
|
336
|
+
'fabric.editor.selectTableColumn': '表の列を選択します',
|
|
337
|
+
'fabric.editor.selectTableRow': '表の行を選択します',
|
|
214
338
|
'fabric.editor.settingsLinks': 'リンク設定に移動',
|
|
339
|
+
'fabric.editor.shortcut': 'テキスト ショートカット',
|
|
215
340
|
'fabric.editor.single': '単一列',
|
|
216
341
|
'fabric.editor.sortColumnASC': '列の並べ替え: 昇順',
|
|
217
342
|
'fabric.editor.sortColumnDESC': '列の並べ替え: 降順',
|
|
@@ -226,10 +351,12 @@ var _default = exports.default = {
|
|
|
226
351
|
'fabric.editor.subTask': 'サブタスク',
|
|
227
352
|
'fabric.editor.subscript': '下付き文字',
|
|
228
353
|
'fabric.editor.subscript.off.superscript.on': '下付き文字オフ、上付き文字オン',
|
|
354
|
+
'fabric.editor.success': '成功',
|
|
229
355
|
'fabric.editor.successPanel': '成功パネル',
|
|
230
356
|
'fabric.editor.successPanel.description': '色付きのパネルでヒントを追加',
|
|
231
357
|
'fabric.editor.superscript': '上付き文字',
|
|
232
358
|
'fabric.editor.superscript.off.subscript.on': '上付き文字オフ、下付き文字オン',
|
|
359
|
+
'fabric.editor.supportAltText': '代替テキストは視覚障がいがあるためスクリーン リーダーを使用している人に便利な機能です。',
|
|
233
360
|
'fabric.editor.table': '表',
|
|
234
361
|
'fabric.editor.table.description': '表を挿入',
|
|
235
362
|
'fabric.editor.tableOptions': '表のオプション',
|
|
@@ -244,14 +371,17 @@ var _default = exports.default = {
|
|
|
244
371
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '削除',
|
|
245
372
|
'fabric.editor.tables.resizeTable': 'テーブルのサイズを変更する',
|
|
246
373
|
'fabric.editor.task': 'タスク',
|
|
374
|
+
'fabric.editor.taskPlaceholder': 'アクションを入力し、「@」を使用して担当者を割り当てます。',
|
|
247
375
|
'fabric.editor.text.formatting.off': 'テキスト書式設定オフ',
|
|
376
|
+
'fabric.editor.textColor': 'テキストの色',
|
|
248
377
|
'fabric.editor.textStyles': 'テキスト スタイル',
|
|
249
378
|
'fabric.editor.threeColumns': '3 列',
|
|
250
379
|
'fabric.editor.threeColumnsWithSidebars': 'サイドバーを使用した 3 列レイアウト',
|
|
251
380
|
'fabric.editor.time.ago': '前',
|
|
252
381
|
'fabric.editor.time.updated': '最終更新',
|
|
253
382
|
'fabric.editor.time.viewed': '最終閲覧',
|
|
254
|
-
'fabric.editor.toolbarLabel': 'エディター
|
|
383
|
+
'fabric.editor.toolbarLabel': 'エディター',
|
|
384
|
+
'fabric.editor.toolbarMediaTitle': '画像、動画、またはファイルを追加',
|
|
255
385
|
'fabric.editor.tooltip.blockPanel': 'パネル',
|
|
256
386
|
'fabric.editor.tooltip.bulletList': 'リスト',
|
|
257
387
|
'fabric.editor.tooltip.decisionList': '決定事項リスト',
|
|
@@ -259,6 +389,15 @@ var _default = exports.default = {
|
|
|
259
389
|
'fabric.editor.tooltip.nestedExpand': '入れ子の展開ノード',
|
|
260
390
|
'fabric.editor.tooltip.taskList': 'アクション アイテム',
|
|
261
391
|
'fabric.editor.twoColumns': '2 列',
|
|
392
|
+
'fabric.editor.typeAhead.popupLabel': '先行入力の結果',
|
|
393
|
+
'fabric.editor.typeAhead.quickInsertInputLabel': 'ショートカット オプションを検索または絞り込むには、入力を開始してください。',
|
|
394
|
+
'fabric.editor.typeAhead.quickInsertPopupLabel': '挿入と書式設定のショートカット',
|
|
395
|
+
'fabric.editor.typeahead.emojiInputLabel': '絵文字オプションを検索または絞り込むには、入力を開始してください。',
|
|
396
|
+
'fabric.editor.typeahead.emojiListItemLabel': '絵文字 {name} テキスト ショートカット {shortcut}',
|
|
397
|
+
'fabric.editor.typeahead.emojiPopupLabel': '絵文字ショートカット',
|
|
398
|
+
'fabric.editor.typeahead.mentionInputLabel': 'タグ付けするユーザーを検索するには、入力を開始してください。',
|
|
399
|
+
'fabric.editor.typeahead.mentionPopupLabel': 'タグ付けできるユーザー',
|
|
400
|
+
'fabric.editor.typeahead.metionListItemLabel': 'ユーザー {name} @{shortName}',
|
|
262
401
|
'fabric.editor.unableToLoadContent': 'このコンテンツを読み込めませんでした',
|
|
263
402
|
'fabric.editor.unableToOpenLink': 'このリンクを開けません',
|
|
264
403
|
'fabric.editor.underline': '下線',
|
|
@@ -272,12 +411,15 @@ var _default = exports.default = {
|
|
|
272
411
|
'fabric.editor.url': 'URL を表示',
|
|
273
412
|
'fabric.editor.urlDescription': 'リンクを URL として表示します。',
|
|
274
413
|
'fabric.editor.urlTitle': 'URL',
|
|
414
|
+
'fabric.editor.useMarkdown': 'マークダウンを使用する',
|
|
275
415
|
'fabric.editor.viewMore': 'さらに表示',
|
|
276
416
|
'fabric.editor.visit': 'リンクを新しいウィンドウで開く',
|
|
417
|
+
'fabric.editor.warning': '警告',
|
|
277
418
|
'fabric.editor.warningPanel': '警告パネル',
|
|
278
419
|
'fabric.editor.warningPanel.description': '色付きのパネルで注意を促すメモを追加',
|
|
279
420
|
'fabric.editor.wrapLeft': '左揃え',
|
|
280
421
|
'fabric.editor.wrapRight': '右揃え',
|
|
422
|
+
'fabric.emoji.label': '絵文字',
|
|
281
423
|
'fabric.theme.blue': '青',
|
|
282
424
|
'fabric.theme.bold-blue': '濃いめの青',
|
|
283
425
|
'fabric.theme.bold-gray': '濃いめの灰色',
|