mirror of
https://github.com/nezhahq/nezha.git
synced 2025-02-02 09:38:13 -05:00
chore: l10n: improve translation (#431)
* l10n: improve translation * refine --------- Co-authored-by: naiba <hi@nai.ba>
This commit is contained in:
parent
12c6b8a6f6
commit
b886f70e48
60
resource/l10n/en-US.toml
vendored
60
resource/l10n/en-US.toml
vendored
@ -23,19 +23,19 @@ other = "Home"
|
|||||||
other = "Back to Homepage"
|
other = "Back to Homepage"
|
||||||
|
|
||||||
[AdminPanel]
|
[AdminPanel]
|
||||||
other = "Admin Panel"
|
other = "Dashboard"
|
||||||
|
|
||||||
[Logout]
|
[Logout]
|
||||||
other = "Logout"
|
other = "Log out"
|
||||||
|
|
||||||
[Login]
|
[Login]
|
||||||
other = "Login"
|
other = "Log in"
|
||||||
|
|
||||||
[ConfirmLogout]
|
[ConfirmLogout]
|
||||||
other = "Do you want to Logout?"
|
other = "Confirm Logging Out?"
|
||||||
|
|
||||||
[AfterLoggingOutYouHaveToLoginAgain]
|
[AfterLoggingOutYouHaveToLoginAgain]
|
||||||
other = "You need to Login again to continue"
|
other = "You will need to log in again to continue"
|
||||||
|
|
||||||
[Cancel]
|
[Cancel]
|
||||||
other = "Cancel"
|
other = "Cancel"
|
||||||
@ -56,7 +56,7 @@ other = "Cron Expression"
|
|||||||
other = "Backup"
|
other = "Backup"
|
||||||
|
|
||||||
[3amDaily]
|
[3amDaily]
|
||||||
other = "(Daily at 3 AM)"
|
other = "(At 3 AM)"
|
||||||
|
|
||||||
[Command]
|
[Command]
|
||||||
other = "Command"
|
other = "Command"
|
||||||
@ -71,7 +71,7 @@ other = "Ignore All, Execute Only on Specific Servers"
|
|||||||
other = "Cover All, Except Specific Servers"
|
other = "Cover All, Except Specific Servers"
|
||||||
|
|
||||||
[ExecuteByTriggerServer]
|
[ExecuteByTriggerServer]
|
||||||
other = "Execute on Trigger Server"
|
other = "Execute on Alarmed Servers"
|
||||||
|
|
||||||
[SpecificServers]
|
[SpecificServers]
|
||||||
other = "Specific Servers"
|
other = "Specific Servers"
|
||||||
@ -104,7 +104,7 @@ other = "Sec Min Hour Day Month Week, see details in "
|
|||||||
other = "CRON Expression Format"
|
other = "CRON Expression Format"
|
||||||
|
|
||||||
[IntroductionOfCommands]
|
[IntroductionOfCommands]
|
||||||
other = "Introduction of Commands: Writing commands is similar to shell/bat scripts. It's advised not to break lines, and multiple commands can be connected with <code>&&</code> or <code>&</code>. If a command cannot be found, it might be due to <code>PATH</code> environment variable configuration issues. On <code>Linux</code> servers, you can add <code>source ~/.bashrc</code> at the beginning of the command, or use the command's absolute path."
|
other = "Note on writing commands: It is similar to shell/bat scripts. but it's advised not to start a newline, and connect multiple commands with <code>&&</code> or <code>;</code>. If a command cannot be found, it is possibly due to <code>PATH</code> environment variable issues. On <code>Linux</code> servers, you can add <code>source ~/.bashrc</code> at the beginning of the command, or just use the absolute path."
|
||||||
|
|
||||||
[AddMonitor]
|
[AddMonitor]
|
||||||
other = "Add Service Monitor"
|
other = "Add Service Monitor"
|
||||||
@ -119,7 +119,7 @@ other = "Target"
|
|||||||
other = "Type"
|
other = "Type"
|
||||||
|
|
||||||
[SslExpirationOrChange]
|
[SslExpirationOrChange]
|
||||||
other = "(SSL Expiration or Change)"
|
other = "(Certificate Expiration and Changes)"
|
||||||
|
|
||||||
[Duration]
|
[Duration]
|
||||||
other = "Interval"
|
other = "Interval"
|
||||||
@ -134,10 +134,10 @@ other = "Enable Failure Notification"
|
|||||||
other = "Failure Notification"
|
other = "Failure Notification"
|
||||||
|
|
||||||
[MaxLatency]
|
[MaxLatency]
|
||||||
other = "Max Latency (ms)"
|
other = "Maximum Latency (ms)"
|
||||||
|
|
||||||
[MinLatency]
|
[MinLatency]
|
||||||
other = "Min Latency (ms)"
|
other = "Minimum Latency (ms)"
|
||||||
|
|
||||||
[EnableLatencyNotification]
|
[EnableLatencyNotification]
|
||||||
other = "Enable Latency Notification"
|
other = "Enable Latency Notification"
|
||||||
@ -147,7 +147,7 @@ other = "Latency Notification"
|
|||||||
|
|
||||||
[IntroductionOfMonitor]
|
[IntroductionOfMonitor]
|
||||||
other = """
|
other = """
|
||||||
For type <b>HTTP-GET</b>, enter URL (with http/https, HTTPS protocol will also monitor SSL certificate);<br>
|
For type <b>HTTP-GET</b>, enter URL (with http/https scheme, HTTPS protocol will also monitor SSL certificate);<br>
|
||||||
For type <b>ICMP-Ping</b>, enter domain/IP without port: example.com;<br>
|
For type <b>ICMP-Ping</b>, enter domain/IP without port: example.com;<br>
|
||||||
For type <b>TCP-Ping</b>, enter domain/IP + port number: example.com:22"""
|
For type <b>TCP-Ping</b>, enter domain/IP + port number: example.com:22"""
|
||||||
|
|
||||||
@ -182,16 +182,16 @@ other = "Notification Trigger Mode"
|
|||||||
other = "Always Trigger"
|
other = "Always Trigger"
|
||||||
|
|
||||||
[ModeOnetimeTrigger]
|
[ModeOnetimeTrigger]
|
||||||
other = "Single Trigger"
|
other = "Trigger Once"
|
||||||
|
|
||||||
[EnableTriggerTask]
|
[EnableTriggerTask]
|
||||||
other = "Enable Trigger Task"
|
other = "Enable Trigger Task"
|
||||||
|
|
||||||
[FailTriggerTasks]
|
[FailTriggerTasks]
|
||||||
other = "Tasks triggered during an alarm"
|
other = "Tasks to trigger on an alarm"
|
||||||
|
|
||||||
[RecoverTriggerTasks]
|
[RecoverTriggerTasks]
|
||||||
other = "Tasks triggered during recovery"
|
other = "Tasks to trigger after recovery"
|
||||||
|
|
||||||
[Enable]
|
[Enable]
|
||||||
other = "Enable"
|
other = "Enable"
|
||||||
@ -218,7 +218,7 @@ other = "Einstein Lightspeed 1"
|
|||||||
other = "Display Index"
|
other = "Display Index"
|
||||||
|
|
||||||
[TheLargerTheNumberTheHigherThePriority]
|
[TheLargerTheNumberTheHigherThePriority]
|
||||||
other = "Higher Number, Higher Priority"
|
other = "Greater Number, Higher Priority"
|
||||||
|
|
||||||
[Secret]
|
[Secret]
|
||||||
other = "Secret"
|
other = "Secret"
|
||||||
@ -230,10 +230,10 @@ other = "Note"
|
|||||||
other = "Public Note"
|
other = "Public Note"
|
||||||
|
|
||||||
[LinuxOneKeyInstall]
|
[LinuxOneKeyInstall]
|
||||||
other = "Linux One-Command Install"
|
other = "Linux Installation Command"
|
||||||
|
|
||||||
[NoDomainAlert]
|
[NoDomainAlert]
|
||||||
other = "Set CDN bypassed Domain/IP in setting before using this function"
|
other = "Please set the IP (or a domain pointed to it) of the original server in settings"
|
||||||
|
|
||||||
[PushSuccessfully]
|
[PushSuccessfully]
|
||||||
other = "Send Success Notification"
|
other = "Send Success Notification"
|
||||||
@ -254,13 +254,13 @@ other = "Cover All"
|
|||||||
other = "Ignore All"
|
other = "Ignore All"
|
||||||
|
|
||||||
[ByTrigger]
|
[ByTrigger]
|
||||||
other = "Execute by Trigger"
|
other = "Alarmed Servers"
|
||||||
|
|
||||||
[DeleteScheduledTask]
|
[DeleteScheduledTask]
|
||||||
other = "Delete Scheduled Task"
|
other = "Delete Scheduled Task"
|
||||||
|
|
||||||
[ConfirmToDeleteThisScheduledTask]
|
[ConfirmToDeleteThisScheduledTask]
|
||||||
other = "Are you sure you want to Delete?"
|
other = "Confirm deletion?"
|
||||||
|
|
||||||
[AccessDenied]
|
[AccessDenied]
|
||||||
other = "Access Denied"
|
other = "Access Denied"
|
||||||
@ -281,22 +281,22 @@ other = "Don't Have an Account?"
|
|||||||
other = "HTTP(S)/SSL Certificate"
|
other = "HTTP(S)/SSL Certificate"
|
||||||
|
|
||||||
[TCPPort]
|
[TCPPort]
|
||||||
other = "TCP Port"
|
other = "TCPing"
|
||||||
|
|
||||||
[DeleteService]
|
[DeleteService]
|
||||||
other = "Remove Service Monitor"
|
other = "Remove Service Monitor"
|
||||||
|
|
||||||
[ConfirmToDeleteThisService]
|
[ConfirmToDeleteThisService]
|
||||||
other = "Confirm to Delete This Service?"
|
other = "Confirm Deleting This Service?"
|
||||||
|
|
||||||
[DeleteNotificationMethod]
|
[DeleteNotificationMethod]
|
||||||
other = "Delete Notification Method"
|
other = "Delete Notification Method"
|
||||||
|
|
||||||
[ConfirmToDeleteThisNotificationMethod]
|
[ConfirmToDeleteThisNotificationMethod]
|
||||||
other = "Confirm to Delete This Notification Method?"
|
other = "Confirm Deleting This Notification Method?"
|
||||||
|
|
||||||
[ForceUpdate]
|
[ForceUpdate]
|
||||||
other = "Force Update Agent"
|
other = "Trigger Agent Update"
|
||||||
|
|
||||||
[SelectAll]
|
[SelectAll]
|
||||||
other = "Select All"
|
other = "Select All"
|
||||||
@ -305,7 +305,7 @@ other = "Select All"
|
|||||||
other = "Version"
|
other = "Version"
|
||||||
|
|
||||||
[OneKeyInstall]
|
[OneKeyInstall]
|
||||||
other = "One-Command Install"
|
other = "Installation commands"
|
||||||
|
|
||||||
[ClickToCopy]
|
[ClickToCopy]
|
||||||
other = "Click To Copy"
|
other = "Click To Copy"
|
||||||
@ -314,7 +314,7 @@ other = "Click To Copy"
|
|||||||
other = "Delete Server"
|
other = "Delete Server"
|
||||||
|
|
||||||
[ConfirmToDeleteServer]
|
[ConfirmToDeleteServer]
|
||||||
other = "Confirm to Delete Server?"
|
other = "Confirm Deleting This Server?"
|
||||||
|
|
||||||
[NoServerSelected]
|
[NoServerSelected]
|
||||||
other = "No Server Selected"
|
other = "No Server Selected"
|
||||||
@ -545,7 +545,7 @@ other = "Scheduled Tasks"
|
|||||||
other = "API Management"
|
other = "API Management"
|
||||||
|
|
||||||
[IssueNewApiToken]
|
[IssueNewApiToken]
|
||||||
other = "Issue New API Token"
|
other = "Generate New API Token"
|
||||||
|
|
||||||
[Token]
|
[Token]
|
||||||
other = "Token"
|
other = "Token"
|
||||||
@ -554,10 +554,10 @@ other = "Token"
|
|||||||
other = "Delete Token"
|
other = "Delete Token"
|
||||||
|
|
||||||
[ConfirmToDeleteThisToken]
|
[ConfirmToDeleteThisToken]
|
||||||
other = "Confirm to Delete This Token?"
|
other = "Confirm Deleting This Token?"
|
||||||
|
|
||||||
[YouAreNotAuthorized]
|
[YouAreNotAuthorized]
|
||||||
other = "Not Authorized for This Page"
|
other = "This Page needs Authorization"
|
||||||
|
|
||||||
[WrongAccessPassword]
|
[WrongAccessPassword]
|
||||||
other = "Wrong Access Password"
|
other = "Wrong Access Password"
|
||||||
@ -605,7 +605,7 @@ other = "IP Changed"
|
|||||||
other = "Remaining Data"
|
other = "Remaining Data"
|
||||||
|
|
||||||
[DashboardTheme]
|
[DashboardTheme]
|
||||||
other = "Admin Panel Theme"
|
other = "Dashboard Theme"
|
||||||
|
|
||||||
[Info]
|
[Info]
|
||||||
other = "Info"
|
other = "Info"
|
||||||
|
8
resource/l10n/es-ES.toml
vendored
8
resource/l10n/es-ES.toml
vendored
@ -71,7 +71,7 @@ other = "Ignorar todo, ejecutar solo a través de servidores específicos"
|
|||||||
other = "Incluir todo, excepto servidores específicos"
|
other = "Incluir todo, excepto servidores específicos"
|
||||||
|
|
||||||
[ExecuteByTriggerServer]
|
[ExecuteByTriggerServer]
|
||||||
other = "Ejecutar por servidor disparador"
|
other = "Ejecutar en servidores con alarma"
|
||||||
|
|
||||||
[SpecificServers]
|
[SpecificServers]
|
||||||
other = "Servidores Específicos"
|
other = "Servidores Específicos"
|
||||||
@ -104,7 +104,7 @@ other = "Segundos, Minutos, Horas, Días, Meses, Semanas - Ver detalles a"
|
|||||||
other = "Formato de Expresión de Cron"
|
other = "Formato de Expresión de Cron"
|
||||||
|
|
||||||
[IntroductionOfCommands]
|
[IntroductionOfCommands]
|
||||||
other = "Introducción de Comandos: Escriba comandos como en scripts shell/bat. Evite saltos de línea; conecte múltiples comandos con <code>&&</code> o <code>&</code>. Si no se encuentra un comando, verifique la variable de entorno <code>PATH</code>. En servidores <code>Linux</code>, antepóngale <code>source ~/.bashrc</code> a los comandos, o use rutas absolutas."
|
other = "Introducción de Comandos: Escriba comandos como en scripts shell/bat. Evite saltos de línea; conecte múltiples comandos con <code>&&</code> o <code>;</code>. Si no se encuentra un comando, verifique la variable de entorno <code>PATH</code>. En servidores <code>Linux</code>, antepóngale <code>source ~/.bashrc</code> a los comandos, o use rutas absolutas."
|
||||||
|
|
||||||
[AddMonitor]
|
[AddMonitor]
|
||||||
other = "Agregar Monitor de Servicio"
|
other = "Agregar Monitor de Servicio"
|
||||||
@ -254,7 +254,7 @@ other = "Cubrir Todo"
|
|||||||
other = "Ignorar Todo"
|
other = "Ignorar Todo"
|
||||||
|
|
||||||
[ByTrigger]
|
[ByTrigger]
|
||||||
other = "Ejecutar por Disparador"
|
other = "Servidores con alarma"
|
||||||
|
|
||||||
[DeleteScheduledTask]
|
[DeleteScheduledTask]
|
||||||
other = "Eliminar Tarea Programada"
|
other = "Eliminar Tarea Programada"
|
||||||
@ -281,7 +281,7 @@ other = "¿No tiene una cuenta?"
|
|||||||
other = "Certificados HTTP(S)/SSL"
|
other = "Certificados HTTP(S)/SSL"
|
||||||
|
|
||||||
[TCPPort]
|
[TCPPort]
|
||||||
other = "Puerto TCP"
|
other = "TCPing"
|
||||||
|
|
||||||
[DeleteService]
|
[DeleteService]
|
||||||
other = "Eliminar Servicio"
|
other = "Eliminar Servicio"
|
||||||
|
8
resource/l10n/zh-CN.toml
vendored
8
resource/l10n/zh-CN.toml
vendored
@ -71,7 +71,7 @@ other = "忽略所有,仅通过特定服务器执行"
|
|||||||
other = "覆盖所有,仅特定服务器不执行"
|
other = "覆盖所有,仅特定服务器不执行"
|
||||||
|
|
||||||
[ExecuteByTriggerServer]
|
[ExecuteByTriggerServer]
|
||||||
other = "由触发的服务器执行"
|
other = "由触发告警的服务器执行"
|
||||||
|
|
||||||
[SpecificServers]
|
[SpecificServers]
|
||||||
other = "特定服务器"
|
other = "特定服务器"
|
||||||
@ -104,7 +104,7 @@ other = "秒 分 时 天 月 星期,详情见"
|
|||||||
other = "计划表达式格式"
|
other = "计划表达式格式"
|
||||||
|
|
||||||
[IntroductionOfCommands]
|
[IntroductionOfCommands]
|
||||||
other = "命令说明:编写命令时类似于 shell/bat 脚本。建议不要换行,多个命令可用 <code>&&</code> 或 <code>&</code> 连接,若出现命令无法找到的情况,可能是由于 <code>PATH</code> 环境变量配置问题。在 <code>Linux</code> 服务器上,可在命令开头加入 <code>source ~/.bashrc</code>,或使用命令的绝对路径执行。"
|
other = "命令说明:编写命令时类似于 shell/bat 脚本。建议不要换行,多个命令可用 <code>&&</code> 或 <code>;</code> 连接,若出现命令无法找到的情况,可能是由于 <code>PATH</code> 环境变量配置问题。在 <code>Linux</code> 服务器上,可在命令开头加入 <code>source ~/.bashrc</code>,或使用命令的绝对路径执行。"
|
||||||
|
|
||||||
[AddMonitor]
|
[AddMonitor]
|
||||||
other = "新增监控"
|
other = "新增监控"
|
||||||
@ -254,7 +254,7 @@ other = "覆盖所有"
|
|||||||
other = "忽略所有"
|
other = "忽略所有"
|
||||||
|
|
||||||
[ByTrigger]
|
[ByTrigger]
|
||||||
other = "触发执行"
|
other = "触发告警的服务器"
|
||||||
|
|
||||||
[DeleteScheduledTask]
|
[DeleteScheduledTask]
|
||||||
other = "删除计划任务"
|
other = "删除计划任务"
|
||||||
@ -281,7 +281,7 @@ other = "没有账号?"
|
|||||||
other = "HTTP(S)/SSL证书"
|
other = "HTTP(S)/SSL证书"
|
||||||
|
|
||||||
[TCPPort]
|
[TCPPort]
|
||||||
other = "TCP 端口"
|
other = "TCPing"
|
||||||
|
|
||||||
[DeleteService]
|
[DeleteService]
|
||||||
other = "移除服务"
|
other = "移除服务"
|
||||||
|
8
resource/l10n/zh-TW.toml
vendored
8
resource/l10n/zh-TW.toml
vendored
@ -71,7 +71,7 @@ other = "忽略所有,僅通過特定伺服器執行"
|
|||||||
other = "覆蓋所有,僅特定伺服器不執行"
|
other = "覆蓋所有,僅特定伺服器不執行"
|
||||||
|
|
||||||
[ExecuteByTriggerServer]
|
[ExecuteByTriggerServer]
|
||||||
other = "由觸發的伺服器執行"
|
other = "由觸發告警的伺服器執行"
|
||||||
|
|
||||||
[SpecificServers]
|
[SpecificServers]
|
||||||
other = "特定伺服器"
|
other = "特定伺服器"
|
||||||
@ -104,7 +104,7 @@ other = "秒 分 時 天 月 星期,詳情見"
|
|||||||
other = "排程表達式格式"
|
other = "排程表達式格式"
|
||||||
|
|
||||||
[IntroductionOfCommands]
|
[IntroductionOfCommands]
|
||||||
other = "命令說明:編寫命令時類似於 shell/bat 腳本。建議不要換行,多個命令可用 <code>&&</code> 或 <code>&</code> 連接,若出現命令無法找到的情況,可能是由於 <code>PATH</code> 環境變數配置問題。在 <code>Linux</code> 伺服器上,可在命令開頭加入 <code>source ~/.bashrc</code>,或使用命令的絕對路徑執行。"
|
other = "命令說明:編寫命令時類似於 shell/bat 腳本。建議不要換行,多個命令可用 <code>&&</code> 或 <code>;</code> 連接,若出現命令無法找到的情況,可能是由於 <code>PATH</code> 環境變數配置問題。在 <code>Linux</code> 伺服器上,可在命令開頭加入 <code>source ~/.bashrc</code>,或使用命令的絕對路徑執行。"
|
||||||
|
|
||||||
[AddMonitor]
|
[AddMonitor]
|
||||||
other = "新增監控"
|
other = "新增監控"
|
||||||
@ -254,7 +254,7 @@ other = "覆蓋所有"
|
|||||||
other = "忽略所有"
|
other = "忽略所有"
|
||||||
|
|
||||||
[ByTrigger]
|
[ByTrigger]
|
||||||
other = "觸發執行"
|
other = "觸發告警的伺服器"
|
||||||
|
|
||||||
[DeleteScheduledTask]
|
[DeleteScheduledTask]
|
||||||
other = "刪除排程任務"
|
other = "刪除排程任務"
|
||||||
@ -281,7 +281,7 @@ other = "沒有帳號?"
|
|||||||
other = "HTTP(S)/SSL證書"
|
other = "HTTP(S)/SSL證書"
|
||||||
|
|
||||||
[TCPPort]
|
[TCPPort]
|
||||||
other = "TCP 端口"
|
other = "TCPing"
|
||||||
|
|
||||||
[DeleteService]
|
[DeleteService]
|
||||||
other = "移除服務"
|
other = "移除服務"
|
||||||
|
Loading…
Reference in New Issue
Block a user