summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2021-03-10 14:34:28 +0100
committerSimon Rettberg2021-03-10 14:34:28 +0100
commit86f4b9ddb7653f430cadaa85fe144c0f36b02e18 (patch)
tree9434816d776d36202591ad80c3ad3417c3cc8025
parent[dnbd3] Show version information in proxy/server details (diff)
downloadslx-admin-86f4b9ddb7653f430cadaa85fe144c0f36b02e18.tar.gz
slx-admin-86f4b9ddb7653f430cadaa85fe144c0f36b02e18.tar.xz
slx-admin-86f4b9ddb7653f430cadaa85fe144c0f36b02e18.zip
[locations] Update translations
-rw-r--r--modules-available/locations/lang/de/messages.json4
-rw-r--r--modules-available/locations/lang/de/template-tags.json2
-rw-r--r--modules-available/locations/lang/en/messages.json4
3 files changed, 9 insertions, 1 deletions
diff --git a/modules-available/locations/lang/de/messages.json b/modules-available/locations/lang/de/messages.json
index ec1cac73..7167f5d3 100644
--- a/modules-available/locations/lang/de/messages.json
+++ b/modules-available/locations/lang/de/messages.json
@@ -1,5 +1,9 @@
{
"added-x-entries": "Eintr\u00e4ge hinzugef\u00fcgt: {{0}}",
+ "ignored-invalid-end": "Zeitspanne ignoriert: Ung\u00fcltiges Ende {{0}}",
+ "ignored-invalid-range": "Zeitspanne ignoriert: {{0}} - {{1}}",
+ "ignored-invalid-start": "Zeitspanne ignoriert: Ung\u00fcltiger Start {{0}}",
+ "ignored-line-no-days": "Eine Zeitspanne wurde ignoriert, da ihr keine Tage zugewiesen wurden",
"invalid-location-id": "Ung\u00fcltige Orts-id: {{0}}",
"location-deleted": "Location wurde gel\u00f6scht (Locations: {{0}}, IDs: {{1}})",
"location-updated": "Location {{0}} wurde aktualisiert",
diff --git a/modules-available/locations/lang/de/template-tags.json b/modules-available/locations/lang/de/template-tags.json
index 94f95ded..6bb42976 100644
--- a/modules-available/locations/lang/de/template-tags.json
+++ b/modules-available/locations/lang/de/template-tags.json
@@ -13,7 +13,7 @@
"lang_editConfigVariables": "Konfig.-Variablen",
"lang_editRoomplan": "Raumplan bearbeiten",
"lang_endAddress": "Endadresse",
- "lang_expertMode": "Experten Modus",
+ "lang_expertMode": "Expertenmodus",
"lang_fixMachineAssign": "Zuweisungen anzeigen\/aufheben",
"lang_ip": "IP-Adresse",
"lang_listOfSubnets": "Liste der Subnetze",
diff --git a/modules-available/locations/lang/en/messages.json b/modules-available/locations/lang/en/messages.json
index fd7c740a..16e0ef76 100644
--- a/modules-available/locations/lang/en/messages.json
+++ b/modules-available/locations/lang/en/messages.json
@@ -1,5 +1,9 @@
{
"added-x-entries": "Entries added: {{0}}",
+ "ignored-invalid-end": "Ignoring timespan: Invalid end {{0}}",
+ "ignored-invalid-range": "Ignoring timespan: {{0}} - {{1}}",
+ "ignored-invalid-start": "Ignoring timespan: Invalid start {{0}}",
+ "ignored-line-no-days": "Ignoring timespan without any days selected",
"invalid-location-id": "Invalid location id: {{0}}",
"location-deleted": "Location has been deleted (locations: {{0}}, IDs: {{1}})",
"location-updated": "Location {{0}} has been updated",