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 authored and loicmathieu committed Jan 7, 2025
1 parent 576e023 commit 4dbf938
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 11 deletions.
3 changes: 2 additions & 1 deletion ui/src/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,7 @@
"format": "Geben Sie den Parameter als 'key:value' ein",
"label": "Filter auswählen"
},
"custom value": "Benutzerdefinierter Wert"
"custom value": "Benutzerdefinierter Wert",
"execution restarted": "Diese Ausführung wurde {nbRestart} Mal neu gestartet."
}
}
3 changes: 2 additions & 1 deletion ui/src/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,7 @@
"format": "Escriba el parámetro como 'key:value'",
"label": "Elegir filtros"
},
"custom value": "Valor personalizado"
"custom value": "Valor personalizado",
"execution restarted": "Esta ejecución se ha reiniciado {nbRestart} vez/veces."
}
}
3 changes: 2 additions & 1 deletion ui/src/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,7 @@
"format": "Tapez le paramètre comme 'key:value'",
"label": "Choisir des filtres"
},
"custom value": "Valeur personnalisée"
"custom value": "Valeur personnalisée",
"execution restarted": "Cette exécution a été redémarrée {nbRestart} fois."
}
}
3 changes: 2 additions & 1 deletion ui/src/translations/hi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,7 @@
"format": "'key:value' के रूप में पैरामीटर टाइप करें",
"label": "फिल्टर चुनें"
},
"custom value": "कस्टम value"
"custom value": "कस्टम value",
"execution restarted": "इस execution को {nbRestart} बार पुनः प्रारंभ किया गया है।"
}
}
3 changes: 2 additions & 1 deletion ui/src/translations/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,7 @@
"format": "Digita il parametro come 'key:value'",
"label": "Scegli filtri"
},
"custom value": "Valore personalizzato"
"custom value": "Valore personalizzato",
"execution restarted": "Questa esecuzione è stata riavviata {nbRestart} volta(e)."
}
}
3 changes: 2 additions & 1 deletion ui/src/translations/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,7 @@
"format": "「key:value」としてパラメータを入力してください。",
"label": "フィルターを選択"
},
"custom value": "カスタム value"
"custom value": "カスタム value",
"execution restarted": "この実行は{nbRestart}回再開されました。"
}
}
3 changes: 2 additions & 1 deletion ui/src/translations/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,7 @@
"format": "'key:value'로 매개변수 입력",
"label": "필터 선택"
},
"custom value": "사용자 정의 value"
"custom value": "사용자 정의 value",
"execution restarted": "이 실행은 {nbRestart}번 다시 시작되었습니다."
}
}
3 changes: 2 additions & 1 deletion ui/src/translations/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,7 @@
"format": "Wpisz parametr jako 'key:value'",
"label": "Wybierz filtry"
},
"custom value": "Wartość niestandardowa"
"custom value": "Wartość niestandardowa",
"execution restarted": "Ta wykonanie zostało ponownie uruchomione {nbRestart} raz(y)."
}
}
3 changes: 2 additions & 1 deletion ui/src/translations/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,7 @@
"format": "Digite o parâmetro como 'key:value'",
"label": "Escolher filtros"
},
"custom value": "Valor personalizado"
"custom value": "Valor personalizado",
"execution restarted": "Esta execução foi reiniciada {nbRestart} vez(es)."
}
}
3 changes: 2 additions & 1 deletion ui/src/translations/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,7 @@
"format": "Введите параметр в формате 'key:value'",
"label": "Выберите фильтры"
},
"custom value": "Пользовательское значение"
"custom value": "Пользовательское значение",
"execution restarted": "Это выполнение было перезапущено {nbRestart} раз(а)."
}
}
3 changes: 2 additions & 1 deletion ui/src/translations/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,7 @@
"format": "将参数输入为 'key:value'",
"label": "选择过滤器"
},
"custom value": "自定义值"
"custom value": "自定义值",
"execution restarted": "此执行已重新启动{nbRestart}次。"
}
}

0 comments on commit 4dbf938

Please sign in to comment.