Skip to content

Commit f3cfd97

Browse files
github-actions[bot]RockChinQ
authored andcommitted
chore: translate i18n files (langgenius#24770)
Co-authored-by: RockChinQ <45992437+RockChinQ@users.noreply.github.com>
1 parent 7af2864 commit f3cfd97

File tree

18 files changed

+486
-0
lines changed

18 files changed

+486
-0
lines changed

web/i18n/de-DE/oauth.ts

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
const translation = {
2+
tips: {
3+
common: 'Wir respektieren Ihre Privatsphäre und werden diese Informationen nur verwenden, um Ihre Erfahrung mit unseren Entwickler-Tools zu verbessern.',
4+
notLoggedIn: 'möchte auf Ihr Dify Cloud-Konto zugreifen',
5+
loggedIn: 'möchte auf die folgenden Informationen aus Ihrem Dify Cloud-Konto zugreifen.',
6+
needLogin: 'Bitte melden Sie sich an, um zu autorisieren.',
7+
},
8+
scopes: {
9+
avatar: 'Avatar',
10+
timezone: 'Zeitzone',
11+
name: 'Name',
12+
email: 'E-Mail',
13+
languagePreference: 'Sprachauswahl',
14+
},
15+
error: {
16+
invalidParams: 'Ungültige Parameter',
17+
authAppInfoFetchFailed: 'Fehler beim Abrufen der App-Informationen für die Autorisierung',
18+
authorizeFailed: 'Autorisierung fehlgeschlagen',
19+
},
20+
switchAccount: 'Konto wechseln',
21+
login: 'Anmelden',
22+
unknownApp: 'Unbekannte App',
23+
continue: 'Fortsetzen',
24+
connect: 'Verbinde zu',
25+
}
26+
27+
export default translation

web/i18n/es-ES/oauth.ts

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
const translation = {
2+
tips: {
3+
needLogin: 'Por favor inicie sesión para autorizar',
4+
notLoggedIn: 'quiere acceder a su cuenta de Dify Cloud',
5+
loggedIn: 'quiere acceder a la siguiente información de su cuenta de Dify Cloud.',
6+
common: 'Respetamos su privacidad y solo utilizaremos esta información para mejorar su experiencia con nuestras herramientas para desarrolladores.',
7+
},
8+
scopes: {
9+
avatar: 'Avatar',
10+
name: 'Nombre',
11+
timezone: 'Zona horaria',
12+
languagePreference: 'Preferencia de idioma',
13+
email: 'Correo electrónico',
14+
},
15+
error: {
16+
authAppInfoFetchFailed: 'No se pudo obtener la información de la aplicación para la autorización',
17+
authorizeFailed: 'La autorización falló',
18+
invalidParams: 'Parámetros inválidos',
19+
},
20+
continue: 'Continuar',
21+
unknownApp: 'Aplicación Desconocida',
22+
switchAccount: 'Cambiar de cuenta',
23+
login: 'Iniciar sesión',
24+
connect: 'Conectar a',
25+
}
26+
27+
export default translation

web/i18n/fa-IR/oauth.ts

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
const translation = {
2+
tips: {
3+
needLogin: 'لطفاً برای تأیید وارد شوید',
4+
notLoggedIn: 'می‌خواهد به حساب Dify Cloud شما دسترسی پیدا کند',
5+
loggedIn: 'می‌خواهد به اطلاعات زیر از حساب ابر دیفی شما دسترسی پیدا کند.',
6+
common: 'ما به حریم خصوصی شما احترام می‌گذاریم و تنها از این اطلاعات برای بهبود تجربه شما با ابزارهای توسعه‌دهنده‌مان استفاده خواهیم کرد.',
7+
},
8+
scopes: {
9+
name: 'نام',
10+
avatar: 'آواتار',
11+
timezone: 'منطقه زمانی',
12+
email: 'ایمیل',
13+
languagePreference: 'ترجیحات زبانی',
14+
},
15+
error: {
16+
invalidParams: 'پارامترهای نامعتبر',
17+
authAppInfoFetchFailed: 'عدم موفقیت در دریافت اطلاعات برنامه برای مجوز',
18+
authorizeFailed: 'احراز هویت ناموفق بود',
19+
},
20+
login: 'ورود',
21+
connect: 'متصل به',
22+
continue: 'ادامه دهید',
23+
unknownApp: 'برنامه نامشخص',
24+
switchAccount: 'تغییر حساب',
25+
}
26+
27+
export default translation

web/i18n/fr-FR/oauth.ts

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
const translation = {
2+
tips: {
3+
needLogin: 'Veuillez vous connecter pour autoriser',
4+
notLoggedIn: 'veut accéder à votre compte Dify Cloud',
5+
common: 'Nous respectons votre vie privée et n\'utiliserons ces informations que pour améliorer votre expérience avec nos outils de développement.',
6+
loggedIn: 'veut accéder aux informations suivantes de votre compte Dify Cloud.',
7+
},
8+
scopes: {
9+
email: 'E-mail',
10+
name: 'Nom',
11+
timezone: 'Fuseau horaire',
12+
avatar: 'Avatar',
13+
languagePreference: 'Préférence de langue',
14+
},
15+
error: {
16+
authAppInfoFetchFailed: 'Échec de la récupération des informations de l\'application pour l\'autorisation',
17+
invalidParams: 'Paramètres invalides',
18+
authorizeFailed: 'Autorisation échouée',
19+
},
20+
switchAccount: 'Changer de compte',
21+
login: 'Connexion',
22+
unknownApp: 'Application inconnue',
23+
continue: 'Continuer',
24+
connect: 'Se connecter à',
25+
}
26+
27+
export default translation

web/i18n/hi-IN/oauth.ts

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
const translation = {
2+
tips: {
3+
needLogin: 'कृपया प्राधिकरण के लिए लॉग इन करें',
4+
notLoggedIn: 'आप आपके Dify Cloud खाते तक पहुंचना चाहते हैं',
5+
common: 'हम आपकी गोपनीयता का सम्मान करते हैं और इस जानकारी का उपयोग केवल आपके हमारे विकास उपकरणों के साथ अनुभव को बेहतर बनाने के लिए करेंगे।',
6+
loggedIn: 'आप आपके Dify Cloud खाते से निम्नलिखित जानकारी तक पहुंचना चाहते हैं।',
7+
},
8+
scopes: {
9+
name: 'नाम',
10+
avatar: 'अवतार',
11+
email: 'ईमेल',
12+
languagePreference: 'भाषा चयन',
13+
timezone: 'समय क्षेत्र',
14+
},
15+
error: {
16+
authorizeFailed: 'अनु autorización विफल',
17+
invalidParams: 'अमान्य पैरामीटर',
18+
authAppInfoFetchFailed: 'प्राधिकरण के लिए ऐप जानकारी प्राप्त करने में असफल हुआ',
19+
},
20+
connect: 'संयोजित करें',
21+
switchAccount: 'खाता बदलें',
22+
unknownApp: 'अनजान ऐप',
23+
login: 'लॉगइन',
24+
continue: 'जारी रखें',
25+
}
26+
27+
export default translation

web/i18n/it-IT/oauth.ts

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
const translation = {
2+
tips: {
3+
notLoggedIn: 'vuole accedere al tuo account Dify Cloud',
4+
loggedIn: 'vuole accedere alle seguenti informazioni dal tuo account Dify Cloud.',
5+
common: 'Rispettiamo la tua privacy e utilizzeremo queste informazioni solo per migliorare la tua esperienza con i nostri strumenti per sviluppatori.',
6+
needLogin: 'Per favore, accedi per autorizzare',
7+
},
8+
scopes: {
9+
email: 'Email',
10+
languagePreference: 'Preferenza Linguistica',
11+
name: 'Nome',
12+
timezone: 'Fuso orario',
13+
avatar: 'Avatar',
14+
},
15+
error: {
16+
invalidParams: 'Parametri non validi',
17+
authorizeFailed: 'Autorizzazione fallita',
18+
authAppInfoFetchFailed: 'Impossibile recuperare le informazioni sull\'app per l\'autorizzazione',
19+
},
20+
switchAccount: 'Cambia account',
21+
login: 'Accesso',
22+
unknownApp: 'App sconosciuta',
23+
connect: 'Connetti a',
24+
continue: 'Continua',
25+
}
26+
27+
export default translation

web/i18n/ja-JP/oauth.ts

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
const translation = {
2+
tips: {
3+
notLoggedIn: 'あなたのDify Cloudアカウントにアクセスしたいです',
4+
needLogin: 'ログインして認証してください',
5+
loggedIn: 'あなたのDify Cloudアカウントから以下の情報にアクセスしたいと思っています。',
6+
common: '私たちはあなたのプライバシーを尊重し、この情報を私たちの開発者ツールによる体験を向上させるためにのみ使用します。',
7+
},
8+
scopes: {
9+
email: 'メール',
10+
languagePreference: '言語の好み',
11+
timezone: 'タイムゾーン',
12+
name: '名前',
13+
avatar: 'アバター',
14+
},
15+
error: {
16+
authorizeFailed: '認証に失敗しました',
17+
invalidParams: '無効なパラメータ',
18+
authAppInfoFetchFailed: '認証のためのアプリ情報の取得に失敗しました',
19+
},
20+
unknownApp: '未知のアプリ',
21+
login: 'ログイン',
22+
switchAccount: 'アカウントを切り替える',
23+
continue: '続けてください',
24+
connect: '接続する',
25+
}
26+
27+
export default translation

web/i18n/ko-KR/oauth.ts

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
const translation = {
2+
tips: {
3+
needLogin: '로그인하여 인증해 주세요.',
4+
notLoggedIn: 'Dify Cloud 계정에 접근하고 싶어합니다.',
5+
loggedIn: '다음 정보를 귀하의 Dify Cloud 계정에서 액세스하려고 합니다.',
6+
common: '우리는 귀하의 개인 정보를 존중하며, 이 정보를 개발자 도구를 통한 귀하의 경험 향상에만 사용할 것입니다.',
7+
},
8+
scopes: {
9+
avatar: '아바타',
10+
email: '이메일',
11+
name: '이름',
12+
languagePreference: '언어 선호',
13+
timezone: '시간대',
14+
},
15+
error: {
16+
invalidParams: '유효하지 않은 매개변수',
17+
authorizeFailed: '권한 부여 실패',
18+
authAppInfoFetchFailed: '인증을 위한 앱 정보를 가져오지 못했습니다.',
19+
},
20+
continue: '계속하다',
21+
unknownApp: '알 수 없는 앱',
22+
switchAccount: '계정 전환',
23+
login: '로그인',
24+
connect: '연결하다',
25+
}
26+
27+
export default translation

web/i18n/pl-PL/oauth.ts

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
const translation = {
2+
tips: {
3+
needLogin: 'Proszę się zalogować, aby autoryzować',
4+
notLoggedIn: 'chce uzyskać dostęp do twojego konta Dify Cloud',
5+
common: 'Szanujemy Twoją prywatność i będziemy wykorzystywać te informacje tylko w celu ulepszenia Twojego doświadczenia z naszymi narzędziami deweloperskimi.',
6+
loggedIn: 'chce uzyskać dostęp do następujących informacji z twojego konta Dify Cloud.',
7+
},
8+
scopes: {
9+
timezone: 'Strefa czasowa',
10+
name: 'Imię',
11+
avatar: 'Avatar',
12+
languagePreference: 'Preferencje językowe',
13+
email: 'Email',
14+
},
15+
error: {
16+
invalidParams: 'Nieprawidłowe parametry',
17+
authorizeFailed: 'Autoryzacja nie powiodła się',
18+
authAppInfoFetchFailed: 'Nie udało się pobrać informacji o aplikacji w celu autoryzacji',
19+
},
20+
unknownApp: 'Nieznana aplikacja',
21+
continue: 'Kontynuuj',
22+
login: 'Zaloguj się',
23+
connect: 'Połącz z',
24+
switchAccount: 'Zmień konto',
25+
}
26+
27+
export default translation

web/i18n/pt-BR/oauth.ts

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
const translation = {
2+
tips: {
3+
notLoggedIn: 'quer acessar sua conta do Dify Cloud',
4+
loggedIn: 'quer acessar as seguintes informações da sua conta Dify Cloud.',
5+
common: 'Respeitamos sua privacidade e usaremos essas informações apenas para melhorar sua experiência com nossas ferramentas de desenvolvedor.',
6+
needLogin: 'Por favor, faça login para autorizar',
7+
},
8+
scopes: {
9+
email: 'Email',
10+
avatar: 'Avatar',
11+
languagePreference: 'Preferência de Idioma',
12+
timezone: 'Fuso horário',
13+
name: 'Nome',
14+
},
15+
error: {
16+
authorizeFailed: 'Autorização falhou',
17+
authAppInfoFetchFailed: 'Falha ao buscar informações do aplicativo para autorização',
18+
invalidParams: 'Parâmetros inválidos',
19+
},
20+
login: 'Entrar',
21+
switchAccount: 'Mudar Conta',
22+
unknownApp: 'Aplicativo Desconhecido',
23+
continue: 'Continue',
24+
connect: 'Conectar a',
25+
}
26+
27+
export default translation

0 commit comments

Comments
 (0)