diff options
author | crupest <crupest@outlook.com> | 2020-11-20 20:33:01 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-11-20 20:33:01 +0800 |
commit | 8482b649e13a9f470801d3c0a87672099da86a4e (patch) | |
tree | aa921e23e9175b8223822d3c295aa9a844e20c78 /FrontEnd/src/app/locales/zh/admin.json | |
parent | cf06a813e77dae460e6540706bc0c90338ea9ed3 (diff) | |
download | timeline-8482b649e13a9f470801d3c0a87672099da86a4e.tar.gz timeline-8482b649e13a9f470801d3c0a87672099da86a4e.tar.bz2 timeline-8482b649e13a9f470801d3c0a87672099da86a4e.zip |
...
Diffstat (limited to 'FrontEnd/src/app/locales/zh/admin.json')
-rw-r--r-- | FrontEnd/src/app/locales/zh/admin.json | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/FrontEnd/src/app/locales/zh/admin.json b/FrontEnd/src/app/locales/zh/admin.json index 69a88e3b..d6895206 100644 --- a/FrontEnd/src/app/locales/zh/admin.json +++ b/FrontEnd/src/app/locales/zh/admin.json @@ -1 +1,15 @@ -{}
+{
+ "nav": {
+ "users": "用户",
+ "highlightTimelines": "高光时间线"
+ },
+ "create": "创建",
+ "user": {
+ "nickname": "昵称:",
+ "uniqueId": "唯一ID:",
+ "permissions": "权限:",
+ "modify": "修改",
+ "modifyPermissions": "修改权限",
+ "delete": "删除"
+ }
+}
|