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 Dec 13, 2024
1 parent 3cb4fef commit ddcc1a9
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/src/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -980,6 +980,9 @@
"guidance_desc": "Benötigen Sie Unterstützung, um Ihren Flow auszuführen?",
"guidance_sub_desc": "Folgen Sie der Dokumentation für alle Informationen, die Sie benötigen.",
"title": "Beginnen Sie mit der Automatisierung mit"
},
"filters": {
"empty": "Keine Daten"
}
}
}
3 changes: 3 additions & 0 deletions ui/src/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -980,6 +980,9 @@
"guidance_desc": "¿Necesitas orientación para ejecutar tu flow?",
"guidance_sub_desc": "Sigue la documentación para toda la información que necesitas.",
"title": "Comienza a automatizar con"
},
"filters": {
"empty": "Sin datos"
}
}
}
3 changes: 3 additions & 0 deletions ui/src/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -980,6 +980,9 @@
"guidance_desc": "Besoin d'aide pour exécuter votre flow ?",
"guidance_sub_desc": "Suivez la documentation pour toutes les informations dont vous avez besoin.",
"title": "Commencez à automatiser avec"
},
"filters": {
"empty": "Aucune donnée"
}
}
}
3 changes: 3 additions & 0 deletions ui/src/translations/hi.json
Original file line number Diff line number Diff line change
Expand Up @@ -980,6 +980,9 @@
"guidance_desc": "क्या आपको अपने flow को निष्पादित करने के लिए मार्गदर्शन चाहिए?",
"guidance_sub_desc": "दस्तावेज़ीकरण का पालन करें ताकि आपको सभी जानकारी मिल सके जिसकी आपको आवश्यकता है।",
"title": "स्वचालन शुरू करें साथ में"
},
"filters": {
"empty": "कोई डेटा नहीं"
}
}
}
3 changes: 3 additions & 0 deletions ui/src/translations/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -980,6 +980,9 @@
"guidance_desc": "Hai bisogno di assistenza per eseguire il tuo flow?",
"guidance_sub_desc": "Segui la documentazione per tutte le informazioni di cui hai bisogno.",
"title": "Inizia ad automatizzare con"
},
"filters": {
"empty": "Nessun dato"
}
}
}
3 changes: 3 additions & 0 deletions ui/src/translations/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -980,6 +980,9 @@
"guidance_desc": "フローを実行するためのガイダンスが必要ですか?",
"guidance_sub_desc": "ドキュメントを参照して、必要なすべての情報を確認してください。",
"title": "自動化を開始"
},
"filters": {
"empty": "データなし"
}
}
}
3 changes: 3 additions & 0 deletions ui/src/translations/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -980,6 +980,9 @@
"guidance_desc": "당신의 flow를 실행하는 데 도움이 필요하신가요?",
"guidance_sub_desc": "문서를 참조하여 필요한 모든 정보를 확인하세요.",
"title": "자동화를 시작하세요"
},
"filters": {
"empty": "데이터 없음"
}
}
}
3 changes: 3 additions & 0 deletions ui/src/translations/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -980,6 +980,9 @@
"guidance_desc": "Potrzebujesz wskazówek, jak wykonać swój flow?",
"guidance_sub_desc": "Postępuj zgodnie z dokumentacją, aby uzyskać wszystkie potrzebne informacje.",
"title": "Zacznij automatyzację z"
},
"filters": {
"empty": "Brak danych"
}
}
}
3 changes: 3 additions & 0 deletions ui/src/translations/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -980,6 +980,9 @@
"guidance_desc": "Precisa de orientação para executar o seu flow?",
"guidance_sub_desc": "Siga a documentação para todas as informações que você precisa.",
"title": "Comece a automatizar com"
},
"filters": {
"empty": "Sem dados"
}
}
}
3 changes: 3 additions & 0 deletions ui/src/translations/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -980,6 +980,9 @@
"guidance_desc": "Нужна помощь для выполнения вашего flow?",
"guidance_sub_desc": "Следуйте документации для получения всей необходимой информации.",
"title": "Начните автоматизацию с"
},
"filters": {
"empty": "Нет данных"
}
}
}
3 changes: 3 additions & 0 deletions ui/src/translations/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -980,6 +980,9 @@
"guidance_desc": "需要指导来执行您的flow吗?",
"guidance_sub_desc": "请查阅文档以获取您所需的所有信息。",
"title": "开始自动化使用"
},
"filters": {
"empty": "无数据"
}
}
}

0 comments on commit ddcc1a9

Please sign in to comment.