From 23776aaf5ca54832aab275e148cb6f6079ccaaab Mon Sep 17 00:00:00 2001 From: jatneff Date: Thu, 25 Apr 2019 23:10:29 +0200 Subject: [PATCH] Fixed German translations (#515) * Update Localizable.strings Updated translations for wrong and missing texts * Update Localizable.strings Corrected wrong German texts, which seemed erroneously Spanish; harmonized German texts * Update Localizable.strings Finetuning translations to German --- MinimedKit/de.lproj/Localizable.strings | 4 ++-- MinimedKitUI/de.lproj/Localizable.strings | 26 +++++++++++------------ 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/MinimedKit/de.lproj/Localizable.strings b/MinimedKit/de.lproj/Localizable.strings index f04adfcd6..057d09dc9 100644 --- a/MinimedKit/de.lproj/Localizable.strings +++ b/MinimedKit/de.lproj/Localizable.strings @@ -68,13 +68,13 @@ "Pump responded unexpectedly" = "Pumpe hat unerwartet geantwortet"; /* The format string describing a pump message. (1: The packet type)(2: The message type)(3: The message address)(4: The message data */ -"PumpMessage(%1$@, %2$@, %3$@, %4$@)" = "MensageMicroinfusadora(%1$@, %2$@, %3$@, %4$@)"; +"PumpMessage(%1$@, %2$@, %3$@, %4$@)" = "Pumpennachricht(%1$@, %2$@, %3$@, %4$@)"; /* Describing the reservoir insulin data source */ "Reservoir" = "Reservoir"; /* Error description */ -"RileyLink radio tune failed" = "RileyLink Radiosignal fehlerhaft"; +"RileyLink radio tune failed" = "Einstellen des RileyLink Funksignals fehlgeschlagen"; /* The format string description of a TempBasalPumpEvent. (1: The rate of the temp basal in minutes) */ "Temporary Basal: %1$.3f U/hour" = "Temporäre Basalrate: %1$.3f E/St"; diff --git a/MinimedKitUI/de.lproj/Localizable.strings b/MinimedKitUI/de.lproj/Localizable.strings index 2f50eec3d..314abef9d 100644 --- a/MinimedKitUI/de.lproj/Localizable.strings +++ b/MinimedKitUI/de.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Change Time" = "Zeit ändern"; /* The title of the command to change pump time zone */ -"Change Time Zone" = "Zeitzone Aendern"; +"Change Time Zone" = "Zeitzone ändern"; /* Progress message for changing pump time. */ "Changing time…" = "Zeit ändern…"; @@ -60,7 +60,7 @@ /* Button title to delete pump Title text for the button to remove a pump from Loop */ -"Delete Pump" = "Pumpe loeschen"; +"Delete Pump" = "Pumpe löschen"; /* Title text for delivery limits */ "Delivery Limits" = "Insulin Abgabelimits"; @@ -75,25 +75,25 @@ "Discovering commands…" = "Befehle werden entdeckt…"; /* The title of the command to enable diagnostic LEDs */ -"Enable Diagnostic LEDs" = "Diagnostische LEDs Aktivieren"; +"Enable Diagnostic LEDs" = "Diagnostische LEDs aktivieren"; /* Progress message for enabling diagnostic LEDs */ "Enabled Diagnostic LEDs" = "Diagnostische LEDs aktiviert"; /* The title of the command to fetch recent glucose */ -"Fetch Enlite Glucose" = "Fetch Enlite Glucose"; +"Fetch Enlite Glucose" = "Enlite-Glukosewert einlesen"; /* The title of the command to fetch recent history */ -"Fetch Recent History" = "Recuperar Historia Reciente"; +"Fetch Recent History" = "Aktueller Verlauf abrufen"; /* Progress message for fetching pump glucose. */ -"Fetching glucose…" = "Recuperar glucosa…"; +"Fetching glucose…" = "Glukosewerte abrufen…"; /* Progress message for fetching pump history. */ -"Fetching history…" = "Recuperar historial…"; +"Fetching history…" = "Verlauf abrufen…"; /* Progress message for fetching pump model. */ -"Fetching pump model…" = "Recuperar modelo de microinfusora…"; +"Fetching pump model…" = "Pumpenmodell abrufen…"; /* The title of the cell showing firmware version */ "Firmware" = "Firmware"; @@ -167,10 +167,10 @@ "Save to Pump…" = "In der Pumpe abspeichern…"; /* The title of the command to send a button press */ -"Send Button Press" = "Sende Knopf drücken"; +"Send Button Press" = "Sende-Taste drücken"; /* Progress message for sending button press to pump. */ -"Sending button press…" = "Senden der Taste drücken…"; +"Sending button press…" = "Sende Knopfdruck…"; /* The title of the cell showing BLE signal strength (RSSI) */ "Signal Strength" = "Signalstärke"; @@ -179,16 +179,16 @@ "Succeeded" = "Erfolgreich"; /* The format string describing pump suspended state: (1: suspended) */ -"Suspended: %1$@\n" = "Suspendiert: %1$@\n"; +"Suspended: %1$@\n" = "Unterbrochen: %1$@\n"; /* The label indicating the results of each frequency trial */ "Trials" = "Versuche"; /* The title of the command to re-tune the radio */ -"Tune Radio Frequency" = "Stellen Sie die Radiofrequenz ein"; +"Tune Radio Frequency" = "Stellen Sie die Sendefrequenz ein"; /* Progress message for tuning radio */ -"Tuning radio…" = "Radio abstimmen…"; +"Tuning radio…" = "Frequenz abstimmen…"; /* The detail text for an unknown pump model */ "Unknown" = "Unbekannt";