mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
I18n: Download translations from Crowdin (#96835)
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
b392a44737
commit
3984756ccc
@ -14,6 +14,9 @@
|
||||
"permission-list": {
|
||||
"permission": "Berechtigung"
|
||||
},
|
||||
"permission-list-item": {
|
||||
"inherited": ""
|
||||
},
|
||||
"permissions": {
|
||||
"add-label": "Berechtigung hinzufügen",
|
||||
"no-permissions": "Keine Berechtigungen vorhanden",
|
||||
@ -25,6 +28,143 @@
|
||||
"user": "Nutzer"
|
||||
}
|
||||
},
|
||||
"action-editor": {
|
||||
"modal": {
|
||||
"cancel-button": "",
|
||||
"save-button": ""
|
||||
}
|
||||
},
|
||||
"actions-editor": {
|
||||
"inline": {
|
||||
"add-button": "",
|
||||
"one-click-link": ""
|
||||
}
|
||||
},
|
||||
"admin": {
|
||||
"anon-users": {
|
||||
"not-found": ""
|
||||
},
|
||||
"edit-org": {
|
||||
"access-denied": "",
|
||||
"heading": "",
|
||||
"update-button": "",
|
||||
"users-heading": ""
|
||||
},
|
||||
"feature-toggles": {
|
||||
"sub-title": ""
|
||||
},
|
||||
"get-enterprise": {
|
||||
"contact-us": "",
|
||||
"description": "",
|
||||
"features-heading": "",
|
||||
"included-description": "",
|
||||
"included-heading": "",
|
||||
"service-title": "",
|
||||
"team-sync-details": "",
|
||||
"title": ""
|
||||
},
|
||||
"ldap": {
|
||||
"test-mapping-heading": "",
|
||||
"test-mapping-run-button": ""
|
||||
},
|
||||
"ldap-permissions": {
|
||||
"active": "",
|
||||
"admin": "",
|
||||
"inactive": ""
|
||||
},
|
||||
"ldap-status": {
|
||||
"title": ""
|
||||
},
|
||||
"ldap-sync": {
|
||||
"debug-button": "",
|
||||
"external-sync-description": "",
|
||||
"external-sync-label": "",
|
||||
"next-sync-label": "",
|
||||
"not-enabled": "",
|
||||
"sync-button": "",
|
||||
"title": ""
|
||||
},
|
||||
"ldap-sync-info": {
|
||||
"title": ""
|
||||
},
|
||||
"ldap-user-groups": {
|
||||
"no-org-found": ""
|
||||
},
|
||||
"ldap-user-info": {
|
||||
"no-team": ""
|
||||
},
|
||||
"org-uers": {
|
||||
"last-seen-never": ""
|
||||
},
|
||||
"org-users": {
|
||||
"not-editable": ""
|
||||
},
|
||||
"orgs": {
|
||||
"delete-body": "",
|
||||
"id-header": "",
|
||||
"name-header": "",
|
||||
"new-org-button": ""
|
||||
},
|
||||
"server-settings": {
|
||||
"alerts-button": "",
|
||||
"dashboards-button": "",
|
||||
"data-sources-button": "",
|
||||
"not-found": "",
|
||||
"title": "",
|
||||
"users-button": ""
|
||||
},
|
||||
"settings": {
|
||||
"info-description": ""
|
||||
},
|
||||
"upgrade-info": {
|
||||
"title": ""
|
||||
},
|
||||
"user-orgs": {
|
||||
"add-button": "",
|
||||
"change-role-button": "",
|
||||
"external-user-tooltip": "",
|
||||
"remove-button": "",
|
||||
"role-not-editable": "",
|
||||
"title": ""
|
||||
},
|
||||
"user-orgs-modal": {
|
||||
"add-button": "",
|
||||
"cancel-button": ""
|
||||
},
|
||||
"user-permissions": {
|
||||
"change-button": "",
|
||||
"grafana-admin-key": "",
|
||||
"grafana-admin-no": "",
|
||||
"grafana-admin-yes": "",
|
||||
"title": ""
|
||||
},
|
||||
"user-profile": {
|
||||
"delete-button": "",
|
||||
"disable-button": "",
|
||||
"edit-button": "",
|
||||
"enable-button": "",
|
||||
"title": ""
|
||||
},
|
||||
"user-sessions": {
|
||||
"browser-column": "",
|
||||
"force-logout-all-button": "",
|
||||
"force-logout-button": "",
|
||||
"ip-column": "",
|
||||
"last-seen-column": "",
|
||||
"logged-on-column": "",
|
||||
"title": ""
|
||||
},
|
||||
"users-create": {
|
||||
"create-button": ""
|
||||
},
|
||||
"users-list": {
|
||||
"create-button": ""
|
||||
},
|
||||
"users-table": {
|
||||
"last-seen-never": "",
|
||||
"no-licensed-role": ""
|
||||
}
|
||||
},
|
||||
"alert-labels": {
|
||||
"button": {
|
||||
"hide": "",
|
||||
@ -371,6 +511,17 @@
|
||||
"message": ""
|
||||
}
|
||||
},
|
||||
"app-chrome": {
|
||||
"skip-content-button": "",
|
||||
"top-bar": {
|
||||
"sign-in": ""
|
||||
}
|
||||
},
|
||||
"app-notification": {
|
||||
"item": {
|
||||
"trace-id": ""
|
||||
}
|
||||
},
|
||||
"bookmarks-page": {
|
||||
"empty": {
|
||||
"message": "",
|
||||
@ -442,6 +593,7 @@
|
||||
"clear-selection": "Auswahl löschen",
|
||||
"empty-message": "Keine Ordner gefunden",
|
||||
"error-title": "Fehler beim Laden der Ordner",
|
||||
"non-folder-item": "",
|
||||
"search-placeholder": "Ordner suchen",
|
||||
"unknown-error": "Unbekannter Fehler"
|
||||
},
|
||||
@ -883,6 +1035,12 @@
|
||||
"time-range-label": ""
|
||||
}
|
||||
},
|
||||
"empty-list-cta": {
|
||||
"pro-tip": ""
|
||||
},
|
||||
"entity-not-found": {
|
||||
"description": ""
|
||||
},
|
||||
"errors": {
|
||||
"dashboard-settings": {
|
||||
"annotations": {
|
||||
@ -1103,9 +1261,29 @@
|
||||
"export-as-json-tooltip": ""
|
||||
}
|
||||
},
|
||||
"folder-filter": {
|
||||
"clear-folder-button": ""
|
||||
},
|
||||
"folder-picker": {
|
||||
"create-instructions": "",
|
||||
"loading": "Ordner werden geladen …"
|
||||
},
|
||||
"forgot-password": {
|
||||
"back-button": "",
|
||||
"change-password": {
|
||||
"skip-button": "",
|
||||
"submit-button": ""
|
||||
},
|
||||
"contact-admin": "",
|
||||
"email-sent": "",
|
||||
"reset-password-header": "",
|
||||
"send-email-button": ""
|
||||
},
|
||||
"form-prompt": {
|
||||
"continue-button": "",
|
||||
"description": "",
|
||||
"discard-button": ""
|
||||
},
|
||||
"gen-ai": {
|
||||
"apply-suggestion": "",
|
||||
"incomplete-request-error": "",
|
||||
@ -1225,6 +1403,10 @@
|
||||
}
|
||||
},
|
||||
"help-modal": {
|
||||
"column-headers": {
|
||||
"description": "",
|
||||
"keys": ""
|
||||
},
|
||||
"shortcuts-category": {
|
||||
"dashboard": "Dashboard",
|
||||
"focused-panel": "",
|
||||
@ -1475,6 +1657,9 @@
|
||||
}
|
||||
},
|
||||
"login": {
|
||||
"divider": {
|
||||
"connecting-text": ""
|
||||
},
|
||||
"error": {
|
||||
"blocked": "Sie haben die Anzahl der Anmeldeversuche für diesen Benutzer überschritten. Bitte versuchen Sie es später erneut.",
|
||||
"invalid-user-or-password": "Ungültiger Benutzername oder Passwort",
|
||||
@ -1502,6 +1687,9 @@
|
||||
"verify-email-label": "",
|
||||
"verify-email-loading-label": ""
|
||||
},
|
||||
"layout": {
|
||||
"update-password": ""
|
||||
},
|
||||
"services": {
|
||||
"sing-in-with-prefix": "Mit {{serviceName}} anmelden"
|
||||
},
|
||||
@ -2147,6 +2335,9 @@
|
||||
"no-matches": "",
|
||||
"unsupported-layout": ""
|
||||
},
|
||||
"panel-type-filter": {
|
||||
"clear-button": ""
|
||||
},
|
||||
"playlist-edit": {
|
||||
"error-prefix": "Fehler beim Laden der Wiedergabeliste:",
|
||||
"form": {
|
||||
@ -2240,6 +2431,10 @@
|
||||
},
|
||||
"empty-state": {
|
||||
"message": ""
|
||||
},
|
||||
"plugin-help": {
|
||||
"error": "",
|
||||
"not-found": ""
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
@ -2433,6 +2628,10 @@
|
||||
"dashboard-modal-title": "Öffentliche Dashboards",
|
||||
"shared-dashboard-modal-title": ""
|
||||
},
|
||||
"table-body": {
|
||||
"dashboard-count_one": "",
|
||||
"dashboard-count_other": ""
|
||||
},
|
||||
"table-header": {
|
||||
"activated-label": "Aktiviert",
|
||||
"activated-tooltip": "Frühester Zeitpunkt, zu dem ein Benutzer ein aktiver Benutzer eines Dashboards war",
|
||||
@ -2527,6 +2726,19 @@
|
||||
"dismissable-button": "Schließen"
|
||||
},
|
||||
"role-picker": {
|
||||
"built-in": {
|
||||
"basic-roles": ""
|
||||
},
|
||||
"input": {
|
||||
"no-roles": ""
|
||||
},
|
||||
"menu": {
|
||||
"clear-button": "",
|
||||
"tooltip": ""
|
||||
},
|
||||
"sub-menu": {
|
||||
"clear-button": ""
|
||||
},
|
||||
"title": {
|
||||
"description": ""
|
||||
}
|
||||
@ -2536,6 +2748,11 @@
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"route-error": {
|
||||
"description": "",
|
||||
"reload-button": "",
|
||||
"title": ""
|
||||
},
|
||||
"save-dashboards": {
|
||||
"name-exists": {
|
||||
"message-info": "",
|
||||
@ -2808,6 +3025,17 @@
|
||||
},
|
||||
"title": "Einstellungen"
|
||||
},
|
||||
"sign-up": {
|
||||
"back-button": "",
|
||||
"submit-button": "",
|
||||
"verify": {
|
||||
"back-button": "",
|
||||
"complete-button": "",
|
||||
"header": "",
|
||||
"info": "",
|
||||
"send-button": ""
|
||||
}
|
||||
},
|
||||
"silences": {
|
||||
"empty-state": {
|
||||
"button-title": "",
|
||||
@ -2860,6 +3088,7 @@
|
||||
"view-button": "Anzeigen"
|
||||
},
|
||||
"tag-filter": {
|
||||
"clear-button": "",
|
||||
"loading": "Wird geladen ...",
|
||||
"no-tags": "Keine Tags gefunden",
|
||||
"placeholder": "Nach Tag filtern"
|
||||
@ -2980,6 +3209,13 @@
|
||||
"add-transformation-header": "Daten transformieren beginnen"
|
||||
}
|
||||
},
|
||||
"upgrade-box": {
|
||||
"discovery-text": "",
|
||||
"discovery-text-continued": "",
|
||||
"get-started": "",
|
||||
"learn-more": "",
|
||||
"upgrade-button": ""
|
||||
},
|
||||
"user-orgs": {
|
||||
"current-org-button": "Aktuell",
|
||||
"name-column": "Name",
|
||||
|
@ -14,6 +14,9 @@
|
||||
"permission-list": {
|
||||
"permission": "Permiso"
|
||||
},
|
||||
"permission-list-item": {
|
||||
"inherited": ""
|
||||
},
|
||||
"permissions": {
|
||||
"add-label": "Añadir un permiso",
|
||||
"no-permissions": "No hay ningún permiso",
|
||||
@ -25,6 +28,143 @@
|
||||
"user": "Usuario"
|
||||
}
|
||||
},
|
||||
"action-editor": {
|
||||
"modal": {
|
||||
"cancel-button": "",
|
||||
"save-button": ""
|
||||
}
|
||||
},
|
||||
"actions-editor": {
|
||||
"inline": {
|
||||
"add-button": "",
|
||||
"one-click-link": ""
|
||||
}
|
||||
},
|
||||
"admin": {
|
||||
"anon-users": {
|
||||
"not-found": ""
|
||||
},
|
||||
"edit-org": {
|
||||
"access-denied": "",
|
||||
"heading": "",
|
||||
"update-button": "",
|
||||
"users-heading": ""
|
||||
},
|
||||
"feature-toggles": {
|
||||
"sub-title": ""
|
||||
},
|
||||
"get-enterprise": {
|
||||
"contact-us": "",
|
||||
"description": "",
|
||||
"features-heading": "",
|
||||
"included-description": "",
|
||||
"included-heading": "",
|
||||
"service-title": "",
|
||||
"team-sync-details": "",
|
||||
"title": ""
|
||||
},
|
||||
"ldap": {
|
||||
"test-mapping-heading": "",
|
||||
"test-mapping-run-button": ""
|
||||
},
|
||||
"ldap-permissions": {
|
||||
"active": "",
|
||||
"admin": "",
|
||||
"inactive": ""
|
||||
},
|
||||
"ldap-status": {
|
||||
"title": ""
|
||||
},
|
||||
"ldap-sync": {
|
||||
"debug-button": "",
|
||||
"external-sync-description": "",
|
||||
"external-sync-label": "",
|
||||
"next-sync-label": "",
|
||||
"not-enabled": "",
|
||||
"sync-button": "",
|
||||
"title": ""
|
||||
},
|
||||
"ldap-sync-info": {
|
||||
"title": ""
|
||||
},
|
||||
"ldap-user-groups": {
|
||||
"no-org-found": ""
|
||||
},
|
||||
"ldap-user-info": {
|
||||
"no-team": ""
|
||||
},
|
||||
"org-uers": {
|
||||
"last-seen-never": ""
|
||||
},
|
||||
"org-users": {
|
||||
"not-editable": ""
|
||||
},
|
||||
"orgs": {
|
||||
"delete-body": "",
|
||||
"id-header": "",
|
||||
"name-header": "",
|
||||
"new-org-button": ""
|
||||
},
|
||||
"server-settings": {
|
||||
"alerts-button": "",
|
||||
"dashboards-button": "",
|
||||
"data-sources-button": "",
|
||||
"not-found": "",
|
||||
"title": "",
|
||||
"users-button": ""
|
||||
},
|
||||
"settings": {
|
||||
"info-description": ""
|
||||
},
|
||||
"upgrade-info": {
|
||||
"title": ""
|
||||
},
|
||||
"user-orgs": {
|
||||
"add-button": "",
|
||||
"change-role-button": "",
|
||||
"external-user-tooltip": "",
|
||||
"remove-button": "",
|
||||
"role-not-editable": "",
|
||||
"title": ""
|
||||
},
|
||||
"user-orgs-modal": {
|
||||
"add-button": "",
|
||||
"cancel-button": ""
|
||||
},
|
||||
"user-permissions": {
|
||||
"change-button": "",
|
||||
"grafana-admin-key": "",
|
||||
"grafana-admin-no": "",
|
||||
"grafana-admin-yes": "",
|
||||
"title": ""
|
||||
},
|
||||
"user-profile": {
|
||||
"delete-button": "",
|
||||
"disable-button": "",
|
||||
"edit-button": "",
|
||||
"enable-button": "",
|
||||
"title": ""
|
||||
},
|
||||
"user-sessions": {
|
||||
"browser-column": "",
|
||||
"force-logout-all-button": "",
|
||||
"force-logout-button": "",
|
||||
"ip-column": "",
|
||||
"last-seen-column": "",
|
||||
"logged-on-column": "",
|
||||
"title": ""
|
||||
},
|
||||
"users-create": {
|
||||
"create-button": ""
|
||||
},
|
||||
"users-list": {
|
||||
"create-button": ""
|
||||
},
|
||||
"users-table": {
|
||||
"last-seen-never": "",
|
||||
"no-licensed-role": ""
|
||||
}
|
||||
},
|
||||
"alert-labels": {
|
||||
"button": {
|
||||
"hide": "",
|
||||
@ -371,6 +511,17 @@
|
||||
"message": ""
|
||||
}
|
||||
},
|
||||
"app-chrome": {
|
||||
"skip-content-button": "",
|
||||
"top-bar": {
|
||||
"sign-in": ""
|
||||
}
|
||||
},
|
||||
"app-notification": {
|
||||
"item": {
|
||||
"trace-id": ""
|
||||
}
|
||||
},
|
||||
"bookmarks-page": {
|
||||
"empty": {
|
||||
"message": "",
|
||||
@ -442,6 +593,7 @@
|
||||
"clear-selection": "Eliminar selección",
|
||||
"empty-message": "No se ha encontrado ninguna carpeta",
|
||||
"error-title": "Error al cargar las carpetas",
|
||||
"non-folder-item": "",
|
||||
"search-placeholder": "Buscar carpetas",
|
||||
"unknown-error": "Error desconocido"
|
||||
},
|
||||
@ -883,6 +1035,12 @@
|
||||
"time-range-label": ""
|
||||
}
|
||||
},
|
||||
"empty-list-cta": {
|
||||
"pro-tip": ""
|
||||
},
|
||||
"entity-not-found": {
|
||||
"description": ""
|
||||
},
|
||||
"errors": {
|
||||
"dashboard-settings": {
|
||||
"annotations": {
|
||||
@ -1103,9 +1261,29 @@
|
||||
"export-as-json-tooltip": ""
|
||||
}
|
||||
},
|
||||
"folder-filter": {
|
||||
"clear-folder-button": ""
|
||||
},
|
||||
"folder-picker": {
|
||||
"create-instructions": "",
|
||||
"loading": "Cargando carpetas..."
|
||||
},
|
||||
"forgot-password": {
|
||||
"back-button": "",
|
||||
"change-password": {
|
||||
"skip-button": "",
|
||||
"submit-button": ""
|
||||
},
|
||||
"contact-admin": "",
|
||||
"email-sent": "",
|
||||
"reset-password-header": "",
|
||||
"send-email-button": ""
|
||||
},
|
||||
"form-prompt": {
|
||||
"continue-button": "",
|
||||
"description": "",
|
||||
"discard-button": ""
|
||||
},
|
||||
"gen-ai": {
|
||||
"apply-suggestion": "",
|
||||
"incomplete-request-error": "",
|
||||
@ -1225,6 +1403,10 @@
|
||||
}
|
||||
},
|
||||
"help-modal": {
|
||||
"column-headers": {
|
||||
"description": "",
|
||||
"keys": ""
|
||||
},
|
||||
"shortcuts-category": {
|
||||
"dashboard": "Panel de control",
|
||||
"focused-panel": "",
|
||||
@ -1475,6 +1657,9 @@
|
||||
}
|
||||
},
|
||||
"login": {
|
||||
"divider": {
|
||||
"connecting-text": ""
|
||||
},
|
||||
"error": {
|
||||
"blocked": "Ha excedido el número de intentos de inicio de sesión para este usuario. Inténtelo de nuevo más tarde.",
|
||||
"invalid-user-or-password": "Nombre de usuario o contraseña no válidos",
|
||||
@ -1502,6 +1687,9 @@
|
||||
"verify-email-label": "",
|
||||
"verify-email-loading-label": ""
|
||||
},
|
||||
"layout": {
|
||||
"update-password": ""
|
||||
},
|
||||
"services": {
|
||||
"sing-in-with-prefix": "Iniciar sesión con {{serviceName}}"
|
||||
},
|
||||
@ -2147,6 +2335,9 @@
|
||||
"no-matches": "",
|
||||
"unsupported-layout": ""
|
||||
},
|
||||
"panel-type-filter": {
|
||||
"clear-button": ""
|
||||
},
|
||||
"playlist-edit": {
|
||||
"error-prefix": "Error al cargar la lista de reproducción:",
|
||||
"form": {
|
||||
@ -2240,6 +2431,10 @@
|
||||
},
|
||||
"empty-state": {
|
||||
"message": ""
|
||||
},
|
||||
"plugin-help": {
|
||||
"error": "",
|
||||
"not-found": ""
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
@ -2433,6 +2628,10 @@
|
||||
"dashboard-modal-title": "Paneles de control públicos",
|
||||
"shared-dashboard-modal-title": ""
|
||||
},
|
||||
"table-body": {
|
||||
"dashboard-count_one": "",
|
||||
"dashboard-count_other": ""
|
||||
},
|
||||
"table-header": {
|
||||
"activated-label": "Activado",
|
||||
"activated-tooltip": "El usuario más antiguo ha estado activo en un tablero de control",
|
||||
@ -2527,6 +2726,19 @@
|
||||
"dismissable-button": "Cerrar"
|
||||
},
|
||||
"role-picker": {
|
||||
"built-in": {
|
||||
"basic-roles": ""
|
||||
},
|
||||
"input": {
|
||||
"no-roles": ""
|
||||
},
|
||||
"menu": {
|
||||
"clear-button": "",
|
||||
"tooltip": ""
|
||||
},
|
||||
"sub-menu": {
|
||||
"clear-button": ""
|
||||
},
|
||||
"title": {
|
||||
"description": ""
|
||||
}
|
||||
@ -2536,6 +2748,11 @@
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"route-error": {
|
||||
"description": "",
|
||||
"reload-button": "",
|
||||
"title": ""
|
||||
},
|
||||
"save-dashboards": {
|
||||
"name-exists": {
|
||||
"message-info": "",
|
||||
@ -2808,6 +3025,17 @@
|
||||
},
|
||||
"title": "Preferencias"
|
||||
},
|
||||
"sign-up": {
|
||||
"back-button": "",
|
||||
"submit-button": "",
|
||||
"verify": {
|
||||
"back-button": "",
|
||||
"complete-button": "",
|
||||
"header": "",
|
||||
"info": "",
|
||||
"send-button": ""
|
||||
}
|
||||
},
|
||||
"silences": {
|
||||
"empty-state": {
|
||||
"button-title": "",
|
||||
@ -2860,6 +3088,7 @@
|
||||
"view-button": "Vista"
|
||||
},
|
||||
"tag-filter": {
|
||||
"clear-button": "",
|
||||
"loading": "Cargando...",
|
||||
"no-tags": "No se ha encontrado ninguna etiqueta",
|
||||
"placeholder": "Filtrar por etiqueta"
|
||||
@ -2980,6 +3209,13 @@
|
||||
"add-transformation-header": "Empezar a transformar datos"
|
||||
}
|
||||
},
|
||||
"upgrade-box": {
|
||||
"discovery-text": "",
|
||||
"discovery-text-continued": "",
|
||||
"get-started": "",
|
||||
"learn-more": "",
|
||||
"upgrade-button": ""
|
||||
},
|
||||
"user-orgs": {
|
||||
"current-org-button": "Actual",
|
||||
"name-column": "Nombre",
|
||||
|
@ -14,6 +14,9 @@
|
||||
"permission-list": {
|
||||
"permission": "Autorisation"
|
||||
},
|
||||
"permission-list-item": {
|
||||
"inherited": ""
|
||||
},
|
||||
"permissions": {
|
||||
"add-label": "Ajouter une autorisation",
|
||||
"no-permissions": "Il n'y a aucune autorisation",
|
||||
@ -25,6 +28,143 @@
|
||||
"user": "Utilisateur"
|
||||
}
|
||||
},
|
||||
"action-editor": {
|
||||
"modal": {
|
||||
"cancel-button": "",
|
||||
"save-button": ""
|
||||
}
|
||||
},
|
||||
"actions-editor": {
|
||||
"inline": {
|
||||
"add-button": "",
|
||||
"one-click-link": ""
|
||||
}
|
||||
},
|
||||
"admin": {
|
||||
"anon-users": {
|
||||
"not-found": ""
|
||||
},
|
||||
"edit-org": {
|
||||
"access-denied": "",
|
||||
"heading": "",
|
||||
"update-button": "",
|
||||
"users-heading": ""
|
||||
},
|
||||
"feature-toggles": {
|
||||
"sub-title": ""
|
||||
},
|
||||
"get-enterprise": {
|
||||
"contact-us": "",
|
||||
"description": "",
|
||||
"features-heading": "",
|
||||
"included-description": "",
|
||||
"included-heading": "",
|
||||
"service-title": "",
|
||||
"team-sync-details": "",
|
||||
"title": ""
|
||||
},
|
||||
"ldap": {
|
||||
"test-mapping-heading": "",
|
||||
"test-mapping-run-button": ""
|
||||
},
|
||||
"ldap-permissions": {
|
||||
"active": "",
|
||||
"admin": "",
|
||||
"inactive": ""
|
||||
},
|
||||
"ldap-status": {
|
||||
"title": ""
|
||||
},
|
||||
"ldap-sync": {
|
||||
"debug-button": "",
|
||||
"external-sync-description": "",
|
||||
"external-sync-label": "",
|
||||
"next-sync-label": "",
|
||||
"not-enabled": "",
|
||||
"sync-button": "",
|
||||
"title": ""
|
||||
},
|
||||
"ldap-sync-info": {
|
||||
"title": ""
|
||||
},
|
||||
"ldap-user-groups": {
|
||||
"no-org-found": ""
|
||||
},
|
||||
"ldap-user-info": {
|
||||
"no-team": ""
|
||||
},
|
||||
"org-uers": {
|
||||
"last-seen-never": ""
|
||||
},
|
||||
"org-users": {
|
||||
"not-editable": ""
|
||||
},
|
||||
"orgs": {
|
||||
"delete-body": "",
|
||||
"id-header": "",
|
||||
"name-header": "",
|
||||
"new-org-button": ""
|
||||
},
|
||||
"server-settings": {
|
||||
"alerts-button": "",
|
||||
"dashboards-button": "",
|
||||
"data-sources-button": "",
|
||||
"not-found": "",
|
||||
"title": "",
|
||||
"users-button": ""
|
||||
},
|
||||
"settings": {
|
||||
"info-description": ""
|
||||
},
|
||||
"upgrade-info": {
|
||||
"title": ""
|
||||
},
|
||||
"user-orgs": {
|
||||
"add-button": "",
|
||||
"change-role-button": "",
|
||||
"external-user-tooltip": "",
|
||||
"remove-button": "",
|
||||
"role-not-editable": "",
|
||||
"title": ""
|
||||
},
|
||||
"user-orgs-modal": {
|
||||
"add-button": "",
|
||||
"cancel-button": ""
|
||||
},
|
||||
"user-permissions": {
|
||||
"change-button": "",
|
||||
"grafana-admin-key": "",
|
||||
"grafana-admin-no": "",
|
||||
"grafana-admin-yes": "",
|
||||
"title": ""
|
||||
},
|
||||
"user-profile": {
|
||||
"delete-button": "",
|
||||
"disable-button": "",
|
||||
"edit-button": "",
|
||||
"enable-button": "",
|
||||
"title": ""
|
||||
},
|
||||
"user-sessions": {
|
||||
"browser-column": "",
|
||||
"force-logout-all-button": "",
|
||||
"force-logout-button": "",
|
||||
"ip-column": "",
|
||||
"last-seen-column": "",
|
||||
"logged-on-column": "",
|
||||
"title": ""
|
||||
},
|
||||
"users-create": {
|
||||
"create-button": ""
|
||||
},
|
||||
"users-list": {
|
||||
"create-button": ""
|
||||
},
|
||||
"users-table": {
|
||||
"last-seen-never": "",
|
||||
"no-licensed-role": ""
|
||||
}
|
||||
},
|
||||
"alert-labels": {
|
||||
"button": {
|
||||
"hide": "",
|
||||
@ -371,6 +511,17 @@
|
||||
"message": ""
|
||||
}
|
||||
},
|
||||
"app-chrome": {
|
||||
"skip-content-button": "",
|
||||
"top-bar": {
|
||||
"sign-in": ""
|
||||
}
|
||||
},
|
||||
"app-notification": {
|
||||
"item": {
|
||||
"trace-id": ""
|
||||
}
|
||||
},
|
||||
"bookmarks-page": {
|
||||
"empty": {
|
||||
"message": "",
|
||||
@ -442,6 +593,7 @@
|
||||
"clear-selection": "Effacer la sélection",
|
||||
"empty-message": "Aucun dossier trouvé",
|
||||
"error-title": "Impossible de charger les dossiers",
|
||||
"non-folder-item": "",
|
||||
"search-placeholder": "Rechercher dans les dossiers",
|
||||
"unknown-error": "Erreur inconnue"
|
||||
},
|
||||
@ -883,6 +1035,12 @@
|
||||
"time-range-label": ""
|
||||
}
|
||||
},
|
||||
"empty-list-cta": {
|
||||
"pro-tip": ""
|
||||
},
|
||||
"entity-not-found": {
|
||||
"description": ""
|
||||
},
|
||||
"errors": {
|
||||
"dashboard-settings": {
|
||||
"annotations": {
|
||||
@ -1103,9 +1261,29 @@
|
||||
"export-as-json-tooltip": ""
|
||||
}
|
||||
},
|
||||
"folder-filter": {
|
||||
"clear-folder-button": ""
|
||||
},
|
||||
"folder-picker": {
|
||||
"create-instructions": "",
|
||||
"loading": "Chargement des dossiers..."
|
||||
},
|
||||
"forgot-password": {
|
||||
"back-button": "",
|
||||
"change-password": {
|
||||
"skip-button": "",
|
||||
"submit-button": ""
|
||||
},
|
||||
"contact-admin": "",
|
||||
"email-sent": "",
|
||||
"reset-password-header": "",
|
||||
"send-email-button": ""
|
||||
},
|
||||
"form-prompt": {
|
||||
"continue-button": "",
|
||||
"description": "",
|
||||
"discard-button": ""
|
||||
},
|
||||
"gen-ai": {
|
||||
"apply-suggestion": "",
|
||||
"incomplete-request-error": "",
|
||||
@ -1225,6 +1403,10 @@
|
||||
}
|
||||
},
|
||||
"help-modal": {
|
||||
"column-headers": {
|
||||
"description": "",
|
||||
"keys": ""
|
||||
},
|
||||
"shortcuts-category": {
|
||||
"dashboard": "Tableau de bord",
|
||||
"focused-panel": "",
|
||||
@ -1475,6 +1657,9 @@
|
||||
}
|
||||
},
|
||||
"login": {
|
||||
"divider": {
|
||||
"connecting-text": ""
|
||||
},
|
||||
"error": {
|
||||
"blocked": "Vous avez dépassé le nombre de tentatives de connexion pour cet utilisateur. Veuillez réessayer plus tard.",
|
||||
"invalid-user-or-password": "Nom d'utilisateur ou mot de passe invalide",
|
||||
@ -1502,6 +1687,9 @@
|
||||
"verify-email-label": "",
|
||||
"verify-email-loading-label": ""
|
||||
},
|
||||
"layout": {
|
||||
"update-password": ""
|
||||
},
|
||||
"services": {
|
||||
"sing-in-with-prefix": "Se connecter avec {{serviceName}}"
|
||||
},
|
||||
@ -2147,6 +2335,9 @@
|
||||
"no-matches": "",
|
||||
"unsupported-layout": ""
|
||||
},
|
||||
"panel-type-filter": {
|
||||
"clear-button": ""
|
||||
},
|
||||
"playlist-edit": {
|
||||
"error-prefix": "Erreur lors du chargement de la playlist :",
|
||||
"form": {
|
||||
@ -2240,6 +2431,10 @@
|
||||
},
|
||||
"empty-state": {
|
||||
"message": ""
|
||||
},
|
||||
"plugin-help": {
|
||||
"error": "",
|
||||
"not-found": ""
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
@ -2433,6 +2628,10 @@
|
||||
"dashboard-modal-title": "Tableaux de bord publics",
|
||||
"shared-dashboard-modal-title": ""
|
||||
},
|
||||
"table-body": {
|
||||
"dashboard-count_one": "",
|
||||
"dashboard-count_other": ""
|
||||
},
|
||||
"table-header": {
|
||||
"activated-label": "Activé",
|
||||
"activated-tooltip": "Première heure à laquelle l'utilisateur a été un utilisateur actif sur un tableau de bord",
|
||||
@ -2527,6 +2726,19 @@
|
||||
"dismissable-button": "Fermer"
|
||||
},
|
||||
"role-picker": {
|
||||
"built-in": {
|
||||
"basic-roles": ""
|
||||
},
|
||||
"input": {
|
||||
"no-roles": ""
|
||||
},
|
||||
"menu": {
|
||||
"clear-button": "",
|
||||
"tooltip": ""
|
||||
},
|
||||
"sub-menu": {
|
||||
"clear-button": ""
|
||||
},
|
||||
"title": {
|
||||
"description": ""
|
||||
}
|
||||
@ -2536,6 +2748,11 @@
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"route-error": {
|
||||
"description": "",
|
||||
"reload-button": "",
|
||||
"title": ""
|
||||
},
|
||||
"save-dashboards": {
|
||||
"name-exists": {
|
||||
"message-info": "",
|
||||
@ -2808,6 +3025,17 @@
|
||||
},
|
||||
"title": "Préférences"
|
||||
},
|
||||
"sign-up": {
|
||||
"back-button": "",
|
||||
"submit-button": "",
|
||||
"verify": {
|
||||
"back-button": "",
|
||||
"complete-button": "",
|
||||
"header": "",
|
||||
"info": "",
|
||||
"send-button": ""
|
||||
}
|
||||
},
|
||||
"silences": {
|
||||
"empty-state": {
|
||||
"button-title": "",
|
||||
@ -2860,6 +3088,7 @@
|
||||
"view-button": "Afficher"
|
||||
},
|
||||
"tag-filter": {
|
||||
"clear-button": "",
|
||||
"loading": "Chargement en cours...",
|
||||
"no-tags": "Aucune étiquette trouvée",
|
||||
"placeholder": "Filtrer par étiquette"
|
||||
@ -2980,6 +3209,13 @@
|
||||
"add-transformation-header": "Commencer la transformation des données"
|
||||
}
|
||||
},
|
||||
"upgrade-box": {
|
||||
"discovery-text": "",
|
||||
"discovery-text-continued": "",
|
||||
"get-started": "",
|
||||
"learn-more": "",
|
||||
"upgrade-button": ""
|
||||
},
|
||||
"user-orgs": {
|
||||
"current-org-button": "Actuel",
|
||||
"name-column": "Nom",
|
||||
|
@ -14,6 +14,9 @@
|
||||
"permission-list": {
|
||||
"permission": "Permissão"
|
||||
},
|
||||
"permission-list-item": {
|
||||
"inherited": ""
|
||||
},
|
||||
"permissions": {
|
||||
"add-label": "Adicionar uma permissão",
|
||||
"no-permissions": "Não há permissões",
|
||||
@ -25,6 +28,143 @@
|
||||
"user": "Usuário"
|
||||
}
|
||||
},
|
||||
"action-editor": {
|
||||
"modal": {
|
||||
"cancel-button": "",
|
||||
"save-button": ""
|
||||
}
|
||||
},
|
||||
"actions-editor": {
|
||||
"inline": {
|
||||
"add-button": "",
|
||||
"one-click-link": ""
|
||||
}
|
||||
},
|
||||
"admin": {
|
||||
"anon-users": {
|
||||
"not-found": ""
|
||||
},
|
||||
"edit-org": {
|
||||
"access-denied": "",
|
||||
"heading": "",
|
||||
"update-button": "",
|
||||
"users-heading": ""
|
||||
},
|
||||
"feature-toggles": {
|
||||
"sub-title": ""
|
||||
},
|
||||
"get-enterprise": {
|
||||
"contact-us": "",
|
||||
"description": "",
|
||||
"features-heading": "",
|
||||
"included-description": "",
|
||||
"included-heading": "",
|
||||
"service-title": "",
|
||||
"team-sync-details": "",
|
||||
"title": ""
|
||||
},
|
||||
"ldap": {
|
||||
"test-mapping-heading": "",
|
||||
"test-mapping-run-button": ""
|
||||
},
|
||||
"ldap-permissions": {
|
||||
"active": "",
|
||||
"admin": "",
|
||||
"inactive": ""
|
||||
},
|
||||
"ldap-status": {
|
||||
"title": ""
|
||||
},
|
||||
"ldap-sync": {
|
||||
"debug-button": "",
|
||||
"external-sync-description": "",
|
||||
"external-sync-label": "",
|
||||
"next-sync-label": "",
|
||||
"not-enabled": "",
|
||||
"sync-button": "",
|
||||
"title": ""
|
||||
},
|
||||
"ldap-sync-info": {
|
||||
"title": ""
|
||||
},
|
||||
"ldap-user-groups": {
|
||||
"no-org-found": ""
|
||||
},
|
||||
"ldap-user-info": {
|
||||
"no-team": ""
|
||||
},
|
||||
"org-uers": {
|
||||
"last-seen-never": ""
|
||||
},
|
||||
"org-users": {
|
||||
"not-editable": ""
|
||||
},
|
||||
"orgs": {
|
||||
"delete-body": "",
|
||||
"id-header": "",
|
||||
"name-header": "",
|
||||
"new-org-button": ""
|
||||
},
|
||||
"server-settings": {
|
||||
"alerts-button": "",
|
||||
"dashboards-button": "",
|
||||
"data-sources-button": "",
|
||||
"not-found": "",
|
||||
"title": "",
|
||||
"users-button": ""
|
||||
},
|
||||
"settings": {
|
||||
"info-description": ""
|
||||
},
|
||||
"upgrade-info": {
|
||||
"title": ""
|
||||
},
|
||||
"user-orgs": {
|
||||
"add-button": "",
|
||||
"change-role-button": "",
|
||||
"external-user-tooltip": "",
|
||||
"remove-button": "",
|
||||
"role-not-editable": "",
|
||||
"title": ""
|
||||
},
|
||||
"user-orgs-modal": {
|
||||
"add-button": "",
|
||||
"cancel-button": ""
|
||||
},
|
||||
"user-permissions": {
|
||||
"change-button": "",
|
||||
"grafana-admin-key": "",
|
||||
"grafana-admin-no": "",
|
||||
"grafana-admin-yes": "",
|
||||
"title": ""
|
||||
},
|
||||
"user-profile": {
|
||||
"delete-button": "",
|
||||
"disable-button": "",
|
||||
"edit-button": "",
|
||||
"enable-button": "",
|
||||
"title": ""
|
||||
},
|
||||
"user-sessions": {
|
||||
"browser-column": "",
|
||||
"force-logout-all-button": "",
|
||||
"force-logout-button": "",
|
||||
"ip-column": "",
|
||||
"last-seen-column": "",
|
||||
"logged-on-column": "",
|
||||
"title": ""
|
||||
},
|
||||
"users-create": {
|
||||
"create-button": ""
|
||||
},
|
||||
"users-list": {
|
||||
"create-button": ""
|
||||
},
|
||||
"users-table": {
|
||||
"last-seen-never": "",
|
||||
"no-licensed-role": ""
|
||||
}
|
||||
},
|
||||
"alert-labels": {
|
||||
"button": {
|
||||
"hide": "",
|
||||
@ -371,6 +511,17 @@
|
||||
"message": ""
|
||||
}
|
||||
},
|
||||
"app-chrome": {
|
||||
"skip-content-button": "",
|
||||
"top-bar": {
|
||||
"sign-in": ""
|
||||
}
|
||||
},
|
||||
"app-notification": {
|
||||
"item": {
|
||||
"trace-id": ""
|
||||
}
|
||||
},
|
||||
"bookmarks-page": {
|
||||
"empty": {
|
||||
"message": "",
|
||||
@ -442,6 +593,7 @@
|
||||
"clear-selection": "Limpar seleção",
|
||||
"empty-message": "Nenhuma pasta encontrada",
|
||||
"error-title": "Erro ao carregar pastas",
|
||||
"non-folder-item": "",
|
||||
"search-placeholder": "Buscar pastas",
|
||||
"unknown-error": "Erro desconhecido"
|
||||
},
|
||||
@ -883,6 +1035,12 @@
|
||||
"time-range-label": ""
|
||||
}
|
||||
},
|
||||
"empty-list-cta": {
|
||||
"pro-tip": ""
|
||||
},
|
||||
"entity-not-found": {
|
||||
"description": ""
|
||||
},
|
||||
"errors": {
|
||||
"dashboard-settings": {
|
||||
"annotations": {
|
||||
@ -1103,9 +1261,29 @@
|
||||
"export-as-json-tooltip": ""
|
||||
}
|
||||
},
|
||||
"folder-filter": {
|
||||
"clear-folder-button": ""
|
||||
},
|
||||
"folder-picker": {
|
||||
"create-instructions": "",
|
||||
"loading": "Carregando pastas..."
|
||||
},
|
||||
"forgot-password": {
|
||||
"back-button": "",
|
||||
"change-password": {
|
||||
"skip-button": "",
|
||||
"submit-button": ""
|
||||
},
|
||||
"contact-admin": "",
|
||||
"email-sent": "",
|
||||
"reset-password-header": "",
|
||||
"send-email-button": ""
|
||||
},
|
||||
"form-prompt": {
|
||||
"continue-button": "",
|
||||
"description": "",
|
||||
"discard-button": ""
|
||||
},
|
||||
"gen-ai": {
|
||||
"apply-suggestion": "",
|
||||
"incomplete-request-error": "",
|
||||
@ -1225,6 +1403,10 @@
|
||||
}
|
||||
},
|
||||
"help-modal": {
|
||||
"column-headers": {
|
||||
"description": "",
|
||||
"keys": ""
|
||||
},
|
||||
"shortcuts-category": {
|
||||
"dashboard": "Painel de controle",
|
||||
"focused-panel": "",
|
||||
@ -1475,6 +1657,9 @@
|
||||
}
|
||||
},
|
||||
"login": {
|
||||
"divider": {
|
||||
"connecting-text": ""
|
||||
},
|
||||
"error": {
|
||||
"blocked": "Você excedeu o número de tentativas de login para este usuário. Tente novamente mais tarde.",
|
||||
"invalid-user-or-password": "Usuário ou senha inválidos",
|
||||
@ -1502,6 +1687,9 @@
|
||||
"verify-email-label": "",
|
||||
"verify-email-loading-label": ""
|
||||
},
|
||||
"layout": {
|
||||
"update-password": ""
|
||||
},
|
||||
"services": {
|
||||
"sing-in-with-prefix": "Fazer login com {{serviceName}}"
|
||||
},
|
||||
@ -2147,6 +2335,9 @@
|
||||
"no-matches": "",
|
||||
"unsupported-layout": ""
|
||||
},
|
||||
"panel-type-filter": {
|
||||
"clear-button": ""
|
||||
},
|
||||
"playlist-edit": {
|
||||
"error-prefix": "Erro ao carregar lista de reprodução:",
|
||||
"form": {
|
||||
@ -2240,6 +2431,10 @@
|
||||
},
|
||||
"empty-state": {
|
||||
"message": ""
|
||||
},
|
||||
"plugin-help": {
|
||||
"error": "",
|
||||
"not-found": ""
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
@ -2433,6 +2628,10 @@
|
||||
"dashboard-modal-title": "Painéis de controle públicos",
|
||||
"shared-dashboard-modal-title": ""
|
||||
},
|
||||
"table-body": {
|
||||
"dashboard-count_one": "",
|
||||
"dashboard-count_other": ""
|
||||
},
|
||||
"table-header": {
|
||||
"activated-label": "Ativado",
|
||||
"activated-tooltip": "O usuário mais recente foi um usuário ativo em um painel de controle",
|
||||
@ -2527,6 +2726,19 @@
|
||||
"dismissable-button": "Fechar"
|
||||
},
|
||||
"role-picker": {
|
||||
"built-in": {
|
||||
"basic-roles": ""
|
||||
},
|
||||
"input": {
|
||||
"no-roles": ""
|
||||
},
|
||||
"menu": {
|
||||
"clear-button": "",
|
||||
"tooltip": ""
|
||||
},
|
||||
"sub-menu": {
|
||||
"clear-button": ""
|
||||
},
|
||||
"title": {
|
||||
"description": ""
|
||||
}
|
||||
@ -2536,6 +2748,11 @@
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"route-error": {
|
||||
"description": "",
|
||||
"reload-button": "",
|
||||
"title": ""
|
||||
},
|
||||
"save-dashboards": {
|
||||
"name-exists": {
|
||||
"message-info": "",
|
||||
@ -2808,6 +3025,17 @@
|
||||
},
|
||||
"title": "Preferências"
|
||||
},
|
||||
"sign-up": {
|
||||
"back-button": "",
|
||||
"submit-button": "",
|
||||
"verify": {
|
||||
"back-button": "",
|
||||
"complete-button": "",
|
||||
"header": "",
|
||||
"info": "",
|
||||
"send-button": ""
|
||||
}
|
||||
},
|
||||
"silences": {
|
||||
"empty-state": {
|
||||
"button-title": "",
|
||||
@ -2860,6 +3088,7 @@
|
||||
"view-button": "Visualizar"
|
||||
},
|
||||
"tag-filter": {
|
||||
"clear-button": "",
|
||||
"loading": "Carregando...",
|
||||
"no-tags": "Nenhuma tag encontrada",
|
||||
"placeholder": "Filtrar por tag"
|
||||
@ -2980,6 +3209,13 @@
|
||||
"add-transformation-header": "Começar a transformar dados"
|
||||
}
|
||||
},
|
||||
"upgrade-box": {
|
||||
"discovery-text": "",
|
||||
"discovery-text-continued": "",
|
||||
"get-started": "",
|
||||
"learn-more": "",
|
||||
"upgrade-button": ""
|
||||
},
|
||||
"user-orgs": {
|
||||
"current-org-button": "Atual",
|
||||
"name-column": "Nome",
|
||||
|
@ -14,6 +14,9 @@
|
||||
"permission-list": {
|
||||
"permission": "权限"
|
||||
},
|
||||
"permission-list-item": {
|
||||
"inherited": ""
|
||||
},
|
||||
"permissions": {
|
||||
"add-label": "添加权限",
|
||||
"no-permissions": "没有任何权限",
|
||||
@ -25,6 +28,143 @@
|
||||
"user": "用户"
|
||||
}
|
||||
},
|
||||
"action-editor": {
|
||||
"modal": {
|
||||
"cancel-button": "",
|
||||
"save-button": ""
|
||||
}
|
||||
},
|
||||
"actions-editor": {
|
||||
"inline": {
|
||||
"add-button": "",
|
||||
"one-click-link": ""
|
||||
}
|
||||
},
|
||||
"admin": {
|
||||
"anon-users": {
|
||||
"not-found": ""
|
||||
},
|
||||
"edit-org": {
|
||||
"access-denied": "",
|
||||
"heading": "",
|
||||
"update-button": "",
|
||||
"users-heading": ""
|
||||
},
|
||||
"feature-toggles": {
|
||||
"sub-title": ""
|
||||
},
|
||||
"get-enterprise": {
|
||||
"contact-us": "",
|
||||
"description": "",
|
||||
"features-heading": "",
|
||||
"included-description": "",
|
||||
"included-heading": "",
|
||||
"service-title": "",
|
||||
"team-sync-details": "",
|
||||
"title": ""
|
||||
},
|
||||
"ldap": {
|
||||
"test-mapping-heading": "",
|
||||
"test-mapping-run-button": ""
|
||||
},
|
||||
"ldap-permissions": {
|
||||
"active": "",
|
||||
"admin": "",
|
||||
"inactive": ""
|
||||
},
|
||||
"ldap-status": {
|
||||
"title": ""
|
||||
},
|
||||
"ldap-sync": {
|
||||
"debug-button": "",
|
||||
"external-sync-description": "",
|
||||
"external-sync-label": "",
|
||||
"next-sync-label": "",
|
||||
"not-enabled": "",
|
||||
"sync-button": "",
|
||||
"title": ""
|
||||
},
|
||||
"ldap-sync-info": {
|
||||
"title": ""
|
||||
},
|
||||
"ldap-user-groups": {
|
||||
"no-org-found": ""
|
||||
},
|
||||
"ldap-user-info": {
|
||||
"no-team": ""
|
||||
},
|
||||
"org-uers": {
|
||||
"last-seen-never": ""
|
||||
},
|
||||
"org-users": {
|
||||
"not-editable": ""
|
||||
},
|
||||
"orgs": {
|
||||
"delete-body": "",
|
||||
"id-header": "",
|
||||
"name-header": "",
|
||||
"new-org-button": ""
|
||||
},
|
||||
"server-settings": {
|
||||
"alerts-button": "",
|
||||
"dashboards-button": "",
|
||||
"data-sources-button": "",
|
||||
"not-found": "",
|
||||
"title": "",
|
||||
"users-button": ""
|
||||
},
|
||||
"settings": {
|
||||
"info-description": ""
|
||||
},
|
||||
"upgrade-info": {
|
||||
"title": ""
|
||||
},
|
||||
"user-orgs": {
|
||||
"add-button": "",
|
||||
"change-role-button": "",
|
||||
"external-user-tooltip": "",
|
||||
"remove-button": "",
|
||||
"role-not-editable": "",
|
||||
"title": ""
|
||||
},
|
||||
"user-orgs-modal": {
|
||||
"add-button": "",
|
||||
"cancel-button": ""
|
||||
},
|
||||
"user-permissions": {
|
||||
"change-button": "",
|
||||
"grafana-admin-key": "",
|
||||
"grafana-admin-no": "",
|
||||
"grafana-admin-yes": "",
|
||||
"title": ""
|
||||
},
|
||||
"user-profile": {
|
||||
"delete-button": "",
|
||||
"disable-button": "",
|
||||
"edit-button": "",
|
||||
"enable-button": "",
|
||||
"title": ""
|
||||
},
|
||||
"user-sessions": {
|
||||
"browser-column": "",
|
||||
"force-logout-all-button": "",
|
||||
"force-logout-button": "",
|
||||
"ip-column": "",
|
||||
"last-seen-column": "",
|
||||
"logged-on-column": "",
|
||||
"title": ""
|
||||
},
|
||||
"users-create": {
|
||||
"create-button": ""
|
||||
},
|
||||
"users-list": {
|
||||
"create-button": ""
|
||||
},
|
||||
"users-table": {
|
||||
"last-seen-never": "",
|
||||
"no-licensed-role": ""
|
||||
}
|
||||
},
|
||||
"alert-labels": {
|
||||
"button": {
|
||||
"hide": "",
|
||||
@ -367,6 +507,17 @@
|
||||
"message": ""
|
||||
}
|
||||
},
|
||||
"app-chrome": {
|
||||
"skip-content-button": "",
|
||||
"top-bar": {
|
||||
"sign-in": ""
|
||||
}
|
||||
},
|
||||
"app-notification": {
|
||||
"item": {
|
||||
"trace-id": ""
|
||||
}
|
||||
},
|
||||
"bookmarks-page": {
|
||||
"empty": {
|
||||
"message": "",
|
||||
@ -433,6 +584,7 @@
|
||||
"clear-selection": "清除选择",
|
||||
"empty-message": "未找到文件夹",
|
||||
"error-title": "加载文件夹时出错",
|
||||
"non-folder-item": "",
|
||||
"search-placeholder": "搜索文件夹",
|
||||
"unknown-error": "未知错误"
|
||||
},
|
||||
@ -874,6 +1026,12 @@
|
||||
"time-range-label": ""
|
||||
}
|
||||
},
|
||||
"empty-list-cta": {
|
||||
"pro-tip": ""
|
||||
},
|
||||
"entity-not-found": {
|
||||
"description": ""
|
||||
},
|
||||
"errors": {
|
||||
"dashboard-settings": {
|
||||
"annotations": {
|
||||
@ -1094,9 +1252,29 @@
|
||||
"export-as-json-tooltip": ""
|
||||
}
|
||||
},
|
||||
"folder-filter": {
|
||||
"clear-folder-button": ""
|
||||
},
|
||||
"folder-picker": {
|
||||
"create-instructions": "",
|
||||
"loading": "正在加载文件夹..."
|
||||
},
|
||||
"forgot-password": {
|
||||
"back-button": "",
|
||||
"change-password": {
|
||||
"skip-button": "",
|
||||
"submit-button": ""
|
||||
},
|
||||
"contact-admin": "",
|
||||
"email-sent": "",
|
||||
"reset-password-header": "",
|
||||
"send-email-button": ""
|
||||
},
|
||||
"form-prompt": {
|
||||
"continue-button": "",
|
||||
"description": "",
|
||||
"discard-button": ""
|
||||
},
|
||||
"gen-ai": {
|
||||
"apply-suggestion": "",
|
||||
"incomplete-request-error": "",
|
||||
@ -1216,6 +1394,10 @@
|
||||
}
|
||||
},
|
||||
"help-modal": {
|
||||
"column-headers": {
|
||||
"description": "",
|
||||
"keys": ""
|
||||
},
|
||||
"shortcuts-category": {
|
||||
"dashboard": "仪表板",
|
||||
"focused-panel": "",
|
||||
@ -1465,6 +1647,9 @@
|
||||
}
|
||||
},
|
||||
"login": {
|
||||
"divider": {
|
||||
"connecting-text": ""
|
||||
},
|
||||
"error": {
|
||||
"blocked": "您已超过此用户的登录尝试次数。请稍后再试。",
|
||||
"invalid-user-or-password": "用户名或密码无效",
|
||||
@ -1492,6 +1677,9 @@
|
||||
"verify-email-label": "",
|
||||
"verify-email-loading-label": ""
|
||||
},
|
||||
"layout": {
|
||||
"update-password": ""
|
||||
},
|
||||
"services": {
|
||||
"sing-in-with-prefix": "使用 {{serviceName}} 登录"
|
||||
},
|
||||
@ -2137,6 +2325,9 @@
|
||||
"no-matches": "",
|
||||
"unsupported-layout": ""
|
||||
},
|
||||
"panel-type-filter": {
|
||||
"clear-button": ""
|
||||
},
|
||||
"playlist-edit": {
|
||||
"error-prefix": "加载播放列表时发生错误:",
|
||||
"form": {
|
||||
@ -2230,6 +2421,10 @@
|
||||
},
|
||||
"empty-state": {
|
||||
"message": ""
|
||||
},
|
||||
"plugin-help": {
|
||||
"error": "",
|
||||
"not-found": ""
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
@ -2423,6 +2618,9 @@
|
||||
"dashboard-modal-title": "公共仪表板",
|
||||
"shared-dashboard-modal-title": ""
|
||||
},
|
||||
"table-body": {
|
||||
"dashboard-count_other": ""
|
||||
},
|
||||
"table-header": {
|
||||
"activated-label": "已激活",
|
||||
"activated-tooltip": "最早时间用户已是仪表板的活动用户",
|
||||
@ -2514,6 +2712,19 @@
|
||||
"dismissable-button": "关闭"
|
||||
},
|
||||
"role-picker": {
|
||||
"built-in": {
|
||||
"basic-roles": ""
|
||||
},
|
||||
"input": {
|
||||
"no-roles": ""
|
||||
},
|
||||
"menu": {
|
||||
"clear-button": "",
|
||||
"tooltip": ""
|
||||
},
|
||||
"sub-menu": {
|
||||
"clear-button": ""
|
||||
},
|
||||
"title": {
|
||||
"description": ""
|
||||
}
|
||||
@ -2523,6 +2734,11 @@
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"route-error": {
|
||||
"description": "",
|
||||
"reload-button": "",
|
||||
"title": ""
|
||||
},
|
||||
"save-dashboards": {
|
||||
"name-exists": {
|
||||
"message-info": "",
|
||||
@ -2795,6 +3011,17 @@
|
||||
},
|
||||
"title": "首选项"
|
||||
},
|
||||
"sign-up": {
|
||||
"back-button": "",
|
||||
"submit-button": "",
|
||||
"verify": {
|
||||
"back-button": "",
|
||||
"complete-button": "",
|
||||
"header": "",
|
||||
"info": "",
|
||||
"send-button": ""
|
||||
}
|
||||
},
|
||||
"silences": {
|
||||
"empty-state": {
|
||||
"button-title": "",
|
||||
@ -2847,6 +3074,7 @@
|
||||
"view-button": "查看"
|
||||
},
|
||||
"tag-filter": {
|
||||
"clear-button": "",
|
||||
"loading": "加载中...",
|
||||
"no-tags": "未找到标签",
|
||||
"placeholder": "按标签筛选"
|
||||
@ -2967,6 +3195,13 @@
|
||||
"add-transformation-header": "开始转换数据"
|
||||
}
|
||||
},
|
||||
"upgrade-box": {
|
||||
"discovery-text": "",
|
||||
"discovery-text-continued": "",
|
||||
"get-started": "",
|
||||
"learn-more": "",
|
||||
"upgrade-button": ""
|
||||
},
|
||||
"user-orgs": {
|
||||
"current-org-button": "当前",
|
||||
"name-column": "姓名",
|
||||
|
Loading…
Reference in New Issue
Block a user