🌐 New Crowdin updates (#1433)

This commit is contained in:
Thomas Camlong
2023-10-08 12:12:44 +02:00
committed by GitHub
parent 1d50e2ce9a
commit 2b5e2094fa
122 changed files with 619 additions and 457 deletions
+2 -2
View File
@@ -23,7 +23,7 @@
"text": "保存到数据库",
"card": {
"title": "检查您的输入",
"text": "数据提交数据后,用户就可以登录了。您确定要将用户存储在数据库中并激活登录吗?"
"text": "数据提交数据后,用户就可以登录了。您确定要将用户存储在数据库中并激活登录吗?"
},
"table": {
"header": {
@@ -41,7 +41,7 @@
"completed": {
"alert": {
"title": "用户已创建",
"text": "用户已在数据库中创建。他现在可以登录了。"
"text": "用户已在数据库中创建。他现在可以登录了。"
}
}
},
+5 -5
View File
@@ -1,7 +1,7 @@
{
"metaTitle": "用户邀请",
"pageTitle": "管理用户邀请",
"description": "使用邀请功能,可以邀请用户访问Homarr实例。邀请只在一定的时间范围内有效,并且只能使用一次。有效期必须在创建后5分钟12个月之间。",
"description": "使用邀请功能,可以邀请用户访问 Homarr 实例。邀请只在一定的时间范围内有效,并且只能使用一次。过期时间必须在创建后5分钟12个月之间。",
"button": {
"createInvite": "创建邀请",
"deleteInvite": "删除邀请"
@@ -10,8 +10,8 @@
"header": {
"id": "ID",
"creator": "创建者",
"expires": "期",
"action": "作"
"expires": "有效期",
"action": "作"
},
"data": {
"expiresAt": "过期 {{at}}",
@@ -21,7 +21,7 @@
"modals": {
"create": {
"title": "创建邀请",
"description": "期后,邀请将不再有效,邀请接收者将无法创建账号。",
"description": "期后,邀请会失效,邀请的收件人将无法创建账号。",
"form": {
"expires": "过期时间",
"submit": "创建"
@@ -36,7 +36,7 @@
"token": "Token"
},
"button": {
"close": "复制 & 取消"
"close": "复制并关闭"
}
},
"delete": {