mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1053 of 1053 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (1053 of 1053 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 96.5% (1017 of 1053 strings) Co-authored-by: AnnAngela <naganjue@vip.qq.com> Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/zh_Hans/ Translation: Uptime Kuma/Uptime Kuma
This commit is contained in:
parent
7e7621e09c
commit
4e35a67a0d
1 changed files with 39 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"languageName": "English",
|
||||
"languageName": "简体中文",
|
||||
"checkEverySecond": "检测频率 {0} 秒",
|
||||
"retryCheckEverySecond": "重试间隔 {0} 秒",
|
||||
"resendEveryXTimes": "每 {0} 次失败则重复发送一次",
|
||||
|
@ -1053,5 +1053,42 @@
|
|||
"greater than or equal to": "不少于",
|
||||
"record": "记录",
|
||||
"jsonQueryDescription": "使用 JSON 查询解析并提取服务器 JSON 响应中的特定数据,或者,如果不期望得到 JSON 响应,则可使用 \"$\" 获取原始响应。然后将结果转为字符串并与期望值进行字符串比较。有关更多文档,请参阅 {0},亦可使用 {1} 来尝试查询。",
|
||||
"shrinkDatabaseDescriptionSqlite": "触发 SQLite 数据库的 {vacuum} 命令。{auto_vacuum} 已经启用,但它不会像 {vacuum} 命令那样对数据库进行碎片整理,也不会重新打包各个数据库页面。"
|
||||
"shrinkDatabaseDescriptionSqlite": "触发 SQLite 数据库的 {vacuum} 命令。{auto_vacuum} 已经启用,但它不会像 {vacuum} 命令那样对数据库进行碎片整理,也不会重新打包各个数据库页面。",
|
||||
"Either a text sender ID or a phone number in E.164 format if you want to be able to receive replies.": "如需可被回复,请输入发送者 ID 或 E.164 格式的手机号码。",
|
||||
"Copy": "复制",
|
||||
"Debug": "Debug",
|
||||
"CopyToClipboardSuccess": "已复制!",
|
||||
"CopyToClipboardError": "无法复制到剪贴板:{error}",
|
||||
"CurlDebugInfoProxiesUnsupported": "上述 {curl} 命令中的代理支持目前尚未实现。",
|
||||
"docker networks": "Docker 网络",
|
||||
"dns resolvers": "DNS 解析器",
|
||||
"firewalls": "防火墙",
|
||||
"Message format": "消息格式",
|
||||
"Send rich messages": "发送富文本消息",
|
||||
"Sound": "声音",
|
||||
"Notification Channel": "通知频道",
|
||||
"Bubble": "Bubble(气泡)",
|
||||
"Reveal": "Reveal(揭示)",
|
||||
"Harp": "Harp(竖琴)",
|
||||
"Correct": "Correct(成功音)",
|
||||
"Fail": "Fail(失败音)",
|
||||
"Arcade": "Arcade(拱廊)",
|
||||
"Alphanumerical string and hyphens only": "仅限字母、数字和连字符(-)",
|
||||
"Custom sound to override default notification sound": "自定义声音,用以覆盖默认通知声音",
|
||||
"Pop": "Pop(流行音乐)",
|
||||
"Guitar": "Guitar(吉他)",
|
||||
"Elevator": "Elevator(电梯)",
|
||||
"Clear": "Clear(清除声)",
|
||||
"Scifi": "Scifi(科幻)",
|
||||
"Flute": "Flute(长笛)",
|
||||
"Doorbell": "Doorbell(门铃)",
|
||||
"The phone number of the recipient in E.164 format.": "收件人的 E.164 格式电话号码。",
|
||||
"Can be found on:": "可在此找到:{0}",
|
||||
"From": "发件人",
|
||||
"Time sensitive notifications will be delivered immediately, even if the device is in do not disturb mode.": "即使设备处于专注模式,即时通知也会立即发送。",
|
||||
"Time Sensitive (iOS Only)": "即时通知(仅 iOS 可用)",
|
||||
"Money": "Money(钱)",
|
||||
"CurlDebugInfoOAuth2CCUnsupported": "{curl} 不支持完整的 oauth 客户端凭证流。{newline}请获取承载令牌(bearer token)并通过 {oauth2_bearer} 选项传递。",
|
||||
"CurlDebugInfo": "要调试监控项,您可以将该命令粘贴到您自己的或 uptime kuma 正在运行的机器的命令行终端中,并查看结果。{newiline}请注意网络差异,例如 {firewalls}、{dns_resolvers} 或 {docker_networks}。",
|
||||
"ignoredTLSError": "TLS/SSL 错误已被忽略"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue