summaryrefslogtreecommitdiff
path: root/platform/ios/resources/de.lproj
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2017-02-08 23:25:11 -0800
committerMinh Nguyễn <mxn@1ec5.org>2017-02-09 10:52:33 -0800
commit925d394ab52f3d859c4111d53242b403d4e2e300 (patch)
treedbf509b3c0d37d94e710f0b795b999ea365fa492 /platform/ios/resources/de.lproj
parentc41d37ad72f64b401099b66cb9e2f290d9e9966b (diff)
downloadqtlocation-mapboxgl-925d394ab52f3d859c4111d53242b403d4e2e300.tar.gz
[ios, macos] Brazilian Portuguese, French, German, Japanese, Swedish, Vietnamese
Pulled translations from Transifex. Added locales with at least one file translated 80% or more.
Diffstat (limited to 'platform/ios/resources/de.lproj')
-rw-r--r--platform/ios/resources/de.lproj/Localizable.strings75
-rw-r--r--platform/ios/resources/de.lproj/Localizable.stringsdict23
2 files changed, 98 insertions, 0 deletions
diff --git a/platform/ios/resources/de.lproj/Localizable.strings b/platform/ios/resources/de.lproj/Localizable.strings
new file mode 100644
index 0000000000..1ea03e7d61
--- /dev/null
+++ b/platform/ios/resources/de.lproj/Localizable.strings
@@ -0,0 +1,75 @@
+/* Accessibility hint */
+"ANNOTATION_A11Y_HINT" = "Mehr Infos anzeigen";
+
+/* No comment provided by engineer. */
+"API_CLIENT_400_DESC" = "Der Data-Task der Sitzung ist fehlgeschlagen. Die ursprüngliche Anfrage war: %@";
+
+/* No comment provided by engineer. */
+"API_CLIENT_400_REASON" = "Der Statuscode ist %ld";
+
+/* No comment provided by engineer. */
+"CANCEL" = "Abbrechen";
+
+/* Accessibility hint */
+"COMPASS_A11Y_HINT" = "Dreht die Karte nach Norden";
+
+/* Accessibility label */
+"COMPASS_A11Y_LABEL" = "Kompass";
+
+/* Compass abbreviation for north */
+"COMPASS_NORTH" = "N";
+
+/* Instructions in Interface Builder designable; {key}, {plist file name} */
+"DESIGNABLE" = "Um hier eine von Mapbox-Karte anzuzeigen, muss das Zugriffs-Token als %1$@ in %2$@ eingetragen werden.\n\nFür detaillierte Informationen, siehe:";
+
+/* Setup documentation URL display string; keep as short as possible */
+"FIRST_STEPS_URL" = "mapbox.com/help/first-steps-ios-sdk";
+
+/* Accessibility hint */
+"INFO_A11Y_HINT" = "Zeigt Danksagunen, ein Kontakformular und mehr an";
+
+/* Accessibility label */
+"INFO_A11Y_LABEL" = "Über diese Karte";
+
+/* Accessibility label */
+"LOGO_A11Y_LABEL" = "Mapbox";
+
+/* Accessibility label */
+"MAP_A11Y_LABEL" = "Karte";
+
+/* Map accessibility value */
+"MAP_A11Y_VALUE" = "Zoomstufe %1$d\n%2$ld Anmerkung(en) sichtbar";
+
+/* Action sheet title */
+"SDK_NAME" = "Mapbox iOS SDK";
+
+/* Telemetry prompt message */
+"TELEMETRY_DISABLED_MSG" = "Durch anonymisierte Nutzungsdaten können Sie helfen, OpenStreetMap- und Mapbox-Karten zu verbessern.";
+
+/* Telemetry prompt button */
+"TELEMETRY_DISABLED_OFF" = "Nicht teilnehmen";
+
+/* Telemetry prompt button */
+"TELEMETRY_DISABLED_ON" = "Teilnehmen";
+
+/* Telemetry prompt message */
+"TELEMETRY_ENABLED_MSG" = "Durch anonymisierte Nutzungsdaten helfen Sie, OpenStreetMap- und Mapbox-Karten zu verbessern.";
+
+/* Telemetry prompt button */
+"TELEMETRY_ENABLED_OFF" = "Teilnahme beenden";
+
+/* Telemetry prompt button */
+"TELEMETRY_ENABLED_ON" = "Weiterhin teilnehmen";
+
+/* Telemetry prompt button */
+"TELEMETRY_MORE" = "Mehr Informationen";
+
+/* Action in attribution sheet */
+"TELEMETRY_NAME" = "Mapbox-Telemetrie";
+
+/* Telemetry prompt title */
+"TELEMETRY_TITLE" = "Mapbox-Karten verbessern";
+
+/* Default user location annotation title */
+"USER_DOT_TITLE" = "Sie sind hier";
+
diff --git a/platform/ios/resources/de.lproj/Localizable.stringsdict b/platform/ios/resources/de.lproj/Localizable.stringsdict
new file mode 100644
index 0000000000..a41ddac14e
--- /dev/null
+++ b/platform/ios/resources/de.lproj/Localizable.stringsdict
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>MAP_A11Y_VALUE</key>
+ <dict>
+ <key>NSStringLocalizedFormatKey</key>
+ <string>Zoomstufe %d
+%#@count@ sichtbar</string>
+ <key>count</key>
+ <dict>
+ <key>NSStringFormatSpecTypeKey</key>
+ <string>NSStringPluralRuleType</string>
+ <key>NSStringFormatValueTypeKey</key>
+ <string>ld</string>
+ <key>one</key>
+ <string>%d Anmerkung</string>
+ <key>other</key>
+ <string>%d Anmerkungen</string>
+ </dict>
+ </dict>
+</dict>
+</plist>