@seafile/seafile-database 0.0.38 → 0.0.39

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.
Files changed (40) hide show
  1. package/dist/_i18n/i18n-seafile-editor.js +3 -2
  2. package/package.json +1 -1
  3. package/public/seafile-editor/locales/ar/seafile-editor.json +239 -0
  4. package/public/seafile-editor/locales/ca/seafile-editor.json +239 -0
  5. package/public/seafile-editor/locales/cs/seafile-editor.json +234 -0
  6. package/public/seafile-editor/locales/de/seafile-editor.json +234 -0
  7. package/public/seafile-editor/locales/el/seafile-editor.json +239 -0
  8. package/public/seafile-editor/locales/en/seafile-editor.json +244 -0
  9. package/public/seafile-editor/locales/es/seafile-editor.json +234 -0
  10. package/public/seafile-editor/locales/es-AR/seafile-editor.json +169 -0
  11. package/public/seafile-editor/locales/es-MX/seafile-editor.json +169 -0
  12. package/public/seafile-editor/locales/es_AR/seafile-editor.json +239 -0
  13. package/public/seafile-editor/locales/es_MX/seafile-editor.json +239 -0
  14. package/public/seafile-editor/locales/fa_IR/seafile-editor.json +239 -0
  15. package/public/seafile-editor/locales/fi/seafile-editor.json +239 -0
  16. package/public/seafile-editor/locales/fr/seafile-editor.json +234 -0
  17. package/public/seafile-editor/locales/he/seafile-editor.json +239 -0
  18. package/public/seafile-editor/locales/hu/seafile-editor.json +239 -0
  19. package/public/seafile-editor/locales/id/seafile-editor.json +239 -0
  20. package/public/seafile-editor/locales/is/seafile-editor.json +239 -0
  21. package/public/seafile-editor/locales/it/seafile-editor.json +234 -0
  22. package/public/seafile-editor/locales/ja/seafile-editor.json +239 -0
  23. package/public/seafile-editor/locales/ko/seafile-editor.json +239 -0
  24. package/public/seafile-editor/locales/lt/seafile-editor.json +239 -0
  25. package/public/seafile-editor/locales/lv/seafile-editor.json +239 -0
  26. package/public/seafile-editor/locales/nb_NO/seafile-editor.json +239 -0
  27. package/public/seafile-editor/locales/nl_NL/seafile-editor.json +239 -0
  28. package/public/seafile-editor/locales/pl/seafile-editor.json +239 -0
  29. package/public/seafile-editor/locales/pt_BR/seafile-editor.json +239 -0
  30. package/public/seafile-editor/locales/ru/seafile-editor.json +234 -0
  31. package/public/seafile-editor/locales/sk_SK/seafile-editor.json +239 -0
  32. package/public/seafile-editor/locales/sl_SI/seafile-editor.json +239 -0
  33. package/public/seafile-editor/locales/sv/seafile-editor.json +239 -0
  34. package/public/seafile-editor/locales/th_TH/seafile-editor.json +239 -0
  35. package/public/seafile-editor/locales/tr/seafile-editor.json +239 -0
  36. package/public/seafile-editor/locales/uk/seafile-editor.json +239 -0
  37. package/public/seafile-editor/locales/vi/seafile-editor.json +239 -0
  38. package/public/seafile-editor/locales/zh-CN/seafile-editor.json +241 -0
  39. package/public/seafile-editor/locales/zh_CN/seafile-editor.json +241 -0
  40. package/public/seafile-editor/locales/zh_TW/seafile-editor.json +239 -0
@@ -0,0 +1,239 @@
1
+ {
2
+ "Bold": "太字",
3
+ "Italic": "イタリック",
4
+ "Inline_code": "コード",
5
+ "Header_one": "ヘディング 1",
6
+ "Header_two": "ヘディング 2",
7
+ "Header_three": "ヘディング 3",
8
+ "Header_four": "ヘディング 4",
9
+ "Header_five": "ヘディング 5",
10
+ "Header_six": "ヘディング 6",
11
+ "Paragraph": "パラグラフ",
12
+ "Quote": "引用",
13
+ "Ordered_list": "番号付きリスト",
14
+ "Unordered_list": "番号なしリスト",
15
+ "Check_list_item": "チェックリストアイテム",
16
+ "Insert_image": "画像を挿入",
17
+ "Insert_formula": "式を挿入",
18
+ "Formula": "公式",
19
+ "Insert_file": "ファイルを挿入",
20
+ "Code": "インラインコード",
21
+ "Code_block": "コードブロック",
22
+ "Insert_link": "リンクを挿入",
23
+ "Insert_table": "テーブルを挿入",
24
+ "Save": "保存",
25
+ "More": "続き",
26
+ "Invalid_url": "無効なURL",
27
+ "Link_address": "リンクアドレス",
28
+ "Image_address": "画像アドレス",
29
+ "Submit": "登録",
30
+ "Cancel": "キャンセル",
31
+ "Switch_to_plain_text_editor": "プレーンテキストエディターに切り替え",
32
+ "Switch_to_rich_text_editor": "リッチテキストエディターに切り替え",
33
+ "Switch_to_viewer": "ビューアーに切り替え",
34
+ "Help": "ヘルプ",
35
+ "Delete_table": "テーブルを削除",
36
+ "Column": "列",
37
+ "Row": "行",
38
+ "Insert_row_before": "行を挿入 (前)",
39
+ "Insert_row_after": "行を挿入 (後)",
40
+ "Insert_column_before": "列を挿入 (前)",
41
+ "Insert_column_after": "列を挿入 (後)",
42
+ "Delete_row": "行を削除",
43
+ "Delete_column": "列を削除",
44
+ "Insert_row": "行を挿入",
45
+ "Insert_column": "列を挿入",
46
+ "Set_align": "整列を設定",
47
+ "Left": "左",
48
+ "Center": "中",
49
+ "Right": "右",
50
+ "File_saved": "ファイルの保存",
51
+ "File_failed_to_save": "ファイルの保存に失敗",
52
+ "Star": "星を追加",
53
+ "Unstar": "星を削除",
54
+ "Back_to_parent_directory": "親ディレクトリに戻る",
55
+ "Edit": "編集",
56
+ "Copy": "コピー",
57
+ "Copied": "コピーされました",
58
+ "Internal_link": "内部リンク",
59
+ "Copy_internal_link": "内部リンクがクリップボードにコピーされました",
60
+ "Internal_link_desc": "内部リンクは、ファイルまたはフォルダーへの読み取りアクセス許可を持つユーザーがアクセスできるファイルまたはフォルダーへのリンクです。",
61
+ "Share": "共有",
62
+ "Share_link": "共有リンク",
63
+ "Generate": "生成",
64
+ "Add_password_protection": "パスワード保護を追加",
65
+ "Password": "パスワード",
66
+ "At_least_8_characters": "少なくとも8文字",
67
+ "Password_again": "パスワード (確認)",
68
+ "Add_auto_expiration": "有効期限を設定",
69
+ "Days": "日",
70
+ "Please_enter_password": "パスワードを入力してください",
71
+ "Greater_than_or_equal_to": "より大きいか等しいです",
72
+ "Less_than_or_equal_to": "より小さいか等しいです",
73
+ "Set_permission": "許可を設定",
74
+ "Preview_and_download": "プレビューとダウンロード",
75
+ "Preview_only": "プレビューのみ",
76
+ "Please_enter_valid_days": "有効な日数を入力してください。",
77
+ "Please_enter_a_non-negative_integer": "非負の整数を入力してください",
78
+ "Please_enter_days": "日数を入力してください。",
79
+ "Password_is_too_short": "パスワードが短すぎます。",
80
+ "Passwords_do_not_match": "パスワードが一致しません。",
81
+ "Return_to_wiki_page": "ウィキページに戻ります",
82
+ "Insert_network_image": "挿入ネットワークイメージ",
83
+ "Upload_local_image": "ローカル画像をアップロード",
84
+ "Add_link": "リンクを追加",
85
+ "File_history": "ファイル履歴",
86
+ "History_version": "履歴バージョン",
87
+ "Back_to_viewer": "ビューアに戻る",
88
+ "Link_title": "リンクタイトル",
89
+ "Local_draft": "ローカルドラフト",
90
+ "Use_draft": "使用ドラフト",
91
+ "Delete_draft": "削除ドラフト",
92
+ "You_have_an_unsaved_draft_do_you_like_to_use_it": "未保存のドラフトがあります。それを使用する必要がありますか?",
93
+ "Local_draft_saved": "ローカルドラフトが保存",
94
+ "New_draft": "新しいドラフト",
95
+ "View_draft": "ドラフトを見る",
96
+ "Publish": "公開",
97
+ "This_file_has_a_draft": "このファイルにはドラフトがあります",
98
+ "Delete": "削除",
99
+ "Comments": "コメント",
100
+ "Add_a_comment": "コメントを追加...",
101
+ "No_comment_yet": "コメントはまだありません",
102
+ "Mark_as_resolved": "解決済みとしてマーク",
103
+ "Ask_for_review": "審査を求めます",
104
+ "Review_already_exists": "レビューはすでに存在します",
105
+ "View_review": "レビューを見る",
106
+ "There_is_an_associated_review_with_this_file": "このファイルに関連するレビューがあります。",
107
+ "Start_review": "レビューを開始",
108
+ "This_file_is_in_draft_stage": "このファイルはドラフト段階です",
109
+ "This_file_is_in_review_stage": "このファイルはレビュー段階です",
110
+ "This_file_has_been_updated": "このファイルは更新されました",
111
+ "Refresh": "更新",
112
+ "Related_files": "関連複数のファイル",
113
+ "Related_file": "関連ファイル",
114
+ "No_tags": "タグなし",
115
+ "Date": "日付",
116
+ "Participants": "参加者",
117
+ "Meeting_note": "ミーティングノート",
118
+ "Chooser_document_type": "セレクタのドキュメントタイプ",
119
+ "Empty": "空",
120
+ "No_related_files": "関連ファイルはありません",
121
+ "Outline": "アウトライン",
122
+ "No_outline": "アウトラインなし",
123
+ "Editing_files_in_this_browser_can_lead_to_slight_display_problems": "このブラウザでファイルを編集すると、わずかな表示の問題が発生する可能性があります",
124
+ "No_document_improvement_suggestion": "ドキュメントの改善提案はありません",
125
+ "Hide_side_panel": "隠すサイドパネル",
126
+ "Show_side_panel": "サイドパネルを表示",
127
+ "Show_resolved_comments": "解決されたコメントを表示",
128
+ "Update": "更新",
129
+ "Width": "横",
130
+ "Height": "高さ",
131
+ "Full_screen": "全画面表示",
132
+ "Insert_library_image": "ライブラリ画像を挿入",
133
+ "Size": "サイズ",
134
+ "Location": "ロケーション",
135
+ "Last_update": "最終更新",
136
+ "Tags": "タグ",
137
+ "Add_participants": "参加者を追加",
138
+ "Clear_format": "フォーマットをクリア",
139
+ "Image_address_invalid": "画像アドレスが無効です",
140
+ "Shortcut_help": "ショートカットヘルプ ",
141
+ "Link_address_required": "リンクアドレスが必要です",
142
+ "Link_address_invalid": "リンクアドレスが無効です",
143
+ "Link_title_required": "リンクタイトルが必要です",
144
+ "Blank_title_not_allowed": "タイトルを入力してください",
145
+ "userHelp": {
146
+ "title": "キーボードショートカット",
147
+ "userHelpData": [
148
+ {
149
+ "shortcutType": "リストのショートカット",
150
+ "shortcutData": {
151
+ "Make_list": "リストを作成",
152
+ "Make_ordered_list": "番号付きリストを作成",
153
+ "Insert_new_item": "新しいアイテムを挿入",
154
+ "Insert_child_in_item": "アイテムに子を挿入",
155
+ "Increase_depth": "深さを増やす"
156
+ }
157
+ },
158
+ {
159
+ "shortcutType": "ヘッドショートカット",
160
+ "shortcutData": {
161
+ "Heading_1": "ヘディング 1",
162
+ "Heading_2": "ヘディング 2",
163
+ "Heading_3": "ヘディング 3",
164
+ "Heading_4": "ヘディング 4",
165
+ "Heading_5": "ヘディング 5",
166
+ "Heading_6": "ヘディング 6"
167
+ }
168
+ },
169
+ {
170
+ "shortcutType": "コードブロックのショートカット",
171
+ "shortcutData": {
172
+ "Make_code_block": "コードブロックを作成",
173
+ "Insert_new_line": "新しい行を挿入",
174
+ "Escape_code_block": "エスケープコードブロック",
175
+ "Insert_indent": "インデントを挿入"
176
+ }
177
+ },
178
+ {
179
+ "shortcutType": "見積もりのショートカットをブロック",
180
+ "shortcutData": {
181
+ "Make_block_quote": "引用ブロックを作成",
182
+ "Escape_block_quote": "引用ブロックをエスケープ"
183
+ }
184
+ },
185
+ {
186
+ "shortcutType": "テーブルのショートカット",
187
+ "shortcutData": {
188
+ "Insert_table_row": "テーブル行を挿入",
189
+ "Escape_table": "エスケープテーブル"
190
+ }
191
+ },
192
+ {
193
+ "shortcutType": "公式のショートカット ",
194
+ "shortcutData": {
195
+ "Insert_formula": "式を挿入"
196
+ }
197
+ },
198
+ {
199
+ "shortcutType": "インラインショートカット",
200
+ "shortcutData": {
201
+ "Bold": "太字",
202
+ "Italic": "イタリック",
203
+ "Italic_bold": "イタリック太字",
204
+ "Inline_code": "インラインコード"
205
+ }
206
+ },
207
+ {
208
+ "shortcutType": "ショートカットを保存",
209
+ "shortcutData": {
210
+ "Save_file": "ファイルを保存"
211
+ }
212
+ },
213
+ {
214
+ "shortcutType": "画像のショートカット",
215
+ "shortcutData": {
216
+ "Paste_screen_shot": "スクリーンショットを貼り付け",
217
+ "Drag_image_from_anywhere_to_upload_it": "画像をどこからでもドラッグしてアップロード"
218
+ }
219
+ }
220
+ ]
221
+ },
222
+ "Select_field": "フィールドを選択",
223
+ "Font_style": "フォントスタイル",
224
+ "Open_link": "リンクを開く",
225
+ "Image_is_uploading": "画像がアップロード中です",
226
+ "Image_loading_failed": "画像の読み込みに失敗しました",
227
+ "Expand_editor": "エディタを拡大",
228
+ "Insert_below": "下に挿入",
229
+ "Insert_above": "上に挿入",
230
+ "Insert_on_the_right": "右に挿入",
231
+ "Insert_on_the_left": "左に挿入",
232
+ "Row(s)": "行(s)",
233
+ "Column(s)": "列(s)",
234
+ "Insert": "挿入",
235
+ "Horizontal_align": "水平配置",
236
+ "Underline": "下線",
237
+ "Row_number": "行番号",
238
+ "Column_number": "列番号"
239
+ }
@@ -0,0 +1,239 @@
1
+ {
2
+ "Bold": "굵게",
3
+ "Italic": "기울기",
4
+ "Inline_code": "코드",
5
+ "Header_one": "제목 1",
6
+ "Header_two": "제목 2",
7
+ "Header_three": "제목 3",
8
+ "Header_four": "제목 4",
9
+ "Header_five": "제목 5",
10
+ "Header_six": "제목 6",
11
+ "Paragraph": "문단",
12
+ "Quote": "인용",
13
+ "Ordered_list": "순서 목록",
14
+ "Unordered_list": "비순서 목록",
15
+ "Check_list_item": "확인 목록 항목",
16
+ "Insert_image": "그림 삽입",
17
+ "Insert_formula": "수식 삽입",
18
+ "Formula": "수식",
19
+ "Insert_file": "파일 삽입",
20
+ "Code": "인라인 코드",
21
+ "Code_block": "코드 블록",
22
+ "Insert_link": "링크 삽입",
23
+ "Insert_table": "표 삽입",
24
+ "Save": "저장",
25
+ "More": "더 보기",
26
+ "Invalid_url": "잘못된 URL",
27
+ "Link_address": "링크 주소",
28
+ "Image_address": "그림 주소",
29
+ "Submit": "보내기",
30
+ "Cancel": "취소",
31
+ "Switch_to_plain_text_editor": "일반 텍스트 편집기로 전환",
32
+ "Switch_to_rich_text_editor": "리치 텍스트 편집기로 전환",
33
+ "Switch_to_viewer": "마크다운 뷰어로 전환",
34
+ "Help": "도움말",
35
+ "Delete_table": "표 삭제",
36
+ "Column": "내용",
37
+ "Row": "행",
38
+ "Insert_row_before": "이전 행에 삽입",
39
+ "Insert_row_after": "이후 행에 삽입",
40
+ "Insert_column_before": "이전 열에 삽입",
41
+ "Insert_column_after": "이후 열에 삽입",
42
+ "Delete_row": "행 삭제",
43
+ "Delete_column": "열 삭제",
44
+ "Insert_row": "행 삽입",
45
+ "Insert_column": "열 삽입",
46
+ "Set_align": "정렬 설정",
47
+ "Left": "왼쪽",
48
+ "Center": "가운데",
49
+ "Right": "오른쪽",
50
+ "File_saved": "파일을 저장했습니다.",
51
+ "File_failed_to_save": "파일 저장에 실패했습니다.",
52
+ "Star": "별표 표시",
53
+ "Unstar": "별표 제거",
54
+ "Back_to_parent_directory": "상위 디렉터리로 복귀",
55
+ "Edit": "편집",
56
+ "Copy": "복사",
57
+ "Copied": "복사함",
58
+ "Internal_link": "내부 링크",
59
+ "Copy_internal_link": "내부 링크를 클립보드에 복사했습니다",
60
+ "Internal_link_desc": "파일 또는 폴더를 대상으로 하는 내부 링크는 해당 파일 또는 폴더에 읽기 권한을 가진 사용자만 접근할 수 있습니다.",
61
+ "Share": "공유",
62
+ "Share_link": "링크 공유",
63
+ "Generate": "만들기",
64
+ "Add_password_protection": "암호 보호 추가",
65
+ "Password": "암호",
66
+ "At_least_8_characters": "최소 8 글자",
67
+ "Password_again": "암호를 다시 입력하세요",
68
+ "Add_auto_expiration": "자동 유효기간 추가",
69
+ "Days": "일",
70
+ "Please_enter_password": "암호를 입력하세요",
71
+ "Greater_than_or_equal_to": "다음보다 크거나 같아야 함",
72
+ "Less_than_or_equal_to": "다음보다 작거나 같아야 함",
73
+ "Set_permission": "권한 설정",
74
+ "Preview_and_download": "미리 보기 및 다운로드",
75
+ "Preview_only": "미리 보기 전용",
76
+ "Please_enter_valid_days": "올바른 날짜를 입력하세요.",
77
+ "Please_enter_a_non-negative_integer": "양수 또는 0을 입력하세요",
78
+ "Please_enter_days": "일자를 입력하세요",
79
+ "Password_is_too_short": "암호가 너무 짧습니다",
80
+ "Passwords_do_not_match": "암호가 일치하지 않습니다",
81
+ "Return_to_wiki_page": "위키 페이지로 돌아가기",
82
+ "Insert_network_image": "네트워크 그림 삽입",
83
+ "Upload_local_image": "로컬 그림 업로드",
84
+ "Add_link": "링크 추가 ",
85
+ "File_history": "파일 기록",
86
+ "History_version": "기록 버전",
87
+ "Back_to_viewer": "보기로 돌아가기",
88
+ "Link_title": "링크 제목",
89
+ "Local_draft": "로컬 초안",
90
+ "Use_draft": "초안 사용",
91
+ "Delete_draft": "초안 삭제",
92
+ "You_have_an_unsaved_draft_do_you_like_to_use_it": "저장하지 않은 초안이 있습니다. 이 초안을 사용하시겠습니까?",
93
+ "Local_draft_saved": "로컬 초안을 저장했습니다",
94
+ "New_draft": "새 초안",
95
+ "View_draft": "초안 보기",
96
+ "Publish": "공개",
97
+ "This_file_has_a_draft": "이 파일은 초안입니다.",
98
+ "Delete": "삭제",
99
+ "Comments": "댓글",
100
+ "Add_a_comment": "댓글 추가...",
101
+ "No_comment_yet": "아직 댓글이 없습니다.",
102
+ "Mark_as_resolved": "해결한 항목으로 표시",
103
+ "Ask_for_review": "검토 요청",
104
+ "Review_already_exists": "이미 검토중입니다",
105
+ "View_review": "검토 보기",
106
+ "There_is_an_associated_review_with_this_file": "이 파일의 관련 검토를 진행중입니다.",
107
+ "Start_review": "검토 시작",
108
+ "This_file_is_in_draft_stage": "이 파일은 초안 단계에 있습니다.",
109
+ "This_file_is_in_review_stage": "이 파일은 검토 중에 있습니다.",
110
+ "This_file_has_been_updated": "이 파일을 업데이트했습니다.",
111
+ "Refresh": "새로 고침",
112
+ "Related_files": "관련 파일",
113
+ "Related_file": "관련 파일",
114
+ "No_tags": "태그 없음",
115
+ "Date": "날짜",
116
+ "Participants": "참여자",
117
+ "Meeting_note": "회의 노트",
118
+ "Chooser_document_type": "문서 형식 선택",
119
+ "Empty": "비어 있음",
120
+ "No_related_files": "관련 파일 없음",
121
+ "Outline": "외곽선",
122
+ "No_outline": "개요 없음",
123
+ "Editing_files_in_this_browser_can_lead_to_slight_display_problems": "이 브라우저에서 편집한 파일은 약간의 화면 표시 문제가 있을 수 있습니다.",
124
+ "No_document_improvement_suggestion": "문서 개선 제안 없음",
125
+ "Hide_side_panel": "가장자리 창 숨김",
126
+ "Show_side_panel": "가장자리 창 표시",
127
+ "Show_resolved_comments": "해결한 댓글 표시",
128
+ "Update": "업데이트",
129
+ "Width": "너비",
130
+ "Height": "높이",
131
+ "Full_screen": "전체 화면",
132
+ "Insert_library_image": "라이브러리 이미지 삽입",
133
+ "Size": "크기",
134
+ "Location": "위치",
135
+ "Last_update": "최종 업데이트",
136
+ "Tags": "태그",
137
+ "Add_participants": "참여자 추가",
138
+ "Clear_format": "형식 제거",
139
+ "Image_address_invalid": "그림 주소가 올바르지 않습니다",
140
+ "Shortcut_help": "바로 가기 도움",
141
+ "Link_address_required": "링크 주소가 필요합니다",
142
+ "Link_address_invalid": "링크 주소가 올바르지 않습니다",
143
+ "Link_title_required": "링크 제목이 필요합니다",
144
+ "Blank_title_not_allowed": "빈 제목은 허용하지 않습니다",
145
+ "userHelp": {
146
+ "title": "키보드 바로 가기 키",
147
+ "userHelpData": [
148
+ {
149
+ "shortcutType": "바로 가기 키 목록",
150
+ "shortcutData": {
151
+ "Make_list": "목록 만들기",
152
+ "Make_ordered_list": "주문된 목록 만들기",
153
+ "Insert_new_item": "새 항목 추가",
154
+ "Insert_child_in_item": "새 하위 항목 추가",
155
+ "Increase_depth": "깊이 증가"
156
+ }
157
+ },
158
+ {
159
+ "shortcutType": "제목 바로 가기 키",
160
+ "shortcutData": {
161
+ "Heading_1": "제목 1",
162
+ "Heading_2": "제목 2",
163
+ "Heading_3": "제목 3",
164
+ "Heading_4": "제목 4",
165
+ "Heading_5": "제목 5",
166
+ "Heading_6": "제목 6"
167
+ }
168
+ },
169
+ {
170
+ "shortcutType": "코드 블록 바로 가기",
171
+ "shortcutData": {
172
+ "Make_code_block": "코드 블록 만들기",
173
+ "Insert_new_line": "개행 문자 삽입",
174
+ "Escape_code_block": "코드 블록에서 나가기",
175
+ "Insert_indent": "들여쓰기 삽입"
176
+ }
177
+ },
178
+ {
179
+ "shortcutType": "블록 단위 인용 바로 가기 키",
180
+ "shortcutData": {
181
+ "Make_block_quote": "인용 블록 만들기",
182
+ "Escape_block_quote": "인용 블록 나가기"
183
+ }
184
+ },
185
+ {
186
+ "shortcutType": "표 바로 가기 키",
187
+ "shortcutData": {
188
+ "Insert_table_row": "테이블 줄 입력",
189
+ "Escape_table": "표 나가기 "
190
+ }
191
+ },
192
+ {
193
+ "shortcutType": "수식 바로 가기",
194
+ "shortcutData": {
195
+ "Insert_formula": "수식 삽입"
196
+ }
197
+ },
198
+ {
199
+ "shortcutType": "인라인 바로 가기 키",
200
+ "shortcutData": {
201
+ "Bold": "굵게",
202
+ "Italic": "기울기",
203
+ "Italic_bold": "기울임 강조",
204
+ "Inline_code": "인라인 코드"
205
+ }
206
+ },
207
+ {
208
+ "shortcutType": "바로 가기 키 저장",
209
+ "shortcutData": {
210
+ "Save_file": "파일 저장"
211
+ }
212
+ },
213
+ {
214
+ "shortcutType": "그림 바로 가기",
215
+ "shortcutData": {
216
+ "Paste_screen_shot": "스크린 샷 붙여넣기",
217
+ "Drag_image_from_anywhere_to_upload_it": "업로드할 그림을 어디에서든 끌어다 놓으세요"
218
+ }
219
+ }
220
+ ]
221
+ },
222
+ "Select_field": "필드 선택",
223
+ "Font_style": "서체 모양새",
224
+ "Open_link": "링크 열기",
225
+ "Image_is_uploading": "이미지 업로드 중",
226
+ "Image_loading_failed": "이미지 로딩 실패",
227
+ "Expand_editor": "편집기 확장",
228
+ "Insert_below": "하단 삽입",
229
+ "Insert_above": "상단 삽입",
230
+ "Insert_on_the_right": "우측 삽입",
231
+ "Insert_on_the_left": "좌측 삽입",
232
+ "Row(s)": "행",
233
+ "Column(s)": "열",
234
+ "Insert": "삽입",
235
+ "Horizontal_align": "수평 정렬",
236
+ "Underline": "밑줄",
237
+ "Row_number": "행 갯수",
238
+ "Column_number": "열 갯수"
239
+ }