From b307ebe33c2993d674f69ccdffdce7d194693ba1 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 15 Mar 2022 10:46:43 +0100 Subject: [passthrough] Update translations --- modules-available/passthrough/lang/de/messages.json | 4 ++++ modules-available/passthrough/lang/de/module.json | 3 ++- modules-available/passthrough/lang/de/permissions.json | 5 +++++ modules-available/passthrough/lang/de/template-tags.json | 15 +++++++++++++++ modules-available/passthrough/lang/en/messages.json | 4 ++++ modules-available/passthrough/lang/en/module.json | 3 ++- modules-available/passthrough/lang/en/permissions.json | 5 +++++ modules-available/passthrough/lang/en/template-tags.json | 15 +++++++++++++++ 8 files changed, 52 insertions(+), 2 deletions(-) create mode 100644 modules-available/passthrough/lang/de/messages.json create mode 100644 modules-available/passthrough/lang/de/permissions.json create mode 100644 modules-available/passthrough/lang/de/template-tags.json create mode 100644 modules-available/passthrough/lang/en/messages.json create mode 100644 modules-available/passthrough/lang/en/permissions.json create mode 100644 modules-available/passthrough/lang/en/template-tags.json (limited to 'modules-available/passthrough') 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 index c8657ccd..53f186a0 100644 --- a/modules-available/passthrough/lang/de/module.json +++ b/modules-available/passthrough/lang/de/module.json @@ -1,3 +1,4 @@ { - "location-column-header": "Passthrough" + "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 index c8657ccd..53f186a0 100644 --- a/modules-available/passthrough/lang/en/module.json +++ b/modules-available/passthrough/lang/en/module.json @@ -1,3 +1,4 @@ { - "location-column-header": "Passthrough" + "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 -- cgit v1.2.3-55-g7522