activeadmin 4.0.0.beta2 → 4.0.0.beta22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (151) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +18 -2
  3. data/CONTRIBUTING.md +13 -13
  4. data/README.md +4 -4
  5. data/UPGRADING.md +274 -0
  6. data/app/controllers/active_admin/base_controller/authorization.rb +1 -1
  7. data/app/controllers/active_admin/base_controller/menu.rb +2 -2
  8. data/app/controllers/active_admin/resource_controller/data_access.rb +9 -4
  9. data/app/controllers/active_admin/resource_controller/decorators.rb +1 -1
  10. data/app/controllers/active_admin/resource_controller/streaming.rb +3 -3
  11. data/app/controllers/active_admin/resource_controller.rb +1 -1
  12. data/app/helpers/active_admin/display_helper.rb +3 -3
  13. data/app/helpers/active_admin/form_helper.rb +1 -1
  14. data/app/helpers/active_admin/layout_helper.rb +2 -2
  15. data/app/javascript/active_admin/features/batch_actions.js +10 -4
  16. data/app/javascript/active_admin/features/main_menu.js +3 -2
  17. data/app/views/active_admin/_flash_messages.html.erb +4 -4
  18. data/app/views/active_admin/_main_navigation.html.erb +28 -11
  19. data/app/views/active_admin/_page_header.html.erb +2 -2
  20. data/app/views/active_admin/_site_footer.html.erb +1 -1
  21. data/app/views/active_admin/_site_header.html.erb +7 -7
  22. data/app/views/active_admin/devise/confirmations/new.html.erb +1 -1
  23. data/app/views/active_admin/devise/passwords/edit.html.erb +1 -1
  24. data/app/views/active_admin/devise/passwords/new.html.erb +1 -1
  25. data/app/views/active_admin/devise/registrations/new.html.erb +1 -1
  26. data/app/views/active_admin/devise/sessions/new.html.erb +1 -1
  27. data/app/views/active_admin/devise/unlocks/new.html.erb +1 -1
  28. data/app/views/active_admin/kaminari/_gap.html.erb +1 -1
  29. data/app/views/active_admin/kaminari/_next_page.html.erb +1 -1
  30. data/app/views/active_admin/kaminari/_prev_page.html.erb +1 -1
  31. data/app/views/active_admin/page/index.html.arb +1 -2
  32. data/app/views/active_admin/resource/_form.html.arb +0 -1
  33. data/app/views/active_admin/resource/_form_default.html.arb +0 -1
  34. data/app/views/active_admin/resource/_index_as_table_default.html.arb +0 -1
  35. data/app/views/active_admin/resource/_show_default.html.arb +0 -1
  36. data/app/views/active_admin/resource/edit.html.arb +0 -1
  37. data/app/views/active_admin/resource/index.html.arb +1 -2
  38. data/app/views/active_admin/resource/new.html.arb +0 -1
  39. data/app/views/active_admin/resource/show.html.arb +0 -1
  40. data/app/views/active_admin/shared/_resource_comments.html.erb +7 -7
  41. data/app/views/active_admin/shared/_sidebar_section.html.arb +0 -1
  42. data/app/views/layouts/active_admin.html.erb +1 -1
  43. data/config/importmap.rb +5 -0
  44. data/config/locales/ar.yml +136 -100
  45. data/config/locales/az.yml +103 -102
  46. data/config/locales/bg.yml +91 -90
  47. data/config/locales/bs.yml +95 -94
  48. data/config/locales/ca.yml +131 -77
  49. data/config/locales/cs.yml +82 -81
  50. data/config/locales/da.yml +102 -101
  51. data/config/locales/de.yml +130 -125
  52. data/config/locales/el.yml +94 -93
  53. data/config/locales/en-CA.yml +104 -103
  54. data/config/locales/en-GB.yml +104 -103
  55. data/config/locales/en.yml +134 -130
  56. data/config/locales/eo.yml +107 -106
  57. data/config/locales/es-MX.yml +70 -69
  58. data/config/locales/es.yml +129 -122
  59. data/config/locales/fa.yml +91 -90
  60. data/config/locales/fi.yml +84 -83
  61. data/config/locales/fr.yml +135 -126
  62. data/config/locales/he.yml +103 -102
  63. data/config/locales/hr.yml +95 -94
  64. data/config/locales/hu.yml +76 -75
  65. data/config/locales/id.yml +97 -96
  66. data/config/locales/it.yml +134 -124
  67. data/config/locales/ja.yml +109 -104
  68. data/config/locales/ko.yml +136 -92
  69. data/config/locales/lt.yml +106 -105
  70. data/config/locales/lv.yml +70 -69
  71. data/config/locales/mk.yml +100 -99
  72. data/config/locales/nb.yml +98 -97
  73. data/config/locales/nl.yml +113 -114
  74. data/config/locales/pl.yml +137 -130
  75. data/config/locales/pt-BR.yml +134 -105
  76. data/config/locales/pt-PT.yml +71 -70
  77. data/config/locales/ro.yml +74 -73
  78. data/config/locales/ru.yml +142 -106
  79. data/config/locales/sk.yml +131 -130
  80. data/config/locales/sv-SE.yml +126 -125
  81. data/config/locales/tr.yml +105 -104
  82. data/config/locales/uk.yml +140 -103
  83. data/config/locales/vi.yml +125 -124
  84. data/config/locales/zh-CN.yml +135 -125
  85. data/config/locales/zh-TW.yml +136 -100
  86. data/lib/active_admin/application.rb +5 -5
  87. data/lib/active_admin/application_settings.rb +1 -1
  88. data/lib/active_admin/async_count.rb +21 -0
  89. data/lib/active_admin/batch_actions/resource_extension.rb +2 -2
  90. data/lib/active_admin/batch_actions/views/batch_action_form.rb +1 -1
  91. data/lib/active_admin/batch_actions/views/selection_cells.rb +1 -1
  92. data/lib/active_admin/batch_actions.rb +4 -4
  93. data/lib/active_admin/collection_decorator.rb +1 -1
  94. data/lib/active_admin/csv_builder.rb +1 -1
  95. data/lib/active_admin/dependency.rb +1 -1
  96. data/lib/active_admin/dsl.rb +2 -2
  97. data/lib/active_admin/dynamic_settings_node.rb +2 -2
  98. data/lib/active_admin/engine.rb +5 -2
  99. data/lib/active_admin/filters/active.rb +2 -2
  100. data/lib/active_admin/filters/active_filter.rb +1 -7
  101. data/lib/active_admin/filters/forms.rb +0 -3
  102. data/lib/active_admin/filters/resource_extension.rb +2 -2
  103. data/lib/active_admin/filters.rb +5 -5
  104. data/lib/active_admin/form_builder.rb +4 -9
  105. data/lib/active_admin/helpers/optional_display.rb +1 -1
  106. data/lib/active_admin/inputs/filters/base/search_method_select.rb +2 -2
  107. data/lib/active_admin/inputs/filters/select_input.rb +1 -3
  108. data/lib/active_admin/localizers.rb +1 -1
  109. data/lib/active_admin/menu.rb +2 -2
  110. data/lib/active_admin/menu_item.rb +1 -1
  111. data/lib/active_admin/namespace.rb +1 -1
  112. data/lib/active_admin/namespace_settings.rb +1 -1
  113. data/lib/active_admin/orm/active_record/comments/views/active_admin_comments.rb +1 -1
  114. data/lib/active_admin/orm/active_record/comments/views.rb +2 -2
  115. data/lib/active_admin/orm/active_record/comments.rb +7 -7
  116. data/lib/active_admin/orm/active_record.rb +1 -1
  117. data/lib/active_admin/pundit_adapter.rb +4 -4
  118. data/lib/active_admin/resource/action_items.rb +3 -3
  119. data/lib/active_admin/resource/attributes.rb +8 -1
  120. data/lib/active_admin/resource/belongs_to.rb +0 -1
  121. data/lib/active_admin/resource/naming.rb +1 -1
  122. data/lib/active_admin/resource/page_presenters.rb +2 -2
  123. data/lib/active_admin/resource/sidebars.rb +1 -1
  124. data/lib/active_admin/resource.rb +21 -19
  125. data/lib/active_admin/resource_collection.rb +1 -1
  126. data/lib/active_admin/resource_dsl.rb +2 -2
  127. data/lib/active_admin/router.rb +5 -5
  128. data/lib/active_admin/scope.rb +10 -0
  129. data/lib/active_admin/version.rb +1 -1
  130. data/lib/active_admin/view_helpers/method_or_proc_helper.rb +1 -1
  131. data/lib/active_admin/views/components/active_admin_form.rb +2 -2
  132. data/lib/active_admin/views/components/attributes_table.rb +10 -4
  133. data/lib/active_admin/views/components/paginated_collection.rb +4 -1
  134. data/lib/active_admin/views/components/panel.rb +1 -1
  135. data/lib/active_admin/views/components/scopes.rb +26 -4
  136. data/lib/active_admin/views/components/table_for.rb +7 -2
  137. data/lib/active_admin/views/index_as_table.rb +22 -6
  138. data/lib/active_admin.rb +11 -6
  139. data/lib/activeadmin.rb +1 -1
  140. data/lib/generators/active_admin/assets/templates/active_admin.css +3 -3
  141. data/lib/generators/active_admin/assets/templates/tailwind.config.js +9 -5
  142. data/lib/generators/active_admin/devise/devise_generator.rb +2 -2
  143. data/lib/generators/active_admin/install/templates/active_admin.rb.erb +1 -1
  144. data/lib/generators/active_admin/resource/resource_generator.rb +6 -2
  145. data/lib/generators/active_admin/resource/templates/resource.rb.erb +2 -2
  146. data/plugin.js +424 -0
  147. data/vendor/javascript/flowbite.js +1 -2
  148. data/vendor/javascript/rails_ujs_esm.js +1 -0
  149. metadata +35 -20
  150. data/config/locales/de-CH.yml +0 -84
  151. data/lib/active_admin/views/components/tabs.rb +0 -40
