decidim-admin 0.12.0 → 0.12.1
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.
- checksums.yaml +4 -4
- data/app/permissions/decidim/admin/permissions.rb +1 -0
- data/config/locales/fr.yml +1 -1
- data/config/locales/pt-BR.yml +4 -4
- data/config/locales/uk.yml +4 -4
- data/lib/decidim/admin/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8056a84b18affb0fd5f89d43cf3b1f13c9fd647b019ff20663c275cff1046a3f
|
|
4
|
+
data.tar.gz: dce4fbc5e17b971df46d384511c4492410f1ebcbc65eee72888ffb5b0f34e589
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a823f3f0edd78ab50c46bd0eb5651feaee2fd6fa91bf370fa610df4a90a6a152b1a55df2c729d632ca2f29f50858c8d96c1068d810c360901d69d52e14df35bf
|
|
7
|
+
data.tar.gz: 708d1bfbe967b4bd4c5e3be1a08837551008dd4ce323df7f43548c5d8fad6395f0c38cfed9e3aefad9a07976003e1e66a529558ec52ddca0d47599e667303de1
|
data/config/locales/fr.yml
CHANGED
data/config/locales/pt-BR.yml
CHANGED
|
@@ -38,7 +38,7 @@ pt-BR:
|
|
|
38
38
|
organization:
|
|
39
39
|
cta_button_path: Caminho do botão Chamar para Ação
|
|
40
40
|
cta_button_text: Texto do botão Chamar para Ação
|
|
41
|
-
default_locale: Idioma
|
|
41
|
+
default_locale: Idioma padrão
|
|
42
42
|
description: Descrição
|
|
43
43
|
enable_omnipresent_banner: Mostrar bandeira omnipresente
|
|
44
44
|
facebook_handler: Manipulador do Facebook
|
|
@@ -128,7 +128,7 @@ pt-BR:
|
|
|
128
128
|
doorkeeper/application:
|
|
129
129
|
authorize_url: Autorizar URL
|
|
130
130
|
client_id: ID do cliente
|
|
131
|
-
client_secret:
|
|
131
|
+
client_secret: Client Secret
|
|
132
132
|
organization_name: Nome da organização
|
|
133
133
|
organization_url: URL da organização
|
|
134
134
|
redirect_uri: URI de redirecionamento
|
|
@@ -140,9 +140,9 @@ pt-BR:
|
|
|
140
140
|
admin:
|
|
141
141
|
actions:
|
|
142
142
|
add: Adicionar
|
|
143
|
-
browse:
|
|
143
|
+
browse: Navegar
|
|
144
144
|
export: Exportar
|
|
145
|
-
manage:
|
|
145
|
+
manage: Gerenciar
|
|
146
146
|
permissions: Permissões
|
|
147
147
|
reject: Rejeitar
|
|
148
148
|
verify: Verificar
|
data/config/locales/uk.yml
CHANGED
|
@@ -376,7 +376,7 @@ uk:
|
|
|
376
376
|
progress: Перебіг
|
|
377
377
|
sent_at: 'Надіслане:'
|
|
378
378
|
subject: Тема
|
|
379
|
-
name:
|
|
379
|
+
name: Розсилання новин
|
|
380
380
|
oauth_application:
|
|
381
381
|
fields:
|
|
382
382
|
created_at: 'Створено:'
|
|
@@ -433,14 +433,14 @@ uk:
|
|
|
433
433
|
success: Випуск новин успішно доставлено.
|
|
434
434
|
destroy:
|
|
435
435
|
error_already_sent: 'Неможливо видалити цей випуск новин: його вже надіслано.'
|
|
436
|
-
success:
|
|
436
|
+
success: Розсилання новин успішно видалено.
|
|
437
437
|
edit:
|
|
438
438
|
save_and_preview: Зберегти та попередньо переглянути
|
|
439
|
-
title: Редагувати
|
|
439
|
+
title: Редагувати розсилання новин
|
|
440
440
|
form:
|
|
441
441
|
interpolations_hint: 'Підказка: Ви можете використовувати "%{name}" будь-де в основному тексті або темі, і воно буде замінене на ім''я одержувача.'
|
|
442
442
|
index:
|
|
443
|
-
confirm_delete: Ви дійсно бажаєте видалити
|
|
443
|
+
confirm_delete: Ви дійсно бажаєте видалити це розсилання новин?
|
|
444
444
|
title: Розсилання новин
|
|
445
445
|
new:
|
|
446
446
|
save: Зберегти
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decidim-admin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.12.
|
|
4
|
+
version: 0.12.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Josep Jaume Rey Peroy
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2018-06-
|
|
13
|
+
date: 2018-06-28 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: active_link_to
|
|
@@ -32,14 +32,14 @@ dependencies:
|
|
|
32
32
|
requirements:
|
|
33
33
|
- - '='
|
|
34
34
|
- !ruby/object:Gem::Version
|
|
35
|
-
version: 0.12.
|
|
35
|
+
version: 0.12.1
|
|
36
36
|
type: :runtime
|
|
37
37
|
prerelease: false
|
|
38
38
|
version_requirements: !ruby/object:Gem::Requirement
|
|
39
39
|
requirements:
|
|
40
40
|
- - '='
|
|
41
41
|
- !ruby/object:Gem::Version
|
|
42
|
-
version: 0.12.
|
|
42
|
+
version: 0.12.1
|
|
43
43
|
- !ruby/object:Gem::Dependency
|
|
44
44
|
name: devise
|
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -116,28 +116,28 @@ dependencies:
|
|
|
116
116
|
requirements:
|
|
117
117
|
- - '='
|
|
118
118
|
- !ruby/object:Gem::Version
|
|
119
|
-
version: 0.12.
|
|
119
|
+
version: 0.12.1
|
|
120
120
|
type: :development
|
|
121
121
|
prerelease: false
|
|
122
122
|
version_requirements: !ruby/object:Gem::Requirement
|
|
123
123
|
requirements:
|
|
124
124
|
- - '='
|
|
125
125
|
- !ruby/object:Gem::Version
|
|
126
|
-
version: 0.12.
|
|
126
|
+
version: 0.12.1
|
|
127
127
|
- !ruby/object:Gem::Dependency
|
|
128
128
|
name: decidim-participatory_processes
|
|
129
129
|
requirement: !ruby/object:Gem::Requirement
|
|
130
130
|
requirements:
|
|
131
131
|
- - '='
|
|
132
132
|
- !ruby/object:Gem::Version
|
|
133
|
-
version: 0.12.
|
|
133
|
+
version: 0.12.1
|
|
134
134
|
type: :development
|
|
135
135
|
prerelease: false
|
|
136
136
|
version_requirements: !ruby/object:Gem::Requirement
|
|
137
137
|
requirements:
|
|
138
138
|
- - '='
|
|
139
139
|
- !ruby/object:Gem::Version
|
|
140
|
-
version: 0.12.
|
|
140
|
+
version: 0.12.1
|
|
141
141
|
description: Organization administration to manage a single organization.
|
|
142
142
|
email:
|
|
143
143
|
- josepjaume@gmail.com
|