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": "Unmark as favorite"
|
||||
}
|
||||
},
|
||||
"datasource-onboarding": {
|
||||
"contact-admin": "Please contact your administrator to configure data sources.",
|
||||
"explanation": "To visualize your data, you'll need to connect it first.",
|
||||
"logo": "Logo for {{datasourceName}} data source",
|
||||
"new-dashboard": "New dashboard",
|
||||
"preferred": "Connect your preferred data source:",
|
||||
"sampleData": "Or set up a new dashboard with sample data",
|
||||
"viewAll": "View all",
|
||||
"welcome": "Welcome to Grafana dashboards!"
|
||||
},
|
||||
"folder-picker": {
|
||||
"loading": "Loading folders..."
|
||||
},
|
||||
@@ -131,6 +141,9 @@
|
||||
"subtitle": "See grouped alerts from an Alertmanager instance",
|
||||
"title": "Groups"
|
||||
},
|
||||
"alerting-home": {
|
||||
"title": "Home"
|
||||
},
|
||||
"alerting-legacy": {
|
||||
"title": "Alerting (legacy)"
|
||||
},
|
||||
@@ -208,6 +221,7 @@
|
||||
"help/documentation": "Documentation",
|
||||
"help/keyboard-shortcuts": "Keyboard shortcuts",
|
||||
"help/support": "Support",
|
||||
"help/support-bundle": "Support Bundles",
|
||||
"home": {
|
||||
"title": "Home"
|
||||
},
|
||||
@@ -298,6 +312,10 @@
|
||||
"subtitle": "Manage file storage",
|
||||
"title": "Storage"
|
||||
},
|
||||
"support-bundles": {
|
||||
"subtitle": "Download support bundles",
|
||||
"title": "Support Bundles"
|
||||
},
|
||||
"teams": {
|
||||
"subtitle": "Groups of users that have common dashboard and permission needs",
|
||||
"title": "Teams"
|
||||
|
||||
Reference in New Issue
Block a user