mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
i18n: Markup up correlations forms for translations (#75264)
* correlations/forms * Update public/app/features/correlations/Forms/ConfigureCorrelationBasicInfoForm.tsx Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com> * Update public/app/features/correlations/Forms/ConfigureCorrelationBasicInfoForm.tsx Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com> * Update public/app/features/correlations/Forms/ConfigureCorrelationBasicInfoForm.tsx Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com> * Update public/app/features/correlations/Forms/ConfigureCorrelationBasicInfoForm.tsx Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com> * Added rest of filed * minor-changes * map function * retriggered * Update public/app/features/correlations/Forms/TransformationsEditor.tsx Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com> * removed whitespace * removed whitespace * more changes --------- Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com> Co-authored-by: Piotr Jamróz <pm.jamroz@gmail.com>
This commit is contained in:
@@ -143,6 +143,16 @@
|
||||
"error-message": "",
|
||||
"title": ""
|
||||
},
|
||||
"basic-info-form": {
|
||||
"description-description": "",
|
||||
"description-label": "",
|
||||
"label-description": "",
|
||||
"label-label": "",
|
||||
"label-placeholder": "",
|
||||
"label-required": "",
|
||||
"sub-text": "",
|
||||
"title": ""
|
||||
},
|
||||
"list": {
|
||||
"delete": "",
|
||||
"label": "",
|
||||
@@ -151,9 +161,73 @@
|
||||
"source": "",
|
||||
"target": ""
|
||||
},
|
||||
"navigation-form": {
|
||||
"add-button": "",
|
||||
"back-button": "",
|
||||
"next-button": "",
|
||||
"save-button": ""
|
||||
},
|
||||
"page-content": "",
|
||||
"page-heading": "",
|
||||
"sub-title": ""
|
||||
"query-editor": {
|
||||
"control-rules": "",
|
||||
"data-source-text": "",
|
||||
"data-source-title": "",
|
||||
"error-text": "",
|
||||
"error-title": "",
|
||||
"loading": "",
|
||||
"query-description": "",
|
||||
"query-editor-title": "",
|
||||
"query-label": ""
|
||||
},
|
||||
"source-form": {
|
||||
"control-required": "",
|
||||
"description": "",
|
||||
"heading": "",
|
||||
"results-description": "",
|
||||
"results-label": "",
|
||||
"results-required": "",
|
||||
"source-description": "",
|
||||
"source-label": "",
|
||||
"sub-text": "",
|
||||
"title": ""
|
||||
},
|
||||
"sub-title": "",
|
||||
"target-form": {
|
||||
"control-rules": "",
|
||||
"sub-text": "",
|
||||
"target-description": "",
|
||||
"target-label": "",
|
||||
"title": ""
|
||||
},
|
||||
"trans-details": {
|
||||
"logfmt-description": "",
|
||||
"logfmt-label": "",
|
||||
"regex-description": "",
|
||||
"regex-expression": "",
|
||||
"regex-label": "",
|
||||
"regex-map-values": ""
|
||||
},
|
||||
"transform": {
|
||||
"add-button": "",
|
||||
"heading": "",
|
||||
"no-transform": ""
|
||||
},
|
||||
"transform-row": {
|
||||
"expression-label": "",
|
||||
"expression-required": "",
|
||||
"expression-tooltip": "",
|
||||
"field-input": "",
|
||||
"field-label": "",
|
||||
"field-tooltip": "",
|
||||
"map-value-label": "",
|
||||
"map-value-tooltip": "",
|
||||
"remove-button": "",
|
||||
"remove-tooltip": "",
|
||||
"transform-required": "",
|
||||
"type-label": "",
|
||||
"type-tooltip": ""
|
||||
}
|
||||
},
|
||||
"dashboard": {
|
||||
"add-menu": {
|
||||
|
||||
Reference in New Issue
Block a user