activeadmin 4.0.0.beta15 → 4.0.0.beta16

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 (87) hide show
  1. checksums.yaml +4 -4
  2. data/UPGRADING.md +5 -3
  3. data/app/controllers/active_admin/resource_controller/data_access.rb +1 -1
  4. data/app/controllers/active_admin/resource_controller/streaming.rb +2 -2
  5. data/app/helpers/active_admin/form_helper.rb +1 -1
  6. data/app/views/active_admin/_site_header.html.erb +1 -1
  7. data/app/views/active_admin/kaminari/_gap.html.erb +1 -1
  8. data/app/views/active_admin/page/index.html.arb +1 -2
  9. data/app/views/active_admin/resource/_form.html.arb +0 -1
  10. data/app/views/active_admin/resource/_form_default.html.arb +0 -1
  11. data/app/views/active_admin/resource/_index_as_table_default.html.arb +0 -1
  12. data/app/views/active_admin/resource/_show_default.html.arb +0 -1
  13. data/app/views/active_admin/resource/edit.html.arb +0 -1
  14. data/app/views/active_admin/resource/index.html.arb +0 -1
  15. data/app/views/active_admin/resource/new.html.arb +0 -1
  16. data/app/views/active_admin/resource/show.html.arb +0 -1
  17. data/app/views/active_admin/shared/_sidebar_section.html.arb +0 -1
  18. data/app/views/layouts/active_admin.html.erb +1 -1
  19. data/config/importmap.rb +2 -2
  20. data/config/locales/ar.yml +135 -133
  21. data/config/locales/az.yml +103 -102
  22. data/config/locales/bg.yml +91 -90
  23. data/config/locales/bs.yml +95 -94
  24. data/config/locales/ca.yml +129 -128
  25. data/config/locales/cs.yml +82 -81
  26. data/config/locales/da.yml +102 -101
  27. data/config/locales/de.yml +130 -129
  28. data/config/locales/el.yml +94 -93
  29. data/config/locales/en-CA.yml +104 -103
  30. data/config/locales/en-GB.yml +104 -103
  31. data/config/locales/en.yml +134 -132
  32. data/config/locales/eo.yml +107 -106
  33. data/config/locales/es-MX.yml +70 -69
  34. data/config/locales/es.yml +129 -128
  35. data/config/locales/fa.yml +91 -90
  36. data/config/locales/fi.yml +84 -83
  37. data/config/locales/fr.yml +125 -124
  38. data/config/locales/he.yml +103 -102
  39. data/config/locales/hr.yml +95 -94
  40. data/config/locales/hu.yml +76 -75
  41. data/config/locales/id.yml +97 -96
  42. data/config/locales/it.yml +134 -132
  43. data/config/locales/ja.yml +109 -108
  44. data/config/locales/ko.yml +134 -132
  45. data/config/locales/lt.yml +106 -105
  46. data/config/locales/lv.yml +70 -69
  47. data/config/locales/mk.yml +100 -99
  48. data/config/locales/nb.yml +98 -97
  49. data/config/locales/nl.yml +113 -112
  50. data/config/locales/pl.yml +137 -136
  51. data/config/locales/pt-BR.yml +134 -105
  52. data/config/locales/pt-PT.yml +71 -70
  53. data/config/locales/ro.yml +74 -73
  54. data/config/locales/ru.yml +141 -140
  55. data/config/locales/sk.yml +131 -130
  56. data/config/locales/sv-SE.yml +126 -125
  57. data/config/locales/tr.yml +105 -104
  58. data/config/locales/uk.yml +140 -103
  59. data/config/locales/vi.yml +125 -124
  60. data/config/locales/zh-CN.yml +135 -133
  61. data/config/locales/zh-TW.yml +135 -133
  62. data/lib/active_admin/application.rb +2 -2
  63. data/lib/active_admin/batch_actions/resource_extension.rb +1 -1
  64. data/lib/active_admin/csv_builder.rb +1 -1
  65. data/lib/active_admin/dsl.rb +1 -1
  66. data/lib/active_admin/filters/active.rb +1 -1
  67. data/lib/active_admin/filters/active_filter.rb +1 -7
  68. data/lib/active_admin/filters/forms.rb +0 -3
  69. data/lib/active_admin/filters/resource_extension.rb +1 -1
  70. data/lib/active_admin/form_builder.rb +0 -4
  71. data/lib/active_admin/helpers/optional_display.rb +1 -1
  72. data/lib/active_admin/inputs/filters/base/search_method_select.rb +2 -2
  73. data/lib/active_admin/inputs/filters/select_input.rb +1 -3
  74. data/lib/active_admin/resource/action_items.rb +2 -2
  75. data/lib/active_admin/resource/belongs_to.rb +0 -1
  76. data/lib/active_admin/resource/naming.rb +1 -1
  77. data/lib/active_admin/resource.rb +1 -1
  78. data/lib/active_admin/resource_collection.rb +1 -1
  79. data/lib/active_admin/resource_dsl.rb +2 -2
  80. data/lib/active_admin/version.rb +1 -1
  81. data/lib/active_admin/view_helpers/method_or_proc_helper.rb +1 -1
  82. data/lib/active_admin/views/components/table_for.rb +1 -1
  83. data/lib/active_admin/views/index_as_table.rb +7 -2
  84. data/plugin.js +3 -12
  85. data/vendor/javascript/flowbite.js +1 -1
  86. metadata +8 -12
  87. data/lib/active_admin/views/components/tabs.rb +0 -40
