bitsnote-i18n 0.0.5 → 0.0.6
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.
- data.tar.gz.sig +0 -0
- data/config/locales/en.yml +15 -0
- data/config/locales/zh-TW.yml +25 -0
- data/lib/bitsnote-i18n/version.rb +1 -1
- metadata +2 -2
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
|
Binary file
|
data/config/locales/en.yml
CHANGED
|
@@ -72,6 +72,9 @@ en:
|
|
|
72
72
|
bits/event: 'event'
|
|
73
73
|
bits/task: 'task'
|
|
74
74
|
bits/place: 'place'
|
|
75
|
+
bits/picture: 'picture'
|
|
76
|
+
bits/video: 'video'
|
|
77
|
+
bits/contact: 'contact'
|
|
75
78
|
bits/code: 'code'
|
|
76
79
|
bits/paper: 'paper'
|
|
77
80
|
preference: 'preference'
|
|
@@ -121,6 +124,17 @@ en:
|
|
|
121
124
|
country: 'country'
|
|
122
125
|
latitude: 'latitude'
|
|
123
126
|
longitude: 'longitude'
|
|
127
|
+
bits/picture:
|
|
128
|
+
title: 'title'
|
|
129
|
+
description: 'description'
|
|
130
|
+
url: 'url'
|
|
131
|
+
source: 'source'
|
|
132
|
+
bits/video:
|
|
133
|
+
title: 'title'
|
|
134
|
+
description: 'description'
|
|
135
|
+
url: 'url'
|
|
136
|
+
source: 'source'
|
|
137
|
+
identifier: 'identifier'
|
|
124
138
|
bits/code:
|
|
125
139
|
title: 'title'
|
|
126
140
|
description: 'description'
|
|
@@ -154,6 +168,7 @@ en:
|
|
|
154
168
|
stickies/sticky:
|
|
155
169
|
note: 'sticky'
|
|
156
170
|
description:
|
|
171
|
+
short: 'a place to keep trivial information somewhat organized.'
|
|
157
172
|
summary: 'BiteNote is a place to keep trivial information somewhat organized.'
|
|
158
173
|
retrieve_hyperlink: 'Select "Retrieve" to automatically fill in title and description'
|
|
159
174
|
organize_topic: 'Organize this topic into folders by selecting <b>Folders</b> in action menu after the creation of new topic.'
|
data/config/locales/zh-TW.yml
CHANGED
|
@@ -30,6 +30,8 @@ zh-TW:
|
|
|
30
30
|
duplicate: '複製'
|
|
31
31
|
import: '匯入'
|
|
32
32
|
paste: '貼上'
|
|
33
|
+
archive: '封存'
|
|
34
|
+
unarchive: '解除封存'
|
|
33
35
|
|
|
34
36
|
# Noun & Adjective
|
|
35
37
|
folders: '檔案夾'
|
|
@@ -81,9 +83,15 @@ zh-TW:
|
|
|
81
83
|
bits/note: '筆記'
|
|
82
84
|
bits/event: '事件'
|
|
83
85
|
bits/task: '待辦事項'
|
|
86
|
+
bits/list: '清單'
|
|
87
|
+
bits/item: '項目'
|
|
84
88
|
bits/place: '地點'
|
|
89
|
+
bits/contact: '聯絡'
|
|
85
90
|
bits/code: '程式碼'
|
|
86
91
|
bits/paper: '論文'
|
|
92
|
+
bits/journal: '期刊'
|
|
93
|
+
bits/picture: '圖片'
|
|
94
|
+
bits/video: '影片'
|
|
87
95
|
preference: '設定'
|
|
88
96
|
topic: '主題'
|
|
89
97
|
user: '用戶'
|
|
@@ -112,6 +120,11 @@ zh-TW:
|
|
|
112
120
|
url: '鏈結'
|
|
113
121
|
due_at: '截止時間'
|
|
114
122
|
time_zone: '時區'
|
|
123
|
+
bits/list:
|
|
124
|
+
title: '名稱'
|
|
125
|
+
description: '描述'
|
|
126
|
+
url: '鏈結'
|
|
127
|
+
presentation: '版型'
|
|
115
128
|
bits/place:
|
|
116
129
|
title: '名稱'
|
|
117
130
|
description: '描述'
|
|
@@ -131,6 +144,17 @@ zh-TW:
|
|
|
131
144
|
country: '國家'
|
|
132
145
|
latitude: '緯度'
|
|
133
146
|
longitude: '經度'
|
|
147
|
+
bits/picture:
|
|
148
|
+
title: '標題'
|
|
149
|
+
description: '描述'
|
|
150
|
+
url: '鏈結'
|
|
151
|
+
source: '來源'
|
|
152
|
+
bits/video:
|
|
153
|
+
title: '標題'
|
|
154
|
+
description: '描述'
|
|
155
|
+
url: '鏈結'
|
|
156
|
+
source: '來源'
|
|
157
|
+
identifier: '代碼'
|
|
134
158
|
bits/code:
|
|
135
159
|
title: '標題'
|
|
136
160
|
description: '描述'
|
|
@@ -165,6 +189,7 @@ zh-TW:
|
|
|
165
189
|
stickies/sticky:
|
|
166
190
|
note: '註記'
|
|
167
191
|
description:
|
|
192
|
+
short: '幫你整理雜亂資訊'
|
|
168
193
|
summary: 'Bitsnote 幫你整理雜亂資訊。'
|
|
169
194
|
retrieve_hyperlink: '選取「擷取資訊」以自動填入標題及描述'
|
|
170
195
|
organize_topic: '新增主題後,使用選單「檔案夾」將主題加入檔案夾中'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bitsnote-i18n
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.6
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -36,7 +36,7 @@ cert_chain:
|
|
|
36
36
|
M0lBc1Z2QzJZa0d3SjA5cUZWM1dRV1daU1NYUkp5ajUKMER3VStLZlV0YTRI
|
|
37
37
|
V1JyK2psKzRrWWVpVUtnYW1kdjJwUTRWYUo4M1ZHQzNGSXBVazlUVUxDTTN2
|
|
38
38
|
NWlIYkRRdQpvWnNXQ1E9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==
|
|
39
|
-
date: 2013-
|
|
39
|
+
date: 2013-03-07 00:00:00.000000000 Z
|
|
40
40
|
dependencies:
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: rails
|
metadata.gz.sig
CHANGED
|
Binary file
|