jquery-colorbox-rails 1.7.5 → 1.7.7
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 73bd7dbc4eb04fd75e2421075c7b95d6714c6074226db878008a49a8aeeb56c1
|
4
|
+
data.tar.gz: 15bde7d4e4a6897a6914052c8ab4caf6f5c728e91eb56c7d9492a065046b5166
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ac163ed173c3c2d45b4433d9efd44224d59045073e57856c6a600d2e7ba24728d63665a7c7e90d8ec6d8c1b4cc2ad4706f06eed9c276a7aa2d65dda2a978f141
|
7
|
+
data.tar.gz: 6eeb5031190774ddfa9577026574a977508e5319468c2149f564c7d675fd4e19c72ae4c083c3749aa732dfd923f967fbae773b0ffc355b9d462a68170baeb664
|
@@ -0,0 +1,16 @@
|
|
1
|
+
/*
|
2
|
+
jQuery Colorbox language configuration
|
3
|
+
language: Vietnamese (vi)
|
4
|
+
translated by: ngtrian
|
5
|
+
site: nopviet.com
|
6
|
+
*/
|
7
|
+
jQuery.extend(jQuery.colorbox.settings, {
|
8
|
+
current: "ảnh {current} trên {total}",
|
9
|
+
previous: "trước đó",
|
10
|
+
next: "tiếp theo",
|
11
|
+
close: "đóng",
|
12
|
+
xhrError: "Thất bại tải về nội dung này.",
|
13
|
+
imgError: "Thất bại tải về ảnh này.",
|
14
|
+
slideshowStart: "Bắt đầu trình chiếu",
|
15
|
+
slideshowStop: "Kết thúc trình chiếu"
|
16
|
+
});
|
@@ -80,7 +80,7 @@
|
|
80
80
|
return this.rel;
|
81
81
|
},
|
82
82
|
href: function() {
|
83
|
-
// using this.href would give the absolute url, when the href may have been
|
83
|
+
// using this.href would give the absolute url, when the href may have been intended as a selector (e.g. '#container')
|
84
84
|
return $(this).attr('href');
|
85
85
|
},
|
86
86
|
title: function() {
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jquery-colorbox-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.7.
|
4
|
+
version: 1.7.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Krzysztof Knapik
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-01-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
@@ -38,7 +38,7 @@ dependencies:
|
|
38
38
|
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
|
-
description:
|
41
|
+
description:
|
42
42
|
email:
|
43
43
|
- knapo@knapo.net
|
44
44
|
executables: []
|
@@ -105,6 +105,7 @@ files:
|
|
105
105
|
- vendor/assets/javascripts/jquery.colorbox-tk.js
|
106
106
|
- vendor/assets/javascripts/jquery.colorbox-tr.js
|
107
107
|
- vendor/assets/javascripts/jquery.colorbox-uk.js
|
108
|
+
- vendor/assets/javascripts/jquery.colorbox-vi.js
|
108
109
|
- vendor/assets/javascripts/jquery.colorbox-zh-CN.js
|
109
110
|
- vendor/assets/javascripts/jquery.colorbox-zh-TW.js
|
110
111
|
- vendor/assets/javascripts/jquery.colorbox.js
|
@@ -119,7 +120,7 @@ licenses:
|
|
119
120
|
metadata:
|
120
121
|
homepage_uri: https://github.com/knapo/jquery-colorbox-rails
|
121
122
|
source_code_uri: https://github.com/knapo/jquery-colorbox-rails
|
122
|
-
post_install_message:
|
123
|
+
post_install_message:
|
123
124
|
rdoc_options: []
|
124
125
|
require_paths:
|
125
126
|
- lib
|
@@ -134,8 +135,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
134
135
|
- !ruby/object:Gem::Version
|
135
136
|
version: '0'
|
136
137
|
requirements: []
|
137
|
-
rubygems_version: 3.
|
138
|
-
signing_key:
|
138
|
+
rubygems_version: 3.4.4
|
139
|
+
signing_key:
|
139
140
|
specification_version: 4
|
140
141
|
summary: jQuery Colorbox integration for Rails 3.1+ asset pipeline
|
141
142
|
test_files: []
|