diff options
Diffstat (limited to 'core/src/Locale')
-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 "底部对齐" |