mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
Internationalization: Mark up more of Dashboard Variables and Browse/Search Dashboards (#63518)
* Extract dirty translations from main * Translate some variable phrases * Translate nav bar * Translate search/browse * Fix header returning null * Translate search results type * fix test
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
"section": {
|
||||
"actions": "Actions",
|
||||
"dashboard-search-results": "Dashboards",
|
||||
"folder-search-results": "Folders",
|
||||
"pages": "Pages",
|
||||
"preferences": "Preferences",
|
||||
"recent-dashboards": "Recent dashboards"
|
||||
@@ -110,6 +111,13 @@
|
||||
"folder-picker": {
|
||||
"loading": "Loading folders..."
|
||||
},
|
||||
"grafana-ui": {
|
||||
"segment-async": {
|
||||
"error": "Failed to load options",
|
||||
"loading": "Loading options...",
|
||||
"no-options": "No options found"
|
||||
}
|
||||
},
|
||||
"library-panel": {
|
||||
"add-modal": {
|
||||
"cancel": "Cancel",
|
||||
@@ -251,6 +259,9 @@
|
||||
"manage-dashboards": {
|
||||
"title": "Browse"
|
||||
},
|
||||
"manage-folder": {
|
||||
"subtitle": "Manage folder dashboards and permissions"
|
||||
},
|
||||
"monitoring": {
|
||||
"subtitle": "Monitoring and infrastructure apps",
|
||||
"title": "Monitoring"
|
||||
@@ -345,6 +356,11 @@
|
||||
"navigation": {
|
||||
"kiosk": {
|
||||
"tv-alert": "Press ESC to exit kiosk mode"
|
||||
},
|
||||
"toolbar": {
|
||||
"enable-kiosk": "Enable kiosk mode",
|
||||
"toggle-menu": "Toggle menu",
|
||||
"toggle-search-bar": "Toggle top search bar"
|
||||
}
|
||||
},
|
||||
"news": {
|
||||
@@ -393,11 +409,37 @@
|
||||
}
|
||||
},
|
||||
"search": {
|
||||
"actions": {
|
||||
"include-panels": "Include panels",
|
||||
"remove-datasource-filter": "Datasource: {{datasource}}",
|
||||
"sort-placeholder": "Sort",
|
||||
"starred": "Starred",
|
||||
"view-as-folders": "View by folders",
|
||||
"view-as-grid": "Grid view",
|
||||
"view-as-list": "View as list"
|
||||
},
|
||||
"dashboard-actions": {
|
||||
"import": "Import",
|
||||
"new": "New",
|
||||
"new-dashboard": "New Dashboard",
|
||||
"new-folder": "New Folder"
|
||||
},
|
||||
"folder-view": {
|
||||
"go-to-folder": "Go to folder",
|
||||
"select-folder": "Select folder"
|
||||
},
|
||||
"results-table": {
|
||||
"datasource-header": "Data source",
|
||||
"location-header": "Location",
|
||||
"name-header": "Name",
|
||||
"tags-header": "Tags",
|
||||
"type-dashboard": "Dashboard",
|
||||
"type-folder": "Folder",
|
||||
"type-header": "Type"
|
||||
},
|
||||
"search-input": {
|
||||
"include-panels-placeholder": "Search for dashboards and panels",
|
||||
"placeholder": "Search for dashboards"
|
||||
}
|
||||
},
|
||||
"share-modal": {
|
||||
@@ -497,6 +539,11 @@
|
||||
},
|
||||
"title": "Preferences"
|
||||
},
|
||||
"tag-filter": {
|
||||
"loading": "Loading...",
|
||||
"no-tags": "No tags found",
|
||||
"placeholder": "Filter by tag"
|
||||
},
|
||||
"time-picker": {
|
||||
"absolute": {
|
||||
"recent-title": "Recently used absolute ranges",
|
||||
@@ -572,12 +619,20 @@
|
||||
"loading": "Loading sessions..."
|
||||
},
|
||||
"variable": {
|
||||
"adhoc": {
|
||||
"placeholder": "Select value"
|
||||
},
|
||||
"dropdown": {
|
||||
"placeholder": "Enter variable value"
|
||||
},
|
||||
"picker": {
|
||||
"input": "Enter variable value",
|
||||
"link-all": "All",
|
||||
"option-all": "All",
|
||||
"option-selected-values": "Selected",
|
||||
"option-tooltip": "Clear selections"
|
||||
},
|
||||
"textbox": {
|
||||
"placeholder": "Enter variable value"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user