decidim-system 0.27.5 → 0.28.0.rc4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (109) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -7
  3. data/app/commands/decidim/system/create_admin.rb +1 -1
  4. data/app/commands/decidim/system/create_default_content_blocks.rb +1 -14
  5. data/app/commands/decidim/system/create_default_pages.rb +23 -4
  6. data/app/commands/decidim/system/populate_help.rb +2 -2
  7. data/app/commands/decidim/system/register_organization.rb +15 -2
  8. data/app/commands/decidim/system/update_admin.rb +1 -1
  9. data/app/commands/decidim/system/update_organization.rb +2 -1
  10. data/app/controllers/decidim/system/application_controller.rb +1 -1
  11. data/app/controllers/decidim/system/dashboard_controller.rb +1 -0
  12. data/app/controllers/decidim/system/organizations_controller.rb +30 -4
  13. data/app/forms/decidim/system/admin_form.rb +1 -1
  14. data/app/forms/decidim/system/update_organization_form.rb +14 -2
  15. data/app/jobs/decidim/system/application_job.rb +1 -1
  16. data/app/packs/entrypoints/decidim_system.js +5 -3
  17. data/app/packs/stylesheets/decidim/system/application.scss +108 -21
  18. data/app/views/decidim/system/admins/_form.html.erb +1 -7
  19. data/app/views/decidim/system/admins/edit.html.erb +3 -3
  20. data/app/views/decidim/system/admins/index.html.erb +3 -31
  21. data/app/views/decidim/system/admins/new.html.erb +3 -3
  22. data/app/views/decidim/system/dashboard/show.html.erb +13 -3
  23. data/app/views/decidim/system/devise/mailers/password_change.html.erb +1 -1
  24. data/app/views/decidim/system/devise/mailers/reset_password_instructions.html.erb +2 -2
  25. data/app/views/decidim/system/devise/passwords/edit.html.erb +5 -8
  26. data/app/views/decidim/system/devise/passwords/new.html.erb +5 -5
  27. data/app/views/decidim/system/devise/sessions/new.html.erb +10 -12
  28. data/app/views/decidim/system/oauth_applications/_form.html.erb +5 -20
  29. data/app/views/decidim/system/oauth_applications/edit.html.erb +9 -11
  30. data/app/views/decidim/system/oauth_applications/index.html.erb +6 -8
  31. data/app/views/decidim/system/oauth_applications/new.html.erb +9 -11
  32. data/app/views/decidim/system/oauth_applications/show.html.erb +20 -23
  33. data/app/views/decidim/system/organizations/_advanced_settings.html.erb +10 -8
  34. data/app/views/decidim/system/organizations/_csp_settings.html.erb +12 -0
  35. data/app/views/decidim/system/organizations/_file_upload_settings.erb +23 -46
  36. data/app/views/decidim/system/organizations/_omniauth_provider.html.erb +13 -16
  37. data/app/views/decidim/system/organizations/_omniauth_settings.html.erb +6 -8
  38. data/app/views/decidim/system/organizations/_smtp_settings.html.erb +12 -22
  39. data/app/views/decidim/system/organizations/edit.html.erb +29 -26
  40. data/app/views/decidim/system/organizations/index.html.erb +3 -4
  41. data/app/views/decidim/system/organizations/new.html.erb +29 -42
  42. data/app/views/decidim/system/shared/_admins_list.html.erb +27 -0
  43. data/app/views/decidim/system/shared/_notices.html.erb +4 -6
  44. data/app/views/decidim/system/shared/_organizations_list.html.erb +10 -3
  45. data/app/views/layouts/decidim/system/_header.html.erb +2 -2
  46. data/app/views/layouts/decidim/system/_login_items.html.erb +3 -7
  47. data/app/views/layouts/decidim/system/_sidebar.html.erb +3 -7
  48. data/app/views/layouts/decidim/system/application.html.erb +24 -28
  49. data/app/views/layouts/decidim/system/login.html.erb +10 -9
  50. data/config/locales/ar.yml +0 -14
  51. data/config/locales/bg.yml +0 -4
  52. data/config/locales/ca.yml +69 -13
  53. data/config/locales/cs.yml +70 -13
  54. data/config/locales/de.yml +62 -13
  55. data/config/locales/el.yml +7 -12
  56. data/config/locales/en.yml +70 -13
  57. data/config/locales/es-MX.yml +70 -13
  58. data/config/locales/es-PY.yml +70 -13
  59. data/config/locales/es.yml +70 -13
  60. data/config/locales/eu.yml +69 -12
  61. data/config/locales/fa-IR.yml +0 -5
  62. data/config/locales/fi-plain.yml +69 -13
  63. data/config/locales/fi.yml +69 -13
  64. data/config/locales/fr-CA.yml +44 -19
  65. data/config/locales/fr.yml +54 -13
  66. data/config/locales/ga-IE.yml +0 -4
  67. data/config/locales/gl.yml +0 -14
  68. data/config/locales/hu.yml +0 -10
  69. data/config/locales/id-ID.yml +0 -10
  70. data/config/locales/is-IS.yml +0 -4
  71. data/config/locales/it.yml +0 -14
  72. data/config/locales/ja.yml +43 -19
  73. data/config/locales/lb.yml +0 -5
  74. data/config/locales/lt.yml +17 -12
  75. data/config/locales/lv.yml +0 -10
  76. data/config/locales/nl.yml +0 -12
  77. data/config/locales/no.yml +0 -14
  78. data/config/locales/pl.yml +0 -14
  79. data/config/locales/pt-BR.yml +0 -14
  80. data/config/locales/pt.yml +0 -14
  81. data/config/locales/ro-RO.yml +3 -21
  82. data/config/locales/ru.yml +0 -10
  83. data/config/locales/sk.yml +0 -10
  84. data/config/locales/sl.yml +0 -9
  85. data/config/locales/sv.yml +0 -14
  86. data/config/locales/tr-TR.yml +3 -14
  87. data/config/locales/uk.yml +0 -9
  88. data/config/locales/zh-CN.yml +0 -12
  89. data/config/locales/zh-TW.yml +6 -11
  90. data/config/routes.rb +6 -2
  91. data/db/seeds.rb +1 -1
  92. data/lib/decidim/system/engine.rb +2 -25
  93. data/lib/decidim/system/menu.rb +35 -0
  94. data/lib/decidim/system/version.rb +1 -1
  95. data/lib/tasks/decidim_system.rake +1 -1
  96. metadata +20 -25
  97. data/app/packs/entrypoints/decidim_system.scss +0 -1
  98. data/app/packs/src/decidim/system/application.js +0 -41
  99. data/app/packs/stylesheets/decidim/system/_actions.scss +0 -8
  100. data/app/packs/stylesheets/decidim/system/_forms.scss +0 -36
  101. data/app/packs/stylesheets/decidim/system/_foundation_and_overrides.scss +0 -53
  102. data/app/packs/stylesheets/decidim/system/_layout.scss +0 -18
  103. data/app/packs/stylesheets/decidim/system/_login.scss +0 -37
  104. data/app/packs/stylesheets/decidim/system/_settings.scss +0 -569
  105. data/app/packs/stylesheets/decidim/system/_sidebar.scss +0 -83
  106. data/app/packs/stylesheets/decidim/system/_tables.scss +0 -6
  107. data/app/views/decidim/system/admins/show.html.erb +0 -9
  108. data/app/views/decidim/system/organizations/show.html.erb +0 -10
  109. data/config/environment.rb +0 -3