@@ -1,146 +1,148 @@
1
+ ---
1
2
  en:
2
- activerecord:
3
- models:
4
- comment:
5
- one: "Comment"
6
- other: "Comments"
7
- active_admin/comment:
8
- one: "Comment"
9
- other: "Comments"
10
- attributes:
11
- active_admin/comment:
12
- author_type: "Author type"
13
- body: "Body"
14
- created_at: "Created"
15
- namespace: "Namespace"
16
- resource_type: "Resource type"
17
- updated_at: "Updated"
18
3
  active_admin:
19
- dashboard: "Dashboard"
20
- view: "View"
21
- edit: "Edit"
22
- delete: "Delete"
23
- delete_confirmation: "Are you sure you want to delete this?"
24
- create_another: "Create another %{model}"
25
- new_model: "New %{model}"
26
- edit_model: "Edit %{model}"
27
- delete_model: "Delete %{model}"
28
- details: "%{model} Details"
29
- cancel: "Cancel"
30
- empty: "Empty"
31
- previous: "Previous"
32
- next: "Next"
33
- download: "Download:"
34
- has_many_new: "Add New %{model}"
35
- has_many_delete: "Delete"
36
- has_many_remove: "Remove"
37
- move: "Move"
38
- filters:
39
- buttons:
40
- filter: "Filter"
41
- clear: "Clear Filters"
42
- predicates:
43
- from: "From"
44
- to: "To"
45
- scopes:
46
- all: "All"
47
- search_status:
48
- title: "Active Search"
49
- title_with_scope: "Active Search for %{name}"
50
- no_current_filters: "No filters applied"
51
- status_tag:
52
- "yes": "Yes"
53
- "no": "No"
54
- "unset": "Unknown"
55
- toggle_dark_mode: Toggle dark mode
56
- toggle_main_navigation_menu: Toggle main navigation menu
57
- toggle_section: Toggle section
58
- toggle_user_menu: Toggle user menu
59
- logout: "Sign out"
60
- powered_by: "Powered by %{active_admin} %{version}"
61
- sidebars:
62
- filters: "Filters"
63
- search_status: "Search Status"
64
- pagination:
65
- empty: "No %{model} found"
66
- one: "Showing <b>1</b> of <b>1</b>"
67
- one_page: "Showing <b>all %{n}</b>"
68
- multiple: "Showing <b>%{from}-%{to}</b> of <b>%{total}</b>"
69
- multiple_without_total: "Showing <b>%{from}-%{to}</b>"
70
- per_page: "Per page "
71
- previous: "Previous"
72
- next: "Next"
73
- entry:
74
- one: "entry"
75
- other: "entries"
76
- any: "Any"
77
- blank_slate:
78
- content: "There are no %{resource_name} yet."
79
- link: "Create one"
4
+ access_denied:
5
+ message: You are not authorized to perform this action.
6
+ any: Any
80
7
  batch_actions:
