Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Add Danish localization; update Hungarian, Russian, Swedish translations #11136

Merged
merged 5 commits into from
Feb 7, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="mapbox_compassContentDescription">Компас. Активируйте, чтобы повернуть карту на Север.</string>
<string name="mapbox_attributionsIconContentDescription">Иконка атрибутов. Активируйте, чтобы показать диалог.</string>
<string name="mapbox_myLocationViewContentDescription">Местоположение. Отображает ваше местоположение на карте.</string>
<string name="mapbox_mapActionDescription">Отображает карту, созданную при помощи Mapbox. Протисните при помощи двух пальцев. Приблизьте, соединением пальцев. </string>
<string name="mapbox_attributionsDialogTitle">Mapbox Android SDK</string>
<string name="mapbox_compassContentDescription">Компас. Активируйте, чтобы развернуть карту на север.</string>
<string name="mapbox_attributionsIconContentDescription">Значок атрибутов. Активируйте, чтобы показать диалог.</string>
<string name="mapbox_myLocationViewContentDescription">Местоположение. Отображает вашу позицию на карте.</string>
<string name="mapbox_mapActionDescription">Отображает карту, созданную при помощи Mapbox. Пролистывайте двумя пальцами. Меняйте масштаб сведением пальцев.</string>
<string name="mapbox_attributionsDialogTitle">Mapbox Maps SDK для Android</string>
<string name="mapbox_attributionTelemetryTitle">Сделать карты Mapbox лучше</string>
<string name="mapbox_attributionTelemetryMessage">Вы помогаете сделать карты OpenStreetMap и Mapbox лучше путем предоставления анонимных данных об использовании.</string>
<string name="mapbox_attributionTelemetryMessage">Вы помогаете улучшать карты OpenStreetMap и Mapbox, предоставляя обезличенные данные об использовании.</string>
<string name="mapbox_attributionTelemetryPositive">Согласен</string>
<string name="mapbox_attributionTelemetryNegative">Не согласен</string>
<string name="mapbox_attributionTelemetryNeutral">Дополнительная информация</string>
<string name="mapbox_offline_error_region_definition_invalid">Запрошенный OfflineRegionDefinition не входит в допустимые границы: %s</string>

<string name="mapbox_attributionErrorNoBrowser">На устройстве нет веб-браузера, нельзя показать веб-страницу.</string>
<string name="mapbox_offline_error_region_definition_invalid">Запрошенный OfflineRegionDefinition не входит в допустимые границы: %s</string>
<string name="mapbox_telemetrySettings">Настройки телеметрии</string>
</resources>
297 changes: 297 additions & 0 deletions platform/darwin/resources/da.lproj/Foundation.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,297 @@
/* Clock position format, long: {hours} o’clock */
"CLOCK_FMT_LONG" = "%@ klokken";

/* Clock position format, medium: {hours} o’clock */
"CLOCK_FMT_MEDIUM" = "%@ klokken";

/* Clock position format, short: {hours}:00 */
"CLOCK_FMT_SHORT" = "%@:00";

/* East, long */
"COMPASS_E_LONG" = "øst";

/* East, short */
"COMPASS_E_SHORT" = "Ø";

/* East by north, long */
"COMPASS_EbN_LONG" = "øst via nord";

/* East by north, short */
"COMPASS_EbN_SHORT" = "ØvN";

/* East by south, long */
"COMPASS_EbS_LONG" = "øst via syd";

/* East by south, short */
"COMPASS_EbS_SHORT" = "ØvS";

/* East-northeast, long */
"COMPASS_ENE_LONG" = "øst-nordøst";

/* East-northeast, short */
"COMPASS_ENE_SHORT" = "ØNØ";

/* East-southeast, long */
"COMPASS_ESE_LONG" = "øst-sydøst";

/* East-southeast, short */
"COMPASS_ESE_SHORT" = "ØSØ";

/* North, long */
"COMPASS_N_LONG" = "nord";

/* North, short */
"COMPASS_N_SHORT" = "N";

/* North by east, long */
"COMPASS_NbE_LONG" = "nord via øst";

/* North by east, short */
"COMPASS_NbE_SHORT" = "NvØ";

/* North by west, long */
"COMPASS_NbW_LONG" = "nord via vest";

/* North by west, short */
"COMPASS_NbW_SHORT" = "NvV";

/* Northeast, long */
"COMPASS_NE_LONG" = "nordøst";

/* Northeast, short */
"COMPASS_NE_SHORT" = "NØ";

/* Northeast by east, long */
"COMPASS_NEbE_LONG" = "nordøst via øst";

/* Northeast by east, short */
"COMPASS_NEbE_SHORT" = "NØvØ";

/* Northeast by north, long */
"COMPASS_NEbN_LONG" = "nordøst via nord";

