Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit a6356a0

Browse files
authored
Merge pull request #677 from hedonihilist/zh_cn_translation
Add zh-cn translation
2 parents b1adbe7 + 1baed2b commit a6356a0

File tree

1 file changed

+73
-0
lines changed

1 file changed

+73
-0
lines changed

src/lang/locale/zh-cn.ts

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,77 @@
11
// 简体中文
22

33
export default {
4+
/** MENUS */
5+
'ribbon_icon_title': '创建一个新数据库表',
6+
'menu_pane_open_db_settings_action': '打开数据库设置',
7+
'menu_pane_create_db': '创建新数据库',
8+
'menu_pane_open_as_db_action': '作为数据库目录打开',
9+
'menu_pane_open_as_md_action': '作为Markdown文件打开',
10+
/** OPERATOR FILTERS */
11+
'operator_contains': '包含',
12+
'operator_does_not_contain': '不包含',
13+
'operator_starts_with': '以……为起始',
14+
'operator_ends_with': '以……为结束',
15+
'operator_is_empty': '为空',
16+
'operator_is_not_empty': '不为空',
17+
/** NAVBAR */
18+
'toolbar_menu_aria_label': '表格选项',
19+
'toolbar_menu_export_csv': '导出CSV',
20+
'toolbar_menu_import_csv': '导入CSV',
21+
'toolbar_menu_search_bar': '全局搜索',
22+
'toolbar_menu_add_row': '添加行',
23+
/** SOURCE OPTIONS */
24+
'current_folder': "当前目录",
25+
'current_folder_without_subfolders': "当前目录(不包含子目录)",
26+
"tag": "标签",
27+
"outgoing_link": "出链",
28+
"incoming_link": "反向链接",
29+
"query": "Dataview查询",
30+
/** COMMAND OPTIONS */
31+
"active_go_next_page": "下一页",
32+
"active_go_previous_page": "上一页",
33+
"active_add_new_row": "添加新行",
34+
"active_open_settings": "打开数据库设置",
35+
"active_toggle_filters": "切换筛选条件",
36+
"active_open_filters": "打开筛选",
37+
/** FOOTER MENU OPTIONS */
38+
"footer_menu_none": "无",
39+
"footer_menu_count_unique": "唯一值总数",
40+
"footer_menu_count_empty": "空值总数",
41+
"footer_menu_percent_empty": "空值百分比",
42+
"footer_menu_count_filled": "非空值总数",
43+
"footer_menu_percent_filled": "非空值百分比",
44+
"footer_menu_average": "平均",
45+
"footer_menu_sum": "总数",
46+
"footer_menu_min": "最小值",
47+
"footer_menu_max": "最大值",
48+
"footer_menu_formula": "公式",
49+
"footer_menu_earliest_date": "最早",
50+
"footer_menu_latest_date": "最晚",
51+
"footer_menu_count_range_date": "日期范围",
52+
/** INPUT LABELS */
53+
"number": "数字",
54+
"text": "文本",
55+
"select": "下拉选择",
56+
"tags": "标签",
57+
"calendar": "日期",
58+
"calendar_time": "日期和时间",
59+
"checkbox": "复选框",
60+
"formula": "公式",
61+
"relation": "关联",
62+
"rollup": "关联对象引用",
63+
"markdown": "Markdown",
64+
"sorting": "排序",
65+
"metadata_time": "Metadata时间",
66+
"task": "任务",
67+
"inlinks": "入链",
68+
"outlinks": "出链",
69+
"new_column": "新列",
70+
/** MODALS */
71+
"confirm_modal_ok": "是",
72+
"confirm_modal_ko": "否",
73+
/** NEW INLINE PROPERTIES POSITION */
74+
"top": "顶部",
75+
"bottom": "底部",
76+
"last_field": "最后一个字段",
477
};

0 commit comments

Comments
 (0)