81
- button_label: "Batch Actions"
82
- default_confirmation: "Are you sure you want to do this?"
83
- delete_confirmation: "Are you sure you want to delete these %{plural_model}?"
84
- succesfully_destroyed:
85
- one: "Successfully deleted 1 %{model}"
86
- other: "Successfully deleted %{count} %{plural_model}"
87
- selection_toggle_explanation: "(Toggle Selection)"
88
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}?
89
12
  labels:
90
- 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
91
22
  comments:
92
- created_at: "Created"
93
- resource_type: "Resource Type"
94
- author_type: "Author Type"
95
- body: "Body"
96
- author: "Author"
97
- add: "Add Comment"
98
- delete: "Delete Comment"
99
- delete_confirmation: "Are you sure you want to delete this comment?"
100
- resource: "Resource"
101
- no_comments_yet: "No comments yet."
102
- author_missing: "Anonymous"
103
- title_content: "All 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 this comment?
104
31
  errors:
105
- 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: All 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"
106
43
  devise:
107
- username:
108
- title: "Username"
44
+ change_password:
45
+ submit: Change my password
46
+ title: Change your password
109
47
  email:
110
- title: "Email"
111
- subdomain:
112
- 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: Sign In
59
+ title: Sign In
113
60
  password:
114
- title: "Password"
61
+ title: Password
115
62
  password_confirmation:
116
- title: "Confirm Password"
117
- sign_up:
118
- title: "Sign up"
119
- submit: "Sign up"
120
- login:
121
- title: "Sign In"
122
- remember_me: "Remember me"
123
- submit: "Sign In"
63
+ title: Confirm Password
64
+ resend_confirmation_instructions:
65
+ submit: Resend confirmation instructions
66
+ title: Resend confirmation instructions
124
67
  reset_password:
125
- title: "Forgot your password?"
126
- submit: "Reset My Password"
127
- change_password:
128
- title: "Change your password"
129
- 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
130
75
  unlock:
131
- title: "Resend unlock instructions"
132
- submit: "Resend unlock instructions"
133
- resend_confirmation_instructions:
134
- title: "Resend confirmation instructions"
135
- submit: "Resend confirmation instructions"
136
- links:
137
- sign_up: "Sign up"
138
- sign_in: "Sign in"
139
- forgot_your_password: "Forgot your password?"
140
- sign_in_with_omniauth_provider: "Sign in with %{provider}"
141
- resend_unlock_instructions: "Resend unlock instructions"
142
- resend_confirmation_instructions: "Resend confirmation instructions"
143
- access_denied:
144
- 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
+ predicates:
89
+ from: From
90
+ to: To
91
+ has_many_delete: Delete
92
+ has_many_new: Add New %{model}
93
+ has_many_remove: Remove
145
94
  index_list:
146
- table: "Table"
95
+ table: Table
96
+ logout: Sign out
97
+ move: Move
98
+ new_model: New %{model}
99
+ next: Next
100
+ pagination:
101
+ empty: No %{model} found
102
+ entry:
103
+ one: entry
104
+ other: entries
105
+ multiple: Showing <b>%{from}-%{to}</b> of <b>%{total}</b>
106
+ multiple_without_total: Showing <b>%{from}-%{to}</b>
107
+ next: Next
108
+ one: Showing <b>1</b> of <b>1</b>
109
+ one_page: Showing <b>all %{n}</b>
110
+ per_page: 'Per page '
111
+ previous: Previous
112
+ truncate: "&hellip;"
113
+ powered_by: Powered by %{active_admin} %{version}
114
+ previous: Previous
115
+ scopes:
116
+ all: All
117
+ search_status:
118
+ no_current_filters: No filters applied
119
+ title: Active Search
120
+ title_with_scope: Active Search for %{name}
121
+ sidebars:
122
+ filters: Filters
123
+ search_status: Search Status
124
+ status_tag:
125
+ 'no': 'No'
126
+ unset: Unknown
127
+ 'yes': 'Yes'
128
+ toggle_dark_mode: Toggle dark mode
129
+ toggle_main_navigation_menu: Toggle main navigation menu
130
+ toggle_section: Toggle section
131
+ toggle_user_menu: Toggle user menu
132
+ view: View
133
+ activerecord:
134
+ attributes:
135
+ active_admin/comment:
136
+ author_type: Author type
137
+ body: Body
138
+ created_at: Created
139
+ namespace: Namespace
140
+ resource_type: Resource type
141
+ updated_at: Updated
142
+ models:
143
+ active_admin/comment:
144
+ one: Comment
145
+ other: Comments
146
+ comment:
147
+ one: Comment
148
+ other: Comments
@@ -1,120 +1,121 @@
1
+ ---
1
2
  eo:
