summaryrefslogtreecommitdiff
path: root/locale/tw_utf/arap
blob: 2b088dec97c342c2d938fcfaaa267577dc680d3f (plain)
  1. $self{charset} = 'UTF-8';
  2. $self{texts} = {
  3. 'Address' => '地址',
  4. 'Bcc' => '不顯示抄送',
  5. 'Cc' => '抄送',
  6. 'Continue' => '繼續',
  7. 'Customer not on file!' => '沒有此客戶的記錄!',
  8. 'Date' => '日期',
  9. 'Day(s)' => '日',
  10. 'Delete Schedule' => '刪除時間表',
  11. 'Description' => '說明',
  12. 'E-mail' => '電子郵件',
  13. 'E-mail message' => '電子郵件訊息',
  14. 'Every' => '每',
  15. 'For' => '重覆',
  16. 'Include Payment' => '包括付款',
  17. 'Message' => '訊息',
  18. 'Month(s)' => '月',
  19. 'Next Date' => '下一日',
  20. 'Number' => '編號',
  21. 'Print' => '列印',
  22. 'Project not on file!' => '沒有此項目的記錄!',
  23. 'Recurring Transaction' => '重覆出現的交易',
  24. 'Reference' => '參考資料',
  25. 'Repeat' => '重覆',
  26. 'Save Schedule' => '儲存時間表',
  27. 'Select from one of the names below' => '於下列姓名中選擇一個',
  28. 'Select from one of the projects below' => '於下列項目中選擇一個',
  29. 'Startdate' => '開始日期',
  30. 'Subject' => '標題',
  31. 'To' => '至',
  32. 'Vendor not on file!' => '沒有此供應商的記錄!',
  33. 'Warning!' => '警告!',
  34. 'Week(s)' => '星期',
  35. 'Year(s)' => '年',
  36. 'You are posting an existing transaction!' => '您正在加入一個現存的交易!',
  37. 'You are printing and posting an existing transaction!' => '您正在列印及加入一個現存的交易!',
  38. 'You are printing and saving an existing order' => '您正在列印及儲存一張現存的訂單!',
  39. 'You are printing and saving an existing quotation' => '您正在列印及儲存一張現存的報價單!',
  40. 'You are saving an existing order' => '您正在儲存一張現存的訂單!',
  41. 'You are saving an existing quotation' => '您正在儲存一張現存的報價單!',
  42. 'for' => '為了',
  43. 'sent' => '已送出',
  44. 'time(s)' => '次',
  45. };
  46. $self{subs} = {
  47. 'add_transaction' => 'add_transaction',
  48. 'ap_transaction' => 'ap_transaction',
  49. 'ar_transaction' => 'ar_transaction',
  50. 'check_name' => 'check_name',
  51. 'check_project' => 'check_project',
  52. 'continue' => 'continue',
  53. 'delete_schedule' => 'delete_schedule',
  54. 'gl_transaction' => 'gl_transaction',
  55. 'name_selected' => 'name_selected',
  56. 'post_as_new' => 'post_as_new',
  57. 'print_and_post_as_new' => 'print_and_post_as_new',
  58. 'project_selected' => 'project_selected',
  59. 'rebuild_vc' => 'rebuild_vc',
  60. 'repost' => 'repost',
  61. 'reprint' => 'reprint',
  62. 'sales_invoice_' => 'sales_invoice_',
  63. 'save_schedule' => 'save_schedule',
  64. 'schedule' => 'schedule',
  65. 'select_name' => 'select_name',
  66. 'select_project' => 'select_project',
  67. 'vendor_invoice_' => 'vendor_invoice_',
  68. '繼續' => 'continue',
  69. '刪除時間表' => 'delete_schedule',
  70. '儲存時間表' => 'save_schedule',
  71. };
  72. 1;