/* Northeast by north, short */
"COMPASS_NEbN_SHORT" = "NØvN";

/* North-northeast, long */
"COMPASS_NNE_LONG" = "nord-nordøst";

/* North-northeast, short */
"COMPASS_NNE_SHORT" = "NNØ";

/* North-northwest, long */
"COMPASS_NNW_LONG" = "nord-nordvest";

/* North-northwest, short */
"COMPASS_NNW_SHORT" = "NNV";

/* Northwest, long */
"COMPASS_NW_LONG" = "nordvest";

/* Northwest, short */
"COMPASS_NW_SHORT" = "NV";

/* Northwest by north, long */
"COMPASS_NWbN_LONG" = "nordvest via nord";

/* Northwest by north, short */
"COMPASS_NWbN_SHORT" = "NVvN";

/* Northwest by west, long */
"COMPASS_NWbW_LONG" = "nordvest via vest";

/* Northwest by west, short */
"COMPASS_NWbW_SHORT" = "NVvW";

/* South, long */
"COMPASS_S_LONG" = "syd";

/* South, short */
"COMPASS_S_SHORT" = "S";

/* South by east, long */
"COMPASS_SbE_LONG" = "syd via øst";

/* South by east, short */
"COMPASS_SbE_SHORT" = "SvØ";

/* South by west, long */
"COMPASS_SbW_LONG" = "syd via vest";

/* South by west, short */
"COMPASS_SbW_SHORT" = "SvV";

/* Southeast, long */
"COMPASS_SE_LONG" = "sydøst";

/* Southeast, short */
"COMPASS_SE_SHORT" = "SØ";

/* Southeast by east, long */
"COMPASS_SEbE_LONG" = "sydøst via øst";

/* Southeast by east, short */
"COMPASS_SEbE_SHORT" = "SØvØ";

/* Southeast by south, long */
"COMPASS_SEbS_LONG" = "sydøst via syd";

/* Southeast by south, short */
"COMPASS_SEbS_SHORT" = "SØvS";

/* South-southeast, long */
"COMPASS_SSE_LONG" = "syd-sydøst";

/* South-southeast, short */
"COMPASS_SSE_SHORT" = "SSØ";

/* South-southwest, long */
"COMPASS_SSW_LONG" = "syd-sydvest";

/* South-southwest, short */
"COMPASS_SSW_SHORT" = "SSV";

/* Southwest, long */
"COMPASS_SW_LONG" = "sydvest";

/* Southwest, short */
"COMPASS_SW_SHORT" = "SV";

/* Southwest by south, long */
"COMPASS_SWbS_LONG" = "sydvest via syd";

/* Southwest by south, short */
"COMPASS_SWbS_SHORT" = "SVvS";

/* Southwest by west, long */
"COMPASS_SWbW_LONG" = "sydvest via vest";

/* Southwest by west, short */
"COMPASS_SWbW_SHORT" = "SVvV";

/* West, long */
"COMPASS_W_LONG" = "vest";

/* West, short */
"COMPASS_W_SHORT" = "V";

/* West by north, long */
"COMPASS_WbN_LONG" = "vest via nord";

/* West by north, short */
"COMPASS_WbN_SHORT" = "VvN";

/* West by south, long */
"COMPASS_WbS_LONG" = "vest via syd";

/* West by south, short */
"COMPASS_WbS_SHORT" = "VvS";

/* West-northwest, long */
"COMPASS_WNW_LONG" = "vest-nordvest";

/* West-northwest, short */
"COMPASS_WNW_SHORT" = "VNV";

/* West-southwest, long */
"COMPASS_WSW_LONG" = "vest-sydvest";

/* West-southwest, short */
"COMPASS_WSW_SHORT" = "VSV";

/* Degrees format, long */
"COORD_DEG_LONG" = "%d grad(er)";

/* Degrees format, medium: {degrees} */
"COORD_DEG_MEDIUM" = "%d°";

/* Degrees format, short: {degrees} */
"COORD_DEG_SHORT" = "%d°";

/* Coordinate format, long: {degrees}{minutes} */
"COORD_DM_LONG" = "%1$@ og %2$@";

/* Coordinate format, medium: {degrees}{minutes} */
"COORD_DM_MEDIUM" = "%1$@%2$@";

/* Coordinate format, short: {degrees}{minutes} */
"COORD_DM_SHORT" = "%1$@%2$@";

/* Coordinate format, long: {degrees}{minutes}{seconds} */
"COORD_DMS_LONG" = "%1$@, %2$@, og %3$@";

/* Coordinate format, medium: {degrees}{minutes}{seconds} */
"COORD_DMS_MEDIUM" = "%1$@%2$@%3$@";

