decidim-system 0.26.8 → 0.26.9
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 +14 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6ca6e0e00307dbf2ebb2f763d3530e35b597df0ca7e7332dec8a82b1ba625bb6
|
4
|
+
data.tar.gz: 82b83df201e69fcd6c7910500d61f1a5df32b241a8eb3283f120e62bb700e95a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d2a7e4acbf8bf53502909b46bd21c627dcbfd5152d9814ee11c2687164240f315551b1953787485899aec870d74bfed29b91e79ebfb1020e095e6e99abee2e3d
|
7
|
+
data.tar.gz: afa61527fbf4218049b48683dc78148792b0314acfe6f23422f45ebcd6a313dd98de7033be1f26856064156c99c463550cd3b8529118173cecdcceb0151c8d1b
|
@@ -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
@@ -54,6 +54,8 @@ ar:
|
|
54
54
|
new:
|
55
55
|
create: إنشاء
|
56
56
|
title: المشرف الجديد
|
57
|
+
show:
|
58
|
+
edit: تعديل
|
57
59
|
update:
|
58
60
|
error: حدثت مشكلة أثناء تحديث هذا المشرف.
|
59
61
|
success: تم تحديث المشرف بنجاح
|
@@ -92,7 +94,7 @@ ar:
|
|
92
94
|
name: اسم
|
93
95
|
omniauth_settings: إعدادات Omniauth
|
94
96
|
smtp_settings: إعدادات الـ SMTP
|
95
|
-
name:
|
97
|
+
name: المنظمة
|
96
98
|
oauth_applications:
|
97
99
|
create:
|
98
100
|
error: كانت هناك مشكلة في إنشاء هذا التطبيق.
|
@@ -144,8 +146,6 @@ ar:
|
|
144
146
|
index:
|
145
147
|
title: المنظمات
|
146
148
|
new:
|
147
|
-
reference_prefix_hint: يتم استخدام بادئة المرجع لتعريف الموارد بشكل فريد في كل المؤسسة
|
148
|
-
secondary_hosts_hint: أدخل كل واحد منهم في سطر جديد
|
149
149
|
title: منظمة جديدة
|
150
150
|
omniauth_settings:
|
151
151
|
decidim:
|
data/config/locales/bg.yml
CHANGED
data/config/locales/ca.yml
CHANGED
@@ -54,6 +54,9 @@ ca:
|
|
54
54
|
new:
|
55
55
|
create: Crea
|
56
56
|
title: Nova administradora
|
57
|
+
show:
|
58
|
+
destroy: Eliminar
|
59
|
+
edit: Edita
|
57
60
|
update:
|
58
61
|
error: S'ha produït un error en actualitzar aquesta administradora.
|
59
62
|
success: L'administradora s'ha actualitzat correctament
|
@@ -64,6 +67,21 @@ ca:
|
|
64
67
|
placeholders:
|
65
68
|
content: Si us plau, afegeix contingut significatiu a la pàgina estàtica de %{page} dins el panell d'administració.
|
66
69
|
title: Títol predeterminat per %{page}
|
70
|
+
devise:
|
71
|
+
passwords:
|
72
|
+
edit:
|
73
|
+
change_your_password: Canvia la teva contrasenya
|
74
|
+
minimum_characters: "(%{minimum} caràcters com a mínim)"
|
75
|
+
new:
|
76
|
+
forgot_your_password: Has oblidat la teva contrasenya?
|
77
|
+
send_me_reset_password_instructions: Envia'm les instruccions per restablir la contrasenya
|
78
|
+
shared:
|
79
|
+
links:
|
80
|
+
did_not_receive_confirmation_instructions?: No has rebut instruccions de confirmació?
|
81
|
+
did_not_receive_unlock_instructions?: No has rebut les instruccions de desbloqueig?
|
82
|
+
forgot_your_password?: Has oblidat la teva contrasenya?
|
83
|
+
log_in: Iniciar sessió
|
84
|
+
sign_up: Registra't
|
67
85
|
menu:
|
68
86
|
admins: Administradores
|
69
87
|
dashboard: Tauler d'administració
|
@@ -123,6 +141,7 @@ ca:
|
|
123
141
|
success: L'organització s'ha creat correctament.
|
124
142
|
edit:
|
125
143
|
secondary_hosts_hint: Introdueix cada un d'ells en una nova línia
|
144
|
+
title: Editar l'organització
|
126
145
|
file_upload_settings:
|
127
146
|
content_types:
|
128
147
|
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.
|
@@ -144,8 +163,11 @@ ca:
|
|
144
163
|
index:
|
145
164
|
title: Organitzacions
|
146
165
|
new:
|
147
|
-
|
148
|
-
|
166
|
+
default: Per defecte?
|
167
|
+
enabled: Habilitat
|
168
|
+
locale: Configuració regional
|
169
|
+
reference_prefix_hint: El prefix de la referència s'utilitza per identificar de forma única els recursos del conjunt de l'organització.
|
170
|
+
secondary_hosts_hint: Introdueix cada un d'ells en una nova línia.
|
149
171
|
title: Nova organització
|
150
172
|
omniauth_settings:
|
151
173
|
decidim:
|
@@ -186,3 +208,9 @@ ca:
|
|
186
208
|
our_getting_started_guide: la nostra guia d'introducció
|
187
209
|
titles:
|
188
210
|
dashboard: Tauler de control
|
211
|
+
decidim: Decidim
|
212
|
+
layouts:
|
213
|
+
decidim:
|
214
|
+
system:
|
215
|
+
login_items:
|
216
|
+
logout: Tancar sessió
|
data/config/locales/cs.yml
CHANGED
@@ -54,6 +54,9 @@ cs:
|
|
54
54
|
new:
|
55
55
|
create: Vytvořit
|
56
56
|
title: Nový admin
|
57
|
+
show:
|
58
|
+
destroy: Vymazat
|
59
|
+
edit: Upravit
|
57
60
|
update:
|
58
61
|
error: Při aktualizaci tohoto administrátora došlo k chybě.
|
59
62
|
success: Správce byl úspěšně aktualizován
|
@@ -64,6 +67,21 @@ cs:
|
|
64
67
|
placeholders:
|
65
68
|
content: Přidejte smysluplný obsah na statickou stránku %{page} na ovládacím panelu administrátora.
|
66
69
|
title: Výchozí název pro %{page}
|
70
|
+
devise:
|
71
|
+
passwords:
|
72
|
+
edit:
|
73
|
+
change_your_password: Změnit heslo
|
74
|
+
minimum_characters: "(minimum znaků%{minimum})"
|
75
|
+
new:
|
76
|
+
forgot_your_password: Zapomenuté heslo
|
77
|
+
send_me_reset_password_instructions: Poslat mi pokyny pro obnovení hesla
|
78
|
+
shared:
|
79
|
+
links:
|
80
|
+
did_not_receive_confirmation_instructions?: Neobdrželi jste potvrzovací instrukce?
|
81
|
+
did_not_receive_unlock_instructions?: Neobdrželi jste instrukce pro odemknutí?
|
82
|
+
forgot_your_password?: Zapomněli jste heslo?
|
83
|
+
log_in: Přihlásit se
|
84
|
+
sign_up: Zaregistrovat se
|
67
85
|
menu:
|
68
86
|
admins: Správci
|
69
87
|
dashboard: Ovládací panel
|
@@ -123,6 +141,7 @@ cs:
|
|
123
141
|
success: Organizace byla úspěšně vytvořena.
|
124
142
|
edit:
|
125
143
|
secondary_hosts_hint: Zadejte každý z nich do nového řádku
|
144
|
+
title: Upravit organizaci
|
126
145
|
file_upload_settings:
|
127
146
|
content_types:
|
128
147
|
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ů.
|
@@ -144,8 +163,11 @@ cs:
|
|
144
163
|
index:
|
145
164
|
title: Organizace
|
146
165
|
new:
|
147
|
-
|
148
|
-
|
166
|
+
default: Výchozí?
|
167
|
+
enabled: Povoleno
|
168
|
+
locale: Jazyk
|
169
|
+
reference_prefix_hint: Předpona reference se používá k jednoznačné identifikaci zdrojů ve všech organizacích.
|
170
|
+
secondary_hosts_hint: Každou vložte do nového řádku.
|
149
171
|
title: Nová organizace
|
150
172
|
omniauth_settings:
|
151
173
|
decidim:
|
@@ -186,3 +208,9 @@ cs:
|
|
186
208
|
our_getting_started_guide: náš průvodce začínáme
|
187
209
|
titles:
|
188
210
|
dashboard: Ovládací panel
|
211
|
+
decidim: Decidim
|
212
|
+
layouts:
|
213
|
+
decidim:
|
214
|
+
system:
|
215
|
+
login_items:
|
216
|
+
logout: Odhlásit
|
data/config/locales/de.yml
CHANGED
@@ -13,7 +13,7 @@ de:
|
|
13
13
|
from_label: Beschreibung
|
14
14
|
password: Passwort
|
15
15
|
port: Datenbank Port
|
16
|
-
user_name:
|
16
|
+
user_name: Kontoname
|
17
17
|
organization_file_uploads:
|
18
18
|
allowed_content_types:
|
19
19
|
admin: Admin MIME-Typen
|
@@ -54,6 +54,9 @@ de:
|
|
54
54
|
new:
|
55
55
|
create: Erstellen
|
56
56
|
title: Neuer Administrator
|
57
|
+
show:
|
58
|
+
destroy: Löschen
|
59
|
+
edit: Bearbeiten
|
57
60
|
update:
|
58
61
|
error: Beim Aktualisieren dieses Administrators ist ein Fehler aufgetreten.
|
59
62
|
success: Administrator wurde erfolgreich aktualisiert
|
@@ -64,6 +67,21 @@ de:
|
|
64
67
|
placeholders:
|
65
68
|
content: Fügen Sie der statischen Seite %{page} im Admin-Dashboard sinnvollen Inhalt hinzu.
|
66
69
|
title: Standardtitel für %{page}
|
70
|
+
devise:
|
71
|
+
passwords:
|
72
|
+
edit:
|
73
|
+
change_your_password: Passwort ändern
|
74
|
+
minimum_characters: "(Minimum %{minimum} Zeichen)"
|
75
|
+
new:
|
76
|
+
forgot_your_password: Passwort vergessen?
|
77
|
+
send_me_reset_password_instructions: Schicken Sie mir eine Anweisung zum Zurücksetzen des Passwortes
|
78
|
+
shared:
|
79
|
+
links:
|
80
|
+
did_not_receive_confirmation_instructions?: Keine Bestätigungs-Mail erhalten?
|
81
|
+
did_not_receive_unlock_instructions?: Anweisungen zum Entsperren nicht erhalten?
|
82
|
+
forgot_your_password?: Haben Sie Ihr Passwort vergessen?
|
83
|
+
log_in: Anmelden
|
84
|
+
sign_up: Registrieren
|
67
85
|
menu:
|
68
86
|
admins: Admins
|
69
87
|
dashboard: Instrumententafel
|
@@ -72,7 +90,7 @@ de:
|
|
72
90
|
models:
|
73
91
|
admin:
|
74
92
|
fields:
|
75
|
-
created_at:
|
93
|
+
created_at: Erstellt am
|
76
94
|
email: Email
|
77
95
|
name: Administrator
|
78
96
|
validations:
|
@@ -87,7 +105,7 @@ de:
|
|
87
105
|
actions:
|
88
106
|
save_and_invite: Organisation erstellen & den Admin einladen
|
89
107
|
fields:
|
90
|
-
created_at:
|
108
|
+
created_at: Erstellt am
|
91
109
|
file_upload_settings: Datei-Upload Einstellungen
|
92
110
|
name: Name
|
93
111
|
omniauth_settings: Omniauth-Einstellungen
|
@@ -123,6 +141,7 @@ de:
|
|
123
141
|
success: Organisation erfolgreich erstellt
|
124
142
|
edit:
|
125
143
|
secondary_hosts_hint: Geben Sie jede von ihnen in einer neuen Zeile ein
|
144
|
+
title: Organisation bearbeiten
|
126
145
|
file_upload_settings:
|
127
146
|
content_types:
|
128
147
|
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.
|
@@ -144,8 +163,11 @@ de:
|
|
144
163
|
index:
|
145
164
|
title: Organisationen
|
146
165
|
new:
|
147
|
-
|
148
|
-
|
166
|
+
default: Standard?
|
167
|
+
enabled: Aktiviert
|
168
|
+
locale: Spracheinstellung
|
169
|
+
reference_prefix_hint: Das Referenzpräfix wird zur eindeutigen Identifizierung von Ressourcen in allen Organisationen verwendet.
|
170
|
+
secondary_hosts_hint: Geben Sie jede von ihnen in einer neuen Zeile ein.
|
149
171
|
title: Neue Organisation
|
150
172
|
omniauth_settings:
|
151
173
|
decidim:
|
@@ -186,3 +208,9 @@ de:
|
|
186
208
|
our_getting_started_guide: unser Leitfaden für Anfänger
|
187
209
|
titles:
|
188
210
|
dashboard: Instrumententafel
|
211
|
+
decidim: Decidim
|
212
|
+
layouts:
|
213
|
+
decidim:
|
214
|
+
system:
|
215
|
+
login_items:
|
216
|
+
logout: Abmelden
|
data/config/locales/el.yml
CHANGED
@@ -54,6 +54,8 @@ el:
|
|
54
54
|
new:
|
55
55
|
create: Δημιουργία
|
56
56
|
title: Νέος διαχειριστής
|
57
|
+
show:
|
58
|
+
edit: Επεξεργασία
|
57
59
|
update:
|
58
60
|
error: Υπήρξε ένα πρόβλημα κατά την ενημέρωση αυτού του διαχειριστή.
|
59
61
|
success: Ο διαχειριστής ενημερώθηκε με επιτυχία
|
@@ -144,8 +146,8 @@ el:
|
|
144
146
|
index:
|
145
147
|
title: Οργανισμοί
|
146
148
|
new:
|
147
|
-
reference_prefix_hint: Το πρόθεμα αναφοράς χρησιμοποιείται για τον μοναδικό προσδιορισμό πόρων σε
|
148
|
-
secondary_hosts_hint:
|
149
|
+
reference_prefix_hint: Το πρόθεμα αναφοράς χρησιμοποιείται για τον μοναδικό προσδιορισμό των πόρων σε όλους τους οργανισμούς.
|
150
|
+
secondary_hosts_hint: Εισάγετε κάθε ένα από αυτά σε μια νέα γραμμή.
|
149
151
|
title: Νέος οργανισμός
|
150
152
|
omniauth_settings:
|
151
153
|
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
@@ -54,6 +54,9 @@ es-MX:
|
|
54
54
|
new:
|
55
55
|
create: Crear
|
56
56
|
title: Nuevo administrador
|
57
|
+
show:
|
58
|
+
destroy: Eliminar
|
59
|
+
edit: Editar
|
57
60
|
update:
|
58
61
|
error: Se ha producido un error al actualizar este administrador.
|
59
62
|
success: Administrador actualizado correctamente
|
@@ -64,6 +67,21 @@ es-MX:
|
|
64
67
|
placeholders:
|
65
68
|
content: Agrega contenido significativo a la página estática de %{page} en el panel de admin.
|
66
69
|
title: Título predeterminado para %{page}
|
70
|
+
devise:
|
71
|
+
passwords:
|
72
|
+
edit:
|
73
|
+
change_your_password: Cambia tu contraseña
|
74
|
+
minimum_characters: "(%{minimum} caracteres como mínimo)"
|
75
|
+
new:
|
76
|
+
forgot_your_password: '¿Has olvidado tu contraseña?'
|
77
|
+
send_me_reset_password_instructions: Envíame las instrucciones para restablecer la contraseña
|
78
|
+
shared:
|
79
|
+
links:
|
80
|
+
did_not_receive_confirmation_instructions?: '¿No has recibido las instrucciones de confirmación?'
|
81
|
+
did_not_receive_unlock_instructions?: '¿No has recibido las instrucciones de desbloqueo?'
|
82
|
+
forgot_your_password?: '¿Olvidaste tu contraseña?'
|
83
|
+
log_in: Iniciar sesión
|
84
|
+
sign_up: Regístrate
|
67
85
|
menu:
|
68
86
|
admins: Administradores
|
69
87
|
dashboard: Panel de control
|
@@ -123,6 +141,7 @@ es-MX:
|
|
123
141
|
success: Organización creada correctamente.
|
124
142
|
edit:
|
125
143
|
secondary_hosts_hint: Introduce cada uno de ellos en una nueva línea
|
144
|
+
title: Editar la organizacion
|
126
145
|
file_upload_settings:
|
127
146
|
content_types:
|
128
147
|
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.
|
@@ -144,8 +163,11 @@ es-MX:
|
|
144
163
|
index:
|
145
164
|
title: Organizaciones
|
146
165
|
new:
|
147
|
-
|
148
|
-
|
166
|
+
default: '¿Por defecto?'
|
167
|
+
enabled: Habilitado
|
168
|
+
locale: Configuración regional
|
169
|
+
reference_prefix_hint: El prefijo de referencia se utiliza para identificar de forma única los recursos del conjunto de la organización.
|
170
|
+
secondary_hosts_hint: Introduce cada uno de ellos en una nueva línea.
|
149
171
|
title: Nueva organización
|
150
172
|
omniauth_settings:
|
151
173
|
decidim:
|
@@ -186,3 +208,9 @@ es-MX:
|
|
186
208
|
our_getting_started_guide: nuestra guía de inicio
|
187
209
|
titles:
|
188
210
|
dashboard: Panel de control
|
211
|
+
decidim: Decidim
|
212
|
+
layouts:
|
213
|
+
decidim:
|
214
|
+
system:
|
215
|
+
login_items:
|
216
|
+
logout: Cerrar sesión
|