mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
I18N: Fail i18n:extract on warnings + update strings (#60949)
* I18N: Fail i18n:extract on warnings * I18N: Fix onboarding page title * extract all strings * move t reassign outside of function
This commit is contained in:
@@ -80,6 +80,16 @@
|
||||
"unmark-favorite": "Supprimer des favoris"
|
||||
}
|
||||
},
|
||||
"datasource-onboarding": {
|
||||
"contact-admin": "",
|
||||
"explanation": "",
|
||||
"logo": "",
|
||||
"new-dashboard": "",
|
||||
"preferred": "",
|
||||
"sampleData": "",
|
||||
"viewAll": "",
|
||||
"welcome": ""
|
||||
},
|
||||
"folder-picker": {
|
||||
"loading": "Chargement des dossiers..."
|
||||
},
|
||||
@@ -131,6 +141,9 @@
|
||||
"subtitle": "Consulter les alertes groupées d'une instance Alertmanager",
|
||||
"title": "Groupes"
|
||||
},
|
||||
"alerting-home": {
|
||||
"title": ""
|
||||
},
|
||||
"alerting-legacy": {
|
||||
"title": "Alerte (existante)"
|
||||
},
|
||||
@@ -208,6 +221,7 @@
|
||||
"help/documentation": "Documentation",
|
||||
"help/keyboard-shortcuts": "Raccourcis clavier",
|
||||
"help/support": "Assistance",
|
||||
"help/support-bundle": "",
|
||||
"home": {
|
||||
"title": "Accueil"
|
||||
},
|
||||
@@ -298,6 +312,10 @@
|
||||
"subtitle": "Gérer le stockage de fichiers",
|
||||
"title": "Stockage"
|
||||
},
|
||||
"support-bundles": {
|
||||
"subtitle": "",
|
||||
"title": ""
|
||||
},
|
||||
"teams": {
|
||||
"subtitle": "Groupes d'utilisateurs ayant des besoins communs en matière de tableau de bord et d'autorisations",
|
||||
"title": "Équipes"
|
||||
|
||||
Reference in New Issue
Block a user