makabe.t 476c810cc3 Merged PR 79: 画面実装(ユーザー追加ダイアログ)
## 概要
[Task1596: 画面実装(ユーザー追加ダイアログ)](https://paruru.nds-tyo.co.jp:8443/tfs/ReciproCollection/fa4924a4-d079-4fab-9fb5-a9a11eb205f0/_workitems/edit/1596)

- ユーザ一覧画面にユーザ追加ポップアップを追加しました。

## レビューポイント
- 入力エラーチェックは適切か
- Roleを切り替えた際の内容は適切か
- タイピストの選択はデザインのみです。

## UIの変更
- [Task1596](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/Task1596?csf=1&web=1&e=iiTOxd)

## 動作確認状況
- ローカルで確認
2023-04-26 00:04:48 +00:00

132 lines
5.2 KiB
JSON

{
"common": {
"message": {
"inputEmptyError": "(de)Error Message",
"passwordIncorrectError": "(de)Error Message",
"emailIncorrectError": "(de)Error Message",
"internalServerError": "(de)処理に失敗しました。時間をおいて再実行しても解決しない場合はシステム管理者にお問い合わせください。"
},
"label": {
"cancel": "(de)Cancel",
"headerTitle": "(de)ODMS Cloud",
"copyRight": "(de)OM Digital Solutions 2023"
}
},
"topPage": {
"label": {
"displayLanguage": "(de)Display language",
"languageEnglish": "(de)English",
"languageGerman": "(de)German",
"languageSpanish": "(de)Spanish",
"languageFrench": "(de)French",
"alreadyHaveAccount": "(de)Already have an account?",
"signInButton": "(de)Sign in",
"newUser": "(de)New user?",
"signUpButton": "(de)Create a new account"
}
},
"signupPage": {
"message": {
"inputEmptyError": "(de)この項目の入力は必須です。入力してください。",
"passwordIncorrectError": "(de)入力されたパスワードがルールを満たしていません。下記のルールを満たすパスワードを入力してください。",
"emailIncorrectError": "(de)メールアドレスの形式が不正です。正しいメールアドレスの形式で入力してください。"
},
"text": {
"title": "(de)Create your account",
"pageExplanation": "(de)Explanation...",
"accountInfoTitle": "(de)Register your account information",
"countryExplanation": "(de) Please select your country or the nearest country.",
"dealerExplanation": "(de)Please select the dealer to purchase a license.",
"adminInfoTitle": "(de)Register primary administrator's information",
"passwordTerms": "(de)Please set a password or issue an initial password.\nThe password must be more than 8 or less than 64 letters,numbers and symbols."
},
"label": {
"company": "(de)Company Name",
"country": "(de)Country",
"dealer": "(de)Dealer",
"adminName": "(de)Admin Name",
"email": "(de)Email",
"password": "(de)Password",
"termsLink": "(de)Click here to read the terms of use",
"termsLinkFor": "(de)for ODDS.",
"termsCheckBox": "(de)Yes, I agree to the terms of use.",
"createAccountButton": "(de)Create account"
}
},
"signupConfirmPage": {
"message": {
"emailConflictError": "(de)このメールアドレスは既に登録されています。他のメールアドレスで登録してください。"
},
"text": {
"title": "(de)Confirmation",
"pageExplanation": "(de)Explanation ......",
"accountInfoTitle": "(de)Your account information",
"adminInfoTitle": "(de)Primary administrator's information"
},
"label": {
"company": "(de)Company Name",
"country": "(de)Country",
"dealer": "(de)Dealer (Optional)",
"adminName": "(de)Admin Name",
"email": "(de)Email",
"password": "(de)Password",
"signupButton": "(de)Sign up"
}
},
"signupCompletePage": {
"text": {
"createdInfo": "(de)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": "(de)Account created"
}
},
"signupVerifyPage": {
"text": {
"verifySuccess": "(de)You have successfully verified the account.",
"faild": "(de)The verification url does not match. Please try again,\nor click on the link below to receive a new verification mail.",
"alreadySuccess": "(de)Your account has already been verified."
},
"label": {
"verifySuccess": "(de)Verified!",
"faild": "(de)Verification failed",
"alreadySuccess": "(de)Already Verified!",
"returnToSignIn": "(de)Return to Sign in"
}
},
"userListPage": {
"message": {
"addUserSuccess": "(de)メールアドレス宛に認証用メールを送信しました。",
"authorIdConflictError": "(de)このAuthor IDは既に登録されています。他のAuthor IDで登録してください。",
"authorIdIncorrectError": "(de)Author IDの形式が不正です。Author IDは半角英数字(大文字)と\"_\"のみ入力可能です。"
},
"label": {
"title": "(de)User",
"addUser": "(de)Add User",
"edit": "(de)Edit",
"delete": "(de)Delete",
"licenseAllocation": "(de)License Allocation",
"name": "(de)Name",
"role": "(de)Role",
"authorID": "(de)Author ID",
"typistGroup": "(de)Typist Group",
"email": "(de)Email",
"status": "(de)Status",
"expiration": "(de)Expiration",
"remaining": "(de)Remaining",
"autoRenew": "(de)Auto renew",
"licenseAlert": "(de)License alert",
"notification": "(de)Notification",
"users": "(de)users",
"of": "(de)of",
"personal": "(de)Personal information",
"setting": "(de)Setting",
"selectGroup": "(de)Select group",
"addToGroup": "(de)Add to group (Optional)",
"author": "(de)Author",
"transcriptionist": "(de)Transcriptionist",
"none": "(de)None"
}
}
}