bitsnote-i18n 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,6 +24,8 @@ en:
24
24
  subscribe: 'subscribe'
25
25
  subscribed: 'subscribed'
26
26
  unsubscribe: 'unsubscribe'
27
+ copy: 'copy'
28
+ paste: 'paste'
27
29
 
28
30
  # Noun & Adjective
29
31
  folders: 'Folders'
@@ -36,6 +38,7 @@ en:
36
38
  title_of_new_topic: 'Title of New Topic'
37
39
  in_topics: 'In Topics'
38
40
  also_in: 'Also in'
41
+ pasteboard: 'Pasteboard'
39
42
  layout:
40
43
  all_topics: 'All Topics'
41
44
  my_topics: 'My Topics'
@@ -59,6 +62,9 @@ en:
59
62
  due_in_one_week: 'Due in one week'
60
63
  due_in_one_month: 'Due in one month'
61
64
  due_after: 'Due after one month'
65
+ address:
66
+ us:
67
+ admin_level_1: 'state'
62
68
  activerecord:
63
69
  models:
64
70
  bits/hyperlink: 'hyperlink'
@@ -66,11 +72,13 @@ en:
66
72
  bits/event: 'event'
67
73
  bits/task: 'task'
68
74
  bits/place: 'place'
75
+ bits/code: 'code'
69
76
  bits/paper: 'paper'
70
77
  preference: 'preference'
71
78
  topic: 'topic'
72
79
  user: 'user'
73
80
  stickies/sticky: 'sticky'
81
+ stickies/progress: 'progress'
74
82
  attributes:
75
83
  bits/hyperlink:
76
84
  title: 'title'
@@ -113,6 +121,12 @@ en:
113
121
  country: 'country'
114
122
  latitude: 'latitude'
115
123
  longitude: 'longitude'
124
+ bits/code:
125
+ title: 'title'
126
+ description: 'description'
127
+ url: 'url'
128
+ language: 'language'
129
+ code: 'code'
116
130
  bits/paper:
117
131
  title: 'title'
118
132
  abstract: 'abstract'
@@ -25,6 +25,10 @@ zh-TW:
25
25
  add: '加入'
26
26
  done: '結束'
27
27
  more: '更多...'
28
+ copy: '複製'
29
+ move: '移動'
30
+ duplicate: '複製微件'
31
+ paste: '貼上'
28
32
 
29
33
  # Noun & Adjective
30
34
  folders: '檔案夾'
@@ -38,6 +42,7 @@ zh-TW:
38
42
  in_topics: '文件'
39
43
  also_in: '其他文件'
40
44
  subscription: '訂閱'
45
+ pasteboard: '剪貼簿'
41
46
  layout:
42
47
  all_topics: '所有主題'
43
48
  my_topics: '我的主題'
@@ -47,6 +52,7 @@ zh-TW:
47
52
  public: '公開的主題'
48
53
  about: '關於'
49
54
  concept: '概念'
55
+ blog: '部落格'
50
56
  bits:
51
57
  public: '公開'
52
58
  hidden: '隱藏'
@@ -65,6 +71,9 @@ zh-TW:
65
71
  due_in_one_week: '一星期內到期'
66
72
  due_in_one_month: '一個月內到期'
67
73
  due_after: '一個月後到期'
74
+ address:
75
+ us:
76
+ admin_level_1: '州'
68
77
  activerecord:
69
78
  models:
70
79
  bits/hyperlink: '鏈結'
@@ -72,11 +81,13 @@ zh-TW:
72
81
  bits/event: '事件'
73
82
  bits/task: '待辦事項'
74
83
  bits/place: '地點'
84
+ bits/code: '程式碼'
75
85
  bits/paper: '論文'
76
86
  preference: '設定'
77
87
  topic: '主題'
78
88
  user: '用戶'
79
89
  stickies/sticky: '註記'
90
+ stickies/progress: '進度'
80
91
  attributes:
81
92
  bits/hyperlink:
82
93
  title: '標題'
@@ -119,6 +130,12 @@ zh-TW:
119
130
  country: '國家'
120
131
  latitude: '緯度'
121
132
  longitude: '經度'
133
+ bits/code:
134
+ title: '標題'
135
+ description: '描述'
136
+ url: '鏈結'
137
+ language: '語言'
138
+ code: '程式碼'
122
139
  bits/paper:
123
140
  title: '標題'
124
141
  abstract: '摘要'
@@ -1,3 +1,3 @@
1
1
  module BitsnoteI18n
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
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.3
4
+ version: 0.0.4
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-25 00:00:00.000000000 Z
12
+ date: 2013-02-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -79,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
79
  version: '0'
80
80
  requirements: []
81
81
  rubyforge_project:
82
- rubygems_version: 1.8.23
82
+ rubygems_version: 1.8.25
83
83
  signing_key:
84
84
  specification_version: 3
85
85
  summary: Localization for bitesnote.