bitsnote-i18n 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/config/locales/en.yml +2 -0
- data/config/locales/zh-TW.yml +5 -0
- data/lib/bitsnote-i18n/version.rb +1 -1
- metadata +2 -2
data/config/locales/en.yml
CHANGED
@@ -125,6 +125,8 @@ en:
|
|
125
125
|
stickies/sticky:
|
126
126
|
note: 'sticky'
|
127
127
|
description:
|
128
|
+
summary: 'BiteNote is a place to keep trivial information somewhat organized.'
|
128
129
|
retrieve_hyperlink: 'Select "Retrieve" to automatically fill in title and description'
|
129
130
|
organize_topic: 'Organize this topic into folders by selecting <b>Folders</b> in action menu after the creation of new topic.'
|
130
131
|
add_to_folder: 'Add topic %{topic} into these selected folders:'
|
132
|
+
show_in_calendar: 'Select events and tasks to show in calendar:'
|
data/config/locales/zh-TW.yml
CHANGED
@@ -14,6 +14,7 @@ zh-TW:
|
|
14
14
|
remove: '移除'
|
15
15
|
destroy: '刪除'
|
16
16
|
sign_out: '登出'
|
17
|
+
sign_in_with: '登入'
|
17
18
|
search: '搜尋'
|
18
19
|
clear: '清除'
|
19
20
|
back: '前頁'
|
@@ -23,6 +24,7 @@ zh-TW:
|
|
23
24
|
unsubscribe: '取消訂閱'
|
24
25
|
add: '加入'
|
25
26
|
done: '結束'
|
27
|
+
more: '更多...'
|
26
28
|
|
27
29
|
# Noun & Adjective
|
28
30
|
folders: '檔案夾'
|
@@ -40,6 +42,7 @@ zh-TW:
|
|
40
42
|
my_topics: '我的主題'
|
41
43
|
my_public_topics: '我的公開主題'
|
42
44
|
my_subscriptions: '我訂閱的主題'
|
45
|
+
folders: '檔案夾'
|
43
46
|
public: '公開的主題'
|
44
47
|
about: '關於'
|
45
48
|
concept: '概念'
|
@@ -134,6 +137,8 @@ zh-TW:
|
|
134
137
|
stickies/sticky:
|
135
138
|
note: '註記'
|
136
139
|
description:
|
140
|
+
summary: 'Bitsnote 幫你整理雜亂資訊。'
|
137
141
|
retrieve_hyperlink: '選取「擷取資訊」以自動填入標題及描述'
|
138
142
|
organize_topic: '新增主題後,使用選單「檔案夾」將主題加入檔案夾中'
|
139
143
|
add_to_folder: '將「%{topic}」加入這些選取的檔案夾:'
|
144
|
+
show_in_calendar: '選擇顯示在行事曆上的事件及待辦事項之分類:'
|
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.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-01-
|
12
|
+
date: 2013-01-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|