en.json 36 KB

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