Files
FileFlowsPlugins/Gotify/i18n/zh.json
John Andrews 00a2a5e2ae translations
2024-10-01 10:49:59 +13:00

33 lines
944 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"Flow": {
"Parts": {
"Gotify": {
"Description": "向Gotify服务器发送消息。",
"Fields": {
"Message": "消息",
"Message-Help": "要发送到Gotify服务器的消息",
"Priority": "优先级",
"Priority-Help": "发送消息的优先级",
"Title": "标题",
"Title-Help": "要发送的可选标题。"
},
"Outputs": {
"1": "Gotify消息已发送",
"2": "Gotify消息发送失败"
}
}
}
},
"Plugins": {
"Gotify": {
"Description": "一个插件可以向Gotify服务器发送消息。",
"Fields": {
"AccessToken": "访问令牌",
"AccessToken-Help": "用于与Gotify服务器通信的访问令牌。",
"ServerUrl": "服务器",
"ServerUrl-Help": "Gotify服务器的URL",
"ServerUrl-Placeholder": "http://gotify.lan"
}
}
}
}