Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

81 lines
6.4KB

  1. <?php
  2. /**
  3. * Message translations.
  4. *
  5. * This file is automatically generated by 'yii message' command.
  6. * It contains the localizable messages extracted from source code.
  7. * You may modify this file by translating the extracted messages.
  8. *
  9. * Each array element represents the translation (value) of a message (key).
  10. * If the value is empty, the message is considered as not translated.
  11. * Messages that no longer need translation will have their translations
  12. * enclosed between a pair of '@@' marks.
  13. *
  14. * Message string can be used with plural forms format. Check i18n section
  15. * of the guide for details.
  16. *
  17. * NOTE: this file must be saved in UTF-8 encoding.
  18. */
  19. return [
  20. '(not set)' => '(未設定)',
  21. 'An internal server error occurred.' => '內部系統錯誤。',
  22. 'Are you sure you want to delete this item?' => '您確定要刪除此項嗎?',
  23. 'Delete' => '刪除',
  24. 'Error' => '錯誤',
  25. 'File upload failed.' => '未能上傳檔案。',
  26. 'Home' => '首頁',
  27. 'Invalid data received for parameter "{param}".' => '"{param}" 參數資料不正確。',
  28. 'Login Required' => '需要登入',
  29. 'Missing required arguments: {params}' => '參數不齊全:{params}',
  30. 'Missing required parameters: {params}' => '參數不齊全:{params}',
  31. 'No' => '否',
  32. 'No help for unknown command "{command}".' => '子命令 "{command}" 發生未知的錯誤。',
  33. 'No help for unknown sub-command "{command}".' => '子命令 "{command}" 發生未知的錯誤。',
  34. 'No results found.' => '沒有資料。',
  35. 'Only files with these extensions are allowed: {extensions}.' => '只可以使用以下擴充名的檔案:{extensions}。',
  36. 'Page not found.' => '找不到頁面。',
  37. 'Please fix the following errors:' => '請修正以下錯誤:',
  38. 'Please upload a file.' => '請上傳一個檔案。',
  39. 'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => '第 <b>{begin, number}-{end, number}</b> 項,共 <b>{totalCount, number}</b> 項資料.',
  40. 'The file "{file}" is not an image.' => '檔案 "{file}" 不是一個圖片檔案。',
  41. 'The file "{file}" is too big. Its size cannot exceed {limit, number} {limit, plural, one{byte} other{bytes}}.' => '檔案 "{file}" 太大。它的大小不可以超過 {limit, number} 位元組。',
  42. 'The file "{file}" is too small. Its size cannot be smaller than {limit, number} {limit, plural, one{byte} other{bytes}}.' => '檔案 "{file}" 太小。它的大小不可以小於 {limit, number} 位元組。',
  43. 'The format of {attribute} is invalid.' => '屬性 {attribute} 的格式不正確。',
  44. 'The image "{file}" is too large. The height cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => '圖像 "{file}" 太大。它的高度不可以超過 {limit, number} 像素。',
  45. 'The image "{file}" is too large. The width cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => '圖像 "{file}" 太大。它的寬度不可以超過 {limit, number} 像素。',
  46. 'The image "{file}" is too small. The height cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => '圖像 "{file}" 太小。它的高度不可以小於 {limit, number} 像素。',
  47. 'The image "{file}" is too small. The width cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => '圖像 "{file}" 太小。它的寬度不可以小於 {limit, number} 像素。',
  48. 'The verification code is incorrect.' => '驗證碼不正確。',
  49. 'Total <b>{count, number}</b> {count, plural, one{item} other{items}}.' => '總計 <b>{count, number}</b> 項資料。',
  50. 'Unable to verify your data submission.' => '您提交的資料無法被驗證。',
  51. 'Unknown command "{command}".' => '未知的指令 "{command}"。',
  52. 'Unknown option: --{name}' => '未知的選項:--{name}',
  53. 'Update' => '更新',
  54. 'View' => '查看',
  55. 'Yes' => '是',
  56. 'You are not allowed to perform this action.' => '您沒有執行此操作的權限。',
  57. 'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.' => '您最多可以上載 {limit, number} 個檔案。',
  58. 'the input value' => '該輸入',
  59. '{attribute} "{value}" has already been taken.' => '{attribute} 的值 "{value}" 已經被佔用了。',
  60. '{attribute} cannot be blank.' => '{attribute} 不能為空白。',
  61. '{attribute} is invalid.' => '{attribute} 不正確。',
  62. '{attribute} is not a valid URL.' => '{attribute} 不是一個正確的網址。',
  63. '{attribute} is not a valid email address.' => '{attribute} 不是一個正確的電郵地址。',
  64. '{attribute} must be "{requiredValue}".' => '{attribute}必須為 "{requiredValue}"。',
  65. '{attribute} must be a number.' => '{attribute} 必須為數字。',
  66. '{attribute} must be a string.' => '{attribute} 必須為字串。',
  67. '{attribute} must be an integer.' => '{attribute} 必須為整數。',
  68. '{attribute} must be either "{true}" or "{false}".' => '{attribute} 必須為 "{true}" 或 "{false}"。',
  69. '{attribute} must be greater than "{compareValue}".' => '{attribute} 必須大於 "{compareValue}"。',
  70. '{attribute} must be greater than or equal to "{compareValue}".' => '{attribute} 必須大或等於 "{compareValue}"。',
  71. '{attribute} must be less than "{compareValue}".' => '{attribute} 必須小於 "{compareValue}"。',
  72. '{attribute} must be less than or equal to "{compareValue}".' => '{attribute} 必須少或等於 "{compareValue}"。',
  73. '{attribute} must be no greater than {max}.' => '{attribute} 不可以大於 {max}。',
  74. '{attribute} must be no less than {min}.' => '{attribute} 不可以少於 {min}。',
  75. '{attribute} must be repeated exactly.' => '{attribute} 必須重複一致。',
  76. '{attribute} must not be equal to "{compareValue}".' => '{attribute} 不可以等於 "{compareValue}"。',
  77. '{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute} 應該包含至少 {min, number} 個字符。',
  78. '{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute} 只能包含最多 {max, number} 個字符。',
  79. '{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '{attribute} 應該包含 {length, number} 個字符。',
  80. ];