forked from OrderOfTheBee/ootbee-support-tools
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Maintain German localisation for command console messages
- Loading branch information
Showing
2 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
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
20 changes: 10 additions & 10 deletions
20
.../admin/ootbee-support-tools/command-console-plugins/subsystem-commands.post_de.properties
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,13 +1,13 @@ | ||
ootbee-support-tools.command-console.subsystems.error.instanceIdRequired=Error: The operation requires a subsystem instance ID to be provided as the first parameter | ||
ootbee-support-tools.command-console.subsystems.error.unknownInstance=Error: Unable to find a subsystem with ID {0} | ||
ootbee-support-tools.command-console.subsystems.error.failedUpdate=Error: Failed to update property {0} | ||
ootbee-support-tools.command-console.subsystems.error.missingPropertyParameter=Error: No property / properties to update have been provided | ||
ootbee-support-tools.command-console.subsystems.error.instanceIdRequired=Fehler: Die Aktion erfordert die Angabe einer Subsystem-Instanz ID als ersten Parameter | ||
ootbee-support-tools.command-console.subsystems.error.unknownInstance=Fehler: Konnte kein Subsystem mit ID {0} finden | ||
ootbee-support-tools.command-console.subsystems.error.failedUpdate=Fehler: Konnte Eigenschaft {0} nicht \u00c4ndern | ||
ootbee-support-tools.command-console.subsystems.error.missingPropertyParameter=Fehler: Keine Eigenschaft(en) zum \u00c4ndern wurden angegeben | ||
|
||
ootbee-support-tools.command-console.subsystems.category=Category | ||
ootbee-support-tools.command-console.subsystems.type=Type | ||
ootbee-support-tools.command-console.subsystems.category=Kategore | ||
ootbee-support-tools.command-console.subsystems.type=Typ | ||
ootbee-support-tools.command-console.subsystems.id=ID | ||
ootbee-support-tools.command-console.subsystems.activeInstance=Active instance | ||
ootbee-support-tools.command-console.subsystems.activeInstance=Aktive Instanz | ||
|
||
ootbee-support-tools.command-console.subsystems.mutableProperties=Mutable properties | ||
ootbee-support-tools.command-console.subsystems.immutableProperties=Immutable properties | ||
ootbee-support-tools.command-console.subsystems.newValue=Value(s) after change | ||
ootbee-support-tools.command-console.subsystems.mutableProperties=Ver\u00e4nderbare Eigenschaften | ||
ootbee-support-tools.command-console.subsystems.immutableProperties=Unver\u00e4nderbare Eigenschaften | ||
ootbee-support-tools.command-console.subsystems.newValue=Eigenschaft(en) nach der \u00c4nderung |