mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations field.php (German)
This commit is contained in:
parent
0df8895b3f
commit
5d16fbd369
@ -433,19 +433,19 @@ return [
|
||||
'my_address' => 'Meine Adresse',
|
||||
|
||||
'company' => [
|
||||
'name' => 'Company Name'
|
||||
'name' => 'Name der Firma'
|
||||
],
|
||||
'tax_office' => [
|
||||
'name' => 'Tax Office'
|
||||
'name' => 'Finanzamt'
|
||||
],
|
||||
'tax_number' => [
|
||||
'name' => 'Tax Number'
|
||||
'name' => 'Steuernummer'
|
||||
],
|
||||
|
||||
// Profile page
|
||||
'my_profile' => 'My Profile',
|
||||
'edit_profile' => 'Edit Profile',
|
||||
'edit_details' => 'Edit Details',
|
||||
'update' => 'Update',
|
||||
'change_password' => 'Change Password',
|
||||
'my_profile' => 'Mein Profil',
|
||||
'edit_profile' => 'Profil bearbeiten',
|
||||
'edit_details' => 'Details bearbeiten',
|
||||
'update' => 'Aktualisieren',
|
||||
'change_password' => 'Ändere das Passwort',
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user