@@ -38,15 +38,17 @@ cs:
38
38
  confirm_destroy: Opravdu to chcete smazat?
39
39
  destroy: Smazat
40
40
  edit: Upravit
41
- new: Nový
41
+ new_admin: Nový administrátor
42
+ new_oauth_application: Nová aplikace OAuth
43
+ new_organization: Nová organizace
42
44
  save: Uložit
43
45
  title: Akce
44
46
  admins:
45
47
  create:
46
48
  error: Při vytváření nového administrátora došlo k chybě.
47
- success: Správce byl úspěšně vytvořen
49
+ success: Správce byl úspěšně vytvořen.
48
50
  destroy:
49
- success: Správce úspěšně smazán
51
+ success: Správce byl úspěšně smazán.
50
52
  edit:
51
53
  title: Upravit admin
52
54
  update: Aktualizace
@@ -55,19 +57,19 @@ cs:
55
57
  new:
56
58
  create: Vytvořit
57
59
  title: Nový admin
58
- show:
59
- destroy: Vymazat
60
- edit: Upravit
61
60
  update:
62
61
  error: Při aktualizaci tohoto administrátora došlo k chybě.
63
- success: Správce byl úspěšně aktualizován
62
+ success: Správce byl úspěšně aktualizován.
64
63
  dashboard:
