New Crowdin updates (#1529)

Add Chinese traditional and Crowdin pseudo language (CR)
This commit is contained in:
Thomas Camlong
2023-10-31 09:12:59 +01:00
committed by GitHub
parent 0da6112913
commit fc969e5042
405 changed files with 6545 additions and 796 deletions
@@ -0,0 +1,24 @@
{
"title": "清除缓存",
"selector": {
"label": "选择要清除的缓存",
"data": {
"ping": "Ping 查询",
"repositoryIcons": "远程/本地图标",
"calendar&medias": "日历中的媒体",
"weather": "天气数据"
}
},
"buttons": {
"notificationTitle": "已清除缓存",
"clearAll": {
"text": "清除所有缓存",
"notificationMessage": "已清除所有缓存"
},
"clearSelect": {
"text": "清除所选缓存",
"notificationMessageSingle": "{{value}} 的缓存已清除",
"notificationMessageMulti": "{{values}} 的缓存已清除"
}
}
}
@@ -0,0 +1,86 @@
{
"configSelect": {
"label": "配置更改",
"description": "{{configCount}} 个可用的配置",
"loadingNew": "正在加载您的配置...",
"pleaseWait": "请等待您的新配置加载完成!"
},
"modal": {
"copy": {
"title": "选择新配置的名称",
"form": {
"configName": {
"label": "配置名称",
"validation": {
"required": "配置名称是必填项",
"notUnique": "配置名称已被使用"
},
"placeholder": "您的新配置名称"
},
"submitButton": "确认"
},
"events": {
"configSaved": {
"title": "配置已保存",
"message": "配置保存为 {{configName}}"
},
"configCopied": {
"title": "配置已复制",
"message": "配置复制为 {{configName}}"
},
"configNotCopied": {
"title": "无法复制配置",
"message": "您的配置没有被复制为 {{configName}}"
}
}
},
"confirmDeletion": {
"title": "确认删除您的配置",
"warningText": "您即将删除 '<b>{{configName}}</b>'",
"text": "请注意:删除是不可逆的,您的数据将永久丢失。点击此按钮后,该文件将从你的磁盘中永久删除。请确保已为你的配置创建了一个合适的备份。",
"buttons": {
"confirm": "是的,删除 '<b>{{configName}}</b>' 。"
}
}
},
"buttons": {
"download": "下载配置",
"delete": {
"text": "删除配置",
"notifications": {
"deleted": {
"title": "配置已删除",
"message": "配置已删除"
},
"deleteFailed": {
"title": "配置删除失败",
"message": "配置删除失败"
},
"deleteFailedDefaultConfig": {
"title": "默认配置不能被删除",
"message": "配置没有从文件系统中删除"
}
}
},
"saveCopy": "保存副本"
},
"dropzone": {
"notifications": {
"invalidConfig": {
"title": "无法加载配置",
"message": "无法加载您的配置。无效的 JSON 格式。"
},
"loadedSuccessfully": {
"title": "配置 {{configName}} 已成功加载。"
}
},
"accept": {
"title": "上传配置",
"text": "将文件拖动到这里上传配置。仅支持 JSON 文件。"
},
"reject": {
"title": "拖放上传被拒绝",
"text": "此文件格式不受支持。请只上传 JSON 文件。"
}
}
}
@@ -0,0 +1,22 @@
{
"menu": {
"toggle": "切换编辑模式",
"enable": "启用编辑模式",
"disable": "关闭编辑模式"
},
"form": {
"label": "编辑密码",
"message": "要切换编辑模式,需要在名为 <Code>EDIT_MODE_PASSWORD</Code> 的环境变量中输入密码。如果未设置,则无法切换编辑模式。",
"submit": "提交"
},
"notification": {
"success": {
"title": "成功",
"message": "成功切换编辑模式,重新加载页面..."
},
"error": {
"title": "错误",
"message": "切换编辑模式失败,请重试。"
}
}
}
@@ -0,0 +1,3 @@
{
"label": "语言"
}
@@ -0,0 +1,20 @@
{
"title": "搜索引擎",
"configurationName": "搜索引擎设置",
"custom": "自定义",
"tips": {
"generalTip": "您可以使用多种前缀!将这些添加到您的查询前将过滤结果。:!s (网页), !t (Torrents), !y (YouTube), 和 !m (媒体)。",
"placeholderTip": "%s 可以作为查询的占位符。"
},
"customEngine": {
"title": "自定义搜索引擎",
"label": "查询网址",
"placeholder": "自定义查询网址"
},
"searchNewTab": {
"label": "在新选项卡中打开搜索结果页"
},
"searchEnabled": {
"label": "启用搜索"
}
}
@@ -0,0 +1,3 @@
{
"label": "将组件放在左边"
}