rails_admin_dropzone 1.0.8 → 1.1.0
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.
- checksums.yaml +5 -5
- data/.ruby-version +1 -0
- data/Gemfile.lock +144 -110
- data/README.md +4 -8
- data/app/views/rails_admin/main/dropzone.html.haml +1 -1
- data/config/locales/mobile_upload.dk.yml +21 -0
- data/config/locales/mobile_upload.he.yml +22 -0
- data/config/locales/mobile_upload.hr.yml +21 -0
- data/config/locales/mobile_upload.ro.yml +22 -0
- data/config/locales/multiple-upload.uk_UA.yml +21 -0
- data/config/locales/multiple-upload.zh.yml +22 -0
- data/config/locales/multiple_upload.af.yml +21 -0
- data/config/locales/multiple_upload.by.yml +21 -0
- data/config/locales/multiple_upload.cs.yml +22 -0
- data/config/locales/multiple_upload.de.yml +21 -0
- data/config/locales/multiple_upload.es.yml +21 -0
- data/config/locales/multiple_upload.fi.yml +21 -0
- data/config/locales/multiple_upload.fr.yml +21 -0
- data/config/locales/multiple_upload.gr.yml +21 -0
- data/config/locales/multiple_upload.id.yml +22 -0
- data/config/locales/multiple_upload.it.yml +22 -0
- data/config/locales/multiple_upload.lt.yml +22 -0
- data/config/locales/multiple_upload.nl.yml +21 -0
- data/config/locales/multiple_upload.pl.yml +21 -0
- data/config/locales/multiple_upload.ru.yml +3 -3
- data/config/locales/multiple_upload.sk.yml +22 -0
- data/config/locales/multiple_upload.sv.yml +21 -0
- data/config/locales/multiple_upload.tr.yml +21 -0
- data/lib/rails_admin_dropzone/version.rb +1 -1
- data/rails_admin_dropzone.gemspec +8 -8
- metadata +46 -97
- data/example/.gitignore +0 -17
- data/example/Gemfile +0 -53
- data/example/Gemfile.lock +0 -215
- data/example/README.rdoc +0 -28
- data/example/Rakefile +0 -6
- data/example/app/assets/images/.keep +0 -0
- data/example/app/assets/javascripts/application.js +0 -16
- data/example/app/assets/stylesheets/application.css +0 -15
- data/example/app/controllers/application_controller.rb +0 -5
- data/example/app/controllers/concerns/.keep +0 -0
- data/example/app/helpers/application_helper.rb +0 -2
- data/example/app/mailers/.keep +0 -0
- data/example/app/models/.keep +0 -0
- data/example/app/models/album.rb +0 -7
- data/example/app/models/concerns/.keep +0 -0
- data/example/app/models/photo.rb +0 -4
- data/example/app/models/product.rb +0 -7
- data/example/app/models/product_image.rb +0 -4
- data/example/app/uploaders/photo_uploader.rb +0 -51
- data/example/app/uploaders/product_image_uploader.rb +0 -51
- data/example/app/views/layouts/application.html.erb +0 -14
- data/example/bin/bundle +0 -3
- data/example/bin/rails +0 -9
- data/example/bin/rake +0 -9
- data/example/bin/setup +0 -29
- data/example/bin/spring +0 -15
- data/example/config/application.rb +0 -35
- data/example/config/boot.rb +0 -3
- data/example/config/database.yml +0 -25
- data/example/config/environment.rb +0 -5
- data/example/config/environments/development.rb +0 -41
- data/example/config/environments/production.rb +0 -79
- data/example/config/environments/test.rb +0 -42
- data/example/config/initializers/assets.rb +0 -11
- data/example/config/initializers/backtrace_silencers.rb +0 -7
- data/example/config/initializers/cookies_serializer.rb +0 -3
- data/example/config/initializers/filter_parameter_logging.rb +0 -4
- data/example/config/initializers/inflections.rb +0 -16
- data/example/config/initializers/mime_types.rb +0 -4
- data/example/config/initializers/rails_admin.rb +0 -42
- data/example/config/initializers/session_store.rb +0 -3
- data/example/config/initializers/wrap_parameters.rb +0 -14
- data/example/config/locales/en.yml +0 -23
- data/example/config/routes.rb +0 -57
- data/example/config/secrets.yml +0 -22
- data/example/config.ru +0 -4
- data/example/db/migrate/20160708113513_create_albums.rb +0 -9
- data/example/db/migrate/20160708113527_create_photos.rb +0 -10
- data/example/db/migrate/20160711132743_create_products.rb +0 -9
- data/example/db/migrate/20160711132755_create_product_images.rb +0 -10
- data/example/db/schema.rb +0 -44
- data/example/db/seeds.rb +0 -7
- data/example/lib/assets/.keep +0 -0
- data/example/lib/tasks/.keep +0 -0
- data/example/log/.keep +0 -0
- data/example/public/404.html +0 -67
- data/example/public/422.html +0 -67
- data/example/public/500.html +0 -66
- data/example/public/favicon.ico +0 -0
- data/example/public/robots.txt +0 -5
- data/example/public/uploads/photo/image/1/i-should-buy-a-boat__6th_copy_.jpg +0 -0
- data/example/public/uploads/photo/image/1/i-should-buy-a-boat__9th_copy_.jpg +0 -0
- data/example/public/uploads/photo/image/2/i-should-buy-a-boat__7th_copy_.jpg +0 -0
- data/example/public/uploads/photo/image/3/i-should-buy-a-boat__8th_copy_.jpg +0 -0
- data/example/public/uploads/photo/image/4/i-should-buy-a-boat__6th_copy_.jpg +0 -0
- data/example/public/uploads/photo/image/5/i-should-buy-a-boat__7th_copy_.jpg +0 -0
- data/example/public/uploads/photo/image/6/i-should-buy-a-boat__8th_copy_.jpg +0 -0
- data/example/public/uploads/photo/image/7/i-should-buy-a-boat__11th_copy_.jpg +0 -0
- data/example/public/uploads/photo/image/8/i-should-buy-a-boat__8th_copy_.jpg +0 -0
- data/example/public/uploads/photo/image/9/i-should-buy-a-boat__8th_copy_.jpg +0 -0
- data/example/public/uploads/product_image/image/1/i-should-buy-a-boat__8th_copy_.jpg +0 -0
- data/example/vendor/assets/javascripts/.keep +0 -0
- data/example/vendor/assets/stylesheets/.keep +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: e0322ef8141784d96d4fd9dee297b6044733d6b5e521123ebfaad557472a55c6
|
|
4
|
+
data.tar.gz: f8715668166b7b106f2c9474688b7d70dae592181653530cc3b64ae4114af6f4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6ab12aafaa67baeada866b96caa259de0db15df93b71e23dbf5b2546ff9675a6cdd309a9d921e859962d58e472a47a483664545127ca89122d575b174c68004f
|
|
7
|
+
data.tar.gz: 99543acd5af4c03806ff6e8ebfca04d9c469e95abcc0a50c8b73e2542edee3d2309d5ac384f77f351ffef7b14dd748e8fa20c579b54e0948b546011a95e4c013
|
data/.ruby-version
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
ruby-2.7.1
|
data/Gemfile.lock
CHANGED
|
@@ -1,140 +1,174 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
rails_admin_dropzone (1.0
|
|
5
|
-
dropzonejs-rails (~> 0.
|
|
6
|
-
jquery-rails (>=
|
|
7
|
-
simple_form (~>
|
|
4
|
+
rails_admin_dropzone (1.1.0)
|
|
5
|
+
dropzonejs-rails (~> 0.8.5)
|
|
6
|
+
jquery-rails (>= 4.0, < 5)
|
|
7
|
+
simple_form (~> 5.0)
|
|
8
8
|
|
|
9
9
|
GEM
|
|
10
10
|
remote: https://rubygems.org/
|
|
11
11
|
specs:
|
|
12
|
-
|
|
13
|
-
actionpack (=
|
|
14
|
-
|
|
15
|
-
|
|
12
|
+
actioncable (6.1.0)
|
|
13
|
+
actionpack (= 6.1.0)
|
|
14
|
+
activesupport (= 6.1.0)
|
|
15
|
+
nio4r (~> 2.0)
|
|
16
|
+
websocket-driver (>= 0.6.1)
|
|
17
|
+
actionmailbox (6.1.0)
|
|
18
|
+
actionpack (= 6.1.0)
|
|
19
|
+
activejob (= 6.1.0)
|
|
20
|
+
activerecord (= 6.1.0)
|
|
21
|
+
activestorage (= 6.1.0)
|
|
22
|
+
activesupport (= 6.1.0)
|
|
23
|
+
mail (>= 2.7.1)
|
|
24
|
+
actionmailer (6.1.0)
|
|
25
|
+
actionpack (= 6.1.0)
|
|
26
|
+
actionview (= 6.1.0)
|
|
27
|
+
activejob (= 6.1.0)
|
|
28
|
+
activesupport (= 6.1.0)
|
|
16
29
|
mail (~> 2.5, >= 2.5.4)
|
|
17
|
-
rails-dom-testing (~>
|
|
18
|
-
actionpack (
|
|
19
|
-
actionview (=
|
|
20
|
-
activesupport (=
|
|
21
|
-
rack (~>
|
|
22
|
-
rack-test (
|
|
23
|
-
rails-dom-testing (~>
|
|
24
|
-
rails-html-sanitizer (~> 1.0, >= 1.0
|
|
25
|
-
|
|
26
|
-
|
|
30
|
+
rails-dom-testing (~> 2.0)
|
|
31
|
+
actionpack (6.1.0)
|
|
32
|
+
actionview (= 6.1.0)
|
|
33
|
+
activesupport (= 6.1.0)
|
|
34
|
+
rack (~> 2.0, >= 2.0.9)
|
|
35
|
+
rack-test (>= 0.6.3)
|
|
36
|
+
rails-dom-testing (~> 2.0)
|
|
37
|
+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
|
38
|
+
actiontext (6.1.0)
|
|
39
|
+
actionpack (= 6.1.0)
|
|
40
|
+
activerecord (= 6.1.0)
|
|
41
|
+
activestorage (= 6.1.0)
|
|
42
|
+
activesupport (= 6.1.0)
|
|
43
|
+
nokogiri (>= 1.8.5)
|
|
44
|
+
actionview (6.1.0)
|
|
45
|
+
activesupport (= 6.1.0)
|
|
27
46
|
builder (~> 3.1)
|
|
28
|
-
|
|
29
|
-
rails-dom-testing (~>
|
|
30
|
-
rails-html-sanitizer (~> 1.
|
|
31
|
-
activejob (
|
|
32
|
-
activesupport (=
|
|
33
|
-
globalid (>= 0.3.
|
|
34
|
-
activemodel (
|
|
35
|
-
activesupport (=
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
47
|
+
erubi (~> 1.4)
|
|
48
|
+
rails-dom-testing (~> 2.0)
|
|
49
|
+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
|
50
|
+
activejob (6.1.0)
|
|
51
|
+
activesupport (= 6.1.0)
|
|
52
|
+
globalid (>= 0.3.6)
|
|
53
|
+
activemodel (6.1.0)
|
|
54
|
+
activesupport (= 6.1.0)
|
|
55
|
+
activerecord (6.1.0)
|
|
56
|
+
activemodel (= 6.1.0)
|
|
57
|
+
activesupport (= 6.1.0)
|
|
58
|
+
activestorage (6.1.0)
|
|
59
|
+
actionpack (= 6.1.0)
|
|
60
|
+
activejob (= 6.1.0)
|
|
61
|
+
activerecord (= 6.1.0)
|
|
62
|
+
activesupport (= 6.1.0)
|
|
63
|
+
marcel (~> 0.3.1)
|
|
64
|
+
mimemagic (~> 0.3.2)
|
|
65
|
+
activesupport (6.1.0)
|
|
66
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
67
|
+
i18n (>= 1.6, < 2)
|
|
68
|
+
minitest (>= 5.1)
|
|
69
|
+
tzinfo (~> 2.0)
|
|
70
|
+
zeitwerk (~> 2.3)
|
|
71
|
+
builder (3.2.4)
|
|
72
|
+
concurrent-ruby (1.1.7)
|
|
73
|
+
crass (1.0.6)
|
|
74
|
+
diff-lcs (1.4.4)
|
|
75
|
+
dropzonejs-rails (0.8.5)
|
|
52
76
|
rails (> 3.1)
|
|
53
|
-
|
|
54
|
-
globalid (0.
|
|
55
|
-
activesupport (>= 4.
|
|
56
|
-
i18n (
|
|
57
|
-
|
|
77
|
+
erubi (1.10.0)
|
|
78
|
+
globalid (0.4.2)
|
|
79
|
+
activesupport (>= 4.2.0)
|
|
80
|
+
i18n (1.8.5)
|
|
81
|
+
concurrent-ruby (~> 1.0)
|
|
82
|
+
jquery-rails (4.4.0)
|
|
58
83
|
rails-dom-testing (>= 1, < 3)
|
|
59
84
|
railties (>= 4.2.0)
|
|
60
85
|
thor (>= 0.14, < 2.0)
|
|
61
|
-
|
|
62
|
-
|
|
86
|
+
loofah (2.8.0)
|
|
87
|
+
crass (~> 1.0.2)
|
|
63
88
|
nokogiri (>= 1.5.9)
|
|
64
|
-
mail (2.
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
activesupport (
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
89
|
+
mail (2.7.1)
|
|
90
|
+
mini_mime (>= 0.1.1)
|
|
91
|
+
marcel (0.3.3)
|
|
92
|
+
mimemagic (~> 0.3.2)
|
|
93
|
+
method_source (1.0.0)
|
|
94
|
+
mimemagic (0.3.5)
|
|
95
|
+
mini_mime (1.0.2)
|
|
96
|
+
mini_portile2 (2.4.0)
|
|
97
|
+
minitest (5.14.2)
|
|
98
|
+
nio4r (2.5.4)
|
|
99
|
+
nokogiri (1.10.10)
|
|
100
|
+
mini_portile2 (~> 2.4.0)
|
|
101
|
+
rack (2.2.3)
|
|
102
|
+
rack-test (1.1.0)
|
|
103
|
+
rack (>= 1.0, < 3)
|
|
104
|
+
rails (6.1.0)
|
|
105
|
+
actioncable (= 6.1.0)
|
|
106
|
+
actionmailbox (= 6.1.0)
|
|
107
|
+
actionmailer (= 6.1.0)
|
|
108
|
+
actionpack (= 6.1.0)
|
|
109
|
+
actiontext (= 6.1.0)
|
|
110
|
+
actionview (= 6.1.0)
|
|
111
|
+
activejob (= 6.1.0)
|
|
112
|
+
activemodel (= 6.1.0)
|
|
113
|
+
activerecord (= 6.1.0)
|
|
114
|
+
activestorage (= 6.1.0)
|
|
115
|
+
activesupport (= 6.1.0)
|
|
116
|
+
bundler (>= 1.15.0)
|
|
117
|
+
railties (= 6.1.0)
|
|
118
|
+
sprockets-rails (>= 2.0.0)
|
|
119
|
+
rails-dom-testing (2.0.3)
|
|
120
|
+
activesupport (>= 4.2.0)
|
|
121
|
+
nokogiri (>= 1.6)
|
|
122
|
+
rails-html-sanitizer (1.3.0)
|
|
123
|
+
loofah (~> 2.3)
|
|
124
|
+
railties (6.1.0)
|
|
125
|
+
actionpack (= 6.1.0)
|
|
126
|
+
activesupport (= 6.1.0)
|
|
127
|
+
method_source
|
|
98
128
|
rake (>= 0.8.7)
|
|
99
|
-
thor (
|
|
100
|
-
rake (
|
|
101
|
-
rspec (3.
|
|
102
|
-
rspec-core (~> 3.
|
|
103
|
-
rspec-expectations (~> 3.
|
|
104
|
-
rspec-mocks (~> 3.
|
|
105
|
-
rspec-core (3.
|
|
106
|
-
rspec-support (~> 3.
|
|
107
|
-
rspec-expectations (3.
|
|
129
|
+
thor (~> 1.0)
|
|
130
|
+
rake (13.0.1)
|
|
131
|
+
rspec (3.10.0)
|
|
132
|
+
rspec-core (~> 3.10.0)
|
|
133
|
+
rspec-expectations (~> 3.10.0)
|
|
134
|
+
rspec-mocks (~> 3.10.0)
|
|
135
|
+
rspec-core (3.10.0)
|
|
136
|
+
rspec-support (~> 3.10.0)
|
|
137
|
+
rspec-expectations (3.10.0)
|
|
108
138
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
109
|
-
rspec-support (~> 3.
|
|
110
|
-
rspec-mocks (3.
|
|
139
|
+
rspec-support (~> 3.10.0)
|
|
140
|
+
rspec-mocks (3.10.0)
|
|
111
141
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
112
|
-
rspec-support (~> 3.
|
|
113
|
-
rspec-support (3.
|
|
114
|
-
simple_form (
|
|
115
|
-
actionpack (
|
|
116
|
-
activemodel (
|
|
117
|
-
sprockets (
|
|
142
|
+
rspec-support (~> 3.10.0)
|
|
143
|
+
rspec-support (3.10.0)
|
|
144
|
+
simple_form (5.0.3)
|
|
145
|
+
actionpack (>= 5.0)
|
|
146
|
+
activemodel (>= 5.0)
|
|
147
|
+
sprockets (4.0.2)
|
|
118
148
|
concurrent-ruby (~> 1.0)
|
|
119
149
|
rack (> 1, < 3)
|
|
120
|
-
sprockets-rails (3.
|
|
150
|
+
sprockets-rails (3.2.2)
|
|
121
151
|
actionpack (>= 4.0)
|
|
122
152
|
activesupport (>= 4.0)
|
|
123
153
|
sprockets (>= 3.0.0)
|
|
124
|
-
thor (0.
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
154
|
+
thor (1.0.1)
|
|
155
|
+
tzinfo (2.0.3)
|
|
156
|
+
concurrent-ruby (~> 1.0)
|
|
157
|
+
websocket-driver (0.7.3)
|
|
158
|
+
websocket-extensions (>= 0.1.0)
|
|
159
|
+
websocket-extensions (0.1.5)
|
|
160
|
+
zeitwerk (2.4.2)
|
|
128
161
|
|
|
129
162
|
PLATFORMS
|
|
130
163
|
ruby
|
|
164
|
+
x86_64-darwin-20
|
|
131
165
|
|
|
132
166
|
DEPENDENCIES
|
|
133
|
-
bundler (~>
|
|
134
|
-
rails (>=
|
|
167
|
+
bundler (~> 2.2)
|
|
168
|
+
rails (>= 6.0, < 7)
|
|
135
169
|
rails_admin_dropzone!
|
|
136
|
-
rake (~>
|
|
137
|
-
rspec (~> 3.
|
|
170
|
+
rake (~> 13.0)
|
|
171
|
+
rspec (~> 3.10)
|
|
138
172
|
|
|
139
173
|
BUNDLED WITH
|
|
140
|
-
|
|
174
|
+
2.2.0
|
data/README.md
CHANGED
|
@@ -22,7 +22,8 @@ gem 'rails_admin_dropzone'
|
|
|
22
22
|
|
|
23
23
|
## IMPORTANT:
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
**For versions of rails below 5, use version [V1.0.1](https://github.com/luizpicolo/rails_admin_dropzone/releases/tag/V.1.0.1)**
|
|
26
|
+
**Tested with Rails 6**
|
|
26
27
|
|
|
27
28
|
```ruby
|
|
28
29
|
class Album < ActiveRecord::Base
|
|
@@ -68,15 +69,10 @@ end
|
|
|
68
69
|
```
|
|
69
70
|
and "Voalá"
|
|
70
71
|
|
|
71
|
-
## Locales
|
|
72
|
-
|
|
73
|
-
- pt-BR
|
|
74
|
-
- en
|
|
75
|
-
- ru
|
|
76
|
-
|
|
77
72
|
## TODO
|
|
78
73
|
|
|
79
|
-
|
|
74
|
+
- [x] Adjustments to work with Turbolinks 5
|
|
75
|
+
- [ ] Add Tests
|
|
80
76
|
|
|
81
77
|
## Contributing
|
|
82
78
|
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
if ($(".dropzone").length){
|
|
9
9
|
var dropzone = new Dropzone (".dropzone", {
|
|
10
10
|
maxFilesize: 256, // Set the maximum file size to 256 MB
|
|
11
|
-
paramName: "#{@object.
|
|
11
|
+
paramName: "#{@object.model_name.param_key}[second_attr][]", // Rails expects the file upload to be something like model[field_name]
|
|
12
12
|
addRemoveLinks: false, // Don't show remove links on dropzone itself.
|
|
13
13
|
// Translations
|
|
14
14
|
dictDefaultMessage: "#{I18n.t('admin.actions.dropzone.dictDefaultMessage')}",
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
dk:
|
|
2
|
+
admin:
|
|
3
|
+
actions:
|
|
4
|
+
dropzone:
|
|
5
|
+
dictDefaultMessage: "Drop filer her for at uploade"
|
|
6
|
+
dictFallbackMessage: "Din browser understøtter ikke drag'n'drop fil uploads."
|
|
7
|
+
dictFallbackText: "Brug venligst fallback formularen nedenfor til at uploade dine filer ligesom i gamle dage."
|
|
8
|
+
dictFileTooBig: "Fil er for stor ({{filesize}}MiB). Max filstørrelse: {{maxFilesize}}MiB."
|
|
9
|
+
dictInvalidFileType: "Du kan ikke uploade filer af denne type."
|
|
10
|
+
dictResponseError: "Server svarede med {{statusCode}} kode."
|
|
11
|
+
dictCancelUpload: "Annullere upload"
|
|
12
|
+
dictCancelUploadConfirmation: "Er du sikker på du vil annullere denne upload?"
|
|
13
|
+
dictRemoveFile: "Fjern fil"
|
|
14
|
+
dictMaxFilesExceeded: "Du kan ikke uploade flere filer."
|
|
15
|
+
|
|
16
|
+
title: "Multiple Upload"
|
|
17
|
+
menu: "Multiple Upload til %{model_label} '%{object_label}'"
|
|
18
|
+
breadcrumb: "Multiple Upload"
|
|
19
|
+
link: "Multiple Upload"
|
|
20
|
+
bulk_link: "Multiple Upload valgt %{model_label_plural}"
|
|
21
|
+
done: "Multiple Uploadet"
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
he:
|
|
2
|
+
admin:
|
|
3
|
+
actions:
|
|
4
|
+
dropzone:
|
|
5
|
+
dictDefaultMessage: "שחרר קבצים כאן בכדי להעלות אותם"
|
|
6
|
+
dictFallbackMessage: "הדפדפן שלך לא תומך בהעלאת קבצים באמצעות גרירה ושחרור."
|
|
7
|
+
dictFallbackText: "בבקשה השתמש בטופס החלופי בכדי להעלות את הקבצים שלך כמו בימים ההם."
|
|
8
|
+
dictFileTooBig: "הקובץ הינו גדול מדי ({{filesize}}MiB). גודל קובץ מקסימלי: {{maxFileSize}}MiB."
|
|
9
|
+
dictInvalidFileType: "לא ניתן להעלות קבצים מהסוג הזה."
|
|
10
|
+
dictResponseError: "השרת הגיב עם קוד {{statusCode}}."
|
|
11
|
+
dictCancelUpload: "ביטול העלאה"
|
|
12
|
+
dictCancelUploadConfirmation: "האם אתה בטוח שאתה רוצה לבטל את ההעלאה?"
|
|
13
|
+
dictRemoveFile: "הסר קובץ"
|
|
14
|
+
dictMaxFilesExceeded: "לא ניתן להעלות עוד קבצים."
|
|
15
|
+
|
|
16
|
+
title: "העלאה מרובה"
|
|
17
|
+
menu: "העלאה מרובה ל - %{model_label} '%{object_label}'"
|
|
18
|
+
breadcrumb: "העלאה מרובה"
|
|
19
|
+
link: "העלאה מרובה"
|
|
20
|
+
bulk_link: "העלאה מרובה נבחרה %{model_label_plural}"
|
|
21
|
+
done: "הועלו קבצים מרובים"
|
|
22
|
+
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
hr:
|
|
2
|
+
admin:
|
|
3
|
+
actions:
|
|
4
|
+
dropzone:
|
|
5
|
+
dictDefaultMessage: "Dovuci datoteke ovdje za prijenos"
|
|
6
|
+
dictFallbackMessage: "Vaš preglednik ne podržava povlačenje datoteka za prijenos."
|
|
7
|
+
dictFallbackText: "Molimo koristite rezervnu formu za prijenos slika kao u stara vremena."
|
|
8
|
+
dictFileTooBig: "Datoteka je prevelika ({{filesize}}MiB). Maksimalna veličina: {{maxFilesize}}MiB."
|
|
9
|
+
dictInvalidFileType: "Ne možete prenositi datoteke ovakvog tipa."
|
|
10
|
+
dictResponseError: "Server je odgovorio sa {{statusCode}} kodom."
|
|
11
|
+
dictCancelUpload: "Prekini prijenos"
|
|
12
|
+
dictCancelUploadConfirmation: "Jeste li sigurni da želie prekinuti ovaj prijenos?"
|
|
13
|
+
dictRemoveFile: "Ukloni datoteku"
|
|
14
|
+
dictMaxFilesExceeded: "Više ne možete prenositi datoteke."
|
|
15
|
+
|
|
16
|
+
title: "Višestruki prijenos"
|
|
17
|
+
menu: "Višestruki prijenos za %{model_label} '%{object_label}'"
|
|
18
|
+
breadcrumb: "Višestruki prijenos"
|
|
19
|
+
link: "Višestruki prijenos"
|
|
20
|
+
bulk_link: "Višestruki prijenos odabran %{model_label_plural}"
|
|
21
|
+
done: "Višestruki prijenos završen"
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
ro:
|
|
2
|
+
admin:
|
|
3
|
+
actions:
|
|
4
|
+
dropzone:
|
|
5
|
+
dictDefaultMessage: "Pune fişierele aici cu drag'n'drop pentru încărcare"
|
|
6
|
+
dictFallbackMessage: "Browser-ul nu suportă drag'n'drop pentru încărcarea fişierelor."
|
|
7
|
+
dictFallbackText: "Foloseşte formularul de mai jos pentru a încărca fişierele ca pe vremuri."
|
|
8
|
+
dictFileTooBig: "Fişierul este prea mare ({{filesize}}MiB). Dimensiune maximă: {{maxFilesize}}MiB."
|
|
9
|
+
dictInvalidFileType: "Nu poţi încărca fişiere de acest tip."
|
|
10
|
+
dictResponseError: "Serverul a răspuns cu codul {{statusCode}}."
|
|
11
|
+
dictCancelUpload: "Anulează încărcarea."
|
|
12
|
+
dictCancelUploadConfirmation: "Eşti sigur că vrei să anulezi?"
|
|
13
|
+
dictRemoveFile: "Elimină fişierul"
|
|
14
|
+
dictMaxFilesExceeded: "Nu mai poţi încărca alte fişiere."
|
|
15
|
+
|
|
16
|
+
title: "Încărcare multiplă"
|
|
17
|
+
menu: "Încărcare multiplă pentru %{model_label} '%{object_label}'"
|
|
18
|
+
breadcrumb: "Încărcare multiplă"
|
|
19
|
+
link: "Încărcare multiplă"
|
|
20
|
+
bulk_link: "Încărcare multiplă selectată %{model_label_plural}"
|
|
21
|
+
done: "Încărcare finalizată"
|
|
22
|
+
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
uk_UA:
|
|
2
|
+
admin:
|
|
3
|
+
actions:
|
|
4
|
+
dropzone:
|
|
5
|
+
dictDefaultMessage: "Перемістіть файли сюди для завантаження"
|
|
6
|
+
dictFallbackMessage: "Ваш браузер не підтримує завантаження файлів перетягуванням"
|
|
7
|
+
dictFallbackText: "Будь ласка, скористайтесь формою для завантаження файлів"
|
|
8
|
+
dictFileTooBig: "Файл надто великий ({{filesize}}Мб). Максимальний розмір: {{maxFilesize}}Мб."
|
|
9
|
+
dictInvalidFileType: "Ви не можете завантажувати файли цього типу"
|
|
10
|
+
dictResponseError: "Сервер повернув {{statusCode}} код"
|
|
11
|
+
dictCancelUpload: "Скасувати завантаження"
|
|
12
|
+
dictCancelUploadConfirmation: "Ви справді хочете скасувати завантаження?"
|
|
13
|
+
dictRemoveFile: "Видалити файл"
|
|
14
|
+
dictMaxFilesExceeded: "Ви не можете завантажувати більше файлів."
|
|
15
|
+
|
|
16
|
+
title: "Множинне завантаження"
|
|
17
|
+
menu: "Множинне завантаження для %{model_label} '%{object_label}'"
|
|
18
|
+
breadcrumb: "Множинне завантаження"
|
|
19
|
+
link: "Множинне завантаження"
|
|
20
|
+
bulk_link: "Множинне завантаження обраних %{model_label_plural}"
|
|
21
|
+
done: "Множинне завантаження завершено"
|