2
3
  active_admin:
3
- dashboard: Panelo
4
- view: "Vidi"
5
- edit: "Redakti"
6
- delete: "Forigi"
7
- delete_confirmation: "Ĉu vi certas, ke vi volas forigi tion?"
8
- create_another: "Krei alian %{model}"
9
- new_model: "Nova %{model}"
10
- edit_model: "Redakti %{model}"
11
- delete_model: "Forigi %{model}"
12
- details: "Detaloj de %{model}"
13
- cancel: "Nuligi"
14
- empty: "Malplena"
15
- previous: "Antaŭa"
16
- next: "Sekva"
17
- download: "Elŝuti:"
18
- has_many_new: "Aldoni novan %{model}"
19
- has_many_delete: "Forigi"
20
- has_many_remove: "Forigi"
21
- move: "Movi"
22
- filters:
23
- buttons:
24
- filter: "Filtri"
25
- clear: "Viŝi filtrilojn"
26
- predicates:
27
- from: "De"
28
- to: "Al"
29
- search_status:
30
- no_current_filters: "Neniu"
31
- status_tag:
32
- "yes": "Jes"
33
- "no": "Ne"
34
- "unset": "Ne"
35
- logout: "Elsaluti"
36
- powered_by: "Povigita de %{active_admin} %{version}"
37
- sidebars:
38
- filters: "Filtriloj"
39
- search_status: "Serĉstato"
40
- pagination:
41
- empty: "Neniu %{model} trovita"
42
- one: "Montras <b>1</b> %{model}"
43
- one_page: "Montras <b>ĉiujn %{n}</b> %{model}"
44
- multiple: "Montras %{model} <b>%{from}&nbsp;-&nbsp;%{to}</b> de <b>%{total}</b> entute"
45
- multiple_without_total: "Montras %{model} <b>%{from}&nbsp;-&nbsp;%{to}</b>"
46
- per_page: "Paĝe: "
47
- entry:
48
- one: "ero"
49
- other: "eroj"
50
- any: "Ĉiuj"
51
- blank_slate:
52
- content: "Ankoraŭ ne estas %{resource_name}."
53
- link: "Krei novan"
4
+ access_denied:
5
+ message: Vi ne rajtas fari tiun agon.
6
+ any: Ĉiuj
54
7
  batch_actions:
55
- button_label: "Amasagoj"
56
- default_confirmation: "Ĉu vi certas, ke vi volas fari tion?"
57
- delete_confirmation: "Ĉu vi certas, ke vi volas forigi tiujn %{plural_model}?"
58
- succesfully_destroyed:
59
- one: "1 %{model} sukcese forigita"
60
- other: "%{count} %{plural_model} sukcese forigitaj"
61
- selection_toggle_explanation: "(Baskuligi elekton)"
62
8
  action_label: "%{title} elektita"
9
+ button_label: Amasagoj
10
+ default_confirmation: Ĉu vi certas, ke vi volas fari tion?
11
+ delete_confirmation: Ĉu vi certas, ke vi volas forigi tiujn %{plural_model}?
63
12
  labels:
64
- destroy: "Forigi"
13
+ destroy: Forigi
14
+ selection_toggle_explanation: "(Baskuligi elekton)"
15
+ successfully_destroyed:
16
+ one: 1 %{model} sukcese forigita
17
+ other: "%{count} %{plural_model} sukcese forigitaj"
18
+ blank_slate:
19
+ content: Ankoraŭ ne estas %{resource_name}.
20
+ link: Krei novan
21
+ cancel: Nuligi
65
22
  comments:
66
- created_at: "Kreita"
67
- resource_type: "Resursotipo"
68
- author_type: "Aŭtorotipo"
69
- body: "Enhavo"
70
- author: "Aŭtoro"
71
- add: "Aldoni komenton"
72
- delete: "Forigi komenton"
73
- delete_confirmation: "Ĉu vi certas, ke vi volas forigi tiun komenton?"
74
- resource: "Resurso"
75
- no_comments_yet: "Ankoraŭ neniu komento."
76
- author_missing: "Anonimulo"
77
- title_content: "Komentoj (%{count})"
23
+ add: Aldoni komenton
24
+ author: Aŭtoro
25
+ author_missing: Anonimulo
26
+ author_type: Aŭtorotipo
27
+ body: Enhavo
28
+ created_at: Kreita
29
+ delete: Forigi komenton
30
+ delete_confirmation: Ĉu vi certas, ke vi volas forigi tiun komenton?
78
31
  errors:
79
- empty_text: "La komento ne estis konservita, la teksto estis malplena."
32
+ empty_text: La komento ne estis konservita, la teksto estis malplena.
33
+ no_comments_yet: Ankoraŭ neniu komento.
34
+ resource: Resurso
35
+ resource_type: Resursotipo
36
+ title_content: Komentoj (%{count})
37
+ create_another: Krei alian %{model}
38
+ dashboard: Panelo
39
+ delete: Forigi
40
+ delete_confirmation: Ĉu vi certas, ke vi volas forigi tion?
41
+ delete_model: Forigi %{model}
42
+ details: Detaloj de %{model}
80
43
  devise:
81
- username:
82
- title: "Uzantnomo"
44
+ change_password:
45
+ submit: Ŝanĝi mian pasvorton
46
+ title: Ŝanĝi vian pasvorton
83
47
  email:
84
- title: "Retpoŝtadreso"
85
- subdomain:
86
- title: "Subdomajno"
48
+ title: Retpoŝtadreso
49
+ links:
50
+ forgot_your_password: Ĉu vi forgesis vian pasvorton?
51
+ resend_confirmation_instructions: Resendi klarigojn por konfirmi
52
+ resend_unlock_instructions: Resendi klarigojn por malŝlosi
53
+ sign_in: Ensaluti
54
+ sign_in_with_omniauth_provider: Ensaluti per %{provider}
55
+ sign_up: Registriĝi
56
+ login:
57
+ remember_me: Memori min
58
+ submit: Ensaluti
59
+ title: Ensaluti
87
60
  password:
88
- title: "Pasvorto"
61
+ title: Pasvorto
89
62
  password_confirmation:
90
- title: "Konfirmi pasvorton"
91
- sign_up:
92
- title: "Registriĝi"
93
- submit: "Registriĝi"
94
- login:
95
- title: "Ensaluti"
96
- remember_me: "Memori min"
97
- submit: "Ensaluti"
63
+ title: Konfirmi pasvorton
64
+ resend_confirmation_instructions:
65
+ submit: Resendi klarigojn por konfirmi
66
+ title: Resendi klarigojn por konfirmi
98
67
  reset_password:
99
- title: "Ĉu vi forgesis vian pasvorton?"
100
- submit: "Restarigi mian pasvorton"
101
- change_password:
102
- title: "Ŝanĝi vian pasvorton"
103
- submit: "Ŝanĝi mian pasvorton"
68
+ submit: Restarigi mian pasvorton
69
+ title: Ĉu vi forgesis vian pasvorton?
70
+ sign_up:
71
+ submit: Registriĝi
72
+ title: Registriĝi
73
+ subdomain:
74
+ title: Subdomajno
104
75
  unlock:
