New translations field.php (German)

This commit is contained in:
Fatih Alp 2020-09-23 18:36:42 +03:00
parent a7472d4d6f
commit bdbce533a6

View File

@ -20,7 +20,7 @@ return [
'name' => 'Preis' 'name' => 'Preis'
], ],
'standard_price' => [ 'standard_price' => [
'name' => 'Standard Price' 'name' => 'Standartpreis'
], ],
'date' => [ 'date' => [
'name' => 'Datum' 'name' => 'Datum'
@ -267,8 +267,8 @@ return [
"no_location" => "Es ist kein Ort ausgewählt.", "no_location" => "Es ist kein Ort ausgewählt.",
"continue" => 'Fortsetzen', "continue" => 'Fortsetzen',
"gallery" => 'Galerie', "gallery" => 'Galerie',
"ads" => 'Ads', "ads" => 'Anzeigen',
"were_found" => 'were found.', "were_found" => 'wurden gefunden.',
// Pending screen // Pending screen
'pending_message_1' => 'Die Anzeige befindet sich im Genehmigungsprozess', 'pending_message_1' => 'Die Anzeige befindet sich im Genehmigungsprozess',
@ -296,5 +296,5 @@ return [
'select_category_step_by_step' => 'Wählen Sie Kategorie Schritt für Schritt', 'select_category_step_by_step' => 'Wählen Sie Kategorie Schritt für Schritt',
// New create page // New create page
'options' => 'Options', 'options' => 'Optionen',
]; ];