mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-07 13:56:05 -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',
|
'my_address' => 'Meine Adresse',
|
||||||
|
|
||||||
'company' => [
|
'company' => [
|
||||||
'name' => 'Company Name'
|
'name' => 'Name der Firma'
|
||||||
],
|
],
|
||||||
'tax_office' => [
|
'tax_office' => [
|
||||||
'name' => 'Tax Office'
|
'name' => 'Finanzamt'
|
||||||
],
|
],
|
||||||
'tax_number' => [
|
'tax_number' => [
|
||||||
'name' => 'Tax Number'
|
'name' => 'Steuernummer'
|
||||||
],
|
],
|
||||||
|
|
||||||
// Profile page
|
// Profile page
|
||||||
'my_profile' => 'My Profile',
|
'my_profile' => 'Mein Profil',
|
||||||
'edit_profile' => 'Edit Profile',
|
'edit_profile' => 'Profil bearbeiten',
|
||||||
'edit_details' => 'Edit Details',
|
'edit_details' => 'Details bearbeiten',
|
||||||
'update' => 'Update',
|
'update' => 'Aktualisieren',
|
||||||
'change_password' => 'Change Password',
|
'change_password' => 'Ändere das Passwort',
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user