mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Internationalization: Mark up PlaylistEditPage for translations (#74455)
* PlaylistEdit Page i18n * Update public/app/features/playlist/PlaylistEditPage.tsx Co-authored-by: Ashley Harrison <ashharrison90@gmail.com> * Update public/app/features/playlist/PlaylistEditPage.tsx Co-authored-by: Ashley Harrison <ashharrison90@gmail.com> * PlaylistForm * more changes * PlaylistForm * PlaylistForm * Update public/app/features/playlist/PlaylistEditPage.tsx Co-authored-by: Ashley Harrison <ashharrison90@gmail.com> * Update public/app/features/playlist/PlaylistEditPage.tsx Co-authored-by: Ashley Harrison <ashharrison90@gmail.com> * Update PlaylistForm.tsx * Update Add- labels * couple of missed keys --------- Co-authored-by: Ashley Harrison <ashharrison90@gmail.com> Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
@@ -613,6 +613,29 @@
|
||||
"view": "Afficher"
|
||||
}
|
||||
},
|
||||
"playlist-edit": {
|
||||
"error-prefix": "",
|
||||
"form": {
|
||||
"add-tag-label": "",
|
||||
"add-tag-placeholder": "",
|
||||
"add-title-label": "",
|
||||
"cancel": "",
|
||||
"heading": "",
|
||||
"interval-label": "",
|
||||
"interval-placeholder": "",
|
||||
"interval-required": "",
|
||||
"name-label": "",
|
||||
"name-placeholder": "",
|
||||
"name-required": "",
|
||||
"save": "",
|
||||
"table-delete": "",
|
||||
"table-drag": "",
|
||||
"table-empty": "",
|
||||
"table-heading": ""
|
||||
},
|
||||
"sub-title": "",
|
||||
"title": ""
|
||||
},
|
||||
"refresh-picker": {
|
||||
"aria-label": {
|
||||
"choose-interval": "Actualisation automatique désactivée. Choisir un intervalle de temps d'actualisation",
|
||||
|
||||
Reference in New Issue
Block a user