@@ -1,116 +1,117 @@
1
- "en-CA":
1
+ ---
2
+ en-CA:
2
3
  active_admin:
3
- dashboard: Dashboard
4
- view: "View"
5
- edit: "Edit"
6
- delete: "Delete"
7
- delete_confirmation: "Are you sure you want to delete this?"
8
- create_another: "Create another %{model}"
9
- new_model: "New %{model}"
10
- edit_model: "Edit %{model}"
11
- delete_model: "Delete %{model}"
12
- details: "%{model} Details"
13
- cancel: "Cancel"
14
- empty: "Empty"
15
- previous: "Previous"
16
- next: "Next"
17
- download: "Download:"
18
- has_many_new: "Add New %{model}"
19
- has_many_delete: "Delete"
20
- has_many_remove: "Remove"
21
- filters:
22
- buttons:
23
- filter: "Filter"
24
- clear: "Clear Filters"
25
- search_status:
26
- no_current_filters: "None"
27
- status_tag:
28
- "yes": "Yes"
29
- "no": "No"
30
- "unset": "No"
31
- logout: "Logout"
32
- powered_by: "Powered by %{active_admin} %{version}"
33
- sidebars:
34
- filters: "Filters"
35
- search_status: "Search Status"
36
- pagination:
37
- empty: "No %{model} found"
38
- one: "Displaying <b>1</b> %{model}"
39
- one_page: "Displaying <b>all %{n}</b> %{model}"
40
- multiple: "Displaying %{model} <b>%{from}&nbsp;-&nbsp;%{to}</b> of <b>%{total}</b> in total"
41
- multiple_without_total: "Displaying %{model} <b>%{from}&nbsp;-&nbsp;%{to}</b>"
42
- per_page: "Per page: "
43
- entry:
44
- one: "entry"
45
- other: "entries"
46
- any: "Any"
47
- blank_slate:
48
- content: "There are no %{resource_name} yet."
49
- link: "Create one"
4
+ access_denied:
5
+ message: You are not authorized to perform this action.
6
+ any: Any
50
7
  batch_actions:
