-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
525 additions
and
263 deletions.
There are no files selected for viewing
Submodule .style
updated
4 files
+28 −36 | .php-cs-fixer.php | |
+139 −0 | .php-json-fixer.php | |
+0 −183 | .php_cs | |
+29 −10 | README.md |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,51 @@ | ||
{ | ||
"translations": { | ||
"de": { | ||
"\nPollination\n ": "\nPollenflug\n ", | ||
"This module retrieves the pollen danger index from DWD and displays it textually or graphically.": "Dieses Modul ruft den Pollenflug-Gefahrenindex von DWD ab und stellt ihn textuell bzw. graphisch dar.", | ||
"Local and temporal settings ...": "Örtliche und zeitliche Einstellungen ...", | ||
"State:": "Bundesland:", | ||
"Region:": "Region:", | ||
"Number of days:": "Anzahl darzustellende Tage:", | ||
"1 day": "1 Tag", | ||
"2 days": "2 Tage", | ||
"3 days": "3 Tage", | ||
"Style sheets (CSS) ...": "Formatvorlagen (CSS) ...", | ||
"Use 3D gradient for table header?" : "3D Farbverlauf für Tabellenkopf verwenden?", | ||
"Table [table]:": "Tabelle [table]:", | ||
"Table head [thead]:": "Tabllenkopf [thead]", | ||
"Table cells [th,td]:": "Tabellenzellen [th,td]:", | ||
"Last row [tr:last-child]:": "Letzte Zeile [tr:last-child]:", | ||
"Alternate row [tr:nth-child(even)]:": "Alternierende Zeile [tr:nth-child(even)]:", | ||
"First cell [td:first-child]:": "Erste Zelle [td:first-child]:", | ||
"Middle cells [td:not(:first-child):not(:last-child)]:": "Mittlere Zellen [td:not(:first-child):not(:last-child)]:", | ||
"Last cell [td:last-child]:": "Letzte Zelle [td:last-child]:", | ||
"Weekday [div.day]:": "Wochentag [div.day]:", | ||
"Day of month [div.num]:": "Tag des Monats [div.num]:", | ||
"Name of month [div.mon]:": "Monatsname [div.mon]:", | ||
"Advanced settings ...": "Erweiterte Einstellungen ...", | ||
"Create variable for day note?": "Variable für Tageshinweis anlegen?", | ||
"Create variable for tabular prediction?": "Variable für tabellarische Vorhersage anlegen?", | ||
"Create variable for image link on all german pollen count calendar?": "Variable für Bildlink auf gesamtdeutschen Pollenflugkalendar anlegen?", | ||
"Create variables for selecting the local and temporal settings (overrides module configuration)?": "Variablen für die Auswahl der lokalen und zeitlichen Einstellungen anlegen (überschreibt die Modulkonfiguration)?", | ||
"The following selection box activates or deactivates the daily update:": "Die nachfolgende Auswahlbox aktiviert bzw. deaktiviert die tägliche Aktualisierung:", | ||
"Activate daily update?": "Tägliche Aktualisierung aktivieren?", | ||
"Hazard index ...": "Gefahrenindex ...", | ||
"Update": "Aktualisieren", | ||
"Last update": "Letzte Aktualisierung", | ||
"Next update": "Nächste Aktualisierung", | ||
"Daily Note": "Tageshinweis", | ||
"Forecast": "Vorhersage", | ||
"Annual calendar": "Jahreskalender", | ||
"State": "Bundesland", | ||
"Region": "Region", | ||
"Days": "Tage", | ||
"Error while reading the DWD pollen danger index!" : "Fehler beim Auslesen des DWD Pollenflug-Gefahrenindex!", | ||
"Error reading the last update!": "Fehler beim Auslesen der letzten Aktualisierung!", | ||
"Error reading the next update!": "Fehler beim Auslesen der nächsten Aktualisierung!", | ||
"Source code, donation and licence ...": "Quellcode, Spende und Lizenz ...", | ||
"The software is free of charge for non-commercial use, I would appreciate a donation if you like the module.": "Die Software ist für die nicht kommzerielle Nutzung kostenlos, über eine Spende bei Gefallen des Moduls würde ich mich sehr freuen." | ||
"translations": { | ||
"de": { | ||
"Pollen Count": "Pollenflug", | ||
"\nPollination\n ": "\nPollenflug\n ", | ||
"This module retrieves the pollen danger index from DWD and displays it textually or graphically.": "Dieses Modul ruft den Pollenflug-Gefahrenindex von DWD ab und stellt ihn textuell bzw. graphisch dar.", | ||
"Local and temporal settings ...": "Örtliche und zeitliche Einstellungen ...", | ||
"State:": "Bundesland:", | ||
"Region:": "Region:", | ||
"Number of days:": "Anzahl darzustellende Tage:", | ||
"1 day": "1 Tag", | ||
"2 days": "2 Tage", | ||
"3 days": "3 Tage", | ||
"Style sheets (CSS) ...": "Formatvorlagen (CSS) ...", | ||
"Use 3D gradient for table header?": "3D Farbverlauf für Tabellenkopf verwenden?", | ||
"Table [table]:": "Tabelle [table]:", | ||
"Table head [thead]:": "Tabllenkopf [thead]", | ||
"Table cells [th,td]:": "Tabellenzellen [th,td]:", | ||
"Last row [tr:last-child]:": "Letzte Zeile [tr:last-child]:", | ||
"Alternate row [tr:nth-child(even)]:": "Alternierende Zeile [tr:nth-child(even)]:", | ||
"First cell [td:first-child]:": "Erste Zelle [td:first-child]:", | ||
"Middle cells [td:not(:first-child):not(:last-child)]:": "Mittlere Zellen [td:not(:first-child):not(:last-child)]:", | ||
"Last cell [td:last-child]:": "Letzte Zelle [td:last-child]:", | ||
"Weekday [div.day]:": "Wochentag [div.day]:", | ||
"Day of month [div.num]:": "Tag des Monats [div.num]:", | ||
"Name of month [div.mon]:": "Monatsname [div.mon]:", | ||
"Advanced settings ...": "Erweiterte Einstellungen ...", | ||
"Create variable for day note?": "Variable für Tageshinweis anlegen?", | ||
"Create variable for tabular prediction?": "Variable für tabellarische Vorhersage anlegen?", | ||
"Create variable for image link on all german pollen count calendar?": "Variable für Bildlink auf gesamtdeutschen Pollenflugkalendar anlegen?", | ||
"Create variables for selecting the local and temporal settings (overrides module configuration)?": "Variablen für die Auswahl der lokalen und zeitlichen Einstellungen anlegen (überschreibt die Modulkonfiguration)?", | ||
"The following selection box activates or deactivates the daily update:": "Die nachfolgende Auswahlbox aktiviert bzw. deaktiviert die tägliche Aktualisierung:", | ||
"Activate daily update?": "Tägliche Aktualisierung aktivieren?", | ||
"Hazard index ...": "Gefahrenindex ...", | ||
"Update": "Aktualisieren", | ||
"Last update": "Letzte Aktualisierung", | ||
"Next update": "Nächste Aktualisierung", | ||
"Daily Note": "Tageshinweis", | ||
"Forecast": "Vorhersage", | ||
"Annual calendar": "Jahreskalender", | ||
"State": "Bundesland", | ||
"Region": "Region", | ||
"Days": "Tage", | ||
"Error while reading the DWD pollen danger index!": "Fehler beim Auslesen des DWD Pollenflug-Gefahrenindex!", | ||
"Error reading the last update!": "Fehler beim Auslesen der letzten Aktualisierung!", | ||
"Error reading the next update!": "Fehler beim Auslesen der nächsten Aktualisierung!", | ||
"Source code, donation and licence ...": "Quellcode, Spende und Lizenz ...", | ||
"The software is free of charge for non-commercial use, I would appreciate a donation if you like the module.": "Die Software ist für die nicht kommerzielle Nutzung kostenlos, über eine Spende bei Gefallen des Moduls würde ich mich sehr freuen." | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
{ | ||
"id": "{3CF9CC0D-8C00-9FFC-FE7D-82CC65C69BE5}", | ||
"name": "Pollen Count", | ||
"url": "https://wilkware.de/ip-symcon-module/pollenflug/", | ||
"type": 3, | ||
"vendor": "", | ||
"aliases": [ | ||
"Pollenflug" | ||
], | ||
"aliases": [], | ||
"parentRequirements": [], | ||
"childRequirements": [], | ||
"implemented": [], | ||
"prefix": "POLLEN", | ||
"url": "https://wilkware.de/ip-symcon-module/pollenflug/" | ||
"prefix": "POLLEN" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.