mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-23 03:05:00 -04:00
fix(i18n): translate remaining English labels in Swiss German Items.php (#4701)
* fix(i18n): translate leftover English strings in de-CH Items.php Replace remaining English UI labels in the Swiss German items locale with German wording aligned to de-DE, preserving keys and placeholders. Co-authored-by: Rayan Abdul Cader <minutechreview@users.noreply.github.com> * fix(i18n): use plural Zeilen in de-CH csv_import_partially_failed --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Rayan Abdul Cader <minutechreview@users.noreply.github.com> Co-authored-by: objecttothis <17935339+objecttothis@users.noreply.github.com>
This commit is contained in:
1 file changed
+8
-8
@@ -16,9 +16,9 @@ return [
|
||||
'change_all_to_not_allow_allow_desc' => 'Ändere alle zu NICHT Erlaube Alt. Bez.',
|
||||
'change_all_to_serialized' => 'Ändere alle zu serialisiert',
|
||||
'change_all_to_unserialized' => 'Ändere alle zu nicht serialisiert',
|
||||
'change_image' => 'Change Image',
|
||||
'change_image' => 'Bild ändern',
|
||||
'confirm_bulk_edit' => 'Wollen Sie alle gewählten Artikel ändern?',
|
||||
'confirm_bulk_edit_wipe_taxes' => 'All item tax information will be replaced!',
|
||||
'confirm_bulk_edit_wipe_taxes' => 'Alle Artikel-Steuerinformationen werden ersetzt.',
|
||||
'confirm_delete' => 'Wollen Sie alle gewählten Artikel löschen?',
|
||||
'confirm_restore' => '',
|
||||
'cost_price' => 'Einstandspreis',
|
||||
@@ -27,9 +27,9 @@ return [
|
||||
'count' => 'Ändere Bestand',
|
||||
'csv_import_failed' => 'CSV Import fehlerhaft',
|
||||
'csv_import_invalid_location' => '',
|
||||
'csv_import_nodata_wrongformat' => 'Your uploaded file has no data or wrong format',
|
||||
'csv_import_partially_failed' => 'Most Items imported. But some were not, here is the list',
|
||||
'csv_import_success' => 'Import of Items successful',
|
||||
'csv_import_nodata_wrongformat' => 'Die hochgeladene Datei enthält keine Daten oder ist falsch formatiert.',
|
||||
'csv_import_partially_failed' => 'Bei {0} Artikelimporten sind in den Zeilen {1} Fehler aufgetreten. Es wurden keine Zeilen importiert.',
|
||||
'csv_import_success' => 'Artikelimport erfolgreich.',
|
||||
'current_quantity' => 'Aktuelle Menge',
|
||||
'default_pack_name' => '',
|
||||
'description' => 'Bezeichnung',
|
||||
@@ -45,7 +45,7 @@ return [
|
||||
'hsn_code' => '',
|
||||
'image' => 'Bild',
|
||||
'import_items_csv' => 'Importiere Artikel mit CSV Datei',
|
||||
'info_provided_by' => 'Info provided by',
|
||||
'info_provided_by' => 'Informationen bereitgestellt von',
|
||||
'inventory' => 'Lagerbestand',
|
||||
'inventory_CSV_import_quantity' => '',
|
||||
'inventory_comments' => 'Bemerkungen',
|
||||
@@ -85,7 +85,7 @@ return [
|
||||
'quantity_number' => 'Menge muss eine Zahl sein',
|
||||
'quantity_required' => 'Menge ist erforderlich',
|
||||
'receiving_quantity' => 'Eingangsmenge',
|
||||
'remove_image' => 'Remove Image',
|
||||
'remove_image' => 'Bild löschen',
|
||||
'reorder_level' => 'Mindestbestand',
|
||||
'reorder_level_number' => 'Mindestbestand muss eine Zahl sein',
|
||||
'reorder_level_required' => 'Mindestbestand ist erforderlich',
|
||||
@@ -93,7 +93,7 @@ return [
|
||||
'sales_tax_1' => 'Umsatzsteuer 1',
|
||||
'sales_tax_2' => 'Umsatzsteuer 2',
|
||||
'search_attributes' => 'Suche in Zusatzfeldern',
|
||||
'select_image' => 'Select Image',
|
||||
'select_image' => 'Bild auswählen',
|
||||
'serialized_items' => 'Serialisierte Artikel',
|
||||
'standard' => '',
|
||||
'stock' => '',
|
||||
|
||||
Reference in new issue
Block a user