Skip to content

Commit

Permalink
Add English Translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunnyka98 committed Nov 29, 2023
1 parent 584c68c commit b470e74
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 9 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"Not enough data!": "Zu wenig Daten!",
"No Action": "Keine Aktion",
"No Logging": "Nicht geloggt",
"Doesn't Exist": "Existiert nicht"
"Doesn't Exist": "Existiert nicht",
"PresenceSimulation": "AnwesenheitsSimulation",
"https://www.symcon.de/en/service/documentation/module-reference/presence-simulation/": "https://www.symcon.de/de/service/dokumentation/modulreferenz/anwesenheitssimulation/"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"id": "{87F47896-DD54-442D-94FD-9990BD8D9F54}",
"name": "AnwesenheitsSimulation",
"name": "PresenceSimulation",
"type": 3,
"vendor": "",
"aliases": [
"AnwesenheitsSimulation"
"PresenceSimulation"
],
"parentRequirements": [],
"childRequirements": [],
"implemented": [],
"prefix": "AS",
"url": "https://github.com/symcon/AnwesenheitsSimulation/tree/master/AnwesenheitsSimulation"
"url": "https://www.symcon.de/en/service/documentation/module-reference/presence-simulation/"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

include_once __DIR__ . '/timetest.php';
class AnwesenheitsSimulation extends IPSModule
class PresenceSimulation extends IPSModule
{
use TestTime;
public function Create()
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "{0F05F2D8-78FB-4A9C-8FAA-DE436ACA7EB0}",
"author": "Symcon GmbH",
"name": "AnwesenheitsSimulation",
"name": "PresenceSimulation",
"url": "https://www.symcon.de",
"compatibility": {
"version": "6.0"
Expand Down
4 changes: 2 additions & 2 deletions tests/AnwesenheitsSimulationValidationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ public function testValidateAnwesenheitsSimulation(): void
{
$this->validateLibrary(__DIR__ . '/..');
}
public function testValidateAnwesenheitsSimulationModule(): void
public function testValidatePresenceSimulationModule(): void
{
$this->validateModule(__DIR__ . '/../AnwesenheitsSimulation');
$this->validateModule(__DIR__ . '/../PresenceSimulation');
}
}
2 changes: 1 addition & 1 deletion tests/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</php>
<source>
<include>
<directory suffix=".php">../AnwesenheitsSimulation</directory>
<directory suffix=".php">../PresenceSimulation</directory>
</include>
</source>
</phpunit>

0 comments on commit b470e74

Please sign in to comment.