openclassify/addons/default/visiosoft/customfields-module/resources/lang/de/field.php
Mostafa Moradi 4eac3243b8 4.0-mostafa
2024-08-18 17:45:09 +03:00

81 lines
2.0 KiB
PHP

<?php
return [
'name' => [
'name' => 'Benutzerdefinierter Feldtitel'
],
'parent_category' => [
'name' => 'Kategorie'
],
'custom_field' => [
'name' => 'Benutzerdefinierter Feldtitel',
],
'custom_field_value' => [
'name' => 'Benutzerdefinierter Feldwert'
],
'custom_field_image' => [
'name' => 'Benutzerdefiniertes Feldbild'
],
'category' => [
'name' => 'Kategorie',
],
'description' => [
'name' => 'Beschreibung',
],
'type' => [
'name' => 'Benutzerdefinierter Feldtyp',
],
'category_name' => [
'name' => 'Kategoriename',
],
'selecttopall' => 'Alles',
'seenList' => [
'name' => 'Gesehene Listenansicht'
],
'show_filter' => [
'name' => 'Show Filter in Ads List',
],
'slug' => [
'name' => 'Schnecke'
],
'all_categories' => [
'name' => 'Alle Kategorien'
],
'features' => [
'name' => 'Eigenschaften'
],
'select' => [
'name' => 'Wähle eine Option'
],
'required' => [
'name' => 'Erforderlich'
],
'all' => 'Alle',
'choose_an_option' => 'Choose an option...',
'text_input' => 'Text input',
'choosing_options' => 'Choosing options',
'values' => 'Values',
'other' => 'Other',
"checkboxes_type" => "Kontrollkästchen Feld",
"decimal_type" => "Dezimalfeld",
"integer_type" => "Ganzzahliges Feld",
"radio_type" => "Funkfeld",
"range_type" => "Bereichsfeld",
"select_type" => "Feld auswählen",
"selectdropdown_type" => "Wählen Sie Dropdown-Feld",
"selecttop_type" => "Wählen Sie Oberes Feld",
"selectrange_type" => "Wählen Sie Bereichsfeld",
"selectimage_type" => "Wählen Sie Bildfeld",
"text_type" => "Textfeld",
// Listing Page
'from' => 'Von',
'to' => 'Zu',
'and_above' => 'und darüber',
'and_below' => 'und darunter',
'min' => 'Mindest',
'max' => 'Max',
'show_list' => 'Liste anzeigen',
];