@seafile/seafile-database 0.0.37 → 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.
- package/dist/_i18n/i18n-seafile-editor.js +3 -2
- package/dist/common/components/toaster/toaster.js +1 -1
- package/dist/common/utils/utils.js +1 -1
- package/dist/components/cell-formatter/rate/index.js +1 -1
- package/dist/components/popover/filter-popover/advanced-filters/filter-item/index.js +1 -1
- package/dist/context.js +10 -10
- package/dist/views/card/card-items/card-item/formatter.js +23 -2
- package/dist/views/card/card-items/card-item/index.js +5 -5
- package/dist/views/table/formatters/index.js +1 -1
- package/dist/views/table/table-main/rows/group-body/index.js +2 -2
- package/dist/views/table/utils/grid-utils.js +10 -10
- package/package.json +18 -10
- package/public/seafile-editor/locales/ar/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/ca/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/cs/seafile-editor.json +234 -0
- package/public/seafile-editor/locales/de/seafile-editor.json +234 -0
- package/public/seafile-editor/locales/el/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/en/seafile-editor.json +244 -0
- package/public/seafile-editor/locales/es/seafile-editor.json +234 -0
- package/public/seafile-editor/locales/es-AR/seafile-editor.json +169 -0
- package/public/seafile-editor/locales/es-MX/seafile-editor.json +169 -0
- package/public/seafile-editor/locales/es_AR/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/es_MX/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/fa_IR/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/fi/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/fr/seafile-editor.json +234 -0
- package/public/seafile-editor/locales/he/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/hu/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/id/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/is/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/it/seafile-editor.json +234 -0
- package/public/seafile-editor/locales/ja/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/ko/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/lt/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/lv/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/nb_NO/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/nl_NL/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/pl/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/pt_BR/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/ru/seafile-editor.json +234 -0
- package/public/seafile-editor/locales/sk_SK/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/sl_SI/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/sv/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/th_TH/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/tr/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/uk/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/vi/seafile-editor.json +239 -0
- package/public/seafile-editor/locales/zh-CN/seafile-editor.json +241 -0
- package/public/seafile-editor/locales/zh_CN/seafile-editor.json +241 -0
- 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
|
+
}
|