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