diff options
author | Simon Rettberg | 2022-03-15 10:46:43 +0100 |
---|---|---|
committer | Simon Rettberg | 2022-03-15 10:46:43 +0100 |
commit | b307ebe33c2993d674f69ccdffdce7d194693ba1 (patch) | |
tree | ffe49bcd171bc022d93e818f77d54a3c221b8c2a /modules-available/passthrough | |
parent | [passthrough] Redesign list; collapse non-VGA classes by default (diff) | |
download | slx-admin-b307ebe33c2993d674f69ccdffdce7d194693ba1.tar.gz slx-admin-b307ebe33c2993d674f69ccdffdce7d194693ba1.tar.xz slx-admin-b307ebe33c2993d674f69ccdffdce7d194693ba1.zip |
[passthrough] Update translations
Diffstat (limited to 'modules-available/passthrough')
8 files changed, 52 insertions, 2 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 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 |