Skip to content

Commit

Permalink
update to latest stable core 3.0.148
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartsch committed Apr 20, 2020
1 parent 62cb967 commit 6125371
Show file tree
Hide file tree
Showing 35 changed files with 489 additions and 119 deletions.
22 changes: 6 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
German (de_DE) language pack for [ProcessWire](http://processwire.com).
Uses formal language ("Sie").

The repository will (try to) be up to date with the most recent **stable** version of ProcessWire. For use with a **dev** version use the dev branch.
The repository will (try to) be up to date with the most recent **stable** version of ProcessWire.

Language packs for (some) older versions of ProcessWire are available on the [releases page](https://github.com/jmartsch/pw-lang-de/releases) of this repository.

Expand All @@ -21,18 +21,8 @@ Menu items are translated after you log out and log in again.

Big thanks to yellowled and nico for their initial work.

## How to help updating the language pack (draft, not ready yet)
Pull requests are welcome. Let's try to work together, to get fast updates of the german language pack when a new stable version is published.

* Admin > Setup > Languages > Add New
* Save
* Press button: 'Find Files to Translate'
* Select all files in the box 'Translatable files in /wire/'
* Select files in the box 'Translatable files in /site/' which you want to add to your custom language pack
* Press 'Submit'
* Start translating
* Download zip or csv file by pressing the related button at the bottom of the page where translatable files are listed.

Look for abandoned and empty phrases.
abandoned are not needed any more and can safely be removed
empty phrases are new additions, which need to be translated
## How to help updating the language pack

To update the translations use the repo at (yet to be determined)

It comes with a full processwire installation and allows you to easily update the translations.
5 changes: 4 additions & 1 deletion wire--core--admin-php.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"textdomain": "wire--core--admin-php",
"translations": {
"657e7a4fc0a8b4f44a06c216edf02d64": {
"text": "Nicht erkannter HTTP-Host:"
"text": "Unbekannter HTTP-Host:"
},
"b6823820033b6cf18c3aa27d252861e0": {
"text": "Bitte aktualisieren Sie ihre Einstellung $config->httpHosts in \/site\/config.php"
Expand All @@ -25,6 +25,9 @@
},
"cfdf33cbd93768327b807066fb473750": {
"text": "Zwei-Faktor-Authentifizierung aktivieren"
},
"7d1e877f40bcb7e917038fddfbc95043": {
"text": "Sie haben die PHP-Einstellung \"max_input_vars\" von %d erreicht - bitte erh\u00f6hen Sie diese."
}
}
}
5 changes: 4 additions & 1 deletion wire--core--adminthemeframework-php.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"text": "Profil"
},
"0323de4f66a1700e2173e9bcdce02715": {
"text": "="
"text": "Abmelden"
},
"fbbbb283efc814825613301c22951ba7": {
"text": "Alle schliessen"
Expand All @@ -22,6 +22,9 @@
},
"ffd8fa387acec9945788ad7c39400b1b": {
"text": "Wenn ausgew\u00e4hlt wird dieses Admin-Theme f\u00fcr den Anmeldebildschirm des Benutzers verwendet."
},
"9d228734f81e102a94540a1508e69d1d": {
"text": "="
}
}
}
3 changes: 3 additions & 0 deletions wire--core--markupqa-php.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
},
"e7f0084e8dc972e4cd7d238f17f5cbce": {
"text": "Kann Bild-Variante nicht neu erstellen"
},
"246a94be559f0335084685fddb9debf3": {
"text": "verweist auf den Admin"
}
}
}
15 changes: 15 additions & 0 deletions wire--core--pagesnames-php.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"file": "wire\/core\/PagesNames.php",
"textdomain": "wire--core--pagesnames-php",
"translations": {
"b0c7034324356a3debb02f65432da4cb": {
"text": "Eine andere Seite verwendet den Namen \"%s\" und verlangt, dass er global eindeutig sein muss."
},
"dc4285f03b7d0a9a40a437530f567e94": {
"text": "Eine andere Seite mit demselben Vorfahren verwendet bereits den Namen \"%s\"."
},
"fca123eb0b6f4465da6e62e5b07927e9": {
"text": "Der Name \"%s\" kann nicht als global eindeutig verwendet werden, da er bereits von anderen Seiten verwendet wird."
}
}
}
9 changes: 9 additions & 0 deletions wire--core--processwire-php.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"file": "wire\/core\/ProcessWire.php",
"textdomain": "wire--core--processwire-php",
"translations": {
"1cb251ec0d568de6a929b520c4aed8d1": {
"text": "Text"
}
}
}
12 changes: 6 additions & 6 deletions wire--modules--admintheme--adminthemeuikit--config-php.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,6 @@
"ed81bfff2c494916fd8a4f7f0526e14c": {
"text": "Spaltenbreiten des Eingabefeldes"
},
"39e84864692943ca0ba0c69e5039ed9a": {
"text": "W\u00e4hlen Sie Option B, wenn Sie Schwierigkeiten haben, die beabsichtigten Eingabefeld-Spaltenbreiten zu erreichen."
},
"775d588dfe892290c0bfa5e56590577f": {
"text": "Uikit uk-width Klassen (bis zu 6 Spalten)"
},
Expand Down Expand Up @@ -275,9 +272,6 @@
"0afa7ae71fac97af574e05f44f2296c5": {
"text": "Karte"
},
"8101df5a8d382ef957a02876d08a6f0f": {
"text": "Transparent"
},
"eed661e12b91dcdc202ea5682df87a83": {
"text": "Prim\u00e4r"
},
Expand All @@ -292,6 +286,12 @@
},
"5a9e33ceafdb38535a8dcee28ff0cd68": {
"text": "Gefahr"
},
"5d6497b7aaafbba82795cd9626c2f508": {
"text": "W\u00e4hlen Sie Option B, wenn Sie Probleme haben, die beabsichtigten Spaltenbreiten der Eingabefelder zu erzielen."
},
"8101df5a8d382ef957a02876d08a6f0f": {
"text": "="
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@
},
"61d8be701930d3db7ca0e8d32d041ab6": {
"text": "="
},
"2bdedaef502bd65a7190ee7077fc9d23": {
"text": "Kommentar ge\u00e4ndert von %d zu \"%s\""
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@
},
"39ef1e97d0b7fa0510cd93cd5f2cf99b": {
"text": "="
},
"0cdfb8480c1dfe5241c042249c4d9fae": {
"text": "Ausgew\u00e4hlt"
}
}
}
6 changes: 6 additions & 0 deletions wire--modules--fieldtype--fieldtypefile-module.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@
},
"43bce07bd160232ee31114541357640c": {
"text": "Eingabe von Tags getrennt durch Leerzeichen. Tags k\u00f6nnen Buchstaben, Zahlen, Unterstriche oder Bindestriche enthalten."
},
"d51491292f62e94821f0fb6802cc1849": {
"text": "Zugelassene Fieldtype-Module f\u00fcr benutzerdefinierte Felder"
},
"100061c6a3b1c84e1a3617988f77bd88": {
"text": "Durchgestrichene Arten sind wahrscheinlich nicht zu 100% kompatibel."
}
}
}
3 changes: 3 additions & 0 deletions wire--modules--fieldtype--fieldtypemodule-module.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
},
"1177fb816ddc2935c2a8bc55d22b93b1": {
"text": "Typ f\u00fcr leeren Wert"
},
"49ee3087348e8d44e1feda1917443987": {
"text": "Name"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
},
"be3fb8f18ddcd8f47b92e020f1474b1b": {
"text": "Fehler in \"%s\" Objekt %d"
},
"2ca001ee3992ee08c53099d65cbde4eb": {
"text": "Einstellungen anzeigen?"
}
}
}
42 changes: 42 additions & 0 deletions wire--modules--fieldtype--fieldtypetoggle-module.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"file": "wire\/modules\/Fieldtype\/FieldtypeToggle.module",
"textdomain": "wire--modules--fieldtype--fieldtypetoggle-module",
"translations": {
"261e3b04ea1f3b5603314ddcc479e0cc": {
"text": "Wie soll der formatierte Wert Ihres Umschaltfeldes aussehen?"
},
"6309837e6ce0a3f0fa946345c7167eb3": {
"text": "W\u00e4hlen Sie den von %s zur\u00fcckgegebenen formatierten Wert."
},
"be626e72635b0ea8fbdafa5d3028fcb4": {
"text": "Bitte beachten Sie auch den Reiter \"Eingabe\" f\u00fcr alle anderen Umschaltfeld-Einstellungen."
},
"f94e479441f41c15b899438240ca67d1": {
"text": "F\u00fcr alle oben genannten F\u00e4lle wird die Nichtauswahl immer durch eine leere Zeichenfolge dargestellt."
},
"fa3b8249dcb2b9a523c69ba62614753f": {
"text": "Wenn eine 3.\/andere Option aktiviert ist, wird sie durch die Ganzzahl 2 dargestellt."
},
"5e17d8d5bf6e642f015706c44be5b32c": {
"text": "Wenn die Ausgabeformatierung einer Seite ausgeschaltet ist, ist der Wert immer ganzzahlig 0, 1, 2 (f\u00fcr Nein, Ja, Andere) oder eine leere Zeichenfolge, wenn keine Auswahl getroffen wurde."
},
"3826ef10fef22663ed856d6a34ae4991": {
"text": "Ganzzahl: 0=nein, 1=ja (gleichbedeutend mit keiner Formatierung)."
},
"e4233a81c5260370b0c97ab1ee5364ba": {
"text": "Boolisch: Wahr oder falsch f\u00fcr Ja\/Nein-Zust\u00e4nde."
},
"53559d654a38f34b067b188cde584853": {
"text": "String: Verwenden Sie Textbeschriftungen, die mit den \"Eingabe\"-Einstellungen konfiguriert sind."
},
"047f245cdf987a38461e1a12559ff71a": {
"text": "Entit\u00e4ten: Wie oben (String), aber f\u00fcr die HTML-Ausgabe kodierte Entit\u00e4t."
},
"87947648d1451650784ef832cbdc0983": {
"text": "Umschalter (Ja\/Nein)"
},
"ed4f448d518712aadb3a62be1b48236e": {
"text": "Konfigurierbares Ja\/Nein, Ein-\/Ausschalten als Alternative zu einem Kontrollk\u00e4stchen, plus optionale \"andere\" Option."
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@
"bafd7322c6e97d25b6299b5d6fe8920b": {
"text": "Nein"
},
"16de616a3ba1c1801d425dacdd28aff6": {
"text": "Ja (in Modal-Fenster)"
},
"0c4cf3dd938578951cefc0c5503f4939": {
"text": "="
},
"93cba07454f06a4a960172bbd6e2a435": {
"text": "+"
},
"1cd298de417a75485be2184aab1f77b2": {
"text": "(in einem modalen Fenster)"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,15 @@
},
"96baacdc276036c2b8fb65264750a3b4": {
"text": "Dateien ausw\u00e4hlen"
},
"e72ce31f0ee80699eb03ad6cc894fe3a": {
"text": "Nicht unterst\u00fctzte Dateierweiterung, bitte nur verwenden: EXTENSIONS"
},
"6ebd01ddd3a5422eb7dcdd0ce4b677c7": {
"text": "Datei ist zu gro\u00df - maximal zul\u00e4ssige Gr\u00f6\u00dfe ist MAX_KB kb"
},
"c62fc670ac122455cc5853bf97130711": {
"text": "Feld \"%1$s\" Typ \"%2$s\" wird im Feld \"%3$s\" nicht unterst\u00fctzt"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,12 @@
},
"d9c2d86a66aa5a45326c3757f3a272cc": {
"text": "Aktuelles Passwort"
},
"0c380241031de9b0ff753a076eb3d4da": {
"text": "keine (alle oben genannten deaktivieren)"
},
"684fe1df0fb45c7acb4034164d4c8f9b": {
"text": "Geben Sie -1 an, um diese Funktion zu deaktivieren."
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,9 @@
},
"2627637e263ef687fa978b576580b8b1": {
"text": "Ausgew\u00e4hlt"
},
"689202409e48743b914713f96d93947c": {
"text": "Wert"
}
}
}
Loading

0 comments on commit 6125371

Please sign in to comment.