mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
committed by
GitHub
parent
097ce18500
commit
956393ce24
@@ -1,11 +1,11 @@
|
||||
de:
|
||||
common:
|
||||
validations:
|
||||
required: '%{attribute} is required'
|
||||
email: 'Invalid email'
|
||||
url: 'Invalid URL'
|
||||
password: 'Password must have at least %{n} characters'
|
||||
password_mismatch: 'Password and password confirmation must match'
|
||||
required: '%{attribute} ist erforderlich'
|
||||
email: 'Ungültige E-Mail-Adresse'
|
||||
url: 'Ungültige URL'
|
||||
password: 'Das Passwort muss mindestens %{n} Zeichen lang sein'
|
||||
password_mismatch: 'Passwort und Passwort-Bestätigung müssen übereinstimmen'
|
||||
forms:
|
||||
auth:
|
||||
email: 'E-Mail'
|
||||
@@ -20,8 +20,8 @@ de:
|
||||
remember_me: 'Eingeloggt bleiben'
|
||||
log_in: 'Einloggen'
|
||||
sign_up: 'Registrieren'
|
||||
log_in_with: 'Log in with %{o_auth}'
|
||||
sign_up_with: 'Sign up with %{o_auth}'
|
||||
log_in_with: 'Mit %{o_auth} anmelden'
|
||||
sign_up_with: 'Mit %{o_auth} anmelden'
|
||||
profile_settings: 'Profileinstellungen'
|
||||
update_profile: 'Profil aktualisieren'
|
||||
cancel_account: 'Konto entfernen'
|
||||
@@ -39,11 +39,11 @@ de:
|
||||
no_status: 'Kein Status'
|
||||
loading: 'Laden...'
|
||||
confirmation: 'Sicher?'
|
||||
unsaved_changes: 'Unsaved changes will be lost if you leave the page.'
|
||||
unsaved_changes: 'Ungespeicherte Änderungen gehen verloren, wenn Sie die Seite verlassen.'
|
||||
edited: 'Bearbeitet'
|
||||
enabled: 'Enabled'
|
||||
disabled: 'Disabled'
|
||||
copied: 'Copied!'
|
||||
enabled: 'Aktiviert'
|
||||
disabled: 'Deaktiviert'
|
||||
copied: 'Kopiert!'
|
||||
buttons:
|
||||
new: 'Neu'
|
||||
edit: 'Bearbeiten'
|
||||
@@ -52,7 +52,7 @@ de:
|
||||
create: 'Erstellen'
|
||||
update: 'Speichern'
|
||||
confirm: 'Bestätigen'
|
||||
back: 'Back'
|
||||
back: 'Zurück'
|
||||
test: 'Test'
|
||||
datetime:
|
||||
now: 'gerade eben'
|
||||
@@ -142,7 +142,7 @@ de:
|
||||
post_statuses: 'Status'
|
||||
roadmap: 'Roadmap'
|
||||
users: 'Benutzer'
|
||||
authentication: 'Authentication'
|
||||
authentication: 'Authentifizierung'
|
||||
info_box:
|
||||
up_to_date: 'Alle Änderungen gespeichert'
|
||||
error: 'Ein Fehler ist aufgetreten: %{message}'
|
||||
@@ -185,20 +185,20 @@ de:
|
||||
status_blocked: 'Gesperrt'
|
||||
status_deleted: 'Gelöscht'
|
||||
authentication:
|
||||
title: 'Authentication'
|
||||
oauth_subtitle: 'OAuth providers'
|
||||
copy_url: 'Copy URL'
|
||||
title: 'Authentifizierung'
|
||||
oauth_subtitle: 'OAuth-Anbieter'
|
||||
copy_url: 'URL in Zwischenablage kopieren'
|
||||
test_page:
|
||||
title: '%{name} OAuth test results'
|
||||
fetched_user_data: 'Fetched user data'
|
||||
found: 'Found'
|
||||
summary: 'Summary'
|
||||
valid_configuration: 'This OAuth provider is configured correctly!'
|
||||
warning_configuration: 'This OAuth provider if configured correctly, but a default name for users (%{name}) will be used.'
|
||||
invalid_configuration: 'This OAuth provider is NOT configured correctly.'
|
||||
title: '%{name} OAuth-Testergebnisse'
|
||||
fetched_user_data: 'Abgerufene Nutzerdaten'
|
||||
found: 'Gefunden'
|
||||
summary: 'Zusammenfassung'
|
||||
valid_configuration: 'Dieser OAuth-Anbieter ist korrekt konfiguriert!'
|
||||
warning_configuration: 'Dieser OAuth-Anbieter ist korrekt konfiguriert, aber ein Standardname für Benutzer (%{name}) wird verwendet.'
|
||||
invalid_configuration: 'Dieser OAuth-Anbieter ist NICHT korrekt konfiguriert.'
|
||||
form:
|
||||
title_new: 'New OAuth provider'
|
||||
title_edit: 'Edit OAuth provider'
|
||||
subtitle_oauth_config: 'OAuth configuration'
|
||||
subtitle_user_profile_config: 'User profile configuration'
|
||||
client_secret_help: 'hidden for security purposes'
|
||||
title_new: 'Neuer OAuth-Anbieter'
|
||||
title_edit: 'OAuth-Anbieter bearbeiten'
|
||||
subtitle_oauth_config: 'OAuth-Konfiguration'
|
||||
subtitle_user_profile_config: 'Profileinstellungen'
|
||||
client_secret_help: 'aus Sicherheitsgründen versteckt'
|
||||
|
||||
Reference in New Issue
Block a user