actions.php 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <?php
  2. declare(strict_types=1);
  3. return [
  4. 'accept' => '接受',
  5. 'action' => '行動',
  6. 'actions' => '行動',
  7. 'add' => '添加',
  8. 'admin' => '行政',
  9. 'agree' => '同意',
  10. 'archive' => '檔案',
  11. 'assign' => '分配',
  12. 'attach' => '附',
  13. 'browse' => '瀏覽',
  14. 'cancel' => '取消',
  15. 'choose' => '選擇',
  16. 'choose_file' => '選擇文件',
  17. 'choose_image' => '選擇圖片',
  18. 'click_to_copy' => '點選複製',
  19. 'close' => '關閉',
  20. 'collapse' => '坍塌',
  21. 'collapse_all' => '全部收縮',
  22. 'comment' => '評論',
  23. 'confirm' => '確認',
  24. 'connect' => '連接',
  25. 'create' => '創造',
  26. 'delete' => '刪除',
  27. 'detach' => '分離',
  28. 'details' => '細節',
  29. 'disable' => '停用',
  30. 'discard' => '丟棄',
  31. 'done' => '完畢',
  32. 'down' => '向下',
  33. 'duplicate' => '複製',
  34. 'edit' => '編輯',
  35. 'enable' => '使能夠',
  36. 'expand' => '擴張',
  37. 'expand_all' => '展開全部',
  38. 'explanation' => '解釋',
  39. 'export' => '出口',
  40. 'file' => ':Attribute 必須是有效的檔案。',
  41. 'files' => '文件',
  42. 'go_home' => '回家',
  43. 'hide' => '隱藏',
  44. 'home' => '家',
  45. 'image' => ':Attribute 必須是一張圖片。',
  46. 'Impersonate' => '模擬登入',
  47. 'Impersonation' => '冒充',
  48. 'import' => '進口',
  49. 'introduction' => '介紹',
  50. 'like' => '喜歡',
  51. 'load' => '載入',
  52. 'localize' => '在地化',
  53. 'named' => [
  54. 'choose' => '選擇:name',
  55. 'duplicate' => '重複:名稱',
  56. 'edit' => '編輯:name',
  57. 'hide' => '隱藏 :name',
  58. 'import' => '進口 :name',
  59. 'new' => '新 :name',
  60. 'restore' => '恢復:name',
  61. 'save' => '節省 :name',
  62. 'search' => '搜尋 :name',
  63. 'show' => '顯示 :name',
  64. 'update' => '更新:name',
  65. 'view' => '查看 :name',
  66. ],
  67. 'new' => '新的',
  68. 'no' => '不',
  69. 'open' => '打開',
  70. 'open_website' => '在網站上打開',
  71. 'preview' => '預覽',
  72. 'price' => '價格',
  73. 'restore' => '恢復',
  74. 'save' => '節省',
  75. 'save_and_close' => '儲存並關閉',
  76. 'save_and_return' => '儲存並返回',
  77. 'search' => '搜尋',
  78. 'select' => '選擇',
  79. 'select_all' => '全選',
  80. 'send' => '傳送',
  81. 'settings' => '設定',
  82. 'show' => '展示',
  83. 'show_all' => '顯示所有',
  84. 'solve' => '解決',
  85. 'submit' => '提交',
  86. 'subscribe' => '訂閱',
  87. 'switch' => '轉變',
  88. 'switch_to_role' => '切換角色',
  89. 'tag' => '標籤',
  90. 'tags' => '標籤',
  91. 'target_link' => [
  92. 'blank' => '在新視窗中開啟',
  93. 'parent' => '在父框架中打開',
  94. 'self' => '在目前視窗中開啟',
  95. 'top' => '在最上面的框架中打開',
  96. ],
  97. 'translate' => '翻譯',
  98. 'translate_it' => '翻譯它',
  99. 'unpack' => '打開包裝',
  100. 'unsubscribe' => '退訂',
  101. 'up' => '向上',
  102. 'update' => '更新',
  103. 'user' => '找不到該 E-mail 對應的使用者。',
  104. 'view' => '看法',
  105. 'yes' => '是的',
  106. ];