summaryrefslogtreecommitdiff
path: root/platform/macos
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2017-05-03 16:01:22 -0700
committerMinh Nguyễn <mxn@1ec5.org>2017-05-08 15:17:32 -0700
commit36382af4b899b60b4c82bf76e288739560a7a01c (patch)
tree113a5e06eaf23b70279566b6280456d4c2d579c3 /platform/macos
parente21083e34ce95c2c917e45f476ed8eb46b3239d6 (diff)
downloadqtlocation-mapboxgl-36382af4b899b60b4c82bf76e288739560a7a01c.tar.gz
[ios, macos] Updated localizations from Transifex
Pulled various translations from Transifex. Although Transifex supports the stringsdict format, it doesn’t allow translators to customize the format. This change splits out a separate “level” key for the same format string and moves any prefixes and suffixes into the “level” and “count” keys. For now, each localization has been updated manually, but future updates will come from Transifex.
Diffstat (limited to 'platform/macos')
-rw-r--r--platform/macos/sdk/lt.lproj/Localizable.strings14
-rw-r--r--platform/macos/sdk/sv.lproj/Localizable.strings14
2 files changed, 26 insertions, 2 deletions
diff --git a/platform/macos/sdk/lt.lproj/Localizable.strings b/platform/macos/sdk/lt.lproj/Localizable.strings
index 8e93c86963..0e2e604e84 100644
--- a/platform/macos/sdk/lt.lproj/Localizable.strings
+++ b/platform/macos/sdk/lt.lproj/Localizable.strings
@@ -1,6 +1,18 @@
-/* Accessibility title */
+/* User-friendly error description */
+"LOAD_MAP_FAILED_DESC" = "Nepavyko užkrauti žemėlapio dėl nežinomos klaidos.";
+
+/* User-friendly error description */
+"LOAD_STYLE_FAILED_DESC" = "Nepavyko užkrauti žemėlapio, nes nepavyko užkrauti stiliaus.";
+
+/* Accessibility title */
"MAP_A11Y_TITLE" = "Mapbox";
+/* User-friendly error description */
+"PARSE_STYLE_FAILED_DESC" = "Nepavyko užkrauti žemėlapio, nes stilius yra netinkamo formato.";
+
+/* User-friendly error description */
+"STYLE_NOT_FOUND_DESC" = "Nepavyko užkrauti žemėlapio, nes neįmanoma rasti stiliaus arba jis nėra suderinamas.";
+
/* Label of Zoom In button */
"ZOOM_IN_LABEL" = "+";
diff --git a/platform/macos/sdk/sv.lproj/Localizable.strings b/platform/macos/sdk/sv.lproj/Localizable.strings
index 34841108a7..c94660d7d4 100644
--- a/platform/macos/sdk/sv.lproj/Localizable.strings
+++ b/platform/macos/sdk/sv.lproj/Localizable.strings
@@ -1,6 +1,18 @@
-/* Accessibility title */
+/* User-friendly error description */
+"LOAD_MAP_FAILED_DESC" = "Kartan kunde inte laddas på grund av ett okänt fel.";
+
+/* User-friendly error description */
+"LOAD_STYLE_FAILED_DESC" = "Kartan kunde inte laddas på grund av att stilen inte kunde laddas.";
+
+/* Accessibility title */
"MAP_A11Y_TITLE" = "Mapbox";
+/* User-friendly error description */
+"PARSE_STYLE_FAILED_DESC" = "Kartan kunde inte laddas på grund av att stilen är skadad.";
+
+/* User-friendly error description */
+"STYLE_NOT_FOUND_DESC" = "Kartan kunde inte laddas på grund av att stilen saknas eller är inkompatibel.";
+
/* Label of Zoom In button */
"ZOOM_IN_LABEL" = "+";