decidim-system 0.5.1 → 0.6.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/app/forms/decidim/system/register_organization_form.rb +1 -1
- data/app/views/decidim/system/organizations/new.html.erb +1 -0
- data/config/locales/ca.yml +3 -3
- data/config/locales/en.yml +2 -3
- data/config/locales/es.yml +4 -4
- data/config/locales/eu.yml +6 -7
- data/config/locales/fi.yml +9 -3
- data/config/locales/fr.yml +11 -8
- data/config/locales/it.yml +8 -3
- data/config/locales/nl.yml +66 -0
- data/config/locales/pl.yml +66 -0
- data/config/locales/uk.yml +71 -0
- metadata +9 -9
- data/config/i18n-tasks.yml +0 -122
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d0316765f2e0ed6cc5c897a80fec2eea8c8a9e6a
|
|
4
|
+
data.tar.gz: 756a02aa19294265d8a4aa924b70c5221ce34d17
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1f272e13611bfd0715da70f8ea750750448aae0e56305990b1d205faa51efea0e7073033e208629ef7f5926fc35d0622c6b94fb32bad94adaee13930cdb5501d
|
|
7
|
+
data.tar.gz: 574bc08550a7dc28cc21e5620f3b96ce0ee41b6d632f15cac5744227a5b140bfc93f84b38ee969bb47e283d203e32f71328be33f09b3f797067f250253843d2d
|
|
@@ -15,7 +15,7 @@ module Decidim
|
|
|
15
15
|
attribute :default_locale, String
|
|
16
16
|
attribute :reference_prefix
|
|
17
17
|
|
|
18
|
-
validates :organization_admin_email, :organization_admin_name, :name, :host, presence: true
|
|
18
|
+
validates :organization_admin_email, :organization_admin_name, :name, :host, :reference_prefix, presence: true
|
|
19
19
|
validates :available_locales, presence: true
|
|
20
20
|
validates :default_locale, presence: true
|
|
21
21
|
validates :default_locale, inclusion: { in: :available_locales }
|
data/config/locales/ca.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
ca:
|
|
2
3
|
decidim:
|
|
3
4
|
system:
|
|
@@ -27,7 +28,7 @@ ca:
|
|
|
27
28
|
success: L'administrador s'ha actualitzat correctament
|
|
28
29
|
default_pages:
|
|
29
30
|
placeholders:
|
|
30
|
-
content: Si us plau, afegeix contingut significatiu a
|
|
31
|
+
content: Si us plau, afegeix contingut significatiu a la pàgina estàtica de %{page} dins el panell d'administració.
|
|
31
32
|
title: Títol predeterminat per %{page}
|
|
32
33
|
menu:
|
|
33
34
|
admins: Administradors
|
|
@@ -48,8 +49,6 @@ ca:
|
|
|
48
49
|
created_at: Data de creació
|
|
49
50
|
name: Nom
|
|
50
51
|
name: Organització
|
|
51
|
-
page:
|
|
52
|
-
name: pàgina
|
|
53
52
|
organizations:
|
|
54
53
|
create:
|
|
55
54
|
error: S'ha produït un error en crear una nova organització.
|
|
@@ -59,6 +58,7 @@ ca:
|
|
|
59
58
|
index:
|
|
60
59
|
title: Organitzacions
|
|
61
60
|
new:
|
|
61
|
+
reference_prefix_hint: El prefix de la referència s'utilitza per identificar de manera única recursos a totes les organitzacions
|
|
62
62
|
secondary_hosts_hint: Introdueix cada un d'ells en una nova línia
|
|
63
63
|
title: Nova organització
|
|
64
64
|
update:
|
data/config/locales/en.yml
CHANGED
|
@@ -28,7 +28,7 @@ en:
|
|
|
28
28
|
success: Admin updated successfully
|
|
29
29
|
default_pages:
|
|
30
30
|
placeholders:
|
|
31
|
-
content: Please add meaningful content to
|
|
31
|
+
content: Please add meaningful content to the %{page} static page on the admin dashboard.
|
|
32
32
|
title: Default title for %{page}
|
|
33
33
|
menu:
|
|
34
34
|
admins: Admins
|
|
@@ -49,8 +49,6 @@ en:
|
|
|
49
49
|
created_at: Created at
|
|
50
50
|
name: Name
|
|
51
51
|
name: Organization
|
|
52
|
-
page:
|
|
53
|
-
name: Page
|
|
54
52
|
organizations:
|
|
55
53
|
create:
|
|
56
54
|
error: There was an error when creating a new organization.
|
|
@@ -60,6 +58,7 @@ en:
|
|
|
60
58
|
index:
|
|
61
59
|
title: Organizations
|
|
62
60
|
new:
|
|
61
|
+
reference_prefix_hint: The reference prefix is used to uniquely identify resources across all organizations
|
|
63
62
|
secondary_hosts_hint: Enter each one of them in a new line
|
|
64
63
|
title: New organization
|
|
65
64
|
update:
|
data/config/locales/es.yml
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
---
|
|
1
2
|
es:
|
|
2
3
|
decidim:
|
|
3
4
|
system:
|
|
4
5
|
actions:
|
|
5
|
-
confirm_destroy:
|
|
6
|
+
confirm_destroy: "¿Seguro que lo quieres eliminar?"
|
|
6
7
|
destroy: Eliminar
|
|
7
8
|
edit: Editar
|
|
8
9
|
new: Nuevo
|
|
@@ -27,7 +28,7 @@ es:
|
|
|
27
28
|
success: Administrador actualizado correctamente
|
|
28
29
|
default_pages:
|
|
29
30
|
placeholders:
|
|
30
|
-
content:
|
|
31
|
+
content: Agrega contenido significativo a la página estática de %{page} en el panel de admin.
|
|
31
32
|
title: Título predeterminado para %{page}
|
|
32
33
|
menu:
|
|
33
34
|
admins: Administradores
|
|
@@ -48,8 +49,6 @@ es:
|
|
|
48
49
|
created_at: Fecha de creación
|
|
49
50
|
name: Nombre
|
|
50
51
|
name: Organización
|
|
51
|
-
page:
|
|
52
|
-
name: página
|
|
53
52
|
organizations:
|
|
54
53
|
create:
|
|
55
54
|
error: Se ha producido un error al crear una nueva organización.
|
|
@@ -59,6 +58,7 @@ es:
|
|
|
59
58
|
index:
|
|
60
59
|
title: Organizaciones
|
|
61
60
|
new:
|
|
61
|
+
reference_prefix_hint: El prefijo de referencia se utiliza para identificar de forma única los recursos de todas las organizaciones
|
|
62
62
|
secondary_hosts_hint: Introduce cada uno de ellos en una nueva línea
|
|
63
63
|
title: Nueva organización
|
|
64
64
|
update:
|
data/config/locales/eu.yml
CHANGED
|
@@ -2,8 +2,8 @@ eu:
|
|
|
2
2
|
decidim:
|
|
3
3
|
system:
|
|
4
4
|
actions:
|
|
5
|
-
confirm_destroy: Ziur
|
|
6
|
-
destroy:
|
|
5
|
+
confirm_destroy: '‘Ziur zaude ezabatu nahi duzula?’'
|
|
6
|
+
destroy: Kendu
|
|
7
7
|
edit: Editatu
|
|
8
8
|
new: Berria
|
|
9
9
|
save: Gorde
|
|
@@ -27,7 +27,7 @@ eu:
|
|
|
27
27
|
success: Administratzailea zuzen eguneratu da
|
|
28
28
|
default_pages:
|
|
29
29
|
placeholders:
|
|
30
|
-
content:
|
|
30
|
+
content: Gehitu edukia esanguratsua administrazio panelean %{page} orri estatikoan.
|
|
31
31
|
title: 'Izenburu lehenetsia orri honetarako: %{page}'
|
|
32
32
|
menu:
|
|
33
33
|
admins: Administratzaileak
|
|
@@ -36,7 +36,7 @@ eu:
|
|
|
36
36
|
models:
|
|
37
37
|
admin:
|
|
38
38
|
fields:
|
|
39
|
-
created_at:
|
|
39
|
+
created_at: Tan sortua
|
|
40
40
|
email: Helbide elektronikoa
|
|
41
41
|
name: Administratzailea
|
|
42
42
|
validations:
|
|
@@ -45,11 +45,9 @@ eu:
|
|
|
45
45
|
actions:
|
|
46
46
|
save_and_invite: Sortu erakundea eta gonbit egin administratzaileari
|
|
47
47
|
fields:
|
|
48
|
-
created_at:
|
|
48
|
+
created_at: Tan sortua
|
|
49
49
|
name: Izena
|
|
50
50
|
name: Erakundea
|
|
51
|
-
page:
|
|
52
|
-
name: Orria
|
|
53
51
|
organizations:
|
|
54
52
|
create:
|
|
55
53
|
error: Errorea gertatu da erakunde berri bat sortzean.
|
|
@@ -59,6 +57,7 @@ eu:
|
|
|
59
57
|
index:
|
|
60
58
|
title: Erakundeak
|
|
61
59
|
new:
|
|
60
|
+
reference_prefix_hint: Erreferentziazko aurrizkia erakunde guztien gaineko baliabideak modu berezian identifikatzeko erabiltzen da
|
|
62
61
|
secondary_hosts_hint: Sartu haietako bakoitza lerro batean
|
|
63
62
|
title: Erakunde berria
|
|
64
63
|
update:
|
data/config/locales/fi.yml
CHANGED
|
@@ -5,6 +5,7 @@ fi:
|
|
|
5
5
|
confirm_destroy: Haluatko varmasti poistaa tämän?
|
|
6
6
|
destroy: Poista
|
|
7
7
|
edit: Muokkaa
|
|
8
|
+
new: Uusi
|
|
8
9
|
save: Tallenna
|
|
9
10
|
title: Toiminnot
|
|
10
11
|
admins:
|
|
@@ -15,16 +16,18 @@ fi:
|
|
|
15
16
|
success: Hallinnoija poistettu onnistuneesti
|
|
16
17
|
edit:
|
|
17
18
|
title: Muokkaa hallinnoijaa
|
|
19
|
+
update: Päivitä
|
|
18
20
|
index:
|
|
19
21
|
title: Hallinnoijat
|
|
20
22
|
new:
|
|
23
|
+
create: Luo
|
|
21
24
|
title: Uusi hallinnoija
|
|
22
25
|
update:
|
|
23
26
|
error: Hallinnoijan päivityksessä tapahtui virhe.
|
|
24
27
|
success: Hallinnoija päivitetty onnistuneesti
|
|
25
28
|
default_pages:
|
|
26
29
|
placeholders:
|
|
27
|
-
content: Lisää
|
|
30
|
+
content: Lisää %{page} staattinen sivu admin kojelauta mielekästä sisältöä.
|
|
28
31
|
title: Oletusotsikko sivulle %{page}
|
|
29
32
|
menu:
|
|
30
33
|
admins: Hallinnoijat
|
|
@@ -45,8 +48,6 @@ fi:
|
|
|
45
48
|
created_at: Luotu
|
|
46
49
|
name: Nimi
|
|
47
50
|
name: Organisaatio
|
|
48
|
-
page:
|
|
49
|
-
name: Sivu
|
|
50
51
|
organizations:
|
|
51
52
|
create:
|
|
52
53
|
error: Uuden organisaation luonnissa tapahtui virhe.
|
|
@@ -56,10 +57,15 @@ fi:
|
|
|
56
57
|
index:
|
|
57
58
|
title: Organisaatiot
|
|
58
59
|
new:
|
|
60
|
+
reference_prefix_hint: Viitekoodin avulla tunnistetaan yksilöllisesti resursseja kaikissa organisaatioissa
|
|
59
61
|
secondary_hosts_hint: Syötä jokainen niistä omalle rivilleen
|
|
60
62
|
title: Uusi organisaatio
|
|
61
63
|
update:
|
|
62
64
|
error: Organisaation päivityksessä tapahtui virhe.
|
|
63
65
|
success: Organisaatio päivitetty onnistuneesti.
|
|
66
|
+
shared:
|
|
67
|
+
notices:
|
|
68
|
+
no_organization_warning_html: Sinun on luotava organisaatio päästäksesi alkuun. Muista lukea %{guide} ennen jatkamista.
|
|
69
|
+
our_getting_started_guide: aloitusoppaamme
|
|
64
70
|
titles:
|
|
65
71
|
dashboard: Hallintapaneeli
|
data/config/locales/fr.yml
CHANGED
|
@@ -2,11 +2,11 @@ fr:
|
|
|
2
2
|
decidim:
|
|
3
3
|
system:
|
|
4
4
|
actions:
|
|
5
|
-
confirm_destroy:
|
|
6
|
-
destroy:
|
|
5
|
+
confirm_destroy: Confirmez-vous la suppression ?
|
|
6
|
+
destroy: Supprimer
|
|
7
7
|
edit: Modifier
|
|
8
8
|
new: Nouveau
|
|
9
|
-
save:
|
|
9
|
+
save: sauvegarder
|
|
10
10
|
title: Actions
|
|
11
11
|
admins:
|
|
12
12
|
create:
|
|
@@ -27,7 +27,7 @@ fr:
|
|
|
27
27
|
success: Administrateur mis à jour avec succès
|
|
28
28
|
default_pages:
|
|
29
29
|
placeholders:
|
|
30
|
-
content:
|
|
30
|
+
content: S’il vous plaît ajouter contenu significatif à la page statique %{page} du panneau de commandes admin.
|
|
31
31
|
title: Titre par défaut pour %{page}
|
|
32
32
|
menu:
|
|
33
33
|
admins: Administrateurs
|
|
@@ -37,7 +37,7 @@ fr:
|
|
|
37
37
|
admin:
|
|
38
38
|
fields:
|
|
39
39
|
created_at: Crée le
|
|
40
|
-
email:
|
|
40
|
+
email: Email
|
|
41
41
|
name: Administrateur
|
|
42
42
|
validations:
|
|
43
43
|
email_uniqueness: un autre administrateur avec la même adresse email existe déjà
|
|
@@ -48,8 +48,6 @@ fr:
|
|
|
48
48
|
created_at: Crée le
|
|
49
49
|
name: Nom
|
|
50
50
|
name: Organisation
|
|
51
|
-
page:
|
|
52
|
-
name: Page
|
|
53
51
|
organizations:
|
|
54
52
|
create:
|
|
55
53
|
error: Une erreur s'est produite lors de la création d'une nouvelle organisation.
|
|
@@ -59,10 +57,15 @@ fr:
|
|
|
59
57
|
index:
|
|
60
58
|
title: Organisations
|
|
61
59
|
new:
|
|
60
|
+
reference_prefix_hint: Le préfixe de référence est utilisé pour identifier de manière unique les ressources de toutes les organisations
|
|
62
61
|
secondary_hosts_hint: Entrez chacun d'eux dans une nouvelle ligne
|
|
63
62
|
title: Nouvelle organisation
|
|
64
63
|
update:
|
|
65
|
-
error:
|
|
64
|
+
error: Erreur lors de la mise à jour de cette organisation.
|
|
66
65
|
success: Organisation mise à jour avec succès.
|
|
66
|
+
shared:
|
|
67
|
+
notices:
|
|
68
|
+
no_organization_warning_html: Vous devez créer une organisation pour démarrer. Assurez-vous de lire %{guide} avant de continuer.
|
|
69
|
+
our_getting_started_guide: Notre guide de démarrage
|
|
67
70
|
titles:
|
|
68
71
|
dashboard: Tableau de bord
|
data/config/locales/it.yml
CHANGED
|
@@ -27,7 +27,7 @@ it:
|
|
|
27
27
|
success: Admin modificato con successo
|
|
28
28
|
default_pages:
|
|
29
29
|
placeholders:
|
|
30
|
-
content:
|
|
30
|
+
content: Si prega di aggiungere contenuto significativo alla pagina statica %{page} il pannello di amministrazione.
|
|
31
31
|
title: Titolo predefinito per %{page}
|
|
32
32
|
menu:
|
|
33
33
|
admins: Amministratori
|
|
@@ -37,6 +37,8 @@ it:
|
|
|
37
37
|
admin:
|
|
38
38
|
fields:
|
|
39
39
|
created_at: Data/ora di creazione
|
|
40
|
+
email: E-mail
|
|
41
|
+
name: Amministratore
|
|
40
42
|
validations:
|
|
41
43
|
email_uniqueness: Esiste già un utente Admin con l'email che hai indicato.
|
|
42
44
|
organization:
|
|
@@ -46,8 +48,6 @@ it:
|
|
|
46
48
|
created_at: Data/ora di creazione
|
|
47
49
|
name: Nome
|
|
48
50
|
name: Organizzazione
|
|
49
|
-
page:
|
|
50
|
-
name: Pagina
|
|
51
51
|
organizations:
|
|
52
52
|
create:
|
|
53
53
|
error: C'è stato un errore durante la creazione di una nuova organizzazione.
|
|
@@ -57,10 +57,15 @@ it:
|
|
|
57
57
|
index:
|
|
58
58
|
title: Organizzazioni
|
|
59
59
|
new:
|
|
60
|
+
reference_prefix_hint: Il prefisso di riferimento viene utilizzato per identificare in modo univoco le risorse in tutte le organizzazioni
|
|
60
61
|
secondary_hosts_hint: Inserisci ciascun elemento in una nuova linea
|
|
61
62
|
title: Nuova Organizzazione
|
|
62
63
|
update:
|
|
63
64
|
error: C'è stato un errore durante l'aggiornamento di questa organizzazione.
|
|
64
65
|
success: OK, l'Organizzazione è stata aggiornata.
|
|
66
|
+
shared:
|
|
67
|
+
notices:
|
|
68
|
+
no_organization_warning_html: È necessario creare un'organizzazione per iniziare. Assicurati di leggere %{guide} prima di procedere.
|
|
69
|
+
our_getting_started_guide: La nostra guida iniziale
|
|
65
70
|
titles:
|
|
66
71
|
dashboard: Cruscotto
|
data/config/locales/nl.yml
CHANGED
|
@@ -2,4 +2,70 @@ nl:
|
|
|
2
2
|
decidim:
|
|
3
3
|
system:
|
|
4
4
|
actions:
|
|
5
|
+
confirm_destroy: Weet u zeker dat u dit wilt verwijderen?
|
|
5
6
|
destroy: Vernietigen
|
|
7
|
+
edit: Bewerk
|
|
8
|
+
new: nieuwe
|
|
9
|
+
save: Opslaan
|
|
10
|
+
title: Acties
|
|
11
|
+
admins:
|
|
12
|
+
create:
|
|
13
|
+
error: Er is een fout opgetreden bij het maken van een nieuwe admin.
|
|
14
|
+
success: Admin is succesvol gemaakt
|
|
15
|
+
destroy:
|
|
16
|
+
success: Admin succesvol vernietigd
|
|
17
|
+
edit:
|
|
18
|
+
title: Beheer admin
|
|
19
|
+
update: Bijwerken
|
|
20
|
+
index:
|
|
21
|
+
title: Admins
|
|
22
|
+
new:
|
|
23
|
+
create: Creëren
|
|
24
|
+
title: Nieuwe admin
|
|
25
|
+
update:
|
|
26
|
+
error: Er is een fout opgetreden bij het bijwerken van deze admin.
|
|
27
|
+
success: Admin succesvol bijgewerkt
|
|
28
|
+
default_pages:
|
|
29
|
+
placeholders:
|
|
30
|
+
content: Voeg relevante inhoud aan het statische pagina van %{page} op het dashboard admin.
|
|
31
|
+
title: Standaard titel voor %{page}
|
|
32
|
+
menu:
|
|
33
|
+
admins: Admins
|
|
34
|
+
dashboard: Dashboard
|
|
35
|
+
organizations: Organisaties
|
|
36
|
+
models:
|
|
37
|
+
admin:
|
|
38
|
+
fields:
|
|
39
|
+
created_at: Gemaakt bij
|
|
40
|
+
email: E-mail
|
|
41
|
+
name: beheerder
|
|
42
|
+
validations:
|
|
43
|
+
email_uniqueness: Een andere admin met dezelfde e-mail bestaat al
|
|
44
|
+
organization:
|
|
45
|
+
actions:
|
|
46
|
+
save_and_invite: Maak een organisatie en nodig admin uit
|
|
47
|
+
fields:
|
|
48
|
+
created_at: Gemaakt bij
|
|
49
|
+
name: Naam
|
|
50
|
+
name: Organisatie
|
|
51
|
+
organizations:
|
|
52
|
+
create:
|
|
53
|
+
error: Er is een fout opgetreden bij het aanmaken van een nieuwe organisatie.
|
|
54
|
+
success: Organisatie is succesvol gemaakt.
|
|
55
|
+
edit:
|
|
56
|
+
secondary_hosts_hint: Voer elk van hen in een nieuwe regel in
|
|
57
|
+
index:
|
|
58
|
+
title: Organisaties
|
|
59
|
+
new:
|
|
60
|
+
reference_prefix_hint: Het referentievoorvoegsel wordt gebruikt om middelen uniek in alle organisaties te identificeren
|
|
61
|
+
secondary_hosts_hint: Voer elk van hen in een nieuwe regel in
|
|
62
|
+
title: Nieuwe organisatie
|
|
63
|
+
update:
|
|
64
|
+
error: Er is een fout opgetreden bij het bijwerken van deze organisatie.
|
|
65
|
+
success: Organisatie is succesvol bijgewerkt.
|
|
66
|
+
shared:
|
|
67
|
+
notices:
|
|
68
|
+
no_organization_warning_html: U moet een organisatie aanmaken om te beginnen. Zorg ervoor dat u %{guide} leest voordat u verder gaat.
|
|
69
|
+
our_getting_started_guide: Onze begonnen gids
|
|
70
|
+
titles:
|
|
71
|
+
dashboard: Dashboard
|
data/config/locales/pl.yml
CHANGED
|
@@ -2,4 +2,70 @@ pl:
|
|
|
2
2
|
decidim:
|
|
3
3
|
system:
|
|
4
4
|
actions:
|
|
5
|
+
confirm_destroy: Czy na pewno chcesz to usunąć?
|
|
6
|
+
destroy: Zniszczyć
|
|
7
|
+
edit: Edytować
|
|
5
8
|
new: Nowy
|
|
9
|
+
save: Zapisać
|
|
10
|
+
title: działania
|
|
11
|
+
admins:
|
|
12
|
+
create:
|
|
13
|
+
error: Podczas tworzenia nowego administratora wystąpił błąd.
|
|
14
|
+
success: Admin został utworzony
|
|
15
|
+
destroy:
|
|
16
|
+
success: Admin z powodzeniem zniszczył
|
|
17
|
+
edit:
|
|
18
|
+
title: Edytuj administratora
|
|
19
|
+
update: Aktualizacja
|
|
20
|
+
index:
|
|
21
|
+
title: Administratorzy
|
|
22
|
+
new:
|
|
23
|
+
create: Stwórz
|
|
24
|
+
title: Nowy administrator
|
|
25
|
+
update:
|
|
26
|
+
error: Podczas aktualizowania tego administratora wystąpił błąd.
|
|
27
|
+
success: Admin został zaktualizowany
|
|
28
|
+
default_pages:
|
|
29
|
+
placeholders:
|
|
30
|
+
content: Proszę dodać istotne treści do strony statyczne %{page} na panelu administratora.
|
|
31
|
+
title: Domyślny tytuł dla %{page}
|
|
32
|
+
menu:
|
|
33
|
+
admins: Administratorzy
|
|
34
|
+
dashboard: Deska rozdzielcza
|
|
35
|
+
organizations: Organizacje
|
|
36
|
+
models:
|
|
37
|
+
admin:
|
|
38
|
+
fields:
|
|
39
|
+
created_at: Utworzono w
|
|
40
|
+
email: E-mail
|
|
41
|
+
name: Admin
|
|
42
|
+
validations:
|
|
43
|
+
email_uniqueness: Inny admin z tym samym e-mailem już istnieje
|
|
44
|
+
organization:
|
|
45
|
+
actions:
|
|
46
|
+
save_and_invite: Utwórz organizację i zapraszaj administratora
|
|
47
|
+
fields:
|
|
48
|
+
created_at: Utworzono w
|
|
49
|
+
name: Nazwa
|
|
50
|
+
name: Organizacja
|
|
51
|
+
organizations:
|
|
52
|
+
create:
|
|
53
|
+
error: Podczas tworzenia nowej organizacji wystąpił błąd.
|
|
54
|
+
success: Organizacja powiodła się.
|
|
55
|
+
edit:
|
|
56
|
+
secondary_hosts_hint: Wpisz każdy z nich w nowej linii
|
|
57
|
+
index:
|
|
58
|
+
title: Organizacje
|
|
59
|
+
new:
|
|
60
|
+
reference_prefix_hint: Prefiks referencyjny służy do jednoznacznego identyfikowania zasobów we wszystkich organizacjach
|
|
61
|
+
secondary_hosts_hint: Wpisz każdy z nich w nowej linii
|
|
62
|
+
title: Nowa organizacja
|
|
63
|
+
update:
|
|
64
|
+
error: Podczas aktualizowania tej organizacji wystąpił błąd.
|
|
65
|
+
success: Organizacja została zaktualizowana.
|
|
66
|
+
shared:
|
|
67
|
+
notices:
|
|
68
|
+
no_organization_warning_html: Aby rozpocząć, musisz utworzyć organizację. Przed kontynuowaniem przeczytaj, czy przeczytasz %{guide}.
|
|
69
|
+
our_getting_started_guide: Nasz przewodnik
|
|
70
|
+
titles:
|
|
71
|
+
dashboard: Deska rozdzielcza
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
uk:
|
|
2
|
+
decidim:
|
|
3
|
+
system:
|
|
4
|
+
actions:
|
|
5
|
+
confirm_destroy: Ви впевнені, що хочете видалити це?
|
|
6
|
+
destroy: Видалити
|
|
7
|
+
edit: Редагувати
|
|
8
|
+
new: Новий
|
|
9
|
+
save: Зберегти
|
|
10
|
+
title: Дії
|
|
11
|
+
admins:
|
|
12
|
+
create:
|
|
13
|
+
error: При створенні нового адміністратора сталася помилка.
|
|
14
|
+
success: Адміністратора успішно створено
|
|
15
|
+
destroy:
|
|
16
|
+
success: Адміністратора успішно видалено
|
|
17
|
+
edit:
|
|
18
|
+
title: Редагувати адміністратора
|
|
19
|
+
update: Оновити
|
|
20
|
+
index:
|
|
21
|
+
title: Адміністратори
|
|
22
|
+
new:
|
|
23
|
+
create: Створити
|
|
24
|
+
title: Новий адміністратор
|
|
25
|
+
update:
|
|
26
|
+
error: При оновленні цього адміністратора сталася помилка.
|
|
27
|
+
success: Адміністратора успішно оновлено
|
|
28
|
+
default_pages:
|
|
29
|
+
placeholders:
|
|
30
|
+
content: Будь ласка, додайте змістовний вміст на статичну сторінку %{page} на приладній дошці адміністратора.
|
|
31
|
+
title: Назва за замовчуванням для %{page}
|
|
32
|
+
menu:
|
|
33
|
+
admins: Адміністратори
|
|
34
|
+
dashboard: Приладна дошка
|
|
35
|
+
organizations: Організації
|
|
36
|
+
models:
|
|
37
|
+
admin:
|
|
38
|
+
fields:
|
|
39
|
+
created_at: 'Створене:'
|
|
40
|
+
email: Адреса електронної пошти
|
|
41
|
+
name: Адміністратор
|
|
42
|
+
validations:
|
|
43
|
+
email_uniqueness: вже є інший адміністратор з такою ж адресою електронної пошти
|
|
44
|
+
organization:
|
|
45
|
+
actions:
|
|
46
|
+
save_and_invite: Створити організацію та запросити адміністратора
|
|
47
|
+
fields:
|
|
48
|
+
created_at: 'Створене:'
|
|
49
|
+
name: Ім'я
|
|
50
|
+
name: Організація
|
|
51
|
+
organizations:
|
|
52
|
+
create:
|
|
53
|
+
error: При створенні нової організації сталася помилка.
|
|
54
|
+
success: Організацію успішно створено.
|
|
55
|
+
edit:
|
|
56
|
+
secondary_hosts_hint: Введіть кожну з них в новому рядку
|
|
57
|
+
index:
|
|
58
|
+
title: Організації
|
|
59
|
+
new:
|
|
60
|
+
reference_prefix_hint: Довідковий префікс використовується для унікального визначення ресурсів у всіх організаціях
|
|
61
|
+
secondary_hosts_hint: Введіть кожну з них в новому рядку
|
|
62
|
+
title: Нова організація
|
|
63
|
+
update:
|
|
64
|
+
error: При оновленні цієї організації сталася помилка.
|
|
65
|
+
success: Організацію успішно оновлено.
|
|
66
|
+
shared:
|
|
67
|
+
notices:
|
|
68
|
+
no_organization_warning_html: Насамперед ви повинні створити організацію. Обов'язково прочитайте %{guide}, перш ніж продовжити.
|
|
69
|
+
our_getting_started_guide: наш початковий посібник
|
|
70
|
+
titles:
|
|
71
|
+
dashboard: Приладна дошка
|
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.
|
|
4
|
+
version: 0.6.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: 2017-
|
|
13
|
+
date: 2017-09-15 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: decidim-core
|
|
@@ -18,14 +18,14 @@ dependencies:
|
|
|
18
18
|
requirements:
|
|
19
19
|
- - '='
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 0.
|
|
21
|
+
version: 0.6.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
25
25
|
requirements:
|
|
26
26
|
- - '='
|
|
27
27
|
- !ruby/object:Gem::Version
|
|
28
|
-
version: 0.
|
|
28
|
+
version: 0.6.0
|
|
29
29
|
- !ruby/object:Gem::Dependency
|
|
30
30
|
name: rails
|
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -130,14 +130,14 @@ dependencies:
|
|
|
130
130
|
requirements:
|
|
131
131
|
- - "~>"
|
|
132
132
|
- !ruby/object:Gem::Version
|
|
133
|
-
version: 3.0.0
|
|
133
|
+
version: 3.0.0
|
|
134
134
|
type: :runtime
|
|
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: 3.0.0
|
|
140
|
+
version: 3.0.0
|
|
141
141
|
- !ruby/object:Gem::Dependency
|
|
142
142
|
name: active_link_to
|
|
143
143
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -158,14 +158,14 @@ dependencies:
|
|
|
158
158
|
requirements:
|
|
159
159
|
- - '='
|
|
160
160
|
- !ruby/object:Gem::Version
|
|
161
|
-
version: 0.
|
|
161
|
+
version: 0.6.0
|
|
162
162
|
type: :development
|
|
163
163
|
prerelease: false
|
|
164
164
|
version_requirements: !ruby/object:Gem::Requirement
|
|
165
165
|
requirements:
|
|
166
166
|
- - '='
|
|
167
167
|
- !ruby/object:Gem::Version
|
|
168
|
-
version: 0.
|
|
168
|
+
version: 0.6.0
|
|
169
169
|
description: System administration to create new organization in an installation.
|
|
170
170
|
email:
|
|
171
171
|
- josepjaume@gmail.com
|
|
@@ -229,7 +229,6 @@ files:
|
|
|
229
229
|
- app/views/layouts/decidim/system/_sidebar.html.erb
|
|
230
230
|
- app/views/layouts/decidim/system/application.html.erb
|
|
231
231
|
- app/views/layouts/decidim/system/login.html.erb
|
|
232
|
-
- config/i18n-tasks.yml
|
|
233
232
|
- config/locales/ca.yml
|
|
234
233
|
- config/locales/en.yml
|
|
235
234
|
- config/locales/es.yml
|
|
@@ -239,6 +238,7 @@ files:
|
|
|
239
238
|
- config/locales/it.yml
|
|
240
239
|
- config/locales/nl.yml
|
|
241
240
|
- config/locales/pl.yml
|
|
241
|
+
- config/locales/uk.yml
|
|
242
242
|
- config/routes.rb
|
|
243
243
|
- db/migrate/20160919105637_devise_create_decidim_admins.rb
|
|
244
244
|
- db/seeds.rb
|
data/config/i18n-tasks.yml
DELETED
|
@@ -1,122 +0,0 @@
|
|
|
1
|
-
# i18n-tasks finds and manages missing and unused translations: https://github.com/glebm/i18n-tasks
|
|
2
|
-
|
|
3
|
-
# The "main" locale.
|
|
4
|
-
base_locale: en
|
|
5
|
-
|
|
6
|
-
## Reporting locale, default: en. Available: en, ru.
|
|
7
|
-
# internal_locale: en
|
|
8
|
-
|
|
9
|
-
# Read and write translations.
|
|
10
|
-
data:
|
|
11
|
-
## Translations are read from the file system. Supported format: YAML, JSON.
|
|
12
|
-
## Provide a custom adapter:
|
|
13
|
-
# adapter: I18n::Tasks::Data::FileSystem
|
|
14
|
-
|
|
15
|
-
# Locale files or `File.find` patterns where translations are read from:
|
|
16
|
-
read:
|
|
17
|
-
## Default:
|
|
18
|
-
# - config/locales/%{locale}.yml
|
|
19
|
-
## More files:
|
|
20
|
-
# - config/locales/**/*.%{locale}.yml
|
|
21
|
-
## Another gem (replace %#= with %=):
|
|
22
|
-
# - "<%#= %x[bundle show vagrant].chomp %>/templates/locales/%{locale}.yml"
|
|
23
|
-
|
|
24
|
-
# Locale files to write new keys to, based on a list of key pattern => file rules. Matched from top to bottom:
|
|
25
|
-
# `i18n-tasks normalize -p` will force move the keys according to these rules
|
|
26
|
-
write:
|
|
27
|
-
## For example, write devise and simple form keys to their respective files:
|
|
28
|
-
# - ['{devise, simple_form}.*', 'config/locales/\1.%{locale}.yml']
|
|
29
|
-
## Catch-all default:
|
|
30
|
-
# - config/locales/%{locale}.yml
|
|
31
|
-
|
|
32
|
-
## Specify the router (see Readme for details). Valid values: conservative_router, pattern_router, or a custom class.
|
|
33
|
-
# router: convervative_router
|
|
34
|
-
|
|
35
|
-
yaml:
|
|
36
|
-
write:
|
|
37
|
-
# do not wrap lines at 80 characters
|
|
38
|
-
line_width: -1
|
|
39
|
-
|
|
40
|
-
## Pretty-print JSON:
|
|
41
|
-
# json:
|
|
42
|
-
# write:
|
|
43
|
-
# indent: ' '
|
|
44
|
-
# space: ' '
|
|
45
|
-
# object_nl: "\n"
|
|
46
|
-
# array_nl: "\n"
|
|
47
|
-
|
|
48
|
-
# Find translate calls
|
|
49
|
-
search:
|
|
50
|
-
# Paths or `File.find` patterns to search in:
|
|
51
|
-
paths:
|
|
52
|
-
- app/
|
|
53
|
-
- lib/
|
|
54
|
-
|
|
55
|
-
## Root directories for relative keys resolution.
|
|
56
|
-
# relative_roots:
|
|
57
|
-
# - app/controllers
|
|
58
|
-
# - app/helpers
|
|
59
|
-
# - app/mailers
|
|
60
|
-
# - app/presenters
|
|
61
|
-
# - app/views
|
|
62
|
-
|
|
63
|
-
## Files or `File.fnmatch` patterns to exclude from search. Some files are always excluded regardless of this setting:
|
|
64
|
-
## %w(*.jpg *.png *.gif *.svg *.ico *.eot *.otf *.ttf *.woff *.woff2 *.pdf *.css *.sass *.scss *.less *.yml *.json)
|
|
65
|
-
exclude:
|
|
66
|
-
- app/assets/images
|
|
67
|
-
- app/assets/fonts
|
|
68
|
-
|
|
69
|
-
## Alternatively, the only files or `File.fnmatch patterns` to search in `paths`:
|
|
70
|
-
## If specified, this settings takes priority over `exclude`, but `exclude` still applies.
|
|
71
|
-
# only: ["*.rb", "*.html.slim"]
|
|
72
|
-
|
|
73
|
-
## If `strict` is `false`, guess usages such as t("categories.#{category}.title"). The default is `true`.
|
|
74
|
-
strict: false
|
|
75
|
-
|
|
76
|
-
## Multiple scanners can be used. Their results are merged.
|
|
77
|
-
## The options specified above are passed down to each scanner. Per-scanner options can be specified as well.
|
|
78
|
-
## See this example of a custom scanner: https://github.com/glebm/i18n-tasks/wiki/A-custom-scanner-example
|
|
79
|
-
|
|
80
|
-
## Google Translate
|
|
81
|
-
# translation:
|
|
82
|
-
# # Get an API key and set billing info at https://code.google.com/apis/console to use Google Translate
|
|
83
|
-
# api_key: "AbC-dEf5"
|
|
84
|
-
|
|
85
|
-
## Do not consider these keys missing:
|
|
86
|
-
# ignore_missing:
|
|
87
|
-
# - 'errors.messages.{accepted,blank,invalid,too_short,too_long}'
|
|
88
|
-
# - '{devise,simple_form}.*'
|
|
89
|
-
|
|
90
|
-
## Consider these keys used:
|
|
91
|
-
ignore_unused:
|
|
92
|
-
- decidim.system.default_pages.placeholders.*
|
|
93
|
-
- decidim.system.models.page.name
|
|
94
|
-
# - 'activerecord.attributes.*'
|
|
95
|
-
# - '{devise,kaminari,will_paginate}.*'
|
|
96
|
-
# - 'simple_form.{yes,no}'
|
|
97
|
-
# - 'simple_form.{placeholders,hints,labels}.*'
|
|
98
|
-
# - 'simple_form.{error_notification,required}.:'
|
|
99
|
-
|
|
100
|
-
## Exclude these keys from the `i18n-tasks eq-base' report:
|
|
101
|
-
# ignore_eq_base:
|
|
102
|
-
# all:
|
|
103
|
-
# - common.ok
|
|
104
|
-
# fr,es:
|
|
105
|
-
# - common.brand
|
|
106
|
-
|
|
107
|
-
## Ignore these keys completely:
|
|
108
|
-
# ignore:
|
|
109
|
-
# - kaminari.*
|
|
110
|
-
|
|
111
|
-
## Sometimes, it isn't possible for i18n-tasks to match the key correctly,
|
|
112
|
-
## e.g. in case of a relative key defined in a helper method.
|
|
113
|
-
## In these cases you can use the built-in PatternMapper to map patterns to keys, e.g.:
|
|
114
|
-
#
|
|
115
|
-
# <%#= I18n::Tasks.add_scanner 'I18n::Tasks::Scanners::PatternMapper',
|
|
116
|
-
# only: %w(*.html.haml *.html.slim),
|
|
117
|
-
# patterns: [['= title\b', '.page_title']] %>
|
|
118
|
-
#
|
|
119
|
-
# The PatternMapper can also match key literals via a special %{key} interpolation, e.g.:
|
|
120
|
-
#
|
|
121
|
-
# <%#= I18n::Tasks.add_scanner 'I18n::Tasks::Scanners::PatternMapper',
|
|
122
|
-
# patterns: [['\bSpree\.t[( ]\s*%{key}', 'spree.%{key}']] %>
|