aboutsummaryrefslogtreecommitdiff
path: root/core/src/Locale/zh_CN.h
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2021-06-19 22:41:05 -0700
committerrtk0c <[email protected]>2021-06-19 22:41:05 -0700
commit4378dcd83d2387534f3b10276365d1003832fe81 (patch)
tree6bc055a1bd81d5a27c9066f05e28e5115f5de944 /core/src/Locale/zh_CN.h
parenteec8dfd8a21b8bb37f6acac1da84cde8fbf7ace7 (diff)
Add cell type conversion mechanism
Diffstat (limited to 'core/src/Locale/zh_CN.h')
-rw-r--r--core/src/Locale/zh_CN.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/src/Locale/zh_CN.h b/core/src/Locale/zh_CN.h
index 8e0e3e3..d1f32ff 100644
--- a/core/src/Locale/zh_CN.h
+++ b/core/src/Locale/zh_CN.h
@@ -123,11 +123,20 @@
#define L10N_TEMPLATE_TABLE "表格模板"
+#define L10N_TABLE "表格"
+#define L10N_TABLE_CELL "单元格"
+#define L10N_TABLE_CELL_CONV "转换类型..."
+#define L10N_TABLE_CELL_CONV_PARAM "单元格参数"
+#define L10N_TABLE_CELL_CONV_CREATE_AG "创建列表参数组"
+#define L10N_TABLE_CELL_CONV_ADD_AG_LEFT "添加至左侧的列表参数组"
+#define L10N_TABLE_CELL_CONV_ADD_AG_RIGHT "添加至右侧的列表参数组"
+#define L10N_TABLE_CELL_SELECT_MSG "请单击选择一个单元格以编辑其属性"
#define L10N_TABLE_CELL_HORIZONTAL_ALIGNMENT "水平对齐"
#define L10N_TABLE_CELL_CONTENT "内容"
#define L10N_TABLE_CELL_VAR_NAME "变量名"
#define L10N_TABLE_CELL_VAR_TOOLTIP "参数单元格的唯一名称(表格内不得重复)。"
#define L10N_TABLE_CELL_ARRAY_VAR_TOOLTIP "列表参数组内单个参数单元格的名称,在组内唯一(不同的参数组可以包含相同的参数名)。"
+#define L10N_TABLE_CELL_VAR_NAME_DUP "参数名已重复"
#define L10N_TABLE_CELL_VERTICAL_ALIGNMENT "垂直对齐"
#define L10N_TABLE_CELL_ALIGN_LEFT "左对齐"
#define L10N_TABLE_CELL_ALIGN_CENTER "居中"