Files
FileFlowsPlugins/Apprise/i18n/ja.json
T
John Andrews e81ba3fab9 translations
2024-10-02 13:16:37 +13:00

35 lines
1.3 KiB
JSON

{
"Flow": {
"Parts": {
"Apprise": {
"Description": "Appriseサーバーにメッセージを送信します。",
"Fields": {
"Message": "メッセージ",
"Message-Help": "Appriseサーバーに送信するメッセージ",
"MessageType": "タイプ",
"MessageType-Help": "送信するメッセージのタイプ",
"Tag": "タグ",
"Tag-Help": "このメッセージに送信するタグのリスト、空白の場合は 'all' でタグ付けされます。"
},
"Outputs": {
"1": "Appriseメッセージが送信されました",
"2": "Appriseメッセージの送信に失敗しました"
}
}
}
},
"Plugins": {
"Apprise": {
"Label": "Apprise",
"Description": "Appriseサーバーにメッセージを送信できるプラグインです。",
"Fields": {
"Endpoint": "エンドポイント",
"Endpoint-Help": "Appriseサーバー上のエンドポイント、例: notify/apprise",
"Endpoint-Placeholder": "notify/apprise",
"ServerUrl": "サーバー",
"ServerUrl-Help": "AppriseサーバーのURL",
"ServerUrl-Placeholder": "http://apprise.lan"
}
}
}
}