65
64
  show:
65
+ admins: Administrátoři
66
66
  current_organizations: Aktuální organizace
67
67
  default_pages:
68
68
  placeholders:
69
69
  content: Přidejte smysluplný obsah na statickou stránku %{page} na ovládacím panelu administrátora.
70
+ summary: Přidejte smysluplný obsah na statickou stránku %{page} na ovládacím panelu administrátora.
70
71
  title: Výchozí název pro %{page}
72
+ terms-of-service: Podmínky služby
71
73
  devise:
72
74
  passwords:
73
75
  edit:
@@ -93,7 +95,6 @@ cs:
93
95
  fields:
94
96
  created_at: Vytvořeno v
95
97
  email: E-mail
96
- name: Správce
97
98
  validations:
98
99
  email_uniqueness: jiný admin se stejnou e-mailovou adresou již existuje
99
100
  oauth_application:
@@ -101,17 +102,16 @@ cs:
101
102
  created_at: Vytvořeno v
102
103
  name: Jméno žádosti OAuth
103
104
  organization_name: Organizace
104
- name: Žádost OAuth
105
105
  organization:
106
106
  actions:
107
107
  save_and_invite: Vytvořit organizaci a pozvat administrátora
108
108
  fields:
109
+ content_security_policy: Zásady zabezpečení obsahu
109
110
  created_at: Vytvořeno v
110
111
  file_upload_settings: Nastavení nahrávání souborů
111
112
  name: Název
112
113
  omniauth_settings: Nastavení Omniauth
113
114
  smtp_settings: SMTP nastavení
114
- name: Organizace
115
115
  oauth_applications:
116
116
  create:
117
117
  error: Při vytváření této žádosti došlo k chybě.
@@ -139,8 +139,58 @@ cs:
139
139
  show: Zobrazit pokročilá nastavení
140
140
  create:
141
141
  error: Při vytváření nové organizace došlo k chybě.
142
- success: Organizace byla úspěšně vytvořena.
142
+ success_html: |
143
+ <p>
144
+ Organizace byla úspěšně vytvořena.
145
+ </p>
146
+ <ol>
147
+ <li>Možná budete muset aktualizovat kód aplikace, pokud chcete povolit žádosti pro %{host}, musíte přidat následující informace do konfigurace prostředí
148
+ (tj.. <code>config/environment/production.rb</code>) nebo vaše <code>config/application.rb</code>:
149
+ <p> config. osts << "%{host}" </p>
150
+ </li>
151
+ <li>
152
+ Po dokončení budete mít přístup k vaší platformě prostřednictvím <a href="http://%{host}">http://%{host}</a>
153
+ </li>
154
+ <li>
155
+ Poslali jsme e-mail na <b>%{email}</b>, který musíte potvrdit.
156
+ </li>
157
+ </ol>
158
+ csp_settings:
159
+ connect_src: Připojit src
160
+ connect_src_hint: |
161
+ Směrnice pro spojení - src omezuje URL, které mohou být načteny pomocí <script> prvků.
162
+ Platforma přidá 'sebe', ale umožňuje přidat další. Pokud si nejste jistí, ponechte prázdné.
163
+ default_src: Default src
164
+ default_src_hint: |
165
+ Default-src direktiva je výchozí zásada pro načítání obsahu, jako je JavaScript, Images, CSS, Fonts, AJAX requests, Frames, HTML5 Media.
166
+ Deicdim přidá "self" 'unsafe-inline'', ale umožňuje přidat další. Nechte prázdné, pokud si nejste jistí.
167
+ font_src: Font src
168
+ font_src_hint: |
169
+ Direktiva font-src omezuje URL, které lze nahrát pomocí @font-face.
170
+ Decidim přidá 'self', ale umožňuje přidat další. Nechte prázdné, pokud si nejste jistí.
171
+ frame_src: Frame src
172
+ frame_src_hint: |
173
+ Direktiva frame-src omezuje URL, které lze načíst pomocí prvků <frame>, <iframe> a <object>.
174
+ Decidim přidá 'self', ale umožňuje přidat další. Nechte prázdné, pokud si nejste jistí.
175
+ img_src: Img src
176
+ img_src_hint: |
177
+ Direktiva img-src omezuje URL, které lze nahrát pomocí prvků <img>, <image>, <picture> a <svg>.
178
+ Decidim přidá 'self', ale umožňuje přidat další. Nechte prázdné, pokud si nejste jistí.
179
+ media_src: Média src
180
+ media_src_hint: |
181
+ Direktiva media-src omezuje URL, které lze nahrát pomocí prvků <video>, <audio> a <source>.
182
+ Decidim přidá 'self', ale umožňuje přidat další. Nechte prázdné, pokud si nejste jistí.
183
+ script_src: Script src
184
+ script_src_hint: |
185
+ Direktiva script-src omezuje URL, které lze nahrát pomocí <script> prvků.
186
+ Decidim přidá "'self' 'unsafe-inline' 'unsafe-eval'", ale umožňuje přidat další. Nechte prázdné, pokud si nejste jistí.
187
+ style_src: Style src
188
+ style_src_hint: |
189
+ Směrnice style-src omezuje URL, které lze načíst pomocí <style> prvků.
190
+ Decidim přidá "'self' 'unsafe-inline'", ale umožňuje přidat další. Nechte prázdné, pokud si nejste jistí.
143
191
  edit:
192
+ confirm_resend_invitation: Opravdu chcete znovu odeslat pozvánku?
193
+ resend_invitation: Znovu odeslat pozvánku
144
194
  secondary_hosts_hint: Zadejte každý z nich do nového řádku
145
195
  title: Upravit organizaci
146
196
  file_upload_settings:
@@ -167,6 +217,7 @@ cs:
167
217
  default: Výchozí?
168
218
  enabled: Povoleno
169
219
  locale: Jazyk
220
+ organization_admin_email_hint: Na tuto adresu zašleme e-mail, abyste ji mohli potvrdit a nastavit své heslo.
170
221
  reference_prefix_hint: Předpona reference se používá k jednoznačné identifikaci zdrojů ve všech organizacích.
171
222
  secondary_hosts_hint: Každou vložte do nového řádku.
172
223
  title: Nová organizace
@@ -188,11 +239,14 @@ cs:
188
239
  twitter:
189
240
  api_key: Klíč API
190
241
  api_secret: API heslo
242
+ resend_invitation:
243
+ error: Při odesílání pozvánky došlo k chybě.
244
+ success: Pozvánka úspěšně odeslána.
191
245
  smtp_settings:
192
246
  fieldsets:
193
247
  sender: Odesilatel
194
248
  instructions:
195
- from_label: 'Odesílatel e-mailu bude: "Název vaší organizace <your-organization@example.org>". Ponechte prázdné pro použití ''E-mailová adresa'' jako popisku'
249
+ from_label: 'Odesílatel e-mailu bude: "Název vaší organizace <your-organization@example.org>". Ponechte prázdné pro použití ''E-mailové adresy'' jako popisku.'
196
250
  placeholder:
197
251
  from_email: vaše-organizace@example.org
198
252
  from_label: jméno vaší organizace
@@ -202,11 +256,14 @@ cs:
202
256
  users_registration_mode:
203
257
  disabled: Přístup lze provádět pouze s externími účty
204
258
  enabled: Umožnit uživatelům registraci a přihlášení
205
- existing: Nedovolte, aby se uživatelé registrovali, ale umožněte stávajícím uživatelům přihlášení
259
+ existing: Neumožnit účastníkům registraci, ale umožnit stávajícím účastníkům přihlášení
206
260
  shared:
207
261
  notices:
208
262
  no_organization_warning_html: Abyste mohli začít, musíte vytvořit organizaci. Před pokračováním se ujistěte, že jste si přečetli %{guide}.
209
263
  our_getting_started_guide: náš průvodce začínáme
264
+ organizations_list:
265
+ confirm_resend_invitation: Opravdu chcete znovu odeslat pozvánku?
266
+ resend_invitation: Znovu odeslat pozvánku
210
267
  titles:
211
268
  dashboard: Ovládací panel
212
269
  decidim: Decidim
@@ -38,15 +38,17 @@ de:
38
38
  confirm_destroy: Möchtest du das wirklich löschen?
39
39
  destroy: Löschen
40
40
  edit: Bearbeiten
41
- new: Neu
41
+ new_admin: Neuer Admin
42
+ new_oauth_application: Neue OAUTH-Anwendung
43
+ new_organization: Neue Organisation
42
44
  save: Speichern
43
45
  title: Aktionen
44
46
  admins:
45
47
  create:
46
48
  error: Beim Erstellen eines neuen Administrators ist ein Fehler aufgetreten.
47
- success: Administrator erfolgreich erstellt
49
+ success: Admin erfolgreich erstellt.
48
50
  destroy:
49
- success: Der Administrator wurde erfolgreich gelöscht
51
+ success: Admin erfolgreich gelöscht.
50
52
  edit:
51
53
  title: Administrator bearbeiten
52
54
  update: Aktualisieren
@@ -55,19 +57,19 @@ de:
55
57
  new:
56
58
  create: Erstellen
57
59
  title: Neuer Administrator
58
- show:
59
- destroy: Löschen
60
- edit: Bearbeiten
61
60
  update:
62
61
  error: Beim Aktualisieren dieses Administrators ist ein Fehler aufgetreten.
63
- success: Administrator wurde erfolgreich aktualisiert
62
+ success: Admin erfolgreich aktualisiert.
64
63
  dashboard:
65
64
  show:
65
+ admins: Admins
66
66
  current_organizations: Aktuelle Organisationen
67
67
  default_pages:
68
68
  placeholders:
69
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.
70
71
  title: Standardtitel für %{page}
72
+ terms-of-service: Nutzungsbedingungen
71
73
  devise:
72
74
  passwords:
73
75
  edit:
@@ -93,7 +95,6 @@ de:
93
95
  fields:
94
96
  created_at: Erstellt am
95
97
  email: Email
96
- name: Administrator
97
98
  validations:
98
99
  email_uniqueness: ein anderer Administrator mit der gleichen E-Mail existiert bereits
99
100
  oauth_application:
@@ -101,17 +102,16 @@ de:
101
102
  created_at: Erstellt am
102
103
  name: Name OAuth-Anwendung
103
104
  organization_name: Organisation
104
- name: OAuth-Anwendung
105
105
  organization:
106
106
  actions:
107
107
  save_and_invite: Organisation erstellen & den Admin einladen
108
108
  fields:
109
+ content_security_policy: Sicherheitsrichtlinie für Inhalte (Content Security Policy)
109
110
  created_at: Erstellt am
110
111
  file_upload_settings: Datei-Upload Einstellungen
111
112
  name: Name
112
113
  omniauth_settings: Omniauth-Einstellungen
113
114
  smtp_settings: SMTP-Einstellungen
114
- name: Organisation
115
115
  oauth_applications:
116
116
  create:
117
117
  error: Beim Erstellen dieser Anwendung ist ein Fehler aufgetreten.
@@ -139,8 +139,50 @@ de:
139
139
  show: Zeige erweiterte Einstellungen
140
140
  create:
141
141
  error: Beim Erstellen einer neuen Organisation ist ein Fehler aufgetreten.
142
- success: Organisation erfolgreich erstellt
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.
143
183
  edit:
184
+ confirm_resend_invitation: Sind Sie sicher, das Sie die Einladung erneut senden möchten?
185
+ resend_invitation: Einladung erneut senden
144
186
  secondary_hosts_hint: Geben Sie jede von ihnen in einer neuen Zeile ein
145
187
  title: Organisation bearbeiten
146
188
  file_upload_settings:
@@ -167,6 +209,7 @@ de:
167
209
  default: Standard?
168
210
  enabled: Aktiviert
169
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.
170
213
  reference_prefix_hint: Das Referenzpräfix wird zur eindeutigen Identifizierung von Ressourcen in allen Organisationen verwendet.
