bitsnote-i18n 0.1.3 → 0.1.4
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 +4 -4
- data/config/locales/en.yml +6 -0
- data/config/locales/zh-TW.yml +6 -0
- data/lib/bitsnote-i18n/version.rb +1 -1
- metadata +18 -33
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e2a41163aee79cd214b5f754f0fd6592acbd94b4
|
|
4
|
+
data.tar.gz: a57eb8b1720f02c68dcd0b1e57692a8f2a592129
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d2d50e623709c79f7056aad2c3e5ab57e32443535614fe504decac9354b011a6568b2001bd1a1acaf0671786e206e619bf4df96def56bc9f2c3e5a8466100e69
|
|
7
|
+
data.tar.gz: 605874c3cc64163ed257524d88abf58f569625d7671c5331dbc1fd3695f9f64b2b4aac957c7b2f758e97907c540edadda0c49ec7044fdee1b33dabc6eb83fd60
|
data/config/locales/en.yml
CHANGED
|
@@ -30,6 +30,8 @@ en:
|
|
|
30
30
|
unsubscribe: 'unsubscribe'
|
|
31
31
|
copy: 'copy'
|
|
32
32
|
paste: 'paste'
|
|
33
|
+
star: 'star'
|
|
34
|
+
unstar: 'unstar'
|
|
33
35
|
|
|
34
36
|
# Noun & Adjective
|
|
35
37
|
folders: 'folders'
|
|
@@ -37,6 +39,7 @@ en:
|
|
|
37
39
|
tags: 'tags'
|
|
38
40
|
new_topic: 'new topic'
|
|
39
41
|
calendar: 'calendar'
|
|
42
|
+
star: 'star'
|
|
40
43
|
optional: 'optional'
|
|
41
44
|
public: 'public'
|
|
42
45
|
title_of_new_topic: 'title of new topic'
|
|
@@ -97,6 +100,7 @@ en:
|
|
|
97
100
|
user: 'user'
|
|
98
101
|
stickies/sticky: 'sticky'
|
|
99
102
|
stickies/progress: 'progress'
|
|
103
|
+
stickies/star: 'star'
|
|
100
104
|
attributes:
|
|
101
105
|
bits/hyperlink:
|
|
102
106
|
title: 'title'
|
|
@@ -192,6 +196,8 @@ en:
|
|
|
192
196
|
email: 'email'
|
|
193
197
|
stickies/sticky:
|
|
194
198
|
note: 'sticky'
|
|
199
|
+
stickies/star:
|
|
200
|
+
starred: 'starred'
|
|
195
201
|
description:
|
|
196
202
|
short: 'a place to keep trivial information somewhat organized.'
|
|
197
203
|
summary: 'BiteNote is a place to keep trivial information somewhat organized.'
|
data/config/locales/zh-TW.yml
CHANGED
|
@@ -34,6 +34,8 @@ zh-TW:
|
|
|
34
34
|
paste: '貼上'
|
|
35
35
|
archive: '封存'
|
|
36
36
|
unarchive: '解除封存'
|
|
37
|
+
star: '加註星號'
|
|
38
|
+
unstar: '移除星號'
|
|
37
39
|
|
|
38
40
|
# Noun & Adjective
|
|
39
41
|
folders: '檔案夾'
|
|
@@ -41,6 +43,7 @@ zh-TW:
|
|
|
41
43
|
tags: '標籤'
|
|
42
44
|
new_topic: '新主題'
|
|
43
45
|
calendar: '行事曆'
|
|
46
|
+
star: '星號'
|
|
44
47
|
optional: '選填'
|
|
45
48
|
public: '公開'
|
|
46
49
|
title_of_new_topic: '新增主題的標題'
|
|
@@ -112,6 +115,7 @@ zh-TW:
|
|
|
112
115
|
user: '用戶'
|
|
113
116
|
stickies/sticky: '註記'
|
|
114
117
|
stickies/progress: '進度'
|
|
118
|
+
stickies/star: '星號'
|
|
115
119
|
attributes:
|
|
116
120
|
bits/hyperlink:
|
|
117
121
|
title: '標題'
|
|
@@ -224,6 +228,8 @@ zh-TW:
|
|
|
224
228
|
email: '電子信箱'
|
|
225
229
|
stickies/sticky:
|
|
226
230
|
note: '註記'
|
|
231
|
+
stickies/star:
|
|
232
|
+
starred: '已加註星號'
|
|
227
233
|
description:
|
|
228
234
|
short: '幫你整理雜亂資訊'
|
|
229
235
|
summary: 'Bitsnote 幫你整理雜亂資訊。'
|
metadata
CHANGED
|
@@ -1,48 +1,33 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bitsnote-i18n
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yen-Ju Chen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
|
-
cert_chain:
|
|
11
|
-
-
|
|
12
|
-
-----BEGIN CERTIFICATE-----
|
|
13
|
-
MIIDMDCCAhigAwIBAgIBADANBgkqhkiG9w0BAQUFADA+MRAwDgYDVQQDDAd5amNo
|
|
14
|
-
ZW54MRUwEwYKCZImiZPyLGQBGRYFZ21haWwxEzARBgoJkiaJk/IsZAEZFgNjb20w
|
|
15
|
-
HhcNMTMwMjA3MDEyODI4WhcNMTQwMjA3MDEyODI4WjA+MRAwDgYDVQQDDAd5amNo
|
|
16
|
-
ZW54MRUwEwYKCZImiZPyLGQBGRYFZ21haWwxEzARBgoJkiaJk/IsZAEZFgNjb20w
|
|
17
|
-
ggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDfzdtQlNyw5y9701pRrdCM
|
|
18
|
-
jVWGAMJ7Dyat2mjDVGhMsH/be4j8yn97pa6mymIQUzQaU1KQCw8V+FdV0h4p7HOp
|
|
19
|
-
zj3/mXF1UlcBL5EtItydy36vdanDHdfGbzIYMpnJsGA5ZNDWrBXWL9iQfkurMecq
|
|
20
|
-
v/w5r80KIaZkl2xMW8jnt33MXHEBjCASWd1yBMlzf1AOr75d0k2bYsSU+GExxexY
|
|
21
|
-
hPFzLMRM/VJxqitFbYnlgH5zyqBOcBmG3Hd0VaRi137XjBF4ferj21iX/RV4NIOZ
|
|
22
|
-
Hz2YbTVz80NJNHOpZDlSNE4vnIANp5fnmwNkAi3PTMxYZC89jWDABbqE783xWZkP
|
|
23
|
-
AgMBAAGjOTA3MAkGA1UdEwQCMAAwHQYDVR0OBBYEFAUvZi7fEySk49HTErbfMB2K
|
|
24
|
-
S4igMAsGA1UdDwQEAwIEsDANBgkqhkiG9w0BAQUFAAOCAQEAgUkiFf7KQbGt1lUq
|
|
25
|
-
jQiV8nol30+dWSIQ0/aTNN1lbgaKXq86Jqp9IIWbQ9oQLHuemXq0Fx7abrdIqJAw
|
|
26
|
-
QC7UleZtxRfT8pk3TIFOiinGbWlG/iJS85Pv0DWnAT3cl76M/r4M+QHOu38VAOJy
|
|
27
|
-
6rUHWia/9IzAJZZ8PtOPi0HkTwZIvpS6jLF6jeq2wr+Q8naQZ6S/JnalBe6n7dLS
|
|
28
|
-
LOEp3WwLafBZ9VtIQk/vgB3QJxor8X4R3IAsVvC2YkGwJ09qFV3WQWWZSSXRJyj5
|
|
29
|
-
0DwU+KfUta4HWRr+jl+4kYeiUKgamdv2pQ4VaJ83VGC3FIpUk9TULCM3v5iHbDQu
|
|
30
|
-
oZsWCQ==
|
|
31
|
-
-----END CERTIFICATE-----
|
|
32
|
-
date: 2013-11-25 00:00:00.000000000 Z
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2014-09-04 00:00:00.000000000 Z
|
|
33
12
|
dependencies:
|
|
34
13
|
- !ruby/object:Gem::Dependency
|
|
35
14
|
name: rails
|
|
36
15
|
requirement: !ruby/object:Gem::Requirement
|
|
37
16
|
requirements:
|
|
38
|
-
- -
|
|
17
|
+
- - "~>"
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '4.0'
|
|
20
|
+
- - ">="
|
|
39
21
|
- !ruby/object:Gem::Version
|
|
40
22
|
version: 4.0.0
|
|
41
23
|
type: :runtime
|
|
42
24
|
prerelease: false
|
|
43
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
44
26
|
requirements:
|
|
45
|
-
- -
|
|
27
|
+
- - "~>"
|
|
28
|
+
- !ruby/object:Gem::Version
|
|
29
|
+
version: '4.0'
|
|
30
|
+
- - ">="
|
|
46
31
|
- !ruby/object:Gem::Version
|
|
47
32
|
version: 4.0.0
|
|
48
33
|
description: Crowdsourcing localization for bitsnote.
|
|
@@ -52,16 +37,16 @@ executables: []
|
|
|
52
37
|
extensions: []
|
|
53
38
|
extra_rdoc_files: []
|
|
54
39
|
files:
|
|
40
|
+
- MIT-LICENSE
|
|
41
|
+
- README.md
|
|
42
|
+
- Rakefile
|
|
55
43
|
- config/locales/en.yml
|
|
56
44
|
- config/locales/recurring.zh-TW.yml
|
|
57
45
|
- config/locales/zh-TW.yml
|
|
46
|
+
- lib/bitsnote-i18n.rb
|
|
58
47
|
- lib/bitsnote-i18n/engine.rb
|
|
59
48
|
- lib/bitsnote-i18n/version.rb
|
|
60
|
-
- lib/bitsnote-i18n.rb
|
|
61
49
|
- lib/tasks/bitsnote-i18n_tasks.rake
|
|
62
|
-
- MIT-LICENSE
|
|
63
|
-
- Rakefile
|
|
64
|
-
- README.md
|
|
65
50
|
homepage: https://bitbucket.org/yjchenx/bitsnote-i18n
|
|
66
51
|
licenses: []
|
|
67
52
|
metadata: {}
|
|
@@ -71,17 +56,17 @@ require_paths:
|
|
|
71
56
|
- lib
|
|
72
57
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
73
58
|
requirements:
|
|
74
|
-
- -
|
|
59
|
+
- - ">="
|
|
75
60
|
- !ruby/object:Gem::Version
|
|
76
61
|
version: '0'
|
|
77
62
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
78
63
|
requirements:
|
|
79
|
-
- -
|
|
64
|
+
- - ">="
|
|
80
65
|
- !ruby/object:Gem::Version
|
|
81
66
|
version: '0'
|
|
82
67
|
requirements: []
|
|
83
68
|
rubyforge_project:
|
|
84
|
-
rubygems_version: 2.
|
|
69
|
+
rubygems_version: 2.2.2
|
|
85
70
|
signing_key:
|
|
86
71
|
specification_version: 4
|
|
87
72
|
summary: Localization for bitesnote.
|
checksums.yaml.gz.sig
DELETED
|
Binary file
|
data.tar.gz.sig
DELETED
|
Binary file
|
metadata.gz.sig
DELETED
|
Binary file
|