chore: update i18n

This commit is contained in:
Steven
2023-09-30 22:57:30 +08:00
parent 0fd54426e6
commit fe3b78f844
6 changed files with 28 additions and 8 deletions

View File

@ -31,6 +31,7 @@
"operating-system": "Operating System"
},
"shortcut": {
"visits": "{{count}} visits",
"visibility": {
"private": {
"self": "Private",
@ -46,6 +47,13 @@
}
}
},
"filter": {
"all": "All",
"mine": "Mine",
"compact-mode": "Compact mode",
"order-by": "Order by",
"direction": "Direction"
},
"user": {
"self": "User",
"nickname": "Nickname",

View File

@ -31,6 +31,7 @@
"operating-system": "操作系统"
},
"shortcut": {
"visits": "{{count}} 次访问",
"visibility": {
"private": {
"self": "私有的",
@ -46,6 +47,13 @@
}
}
},
"filter": {
"all": "所有",
"mine": "我的",
"compact-mode": "紧凑模式",
"order-by": "排序方式",
"direction": "方向"
},
"user": {
"self": "用户",
"nickname": "昵称",