/* Coordinate format, short: {degrees}{minutes}{seconds} */
"COORD_DMS_SHORT" = "%1$@%2$@%3$@";

/* East longitude format, long: {longitude} */
"COORD_E_LONG" = "%@ øst";

/* East longitude format, medium: {longitude} */
"COORD_E_MEDIUM" = "%@ øst";

/* East longitude format, short: {longitude} */
"COORD_E_SHORT" = "%@Ø";

/* Coordinate pair format, long: {latitude}, {longitude} */
"COORD_FMT_LONG" = "%1$@ via %2$@";

/* Coordinate pair format, medium: {latitude}, {longitude} */
"COORD_FMT_MEDIUM" = "%1$@, %2$@";

/* Coordinate pair format, short: {latitude}, {longitude} */
"COORD_FMT_SHORT" = "%1$@, %2$@";

/* Minutes format, long */
"COORD_MIN_LONG" = "%d minut(ter)";

/* Minutes format, medium: {minutes} */
"COORD_MIN_MEDIUM" = "%d′";

/* Minutes format, short: {minutes} */
"COORD_MIN_SHORT" = "%d′";

/* North latitude format, long: {latitude} */
"COORD_N_LONG" = "%@ nord";

/* North latitude format, medium: {latitude} */
"COORD_N_MEDIUM" = "%@ nord";

/* North latitude format, short: {latitude} */
"COORD_N_SHORT" = "%@N";

/* South latitude format, long: {latitude} */
"COORD_S_LONG" = "%@ syd";

/* South latitude format, medium: {latitude} */
"COORD_S_MEDIUM" = "%@ syd";

/* South latitude format, short: {latitude} */
"COORD_S_SHORT" = "%@S";

/* Seconds format, long */
"COORD_SEC_LONG" = "%d sekunde(r)";

/* Seconds format, medium: {seconds} */
"COORD_SEC_MEDIUM" = "%d″";

/* Seconds format, short: {seconds} */
"COORD_SEC_SHORT" = "%d″";

/* West longitude format, long: {longitude} */
"COORD_W_LONG" = "%@ vest";

/* West longitude format, medium: {longitude} */
"COORD_W_MEDIUM" = "%@ vest";

/* West longitude format, short: {longitude} */
"COORD_W_SHORT" = "%@V";

/* OpenStreetMap full name attribution */
"OSM_FULL_NAME" = "OpenStreetMap";

/* OpenStreetMap short name attribution */
"OSM_SHORT_NAME" = "OSM";

54 changes: 54 additions & 0 deletions platform/darwin/resources/da.lproj/Foundation.stringsdict
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<?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>COORD_DEG_LONG</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@degrees@</string>
<key>degrees</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>d</string>
<key>one</key>
<string>%d grad</string>
<key>other</key>
<string>%d grader</string>
</dict>
</dict>
<key>COORD_MIN_LONG</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@minutes@</string>
<key>minutes</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>d</string>
<key>one</key>
<string>%d minut</string>
<key>other</key>
<string>%d minutter</string>
</dict>
</dict>
<key>COORD_SEC_LONG</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@seconds@</string>
<key>seconds</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>d</string>
<key>one</key>
<string>%d sekund</string>
<key>other</key>
<string>%d sekunder</string>
</dict>
</dict>
</dict>
</plist>
2 changes: 1 addition & 1 deletion platform/ios/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Mapbox welcomes participation and contributions from everyone. Please read [CONT
### Packaging

* Removed support for 32-bit simulators. ([#10962](https://github.com/mapbox/mapbox-gl-native/pull/10962))
* Added a Hebrew localization. ([#10967](https://github.com/mapbox/mapbox-gl-native/pull/10967))
* Added Danish and Hebrew localizations. ([#10967](https://github.com/mapbox/mapbox-gl-native/pull/10967), [#11136](https://github.com/mapbox/mapbox-gl-native/pull/11134))

### Styles and rendering

Expand Down
Empty file.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"TELEMETRY_GROUP_TITLE" = "Configuració de privacitat";
"TELEMETRY_GROUP_TITLE" = "Configuració de privacitat";
"TELEMETRY_SWITCH_TITLE" = "Telemetria Mapbox";
"TELEMETRY_GROUP_FOOTER" = "Aquest ajust permet que l’aplicació comparteixi dades anònimes de localització i ús amb Mapbox.";
3 changes: 3 additions & 0 deletions platform/ios/framework/Settings.bundle/da.lproj/Root.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"TELEMETRY_GROUP_TITLE" = "Privatlivs indstillinger";
"TELEMETRY_SWITCH_TITLE" = "Mapbox Telemetry";
"TELEMETRY_GROUP_FOOTER" = "Denne indstilling giver app'en tilladelse til at dele anonyme bruger data og position med Mapbox.";
Loading