From 86f4b9ddb7653f430cadaa85fe144c0f36b02e18 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 10 Mar 2021 14:34:28 +0100 Subject: [locations] Update translations --- modules-available/locations/lang/de/messages.json | 4 ++++ modules-available/locations/lang/de/template-tags.json | 2 +- modules-available/locations/lang/en/messages.json | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) 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", -- cgit v1.2.3-55-g7522