Skip to content

Commit

Permalink
chore: translate i18n files (#12208)
Browse files Browse the repository at this point in the history
Co-authored-by: douxc <[email protected]>
  • Loading branch information
github-actions[bot] and douxc authored Jan 2, 2025
1 parent 2e716f8 commit 5b01eb9
Show file tree
Hide file tree
Showing 36 changed files with 288 additions and 0 deletions.
14 changes: 14 additions & 0 deletions web/i18n/de-DE/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ const translation = {
regenerate: 'Erneuern',
saveAndRegenerate: 'Speichern und Regenerieren von untergeordneten Chunks',
view: 'Ansehen',
submit: 'Senden',
skip: 'Schiff',
},
placeholder: {
input: 'Bitte eingeben',
Expand Down Expand Up @@ -179,6 +181,18 @@ const translation = {
myAccount: 'Mein Konto',
studio: 'Dify Studio',
account: 'Konto',
deletePrivacyLinkTip: 'Weitere Informationen darüber, wie wir mit Ihren Daten umgehen, finden Sie in unserer',
deletePrivacyLink: 'Datenschutzrichtlinie.',
deleteSuccessTip: 'Das Löschen Ihres Kontos benötigt einige Zeit, um vollständig gelöscht zu werden. Wir senden Ihnen eine E-Mail, wenn alles erledigt ist.',
deleteLabel: 'Zur Bestätigung geben Sie bitte unten Ihre E-Mail-Adresse ein',
deletePlaceholder: 'Bitte geben Sie Ihre E-Mail-Adresse ein',
sendVerificationButton: 'Verifizierungscode senden',
verificationLabel: 'Verifizierungs-Code',
verificationPlaceholder: 'Fügen Sie den 6-stelligen Code ein',
feedbackTitle: 'Feedback',
feedbackLabel: 'Sagen Sie uns, warum Sie Ihr Konto gelöscht haben?',
feedbackPlaceholder: 'Wahlfrei',
permanentlyDeleteButton: 'Konto dauerhaft löschen',
},
members: {
team: 'Team',
Expand Down
2 changes: 2 additions & 0 deletions web/i18n/de-DE/workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ const translation = {
openInExplore: 'In Explore öffnen',
onFailure: 'Bei Ausfall',
addFailureBranch: 'Fail-Branch hinzufügen',
loadMore: 'Weitere Workflows laden',
noHistory: 'Keine Geschichte',
},
env: {
envPanelTitle: 'Umgebungsvariablen',
Expand Down
14 changes: 14 additions & 0 deletions web/i18n/es-ES/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ const translation = {
close: 'Cerrar',
saveAndRegenerate: 'Guardar y regenerar fragmentos secundarios',
view: 'Vista',
submit: 'Enviar',
skip: 'Navío',
},
errorMsg: {
fieldRequired: '{{field}} es requerido',
Expand Down Expand Up @@ -183,6 +185,18 @@ const translation = {
account: 'Cuenta',
myAccount: 'Mi Cuenta',
studio: 'Estudio Dify',
deletePrivacyLinkTip: 'Para obtener más información sobre cómo manejamos sus datos, consulte nuestra',
deletePrivacyLink: 'Política de privacidad.',
deleteSuccessTip: 'Su cuenta necesita tiempo para terminar de eliminarse. Te enviaremos un correo electrónico cuando todo esté listo.',
deleteLabel: 'Para confirmar, escriba su correo electrónico a continuación',
deletePlaceholder: 'Por favor, introduzca su correo electrónico',
sendVerificationButton: 'Enviar código de verificación',
verificationLabel: 'Código de verificación',
verificationPlaceholder: 'Pega el código de 6 dígitos',
permanentlyDeleteButton: 'Eliminar cuenta de forma permanente',
feedbackTitle: 'Retroalimentación',
feedbackLabel: '¿Cuéntanos por qué eliminaste tu cuenta?',
feedbackPlaceholder: 'Opcional',
},
members: {
team: 'Equipo',
Expand Down
2 changes: 2 additions & 0 deletions web/i18n/es-ES/workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ const translation = {
openInExplore: 'Abrir en Explorar',
onFailure: 'Sobre el fracaso',
addFailureBranch: 'Agregar rama de error',
noHistory: 'Sin historia',
loadMore: 'Cargar más flujos de trabajo',
},
env: {
envPanelTitle: 'Variables de Entorno',
Expand Down
14 changes: 14 additions & 0 deletions web/i18n/fa-IR/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ const translation = {
view: 'مشاهده',
viewMore: 'بیشتر ببینید',
saveAndRegenerate: 'ذخیره و بازسازی تکه های فرزند',
submit: 'ارسال',
skip: 'کشتی',
},
errorMsg: {
fieldRequired: '{{field}} الزامی است',
Expand Down Expand Up @@ -183,6 +185,18 @@ const translation = {
account: 'حساب',
myAccount: 'حساب من',
studio: 'استودیو Dify',
feedbackTitle: 'بازخورد',
verificationPlaceholder: 'کد 6 رقمی را جایگذاری کنید',
deletePlaceholder: 'لطفا ایمیل خود را وارد کنید',
permanentlyDeleteButton: 'حذف دائمی حساب',
verificationLabel: 'کد تأیید',
feedbackPlaceholder: 'اختیاری',
sendVerificationButton: 'ارسال کد تأیید',
deletePrivacyLink: 'سیاست حفظ حریم خصوصی.',
deleteLabel: 'برای تایید، لطفا ایمیل خود را در زیر تایپ کنید',
deleteSuccessTip: 'حساب شما برای پایان دادن به حذف به زمان نیاز دارد. وقتی همه چیز تمام شد به شما ایمیل خواهیم زد.',
deletePrivacyLinkTip: 'برای کسب اطلاعات بیشتر در مورد نحوه مدیریت داده های شما، لطفا به ما مراجعه کنید',
feedbackLabel: 'به ما بگویید چرا حساب خود را حذف کرده اید؟',
},
members: {
team: 'تیم',
Expand Down
2 changes: 2 additions & 0 deletions web/i18n/fa-IR/workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ const translation = {
openInExplore: 'باز کردن در کاوش',
onFailure: 'در مورد شکست',
addFailureBranch: 'افزودن برنچ Fail',
noHistory: 'بدون تاریخچه',
loadMore: 'بارگذاری گردش کار بیشتر',
},
env: {
envPanelTitle: 'متغیرهای محیطی',
Expand Down
14 changes: 14 additions & 0 deletions web/i18n/fr-FR/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ const translation = {
close: 'Fermer',
saveAndRegenerate: 'Enregistrer et régénérer des morceaux enfants',
regenerate: 'Régénérer',
submit: 'Envoyer',
skip: 'Bateau',
},
placeholder: {
input: 'Veuillez entrer',
Expand Down Expand Up @@ -179,6 +181,18 @@ const translation = {
myAccount: 'Mon compte',
account: 'Compte',
studio: 'Dify Studio',
deletePrivacyLinkTip: 'Pour plus d’informations sur la façon dont nous traitons vos données, veuillez consulter notre',
deletePrivacyLink: 'Politique de confidentialité.',
deleteSuccessTip: 'Votre compte a besoin de temps pour terminer la suppression. Nous vous enverrons un e-mail lorsque tout sera terminé.',
deleteLabel: 'Pour confirmer, veuillez saisir votre adresse e-mail ci-dessous',
deletePlaceholder: 'Veuillez entrer votre adresse e-mail',
sendVerificationButton: 'Envoyer le code de vérification',
verificationLabel: 'Code de vérification',
verificationPlaceholder: 'Collez le code à 6 chiffres',
permanentlyDeleteButton: 'Supprimer définitivement le compte',
feedbackTitle: 'Rétroaction',
feedbackLabel: 'Dites-nous pourquoi vous avez supprimé votre compte ?',
feedbackPlaceholder: 'Optionnel',
},
members: {
team: 'Équipe',
Expand Down
2 changes: 2 additions & 0 deletions web/i18n/fr-FR/workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ const translation = {
openInExplore: 'Ouvrir dans Explorer',
onFailure: 'Sur l’échec',
addFailureBranch: 'Ajouter une branche d’échec',
loadMore: 'Charger plus de flux de travail',
noHistory: 'Pas d’histoire',
},
env: {
envPanelTitle: 'Variables d\'Environnement',
Expand Down
14 changes: 14 additions & 0 deletions web/i18n/hi-IN/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ const translation = {
regenerate: 'पुनर्जन्म',
close: 'बंद करना',
saveAndRegenerate: 'सहेजें और पुन: उत्पन्न करें बाल विखंडू',
skip: 'जहाज़',
submit: 'जमा करें',
},
errorMsg: {
fieldRequired: '{{field}} आवश्यक है',
Expand Down Expand Up @@ -189,6 +191,18 @@ const translation = {
account: 'खाता',
studio: 'डिफाई स्टूडियो',
myAccount: 'मेरा खाता',
deletePrivacyLink: 'गोपनीयता नीति।',
deletePlaceholder: 'कृपया अपना ईमेल दर्ज करें',
verificationLabel: 'सत्यापन कोड',
sendVerificationButton: 'पुष्टि कोड भेजें',
deleteLabel: 'पुष्टि करने के लिए, कृपया नीचे अपना ईमेल टाइप करें',
feedbackLabel: 'हमें बताएँ कि आपने अपना खाता क्यों हटाया?',
feedbackPlaceholder: 'वैकल्पिक',
feedbackTitle: 'प्रतिपुष्टि',
deletePrivacyLinkTip: 'हम आपके डेटा को कैसे संभालते हैं, इस बारे में अधिक जानकारी के लिए, कृपया हमारा डेटा देखें',
permanentlyDeleteButton: 'खाता स्थायी रूप से हटाएं',
verificationPlaceholder: '6-अंकीय कोड पेस्ट करें',
deleteSuccessTip: 'आपके खाते को हटाने का काम पूरा करने के लिए समय चाहिए. जब यह सब हो जाएगा तो हम आपको ईमेल करेंगे।',
},
members: {
team: 'टीम',
Expand Down
2 changes: 2 additions & 0 deletions web/i18n/hi-IN/workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ const translation = {
openInExplore: 'एक्सप्लोर में खोलें',
onFailure: 'असफलता पर',
addFailureBranch: 'असफल शाखा जोड़ें',
noHistory: 'कोई इतिहास नहीं',
loadMore: 'अधिक वर्कफ़्लोज़ लोड करें',
},
env: {
envPanelTitle: 'पर्यावरण चर',
Expand Down
14 changes: 14 additions & 0 deletions web/i18n/it-IT/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ const translation = {
saveAndRegenerate: 'Salva e rigenera i blocchi figlio',
regenerate: 'Rigenerare',
viewMore: 'SCOPRI DI PIÙ',
submit: 'Invia',
skip: 'Nave',
},
errorMsg: {
fieldRequired: '{{field}} è obbligatorio',
Expand Down Expand Up @@ -191,6 +193,18 @@ const translation = {
myAccount: 'Il mio account',
account: 'Conto',
studio: 'Dify Studio',
deletePrivacyLinkTip: 'Per ulteriori informazioni su come gestiamo i tuoi dati, consulta il nostro',
deletePrivacyLink: 'Informativa sulla privacy.',
deleteSuccessTip: 'Il tuo account ha bisogno di tempo per completare l\'eliminazione. Ti invieremo un\'e-mail quando tutto sarà finito.',
deleteLabel: 'Per confermare, digita la tua email qui sotto',
deletePlaceholder: 'Inserisci la tua email',
sendVerificationButton: 'Invia codice di verifica',
verificationLabel: 'Codice di verifica',
verificationPlaceholder: 'Incolla il codice a 6 cifre',
permanentlyDeleteButton: 'Elimina definitivamente l\'account',
feedbackTitle: 'Valutazione',
feedbackLabel: 'Dicci perché hai cancellato il tuo account?',
feedbackPlaceholder: 'Opzionale',
},
members: {
team: 'Team',
Expand Down
2 changes: 2 additions & 0 deletions web/i18n/it-IT/workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ const translation = {
openInExplore: 'Apri in Esplora',
onFailure: 'In caso di guasto',
addFailureBranch: 'Aggiungi ramo non riuscito',
noHistory: 'Nessuna storia',
loadMore: 'Carica più flussi di lavoro',
},
env: {
envPanelTitle: 'Variabili d\'Ambiente',
Expand Down
14 changes: 14 additions & 0 deletions web/i18n/ja-JP/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ const translation = {
view: '表示',
viewMore: 'さらに表示',
regenerate: '再生成',
submit: '送信',
skip: '船',
},
errorMsg: {
fieldRequired: '{{field}}は必要です',
Expand Down Expand Up @@ -183,6 +185,18 @@ const translation = {
account: 'アカウント',
myAccount: 'マイアカウント',
studio: 'Difyスタジオ',
deletePrivacyLinkTip: 'お客様のデータの取り扱い方法の詳細については、当社の',
deletePrivacyLink: 'プライバシーポリシー。',
deleteSuccessTip: 'アカウントの削除が完了するまでに時間が必要です。すべて完了しましたら、メールでお知らせします。',
deleteLabel: '確認するには、以下にメールアドレスを入力してください',
deletePlaceholder: 'メールアドレスを入力してください',
verificationLabel: '認証コード',
verificationPlaceholder: '6桁のコードを貼り付けます',
permanentlyDeleteButton: 'アカウントを完全に削除',
feedbackTitle: 'フィードバック',
feedbackLabel: 'アカウントを削除した理由を教えてください。',
feedbackPlaceholder: '随意',
sendVerificationButton: '確認コードの送信',
},
members: {
team: 'チーム',
Expand Down
2 changes: 2 additions & 0 deletions web/i18n/ja-JP/workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ const translation = {
importWarningDetails: 'DSL のバージョンの違いが特定の機能に影響を与える場合があります',
onFailure: '失敗時',
addFailureBranch: '失敗ブランチを追加',
noHistory: '履歴なし',
loadMore: 'より多くのワークフローをロードする',
},
env: {
envPanelTitle: '環境変数',
Expand Down
14 changes: 14 additions & 0 deletions web/i18n/ko-KR/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ const translation = {
regenerate: '재생성',
view: '보기',
saveAndRegenerate: '저장 및 자식 청크 재생성',
submit: '전송',
skip: '배',
},
placeholder: {
input: '입력해주세요',
Expand Down Expand Up @@ -175,6 +177,18 @@ const translation = {
myAccount: '내 계정',
studio: '디파이 스튜디오',
account: '계정',
deletePrivacyLink: '개인 정보 보호 정책.',
deleteSuccessTip: '계정 삭제를 완료하는 데 시간이 필요합니다. 모든 작업이 완료되면 이메일로 연락드리겠습니다.',
deleteLabel: '확인하려면 아래 이메일을 입력하십시오.',
deletePlaceholder: '이메일을 입력해 주세요',
sendVerificationButton: '인증 코드 보내기',
verificationLabel: '인증 코드',
verificationPlaceholder: '6자리 코드를 붙여넣습니다.',
permanentlyDeleteButton: '계정 영구 삭제',
feedbackTitle: '피드백',
feedbackLabel: '계정을 삭제한 이유를 알려주시겠습니까?',
feedbackPlaceholder: '선택적',
deletePrivacyLinkTip: '당사가 귀하의 데이터를 처리하는 방법에 대한 자세한 내용은 다음을 참조하십시오.',
},
members: {
team: '팀',
Expand Down
2 changes: 2 additions & 0 deletions web/i18n/ko-KR/workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ const translation = {
openInExplore: 'Explore에서 열기',
onFailure: '실패 시',
addFailureBranch: '실패 분기 추가',
noHistory: '이력 없음',
loadMore: '더 많은 워크플로우 로드',
},
env: {
envPanelTitle: '환경 변수',
Expand Down
14 changes: 14 additions & 0 deletions web/i18n/pl-PL/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ const translation = {
regenerate: 'Ponownie wygenerować',
viewMore: 'ZOBACZ WIĘCEJ',
close: 'Zamykać',
submit: 'Prześlij',
skip: 'Statek',
},
placeholder: {
input: 'Proszę wprowadzić',
Expand Down Expand Up @@ -185,6 +187,18 @@ const translation = {
myAccount: 'Moje konto',
studio: 'Dify Studio',
account: 'Rachunek',
deletePrivacyLinkTip: 'Aby uzyskać więcej informacji o tym, jak postępujemy z Twoimi danymi, zapoznaj się z naszą',
deletePrivacyLink: 'Polityka prywatności.',
deleteSuccessTip: 'Twoje konto potrzebuje czasu na dokończenie usuwania. Wyślemy Ci wiadomość e-mail, gdy wszystko będzie gotowe.',
deleteLabel: 'Aby potwierdzić, wpisz poniżej swój adres e-mail',
deletePlaceholder: 'Podaj swój adres e-mail',
sendVerificationButton: 'Wyślij kod weryfikacyjny',
verificationLabel: 'Kod weryfikacyjny',
verificationPlaceholder: 'Wklej 6-cyfrowy kod',
permanentlyDeleteButton: 'Trwale usuń konto',
feedbackTitle: 'Sprzężenie zwrotne',
feedbackLabel: 'Powiedz nam, dlaczego usunąłeś swoje konto?',
feedbackPlaceholder: 'Fakultatywny',
},
members: {
team: 'Zespół',
Expand Down
2 changes: 2 additions & 0 deletions web/i18n/pl-PL/workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ const translation = {
openInExplore: 'Otwieranie w obszarze Eksploruj',
onFailure: 'W przypadku niepowodzenia',
addFailureBranch: 'Dodawanie gałęzi niepowodzenia',
loadMore: 'Załaduj więcej przepływów pracy',
noHistory: 'Brak historii',
},
env: {
envPanelTitle: 'Zmienne Środowiskowe',
Expand Down
14 changes: 14 additions & 0 deletions web/i18n/pt-BR/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ const translation = {
close: 'Fechar',
saveAndRegenerate: 'Salvar e regenerar pedaços filhos',
view: 'Vista',
submit: 'Enviar',
skip: 'Navio',
},
placeholder: {
input: 'Por favor, insira',
Expand Down Expand Up @@ -179,6 +181,18 @@ const translation = {
myAccount: 'Minha Conta',
account: 'Conta',
studio: 'Estúdio Dify',
deletePrivacyLinkTip: 'Para obter mais informações sobre como lidamos com seus dados, consulte nosso',
deletePrivacyLink: 'Política de privacidade.',
deleteSuccessTip: 'Sua conta precisa de tempo para concluir a exclusão. Enviaremos um e-mail quando tudo estiver pronto.',
deleteLabel: 'Para confirmar, digite seu e-mail abaixo',
deletePlaceholder: 'Por favor, digite seu e-mail',
sendVerificationButton: 'Enviar código de verificação',
verificationLabel: 'Código de verificação',
verificationPlaceholder: 'Cole o código de 6 dígitos',
permanentlyDeleteButton: 'Excluir conta permanentemente',
feedbackTitle: 'Realimentação',
feedbackLabel: 'Diga-nos por que você excluiu sua conta?',
feedbackPlaceholder: 'Opcional',
},
members: {
team: 'Equipe',
Expand Down
2 changes: 2 additions & 0 deletions web/i18n/pt-BR/workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ const translation = {
openInExplore: 'Abrir no Explore',
onFailure: 'Em caso de falha',
addFailureBranch: 'Adicionar ramificação com falha',
noHistory: 'Sem História',
loadMore: 'Carregar mais fluxos de trabalho',
},
env: {
envPanelTitle: 'Variáveis de Ambiente',
Expand Down
14 changes: 14 additions & 0 deletions web/i18n/ro-RO/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ const translation = {
regenerate: 'Regenera',
saveAndRegenerate: 'Salvați și regenerați bucățile secundare',
view: 'Vedere',
submit: 'Prezinte',
skip: 'Navă',
},
placeholder: {
input: 'Vă rugăm să introduceți',
Expand Down Expand Up @@ -179,6 +181,18 @@ const translation = {
account: 'Cont',
studio: 'Dify Studio',
myAccount: 'Contul meu',
deletePrivacyLinkTip: 'Pentru mai multe informații despre modul în care gestionăm datele dvs., vă rugăm să consultați',
deletePrivacyLink: 'Politica de confidențialitate.',
deleteSuccessTip: 'Contul tău are nevoie de timp pentru a termina ștergerea. Vă vom trimite un e-mail când totul este gata.',
deleteLabel: 'Pentru a confirma, vă rugăm să introduceți adresa de e-mail mai jos',
deletePlaceholder: 'Vă rugăm să introduceți adresa de e-mail',
sendVerificationButton: 'Trimiteți codul de verificare',
verificationPlaceholder: 'Lipiți codul din 6 cifre',
permanentlyDeleteButton: 'Ștergeți definitiv contul',
feedbackLabel: 'Spuneți-ne de ce v-ați șters contul?',
feedbackPlaceholder: 'Facultativ',
feedbackTitle: 'Feedback',
verificationLabel: 'Cod de verificare',
},
members: {
team: 'Echipă',
Expand Down
Loading

0 comments on commit 5b01eb9

Please sign in to comment.