-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #643 from rokwire/release/v2.10.25+1025
Release/v2.10.25+1025
- Loading branch information
Showing
18 changed files
with
1,223 additions
and
89 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
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,53 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
~ Copyright 2020 Board of Trustees of the University of Illinois. | ||
~ | ||
~ Licensed under the Apache License, Version 2.0 (the "License"); | ||
~ you may not use this file except in compliance with the License. | ||
~ You may obtain a copy of the License at | ||
~ | ||
~ http://www.apache.org/licenses/LICENSE-2.0 | ||
~ | ||
~ Unless required by applicable law or agreed to in writing, software | ||
~ distributed under the License is distributed on an "AS IS" BASIS, | ||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
~ See the License for the specific language governing permissions and | ||
~ limitations under the License. | ||
--> | ||
|
||
<resources> | ||
<string name="app_name">Safer Illinois</string> | ||
|
||
<string name="today">今日</string> | ||
<string name="tomorrow">明日</string> | ||
<string name="at">で</string> | ||
|
||
<string name="explores">探索する</string> | ||
<string name="events">イベント</string> | ||
<string name="dinings">ダイニングオプション</string> | ||
<string name="places">場所</string> | ||
<string name="laundries">ランドリー</string> | ||
<string name="parkings">駐車場</string> | ||
<string name="ok">OK</string> | ||
|
||
<!-- MapDirectionsActivity --> | ||
<string name="directionsTitle">行き方</string> | ||
<string name="routeFailedMsg">ルートが見つかりませんでした。</string> | ||
<string name="locationFailedMsg">現在地の検出に失敗しました。</string> | ||
<string name="start">開始</string> | ||
<string name="finish">仕上げ</string> | ||
<string name="routeDistanceDurationFormat">%1$d 分 | %2$d 秒</string> | ||
<string name="routeLegStepFormat">脚 %1$d / ステップ %2$d</string> | ||
<string name="mile">マイル</string> | ||
<string name="miles">マイル</string> | ||
<string name="minute">分</string> | ||
|
||
<!-- MapActivity --> | ||
<string name="mapTitle">マップ</string> | ||
|
||
<!-- Exposure --> | ||
<string name="exposure_notification_channel_description">接触通知システム</string> | ||
<string name="exposure_notification_title">接触通知システムのチェック</string> | ||
<string name="exposure_notification_ticker">接触通知システムのチェック</string> | ||
<string name="exposure_request_bluetooth_on_message">接触通知を許可します。 Bluetoothをオンにしますか?</string> | ||
</resources> |
Oops, something went wrong.