Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Strings with Transifex Translations #657

Merged
merged 7 commits into from
Jan 24, 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
12 changes: 10 additions & 2 deletions .tx/config
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
[main]
host = https://www.transifex.com
minimum_perc = 80
minimum_perc = 20
lang_map = pt_BR: pt-rBR

[mapbox-navigation-sdk-for-android.stringsxml]
[mapbox-navigation-sdk-for-android.libandroid-navigation-strings-file]
file_filter = libandroid-navigation/src/main/res/values-<lang>/strings.xml
source_file = libandroid-navigation/src/main/res/values/strings.xml
source_lang = en
type = ANDROID

[mapbox-navigation-sdk-for-android.libandroid-navigation-ui-strings-file]
file_filter = libandroid-navigation-ui/src/main/res/values-<lang>/strings.xml
source_file = libandroid-navigation-ui/src/main/res/values/strings.xml
source_lang = en
type = ANDROID

12 changes: 12 additions & 0 deletions libandroid-navigation-ui/src/main/res/values-bg/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Indicates that rerouting is in progress -->
<string name="rerouting">Пренасочване...</string>

<!-- Indicates voice instructions are muted -->
<string name="muted">Заглушено</string>

<!-- Indicates voice instructions are unmuted -->
<string name="unmuted">Незаглушено</string>

</resources>
12 changes: 12 additions & 0 deletions libandroid-navigation-ui/src/main/res/values-ca/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Indicates that rerouting is in progress -->
<string name="rerouting">Redirigint...</string>

<!-- Indicates voice instructions are muted -->
<string name="muted">Silenciat</string>

<!-- Indicates voice instructions are unmuted -->
<string name="unmuted">No silenciat</string>

</resources>
12 changes: 12 additions & 0 deletions libandroid-navigation-ui/src/main/res/values-cs/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Indicates that rerouting is in progress -->
<string name="rerouting">Přepočítávám...</string>

<!-- Indicates voice instructions are muted -->
<string name="muted">Vypnout zvuk</string>

<!-- Indicates voice instructions are unmuted -->
<string name="unmuted">Zapnout zvuk</string>

</resources>
12 changes: 12 additions & 0 deletions libandroid-navigation-ui/src/main/res/values-da/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Indicates that rerouting is in progress -->
<string name="rerouting">Omdirigere</string>

<!-- Indicates voice instructions are muted -->
<string name="muted">Dæmpet </string>

<!-- Indicates voice instructions are unmuted -->
<string name="unmuted">Genaktiveret </string>

</resources>
21 changes: 21 additions & 0 deletions libandroid-navigation-ui/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Indicates that rerouting is in progress -->
<string name="rerouting">Routenneuberechnung...</string>

<!-- Indicates voice instructions are muted -->
<string name="muted">Stumm</string>

<!-- Indicates voice instructions are unmuted -->
<string name="unmuted">Ton an</string>

<!-- Test app dialog text -->
<string name="dropoff_dialog_text">Möchtest Du zum nächsten Ziel navigieren?</string>

<!-- Test app dialog text start next route -->
<string name="dropoff_dialog_positive_text">Nächste starten</string>

<!-- Test app dialog text cancel navigation -->
<string name="dropoff_dialog_negative_text">Abbrechen</string>

</resources>
12 changes: 12 additions & 0 deletions libandroid-navigation-ui/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Indicates that rerouting is in progress -->
<string name="rerouting">Recalcul de l’itinéraire...</string>

<!-- Indicates voice instructions are muted -->
<string name="muted">Muet</string>

<!-- Indicates voice instructions are unmuted -->
<string name="unmuted">Audible</string>

</resources>
48 changes: 48 additions & 0 deletions libandroid-navigation-ui/src/main/res/values-he/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Indicates that rerouting is in progress -->
<string name="rerouting">מחשב מסלול מחדש...</string>

<!-- Button title for resume tracking -->
<string name="re_center">מרכוז</string>

<!-- Indicates voice instructions are muted -->
<string name="muted">שמע כבוי</string>

<!-- Indicates voice instructions are unmuted -->
<string name="unmuted">שמע פועל</string>

<!-- Feedback type for Bad Route -->
<string name="feedback_bad_route">דרך \nמשובשת</string>

<!-- Feedback type for Confusing Instruction -->
<string name="feedback_confusing_instruction">הוראות\nמבולבלות</string>

<!-- Feedback type for Other Map Issue Issue -->
<string name="feedback_general_issue">בעיה אחרת\nבמפה</string>

<!-- Feedback type for Missing Exit -->
<string name="feedback_missing_exit">יציאה\nלא קיימת</string>

