ログインをメアドに変更

This commit is contained in:
2024-07-15 06:54:02 +09:00
parent ae05a8bbcd
commit 616f87c0c5
11 changed files with 140 additions and 102 deletions

View File

@ -7,7 +7,8 @@ class StringValues extends Translations{
'drawer_title':'Rogaining participants can view checkpoints by logging in',
'app_title': '- Rogaining -',
'address':'address',
'email':'Email',
'bib':'Bib number',
'email':'Email address',
'password':'Password',
'web':'Web',
'wikipedia':'Wikipedia',
@ -70,6 +71,8 @@ class StringValues extends Translations{
"Not reached the goal yet": "Not reached the goal yet",
"You have not reached the goal yet.":"You have not reached the goal yet.",
"delete_account": "Delete account",
"delete_account_title": "Are you ok to delete your account?",
"delete_account_middle": "All your account information and data history will be removed from local device and server side.",
"accounted_deleted": "Account deleted",
"account_deleted_message": "your account has beed successfully deleted",
"privacy": "Privacy policy",
@ -95,7 +98,6 @@ class StringValues extends Translations{
'already_have_account': 'Already have an account?',
'sign_up': 'Sign Up',
'create_account': 'Create an account, it\'s free',
'email': 'Email',
'confirm_password': 'Confirm Password',
'cancel_checkin': 'Cancel Check-in',
'go_here': 'Show route',
@ -203,13 +205,19 @@ class StringValues extends Translations{
'location_permission_required_title': 'Location Permission Required',
'location_permission_required_message': 'This app requires access to your location. Please grant permission to continue.',
'cancel': 'Cancel',
'checkins': 'Check-ins'
'checkins': 'Check-ins',
'reset_button': 'Reset data',
'reset_title': 'Reset the data in this device.',
'reset_message': 'Are you ok to reset all data in this device?',
'reset_done': 'Reset Done.',
'reset_explain': 'All data has been reset. You should tap start rogaining to start game.',
},
'ja_JP': {
'drawer_title':'ロゲイニング参加者はログイン するとチェックポイントが参照 できます',
'app_title': '旅行工程表',
'address':'住所',
'email':'ゼッケン番号',
'bib':'ゼッケン番号',
'email':'メールアドレス',
'password':'パスワード',
'web':'ウェブ',
'wikipedia':'ウィキペディア',
@ -245,7 +253,7 @@ class StringValues extends Translations{
'confirm': '確認',
'cancel': 'キャンセル',
'all_destinations_are_deleted_successfully' : 'すべての宛先が正常に削除されました',
'deleted': "削除された",
'deleted': "削除されまし",
'remarks' : '備考',
'old_password' : '以前のパスワード',
'new_password' : '新しいパスワード',
@ -273,11 +281,13 @@ class StringValues extends Translations{
"You have not started rogaining yet.":"あなたはまだロゲイニングを始めていません。",
"Not reached the goal yet": "まだ目標に達していない",
"You have not reached the goal yet.":"あなたはまだゴールに達していません。",
"delete_account": "アカウントを削除す",
"delete_account": "アカウントを削除しま",
"delete_account_title": "アカウントを削除しますがよろしいですか?",
"delete_account_middle": "これにより、アカウント情報とすべてのゲーム データが削除され、すべての状態が削除されます",
"accounted_deleted": "アカウントが削除されました",
"account_deleted_message": "あなたのアカウントは正常に削除されました",
"privacy": "プライバシーポリシー",
"app_developed_by_gifu_dx": "※このアプリは令和年度岐阜県DX補助金事業で開発されました。",
"app_developed_by_gifu_dx": "※このアプリは令和4、6年度岐阜県DX補助金事業で開発されました。",
'location_permission_title': 'ロケーション許可',
'location_permission_content': 'このアプリでは、位置情報の収集を行います。\n岐阜ナビアプリではチェックポイントの自動チェックインの機能を可能にするために、現在地のデータが収集されます。アプリを閉じている時や、使用していないときにも収集されます。位置情報は、個人を特定できない統計的な情報として、ユーザーの個人情報とは一切結びつかない形で送信されます。お知らせの配信、位置情報の利用を許可しない場合は、この後表示されるダイアログで「許可しない」を選択してください。',
@ -299,7 +309,6 @@ class StringValues extends Translations{
'already_have_account': 'すでにアカウントをお持ちですか?',
'sign_up': 'サインアップ',
'create_account': 'アカウントを無料で作成します',
'email': 'ゼッケン番号',
'confirm_password': 'パスワードを認証する',
'cancel_checkin': 'チェックイン取消',
'go_here': 'ルート表示',
@ -410,6 +419,11 @@ class StringValues extends Translations{
'location_permission_required_message': 'このアプリを使用するには、位置情報へのアクセスが必要です。続行するには許可を付与してください。',
'cancel': 'キャンセル',
'checkins': 'チェックイン',
'reset_button': 'リセット',
'reset_title': 'リセットしますがよろしいですか?',
'reset_message': 'これにより、すべてのゲーム データが削除され、すべての状態が削除されます',
'reset_done': 'リセット完了',
'reset_explain': 'すべてリセットされました。ロゲ開始から再開して下さい。',
},
};
}
}