Skip to content
Open
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
2 changes: 2 additions & 0 deletions i18n/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ components:
saved: Guardado
submodeSelectorLabel: Seleccionar modos y submodos de desplazamiento
tripOptions: Opciones de ruta
setAsDefault: Establecer como predeterminada
logInToSetDefault: Iniciar sesión para establecerla como predeterminada
BatchSettings:
destination: destino
invalidModeSelection: >-
Expand Down
4 changes: 3 additions & 1 deletion i18n/ko.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ components:
saved: 저장됨
submodeSelectorLabel: 여행 모드 및 하위 모드 선택
tripOptions: 여행 옵션
setAsDefault: 기본으로 설정
logInToSetDefault: 기본으로 설정하려면 로그인하세요
BatchSettings:
destination: 목적지
invalidModeSelection: 선택된 수단을 사용해 이동편을 계획할 수 없습니다. 수단 선택에 대중교통을 포함해 보십시오.
Expand Down Expand Up @@ -619,7 +621,7 @@ components:
TripPreviewLayout:
previewTrip: 여행 미리 보기
TripStatus:
alerts: "{alerts} 경고!"
alerts: "{alerts, plural, one {경고 #개!} other {경고 #개!}}"
deleteTrip: 트립 삭제
planNewTrip: 새 트립 계획
TripStatusRenderers:
Expand Down
2 changes: 2 additions & 0 deletions i18n/ru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ components:
saved: Сохранено
submodeSelectorLabel: Выбор режимов и подрежимов путешествия
tripOptions: Варианты поездок
setAsDefault: Установить по умолчанию
logInToSetDefault: Войти, чтобы установить по умолчанию
BatchSettings:
destination: место назначения
invalidModeSelection: >-
Expand Down
7 changes: 5 additions & 2 deletions i18n/tl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ components:
saved: Na-save na
submodeSelectorLabel: Piliin ang mga mode at submode ng pagbiyahe
tripOptions: Mga Opsyon sa Biyahe
setAsDefault: Itakda bilang default
logInToSetDefault: Mag log-in upang itakda bilang default
BatchSettings:
destination: patutunguhan
invalidModeSelection: >-
Expand Down Expand Up @@ -593,7 +595,8 @@ components:
tripNotFoundDescription: Pasensya na, hindi nakita ang hiniling na biyahe.
tripNotifications: Mga notification sa biyahe
SavedTripList:
alertTag: "{alert, plural, one {View one alert} other {View # alerts}}"
alertTag: "{alert, plural, one {Tingnan ang isang babala} other {Tingnan ang #
ng babala}}"
fromTo: Mula sa {from} papuntang {to}
myTrips: Aking mga biyahe
noSavedTrips: Wala kang naka-save na biyahe
Expand Down Expand Up @@ -728,7 +731,7 @@ components:
TripPreviewLayout:
previewTrip: I-preview ang Biyahe
TripStatus:
alerts: "{alerts, plural, one {# alert!} other {# alerts!}}"
alerts: "{alerts, plural, one {# ng babala!} other {# babala!}}"
deleteTrip: I-delete ang Biyahe
planNewTrip: Magplano ng Bagong Biyahe
TripStatusRenderers:
Expand Down
2 changes: 2 additions & 0 deletions i18n/vi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ components:
saved: Đã lưu
submodeSelectorLabel: Chọn phương thức di chuyển và phương thức phụ
tripOptions: Tùy Chọn Chuyến Đi
setAsDefault: Đặt làm mặc định
logInToSetDefault: Đăng nhập để đặt làm mặc định
BatchSettings:
destination: điểm đến
invalidModeSelection: >-
Expand Down
2 changes: 2 additions & 0 deletions i18n/zh_Hans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ components:
saved: 保存
submodeSelectorLabel: 选择主要出行方式和次要出行方式
tripOptions: 行程选项
setAsDefault: 设置为默认
logInToSetDefault: 登录以设置为默认
BatchSettings:
destination: 目的地
invalidModeSelection: 无法使用所选模式计划行程。尝试在模式选择中包括公交。
Expand Down
5 changes: 4 additions & 1 deletion i18n/zh_Hant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ components:
moreOptions: 更多選擇
saveAndReturn: 儲存並返回
tripOptions: 行程選擇
setAsDefault: 設為預設值
logInToSetDefault: 登入以設為預設值
BatchSettings:
destination: 目的地
invalidModeSelection: 無法使用所選模式規劃行程。嘗試將公共交通納入您的模式選取內容。
Expand Down Expand Up @@ -441,6 +443,7 @@ components:
noSavedTripsInstructions: 請先從地圖進行行程搜尋。
pause: 暫停
resume: 繼續
alertTag: '{alert, plural, one {檢視 1 則警示} other {檢視 # 則警示}}'
SavedTripScreen:
itineraryLoaded: 路線已載入
itineraryLoading: 正在載入路線
Expand Down Expand Up @@ -534,7 +537,7 @@ components:
TripPreviewLayout:
previewTrip: 預覽行程
TripStatus:
alerts: "{alerts}個警示!"
alerts: "{alerts, plural, one {# 則警示!} other {# 則警示!}}"
deleteTrip: 刪除行程
planNewTrip: 規劃新行程
TripStatusRenderers:
Expand Down
Loading