diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2017-01-30 12:01:10 -0500 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2017-02-03 01:48:29 -0500 |
commit | f76a49b24c34c486a8b62ce7302d1e78ba658370 (patch) | |
tree | c65a560e385072cb56682749044abd9a8555f7e9 /platform/macos/sdk | |
parent | 09c69347919f525936ce249c53905835d20d2a8d (diff) | |
download | qtlocation-mapboxgl-f76a49b24c34c486a8b62ce7302d1e78ba658370.tar.gz |
[ios, macos] Traditional Chinese localization
Diffstat (limited to 'platform/macos/sdk')
-rw-r--r-- | platform/macos/sdk/zh-Hant.lproj/Localizable.strings | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/platform/macos/sdk/zh-Hant.lproj/Localizable.strings b/platform/macos/sdk/zh-Hant.lproj/Localizable.strings new file mode 100644 index 0000000000..4447371d71 --- /dev/null +++ b/platform/macos/sdk/zh-Hant.lproj/Localizable.strings @@ -0,0 +1,15 @@ +/* Accessibility title */ +"MAP_A11Y_TITLE" = "Mapbox"; + +/* Label of Zoom In button */ +"ZOOM_IN_LABEL" = "+"; + +/* Tooltip of Zoom In button */ +"ZOOM_IN_TOOLTIP" = "放大"; + +/* Label of Zoom Out button; U+2212 MINUS SIGN */ +"ZOOM_OUT_LABEL" = "−"; + +/* Tooltip of Zoom Out button */ +"ZOOM_OUT_TOOLTIP" = "縮小"; + |