decidim-system 0.27.4 → 0.27.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/decidim/system/application_controller.rb +1 -0
- data/app/forms/decidim/system/admin_form.rb +1 -1
- data/app/views/decidim/system/admins/edit.html.erb +2 -0
- data/app/views/decidim/system/admins/index.html.erb +2 -0
- data/app/views/decidim/system/admins/new.html.erb +2 -0
- data/app/views/decidim/system/admins/show.html.erb +2 -2
- data/app/views/decidim/system/dashboard/show.html.erb +2 -0
- data/app/views/decidim/system/devise/passwords/edit.html.erb +2 -2
- data/app/views/decidim/system/devise/passwords/new.html.erb +2 -2
- data/app/views/decidim/system/devise/sessions/new.html.erb +2 -2
- data/app/views/decidim/system/devise/shared/_links.html.erb +5 -11
- data/app/views/decidim/system/oauth_applications/edit.html.erb +2 -0
- data/app/views/decidim/system/oauth_applications/index.html.erb +2 -0
- data/app/views/decidim/system/oauth_applications/new.html.erb +2 -0
- data/app/views/decidim/system/oauth_applications/show.html.erb +2 -0
- data/app/views/decidim/system/organizations/edit.html.erb +6 -0
- data/app/views/decidim/system/organizations/index.html.erb +2 -0
- data/app/views/decidim/system/organizations/new.html.erb +5 -3
- data/app/views/layouts/decidim/system/_login_items.html.erb +1 -1
- data/app/views/layouts/decidim/system/application.html.erb +3 -2
- data/app/views/layouts/decidim/system/login.html.erb +1 -1
- data/config/environment.rb +3 -0
- data/config/locales/ar.yml +3 -3
- data/config/locales/bg.yml +3 -0
- data/config/locales/ca.yml +30 -2
- data/config/locales/cs.yml +30 -2
- data/config/locales/de.yml +33 -5
- data/config/locales/el.yml +4 -2
- data/config/locales/en.yml +30 -2
- data/config/locales/es-MX.yml +30 -2
- data/config/locales/es-PY.yml +30 -2
- data/config/locales/es.yml +30 -2
- data/config/locales/eu.yml +48 -20
- data/config/locales/fa-IR.yml +5 -0
- data/config/locales/fi-plain.yml +30 -2
- data/config/locales/fi.yml +30 -2
- data/config/locales/fr-CA.yml +30 -2
- data/config/locales/fr.yml +30 -2
- data/config/locales/ga-IE.yml +2 -0
- data/config/locales/gl.yml +2 -2
- data/config/locales/hu.yml +21 -3
- data/config/locales/id-ID.yml +2 -3
- data/config/locales/is-IS.yml +2 -2
- data/config/locales/it.yml +2 -2
- data/config/locales/ja.yml +30 -2
- data/config/locales/lb.yml +5 -0
- data/config/locales/lt.yml +4 -2
- data/config/locales/lv.yml +2 -3
- data/config/locales/nl.yml +2 -3
- data/config/locales/no.yml +2 -2
- data/config/locales/pl.yml +2 -2
- data/config/locales/pt-BR.yml +2 -2
- data/config/locales/pt.yml +2 -2
- data/config/locales/ro-RO.yml +10 -2
- data/config/locales/ru.yml +2 -3
- data/config/locales/sk.yml +2 -3
- data/config/locales/sl.yml +2 -1
- data/config/locales/sq-AL.yml +1 -0
- data/config/locales/sv.yml +2 -2
- data/config/locales/th-TH.yml +1 -0
- data/config/locales/tr-TR.yml +3 -3
- data/config/locales/uk.yml +2 -3
- data/config/locales/zh-CN.yml +2 -2
- data/config/locales/zh-TW.yml +4 -2
- data/lib/decidim/system/version.rb +1 -1
- metadata +15 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 692145aba2b7491b8a21ebe590f7e201f2ef0175ee06f2f1d2db926a31bd3531
|
4
|
+
data.tar.gz: 06ad6d2ddce0f3ef70862da0ad87bf2305a6b5c70e4beb3f9f08d0c558f5d948
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 79765641b072c7988e7a4776247baf1d0f4382a30ede8989dcdc4ba63b76e3d03bf8eb2d6d9dba6e13e1311ca5cb9beaf7a3816d0c8c0cbdfa49c03f3cae6693
|
7
|
+
data.tar.gz: f8517ba254ca769487236a10628d38c310056dd6038523a133523778ede21fe0fc4ef0dec617edbedd675656b3e609558c169196246ea7eb69e3d0b065f5de1c
|
@@ -12,7 +12,7 @@ module Decidim
|
|
12
12
|
attribute :password_confirmation, String
|
13
13
|
|
14
14
|
validates :email, presence: true
|
15
|
-
validates :password, presence: true, unless: :admin_exists?
|
15
|
+
validates :password, confirmation: true, presence: true, unless: :admin_exists?
|
16
16
|
validates :password_confirmation, presence: true, unless: :admin_exists?
|
17
17
|
|
18
18
|
validates :password, password: { email: :email }
|
@@ -4,6 +4,6 @@
|
|
4
4
|
|
5
5
|
<div class="actions">
|
6
6
|
<hr>
|
7
|
-
<%= link_to "
|
8
|
-
<%= link_to "
|
7
|
+
<%= link_to t(".edit"), ["edit", @admin] %>
|
8
|
+
<%= link_to t(".destroy"), @admin, method: :delete, class: "alert button", data: { confirm: "Are you sure you want to do this?" } %>
|
9
9
|
</div>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
<h2>
|
1
|
+
<h2> <%= link_to t(".change_your_password") %></h2>
|
2
2
|
|
3
3
|
<%= decidim_form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :put }) do |f| %>
|
4
4
|
<%= render "devise/shared/error_messages", resource: resource %>
|
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
<div class="field">
|
8
8
|
<% if @minimum_password_length %>
|
9
|
-
<em
|
9
|
+
<em><%= t(".minimum_characters", minimum: @minimum_password_length) %></em><br>
|
10
10
|
<% end %>
|
11
11
|
<%= f.password_field :password, autofocus: true, autocomplete: "off" %>
|
12
12
|
</div>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
<h2
|
1
|
+
<h2><%= link_to t(".forgot_your_password") %></h2>
|
2
2
|
|
3
3
|
<%= decidim_form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f| %>
|
4
4
|
<%= render "devise/shared/error_messages", resource: resource %>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
</div>
|
9
9
|
|
10
10
|
<div class="actions">
|
11
|
-
<%= f.submit "
|
11
|
+
<%= f.submit t(".send_me_reset_password_instructions") %>
|
12
12
|
</div>
|
13
13
|
<% end %>
|
14
14
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
<h2
|
1
|
+
<h2><%= t("log_in", scope: "decidim.system.devise.shared.links") %></h2>
|
2
2
|
|
3
3
|
<%= decidim_form_for(resource, as: resource_name, url: session_path(resource_name)) do |f| %>
|
4
4
|
<div class="field">
|
@@ -16,7 +16,7 @@
|
|
16
16
|
<% end -%>
|
17
17
|
|
18
18
|
<div class="actions">
|
19
|
-
<%= f.submit "
|
19
|
+
<%= f.submit t("log_in", scope: "decidim.system.devise.shared.links") %>
|
20
20
|
</div>
|
21
21
|
<% end %>
|
22
22
|
|
@@ -1,25 +1,19 @@
|
|
1
1
|
<%- if controller_name != 'sessions' %>
|
2
|
-
<%= link_to "
|
2
|
+
<%= link_to t(".log_in"), new_session_path(resource_name) %>
|
3
3
|
<% end -%>
|
4
4
|
|
5
5
|
<%- if devise_mapping.registerable? && controller_name != 'registrations' %>
|
6
|
-
<%= link_to "
|
6
|
+
<%= link_to t(".sign_up"), new_registration_path(resource_name) %>
|
7
7
|
<% end -%>
|
8
8
|
|
9
9
|
<%- if devise_mapping.recoverable? && controller_name != 'passwords' && controller_name != 'registrations' %>
|
10
|
-
<%= link_to "
|
10
|
+
<%= link_to t(".forgot_your_password?"), new_password_path(resource_name) %>
|
11
11
|
<% end -%>
|
12
12
|
|
13
13
|
<%- if devise_mapping.confirmable? && controller_name != 'confirmations' %>
|
14
|
-
<%= link_to "
|
14
|
+
<%= link_to t(".did_not_receive_confirmation_instructions?"), new_confirmation_path(resource_name) %>
|
15
15
|
<% end -%>
|
16
16
|
|
17
17
|
<%- if devise_mapping.lockable? && resource_class.unlock_strategy_enabled?(:email) && controller_name != 'unlocks' %>
|
18
|
-
<%= link_to "
|
19
|
-
<% end -%>
|
20
|
-
|
21
|
-
<%- if devise_mapping.omniauthable? %>
|
22
|
-
<%- current_organization.enabled_omniauth_providers.keys.each do |provider| %>
|
23
|
-
<%= link_to "Sign in with #{OmniAuth::Utils.camelize(provider)}", omniauth_authorize_path(resource_name, provider) %><br>
|
24
|
-
<% end -%>
|
18
|
+
<%= link_to t(".did_not_receive_unlock_instructions?"), new_unlock_path(resource_name) %>
|
25
19
|
<% end -%>
|
@@ -1,3 +1,5 @@
|
|
1
|
+
<% add_decidim_page_title(t(".title")) %>
|
2
|
+
|
1
3
|
<% provide :title do %>
|
2
4
|
<h2><%= t ".title" %></h2>
|
3
5
|
<% end %>
|
@@ -35,9 +37,9 @@
|
|
35
37
|
<table>
|
36
38
|
<thead>
|
37
39
|
<tr>
|
38
|
-
<
|
39
|
-
<
|
40
|
-
<
|
40
|
+
<th><%= t(".locale") %></th>
|
41
|
+
<th><%= t(".enabled") %> <%= f.error_for(:available_locales) %></th>
|
42
|
+
<th><%= t(".default") %><%= f.error_for(:default_locale) %></th>
|
41
43
|
</tr>
|
42
44
|
</thead>
|
43
45
|
<tbody>
|
@@ -1,8 +1,9 @@
|
|
1
|
+
<% add_decidim_page_title("Decidim - System") %>
|
1
2
|
<!DOCTYPE html>
|
2
3
|
<html>
|
3
4
|
<head>
|
4
|
-
<title
|
5
|
-
<%= render partial: "layouts/decidim/system/header" %>
|
5
|
+
<title><%= decidim_page_title %></title>
|
6
|
+
<%= render partial: "layouts/decidim/system/header" %>
|
6
7
|
</head>
|
7
8
|
|
8
9
|
<body>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<body class="login">
|
9
9
|
<div class="login-form-wrapper">
|
10
10
|
<div class="login-form">
|
11
|
-
<h1
|
11
|
+
<h1><%= t("decidim", scope: "decidim.system.titles") %></h1>
|
12
12
|
<%= render "decidim/system/shared/notices" %>
|
13
13
|
<div class="login-form-inner">
|
14
14
|
<%= yield %>
|
data/config/environment.rb
CHANGED
data/config/locales/ar.yml
CHANGED
@@ -55,6 +55,8 @@ ar:
|
|
55
55
|
new:
|
56
56
|
create: إنشاء
|
57
57
|
title: المشرف الجديد
|
58
|
+
show:
|
59
|
+
edit: تعديل
|
58
60
|
update:
|
59
61
|
error: حدثت مشكلة أثناء تحديث هذا المشرف.
|
60
62
|
success: تم تحديث المشرف بنجاح
|
@@ -93,7 +95,7 @@ ar:
|
|
93
95
|
name: اسم
|
94
96
|
omniauth_settings: إعدادات Omniauth
|
95
97
|
smtp_settings: إعدادات الـ SMTP
|
96
|
-
name:
|
98
|
+
name: المنظمة
|
97
99
|
oauth_applications:
|
98
100
|
create:
|
99
101
|
error: كانت هناك مشكلة في إنشاء هذا التطبيق.
|
@@ -145,8 +147,6 @@ ar:
|
|
145
147
|
index:
|
146
148
|
title: المنظمات
|
147
149
|
new:
|
148
|
-
reference_prefix_hint: يتم استخدام بادئة المرجع لتعريف الموارد بشكل فريد في كل المؤسسة
|
149
|
-
secondary_hosts_hint: أدخل كل واحد منهم في سطر جديد
|
150
150
|
title: منظمة جديدة
|
151
151
|
omniauth_settings:
|
152
152
|
decidim:
|
data/config/locales/bg.yml
CHANGED
data/config/locales/ca.yml
CHANGED
@@ -55,6 +55,9 @@ ca:
|
|
55
55
|
new:
|
56
56
|
create: Crea
|
57
57
|
title: Nova administradora
|
58
|
+
show:
|
59
|
+
destroy: Eliminar
|
60
|
+
edit: Edita
|
58
61
|
update:
|
59
62
|
error: S'ha produït un error en actualitzar aquesta administradora.
|
60
63
|
success: L'administradora s'ha actualitzat correctament
|
@@ -65,6 +68,21 @@ ca:
|
|
65
68
|
placeholders:
|
66
69
|
content: Si us plau, afegeix contingut significatiu a la pàgina estàtica de %{page} dins el panell d'administració.
|
67
70
|
title: Títol predeterminat per %{page}
|
71
|
+
devise:
|
72
|
+
passwords:
|
73
|
+
edit:
|
74
|
+
change_your_password: Canvia la teva contrasenya
|
75
|
+
minimum_characters: "(%{minimum} caràcters com a mínim)"
|
76
|
+
new:
|
77
|
+
forgot_your_password: Has oblidat la teva contrasenya?
|
78
|
+
send_me_reset_password_instructions: Envia'm les instruccions per restablir la contrasenya
|
79
|
+
shared:
|
80
|
+
links:
|
81
|
+
did_not_receive_confirmation_instructions?: No has rebut instruccions de confirmació?
|
82
|
+
did_not_receive_unlock_instructions?: No has rebut les instruccions de desbloqueig?
|
83
|
+
forgot_your_password?: Has oblidat la teva contrasenya?
|
84
|
+
log_in: Iniciar sessió
|
85
|
+
sign_up: Registra't
|
68
86
|
menu:
|
69
87
|
admins: Administradores
|
70
88
|
dashboard: Tauler d'administració
|
@@ -124,6 +142,7 @@ ca:
|
|
124
142
|
success: L'organització s'ha creat correctament.
|
125
143
|
edit:
|
126
144
|
secondary_hosts_hint: Introdueix cada un d'ells en una nova línia
|
145
|
+
title: Editar l'organització
|
127
146
|
file_upload_settings:
|
128
147
|
content_types:
|
129
148
|
admin_hint: Aquests tipus MIME estan permesos per a pujar-se des del panell d'administració. Les persones administradores han de ser conscients dels riscos en pujar alguns formats de documents, per la qual cosa cal esperar que siguin més cauteloses amb les pujades d'arxius.
|
@@ -145,8 +164,11 @@ ca:
|
|
145
164
|
index:
|
146
165
|
title: Organitzacions
|
147
166
|
new:
|
148
|
-
|
149
|
-
|
167
|
+
default: Per defecte?
|
168
|
+
enabled: Habilitat
|
169
|
+
locale: Configuració regional
|
170
|
+
reference_prefix_hint: El prefix de la referència s'utilitza per identificar de forma única els recursos del conjunt de l'organització.
|
171
|
+
secondary_hosts_hint: Introdueix cada un d'ells en una nova línia.
|
150
172
|
title: Nova organització
|
151
173
|
omniauth_settings:
|
152
174
|
decidim:
|
@@ -187,3 +209,9 @@ ca:
|
|
187
209
|
our_getting_started_guide: la nostra guia d'introducció
|
188
210
|
titles:
|
189
211
|
dashboard: Tauler de control
|
212
|
+
decidim: Decidim
|
213
|
+
layouts:
|
214
|
+
decidim:
|
215
|
+
system:
|
216
|
+
login_items:
|
217
|
+
logout: Tancar sessió
|
data/config/locales/cs.yml
CHANGED
@@ -55,6 +55,9 @@ cs:
|
|
55
55
|
new:
|
56
56
|
create: Vytvořit
|
57
57
|
title: Nový admin
|
58
|
+
show:
|
59
|
+
destroy: Vymazat
|
60
|
+
edit: Upravit
|
58
61
|
update:
|
59
62
|
error: Při aktualizaci tohoto administrátora došlo k chybě.
|
60
63
|
success: Správce byl úspěšně aktualizován
|
@@ -65,6 +68,21 @@ cs:
|
|
65
68
|
placeholders:
|
66
69
|
content: Přidejte smysluplný obsah na statickou stránku %{page} na ovládacím panelu administrátora.
|
67
70
|
title: Výchozí název pro %{page}
|
71
|
+
devise:
|
72
|
+
passwords:
|
73
|
+
edit:
|
74
|
+
change_your_password: Změnit heslo
|
75
|
+
minimum_characters: "(minimum znaků%{minimum})"
|
76
|
+
new:
|
77
|
+
forgot_your_password: Zapomenuté heslo
|
78
|
+
send_me_reset_password_instructions: Poslat mi pokyny pro obnovení hesla
|
79
|
+
shared:
|
80
|
+
links:
|
81
|
+
did_not_receive_confirmation_instructions?: Neobdrželi jste potvrzovací instrukce?
|
82
|
+
did_not_receive_unlock_instructions?: Neobdrželi jste instrukce pro odemknutí?
|
83
|
+
forgot_your_password?: Zapomněli jste heslo?
|
84
|
+
log_in: Přihlásit se
|
85
|
+
sign_up: Zaregistrovat se
|
68
86
|
menu:
|
69
87
|
admins: Správci
|
70
88
|
dashboard: Ovládací panel
|
@@ -124,6 +142,7 @@ cs:
|
|
124
142
|
success: Organizace byla úspěšně vytvořena.
|
125
143
|
edit:
|
126
144
|
secondary_hosts_hint: Zadejte každý z nich do nového řádku
|
145
|
+
title: Upravit organizaci
|
127
146
|
file_upload_settings:
|
128
147
|
content_types:
|
129
148
|
admin_hint: Tyto typy MIME jsou povoleny pro nahrávání sekcí administrace. Administrátoři by si měli být vědomi rizik spojených s nahráváním některých formátů dokumentů, takže můžete očekávat, že budou opatrnější při nahrávání souborů.
|
@@ -145,8 +164,11 @@ cs:
|
|
145
164
|
index:
|
146
165
|
title: Organizace
|
147
166
|
new:
|
148
|
-
|
149
|
-
|
167
|
+
default: Výchozí?
|
168
|
+
enabled: Povoleno
|
169
|
+
locale: Jazyk
|
170
|
+
reference_prefix_hint: Předpona reference se používá k jednoznačné identifikaci zdrojů ve všech organizacích.
|
171
|
+
secondary_hosts_hint: Každou vložte do nového řádku.
|
150
172
|
title: Nová organizace
|
151
173
|
omniauth_settings:
|
152
174
|
decidim:
|
@@ -187,3 +209,9 @@ cs:
|
|
187
209
|
our_getting_started_guide: náš průvodce začínáme
|
188
210
|
titles:
|
189
211
|
dashboard: Ovládací panel
|
212
|
+
decidim: Decidim
|
213
|
+
layouts:
|
214
|
+
decidim:
|
215
|
+
system:
|
216
|
+
login_items:
|
217
|
+
logout: Odhlásit
|
data/config/locales/de.yml
CHANGED
@@ -14,7 +14,7 @@ de:
|
|
14
14
|
from_label: Beschreibung
|
15
15
|
password: Passwort
|
16
16
|
port: Datenbank Port
|
17
|
-
user_name:
|
17
|
+
user_name: Kontoname
|
18
18
|
organization_file_uploads:
|
19
19
|
allowed_content_types:
|
20
20
|
admin: Admin MIME-Typen
|
@@ -55,6 +55,9 @@ de:
|
|
55
55
|
new:
|
56
56
|
create: Erstellen
|
57
57
|
title: Neuer Administrator
|
58
|
+
show:
|
59
|
+
destroy: Löschen
|
60
|
+
edit: Bearbeiten
|
58
61
|
update:
|
59
62
|
error: Beim Aktualisieren dieses Administrators ist ein Fehler aufgetreten.
|
60
63
|
success: Administrator wurde erfolgreich aktualisiert
|
@@ -65,6 +68,21 @@ de:
|
|
65
68
|
placeholders:
|
66
69
|
content: Fügen Sie der statischen Seite %{page} im Admin-Dashboard sinnvollen Inhalt hinzu.
|
67
70
|
title: Standardtitel für %{page}
|
71
|
+
devise:
|
72
|
+
passwords:
|
73
|
+
edit:
|
74
|
+
change_your_password: Passwort ändern
|
75
|
+
minimum_characters: "(Minimum %{minimum} Zeichen)"
|
76
|
+
new:
|
77
|
+
forgot_your_password: Passwort vergessen?
|
78
|
+
send_me_reset_password_instructions: Schicken Sie mir eine Anweisung zum Zurücksetzen des Passwortes
|
79
|
+
shared:
|
80
|
+
links:
|
81
|
+
did_not_receive_confirmation_instructions?: Keine Bestätigungs-Mail erhalten?
|
82
|
+
did_not_receive_unlock_instructions?: Anweisungen zum Entsperren nicht erhalten?
|
83
|
+
forgot_your_password?: Haben Sie Ihr Passwort vergessen?
|
84
|
+
log_in: Anmelden
|
85
|
+
sign_up: Registrieren
|
68
86
|
menu:
|
69
87
|
admins: Admins
|
70
88
|
dashboard: Instrumententafel
|
@@ -73,7 +91,7 @@ de:
|
|
73
91
|
models:
|
74
92
|
admin:
|
75
93
|
fields:
|
76
|
-
created_at:
|
94
|
+
created_at: Erstellt am
|
77
95
|
email: Email
|
78
96
|
name: Administrator
|
79
97
|
validations:
|
@@ -88,7 +106,7 @@ de:
|
|
88
106
|
actions:
|
89
107
|
save_and_invite: Organisation erstellen & den Admin einladen
|
90
108
|
fields:
|
91
|
-
created_at:
|
109
|
+
created_at: Erstellt am
|
92
110
|
file_upload_settings: Datei-Upload Einstellungen
|
93
111
|
name: Name
|
94
112
|
omniauth_settings: Omniauth-Einstellungen
|
@@ -124,6 +142,7 @@ de:
|
|
124
142
|
success: Organisation erfolgreich erstellt
|
125
143
|
edit:
|
126
144
|
secondary_hosts_hint: Geben Sie jede von ihnen in einer neuen Zeile ein
|
145
|
+
title: Organisation bearbeiten
|
127
146
|
file_upload_settings:
|
128
147
|
content_types:
|
129
148
|
admin_hint: Diese MIME-Typen sind für das Hochladen im Admin-Panel erlaubt. Admin-Benutzer sollten sich der Risiken des Hochladens einiger Dokumentformate bewusst sein, so dass man von ihnen erwarten kann dass sie vorsichtiger mit Datei-Uploads sind.
|
@@ -145,8 +164,11 @@ de:
|
|
145
164
|
index:
|
146
165
|
title: Organisationen
|
147
166
|
new:
|
148
|
-
|
149
|
-
|
167
|
+
default: Standard?
|
168
|
+
enabled: Aktiviert
|
169
|
+
locale: Spracheinstellung
|
170
|
+
reference_prefix_hint: Das Referenzpräfix wird zur eindeutigen Identifizierung von Ressourcen in allen Organisationen verwendet.
|
171
|
+
secondary_hosts_hint: Geben Sie jede von ihnen in einer neuen Zeile ein.
|
150
172
|
title: Neue Organisation
|
151
173
|
omniauth_settings:
|
152
174
|
decidim:
|
@@ -187,3 +209,9 @@ de:
|
|
187
209
|
our_getting_started_guide: unser Leitfaden für Anfänger
|
188
210
|
titles:
|
189
211
|
dashboard: Instrumententafel
|
212
|
+
decidim: Decidim
|
213
|
+
layouts:
|
214
|
+
decidim:
|
215
|
+
system:
|
216
|
+
login_items:
|
217
|
+
logout: Abmelden
|
data/config/locales/el.yml
CHANGED
@@ -55,6 +55,8 @@ el:
|
|
55
55
|
new:
|
56
56
|
create: Δημιουργία
|
57
57
|
title: Νέος διαχειριστής
|
58
|
+
show:
|
59
|
+
edit: Επεξεργασία
|
58
60
|
update:
|
59
61
|
error: Υπήρξε ένα πρόβλημα κατά την ενημέρωση αυτού του διαχειριστή.
|
60
62
|
success: Ο διαχειριστής ενημερώθηκε με επιτυχία
|
@@ -145,8 +147,8 @@ el:
|
|
145
147
|
index:
|
146
148
|
title: Οργανισμοί
|
147
149
|
new:
|
148
|
-
reference_prefix_hint: Το πρόθεμα αναφοράς χρησιμοποιείται για τον μοναδικό προσδιορισμό πόρων σε
|
149
|
-
secondary_hosts_hint:
|
150
|
+
reference_prefix_hint: Το πρόθεμα αναφοράς χρησιμοποιείται για τον μοναδικό προσδιορισμό των πόρων σε όλους τους οργανισμούς.
|
151
|
+
secondary_hosts_hint: Εισάγετε κάθε ένα από αυτά σε μια νέα γραμμή.
|
150
152
|
title: Νέος οργανισμός
|
151
153
|
omniauth_settings:
|
152
154
|
decidim:
|
data/config/locales/en.yml
CHANGED
@@ -55,6 +55,9 @@ en:
|
|
55
55
|
new:
|
56
56
|
create: Create
|
57
57
|
title: New admin
|
58
|
+
show:
|
59
|
+
destroy: Destroy
|
60
|
+
edit: Edit
|
58
61
|
update:
|
59
62
|
error: There was a problem updating this admin.
|
60
63
|
success: Admin successfully updated
|
@@ -65,6 +68,21 @@ en:
|
|
65
68
|
placeholders:
|
66
69
|
content: Please add meaningful content to the %{page} static page on the admin dashboard.
|
67
70
|
title: Default title for %{page}
|
71
|
+
devise:
|
72
|
+
passwords:
|
73
|
+
edit:
|
74
|
+
change_your_password: Change your password
|
75
|
+
minimum_characters: "(%{minimum} characters minimum)"
|
76
|
+
new:
|
77
|
+
forgot_your_password: Forgot your password
|
78
|
+
send_me_reset_password_instructions: Send me reset password instructions
|
79
|
+
shared:
|
80
|
+
links:
|
81
|
+
did_not_receive_confirmation_instructions?: Did not receive confirmation instructions?
|
82
|
+
did_not_receive_unlock_instructions?: Did not receive unlock instructions?
|
83
|
+
forgot_your_password?: Forgot your password?
|
84
|
+
log_in: Log in
|
85
|
+
sign_up: Sign up
|
68
86
|
menu:
|
69
87
|
admins: Admins
|
70
88
|
dashboard: Dashboard
|
@@ -124,6 +142,7 @@ en:
|
|
124
142
|
success: Organization successfully created.
|
125
143
|
edit:
|
126
144
|
secondary_hosts_hint: Enter each one of them in a new line
|
145
|
+
title: Edit organization
|
127
146
|
file_upload_settings:
|
128
147
|
content_types:
|
129
148
|
admin_hint: These MIME types are allowed for the admin section uploads. Admin users should be aware of the risks with uploading some document formats, so you can expect them to be more cautious with the file uploads.
|
@@ -145,8 +164,11 @@ en:
|
|
145
164
|
index:
|
146
165
|
title: Organizations
|
147
166
|
new:
|
148
|
-
|
149
|
-
|
167
|
+
default: Default?
|
168
|
+
enabled: Enabled
|
169
|
+
locale: Locale
|
170
|
+
reference_prefix_hint: The reference prefix is used to uniquely identify resources across all organization.
|
171
|
+
secondary_hosts_hint: Enter each one of them in a new line.
|
150
172
|
title: New organization
|
151
173
|
omniauth_settings:
|
152
174
|
decidim:
|
@@ -187,3 +209,9 @@ en:
|
|
187
209
|
our_getting_started_guide: our getting started guide
|
188
210
|
titles:
|
189
211
|
dashboard: Dashboard
|
212
|
+
decidim: Decidim
|
213
|
+
layouts:
|
214
|
+
decidim:
|
215
|
+
system:
|
216
|
+
login_items:
|
217
|
+
logout: Logout
|
data/config/locales/es-MX.yml
CHANGED
@@ -55,6 +55,9 @@ es-MX:
|
|
55
55
|
new:
|
56
56
|
create: Crear
|
57
57
|
title: Nuevo administrador
|
58
|
+
show:
|
59
|
+
destroy: Eliminar
|
60
|
+
edit: Editar
|
58
61
|
update:
|
59
62
|
error: Se ha producido un error al actualizar este administrador.
|
60
63
|
success: Administrador actualizado correctamente
|
@@ -65,6 +68,21 @@ es-MX:
|
|
65
68
|
placeholders:
|
66
69
|
content: Agrega contenido significativo a la página estática de %{page} en el panel de admin.
|
67
70
|
title: Título predeterminado para %{page}
|
71
|
+
devise:
|
72
|
+
passwords:
|
73
|
+
edit:
|
74
|
+
change_your_password: Cambia tu contraseña
|
75
|
+
minimum_characters: "(%{minimum} caracteres como mínimo)"
|
76
|
+
new:
|
77
|
+
forgot_your_password: '¿Has olvidado tu contraseña?'
|
78
|
+
send_me_reset_password_instructions: Envíame las instrucciones para restablecer la contraseña
|
79
|
+
shared:
|
80
|
+
links:
|
81
|
+
did_not_receive_confirmation_instructions?: '¿No has recibido las instrucciones de confirmación?'
|
82
|
+
did_not_receive_unlock_instructions?: '¿No has recibido las instrucciones de desbloqueo?'
|
83
|
+
forgot_your_password?: '¿Olvidaste tu contraseña?'
|
84
|
+
log_in: Iniciar sesión
|
85
|
+
sign_up: Regístrate
|
68
86
|
menu:
|
69
87
|
admins: Administradores
|
70
88
|
dashboard: Panel de control
|
@@ -124,6 +142,7 @@ es-MX:
|
|
124
142
|
success: Organización creada correctamente.
|
125
143
|
edit:
|
126
144
|
secondary_hosts_hint: Introduce cada uno de ellos en una nueva línea
|
145
|
+
title: Editar la organizacion
|
127
146
|
file_upload_settings:
|
128
147
|
content_types:
|
129
148
|
admin_hint: Estos tipos MIME están permitidos para subirse desde el panel de administración. Las personas administradoras deben ser conscientes de los riesgos al subir algunos formatos de documentos, por lo que cabe esperar que sean más cautelosas con las subidas de archivos.
|
@@ -145,8 +164,11 @@ es-MX:
|
|
145
164
|
index:
|
146
165
|
title: Organizaciones
|
147
166
|
new:
|
148
|
-
|
149
|
-
|
167
|
+
default: '¿Por defecto?'
|
168
|
+
enabled: Habilitado
|
169
|
+
locale: Configuración regional
|
170
|
+
reference_prefix_hint: El prefijo de referencia se utiliza para identificar de forma única los recursos del conjunto de la organización.
|
171
|
+
secondary_hosts_hint: Introduce cada uno de ellos en una nueva línea.
|
150
172
|
title: Nueva organización
|
151
173
|
omniauth_settings:
|
152
174
|
decidim:
|
@@ -187,3 +209,9 @@ es-MX:
|
|
187
209
|
our_getting_started_guide: nuestra guía de inicio
|
188
210
|
titles:
|
189
211
|
dashboard: Panel de control
|
212
|
+
decidim: Decidim
|
213
|
+
layouts:
|
214
|
+
decidim:
|
215
|
+
system:
|
216
|
+
login_items:
|
217
|
+
logout: Cerrar sesión
|