upodate for login system and app name, icon
This commit is contained in:
@ -4,9 +4,9 @@
|
||||
class ConstValues{
|
||||
static const server_uri = "http://container.intranet.sumasen.net:8100";
|
||||
static const dev_server = "http://localhost:8100";
|
||||
static const dev_ip_server = "http://192.168.8.100:8100";
|
||||
static const dev_ip_server = "http://192.168.8.103:8100";
|
||||
|
||||
static String currentServer(){
|
||||
return server_uri;
|
||||
return dev_ip_server;
|
||||
}
|
||||
}
|
||||
|
||||
@ -4,9 +4,11 @@ class StringValues extends Translations{
|
||||
@override
|
||||
Map<String, Map<String, String>> get keys => {
|
||||
'en_US': {
|
||||
'drawer_title':'Rogaining participants can view checkpoints by logging in',
|
||||
'app_title': '- Rogaining -',
|
||||
'address':'address',
|
||||
'email':'Email',
|
||||
'password':'Password',
|
||||
'web':'Web',
|
||||
'wikipedia':'Wikipedia',
|
||||
'video':'video',
|
||||
@ -16,18 +18,27 @@ class StringValues extends Translations{
|
||||
'want_to_go': "Want to Go",
|
||||
'schedule_point': "Schedule point",
|
||||
'login': 'Login',
|
||||
'logout':'Logout',
|
||||
'sign_up':'Sign up',
|
||||
'change_password': 'Change Password',
|
||||
'profile': 'Profile',
|
||||
'recommended_route': 'Recommended Route',
|
||||
'point_rank': 'Point Rank',
|
||||
'game_rank': 'Game Rank',
|
||||
'my_route': 'My Route',
|
||||
'visit_history': 'Visit History'
|
||||
'visit_history': 'Visit History',
|
||||
'rog_web': 'rog website',
|
||||
'no_values': 'No Values',
|
||||
'email_and_password_required': 'Email and password required',
|
||||
'rogaining_user_need_tosign_up': "Rogaining participants do need to sign up.",
|
||||
'add_location': 'Add Location'
|
||||
},
|
||||
'ja_JP': {
|
||||
'drawer_title':'ロゲイニング参加者はログイン するとチェックポイントが参照 できます',
|
||||
'app_title': '旅行工程表',
|
||||
'address':'住所',
|
||||
'email':'Eメール',
|
||||
'email':'Eメール(ロゲではゼッケン番号)',
|
||||
'password':'パスワード',
|
||||
'web':'ウェブ',
|
||||
'wikipedia':'ウィキペディア',
|
||||
'video':'ビデオ',
|
||||
@ -38,14 +49,21 @@ class StringValues extends Translations{
|
||||
'like': 'お気に入り',
|
||||
'checkin': 'チェックイン',
|
||||
'schedule_point': '予定地点',
|
||||
'login': 'ログインする',
|
||||
'login': 'ログイン',
|
||||
'logout':'ログアウト',
|
||||
'sign_up': 'サインアップ',
|
||||
'change_password': 'パスワード変更',
|
||||
'profile': 'プロフィール',
|
||||
'recommended_route': '推奨ルート',
|
||||
'point_rank': '地点ランキング',
|
||||
'game_rank': 'ゲームランキング',
|
||||
'my_route': 'マイルート',
|
||||
'visit_history': '訪問履歴'
|
||||
'visit_history': '訪問履歴',
|
||||
'rog_web': 'ロゲイニングウェブサイト',
|
||||
'no_values': '値なし',
|
||||
'email_and_password_required': 'メールとパスワードが必要です',
|
||||
'rogaining_user_need_tosign_up': "ロゲイニング参加者はサインアップの必要はありません。",
|
||||
'add_location': '目的地選択'
|
||||
},
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user