diff options
author | rtk0c <[email protected]> | 2021-07-07 12:43:52 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-07-07 12:43:52 -0700 |
commit | f0326e5c5deca0fb719d8522b45c59364b566300 (patch) | |
tree | caf198ab282d4aaa18c726e637d9cc19af81d338 /core/src/Locale/zh_CN.h | |
parent | 170ce5d5cf761c7f397a78408c1dc9da0d63e598 (diff) |
Finalize table row/column resizers
Diffstat (limited to 'core/src/Locale/zh_CN.h')
-rw-r--r-- | core/src/Locale/zh_CN.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/src/Locale/zh_CN.h b/core/src/Locale/zh_CN.h index 632c229..f654464 100644 --- a/core/src/Locale/zh_CN.h +++ b/core/src/Locale/zh_CN.h @@ -126,8 +126,9 @@ #define L10N_TABLE "表格" #define L10N_TABLE_CONFIGURE_PROPERTIES "编辑表格属性..." #define L10N_TABLE_PROPERTIES "表格属性" -#define L10N_TABLE_DO_RESIZE "调整表格大小..." -#define L10N_TABLE_RESIZE "调整表格大小" +#define L10N_TABLE_EDIT_TABLE "编辑表格" +#define L10N_TABLE_EDIT_RESIZE_COLS "调整列宽度" +#define L10N_TABLE_EDIT_RESIZE_ROWS "调整行高度" #define L10N_TABLE_WIDTH "宽度" #define L10N_TABLE_HEIGHT "长度" #define L10N_TABLE_SINGLE_PARAMS "参数" @@ -137,7 +138,6 @@ #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 "转换为参数单元格" #define L10N_TABLE_CELL_CONV_CREATE_AG "创建列表参数组" |