summaryrefslogtreecommitdiffstats
path: root/modules-available/passthrough/lang
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/passthrough/lang')
-rw-r--r--modules-available/passthrough/lang/de/messages.json4
-rw-r--r--modules-available/passthrough/lang/de/module.json4
-rw-r--r--modules-available/passthrough/lang/de/permissions.json5
-rw-r--r--modules-available/passthrough/lang/de/template-tags.json15
-rw-r--r--modules-available/passthrough/lang/en/messages.json4
-rw-r--r--modules-available/passthrough/lang/en/module.json4
-rw-r--r--modules-available/passthrough/lang/en/permissions.json5
-rw-r--r--modules-available/passthrough/lang/en/template-tags.json15
8 files changed, 56 insertions, 0 deletions
diff --git a/modules-available/passthrough/lang/de/messages.json b/modules-available/passthrough/lang/de/messages.json
new file mode 100644
index 00000000..aa33f6e5
--- /dev/null
+++ b/modules-available/passthrough/lang/de/messages.json
@@ -0,0 +1,4 @@
+{
+ "list-updated": "Liste aktualisiert",
+ "location-updated": "Ort {{0}} gespeichert"
+} \ No newline at end of file
diff --git a/modules-available/passthrough/lang/de/module.json b/modules-available/passthrough/lang/de/module.json
new file mode 100644
index 00000000..53f186a0
--- /dev/null
+++ b/modules-available/passthrough/lang/de/module.json
@@ -0,0 +1,4 @@
+{
+ "location-column-header": "Passthrough",
+ "module_name": "PCI-Passthrough"
+} \ No newline at end of file
diff --git a/modules-available/passthrough/lang/de/permissions.json b/modules-available/passthrough/lang/de/permissions.json
new file mode 100644
index 00000000..fbde0c66
--- /dev/null
+++ b/modules-available/passthrough/lang/de/permissions.json
@@ -0,0 +1,5 @@
+{
+ "edit.group": "Kann Ger\u00e4te eine Passthrough-Gruppe zuweisen.",
+ "edit.location": "Kann Passthrough-Gruppe einem Raum\/Ort zuweisen.",
+ "view": "Kann diese Seite sehen."
+} \ No newline at end of file
diff --git a/modules-available/passthrough/lang/de/template-tags.json b/modules-available/passthrough/lang/de/template-tags.json
new file mode 100644
index 00000000..fa85edcd
--- /dev/null
+++ b/modules-available/passthrough/lang/de/template-tags.json
@@ -0,0 +1,15 @@
+{
+ "lang_add": "Hinzuf\u00fcgen",
+ "lang_addGroup": "Gruppe hinzuf\u00fcgen",
+ "lang_addPassthroughGroup": "Passthrough-Gruppe hinzuf\u00fcgen",
+ "lang_assignPassthrough": "Passthrough-Gruppe zuweisen",
+ "lang_deviceIdNumeric": "Ger\u00e4te-ID",
+ "lang_deviceName": "Ger\u00e4tename",
+ "lang_enabled": "Aktiv",
+ "lang_group": "Gruppe",
+ "lang_groupId": "Gruppen-ID",
+ "lang_groupTitle": "Titel",
+ "lang_noPassthroughGroup": "Keine Gruppe",
+ "lang_passthroughGroup": "Passthrough-Gruppe",
+ "lang_useCount": "#PCs"
+} \ No newline at end of file
diff --git a/modules-available/passthrough/lang/en/messages.json b/modules-available/passthrough/lang/en/messages.json
new file mode 100644
index 00000000..36e094d1
--- /dev/null
+++ b/modules-available/passthrough/lang/en/messages.json
@@ -0,0 +1,4 @@
+{
+ "list-updated": "List was updated",
+ "location-updated": "Location {{0}} was updated"
+} \ No newline at end of file
diff --git a/modules-available/passthrough/lang/en/module.json b/modules-available/passthrough/lang/en/module.json
new file mode 100644
index 00000000..53f186a0
--- /dev/null
+++ b/modules-available/passthrough/lang/en/module.json
@@ -0,0 +1,4 @@
+{
+ "location-column-header": "Passthrough",
+ "module_name": "PCI-Passthrough"
+} \ No newline at end of file
diff --git a/modules-available/passthrough/lang/en/permissions.json b/modules-available/passthrough/lang/en/permissions.json
new file mode 100644
index 00000000..0d1669d3
--- /dev/null
+++ b/modules-available/passthrough/lang/en/permissions.json
@@ -0,0 +1,5 @@
+{
+ "edit.group": "Assign devices to passthrough groups.",
+ "edit.location": "Assign passthrough groups to locations.",
+ "view": "Can access this page."
+} \ No newline at end of file
diff --git a/modules-available/passthrough/lang/en/template-tags.json b/modules-available/passthrough/lang/en/template-tags.json
new file mode 100644
index 00000000..47344da9
--- /dev/null
+++ b/modules-available/passthrough/lang/en/template-tags.json
@@ -0,0 +1,15 @@
+{
+ "lang_add": "Add",
+ "lang_addGroup": "Add group",
+ "lang_addPassthroughGroup": "Add passthrough group",
+ "lang_assignPassthrough": "Assign passthrough group",
+ "lang_deviceIdNumeric": "Device ID",
+ "lang_deviceName": "Device name",
+ "lang_enabled": "Enabled",
+ "lang_group": "Group",
+ "lang_groupId": "Group ID",
+ "lang_groupTitle": "Group title",
+ "lang_noPassthroughGroup": "No group",
+ "lang_passthroughGroup": "Passthrough group",
+ "lang_useCount": "#PCs"
+} \ No newline at end of file