Skip to content

Commit

Permalink
First release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lgb-this authored Mar 3, 2024
1 parent 3e3849e commit 33d5122
Show file tree
Hide file tree
Showing 12 changed files with 2,192 additions and 0 deletions.
1,388 changes: 1,388 additions & 0 deletions vzug/__init__.py

Large diffs are not rendered by default.

Binary file added vzug/assets/base.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vzug/assets/geraet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vzug/assets/items.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vzug/assets/meldungen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vzug/assets/verbrauch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions vzug/locale.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# translations for the web interface
plugin_translations:
# Translations for the plugin specially for the web interface
'Gerät': {'de': '=', 'en': 'Device'}
'Serienummer': {'de': '=', 'en': 'Serial number'}
'Typ': {'de': '=', 'en': 'Type'}
'Wert': {'de': '=', 'en': 'Value'}
'Verbindung': {'de': '=', 'en': 'Connection'}
'Software': {'de': '=', 'en': 'Software'}
'Hardware': {'de': '=', 'en': 'Hardware'}
'Eingeschaltet': {'de': '=', 'en': 'Power on'}
'Letztes Update': {'de': '=', 'en': 'Last update'}
'Items': {'de': '=', 'en': 'Items'}
'Meldungen': {'de': '=', 'en': 'Messages'}
'Laden': {'de': '=', 'en': 'Loading'}
'ein': {'de': '=', 'en': 'on'}
'aus': {'de': '=', 'en': 'off'}
'Standby': {'de': '=', 'en': 'Standby'}
'Information': {'de': '=', 'en': 'Information'}
'Firmware Update': {'de': '=', 'en': 'Firmware update'}
'verfügbar': {'de': '=', 'en': 'available'}
'nein': {'de': '=', 'en': 'no'}
'API Version': {'de': '=', 'en': 'API version'}
'Aktiv': {'de': '=', 'en': 'Active'}
'Status': {'de': '=', 'en': 'Status'}
'Programm': {'de': '=', 'en': 'Program'}
'Dauer': {'de': '=', 'en': 'Duration'}
'Start': {'de': '=', 'en': 'Start'}
'Ende': {'de': '=', 'en': 'End'}
'Phase': {'de': '=', 'en': 'Phase'}
'Energie': {'de': '=', 'en': 'Energy'}
'Wasser': {'de': '=', 'en': 'Water'}
'Verbrauch': {'de': '=', 'en': 'Consumption'}
'Durchschnitt': {'de': '=', 'en': 'Average'}
'Letztes Programm': {'de': '=', 'en': 'Last program'}

# Alternative format for translations of longer texts:
'Hier kommt der Inhalt des Webinterfaces hin.':
de: '='
en: 'Here goes the content of the web interface.'
Loading

0 comments on commit 33d5122

Please sign in to comment.