decidim-system 0.27.9 → 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 +18 -8
- 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 -9
- data/app/forms/decidim/system/admin_form.rb +1 -1
- data/app/forms/decidim/system/update_organization_form.rb +16 -17
- data/app/jobs/decidim/system/application_job.rb +1 -1
- data/app/mailers/decidim/system/application_mailer.rb +12 -0
- 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 -12
- data/config/locales/bg.yml +0 -214
- data/config/locales/ca.yml +69 -18
- data/config/locales/cs.yml +69 -12
- data/config/locales/de.yml +62 -18
- data/config/locales/el.yml +8 -11
- data/config/locales/en.yml +70 -18
- data/config/locales/eo.yml +0 -7
- data/config/locales/es-MX.yml +70 -18
- data/config/locales/es-PY.yml +70 -18
- data/config/locales/es.yml +70 -18
- data/config/locales/eu.yml +69 -17
- data/config/locales/fa-IR.yml +0 -5
- data/config/locales/fi-plain.yml +69 -18
- data/config/locales/fi.yml +71 -20
- data/config/locales/fr-CA.yml +44 -24
- data/config/locales/fr.yml +54 -18
- data/config/locales/ga-IE.yml +0 -4
- data/config/locales/gl.yml +0 -12
- data/config/locales/hu.yml +0 -35
- data/config/locales/id-ID.yml +0 -10
- data/config/locales/is-IS.yml +0 -10
- data/config/locales/it.yml +0 -13
- data/config/locales/ja.yml +43 -24
- data/config/locales/lb.yml +0 -5
- data/config/locales/lt.yml +18 -11
- data/config/locales/lv.yml +0 -27
- data/config/locales/nl.yml +0 -20
- data/config/locales/no.yml +0 -12
- data/config/locales/pl.yml +0 -53
- data/config/locales/pt-BR.yml +0 -38
- data/config/locales/pt.yml +0 -12
- data/config/locales/ro-RO.yml +3 -19
- 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 -12
- data/config/locales/tr-TR.yml +3 -15
- data/config/locales/uk.yml +0 -21
- data/config/locales/zh-CN.yml +0 -12
- data/config/locales/zh-TW.yml +7 -10
- 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 +22 -28
- 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/de.yml
CHANGED
@@ -32,25 +32,23 @@ de:
|
|
32
32
|
attributes:
|
33
33
|
redirect_uri:
|
34
34
|
must_be_ssl: Der Umleitungs-URI muss ein SSL-URI sein
|
35
|
-
organization:
|
36
|
-
attributes:
|
37
|
-
password:
|
38
|
-
secret_key: Sie müssen die SECRET_KEY_BASE Umgebungsvariable definieren, um dieses Feld speichern zu können
|
39
35
|
decidim:
|
40
36
|
system:
|
41
37
|
actions:
|
42
38
|
confirm_destroy: Möchtest du das wirklich löschen?
|
43
39
|
destroy: Löschen
|
44
40
|
edit: Bearbeiten
|
45
|
-
|
41
|
+
new_admin: Neuer Admin
|
42
|
+
new_oauth_application: Neue OAUTH-Anwendung
|
43
|
+
new_organization: Neue Organisation
|
46
44
|
save: Speichern
|
47
45
|
title: Aktionen
|
48
46
|
admins:
|
49
47
|
create:
|
50
48
|
error: Beim Erstellen eines neuen Administrators ist ein Fehler aufgetreten.
|
51
|
-
success:
|
49
|
+
success: Admin erfolgreich erstellt.
|
52
50
|
destroy:
|
53
|
-
success:
|
51
|
+
success: Admin erfolgreich gelöscht.
|
54
52
|
edit:
|
55
53
|
title: Administrator bearbeiten
|
56
54
|
update: Aktualisieren
|
@@ -59,19 +57,19 @@ de:
|
|
59
57
|
new:
|
60
58
|
create: Erstellen
|
61
59
|
title: Neuer Administrator
|
62
|
-
show:
|
63
|
-
destroy: Löschen
|
64
|
-
edit: Bearbeiten
|
65
60
|
update:
|
66
61
|
error: Beim Aktualisieren dieses Administrators ist ein Fehler aufgetreten.
|
67
|
-
success:
|
62
|
+
success: Admin erfolgreich aktualisiert.
|
68
63
|
dashboard:
|
69
64
|
show:
|
65
|
+
admins: Admins
|
70
66
|
current_organizations: Aktuelle Organisationen
|
71
67
|
default_pages:
|
72
68
|
placeholders:
|
73
69
|
content: Fügen Sie der statischen Seite %{page} im Admin-Dashboard sinnvollen Inhalt hinzu.
|
70
|
+
summary: Fügen Sie der statischen Seite %{page} im Admin-Dashboard eine sinnvolle Zusammenfassung hinzu.
|
74
71
|
title: Standardtitel für %{page}
|
72
|
+
terms-of-service: Nutzungsbedingungen
|
75
73
|
devise:
|
76
74
|
passwords:
|
77
75
|
edit:
|
@@ -97,7 +95,6 @@ de:
|
|
97
95
|
fields:
|
98
96
|
created_at: Erstellt am
|
99
97
|
email: Email
|
100
|
-
name: Administrator
|
101
98
|
validations:
|
102
99
|
email_uniqueness: ein anderer Administrator mit der gleichen E-Mail existiert bereits
|
103
100
|
oauth_application:
|
@@ -105,17 +102,16 @@ de:
|
|
105
102
|
created_at: Erstellt am
|
106
103
|
name: Name OAuth-Anwendung
|
107
104
|
organization_name: Organisation
|
108
|
-
name: OAuth-Anwendung
|
109
105
|
organization:
|
110
106
|
actions:
|
111
107
|
save_and_invite: Organisation erstellen & den Admin einladen
|
112
108
|
fields:
|
109
|
+
content_security_policy: Sicherheitsrichtlinie für Inhalte (Content Security Policy)
|
113
110
|
created_at: Erstellt am
|
114
111
|
file_upload_settings: Datei-Upload Einstellungen
|
115
112
|
name: Name
|
116
113
|
omniauth_settings: Omniauth-Einstellungen
|
117
114
|
smtp_settings: SMTP-Einstellungen
|
118
|
-
name: Organisation
|
119
115
|
oauth_applications:
|
120
116
|
create:
|
121
117
|
error: Beim Erstellen dieser Anwendung ist ein Fehler aufgetreten.
|
@@ -143,9 +139,50 @@ de:
|
|
143
139
|
show: Zeige erweiterte Einstellungen
|
144
140
|
create:
|
145
141
|
error: Beim Erstellen einer neuen Organisation ist ein Fehler aufgetreten.
|
146
|
-
|
147
|
-
|
142
|
+
success_html: |
|
143
|
+
<p>
|
144
|
+
Organisation erfolgreich erstellt.
|
145
|
+
</p>
|
146
|
+
<ol>
|
147
|
+
<li>Eventuell müssen Sie Ihren Anwendungscode aktualisieren um Anfragen an %{host} zu erlauben. Fügen Sie folgendes zu Ihrer Umgebungskonfiguration (z.B. <code>config/environment/production.rb</code>) oder <code>config/application.rb</code> hinzu:
|
148
|
+
<p> config.hosts << "%{host}" </p>
|
149
|
+
</li>
|
150
|
+
<li>
|
151
|
+
Danach können Sie auf die Plattform über <a href="http://%{host}">http://%{host}</a> zugreifen
|
152
|
+
</li>
|
153
|
+
<li>
|
154
|
+
Wir haben eine E-Mail an <b>%{email}</b> gesendet, die Sie bestätigen müssen.
|
155
|
+
</li>
|
156
|
+
</ol>
|
157
|
+
csp_settings:
|
158
|
+
connect_src: Verbindungsvorschriften (connect-src)
|
159
|
+
connect_src_hint: |
|
160
|
+
Die connect-src Anweisung schränkt URLs ein, die mittels <script> Elementen geladen werden können. Die Plattform fügt "self" hinzu, erlaubt aber zusätzliche Quellen. Lassen Sie das Feld leer, wenn Sie unsicher sind.
|
161
|
+
default_src: Standardvorschriften (default-src)
|
162
|
+
default_src_hint: |
|
163
|
+
Die default-src Anweisung ist die Standardmethode um Inhalte wie JavaScript, Bilder, CSS, Schriften, AJAX-Anfragen, Frames oder HTML5-Medien.
|
164
|
+
Die Plattform fügt "'self' 'unsafe-inline'" hinzu, erlaubt aber zusätzliche Quellen. Lassen Sie das Feld leer, wenn Sie unsicher sind.
|
165
|
+
font_src: Schriftvorschriften (font-src)
|
166
|
+
font_src_hint: |
|
167
|
+
Die font-src Anweisung schränkt URLs ein, die mittels @font-face geladen werden können. Die Plattform fügt "self" hinzu, erlaubt aber zusätzliche Quellen. Lassen Sie das Feld leer, wenn Sie unsicher sind.
|
168
|
+
frame_src: Framevorschriften (frame-src)
|
169
|
+
frame_src_hint: |
|
170
|
+
Die frame-src Anweisung schränkt URLs ein, die mittels <frame>, <iframe> und <object> Elementen geladen werden können. Die Plattform fügt "self" hinzu, erlaubt aber zusätzliche Quellen. Lassen Sie das Feld leer, wenn Sie unsicher sind.
|
171
|
+
img_src: Bildvorschriften
|
172
|
+
img_src_hint: |
|
173
|
+
Die img-src Anweisung schränkt URLs ein, die mittels <img>, <image>, <picture> und <svg>Elementen geladen werden können. Die Plattform fügt "self" hinzu, erlaubt aber zusätzliche Quellen. Lassen Sie das Feld leer, wenn Sie unsicher sind.
|
174
|
+
media_src: Medienvorschriften (media-src)
|
175
|
+
media_src_hint: |
|
176
|
+
Die media-src Anweisung schränkt URLs ein, die mittels <video>, <audio> und <source> Elementen geladen werden können. Die Plattform fügt "self" hinzu, erlaubt aber zusätzliche Quellen. Lassen Sie das Feld leer, wenn Sie unsicher sind.
|
177
|
+
script_src: Skriptvorschriften (script-src)
|
178
|
+
script_src_hint: |
|
179
|
+
Die script-src Anweisung schränkt URLs ein, die mittels <script> Elementen geladen werden können. Die Plattform fügt "'self' 'unsafe-inline''unsafe-eval'" hinzu, erlaubt aber zusätzliche Quellen. Lassen Sie das Feld leer, wenn Sie unsicher sind.
|
180
|
+
style_src: Stilvorschriften (style-src)
|
181
|
+
style_src_hint: |
|
182
|
+
Die style-src Anweisung schränkt URLs ein, die mittels <style> Elementen geladen werden können. Die Plattform fügt "'self' 'unsafe-inline'" hinzu, erlaubt aber zusätzliche Quellen. Lassen Sie das Feld leer, wenn Sie unsicher sind.
|
148
183
|
edit:
|
184
|
+
confirm_resend_invitation: Sind Sie sicher, das Sie die Einladung erneut senden möchten?
|
185
|
+
resend_invitation: Einladung erneut senden
|
149
186
|
secondary_hosts_hint: Geben Sie jede von ihnen in einer neuen Zeile ein
|
150
187
|
title: Organisation bearbeiten
|
151
188
|
file_upload_settings:
|
@@ -172,6 +209,7 @@ de:
|
|
172
209
|
default: Standard?
|
173
210
|
enabled: Aktiviert
|
174
211
|
locale: Spracheinstellung
|
212
|
+
organization_admin_email_hint: Wir senden Ihnen eine E-Mail an diese Adresse, die Sie bestätigen müssen um Ihr Passwort einrichten zu können.
|
175
213
|
reference_prefix_hint: Das Referenzpräfix wird zur eindeutigen Identifizierung von Ressourcen in allen Organisationen verwendet.
|
176
214
|
secondary_hosts_hint: Geben Sie jede von ihnen in einer neuen Zeile ein.
|
177
215
|
title: Neue Organisation
|
@@ -193,11 +231,14 @@ de:
|
|
193
231
|
twitter:
|
194
232
|
api_key: API-Schlüssel
|
195
233
|
api_secret: API-Geheimnis
|
234
|
+
resend_invitation:
|
235
|
+
error: Beim Versand der Einladung ist ein Fehler aufgetreten.
|
236
|
+
success: Einladung erfolgreich gesendet.
|
196
237
|
smtp_settings:
|
197
238
|
fieldsets:
|
198
239
|
sender: Absender
|
199
240
|
instructions:
|
200
|
-
from_label: 'E-Mail-Absender lautet: "
|
241
|
+
from_label: 'E-Mail-Absender lautet: "Ihr-Organisationsname <your-organization@example.org>". Leer lassen, um die E-Mail-Adresse als Absender zu verwenden.'
|
201
242
|
placeholder:
|
202
243
|
from_email: deine-organisation@example.org
|
203
244
|
from_label: name-ihrer-organisation
|
@@ -207,11 +248,14 @@ de:
|
|
207
248
|
users_registration_mode:
|
208
249
|
disabled: Der Zugriff kann nur mit externen Konten erfolgen
|
209
250
|
enabled: Benutzern erlauben, sich zu registrieren und sich anzumelden
|
210
|
-
existing:
|
251
|
+
existing: Teilnehmende können sich nicht neu registrieren, bestehende teilnehmende sich aber weiterhin anmelden
|
211
252
|
shared:
|
212
253
|
notices:
|
213
254
|
no_organization_warning_html: Sie müssen eine Organisation erstellen, um zu beginnen. Stellen Sie sicher, dass Sie %{guide} lesen, bevor Sie fortfahren.
|
214
255
|
our_getting_started_guide: unser Leitfaden für Anfänger
|
256
|
+
organizations_list:
|
257
|
+
confirm_resend_invitation: Sind Sie sicher, das Sie die Einladung erneut senden möchten?
|
258
|
+
resend_invitation: Einladung erneut senden
|
215
259
|
titles:
|
216
260
|
dashboard: Instrumententafel
|
217
261
|
decidim: Decidim
|
data/config/locales/el.yml
CHANGED
@@ -38,15 +38,14 @@ el:
|
|
38
38
|
confirm_destroy: Είστε βέβαιοι ότι θέλετε να την διαγράψετε;
|
39
39
|
destroy: Διαγραφή
|
40
40
|
edit: Επεξεργασία
|
41
|
-
new: Νέα
|
42
41
|
save: Αποθήκευση
|
43
42
|
title: Ενέργειες
|
44
43
|
admins:
|
45
44
|
create:
|
46
45
|
error: Υπήρξε ένα πρόβλημα κατά τη δημιουργία ενός νέου διαχειριστή.
|
47
|
-
success: Ο διαχειριστής δημιουργήθηκε
|
46
|
+
success: Ο διαχειριστής δημιουργήθηκε επιτυχώς.
|
48
47
|
destroy:
|
49
|
-
success: Ο διαχειριστής διαγράφηκε
|
48
|
+
success: Ο διαχειριστής διαγράφηκε επιτυχώς.
|
50
49
|
edit:
|
51
50
|
title: Επεξεργασία διαχειριστή
|
52
51
|
update: Ενημέρωση
|
@@ -55,18 +54,18 @@ el:
|
|
55
54
|
new:
|
56
55
|
create: Δημιουργία
|
57
56
|
title: Νέος διαχειριστής
|
58
|
-
show:
|
59
|
-
edit: Επεξεργασία
|
60
57
|
update:
|
61
58
|
error: Υπήρξε ένα πρόβλημα κατά την ενημέρωση αυτού του διαχειριστή.
|
62
|
-
success: Ο διαχειριστής ενημερώθηκε
|
59
|
+
success: Ο διαχειριστής ενημερώθηκε επιτυχώς.
|
63
60
|
dashboard:
|
64
61
|
show:
|
65
62
|
current_organizations: Τρέχοντες οργανισμοί
|
66
63
|
default_pages:
|
67
64
|
placeholders:
|
68
65
|
content: Προσθέστε ουσιαστικό περιεχόμενο στη στατική σελίδα %{page} στον πίνακα εργαλείων διαχειριστή.
|
66
|
+
summary: Παρακαλώ προσθέστε μια ουσιαστική περίληψη στη στατική σελίδα %{page} στον πίνακα διαχείρισης.
|
69
67
|
title: Προεπιλεγμένος τίτλος για τη σελίδα %{page}
|
68
|
+
terms-of-service: Όροι Χρήσης
|
70
69
|
menu:
|
71
70
|
admins: Διαχειριστές
|
72
71
|
dashboard: Πίνακας εργαλείων
|
@@ -77,7 +76,6 @@ el:
|
|
77
76
|
fields:
|
78
77
|
created_at: Δημιουργήθηκε στις
|
79
78
|
email: Email
|
80
|
-
name: Διαχειριστής
|
81
79
|
validations:
|
82
80
|
email_uniqueness: υπάρχει ήδη άλλος διαχειριστής με την ίδια διεύθυνση email
|
83
81
|
oauth_application:
|
@@ -85,7 +83,6 @@ el:
|
|
85
83
|
created_at: Δημιουργήθηκε στις
|
86
84
|
name: Όνομα εφαρμογής OAuth
|
87
85
|
organization_name: Οργανισμός
|
88
|
-
name: Εφαρμογή OAuth
|
89
86
|
organization:
|
90
87
|
actions:
|
91
88
|
save_and_invite: Δημιουργία οργανισμού και πρόσκληση διαχειριστή
|
@@ -95,7 +92,6 @@ el:
|
|
95
92
|
name: Όνομα
|
96
93
|
omniauth_settings: Ρυθμίσεις Omniauth
|
97
94
|
smtp_settings: Ρυθμίσεις SMTP
|
98
|
-
name: Οργανισμός
|
99
95
|
oauth_applications:
|
100
96
|
create:
|
101
97
|
error: Υπήρξε ένα πρόβλημα κατά τη δημιουργία αυτής της εφαρμογής.
|
@@ -123,7 +119,6 @@ el:
|
|
123
119
|
show: Εμφάνιση προηγμένων ρυθμίσεων
|
124
120
|
create:
|
125
121
|
error: Υπήρξε ένα πρόβλημα κατά τη δημιουργία ενός νέου οργανισμού.
|
126
|
-
success: Ο οργανισμός δημιουργήθηκε με επιτυχία.
|
127
122
|
edit:
|
128
123
|
secondary_hosts_hint: Εισαγάγετε κάθε ένα από αυτά σε μια νέα γραμμή
|
129
124
|
file_upload_settings:
|
@@ -171,6 +166,8 @@ el:
|
|
171
166
|
smtp_settings:
|
172
167
|
fieldsets:
|
173
168
|
sender: Αποστολέας
|
169
|
+
instructions:
|
170
|
+
from_label: 'Ο αποστολέας ηλεκτρονικού ταχυδρομείου θα είναι: "όνομα-οργάνωσής <your-organization@example.org>". Αφήστε κενό για να χρησιμοποιήσετε την ''Διεύθυνση email'' ως ετικέτα.'
|
174
171
|
placeholder:
|
175
172
|
from_email: your-organization@example.org
|
176
173
|
from_label: το-όνομα-του-οργανισμού-σας
|
@@ -180,7 +177,7 @@ el:
|
|
180
177
|
users_registration_mode:
|
181
178
|
disabled: Η πρόσβαση μπορεί να γίνει μόνο με εξωτερικούς λογαριασμούς
|
182
179
|
enabled: Να επιτρέπεται στους συμμετέχοντες η εγγραφή και η σύνδεση
|
183
|
-
existing:
|
180
|
+
existing: Μην επιτρέπετε στους συμμετέχοντες να εγγραφούν, αλλά επιτρέψτε στους υπάρχοντες συμμετέχοντες να συνδεθούν
|
184
181
|
shared:
|
185
182
|
notices:
|
186
183
|
no_organization_warning_html: Πρέπει να δημιουργήσετε έναν οργανισμό για να ξεκινήσετε. Βεβαιωθείτε ότι έχετε διαβάσει τον οδηγό %{guide} προτού συνεχίσετε.
|
data/config/locales/en.yml
CHANGED
@@ -32,25 +32,23 @@ en:
|
|
32
32
|
attributes:
|
33
33
|
redirect_uri:
|
34
34
|
must_be_ssl: The redirect URI must be a SSL URI
|
35
|
-
organization:
|
36
|
-
attributes:
|
37
|
-
password:
|
38
|
-
secret_key: You need to define the SECRET_KEY_BASE environment variable to be able to save this field
|
39
35
|
decidim:
|
40
36
|
system:
|
41
37
|
actions:
|
42
38
|
confirm_destroy: Are you sure you want to delete this?
|
43
39
|
destroy: Delete
|
44
40
|
edit: Edit
|
45
|
-
|
41
|
+
new_admin: New admin
|
42
|
+
new_oauth_application: New OAUTH application
|
43
|
+
new_organization: New organization
|
46
44
|
save: Save
|
47
45
|
title: Actions
|
48
46
|
admins:
|
49
47
|
create:
|
50
48
|
error: There was a problem creating a new admin.
|
51
|
-
success: Admin successfully created
|
49
|
+
success: Admin successfully created.
|
52
50
|
destroy:
|
53
|
-
success: Admin successfully deleted
|
51
|
+
success: Admin successfully deleted.
|
54
52
|
edit:
|
55
53
|
title: Edit admin
|
56
54
|
update: Update
|
@@ -59,19 +57,19 @@ en:
|
|
59
57
|
new:
|
60
58
|
create: Create
|
61
59
|
title: New admin
|
62
|
-
show:
|
63
|
-
destroy: Destroy
|
64
|
-
edit: Edit
|
65
60
|
update:
|
66
61
|
error: There was a problem updating this admin.
|
67
|
-
success: Admin successfully updated
|
62
|
+
success: Admin successfully updated.
|
68
63
|
dashboard:
|
69
64
|
show:
|
65
|
+
admins: Admins
|
70
66
|
current_organizations: Current organizations
|
71
67
|
default_pages:
|
72
68
|
placeholders:
|
73
69
|
content: Please add meaningful content to the %{page} static page on the admin dashboard.
|
70
|
+
summary: Please add meaningful summary to the %{page} static page on the admin dashboard.
|
74
71
|
title: Default title for %{page}
|
72
|
+
terms-of-service: Terms of service
|
75
73
|
devise:
|
76
74
|
passwords:
|
77
75
|
edit:
|
@@ -97,7 +95,6 @@ en:
|
|
97
95
|
fields:
|
98
96
|
created_at: Created at
|
99
97
|
email: Email
|
100
|
-
name: Admin
|
101
98
|
validations:
|
102
99
|
email_uniqueness: another admin with the same email already exists
|
103
100
|
oauth_application:
|
@@ -105,17 +102,16 @@ en:
|
|
105
102
|
created_at: Created at
|
106
103
|
name: OAuth application name
|
107
104
|
organization_name: Organization
|
108
|
-
name: OAuth application
|
109
105
|
organization:
|
110
106
|
actions:
|
111
107
|
save_and_invite: Create organization & invite admin
|
112
108
|
fields:
|
109
|
+
content_security_policy: Content security policy
|
113
110
|
created_at: Created at
|
114
111
|
file_upload_settings: File upload settings
|
115
112
|
name: Name
|
116
113
|
omniauth_settings: Omniauth settings
|
117
114
|
smtp_settings: SMTP settings
|
118
|
-
name: Organization
|
119
115
|
oauth_applications:
|
120
116
|
create:
|
121
117
|
error: There was a problem creating this application.
|
@@ -143,9 +139,58 @@ en:
|
|
143
139
|
show: Show advanced settings
|
144
140
|
create:
|
145
141
|
error: There was a problem creating a new organization.
|
146
|
-
|
147
|
-
|
142
|
+
success_html: |
|
143
|
+
<p>
|
144
|
+
Organization successfully created.
|
145
|
+
</p>
|
146
|
+
<ol>
|
147
|
+
<li>You may need to update your application code, as to allow requests to %{host} you need to add the following to your
|
148
|
+
environment configuration (i.e. <code>config/environment/production.rb</code>) or your <code>config/application.rb</code>:
|
149
|
+
<p> config.hosts << "%{host}" </p>
|
150
|
+
</li>
|
151
|
+
<li>
|
152
|
+
After that is done, you will be able to access to your platform through <a href="http://%{host}">http://%{host}</a>
|
153
|
+
</li>
|
154
|
+
<li>
|
155
|
+
We have sent an email to <b>%{email}</b> that you need to confirm.
|
156
|
+
</li>
|
157
|
+
</ol>
|
158
|
+
csp_settings:
|
159
|
+
connect_src: Connect src
|
160
|
+
connect_src_hint: |
|
161
|
+
The connect-src directive restricts the URLs which can be loaded using <script> elements.
|
162
|
+
The platform will add 'self', but allows you to add more. leave it blank if you are unsure.
|
163
|
+
default_src: Default src
|
164
|
+
default_src_hint: |
|
165
|
+
The default-src directive is the default policy for loading content such as JavaScript, Images, CSS, Fonts, AJAX requests, Frames, HTML5 Media.
|
166
|
+
The platform will add "'self' 'unsafe-inline'", but allows you to add more. leave it blank if you are unsure.
|
167
|
+
font_src: Font src
|
168
|
+
font_src_hint: |
|
169
|
+
The font-src directive restricts the URLs which can be loaded using @font-face.
|
170
|
+
The platform will add 'self', but allows you to add more. leave it blank if you are unsure.
|
171
|
+
frame_src: Frame src
|
172
|
+
frame_src_hint: |
|
173
|
+
The frame-src directive restricts the URLs which can be loaded using <frame>, <iframe> and <object> elements.
|
174
|
+
The platform will add 'self', but allows you to add more. leave it blank if you are unsure.
|
175
|
+
img_src: Img src
|
176
|
+
img_src_hint: |
|
177
|
+
The img-src directive restricts the URLs which can be loaded using <img>, <image>, <picture> and <svg> elements.
|
178
|
+
The platform will add 'self', but allows you to add more. leave it blank if you are unsure.
|
179
|
+
media_src: Media src
|
180
|
+
media_src_hint: |
|
181
|
+
The media-src directive restricts the URLs which can be loaded using the <video>, <audio> and <source> elements.
|
182
|
+
The platform will add 'self', but allows you to add more. leave it blank if you are unsure.
|
183
|
+
script_src: Script src
|
184
|
+
script_src_hint: |
|
185
|
+
The script-src directive restricts the URLs which can be loaded using <script> elements.
|
186
|
+
The platform will add "'self' 'unsafe-inline' 'unsafe-eval'", but allows you to add more. leave it blank if you are unsure.
|
187
|
+
style_src: Style src
|
188
|
+
style_src_hint: |
|
189
|
+
The style-src directive restricts the URLs which can be loaded using <style> elements.
|
190
|
+
The platform will add "'self' 'unsafe-inline'", but allows you to add more. leave it blank if you are unsure.
|
148
191
|
edit:
|
192
|
+
confirm_resend_invitation: Are you sure you want to resend the invitation?
|
193
|
+
resend_invitation: Resend invitation
|
149
194
|
secondary_hosts_hint: Enter each one of them in a new line
|
150
195
|
title: Edit organization
|
151
196
|
file_upload_settings:
|
@@ -172,6 +217,7 @@ en:
|
|
172
217
|
default: Default?
|
173
218
|
enabled: Enabled
|
174
219
|
locale: Locale
|
220
|
+
organization_admin_email_hint: We will send an email to this address so you can confirm it and set up your password.
|
175
221
|
reference_prefix_hint: The reference prefix is used to uniquely identify resources across all organization.
|
176
222
|
secondary_hosts_hint: Enter each one of them in a new line.
|
177
223
|
title: New organization
|
@@ -193,11 +239,14 @@ en:
|
|
193
239
|
twitter:
|
194
240
|
api_key: API key
|
195
241
|
api_secret: API secret
|
242
|
+
resend_invitation:
|
243
|
+
error: There was a problem sending the invitation.
|
244
|
+
success: Invitation successfully sent.
|
196
245
|
smtp_settings:
|
197
246
|
fieldsets:
|
198
247
|
sender: Sender
|
199
248
|
instructions:
|
200
|
-
from_label: 'Email sender will be: "your-organization-name <your-organization@example.org>". Leave blank to use the
|
249
|
+
from_label: 'Email sender will be: "your-organization-name <your-organization@example.org>". Leave blank to use the ''Email address'' as label.'
|
201
250
|
placeholder:
|
202
251
|
from_email: your-organization@example.org
|
203
252
|
from_label: your-organization-name
|
@@ -207,11 +256,14 @@ en:
|
|
207
256
|
users_registration_mode:
|
208
257
|
disabled: Access only can be done with external accounts
|
209
258
|
enabled: Allow participants to register and login
|
210
|
-
existing:
|
259
|
+
existing: Do not allow participants to register, but allow existing participants to login
|
211
260
|
shared:
|
212
261
|
notices:
|
213
262
|
no_organization_warning_html: You must create an organization to get started. Make sure you read %{guide} before proceeding.
|
214
263
|
our_getting_started_guide: our getting started guide
|
264
|
+
organizations_list:
|
265
|
+
confirm_resend_invitation: Are you sure you want to resend the invitation?
|
266
|
+
resend_invitation: Resend invitation
|
215
267
|
titles:
|
216
268
|
dashboard: Dashboard
|
217
269
|
decidim: Decidim
|
data/config/locales/eo.yml
CHANGED
data/config/locales/es-MX.yml
CHANGED
@@ -32,25 +32,23 @@ es-MX:
|
|
32
32
|
attributes:
|
33
33
|
redirect_uri:
|
34
34
|
must_be_ssl: La URI de redirección debe ser una URI SSL
|
35
|
-
organization:
|
36
|
-
attributes:
|
37
|
-
password:
|
38
|
-
secret_key: Necesitas definir la variable de entorno SECRETA_KEY_BASE para poder guardar este campo
|
39
35
|
decidim:
|
40
36
|
system:
|
41
37
|
actions:
|
42
38
|
confirm_destroy: '¿Seguro que lo quieres eliminar?'
|
43
39
|
destroy: Borrar
|
44
40
|
edit: Editar
|
45
|
-
|
41
|
+
new_admin: Añadir administradora
|
42
|
+
new_oauth_application: Añadir aplicación OAUTH
|
43
|
+
new_organization: Añadir organización
|
46
44
|
save: Guardar
|
47
45
|
title: Acciones
|
48
46
|
admins:
|
49
47
|
create:
|
50
48
|
error: Se ha producido un error al crear un nuevo administrador.
|
51
|
-
success:
|
49
|
+
success: Administradora creada correctamente.
|
52
50
|
destroy:
|
53
|
-
success:
|
51
|
+
success: Administradora eliminada correctamente.
|
54
52
|
edit:
|
55
53
|
title: Editar administrador
|
56
54
|
update: Actualizar
|
@@ -59,19 +57,19 @@ es-MX:
|
|
59
57
|
new:
|
60
58
|
create: Crear
|
61
59
|
title: Nuevo administrador
|
62
|
-
show:
|
63
|
-
destroy: Eliminar
|
64
|
-
edit: Editar
|
65
60
|
update:
|
66
61
|
error: Se ha producido un error al actualizar este administrador.
|
67
|
-
success:
|
62
|
+
success: Administradora actualizada correctamente.
|
68
63
|
dashboard:
|
69
64
|
show:
|
65
|
+
admins: Administradoras
|
70
66
|
current_organizations: Organizaciones actuales
|
71
67
|
default_pages:
|
72
68
|
placeholders:
|
73
69
|
content: Agrega contenido significativo a la página estática de %{page} en el panel de admin.
|
70
|
+
summary: Por favor, agrega un resumen significativo a la página estática %{page} en el panel de administración.
|
74
71
|
title: Título predeterminado para %{page}
|
72
|
+
terms-of-service: Términos y condiciones de uso
|
75
73
|
devise:
|
76
74
|
passwords:
|
77
75
|
edit:
|
@@ -97,7 +95,6 @@ es-MX:
|
|
97
95
|
fields:
|
98
96
|
created_at: Fecha de creación
|
99
97
|
email: Correo electrónico
|
100
|
-
name: Administrador
|
101
98
|
validations:
|
102
99
|
email_uniqueness: ya existe otro administrador con este correo electrónico
|
103
100
|
oauth_application:
|
@@ -105,17 +102,16 @@ es-MX:
|
|
105
102
|
created_at: Creado el
|
106
103
|
name: Nombre de la aplicación OAuth
|
107
104
|
organization_name: Organización
|
108
|
-
name: Aplicación OAuth
|
109
105
|
organization:
|
110
106
|
actions:
|
111
107
|
save_and_invite: Crear organización e invitar a administrador
|
112
108
|
fields:
|
109
|
+
content_security_policy: Política de seguridad de los contenidos
|
113
110
|
created_at: Fecha de creación
|
114
111
|
file_upload_settings: Ajustes de subida de archivos
|
115
112
|
name: Nombre
|
116
113
|
omniauth_settings: Ajustes de Omniauth
|
117
114
|
smtp_settings: Configuración de SMTP
|
118
|
-
name: Organización
|
119
115
|
oauth_applications:
|
120
116
|
create:
|
121
117
|
error: Se ha producido un error al crear esta aplicación.
|
@@ -143,9 +139,58 @@ es-MX:
|
|
143
139
|
show: Mostrar configuración avanzada
|
144
140
|
create:
|
145
141
|
error: Se ha producido un error al crear una nueva organización.
|
146
|
-
|
147
|
-
|
142
|
+
success_html: |
|
143
|
+
<p>
|
144
|
+
Organización creada correctamente.
|
145
|
+
</p>
|
146
|
+
<ol>
|
147
|
+
<li>Es posible que necesite actualizar el código de tu aplicación, en cuanto a permitir peticiones a %{host}, necesitas añadir lo siguiente a tu configuración de entorno
|
148
|
+
(p.e <code>config/environment/production.rb</code>) o tu <code>config/application.rb</code>:
|
149
|
+
<p>config.hosts << "%{host}" </p>
|
150
|
+
</li>
|
151
|
+
<li>
|
152
|
+
Hecho esto, tendrías que poder acceder a tu plataforma a través de <a href="http://%{host}">http://%{host}</a>
|
153
|
+
</li>
|
154
|
+
<li>
|
155
|
+
Te hemos enviado un correo electrónico a <b>%{email}</b> que necesitas confirmar.
|
156
|
+
</li>
|
157
|
+
</ol>
|
158
|
+
csp_settings:
|
159
|
+
connect_src: Direcciones de conexión (connect-src)
|
160
|
+
connect_src_hint: |
|
161
|
+
Las direcciones de conexión (connect-src) delimitan las URL que se pueden cargar en los elementos <script>.
|
162
|
+
Decidim añade automáticamente el valor 'self', pero, si quieres, puedes añadir otros valores. Deja el valor en blanco si no sabes lo que significa.
|
163
|
+
default_src: SRC por defecto
|
164
|
+
default_src_hint: |
|
165
|
+
Default-src es la convención predeterminada para todo el contenido externo, como JavaScript, imágenes, CSS, fuentes, llamadas asincrónicas, marcos y archivos multimedia HTML5.
|
166
|
+
Decidim añade automáticamente el valor "'self' 'unsafe-inline'", pero, si quieres, puedes añadir otros valores. Deja el valor en blanco si no sabe lo que significa.
|
167
|
+
font_src: Direcciones de fuentes (font-src)
|
168
|
+
font_src_hint: |
|
169
|
+
La directiva font-src restringe las URL que se pueden cargar con @font-face.
|
170
|
+
Decidim añade automáticamente 'self', pero, si quieres, puedes añadir otros valores. Déjalo en blanco si no sabes lo que significa.
|
171
|
+
frame_src: Direcciones de marco (frame-src)
|
172
|
+
frame_src_hint: |
|
173
|
+
La directiva frame-src restringe las URL que se pueden cargar con elementos <frame>, <iframe> y <object>.
|
174
|
+
Decidim añade automáticamente 'self', pero, si quieres, puedes añadir otros valores. Déjalo en blanco si no sabes lo que significa.
|
175
|
+
img_src: Direcciones de imagen (img-src)
|
176
|
+
img_src_hint: |
|
177
|
+
Las URL de imagen (img-src) delimitan las URL que se pueden cargar usando los elementos <img>, <image>, <picture> y <svg>.
|
178
|
+
Decidim añade automáticamente 'self', pero, si quieres, puedes añadir otros valores. Déjalo en blanco si no sabes lo que significa.
|
179
|
+
media_src: Direcciones multimedia (media-src)
|
180
|
+
media_src_hint: |
|
181
|
+
Las direcciones multimedia (media-src) delimitan las URL que se pueden cargar en los elementos <video>, <audio> y <source>.
|
182
|
+
Decidim añade automáticamente el valor 'self', pero, si quieres, puedes añadir otros valores. Deja el valor en blanco si no sabes lo que significa.
|
183
|
+
script_src: Direcciones de script (script-src)
|
184
|
+
script_src_hint: |
|
185
|
+
Las direcciones de script (script-src) delimitan las URL que se pueden cargar en los elementos <script>.
|
186
|
+
Decidim añade automáticamente el valor '"self' 'unsafe-inline' 'unsafe-eval'", pero, si lo deseas, puedes añadir otros valores. Deja el valor en blanco si no sabes lo que significa.
|
187
|
+
style_src: Direcciones de estilo (style-src)
|
188
|
+
style_src_hint: |
|
189
|
+
Las direcciones de estilo (style-src) limitan las URL que se pueden cargar en los elementos <style>.
|
190
|
+
Decidim añade automáticamente el valor "'self' 'unsafe-inline'", pero, si quieres, puedes añadir otros valores. Deja el valor en blanco si no sabes lo que significa.
|
148
191
|
edit:
|
192
|
+
confirm_resend_invitation: '¿Seguro que quieres reenviar la invitación?'
|
193
|
+
resend_invitation: Reenviar invitación
|
149
194
|
secondary_hosts_hint: Introduce cada uno de ellos en una nueva línea
|
150
195
|
title: Editar la organizacion
|
151
196
|
file_upload_settings:
|
@@ -172,6 +217,7 @@ es-MX:
|
|
172
217
|
default: '¿Por defecto?'
|
173
218
|
enabled: Habilitado
|
174
219
|
locale: Configuración regional
|
220
|
+
organization_admin_email_hint: Te enviaremos un correo electrónico a esta dirección para que la puedas confirmar y configurar tu contraseña.
|
175
221
|
reference_prefix_hint: El prefijo de referencia se utiliza para identificar de forma única los recursos del conjunto de la organización.
|
176
222
|
secondary_hosts_hint: Introduce cada uno de ellos en una nueva línea.
|
177
223
|
title: Nueva organización
|
@@ -193,11 +239,14 @@ es-MX:
|
|
193
239
|
twitter:
|
194
240
|
api_key: Clave API
|
195
241
|
api_secret: Secreto API
|
242
|
+
resend_invitation:
|
243
|
+
error: Se ha producido un error al volver a enviar la invitación.
|
244
|
+
success: Invitación enviada con éxito.
|
196
245
|
smtp_settings:
|
197
246
|
fieldsets:
|
198
247
|
sender: Remitente
|
199
248
|
instructions:
|
200
|
-
from_label: 'El remitente de correo electrónico será: "nombre-de-tu-organizacion <your-organization@example.org>". Déjalo en blanco para usar
|
249
|
+
from_label: 'El remitente de correo electrónico será: "nombre-de-tu-organizacion <your-organization@example.org>". Déjalo en blanco para usar la ''dirección de correo electrónico'' como etiqueta.'
|
201
250
|
placeholder:
|
202
251
|
from_email: tu-organizacion@example.org
|
203
252
|
from_label: el-nombre-de-tu-organizacion
|
@@ -207,11 +256,14 @@ es-MX:
|
|
207
256
|
users_registration_mode:
|
208
257
|
disabled: Solo se puede acceder desde cuentas externas
|
209
258
|
enabled: Permitir a los usuarios registrarse e iniciar sesión
|
210
|
-
existing: No permitir que
|
259
|
+
existing: No permitir que se regustren nuevas participantes, pero permitir a las participantes existentes iniciar sesión
|
211
260
|
shared:
|
212
261
|
notices:
|
213
262
|
no_organization_warning_html: Debes crear una organización para comenzar. Asegúrate de leer %{guide} antes de continuar.
|
214
263
|
our_getting_started_guide: nuestra guía de inicio
|
264
|
+
organizations_list:
|
265
|
+
confirm_resend_invitation: '¿Seguro que quieres reenviar la invitación?'
|
266
|
+
resend_invitation: Reenviar la invitación
|
215
267
|
titles:
|
216
268
|
dashboard: Panel de control
|
217
269
|
decidim: Decidim
|