Skip to content

Commit

Permalink
chore(translations): auto generate values for languages other than en…
Browse files Browse the repository at this point in the history
…glish
  • Loading branch information
actions-user committed Jan 8, 2025
1 parent 74d8702 commit 172578e
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 11 deletions.
4 changes: 3 additions & 1 deletion ui/src/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -1037,6 +1037,8 @@
"label": "Filter auswählen"
},
"custom value": "Benutzerdefinierter Wert",
"execution restarted": "Diese Ausführung wurde {nbRestart} Mal neu gestartet."
"execution restarted": "Diese Ausführung wurde {nbRestart} Mal neu gestartet.",
"execution replay": "Diese Ausführung ist eine Wiederholung von <code>{originalId}</code>.",
"execution replayed": "Diese Ausführung wurde erneut abgespielt."
}
}
4 changes: 3 additions & 1 deletion ui/src/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -1037,6 +1037,8 @@
"label": "Elegir filtros"
},
"custom value": "Valor personalizado",
"execution restarted": "Esta ejecución se ha reiniciado {nbRestart} vez/veces."
"execution restarted": "Esta ejecución se ha reiniciado {nbRestart} vez/veces.",
"execution replay": "Esta ejecución es una repetición de <code>{originalId}</code>.",
"execution replayed": "Esta ejecución ha sido reproducida."
}
}
4 changes: 3 additions & 1 deletion ui/src/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -1037,6 +1037,8 @@
"label": "Choisir des filtres"
},
"custom value": "Valeur personnalisée",
"execution restarted": "Cette exécution a été redémarrée {nbRestart} fois."
"execution restarted": "Cette exécution a été redémarrée {nbRestart} fois.",
"execution replay": "Cette exécution est une relecture de <code>{originalId}</code>.",
"execution replayed": "Cette exécution a été rejouée."
}
}
4 changes: 3 additions & 1 deletion ui/src/translations/hi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1037,6 +1037,8 @@
"label": "फिल्टर चुनें"
},
"custom value": "कस्टम value",
"execution restarted": "इस execution को {nbRestart} बार पुनः प्रारंभ किया गया है।"
"execution restarted": "इस execution को {nbRestart} बार पुनः प्रारंभ किया गया है।",
"execution replay": "यह execution <code>{originalId}</code> का पुनः प्रदर्शन है।",
"execution replayed": "इस execution को पुनः चलाया गया है।"
}
}
4 changes: 3 additions & 1 deletion ui/src/translations/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -1037,6 +1037,8 @@
"label": "Scegli filtri"
},
"custom value": "Valore personalizzato",
"execution restarted": "Questa esecuzione è stata riavviata {nbRestart} volta(e)."
"execution restarted": "Questa esecuzione è stata riavviata {nbRestart} volta(e).",
"execution replay": "Questa esecuzione è una ripetizione di <code>{originalId}</code>.",
"execution replayed": "Questa esecuzione è stata ripetuta."
}
}
4 changes: 3 additions & 1 deletion ui/src/translations/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -1037,6 +1037,8 @@
"label": "フィルターを選択"
},
"custom value": "カスタム value",
"execution restarted": "この実行は{nbRestart}回再開されました。"
"execution restarted": "この実行は{nbRestart}回再開されました。",
"execution replay": "この実行は<code>{originalId}</code>のリプレイです。",
"execution replayed": "この実行は再実行されました。"
}
}
4 changes: 3 additions & 1 deletion ui/src/translations/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -1037,6 +1037,8 @@
"label": "필터 선택"
},
"custom value": "사용자 정의 value",
"execution restarted": "이 실행은 {nbRestart}번 다시 시작되었습니다."
"execution restarted": "이 실행은 {nbRestart}번 다시 시작되었습니다.",
"execution replay": "이 실행은 <code>{originalId}</code>의 재실행입니다.",
"execution replayed": "이 실행은 재생되었습니다."
}
}
4 changes: 3 additions & 1 deletion ui/src/translations/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -1037,6 +1037,8 @@
"label": "Wybierz filtry"
},
"custom value": "Wartość niestandardowa",
"execution restarted": "Ta wykonanie zostało ponownie uruchomione {nbRestart} raz(y)."
"execution restarted": "Ta wykonanie zostało ponownie uruchomione {nbRestart} raz(y).",
"execution replay": "To wykonanie jest powtórką <code>{originalId}</code>.",
"execution replayed": "Ta wykonanie zostało odtworzone."
}
}
4 changes: 3 additions & 1 deletion ui/src/translations/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -1037,6 +1037,8 @@
"label": "Escolher filtros"
},
"custom value": "Valor personalizado",
"execution restarted": "Esta execução foi reiniciada {nbRestart} vez(es)."
"execution restarted": "Esta execução foi reiniciada {nbRestart} vez(es).",
"execution replay": "Esta execução é uma repetição de <code>{originalId}</code>.",
"execution replayed": "Esta execução foi reproduzida."
}
}
4 changes: 3 additions & 1 deletion ui/src/translations/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -1037,6 +1037,8 @@
"label": "Выберите фильтры"
},
"custom value": "Пользовательское значение",
"execution restarted": "Это выполнение было перезапущено {nbRestart} раз(а)."
"execution restarted": "Это выполнение было перезапущено {nbRestart} раз(а).",
"execution replay": "Это выполнение является повтором <code>{originalId}</code>.",
"execution replayed": "Это выполнение было воспроизведено."
}
}
4 changes: 3 additions & 1 deletion ui/src/translations/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -1037,6 +1037,8 @@
"label": "选择过滤器"
},
"custom value": "自定义值",
"execution restarted": "此执行已重新启动{nbRestart}次。"
"execution restarted": "此执行已重新启动{nbRestart}次。",
"execution replay": "此执行是对<code>{originalId}</code>的重放。",
"execution replayed": "此执行已被重放。"
}
}

0 comments on commit 172578e

Please sign in to comment.