diff options
author | rtk0c <[email protected]> | 2021-06-13 21:33:26 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-06-13 21:33:26 -0700 |
commit | 90796ccce3ef9087c1288d737738f65e188cff0b (patch) | |
tree | 6127c3833577af6cac3942736a0d357c96ea3786 /core/src/Locale/zh_CN.h | |
parent | bdee9dd0c92865e0cec2f4bbf170959df282a930 (diff) |
Add table UI and single cell properties
Diffstat (limited to 'core/src/Locale/zh_CN.h')
-rw-r--r-- | core/src/Locale/zh_CN.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/core/src/Locale/zh_CN.h b/core/src/Locale/zh_CN.h index 478c627..b01017f 100644 --- a/core/src/Locale/zh_CN.h +++ b/core/src/Locale/zh_CN.h @@ -81,3 +81,12 @@ #define L10N_DELETE_ASSET_DIALOG_TITLE "确认删除资源" #define L10N_RENAME_ASSET_DIALOG_TITLE "重命名资源" #define L10N_TEMPLATE_INVALID_TYPE_ERROR "无效的模板类型" + +#define L10N_TABLE_CELL_HORIZONTAL_ALIGNMENT "水平对齐" +#define L10N_TABLE_CELL_VERTICAL_ALIGNMENT "垂直对齐" +#define L10N_TABLE_CELL_ALIGN_LEFT "左对齐" +#define L10N_TABLE_CELL_ALIGN_CENTER "居中" +#define L10N_TABLE_CELL_ALIGN_RIGHT "右对齐" +#define L10N_TABLE_CELL_ALIGN_TOP "顶部对齐" +#define L10N_TABLE_CELL_ALIGN_MIDDLE "居中" +#define L10N_TABLE_CELL_ALIGN_BOTTOM "底部对齐" |