mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 19:54:10 -06:00
Internationalization: Translate ShareSnapshot label (#58802)
This commit is contained in:
parent
3f63ca06c3
commit
515440979b
@ -278,7 +278,7 @@ export class ShareSnapshot extends PureComponent<Props, State> {
|
||||
|
||||
return (
|
||||
<>
|
||||
<Field label="Snapshot URL">
|
||||
<Field label={t('share-modal.snapshot.url-label', 'Snapshot URL')}>
|
||||
<Input
|
||||
id="snapshot-url-input"
|
||||
value={snapshotUrl}
|
||||
|
@ -384,7 +384,8 @@
|
||||
"mistake-message": "Hast du einen Fehler gemacht? ",
|
||||
"name": "Name des Schnappschusses",
|
||||
"timeout": "Timeout (Sekunden)",
|
||||
"timeout-description": "Wenn die Erfassung deiner Dashboard-Metriken lange dauert, musst du ggf. den Timeout-Wert anpassen."
|
||||
"timeout-description": "Wenn die Erfassung deiner Dashboard-Metriken lange dauert, musst du ggf. den Timeout-Wert anpassen.",
|
||||
"url-label": ""
|
||||
},
|
||||
"tab-title": {
|
||||
"embed": "Einbetten",
|
||||
|
@ -384,7 +384,8 @@
|
||||
"mistake-message": "Did you make a mistake? ",
|
||||
"name": "Snapshot name",
|
||||
"timeout": "Timeout (seconds)",
|
||||
"timeout-description": "You might need to configure the timeout value if it takes a long time to collect your dashboard metrics."
|
||||
"timeout-description": "You might need to configure the timeout value if it takes a long time to collect your dashboard metrics.",
|
||||
"url-label": "Snapshot URL"
|
||||
},
|
||||
"tab-title": {
|
||||
"embed": "Embed",
|
||||
|
@ -384,7 +384,8 @@
|
||||
"mistake-message": "¿Ha cometido un error? ",
|
||||
"name": "Nombre de la instantánea",
|
||||
"timeout": "Tiempo de espera (segundos)",
|
||||
"timeout-description": "Es posible que deba configurar el valor del tiempo de espera si se tarda mucho tiempo en recopilar las métricas del panel."
|
||||
"timeout-description": "Es posible que deba configurar el valor del tiempo de espera si se tarda mucho tiempo en recopilar las métricas del panel.",
|
||||
"url-label": ""
|
||||
},
|
||||
"tab-title": {
|
||||
"embed": "Incrustar",
|
||||
|
@ -384,7 +384,8 @@
|
||||
"mistake-message": "Avez-vous commis une erreur\u00a0? ",
|
||||
"name": "Nom de l'instantané",
|
||||
"timeout": "Délai d’expiration (secondes)",
|
||||
"timeout-description": "Vous devrez peut-être configurer la valeur du délai d'expiration si la collecte des métriques de votre tableau de bord prend beaucoup de temps."
|
||||
"timeout-description": "Vous devrez peut-être configurer la valeur du délai d'expiration si la collecte des métriques de votre tableau de bord prend beaucoup de temps.",
|
||||
"url-label": ""
|
||||
},
|
||||
"tab-title": {
|
||||
"embed": "Intégrer",
|
||||
|
@ -384,7 +384,8 @@
|
||||
"mistake-message": "Đįđ yőū mäĸę ä mįşŧäĸę? ",
|
||||
"name": "Ŝʼnäpşĥőŧ ʼnämę",
|
||||
"timeout": "Ŧįmęőūŧ (şęčőʼnđş)",
|
||||
"timeout-description": "Ÿőū mįģĥŧ ʼnęęđ ŧő čőʼnƒįģūřę ŧĥę ŧįmęőūŧ väľūę įƒ įŧ ŧäĸęş ä ľőʼnģ ŧįmę ŧő čőľľęčŧ yőūř đäşĥþőäřđ męŧřįčş."
|
||||
"timeout-description": "Ÿőū mįģĥŧ ʼnęęđ ŧő čőʼnƒįģūřę ŧĥę ŧįmęőūŧ väľūę įƒ įŧ ŧäĸęş ä ľőʼnģ ŧįmę ŧő čőľľęčŧ yőūř đäşĥþőäřđ męŧřįčş.",
|
||||
"url-label": "Ŝʼnäpşĥőŧ ŮŖĿ"
|
||||
},
|
||||
"tab-title": {
|
||||
"embed": "Ēmþęđ",
|
||||
|
@ -384,7 +384,8 @@
|
||||
"mistake-message": "是不是弄错了什么?",
|
||||
"name": "快照名称",
|
||||
"timeout": "超时(秒)",
|
||||
"timeout-description": "如果需要很长时间才能收集仪表板指标,则可能需要配置超时值。"
|
||||
"timeout-description": "如果需要很长时间才能收集仪表板指标,则可能需要配置超时值。",
|
||||
"url-label": ""
|
||||
},
|
||||
"tab-title": {
|
||||
"embed": "嵌入",
|
||||
|
Loading…
Reference in New Issue
Block a user