From ef12dc082239ca42209483545edb017c799aea9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Tue, 12 Sep 2017 23:53:28 -0700 Subject: [android, ios, macos] Russian, Ukrainian, Hungarian and other localization updates (#9945) * [android, ios, macos] Updated Russian localization Added a Russian localization of the Android SDK. Updated the iOS and macOS Russian localizations. * [android, ios, macos] Updated Ukrainian localization Added a Ukrainian localization of the Android SDK. Updated the iOS and macOS Ukrainian localizations. * [ios, macos] Updated Traditional Chinese localization * [macos] Added Hungarian localization * [android] corrected typos * [ios, macos] Updated Ukrainian localization * [android, ios, macos] Configured Foundation.stringsdict on Transifex * [ios, macos] Pulled in Foundation.stringsdict from Transifex Updated the German, Lithuanian, and Vietnamese localizations with Foundation.stringsdict files matching Transifex. --- .../resources/zh-Hant.lproj/Localizable.strings | 39 +++++++++++++--------- 1 file changed, 24 insertions(+), 15 deletions(-) (limited to 'platform/ios/resources/zh-Hant.lproj/Localizable.strings') diff --git a/platform/ios/resources/zh-Hant.lproj/Localizable.strings b/platform/ios/resources/zh-Hant.lproj/Localizable.strings index 1b4e7416d9..585ff3dd27 100644 --- a/platform/ios/resources/zh-Hant.lproj/Localizable.strings +++ b/platform/ios/resources/zh-Hant.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Accessibility hint */ +/* Accessibility hint */ "ANNOTATION_A11Y_HINT" = "顯示信息"; /* No comment provided by engineer. */ @@ -10,6 +10,9 @@ /* No comment provided by engineer. */ "CANCEL" = "取消"; +/* Accessibility hint for closing the selected annotation’s callout view and returning to the map */ +"CLOSE_CALLOUT_A11Y_HINT" = "回到地圖"; + /* Accessibility hint */ "COMPASS_A11Y_HINT" = "旋轉地圖使正北朝上"; @@ -19,24 +22,24 @@ /* Compass abbreviation for north */ "COMPASS_NORTH" = "北"; -/* Copyright notice in attribution sheet */ -"COPY_MAPBOX" = "© Mapbox"; - -/* Copyright notice in attribution sheet */ -"COPY_OSM" = "© OpenStreetMap"; - /* Instructions in Interface Builder designable; {key}, {plist file name} */ -"DESIGNABLE" = "在%2$@中將你的access token設爲%1$@可在這裏顯示Mapbox上的地圖\n\n更多說明請見"; +"DESIGNABLE" = "在%2$@中將你的access token設爲%1$@即可顯示Mapbox上的地圖\n\n更多說明請見"; /* 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" = "顯示致謝、用戶反饋及更多"; +"INFO_A11Y_HINT" = "顯示致謝、用戶意見表及更多"; /* Accessibility label */ "INFO_A11Y_LABEL" = "關於這個地圖"; +/* User-friendly error description */ +"LOAD_MAP_FAILED_DESC" = "發生不知名的錯誤,無法載入地圖。"; + +/* User-friendly error description */ +"LOAD_STYLE_FAILED_DESC" = "載入樣式表時發生錯誤,無法載入地圖。"; + /* Accessibility label */ "LOGO_A11Y_LABEL" = "Mapbox"; @@ -44,14 +47,20 @@ "MAP_A11Y_LABEL" = "地圖"; /* Map accessibility value */ -"MAP_A11Y_VALUE" = "地圖縮放%1$d倍\n有%2$ld處標記可見"; +"MAP_A11Y_VALUE" = "縮放地圖%1$d倍\n可顯示%2$ld處標記"; -/* Action in attribution sheet */ -"MAP_FEEDBACK" = "改進地圖"; +/* User-friendly error description */ +"PARSE_STYLE_FAILED_DESC" = "樣式表有毀損,無法載入地圖。"; /* Action sheet title */ "SDK_NAME" = "Mapbox iOS SDK"; +/* Developer-only SDK update notification; {latest version, in format x.x.x} */ +"SDK_UPDATE_AVAILABLE" = "Mapbox iOS SDK %@版現已開放下載:"; + +/* User-friendly error description */ +"STYLE_NOT_FOUND_DESC" = "找不到樣式表或樣式表不兼容,無法載入地圖。"; + /* Telemetry prompt message */ "TELEMETRY_DISABLED_MSG" = "你可以提供匿名數據來幫助OpenStreetMap和Mapbox的地圖變得更好。"; @@ -62,7 +71,7 @@ "TELEMETRY_DISABLED_ON" = "我要參與"; /* Telemetry prompt message */ -"TELEMETRY_ENABLED_MSG" = "你的匿名數據在幫助OpenStreetMap和Mapbox的地圖變得更好。"; +"TELEMETRY_ENABLED_MSG" = "你的匿名數據正在改善OpenStreetMap和Mapbox地圖。"; /* Telemetry prompt button */ "TELEMETRY_ENABLED_OFF" = "不再參與"; @@ -74,11 +83,11 @@ "TELEMETRY_MORE" = "詳細信息"; /* Action in attribution sheet */ -"TELEMETRY_NAME" = "Mapbox傳感數據"; +"TELEMETRY_NAME" = "Mapbox遙測"; /* Telemetry prompt title */ "TELEMETRY_TITLE" = "讓Mapbox地圖變得更好"; /* Default user location annotation title */ -"USER_DOT_TITLE" = "你在這裏"; +"USER_DOT_TITLE" = "你在這裡"; -- cgit v1.2.1