decidim-system 0.27.6 → 0.28.0.rc4
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 +1 -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 +1 -1
- 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 +3 -3
- data/app/views/decidim/system/admins/index.html.erb +3 -31
- data/app/views/decidim/system/admins/new.html.erb +3 -3
- data/app/views/decidim/system/dashboard/show.html.erb +13 -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 +5 -8
- 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/oauth_applications/_form.html.erb +5 -20
- data/app/views/decidim/system/oauth_applications/edit.html.erb +9 -11
- data/app/views/decidim/system/oauth_applications/index.html.erb +6 -8
- data/app/views/decidim/system/oauth_applications/new.html.erb +9 -11
- data/app/views/decidim/system/oauth_applications/show.html.erb +20 -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 +29 -26
- data/app/views/decidim/system/organizations/index.html.erb +3 -4
- data/app/views/decidim/system/organizations/new.html.erb +29 -42
- 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 +24 -28
- data/app/views/layouts/decidim/system/login.html.erb +10 -9
- data/config/locales/ar.yml +0 -14
- data/config/locales/bg.yml +0 -203
- data/config/locales/ca.yml +69 -13
- data/config/locales/cs.yml +70 -13
- data/config/locales/de.yml +62 -13
- data/config/locales/el.yml +7 -12
- data/config/locales/en.yml +70 -13
- data/config/locales/eo.yml +0 -7
- data/config/locales/es-MX.yml +70 -13
- data/config/locales/es-PY.yml +70 -13
- data/config/locales/es.yml +70 -13
- data/config/locales/eu.yml +69 -12
- data/config/locales/fa-IR.yml +0 -5
- data/config/locales/fi-plain.yml +69 -13
- data/config/locales/fi.yml +71 -15
- data/config/locales/fr-CA.yml +44 -19
- data/config/locales/fr.yml +54 -13
- data/config/locales/ga-IE.yml +0 -4
- data/config/locales/gl.yml +0 -14
- data/config/locales/hu.yml +0 -38
- data/config/locales/id-ID.yml +0 -10
- data/config/locales/is-IS.yml +0 -10
- data/config/locales/it.yml +0 -14
- data/config/locales/ja.yml +43 -19
- data/config/locales/lb.yml +0 -5
- data/config/locales/lt.yml +17 -12
- data/config/locales/lv.yml +0 -27
- data/config/locales/nl.yml +0 -22
- data/config/locales/no.yml +0 -14
- data/config/locales/pl.yml +0 -14
- data/config/locales/pt-BR.yml +0 -40
- data/config/locales/pt.yml +0 -14
- data/config/locales/ro-RO.yml +3 -21
- data/config/locales/ru.yml +0 -27
- data/config/locales/sk.yml +0 -27
- data/config/locales/sl.yml +0 -26
- data/config/locales/sr-CS.yml +0 -17
- data/config/locales/sv.yml +0 -14
- data/config/locales/tr-TR.yml +3 -14
- data/config/locales/uk.yml +0 -21
- data/config/locales/zh-CN.yml +0 -12
- data/config/locales/zh-TW.yml +6 -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 +24 -31
- data/app/packs/entrypoints/decidim_system.scss +0 -1
- data/app/packs/images/decidim/system/.keep +0 -0
- 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/he-IL.yml +0 -1
- data/decidim-system.gemspec +0 -35
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
|
@@ -55,11 +51,8 @@ pl:
|
|
55
51
|
new:
|
56
52
|
create: Utwórz
|
57
53
|
title: Nowy administrator
|
58
|
-
show:
|
59
|
-
edit: Edytuj
|
60
54
|
update:
|
61
55
|
error: Podczas aktualizowania tego administratora wystąpił błąd.
|
62
|
-
success: Administrator został zaktualizowany
|
63
56
|
default_pages:
|
64
57
|
placeholders:
|
65
58
|
content: Proszę dodać istotne treści do strony statycznej %{page} w panelu administratora.
|
@@ -74,7 +67,6 @@ pl:
|
|
74
67
|
fields:
|
75
68
|
created_at: Utworzono
|
76
69
|
email: Adres e-mail
|
77
|
-
name: Administrator
|
78
70
|
validations:
|
79
71
|
email_uniqueness: inny administrator z tym samym e-mailem już istnieje
|
80
72
|
oauth_application:
|
@@ -82,7 +74,6 @@ pl:
|
|
82
74
|
created_at: Utworzono
|
83
75
|
name: Nazwa aplikacji OAuth
|
84
76
|
organization_name: Organizacja
|
85
|
-
name: Aplikacja OAuth
|
86
77
|
organization:
|
87
78
|
actions:
|
88
79
|
save_and_invite: Utwórz organizację i zaproś administratora
|
@@ -92,7 +83,6 @@ pl:
|
|
92
83
|
name: Nazwa
|
93
84
|
omniauth_settings: Ustawienia Omniauth
|
94
85
|
smtp_settings: Ustawienia SMTP
|
95
|
-
name: Organizacja
|
96
86
|
oauth_applications:
|
97
87
|
create:
|
98
88
|
error: Wystąpił błąd podczas tworzenia tej aplikacji.
|
@@ -117,7 +107,6 @@ pl:
|
|
117
107
|
organizations:
|
118
108
|
create:
|
119
109
|
error: Podczas tworzenia nowej organizacji wystąpił błąd.
|
120
|
-
success: Organizacja została utworzona.
|
121
110
|
edit:
|
122
111
|
secondary_hosts_hint: Wpisz każdy z nich w nowej linii
|
123
112
|
file_upload_settings:
|
@@ -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
|
@@ -55,12 +51,8 @@ pt-BR:
|
|
55
51
|
new:
|
56
52
|
create: Criar
|
57
53
|
title: Novo administrador
|
58
|
-
show:
|
59
|
-
destroy: Destruir
|
60
|
-
edit: Editar
|
61
54
|
update:
|
62
55
|
error: Ocorreu um erro ao atualizar este administrador.
|
63
|
-
success: Admin atualizado com sucesso
|
64
56
|
dashboard:
|
65
57
|
show:
|
66
58
|
current_organizations: Organizações atuais
|
@@ -68,21 +60,6 @@ pt-BR:
|
|
68
60
|
placeholders:
|
69
61
|
content: Adicione conteúdo significativo à página estática %{page} no painel do administrador.
|
70
62
|
title: Título padrão para %{page}
|
71
|
-
devise:
|
72
|
-
passwords:
|
73
|
-
edit:
|
74
|
-
change_your_password: Mude sua senha
|
75
|
-
minimum_characters: "(%{minimum} caracteres no mínimo)"
|
76
|
-
new:
|
77
|
-
forgot_your_password: Esqueceu sua senha
|
78
|
-
send_me_reset_password_instructions: Envie-me as instruções de redefinição de senha
|
79
|
-
shared:
|
80
|
-
links:
|
81
|
-
did_not_receive_confirmation_instructions?: Não recebeu instruções de confirmação?
|
82
|
-
did_not_receive_unlock_instructions?: Não recebeu instruções de desbloqueio?
|
83
|
-
forgot_your_password?: Esqueceu sua senha?
|
84
|
-
log_in: Iniciar sessão
|
85
|
-
sign_up: Cadastrar-se
|
86
63
|
menu:
|
87
64
|
admins: Administradores
|
88
65
|
dashboard: painel de controle
|
@@ -93,7 +70,6 @@ pt-BR:
|
|
93
70
|
fields:
|
94
71
|
created_at: Criado em
|
95
72
|
email: E-mail
|
96
|
-
name: Administrador
|
97
73
|
validations:
|
98
74
|
email_uniqueness: outro administrador com o mesmo e-mail já existe
|
99
75
|
oauth_application:
|
@@ -101,7 +77,6 @@ pt-BR:
|
|
101
77
|
created_at: Criado em
|
102
78
|
name: Nome do aplicativo OAuth
|
103
79
|
organization_name: Organização
|
104
|
-
name: Aplicação OAuth
|
105
80
|
organization:
|
106
81
|
actions:
|
107
82
|
save_and_invite: Criar organização e convidar admin
|
@@ -111,7 +86,6 @@ pt-BR:
|
|
111
86
|
name: Nome
|
112
87
|
omniauth_settings: Configurações Omniauth
|
113
88
|
smtp_settings: Configurações de SMTP
|
114
|
-
name: Organização
|
115
89
|
oauth_applications:
|
116
90
|
create:
|
117
91
|
error: Houve um erro ao criar este aplicativo.
|
@@ -139,7 +113,6 @@ pt-BR:
|
|
139
113
|
show: Exibir configurações avançadas
|
140
114
|
create:
|
141
115
|
error: Ocorreu um erro ao criar uma nova organização.
|
142
|
-
success: Organização criada com sucesso.
|
143
116
|
edit:
|
144
117
|
secondary_hosts_hint: Insira cada um deles em uma nova linha
|
145
118
|
file_upload_settings:
|
@@ -163,11 +136,6 @@ pt-BR:
|
|
163
136
|
index:
|
164
137
|
title: Organizações
|
165
138
|
new:
|
166
|
-
default: Padrão?
|
167
|
-
enabled: Habilitado
|
168
|
-
locale: Local
|
169
|
-
reference_prefix_hint: O prefixo de referência é usado para identificar exclusivamente recursos em todas as organizações.
|
170
|
-
secondary_hosts_hint: Insira cada um deles em uma nova linha.
|
171
139
|
title: Nova organização
|
172
140
|
omniauth_settings:
|
173
141
|
decidim:
|
@@ -190,8 +158,6 @@ pt-BR:
|
|
190
158
|
smtp_settings:
|
191
159
|
fieldsets:
|
192
160
|
sender: Remetente
|
193
|
-
instructions:
|
194
|
-
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'
|
195
161
|
placeholder:
|
196
162
|
from_email: sua-organização@exemplo.org
|
197
163
|
from_label: nome-da-organizacao
|
@@ -201,15 +167,9 @@ pt-BR:
|
|
201
167
|
users_registration_mode:
|
202
168
|
disabled: O acesso só pode ser feito com contas externas
|
203
169
|
enabled: Permitir que os usuários se registrem e efetuem login
|
204
|
-
existing: Não permitir que os usuários se registrem, mas permitir que usuários existentes façam login
|
205
170
|
shared:
|
206
171
|
notices:
|
207
172
|
no_organization_warning_html: Você deve criar uma organização para começar. Certifique-se de ler %{guide} antes de prosseguir.
|
208
173
|
our_getting_started_guide: nosso guia inicial
|
209
174
|
titles:
|
210
175
|
dashboard: painel de controle
|
211
|
-
layouts:
|
212
|
-
decidim:
|
213
|
-
system:
|
214
|
-
login_items:
|
215
|
-
logout: Sair
|
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
|
@@ -55,11 +51,8 @@ pt:
|
|
55
51
|
new:
|
56
52
|
create: Criar
|
57
53
|
title: Novo administrador
|
58
|
-
show:
|
59
|
-
edit: Editar
|
60
54
|
update:
|
61
55
|
error: Ocorreu um problema ao atualizar este administrador.
|
62
|
-
success: Administrador atualizado corretamente
|
63
56
|
dashboard:
|
64
57
|
show:
|
65
58
|
current_organizations: Organizações actuais
|
@@ -77,7 +70,6 @@ pt:
|
|
77
70
|
fields:
|
78
71
|
created_at: Criado em
|
79
72
|
email: E-mail
|
80
|
-
name: Administrador
|
81
73
|
validations:
|
82
74
|
email_uniqueness: já existe outro administrador com o mesmo e-mail
|
83
75
|
oauth_application:
|
@@ -85,7 +77,6 @@ pt:
|
|
85
77
|
created_at: Criado em
|
86
78
|
name: Nome do aplicativo OAuth
|
87
79
|
organization_name: Organização
|
88
|
-
name: Aplicativo OAuth
|
89
80
|
organization:
|
90
81
|
actions:
|
91
82
|
save_and_invite: Criar organização e convidar administrador
|
@@ -95,7 +86,6 @@ pt:
|
|
95
86
|
name: Nome
|
96
87
|
omniauth_settings: Configurações Omniauth
|
97
88
|
smtp_settings: Configurações SMTP
|
98
|
-
name: Organização
|
99
89
|
oauth_applications:
|
100
90
|
create:
|
101
91
|
error: Houve um problema ao criar este modelo.
|
@@ -123,7 +113,6 @@ pt:
|
|
123
113
|
show: Mostrar definições avançadas
|
124
114
|
create:
|
125
115
|
error: Ocorreu um problema ao criar uma nova organização.
|
126
|
-
success: Organização criada corretamente.
|
127
116
|
edit:
|
128
117
|
secondary_hosts_hint: Insira cada um deles em uma nova linha
|
129
118
|
file_upload_settings:
|
@@ -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
|
@@ -55,11 +54,9 @@ ro:
|
|
55
54
|
new:
|
56
55
|
create: Creează
|
57
56
|
title: Administrator nou
|
58
|
-
show:
|
59
|
-
edit: Editare
|
60
57
|
update:
|
61
58
|
error: A apărut o eroare la actualizarea administratorului.
|
62
|
-
success:
|
59
|
+
success: Administratorul a fost actualizat.
|
63
60
|
dashboard:
|
64
61
|
show:
|
65
62
|
current_organizations: Organizații curente
|
@@ -67,14 +64,6 @@ ro:
|
|
67
64
|
placeholders:
|
68
65
|
content: Vă rugăm să adăugaţi conţinut semnificativ paginii statice %{page} de pe tabloul de bord al administratorului.
|
69
66
|
title: Titlul implicit pentru %{page}
|
70
|
-
devise:
|
71
|
-
passwords:
|
72
|
-
edit:
|
73
|
-
change_your_password: Schimbați parola
|
74
|
-
minimum_characters: "(%{minimum} caractere minim)"
|
75
|
-
new:
|
76
|
-
forgot_your_password: Ați uitat parola
|
77
|
-
send_me_reset_password_instructions: Trimiteți-mi Instrucțiuni de resetare a parolei
|
78
67
|
menu:
|
79
68
|
admins: Administratori
|
80
69
|
dashboard: Panou
|
@@ -85,7 +74,6 @@ ro:
|
|
85
74
|
fields:
|
86
75
|
created_at: Creat la
|
87
76
|
email: E-mail
|
88
|
-
name: Admin
|
89
77
|
validations:
|
90
78
|
email_uniqueness: un alt administrator cu același e-mail există deja
|
91
79
|
oauth_application:
|
@@ -93,7 +81,6 @@ ro:
|
|
93
81
|
created_at: Creat la
|
94
82
|
name: Numele aplicației OAuth
|
95
83
|
organization_name: Organizație
|
96
|
-
name: Aplicație OAuth
|
97
84
|
organization:
|
98
85
|
actions:
|
99
86
|
save_and_invite: Creează grupul de lucru și invită un administrator
|
@@ -103,7 +90,6 @@ ro:
|
|
103
90
|
name: Nume
|
104
91
|
omniauth_settings: Setări Omniauth
|
105
92
|
smtp_settings: Setări SMTP
|
106
|
-
name: Organizație
|
107
93
|
oauth_applications:
|
108
94
|
create:
|
109
95
|
error: A apărut o eroare la crearea acestei aplicații.
|
@@ -131,7 +117,6 @@ ro:
|
|
131
117
|
show: Arată setările avansate
|
132
118
|
create:
|
133
119
|
error: A apărut o problemă la crearea unei noi organizații.
|
134
|
-
success: Organizație creată cu succes.
|
135
120
|
edit:
|
136
121
|
secondary_hosts_hint: Introduceți fiecare dintre ele într-o linie nouă
|
137
122
|
file_upload_settings:
|
@@ -177,8 +162,6 @@ ro:
|
|
177
162
|
smtp_settings:
|
178
163
|
fieldsets:
|
179
164
|
sender: Expeditor
|
180
|
-
instructions:
|
181
|
-
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ă'
|
182
165
|
placeholder:
|
183
166
|
from_email: organizație@exemplu.org
|
184
167
|
from_label: numele tău de organizatorie
|
@@ -188,7 +171,6 @@ ro:
|
|
188
171
|
users_registration_mode:
|
189
172
|
disabled: Accesul se poate face doar cu conturi externe
|
190
173
|
enabled: Permite participanților să se înregistreze și să se autentifice
|
191
|
-
existing: Nu permiteţi participanţilor să se înregistreze, dar permiteţi participanţilor existenţi să se autentifice
|
192
174
|
shared:
|
193
175
|
notices:
|
194
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
@@ -1,37 +1,16 @@
|
|
1
1
|
---
|
2
2
|
ru:
|
3
|
-
activemodel:
|
4
|
-
attributes:
|
5
|
-
oauth_application:
|
6
|
-
organization_logo: Логотип организации (квадрат)
|
7
|
-
organization_url: Веб-адрес организации
|
8
|
-
redirect_uri: URI перенаправления
|
9
|
-
organization:
|
10
|
-
address: Имя хоста SMTP
|
11
|
-
password: Пароль
|
12
|
-
port: Порт
|
13
|
-
user_name: Имя пользователя
|
14
|
-
errors:
|
15
|
-
models:
|
16
|
-
oauth_application:
|
17
|
-
attributes:
|
18
|
-
redirect_uri:
|
19
|
-
must_be_ssl: URI перенаправления должен быть SSL URI
|
20
3
|
decidim:
|
21
4
|
system:
|
22
5
|
actions:
|
23
6
|
confirm_destroy: Вы действительно хотите удалить это?
|
24
7
|
destroy: Удалить
|
25
8
|
edit: Редактировать
|
26
|
-
new: Добавить
|
27
9
|
save: Сохранить
|
28
10
|
title: Действия
|
29
11
|
admins:
|
30
12
|
create:
|
31
13
|
error: При попытке создать нового администратора произошла ошибка.
|
32
|
-
success: Администратор успешно добавлен
|
33
|
-
destroy:
|
34
|
-
success: Администратор успешно удален
|
35
14
|
edit:
|
36
15
|
title: Редактировать администратора
|
37
16
|
update: Обновить
|
@@ -40,11 +19,8 @@ ru:
|
|
40
19
|
new:
|
41
20
|
create: Добавить
|
42
21
|
title: Добавить администратора
|
43
|
-
show:
|
44
|
-
edit: Редактировать
|
45
22
|
update:
|
46
23
|
error: При попытке обновить этого администратора произошла ошибка.
|
47
|
-
success: Администратор успешно обновлен
|
48
24
|
default_pages:
|
49
25
|
placeholders:
|
50
26
|
content: Пожалуйста, добавьте осмысленное содержание на статическую страницу %{page} через панель администратора.
|
@@ -58,7 +34,6 @@ ru:
|
|
58
34
|
fields:
|
59
35
|
created_at: 'Добавлено:'
|
60
36
|
email: Эл. адрес
|
61
|
-
name: Администратор
|
62
37
|
validations:
|
63
38
|
email_uniqueness: уже есть другой администратор с тем же эл-адресом
|
64
39
|
organization:
|
@@ -71,7 +46,6 @@ ru:
|
|
71
46
|
organizations:
|
72
47
|
create:
|
73
48
|
error: При попытке добавить новую организацию произошла ошибка.
|
74
|
-
success: Организация успешно добавлена.
|
75
49
|
edit:
|
76
50
|
secondary_hosts_hint: Введите каждый из них в новой строке
|
77
51
|
index:
|
@@ -84,7 +58,6 @@ ru:
|
|
84
58
|
users_registration_mode:
|
85
59
|
disabled: Доступ может быть предоставлен только с внешними аккаунтами
|
86
60
|
enabled: Разрешить участникам регистрироваться и входить
|
87
|
-
existing: Не позволять регистрировать участников, но дать существующим участникам возможность входить
|
88
61
|
shared:
|
89
62
|
notices:
|
90
63
|
no_organization_warning_html: Для начала определите организацию. Обязательно почитайте %{guide}, прежде чем продолжать дальше.
|
data/config/locales/sk.yml
CHANGED
@@ -1,37 +1,16 @@
|
|
1
1
|
---
|
2
2
|
sk:
|
3
|
-
activemodel:
|
4
|
-
attributes:
|
5
|
-
oauth_application:
|
6
|
-
organization_logo: Logo organizácie (štvorec)
|
7
|
-
organization_url: Odkaz na stránku organizácie
|
8
|
-
redirect_uri: Presmerovať URI
|
9
|
-
organization:
|
10
|
-
address: SMTP hostname
|
11
|
-
password: Heslo
|
12
|
-
port: Port
|
13
|
-
user_name: Používateľské meno
|
14
|
-
errors:
|
15
|
-
models:
|
16
|
-
oauth_application:
|
17
|
-
attributes:
|
18
|
-
redirect_uri:
|
19
|
-
must_be_ssl: Presmerovacie URI musí byť SSL URI
|
20
3
|
decidim:
|
21
4
|
system:
|
22
5
|
actions:
|
23
6
|
confirm_destroy: Naozaj chcete odstrániť?
|
24
7
|
destroy: Odstrániť
|
25
8
|
edit: Upraviť
|
26
|
-
new: Nový
|
27
9
|
save: Uložit
|
28
10
|
title: Akcie
|
29
11
|
admins:
|
30
12
|
create:
|
31
13
|
error: Pri tvorbe nového správcu nastala chyba.
|
32
|
-
success: Správca úspešne vytvorený
|
33
|
-
destroy:
|
34
|
-
success: Správca úspešne vymazaný
|
35
14
|
edit:
|
36
15
|
title: Upraviť správcu
|
37
16
|
update: Aktualizovať
|
@@ -40,11 +19,8 @@ sk:
|
|
40
19
|
new:
|
41
20
|
create: Vytvoriť
|
42
21
|
title: Nový správca
|
43
|
-
show:
|
44
|
-
edit: Upraviť
|
45
22
|
update:
|
46
23
|
error: Pri aktualizácii správcu nastala chyba.
|
47
|
-
success: Správca úspešne aktualizovaný
|
48
24
|
default_pages:
|
49
25
|
placeholders:
|
50
26
|
content: Prosíme pridajte zmysluplný obsah na statickú stránku %{page} na paneli správcu.
|
@@ -58,7 +34,6 @@ sk:
|
|
58
34
|
fields:
|
59
35
|
created_at: Vytvorené
|
60
36
|
email: E-mail
|
61
|
-
name: Admin
|
62
37
|
validations:
|
63
38
|
email_uniqueness: správca s touto e-mailovou adresou už existuje
|
64
39
|
organization:
|
@@ -72,7 +47,6 @@ sk:
|
|
72
47
|
organizations:
|
73
48
|
create:
|
74
49
|
error: Pri vytváraní novej organizácie došlo k chybe.
|
75
|
-
success: Organizácia úspešne vytvorená.
|
76
50
|
edit:
|
77
51
|
secondary_hosts_hint: Zadajte každý host na nový riadok
|
78
52
|
index:
|
@@ -103,7 +77,6 @@ sk:
|
|
103
77
|
users_registration_mode:
|
104
78
|
disabled: Môžete pristupovať iba pomocou externého účtu
|
105
79
|
enabled: Umožniť účastníkom registráciu a prihlásenie sa
|
106
|
-
existing: Neumožniť účastníkom registráciu, ale umožniť prihlásenie sa existujúcim účastníkom
|
107
80
|
shared:
|
108
81
|
notices:
|
109
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
@@ -1,37 +1,16 @@
|
|
1
1
|
---
|
2
2
|
sl:
|
3
|
-
activemodel:
|
4
|
-
attributes:
|
5
|
-
oauth_application:
|
6
|
-
organization_logo: Logo organizacije (kvadratni)
|
7
|
-
organization_url: Domača stran organizacije
|
8
|
-
redirect_uri: Preusmeritev URI
|
9
|
-
organization:
|
10
|
-
address: SMTP Gostitelj
|
11
|
-
password: Geslo
|
12
|
-
port: Vrata
|
13
|
-
user_name: Uporabniško ime
|
14
|
-
errors:
|
15
|
-
models:
|
16
|
-
oauth_application:
|
17
|
-
attributes:
|
18
|
-
redirect_uri:
|
19
|
-
must_be_ssl: URL preusmeritev mora bit SSL
|
20
3
|
decidim:
|
21
4
|
system:
|
22
5
|
actions:
|
23
6
|
confirm_destroy: Ali ste prepričani, da želite izbrisati to?
|
24
7
|
destroy: Izbriši
|
25
8
|
edit: Uredi
|
26
|
-
new: Nov
|
27
9
|
save: Shrani
|
28
10
|
title: Dejanja
|
29
11
|
admins:
|
30
12
|
create:
|
31
13
|
error: Pojavila se je težava pri kreiranju skrbnika.
|
32
|
-
success: Skrbnik uspešno kreiran
|
33
|
-
destroy:
|
34
|
-
success: Skrbnik uspešno izbrisan
|
35
14
|
edit:
|
36
15
|
title: Uredi skrbnika
|
37
16
|
update: Posodobi
|
@@ -40,11 +19,8 @@ sl:
|
|
40
19
|
new:
|
41
20
|
create: Ustvari
|
42
21
|
title: Nov skrbnik
|
43
|
-
show:
|
44
|
-
edit: Uredi
|
45
22
|
update:
|
46
23
|
error: Pojavila se je težava pri urejanju skrbnika.
|
47
|
-
success: Skrbnik uspešno posodobljen
|
48
24
|
menu:
|
49
25
|
admins: Skrbniki
|
50
26
|
dashboard: Nadzorna plošča
|
@@ -54,7 +30,6 @@ sl:
|
|
54
30
|
fields:
|
55
31
|
created_at: Ustvarjen ob
|
56
32
|
email: Email
|
57
|
-
name: Skrbnik
|
58
33
|
organization:
|
59
34
|
actions:
|
60
35
|
save_and_invite: Ustvari organizacijo in povabi skrbnika
|
@@ -65,6 +40,5 @@ sl:
|
|
65
40
|
organizations:
|
66
41
|
create:
|
67
42
|
error: Pojavila se je težava pri kreiranju organizacije.
|
68
|
-
success: Organizacija uspešno kreirana.
|
69
43
|
index:
|
70
44
|
title: Organizacije
|
data/config/locales/sr-CS.yml
CHANGED
@@ -1,22 +1,5 @@
|
|
1
1
|
---
|
2
2
|
sr:
|
3
|
-
activemodel:
|
4
|
-
attributes:
|
5
|
-
oauth_application:
|
6
|
-
organization_logo: Logo organizacije (kvadrat)
|
7
|
-
organization_url: Link organizacije
|
8
|
-
redirect_uri: Preusmeren URL
|
9
|
-
organization:
|
10
|
-
address: SMTP domaćin
|
11
|
-
password: Šifra
|
12
|
-
port: Port
|
13
|
-
user_name: Korisničko ime
|
14
|
-
errors:
|
15
|
-
models:
|
16
|
-
oauth_application:
|
17
|
-
attributes:
|
18
|
-
redirect_uri:
|
19
|
-
must_be_ssl: URI za preusmeravanje mora biti SSL URI
|
20
3
|
decidim:
|
21
4
|
system:
|
22
5
|
models:
|
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
|
@@ -55,11 +51,8 @@ sv:
|
|
55
51
|
new:
|
56
52
|
create: Skapa
|
57
53
|
title: Ny administratör
|
58
|
-
show:
|
59
|
-
edit: Redigera
|
60
54
|
update:
|
61
55
|
error: Det gick inte att uppdatera administratören.
|
62
|
-
success: Administratören har uppdaterats
|
63
56
|
dashboard:
|
64
57
|
show:
|
65
58
|
current_organizations: Nuvarande organisationer
|
@@ -77,7 +70,6 @@ sv:
|
|
77
70
|
fields:
|
78
71
|
created_at: Skapad
|
79
72
|
email: E-post
|
80
|
-
name: Administratör
|
81
73
|
validations:
|
82
74
|
email_uniqueness: det finns redan en administratör med samma e-postadress
|
83
75
|
oauth_application:
|
@@ -85,7 +77,6 @@ sv:
|
|
85
77
|
created_at: Skapad den
|
86
78
|
name: OAuth app namn
|
87
79
|
organization_name: Organisation
|
88
|
-
name: OAuth app
|
89
80
|
organization:
|
90
81
|
actions:
|
91
82
|
save_and_invite: Skapa organisation och bjud in administratör
|
@@ -95,7 +86,6 @@ sv:
|
|
95
86
|
name: Namn
|
96
87
|
omniauth_settings: Omniauth-inställningar
|
97
88
|
smtp_settings: SMTP-inställningar
|
98
|
-
name: Organisation
|
99
89
|
oauth_applications:
|
100
90
|
create:
|
101
91
|
error: Det gick inte att skapa appen.
|
@@ -123,7 +113,6 @@ sv:
|
|
123
113
|
show: Visa avancerade inställningar
|
124
114
|
create:
|
125
115
|
error: Det gick inte att skapa en ny organisation.
|
126
|
-
success: Organisationen har skapats.
|
127
116
|
edit:
|
128
117
|
secondary_hosts_hint: Ange var och en av dem på en ny rad
|
129
118
|
file_upload_settings:
|
@@ -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.
|