105
- title: "Resendi klarigojn por malŝlosi"
106
- submit: "Resendi klarigojn por malŝlosi"
107
- resend_confirmation_instructions:
108
- title: "Resendi klarigojn por konfirmi"
109
- submit: "Resendi klarigojn por konfirmi"
110
- links:
111
- sign_up: "Registriĝi"
112
- sign_in: "Ensaluti"
113
- forgot_your_password: "Ĉu vi forgesis vian pasvorton?"
114
- sign_in_with_omniauth_provider: "Ensaluti per %{provider}"
115
- resend_unlock_instructions: "Resendi klarigojn por malŝlosi"
116
- resend_confirmation_instructions: "Resendi klarigojn por konfirmi"
117
- access_denied:
118
- message: "Vi ne rajtas fari tiun agon."
76
+ submit: Resendi klarigojn por malŝlosi
77
+ title: Resendi klarigojn por malŝlosi
78
+ username:
79
+ title: Uzantnomo
80
+ download: 'Elŝuti:'
81
+ edit: Redakti
82
+ edit_model: Redakti %{model}
83
+ empty: Malplena
84
+ filters:
85
+ buttons:
86
+ clear: Viŝi filtrilojn
87
+ filter: Filtri
88
+ predicates:
89
+ from: De
90
+ to: Al
91
+ has_many_delete: Forigi
92
+ has_many_new: Aldoni novan %{model}
93
+ has_many_remove: Forigi
119
94
  index_list:
120
- table: "Tabelo"
95
+ table: Tabelo
96
+ logout: Elsaluti
97
+ move: Movi
98
+ new_model: Nova %{model}
99
+ next: Sekva
100
+ pagination:
101
+ empty: Neniu %{model} trovita
102
+ entry:
103
+ one: ero
104
+ other: eroj
105
+ multiple: Montras %{model} <b>%{from}&nbsp;-&nbsp;%{to}</b> de <b>%{total}</b> entute
106
+ multiple_without_total: Montras %{model} <b>%{from}&nbsp;-&nbsp;%{to}</b>
107
+ one: Montras <b>1</b> %{model}
108
+ one_page: Montras <b>ĉiujn %{n}</b> %{model}
109
+ per_page: 'Paĝe: '
110
+ powered_by: Povigita de %{active_admin} %{version}
111
+ previous: Antaŭa
112
+ search_status:
113
+ no_current_filters: Neniu
114
+ sidebars:
115
+ filters: Filtriloj
116
+ search_status: Serĉstato
117
+ status_tag:
118
+ 'no': Ne
119
+ unset: Ne
120
+ 'yes': Jes
121
+ view: Vidi
@@ -1,81 +1,82 @@
1
+ ---
1
2
  es-MX:
2
3
  active_admin:
3
- dashboard: Inicio
4
- view: "Ver"
5
- edit: "Editar"
6
- delete: "Eliminar"
7
- delete_confirmation: "¿Está seguro de que quiere eliminar esto?"
8
- new_model: "Añadir %{model}"
9
- edit_model: "Editar %{model}"
10
- delete_model: "Eliminar %{model}"
11
- details: "Detalles de %{model}"
12
- cancel: "Cancelar"
13
- empty: "Vacío"
14
- previous: "Anterior"
15
- next: "Siguiente"
16
- download: "Descargar:"
17
- has_many_new: "Añadir %{model}"
18
- has_many_delete: "Eliminar"
19
- has_many_remove: "Quitar"
20
- filters:
21
- buttons:
22
- filter: "Filtrar"
23
- clear: "Quitar Filtros"
24
- status_tag:
25
- "yes": "Sí"
26
- "no": "No"
27
- "unset": "No"
28
- logout: "Salir"
29
- powered_by: "Powered by %{active_admin} %{version}"
30
- sidebars:
31
- filters: "Filtros"
32
- pagination:
33
- empty: "No se han encontrado %{model}"
34
- one: "Mostrando <b>1</b> %{model}"
35
- one_page: "Mostrando <b>un total de %{n}</b> %{model}"
36
- multiple: "Mostrando %{model} <b>%{from}&nbsp;-&nbsp;%{to}</b> de un total de <b>%{total}</b>"
37
- entry:
38
- one:
39
- other:
40
- blank_slate:
41
- content: "No hay %{resource_name} aún."
42
- link: "Añadir"
43
- any: "Cualquiera"
4
+ any: Cualquiera
44
5
  batch_actions:
45
- button_label: "Acciones en masa"
46
- default_confirmation: "¿Seguro que quieres hacer esto?"
47
- delete_confirmation: "Eliminar %{plural_model}: ¿Está seguro?"
48
- succesfully_destroyed:
49
- one: "Se ha destruido 1 %{model} con éxito"
50
- other: "Se han destruido %{count} %{plural_model} con éxito"
51
- selection_toggle_explanation: "(Cambiar selección)"
52
6
  action_label: "%{title} seleccionados"
