## 概要 [Task2212: 画面実装(パートナーライセンス一覧画面)(初期表示部分)](https://paruru.nds-tyo.co.jp:8443/tfs/ReciproCollection/fa4924a4-d079-4fab-9fb5-a9a11eb205f0/_workitems/edit/2212) パートナーライセンス一覧画面の初期表示を実装しました。 本タスクでのレビュー対象・対象外は以下となりますので、ご確認をお願いします。 ■対象 ・全体の画面レイアウト ・「Order License」「Order History」「License Card」「Card History」ボタンのログインtierによる表示制御 ・「Order License」「License Card」ボタンの押下時の挙動 ・表内の値(固定値) ■対象外 ・パンくずリストの表示内容、押下時の挙動 ・「return」ボタンの表示制御、押下時の挙動 ・ページネーション周りの挙動 ・「Order History」「Card History」ボタンの押下時の挙動 ・表内の「Order History」「View Details」ボタンの表示制御、押下時の挙動 ・表内のアカウント押下時の挙動 ## レビューポイント なし ## 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/Task2212?csf=1&web=1&e=dASrbE ## 動作確認状況 ローカルで動作確認済み ## 補足 パンくずリスト・表・ページネーション部分は、挙動を作成するタスクで外出しして別コンポーネントにする予定です。
301 lines
12 KiB
JSON
301 lines
12 KiB
JSON
{
|
|
"common": {
|
|
"message": {
|
|
"inputEmptyError": "Error Message",
|
|
"passwordIncorrectError": "Error Message",
|
|
"emailIncorrectError": "Error Message",
|
|
"internalServerError": "処理に失敗しました。時間をおいて再実行しても解決しない場合はシステム管理者にお問い合わせください。",
|
|
"listEmpty": "検索結果が0件です。",
|
|
"dialogConfirm": "操作を実行しますか?",
|
|
"success": "処理に成功しました。"
|
|
},
|
|
"label": {
|
|
"cancel": "Cancel",
|
|
"headerTitle": "ODMS Cloud",
|
|
"copyRight": "OM Digital Solutions 2023",
|
|
"tier1": "Admin",
|
|
"tier2": "BC",
|
|
"tier3": "Distributer",
|
|
"tier4": "Dealer",
|
|
"tier5": "Customer"
|
|
}
|
|
},
|
|
"topPage": {
|
|
"message": {
|
|
"logout": "ログイン有効期限が切れました。再度ログイン手続きを行ってください。"
|
|
},
|
|
"label": {
|
|
"displayLanguage": "Display language",
|
|
"languageEnglish": "English",
|
|
"languageGerman": "German",
|
|
"languageSpanish": "Spanish",
|
|
"languageFrench": "French",
|
|
"alreadyHaveAccount": "Already have an account?",
|
|
"signInButton": "Sign in",
|
|
"newUser": "New user?",
|
|
"signUpButton": "Create a new account",
|
|
"logoAlt": "OM Dictation Management System in the Cloud"
|
|
}
|
|
},
|
|
"signupPage": {
|
|
"message": {
|
|
"inputEmptyError": "この項目の入力は必須です。入力してください。",
|
|
"passwordIncorrectError": "入力されたパスワードがルールを満たしていません。下記のルールを満たすパスワードを入力してください。",
|
|
"emailIncorrectError": "メールアドレスの形式が不正です。正しいメールアドレスの形式で入力してください。"
|
|
},
|
|
"text": {
|
|
"title": "Create your account",
|
|
"pageExplanation": "Explanation...",
|
|
"accountInfoTitle": "Register your account information",
|
|
"countryExplanation": " Please select your country or the nearest country.",
|
|
"dealerExplanation": "Please select the dealer to purchase a license.",
|
|
"adminInfoTitle": "Register primary administrator's information",
|
|
"passwordTerms": "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": "Company Name",
|
|
"country": "Country",
|
|
"dealer": "Dealer",
|
|
"adminName": "Admin Name",
|
|
"email": "Email",
|
|
"password": "Password",
|
|
"termsLink": "Click here to read the terms of use",
|
|
"termsLinkFor": "for ODDS.",
|
|
"termsCheckBox": "Yes, I agree to the terms of use.",
|
|
"createAccountButton": "Create account"
|
|
}
|
|
},
|
|
"signupConfirmPage": {
|
|
"message": {
|
|
"emailConflictError": "このメールアドレスは既に登録されています。他のメールアドレスで登録してください。"
|
|
},
|
|
"text": {
|
|
"title": "Confirmation",
|
|
"pageExplanation": "Explanation ......",
|
|
"accountInfoTitle": "Your account information",
|
|
"adminInfoTitle": "Primary administrator's information"
|
|
},
|
|
"label": {
|
|
"company": "Company Name",
|
|
"country": "Country",
|
|
"dealer": "Dealer (Optional)",
|
|
"adminName": "Admin Name",
|
|
"email": "Email",
|
|
"password": "Password",
|
|
"signupButton": "Sign up"
|
|
}
|
|
},
|
|
"signupCompletePage": {
|
|
"text": {
|
|
"createdInfo": "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": "Account created"
|
|
}
|
|
},
|
|
"signupVerifyPage": {
|
|
"text": {
|
|
"verifySuccess": "You have successfully verified the account.",
|
|
"faild": "The verification url does not match. Please try again,\nor click on the link below to receive a new verification mail.",
|
|
"alreadySuccess": "Your account has already been verified."
|
|
},
|
|
"label": {
|
|
"verifySuccess": "Verified!",
|
|
"faild": "Verification failed",
|
|
"alreadySuccess": "Already Verified!",
|
|
"returnToSignIn": "Return to Sign in"
|
|
}
|
|
},
|
|
"userListPage": {
|
|
"message": {
|
|
"addUserSuccess": "メールアドレス宛に認証用メールを送信しました。",
|
|
"authorIdConflictError": "このAuthor IDは既に登録されています。他のAuthor IDで登録してください。",
|
|
"authorIdIncorrectError": "Author IDの形式が不正です。Author IDは半角英数字(大文字)と\"_\"のみ入力可能です。"
|
|
},
|
|
"label": {
|
|
"title": "User",
|
|
"addUser": "Add User",
|
|
"edit": "Edit",
|
|
"delete": "Delete",
|
|
"licenseAllocation": "License Allocation",
|
|
"name": "Name",
|
|
"role": "Role",
|
|
"authorID": "Author ID",
|
|
"typistGroup": "Typist Group",
|
|
"email": "Email",
|
|
"status": "Status",
|
|
"expiration": "Expiration",
|
|
"remaining": "Remaining",
|
|
"autoRenew": "Auto renew",
|
|
"licenseAlert": "License alert",
|
|
"notification": "Notification",
|
|
"users": "users",
|
|
"of": "of",
|
|
"personal": "Personal information",
|
|
"setting": "Setting",
|
|
"selectGroup": "Select group",
|
|
"addToGroup": "Add to group (Optional)",
|
|
"author": "Author",
|
|
"transcriptionist": "Transcriptionist",
|
|
"none": "None"
|
|
}
|
|
},
|
|
"LicenseSummaryPage": {
|
|
"label": {
|
|
"title": "License",
|
|
"subTitle": "EFGI Legal",
|
|
"orderLicense": "Order License",
|
|
"orderHistory": "Order History",
|
|
"activateLicenseKey": "Activate License Key",
|
|
"totalLicense": "Total license",
|
|
"allocatedLicense": "Allocated license",
|
|
"reusableLicense": "Reusable license",
|
|
"freeLicense": "Free license",
|
|
"expiringWithin14daysLicense": "Expiring within 14days license",
|
|
"issueRequesting": "Issue Requesting",
|
|
"numberOfRequesting": "Number of Requesting",
|
|
"shortage": "Shortage",
|
|
"storageSize": "Storage Size",
|
|
"usedSize": "Used Size",
|
|
"storageAvailable": "Storage Available"
|
|
}
|
|
},
|
|
"licenseOrderPage": {
|
|
"message": {
|
|
"inputEmptyError": "この項目の入力は必須です。入力してください。",
|
|
"poNumberIncorrectError": "PO Numberの形式が不正です。PO Numberは半角英数字(大文字)のみ入力可能です。",
|
|
"newOrderIncorrectError": "New Orderには1以上の数字を入力してください。",
|
|
"confirmOrder": "注文を行いますか?",
|
|
"poNumberConflictError": "既に同じPO Numberで注文済みもしくは発行済みの注文が存在しています。他のPO Numberで注文してください。"
|
|
},
|
|
"label": {
|
|
"title": "Order License",
|
|
"licenses": "Licenses",
|
|
"poNumber": "PO Number",
|
|
"newOrder": "New Order",
|
|
"orderButton": "Order",
|
|
"licenseTypeText": "One year"
|
|
}
|
|
},
|
|
"dictationPage": {
|
|
"message": {
|
|
"noPlaybackAuthorization": "本タスクをPlayBackできる権限がありません。",
|
|
"taskToPlaybackNoExists": "タスクがすでに文字起こし完了済みまたは存在しないため、PlayBackできません。",
|
|
"taskNotEditable": "すでに文字起こし作業着手中またはタスクが存在しないため、タイピストを変更できません。"
|
|
},
|
|
"label": {
|
|
"title": "Dictations",
|
|
"displayInfomation": "Display Information",
|
|
"jobNumber": "Job Number",
|
|
"status": "Status",
|
|
"priority": "Priority",
|
|
"encryption": "Encryption",
|
|
"authorId": "Author ID",
|
|
"workType": "WorkType",
|
|
"fileName": "File Name",
|
|
"fileLength": "File Length",
|
|
"fileSize": "File size",
|
|
"recordingStartedDate": "Recording started date",
|
|
"recordingFinishedDate": "Recording finished date",
|
|
"uploadDate": "Upload date",
|
|
"transcriptionStartedDate": "Transcription start date",
|
|
"transcriptionFinishedDate": "Transcription finished date",
|
|
"transcriptionist": "Transcriptionist",
|
|
"comment": "Comment",
|
|
"optionItem1": "OptionItem1",
|
|
"optionItem2": "OptionItem2",
|
|
"optionItem3": "OptionItem3",
|
|
"optionItem4": "OptionItem4",
|
|
"optionItem5": "OptionItem5",
|
|
"optionItem6": "OptionItem6",
|
|
"optionItem7": "OptionItem7",
|
|
"optionItem8": "OptionItem8",
|
|
"optionItem9": "OptionItem9",
|
|
"optionItem10": "OptionItem10",
|
|
"filter": "Filter",
|
|
"uploaded": "Uploaded",
|
|
"inProgress": "InProgress",
|
|
"finished": "Finished",
|
|
"pending": "Pending",
|
|
"backup": "Backup",
|
|
"playback": "Playback",
|
|
"fileProperty": "File Property",
|
|
"changeTranscriptionist": "Change Transcriptionist",
|
|
"deleteDictation": "Delete Dictation",
|
|
"selectedTranscriptionist": "Selected",
|
|
"poolTranscriptionist": "Pool",
|
|
"saveChanges": "Save changes"
|
|
}
|
|
},
|
|
"cardLicenseIssuePopupPage": {
|
|
"label": {
|
|
"title": "License Card",
|
|
"subTitle": "Card License Creation",
|
|
"number": "Number of create licenses",
|
|
"createButton": "Create"
|
|
},
|
|
"message": {
|
|
"createSuccess": "処理に成功しました。ファイルのダウンロードが完了するまでお待ちください。",
|
|
"createNumberIncorrectError": "Number of create licensesには1以上の数字を入力してください。"
|
|
}
|
|
},
|
|
"partnerLicensePage": {
|
|
"label": {
|
|
"cardLicenseButton": "License Card"
|
|
}
|
|
},
|
|
"cardLicenseActivatePopupPage": {
|
|
"label": {
|
|
"title": "Activate License Key",
|
|
"keyNumber": "Key number",
|
|
"activateButton": "activate",
|
|
"keyNumberIncorrectError": "Key Numberには20桁の半角大文字英数字を入力してください。"
|
|
},
|
|
"message": {
|
|
"LicenseKeyNotExistError": "入力されたライセンスキーは存在しません。ライセンスキーを再度お確かめください。",
|
|
"LicenseKeyAlreadyActivatedError": "入力されたライセンスキーは、既に有効化されています。ライセンスキーを再度お確かめください。"
|
|
}
|
|
},
|
|
"addPartnerAccountPopupPage": {
|
|
"message": {
|
|
"addAccountSuccess": "メールアドレス宛に認証用メールを送信しました。",
|
|
"inputEmptyError": "この項目の入力は必須です。入力してください。",
|
|
"emailIncorrectError": "メールアドレスの形式が不正です。正しいメールアドレスの形式で入力してください。",
|
|
"emailConflictError": "このメールアドレスは既に登録されています。他のメールアドレスで登録してください。"
|
|
},
|
|
"text": {
|
|
"title": "Add account",
|
|
"accountInfoTitle": "Register account information",
|
|
"countryExplanation": "Please select country or the nearest country.",
|
|
"adminInfoTitle": "Register primary administrator's information"
|
|
},
|
|
"label": {
|
|
"company": "Company Name",
|
|
"country": "Country",
|
|
"adminName": "Admin Name",
|
|
"email": "Email",
|
|
"createAccountButton": "Add account"
|
|
}
|
|
},
|
|
"partnerLicense": {
|
|
"label": {
|
|
"title": "License",
|
|
"subTitle": "License for partners",
|
|
"returnButton": "Return",
|
|
"orderLicenseButton": "Order License",
|
|
"orderHistoryButton": "Order History",
|
|
"IssueLicenseCardButton": "License Card",
|
|
"displayCardHistoryButton": "Card History",
|
|
"name": "Name",
|
|
"category": "Category",
|
|
"accountId": "Account ID",
|
|
"stockLicense": "Stock license",
|
|
"issueRequested": "Issue Requested",
|
|
"shortage": "Shortage",
|
|
"issueRequesting": "Issue Requesting",
|
|
"viewDetails": "View details",
|
|
"accounts": "accounts"
|
|
}
|
|
}
|
|
}
|