diff options
author | rtk0c <[email protected]> | 2021-06-28 21:53:17 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-06-28 21:53:17 -0700 |
commit | df1a386b067a62c879b48b1eeca50b2982b4f92d (patch) | |
tree | 4213511f7f74779ea1e80abc030cb1272e3b9dee /core/src/Locale | |
parent | 43cd2bd879d529fcbd0a0f64eccd4ce1eb872ab4 (diff) |
Add table content list, cell status indicator
Diffstat (limited to 'core/src/Locale')
-rw-r--r-- | core/src/Locale/zh_CN.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/src/Locale/zh_CN.h b/core/src/Locale/zh_CN.h index 02b1e9a..f65744d 100644 --- a/core/src/Locale/zh_CN.h +++ b/core/src/Locale/zh_CN.h @@ -124,7 +124,15 @@ #define L10N_TEMPLATE_TABLE "表格模板" #define L10N_TABLE "表格" +#define L10N_TABLE_CONFIGURE_PROPERTIES "编辑表格属性..." +#define L10N_TABLE_PROPERTIES "表格属性" +#define L10N_TABLE_SINGLE_PARAMS "参数" +#define L10N_TABLE_ARRAY_GROUPS "列表参数组" #define L10N_TABLE_CELL "单元格" +#define L10N_TABLE_CELL_POS "位置:%s%s" +#define L10N_TABLE_CELL_TYPE_CONST "类型:普通单元格" +#define L10N_TABLE_CELL_TYPE_PARAM "类型:参数单元格" +#define L10N_TABLE_CELL_TYPE_CREATE_AG "类型:列表参数组" #define L10N_TABLE_CELL_CONV "转换类型..." #define L10N_TABLE_CELL_CONV_CONST "转换为普通单元格" #define L10N_TABLE_CELL_CONV_PARAM "转换为参数单元格" |