Internationalization: Translate RefreshPicker component (#58530)

This commit is contained in:
Laura Fernández
2022-11-14 17:47:15 +01:00
committed by GitHub
parent 67bd0d5537
commit dd0d034796
8 changed files with 137 additions and 84 deletions
+17 -6
View File
@@ -59,12 +59,6 @@
"rows": "Gesamtanzahl an Zeilen",
"table-title": "Statistiken"
},
"refresh-picker": {
"off-arialabel": "Automatische Aktualisierung deaktivieren",
"off-description": "Automatische Aktualisierung deaktiviert. Zeitintervall für Aktualisierungen auswählen",
"off-label": "Aus",
"on-description": ""
},
"toolbar": {
"add-panel": "Panel hinzufügen",
"comments-show": "Dashboard-Kommentare anzeigen",
@@ -315,6 +309,23 @@
"view": "Anzeigen"
}
},
"refresh-picker": {
"aria-label": {
"choose-interval": "",
"duration-selected": ""
},
"live-option": {
"aria-label": "",
"label": ""
},
"off-option": {
"aria-label": "",
"label": ""
},
"select-button": {
"auto-refresh": ""
}
},
"share-modal": {
"dashboard": {
"title": "Teilen"
+17 -6
View File
@@ -59,12 +59,6 @@
"rows": "Total number rows",
"table-title": "Stats"
},
"refresh-picker": {
"off-arialabel": "Turn off auto refresh",
"off-description": "Auto refresh turned off. Choose refresh time interval",
"off-label": "Off",
"on-description": ""
},
"toolbar": {
"add-panel": "Add panel",
"comments-show": "Show dashboard comments",
@@ -315,6 +309,23 @@
"view": "View"
}
},
"refresh-picker": {
"aria-label": {
"choose-interval": "Auto refresh turned off. Choose refresh time interval",
"duration-selected": "Choose refresh time interval with current interval {{durationAriaLabel}} selected"
},
"live-option": {
"aria-label": "Turn on live streaming",
"label": "Live"
},
"off-option": {
"aria-label": "Turn off auto refresh",
"label": "Off"
},
"select-button": {
"auto-refresh": "Set auto refresh interval"
}
},
"share-modal": {
"dashboard": {
"title": "Share"
+17 -6
View File
@@ -59,12 +59,6 @@
"rows": "Número total de filas",
"table-title": "Estadísticas"
},
"refresh-picker": {
"off-arialabel": "Desactivar actualización automática",
"off-description": "Actualización automática desactivada. Elija un intervalo de tiempo de actualización",
"off-label": "Apagado",
"on-description": ""
},
"toolbar": {
"add-panel": "Añadir panel",
"comments-show": "Mostrar comentarios del panel de control",
@@ -315,6 +309,23 @@
"view": "Vista"
}
},
"refresh-picker": {
"aria-label": {
"choose-interval": "",
"duration-selected": ""
},
"live-option": {
"aria-label": "",
"label": ""
},
"off-option": {
"aria-label": "",
"label": ""
},
"select-button": {
"auto-refresh": ""
}
},
"share-modal": {
"dashboard": {
"title": "Compartir"
+17 -6
View File
@@ -59,12 +59,6 @@
"rows": "Nombre total de lignes",
"table-title": "Statistiques"
},
"refresh-picker": {
"off-arialabel": "Désactiver l'actualisation automatique",
"off-description": "Actualisation automatique désactivée. Choisir un intervalle de temps d'actualisation",
"off-label": "Désactivé",
"on-description": ""
},
"toolbar": {
"add-panel": "Ajouter un panneau",
"comments-show": "Afficher les commentaires du tableau de bord",
@@ -315,6 +309,23 @@
"view": "Afficher"
}
},
"refresh-picker": {
"aria-label": {
"choose-interval": "",
"duration-selected": ""
},
"live-option": {
"aria-label": "",
"label": ""
},
"off-option": {
"aria-label": "",
"label": ""
},
"select-button": {
"auto-refresh": ""
}
},
"share-modal": {
"dashboard": {
"title": "Partager"
+17 -6
View File
@@ -59,12 +59,6 @@
"rows": "Ŧőŧäľ ʼnūmþęř řőŵş",
"table-title": "Ŝŧäŧş"
},
"refresh-picker": {
"off-arialabel": "Ŧūřʼn őƒƒ äūŧő řęƒřęşĥ",
"off-description": "Åūŧő řęƒřęşĥ ŧūřʼnęđ őƒƒ. Cĥőőşę řęƒřęşĥ ŧįmę įʼnŧęřväľ",
"off-label": "؃ƒ",
"on-description": ""
},
"toolbar": {
"add-panel": "Åđđ päʼnęľ",
"comments-show": "Ŝĥőŵ đäşĥþőäřđ čőmmęʼnŧş",
@@ -315,6 +309,23 @@
"view": "Vįęŵ"
}
},
"refresh-picker": {
"aria-label": {
"choose-interval": "Åūŧő řęƒřęşĥ ŧūřʼnęđ őƒƒ. Cĥőőşę řęƒřęşĥ ŧįmę įʼnŧęřväľ",
"duration-selected": "Cĥőőşę řęƒřęşĥ ŧįmę įʼnŧęřväľ ŵįŧĥ čūřřęʼnŧ įʼnŧęřväľ {{đūřäŧįőʼnÅřįäĿäþęľ}} şęľęčŧęđ"
},
"live-option": {
"aria-label": "Ŧūřʼn őʼn ľįvę şŧřęämįʼnģ",
"label": "Ŀįvę"
},
"off-option": {
"aria-label": "Ŧūřʼn őƒƒ äūŧő řęƒřęşĥ",
"label": "؃ƒ"
},
"select-button": {
"auto-refresh": "Ŝęŧ äūŧő řęƒřęşĥ įʼnŧęřväľ"
}
},
"share-modal": {
"dashboard": {
"title": "Ŝĥäřę"
+17 -6
View File
@@ -59,12 +59,6 @@
"rows": "总行数",
"table-title": "统计信息"
},
"refresh-picker": {
"off-arialabel": "关闭自动刷新",
"off-description": "自动刷新已关闭。选择刷新时间间隔",
"off-label": "关",
"on-description": ""
},
"toolbar": {
"add-panel": "添加面板",
"comments-show": "显示仪表板备注",
@@ -315,6 +309,23 @@
"view": "查看"
}
},
"refresh-picker": {
"aria-label": {
"choose-interval": "",
"duration-selected": ""
},
"live-option": {
"aria-label": "",
"label": ""
},
"off-option": {
"aria-label": "",
"label": ""
},
"select-button": {
"auto-refresh": ""
}
},
"share-modal": {
"dashboard": {
"title": "分享"