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:
Josh Hunt
2023-01-04 15:28:07 +00:00
committed by GitHub
parent d572ccdb2a
commit a26d4c90b2
10 changed files with 122 additions and 3 deletions

View File

@@ -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"