Skip to content

Commit

Permalink
Language Update
Browse files Browse the repository at this point in the history
  • Loading branch information
karei90 committed Mar 16, 2018
1 parent 8e02bdd commit e11740c
Show file tree
Hide file tree
Showing 12 changed files with 423 additions and 228 deletions.
36 changes: 36 additions & 0 deletions lang/cn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"ac_err_create_instance": "Cannot create instance. [APP] :: [INSTANCE ID] = ",
"ac_err_dep_not_found": "Dependency not found for module: [DEP]::[MODUL] = ",
"ac_err_dep_not_init": "Failed to load module because dependency was not instanciated: [DEP]::[MODUL] = ",
"ac_err_dep_not_loaded": "Failed to load module because dependency was not loaded: [DEP]::[MODUL] = ",
"ac_err_file_load": "Cannot load ",
"ac_err_init_module": "Cannot instantiate module: ",
"ac_err_init_module_not_found": "Cannot instantiate module: module not found in the list of all modules.",
"ac_err_instance_already_exists": "Can't register duplicate module instance: ",
"ac_err_instance_empty": "Can't register empty module instance: ",
"ac_err_invalid_module": "Invalid module ",
"ac_err_load_failure": "An error has occurred while the app was instantiated. Please reload or reinstall the app",
"ac_err_load_mod_json": "Cannot load modules.json from ",
"ac_err_location_not_found": "Location doesn't exist.",
"ac_err_refonfigure_instance": "Cannot reconfigure instance with id: ",
"ac_err_stop_mod": "Cannot stop module ",
"ac_err_uninstall_icon": "Unable to uninstall icon.",
"ac_err_uninstall_mod": "Unable to uninstall or reset app.",
"ac_err_uninstall_skin": "Unable to uninstall skin.",
"ac_warn_restart": "Automation Controller is restarted.",
"err_parsing_npc_filters": "Cannot parse filters from namespaces.",
"err_preparing_room_dev_structure": "Cannot prepare Room-Device relation.",
"no_devices_found": "No devices found",
"profile_descr": "This is the admin profile. Admin profile created automatically.",
"profile_name": "Administrator",
"vd_err_virtual_dev": "Error during perform command execution: ",
"zaap_err_app_install": "An error has occurred during the app installation. The installation was cancelled.",
"zaap_err_no_archives": "This app has no archive. The installation was cancelled.",
"zaap_err_reboot": "Reboot command is not supported on your platform, please unplug the power or follow the controller manual.",
"zaap_err_server": "The download server is not reachable or responses with an error. Please try again later.",
"zaap_err_uninstall_mod": "Unable to uninstall app.",
"zaap_err_unload_mod": "Unable to unload app.",
"zaap_war_app_installed_corrupt_instance": "There was no app with this version in the archive available. The lastest version was installed instead. It could be that already existing instances of this app do not work anymore. Please remove them from Apps > Active and add new ones under Apps > Local.",
"zaap_war_core_app_is_newer": "This app is already installed with a newer or same version. The installation was cancelled. It could be that already existing instances of this app do not work anymore. Please remove them from Apps > Active and add new ones under Apps > Local.",
"zaap_war_restart_necessary": "The app was downloaded successfully but the initialization has failed. Please restart the server to finalize the initialization."
}
64 changes: 34 additions & 30 deletions lang/cz.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,36 @@
{
"ac_warn_restart": "Automatizační Kontrolér je restartován.",
"ac_err_init_module_not_found": "Nelze vytvořit instanci modulu: modul nenalezen v seznamu všech modulů.",
"ac_err_init_module": "Nelze vytvořit instanci modulu:",
"ac_err_dep_not_found": "Nebyla nalezena závislost modulu: [DEP] :: [MODUL] =",
"ac_err_dep_not_loaded": "Načtení modulu selhalo, protože závislost modulu nebyla načtení: [DEP] :: [MODUL] =",
"ac_err_dep_not_init": "Načtení modulu selhalo, protože pro závislost modulu nebyla vytvořena instance: [DEP] :: [MODUL] =",
"ac_err_file_load": "Nelze načíst",
"ac_err_invalid_module": "Neplatný modul",
"ac_err_load_mod_json": "Nelze načíst modules.json z",
"ac_err_stop_mod": "Nelze zastavit modul",
"ac_err_uninstall_mod":"Unable to uninstall or reset app.",
"ac_err_uninstall_skin":"Unable to uninstall skin.",
"ac_err_instance_already_exists":"Can't register duplicate module instance: ",
"ac_err_instance_empty":"Can't register empty module instance: ",
"ac_err_create_instance":"Cannot create instance. [APP] :: [INSTANCE ID] = ",
"ac_err_refonfigure_instance":"Cannot reconfigure instance with id: ",
"ac_err_location_not_found":"Location doesn't exist.",
"ac_err_load_failure":"An error has occurred while the app was instantiated. Please reload or reinstall the app",
"profile_name": "Administrátor",
"profile_descr": "Toto je profil admina. Profil admina je vytvořen automaticky.",
"vd_err_virtual_dev": "Chyba, během provádění příkazu:",
"zaap_err_uninstall_mod":"Unable to uninstall app.",
"zaap_err_unload_mod":"Unable to unload app.",
"zaap_war_restart_necessary":"The app was downloaded successfully but the initialization has failed. Please restart the server to finalize the initialization.",
"zaap_err_app_install":"An error has occurred during the app installation. The installation was cancelled.",
"zaap_war_app_installed_corrupt_instance":"There was no app with this version in the archive available. The lastest version was installed instead. It could be that already existing instances of this app do not work anymore. Please remove them from Apps > Active and add new ones under Apps > Local.",
"zaap_war_core_app_is_newer":"This app is already installed with a newer or same version. The installation was cancelled. It could be that already existing instances of this app do not work anymore. Please remove them from Apps > Active and add new ones under Apps > Local.",
"zaap_err_no_archives":"This app has no archive. The installation was cancelled.",
"zaap_err_server":"The download server is not reachable or responses with an error. Please try again later.",
"zaap_err_reboot":"Reboot command is not supported on your platform, please unplug the power or follow the controller manual."
"ac_err_create_instance": "Cannot create instance. [APP] :: [INSTANCE ID] = ",
"ac_err_dep_not_found": "Nebyla nalezena závislost modulu: [DEP] :: [MODUL] =",
"ac_err_dep_not_init": "Načtení modulu selhalo, protože pro závislost modulu nebyla vytvořena instance: [DEP] :: [MODUL] =",
"ac_err_dep_not_loaded": "Načtení modulu selhalo, protože závislost modulu nebyla načtení: [DEP] :: [MODUL] =",
"ac_err_file_load": "Nelze načíst",
"ac_err_init_module": "Nelze vytvořit instanci modulu:",
"ac_err_init_module_not_found": "Nelze vytvořit instanci modulu: modul nenalezen v seznamu všech modulů.",
"ac_err_instance_already_exists": "Can't register duplicate module instance: ",
"ac_err_instance_empty": "Can't register empty module instance: ",
"ac_err_invalid_module": "Neplatný modul",
"ac_err_load_failure": "An error has occurred while the app was instantiated. Please reload or reinstall the app",
"ac_err_load_mod_json": "Nelze načíst modules.json z",
"ac_err_location_not_found": "Location doesn't exist.",
"ac_err_refonfigure_instance": "Cannot reconfigure instance with id: ",
"ac_err_stop_mod": "Nelze zastavit modul",
"ac_err_uninstall_icon": "Unable to uninstall icon.",
"ac_err_uninstall_mod": "Unable to uninstall or reset app.",
"ac_err_uninstall_skin": "Unable to uninstall skin.",
"ac_warn_restart": "Automatizační Kontrolér je restartován.",
"err_parsing_npc_filters": "Cannot parse filters from namespaces.",
"err_preparing_room_dev_structure": "Cannot prepare Room-Device relation.",
"no_devices_found": "No devices found",
"profile_descr": "Toto je profil admina. Profil admina je vytvořen automaticky.",
"profile_name": "Administrátor",
"vd_err_virtual_dev": "Chyba, během provádění příkazu:",
"zaap_err_app_install": "An error has occurred during the app installation. The installation was cancelled.",
"zaap_err_no_archives": "This app has no archive. The installation was cancelled.",
"zaap_err_reboot": "Reboot command is not supported on your platform, please unplug the power or follow the controller manual.",
"zaap_err_server": "The download server is not reachable or responses with an error. Please try again later.",
"zaap_err_uninstall_mod": "Unable to uninstall app.",
"zaap_err_unload_mod": "Unable to unload app.",
"zaap_war_app_installed_corrupt_instance": "There was no app with this version in the archive available. The lastest version was installed instead. It could be that already existing instances of this app do not work anymore. Please remove them from Apps > Active and add new ones under Apps > Local.",
"zaap_war_core_app_is_newer": "This app is already installed with a newer or same version. The installation was cancelled. It could be that already existing instances of this app do not work anymore. Please remove them from Apps > Active and add new ones under Apps > Local.",
"zaap_war_restart_necessary": "The app was downloaded successfully but the initialization has failed. Please restart the server to finalize the initialization."
}
68 changes: 34 additions & 34 deletions lang/de.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
{
"ac_warn_restart":"Der Automation Controller wurde neu gestartet.",
"ac_err_init_module_not_found":"Das Modul kann nicht instanziiert werden: Das Modul wurde in der Modulliste nicht gefunden.",
"ac_err_init_module":"Das Modul kann nicht instanziiert werden: ",
"ac_err_dep_not_found":"Die Dependency wurde für das Modul nicht gefunden: [DEP]::[MODUL] = ",
"ac_err_dep_not_loaded":"Das Modul kann nicht geladen werden, da folgende Dependency nicht geladen wurde: [DEP]::[MODUL] = ",
"ac_err_dep_not_init":"Das Modul kann nicht geladen werden, da die Dependency nicht instanziiert wurde: [DEP]::[MODUL] = ",
"ac_err_file_load":"Fehler beim Laden von ",
"ac_err_invalid_module":"Nicht valides Modul: ",
"ac_err_load_mod_json":"modules.json kann nicht geladen werden. Modul: ",
"ac_err_stop_mod":"Das folgende Modul kann nicht gestoppt werden: ",
"ac_err_uninstall_mod":"Die App konnte nicht deinstalliert oder wiederhergestellt werden.",
"ac_err_uninstall_skin":"Das Skin konnte nicht deinstalliert werden.",
"ac_err_uninstall_skin":"Das Icon konnte nicht deinstalliert werden.",
"ac_err_instance_already_exists":"Instanzierung fehlgeschlagen. Folgende Instanz Id wird bereits verwendet: ",
"ac_err_instance_empty":"Leere Instanzen können nicht instanziert werden: ",
"ac_err_create_instance":"Es konnte keine neue Instanz von der App erzeugt werden. [APP] :: [INSTANZ ID] = ",
"ac_err_refonfigure_instance":"Folgende Instanz konnte nicht geupdatet werden: ",
"ac_err_location_not_found":"Der Raum existiert nicht.",
"ac_err_load_failure":"Es trat ein Fehler während der Initialisierung der App auf. Bitte installieren oder laden sie die folgende App erneut",
"profile_name": "Administrator",
"profile_descr": "Dies ist das Administratorprofil. Dieses wird automatisch angelegt.",
"vd_err_virtual_dev":"Fehler beim Ausführen des Befehls: ",
"no_devices_found":"Keine Geräte gefunden",
"err_preparing_room_dev_structure":"Die Raum-Geräte Beziehung konnte nicht erzeugt werden",
"err_parsing_npc_filters":"Die Namespaces-Filter konnten nicht gefunden/gelesen werden.",
"zaap_err_uninstall_mod":"Die App konnte nicht deinstalliert werden.",
"zaap_err_unload_mod":"Die App konnte nicht gelöscht werden.",
"zaap_war_restart_necessary":"Die App wurde erfolgreich herunter geladen, aber die Initialisierung ist fehlgeschlagen. Bitte starten Sie den Server neu um die Initialisierung abzuschließen.",
"zaap_err_app_install":"Während der Installation ist ein Fehler aufgetreten. Die Installation wurde abgebrochen.",
"zaap_war_app_installed_corrupt_instance":"Es stand keine App im Archiv mit dieser Version zur Verfügung. Stattdessen wurde die aktuellste Version installiert. Es kann vorkommen, dass bereits aktive Instanzen dieser App anschließend nicht mehr funktionieren. Bitte entfernen Sie diese von den Anwendungen > Aktiv und fügen Sie diese neu hinzu unter Anwendungen > Lokal.",
"zaap_war_core_app_is_newer":"Die App ist bereits mit der selben oder einer höheren auf ihrem System vorinstalliert. Die Installation wurde abgebrochen. Es kann vorkommen, dass bereits aktive Instanzen dieser App anschließend nicht mehr funktionieren. Bitte entfernen Sie diese von den Anwendungen > Aktiv und fügen Sie diese neu hinzu unter Anwendungen > Lokal.",
"zaap_err_no_archives":"Diese App hat kein Archiv. Die Installation wurde abgebrochen.",
"zaap_err_server":"Der Download-Server ist nicht erreichbar oder hat mit einem Fehler geantwortet. Versuchen Sie es später erneut.",
"zaap_err_reboot":"Die Systemneustart wird auf Ihrem Gerät nicht unterstützt. Starten Sie ihr System neu, in dem Sie kurz die Stromversorgung trennen oder die Anweisungen aus dem Handbuch befolgen."
"ac_err_create_instance": "Es konnte keine neue Instanz von der App erzeugt werden. [APP] :: [INSTANZ ID] = ",
"ac_err_dep_not_found": "Die Dependency wurde für das Modul nicht gefunden: [DEP]::[MODUL] = ",
"ac_err_dep_not_init": "Das Modul kann nicht geladen werden, da die Dependency nicht instanziiert wurde: [DEP]::[MODUL] = ",
"ac_err_dep_not_loaded": "Das Modul kann nicht geladen werden, da folgende Dependency nicht geladen wurde: [DEP]::[MODUL] = ",
"ac_err_file_load": "Fehler beim Laden von ",
"ac_err_init_module": "Das Modul kann nicht instanziiert werden: ",
"ac_err_init_module_not_found": "Das Modul kann nicht instanziiert werden: Das Modul wurde in der Modulliste nicht gefunden.",
"ac_err_instance_already_exists": "Instanzierung fehlgeschlagen. Folgende Instanz Id wird bereits verwendet: ",
"ac_err_instance_empty": "Leere Instanzen können nicht instanziert werden: ",
"ac_err_invalid_module": "Nicht valides Modul: ",
"ac_err_load_failure": "Es trat ein Fehler während der Initialisierung der App auf. Bitte installieren oder laden sie die folgende App erneut",
"ac_err_load_mod_json": "modules.json kann nicht geladen werden. Modul: ",
"ac_err_location_not_found": "Der Raum existiert nicht.",
"ac_err_refonfigure_instance": "Folgende Instanz konnte nicht geupdatet werden: ",
"ac_err_stop_mod": "Das folgende Modul kann nicht gestoppt werden: ",
"ac_err_uninstall_icon": "Unable to uninstall icon.",
"ac_err_uninstall_mod": "Die App konnte nicht deinstalliert oder wiederhergestellt werden.",
"ac_err_uninstall_skin": "Das Icon konnte nicht deinstalliert werden.",
"ac_warn_restart": "Der Automation Controller wurde neu gestartet.",
"err_parsing_npc_filters": "Die Namespaces-Filter konnten nicht gefunden\/gelesen werden.",
"err_preparing_room_dev_structure": "Die Raum-Geräte Beziehung konnte nicht erzeugt werden",
"no_devices_found": "Keine Geräte gefunden",
"profile_descr": "Dies ist das Administratorprofil. Dieses wird automatisch angelegt.",
"profile_name": "Administrator",
"vd_err_virtual_dev": "Fehler beim Ausführen des Befehls: ",
"zaap_err_app_install": "Während der Installation ist ein Fehler aufgetreten. Die Installation wurde abgebrochen.",
"zaap_err_no_archives": "Diese App hat kein Archiv. Die Installation wurde abgebrochen.",
"zaap_err_reboot": "Die Systemneustart wird auf Ihrem Gerät nicht unterstützt. Starten Sie ihr System neu, in dem Sie kurz die Stromversorgung trennen oder die Anweisungen aus dem Handbuch befolgen.",
"zaap_err_server": "Der Download-Server ist nicht erreichbar oder hat mit einem Fehler geantwortet. Versuchen Sie es später erneut.",
"zaap_err_uninstall_mod": "Die App konnte nicht deinstalliert werden.",
"zaap_err_unload_mod": "Die App konnte nicht gelöscht werden.",
"zaap_war_app_installed_corrupt_instance": "Es stand keine App im Archiv mit dieser Version zur Verfügung. Stattdessen wurde die aktuellste Version installiert. Es kann vorkommen, dass bereits aktive Instanzen dieser App anschließend nicht mehr funktionieren. Bitte entfernen Sie diese von den Anwendungen > Aktiv und fügen Sie diese neu hinzu unter Anwendungen > Lokal.",
"zaap_war_core_app_is_newer": "Die App ist bereits mit der selben oder einer höheren auf ihrem System vorinstalliert. Die Installation wurde abgebrochen. Es kann vorkommen, dass bereits aktive Instanzen dieser App anschließend nicht mehr funktionieren. Bitte entfernen Sie diese von den Anwendungen > Aktiv und fügen Sie diese neu hinzu unter Anwendungen > Lokal.",
"zaap_war_restart_necessary": "Die App wurde erfolgreich herunter geladen, aber die Initialisierung ist fehlgeschlagen. Bitte starten Sie den Server neu um die Initialisierung abzuschließen."
}
Loading

0 comments on commit e11740c

Please sign in to comment.