mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-28 01:04:05 +00:00
Translated using Weblate (English)
Currently translated at 100.0% (1053 of 1053 strings) Translated using Weblate (Japanese) Currently translated at 64.0% (674 of 1053 strings) Co-authored-by: Ryo Hanafusa <ryo7gumi@gmail.com> Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/en/ Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/ja/ Translation: Uptime Kuma/Uptime Kuma
This commit is contained in:
parent
8808e35b61
commit
3c1d3b459c
2 changed files with 21 additions and 16 deletions
|
@ -251,7 +251,7 @@
|
||||||
"PushUrl": "Push URL",
|
"PushUrl": "Push URL",
|
||||||
"HeadersInvalidFormat": "The request headers are not valid JSON: ",
|
"HeadersInvalidFormat": "The request headers are not valid JSON: ",
|
||||||
"BodyInvalidFormat": "The request body is not valid JSON: ",
|
"BodyInvalidFormat": "The request body is not valid JSON: ",
|
||||||
"CopyToClipboardError": "Couldn't copy to clipbard: {error}",
|
"CopyToClipboardError": "Couldn't copy to clipboard: {error}",
|
||||||
"CopyToClipboardSuccess": "Copied!",
|
"CopyToClipboardSuccess": "Copied!",
|
||||||
"CurlDebugInfo": "To debug the monitor, you can either paste this into your own machines terminal or into the machines terminal which uptime kuma is running on and see what you are requesting.{newiline}Please be aware of networking differences like {firewalls}, {dns_resolvers} or {docker_networks}.",
|
"CurlDebugInfo": "To debug the monitor, you can either paste this into your own machines terminal or into the machines terminal which uptime kuma is running on and see what you are requesting.{newiline}Please be aware of networking differences like {firewalls}, {dns_resolvers} or {docker_networks}.",
|
||||||
"firewalls": "firewalls",
|
"firewalls": "firewalls",
|
||||||
|
@ -1033,23 +1033,23 @@
|
||||||
"Alphanumerical string and hyphens only": "Alphanumerical string and hyphens only",
|
"Alphanumerical string and hyphens only": "Alphanumerical string and hyphens only",
|
||||||
"Arcade": "Arcade",
|
"Arcade": "Arcade",
|
||||||
"Correct": "Correct",
|
"Correct": "Correct",
|
||||||
"Fail":"Fail",
|
"Fail": "Fail",
|
||||||
"Harp":"Harp",
|
"Harp": "Harp",
|
||||||
"Reveal":"Reveal",
|
"Reveal": "Reveal",
|
||||||
"Bubble":"Bubble",
|
"Bubble": "Bubble",
|
||||||
"Doorbell":"Doorbell",
|
"Doorbell": "Doorbell",
|
||||||
"Flute":"Flute",
|
"Flute": "Flute",
|
||||||
"Money":"Money",
|
"Money": "Money",
|
||||||
"Scifi":"Scifi",
|
"Scifi": "Scifi",
|
||||||
"Clear":"Clear",
|
"Clear": "Clear",
|
||||||
"Elevator":"Elevator",
|
"Elevator": "Elevator",
|
||||||
"Guitar":"Guitar",
|
"Guitar": "Guitar",
|
||||||
"Pop":"Pop",
|
"Pop": "Pop",
|
||||||
"Custom sound to override default notification sound": "Custom sound to override default notification sound",
|
"Custom sound to override default notification sound": "Custom sound to override default notification sound",
|
||||||
"Time Sensitive (iOS Only)": "Time Sensitive (iOS Only)",
|
"Time Sensitive (iOS Only)": "Time Sensitive (iOS Only)",
|
||||||
"Time sensitive notifications will be delivered immediately, even if the device is in do not disturb mode.": "Time sensitive notifications will be delivered immediately, even if the device is in do not disturb mode.",
|
"Time sensitive notifications will be delivered immediately, even if the device is in do not disturb mode.": "Time sensitive notifications will be delivered immediately, even if the device is in do not disturb mode.",
|
||||||
"From":"From",
|
"From": "From",
|
||||||
"Can be found on:": "Can be found on: {0}",
|
"Can be found on:": "Can be found on: {0}",
|
||||||
"The phone number of the recipient in E.164 format.": "The phone number of the recipient in E.164 format.",
|
"The phone number of the recipient in E.164 format.": "The phone number of the recipient in E.164 format.",
|
||||||
"Either a text sender ID or a phone number in E.164 format if you want to be able to receive replies.":"Either a text sender ID or a phone number in E.164 format if you want to be able to receive replies."
|
"Either a text sender ID or a phone number in E.164 format if you want to be able to receive replies.": "Either a text sender ID or a phone number in E.164 format if you want to be able to receive replies."
|
||||||
}
|
}
|
||||||
|
|
|
@ -672,5 +672,10 @@
|
||||||
"emailCustomBody": "カスタム本文",
|
"emailCustomBody": "カスタム本文",
|
||||||
"emailTemplateServiceName": "サービス名",
|
"emailTemplateServiceName": "サービス名",
|
||||||
"smtpLiquidIntroduction": "次の 2 つのテンプレート・フィールドは Liquid テンプレート言語で記述できます。これらの使い方は {0} にあります。以下は利用可能な変数です:",
|
"smtpLiquidIntroduction": "次の 2 つのテンプレート・フィールドは Liquid テンプレート言語で記述できます。これらの使い方は {0} にあります。以下は利用可能な変数です:",
|
||||||
"emailTemplateStatus": "ステータス"
|
"emailTemplateStatus": "ステータス",
|
||||||
|
"now": "現在",
|
||||||
|
"time ago": "{0}前",
|
||||||
|
"-year": "年",
|
||||||
|
"Json Query Expression": "Jsonクエリ表現",
|
||||||
|
"ignoredTLSError": "TLS/SSLエラーは無視されました"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue