locomotive_cms 2.5.2 → 2.5.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/images/locomotive/icons/flags/sr.png +0 -0
- data/config/locales/admin_ui.bg.yml +1 -0
- data/config/locales/admin_ui.cs.yml +1 -0
- data/config/locales/admin_ui.de.yml +1 -0
- data/config/locales/admin_ui.en.yml +1 -0
- data/config/locales/admin_ui.es.yml +19 -0
- data/config/locales/admin_ui.et.yml +2 -1
- data/config/locales/admin_ui.fr.yml +1 -0
- data/config/locales/admin_ui.it.yml +18 -15
- data/config/locales/admin_ui.ja.yml +1 -0
- data/config/locales/admin_ui.nb.yml +1 -0
- data/config/locales/admin_ui.nl.yml +16 -13
- data/config/locales/admin_ui.pl.yml +1 -0
- data/config/locales/admin_ui.pt-BR.yml +1 -0
- data/config/locales/admin_ui.ru.yml +1 -0
- data/config/locales/admin_ui.sk.yml +1 -0
- data/config/locales/admin_ui.sr.yml +355 -0
- data/config/locales/admin_ui.zh-CN.yml +11 -10
- data/config/locales/carrierwave.sr.yml +4 -0
- data/config/locales/default.sr.yml +50 -0
- data/config/locales/devise.sr.yml +64 -0
- data/config/locales/flash.sr.yml +115 -0
- data/config/locales/formtastic.sr.yml +112 -0
- data/lib/generators/locomotive/install/templates/locomotive.rb +1 -1
- data/lib/locomotive/configuration.rb +2 -2
- data/lib/locomotive/httparty/webservice.rb +4 -0
- data/lib/locomotive/render.rb +1 -0
- data/lib/locomotive/version.rb +1 -1
- data/spec/lib/locomotive/httparty/webservice_spec.rb +9 -0
- metadata +9 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5bcbff9d3032a5676174c18a042d5e20aa64207a
|
4
|
+
data.tar.gz: 782a561aef8df5430fee304c29bbda9785f7866c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c203be68e297ee1664ead3085523cf92c5da3705243d3f0a265d662c1b6822886d75dda803d4c3b7583b8e5bebd9602906aaf1aa8e2f40b530f4b261330649d
|
7
|
+
data.tar.gz: 6aae681fbf1c365fbf752c609096fe381f9dc8d06cf891e7c88cea6b0c05033631dd2de4e9a03fa7fcae5e8b8c04310579e771b978068d6c2abc324608f58af1
|
Binary file
|
@@ -10,6 +10,25 @@ es:
|
|
10
10
|
notice: "La página requerida no existe."
|
11
11
|
link: "→ Volver"
|
12
12
|
|
13
|
+
locales:
|
14
|
+
es: Español
|
15
|
+
en: Inglés
|
16
|
+
fr: Francés
|
17
|
+
it: Italiano
|
18
|
+
ru: Ruso
|
19
|
+
de: Alemán
|
20
|
+
pl: Polaco
|
21
|
+
nl: Holandés
|
22
|
+
et: Estonio
|
23
|
+
pt-BR: "Portugués brasileño"
|
24
|
+
nb: Noruego
|
25
|
+
ja: Japonés
|
26
|
+
zh-CN: Chino
|
27
|
+
cs: Checo
|
28
|
+
bg: Búlgaro
|
29
|
+
sk: Eslovaco
|
30
|
+
sr: Serbian
|
31
|
+
|
13
32
|
buttons:
|
14
33
|
login: Iniciar sesión
|
15
34
|
send_password: Enviar
|
@@ -26,6 +26,7 @@ et:
|
|
26
26
|
cs: Tsehhi
|
27
27
|
bg: Bulgaaria
|
28
28
|
sk: Slovaki
|
29
|
+
sr: Serbian
|
29
30
|
|
30
31
|
messages:
|
31
32
|
confirm: Oled kindel ?
|
@@ -241,7 +242,7 @@ et:
|
|
241
242
|
edit:
|
242
243
|
title: "Redigeerimisel %{key}"
|
243
244
|
help: "Saad kasutada seda tõlkimisvõtit järgmise liquid koodiga: <span class='code'>{{ '%{key}' | translate }}</span>."
|
244
|
-
|
245
|
+
|
245
246
|
content_assets:
|
246
247
|
picker:
|
247
248
|
title: "Sisesta meedia"
|
@@ -1,5 +1,23 @@
|
|
1
1
|
it:
|
2
2
|
locomotive:
|
3
|
+
locales:
|
4
|
+
en: Inglese
|
5
|
+
de: Tedesco
|
6
|
+
fr: Francese
|
7
|
+
pl: Polacco
|
8
|
+
pt-BR: "Portoghese Brasiliano"
|
9
|
+
it: Italiano
|
10
|
+
nl: Olandese
|
11
|
+
nb: Norvegese
|
12
|
+
es: Spagnolo
|
13
|
+
ru: Russo
|
14
|
+
et: Estone
|
15
|
+
ja: Giapponese
|
16
|
+
cs: Ceco
|
17
|
+
bg: Bulgaro
|
18
|
+
sk: Slovacco
|
19
|
+
sr: Serbe
|
20
|
+
|
3
21
|
buttons:
|
4
22
|
login: Entra
|
5
23
|
send_password: Invia
|
@@ -160,21 +178,6 @@ it:
|
|
160
178
|
edit:
|
161
179
|
help: "Puoi modificare il tuo nome cliccandoci sopra."
|
162
180
|
new_site: nuovo sito
|
163
|
-
en: Inglese
|
164
|
-
de: Tedesco
|
165
|
-
fr: Francese
|
166
|
-
pl: Polacco
|
167
|
-
pt-BR: "Portoghese Brasiliano"
|
168
|
-
it: Italiano
|
169
|
-
nl: Olandese
|
170
|
-
nb: Norvegese
|
171
|
-
es: Spagnolo
|
172
|
-
ru: Russo
|
173
|
-
et: Estone
|
174
|
-
ja: Giapponese
|
175
|
-
cs: Ceco
|
176
|
-
bg: Bulgaro
|
177
|
-
sk: Slovacco
|
178
181
|
ask_for_name: "Prego, digita il tuo nome"
|
179
182
|
|
180
183
|
theme_assets:
|
@@ -7,6 +7,22 @@ nl:
|
|
7
7
|
new_item: "+ voeg toe"
|
8
8
|
switch_to_site: Ga
|
9
9
|
|
10
|
+
locales:
|
11
|
+
en: Engels
|
12
|
+
de: Duits
|
13
|
+
fr: Frans
|
14
|
+
pt-BR: "Braziliaans Portugees"
|
15
|
+
it: Italiaans
|
16
|
+
nl: Nederlands
|
17
|
+
nb: Noors
|
18
|
+
ru: Russisch
|
19
|
+
et: Estlands
|
20
|
+
ja: Japanese
|
21
|
+
cs: Tsjechisch
|
22
|
+
bg: Bulgaars
|
23
|
+
sk: Slowaaks
|
24
|
+
sr: Serbian
|
25
|
+
|
10
26
|
messages:
|
11
27
|
confirm: Weet u het zeker ?
|
12
28
|
sending_form: "locomotive.messages.sending_form"
|
@@ -148,19 +164,6 @@ nl:
|
|
148
164
|
edit:
|
149
165
|
help: "Uw naam kan gewijzigd worden door het aan te klikken"
|
150
166
|
new_site: nieuwe website
|
151
|
-
en: Engels
|
152
|
-
de: Duits
|
153
|
-
fr: Frans
|
154
|
-
pt-BR: "Braziliaans Portugees"
|
155
|
-
it: Italiaans
|
156
|
-
nl: Nederlands
|
157
|
-
nb: Noors
|
158
|
-
ru: Russisch
|
159
|
-
et: Estlands
|
160
|
-
ja: Japanese
|
161
|
-
cs: Tsjechisch
|
162
|
-
bg: Bulgaars
|
163
|
-
sk: Slowaaks
|
164
167
|
ask_for_name: "Voer uw nieuwe naam in"
|
165
168
|
|
166
169
|
theme_assets:
|
@@ -0,0 +1,355 @@
|
|
1
|
+
sr:
|
2
|
+
locomotive:
|
3
|
+
buttons:
|
4
|
+
login: Пријава
|
5
|
+
send_password: Пошаљи
|
6
|
+
change_password: Промени
|
7
|
+
new_item: "+ додај"
|
8
|
+
switch_to_site: Крени
|
9
|
+
delete: "Обриши"
|
10
|
+
close: "Затвори"
|
11
|
+
|
12
|
+
locales:
|
13
|
+
en: Енглески
|
14
|
+
de: Немачки
|
15
|
+
fr: Француски
|
16
|
+
pl: Пољски
|
17
|
+
pt-BR: "Португалски (Бразил)"
|
18
|
+
it: Италијански
|
19
|
+
nl: Холандски
|
20
|
+
nb: Норвешки
|
21
|
+
es: Шпански
|
22
|
+
ru: Руски
|
23
|
+
et: Естонски
|
24
|
+
ja: Јапански
|
25
|
+
zh-CN: Кинески
|
26
|
+
cs: Чешки
|
27
|
+
bg: Бугарски
|
28
|
+
sk: Словачки
|
29
|
+
sr: Српски
|
30
|
+
|
31
|
+
messages:
|
32
|
+
confirm: Да ли сте сигурни ?
|
33
|
+
sending_form: Ваш захтев је послат
|
34
|
+
|
35
|
+
shared:
|
36
|
+
header:
|
37
|
+
welcome: Добродошли, %{name}
|
38
|
+
see: Погледај вебсајт
|
39
|
+
switch: Пребаци на други сајт
|
40
|
+
help: Помоћ
|
41
|
+
logout: Одјава
|
42
|
+
menu:
|
43
|
+
contents: Садржај
|
44
|
+
assets: Ресурси
|
45
|
+
settings: Подешавања
|
46
|
+
pages: Стране
|
47
|
+
snippets: Делови кода
|
48
|
+
account: Налог
|
49
|
+
site: Сајт
|
50
|
+
theme_assets: Фајлови теме
|
51
|
+
translations: Преводи
|
52
|
+
form:
|
53
|
+
change_file: промени
|
54
|
+
delete_file: обриши
|
55
|
+
cancel: прекини
|
56
|
+
form_actions:
|
57
|
+
back: Назад без снимања
|
58
|
+
create: Направи
|
59
|
+
update: Сними
|
60
|
+
send: Пошаљи
|
61
|
+
disable_with: Причекај...
|
62
|
+
list:
|
63
|
+
untranslated: без превода
|
64
|
+
footer:
|
65
|
+
who_is_behind: "LocomotiveCMS развија %{development} и дизајнира <a href=\"http://www.sachagreif.com\">Sacha Greif</a> — <small>верзија</small> %{version}"
|
66
|
+
|
67
|
+
errors:
|
68
|
+
"500":
|
69
|
+
title: Application Error
|
70
|
+
notice: "We're sorry, but something went wrong"
|
71
|
+
link: "→ Назад на апликацију"
|
72
|
+
"404":
|
73
|
+
title: Страна није пронађена
|
74
|
+
notice: "Страна коју тражите не постоји."
|
75
|
+
link: "→ Назад на апликацију"
|
76
|
+
|
77
|
+
notifications:
|
78
|
+
new_content_entry:
|
79
|
+
subject: "[%{domain}][%{type}] нови унос"
|
80
|
+
title: "Здраво %{name}, само да вас обавестимо да је %{date} направљена нова верзија сајта <b>%{domain}</b>"
|
81
|
+
type: "Модел: %{type}"
|
82
|
+
|
83
|
+
pagination:
|
84
|
+
first: "«"
|
85
|
+
last: "»"
|
86
|
+
previous: "‹"
|
87
|
+
next: "›"
|
88
|
+
truncate: "…"
|
89
|
+
|
90
|
+
sites_picker:
|
91
|
+
new: + нови сајт
|
92
|
+
|
93
|
+
api_key:
|
94
|
+
none: Молимо вас кликните на дугме да добијете АПИ број.
|
95
|
+
button: Освежи
|
96
|
+
|
97
|
+
custom_fields:
|
98
|
+
edit:
|
99
|
+
title: Промени поље
|
100
|
+
text_formatting:
|
101
|
+
none: Без формата
|
102
|
+
html: HTML
|
103
|
+
types:
|
104
|
+
file:
|
105
|
+
delete_file: Обриши фајл
|
106
|
+
has_many:
|
107
|
+
empty: Листа је празна
|
108
|
+
new_entry: + Додај нови унос
|
109
|
+
empty: Листа је празна. Додај нови унос из избора.
|
110
|
+
|
111
|
+
form:
|
112
|
+
required: Обавезно
|
113
|
+
default_label: Име поља
|
114
|
+
select_options:
|
115
|
+
ask_name: "Упиши наслов опције"
|
116
|
+
|
117
|
+
sessions:
|
118
|
+
new:
|
119
|
+
title: Пријава
|
120
|
+
link: "Заборавили сте лозинку?"
|
121
|
+
email: "Имејл"
|
122
|
+
password: "Лозинка"
|
123
|
+
|
124
|
+
passwords:
|
125
|
+
new:
|
126
|
+
title: Заборављена лозинка
|
127
|
+
link: "→ Назад на пријаву"
|
128
|
+
email: "Ваш имејл"
|
129
|
+
edit:
|
130
|
+
title: Промени лозинку
|
131
|
+
link: "→ Назад на пријаву"
|
132
|
+
password: "Ваша нова лозинка"
|
133
|
+
password_confirmation: "Потврда ваше нове лозинке"
|
134
|
+
|
135
|
+
pages:
|
136
|
+
index:
|
137
|
+
title: Листа страна
|
138
|
+
help: "Стране су поређане у стабло. Можете преуредити стране као и фолдере"
|
139
|
+
no_items: "За сада нема страна. Кликните <a href=\"%{url}\">овде</a> да направите прву."
|
140
|
+
new: нова страна
|
141
|
+
latest_entries: Последња страна
|
142
|
+
new:
|
143
|
+
title: Нова страна
|
144
|
+
help: "Молимо вас попуните упитник да бисте направили страну. Будите пажљиви, страна није објављена док не одобрите."
|
145
|
+
page:
|
146
|
+
updated_at: промењено
|
147
|
+
edit:
|
148
|
+
show: покажи
|
149
|
+
help: "Наслов стране можете променити кликом на њега. Након тога снимите измене."
|
150
|
+
ask_for_title: "Молимо вас упишите нови наслов стране"
|
151
|
+
form:
|
152
|
+
change_file: промени
|
153
|
+
delete_file: обриши
|
154
|
+
cancel: прекини
|
155
|
+
default_block: Подразумевано
|
156
|
+
cache_strategy:
|
157
|
+
none: Без
|
158
|
+
simple: Просто
|
159
|
+
hour: 1 сат
|
160
|
+
day: 1 дан
|
161
|
+
week: 1 недеља
|
162
|
+
month: 1 месец
|
163
|
+
redirect_type:
|
164
|
+
permanent: "Трајно (301)"
|
165
|
+
temporary: "Привремено (302)"
|
166
|
+
|
167
|
+
snippets:
|
168
|
+
index:
|
169
|
+
title: Списак делова кода
|
170
|
+
help: "Делови кода су делови HTML који се могу наћи на различитим местима унутар сајта (нпр. футер)."
|
171
|
+
no_items: "За сада нема делова кода. Кликом <a href=\"%{url}\">овде</a> направићете први."
|
172
|
+
new: нови део кода
|
173
|
+
new:
|
174
|
+
title: Нови део кода
|
175
|
+
help: "Попуните упитник да промените ваш део кода."
|
176
|
+
edit:
|
177
|
+
title: Промена дела кода
|
178
|
+
help: "Укључите ваш део кода у страну следећим изразом : <span class='code'>{% include '%{slug}' %}</span>."
|
179
|
+
snippet:
|
180
|
+
updated_at: Промењено
|
181
|
+
|
182
|
+
sites:
|
183
|
+
new:
|
184
|
+
title: Нови сајт
|
185
|
+
help: "Попуните упитник да бисте направили нови сајт."
|
186
|
+
domains:
|
187
|
+
empty: "Немате придружене домене за овај сајт. Додајте нови домен. <b>Не заборавите да освежите DNS.</b>"
|
188
|
+
|
189
|
+
current_site:
|
190
|
+
edit:
|
191
|
+
new_membership: додај налог
|
192
|
+
help: "Наслов сајта можете променити кликом на њега. Након тога снимите измене."
|
193
|
+
ask_for_name: "Молимо вас упишите нови наслов сајта"
|
194
|
+
|
195
|
+
memberships:
|
196
|
+
roles:
|
197
|
+
admin: Администратор
|
198
|
+
designer: Дизајнер
|
199
|
+
author: Аутор
|
200
|
+
new:
|
201
|
+
title: Нови налог
|
202
|
+
help: "Молимо вас упишите имејл. Уколико налог не постоји бићете упућени на упитник за креирање."
|
203
|
+
|
204
|
+
accounts:
|
205
|
+
new:
|
206
|
+
title: Нови налог
|
207
|
+
help: "Молимо вас попуните упитник како бисте направили нови налог."
|
208
|
+
|
209
|
+
my_account:
|
210
|
+
edit:
|
211
|
+
help: "Име налога можете променити кликом на њега. Након тога снимите измене."
|
212
|
+
new_site: нови сајт
|
213
|
+
ask_for_name: "Молимо вас упишите ново име налога"
|
214
|
+
|
215
|
+
theme_assets:
|
216
|
+
index:
|
217
|
+
title: Списак фајлова теме
|
218
|
+
help: "Секција фајлови теме је место где уређујете фајлове за приказ. Уколико правите галерију слика направите нови тип садржаја.<br/><b>Упозорење:</b> могуће је да не видите све ресурсе услед дозвола за ваш налог."
|
219
|
+
quick_upload: Брзо слање
|
220
|
+
new: нови фајл
|
221
|
+
snippets: Делови кода
|
222
|
+
css_and_js: CSS и javascript
|
223
|
+
fonts: Фонтови
|
224
|
+
images: Слике
|
225
|
+
media: Други медији
|
226
|
+
no_items: "За сада нема фајлова."
|
227
|
+
asset:
|
228
|
+
updated_at: Промењено
|
229
|
+
new:
|
230
|
+
title: Нови фајл
|
231
|
+
help: "Можете послати фајл или копирати CSS или javascrip у одговарајуће поље."
|
232
|
+
edit:
|
233
|
+
title: "Промена %{file}"
|
234
|
+
help: "Овај ресурс је доступан на адреси: <a href='%{url}'>%{url}</a>"
|
235
|
+
help_image: "Укључите ресурс следећим изразом : <span class='code'>{{ '%{path}' | theme_image_tag }}</span>.<br/>Тренутне димензије слике: <b>%{width}px x %{height}px</b>.<br/>"
|
236
|
+
help_javascript: "Укључите ресурс следећим изразом : <span class='code'>{{ '%{path}' | javascript_tag }}</span>.<br/>"
|
237
|
+
help_stylesheet: "Укључите ресурс следећим изразом : <span class='code'>{{ '%{path}' | stylesheet_tag }}</span>.<br/>"
|
238
|
+
form:
|
239
|
+
picker_link: Убаците слику у код
|
240
|
+
choose_file: Изаберите фајл
|
241
|
+
choose_plain_text: Изаберите обичан текст
|
242
|
+
image_picker:
|
243
|
+
title: "Убаците слику"
|
244
|
+
no_items: "За сада нема слика."
|
245
|
+
upload: "Пошаљите слику"
|
246
|
+
|
247
|
+
translations:
|
248
|
+
untranslated: "Непреведени језици: %{list}"
|
249
|
+
index:
|
250
|
+
title: Преводи
|
251
|
+
new: нови превод
|
252
|
+
no_items: "За сада нема превода. Кликните <a href=\"%{url}\">овде</a> да направите први."
|
253
|
+
new:
|
254
|
+
title: "Нови превод"
|
255
|
+
help: "Стране и делови кода могу делити исти шаблон за више језика осим неких поља која можете превести уз помоћ <b>translate</b> тага."
|
256
|
+
edit:
|
257
|
+
title: "Промена %{key}"
|
258
|
+
help: "Можете превести овај израз уз помоћ : <span class='code'>{{ '%{key}' | translate }}</span>."
|
259
|
+
|
260
|
+
content_assets:
|
261
|
+
picker:
|
262
|
+
title: "Убаците друге медије"
|
263
|
+
no_items: "За сада нема других медија."
|
264
|
+
upload: "Пошаљите друге медије"
|
265
|
+
placeholder_search: Претрага по имену
|
266
|
+
types:
|
267
|
+
pdf: PDF
|
268
|
+
image: слике
|
269
|
+
media: rich media
|
270
|
+
others: друго
|
271
|
+
|
272
|
+
content_types:
|
273
|
+
index:
|
274
|
+
new: нови модел
|
275
|
+
edit: промени модел
|
276
|
+
new:
|
277
|
+
title: Нови модел
|
278
|
+
help: "Направите свој модел података (нпр. Projects, People, итд.). Ваш модел мора имати бар једно поље. Објекти направљени на основу овог модела имаће прво поље обавезно."
|
279
|
+
edit:
|
280
|
+
title: Промена модела
|
281
|
+
help: "Ваш модел мора имати бар једно поље. Објекти направљени на основу овог модела имаће прво поље обавезно."
|
282
|
+
show_entries: покажи уносе
|
283
|
+
new_entry: нови унос
|
284
|
+
form:
|
285
|
+
order_by:
|
286
|
+
created_at: 'По датуму креирања'
|
287
|
+
updated_at: 'По датуму промене'
|
288
|
+
position_in_list: Ручно
|
289
|
+
order_direction:
|
290
|
+
asc: Растући
|
291
|
+
desc: Падајући
|
292
|
+
|
293
|
+
content_entries:
|
294
|
+
index:
|
295
|
+
title: 'Списак "%{type}"'
|
296
|
+
edit: промена модела
|
297
|
+
destroy: обриши модел
|
298
|
+
download: преузми уносе
|
299
|
+
new: нови унос
|
300
|
+
category_noname: "Без имена"
|
301
|
+
latest_entries: "Последљи унос"
|
302
|
+
updated_at: "Промењено"
|
303
|
+
list:
|
304
|
+
no_items: "За сада нема уноса. Кликните <a href=\"%{url}\">овде</a> да направите први."
|
305
|
+
new:
|
306
|
+
title: '%{type} — нови унос'
|
307
|
+
edit:
|
308
|
+
title: '%{type} — промена уноса'
|
309
|
+
form:
|
310
|
+
edit_select_options: опције за промене
|
311
|
+
has_many:
|
312
|
+
new_entry: Нови унос
|
313
|
+
|
314
|
+
code_editing:
|
315
|
+
image_picker: Убаците слику у код
|
316
|
+
copy_template: Копирај шаблон за подразумевани језик
|
317
|
+
|
318
|
+
cross_domain_sessions:
|
319
|
+
new:
|
320
|
+
title: Cross-domain аутентификација
|
321
|
+
notice: Бићете пребачени на вебсајт за неколико тренутака.
|
322
|
+
|
323
|
+
installation:
|
324
|
+
common:
|
325
|
+
title: Прва инсталација Locomotive
|
326
|
+
next: Следеће
|
327
|
+
step_1:
|
328
|
+
title: "Корак 1/2 — Направите налог"
|
329
|
+
name: Име налога
|
330
|
+
email: Имејл
|
331
|
+
password: Лозинка
|
332
|
+
password_confirmation: Потврда лозинке
|
333
|
+
done: "Већ сте додали налог:<br/><strong>%{name}</strong>, <em>%{email}</em>"
|
334
|
+
next: Направи налог
|
335
|
+
step_2:
|
336
|
+
title: "Корак 2/2 — Направи свој први сајт"
|
337
|
+
explanations: "Још мало до краја. Молимо вас дајте име сајту и изаберите подразумевани језик."
|
338
|
+
default_site_locale: Језик сајта
|
339
|
+
default_site_locales_hints: Касније ћете моћи да додате још језика.
|
340
|
+
next: Направи сајт
|
341
|
+
|
342
|
+
public:
|
343
|
+
pages:
|
344
|
+
show_toolbar:
|
345
|
+
statuses:
|
346
|
+
loading: "Учитавање...."
|
347
|
+
disabled: "Inline Editor онемогућен"
|
348
|
+
labels:
|
349
|
+
save_changes: "Сними измене: "
|
350
|
+
editing_mode: "Мод за измене: "
|
351
|
+
lang: "Језик: "
|
352
|
+
buttons:
|
353
|
+
back: Повратак на подешавања
|
354
|
+
confirm: Потврди
|
355
|
+
cancel: Прекини
|
@@ -2,10 +2,10 @@ zh-CN:
|
|
2
2
|
locomotive:
|
3
3
|
buttons:
|
4
4
|
login: 登录
|
5
|
-
send_password: 发送
|
5
|
+
send_password: 发送
|
6
6
|
change_password: 更新
|
7
7
|
new_item: "+ 添加"
|
8
|
-
switch_to_site: 去往
|
8
|
+
switch_to_site: 去往
|
9
9
|
delete: "删除"
|
10
10
|
close: "关闭"
|
11
11
|
|
@@ -26,9 +26,10 @@ zh-CN:
|
|
26
26
|
cs: 捷克语
|
27
27
|
bg: 保加利亚语
|
28
28
|
sk: 斯洛伐克
|
29
|
+
sr: Serbian
|
29
30
|
|
30
31
|
messages:
|
31
|
-
confirm: 确定?
|
32
|
+
confirm: 确定?
|
32
33
|
sending_form: 正在提交表单
|
33
34
|
|
34
35
|
shared:
|
@@ -87,7 +88,7 @@ zh-CN:
|
|
87
88
|
truncate: "…"
|
88
89
|
|
89
90
|
sites_picker:
|
90
|
-
new: + 新建网站
|
91
|
+
new: + 新建网站
|
91
92
|
|
92
93
|
api_key:
|
93
94
|
none: 请点击下面的按钮生成API key
|
@@ -166,7 +167,7 @@ zh-CN:
|
|
166
167
|
|
167
168
|
snippets:
|
168
169
|
index:
|
169
|
-
title: 片段列表
|
170
|
+
title: 片段列表
|
170
171
|
help: "片段是一段HTML代码,可以遍布于网站的各个地方(比如页面的页脚footer)"
|
171
172
|
no_items: "现在还没有片段,点击<a href=\"%{url}\">here</a> 创建第一个片段"
|
172
173
|
new: 新建片段
|
@@ -216,7 +217,7 @@ zh-CN:
|
|
216
217
|
index:
|
217
218
|
title: 主题文件列表
|
218
219
|
help: "主题文件部分是你管理那些在页面模板、HTML片段里需要的文件。如果你需要管理一个图片库,那么可以创建一个新的内容类型。<br /><b>警告</b>依赖权限的控制,你可能看不到所有的资产。"
|
219
|
-
quick_upload: 快速上传
|
220
|
+
quick_upload: 快速上传
|
220
221
|
new: 新建文件
|
221
222
|
snippets: 片段
|
222
223
|
css_and_js: 样式css与javascript
|
@@ -266,11 +267,11 @@ zh-CN:
|
|
266
267
|
|
267
268
|
content_types:
|
268
269
|
index:
|
269
|
-
new: 新建内容类型
|
270
|
-
edit: 编辑内容类型
|
270
|
+
new: 新建内容类型
|
271
|
+
edit: 编辑内容类型
|
271
272
|
new:
|
272
273
|
title: 新建内容类型
|
273
|
-
help: "创建你自己的内容类型(Projects, People, ...etc)。你的内容类型应该至少有一个字段。从这个内容类型创建的条目必须强制性地拥有他们的第一个字段"
|
274
|
+
help: "创建你自己的内容类型(Projects, People, ...etc)。你的内容类型应该至少有一个字段。从这个内容类型创建的条目必须强制性地拥有他们的第一个字段"
|
274
275
|
edit:
|
275
276
|
title: 编辑内容类型
|
276
277
|
help: "Your model should have one field at least. The items created from this content type would have their first field mandatory."
|
@@ -289,7 +290,7 @@ zh-CN:
|
|
289
290
|
index:
|
290
291
|
title: '列表 "%{type}"'
|
291
292
|
edit: 编辑
|
292
|
-
destroy: 删除
|
293
|
+
destroy: 删除
|
293
294
|
download: 下载条目
|
294
295
|
new: 新建条目
|
295
296
|
category_noname: "没有名称"
|
@@ -0,0 +1,50 @@
|
|
1
|
+
sr:
|
2
|
+
date:
|
3
|
+
formats:
|
4
|
+
default: "%m/%d/%Y"
|
5
|
+
|
6
|
+
time:
|
7
|
+
formats:
|
8
|
+
default: "%m/%d/%Y %H:%M"
|
9
|
+
|
10
|
+
mongoid:
|
11
|
+
errors:
|
12
|
+
messages:
|
13
|
+
blank_in_locale: "не може бити празно"
|
14
|
+
attributes:
|
15
|
+
locomotive/content_entry:
|
16
|
+
created_at: Направљено
|
17
|
+
|
18
|
+
errors:
|
19
|
+
messages:
|
20
|
+
domain_taken: "%{value} је заузет"
|
21
|
+
invalid_domain: "%{value} је невалидан"
|
22
|
+
needs_admin_account: "Најмање један админ налог је неопходан"
|
23
|
+
protected_page: "Не можете обрисати индекс или 404 страну"
|
24
|
+
extname_changed: "Нови фајл нема исту екстензију као и претходни"
|
25
|
+
array_too_short: "је премали (минималан број елемената је %{count})"
|
26
|
+
invalid_theme_file: "не може бити празно или није архива"
|
27
|
+
site:
|
28
|
+
default_locale_removed: Претходни подразумевани језик не може одмах бити уклоњен.
|
29
|
+
page:
|
30
|
+
liquid_syntax: "Грешка у коду ('%{error}' на '%{fullpath}')"
|
31
|
+
liquid_extend: "Страна '%{fullpath}' користи шаблон који не постоји"
|
32
|
+
liquid_translation: "Страна '%{fullpath}' користи шаблон који није преведен"
|
33
|
+
too_few_custom_fields: "Најмање једно поље је неопходно"
|
34
|
+
security: "представља сигурносни проблем"
|
35
|
+
|
36
|
+
attributes:
|
37
|
+
defaults:
|
38
|
+
pages:
|
39
|
+
index:
|
40
|
+
title: "Почетна страна"
|
41
|
+
body: "Садржај почетне стране"
|
42
|
+
"404":
|
43
|
+
title: "Страна није пронађена"
|
44
|
+
body: "Садржај 404 стране"
|
45
|
+
other:
|
46
|
+
body: "{% extends 'parent' %}"
|
47
|
+
|
48
|
+
pagination:
|
49
|
+
previous: "« Претходни"
|
50
|
+
next: "Следећи »"
|
@@ -0,0 +1,64 @@
|
|
1
|
+
sr:
|
2
|
+
errors:
|
3
|
+
messages:
|
4
|
+
not_found: "not found"
|
5
|
+
already_confirmed: "was already confirmed"
|
6
|
+
not_locked: "was not locked"
|
7
|
+
|
8
|
+
devise:
|
9
|
+
failure:
|
10
|
+
locomotive_account:
|
11
|
+
unauthenticated: 'You need to sign in or sign up before continuing.'
|
12
|
+
unconfirmed: 'You have to confirm your account before continuing.'
|
13
|
+
locked: 'Your account is locked.'
|
14
|
+
invalid: 'Invalid email or password.'
|
15
|
+
not_found_in_database: 'Invalid email or password.'
|
16
|
+
no_membership: 'Your account is not a member of this site, please contact the site administrator to gain access.'
|
17
|
+
invalid_token: 'Invalid authentication token.'
|
18
|
+
timeout: 'Your session expired, please sign in again to continue.'
|
19
|
+
inactive: 'Your account was not activated yet.'
|
20
|
+
sessions:
|
21
|
+
locomotive_account:
|
22
|
+
signed_in: 'Signed in successfully.'
|
23
|
+
signed_out: 'Signed out successfully.'
|
24
|
+
passwords:
|
25
|
+
locomotive_account:
|
26
|
+
send_instructions: 'You will receive an email with instructions about how to reset your password in a few minutes.'
|
27
|
+
updated: 'Your password was changed successfully. You are now signed in.'
|
28
|
+
confirmations:
|
29
|
+
locomotive_account:
|
30
|
+
send_instructions: 'You will receive an email with instructions about how to confirm your account in a few minutes.'
|
31
|
+
confirmed: 'Your account was successfully confirmed. You are now signed in.'
|
32
|
+
registrations:
|
33
|
+
locomotive_account:
|
34
|
+
signed_up: 'You have signed up successfully.'
|
35
|
+
updated: 'You updated your account successfully.'
|
36
|
+
destroyed: 'Bye! Your account was successfully cancelled. We hope to see you again soon.'
|
37
|
+
unlocks:
|
38
|
+
locomotive_account:
|
39
|
+
send_instructions: 'You will receive an email with instructions about how to unlock your account in a few minutes.'
|
40
|
+
unlocked: 'Your account was successfully unlocked. You are now signed in.'
|
41
|
+
mailer:
|
42
|
+
locomotive_account:
|
43
|
+
confirmation_instructions: 'Confirmation instructions'
|
44
|
+
reset_password_instructions: 'Reset password instructions'
|
45
|
+
unlock_instructions: 'Unlock Instructions'
|
46
|
+
|
47
|
+
|
48
|
+
locomotive:
|
49
|
+
devise_mailer:
|
50
|
+
common:
|
51
|
+
hello: Hello
|
52
|
+
|
53
|
+
confirmation_instructions:
|
54
|
+
you_can_confirm_your_account_through_the_link_below: "You can confirm your account through the link below:"
|
55
|
+
confirm_my_account: "Confirm my account"
|
56
|
+
reset_password_instructions:
|
57
|
+
reset_password_instruction: "Someone has requested a link to change your password, and you can do this through the link below:"
|
58
|
+
change_my_password: "Change my password"
|
59
|
+
wrong_request_instruction: "If you didn't request this, please ignore this email."
|
60
|
+
unchange_password_message: "Your password won't change until you access the link above and create a new one."
|
61
|
+
unlock_instructions:
|
62
|
+
locked_account_message: "Your account has been locked due to an excessive amount of unsuccessful sign in attempts."
|
63
|
+
unlock_account_instruction: "Click the link below to unlock your account:"
|
64
|
+
unlock_my_account: "Unlock my account"
|
@@ -0,0 +1,115 @@
|
|
1
|
+
sr:
|
2
|
+
flash:
|
3
|
+
locomotive:
|
4
|
+
pages:
|
5
|
+
create:
|
6
|
+
notice: "Page was successfully created."
|
7
|
+
alert: "Page was not created."
|
8
|
+
update:
|
9
|
+
notice: "Page was successfully updated."
|
10
|
+
alert: "Page was not updated."
|
11
|
+
sort:
|
12
|
+
notice: "Pages were successfully sorted."
|
13
|
+
destroy:
|
14
|
+
notice: "Page was successfully deleted."
|
15
|
+
|
16
|
+
content_entries:
|
17
|
+
create:
|
18
|
+
notice: "Entry was successfully created."
|
19
|
+
alert: "Entry was not created."
|
20
|
+
update:
|
21
|
+
notice: "Entry was successfully updated."
|
22
|
+
alert: "Entry was not updated."
|
23
|
+
sort:
|
24
|
+
notice: "Entries were successfully sorted."
|
25
|
+
destroy:
|
26
|
+
notice: "Entry was successfully deleted."
|
27
|
+
|
28
|
+
content_types:
|
29
|
+
create:
|
30
|
+
notice: "Model was successfully created."
|
31
|
+
alert: "Model was not created."
|
32
|
+
update:
|
33
|
+
notice: "Model was successfully updated."
|
34
|
+
alert: "Model was not updated."
|
35
|
+
destroy:
|
36
|
+
notice: "Model was successfully deleted."
|
37
|
+
|
38
|
+
current_site:
|
39
|
+
update:
|
40
|
+
notice: "My site was successfully updated."
|
41
|
+
alert: "My site was not updated."
|
42
|
+
|
43
|
+
snippets:
|
44
|
+
create:
|
45
|
+
notice: "Snippet was successfully created."
|
46
|
+
alert: "Snippet was not created."
|
47
|
+
update:
|
48
|
+
notice: "Snippet was successfully updated."
|
49
|
+
alert: "Snippet was not updated."
|
50
|
+
destroy:
|
51
|
+
notice: "Snippet was successfully deleted."
|
52
|
+
|
53
|
+
accounts:
|
54
|
+
create:
|
55
|
+
notice: "Account was successfully created."
|
56
|
+
alert: "Account was not created."
|
57
|
+
|
58
|
+
my_account:
|
59
|
+
update:
|
60
|
+
notice: "My account was successfully updated."
|
61
|
+
alert: "My account was not updated."
|
62
|
+
|
63
|
+
sites:
|
64
|
+
create:
|
65
|
+
notice: "Site was successfully created."
|
66
|
+
alert: "Site was not created."
|
67
|
+
destroy:
|
68
|
+
notice: "Site was successfully deleted."
|
69
|
+
|
70
|
+
memberships:
|
71
|
+
create:
|
72
|
+
notice: "Membership was successfully created."
|
73
|
+
alert: "Membership was not created."
|
74
|
+
already_created: "Account was already added the current site."
|
75
|
+
|
76
|
+
assets:
|
77
|
+
create:
|
78
|
+
notice: "Asset was successfully created."
|
79
|
+
alert: "Asset was not created."
|
80
|
+
update:
|
81
|
+
notice: "Asset was successfully updated."
|
82
|
+
alert: "Asset was not updated."
|
83
|
+
|
84
|
+
theme_assets:
|
85
|
+
create:
|
86
|
+
notice: "File was successfully created."
|
87
|
+
alert: "File was not created."
|
88
|
+
update:
|
89
|
+
notice: "File was successfully updated."
|
90
|
+
alert: "File was not updated."
|
91
|
+
destroy:
|
92
|
+
notice: "File was successfully deleted."
|
93
|
+
translations:
|
94
|
+
create:
|
95
|
+
notice: "Translation was successfully created."
|
96
|
+
alert: "Translation was not created."
|
97
|
+
update:
|
98
|
+
notice: "Translation was successfully updated."
|
99
|
+
alert: "Translation was not updated."
|
100
|
+
destroy:
|
101
|
+
notice: "Translation was successfully deleted."
|
102
|
+
|
103
|
+
custom_fields:
|
104
|
+
update:
|
105
|
+
alert: "Field not updated"
|
106
|
+
|
107
|
+
cross_domain_sessions:
|
108
|
+
create:
|
109
|
+
alert: "You need to sign in"
|
110
|
+
|
111
|
+
import:
|
112
|
+
create:
|
113
|
+
done: "Your site was successfully updated."
|
114
|
+
notice: "Your site is being updated."
|
115
|
+
alert: "The import was not done."
|
@@ -0,0 +1,112 @@
|
|
1
|
+
sr:
|
2
|
+
formtastic:
|
3
|
+
titles:
|
4
|
+
information: General information
|
5
|
+
advanced_options: Advanced options
|
6
|
+
meta: SEO Metadata
|
7
|
+
seo: SEO settings
|
8
|
+
robots_txt: Robots.txt file
|
9
|
+
code: Code
|
10
|
+
raw_template: Template
|
11
|
+
credentials: Credentials
|
12
|
+
language: Language
|
13
|
+
sites: Sites
|
14
|
+
access_points: Access points
|
15
|
+
memberships: Accounts
|
16
|
+
membership_email: Account email
|
17
|
+
file: File
|
18
|
+
preview: Preview
|
19
|
+
options: Advanced options
|
20
|
+
custom_fields: Custom fields
|
21
|
+
other_fields: Other information
|
22
|
+
presentation: Presentation
|
23
|
+
attributes: Attributes
|
24
|
+
upload: Upload
|
25
|
+
labels:
|
26
|
+
theme_asset:
|
27
|
+
plain_text_name: File name
|
28
|
+
content_type: File type
|
29
|
+
new:
|
30
|
+
source: File
|
31
|
+
edit:
|
32
|
+
source: Replace file
|
33
|
+
custom_fields:
|
34
|
+
field:
|
35
|
+
name: Alias
|
36
|
+
content_type:
|
37
|
+
raw_item_template: Item template
|
38
|
+
public_submission_enabled: Public submission
|
39
|
+
public_submission_accounts: Notified Accounts
|
40
|
+
"custom_fields/field":
|
41
|
+
select_options: "Options"
|
42
|
+
content_entry:
|
43
|
+
_slug: Permalink
|
44
|
+
_visible: Visible
|
45
|
+
account:
|
46
|
+
api_key: API key
|
47
|
+
edit:
|
48
|
+
locale: UI Language
|
49
|
+
password: New password
|
50
|
+
password_confirmation: New password confirmation
|
51
|
+
page:
|
52
|
+
seo_title: Title
|
53
|
+
target_klass_name: Model
|
54
|
+
site:
|
55
|
+
locales: Languages
|
56
|
+
timezone_name: Timezone
|
57
|
+
new:
|
58
|
+
locales: First language
|
59
|
+
|
60
|
+
hints:
|
61
|
+
page:
|
62
|
+
handle: "Unique identifier to retrieve this page within an external controller instance"
|
63
|
+
published: "Only authenticated accounts can view unpublished pages."
|
64
|
+
cache_strategy: "Cache the page for better performance. The 'Simple' choice is a good compromise."
|
65
|
+
templatized: "Use the page as a template for a model you defined."
|
66
|
+
listed: "Control whether to show the page from generated menus."
|
67
|
+
target_klass_name: "The type of content this page will be a template for."
|
68
|
+
seo_title: "Define a page title which should be used as the value for the title tag in the head section. Leave it empty if you want to use the default value from the site settings."
|
69
|
+
meta_keywords: "Overrides the site's meta keywords used within the head tag of the page. They are separated by a comma."
|
70
|
+
meta_description: "Overrides the site's meta description used within the head tag of the page."
|
71
|
+
snippet:
|
72
|
+
slug: "You need to know it in order to insert the snippet inside a page"
|
73
|
+
site:
|
74
|
+
locales: "Drag&drop a flag to the first position to make it the default one."
|
75
|
+
seo_title: "Define a global value here which should be used as the value for the title tag in the head section."
|
76
|
+
meta_keywords: "Meta keywords used within the head tag of the page. They are separated by a comma. Required for SEO."
|
77
|
+
meta_description: "Meta description used within the head tag of the page. Required for SEO."
|
78
|
+
domain_name: "ex: locomotiveapp.org"
|
79
|
+
robots_txt: "Content of the <span class='code'>/robots.txt</span> file. Check the following <a href='http://www.w3.org/TR/html4/appendix/notes.html#h-B.4.1.1'>url</a> for more information."
|
80
|
+
new:
|
81
|
+
locales: "You can add other languages once your site will be created."
|
82
|
+
theme_asset:
|
83
|
+
slug: "You do not need to add the extension file (.css or .js)"
|
84
|
+
edit:
|
85
|
+
source: "You can replace it by a file of the same extension"
|
86
|
+
translation:
|
87
|
+
key: "Do not use dash but underscore instead. Example: welcome_message."
|
88
|
+
asset:
|
89
|
+
source: "All file types are accepted."
|
90
|
+
edit:
|
91
|
+
source: "The current file is available here %{url}"
|
92
|
+
update:
|
93
|
+
source: "The current file is available here %{url}"
|
94
|
+
content_entry:
|
95
|
+
_slug: "Property used to generate the url of a page working as a template for this content type (ex: \"template_page/{{ your_object._permalink }})\"."
|
96
|
+
_visible: "By default, the entry will show up in the site. So it can be used as a published attribute."
|
97
|
+
seo_title: "The value you fill in will replace the SEO title of the templatized page related to your model."
|
98
|
+
meta_keywords: "Overrides the site's meta keywords used within the head tag of the page. They are separated by a comma."
|
99
|
+
meta_description: "Overrides the site's meta description used within the head tag of the page."
|
100
|
+
import:
|
101
|
+
source: "A zipfile containing a database.yml along with assets and templates"
|
102
|
+
samples: "If enabled, the import process will also copy contents and assets"
|
103
|
+
reset: "If enabled, all the data of your site will be destroyed before importing the new site"
|
104
|
+
content_type:
|
105
|
+
name: "We suggest you to type the plural form of the model. Ex: Projects, Recipes, Posts, Articles, ...etc"
|
106
|
+
slug: "It will be used as the name of the collection in the liquid templates. Ex: <span class='code'>{{ contents.my_projects }}</span>"
|
107
|
+
raw_item_template: "You can customize the text displayed for each item in the list. Simply use Liquid. Ex: <span class='code'>{{ entry.name }})</span>"
|
108
|
+
public_submission_enabled: "It is used to let people from outside to create new entries (example: messages in a contact form)"
|
109
|
+
public_submission_accounts: "If the public submission option is enabled and for each entry created, sends a notification email to the accounts listed above."
|
110
|
+
"custom_fields/field":
|
111
|
+
name: "Name of the property for liquid templates. Ex: <span class='code'>{{ your_object.<name_of_your_field> }}</span>"
|
112
|
+
hint: "Text displayed in the model form just below the field"
|
@@ -27,7 +27,7 @@ Locomotive.configure do |config|
|
|
27
27
|
config.default_locale = :en
|
28
28
|
|
29
29
|
# available locales suggested to "localize" a site. You will have to pick up at least one among that list.
|
30
|
-
# config.site_locales = %w{en de fr pl pt-BR it nl nb es ru ja zh-CN cs bg sk}
|
30
|
+
# config.site_locales = %w{en de fr pl pt-BR it nl nb es ru ja zh-CN cs bg sk sr}
|
31
31
|
|
32
32
|
# tell if logs are enabled. Useful for debug purpose.
|
33
33
|
config.enable_logs = true
|
@@ -7,8 +7,8 @@ module Locomotive
|
|
7
7
|
reserved_subdomains: %w{www admin email blog webmail mail support help site sites},
|
8
8
|
# forbidden_paths: %w{layouts snippets stylesheets javascripts assets admin system api},
|
9
9
|
reserved_slugs: %w{stylesheets javascripts assets admin locomotive images api pages edit},
|
10
|
-
locales: %w{en de fr pl pt-BR it nl nb es ru et ja zh-CN cs bg sk},
|
11
|
-
site_locales: %w{en de fr pl pt-BR it nl nb es ru et ja zh-CN cs bg sk},
|
10
|
+
locales: %w{en de fr pl pt-BR it nl nb es ru et ja zh-CN cs bg sk sr},
|
11
|
+
site_locales: %w{en de fr pl pt-BR it nl nb es ru et ja zh-CN cs bg sk sr},
|
12
12
|
cookie_key: '_locomotive_session',
|
13
13
|
enable_logs: false,
|
14
14
|
enable_admin_ssl: false,
|
@@ -32,6 +32,10 @@ module Locomotive
|
|
32
32
|
def self.perform_request_to(path, options)
|
33
33
|
# [DEBUG] puts "[WebService] consuming #{path}, #{options.inspect}"
|
34
34
|
|
35
|
+
# sanitize the options
|
36
|
+
options[:format] = options[:format].gsub(/[\'\"]/, '').to_sym if options.has_key?(:format)
|
37
|
+
options[:headers] = { 'User-Agent' => 'LocomotiveCMS' } if options[:with_user_agent]
|
38
|
+
|
35
39
|
response = self.get(path, options)
|
36
40
|
parsed_response = response.parsed_response
|
37
41
|
|
data/lib/locomotive/render.rb
CHANGED
data/lib/locomotive/version.rb
CHANGED
@@ -30,4 +30,13 @@ describe Locomotive::Httparty::Webservice do
|
|
30
30
|
|
31
31
|
end
|
32
32
|
|
33
|
+
context 'in a real-world' do
|
34
|
+
|
35
|
+
it 'works as well' do
|
36
|
+
response = Locomotive::Httparty::Webservice.consume('https://api.github.com/users/did/repos', { format: "'json'", with_user_agent: true })
|
37
|
+
response.size.should_not eq 0
|
38
|
+
end
|
39
|
+
|
40
|
+
end
|
41
|
+
|
33
42
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: locomotive_cms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.5.
|
4
|
+
version: 2.5.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Didier Lafforgue
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-06-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -560,6 +560,7 @@ files:
|
|
560
560
|
- app/assets/images/locomotive/icons/flags/pt-BR.png
|
561
561
|
- app/assets/images/locomotive/icons/flags/ru.png
|
562
562
|
- app/assets/images/locomotive/icons/flags/sk.png
|
563
|
+
- app/assets/images/locomotive/icons/flags/sr.png
|
563
564
|
- app/assets/images/locomotive/icons/flags/zh-CN.png
|
564
565
|
- app/assets/images/locomotive/icons/start.png
|
565
566
|
- app/assets/images/locomotive/list/empty.png
|
@@ -961,6 +962,7 @@ files:
|
|
961
962
|
- config/locales/admin_ui.pt-BR.yml
|
962
963
|
- config/locales/admin_ui.ru.yml
|
963
964
|
- config/locales/admin_ui.sk.yml
|
965
|
+
- config/locales/admin_ui.sr.yml
|
964
966
|
- config/locales/admin_ui.zh-CN.yml
|
965
967
|
- config/locales/carrierwave.bg.yml
|
966
968
|
- config/locales/carrierwave.cs.yml
|
@@ -977,6 +979,7 @@ files:
|
|
977
979
|
- config/locales/carrierwave.pt-BR.yml
|
978
980
|
- config/locales/carrierwave.ru.yml
|
979
981
|
- config/locales/carrierwave.sk.yml
|
982
|
+
- config/locales/carrierwave.sr.yml
|
980
983
|
- config/locales/carrierwave.zh-CN.yml
|
981
984
|
- config/locales/default.bg.yml
|
982
985
|
- config/locales/default.cs.yml
|
@@ -993,6 +996,7 @@ files:
|
|
993
996
|
- config/locales/default.pt-BR.yml
|
994
997
|
- config/locales/default.ru.yml
|
995
998
|
- config/locales/default.sk.yml
|
999
|
+
- config/locales/default.sr.yml
|
996
1000
|
- config/locales/default.zh-CN.yml
|
997
1001
|
- config/locales/devise.bg.yml
|
998
1002
|
- config/locales/devise.cs.yml
|
@@ -1009,6 +1013,7 @@ files:
|
|
1009
1013
|
- config/locales/devise.pt-BR.yml
|
1010
1014
|
- config/locales/devise.ru.yml
|
1011
1015
|
- config/locales/devise.sk.yml
|
1016
|
+
- config/locales/devise.sr.yml
|
1012
1017
|
- config/locales/devise.zh-CN.yml
|
1013
1018
|
- config/locales/flash.bg.yml
|
1014
1019
|
- config/locales/flash.cs.yml
|
@@ -1025,6 +1030,7 @@ files:
|
|
1025
1030
|
- config/locales/flash.pt-BR.yml
|
1026
1031
|
- config/locales/flash.ru.yml
|
1027
1032
|
- config/locales/flash.sk.yml
|
1033
|
+
- config/locales/flash.sr.yml
|
1028
1034
|
- config/locales/flash.zh-CN.yml
|
1029
1035
|
- config/locales/formtastic.bg.yml
|
1030
1036
|
- config/locales/formtastic.cs.yml
|
@@ -1041,6 +1047,7 @@ files:
|
|
1041
1047
|
- config/locales/formtastic.pt-BR.yml
|
1042
1048
|
- config/locales/formtastic.ru.yml
|
1043
1049
|
- config/locales/formtastic.sk.yml
|
1050
|
+
- config/locales/formtastic.sr.yml
|
1044
1051
|
- config/locales/formtastic.zh-CN.yml
|
1045
1052
|
- config/routes.rb
|
1046
1053
|
- features/api/accounts.feature
|