dify
This commit is contained in:
27
dify/web/i18n/de-DE/oauth.ts
Normal file
27
dify/web/i18n/de-DE/oauth.ts
Normal file
@@ -0,0 +1,27 @@
|
||||
const translation = {
|
||||
tips: {
|
||||
common: 'Wir respektieren Ihre Privatsphäre und werden diese Informationen nur verwenden, um Ihre Erfahrung mit unseren Entwickler-Tools zu verbessern.',
|
||||
notLoggedIn: 'Diese App möchte auf Ihr Dify Cloud-Konto zugreifen',
|
||||
loggedIn: 'Diese App möchte auf die folgenden Informationen aus Ihrem Dify Cloud-Konto zugreifen.',
|
||||
needLogin: 'Bitte melden Sie sich an, um zu autorisieren.',
|
||||
},
|
||||
scopes: {
|
||||
avatar: 'Avatar',
|
||||
timezone: 'Zeitzone',
|
||||
name: 'Name',
|
||||
email: 'E-Mail',
|
||||
languagePreference: 'Sprachauswahl',
|
||||
},
|
||||
error: {
|
||||
invalidParams: 'Ungültige Parameter',
|
||||
authAppInfoFetchFailed: 'Fehler beim Abrufen der App-Informationen für die Autorisierung',
|
||||
authorizeFailed: 'Autorisierung fehlgeschlagen',
|
||||
},
|
||||
switchAccount: 'Konto wechseln',
|
||||
login: 'Anmelden',
|
||||
unknownApp: 'Unbekannte App',
|
||||
continue: 'Fortsetzen',
|
||||
connect: 'Verbinden mit',
|
||||
}
|
||||
|
||||
export default translation
|
||||
Reference in New Issue
Block a user