Verbesserungen i80n, Bugfixes, uvm
This commit is contained in:
@@ -68,10 +68,11 @@ return [
|
||||
],
|
||||
'preapplication' => [
|
||||
'title' => 'Vorantrag auf Reisepass gem. § 5 C3GovVerwV',
|
||||
'content' => 'Bitte wählen Sie eine temporäre Bezirksregion aus, um Ihren Vorantrag auf einen Reisepass zu stellen.
|
||||
'content' => 'Bitte wählen Sie eine (temporäre) Bezirksregion aus, um Ihren Vorantrag auf einen Reisepass zu stellen.
|
||||
<br />Nachdem Sie den Vorantrag abgeschickt haben, erhalten Sie eine Bestätigung via elektronischer Post.',
|
||||
'noevent' => 'Es sind derzeit keine temporäre Bezirksregionen verfügbar.',
|
||||
'passport_type' => 'Pass-Typ',
|
||||
'noevent' => 'Es sind derzeit keine (temporären) Bezirksregionen verfügbar.',
|
||||
'region' => 'Bezirksregion',
|
||||
'passport_type' => 'Reisepass-Typ',
|
||||
'passport' => [
|
||||
'standard' => 'Hacker*innen-Reisepass',
|
||||
'kid' => 'Junghackerpass',
|
||||
@@ -81,5 +82,22 @@ return [
|
||||
'lastname' => 'Nachname (optional)',
|
||||
'location' => 'Hackspace / Ort (optional)',
|
||||
'apply' => 'Vorantrag abschicken'
|
||||
]
|
||||
],
|
||||
'common' => [
|
||||
'error_occurred' => 'Es ist ein Fehler geschehen: ',
|
||||
'not_permitted' => 'Sie sind nicht berechtigt diese Funktion zu nutzen.',
|
||||
],
|
||||
'login' => [
|
||||
'password_mismatch' => 'Ihr Kennwort stimmt nicht überein.',
|
||||
'registration_success' => 'Sie wurden erfolgreich registriert.',
|
||||
'login_success' => 'Sie wurden erfolgreich angemeldet.',
|
||||
],
|
||||
'blog' => [
|
||||
'confirm_save' => 'Eintrag wirklich speichern?',
|
||||
'confirm_delete' => 'Eintrag wirklich löschen?',
|
||||
],
|
||||
'ticker' => [
|
||||
'delete_success' => 'Löschen erfolgreich!',
|
||||
'insert_success' => 'Einfügen erfolgreich!',
|
||||
],
|
||||
];
|
||||
|
||||
@@ -68,9 +68,10 @@ return [
|
||||
],
|
||||
'preapplication' => [
|
||||
'title' => 'Pre-application for Passport according to § 5 C3GovVerwV',
|
||||
'content' => 'Please select a temporary district region to submit your pre-application for a passport.
|
||||
'content' => 'Please select a (temporary) district region to submit your pre-application for a passport.
|
||||
<br />After you have submitted the pre-application, you will receive a confirmation by e-mail.',
|
||||
'noevent' => 'There are currently no temporary district regions available.',
|
||||
'noevent' => 'There are currently no (temporary) district regions available.',
|
||||
'region' => 'District region',
|
||||
'passport_type' => 'Passport type',
|
||||
'passport' => [
|
||||
'standard' => 'Hacker Passport',
|
||||
@@ -81,5 +82,22 @@ return [
|
||||
'lastname' => 'Last name (optional)',
|
||||
'location' => 'Hackspace / Location (optional)',
|
||||
'apply' => 'Submit pre-application'
|
||||
]
|
||||
],
|
||||
'common' => [
|
||||
'error_occurred' => 'An error occurred: ',
|
||||
'not_permitted' => 'You are not authorized to use this function.',
|
||||
],
|
||||
'login' => [
|
||||
'password_mismatch' => 'Your password does not match.',
|
||||
'registration_success' => 'You have been successfully registered.',
|
||||
'login_success' => 'You have been successfully logged in.',
|
||||
],
|
||||
'blog' => [
|
||||
'confirm_save' => 'Do you really want to save this entry?',
|
||||
'confirm_delete' => 'Do you really want to delete this entry?',
|
||||
],
|
||||
'ticker' => [
|
||||
'delete_success' => 'Deleted successfully!',
|
||||
'insert_success' => 'Inserted successfully!',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user