<!-- Feedback type for Missing Road -->
<string name="feedback_missing_road">דרך\nלא קיימת</string>

<!-- Feedback type for a maneuver that is Not Allowed -->
<string name="feedback_not_allowed">לא\nמורשה</string>

<!-- Feedback type for Report Traffic -->
<string name="feedback_report_traffic">דיווח\nתנועה</string>

<!-- Feedback type for Road Closed -->
<string name="feedback_road_closure">דרך\nסגורה</string>

<!-- Test app dialog text -->
<string name="dropoff_dialog_text">האם תרצה לנווט אל היעד הבא?</string>

<!-- Test app dialog text start next route -->
<string name="dropoff_dialog_positive_text">התחל</string>

<!-- Test app dialog text cancel navigation -->
<string name="dropoff_dialog_negative_text">ביטול</string>

</resources>
12 changes: 12 additions & 0 deletions libandroid-navigation-ui/src/main/res/values-id/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Indicates that rerouting is in progress -->
<string name="rerouting">Mengubah Rute</string>

<!-- Indicates voice instructions are muted -->
<string name="muted">Suara Dimatikan</string>

<!-- Indicates voice instructions are unmuted -->
<string name="unmuted">Suara Dinyalakan</string>

</resources>
12 changes: 12 additions & 0 deletions libandroid-navigation-ui/src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Indicates that rerouting is in progress -->
<string name="rerouting">Ricalcolo..</string>

<!-- Indicates voice instructions are muted -->
<string name="muted">Silenziato</string>

<!-- Indicates voice instructions are unmuted -->
<string name="unmuted">Attivato</string>

</resources>
12 changes: 12 additions & 0 deletions libandroid-navigation-ui/src/main/res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Indicates that rerouting is in progress -->
<string name="rerouting">Retraçando rota...</string>

<!-- Indicates voice instructions are muted -->
<string name="muted">Som desligado</string>

<!-- Indicates voice instructions are unmuted -->
<string name="unmuted">Som ligado</string>

</resources>
48 changes: 48 additions & 0 deletions libandroid-navigation-ui/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Indicates that rerouting is in progress -->
<string name="rerouting">Пересчёт маршрута…</string>

<!-- Button title for resume tracking -->
<string name="re_center">Возобновить</string>

<!-- Indicates voice instructions are muted -->
<string name="muted">Не проговаривать</string>

<!-- Indicates voice instructions are unmuted -->
<string name="unmuted">Проговаривать</string>

<!-- Feedback type for Bad Route -->
<string name="feedback_bad_route">Плохой\nмаршрут</string>

<!-- Feedback type for Confusing Instruction -->
<string name="feedback_confusing_instruction">Непонятная\nинструкция</string>

<!-- Feedback type for Other Map Issue Issue -->
<string name="feedback_general_issue">Ошибка\nна карте</string>

<!-- Feedback type for Missing Exit -->
<string name="feedback_missing_exit">Нет\nсъезда</string>

<!-- Feedback type for Missing Road -->
<string name="feedback_missing_road">Нет\nдороги</string>

<!-- Feedback type for a maneuver that is Not Allowed -->
<string name="feedback_not_allowed">Манёвр\nне допустим</string>

<!-- Feedback type for Report Traffic -->
<string name="feedback_report_traffic">Сообщить\nо заторе</string>

<!-- Feedback type for Road Closed -->
<string name="feedback_road_closure">Дорога\nзакрыта</string>

<!-- Test app dialog text -->
<string name="dropoff_dialog_text">Проложить маршрут к следующему пункту назначения?</string>

<!-- Test app dialog text start next route -->
<string name="dropoff_dialog_positive_text">Начать другой</string>

<!-- Test app dialog text cancel navigation -->
<string name="dropoff_dialog_negative_text">Отмена</string>

</resources>
48 changes: 48 additions & 0 deletions libandroid-navigation-ui/src/main/res/values-sv/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Indicates that rerouting is in progress -->
<string name="rerouting">Uppdaterar rutt…</string>

<!-- Button title for resume tracking -->
<string name="re_center">Centrera</string>

<!-- Indicates voice instructions are muted -->
<string name="muted">Tyst</string>

<!-- Indicates voice instructions are unmuted -->
<string name="unmuted">Ej tyst</string>

<!-- Feedback type for Bad Route -->
<string name="feedback_bad_route">Dålig\nRutt</string>

<!-- Feedback type for Confusing Instruction -->
<string name="feedback_confusing_instruction">Förvirrande\nInstruktion</string>