51
- button_label: "Batch Actions"
52
- default_confirmation: "Are you sure you want to do this?"
53
- delete_confirmation: "Are you sure you want to delete these %{plural_model}?"
54
- succesfully_destroyed:
55
- one: "Successfully deleted 1 %{model}"
56
- other: "Successfully deleted %{count} %{plural_model}"
57
- selection_toggle_explanation: "(Toggle Selection)"
58
8
  action_label: "%{title} Selected"
9
+ button_label: Batch Actions
10
+ default_confirmation: Are you sure you want to do this?
11
+ delete_confirmation: Are you sure you want to delete these %{plural_model}?
59
12
  labels:
60
- destroy: "Delete"
13
+ destroy: Delete
14
+ selection_toggle_explanation: "(Toggle Selection)"
15
+ successfully_destroyed:
16
+ one: Successfully deleted 1 %{model}
17
+ other: Successfully deleted %{count} %{plural_model}
18
+ blank_slate:
19
+ content: There are no %{resource_name} yet.
20
+ link: Create one
21
+ cancel: Cancel
61
22
  comments:
62
- created_at: "Created"
63
- resource_type: "Resource Type"
64
- author_type: "Author Type"
65
- body: "Body"
66
- author: "Author"
67
- add: "Add Comment"
68
- delete: "Delete Comment"
69
- delete_confirmation: "Are you sure you want to delete these comments?"
70
- resource: "Resource"
71
- no_comments_yet: "No comments yet."
72
- author_missing: "Anonymous"
73
- title_content: "Comments (%{count})"
23
+ add: Add Comment
24
+ author: Author
25
+ author_missing: Anonymous
26
+ author_type: Author Type
27
+ body: Body
28
+ created_at: Created
29
+ delete: Delete Comment
30
+ delete_confirmation: Are you sure you want to delete these comments?
74
31
  errors:
