aboutsummaryrefslogtreecommitdiff
path: root/core/src/Locale
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2021-06-13 21:33:26 -0700
committerrtk0c <[email protected]>2021-06-13 21:33:26 -0700
commit90796ccce3ef9087c1288d737738f65e188cff0b (patch)
tree6127c3833577af6cac3942736a0d357c96ea3786 /core/src/Locale
parentbdee9dd0c92865e0cec2f4bbf170959df282a930 (diff)
Add table UI and single cell properties
Diffstat (limited to 'core/src/Locale')
-rw-r--r--core/src/Locale/zh_CN.h9
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 "底部对齐"