-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add British English, traditional chinese
- Loading branch information
1 parent
d00b91d
commit d4116ba
Showing
5 changed files
with
49 additions
and
7 deletions.
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
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
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,21 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="about_title_privacy_statement">"Privacy statement"</string> | ||
<string name="no_camera_permission_warning_title">"Camera permission"</string> | ||
<string name="no_camera_permission_warning">"The permission is required to take photos and measure distances with the camera."</string> | ||
<string name="ar_core_error_sdk_too_old">"This app is too old, try updating."</string> | ||
<string name="ar_core_tracking_error_bad_state">"Something went wrong. Try restarting the measuring."</string> | ||
<string name="ar_core_tracking_error_insufficient_light">"Too dark here"</string> | ||
<string name="ar_core_tracking_error_excessive_motion">"Too much movement"</string> | ||
<string name="ar_core_tracking_error_insufficient_features">"Insufficient visual features here"</string> | ||
<string name="ar_core_tracking_error_camera_unavailable">"Camera is used by another app"</string> | ||
<string name="ar_core_tracking_error_too_steep_angle">"Too steep of an angle, step away a bit"</string> | ||
<string name="ar_core_tracking_error_no_plane_hit">"Keep closer to the arrow but watch out for traffic!"</string> | ||
<string name="no_camera_permission_toast">"No camera permission"</string> | ||
<string name="ar_core_tracking_hint_tap_to_measure">"Tap screen to start measuring"</string> | ||
<string name="measure_info_title">"Achieving optimal precision"</string> | ||
<string name="measure_info_html_description">"<p>ARCore sometimes (initially) presumes the ground to be a bit lower or higher than it actually is. This introduces a measurement error that gets larger the more you tilt your phone towards the horizon.</p> | ||
<p>Set each the start- and endpoint while pointing the phone straight down (so that you see the white arrow from above) to completely avoid this issue for horizontal measurements.</p> | ||
<p>For vertical measurements, you need to instead check that the startpoint does not seem to move in relation to the ground by looking at it from different directions.</p>"</string> | ||
<string name="privacy_html_arcore">"This application runs on <a href=\"https://play.google.com/store/apps/details?id=com.google.ar.core\">Google Play Services for AR</a> (ARCore), which is provided by Google and governed by the <a href=\"https://policies.google.com/privacy\">Google Privacy Policy</a>."</string> | ||
</resources> |
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
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,21 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="about_title_privacy_statement">"隱私聲明"</string> | ||
<string name="no_camera_permission_warning_title">"相機權限"</string> | ||
<string name="no_camera_permission_warning">"這權限是為了能拍照,用鏡頭來測量距離"</string> | ||
<string name="ar_core_error_sdk_too_old">"這個 app 太舊了,請試著更新。"</string> | ||
<string name="ar_core_tracking_error_bad_state">"發生問題了,請試著重新測量。"</string> | ||
<string name="ar_core_tracking_error_insufficient_light">"這裡太暗了"</string> | ||
<string name="ar_core_tracking_error_excessive_motion">"太多晃動了"</string> | ||
<string name="ar_core_tracking_error_insufficient_features">"這裡沒有足夠的視覺圖徵"</string> | ||
<string name="ar_core_tracking_error_camera_unavailable">"其他 app 已經使用鏡頭了"</string> | ||
<string name="ar_core_tracking_error_too_steep_angle">"角度太陡了,請稍微離開一點"</string> | ||
<string name="ar_core_tracking_error_no_plane_hit">"盡量靠近箭頭但小心路況!"</string> | ||
<string name="no_camera_permission_toast">"沒有相機權限"</string> | ||
<string name="ar_core_tracking_hint_tap_to_measure">"點一下螢幕來開始測量"</string> | ||
<string name="measure_info_title">"達成最佳精確度"</string> | ||
<string name="measure_info_html_description">"<p>ARCore 有時候 (一開始) 預設地面會低一點或是高一點,這會讓你越讓手機貼近水平線,測量的誤差變得比預期大。</p> | ||
<p>設定每一次的開始 - 以及結束點,要將你手直直朝下 (因此你會在上面看到白色箭頭) 來完全避免水平測量的問題。</p> | ||
<p>而垂直測量部分,你需要透過不同方向檢視,檢查開始點相較地面沒有跑掉。</p>"</string> | ||
<string name="privacy_html_arcore">"這應用程式 <a href=\"https://play.google.com/store/apps/details?id=com.google.ar.core\">Google Play Services for AR</a> (ARCore) 來運作,並且由 Google 採用 <a href=\"https://policies.google.com/privacy\">Google 隱私政策</a> 提供服務與管理。"</string> | ||
</resources> |