金村 勇祐 ef70deee14 Merged PR 1048: 英語以外の言語選択時、一部が英語のままとなっている_実装・単体テスト
## 概要
商用環境にて、一部リテラルが別言語にした場合も英語表記ののままというご指摘がありました。
指摘対象の修正と他にも漏れがないか調査して合わせて修正しております。

### チケット
[OMDS_IS-492 英語以外の言語選択時、一部が英語のままとなっている](https://so-net.backlog.jp/board/OMDS_IS?selectedIssueKey=OMDS_IS-492&category=1074456203)

### 修正内容
修正内容はは以下の内容となっております
- ユーザー一覧画面
    - ユーザーのRoleについて:リテラル表 99,100,107行
    - ライセンス割り当てステータスについて : 540~543行目
- タスク一覧画面
    - タスクのステータスについて:160~164行目
    - タスクのPriorityとPriorityのステータスについて: 135行目、544、545行目

[単体テスト](https://ndstokyo.sharepoint.com//r/sites/SNC-OMDS/Shared%20Documents/%E4%BF%9D%E5%AE%88/10_%E3%83%86%E3%82%B9%E3%83%88%E9%96%A2%E9%80%A3/%E5%8D%98%E4%BD%93%E3%83%86%E3%82%B9%E3%83%88/OMDS_IS-492%20%E8%8B%B1%E8%AA%9E%E4%BB%A5%E5%A4%96%E3%81%AE%E8%A8%80%E8%AA%9E%E9%81%B8%E6%8A%9E%E6%99%82%E3%80%81%E4%B8%80%E9%83%A8%E3%81%8C%E8%8B%B1%E8%AA%9E%E3%81%AE%E3%81%BE%E3%81%BE%E3%81%A8%E3%81%AA%E3%81%A3%E3%81%A6%E3%81%84%E3%82%8B/%E5%8D%98%E4%BD%93%E3%83%86%E3%82%B9%E3%83%88%E3%82%A8%E3%83%93%E3%83%87%E3%83%B3%E3%82%B9_OMDS_IS-492_%E8%8B%B1%E8%AA%9E%E4%BB%A5%E5%A4%96%E3%81%AE%E8%A8%80%E8%AA%9E%E9%81%B8%E6%8A%9E%E6%99%82%E3%80%81%E4%B8%80%E9%83%A8%E3%81%8C%E8%8B%B1%E8%AA%9E%E3%81%AE%E3%81%BE%E3%81%BE%E3%81%A8%E3%81%AA%E3%81%A3%E3%81%A6%E3%81%84%E3%82%8B.xlsx?d=w3018e2715f4c402f83f23581ffbcf0c2&csf=1&web=1&e=DgoO0B)
[リテラル表](https://ndstokyo.sharepoint.com//r/sites/SNC-OMDS/Shared%20Documents/%E4%BF%9D%E5%AE%88/10_%E3%83%86%E3%82%B9%E3%83%88%E9%96%A2%E9%80%A3/%E5%8D%98%E4%BD%93%E3%83%86%E3%82%B9%E3%83%88/OMDS_IS-492%20%E8%8B%B1%E8%AA%9E%E4%BB%A5%E5%A4%96%E3%81%AE%E8%A8%80%E8%AA%9E%E9%81%B8%E6%8A%9E%E6%99%82%E3%80%81%E4%B8%80%E9%83%A8%E3%81%8C%E8%8B%B1%E8%AA%9E%E3%81%AE%E3%81%BE%E3%81%BE%E3%81%A8%E3%81%AA%E3%81%A3%E3%81%A6%E3%81%84%E3%82%8B/%E3%83%A9%E3%83%99%E3%83%AB%E3%83%BB%E3%83%A1%E3%83%83%E3%82%BB%E3%83%BC%E3%82%B8%E7%AE%A1%E7%90%86_dictation_20250401_2.xlsx?d=w4f470fdc3aa948caae53c1c735295677&csf=1&web=1&e=AgX8ga)

画面のみの修正のためユニットテストは実施しておりません
2025-04-23 02:05:10 +00:00

701 lines
35 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"common": {
"message": {
"inputEmptyError": "Mandatory Field",
"passwordIncorrectError": "The password you entered does not meet specifications. Please enter the correct password as outlined in the specifications below.",
"emailIncorrectError": "The format of the e-mail address is not valid. Please enter a valid email address.",
"internalServerError": "Processing failed. Please try again later. ",
"listEmpty": "There are 0 search results.",
"dialogConfirm": "Do you want to perform the operation?",
"success": "Successfully Processed",
"displayDialog": "Are you sure you want to sign out?"
},
"label": {
"cancel": "Cancel",
"copyRight": "© OM Digital Solutions Corporation",
"edit": "Edit",
"save": "Save",
"delete": "Delete",
"return": "Return",
"operationInsteadOf": "Operating the ODMS Cloud on behalf of:",
"headerAccount": "Account",
"headerUser": "User",
"headerLicense": "Subscription",
"headerDictations": "Dictations",
"headerWorkflow": "Workflow",
"headerPartners": "Partners",
"headerSupport": "Support",
"tier1": "Admin",
"tier2": "BC",
"tier3": "Distributor",
"tier4": "Dealer",
"tier5": "Customer",
"notSelected": "None",
"signOutButton": "Sign out",
"eula": "End User License Agreement",
"privacyNotice": "Privacy Notice"
}
},
"topPage": {
"message": {
"logout": "Your login has expired. Please login again."
},
"label": {
"displayLanguage": "Language",
"languageEnglish": "English",
"languageGerman": "Deutsch",
"languageSpanish": "Español",
"languageFrench": "Français",
"alreadyHaveAccount": "Existing User",
"signInButton": "Sign in",
"newUser": "New User",
"signUpButton": "Create Account",
"logoAlt": "OM Dictation Management System in the Cloud"
},
"text": {
"maintenanceNotificationTitle": "Notice of scheduled maintenance",
"maintenanceNotification": "Due to system maintenance, ODMS Cloud will be unavailable for approximately one hour starting from May 7th, 6:00AM UTC time. We apologize for any inconvenience caused during the maintenance."
}
},
"signupPage": {
"message": {
"inputEmptyError": "Mandatory Field",
"passwordIncorrectError": "The password you entered does not meet the rules. Please enter a password that meets the rules below.",
"emailIncorrectError": "E-mail address format is invalid. Please enter a valid email address format. (System identifies invalid emails such as without an mark or the part with .com is something that doesn't look correct. )",
"dealerNotFoundError": "There is a incorrect value in the dealer selection. Please select a dealer again."
},
"text": {
"title": "Create your account",
"accountInfoTitle": "Registration Information",
"countryExplanation": "Select the country where you are located. If your country isn't listed, please select the nearest country.",
"dealerExplanation": "Please select the dealer you would like to purchase the license from.",
"adminInfoTitle": "Register primary administrator's information",
"passwordTerms": "Please set a password. The password must be 8-64 characters must contain letters, numbers, and symbols."
},
"label": {
"company": "Company Name",
"country": "Country",
"dealer": "Dealer (Optional)",
"adminName": "Administrators Name",
"email": "Email Address",
"password": "Password",
"linkOfEula": "Click here to read the End User License Agreement.",
"linkOfPrivacyNotice": "Click here to read the Privacy Notice.",
"forOdms": "for OMDS Cloud.",
"termsCheckBox": "Yes, I agree to the terms of use.",
"createAccountButton": "Submit"
}
},
"signupConfirmPage": {
"message": {
"emailConflictError": "This email address is already registered. Please register with another email address."
},
"text": {
"title": "Verification ",
"pageExplanation": "Please verify that the below information is correct. Then click Register.",
"accountInfoTitle": "Your account information",
"adminInfoTitle": "Primary administrator's information"
},
"label": {
"company": "Company Name",
"country": "Country",
"dealer": "Dealer (Optional)",
"adminName": "Administrators Name",
"email": "Email Address",
"password": "Password",
"signupButton": "Register"
}
},
"signupCompletePage": {
"text": {
"createdInfo": "Your account has been created and a verification email has been sent to your registered email address. Please click the verification link in the email to activate your account."
},
"label": {
"title": "Account Created"
}
},
"signupVerifyPage": {
"text": {
"verifySuccess": "Your account has been successfully verified.",
"faild": "Verification failed. Please click the below link to resend confirmation email.",
"alreadySuccess": "Your account has already been verified."
},
"label": {
"verifySuccess": "Verified!",
"faild": "Verification Failed",
"alreadySuccess": "Already Verified!",
"returnToSignIn": "Click to Sign in"
}
},
"userListPage": {
"message": {
"addUserSuccess": "A verification email has been sent to your email address.",
"authorIdConflictError": "This Author ID has already been registered. Please register with another Author ID.",
"authorIdIncorrectError": "Author ID format is invalid. Only alphanumeric characters and \"_\" can be entered for Author ID.",
"roleChangeError": "Unable to change the User Role. The displayed information may be outdated, so please refresh the screen to see the latest status.",
"encryptionPasswordCorrectError": "Encryption password does not meet the rules.",
"alreadyLicenseDeallocatedError": "Assigned license has already been canceled. The displayed information may be outdated, so please refresh the screen to see the latest status.",
"userDeletionLicenseActiveError": "Failed to delete the user. Please unassign the license from the user.",
"typistDeletionRoutingRuleError": "Failed to delete the user. This user is registered as a Transcriptionist that is included in the routing rules. Please remove the Transcriptionist from the corresponding routing rule from the Workflow tab.",
"adminUserDeletionError": "Failed to delete the user. Please remove the user from the Primary or Secondary Administrator from the Account tab.",
"typistUserDeletionTranscriptionTaskError": "Failed to delete the user. There is a task assigned to this Transcriptionist. Please change the person in charge of the task to another Transcriptionist from the Dictation tab if there are unfinished tasks. In case the status of dictations is marked as Finished or Backup, please delete the task.",
"authorUserDeletionTranscriptionTaskError": "Failed to delete the user. There are tasks created by this Author that are incomplete. Please mark the tasks as finished and then delete them before deleting the Author.",
"typistUserDeletionTranscriptionistGroupError": "Failed to delete the user. Please remove this Transcriptionist from the Transcriptionist Group from the Workflow tab.",
"authorDeletionRoutingRuleError": "Failed to delete the user. Please remove this Author from the routing rules from the Workflow tab.",
"importSuccess": "We have received your bulk user registration request. Please check your email as you will receive an email once the registration process is complete.",
"duplicateEmailError": "The email addresses in the following lines are duplicated in the CSV file.",
"duplicateAuthorIdError": "The Author ID in the following line is duplicated in the CSV file.",
"overMaxUserError": "Up to 100 users can be registered at one time by user registration via CSV file.",
"invalidInputError": "The user information in the following line does not comply with the input rules.",
"forceEmailVerificationConfirm": "Do you want to forcibly verify this user's email?",
"alreadyEmailVerifiedError": "This user's Email has already been verified."
},
"label": {
"title": "User",
"addUser": "Add User",
"licenseAllocation": "Assign License",
"name": "Name",
"role": "Role",
"authorID": "Author ID",
"typistGroup": "Transcriptionist Group",
"email": "Email",
"status": "Status",
"expiration": "Expiration Date",
"remaining": "Remaining Period",
"autoRenew": "Auto Assign",
"licenseAlert": "License Alert",
"notification": "Notification",
"users": "Users",
"of": "of",
"personal": "User Information",
"setting": "Settings",
"selectGroup": "Select Group",
"addToGroup": "Add Group (Optional)",
"author": "Author",
"transcriptionist": "Transcriptionist",
"encryption": "Encryption",
"prompt": "Prompt",
"emailVerified": "Email Verified",
"editUser": "Edit User",
"licenseDeallocation": "Unassign License",
"deleteUser": "Delete User",
"none": "None",
"encryptionPassword": "Password",
"encryptionPasswordTerm": "Please set your password using 4 to 16 alphanumeric and symbols.",
"bulkImport": "User Bulk Registration",
"downloadCsv": "Download sample CSV file",
"importCsv": "Import CSV file",
"inputRules": "Input rules",
"nameLabel": "Name",
"emailAddressLabel": "Email Address",
"roleLabel": "Role",
"authorIdLabel": "Author ID",
"autoRenewLabel": "Auto Assign",
"notificationLabel": "Notification",
"encryptionLabel": "Encryption",
"encryptionPasswordLabel": "Encryption Password",
"promptLabel": "Prompt",
"addUsers": "Add User",
"forceEmailVerification": "Force Email Verification",
"search": "Search",
"allocated": "License Assigned",
"notAllocated": "No License",
"alert": "Alert",
"renew": "Renew"
},
"text": {
"downloadExplain": "Please download the sample CSV file and apply the required information according to the rules below.",
"nameRule": "> Maximum 225 characters",
"emailAddressRule": "> Maximum 225 characters\n> Cannot use an email address that is already in use.",
"roleRule": "None : 0\nAuthor : 1\nTranscriptionist : 2",
"authorIdRule": "> A value can be set in this item only when the \"Role\" is ”Author”.\n> Maximum 16 characters.\n> Only uppercase alphanumeric characters and \"_\" can be used.\n> Cannot use an Author ID that is already in use.",
"autoRenewRule": "> Value : 0 or 1 (1=ON)",
"notificationRule": "> Value : 0 or 1 (1=ON)",
"encryptionRule": "> A value can be set in this item only when the \"Role\" is ”Author”.\n> Value : 0 or 1 (1=ON)",
"encryptionPasswordRule": "> A value can be set in this item only when the \"Role\" is ”Author” and Encryption is ON.\n> Only 4 to 16 letters, numbers, and symbols can be entered.",
"promptRule": "> A value can be set in this item only when the \"Role\" is ”Author”.\n> Value : 0 or 1 (1=ON)"
}
},
"LicenseSummaryPage": {
"label": {
"title": "License(s)",
"orderLicense": "Order License",
"orderHistory": "Order History",
"activateLicenseKey": "Activate License Key",
"totalLicense": "License Inventory",
"allocatedLicense": "Number of licenses allocated ",
"reusableLicense": "Number of licenses available for reuse",
"freeLicense": "Number of unused licenses",
"expiringWithin14daysLicense": "Number of licenses expiring within 14 days",
"issueRequesting": "Total number of licenses on order",
"shortage": "Shortage",
"storageSize": "Storage Available",
"usedSize": "Storage Used",
"storageAvailable": "Storage Unavailable (Exceeded Amount)",
"licenseLabel": "License",
"storageLabel": "Storage",
"storageUnavailableCheckbox": "Restrict account usage",
"issueTrialLicense": "Issue Trial License"
},
"message": {
"storageUnavalableSwitchingConfirm": "Are you sure you would like to change the storage usage status for this account?"
}
},
"licenseOrderPage": {
"message": {
"inputEmptyError": "Mandatory Field",
"poNumberIncorrectError": "PO Number format is not valid. Only alphanumeric characters can be entered for the PO Number.",
"newOrderIncorrectError": "Please enter a number greater than or equal to 1 for the New Order.",
"confirmOrder": "Would you like to place an order?",
"poNumberConflictError": "PO Number entered already exists. Please enter a different PO Number.",
"dealerNotFoundError": "In order to order a license, you need to set up the dealer where you want to purchase it. Sign in to ODMS Cloud and set up \"Dealer\" in the \"Account\" tab."
},
"label": {
"title": "Order License",
"licenses": "License Type",
"poNumber": "PO Number",
"newOrder": "Number of licenses",
"orderButton": "Order",
"licenseTypeText": "One year"
}
},
"dictationPage": {
"message": {
"noPlaybackAuthorization": "You do not have permission to playback this file.",
"taskToPlaybackNoExists": "The file cannot be played because it has already been transcribed, does not exist, or you have another file that is in progress. Since you cannot have more than one file in progress at a time, please change the other file to Pending and try again.",
"taskNotEditable": "The transcriptionist cannot be changed because the transcription is already in progress or the file does not exist. Please refresh the screen and check the latest status.",
"backupFailedError": "The \"File Backup\" process has failed. Please try again later. If the error continues, contact your system administrator.",
"cancelFailedError": "Failed to delete the dictations. Please refresh your screen and try again.",
"reopenFailedError": "The status could not be changed to Pending. Please refresh the screen to see the current status. Only files with Finished status can be operated.",
"deleteFailedError": "Failed to delete the task. Please refresh the screen and check again.",
"licenseNotAssignedError": "Transcription is not possible because a valid license is not assigned. Please ask your administrator to assign a valid license.",
"licenseExpiredError": "Transcription is not possible because your license is expired. Please ask your administrator to assign a valid license.",
"fileAlreadyDeletedError": "The screen information is not up to date, it contains audio files that have already been deleted. Please refresh the screen, and select the files to delete again.",
"fileRenameFailedError": "Since the screen information is not up-to-date, an inconsistency occurred in the file information and failed to rename the file. Please refresh the screen and try again.",
"fileNameAleadyExistsError": "This file name is already registered. Please register with a different file name."
},
"label": {
"title": "Dictations",
"displayInfomation": "Display Information",
"jobNumber": "Job Number",
"status": "Status",
"priority": "Priority",
"encryption": "Encryption",
"authorId": "Author ID",
"workType": "Worktype ID",
"fileName": "File Name",
"fileLength": "File Length",
"fileSize": "File size",
"recordingStartedDate": "Dictation start date",
"recordingFinishedDate": "Dictation complete date",
"uploadDate": "Dictation upload date",
"transcriptionStartedDate": "Transcription start date",
"transcriptionFinishedDate": "Transcription finish 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 Transcriptionist",
"poolTranscriptionist": "Transcriptionist List",
"fileBackup": "File Backup",
"downloadForBackup": "Download for backup",
"applications": "Desktop Application",
"cancelDictation": "Cancel Transcription",
"rawFileName": "Original File Name",
"fileNameSave": "Execute file rename",
"reopenDictation": "Change status to Pending",
"search": "Search",
"high": "High",
"normal": "Normal"
}
},
"cardLicenseIssuePopupPage": {
"label": {
"title": "License Card",
"subTitle": "Card License Creation",
"number": "Number of create licenses",
"createButton": "Create"
},
"message": {
"createSuccess": "Processing was successful.",
"createNumberIncorrectError": "Enter a number of 1 or more in Number of licenses."
}
},
"partnerLicensePage": {
"label": {
"cardLicenseButton": "License Card"
}
},
"cardLicenseActivatePopupPage": {
"label": {
"title": "Activate License Key",
"keyNumber": "Key",
"activateButton": "Activate",
"keyNumberIncorrectError": "Please enter the 20 character alphanumeric key."
},
"message": {
"LicenseKeyNotExistError": "The license key you entered does not exist. Please check your license key again.",
"LicenseKeyAlreadyActivatedError": "The license key you entered is already activated. Please try using a different license key."
}
},
"addPartnerAccountPopupPage": {
"message": {
"addAccountSuccess": "A verification email has been sent to your email address.",
"inputEmptyError": "Mandatory field",
"emailIncorrectError": "E-mail address format is invalid. Please enter a valid email address format. (System identifies invalid emails such as without an mark or the part with .com is something that doesn't look correct. )",
"emailConflictError": "This email address is already registered. Please register with another email address."
},
"text": {
"title": "Add account",
"accountInfoTitle": "Register account information",
"countryExplanation": "Select the country where you are located. If your country isn't listed, please select the nearest country.",
"adminInfoTitle": "Register primary administrator's information"
},
"label": {
"company": "Company Name",
"country": "Country",
"adminName": "Administrators Name",
"email": "Email",
"createAccountButton": "Add account"
}
},
"partnerLicense": {
"label": {
"title": "License",
"subTitle": "Partner Licenses",
"orderLicenseButton": "Order License",
"orderHistoryButton": "Order History",
"IssueLicenseCardButton": "License Card",
"displayCardHistoryButton": "Card History",
"name": "Company Name",
"category": "Account Level",
"accountId": "Account ID",
"stockLicense": "License Inventory",
"issueRequested": "Licenses Requested",
"shortage": "License Shortage",
"issueRequesting": "Licenses on Order",
"viewDetails": "View Details",
"accounts": "accounts",
"changeOwnerButton": "Change Owner",
"allocatedLicense": "Allocated Licenses",
"search": "Search"
}
},
"orderHistoriesPage": {
"label": {
"title": "License",
"orderHistory": "Order History",
"orderDate": "Order Date",
"issueDate": "Issue Date",
"numberOfOrder": "Number of licenses on order",
"poNumber": "PO Number",
"status": "Status",
"issueRequesting": "Licenses on Order",
"issued": "License Issued",
"orderCanceled": "Order Canceled",
"issue": "Issue",
"issueCancel": "Cancel Licenses",
"orderCancel": "Cancel Order",
"histories": "histories",
"licenseType": "License Type"
},
"message": {
"notEnoughOfNumberOfLicense": "Licenses could not be issued due to insufficient amount of licenses. Please order additional licenses.",
"alreadyIssueLicense": "The order has already been placed. The displayed information may be outdated, so please refresh the screen to see the latest status.",
"alreadyLicenseIssueOrCancel": "Failed to cancel license order. The license for the selected order has already been issued or the order has been canceled already. Please refresh the screen and check again.",
"alreadyLicenseStatusChanged": "Failed to cancel license issuance. The status of the selected order has changed. Please refresh the screen and check again.",
"expiredSinceIssued": "Licenses that have been issued cannot be canceled because more than 14 days have passed since the issue date.",
"alreadyLicenseAllocated": "The issued license cannot be canceled because it has already been assigned."
}
},
"allocateLicensePopupPage": {
"label": {
"title": "Assign License",
"email": "Email",
"name": "Name",
"authorID": "Author ID",
"status": "Status",
"allocated": "License Assigned",
"notAllocated": "License Not Assigned",
"expirationDate": "Expiration Date",
"licenseInformation": "License Information",
"licenseAvailable": "Available License",
"dropDownHeading": "Select License",
"oneYear": "One year",
"allocateLicense": "OK"
},
"message": {
"inputEmptyError": "Mandatory Field",
"licenseAllocationFailure": "Failed to assign license. The displayed information may be outdated, so please refresh the screen to see the latest status."
}
},
"workflowPage": {
"label": {
"title": "Workflow",
"addRoutingRule": "Add Routing Rule",
"editRoutingRule": "Edit Routing Rule",
"templateSetting": "Template Setting",
"worktypeIdSetting": "Worktype ID Setting",
"typistGroupSetting": "Transcriptionist Group Setting",
"authorID": "Author ID",
"worktype": "Worktype ID",
"worktypeOptional": "Worktype ID (Optional)",
"transcriptionist": "Transcriptionist",
"template": "Template",
"templateOptional": "Template (Optional)",
"editRule": "Edit Rule",
"selected": "Selected Transcriptionist",
"pool": "Transcriptionist List",
"selectAuthor": "Select Author ID",
"selectWorktypeId": "Select Worktype ID",
"selectTemplate": "Select Template"
},
"message": {
"selectedTypistEmptyError": "Transcriptionist, or Transcriptionist Group has not been selected. Please select one or more from the Transcriptionist List.",
"workflowConflictError": "A routing rule has already been registered with the specified AuthorID and WorktypeID combination. Please register with different combination.",
"inputEmptyError": "Mandatory Field",
"saveFailedError": "Failed to save the routing rule. Please refresh the screen and try again."
}
},
"typistGroupSetting": {
"label": {
"title": "Transcriptionist Group Setting",
"addGroup": "Add Group",
"groupName": "Group Name",
"addTypistGroup": "Add Transcriptionist Group",
"transcriptionist": "Transcriptionist",
"selected": "Selected Transcriptionist",
"pool": "Transcriptionist List",
"add": "Add",
"remove": "Remove",
"editTypistGroup": "Edit Transcriptionist Group"
},
"message": {
"selectedTypistEmptyError": "One or more transcriptonist must be selected to save a transcrption group.",
"groupSaveFailedError": "Transcriptionist Group could not be saved. The displayed information may be outdated, so please refresh the screen to see the latest status.",
"GroupNameAlreadyExistError": "This Transcriptionist Group name is already registered. Please register with another Transcriptionist Group name.",
"deleteFailedWorkflowAssigned": "Failed to delete the Transcriptionist Group. Please remove the Transcriptionist Group from the routing rule from the Workflow tab.",
"deleteFailedCheckoutPermissionExisted": "Failed to delete the Transcriptionist Group. There is a task assigned to this Transcriptionist Group. Please reassign the task to another Transcriptionist or Transcriptionist Group from the Dictation tab."
}
},
"worktypeIdSetting": {
"label": {
"title": "Worktype ID Setting",
"activeWorktypeId": "Active Worktype ID",
"addWorktypeId": "Add Worktype ID",
"worktypeId": "Worktype ID",
"description": "Description",
"descriptionOptional": "Description (Optional)",
"optionItem": "Option Item",
"worktypeIdTerms": "Worktype ID can contain alphanumeric and symbols. The following symbols cannot be used:\\/:*?\"<>|.",
"addWorktype": "Add Worktype",
"editWorktypeId": "Edit Worktype ID",
"saveChange": "Save Changes",
"editOptionItems": "Option Item",
"itemLabel": "Item labels",
"defaultValue": "Default value",
"initialValue": "Initial value",
"default": "Default",
"blank": "Blank",
"lastInput": "Last input value",
"optionItemTerms": "The Item label and Initial value can contain alphanumeric and symbols. The following symbols cannot be used:\\/:*?\"<>|."
},
"message": {
"worktypeIdIncorrectError": "The Worktype ID you entered does not meet specifications. Please enter the correct Worktype as outlined in the specifications below.",
"alreadyWorktypeIdExistError": "This Worktype ID is currently registered. Please register with a different Worktype ID.",
"worktypeIDLimitError": "Worktype ID cannot be added because it has reached the maximum number of registrations.",
"optionItemInvalidError": "Initial value setting has not been completed. Please set the Initial value or change the Default value.",
"worktypeIdAlreadyDeletedError": "WorktypeID has already been deleted. Please refresh your screen and check again.",
"optionItemSaveFailedError": "Failed to save Option Item. Please refresh the screen and try again.",
"optionItemIncorrectError": "The entered Item label or Initial value does not meet the rules. Please enter a value that meets the rules below.",
"updateActiveWorktypeFailedError": "Failed to save Active WorktypeID. Please refresh your screen and check again.",
"worktypeInUseError": "This Worktype ID cannot be deleted because it is currently being used in a routing rule.",
"updateWorktypeFailedError": "Failed to save WorktypeID. Please refresh the screen and try again."
}
},
"templateFilePage": {
"label": {
"title": "Template Setting",
"addTemplate": "Add Template",
"fileName": "File Name",
"chooseFile": "Select file",
"notFileChosen": "- No file selected -",
"fileSizeTerms": "The maximum file size that can be saved is 5MB.",
"fileSizeError": "The selected file size is too large. Please select a file that is 5MB or less in size.",
"fileEmptyError": "File selection is required. Please select a file."
},
"message": {
"deleteFailedWorkflowAssigned": "Failed to delete the template file. Please remove the template file from the routing rules from the Workflow tab.",
"deleteFailedTaskAssigned": "Failed to delete the template file. There are tasks associated with this template. Please delete or mark the tasks as finished for tasks associated with this template. "
}
},
"partnerPage": {
"label": {
"title": "Partners",
"addAccount": "Add account",
"name": "Company Name",
"category": "Account Level",
"accountId": "Account ID",
"country": "Country",
"primaryAdmin": "Primary administrator",
"email": "Email",
"dealerManagement": "Dealer Management",
"partners": "Partners",
"deleteAccount": "Delete Account",
"editAccount": "Edit Account",
"accountInformation": "Account Information",
"primaryAdminInfo": "Primary administrator's information",
"adminName": "Administrators Name",
"saveChanges": "Save Changes"
},
"message": {
"delegateNotAllowedError": "Actions on behalf of partner are not allowed. Please refresh the screen and check again.",
"deleteFailedError": "Delegate operation failed. Please refresh the screen and check again.",
"delegateCancelError": "The delegated operation has been terminated because permission for the delegated operation has been revoked.",
"partnerDeleteConfirm": "Delete the selected account. A deleted account cannot be restored, are you sure? Target account:",
"partnerDeleteFailedError": "This account cannot be deleted because child accounts are associated with this parent account. You need to move or delete the child accounts prior to deleting this parent account. Please contact OMDS for more information.",
"editFailedError": "Since the screen information is not up to date, an inconsistency occurred when editing your partner account. Please refresh the screen and try again."
}
},
"accountPage": {
"label": {
"title": "Account",
"fileDeleteSetting": "File Delete Setting",
"accountInformation": "Account Information",
"companyName": "Company Name",
"accountID": "Account ID",
"yourCategory": "Account Type",
"yourCountry": "Country",
"yourDealer": "Dealer",
"selectDealer": "Select Dealer",
"dealerManagement": "Dealer Management",
"administratorInformation": "Administrator Information",
"primaryAdministrator": "Primary administrator",
"secondaryAdministrator": "Secondary Administrator",
"emailAddress": "Email Address",
"selectSecondaryAdministrator": "Select Secondary Administrator",
"saveChanges": "Save Changes",
"deleteAccount": "Delete Account",
"fileRetentionDays": "Number of days files are kept before they are automatically deleted."
},
"message": {
"updateAccountFailedError": "Failed to save account information. Please refresh the screen and try again."
},
"text": {
"dealerManagementAnnotation": "By enabling the \"Dealer Management\" option, you are agreeing to allow your dealer to have the rights to access your ODMS Cloud account to order licenses and register users on your behalf. Your dealer will not have access to any voice file(s) or document(s) stored in your ODMS Cloud account."
}
},
"deleteAccountPopup": {
"label": {
"title": "Delete Account",
"subTitle": "Delete your account",
"cautionOfDeleteingAccountData": "Deleting your account will remove all user information, licenses, and dictation files from the system. Deleted information cannot be restored.",
"deleteButton": "Delete Account",
"cancelButton": "Cancel"
}
},
"accountDeleteSuccess": {
"label": {
"title": "Account Delete Success",
"message": "Your account has been deleted. Thank you for using the ODMS Cloud.",
"backToTopPageLink": "Back to TOP Page"
}
},
"termsPage": {
"label": {
"title": "Terms of Use have been updated. Reconfirmation is required to continue using the ODMS Cloud.",
"linkOfEula": "Click here to read the End User License Agreement.",
"linkOfDpa": "Click here to read the Data Processing Agreement.",
"checkBoxForConsent": "Yes, I agree to the terms of use.",
"forOdms": "for ODMS Cloud.",
"button": "Continue",
"linkOfPrivacyNotice": "Click here to read the Privacy Notice."
}
},
"supportPage": {
"label": {
"title": "Support",
"howToUse": "How to use the system",
"supportPageLink": "OMDS Cloud User Guide",
"programDownload": "Program Download",
"omdsDesktopAppDownloadLink": "ODMS Cloud Desktop App",
"omdsDesktopAppDownloadLinkDescription": "Click here to go to the ODMS Cloud Desktop App download page.",
"dcpDownloadLink": "Device Configuration Program (DCP)",
"dcpDownloadLinkDescription": "Click here to go to the DCP download page.",
"backupExtractionToolDownloadLink": "ODMS Cloud Backup Extraction Tool",
"backupExtractionToolDownloadLinkDescription": "Click here to go to the ODMS Cloud Backup Extraction Tool download page.",
"virtualDriverDownloadLink": "ODMS Client Virtual Driver",
"virtualDriverDownloadLinkDescription": "Click here to go to the ODMS Client Virtual Driver download page."
},
"text": {
"notResolved": "Please refer to the User Guide for information about the features of the ODMS Cloud. If you require additional support, please contact your administrator or certified ODMS Cloud reseller."
}
},
"filePropertyPopup": {
"label": {
"general": "General",
"job": "Job",
"close": "Close"
}
},
"fileDeleteSettingPopup": {
"label": {
"title": "Auto File Delete Setting",
"autoFileDeleteCheck": "Auto file delete",
"daysAnnotation": "Number of days from transcription finished to delete the files.",
"days": "Days",
"saveButton": "Save Settings",
"daysValidationError": "Please enter a number between 1 and 999 for Days."
}
},
"changeOwnerPopup": {
"message": {
"accountNotFoundError": "The account ID specified to change does not exist.",
"hierarchyMismatchError": "Failed to change partner account.\nPlease specify the account one level above the child account as the switch destination.。",
"regionMismatchError": "Failed to change partner account.\nPlease specify an account in the same region as the child account to switch to.",
"countryMismatchError": "Failed to change partner account.\nPlease specify an account in the same country as the child account to switch to."
},
"label": {
"invalidInputError": "Please enter a number between 1 and 9999999 for the destination account ID.",
"title": "Change Owner",
"upperLayerId": "Upper Layer ID",
"lowerLayerId": "Lower Layer ID"
}
},
"trialLicenseIssuePopupPage": {
"label": {
"title": "Issue Trial License",
"subTitle": "Trial licenses will be issued.",
"numberOfLicenses": "Number of licenses",
"expirationDate": "Expiration Date",
"issueButton": "Issue"
},
"message": {
"accountNotSelected": "Account is not selected."
}
},
"searchPartnerAccountPopupPage": {
"label": {
"title": "Search Account"
}
}
}