7
+ button_label: Acciones en masa
8
+ default_confirmation: "¿Seguro que quieres hacer esto?"
9
+ delete_confirmation: 'Eliminar %{plural_model}: ¿Está seguro?'
53
10
  labels:
54
- destroy: "Borrar"
11
+ destroy: Borrar
12
+ selection_toggle_explanation: "(Cambiar selección)"
13
+ successfully_destroyed:
14
+ one: Se ha destruido 1 %{model} con éxito
15
+ other: Se han destruido %{count} %{plural_model} con éxito
16
+ blank_slate:
17
+ content: No hay %{resource_name} aún.
18
+ link: Añadir
19
+ cancel: Cancelar
55
20
  comments:
56
- body: "Cuerpo"
57
- author: "Autor"
58
- add: "Comentar"
59
- resource: "Recurso"
60
- no_comments_yet: "Aún sin comentarios."
61
- title_content: "Comentarios (%{count})"
21
+ add: Comentar
22
+ author: Autor
23
+ body: Cuerpo
62
24
  errors:
63
- empty_text: "El comentario no fue guardado, el texto estaba vacío."
25
+ empty_text: El comentario no fue guardado, el texto estaba vacío.
26
+ no_comments_yet: Aún sin comentarios.
27
+ resource: Recurso
28
+ title_content: Comentarios (%{count})
29
+ dashboard: Inicio
30
+ delete: Eliminar
31
+ delete_confirmation: "¿Está seguro de que quiere eliminar esto?"
32
+ delete_model: Eliminar %{model}
33
+ details: Detalles de %{model}
64
34
  devise:
65
- login:
66
- title: "Iniciar Sesión"
67
- remember_me: "Recordarme"
68
- submit: "Iniciar Sesión"
69
- reset_password:
70
- title: "¿Olvidó su contraseña?"
71
- submit: "Restablecer mi contraseña"
72
35
  change_password:
73
- title: "Cambie su contraseña"
74
- submit: "Cambiar mi contraseña"
36
+ submit: Cambiar mi contraseña
37
+ title: Cambie su contraseña
75
38
  links:
76
- sign_in: "Iniciar Sesión"
77
- sign_up: "Registrarse"
78
39
  forgot_your_password: "¿Olvidó su contraseña?"
79
- sign_in_with_omniauth_provider: "Conéctate con %{provider}"
40
+ sign_in: Iniciar Sesión
41
+ sign_in_with_omniauth_provider: Conéctate con %{provider}
42
+ sign_up: Registrarse
43
+ login:
44
+ remember_me: Recordarme
45
+ submit: Iniciar Sesión
46
+ title: Iniciar Sesión
47
+ reset_password:
48
+ submit: Restablecer mi contraseña
49
+ title: "¿Olvidó su contraseña?"
50
+ download: 'Descargar:'
51
+ edit: Editar
52
+ edit_model: Editar %{model}
53
+ empty: Vacío
54
+ filters:
55
+ buttons:
56
+ clear: Quitar Filtros
57
+ filter: Filtrar
58
+ has_many_delete: Eliminar
59
+ has_many_new: Añadir %{model}
60
+ has_many_remove: Quitar
80
61
  index_list:
81
- table: "Tabla"
62
+ table: Tabla
63
+ logout: Salir
64
+ new_model: Añadir %{model}
65
+ next: Siguiente
66
+ pagination:
67
+ empty: No se han encontrado %{model}
68
+ entry:
69
+ one:
70
+ other:
71
+ multiple: Mostrando %{model} <b>%{from}&nbsp;-&nbsp;%{to}</b> de un total de <b>%{total}</b>
72
+ one: Mostrando <b>1</b> %{model}
73
+ one_page: Mostrando <b>un total de %{n}</b> %{model}
74
+ powered_by: Powered by %{active_admin} %{version}
75
+ previous: Anterior
76
+ sidebars:
77
+ filters: Filtros
78
+ status_tag:
79
+ 'no': 'No'
80
+ unset: 'No'
81
+ 'yes': Sí
82
+ view: Ver