Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 11c945f2

Von Bernd Bleßmann vor mehr als 9 Jahren hinzugefügt

  • ID 11c945f26a44f4cb5c36ee1f013e7583562e7651
  • Vorgänger 1adadc30
  • Nachfolger 0af0977d

Lagerbewegungs-Import: Text geändert und Schreibfehler in Übersetzung behoben.

Unterschiede anzeigen:

SL/Controller/CsvImport/Inventory.pm
276 276
  }
277 277

  
278 278
  if (exists $entry->{raw_data}->{target_qty} && exists $entry->{raw_data}->{qty}) {
279
    push @{ $entry->{errors} }, $::locale->text('Error: a quantity and a target quantity could not be given both.');
279
    push @{ $entry->{errors} }, $::locale->text('Error: A quantity and a target quantity could not be given both.');
280 280
    return 0;
281 281
  }
282 282

  
locale/de/all
1053 1053
  'Error with default taxzone'  => 'Ungültige Standardsteuerzone',
1054 1054
  'Error!'                      => 'Fehler!',
1055 1055
  'Error: A negative target quantity is not allowed.' => 'Fehler: Eine negative Zielmenge ist nicht erlaubt.',
1056
  'Error: A quantity and a target quantity could not be given both.' => 'Fehler: Menge und Zielmenge können nicht beide angegeben werden.',
1056 1057
  'Error: A quantity or a target quantity must be given.' => 'Fehler: Menge oder Zielmenge muss angegeben werden.',
1057 1058
  'Error: Bin not found'        => 'Fehler: Lagerplatz nicht gefunden',
1058 1059
  'Error: Buchungsgruppe missing or invalid' => 'Fehler: Buchungsgruppe fehlt oder ungültig',
......
1084 1085
  'Error: Transfer would result in a negative target quantity.' => 'Fehler: Lagerbewegung würde zu einer negativen Zielmenge führen.',
1085 1086
  'Error: Unit missing or invalid' => 'Fehler: Einheit fehlt oder ungültig',
1086 1087
  'Error: Warehouse not found'  => 'Fehler: Lager nicht gefunden',
1087
  'Error: a quantity and a target quantity could not be given both.' => 'Fehler: Menge und Zielmenge können nicht beide angegeben werden.',
1088 1088
  'Error: this feature requires that articles with a time-based unit (e.g. \'h\' or \'min\') exist.' => 'Fehler: dieses Feature setzt voraus, dass Artikel mit einer Zeit-basierenden Einheit (z.B. "Std") existieren.',
1089 1089
  'Errors'                      => 'Fehler',
1090 1090
  'Ertrag'                      => 'Ertrag',
......
1697 1697
  'On'                          => 'An',
1698 1698
  'On Hand'                     => 'Auf Lager',
1699 1699
  'On Order'                    => 'Ist bestellt',
1700
  'One of the columns "qty" or "target_qty" must be given. If "target_qty" is given, the quantity to transfer for each transfer will be calculate, so that the quantity for this part, warehouse and bin will result in the given "target_qty" after each transfer.' => 'Eine der Spalten "qty" oder "target_qty" muss angegeben werden. Wird "target_qty" angegeben, so wird die zu bewegende Menge für jede Lagerbewegung so berechnet, dass die Lagermenge für diesen Artikel, Lager und Lagerplatz nach jeder Lagerbewegung der angebenen Zielmenge entspricht.',
1700
  'One of the columns "qty" or "target_qty" must be given. If "target_qty" is given, the quantity to transfer for each transfer will be calculate, so that the quantity for this part, warehouse and bin will result in the given "target_qty" after each transfer.' => 'Eine der Spalten "qty" oder "target_qty" muss angegeben werden. Wird "target_qty" angegeben, so wird die zu bewegende Menge für jede Lagerbewegung so berechnet, dass die Lagermenge für diesen Artikel, Lager und Lagerplatz nach jeder Lagerbewegung der angegebenen Zielmenge entspricht.',
1701 1701
  'One or more Perl modules missing' => 'Ein oder mehr Perl-Module fehlen',
1702 1702
  'Onhand only sets the quantity in master data, not in inventory. This is only a legacy info field and will be overwritten as soon as a inventory transfer happens.' => 'Das Import-Feld Auf Lager setzt nur die Menge in den Stammdaten, nicht im Lagerbereich. Dies ist historisch gewachsen nur ein Informationsfeld was mit dem tatsächlichen Wert überschrieben wird, sobald eine wirkliche Lagerbewegung stattfindet (DB-Trigger).',
1703 1703
  'Only Warnings and Errors'    => 'Nur Warnungen und Fehler',
locale/en/all
891 891
  'Error when saving: #1'       => '',
892 892
  'Error!'                      => '',
893 893
  'Error: A negative target quantity is not allowed.' => '',
894
  'Error: A quantity and a target quantity could not be given both.' => '',
894 895
  'Error: A quantity or a target quantity must be given.' => '',
895 896
  'Error: Bin not found'        => '',
896 897
  'Error: Buchungsgruppe missing or invalid' => '',
......
922 923
  'Error: Transfer would result in a negative target quantity.' => '',
923 924
  'Error: Unit missing or invalid' => '',
924 925
  'Error: Warehouse not found'  => '',
925
  'Error: a quantity and a target quantity could not be given both.' => '',
926 926
  'Errors'                      => '',
927 927
  'Ertrag'                      => '',
928 928
  'Ertrag prozentual'           => '',

Auch abrufbar als: Unified diff