## 概要 [Task1684: 画面実装(ライセンス注文ポップアップ)](https://paruru.nds-tyo.co.jp:8443/tfs/ReciproCollection/fa4924a4-d079-4fab-9fb5-a9a11eb205f0/_workitems/edit/1684) - ライセンス注文ポップアップ画面について実装を行いました - ライセンス情報画面について、ボタン押下時にポップアップを表示する実装も併せて実施しております - ポップアップの表示について、表示/非表示を制御するのではなくそもそも表示しない場合はhtmlとして生成しないよう制御を入れています。 - ポップアップ表示の対応により、ポップアップクローズ時の対応が簡易化しています。(これまでは、ポップアップを閉じる際に値を初期化しなおす必要があったのですが、生成しなおす形になるので初期生成の考慮のみでよくなる) - cssについて、5/26時点で最新のファイルを取り込みました ## レビューポイント - ポップアップ生成周りの考え方、初期化の実装内容 - images、cssについては、最新のデザイナさんのものを取り込んだ形なので、レビュー対象外でお願いします ## UIの変更 - 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/Task1684?csf=1&web=1&e=xLRn4D ## 動作確認状況 - ローカルで確認 ## 補足 - 無し
158 lines
6.4 KiB
JSON
158 lines
6.4 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"
|
|
}
|
|
},
|
|
"LicensePage": {
|
|
"label": {
|
|
"title": "(de)License",
|
|
"subTitle": "(de)EFGI Legal",
|
|
"orderLicense": "(de)Order License",
|
|
"orderHistory": "(de)Order History",
|
|
"importLicenseKey": "(de)Import License Key"
|
|
}
|
|
},
|
|
"licenseOrderPage": {
|
|
"message": {
|
|
"inputEmptyError": "(de)この項目の入力は必須です。入力してください。",
|
|
"poNumberIncorrectError": "(de)PO Numberの形式が不正です。PO Numberは半角英数字(大文字)のみ入力可能です。",
|
|
"newOrderIncorrectError": "(de)New Orderには1以上の数字を入力してください。",
|
|
"confirmOrder": "(de)注文を行いますか?",
|
|
"createOrderSuccess": "(de)処理に成功しました。",
|
|
"poNumberConflictError": "(de)既に同じPO Numberで注文済みもしくは発行済みの注文が存在しています。他のPO Numberで注文してください。"
|
|
},
|
|
"label": {
|
|
"title": "(de)Order License",
|
|
"licenses": "(de)Licenses",
|
|
"poNumber": "(de)PO Number",
|
|
"newOrder": "(de)New Order",
|
|
"orderButton": "(de)Order",
|
|
"licenseTypeText": "(de)One Year"
|
|
}
|
|
}
|
|
} |