summaryrefslogtreecommitdiff
path: root/locale/tw_big5/ca
blob: d4b7b640b67f2b2c13e1a26a123da03e550d20d8 (plain)
  1. $self{charset} = 'BIG5';
  2. $self{texts} = {
  3. 'AR/AP' => 'À³¦¬/À³¥I ',
  4. 'Account' => '±b¤á',
  5. 'Apr' => '¥|¤ë',
  6. 'April' => '¥|¤ë',
  7. 'Aug' => '¤K¤ë',
  8. 'August' => '¤K¤ë',
  9. 'Balance' => '¾lÃB',
  10. 'Chart of Accounts' => '·|­p¬ì¥Øªí',
  11. 'Credit' => '¶U¤è',
  12. 'Current' => '²{¦³',
  13. 'Date' => '¤é´Á',
  14. 'Debit' => '­É¤è',
  15. 'Dec' => '¤Q¤G¤ë',
  16. 'December' => '¤Q¤G¤ë',
  17. 'Department' => '³¡ªù',
  18. 'Description' => '»¡©ú',
  19. 'Feb' => '¤G¤ë',
  20. 'February' => '¤G¤ë',
  21. 'From' => '±q',
  22. 'GIFI' => '°]°È°T®§³q¥Î¯Á¤Þ(GIFI)',
  23. 'Include in Report' => '¤@¨ÖÅã¥Ü',
  24. 'Jan' => '¤@¤ë',
  25. 'January' => '¤@¤ë',
  26. 'Jul' => '¤C¤ë',
  27. 'July' => '¤C¤ë',
  28. 'Jun' => '¤»¤ë',
  29. 'June' => '¤»¤ë',
  30. 'List Transactions' => '¦C¥X©Ò¦³¥æ©ö',
  31. 'Mar' => '¤T¤ë',
  32. 'March' => '¤T¤ë',
  33. 'May' => '¤­¤ë',
  34. 'May ' => '¤­¤ë',
  35. 'Month' => '¤ë',
  36. 'Nov' => '¤Q¤@¤ë',
  37. 'November' => '¤Q¤@¤ë',
  38. 'Oct' => '¤Q¤ë',
  39. 'October' => '¤Q¤ë',
  40. 'Period' => '´Á¶¡',
  41. 'Project Number' => '¶µ¥Ø¸¹½X',
  42. 'Quarter' => '©u',
  43. 'Reference' => '°Ñ¦Ò¸ê®Æ',
  44. 'Sep' => '¤E¤ë',
  45. 'September' => '¤E¤ë',
  46. 'Subtotal' => '¤p­p',
  47. 'To' => '¦Ü',
  48. 'Year' => '¦~',
  49. };
  50. $self{subs} = {
  51. 'ca_subtotal' => 'ca_subtotal',
  52. 'chart_of_accounts' => 'chart_of_accounts',
  53. 'list' => 'list',
  54. 'list_transactions' => 'list_transactions',
  55. '¦c¥x©Ò¦³¥æ©ö' => 'list_transactions',
  56. };
  57. 1;