-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f2cecf2
commit 8623aae
Showing
7 changed files
with
108 additions
and
11 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,24 @@ | ||
export const messages = { | ||
ja: { | ||
toast: { | ||
limit: "現在、1分あたりのリクエスト数は10回に制限されています。", | ||
failedGetLocation: "現在地の取得に失敗しました。", | ||
reason0: "原因は不明です。", | ||
reason1: "位置情報の取得が許可されていませんでした。", | ||
reason2: "電波状況が悪かったようです。", | ||
reason3: "タイムアウトエラーです。", | ||
notSupportGetLocation: "お使いのデバイスでは現在地の取得ができませんでした。", | ||
} | ||
}, | ||
en: { | ||
toast: { | ||
limit: "Currently, the number of requests per minute is limited to 10.", | ||
failedGetLocation: "Failed to get current location.", | ||
reason0: "The cause is unknown.", | ||
reason1: "The cause is that location info acquisition was not allowed.", | ||
reason2: "The cause is due to signal conditions.", | ||
reason3: "This is a timeout error.", | ||
notSupportGetLocation: "Your device was not able to obtain information about your current location.", | ||
} | ||
}, | ||
} |
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