en.json 36 KB

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