decidim-system 0.27.4 → 0.28.0.rc5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +10 -7
- data/app/commands/decidim/system/create_admin.rb +1 -1
- data/app/commands/decidim/system/create_default_content_blocks.rb +1 -14
- data/app/commands/decidim/system/create_default_pages.rb +23 -4
- data/app/commands/decidim/system/populate_help.rb +2 -2
- data/app/commands/decidim/system/register_organization.rb +15 -2
- data/app/commands/decidim/system/update_admin.rb +1 -1
- data/app/commands/decidim/system/update_organization.rb +2 -1
- data/app/controllers/decidim/system/application_controller.rb +2 -1
- data/app/controllers/decidim/system/dashboard_controller.rb +1 -0
- data/app/controllers/decidim/system/organizations_controller.rb +30 -4
- data/app/forms/decidim/system/admin_form.rb +2 -2
- data/app/forms/decidim/system/update_organization_form.rb +14 -2
- data/app/jobs/decidim/system/application_job.rb +1 -1
- data/app/packs/entrypoints/decidim_system.js +5 -3
- data/app/packs/stylesheets/decidim/system/application.scss +108 -21
- data/app/views/decidim/system/admins/_form.html.erb +1 -7
- data/app/views/decidim/system/admins/edit.html.erb +5 -3
- data/app/views/decidim/system/admins/index.html.erb +5 -31
- data/app/views/decidim/system/admins/new.html.erb +5 -3
- data/app/views/decidim/system/dashboard/show.html.erb +15 -3
- data/app/views/decidim/system/devise/mailers/password_change.html.erb +1 -1
- data/app/views/decidim/system/devise/mailers/reset_password_instructions.html.erb +2 -2
- data/app/views/decidim/system/devise/passwords/edit.html.erb +6 -9
- data/app/views/decidim/system/devise/passwords/new.html.erb +5 -5
- data/app/views/decidim/system/devise/sessions/new.html.erb +10 -12
- data/app/views/decidim/system/devise/shared/_links.html.erb +5 -11
- data/app/views/decidim/system/oauth_applications/_form.html.erb +5 -20
- data/app/views/decidim/system/oauth_applications/edit.html.erb +11 -11
- data/app/views/decidim/system/oauth_applications/index.html.erb +8 -8
- data/app/views/decidim/system/oauth_applications/new.html.erb +11 -11
- data/app/views/decidim/system/oauth_applications/show.html.erb +22 -23
- data/app/views/decidim/system/organizations/_advanced_settings.html.erb +10 -8
- data/app/views/decidim/system/organizations/_csp_settings.html.erb +12 -0
- data/app/views/decidim/system/organizations/_file_upload_settings.erb +23 -46
- data/app/views/decidim/system/organizations/_omniauth_provider.html.erb +13 -16
- data/app/views/decidim/system/organizations/_omniauth_settings.html.erb +6 -8
- data/app/views/decidim/system/organizations/_smtp_settings.html.erb +12 -22
- data/app/views/decidim/system/organizations/edit.html.erb +35 -26
- data/app/views/decidim/system/organizations/index.html.erb +5 -4
- data/app/views/decidim/system/organizations/new.html.erb +34 -45
- data/app/views/decidim/system/shared/_admins_list.html.erb +27 -0
- data/app/views/decidim/system/shared/_notices.html.erb +4 -6
- data/app/views/decidim/system/shared/_organizations_list.html.erb +10 -3
- data/app/views/layouts/decidim/system/_header.html.erb +2 -2
- data/app/views/layouts/decidim/system/_login_items.html.erb +3 -7
- data/app/views/layouts/decidim/system/_sidebar.html.erb +3 -7
- data/app/views/layouts/decidim/system/application.html.erb +27 -30
- data/app/views/layouts/decidim/system/login.html.erb +10 -9
- data/config/environment.rb +3 -0
- data/config/locales/ar.yml +0 -14
- data/config/locales/bg.yml +0 -1
- data/config/locales/ca.yml +96 -12
- data/config/locales/cs.yml +97 -12
- data/config/locales/de.yml +92 -15
- data/config/locales/el.yml +9 -12
- data/config/locales/en.yml +97 -12
- data/config/locales/es-MX.yml +97 -12
- data/config/locales/es-PY.yml +97 -12
- data/config/locales/es.yml +97 -12
- data/config/locales/eu.yml +112 -27
- data/config/locales/fi-plain.yml +96 -12
- data/config/locales/fi.yml +96 -12
- data/config/locales/fr-CA.yml +65 -12
- data/config/locales/fr.yml +81 -12
- data/config/locales/ga-IE.yml +0 -2
- data/config/locales/gl.yml +0 -14
- data/config/locales/hu.yml +19 -11
- data/config/locales/id-ID.yml +0 -11
- data/config/locales/is-IS.yml +0 -4
- data/config/locales/it.yml +0 -14
- data/config/locales/ja.yml +64 -12
- data/config/locales/lt.yml +19 -12
- data/config/locales/lv.yml +0 -11
- data/config/locales/nl.yml +0 -13
- data/config/locales/no.yml +0 -14
- data/config/locales/pl.yml +0 -14
- data/config/locales/pt-BR.yml +0 -14
- data/config/locales/pt.yml +0 -14
- data/config/locales/ro-RO.yml +3 -13
- data/config/locales/ru.yml +0 -11
- data/config/locales/sk.yml +0 -11
- data/config/locales/sl.yml +0 -8
- data/config/locales/sq-AL.yml +1 -0
- data/config/locales/sv.yml +0 -14
- data/config/locales/th-TH.yml +1 -0
- data/config/locales/tr-TR.yml +3 -14
- data/config/locales/uk.yml +0 -10
- data/config/locales/zh-CN.yml +0 -12
- data/config/locales/zh-TW.yml +8 -11
- data/config/routes.rb +6 -2
- data/db/seeds.rb +1 -1
- data/lib/decidim/system/engine.rb +2 -25
- data/lib/decidim/system/menu.rb +35 -0
- data/lib/decidim/system/version.rb +1 -1
- data/lib/tasks/decidim_system.rake +1 -1
- metadata +28 -24
- data/app/packs/entrypoints/decidim_system.scss +0 -1
- data/app/packs/src/decidim/system/application.js +0 -41
- data/app/packs/stylesheets/decidim/system/_actions.scss +0 -8
- data/app/packs/stylesheets/decidim/system/_forms.scss +0 -36
- data/app/packs/stylesheets/decidim/system/_foundation_and_overrides.scss +0 -53
- data/app/packs/stylesheets/decidim/system/_layout.scss +0 -18
- data/app/packs/stylesheets/decidim/system/_login.scss +0 -37
- data/app/packs/stylesheets/decidim/system/_settings.scss +0 -569
- data/app/packs/stylesheets/decidim/system/_sidebar.scss +0 -83
- data/app/packs/stylesheets/decidim/system/_tables.scss +0 -6
- data/app/views/decidim/system/admins/show.html.erb +0 -9
- data/app/views/decidim/system/organizations/show.html.erb +0 -10
data/config/locales/no.yml
CHANGED
@@ -38,15 +38,11 @@
|
|
38
38
|
confirm_destroy: Er du sikker på at du vil slette dette?
|
39
39
|
destroy: Slett
|
40
40
|
edit: Rediger
|
41
|
-
new: Nytt
|
42
41
|
save: Lagre
|
43
42
|
title: Handlinger
|
44
43
|
admins:
|
45
44
|
create:
|
46
45
|
error: Det oppstod et problem med å opprette en ny administrator.
|
47
|
-
success: Admin opprettet
|
48
|
-
destroy:
|
49
|
-
success: Admin ble slettet
|
50
46
|
edit:
|
51
47
|
title: Endre administrator
|
52
48
|
update: Oppdater
|
@@ -57,7 +53,6 @@
|
|
57
53
|
title: Ny administrator
|
58
54
|
update:
|
59
55
|
error: Det oppsto et problem med å oppdatere administratoren.
|
60
|
-
success: Admin ble oppdatert
|
61
56
|
dashboard:
|
62
57
|
show:
|
63
58
|
current_organizations: Gjeldende organisasjoner
|
@@ -75,7 +70,6 @@
|
|
75
70
|
fields:
|
76
71
|
created_at: Opprettet på
|
77
72
|
email: Epost
|
78
|
-
name: Administrator
|
79
73
|
validations:
|
80
74
|
email_uniqueness: en annen administrator med samme email eksisterer allerede
|
81
75
|
oauth_application:
|
@@ -83,7 +77,6 @@
|
|
83
77
|
created_at: Opprettet
|
84
78
|
name: OAuth applikasjonsnavn
|
85
79
|
organization_name: Organisasjon
|
86
|
-
name: OAuth applikasjon
|
87
80
|
organization:
|
88
81
|
actions:
|
89
82
|
save_and_invite: Opprett organisasjon og inviter administrator
|
@@ -93,7 +86,6 @@
|
|
93
86
|
name: Navn
|
94
87
|
omniauth_settings: Omniauth innstillinger
|
95
88
|
smtp_settings: SMTP innstillinger
|
96
|
-
name: Organisasjon
|
97
89
|
oauth_applications:
|
98
90
|
create:
|
99
91
|
error: Kunne ikke opprette denne applikasjonen.
|
@@ -121,7 +113,6 @@
|
|
121
113
|
show: Vis avanserte innstillingar
|
122
114
|
create:
|
123
115
|
error: Det oppstod et problem med å opprette en ny organisasjon.
|
124
|
-
success: Organisasjonen ble opprettet.
|
125
116
|
edit:
|
126
117
|
secondary_hosts_hint: Skriv inn hver enkelt av dem på en ny linje
|
127
118
|
file_upload_settings:
|
@@ -145,8 +136,6 @@
|
|
145
136
|
index:
|
146
137
|
title: Organisasjoner
|
147
138
|
new:
|
148
|
-
reference_prefix_hint: Referanse prefikset brukes til å identifisere ressurser på tvers av alle organisasjoner
|
149
|
-
secondary_hosts_hint: Skriv inn hver enkelt av dem på en ny linje
|
150
139
|
title: Ny organisasjon
|
151
140
|
omniauth_settings:
|
152
141
|
decidim:
|
@@ -169,8 +158,6 @@
|
|
169
158
|
smtp_settings:
|
170
159
|
fieldsets:
|
171
160
|
sender: Avsender
|
172
|
-
instructions:
|
173
|
-
from_label: 'E-postavsender vil være: "Ditt organisasjons navn <your-organization@example.org>". La stå tomt for å bruke ''E-postadresse'' som merkelapp'
|
174
161
|
placeholder:
|
175
162
|
from_email: din-organisasjon@eksempel.org
|
176
163
|
from_label: navn på organisasjonen
|
@@ -180,7 +167,6 @@
|
|
180
167
|
users_registration_mode:
|
181
168
|
disabled: Tilgang kan bare gjøres med eksterne kontoer
|
182
169
|
enabled: Tillat deltakerne å registrere og logge inn
|
183
|
-
existing: Ikke la deltakerne registrere seg, men la eksisterende deltakere logge inn
|
184
170
|
shared:
|
185
171
|
notices:
|
186
172
|
no_organization_warning_html: Du må opprette en organisasjon for å starte. Vær sikker på at du leser %{guide} før du fortsetter.
|
data/config/locales/pl.yml
CHANGED
@@ -38,15 +38,11 @@ pl:
|
|
38
38
|
confirm_destroy: Czy na pewno chcesz to usunąć?
|
39
39
|
destroy: Usuń
|
40
40
|
edit: Edytuj
|
41
|
-
new: Nowy
|
42
41
|
save: Zapisz
|
43
42
|
title: Działania
|
44
43
|
admins:
|
45
44
|
create:
|
46
45
|
error: Podczas tworzenia nowego administratora wystąpił błąd.
|
47
|
-
success: Administrator został utworzony
|
48
|
-
destroy:
|
49
|
-
success: Administrator został usunięty
|
50
46
|
edit:
|
51
47
|
title: Edytuj administratora
|
52
48
|
update: Aktualizuj
|
@@ -57,7 +53,6 @@ pl:
|
|
57
53
|
title: Nowy administrator
|
58
54
|
update:
|
59
55
|
error: Podczas aktualizowania tego administratora wystąpił błąd.
|
60
|
-
success: Administrator został zaktualizowany
|
61
56
|
default_pages:
|
62
57
|
placeholders:
|
63
58
|
content: Proszę dodać istotne treści do strony statycznej %{page} w panelu administratora.
|
@@ -72,7 +67,6 @@ pl:
|
|
72
67
|
fields:
|
73
68
|
created_at: Utworzono
|
74
69
|
email: Adres e-mail
|
75
|
-
name: Administrator
|
76
70
|
validations:
|
77
71
|
email_uniqueness: inny administrator z tym samym e-mailem już istnieje
|
78
72
|
oauth_application:
|
@@ -80,7 +74,6 @@ pl:
|
|
80
74
|
created_at: Utworzono
|
81
75
|
name: Nazwa aplikacji OAuth
|
82
76
|
organization_name: Organizacja
|
83
|
-
name: Aplikacja OAuth
|
84
77
|
organization:
|
85
78
|
actions:
|
86
79
|
save_and_invite: Utwórz organizację i zaproś administratora
|
@@ -90,7 +83,6 @@ pl:
|
|
90
83
|
name: Nazwa
|
91
84
|
omniauth_settings: Ustawienia Omniauth
|
92
85
|
smtp_settings: Ustawienia SMTP
|
93
|
-
name: Organizacja
|
94
86
|
oauth_applications:
|
95
87
|
create:
|
96
88
|
error: Wystąpił błąd podczas tworzenia tej aplikacji.
|
@@ -115,7 +107,6 @@ pl:
|
|
115
107
|
organizations:
|
116
108
|
create:
|
117
109
|
error: Podczas tworzenia nowej organizacji wystąpił błąd.
|
118
|
-
success: Organizacja została utworzona.
|
119
110
|
edit:
|
120
111
|
secondary_hosts_hint: Wpisz każdy z nich w nowej linii
|
121
112
|
file_upload_settings:
|
@@ -139,8 +130,6 @@ pl:
|
|
139
130
|
index:
|
140
131
|
title: Organizacje
|
141
132
|
new:
|
142
|
-
reference_prefix_hint: Prefiks referencyjny służy do jednoznacznego identyfikowania zasobów we wszystkich organizacjach
|
143
|
-
secondary_hosts_hint: Wpisz każdy z nich w nowej linii
|
144
133
|
title: Nowa organizacja
|
145
134
|
omniauth_settings:
|
146
135
|
decidim:
|
@@ -163,8 +152,6 @@ pl:
|
|
163
152
|
smtp_settings:
|
164
153
|
fieldsets:
|
165
154
|
sender: Nadawca
|
166
|
-
instructions:
|
167
|
-
from_label: 'Nadawcą wiadomości e-mail będzie: "twoja-nazwa-organizacji <twoja-organizacja@przyklad.org>". Pozostaw puste, aby użyć "Adres e-mail" jako etykiety'
|
168
155
|
placeholder:
|
169
156
|
from_email: twoja-organizacja@przyklad.org
|
170
157
|
from_label: twoja-nazwa-organizacji
|
@@ -174,7 +161,6 @@ pl:
|
|
174
161
|
users_registration_mode:
|
175
162
|
disabled: Dostęp można uzyskać tylko za pomocą kont zewnętrznych
|
176
163
|
enabled: Zezwalaj użytkownikom na rejestrację i logowanie
|
177
|
-
existing: Nie zezwalaj użytkownikom na rejestrację, ale zezwalaj istniejącym użytkownikom na logowanie
|
178
164
|
shared:
|
179
165
|
notices:
|
180
166
|
no_organization_warning_html: Aby rozpocząć, musisz utworzyć organizację. Przed kontynuowaniem przeczytaj %{guide}.
|
data/config/locales/pt-BR.yml
CHANGED
@@ -38,15 +38,11 @@ pt-BR:
|
|
38
38
|
confirm_destroy: Deseja mesmo excluir isso?
|
39
39
|
destroy: Excluir
|
40
40
|
edit: Editar
|
41
|
-
new: Novo
|
42
41
|
save: Salvar
|
43
42
|
title: Ações
|
44
43
|
admins:
|
45
44
|
create:
|
46
45
|
error: Ocorreu um erro ao criar um novo administrador.
|
47
|
-
success: Admin criado com sucesso
|
48
|
-
destroy:
|
49
|
-
success: Admin eliminado com sucesso
|
50
46
|
edit:
|
51
47
|
title: Edit admin
|
52
48
|
update: Atualizar
|
@@ -57,7 +53,6 @@ pt-BR:
|
|
57
53
|
title: Novo administrador
|
58
54
|
update:
|
59
55
|
error: Ocorreu um erro ao atualizar este administrador.
|
60
|
-
success: Admin atualizado com sucesso
|
61
56
|
dashboard:
|
62
57
|
show:
|
63
58
|
current_organizations: Organizações atuais
|
@@ -75,7 +70,6 @@ pt-BR:
|
|
75
70
|
fields:
|
76
71
|
created_at: Criado em
|
77
72
|
email: E-mail
|
78
|
-
name: Administrador
|
79
73
|
validations:
|
80
74
|
email_uniqueness: outro administrador com o mesmo e-mail já existe
|
81
75
|
oauth_application:
|
@@ -83,7 +77,6 @@ pt-BR:
|
|
83
77
|
created_at: Criado em
|
84
78
|
name: Nome do aplicativo OAuth
|
85
79
|
organization_name: Organização
|
86
|
-
name: Aplicação OAuth
|
87
80
|
organization:
|
88
81
|
actions:
|
89
82
|
save_and_invite: Criar organização e convidar admin
|
@@ -93,7 +86,6 @@ pt-BR:
|
|
93
86
|
name: Nome
|
94
87
|
omniauth_settings: Configurações Omniauth
|
95
88
|
smtp_settings: Configurações de SMTP
|
96
|
-
name: Organização
|
97
89
|
oauth_applications:
|
98
90
|
create:
|
99
91
|
error: Houve um erro ao criar este aplicativo.
|
@@ -121,7 +113,6 @@ pt-BR:
|
|
121
113
|
show: Exibir configurações avançadas
|
122
114
|
create:
|
123
115
|
error: Ocorreu um erro ao criar uma nova organização.
|
124
|
-
success: Organização criada com sucesso.
|
125
116
|
edit:
|
126
117
|
secondary_hosts_hint: Insira cada um deles em uma nova linha
|
127
118
|
file_upload_settings:
|
@@ -145,8 +136,6 @@ pt-BR:
|
|
145
136
|
index:
|
146
137
|
title: Organizações
|
147
138
|
new:
|
148
|
-
reference_prefix_hint: O prefixo de referência é usado para identificar exclusivamente recursos em todas as organizações
|
149
|
-
secondary_hosts_hint: Insira cada um deles em uma nova linha
|
150
139
|
title: Nova organização
|
151
140
|
omniauth_settings:
|
152
141
|
decidim:
|
@@ -169,8 +158,6 @@ pt-BR:
|
|
169
158
|
smtp_settings:
|
170
159
|
fieldsets:
|
171
160
|
sender: Remetente
|
172
|
-
instructions:
|
173
|
-
from_label: 'Remetente do e-mail será: "seu-nome da organização <your-organization@example.org>". Deixe em branco para usar o ''Endereço de e-mail'' como rótulo'
|
174
161
|
placeholder:
|
175
162
|
from_email: sua-organização@exemplo.org
|
176
163
|
from_label: nome-da-organizacao
|
@@ -180,7 +167,6 @@ pt-BR:
|
|
180
167
|
users_registration_mode:
|
181
168
|
disabled: O acesso só pode ser feito com contas externas
|
182
169
|
enabled: Permitir que os usuários se registrem e efetuem login
|
183
|
-
existing: Não permitir que os usuários se registrem, mas permitir que usuários existentes façam login
|
184
170
|
shared:
|
185
171
|
notices:
|
186
172
|
no_organization_warning_html: Você deve criar uma organização para começar. Certifique-se de ler %{guide} antes de prosseguir.
|
data/config/locales/pt.yml
CHANGED
@@ -38,15 +38,11 @@ pt:
|
|
38
38
|
confirm_destroy: Tem a certeza de que pretende eliminar isto?
|
39
39
|
destroy: Eliminar
|
40
40
|
edit: Editar
|
41
|
-
new: Novo
|
42
41
|
save: Guardar
|
43
42
|
title: Ações
|
44
43
|
admins:
|
45
44
|
create:
|
46
45
|
error: Ocorreu um problema ao criar um novo administrador.
|
47
|
-
success: Administrador criado corretamente
|
48
|
-
destroy:
|
49
|
-
success: Administrador eliminado corretamente
|
50
46
|
edit:
|
51
47
|
title: Editar administrador
|
52
48
|
update: Atualizar
|
@@ -57,7 +53,6 @@ pt:
|
|
57
53
|
title: Novo administrador
|
58
54
|
update:
|
59
55
|
error: Ocorreu um problema ao atualizar este administrador.
|
60
|
-
success: Administrador atualizado corretamente
|
61
56
|
dashboard:
|
62
57
|
show:
|
63
58
|
current_organizations: Organizações actuais
|
@@ -75,7 +70,6 @@ pt:
|
|
75
70
|
fields:
|
76
71
|
created_at: Criado em
|
77
72
|
email: E-mail
|
78
|
-
name: Administrador
|
79
73
|
validations:
|
80
74
|
email_uniqueness: já existe outro administrador com o mesmo e-mail
|
81
75
|
oauth_application:
|
@@ -83,7 +77,6 @@ pt:
|
|
83
77
|
created_at: Criado em
|
84
78
|
name: Nome do aplicativo OAuth
|
85
79
|
organization_name: Organização
|
86
|
-
name: Aplicativo OAuth
|
87
80
|
organization:
|
88
81
|
actions:
|
89
82
|
save_and_invite: Criar organização e convidar administrador
|
@@ -93,7 +86,6 @@ pt:
|
|
93
86
|
name: Nome
|
94
87
|
omniauth_settings: Configurações Omniauth
|
95
88
|
smtp_settings: Configurações SMTP
|
96
|
-
name: Organização
|
97
89
|
oauth_applications:
|
98
90
|
create:
|
99
91
|
error: Houve um problema ao criar este modelo.
|
@@ -121,7 +113,6 @@ pt:
|
|
121
113
|
show: Mostrar definições avançadas
|
122
114
|
create:
|
123
115
|
error: Ocorreu um problema ao criar uma nova organização.
|
124
|
-
success: Organização criada corretamente.
|
125
116
|
edit:
|
126
117
|
secondary_hosts_hint: Insira cada um deles em uma nova linha
|
127
118
|
file_upload_settings:
|
@@ -144,8 +135,6 @@ pt:
|
|
144
135
|
index:
|
145
136
|
title: Organizações
|
146
137
|
new:
|
147
|
-
reference_prefix_hint: O prefixo de referência é usado para identificar recursos únicos em todas as organizações
|
148
|
-
secondary_hosts_hint: Insira cada um deles em uma nova linha
|
149
138
|
title: Nova organização
|
150
139
|
omniauth_settings:
|
151
140
|
decidim:
|
@@ -168,8 +157,6 @@ pt:
|
|
168
157
|
smtp_settings:
|
169
158
|
fieldsets:
|
170
159
|
sender: Remetente
|
171
|
-
instructions:
|
172
|
-
from_label: 'O remetente do email será “nome-sua-organizacao <your-organization@example.org>”. Deixe em branco para usar ‘Endereço de e-mail’ como rótulo'
|
173
160
|
placeholder:
|
174
161
|
from_email: sua-organizacao@exemplo.org
|
175
162
|
from_label: nome-da-sua-organização
|
@@ -179,7 +166,6 @@ pt:
|
|
179
166
|
users_registration_mode:
|
180
167
|
disabled: O acesso só pode ser feito com contas externas
|
181
168
|
enabled: Permitir que os participantes se registem e iniciem sessão
|
182
|
-
existing: Não permitir que os participantes se registem, mas permitir que participantes existentes iniciem sessão
|
183
169
|
shared:
|
184
170
|
notices:
|
185
171
|
no_organization_warning_html: Você deve criar uma organização para começar. Certifique-se de ler %{guide} antes de prosseguir.
|
data/config/locales/ro-RO.yml
CHANGED
@@ -38,15 +38,14 @@ ro:
|
|
38
38
|
confirm_destroy: Sigur dorești să ştergi acest element?
|
39
39
|
destroy: Ștergere
|
40
40
|
edit: Editare
|
41
|
-
new: Nou
|
42
41
|
save: Salvează
|
43
42
|
title: Acțiuni
|
44
43
|
admins:
|
45
44
|
create:
|
46
45
|
error: A apărut o problemă la crearea unui administrator nou.
|
47
|
-
success:
|
46
|
+
success: Administratorul a fost creat.
|
48
47
|
destroy:
|
49
|
-
success:
|
48
|
+
success: Administratorul a fost șters.
|
50
49
|
edit:
|
51
50
|
title: Editare admin
|
52
51
|
update: Actualizare
|
@@ -57,7 +56,7 @@ ro:
|
|
57
56
|
title: Administrator nou
|
58
57
|
update:
|
59
58
|
error: A apărut o eroare la actualizarea administratorului.
|
60
|
-
success:
|
59
|
+
success: Administratorul a fost actualizat.
|
61
60
|
dashboard:
|
62
61
|
show:
|
63
62
|
current_organizations: Organizații curente
|
@@ -75,7 +74,6 @@ ro:
|
|
75
74
|
fields:
|
76
75
|
created_at: Creat la
|
77
76
|
email: E-mail
|
78
|
-
name: Admin
|
79
77
|
validations:
|
80
78
|
email_uniqueness: un alt administrator cu același e-mail există deja
|
81
79
|
oauth_application:
|
@@ -83,7 +81,6 @@ ro:
|
|
83
81
|
created_at: Creat la
|
84
82
|
name: Numele aplicației OAuth
|
85
83
|
organization_name: Organizație
|
86
|
-
name: Aplicație OAuth
|
87
84
|
organization:
|
88
85
|
actions:
|
89
86
|
save_and_invite: Creează grupul de lucru și invită un administrator
|
@@ -93,7 +90,6 @@ ro:
|
|
93
90
|
name: Nume
|
94
91
|
omniauth_settings: Setări Omniauth
|
95
92
|
smtp_settings: Setări SMTP
|
96
|
-
name: Organizație
|
97
93
|
oauth_applications:
|
98
94
|
create:
|
99
95
|
error: A apărut o eroare la crearea acestei aplicații.
|
@@ -121,7 +117,6 @@ ro:
|
|
121
117
|
show: Arată setările avansate
|
122
118
|
create:
|
123
119
|
error: A apărut o problemă la crearea unei noi organizații.
|
124
|
-
success: Organizație creată cu succes.
|
125
120
|
edit:
|
126
121
|
secondary_hosts_hint: Introduceți fiecare dintre ele într-o linie nouă
|
127
122
|
file_upload_settings:
|
@@ -145,8 +140,6 @@ ro:
|
|
145
140
|
index:
|
146
141
|
title: Organizații
|
147
142
|
new:
|
148
|
-
reference_prefix_hint: Prefixul de referință este utilizat pentru a identifica în mod unic resursele din toate organizațiile
|
149
|
-
secondary_hosts_hint: Introduceți fiecare dintre ele într-o linie nouă
|
150
143
|
title: Organizație nouă
|
151
144
|
omniauth_settings:
|
152
145
|
decidim:
|
@@ -169,8 +162,6 @@ ro:
|
|
169
162
|
smtp_settings:
|
170
163
|
fieldsets:
|
171
164
|
sender: Expeditor
|
172
|
-
instructions:
|
173
|
-
from_label: 'Expeditorul de e-mail va fi: "organizația-nume <your-organization@example.org>". Lăsați necompletat pentru a utiliza ''Adresa de e-mail'' ca etichetă'
|
174
165
|
placeholder:
|
175
166
|
from_email: organizație@exemplu.org
|
176
167
|
from_label: numele tău de organizatorie
|
@@ -180,7 +171,6 @@ ro:
|
|
180
171
|
users_registration_mode:
|
181
172
|
disabled: Accesul se poate face doar cu conturi externe
|
182
173
|
enabled: Permite participanților să se înregistreze și să se autentifice
|
183
|
-
existing: Nu permiteţi participanţilor să se înregistreze, dar permiteţi participanţilor existenţi să se autentifice
|
184
174
|
shared:
|
185
175
|
notices:
|
186
176
|
no_organization_warning_html: Trebuie să creezi o organizație pentru a începe. Asigură-te că ai citit %{guide} înainte de a continua.
|
data/config/locales/ru.yml
CHANGED
@@ -6,15 +6,11 @@ ru:
|
|
6
6
|
confirm_destroy: Вы действительно хотите удалить это?
|
7
7
|
destroy: Удалить
|
8
8
|
edit: Редактировать
|
9
|
-
new: Добавить
|
10
9
|
save: Сохранить
|
11
10
|
title: Действия
|
12
11
|
admins:
|
13
12
|
create:
|
14
13
|
error: При попытке создать нового администратора произошла ошибка.
|
15
|
-
success: Администратор успешно добавлен
|
16
|
-
destroy:
|
17
|
-
success: Администратор успешно удален
|
18
14
|
edit:
|
19
15
|
title: Редактировать администратора
|
20
16
|
update: Обновить
|
@@ -25,7 +21,6 @@ ru:
|
|
25
21
|
title: Добавить администратора
|
26
22
|
update:
|
27
23
|
error: При попытке обновить этого администратора произошла ошибка.
|
28
|
-
success: Администратор успешно обновлен
|
29
24
|
default_pages:
|
30
25
|
placeholders:
|
31
26
|
content: Пожалуйста, добавьте осмысленное содержание на статическую страницу %{page} через панель администратора.
|
@@ -39,7 +34,6 @@ ru:
|
|
39
34
|
fields:
|
40
35
|
created_at: 'Добавлено:'
|
41
36
|
email: Эл. адрес
|
42
|
-
name: Администратор
|
43
37
|
validations:
|
44
38
|
email_uniqueness: уже есть другой администратор с тем же эл-адресом
|
45
39
|
organization:
|
@@ -49,18 +43,14 @@ ru:
|
|
49
43
|
created_at: 'Добавлено:'
|
50
44
|
name: Имя
|
51
45
|
smtp_settings: Настройки SMTP
|
52
|
-
name: Организация
|
53
46
|
organizations:
|
54
47
|
create:
|
55
48
|
error: При попытке добавить новую организацию произошла ошибка.
|
56
|
-
success: Организация успешно добавлена.
|
57
49
|
edit:
|
58
50
|
secondary_hosts_hint: Введите каждый из них в новой строке
|
59
51
|
index:
|
60
52
|
title: Организации
|
61
53
|
new:
|
62
|
-
reference_prefix_hint: Справочный префикс используется для однозначной идентификации ресурсов во всех организациях
|
63
|
-
secondary_hosts_hint: Введите каждый из них в новой строке
|
64
54
|
title: Добавить организацию
|
65
55
|
update:
|
66
56
|
error: При попытке обновить эту организацию произошла ошибка.
|
@@ -68,7 +58,6 @@ ru:
|
|
68
58
|
users_registration_mode:
|
69
59
|
disabled: Доступ может быть предоставлен только с внешними аккаунтами
|
70
60
|
enabled: Разрешить участникам регистрироваться и входить
|
71
|
-
existing: Не позволять регистрировать участников, но дать существующим участникам возможность входить
|
72
61
|
shared:
|
73
62
|
notices:
|
74
63
|
no_organization_warning_html: Для начала определите организацию. Обязательно почитайте %{guide}, прежде чем продолжать дальше.
|
data/config/locales/sk.yml
CHANGED
@@ -6,15 +6,11 @@ sk:
|
|
6
6
|
confirm_destroy: Naozaj chcete odstrániť?
|
7
7
|
destroy: Odstrániť
|
8
8
|
edit: Upraviť
|
9
|
-
new: Nový
|
10
9
|
save: Uložit
|
11
10
|
title: Akcie
|
12
11
|
admins:
|
13
12
|
create:
|
14
13
|
error: Pri tvorbe nového správcu nastala chyba.
|
15
|
-
success: Správca úspešne vytvorený
|
16
|
-
destroy:
|
17
|
-
success: Správca úspešne vymazaný
|
18
14
|
edit:
|
19
15
|
title: Upraviť správcu
|
20
16
|
update: Aktualizovať
|
@@ -25,7 +21,6 @@ sk:
|
|
25
21
|
title: Nový správca
|
26
22
|
update:
|
27
23
|
error: Pri aktualizácii správcu nastala chyba.
|
28
|
-
success: Správca úspešne aktualizovaný
|
29
24
|
default_pages:
|
30
25
|
placeholders:
|
31
26
|
content: Prosíme pridajte zmysluplný obsah na statickú stránku %{page} na paneli správcu.
|
@@ -39,7 +34,6 @@ sk:
|
|
39
34
|
fields:
|
40
35
|
created_at: Vytvorené
|
41
36
|
email: E-mail
|
42
|
-
name: Admin
|
43
37
|
validations:
|
44
38
|
email_uniqueness: správca s touto e-mailovou adresou už existuje
|
45
39
|
organization:
|
@@ -50,18 +44,14 @@ sk:
|
|
50
44
|
name: Meno
|
51
45
|
omniauth_settings: Nastavenia Omniauth
|
52
46
|
smtp_settings: Nastavenie SMTP
|
53
|
-
name: Organizácia
|
54
47
|
organizations:
|
55
48
|
create:
|
56
49
|
error: Pri vytváraní novej organizácie došlo k chybe.
|
57
|
-
success: Organizácia úspešne vytvorená.
|
58
50
|
edit:
|
59
51
|
secondary_hosts_hint: Zadajte každý host na nový riadok
|
60
52
|
index:
|
61
53
|
title: Organizácie
|
62
54
|
new:
|
63
|
-
reference_prefix_hint: Referenčná predpona je použitá pre unikátne identifikovanie zdrojov naprieč všetkými organizáciami
|
64
|
-
secondary_hosts_hint: Zadajte každý host na nový riadok
|
65
55
|
title: Nová organizácia
|
66
56
|
omniauth_settings:
|
67
57
|
decidim:
|
@@ -87,7 +77,6 @@ sk:
|
|
87
77
|
users_registration_mode:
|
88
78
|
disabled: Môžete pristupovať iba pomocou externého účtu
|
89
79
|
enabled: Umožniť účastníkom registráciu a prihlásenie sa
|
90
|
-
existing: Neumožniť účastníkom registráciu, ale umožniť prihlásenie sa existujúcim účastníkom
|
91
80
|
shared:
|
92
81
|
notices:
|
93
82
|
no_organization_warning_html: Musíte vytvoriť organizáciu, aby ste mohli začať. Prečítajte si %{guide}, než začnete.
|
data/config/locales/sl.yml
CHANGED
@@ -6,15 +6,11 @@ sl:
|
|
6
6
|
confirm_destroy: Ali ste prepričani, da želite izbrisati to?
|
7
7
|
destroy: Izbriši
|
8
8
|
edit: Uredi
|
9
|
-
new: Nov
|
10
9
|
save: Shrani
|
11
10
|
title: Dejanja
|
12
11
|
admins:
|
13
12
|
create:
|
14
13
|
error: Pojavila se je težava pri kreiranju skrbnika.
|
15
|
-
success: Skrbnik uspešno kreiran
|
16
|
-
destroy:
|
17
|
-
success: Skrbnik uspešno izbrisan
|
18
14
|
edit:
|
19
15
|
title: Uredi skrbnika
|
20
16
|
update: Posodobi
|
@@ -25,7 +21,6 @@ sl:
|
|
25
21
|
title: Nov skrbnik
|
26
22
|
update:
|
27
23
|
error: Pojavila se je težava pri urejanju skrbnika.
|
28
|
-
success: Skrbnik uspešno posodobljen
|
29
24
|
menu:
|
30
25
|
admins: Skrbniki
|
31
26
|
dashboard: Nadzorna plošča
|
@@ -35,7 +30,6 @@ sl:
|
|
35
30
|
fields:
|
36
31
|
created_at: Ustvarjen ob
|
37
32
|
email: Email
|
38
|
-
name: Skrbnik
|
39
33
|
organization:
|
40
34
|
actions:
|
41
35
|
save_and_invite: Ustvari organizacijo in povabi skrbnika
|
@@ -43,10 +37,8 @@ sl:
|
|
43
37
|
created_at: Ustvarjen ob
|
44
38
|
name: Ime
|
45
39
|
smtp_settings: SMTP nastavitve
|
46
|
-
name: Organizacija
|
47
40
|
organizations:
|
48
41
|
create:
|
49
42
|
error: Pojavila se je težava pri kreiranju organizacije.
|
50
|
-
success: Organizacija uspešno kreirana.
|
51
43
|
index:
|
52
44
|
title: Organizacije
|
@@ -0,0 +1 @@
|
|
1
|
+
sq:
|
data/config/locales/sv.yml
CHANGED
@@ -38,15 +38,11 @@ sv:
|
|
38
38
|
confirm_destroy: Vill du radera detta?
|
39
39
|
destroy: Radera
|
40
40
|
edit: Redigera
|
41
|
-
new: Ny
|
42
41
|
save: Spara
|
43
42
|
title: Åtgärder
|
44
43
|
admins:
|
45
44
|
create:
|
46
45
|
error: Det gick inte att skapa en ny administratör.
|
47
|
-
success: Administratören har skapats
|
48
|
-
destroy:
|
49
|
-
success: Administratören har raderats
|
50
46
|
edit:
|
51
47
|
title: Redigera administratören
|
52
48
|
update: Uppdatera
|
@@ -57,7 +53,6 @@ sv:
|
|
57
53
|
title: Ny administratör
|
58
54
|
update:
|
59
55
|
error: Det gick inte att uppdatera administratören.
|
60
|
-
success: Administratören har uppdaterats
|
61
56
|
dashboard:
|
62
57
|
show:
|
63
58
|
current_organizations: Nuvarande organisationer
|
@@ -75,7 +70,6 @@ sv:
|
|
75
70
|
fields:
|
76
71
|
created_at: Skapad
|
77
72
|
email: E-post
|
78
|
-
name: Administratör
|
79
73
|
validations:
|
80
74
|
email_uniqueness: det finns redan en administratör med samma e-postadress
|
81
75
|
oauth_application:
|
@@ -83,7 +77,6 @@ sv:
|
|
83
77
|
created_at: Skapad den
|
84
78
|
name: OAuth app namn
|
85
79
|
organization_name: Organisation
|
86
|
-
name: OAuth app
|
87
80
|
organization:
|
88
81
|
actions:
|
89
82
|
save_and_invite: Skapa organisation och bjud in administratör
|
@@ -93,7 +86,6 @@ sv:
|
|
93
86
|
name: Namn
|
94
87
|
omniauth_settings: Omniauth-inställningar
|
95
88
|
smtp_settings: SMTP-inställningar
|
96
|
-
name: Organisation
|
97
89
|
oauth_applications:
|
98
90
|
create:
|
99
91
|
error: Det gick inte att skapa appen.
|
@@ -121,7 +113,6 @@ sv:
|
|
121
113
|
show: Visa avancerade inställningar
|
122
114
|
create:
|
123
115
|
error: Det gick inte att skapa en ny organisation.
|
124
|
-
success: Organisationen har skapats.
|
125
116
|
edit:
|
126
117
|
secondary_hosts_hint: Ange var och en av dem på en ny rad
|
127
118
|
file_upload_settings:
|
@@ -134,8 +125,6 @@ sv:
|
|
134
125
|
index:
|
135
126
|
title: Organisationer
|
136
127
|
new:
|
137
|
-
reference_prefix_hint: Referensprefixet används för att unikt identifiera resurser i alla organisationer
|
138
|
-
secondary_hosts_hint: Ange var och en av dem på en ny rad
|
139
128
|
title: Ny organisation
|
140
129
|
omniauth_settings:
|
141
130
|
decidim:
|
@@ -158,8 +147,6 @@ sv:
|
|
158
147
|
smtp_settings:
|
159
148
|
fieldsets:
|
160
149
|
sender: Avsändare
|
161
|
-
instructions:
|
162
|
-
from_label: 'E-postavsändare är: "your-organization-name <your-organization@your-provider.org>". Om du lämnar tomt kommer e-postadressen användas'
|
163
150
|
placeholder:
|
164
151
|
from_email: your-organization@example.org
|
165
152
|
from_label: din-organisation-namn
|
@@ -169,7 +156,6 @@ sv:
|
|
169
156
|
users_registration_mode:
|
170
157
|
disabled: Åtkomst kan endast göras med externa konton
|
171
158
|
enabled: Tillåt deltagare att registrera och logga in
|
172
|
-
existing: Tillåt inte deltagare att registrera sig, men tillåt inloggning från befintliga användare
|
173
159
|
shared:
|
174
160
|
notices:
|
175
161
|
no_organization_warning_html: Kom igång genom att skapa en organisation. Läs %{guide} innan du fortsätter.
|
@@ -0,0 +1 @@
|
|
1
|
+
th:
|