decidim-system 0.12.0.pre → 0.12.0
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/config/locales/es-PY.yml +71 -0
- data/config/locales/gl.yml +1 -0
- data/config/locales/ru.yml +4 -4
- data/config/locales/uk.yml +4 -4
- data/lib/decidim/system/version.rb +1 -1
- metadata +9 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '0895b7f3b4a6917e5e3534a1705fe28d8afc31c128b14eb3b0459b8eb5ba45bc'
|
|
4
|
+
data.tar.gz: a76a27f70576e34674570080471049bb1d7289a58b425b59cd572bffb3efcf46
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e3de68a7d48ce2dc6472e9482cf93bd34882e1c1d82d88e4a2e74b39bb1d4addc8bbea04534e2d458b0e5355d66b0b5d50cf8b22298a0a2aa1b3f58525e1dac8
|
|
7
|
+
data.tar.gz: 58dd47caff27424a2568758f90564147fb56b4f4daaf09446e5ea10b17e489040ca7c560683c6d1b44355ca006c333d02831fc0392df8bb3a879ac61119d7337
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
es-PY:
|
|
2
|
+
decidim:
|
|
3
|
+
system:
|
|
4
|
+
actions:
|
|
5
|
+
confirm_destroy: '¿Seguro que lo quieres eliminar?'
|
|
6
|
+
destroy: Eliminar
|
|
7
|
+
edit: Editar
|
|
8
|
+
new: Nuevo
|
|
9
|
+
save: Guardar
|
|
10
|
+
title: Acciones
|
|
11
|
+
admins:
|
|
12
|
+
create:
|
|
13
|
+
error: Se ha producido un error al crear un nuevo administrador.
|
|
14
|
+
success: Administrador creado correctamente
|
|
15
|
+
destroy:
|
|
16
|
+
success: El administrador se ha eliminado correctamente.
|
|
17
|
+
edit:
|
|
18
|
+
title: Editar administrador
|
|
19
|
+
update: Actualizar
|
|
20
|
+
index:
|
|
21
|
+
title: Administradores
|
|
22
|
+
new:
|
|
23
|
+
create: Crear
|
|
24
|
+
title: Nuevo administrador
|
|
25
|
+
update:
|
|
26
|
+
error: Se ha producido un error al actualizar este administrador.
|
|
27
|
+
success: Administrador actualizado correctamente
|
|
28
|
+
default_pages:
|
|
29
|
+
placeholders:
|
|
30
|
+
content: Agrega contenido significativo a la página estática de %{page} en el panel de admin.
|
|
31
|
+
title: Título predeterminado para %{page}
|
|
32
|
+
menu:
|
|
33
|
+
admins: Administradores
|
|
34
|
+
dashboard: Panel de control
|
|
35
|
+
organizations: Organizaciones
|
|
36
|
+
models:
|
|
37
|
+
admin:
|
|
38
|
+
fields:
|
|
39
|
+
created_at: Fecha de creación
|
|
40
|
+
email: Correo electrónico
|
|
41
|
+
name: Administrador
|
|
42
|
+
validations:
|
|
43
|
+
email_uniqueness: ya existe otro administrador con este correo electrónico
|
|
44
|
+
organization:
|
|
45
|
+
actions:
|
|
46
|
+
save_and_invite: Crear organización e invitar a administrador
|
|
47
|
+
fields:
|
|
48
|
+
created_at: Fecha de creación
|
|
49
|
+
name: Nombre
|
|
50
|
+
name: Organización
|
|
51
|
+
organizations:
|
|
52
|
+
create:
|
|
53
|
+
error: Se ha producido un error al crear una nueva organización.
|
|
54
|
+
success: Organización creada correctamente.
|
|
55
|
+
edit:
|
|
56
|
+
secondary_hosts_hint: Introduce cada uno de ellos en una nueva línea
|
|
57
|
+
index:
|
|
58
|
+
title: Organizaciones
|
|
59
|
+
new:
|
|
60
|
+
reference_prefix_hint: El prefijo de referencia se utiliza para identificar de forma única los recursos de todas las organizaciones
|
|
61
|
+
secondary_hosts_hint: Introduce cada uno de ellos en una nueva línea
|
|
62
|
+
title: Nueva organización
|
|
63
|
+
update:
|
|
64
|
+
error: Se ha producido un error al actualizar esta organización.
|
|
65
|
+
success: Organización actualizada correctamente.
|
|
66
|
+
shared:
|
|
67
|
+
notices:
|
|
68
|
+
no_organization_warning_html: Debes crear una organización para comenzar. Asegúrate de leer %{guide} antes de continuar.
|
|
69
|
+
our_getting_started_guide: nuestra guía de inicio
|
|
70
|
+
titles:
|
|
71
|
+
dashboard: Panel de control
|
data/config/locales/gl.yml
CHANGED
data/config/locales/ru.yml
CHANGED
|
@@ -10,7 +10,7 @@ ru:
|
|
|
10
10
|
title: Действия
|
|
11
11
|
admins:
|
|
12
12
|
create:
|
|
13
|
-
error: При
|
|
13
|
+
error: При попытке создать нового администратора произошла ошибка.
|
|
14
14
|
success: Администратор успешно добавлен
|
|
15
15
|
destroy:
|
|
16
16
|
success: Администратор успешно удален
|
|
@@ -23,7 +23,7 @@ ru:
|
|
|
23
23
|
create: Добавить
|
|
24
24
|
title: Добавить администратора
|
|
25
25
|
update:
|
|
26
|
-
error: При
|
|
26
|
+
error: При попытке обновить этого администратора произошла ошибка.
|
|
27
27
|
success: Администратор успешно обновлен
|
|
28
28
|
default_pages:
|
|
29
29
|
placeholders:
|
|
@@ -50,7 +50,7 @@ ru:
|
|
|
50
50
|
name: Организация
|
|
51
51
|
organizations:
|
|
52
52
|
create:
|
|
53
|
-
error: При
|
|
53
|
+
error: При попытке добавить новую организацию произошла ошибка.
|
|
54
54
|
success: Организация успешно добавлена.
|
|
55
55
|
edit:
|
|
56
56
|
secondary_hosts_hint: Введите каждый из них в новой строке
|
|
@@ -61,7 +61,7 @@ ru:
|
|
|
61
61
|
secondary_hosts_hint: Введите каждый из них в новой строке
|
|
62
62
|
title: Добавить организацию
|
|
63
63
|
update:
|
|
64
|
-
error: При
|
|
64
|
+
error: При попытке обновить эту организацию произошла ошибка.
|
|
65
65
|
success: Организация успешно обновлена.
|
|
66
66
|
shared:
|
|
67
67
|
notices:
|
data/config/locales/uk.yml
CHANGED
|
@@ -10,7 +10,7 @@ uk:
|
|
|
10
10
|
title: Дії
|
|
11
11
|
admins:
|
|
12
12
|
create:
|
|
13
|
-
error: При
|
|
13
|
+
error: При спробі додати нового адміністратора сталася помилка.
|
|
14
14
|
success: Адміністратора успішно додано
|
|
15
15
|
destroy:
|
|
16
16
|
success: Адміністратора успішно видалено
|
|
@@ -23,7 +23,7 @@ uk:
|
|
|
23
23
|
create: Додати
|
|
24
24
|
title: Додати адміністратора
|
|
25
25
|
update:
|
|
26
|
-
error: При
|
|
26
|
+
error: При спробі оновити цього адміністратора сталася помилка.
|
|
27
27
|
success: Адміністратора успішно оновлено
|
|
28
28
|
default_pages:
|
|
29
29
|
placeholders:
|
|
@@ -50,7 +50,7 @@ uk:
|
|
|
50
50
|
name: Організація
|
|
51
51
|
organizations:
|
|
52
52
|
create:
|
|
53
|
-
error: При
|
|
53
|
+
error: При спробі додати нову організацію сталася помилка.
|
|
54
54
|
success: Організацію успішно додано.
|
|
55
55
|
edit:
|
|
56
56
|
secondary_hosts_hint: Введіть кожну з них в новому рядку
|
|
@@ -61,7 +61,7 @@ uk:
|
|
|
61
61
|
secondary_hosts_hint: Введіть кожну з них в новому рядку
|
|
62
62
|
title: Додати організацію
|
|
63
63
|
update:
|
|
64
|
-
error: При
|
|
64
|
+
error: При спробі оновити цю організацію сталася помилка.
|
|
65
65
|
success: Організацію успішно оновлено.
|
|
66
66
|
shared:
|
|
67
67
|
notices:
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: decidim-system
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.12.0
|
|
4
|
+
version: 0.12.0
|
|
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-13 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.0
|
|
35
|
+
version: 0.12.0
|
|
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.0
|
|
42
|
+
version: 0.12.0
|
|
43
43
|
- !ruby/object:Gem::Dependency
|
|
44
44
|
name: devise
|
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -116,14 +116,14 @@ dependencies:
|
|
|
116
116
|
requirements:
|
|
117
117
|
- - '='
|
|
118
118
|
- !ruby/object:Gem::Version
|
|
119
|
-
version: 0.12.0
|
|
119
|
+
version: 0.12.0
|
|
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.0
|
|
126
|
+
version: 0.12.0
|
|
127
127
|
description: System administration to create new organization in an installation.
|
|
128
128
|
email:
|
|
129
129
|
- josepjaume@gmail.com
|
|
@@ -189,6 +189,7 @@ files:
|
|
|
189
189
|
- app/views/layouts/decidim/system/login.html.erb
|
|
190
190
|
- config/locales/ca.yml
|
|
191
191
|
- config/locales/en.yml
|
|
192
|
+
- config/locales/es-PY.yml
|
|
192
193
|
- config/locales/es.yml
|
|
193
194
|
- config/locales/eu.yml
|
|
194
195
|
- config/locales/fi.yml
|
|
@@ -223,9 +224,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
223
224
|
version: '2.3'
|
|
224
225
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
225
226
|
requirements:
|
|
226
|
-
- - "
|
|
227
|
+
- - ">="
|
|
227
228
|
- !ruby/object:Gem::Version
|
|
228
|
-
version:
|
|
229
|
+
version: '0'
|
|
229
230
|
requirements: []
|
|
230
231
|
rubyforge_project:
|
|
231
232
|
rubygems_version: 2.7.6
|