bitsnote-i18n 0.0.2 → 0.0.3
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/config/locales/en.yml +15 -0
- data/config/locales/zh-TW.yml +10 -0
- data/lib/bitsnote-i18n/version.rb +1 -1
- metadata +2 -2
data/config/locales/en.yml
CHANGED
|
@@ -44,6 +44,21 @@ en:
|
|
|
44
44
|
public: 'Public'
|
|
45
45
|
about: 'About'
|
|
46
46
|
concept: 'Concept'
|
|
47
|
+
progress:
|
|
48
|
+
unfinished: 'Unfinished'
|
|
49
|
+
completed: 'Completed'
|
|
50
|
+
postponed: 'Postponed'
|
|
51
|
+
canceled: 'Canceled'
|
|
52
|
+
undecided: 'Undecided'
|
|
53
|
+
cleared: 'Cleared'
|
|
54
|
+
ongoing: 'Ongoing'
|
|
55
|
+
task:
|
|
56
|
+
over_due: 'Over Due'
|
|
57
|
+
due_today: 'Due Today'
|
|
58
|
+
due_tomorrow: 'Due Tomorrow'
|
|
59
|
+
due_in_one_week: 'Due in one week'
|
|
60
|
+
due_in_one_month: 'Due in one month'
|
|
61
|
+
due_after: 'Due after one month'
|
|
47
62
|
activerecord:
|
|
48
63
|
models:
|
|
49
64
|
bits/hyperlink: 'hyperlink'
|
data/config/locales/zh-TW.yml
CHANGED
|
@@ -37,6 +37,7 @@ zh-TW:
|
|
|
37
37
|
title_of_new_topic: '新增主題的標題'
|
|
38
38
|
in_topics: '文件'
|
|
39
39
|
also_in: '其他文件'
|
|
40
|
+
subscription: '訂閱'
|
|
40
41
|
layout:
|
|
41
42
|
all_topics: '所有主題'
|
|
42
43
|
my_topics: '我的主題'
|
|
@@ -55,6 +56,15 @@ zh-TW:
|
|
|
55
56
|
postponed: '延後'
|
|
56
57
|
canceled: '取消'
|
|
57
58
|
undecided: '未定'
|
|
59
|
+
cleared: '已結案'
|
|
60
|
+
ongoing: '進行中'
|
|
61
|
+
task:
|
|
62
|
+
over_due: '已過期'
|
|
63
|
+
due_today: '今天到期'
|
|
64
|
+
due_tomorrow: '明天到期'
|
|
65
|
+
due_in_one_week: '一星期內到期'
|
|
66
|
+
due_in_one_month: '一個月內到期'
|
|
67
|
+
due_after: '一個月後到期'
|
|
58
68
|
activerecord:
|
|
59
69
|
models:
|
|
60
70
|
bits/hyperlink: '鏈結'
|
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.3
|
|
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-25 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|