## 概要 [Task1506: 画面実装(スナックバー)](https://paruru.nds-tyo.co.jp:8443/tfs/ReciproCollection/fa4924a4-d079-4fab-9fb5-a9a11eb205f0/_workitems/edit/1506) - スナックバーを実装し、アカウント登録のエラー時にエラースナックバーを表示するようにしました。 ## レビューポイント - スナックバーの構成に問題はないか - 別タスクのコードが混ざっているので、スナックバー実装周りのご確認をお願いします。 - component/snackbar - App.tsx - features/ui - features/signup/operations ## UIの変更 - [Tack1506](https://ndstokyo.sharepoint.com/:f:/r/sites/Piranha/Shared%20Documents/General/OMDS/%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88/Task1506?csf=1&web=1&e=xina6Q) ## 動作確認状況 - ローカルで確認
97 lines
3.9 KiB
JSON
97 lines
3.9 KiB
JSON
{
|
|
"common": {
|
|
"message": {
|
|
"inputEmptyError": "(es)Error Message",
|
|
"passwordIncorrectError": "(es)Error Message",
|
|
"emailIncorrectError": "(es)Error Message",
|
|
"internalServerError": "(es)処理に失敗しました。時間をおいて再実行しても解決しない場合はシステム管理者にお問い合わせください。"
|
|
},
|
|
"label": {
|
|
"cancel": "(es)Cancel",
|
|
"headerTitle": "(es)ODMS Cloud",
|
|
"copyRight": "(es)OM Digital Solutions 2023"
|
|
}
|
|
},
|
|
"topPage": {
|
|
"label": {
|
|
"displayLanguage": "(es)Display language",
|
|
"languageEnglish": "(es)English",
|
|
"languageGerman": "(es)German",
|
|
"languageSpanish": "(es)Spanish",
|
|
"languageFrench": "(es)French",
|
|
"alreadyHaveAccount": "(es)Already have an account?",
|
|
"signInButton": "(es)Sign in",
|
|
"newUser": "(es)New user?",
|
|
"signUpButton": "(es)Create a new account"
|
|
}
|
|
},
|
|
"signupPage": {
|
|
"message": {
|
|
"inputEmptyError": "(es)この項目の入力は必須です。入力してください。",
|
|
"passwordIncorrectError": "(es)入力されたパスワードがルールを満たしていません。下記のルールを満たすパスワードを入力してください。",
|
|
"emailIncorrectError": "(es)メールアドレスの形式が不正です。正しいメールアドレスの形式で入力してください。"
|
|
},
|
|
"text": {
|
|
"title": "(es)Create your account",
|
|
"pageExplanation": "(es)Explanation...",
|
|
"accountInfoTitle": "(es)Register your account information",
|
|
"countryExplanation": "(es) Please select your country or the nearest country.",
|
|
"dealerExplanation": "(es)Please select the dealer to purchase a license.",
|
|
"adminInfoTitle": "(es)Register primary administrator's information",
|
|
"passwordTerms": "(es)Please set a password or issue an initial password.\nThe password must be more than 8 or less than 25 letters,numbers and symbols."
|
|
},
|
|
"label": {
|
|
"company": "(es)Company Name",
|
|
"country": "(es)Country",
|
|
"dealer": "(es)Dealer (Optional)",
|
|
"adminName": "(es)Admin Name",
|
|
"email": "(es)Email",
|
|
"password": "(es)Password",
|
|
"termsLink": "(es)Click here to read the terms of use",
|
|
"termsLinkFor": "(es)for ODDS.",
|
|
"termsCheckBox": "(es)Yes, I agree to the terms of use.",
|
|
"createAccountButton": "(es)Create account"
|
|
}
|
|
},
|
|
"signupConfirmPage": {
|
|
"message": {
|
|
"emailConflictError": "(es)このメールアドレスは既に登録されています。他のメールアドレスで登録してください。"
|
|
},
|
|
"text": {
|
|
"title": "(es)Confirmation",
|
|
"pageExplanation": "(es)Explanation ......",
|
|
"accountInfoTitle": "(es)Your account information",
|
|
"adminInfoTitle": "(es)Primary administrator's information"
|
|
},
|
|
"label": {
|
|
"company": "(es)Company Name",
|
|
"country": "(es)Country",
|
|
"dealer": "(es)Dealer (Optional)",
|
|
"adminName": "(es)Admin Name",
|
|
"email": "(es)Email",
|
|
"password": "(es)Password",
|
|
"signupButton": "(es)Sign up"
|
|
}
|
|
},
|
|
"signupCompletePage": {
|
|
"text": {
|
|
"createdInfo": "(es)Your account has been created and a verification email has been set to your registered email address. Please click on the verification link included in the email to activate your account."
|
|
},
|
|
"label": {
|
|
"title": "(es)Account created"
|
|
}
|
|
},
|
|
"signupVerifyPage": {
|
|
"text": {
|
|
"verifySuccess": "(es)You have successfully verified the account.",
|
|
"faild": "(es)The verification url does not match. Please try again,\nor click on the link below to receive a new verification mail.",
|
|
"alreadySuccess": "(es)Your account has already been verified."
|
|
},
|
|
"label": {
|
|
"verifySuccess": "(es)Verified!",
|
|
"faild": "(es)Verification failed",
|
|
"alreadySuccess": "(es)Already Verified!",
|
|
"returnToSignIn": "(es)Return to Sign in"
|
|
}
|
|
}
|
|
} |