75
- empty_text: "Comment wasn't saved, text was empty."
32
+ empty_text: Comment wasn't saved, text was empty.
33
+ no_comments_yet: No comments yet.
34
+ resource: Resource
35
+ resource_type: Resource Type
36
+ title_content: Comments (%{count})
37
+ create_another: Create another %{model}
38
+ dashboard: Dashboard
39
+ delete: Delete
40
+ delete_confirmation: Are you sure you want to delete this?
41
+ delete_model: Delete %{model}
42
+ details: "%{model} Details"
76
43
  devise:
77
- username:
78
- title: "Username"
44
+ change_password:
45
+ submit: Change my password
46
+ title: Change your password
79
47
  email:
80
- title: "Email"
81
- subdomain:
82
- title: "Subdomain"
48
+ title: Email
49
+ links:
50
+ forgot_your_password: Forgot your password?
51
+ resend_confirmation_instructions: Resend confirmation instructions
52
+ resend_unlock_instructions: Resend unlock instructions
53
+ sign_in: Sign in
54
+ sign_in_with_omniauth_provider: Sign in with %{provider}
55
+ sign_up: Sign up
56
+ login:
57
+ remember_me: Remember me
58
+ submit: Login
59
+ title: Login
83
60
  password:
84
- title: "Password"
61
+ title: Password
85
62
  password_confirmation:
86
- title: "Confirm Password"
87
- sign_up:
88
- title: "Sign up"
89
- submit: "Sign up"
90
- login:
91
- title: "Login"
92
- remember_me: "Remember me"
93
- submit: "Login"
63
+ title: Confirm Password
64
+ resend_confirmation_instructions:
65
+ submit: Resend confirmation instructions
66
+ title: Resend confirmation instructions
94
67
  reset_password:
95
- title: "Forgot your password?"
96
- submit: "Reset My Password"
97
- change_password:
98
- title: "Change your password"
99
- submit: "Change my password"
68
+ submit: Reset My Password
69
+ title: Forgot your password?
70
+ sign_up:
71
+ submit: Sign up
72
+ title: Sign up
73
+ subdomain:
74
+ title: Subdomain
100
75
  unlock:
101
- title: "Resend unlock instructions"
102
- submit: "Resend unlock instructions"
103
- resend_confirmation_instructions:
104
- title: "Resend confirmation instructions"
105
- submit: "Resend confirmation instructions"
106
- links:
107
- sign_up: "Sign up"
108
- sign_in: "Sign in"
109
- forgot_your_password: "Forgot your password?"
110
- sign_in_with_omniauth_provider: "Sign in with %{provider}"
111
- resend_unlock_instructions: "Resend unlock instructions"
112
- resend_confirmation_instructions: "Resend confirmation instructions"
113
- access_denied:
114
- message: "You are not authorized to perform this action."
76
+ submit: Resend unlock instructions
77
+ title: Resend unlock instructions
78
+ username:
79
+ title: Username
80
+ download: 'Download:'
81
+ edit: Edit
82
+ edit_model: Edit %{model}
83
+ empty: Empty
84
+ filters:
85
+ buttons:
86
+ clear: Clear Filters
87
+ filter: Filter
88
+ has_many_delete: Delete
89
+ has_many_new: Add New %{model}
90
+ has_many_remove: Remove
115
91
  index_list:
