🌐 New Crowdin updates (#1272)

This commit is contained in:
Thomas Camlong
2023-09-01 21:55:45 +02:00
committed by GitHub
parent 8211e22d86
commit ba7e31b972
563 changed files with 6190 additions and 951 deletions

View File

@@ -0,0 +1,24 @@
{
"title": "",
"selector": {
"label": "",
"data": {
"ping": "",
"repositoryIcons": "",
"calendar&medias": "",
"weather": ""
}
},
"buttons": {
"notificationTitle": "",
"clearAll": {
"text": "",
"notificationMessage": ""
},
"clearSelect": {
"text": "",
"notificationMessageSingle": "",
"notificationMessageMulti": ""
}
}
}

View File

@@ -2,7 +2,7 @@
"configSelect": {
"label": "配置更改",
"description": "{{configCount}} 个可用的配置",
"loadingNew": "正在加载的配置...",
"loadingNew": "正在加载的配置...",
"pleaseWait": "请等待您的新配置加载完成!"
},
"modal": {
@@ -37,9 +37,9 @@
"confirmDeletion": {
"title": "确认删除您的配置",
"warningText": "您即将删除 '<b>{{configName}}</b>'",
"text": "请注意:删除是不可逆的,您的数据将永久丢失。点击此按钮后,该文件将从你的磁盘中永久删除。请确保已为你的配置创建一个合适的备份。",
"text": "请注意:删除是不可逆的,您的数据将永久丢失。点击此按钮后,该文件将从你的磁盘中永久删除。请确保已为你的配置创建一个合适的备份。",
"buttons": {
"confirm": "是,删除 '<b>{{configName}}</b>'"
"confirm": "是,删除 '<b>{{configName}}</b>'"
}
}
},
@@ -62,25 +62,25 @@
}
}
},
"saveCopy": "保存一份副本"
"saveCopy": "保存副本"
},
"dropzone": {
"notifications": {
"invalidConfig": {
"title": "无法加载配置",
"message": "无法加载您的配置。无效的JSON格式。"
"message": "无法加载您的配置。无效的 JSON 格式。"
},
"loadedSuccessfully": {
"title": "配置 {{configName}} 已成功加载。"
}
},
"accept": {
"title": "配置上传",
"title": "上传配置",
"text": "将文件拖动到这里上传配置。仅支持 JSON 文件。"
},
"reject": {
"title": "拖放上传被拒绝",
"text": "此文件格式不受支持。请只上传JSON文件。"
"text": "此文件格式不受支持。请只上传 JSON 文件。"
}
}
}

View File

@@ -0,0 +1,22 @@
{
"menu": {
"toggle": "",
"enable": "",
"disable": ""
},
"form": {
"label": "",
"message": "",
"submit": "提交"
},
"notification": {
"success": {
"title": "",
"message": ""
},
"error": {
"title": "错误",
"message": ""
}
}
}

View File

@@ -1,8 +1,9 @@
{
"title": "搜索引擎",
"configurationName": "搜索引擎设置",
"custom": "",
"tips": {
"generalTip": "您可以使用多前缀!在您的查询前加入这些前缀以过滤结果:!s (网页), !t (种子), !y (YouTube), 和 !m (媒体)。",
"generalTip": "您可以使用多前缀!将这些添加到您的查询前将过滤结果!s (网页), !t (Torrents), !y (YouTube), 和 !m (媒体)。",
"placeholderTip": "%s 可以作为查询的占位符。"
},
"customEngine": {

View File

@@ -1,3 +1,3 @@
{
"label": "将组件放在左边"
"label": "将组件放在左边"
}