sunrise-cms 0.5.0.rc4 → 0.5.0.rc5
Sign up to get free protection for your applications and to get access to all the features.
- data/config/locales/sunrise/en.yml +29 -14
- data/lib/sunrise/version.rb +1 -1
- metadata +2 -2
@@ -101,23 +101,31 @@ en:
|
|
101
101
|
filter: "Filter"
|
102
102
|
|
103
103
|
menu:
|
104
|
-
|
105
|
-
users: "Community"
|
104
|
+
title: "Sections & modules"
|
106
105
|
system_messages: "System messages"
|
107
|
-
|
108
|
-
other: "Others"
|
106
|
+
other: "Other"
|
109
107
|
posts: "News"
|
110
108
|
categories: "Categories"
|
111
|
-
statisticts: "
|
112
|
-
videos: "
|
113
|
-
questions: "
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
109
|
+
statisticts: "Statisticts"
|
110
|
+
videos: "Videos"
|
111
|
+
questions: "Questions & Answers"
|
112
|
+
tracks: "Traks"
|
113
|
+
wallpapers: "wallpapers"
|
114
|
+
reviews: "reviews"
|
115
|
+
actions: "Create"
|
116
|
+
main:
|
117
|
+
dashboard: "Dashboard"
|
118
|
+
structures: "Structure"
|
119
|
+
users: "Users"
|
120
|
+
settings: "Settings"
|
121
|
+
services: "Services"
|
122
|
+
creates:
|
123
|
+
structures: "Structure"
|
124
|
+
users: "User"
|
125
|
+
|
118
126
|
panel:
|
119
|
-
main: "
|
120
|
-
creates: "
|
127
|
+
main: "Sections & modules"
|
128
|
+
creates: "Creates"
|
121
129
|
|
122
130
|
settings:
|
123
131
|
title: "Settings"
|
@@ -143,8 +151,12 @@ en:
|
|
143
151
|
|
144
152
|
buttons:
|
145
153
|
create_structure: "Create Section"
|
154
|
+
table: "Table"
|
155
|
+
thumbs: "List"
|
156
|
+
edit_profile: "My profile"
|
157
|
+
exit: "Exit"
|
146
158
|
add_nested_field: "+Add"
|
147
|
-
|
159
|
+
|
148
160
|
user:
|
149
161
|
actions: "action"
|
150
162
|
events:
|
@@ -240,6 +252,9 @@ en:
|
|
240
252
|
edit: "Edit"
|
241
253
|
settings: "Settings"
|
242
254
|
delete: "Delete"
|
255
|
+
|
256
|
+
groups:
|
257
|
+
meta_tags: "Meta tags"
|
243
258
|
|
244
259
|
views:
|
245
260
|
pagination:
|
data/lib/sunrise/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sunrise-cms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.0.
|
4
|
+
version: 0.5.0.rc5
|
5
5
|
prerelease: 6
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2013-01-
|
13
|
+
date: 2013-01-28 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rails
|