<!-- Feedback type for Other Map Issue Issue -->
<string name="feedback_general_issue">Övrigt\nKartproblem</string>

<!-- Feedback type for Missing Exit -->
<string name="feedback_missing_exit">Avfart\nSaknas</string>

<!-- Feedback type for Missing Road -->
<string name="feedback_missing_road">Väg\nSaknas</string>

<!-- Feedback type for a maneuver that is Not Allowed -->
<string name="feedback_not_allowed">Ej\nTillåtet</string>

<!-- Feedback type for Report Traffic -->
<string name="feedback_report_traffic">Rapportera\nTrafik</string>

<!-- Feedback type for Road Closed -->
<string name="feedback_road_closure">Väg\nAvstängd</string>

<!-- Test app dialog text -->
<string name="dropoff_dialog_text">Vill du navigera till nästa destination?</string>

<!-- Test app dialog text start next route -->
<string name="dropoff_dialog_positive_text">Börja nästa</string>

<!-- Test app dialog text cancel navigation -->
<string name="dropoff_dialog_negative_text">Avbryt</string>

</resources>
21 changes: 21 additions & 0 deletions libandroid-navigation-ui/src/main/res/values-vi/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Indicates that rerouting is in progress -->
<string name="rerouting">Đang Tìm Đường đi Mới…</string>

<!-- Indicates voice instructions are muted -->
<string name="muted">Tiếng Tắt</string>

<!-- Indicates voice instructions are unmuted -->
<string name="unmuted">Tiếng Mở</string>

<!-- Test app dialog text -->
<string name="dropoff_dialog_text">Bạn có muốn đi tiếp đến nơi sau?</string>

<!-- Test app dialog text start next route -->
<string name="dropoff_dialog_positive_text">Đi tiếp</string>

<!-- Test app dialog text cancel navigation -->
<string name="dropoff_dialog_negative_text">Hủy bỏ</string>

</resources>
48 changes: 43 additions & 5 deletions libandroid-navigation-ui/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,51 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Indicates that rerouting is in progress -->
<string name="rerouting">Rerouting…</string>
<string name="directions">Directions</string>
<string name="re_center">Re-Center</string>

<!-- Button title for re-centering tracking -->
<string name="re_center">Re-center</string>

<!-- Indicates voice instructions are muted -->
<string name="muted">Muted</string>

<!-- Indicates voice instructions are unmuted -->
<string name="unmuted">Unmuted</string>

<!-- Feedback type for Bad Route -->
<string name="feedback_bad_route">Bad \nRoute</string>

<!-- Feedback type for Confusing Instruction -->
<string name="feedback_confusing_instruction">Confusing\nInstruction</string>

<!-- Feedback type for Other Map Issue Issue -->
<string name="feedback_general_issue">Other\nMap Issue</string>

<!-- Feedback type for Missing Exit -->
<string name="feedback_missing_exit">Missing\nExit</string>

<!-- Feedback type for Missing Road -->
<string name="feedback_missing_road">Missing\nRoad</string>

<!-- Feedback type for a maneuver that is Not Allowed -->
<string name="feedback_not_allowed">Not\nAllowed</string>

<!-- Feedback type for Report Traffic -->
<string name="feedback_report_traffic">Report\nTraffic</string>

<!-- Feedback type for Road Closed -->
<string name="feedback_road_closure">Road\nClosed</string>

<!-- Test app dialog text -->
<string name="dropoff_dialog_text">Do you want to navigate to next destination?</string>

<!-- Test app dialog text start next route -->
<string name="dropoff_dialog_positive_text">Start next</string>

<!-- Test app dialog text cancel navigation -->
<string name="dropoff_dialog_negative_text">Cancel</string>

<!-- Should not be translated -->
<string name="navigation_guidance_day_v2"
translatable="false">mapbox://styles/mapbox/navigation-guidance-day-v2</string>
<string name="navigation_guidance_night_v2"
Expand All @@ -19,7 +60,4 @@
translatable="false">recenter_btn_visible</string>
<string name="bottom_sheet_state"
translatable="false">bottom_sheet_state</string>
<string name="dropoff_dialog_text">Do you want to navigate to next destination?</string>
<string name="dropoff_dialog_positive_text">Start next</string>
<string name="dropoff_dialog_negative_text">Cancel</string>
</resources>
6 changes: 6 additions & 0 deletions libandroid-navigation/src/main/res/values-bg/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<resources>
<string name="app_name">MapBox SDK навигация за Android</string>

<!-- Notification Strings -->
<string name="end_navigation">Крайна навигация</string>
</resources>
Loading