New translations zh-CN.toml (Spanish)

This commit is contained in:
naiba 2022-04-30 23:48:21 +08:00
parent 8bc29742af
commit 9ed251c253

View File

@ -1,5 +1,5 @@
[NezhaMonitoring] [NezhaMonitoring]
other = "Nezha Monitor" other = "Nezha Monitoring"
[Server] [Server]
other = "Servidores" other = "Servidores"
@ -35,121 +35,121 @@ other = "Inicia sesión"
other = "¿Confirmación del cierre de sesión?" other = "¿Confirmación del cierre de sesión?"
[AfterLoggingOutYouHaveToLoginAgain] [AfterLoggingOutYouHaveToLoginAgain]
other = "注销后您必须重新登录才能使用" other = "Después de cerrar la sesión, debe volver a iniciar la sesión para utilizar"
[Cancel] [Cancel]
other = "取消" other = "Cancelar"
[Confirm] [Confirm]
other = "确认" other = "Confirmar"
[AddScheduledTasks] [AddScheduledTasks]
other = "添加计划任务" other = "Añadir tareas programadas"
[Name] [Name]
other = "名称" other = "Nombre"
[Scheduler] [Scheduler]
other = "计划" other = "Plan"
[BackUp] [BackUp]
other = "备份" other = "Copia de seguridad"
[3amDaily] [3amDaily]
other = "(每天3点)" other = "(Las 3: 00 de todos los días)"
[Command] [Command]
other = "命令" other = "Comandos"
[Coverage] [Coverage]
other = "覆盖范围" other = "Cobertura"
[IgnoreAllAndExecuteOnlyThroughSpecificServers] [IgnoreAllAndExecuteOnlyThroughSpecificServers]
other = "忽略所有,仅通过特定服务器执行" other = "Ignorar todo y ejecutar sólo a través de servidores específicos"
[AllIncludedOnlySpecificServersAreNotExecuted] [AllIncludedOnlySpecificServersAreNotExecuted]
other = "覆盖所有,仅特定服务器不执行" other = "Todos los servidores, sólo los específicos no ejecutan comandos"
[SpecificServers] [SpecificServers]
other = "特定服务器" other = "Servidores específicos"
[EnterIdAndNameToSearch] [EnterIdAndNameToSearch]
other = "输入ID/名称以搜索" other = "Introduzca ID o nombre para buscar"
[NotificationMethodGroup] [NotificationMethodGroup]
other = "通知方式组" other = "Grupo de métodos de notificación"
[PushSuccessMessages] [PushSuccessMessages]
other = "推送成功的消息" other = "Enviar el mensaje con éxito"
[TheFormaOfTheScheduleIs] [TheFormaOfTheScheduleIs]
other = "计划的格式为:" other = "El formato del plan es:"
[SecondsMinutesHoursDaysMonthsWeeksSeeDetails] [SecondsMinutesHoursDaysMonthsWeeksSeeDetails]
other = "秒 分 时 天 月 星期,详情见" other = "Segundos minutos horas días meses semanas, ver detalles a"
[ScheduleExpressionFormat] [ScheduleExpressionFormat]
other = "计划表达式格式" other = "Formato de expresiones cron"
[IntroductionOfCommands] [IntroductionOfCommands]
other = "命令:就像写 shell/bat 脚本一样,但是不推荐换行,多个命令使用 <code>&&</code>/<code>&</code> 连接,如果遇到 xxx 命令找不到,可能是<code>PATH</code> 环境变量的问题,<code>Linux</code> 主机在命令开头加入<code>source ~/.bashrc</code>或者使用绝对路径执行。" other = "Comandos: al igual que la escritura de un script shell/bat, pero no se recomiendan los saltos de línea. Los comandos múltiples se enlazan mediante <code>&&</code>/<code>&</code>, si el comando no se encuentra, es posible que haya un problema con la variable de entorno <code>PATH</code>, los servidores <code>Linux</code> añaden <code>source ~/.bashrc</code> al inicio del comando o utilizan una ruta absoluta para ejecutarlo."
[AddMonitor] [AddMonitor]
other = "添加监控" other = "Añadir un monitor de servicio"
[Blog] [Blog]
other = "博客" other = "Blog"
[Target] [Target]
other = "目标" other = "Objetivos"
[Type] [Type]
other = "类型" other = "Tipo"
[SslExpirationOrChange] [SslExpirationOrChange]
other = "(SSL到期、变更)" other = "(Expiración o cambio de SSL)"
[Duration] [Duration]
other = "请求间隔" other = "Intervalo"
[Seconds] [Seconds]
other = "" other = "segundos"
[EnableFailureNotification] [EnableFailureNotification]
other = "启用故障通知" other = "Activar la notificación de fallos"
[IntroductionOfMonitor] [IntroductionOfMonitor]
other = """ other = """
<b>HTTP-GET</b> URL( http/https, HTTPSSSL)<br> Introduzca la URL cuando el tipo sea <b>HTTP-GET</b> (si es con protocolo HTTPS, por cierto, monitorizará el certificado SSL) <br>
<b>ICMP-Ping</b> /IP<br> Introduzca el nombre de host o IP sin puerto cuando el tipo es <b>ICMP-Ping</b> <br>
<b>TCP-Ping</b> /IP + example.com:22""" Introduzca el nombre de host o IP y puerto cuando el tipo es <b>TCP-Ping</b>: example.com:22"""
[AddNotificationMethod] [AddNotificationMethod]
other = "添加通知方式" other = "Añadir un método de notificación"
[Tag] [Tag]
other = "分组" other = "Grupo de servidores"
[DoNotSendTestMessages] [DoNotSendTestMessages]
other = "不发送测试信息" other = "No se envía ningún mensaje de prueba"
[RequestMethod] [RequestMethod]
other = "请求方式" other = "Método de petición"
[RequestType] [RequestType]
other = "请求类型" other = "Tipo de petición"
[VerifySSL] [VerifySSL]
other = "验证SSL" other = "Validar SSL"
[AddNotificationRule] [AddNotificationRule]
other = "添加报警规则" other = "Añadir reglas de notificación"
[Rules] [Rules]
other = "规则" other = "Reglas"
[Enable] [Enable]
other = "启用" other = "Activar"
[AddServer] [AddServer]
other = "添加服务器" other = "添加服务器"
@ -271,9 +271,6 @@ other = "管理员列表"
[Theme] [Theme]
other = "主题" other = "主题"
[DefaultTheme]
other = "默认主题"
[CustomCodes] [CustomCodes]
other = "自定义代码(style、script 都可以)" other = "自定义代码(style、script 都可以)"
@ -305,10 +302,10 @@ other = "服务器ID 以逗号隔开"
other = "提醒发送至指定的通知分组" other = "提醒发送至指定的通知分组"
[NotificationMessagesDoNotHideIP] [NotificationMessagesDoNotHideIP]
other = "通知信息IP不打码" other = "No se oculta la IP en los mensajes de notificación"
[Save] [Save]
other = "保存" other = "Guardar"
[ModifiedSuccessfully] [ModifiedSuccessfully]
other = "修改成功" other = "修改成功"