diff options
Diffstat (limited to 'core/src/Locale/zh_CN.h')
-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 "转换为参数单元格" |