This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[android] - Transifex intregration and Dutch translations.
- Loading branch information
Showing
3 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,35 @@ | ||
[main] | ||
host = https://www.transifex.com | ||
lang_map = pt_BR: pt-BR, pt_PT: pt-PT, zh_CN: zh-Hans, zh_TW: zh-Hant | ||
type = STRINGS | ||
minimum_perc = 80 | ||
|
||
[mapbox-gl-native.foundationstrings-darwin] | ||
lang_map = pt_BR: pt-BR, pt_PT: pt-PT, zh_CN: zh-Hans, zh_TW: zh-Hant | ||
source_file = platform/darwin/resources/Base.lproj/Foundation.strings | ||
source_lang = en | ||
file_filter = platform/darwin/resources/<lang>.lproj/Foundation.strings | ||
|
||
[mapbox-gl-native.localizablestrings-ios] | ||
lang_map = pt_BR: pt-BR, pt_PT: pt-PT, zh_CN: zh-Hans, zh_TW: zh-Hant | ||
source_file = platform/ios/resources/Base.lproj/Localizable.strings | ||
source_lang = en | ||
file_filter = platform/ios/resources/<lang>.lproj/Localizable.strings | ||
|
||
[mapbox-gl-native.localizablestrings-macos] | ||
lang_map = pt_BR: pt-BR, pt_PT: pt-PT, zh_CN: zh-Hans, zh_TW: zh-Hant | ||
source_file = platform/macos/sdk/Base.lproj/Localizable.strings | ||
source_lang = en | ||
file_filter = platform/macos/sdk/<lang>.lproj/Localizable.strings | ||
|
||
[mapbox-gl-native.rootstrings-ios] | ||
lang_map = pt_BR: pt-BR, pt_PT: pt-PT, zh_CN: zh-Hans, zh_TW: zh-Hant | ||
source_file = platform/ios/framework/Settings.bundle/Base.lproj/Root.strings | ||
source_lang = en | ||
file_filter = platform/ios/framework/Settings.bundle/<lang>.lproj/Root.strings | ||
|
||
[mapbox-gl-native.stringsxml-android] | ||
file_filter = platform/android/MapboxGLAndroidSDK/src/main/res/values-<lang>/strings.xml | ||
source_file = platform/android/MapboxGLAndroidSDK/src/main/res/values/strings.xml | ||
source_lang = en | ||
type = ANDROID | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
platform/android/MapboxGLAndroidSDK/src/main/res/values-nl/strings.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="mapbox_compassContentDescription">Kompas van de map. Activeer om de map rotatie te herzetten naar het noorden.</string> | ||
<string name="mapbox_attributionsIconContentDescription">Attributie icoon. Activeer voor het tonen van het attributie dialoog. </string> | ||
<string name="mapbox_myLocationViewContentDescription">Locatie Element. Dit toont jouw locatie op de map.</string> | ||
<string name="mapbox_mapActionDescription">Toont een map gemaakt met Mapbox. Scroll door het slepen met twee vingers. Zoom door vingers te nijpen.</string> | ||
<string name="mapbox_attributionsDialogTitle">Mapbox Android SDK</string> | ||
<string name="mapbox_attributionTelemetryTitle">Maak Mapbox Maps beter</string> | ||
<string name="mapbox_attributionTelemetryMessage">U helpt OpenStreetMap en Mapbox maps te verbeteren door het bijdragen van anonieme gebruikersgegevens. </string> | ||
<string name="mapbox_attributionTelemetryPositive">Toestemmen</string> | ||
<string name="mapbox_attributionTelemetryNegative">Intrekken</string> | ||
<string name="mapbox_attributionTelemetryNeutral">Meer informatie</string> | ||
<string name="mapbox_offline_error_region_definition_invalid">Aangeleverde OfflineRegionDefinition past niet in de wereld omtrek: %s</string> | ||
</resources> |