171
214
  secondary_hosts_hint: Geben Sie jede von ihnen in einer neuen Zeile ein.
172
215
  title: Neue Organisation
@@ -188,11 +231,14 @@ de:
188
231
  twitter:
189
232
  api_key: API-Schlüssel
190
233
  api_secret: API-Geheimnis
234
+ resend_invitation:
235
+ error: Beim Versand der Einladung ist ein Fehler aufgetreten.
236
+ success: Einladung erfolgreich gesendet.
191
237
  smtp_settings:
192
238
  fieldsets:
193
239
  sender: Absender
194
240
  instructions:
195
- from_label: 'E-Mail-Absender lautet: "Dein-Organisationsname <your-organization@example.org>". Leer lassen um ''from_email'' als Absender zu verwenden'
241
+ from_label: 'E-Mail-Absender lautet: "Ihr-Organisationsname <your-organization@example.org>". Leer lassen, um die E-Mail-Adresse als Absender zu verwenden.'
196
242
  placeholder:
197
243
  from_email: deine-organisation@example.org
198
244
  from_label: name-ihrer-organisation
@@ -202,11 +248,14 @@ de:
202
248
  users_registration_mode:
203
249
  disabled: Der Zugriff kann nur mit externen Konten erfolgen
204
250
  enabled: Benutzern erlauben, sich zu registrieren und sich anzumelden
205
- existing: Erlauben Sie Benutzern keine Registrierung, sondern erlauben Sie bestehenden Benutzern, sich anzumelden
251
+ existing: Teilnehmende können sich nicht neu registrieren, bestehende teilnehmende sich aber weiterhin anmelden
206
252
  shared:
207
253
  notices:
208
254
  no_organization_warning_html: Sie müssen eine Organisation erstellen, um zu beginnen. Stellen Sie sicher, dass Sie %{guide} lesen, bevor Sie fortfahren.
209
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
210
259
  titles:
211
260
  dashboard: Instrumententafel
212
261
  decidim: Decidim
@@ -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:
@@ -172,7 +167,7 @@ el:
172
167
  fieldsets:
173
168
  sender: Αποστολέας
174
169
  instructions:
175
- from_label: 'Ο αποστολέας ηλεκτρονικού ταχυδρομείου θα είναι: "όνομα-οργάνωσής <your-organization@example.org>". Αφήστε κενό για να χρησιμοποιήσετε την ''Διεύθυνση email'' ως ετικέτα'
170
+ from_label: 'Ο αποστολέας ηλεκτρονικού ταχυδρομείου θα είναι: "όνομα-οργάνωσής <your-organization@example.org>". Αφήστε κενό για να χρησιμοποιήσετε την ''Διεύθυνση email'' ως ετικέτα.'
176
171
  placeholder:
177
172
  from_email: your-organization@example.org
178
173
  from_label: το-όνομα-του-οργανισμού-σας
@@ -182,7 +177,7 @@ el:
182
177
  users_registration_mode:
183
178
  disabled: Η πρόσβαση μπορεί να γίνει μόνο με εξωτερικούς λογαριασμούς
184
179
  enabled: Να επιτρέπεται στους συμμετέχοντες η εγγραφή και η σύνδεση
185
- existing: Να μην επιτρέπεται στους συμμετέχοντες η εγγραφή, αλλά να επιτρέπεται στους υπάρχοντες συμμετέχοντες η σύνδεση
180
+ existing: Μην επιτρέπετε στους συμμετέχοντες να εγγραφούν, αλλά επιτρέψτε στους υπάρχοντες συμμετέχοντες να συνδεθούν
186
181
  shared:
187
182
  notices:
188
183
  no_organization_warning_html: Πρέπει να δημιουργήσετε έναν οργανισμό για να ξεκινήσετε. Βεβαιωθείτε ότι έχετε διαβάσει τον οδηγό %{guide} προτού συνεχίσετε.
@@ -38,15 +38,17 @@ en:
38
38
  confirm_destroy: Are you sure you want to delete this?
39
39
  destroy: Delete
40
40
  edit: Edit
41
- new: New
41
+ new_admin: New admin
42
+ new_oauth_application: New OAUTH application
43
+ new_organization: New organization
42
44
  save: Save
43
45
  title: Actions
44
46
  admins:
45
47
  create:
46
48
  error: There was a problem creating a new admin.
47
- success: Admin successfully created
49
+ success: Admin successfully created.
48
50
  destroy:
49
- success: Admin successfully deleted
51
+ success: Admin successfully deleted.
50
52
  edit:
51
53
  title: Edit admin
52
54
  update: Update
@@ -55,19 +57,19 @@ en:
55
57
  new:
56
58
  create: Create
57
59
  title: New admin
58
- show:
59
- destroy: Destroy
60
- edit: Edit
61
60
  update:
62
61
  error: There was a problem updating this admin.
63
- success: Admin successfully updated
62
+ success: Admin successfully updated.
64
63
  dashboard:
65
64
  show:
65
+ admins: Admins
66
66
  current_organizations: Current organizations
67
67
  default_pages:
68
68
  placeholders:
69
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.
70
71
  title: Default title for %{page}
72
+ terms-of-service: Terms of service
71
73
  devise:
72
74
  passwords:
73
75
  edit:
@@ -93,7 +95,6 @@ en:
93
95
  fields:
94
96
  created_at: Created at
95
97
  email: Email
96
- name: Admin
97
98
  validations:
98
99
  email_uniqueness: another admin with the same email already exists
99
100
  oauth_application:
@@ -101,17 +102,16 @@ en:
101
102
  created_at: Created at
102
103
  name: OAuth application name
103
104
  organization_name: Organization
104
- name: OAuth application
105
105
  organization:
106
106
  actions:
107
107
  save_and_invite: Create organization & invite admin
108
108
  fields:
109
+ content_security_policy: Content security policy
109
110
  created_at: Created at
110
111
  file_upload_settings: File upload settings
111
112
  name: Name
112
113
  omniauth_settings: Omniauth settings
113
114
  smtp_settings: SMTP settings
114
- name: Organization
115
115
  oauth_applications:
116
116
  create:
117
117
  error: There was a problem creating this application.
@@ -139,8 +139,58 @@ en:
139
139
  show: Show advanced settings
140
140
  create:
141
141
  error: There was a problem creating a new organization.
142
- success: Organization successfully created.
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.
143
191
  edit:
192
+ confirm_resend_invitation: Are you sure you want to resend the invitation?
193
+ resend_invitation: Resend invitation
144
194
  secondary_hosts_hint: Enter each one of them in a new line
145
195
  title: Edit organization
146
196
  file_upload_settings:
@@ -167,6 +217,7 @@ en:
167
217
  default: Default?
168
218
  enabled: Enabled
169
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.
170
221
  reference_prefix_hint: The reference prefix is used to uniquely identify resources across all organization.
171
222
  secondary_hosts_hint: Enter each one of them in a new line.
172
223
  title: New organization
@@ -188,11 +239,14 @@ en:
188
239
  twitter:
189
240
  api_key: API key
190
241
  api_secret: API secret
242
+ resend_invitation:
243
+ error: There was a problem sending the invitation.
244
+ success: Invitation successfully sent.
191
245
  smtp_settings:
192
246
  fieldsets:
193
247
  sender: Sender
194
248
  instructions:
195
- from_label: 'Email sender will be: "your-organization-name <your-organization@example.org>". Leave blank to use the ''Email address'' as label'
249
+ from_label: 'Email sender will be: "your-organization-name <your-organization@example.org>". Leave blank to use the ''Email address'' as label.'
196
250
  placeholder:
197
251
  from_email: your-organization@example.org
198
252
  from_label: your-organization-name
@@ -202,11 +256,14 @@ en:
202
256
  users_registration_mode:
203
257
  disabled: Access only can be done with external accounts
204
258
  enabled: Allow participants to register and login
205
- existing: Don't allow participants to register, but allow existing participants to login
259
+ existing: Do not allow participants to register, but allow existing participants to login
206
260
  shared:
207
261
  notices:
208
262
  no_organization_warning_html: You must create an organization to get started. Make sure you read %{guide} before proceeding.
209
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
210
267
  titles:
211
268
  dashboard: Dashboard
212
269
  decidim: Decidim