diff options
author | rtk0c <[email protected]> | 2021-06-30 11:42:13 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-06-30 11:42:13 -0700 |
commit | 782e95613da7fb2eb7a2fe9c3c9fbb5b6f756b09 (patch) | |
tree | 62337ef031f3213e520185a414664c5d6fd77891 /core/src/Locale/zh_CN.h | |
parent | df1a386b067a62c879b48b1eeca50b2982b4f92d (diff) |
Fix table parameter map is not updated with the UI
Diffstat (limited to 'core/src/Locale/zh_CN.h')
-rw-r--r-- | core/src/Locale/zh_CN.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/src/Locale/zh_CN.h b/core/src/Locale/zh_CN.h index f65744d..632c229 100644 --- a/core/src/Locale/zh_CN.h +++ b/core/src/Locale/zh_CN.h @@ -126,6 +126,10 @@ #define L10N_TABLE "表格" #define L10N_TABLE_CONFIGURE_PROPERTIES "编辑表格属性..." #define L10N_TABLE_PROPERTIES "表格属性" +#define L10N_TABLE_DO_RESIZE "调整表格大小..." +#define L10N_TABLE_RESIZE "调整表格大小" +#define L10N_TABLE_WIDTH "宽度" +#define L10N_TABLE_HEIGHT "长度" #define L10N_TABLE_SINGLE_PARAMS "参数" #define L10N_TABLE_ARRAY_GROUPS "列表参数组" #define L10N_TABLE_CELL "单元格" |