active_admin-acts_as_list 0.0.2 → 0.0.3
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.
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
de:
|
|
2
|
+
acts_as_list:
|
|
3
|
+
moved_to_top: "%{resource} an die erste Position verschoben"
|
|
4
|
+
moved_up: "%{resource} nach oben verschoben"
|
|
5
|
+
moved_down: "%{resource} nach unten verschoben"
|
|
6
|
+
moved_to_bottom: "%{resource} an die letzte Position verschoben"
|
|
7
|
+
illegal_move_to_top: "Konnte %{resource} nicht n die erste Position verschieben"
|
|
8
|
+
illegal_move_up: "Konnte %{resource} nicht nach oben verschieben"
|
|
9
|
+
illegal_move_down: "Konnte %{resource} nicht nach unten verschieben"
|
|
10
|
+
illegal_move_to_bottom: "Konnte %{resource} nicht n die letzte Position verschieben"
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: active_admin-acts_as_list
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.0.
|
|
5
|
+
version: 0.0.3
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Roberto Vasquez Angel
|
|
@@ -44,6 +44,7 @@ extensions: []
|
|
|
44
44
|
extra_rdoc_files: []
|
|
45
45
|
|
|
46
46
|
files:
|
|
47
|
+
- config/locales/active_admin-acts_as_list.de.yml
|
|
47
48
|
- lib/active_admin-acts_as_list/active_admin_helper.rb
|
|
48
49
|
- lib/active_admin-acts_as_list/version.rb
|
|
49
50
|
- lib/tasks/active_admin-acts_as_list_tasks.rake
|