From 29fd3412be237938dd88d1fd791f5383252f8483 Mon Sep 17 00:00:00 2001 From: dragonpilot Date: Thu, 10 Oct 2019 23:32:08 +1000 Subject: [PATCH] more translation --- selfdrive/controls/lib/alerts.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/selfdrive/controls/lib/alerts.py b/selfdrive/controls/lib/alerts.py index fafa57303..3af40a457 100644 --- a/selfdrive/controls/lib/alerts.py +++ b/selfdrive/controls/lib/alerts.py @@ -302,8 +302,8 @@ ALERTS = [ Alert( "soundsUnavailableNoEntry", - "openpilot Unavailable", - "Speaker not found", + "無法使用 dragonpilot", + "找不到音效裝置", AlertStatus.normal, AlertSize.mid, Priority.LOW, VisualAlert.none, AudibleAlert.chimeError, .4, 2., 3.), @@ -642,8 +642,8 @@ ALERTS = [ Alert( "internetConnectivityNeededNoEntry", - "openpilot Unavailable", - "Internet Connectivity Needed", + "無法使用 dragonpilot", + "需要網路連線", AlertStatus.normal, AlertSize.mid, Priority.LOW, VisualAlert.none, AudibleAlert.chimeDisengage, .4, 2., 3.), @@ -685,15 +685,15 @@ ALERTS = [ Alert( "invalidGiraffeToyotaPermanent", - "Unsupported Giraffe Configuration", - "Visit comma.ai/tg", + "未支援的 Giraffe 設置", + "請查閱 comma.ai/tg", AlertStatus.normal, AlertSize.mid, Priority.LOW_LOWEST, VisualAlert.none, AudibleAlert.none, 0., 0., .2), Alert( "internetConnectivityNeededPermanent", - "Internet Connectivity Needed", - "Check for Updates to Be Able to Engage", + "需要網路連線", + "請先檢查更新才能啟用", AlertStatus.normal, AlertSize.mid, Priority.LOW_LOWEST, VisualAlert.none, AudibleAlert.none, 0., 0., .2),