actions.php 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <?php
  2. declare(strict_types=1);
  3. return [
  4. 'accept' => 'Accept',
  5. 'action' => 'Action',
  6. 'actions' => 'Actions',
  7. 'add' => 'Add',
  8. 'admin' => 'Admin',
  9. 'agree' => 'Agree',
  10. 'archive' => 'Archive',
  11. 'assign' => 'Assign',
  12. 'attach' => 'Attach',
  13. 'browse' => 'Browse',
  14. 'cancel' => 'Cancel',
  15. 'choose' => 'Choose',
  16. 'choose_file' => 'Choose File',
  17. 'choose_image' => 'Choose Image',
  18. 'click_to_copy' => 'Click to copy',
  19. 'close' => 'Close',
  20. 'collapse' => 'Collapse',
  21. 'collapse_all' => 'Collapse All',
  22. 'comment' => 'Comment',
  23. 'confirm' => 'Confirm',
  24. 'connect' => 'Connect',
  25. 'create' => 'Create',
  26. 'delete' => 'Delete',
  27. 'detach' => 'Detach',
  28. 'details' => 'Details',
  29. 'disable' => 'Disable',
  30. 'discard' => 'Discard',
  31. 'done' => 'Done',
  32. 'down' => 'Down',
  33. 'duplicate' => 'Duplicate',
  34. 'edit' => 'Edit',
  35. 'enable' => 'Enable',
  36. 'expand' => 'Expand',
  37. 'expand_all' => 'Expand All',
  38. 'explanation' => 'Explanation',
  39. 'export' => 'Export',
  40. 'file' => 'The :attribute must be a file.',
  41. 'files' => 'Files',
  42. 'go_home' => 'Go Home',
  43. 'hide' => 'Hide',
  44. 'home' => 'Home',
  45. 'image' => 'The :attribute must be an image.',
  46. 'Impersonate' => 'Impersonate',
  47. 'Impersonation' => 'Impersonation',
  48. 'import' => 'Import',
  49. 'introduction' => 'Introduction',
  50. 'like' => 'Like',
  51. 'load' => 'Load',
  52. 'localize' => 'Localize',
  53. 'named' => [
  54. 'choose' => 'Choose :name',
  55. 'duplicate' => 'Duplicate: name',
  56. 'edit' => 'Edit :name',
  57. 'hide' => 'Hide :name',
  58. 'import' => 'Import :name',
  59. 'new' => 'New :name',
  60. 'restore' => 'Restore :name',
  61. 'save' => 'Save :name',
  62. 'search' => 'Search :name',
  63. 'show' => 'Show :name',
  64. 'update' => 'Update :name',
  65. 'view' => 'View :name',
  66. ],
  67. 'new' => 'New',
  68. 'no' => 'No',
  69. 'open' => 'Open',
  70. 'open_website' => 'Open on the website',
  71. 'preview' => 'Preview',
  72. 'price' => 'Price',
  73. 'restore' => 'Restore',
  74. 'save' => 'Save',
  75. 'save_and_close' => 'Save & Close',
  76. 'save_and_return' => 'Save & Return',
  77. 'search' => 'Search',
  78. 'select' => 'Select',
  79. 'select_all' => 'Select All',
  80. 'send' => 'Send',
  81. 'settings' => 'Settings',
  82. 'show' => 'Show',
  83. 'show_all' => 'Show All',
  84. 'solve' => 'Solve',
  85. 'submit' => 'Submit',
  86. 'subscribe' => 'Subscribe',
  87. 'switch' => 'Switch',
  88. 'switch_to_role' => 'Switch To Role',
  89. 'tag' => 'Tag',
  90. 'tags' => 'Tags',
  91. 'target_link' => [
  92. 'blank' => 'Open in a new window',
  93. 'parent' => 'Open in a parent frame',
  94. 'self' => 'Open in a current window',
  95. 'top' => 'Open in the topmost frame',
  96. ],
  97. 'translate' => 'Translate',
  98. 'translate_it' => 'Translate It',
  99. 'unpack' => 'Unpack',
  100. 'unsubscribe' => 'Unsubscribe',
  101. 'up' => 'Up',
  102. 'update' => 'Update',
  103. 'user' => 'We can\'t find a user with that email address.',
  104. 'view' => 'View',
  105. 'yes' => 'Yes',
  106. ];