en.json 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966
  1. {
  2. "common": {
  3. "appName": "appName",
  4. "tabMessages": "tabMessages",
  5. "tabWorkbench": "tabWorkbench",
  6. "tabProfile": "tabProfile",
  7. "loading": "loading",
  8. "loadFailed": "loadFailed",
  9. "noData": "noData",
  10. "noMessages": "noMessages",
  11. "noDrafts": "noDrafts",
  12. "noCompletedRecords": "noCompletedRecords",
  13. "initiate": "initiate",
  14. "records": "records",
  15. "more": "more",
  16. "settings": "settings",
  17. "about": "about",
  18. "language": "language",
  19. "darkMode": "darkMode",
  20. "themeDark": "themeDark",
  21. "themeLight": "themeLight",
  22. "languageZhCN": "languageZhCN",
  23. "languageEn": "languageEn",
  24. "languageZhTW": "languageZhTW",
  25. "userName": "userName",
  26. "salesDepartment": "salesDepartment",
  27. "version": "version",
  28. "save": "save",
  29. "submit": "submit",
  30. "cancel": "cancel",
  31. "confirm": "confirm",
  32. "reset": "reset",
  33. "publish": "publish",
  34. "saveDraft": "Save Draft",
  35. "submitting": "Submitting…",
  36. "dataLoading": "Loading data…",
  37. "pageFooter": "You've reached the bottom ~ nothing more!",
  38. "submitApproval": "submitApproval",
  39. "saveDraftShort": "saveDraftShort",
  40. "delete": "delete",
  41. "edit": "edit",
  42. "add": "add",
  43. "close": "close",
  44. "retry": "retry",
  45. "confirmAdd": "confirmAdd",
  46. "confirmEdit": "confirmEdit",
  47. "confirmSubmit": "confirmSubmit",
  48. "confirmPublish": "confirmPublish",
  49. "confirmAction": "confirmAction",
  50. "confirmExit": "confirmExit",
  51. "confirmReset": "confirmReset",
  52. "continueEditing": "continueEditing",
  53. "discardAndExit": "discardAndExit",
  54. "confirmPrompt": "confirmPrompt",
  55. "withdraw": "withdraw",
  56. "withdrawAction": "withdrawAction",
  57. "withdrawApplication": "withdrawApplication",
  58. "withdrawConfirm": "withdrawConfirm",
  59. "withdrawConfirmTip": "withdrawConfirmTip",
  60. "approve": "approve",
  61. "reject": "reject",
  62. "confirmApprove": "confirmApprove",
  63. "confirmReject": "confirmReject",
  64. "preview": "preview",
  65. "previewTitle": "previewTitle",
  66. "draft": "draft",
  67. "pending": "pending",
  68. "approved": "approved",
  69. "rejected": "rejected",
  70. "expired": "expired",
  71. "paid": "Paid",
  72. "unpaid": "Unpaid",
  73. "returned": "returned",
  74. "completed": "completed",
  75. "statusPending": "statusPending",
  76. "statusApproved": "Approved",
  77. "statusRejected": "statusRejected",
  78. "statusDraft": "statusDraft",
  79. "statusWithdrawn": "statusWithdrawn",
  80. "statusReturned": "statusReturned",
  81. "statusDisabled": "statusDisabled",
  82. "statusWaitApprove": "Pending",
  83. "statusWaitPay": "statusWaitPay",
  84. "editApply": "Edit Pre-Application",
  85. "editExpense": "Edit Expense Report",
  86. "statusTransferred": "Transferred",
  87. "statusClosed": "Closed",
  88. "statusPendingReview": "Pending Review",
  89. "statusReviewing": "Under Review",
  90. "statusReviewRejected": "Review Rejected",
  91. "statusFinalRejected": "Review Rejected(Final)",
  92. "filterAll": "filterAll",
  93. "all": "all",
  94. "myDrafts": "myDrafts",
  95. "public": "public",
  96. "normal": "normal",
  97. "urgent": "urgent",
  98. "unknown": "unknown",
  99. "other": "other",
  100. "no": "no",
  101. "selectOrFill": "selectOrFill",
  102. "pleaseSelect": "pleaseSelect",
  103. "selectDateTime": "selectDateTime",
  104. "selectDate": "selectDate",
  105. "optional": "optional",
  106. "pleaseEnter": "pleaseEnter",
  107. "enterNumber": "enterNumber",
  108. "requiredField": "requiredField",
  109. "unknownError": "unknownError",
  110. "networkTimeout": "networkTimeout",
  111. "draftSaved": "draftSaved",
  112. "draftSavedToast": "Draft saved",
  113. "saveFailed": "Save failed",
  114. "submitSuccess": "submitSuccess",
  115. "submitFailed": "Submit Failed",
  116. "submitFailedRetry": "submitFailedRetry",
  117. "noCostTypeData": "No cost type data. Please add cost types in ERP first.",
  118. "submittedAwaitingApproval": "submittedAwaitingApproval",
  119. "published": "published",
  120. "withdrawn": "withdrawn",
  121. "featureDev": "featureDev",
  122. "completeFormInfo": "completeFormInfo",
  123. "unsavedContentWarning": "unsavedContentWarning",
  124. "resetWarning": "resetWarning",
  125. "maxChars": "maxChars",
  126. "enterField": "enterField",
  127. "applicant": "applicant",
  128. "department": "department",
  129. "applyDept": "Apply Dept",
  130. "expensePersonnel": "Expense Personnel",
  131. "expenseDept": "Expense Dept",
  132. "dept": "dept",
  133. "date": "date",
  134. "startTime": "startTime",
  135. "endTime": "endTime",
  136. "creator": "creator",
  137. "hours": "hours",
  138. "total": "total",
  139. "send": "send",
  140. "search": "Search",
  141. "searchByNameOrId": "searchByNameOrId",
  142. "searchEmployee": "searchEmployee",
  143. "searchEmployeeHint": "searchEmployeeHint",
  144. "approver": "approver",
  145. "rejecter": "rejecter",
  146. "currentApprover": "currentApprover",
  147. "approvalFlow": "approvalFlow",
  148. "approvalProgress": "approvalProgress",
  149. "opinion": "opinion",
  150. "currentNode": "currentNode",
  151. "waitHandle": "waitHandle",
  152. "approvalComment": "approvalComment",
  153. "submitTimeText": "submitTimeText",
  154. "submitTime": "submitTime",
  155. "downloadAttachment": "downloadAttachment",
  156. "noMoreData": "noMoreData",
  157. "expandRemaining": "Expand ${count} more",
  158. "collapseRemaining": "Collapse ${count} items",
  159. "searchImportHint": "Search No./Reason/Applicant",
  160. "businessShort": "businessShort",
  161. "custom": "custom",
  162. "markedAsRead": "markedAsRead",
  163. "pinTopTag": "pinTopTag",
  164. "pinToTop": "pinToTop",
  165. "filterTitle": "filterTitle",
  166. "filterStartDate": "filterStartDate",
  167. "filterEndDate": "filterEndDate",
  168. "filterSelectStartDate": "filterSelectStartDate",
  169. "filterSelectEndDate": "filterSelectEndDate",
  170. "filterDateStartAfterEnd": "filterDateStartAfterEnd",
  171. "filterDateEndBeforeStart": "filterDateEndBeforeStart",
  172. "filterStatus": "filterStatus",
  173. "filterPayment": "filterPayment",
  174. "filterThisMonth": "filterThisMonth",
  175. "filterThisQuarter": "filterThisQuarter",
  176. "filterThisYear": "filterThisYear",
  177. "filterThisWeek": "filterThisWeek",
  178. "filter7Days": "filter7Days",
  179. "filter30Days": "filter30Days",
  180. "filterLastMonth": "filterLastMonth",
  181. "filterLast3Months": "filterLast3Months",
  182. "filterDateRange": "filterDateRange",
  183. "filterGroupOther": "filterGroupOther",
  184. "applyFilter": "applyFilter",
  185. "clickChartToFilter": "clickChartToFilter",
  186. "tdOpen": "tdOpen",
  187. "tdClose": "tdClose",
  188. "tdCancel": "tdCancel",
  189. "tdConfirm": "tdConfirm",
  190. "tdOther": "tdOther",
  191. "tdReset": "tdReset",
  192. "tdLoading": "tdLoading",
  193. "tdLoadingWithPoint": "tdLoadingWithPoint",
  194. "tdKnew": "tdKnew",
  195. "tdRefreshing": "tdRefreshing",
  196. "tdReleaseRefresh": "tdReleaseRefresh",
  197. "tdPullToRefresh": "tdPullToRefresh",
  198. "tdCompleteRefresh": "tdCompleteRefresh",
  199. "tdDays": "tdDays",
  200. "tdHours": "tdHours",
  201. "tdMinutes": "tdMinutes",
  202. "tdSeconds": "tdSeconds",
  203. "tdMilliseconds": "tdMilliseconds",
  204. "tdYearLabel": "tdYearLabel",
  205. "tdMonthLabel": "tdMonthLabel",
  206. "tdDateLabel": "tdDateLabel",
  207. "tdWeeksLabel": "tdWeeksLabel",
  208. "tdSunday": "tdSunday",
  209. "tdMonday": "tdMonday",
  210. "tdTuesday": "tdTuesday",
  211. "tdWednesday": "tdWednesday",
  212. "tdThursday": "tdThursday",
  213. "tdFriday": "tdFriday",
  214. "tdSaturday": "tdSaturday",
  215. "tdYear": "tdYear",
  216. "tdJanuary": "tdJanuary",
  217. "tdFebruary": "tdFebruary",
  218. "tdMarch": "tdMarch",
  219. "tdApril": "tdApril",
  220. "tdMay": "tdMay",
  221. "tdJune": "tdJune",
  222. "tdJuly": "tdJuly",
  223. "tdAugust": "tdAugust",
  224. "tdSeptember": "tdSeptember",
  225. "tdOctober": "tdOctober",
  226. "tdNovember": "tdNovember",
  227. "tdDecember": "tdDecember",
  228. "tdTime": "tdTime",
  229. "tdStart": "tdStart",
  230. "tdEnd": "tdEnd",
  231. "tdNotRated": "tdNotRated",
  232. "tdCascadeLabel": "tdCascadeLabel",
  233. "tdBack": "tdBack",
  234. "tdTop": "tdTop",
  235. "tdEmptyData": "tdEmptyData",
  236. "basicInfo": "basicInfo",
  237. "noDetailData": "noDetailData",
  238. "unitItem": "unitItem",
  239. "personUnit": "personUnit"
  240. },
  241. "home": {
  242. "myDashboard": "myDashboard",
  243. "monthlyTotalExpense": "monthlyTotalExpense",
  244. "monthlySubmitted": "monthlySubmitted",
  245. "pendingDocuments": "pendingDocuments",
  246. "preApplication": "preApplication",
  247. "expenseReimbursement": "expenseReimbursement",
  248. "vehicleApplication": "vehicleApplication",
  249. "overtimeApplication": "overtimeApplication",
  250. "applicationRecords": "applicationRecords",
  251. "expenseRecords": "expenseRecords",
  252. "outingLogs": "outingLogs",
  253. "companyAnnouncements": "companyAnnouncements",
  254. "myApprovals": "myApprovals",
  255. "myApplications": "myApplications",
  256. "subordinateRecords": "subordinateRecords",
  257. "myExpenses": "myExpenses",
  258. "outingLog": {
  259. "noOutingLogs": "No Outing Logs",
  260. "newComment": "New Comment",
  261. "salespersonLabel": "Sales: {name} · {dept}",
  262. "noPlan": "No Plan",
  263. "noWorkSummary": "No Work Summary",
  264. "inputComment": "Enter comment...",
  265. "outingDetail": "Outing Detail",
  266. "outingType": "Outing Type",
  267. "outingLocation": "Location",
  268. "enterLocation": "Enter location",
  269. "outingReason": "Outing Reason",
  270. "enterOutingReason": "Enter reason",
  271. "workSummary": "Work Summary",
  272. "followUp": "Follow-up",
  273. "sitePhotos": "Site Photos",
  274. "customerVisit": "Customer Visit",
  275. "outingAffairs": "Outing Affairs",
  276. "selectOutingType": "Select type",
  277. "reportOutingLog": "Outing Log Report",
  278. "outingLogList": "Outing Logs",
  279. "outingLogCreate": "New Outing Log",
  280. "outingLogDetail": "Outing Log Details",
  281. "reportOutingLogDetail": "Outing Log Detail Report",
  282. "customerInfo": "Customer Info",
  283. "comments": "Comments",
  284. "managerComment": "Manager Comment",
  285. "noPhotos": "No Photos",
  286. "noComments": "No Comments",
  287. "selectRating": "Please select rating",
  288. "enterComment": "Please enter comment",
  289. "commentSent": "Comment sent",
  290. "requiredSummary": "Work summary required",
  291. "requiredPhotos": "Take at least 1 photo",
  292. "outingLogSubmitted": "Outing log submitted",
  293. "selectContact": "Select Contact",
  294. "selectContactHint": "Tap to select contact (optional)",
  295. "searchCustomer": "Search customer name",
  296. "noContact": "No contacts for this customer",
  297. "selectCustomerFirst": "Please select a customer first",
  298. "takePhoto": "Take Photo",
  299. "maxPhotoCount": "Max 9 photos",
  300. "limitReached": "Limit Reached",
  301. "tapToTakePhoto": "Tap to take photo (min 1)",
  302. "watermarkHint": "Photos auto-add watermark: server time + GPS",
  303. "checkInAddress": "Check-in Address",
  304. "checkInTime": "Check-in Time",
  305. "customerName": "Customer Name",
  306. "followUpOptional": "Follow-up plan (optional)",
  307. "salesperson": "Salesperson",
  308. "workSummaryRequiredHint": "Please fill in work summary (required)",
  309. "mockPhotoTaken": "Mock photo: Photo #{idx} taken (watermark: {time} | {lat}, {lng})",
  310. "watermarkHintDynamic": "Auto watermark: server time + GPS ({lat}°N, {lng}°E)",
  311. "searchOutingLog": "Search customer name or salesperson"
  312. },
  313. "announcements": "announcements",
  314. "deptDashboard": "deptDashboard",
  315. "financeDashboard": "financeDashboard",
  316. "deptMonthlyReimbursement": "deptMonthlyReimbursement",
  317. "deptMonthlySubmitted": "deptMonthlySubmitted",
  318. "deptPendingDocuments": "deptPendingDocuments",
  319. "scopeMyApplications": "scopeMyApplications",
  320. "scopeSubordinates": "scopeSubordinates"
  321. },
  322. "expenseApply": {
  323. "expenseApplyList": "expenseApplyList",
  324. "expenseApplyDetail": "expenseApplyDetail",
  325. "expenseApplyRequest": "expenseApplyRequest",
  326. "expenseApplyImport": "expenseApplyImport",
  327. "importApprovedPreApp": "importApprovedPreApp",
  328. "confirmImport": "confirmImport",
  329. "importSuccess": "importSuccess",
  330. "searchExpenseApply": "searchExpenseApply",
  331. "noExpenseApplications": "noExpenseApplications",
  332. "reportExpenseApply": "reportExpenseApply",
  333. "reportExpenseApplyDetail": "reportExpenseApplyDetail",
  334. "emergencyLevel": "emergencyLevel",
  335. "feeType": "feeType",
  336. "feeReason": "feeReason",
  337. "enterFeeReason": "enterFeeReason",
  338. "applyReason": "applyReason",
  339. "enterApplyReason": "enterApplyReason",
  340. "validUntil": "validUntil",
  341. "selectExpiryDate": "selectExpiryDate",
  342. "relatedContractNo": "relatedContractNo",
  343. "referenceNo": "referenceNo",
  344. "relatedControl": "relatedControl",
  345. "availableBudget": "availableBudget",
  346. "overBudget": "overBudget",
  347. "overBudgetTriggerApproval": "overBudgetTriggerApproval",
  348. "expenseDetails": "expenseDetails",
  349. "addDetail": "Add Expense Detail",
  350. "addAtLeastOneDetail": "addAtLeastOneDetail",
  351. "noDetailHint": "noDetailHint",
  352. "detailRemark": "detailRemark",
  353. "expenseProject": "expenseProject",
  354. "expenseCategory": "expenseCategory",
  355. "selectExpenseCategory": "selectExpenseCategory",
  356. "acctSubject": "acctSubject",
  357. "selectAcctSubject": "selectAcctSubject",
  358. "costDept": "costDept",
  359. "selectCostDept": "selectCostDept",
  360. "estimatedAmount": "estimatedAmount",
  361. "enterEstimatedAmount": "enterEstimatedAmount",
  362. "estimatedAmountPositive": "estimatedAmountPositive",
  363. "quantity": "quantity",
  364. "quantityPricePositive": "quantityPricePositive",
  365. "unit": "unit",
  366. "unitPrice": "unitPrice",
  367. "selectUnit": "selectUnit",
  368. "estimatedStartDate": "Estimated Start Date",
  369. "estimatedEndDate": "Estimated End Date",
  370. "estimatedDate": "Estimated Date",
  371. "detailList": "Detail List",
  372. "items": "items",
  373. "selectEstimatedStartDate": "selectEstimatedStartDate",
  374. "selectEstimatedEndDate": "selectEstimatedEndDate",
  375. "startDateNotAfterEndDate": "startDateNotAfterEndDate",
  376. "transportType": "transportType",
  377. "selectTransport": "selectTransport",
  378. "isOvernight": "isOvernight",
  379. "travelExpense": "travelExpense",
  380. "entertainmentExpense": "entertainmentExpense",
  381. "entertainmentTargetUnit": "entertainmentTargetUnit",
  382. "entertainmentLevel": "entertainmentLevel",
  383. "selectEntertainmentLevel": "selectEntertainmentLevel",
  384. "externalCount": "externalCount",
  385. "internalCount": "internalCount",
  386. "companionNotExceedGuest": "companionNotExceedGuest",
  387. "venue": "venue",
  388. "pleaseEnterLocation": "pleaseEnterLocation",
  389. "meetingExpense": "meetingExpense",
  390. "meetingLocation": "meetingLocation",
  391. "pleaseEnterMeetingLocation": "pleaseEnterMeetingLocation",
  392. "hintTravelFields": "hintTravelFields",
  393. "hintEntertainmentFields": "hintEntertainmentFields",
  394. "hintMeetingFields": "hintMeetingFields",
  395. "filterExpenseTravel": "filterExpenseTravel",
  396. "filterExpenseEntertainment": "filterExpenseEntertainment",
  397. "filterExpenseOffice": "filterExpenseOffice",
  398. "filterExpenseMeeting": "filterExpenseMeeting",
  399. "filterCritical": "filterCritical",
  400. "costCategoryTransport": "costCategoryTransport",
  401. "costCategoryHotel": "costCategoryHotel",
  402. "costCategoryOfficeSupplies": "costCategoryOfficeSupplies",
  403. "costCategoryMeals": "costCategoryMeals",
  404. "costCategoryMaterials": "costCategoryMaterials",
  405. "costCategoryService": "costCategoryService",
  406. "costCategoryOther": "costCategoryOther",
  407. "unitPiece": "unitPiece",
  408. "unitRoom": "unitRoom",
  409. "unitPerson": "unitPerson",
  410. "unitDay": "unitDay",
  411. "unitSet": "unitSet",
  412. "transportPlane": "transportPlane",
  413. "transportHighSpeedRail": "transportHighSpeedRail",
  414. "transportTrain": "transportTrain",
  415. "transportSelfDrive": "transportSelfDrive",
  416. "entertainmentVip": "entertainmentVip",
  417. "important": "important",
  418. "isTaxIncluded": "isTaxIncluded",
  419. "expenseType": "expenseType",
  420. "selectAtLeastOneExpenseType": "selectAtLeastOneExpenseType",
  421. "expenseTypeProcurement": "expenseTypeProcurement",
  422. "expenseTypeActivity": "expenseTypeActivity",
  423. "expenseTypeTraining": "expenseTypeTraining",
  424. "mockAttachmentAdded": "mockAttachmentAdded",
  425. "attachmentUpload": "attachmentUpload",
  426. "maxAttachment": "maxAttachment",
  427. "attachments": "attachments",
  428. "pickImage": "Select Image",
  429. "pickFile": "Select File",
  430. "fileTooLarge": "File size exceeds limit",
  431. "imageSizeLimit": "Image must be ≤${max}MB",
  432. "fileSizeLimit": "File must be ≤${max}MB",
  433. "addExpenseDetailFirst": "addExpenseDetailFirst"
  434. },
  435. "expense": {
  436. "expenseList": "expenseList",
  437. "expenseDetail": "expenseDetail",
  438. "editExpense": "editExpense",
  439. "expenseApply": {
  440. "noExpenseApplications": "No Applications",
  441. "expenseDetails": "Expense Details",
  442. "addDetail": "Add Expense Detail",
  443. "expenseProject": "Expense Item",
  444. "emergencyLevel": "Urgency",
  445. "feeType": "Fee Type",
  446. "feeReason": "Fee Reason",
  447. "enterFeeReason": "Enter reason",
  448. "relatedControl": "Related Control",
  449. "availableBudget": "Available Budget",
  450. "noDetailHint": "No details, tap above to add",
  451. "overBudget": "Over budget {amount}",
  452. "attachmentUpload": "Attachment Upload",
  453. "maxAttachment": "Up to 9 attachments, support image/PDF/Word/Excel (image ≤10MB, doc ≤20MB)",
  454. "attachments": "Attachments",
  455. "validUntil": "Valid Until",
  456. "reportExpenseApply": "Expense Apply Report",
  457. "expenseApplyList": "Expense Apply List",
  458. "expenseApplyDetail": "Expense Apply Details",
  459. "expenseApplyRequest": "Expense Apply",
  460. "reportExpenseApplyDetail": "Expense Apply Detail Report",
  461. "expenseApplyImport": "Import approved application",
  462. "importApprovedPreApp": "Import Approved Application",
  463. "importExpenseApply": "Import Expense Application",
  464. "confirmImport": "Confirm Import",
  465. "importSuccess": "Import successful",
  466. "addExpenseDetailFirst": "Please add expense details first",
  467. "addAtLeastOneDetail": "Please add at least one expense detail",
  468. "detailRemark": "Detail Remark",
  469. "acctSubject": "GL Account",
  470. "selectAcctSubject": "Auto-filled from expense category",
  471. "costDept": "Cost Department",
  472. "selectCostDept": "Select cost department",
  473. "estimatedAmount": "Estimated Amount",
  474. "enterEstimatedAmount": "Enter estimated amount",
  475. "estimatedAmountPositive": "Estimated amount must be greater than 0",
  476. "entertainmentExpense": "Entertainment Expense",
  477. "entertainmentLevel": "Entertainment Level",
  478. "entertainmentTargetUnit": "Target Organization",
  479. "estimatedEndDate": "Estimated End Date",
  480. "estimatedStartDate": "Estimated Start Date",
  481. "expenseCategory": "Expense Category",
  482. "externalCount": "External Attendees",
  483. "important": "Important",
  484. "internalCount": "Internal Attendees",
  485. "isOvernight": "Overnight",
  486. "isTaxIncluded": "Tax Included",
  487. "meetingExpense": "Meeting Expense",
  488. "meetingLocation": "Meeting Location",
  489. "mockAttachmentAdded": "Attachment added (mock)",
  490. "overBudgetTriggerApproval": "Over budget. Submission will trigger executive approval.",
  491. "pleaseEnterLocation": "Please enter location",
  492. "pleaseEnterMeetingLocation": "Please enter meeting location",
  493. "quantity": "Quantity",
  494. "quantityPricePositive": "Quantity and price must be greater than 0",
  495. "relatedContractNo": "Related Contract No.",
  496. "selectEntertainmentLevel": "Select Entertainment Level",
  497. "selectEstimatedEndDate": "Please select estimated end date",
  498. "selectEstimatedStartDate": "Please select estimated start date",
  499. "selectExpenseCategory": "Select Expense Category",
  500. "selectExpiryDate": "Select Expiry Date",
  501. "selectTransport": "Select Transport",
  502. "selectUnit": "Select Unit",
  503. "startDateNotAfterEndDate": "Start date cannot be later than end date",
  504. "transportType": "Transport Type",
  505. "travelExpense": "Travel Expense",
  506. "unit": "Unit",
  507. "unitPrice": "Unit Price",
  508. "venue": "Venue",
  509. "hintTravelFields": "Please fill in travel details (dates, transport, etc.)",
  510. "hintEntertainmentFields": "Please fill in entertainment details (target, level, guests, etc.)",
  511. "hintMeetingFields": "Please fill in meeting details (dates, venue, etc.)",
  512. "companionNotExceedGuest": "Internal attendees cannot exceed external guests",
  513. "searchExpenseApply": "Search application no. or applicant",
  514. "filterExpenseTravel": "Travel Expense",
  515. "filterExpenseEntertainment": "Entertainment",
  516. "filterExpenseOffice": "Office Expense",
  517. "filterExpenseMeeting": "Meeting Expense",
  518. "filterCritical": "Critical",
  519. "costCategoryTransport": "Transport",
  520. "costCategoryHotel": "Hotel",
  521. "costCategoryOfficeSupplies": "Office Supplies",
  522. "costCategoryMeals": "Meals",
  523. "costCategoryMaterials": "Materials",
  524. "costCategoryService": "Service Fee",
  525. "costCategoryOther": "Other",
  526. "transportPlane": "Plane",
  527. "transportHighSpeedRail": "High-Speed Rail",
  528. "transportTrain": "Train",
  529. "transportSelfDrive": "Self-Drive",
  530. "unitPiece": "Piece",
  531. "unitRoom": "Room",
  532. "unitPerson": "Person",
  533. "unitDay": "Day",
  534. "unitSet": "Set",
  535. "entertainmentVip": "VIP"
  536. },
  537. "searchExpense": "Search expense No. or applicant",
  538. "noExpenses": "noExpenses",
  539. "reportExpense": "reportExpense",
  540. "reportExpenseDetail": "reportExpenseDetail",
  541. "expenseDate": "expenseDate",
  542. "expenseNo": "Expense No.",
  543. "autoGenerated": "autoGenerated",
  544. "currency": "currency",
  545. "selectCurrency": "selectCurrency",
  546. "paymentMethod": "paymentMethod",
  547. "bankTransfer": "Bank Transfer",
  548. "cash": "Cash",
  549. "alipay": "Alipay",
  550. "wechat": "WeChat Pay",
  551. "bankAccountName": "Account Name",
  552. "selectPaymentMethod": "selectPaymentMethod",
  553. "voucherNo": "voucherNo",
  554. "enterVoucherNo": "enterVoucherNo",
  555. "remark": "Remark",
  556. "enterRemark": "Enter remark",
  557. "generateVoucher": "Generate Voucher",
  558. "receiptAccount": "receiptAccount",
  559. "bankName": "bankName",
  560. "accountName": "accountName",
  561. "bankAccount": "bankAccount",
  562. "selectBank": "selectBank",
  563. "enterBankAccount": "enterBankAccount",
  564. "bankSelection": "bankSelection",
  565. "bankAccountInput": "bankAccountInput",
  566. "expenseAmount": "expenseAmount",
  567. "totalExpense": "totalExpense",
  568. "approvedTotal": "approvedTotal",
  569. "amount": "amount",
  570. "enterAmount": "enterAmount",
  571. "enterValidAmount": "enterValidAmount",
  572. "amountMustPositive": "amountMustPositive",
  573. "amountExcludingTax": "Excl. Tax Amount",
  574. "amountInclTax": "amountInclTax",
  575. "amountPositive": "amountPositive",
  576. "taxAmount": "taxAmount",
  577. "taxRate": "taxRate",
  578. "exchangeRate": "Exchange Rate",
  579. "approvedAmount": "Approved Amount",
  580. "expenseName": "expenseName",
  581. "enterExpenseName": "enterExpenseName",
  582. "description": "description",
  583. "addExpenseDetail": "addExpenseDetail",
  584. "invoiceUpload": "invoiceUpload",
  585. "maxInvoices": "maxInvoices",
  586. "invoiceAttachment": "invoiceAttachment",
  587. "noInvoice": "noInvoice",
  588. "invoiceCheck": "invoiceCheck",
  589. "invoiceCheck1": "invoiceCheck1",
  590. "invoiceCheck2": "invoiceCheck2",
  591. "invoiceCheck3": "invoiceCheck3",
  592. "invoiceCheck4": "invoiceCheck4",
  593. "project": "project",
  594. "relatedProject": "relatedProject",
  595. "budgetSubject": "budgetSubject",
  596. "costCenter": "costCenter",
  597. "selectProject": "selectProject",
  598. "selectProjectAndSubject": "selectProjectAndSubject",
  599. "selectSubject": "selectSubject",
  600. "selectCostCenter": "selectCostCenter",
  601. "projectSelection": "projectSelection",
  602. "budgetSubjectSelection": "budgetSubjectSelection",
  603. "costCenterSelection": "costCenterSelection",
  604. "projectCode": "projectCode",
  605. "subjectCode": "subjectCode",
  606. "projectCategory": "projectCategory",
  607. "expenseReason": "expenseReason",
  608. "enterExpenseReason": "enterExpenseReason",
  609. "customerVendor": "customerVendor",
  610. "offsetAmount": "offsetAmount",
  611. "financialArchive": "financialArchive",
  612. "archiveDate": "archiveDate",
  613. "archiver": "archiver",
  614. "financeDept": "financeDept",
  615. "isInvoiceVerified": "isInvoiceVerified",
  616. "isTaxIdMatched": "isTaxIdMatched",
  617. "isCategoryCompliant": "isCategoryCompliant",
  618. "paymentStatus": "Payment Status",
  619. "confirmPaymentAndArchive": "confirmPaymentAndArchive",
  620. "confirmPaymentAndArchiveTip": "confirmPaymentAndArchiveTip",
  621. "nextPendingPayment": "nextPendingPayment",
  622. "allPaymentsProcessed": "allPaymentsProcessed",
  623. "paymentArchiveSuccess": "paymentArchiveSuccess"
  624. },
  625. "overtime": {
  626. "overtimeList": "overtimeList",
  627. "overtimeDetail": "overtimeDetail",
  628. "overtimeApply": "overtimeApply",
  629. "overtimeRecords": "overtimeRecords",
  630. "searchOvertime": "searchOvertime",
  631. "noOvertimes": "noOvertimes",
  632. "reportOvertime": "reportOvertime",
  633. "reportOvertimeDetail": "reportOvertimeDetail",
  634. "overtimeInfo": "overtimeInfo",
  635. "overtimeType": "overtimeType",
  636. "overtimeReason": "overtimeReason",
  637. "compensationMethod": "compensationMethod",
  638. "netOvertimeHours": "netOvertimeHours",
  639. "enterOvertimeReason": "enterOvertimeReason",
  640. "workdayOvertime": "workdayOvertime",
  641. "weekendOvertime": "weekendOvertime",
  642. "holidayOvertime": "holidayOvertime",
  643. "overtimePay": "overtimePay",
  644. "compLeave": "compLeave",
  645. "selectOvertimeType": "selectOvertimeType",
  646. "selectCompensationMethod": "selectCompensationMethod",
  647. "compensationOvertimePay": "compensationOvertimePay",
  648. "compensationCompLeave": "compensationCompLeave",
  649. "compensationMixed": "compensationMixed",
  650. "workday": "workday",
  651. "weekend": "weekend",
  652. "holiday": "holiday"
  653. },
  654. "vehicle": {
  655. "vehicleList": "vehicleList",
  656. "vehicleApply": "vehicleApply",
  657. "vehicleDetail": "vehicleDetail",
  658. "vehicleRecords": "vehicleRecords",
  659. "searchVehicle": "searchVehicle",
  660. "noVehicles": "noVehicles",
  661. "reportVehicle": "reportVehicle",
  662. "reportVehicleDetail": "reportVehicleDetail",
  663. "vehicleInfo": "vehicleInfo",
  664. "vehicleReason": "vehicleReason",
  665. "vehiclePurpose": "vehiclePurpose",
  666. "selectVehicle": "selectVehicle",
  667. "selectPlate": "selectPlate",
  668. "noVehicle": "noVehicle",
  669. "enterVehicleReason": "enterVehicleReason",
  670. "selectVehicleReason": "selectVehicleReason",
  671. "departureLocation": "departureLocation",
  672. "destination": "destination",
  673. "enterDestination": "enterDestination",
  674. "passengerCount": "passengerCount",
  675. "companion": "companion",
  676. "selectCompanion": "selectCompanion",
  677. "estimatedTime": "estimatedTime",
  678. "estimatedMileage": "estimatedMileage",
  679. "tripPreview": "tripPreview",
  680. "tripRoute": "tripRoute",
  681. "mapPreview": "mapPreview",
  682. "snMapPickerComingSoon": "snMapPickerComingSoon",
  683. "mapPickerComingSoon": "mapPickerComingSoon",
  684. "gpsLocating": "gpsLocating",
  685. "gpsLocatingWait": "gpsLocatingWait",
  686. "gpsFailed": "gpsFailed",
  687. "gpsFailedHint": "gpsFailedHint",
  688. "gpsSuccess": "gpsSuccess",
  689. "gpsPermission": "gpsPermission",
  690. "origin": "origin",
  691. "sedan": "sedan",
  692. "suv": "suv",
  693. "businessVan": "businessVan",
  694. "customerReception": "customerReception",
  695. "businessTrip": "businessTrip",
  696. "internalAffairs": "internalAffairs",
  697. "official": "official",
  698. "returnCarRegister": "returnCarRegister",
  699. "confirmReturnCar": "confirmReturnCar",
  700. "confirmReturn": "confirmReturn",
  701. "reEdit": "reEdit",
  702. "returnCarArchived": "returnCarArchived",
  703. "returnCarArchivedAt": "returnCarArchivedAt",
  704. "mileageBefore": "mileageBefore",
  705. "mileageAfter": "mileageAfter",
  706. "actualCost": "actualCost",
  707. "costRemarkLabel": "costRemarkLabel",
  708. "returnCarSubmitted": "returnCarSubmitted",
  709. "returnTimeMustLater": "returnTimeMustLater",
  710. "departTime": "departTime",
  711. "returnTime": "returnTime",
  712. "arriveTime": "arriveTime",
  713. "earlyReturn": "earlyReturn",
  714. "overReturnTime": "overReturnTime",
  715. "actualReturnTime": "actualReturnTime",
  716. "selectReturnTime": "selectReturnTime",
  717. "navigation": "navigation",
  718. "navigationComingSoon": "navigationComingSoon",
  719. "tapToViewNavigation": "tapToViewNavigation",
  720. "mockOpenNavigation": "mockOpenNavigation",
  721. "submitConfirmContent": "submitConfirmContent",
  722. "licensePlate": "licensePlate",
  723. "selectLicensePlate": "selectLicensePlate",
  724. "filterVehicle": "filterVehicle",
  725. "filterUsage": "filterUsage",
  726. "filterReception": "filterReception",
  727. "vehicleOccupied": "vehicleOccupied",
  728. "vehicleOccupiedPeriod": "vehicleOccupiedPeriod",
  729. "mileageInvalid": "mileageInvalid",
  730. "business": "business"
  731. },
  732. "outingLog": {
  733. "outingLogList": "outingLogList",
  734. "outingLogCreate": "outingLogCreate",
  735. "outingLogDetail": "outingLogDetail",
  736. "searchOutingLog": "searchOutingLog",
  737. "noOutingLogs": "noOutingLogs",
  738. "reportOutingLog": "reportOutingLog",
  739. "reportOutingLogDetail": "reportOutingLogDetail",
  740. "outingDetail": "outingDetail",
  741. "outingType": "outingType",
  742. "outingReason": "outingReason",
  743. "outingLocation": "outingLocation",
  744. "enterLocation": "enterLocation",
  745. "enterOutingReason": "enterOutingReason",
  746. "workSummary": "workSummary",
  747. "followUp": "followUp",
  748. "workSummaryRequiredHint": "workSummaryRequiredHint",
  749. "followUpOptional": "followUpOptional",
  750. "sitePhotos": "sitePhotos",
  751. "takePhoto": "takePhoto",
  752. "maxPhotoCount": "maxPhotoCount",
  753. "limitReached": "limitReached",
  754. "tapToTakePhoto": "tapToTakePhoto",
  755. "noPhotos": "noPhotos",
  756. "noComments": "noComments",
  757. "noPlan": "noPlan",
  758. "noWorkSummary": "noWorkSummary",
  759. "customerVisit": "customerVisit",
  760. "outingAffairs": "outingAffairs",
  761. "selectOutingType": "selectOutingType",
  762. "salesperson": "salesperson",
  763. "salespersonLabel": "salespersonLabel",
  764. "customerName": "customerName",
  765. "customerInfo": "customerInfo",
  766. "selectContact": "selectContact",
  767. "selectContactHint": "selectContactHint",
  768. "noContact": "noContact",
  769. "searchCustomer": "searchCustomer",
  770. "selectCustomerFirst": "selectCustomerFirst",
  771. "checkInAddress": "checkInAddress",
  772. "checkInTime": "checkInTime",
  773. "watermarkHint": "watermarkHint",
  774. "watermarkHintDynamic": "watermarkHintDynamic",
  775. "mockPhotoTaken": "mockPhotoTaken",
  776. "outingLogSubmitted": "outingLogSubmitted",
  777. "newComment": "newComment",
  778. "comments": "comments",
  779. "managerComment": "managerComment",
  780. "selectRating": "selectRating",
  781. "enterComment": "enterComment",
  782. "commentSent": "commentSent",
  783. "requiredSummary": "requiredSummary",
  784. "requiredPhotos": "requiredPhotos",
  785. "inputComment": "inputComment"
  786. },
  787. "announcement": {
  788. "announcementList": "announcementList",
  789. "announcementDetail": "announcementDetail",
  790. "announcementCreate": "announcementCreate",
  791. "searchAnnouncement": "searchAnnouncement",
  792. "noAnnouncements": "noAnnouncements",
  793. "announcementContent": "announcementContent",
  794. "enterContent": "enterContent",
  795. "announcementType": "announcementType",
  796. "selectAnnouncementType": "selectAnnouncementType",
  797. "publishSettings": "publishSettings",
  798. "pinAnnouncement": "pinAnnouncement",
  799. "recipientScope": "recipientScope",
  800. "selectRecipientScope": "selectRecipientScope",
  801. "addAttachment": "addAttachment",
  802. "attachmentPicker": "attachmentPicker",
  803. "attachmentLimit": "attachmentLimit",
  804. "announcementPublished": "announcementPublished",
  805. "confirmPublishTitle": "confirmPublishTitle",
  806. "confirmPublishContent": "confirmPublishContent",
  807. "expiryNever": "expiryNever",
  808. "allStaff": "allStaff",
  809. "byDept": "byDept",
  810. "byDeptHint": "byDeptHint",
  811. "byUser": "byUser",
  812. "byUserHint": "byUserHint",
  813. "selectDept": "selectDept",
  814. "coverageCount": "coverageCount",
  815. "scopeAllStaff": "scopeAllStaff",
  816. "dingReminder": "dingReminder",
  817. "dingPromptSent": "dingPromptSent",
  818. "readCount": "readCount",
  819. "unreadCount": "unreadCount",
  820. "typeAndPublishDate": "typeAndPublishDate",
  821. "titleNotFilled": "titleNotFilled",
  822. "contentNotFilled": "contentNotFilled",
  823. "announcementExpired": "announcementExpired",
  824. "selectedCount": "selectedCount",
  825. "auditTracking": "auditTracking",
  826. "mockExpandReadList": "mockExpandReadList",
  827. "mockExpandUnreadList": "mockExpandUnreadList",
  828. "announcementTypes": "announcementTypes",
  829. "previewTitle": "previewTitle",
  830. "enterTitle": "enterTitle",
  831. "hrPolicy": "hrPolicy",
  832. "holidayActivity": "holidayActivity",
  833. "filterNotice": "filterNotice",
  834. "filterHr": "filterHr",
  835. "filterHoliday": "filterHoliday",
  836. "noticeAnnouncement": "noticeAnnouncement",
  837. "pinnedToast": "pinnedToast",
  838. "deletedToast": "deletedToast",
  839. "markReadToast": "markReadToast",
  840. "markUnreadToast": "markUnreadToast",
  841. "pinTopTag": "pinTopTag",
  842. "markRead": "markRead",
  843. "markUnread": "markUnread",
  844. "markAllRead": "markAllRead",
  845. "published": "published",
  846. "publishAnnouncement": "publishAnnouncement"
  847. },
  848. "report": {
  849. "reports": "reports",
  850. "chartTitle1": "chartTitle1",
  851. "chartTitle2": "chartTitle2",
  852. "chartTitle3": "chartTitle3",
  853. "chartTitle4": "chartTitle4",
  854. "chartTitle5": "chartTitle5",
  855. "chartDesc1": "chartDesc1",
  856. "chartDesc2": "chartDesc2",
  857. "chartDesc3": "chartDesc3",
  858. "chartDesc4": "chartDesc4",
  859. "chartDesc5": "chartDesc5",
  860. "chartDeptExpenseCompare": "chartDeptExpenseCompare",
  861. "chartDeptApplyCompare": "chartDeptApplyCompare",
  862. "chartDeptOvertimeCompare": "chartDeptOvertimeCompare",
  863. "chartDeptVehicleCompare": "chartDeptVehicleCompare",
  864. "chartDeptOutingCompare": "chartDeptOutingCompare",
  865. "statTotalApproved": "statTotalApproved",
  866. "statMonthCount": "statMonthCount",
  867. "statPendingApprove": "statPendingApprove",
  868. "statPendingPayment": "statPendingPayment",
  869. "statTotalApply": "statTotalApply",
  870. "statApprovedCount": "statApprovedCount",
  871. "statApprovedAmount": "statApprovedAmount",
  872. "statMonthHours": "statMonthHours",
  873. "statMonthTrips": "statMonthTrips",
  874. "statTotalMileage": "statTotalMileage",
  875. "statTotalCost": "statTotalCost",
  876. "statNotReturned": "statNotReturned",
  877. "statMonthVisits": "statMonthVisits",
  878. "statVisitedCustomers": "statVisitedCustomers",
  879. "statAvgRating": "statAvgRating",
  880. "statNotReviewed": "statNotReviewed",
  881. "yearApproved": "yearApproved",
  882. "monthCount": "monthCount",
  883. "waitApprove": "waitApprove",
  884. "waitPayment": "waitPayment",
  885. "monthNetHours": "monthNetHours",
  886. "overtimeCount": "overtimeCount",
  887. "compHours": "compHours",
  888. "settleCount": "settleCount",
  889. "monthVehicle": "monthVehicle",
  890. "totalMileage": "totalMileage",
  891. "totalCost": "totalCost",
  892. "notReturned": "notReturned",
  893. "yearTotalApp": "yearTotalApp",
  894. "approvedCount": "approvedCount",
  895. "approvedAmount": "Approved Amount",
  896. "monthVisits": "monthVisits",
  897. "visitCustomers": "visitCustomers",
  898. "avgRating": "avgRating",
  899. "notReviewed": "notReviewed",
  900. "paidTotal": "paidTotal",
  901. "pendingPaymentTotal": "pendingPaymentTotal",
  902. "abnormalReturns": "abnormalReturns",
  903. "exportPlaceholder": "exportPlaceholder"
  904. },
  905. "messages": {
  906. "tabMessages": "tabMessages",
  907. "messageNotifications": "messageNotifications",
  908. "systemNotice": "systemNotice",
  909. "approvalNotice": "approvalNotice",
  910. "systemMessage": "systemMessage",
  911. "minutesAgo": "minutesAgo",
  912. "hoursAgo": "hoursAgo",
  913. "daysAgo": "daysAgo",
  914. "withdrawNotice": "withdrawNotice",
  915. "expiryReminder": "expiryReminder",
  916. "pendingApproval": "pendingApproval"
  917. },
  918. "admin": {
  919. "permissionManagement": "permissionManagement",
  920. "permissionEdit": "permissionEdit",
  921. "quickPresets": "quickPresets",
  922. "permissionItems": "permissionItems",
  923. "changeLog": "changeLog",
  924. "recentItems": "recentItems",
  925. "confirmSave": "confirmSave",
  926. "financeStaff": "financeStaff",
  927. "systemAdmin": "systemAdmin",
  928. "regularEmployee": "regularEmployee",
  929. "employeeId": "employeeId",
  930. "itDept": "itDept",
  931. "adminDept": "adminDept",
  932. "marketDept": "marketDept",
  933. "techDept": "techDept",
  934. "expenseApplyNo": "Application No.",
  935. "applyDate": "Apply Date",
  936. "critical": "Critical",
  937. "unused": "Unused",
  938. "partiallyUsed": "Partially Used",
  939. "fullyUsed": "Fully Used",
  940. "usageStatus": "Usage Status",
  941. "bankTransferNo": "Bank Transfer No.",
  942. "approvalStepSubmitted": "Submitted",
  943. "approvalStepApproved": "Approved",
  944. "approvalStepFinanceReview": "Finance Review",
  945. "approvalStepInvoice": "Invoice Verification",
  946. "approvalStepPayment": "Payment & Archive",
  947. "approvalStepArchive": "Archive",
  948. "approvalStepArchiveDesc": "Auto-archived after approval completes",
  949. "approvalStepPaymentDesc": "Pending all 3 verifications",
  950. "approvalDescSubmitted": "Zhang San",
  951. "approvalDescApproved": "Li Si — Approved",
  952. "approvalDescFinanceReview": "Wang — Finance Dept.",
  953. "approvalDescInvoice": "Wang — Finance Dept.",
  954. "draftFound": "Draft Found",
  955. "draftRestorePrompt": "An unfinished form was found. Restore it?",
  956. "discard": "Discard",
  957. "restore": "Restore",
  958. "noAttachment": "No attachments",
  959. "attachServiceUnavailable": "Attachment service unavailable",
  960. "downloadFailed": "Download failed",
  961. "openFailed": "Open failed",
  962. "downloading": "Loading…",
  963. "headerAttachments": "Header Attachments",
  964. "detailLine": "Detail Line"
  965. }
  966. }