update login text
This commit is contained in:
@ -37,7 +37,7 @@ class LoginPage extends StatelessWidget {
|
|||||||
Column(
|
Column(
|
||||||
children: [
|
children: [
|
||||||
Container(
|
Container(
|
||||||
height: MediaQuery.of(context).size.height/5,
|
height: MediaQuery.of(context).size.height/6,
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
image:DecorationImage(image: AssetImage('assets/images/login_image.jpg'))
|
image:DecorationImage(image: AssetImage('assets/images/login_image.jpg'))
|
||||||
),
|
),
|
||||||
@ -107,7 +107,7 @@ class LoginPage extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
SizedBox(height: 19.0,),
|
SizedBox(height: 5.0,),
|
||||||
MaterialButton(
|
MaterialButton(
|
||||||
minWidth: double.infinity,
|
minWidth: double.infinity,
|
||||||
height:40,
|
height:40,
|
||||||
@ -123,7 +123,7 @@ class LoginPage extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
SizedBox(height: 19.0,),
|
SizedBox(height: 2.0,),
|
||||||
MaterialButton(
|
MaterialButton(
|
||||||
minWidth: double.infinity,
|
minWidth: double.infinity,
|
||||||
height:40,
|
height:40,
|
||||||
@ -145,7 +145,7 @@ class LoginPage extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
SizedBox(height: 20,),
|
SizedBox(height: 5,),
|
||||||
Row(
|
Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
children: [
|
children: [
|
||||||
@ -158,6 +158,19 @@ class LoginPage extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
),
|
||||||
|
Row(
|
||||||
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
|
children: [
|
||||||
|
Flexible(
|
||||||
|
child: Padding(
|
||||||
|
padding: const EdgeInsets.all(8.0),
|
||||||
|
child: Text("app_developed_by_gifu_dx".tr, style: TextStyle(
|
||||||
|
overflow: TextOverflow.ellipsis, fontSize: 10.0
|
||||||
|
),),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|||||||
@ -71,7 +71,8 @@ class StringValues extends Translations{
|
|||||||
"delete_account": "Delete account",
|
"delete_account": "Delete account",
|
||||||
"accounted_deleted": "Account deleted",
|
"accounted_deleted": "Account deleted",
|
||||||
"account_deleted_message": "your account has beed successfully deleted",
|
"account_deleted_message": "your account has beed successfully deleted",
|
||||||
"privacy": "Privacy policy"
|
"privacy": "Privacy policy",
|
||||||
|
"app_developed_by_gifu_dx": "This app was developed by the Gifu Prefecture DX subsidy project."
|
||||||
},
|
},
|
||||||
'ja_JP': {
|
'ja_JP': {
|
||||||
'drawer_title':'ロゲイニング参加者はログイン するとチェックポイントが参照 できます',
|
'drawer_title':'ロゲイニング参加者はログイン するとチェックポイントが参照 できます',
|
||||||
@ -143,7 +144,8 @@ class StringValues extends Translations{
|
|||||||
"delete_account": "アカウントを削除する",
|
"delete_account": "アカウントを削除する",
|
||||||
"accounted_deleted": "アカウントが削除されました",
|
"accounted_deleted": "アカウントが削除されました",
|
||||||
"account_deleted_message": "あなたのアカウントは正常に削除されました",
|
"account_deleted_message": "あなたのアカウントは正常に削除されました",
|
||||||
"privacy": "プライバシーポリシー"
|
"privacy": "プライバシーポリシー",
|
||||||
|
"app_developed_by_gifu_dx": "このアプリは岐阜県DX補助金事業で開発されました。"
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user