mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
I18n: Download translations from Crowdin (#84670)
New Crowdin translations by GitHub Action Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
e593d36ed8
commit
034c232ec9
@ -369,7 +369,6 @@
|
||||
"title-label": "Titel"
|
||||
},
|
||||
"json-editor": {
|
||||
"apply-button": "Änderungen anwenden",
|
||||
"save-button": "Änderungen speichern",
|
||||
"subtitle": "Das JSON-Modell unten ist die Datenstruktur, die das Dashboard definiert. Dazu gehören Dashboard-Einstellungen, Fenster-Einstellungen, Layout, Abfragen und so weiter.",
|
||||
"title": "JSON-Modell"
|
||||
|
@ -109,7 +109,7 @@
|
||||
"light-theme": "Claro"
|
||||
},
|
||||
"empty-state": {
|
||||
"title": ""
|
||||
"title": "No se han encontrado resultados"
|
||||
},
|
||||
"search-box": {
|
||||
"placeholder": "Buscar o saltar a..."
|
||||
@ -369,7 +369,6 @@
|
||||
"title-label": "Título"
|
||||
},
|
||||
"json-editor": {
|
||||
"apply-button": "Aplicar cambios",
|
||||
"save-button": "Guardar cambios",
|
||||
"subtitle": "El siguiente modelo JSON es la estructura de datos que define el tablero. Incluye ajustes del tablero, ajustes del panel, diseño, consultas, etc.",
|
||||
"title": "Modelo JSON"
|
||||
@ -674,138 +673,138 @@
|
||||
"title": "Error al iniciar sesión",
|
||||
"unknown": "Se ha producido un error desconocido"
|
||||
},
|
||||
"forgot-password": "",
|
||||
"forgot-password": "¿Has olvidado tu contraseña?",
|
||||
"form": {
|
||||
"password-label": "",
|
||||
"password-required": "",
|
||||
"submit-label": "",
|
||||
"submit-loading-label": "",
|
||||
"username-label": "",
|
||||
"username-required": ""
|
||||
"password-label": "Contraseña",
|
||||
"password-required": "La contraseña es obligatoria",
|
||||
"submit-label": "Iniciar sesión",
|
||||
"submit-loading-label": "Iniciando sesión...",
|
||||
"username-label": "Correo o nombre de usuario",
|
||||
"username-required": "El correo o el nombre de usuario es obligatorio"
|
||||
},
|
||||
"services": {
|
||||
"sing-in-with-prefix": ""
|
||||
"sing-in-with-prefix": "Iniciar sesión con {{serviceName}}"
|
||||
},
|
||||
"signup": {
|
||||
"button-label": "",
|
||||
"new-to-question": ""
|
||||
"button-label": "Regístrate",
|
||||
"new-to-question": "¿Te acabas de unir a Grafana?"
|
||||
}
|
||||
},
|
||||
"migrate-to-cloud": {
|
||||
"can-i-move": {
|
||||
"body": "",
|
||||
"link-title": "",
|
||||
"title": ""
|
||||
"body": "Una vez que conectes esta instalación a una pila en la nube, podrás cargar fuentes de datos y paneles.",
|
||||
"link-title": "Infórmate sobre el proceso de migrar otros ajustes",
|
||||
"title": "¿Puedo mover esta instalación a Grafana Cloud?"
|
||||
},
|
||||
"connect-modal": {
|
||||
"body-cloud-stack": "",
|
||||
"body-get-started": "",
|
||||
"body-paste-stack": "",
|
||||
"body-sign-up": "",
|
||||
"body-token": "",
|
||||
"body-token-field": "",
|
||||
"body-token-field-placeholder": "",
|
||||
"body-token-instructions": "",
|
||||
"body-url-field": "",
|
||||
"body-view-stacks": "",
|
||||
"cancel": "",
|
||||
"connect": "",
|
||||
"connecting": "",
|
||||
"stack-required-error": "",
|
||||
"title": "",
|
||||
"token-required-error": ""
|
||||
"body-cloud-stack": "También necesitarás una pila en la nube. Si te acabas de registrar, crearemos automáticamente tu primera pila. Si tienes una cuenta, deberás seleccionar o crear una.",
|
||||
"body-get-started": "Para empezar, necesitarás una cuenta de Grafana.com.",
|
||||
"body-paste-stack": "Una vez que te decidas por una pila, pega la URL a continuación.",
|
||||
"body-sign-up": "Crea una cuenta de Grafana.com",
|
||||
"body-token": "Tu instalación autogestionada de Grafana necesita acceso especial para poder migrar el contenido de forma segura. Tendrás que crear un token de migración en la pila en la nube que hayas elegido.",
|
||||
"body-token-field": "Token de migración",
|
||||
"body-token-field-placeholder": "Pega el token aquí",
|
||||
"body-token-instructions": "Inicia sesión en tu pila en la nube y ve a Administración > General > Migrar a Grafana Cloud. Crea un token de migración en esa pantalla y pégalo aquí.",
|
||||
"body-url-field": "URL de la pila en la nube",
|
||||
"body-view-stacks": "Ver mis pilas en la nube",
|
||||
"cancel": "Cancelar",
|
||||
"connect": "Conectar con esta pila",
|
||||
"connecting": "Conectando con esta pila...",
|
||||
"stack-required-error": "La URL de la pila es obligatoria",
|
||||
"title": "Conectar a una pila en la nube",
|
||||
"token-required-error": "El token de migración es obligatorio"
|
||||
},
|
||||
"cta": {
|
||||
"button": "",
|
||||
"header": ""
|
||||
"button": "Migrar esta instancia a Cloud",
|
||||
"header": "Déjanos gestionar tu pila de Grafana"
|
||||
},
|
||||
"disconnect-modal": {
|
||||
"body": "",
|
||||
"cancel": "",
|
||||
"disconnect": "",
|
||||
"disconnecting": "",
|
||||
"error": "",
|
||||
"title": ""
|
||||
"body": "Se eliminará el token de migración de la instalación. Si quieres subir más recursos en el futuro, deberás introducir un nuevo token de migración.",
|
||||
"cancel": "Cancelar",
|
||||
"disconnect": "Desconectar",
|
||||
"disconnecting": "Desconectando...",
|
||||
"error": "Se ha producido un error durante la desconexión",
|
||||
"title": "Desconectar de la pila en la nube"
|
||||
},
|
||||
"get-started": {
|
||||
"body": "",
|
||||
"configure-pdc-link": "",
|
||||
"link-title": "",
|
||||
"step-1": "",
|
||||
"step-2": "",
|
||||
"step-3": "",
|
||||
"step-4": "",
|
||||
"step-5": "",
|
||||
"title": ""
|
||||
"body": "El proceso de migración debe iniciarse desde tu instancia autogestionada de Grafana.",
|
||||
"configure-pdc-link": "Configurar PDC para esta pila",
|
||||
"link-title": "Más información sobre Private Data Source Connect",
|
||||
"step-1": "Inicia sesión en tu instancia autogestionada y ve a Administración > General > Migrar a Grafana Cloud.",
|
||||
"step-2": "Selecciona «Migrar esta instancia a Cloud».",
|
||||
"step-3": "Se te pedirá un token de migración. Genera uno desde esta pantalla.",
|
||||
"step-4": "En tu instancia autogestionada, selecciona «Subir todo» para subir fuentes de datos y paneles a esta pila en la nube.",
|
||||
"step-5": "Si algunas de tus fuentes de datos no funcionan a través de la red de Internet pública, deberás instalar Private Data Source Connect en tu entorno autogestionado.",
|
||||
"title": "Cómo empezar"
|
||||
},
|
||||
"is-it-secure": {
|
||||
"body": "",
|
||||
"link-title": "",
|
||||
"title": ""
|
||||
"body": "Grafana Labs se compromete a mantener los más altos estándares de privacidad y seguridad. Al implementar las tecnologías y los procedimientos de seguridad estándar del sector, ayudamos a proteger los datos de nuestros clientes de accesos, usos o divulgaciones no autorizados.",
|
||||
"link-title": "Centro de confianza de Grafana Labs",
|
||||
"title": "¿Es seguro?"
|
||||
},
|
||||
"migrate-to-this-stack": {
|
||||
"body": "",
|
||||
"link-title": "",
|
||||
"title": ""
|
||||
"body": "Puedes copiar parte de la configuración de tu instancia autogestionada de Grafana automáticamente en esta pila en la nube.",
|
||||
"link-title": "Ver la guía de migración completa",
|
||||
"title": "Migrar la configuración a esta pila"
|
||||
},
|
||||
"migration-token": {
|
||||
"body": "",
|
||||
"delete-button": "",
|
||||
"delete-modal-body": "",
|
||||
"delete-modal-cancel": "",
|
||||
"delete-modal-confirm": "",
|
||||
"delete-modal-deleting": "",
|
||||
"delete-modal-title": "",
|
||||
"generate-button": "",
|
||||
"generate-button-loading": "",
|
||||
"modal-close": "",
|
||||
"modal-copy-and-close": "",
|
||||
"modal-copy-button": "",
|
||||
"modal-field-description": "",
|
||||
"modal-field-label": "",
|
||||
"modal-title": "",
|
||||
"status": "",
|
||||
"title": ""
|
||||
"body": "Tu instancia autogestionada de Grafana necesitará un token de autenticación especial para poder conectarse de forma segura a esta pila en la nube.",
|
||||
"delete-button": "Eliminar este token de migración",
|
||||
"delete-modal-body": "Si ya has utilizado este token con una instalación autogestionada, la instalación ya no podrá cargar contenido.",
|
||||
"delete-modal-cancel": "Cancelar",
|
||||
"delete-modal-confirm": "Eliminar",
|
||||
"delete-modal-deleting": "Eliminando...",
|
||||
"delete-modal-title": "Eliminar token de migración",
|
||||
"generate-button": "Generar un token de migración",
|
||||
"generate-button-loading": "Generando un token de migración...",
|
||||
"modal-close": "Cerrar",
|
||||
"modal-copy-and-close": "Copiar al portapapeles y cerrar",
|
||||
"modal-copy-button": "Copiar al portapapeles",
|
||||
"modal-field-description": "Copia el token ahora, ya que no lo volverás a ver. Si lo pierdes, deberás crear uno nuevo.",
|
||||
"modal-field-label": "Token",
|
||||
"modal-title": "Se ha creado el token de migración",
|
||||
"status": "Estado actual: <2></2>",
|
||||
"title": "Token de migración"
|
||||
},
|
||||
"pdc": {
|
||||
"body": "",
|
||||
"link-title": "",
|
||||
"title": ""
|
||||
"body": "Exponer tus fuentes de datos en Internet puede plantear problemas de seguridad. Private Data Source Connect (PDC) permite a Grafana Cloud acceder a tus fuentes de datos a través de un túnel de red seguro.",
|
||||
"link-title": "Infórmate sobre PDC",
|
||||
"title": "No todas mis fuentes de datos están en la red de Internet pública"
|
||||
},
|
||||
"pricing": {
|
||||
"body": "",
|
||||
"link-title": "",
|
||||
"title": ""
|
||||
"body": "Grafana Cloud te ofrece un generoso plan gratuito y una prueba de 14 días de uso ilimitado. Una vez finalizado el período de prueba, se te facturará en función del uso que supere los límites del plan gratuito.",
|
||||
"link-title": "Precios de Grafana Cloud",
|
||||
"title": "¿Cuánto cuesta?"
|
||||
},
|
||||
"resource-status": {
|
||||
"error-details-button": "",
|
||||
"failed": "",
|
||||
"migrated": "",
|
||||
"migrating": "",
|
||||
"not-migrated": "",
|
||||
"unknown": ""
|
||||
"error-details-button": "Detalles",
|
||||
"failed": "Error",
|
||||
"migrated": "Se ha subido a la nube",
|
||||
"migrating": "Subiendo...",
|
||||
"not-migrated": "Aún no se ha subido",
|
||||
"unknown": "Desconocido"
|
||||
},
|
||||
"resource-type": {
|
||||
"dashboard": "",
|
||||
"datasource": "",
|
||||
"unknown": ""
|
||||
"dashboard": "Panel de control",
|
||||
"datasource": "Fuente de datos",
|
||||
"unknown": "Desconocido"
|
||||
},
|
||||
"resources": {
|
||||
"disconnect": ""
|
||||
"disconnect": "Desconectar"
|
||||
},
|
||||
"token-status": {
|
||||
"active": "",
|
||||
"no-active": ""
|
||||
"active": "Token creado y activo",
|
||||
"no-active": "Ningún token activo"
|
||||
},
|
||||
"what-is-cloud": {
|
||||
"body": "",
|
||||
"link-title": "",
|
||||
"title": ""
|
||||
"body": "Grafana Cloud es una plataforma de observabilidad en la nube completamente gestionada, ideal para entornos nativos de la nube. Incluye todo lo que te encanta de Grafana sin que tengas que preocuparte por el mantenimiento, las actualizaciones o la instalación.",
|
||||
"link-title": "Más información sobre las funciones en la nube",
|
||||
"title": "¿Qué es Grafana Cloud?"
|
||||
},
|
||||
"why-host": {
|
||||
"body": "",
|
||||
"link-title": "",
|
||||
"title": ""
|
||||
"body": "Además de la comodidad del alojamiento gestionado, Grafana Cloud incluye muchas funciones exclusivas en la nube, como SLO, gestión de incidencias, aprendizaje automático y prácticas integraciones de observabilidad.",
|
||||
"link-title": "¿Tienes preguntas? Habla con un experto",
|
||||
"title": "¿Por qué alojar con Grafana?"
|
||||
}
|
||||
},
|
||||
"nav": {
|
||||
@ -994,8 +993,8 @@
|
||||
"subtitle": "Gestionar paneles de control de carpetas y permisos"
|
||||
},
|
||||
"migrate-to-cloud": {
|
||||
"subtitle": "",
|
||||
"title": ""
|
||||
"subtitle": "Copia la configuración de tu instalación autogestionada a una pila en la nube",
|
||||
"title": "Migrar a Grafana Cloud"
|
||||
},
|
||||
"monitoring": {
|
||||
"subtitle": "Aplicaciones de supervisión e infraestructura",
|
||||
@ -1223,7 +1222,7 @@
|
||||
"old-password-label": "Contraseña antigua",
|
||||
"old-password-required": "Se requiere la contraseña antigua",
|
||||
"passwords-must-match": "Las contraseñas deben coincidir",
|
||||
"strong-password-validation-register": ""
|
||||
"strong-password-validation-register": "La contraseña no cumple con la política de contraseñas seguras"
|
||||
}
|
||||
},
|
||||
"public-dashboard": {
|
||||
@ -1458,10 +1457,10 @@
|
||||
"expire-day": "1 día",
|
||||
"expire-hour": "1 hora",
|
||||
"expire-never": "Nunca",
|
||||
"expire-week": "",
|
||||
"expire-week": "1 semana",
|
||||
"info-text-1": "Una instantánea es una forma inmediata de compartir un panel interactivo públicamente. Cuando se crean, eliminamos datos confidenciales como consultas (métricas, plantilla y anotación) y enlaces de panel, dejando solo los datos de métricas visibles y los nombres de serie incrustados en el panel.",
|
||||
"info-text-2": "Tenga en cuenta que su instantánea <1>puede ser vista por cualquiera</1> que tenga el enlace y pueda acceder a la URL. Comparta sus instantáneas con cautela.",
|
||||
"local-button": "",
|
||||
"local-button": "Publicar instantánea",
|
||||
"mistake-message": "¿Ha cometido un error? ",
|
||||
"name": "Nombre de la instantánea",
|
||||
"timeout": "Tiempo de espera (segundos)",
|
||||
@ -1474,7 +1473,7 @@
|
||||
"library-panel": "Panel de librería",
|
||||
"link": "Enlace",
|
||||
"panel-embed": "Incrustar",
|
||||
"public-dashboard": "",
|
||||
"public-dashboard": "Publicar panel",
|
||||
"public-dashboard-title": "Tablero público",
|
||||
"snapshot": "Instantánea"
|
||||
},
|
||||
|
@ -369,7 +369,6 @@
|
||||
"title-label": "Titre"
|
||||
},
|
||||
"json-editor": {
|
||||
"apply-button": "Appliquer les modifications",
|
||||
"save-button": "Enregistrer les modifications",
|
||||
"subtitle": "Le modèle JSON ci-dessous est la structure de données qui définit le tableau de bord. Il inclut les paramètres du tableau de bord, les paramètres du panneau, la mise en page, les requêtes, etc.",
|
||||
"title": "Modèle JSON"
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -104,7 +104,7 @@
|
||||
"light-theme": "浅色"
|
||||
},
|
||||
"empty-state": {
|
||||
"title": ""
|
||||
"title": "未找到结果"
|
||||
},
|
||||
"search-box": {
|
||||
"placeholder": "搜索或跳转至..."
|
||||
@ -364,7 +364,6 @@
|
||||
"title-label": "标题"
|
||||
},
|
||||
"json-editor": {
|
||||
"apply-button": "应用更改",
|
||||
"save-button": "保存更改",
|
||||
"subtitle": "下面的 JSON 模型是定义仪表板的数据结构。这包括仪表板设置、面板设置、布局和查询等等。",
|
||||
"title": "JSON 模型"
|
||||
@ -668,119 +667,119 @@
|
||||
"title": "登录失败",
|
||||
"unknown": "发生了未知错误"
|
||||
},
|
||||
"forgot-password": "",
|
||||
"forgot-password": "忘记密码?",
|
||||
"form": {
|
||||
"password-label": "",
|
||||
"password-required": "",
|
||||
"submit-label": "",
|
||||
"submit-loading-label": "",
|
||||
"username-label": "",
|
||||
"username-required": ""
|
||||
"password-label": "密码",
|
||||
"password-required": "必须输入密码",
|
||||
"submit-label": "登录",
|
||||
"submit-loading-label": "正在登录...",
|
||||
"username-label": "电子邮箱或用户名",
|
||||
"username-required": "电子邮箱或用户名是必填项"
|
||||
},
|
||||
"services": {
|
||||
"sing-in-with-prefix": ""
|
||||
"sing-in-with-prefix": "使用 {{serviceName}} 登录"
|
||||
},
|
||||
"signup": {
|
||||
"button-label": "",
|
||||
"new-to-question": ""
|
||||
"button-label": "注册",
|
||||
"new-to-question": "初次使用 Grafana?"
|
||||
}
|
||||
},
|
||||
"migrate-to-cloud": {
|
||||
"can-i-move": {
|
||||
"body": "",
|
||||
"link-title": "",
|
||||
"title": ""
|
||||
"body": "将此安装连接到云堆栈后,就可以上传数据源和仪表盘。",
|
||||
"link-title": "了解如何迁移其他设置",
|
||||
"title": "我可以将此安装移动到Grafana Cloud吗?"
|
||||
},
|
||||
"connect-modal": {
|
||||
"body-cloud-stack": "",
|
||||
"body-get-started": "",
|
||||
"body-paste-stack": "",
|
||||
"body-sign-up": "",
|
||||
"body-token": "",
|
||||
"body-token-field": "",
|
||||
"body-token-field-placeholder": "",
|
||||
"body-token-instructions": "",
|
||||
"body-url-field": "",
|
||||
"body-view-stacks": "",
|
||||
"cancel": "",
|
||||
"connect": "",
|
||||
"connecting": "",
|
||||
"stack-required-error": "",
|
||||
"title": "",
|
||||
"token-required-error": ""
|
||||
"body-cloud-stack": "您还需要一个云堆栈。如果您刚刚注册,我们会自动创建您的第一个堆栈。 如果您已有帐户,您需要选择或创建一个堆栈。",
|
||||
"body-get-started": "要开始使用,您需要一个 Grafana.com 账户。",
|
||||
"body-paste-stack": "确定堆栈后,请将其 URL 粘贴到下面。",
|
||||
"body-sign-up": "注册 Grafana.com 帐户",
|
||||
"body-token": "自我管理的 Grafana 安装需要特殊访问权限才能安全迁移内容。您需要在所选云栈上创建一个迁移令牌。",
|
||||
"body-token-field": "迁移令牌",
|
||||
"body-token-field-placeholder": "在此粘贴令牌",
|
||||
"body-token-instructions": "登录云堆栈,并导航至“管理”、“通用”、“迁移到 Grafana Cloud”。在该屏幕上创建迁移令牌,并将令牌粘贴到此处。",
|
||||
"body-url-field": "云堆栈网址",
|
||||
"body-view-stacks": "查看我的云堆栈。",
|
||||
"cancel": "取消",
|
||||
"connect": "连接到这个堆栈",
|
||||
"connecting": "正在连接此堆栈...",
|
||||
"stack-required-error": "堆栈网址是必需项",
|
||||
"title": "连接到云堆栈",
|
||||
"token-required-error": "迁移令牌是必需项"
|
||||
},
|
||||
"cta": {
|
||||
"button": "",
|
||||
"header": ""
|
||||
"button": "将此实例迁移到云端",
|
||||
"header": "让我们管理你的 Grafana 堆栈"
|
||||
},
|
||||
"disconnect-modal": {
|
||||
"body": "",
|
||||
"cancel": "",
|
||||
"disconnect": "",
|
||||
"disconnecting": "",
|
||||
"error": "",
|
||||
"title": ""
|
||||
"body": "这将删除此安装中的迁移令牌。如果将来想上传更多资源,则需要输入新的迁移令牌。",
|
||||
"cancel": "取消",
|
||||
"disconnect": "断开连接",
|
||||
"disconnecting": "正在断开连接...",
|
||||
"error": "断开连接时出错",
|
||||
"title": "断开云堆栈连接"
|
||||
},
|
||||
"get-started": {
|
||||
"body": "",
|
||||
"configure-pdc-link": "",
|
||||
"link-title": "",
|
||||
"step-1": "",
|
||||
"step-2": "",
|
||||
"step-3": "",
|
||||
"step-4": "",
|
||||
"step-5": "",
|
||||
"title": ""
|
||||
"body": "迁移过程必须从您自己管理的 Grafana 实例开始。",
|
||||
"configure-pdc-link": "配置此堆栈的 PDC",
|
||||
"link-title": "了解更多关于私人数据源连接的信息",
|
||||
"step-1": "登录到您自己管理的实例,并导航到“管理”、“通用”、“迁移到 Grafana Cloud”。",
|
||||
"step-2": "选择“将此实例迁移到云端”。",
|
||||
"step-3": "系统将提示您输入迁移令牌。您可以从该屏幕生成一个。",
|
||||
"step-4": "在您自己管理的实例中,选择“上传所有内容”,以将数据源和仪表盘上传到此云堆栈。",
|
||||
"step-5": "如果某些数据源无法通过公共互联网运行,则需要在您自己管理的环境中安装专用数据源连接。",
|
||||
"title": "如何开始"
|
||||
},
|
||||
"is-it-secure": {
|
||||
"body": "",
|
||||
"link-title": "",
|
||||
"title": ""
|
||||
"body": "Grafana Labs 致力于维护最高标准的数据隐私和安全。通过实施行业标准的安全技术和程序,我们帮助保护客户的数据免遭未经授权的访问、使用或披露。",
|
||||
"link-title": "Grafana 实验室信任中心",
|
||||
"title": "它是否安全?"
|
||||
},
|
||||
"migrate-to-this-stack": {
|
||||
"body": "",
|
||||
"link-title": "",
|
||||
"title": ""
|
||||
"body": "您自己管理的 Grafana 实例中的一些配置可自动复制到此云堆栈中。",
|
||||
"link-title": "查看完整的迁移指南",
|
||||
"title": "将配置迁移到此堆栈中"
|
||||
},
|
||||
"migration-token": {
|
||||
"body": "",
|
||||
"delete-button": "",
|
||||
"delete-modal-body": "",
|
||||
"delete-modal-cancel": "",
|
||||
"delete-modal-confirm": "",
|
||||
"delete-modal-deleting": "",
|
||||
"delete-modal-title": "",
|
||||
"generate-button": "",
|
||||
"generate-button-loading": "",
|
||||
"modal-close": "",
|
||||
"modal-copy-and-close": "",
|
||||
"modal-copy-button": "",
|
||||
"modal-field-description": "",
|
||||
"modal-field-label": "",
|
||||
"modal-title": "",
|
||||
"status": "",
|
||||
"title": ""
|
||||
"body": "您自己管理的 Grafana 实例需要特殊的身份验证令牌才能安全地连接到该云堆栈。",
|
||||
"delete-button": "删除此迁移令牌",
|
||||
"delete-modal-body": "如果您已经在自己管理的安装中使用了此令牌,则该安装将无法再上传内容。",
|
||||
"delete-modal-cancel": "取消",
|
||||
"delete-modal-confirm": "删除",
|
||||
"delete-modal-deleting": "正在删除...",
|
||||
"delete-modal-title": "删除迁移令牌",
|
||||
"generate-button": "生成迁移令牌",
|
||||
"generate-button-loading": "正在生成迁移令牌...",
|
||||
"modal-close": "关闭",
|
||||
"modal-copy-and-close": "复制到剪贴板并关闭",
|
||||
"modal-copy-button": "复制到剪贴板",
|
||||
"modal-field-description": "现在就复制令牌,因为您将无法再次看到它。丢失令牌后需要创建一个新令牌。",
|
||||
"modal-field-label": "令牌",
|
||||
"modal-title": "已创建迁移令牌",
|
||||
"status": "当前状态: <2></2>",
|
||||
"title": "迁移令牌"
|
||||
},
|
||||
"pdc": {
|
||||
"body": "",
|
||||
"link-title": "",
|
||||
"title": ""
|
||||
"body": "将您的数据源暴露在互联网上可能会引发安全问题。专用数据源连接 (PDC) 允许 Grafana Cloud 通过安全的网络隧道访问您的现有数据源。",
|
||||
"link-title": "了解 PDC",
|
||||
"title": "并非我所有的数据源都在公共互联网上"
|
||||
},
|
||||
"pricing": {
|
||||
"body": "",
|
||||
"link-title": "",
|
||||
"title": ""
|
||||
"body": "Grafana Cloud 提供宽松的免费计划和 14 天的无限使用试用期。试用到期后,您将根据超出免费计划限制的使用量付费。",
|
||||
"link-title": "Grafana Cloud 价格",
|
||||
"title": "费用如何?"
|
||||
},
|
||||
"resource-status": {
|
||||
"error-details-button": "",
|
||||
"failed": "",
|
||||
"migrated": "",
|
||||
"migrating": "",
|
||||
"not-migrated": "",
|
||||
"unknown": ""
|
||||
"error-details-button": "详情",
|
||||
"failed": "错误",
|
||||
"migrated": "上传到云端",
|
||||
"migrating": "正在上传...",
|
||||
"not-migrated": "尚未上传",
|
||||
"unknown": "未知"
|
||||
},
|
||||
"resource-type": {
|
||||
"dashboard": "",
|
||||
"dashboard": "仪表板",
|
||||
"datasource": "",
|
||||
"unknown": ""
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user