decidim-system 0.16.0 → 0.16.1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of decidim-system might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/config/locales/ar-SA.yml +60 -0
- data/config/locales/cs-CZ.yml +75 -0
- data/config/locales/es-MX.yml +75 -0
- data/config/locales/fi.yml +1 -1
- data/config/locales/id-ID.yml +59 -0
- data/config/locales/tr-TR.yml +74 -0
- data/lib/decidim/system/version.rb +1 -1
- metadata +9 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 73a89eb2c4837f84fb43175b8fb0abc27bd8e2727615cde9844863702aedd1cb
|
4
|
+
data.tar.gz: d1ae6b0dd6f0c0f385c0d28f1f08faecf5e4f7f7d6d5c167d899bf11b7506cd5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d1e104553df421fc8497f70a07dbe618b0083cbaf6b2c15c68db6ef8b65a6d53cf71a915e390a38b53803e90a417e62fc1fbadd0ac4af4d470f3f96b7b1b604
|
7
|
+
data.tar.gz: c595ed95370f6ed45d72782112474d3a6d1ff40f07ba1ef1d76b242339120af84a51cbefbc851a4e7611d0f9f47d733dbf575fb400de2a7faf523c98f7b96411
|
@@ -0,0 +1,60 @@
|
|
1
|
+
ar:
|
2
|
+
decidim:
|
3
|
+
system:
|
4
|
+
actions:
|
5
|
+
confirm_destroy: هل أنت متأكد أنك تريد حذف هذا؟
|
6
|
+
destroy: حذف
|
7
|
+
edit: تصحيح
|
8
|
+
new: الجديد
|
9
|
+
save: حفظ
|
10
|
+
title: أفعال
|
11
|
+
admins:
|
12
|
+
destroy:
|
13
|
+
success: تم حذف المشرف بنجاح
|
14
|
+
edit:
|
15
|
+
title: تحرير المشرف
|
16
|
+
update: تحديث
|
17
|
+
index:
|
18
|
+
title: مدراء
|
19
|
+
new:
|
20
|
+
create: خلق
|
21
|
+
title: المشرف الجديد
|
22
|
+
default_pages:
|
23
|
+
placeholders:
|
24
|
+
content: يرجى إضافة محتوى ذي معنى إلى الصفحة الثابتة %{page} في لوحة تحكم المشرف.
|
25
|
+
title: العنوان الافتراضي ل %{page}
|
26
|
+
menu:
|
27
|
+
admins: مدراء
|
28
|
+
dashboard: لوحة القيادة
|
29
|
+
organizations: المنظمات
|
30
|
+
models:
|
31
|
+
admin:
|
32
|
+
fields:
|
33
|
+
created_at: أنشئت في
|
34
|
+
email: البريد الإلكتروني
|
35
|
+
name: مشرف
|
36
|
+
validations:
|
37
|
+
email_uniqueness: يوجد مشرف آخر بنفس البريد الإلكتروني بالفعل
|
38
|
+
organization:
|
39
|
+
actions:
|
40
|
+
save_and_invite: إنشاء منظمة ودعوة المشرف
|
41
|
+
fields:
|
42
|
+
created_at: أنشئت في
|
43
|
+
name: اسم
|
44
|
+
name: منظمة
|
45
|
+
organizations:
|
46
|
+
edit:
|
47
|
+
secondary_hosts_hint: أدخل كل واحد منهم في سطر جديد
|
48
|
+
index:
|
49
|
+
title: المنظمات
|
50
|
+
new:
|
51
|
+
secondary_hosts_hint: أدخل كل واحد منهم في سطر جديد
|
52
|
+
title: منظمة جديدة
|
53
|
+
users_registration_mode:
|
54
|
+
disabled: يمكن فقط الوصول باستخدام الحسابات الخارجية
|
55
|
+
shared:
|
56
|
+
notices:
|
57
|
+
no_organization_warning_html: يجب عليك إنشاء منظمة للبدء. تأكد من قراءة %{guide} قبل المتابعة.
|
58
|
+
our_getting_started_guide: لدينا دليل البدء
|
59
|
+
titles:
|
60
|
+
dashboard: لوحة القيادة
|
@@ -0,0 +1,75 @@
|
|
1
|
+
cs:
|
2
|
+
decidim:
|
3
|
+
system:
|
4
|
+
actions:
|
5
|
+
confirm_destroy: Opravdu chcete toto smazat?
|
6
|
+
destroy: Odstranit
|
7
|
+
edit: Upravit
|
8
|
+
new: Nový
|
9
|
+
save: Uložit
|
10
|
+
title: Akce
|
11
|
+
admins:
|
12
|
+
create:
|
13
|
+
error: Při vytváření nového administrátora došlo k chybě.
|
14
|
+
success: Správce byl úspěšně vytvořen
|
15
|
+
destroy:
|
16
|
+
success: Správce úspěšně smazán
|
17
|
+
edit:
|
18
|
+
title: Upravit admin
|
19
|
+
update: Aktualizace
|
20
|
+
index:
|
21
|
+
title: Správci
|
22
|
+
new:
|
23
|
+
create: Vytvořit
|
24
|
+
title: Nový admin
|
25
|
+
update:
|
26
|
+
error: Při aktualizaci tohoto administrátora došlo k chybě.
|
27
|
+
success: Správce byl úspěšně aktualizován
|
28
|
+
default_pages:
|
29
|
+
placeholders:
|
30
|
+
content: Přidejte významný obsah na statickou stránku %{page} na řídicím panelu administrátora.
|
31
|
+
title: Výchozí název pro %{page}
|
32
|
+
menu:
|
33
|
+
admins: Správci
|
34
|
+
dashboard: Přístrojová deska
|
35
|
+
organizations: Organizace
|
36
|
+
models:
|
37
|
+
admin:
|
38
|
+
fields:
|
39
|
+
created_at: Vytvořeno u
|
40
|
+
email: E-mailem
|
41
|
+
name: Správce
|
42
|
+
validations:
|
43
|
+
email_uniqueness: jiný admin se stejnou e-mailovou adresou již existuje
|
44
|
+
organization:
|
45
|
+
actions:
|
46
|
+
save_and_invite: Vytvořit organizaci a pozvat administrátora
|
47
|
+
fields:
|
48
|
+
created_at: Vytvořeno u
|
49
|
+
name: název
|
50
|
+
name: Organizace
|
51
|
+
organizations:
|
52
|
+
create:
|
53
|
+
error: Při vytváření nové organizace došlo k chybě.
|
54
|
+
success: Organizace byla úspěšně vytvořena.
|
55
|
+
edit:
|
56
|
+
secondary_hosts_hint: Zadejte každý z nich do nového řádku
|
57
|
+
index:
|
58
|
+
title: Organizace
|
59
|
+
new:
|
60
|
+
reference_prefix_hint: Předpona reference se používá k jednoznačné identifikaci zdrojů ve všech organizacích
|
61
|
+
secondary_hosts_hint: Zadejte každý z nich do nového řádku
|
62
|
+
title: Nová organizace
|
63
|
+
update:
|
64
|
+
error: Při aktualizaci této organizace došlo k chybě.
|
65
|
+
success: Organizace byla úspěšně aktualizována.
|
66
|
+
users_registration_mode:
|
67
|
+
disabled: Přístup lze provádět pouze s externími účty
|
68
|
+
enabled: Umožnit uživatelům registraci a přihlášení
|
69
|
+
existing: Nedovolte, aby se uživatelé registrovali, ale umožněte stávajícím uživatelům přihlášení
|
70
|
+
shared:
|
71
|
+
notices:
|
72
|
+
no_organization_warning_html: Abyste mohli začít, musíte vytvořit organizaci. Před pokračováním se ujistěte, že jste si přečetli %{guide}.
|
73
|
+
our_getting_started_guide: náš průvodce začínáme
|
74
|
+
titles:
|
75
|
+
dashboard: Přístrojová deska
|
@@ -0,0 +1,75 @@
|
|
1
|
+
es-MX:
|
2
|
+
decidim:
|
3
|
+
system:
|
4
|
+
actions:
|
5
|
+
confirm_destroy: '¿Seguro que lo quieres eliminar?'
|
6
|
+
destroy: Borrar
|
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: Administrador eliminado con éxito
|
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
|
+
users_registration_mode:
|
67
|
+
disabled: Solo se puede acceder desde cuentas externas
|
68
|
+
enabled: Permitir a los usuarios registrarse e iniciar sesión
|
69
|
+
existing: No permitir que los usuarios se registren, pero permitir que los usuarios existentes inicien sesión
|
70
|
+
shared:
|
71
|
+
notices:
|
72
|
+
no_organization_warning_html: Debes crear una organización para comenzar. Asegúrate de leer %{guide} antes de continuar.
|
73
|
+
our_getting_started_guide: nuestra guía de inicio
|
74
|
+
titles:
|
75
|
+
dashboard: Panel de control
|
data/config/locales/fi.yml
CHANGED
@@ -13,7 +13,7 @@ fi:
|
|
13
13
|
error: Uuden hallinnoijan luonnissa tapahtui virhe.
|
14
14
|
success: Hallinnoija luotu onnistuneesti
|
15
15
|
destroy:
|
16
|
-
success:
|
16
|
+
success: Hallinnointikäyttäjän poistaminen onnistui
|
17
17
|
edit:
|
18
18
|
title: Muokkaa hallinnoijaa
|
19
19
|
update: Päivitä
|
data/config/locales/id-ID.yml
CHANGED
@@ -1 +1,60 @@
|
|
1
1
|
id:
|
2
|
+
decidim:
|
3
|
+
system:
|
4
|
+
actions:
|
5
|
+
confirm_destroy: apa kamu yakin ingin menghapus ini?
|
6
|
+
destroy: Menghapus
|
7
|
+
edit: Edit
|
8
|
+
new: Baru
|
9
|
+
save: Menyimpan
|
10
|
+
title: Tindakan
|
11
|
+
admins:
|
12
|
+
destroy:
|
13
|
+
success: Admin berhasil dihapus
|
14
|
+
edit:
|
15
|
+
title: Edit admin
|
16
|
+
update: Memperbarui
|
17
|
+
index:
|
18
|
+
title: Admin
|
19
|
+
new:
|
20
|
+
create: Membuat
|
21
|
+
title: Admin baru
|
22
|
+
default_pages:
|
23
|
+
placeholders:
|
24
|
+
content: Silakan tambahkan konten yang bermakna ke %{page} halaman statis di dasbor admin.
|
25
|
+
title: Judul default untuk %{page}
|
26
|
+
menu:
|
27
|
+
admins: Admin
|
28
|
+
dashboard: Dasbor
|
29
|
+
organizations: Organisasi
|
30
|
+
models:
|
31
|
+
admin:
|
32
|
+
fields:
|
33
|
+
created_at: Dibuat di
|
34
|
+
email: E-mail
|
35
|
+
name: Admin
|
36
|
+
validations:
|
37
|
+
email_uniqueness: admin lain dengan email yang sama sudah ada
|
38
|
+
organization:
|
39
|
+
actions:
|
40
|
+
save_and_invite: Buat organisasi & undang admin
|
41
|
+
fields:
|
42
|
+
created_at: Dibuat di
|
43
|
+
name: Nama
|
44
|
+
name: Organisasi
|
45
|
+
organizations:
|
46
|
+
edit:
|
47
|
+
secondary_hosts_hint: Masukkan masing-masing dari mereka di baris baru
|
48
|
+
index:
|
49
|
+
title: Organisasi
|
50
|
+
new:
|
51
|
+
secondary_hosts_hint: Masukkan masing-masing dari mereka di baris baru
|
52
|
+
title: Organisasi baru
|
53
|
+
users_registration_mode:
|
54
|
+
disabled: Akses hanya dapat dilakukan dengan akun eksternal
|
55
|
+
shared:
|
56
|
+
notices:
|
57
|
+
no_organization_warning_html: Anda harus membuat organisasi untuk memulai. Pastikan Anda membaca %{guide} sebelum melanjutkan.
|
58
|
+
our_getting_started_guide: panduan memulai kami
|
59
|
+
titles:
|
60
|
+
dashboard: Dasbor
|
data/config/locales/tr-TR.yml
CHANGED
@@ -1 +1,75 @@
|
|
1
1
|
tr:
|
2
|
+
decidim:
|
3
|
+
system:
|
4
|
+
actions:
|
5
|
+
confirm_destroy: Bunu silmek istediğinizden emin misiniz?
|
6
|
+
destroy: silmek
|
7
|
+
edit: Düzenle
|
8
|
+
new: Yeni
|
9
|
+
save: Kayıt etmek
|
10
|
+
title: Eylemler
|
11
|
+
admins:
|
12
|
+
create:
|
13
|
+
error: Yeni bir yönetici oluşturulurken bir hata oluştu.
|
14
|
+
success: Yönetici başarıyla oluşturuldu
|
15
|
+
destroy:
|
16
|
+
success: Yönetici başarıyla silindi
|
17
|
+
edit:
|
18
|
+
title: Yönetici düzenle
|
19
|
+
update: Güncelleştirme
|
20
|
+
index:
|
21
|
+
title: Yöneticiler
|
22
|
+
new:
|
23
|
+
create: yaratmak
|
24
|
+
title: Yeni yönetici
|
25
|
+
update:
|
26
|
+
error: Bu yönetici güncellenirken bir hata oluştu.
|
27
|
+
success: Yönetici başarıyla güncellendi
|
28
|
+
default_pages:
|
29
|
+
placeholders:
|
30
|
+
content: Lütfen yönetici panosundaki %{page} statik sayfaya anlamlı içerik ekleyin.
|
31
|
+
title: '%{page}için varsayılan başlık'
|
32
|
+
menu:
|
33
|
+
admins: Yöneticiler
|
34
|
+
dashboard: gösterge paneli
|
35
|
+
organizations: Organizasyonlar
|
36
|
+
models:
|
37
|
+
admin:
|
38
|
+
fields:
|
39
|
+
created_at: Adresinde düzenlendi
|
40
|
+
email: E-posta
|
41
|
+
name: yönetim
|
42
|
+
validations:
|
43
|
+
email_uniqueness: aynı e-postaya sahip başka bir yönetici zaten var
|
44
|
+
organization:
|
45
|
+
actions:
|
46
|
+
save_and_invite: Kuruluş oluşturun ve yöneticiyi davet edin
|
47
|
+
fields:
|
48
|
+
created_at: Adresinde düzenlendi
|
49
|
+
name: isim
|
50
|
+
name: organizasyon
|
51
|
+
organizations:
|
52
|
+
create:
|
53
|
+
error: Yeni bir organizasyon oluşturulurken bir hata oluştu.
|
54
|
+
success: Organizasyon başarıyla oluşturuldu
|
55
|
+
edit:
|
56
|
+
secondary_hosts_hint: Her birini yeni bir satıra girin
|
57
|
+
index:
|
58
|
+
title: Organizasyonlar
|
59
|
+
new:
|
60
|
+
reference_prefix_hint: Referans öneki, tüm organizasyonlardaki kaynakları benzersiz şekilde tanımlamak için kullanılır
|
61
|
+
secondary_hosts_hint: Her birini yeni bir satıra girin
|
62
|
+
title: Yeni organizasyon
|
63
|
+
update:
|
64
|
+
error: Bu organizasyon güncellenirken bir hata oluştu.
|
65
|
+
success: Organizasyon başarıyla güncellendi.
|
66
|
+
users_registration_mode:
|
67
|
+
disabled: Erişim yalnızca harici hesaplarla yapılabilir
|
68
|
+
enabled: Kullanıcıların kaydolmasına ve giriş yapmasına izin ver
|
69
|
+
existing: Kullanıcıların kaydolmasına izin verme, ancak mevcut kullanıcıların giriş yapmasına izin ver
|
70
|
+
shared:
|
71
|
+
notices:
|
72
|
+
no_organization_warning_html: Başlamak için bir organizasyon oluşturmanız gerekir. Devam etmeden önce %{guide} okuduğunuzdan emin olun.
|
73
|
+
our_getting_started_guide: başlangıç kılavuzumuz
|
74
|
+
titles:
|
75
|
+
dashboard: gösterge paneli
|
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.16.
|
4
|
+
version: 0.16.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: 2019-
|
13
|
+
date: 2019-03-25 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.16.
|
35
|
+
version: 0.16.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.16.
|
42
|
+
version: 0.16.1
|
43
43
|
- !ruby/object:Gem::Dependency
|
44
44
|
name: devise
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
@@ -136,14 +136,14 @@ dependencies:
|
|
136
136
|
requirements:
|
137
137
|
- - '='
|
138
138
|
- !ruby/object:Gem::Version
|
139
|
-
version: 0.16.
|
139
|
+
version: 0.16.1
|
140
140
|
type: :development
|
141
141
|
prerelease: false
|
142
142
|
version_requirements: !ruby/object:Gem::Requirement
|
143
143
|
requirements:
|
144
144
|
- - '='
|
145
145
|
- !ruby/object:Gem::Version
|
146
|
-
version: 0.16.
|
146
|
+
version: 0.16.1
|
147
147
|
description: System administration to create new organization in an installation.
|
148
148
|
email:
|
149
149
|
- josepjaume@gmail.com
|
@@ -209,9 +209,12 @@ files:
|
|
209
209
|
- app/views/layouts/decidim/system/_sidebar.html.erb
|
210
210
|
- app/views/layouts/decidim/system/application.html.erb
|
211
211
|
- app/views/layouts/decidim/system/login.html.erb
|
212
|
+
- config/locales/ar-SA.yml
|
212
213
|
- config/locales/ca.yml
|
214
|
+
- config/locales/cs-CZ.yml
|
213
215
|
- config/locales/de.yml
|
214
216
|
- config/locales/en.yml
|
217
|
+
- config/locales/es-MX.yml
|
215
218
|
- config/locales/es-PY.yml
|
216
219
|
- config/locales/es.yml
|
217
220
|
- config/locales/eu.yml
|