Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #33 from ffalkone/master
Browse files Browse the repository at this point in the history
Add support for Magento 2.4 and fixes some translation bugs
  • Loading branch information
Mardl authored Oct 9, 2020
2 parents 81c7999 + 925f0f9 commit 3a7d4b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "German (Germany) language",
"license": "OSL-3.0",
"require": {
"magento/framework": "^100.0.0|^101.0.0|^102.0.0",
"magento/framework": "^100.0.0|^101.0.0|^102.0.0|^103.0.0",
"magenerds/dashboard": "^1.0"
},
"type": "magento2-language",
Expand Down
11 changes: 1 addition & 10 deletions de_DE.csv
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
1,1,,
20,20,,
30,30,,
50,50,,
123,123,,
200,200,,
"
Allowable values: ""paypal"", ""primary"" (default), your_custom_value (a custom payment page style from your merchant account profile).
","
Expand Down Expand Up @@ -179,8 +173,6 @@
-- Please Select Billing Agreement--,-- Bitte wählen Sie die Abrechnungsvereinbarung --,,
-- Select --,-- Auswählen --,,
--Please Select--,-- Bitte auswählen --,,
.,.,,
. ':',. ':',module,Magento_Shipping
’Internal Promotions’ for promotions field “Label”.,"""Interne Promotions"" für Promotionfeld ""Label""",,
"""%1"" cannot contain more than %2 lines.","""%1"" kann nicht aus mehr als %2 Zeilen bestehen.",,
"""%1"" contains non-alphabetic characters.","""%1"" enthält nicht-alphabetische Zeichen.",,
Expand Down Expand Up @@ -3463,8 +3455,7 @@ File System,Dateisystem,,
File system,Dateisystem,,
File to Import,Datei für den Import,,
"File with an extension ""%value%"" is protected and cannot be uploaded","Dateien mit der Erweiterung ""%value%"" sind geschützt und können nicht hochgeladen werden",,
File you are trying to upload exceeds maximum file size limit.,"Die Datei, die sie hochladen möchten, überschreitet die maximal zulässige Dateigröße.
",module,Magento_Ui
"File you are trying to upload exceeds maximum file size limit.","Die Datei, die sie hochladen möchten, überschreitet die maximal zulässige Dateigröße.",module,Magento_Ui
Filename,Dateiname,,
Filter,Filter,,
Filter already exists in Criteria object: %1,Filter existiert bereits für Kriterien-Objekt: %1,,
Expand Down

0 comments on commit 3a7d4b8

Please sign in to comment.