-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathintl_en.arb
23 lines (23 loc) · 1.09 KB
/
intl_en.arb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"@@locale": "en",
"appName": "Flutter mobile application",
"signInPageTitle": "Sign in",
"signInEmailHint": "Your email",
"signInPasswordHint": "Your password",
"signInButtonName": "Sign in",
"signInFailureTitle": "Sign in failure",
"signInUnknownFailureErrorMessage": "Unable to sign in now. Please try again later.",
"signInKnownFailureErrorMessage": "Please check your username and password and try again.",
"signInIssueContactUs": "If you are having issues signing in, please contact technical support team.",
"signUpPageTitle": "Sign up",
"signUpEmailHint": "Your email",
"signUpPasswordHint": "Password",
"signUpPasswordReentryHint": "Reenter Password",
"signUpButtonName": "Sign up",
"signUpFailureTitle": "Sign up failure",
"signUpUnknownFailureErrorMessage": "Unable to sign up now. Please try again later.",
"signUpPasswordMatchTitle": "Password mismatch.",
"signUpPasswordMatch": "Your passwords do not match. Please check again.",
"signUpHint":"Do not have an account ? Sign up here.",
"signOutTitle": "Sign out"
}