116
- table: "Table"
92
+ table: Table
93
+ logout: Logout
94
+ new_model: New %{model}
95
+ next: Next
96
+ pagination:
97
+ empty: No %{model} found
98
+ entry:
99
+ one: entry
100
+ other: entries
101
+ multiple: Displaying %{model} <b>%{from}&nbsp;-&nbsp;%{to}</b> of <b>%{total}</b> in total
102
+ multiple_without_total: Displaying %{model} <b>%{from}&nbsp;-&nbsp;%{to}</b>
103
+ one: Displaying <b>1</b> %{model}
104
+ one_page: Displaying <b>all %{n}</b> %{model}
105
+ per_page: 'Per page: '
106
+ powered_by: Powered by %{active_admin} %{version}
107
+ previous: Previous
108
+ search_status:
109
+ no_current_filters: None
110
+ sidebars:
111
+ filters: Filters
112
+ search_status: Search Status
113
+ status_tag:
114
+ 'no': 'No'
115
+ unset: 'No'
116
+ 'yes': 'Yes'
117
+ view: View
@@ -1,116 +1,117 @@
1
- "en-GB":
1
+ ---
2
+ en-GB:
2
3
  active_admin:
3
- dashboard: Dashboard
4
- view: "View"
5
- edit: "Edit"
6
- delete: "Delete"
7
- delete_confirmation: "Are you sure you want to delete this?"
8
- create_another: "Create another %{model}"
9
- new_model: "New %{model}"
10
- edit_model: "Edit %{model}"
11
- delete_model: "Delete %{model}"
12
- details: "%{model} Details"
13
- cancel: "Cancel"
14
- empty: "Empty"
15
- previous: "Previous"
16
- next: "Next"
17
- download: "Download:"
18
- has_many_new: "Add New %{model}"
19
- has_many_delete: "Delete"
20
- has_many_remove: "Remove"
21
- filters:
22
- buttons:
23
- filter: "Filter"
24
- clear: "Clear Filters"
25
- search_status:
26
- no_current_filters: "None"
27
- status_tag:
28
- "yes": "Yes"
29
- "no": "No"
30
- "unset": "No"
31
- logout: "Logout"
32
- powered_by: "Powered by %{active_admin} %{version}"
33
- sidebars:
34
- filters: "Filters"
35
- search_status: "Search Status"
36
- pagination:
37
- empty: "No %{model} found"
38
- one: "Displaying <b>1</b> %{model}"
39
- one_page: "Displaying <b>all %{n}</b> %{model}"
40
- multiple: "Displaying %{model} <b>%{from}&nbsp;-&nbsp;%{to}</b> of <b>%{total}</b> in total"
41
- multiple_without_total: "Displaying %{model} <b>%{from}&nbsp;-&nbsp;%{to}</b>"
42
- per_page: "Per page: "
43
- entry:
44
- one: "entry"
45
- other: "entries"
46
- any: "Any"
47
- blank_slate:
48
- content: "There are no %{resource_name} yet."
49
- link: "Create one"
4
+ access_denied:
5
+ message: You are not authorised to perform this action.
6
+ any: Any
50
7
  batch_actions:
51
- button_label: "Batch Actions"
52
- default_confirmation: "Are you sure you want to do this?"
53
- delete_confirmation: "Are you sure you want to delete these %{plural_model}?"
54
- succesfully_destroyed:
55
- one: "Successfully deleted 1 %{model}"
56
- other: "Successfully deleted %{count} %{plural_model}"
57
- selection_toggle_explanation: "(Toggle Selection)"
58
8
  action_label: "%{title} Selected"
9
+ button_label: Batch Actions
10
+ default_confirmation: Are you sure you want to do this?
11
+ delete_confirmation: Are you sure you want to delete these %{plural_model}?
59
12
  labels:
60
- destroy: "Delete"
13
+ destroy: Delete
14
+ selection_toggle_explanation: "(Toggle Selection)"
15
+ successfully_destroyed:
16
+ one: Successfully deleted 1 %{model}
17
+ other: Successfully deleted %{count} %{plural_model}
18
+ blank_slate:
19
+ content: There are no %{resource_name} yet.
20
+ link: Create one
21
+ cancel: Cancel
61
22
  comments:
62
- created_at: "Created"
63
- resource_type: "Resource Type"
64
- author_type: "Author Type"
65
- body: "Body"
66
- author: "Author"
67
- add: "Add Comment"
68
- delete: "Delete Comment"
69
- delete_confirmation: "Are you sure you want to delete these comments?"
70
- resource: "Resource"
71
- no_comments_yet: "No comments yet."
72
- author_missing: "Anonymous"
73
- title_content: "Comments (%{count})"
23
+ add: Add Comment
24
+ author: Author
25
+ author_missing: Anonymous
26
+ author_type: Author Type
27
+ body: Body
28
+ created_at: Created
29
+ delete: Delete Comment
30
+ delete_confirmation: Are you sure you want to delete these comments?
74
31
  errors:
75
- empty_text: "Comment wasn't saved, text was empty."
32
+ empty_text: Comment wasn't saved, text was empty.
33
+ no_comments_yet: No comments yet.
34
+ resource: Resource
35
+ resource_type: Resource Type
36
+ title_content: Comments (%{count})
37
+ create_another: Create another %{model}
38
+ dashboard: Dashboard
39
+ delete: Delete
40
+ delete_confirmation: Are you sure you want to delete this?
41
+ delete_model: Delete %{model}
42
+ details: "%{model} Details"
76
43
  devise:
77
- username:
78
- title: "Username"
44
+ change_password:
45
+ submit: Change my password
46
+ title: Change your password
79
47
  email:
80
- title: "Email"
81
- subdomain:
82
- title: "Subdomain"
48
+ title: Email
49
+ links:
50
+ forgot_your_password: Forgot your password?
51
+ resend_confirmation_instructions: Resend confirmation instructions
52
+ resend_unlock_instructions: Resend unlock instructions
53
+ sign_in: Sign in
54
+ sign_in_with_omniauth_provider: Sign in with %{provider}
55
+ sign_up: Sign up
56
+ login:
57
+ remember_me: Remember me
58
+ submit: Login
59
+ title: Login
83
60
  password:
84
- title: "Password"
61
+ title: Password
85
62
  password_confirmation:
86
- title: "Confirm Password"
87
- sign_up:
88
- title: "Sign up"
89
- submit: "Sign up"
90
- login:
91
- title: "Login"
92
- remember_me: "Remember me"
93
- submit: "Login"
63
+ title: Confirm Password
64
+ resend_confirmation_instructions:
65
+ submit: Resend confirmation instructions
66
+ title: Resend confirmation instructions
94
67
  reset_password:
95
- title: "Forgot your password?"
96
- submit: "Reset My Password"
97
- change_password:
98
- title: "Change your password"
99
- submit: "Change my password"
68
+ submit: Reset My Password
69
+ title: Forgot your password?
70
+ sign_up:
71
+ submit: Sign up
72
+ title: Sign up
73
+ subdomain:
74
+ title: Subdomain
100
75
  unlock:
101
- title: "Resend unlock instructions"
102
- submit: "Resend unlock instructions"
103
- resend_confirmation_instructions:
104
- title: "Resend confirmation instructions"
105
- submit: "Resend confirmation instructions"
106
- links:
107
- sign_up: "Sign up"
108
- sign_in: "Sign in"
109
- forgot_your_password: "Forgot your password?"
110
- sign_in_with_omniauth_provider: "Sign in with %{provider}"
111
- resend_unlock_instructions: "Resend unlock instructions"
112
- resend_confirmation_instructions: "Resend confirmation instructions"
113
- access_denied:
114
- message: "You are not authorised to perform this action."
76
+ submit: Resend unlock instructions
77
+ title: Resend unlock instructions
78
+ username:
79
+ title: Username
80
+ download: 'Download:'
81
+ edit: Edit
82
+ edit_model: Edit %{model}
83
+ empty: Empty
84
+ filters:
85
+ buttons:
86
+ clear: Clear Filters
87
+ filter: Filter
88
+ has_many_delete: Delete
89
+ has_many_new: Add New %{model}
90
+ has_many_remove: Remove
115
91
  index_list:
116
- table: "Table"
92
+ table: Table
93
+ logout: Logout
94
+ new_model: New %{model}
95
+ next: Next
96
+ pagination:
97
+ empty: No %{model} found
98
+ entry:
99
+ one: entry
100
+ other: entries
101
+ multiple: Displaying %{model} <b>%{from}&nbsp;-&nbsp;%{to}</b> of <b>%{total}</b> in total
102
+ multiple_without_total: Displaying %{model} <b>%{from}&nbsp;-&nbsp;%{to}</b>
103
+ one: Displaying <b>1</b> %{model}
104
+ one_page: Displaying <b>all %{n}</b> %{model}
105
+ per_page: 'Per page: '
106
+ powered_by: Powered by %{active_admin} %{version}
107
+ previous: Previous
108
+ search_status:
109
+ no_current_filters: None
110
+ sidebars:
111
+ filters: Filters
112
+ search_status: Search Status
113
+ status_tag:
114
+ 'no': 'No'
115
+ unset: 'No'
116
+ 'yes': 'Yes'
117
+ view: View