decidim-system 0.21.0 → 0.23.2

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of decidim-system might be problematic. Click here for more details.

Files changed (92) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/decidim/system/application.js.es6 +2 -0
  3. data/app/assets/stylesheets/decidim/system/_forms.scss +36 -0
  4. data/app/assets/stylesheets/decidim/system/_foundation_and_overrides.scss +1 -0
  5. data/app/assets/stylesheets/decidim/system/_sidebar.scss +0 -2
  6. data/app/assets/stylesheets/decidim/system/application.scss +1 -0
  7. data/app/commands/decidim/system/create_default_content_blocks.rb +1 -1
  8. data/app/commands/decidim/system/create_oauth_application.rb +37 -0
  9. data/app/commands/decidim/system/destroy_oauth_application.rb +39 -0
  10. data/app/commands/decidim/system/register_organization.rb +2 -1
  11. data/app/commands/decidim/system/update_oauth_application.rb +39 -0
  12. data/app/commands/decidim/system/update_organization.rb +4 -0
  13. data/app/controllers/decidim/system/oauth_applications_controller.rb +84 -0
  14. data/app/controllers/decidim/system/organizations_controller.rb +8 -1
  15. data/app/forms/decidim/system/file_upload_settings_form.rb +70 -0
  16. data/app/forms/decidim/system/oauth_application_form.rb +35 -0
  17. data/app/forms/decidim/system/update_organization_form.rb +13 -1
  18. data/app/views/decidim/system/oauth_applications/_form.html.erb +26 -0
  19. data/app/views/decidim/system/oauth_applications/edit.html.erb +13 -0
  20. data/app/views/decidim/system/oauth_applications/index.html.erb +41 -0
  21. data/app/views/decidim/system/oauth_applications/new.html.erb +13 -0
  22. data/app/views/decidim/system/oauth_applications/show.html.erb +27 -0
  23. data/app/views/decidim/system/organizations/_file_upload_settings.erb +56 -0
  24. data/app/views/decidim/system/organizations/_omniauth_provider.html.erb +4 -0
  25. data/app/views/decidim/system/organizations/_smtp_settings.html.erb +7 -3
  26. data/app/views/decidim/system/organizations/edit.html.erb +1 -0
  27. data/app/views/decidim/system/organizations/new.html.erb +1 -0
  28. data/app/views/layouts/decidim/system/_header.html.erb +1 -0
  29. data/app/views/layouts/decidim/system/_js_configuration.html.erb +9 -0
  30. data/app/views/layouts/decidim/system/application.html.erb +2 -0
  31. data/config/locales/am-ET.yml +1 -0
  32. data/config/locales/bg-BG.yml +8 -0
  33. data/config/locales/bg.yml +8 -0
  34. data/config/locales/ca.yml +92 -0
  35. data/config/locales/cs.yml +95 -3
  36. data/config/locales/da-DK.yml +1 -0
  37. data/config/locales/da.yml +1 -0
  38. data/config/locales/de.yml +108 -1
  39. data/config/locales/el.yml +97 -0
  40. data/config/locales/en.yml +92 -0
  41. data/config/locales/eo.yml +1 -0
  42. data/config/locales/es-MX.yml +92 -0
  43. data/config/locales/es-PY.yml +92 -0
  44. data/config/locales/es.yml +92 -0
  45. data/config/locales/et-EE.yml +1 -0
  46. data/config/locales/et.yml +1 -0
  47. data/config/locales/fi-plain.yml +92 -0
  48. data/config/locales/fi.yml +92 -0
  49. data/config/locales/fr-CA.yml +182 -0
  50. data/config/locales/fr.yml +106 -0
  51. data/config/locales/ga-IE.yml +1 -0
  52. data/config/locales/gl.yml +118 -11
  53. data/config/locales/hr-HR.yml +1 -0
  54. data/config/locales/hr.yml +1 -0
  55. data/config/locales/hu.yml +4 -0
  56. data/config/locales/is.yml +55 -0
  57. data/config/locales/it.yml +9 -1
  58. data/config/locales/ja-JP.yml +101 -0
  59. data/config/locales/ja.yml +171 -0
  60. data/config/locales/ko-KR.yml +1 -0
  61. data/config/locales/ko.yml +1 -0
  62. data/config/locales/lt-LT.yml +1 -0
  63. data/config/locales/lt.yml +1 -0
  64. data/config/locales/lv.yml +98 -0
  65. data/config/locales/mt-MT.yml +1 -0
  66. data/config/locales/mt.yml +1 -0
  67. data/config/locales/nl.yml +25 -0
  68. data/config/locales/no.yml +11 -1
  69. data/config/locales/om-ET.yml +1 -0
  70. data/config/locales/pl.yml +123 -21
  71. data/config/locales/pt-BR.yml +1 -1
  72. data/config/locales/pt.yml +47 -24
  73. data/config/locales/ro-RO.yml +98 -0
  74. data/config/locales/si-LK.yml +1 -0
  75. data/config/locales/sk-SK.yml +90 -0
  76. data/config/locales/sk.yml +95 -0
  77. data/config/locales/sl.yml +51 -0
  78. data/config/locales/so-SO.yml +1 -0
  79. data/config/locales/sr-CS.yml +26 -0
  80. data/config/locales/sv.yml +64 -0
  81. data/config/locales/sw-KE.yml +1 -0
  82. data/config/locales/ti-ER.yml +1 -0
  83. data/config/locales/tr-TR.yml +108 -2
  84. data/config/locales/vi-VN.yml +1 -0
  85. data/config/locales/vi.yml +1 -0
  86. data/config/locales/zh-CN.yml +171 -0
  87. data/config/locales/zh-TW.yml +1 -0
  88. data/config/routes.rb +2 -0
  89. data/lib/decidim/system/engine.rb +5 -0
  90. data/lib/decidim/system/test/factories.rb +11 -0
  91. data/lib/decidim/system/version.rb +1 -1
  92. metadata +66 -21
@@ -1,4 +1,36 @@
1
1
  cs:
2
+ activemodel:
3
+ attributes:
4
+ oauth_application:
5
+ name: Jméno žádosti OAuth
6
+ organization_logo: Logo organizace (čtvercové)
7
+ organization_name: Organizace
8
+ organization_url: URL organizace
9
+ redirect_uri: Přesměrovací URI
10
+ organization:
11
+ address: SMTP hostname
12
+ from_email: E-mailová adresa
13
+ from_label: Popisek
14
+ password: Heslo
15
+ port: Port
16
+ user_name: Uživatelské jméno
17
+ organization_file_uploads:
18
+ allowed_content_types:
19
+ admin: Admin MIME typy
20
+ default: Výchozí MIME typy
21
+ allowed_file_extensions:
22
+ admin: Admin přípony souborů
23
+ default: Výchozí přípony souboru
24
+ image: Přípony obrázkových souborů
25
+ maximum_file_size:
26
+ avatar: Velikost souboru avataru
27
+ default: Výchozí velikost souboru
28
+ errors:
29
+ models:
30
+ oauth_application:
31
+ attributes:
32
+ redirect_uri:
33
+ must_be_ssl: URI přesměrování musí být SSL URI
2
34
  decidim:
3
35
  system:
4
36
  actions:
@@ -27,11 +59,12 @@ cs:
27
59
  success: Správce byl úspěšně aktualizován
28
60
  default_pages:
29
61
  placeholders:
30
- content: Přidejte významný obsah na statickou stránku %{page} na řídicím panelu administrátora.
62
+ content: Přidejte smysluplný obsah na statickou stránku %{page} na ovládacím panelu administrátora.
31
63
  title: Výchozí název pro %{page}
32
64
  menu:
33
65
  admins: Správci
34
66
  dashboard: Ovládací panel
67
+ oauth_applications: Žádosti OAuth
35
68
  organizations: Organizace
36
69
  models:
37
70
  admin:
@@ -41,21 +74,67 @@ cs:
41
74
  name: Správce
42
75
  validations:
43
76
  email_uniqueness: jiný admin se stejnou e-mailovou adresou již existuje
77
+ oauth_application:
78
+ fields:
79
+ created_at: Vytvořeno v
80
+ name: Jméno žádosti OAuth
81
+ organization_name: Organizace
82
+ name: Žádost OAuth
44
83
  organization:
45
84
  actions:
46
85
  save_and_invite: Vytvořit organizaci a pozvat administrátora
47
86
  fields:
48
- created_at: Vytvořeno u
87
+ created_at: Vytvořeno v
88
+ file_upload_settings: Nastavení nahrávání souborů
49
89
  name: název
50
90
  omniauth_settings: Nastavení Omniauth
51
91
  smtp_settings: SMTP nastavení
52
92
  name: Organizace
93
+ oauth_applications:
94
+ create:
95
+ error: Při vytváření této žádosti došlo k chybě.
96
+ success: Žádost byla úspěšně vytvořena.
97
+ destroy:
98
+ error: Při zničení této žádosti došlo k chybě.
99
+ success: Žádost byla úspěšně zlikvidována.
100
+ edit:
101
+ save: Uložit
102
+ title: Upravit žádost
103
+ form:
104
+ select_organization: Vybrat organizaci
105
+ index:
106
+ confirm_delete: Jste si jisti, že chcete odstranit tuto žádost?
107
+ title: Žádosti OAuth
108
+ new:
109
+ save: Uložit
110
+ title: Nová žádost
111
+ update:
112
+ error: Při aktualizaci této žádosti došlo k chybě.
113
+ success: Žádost byla úspěšně aktualizována.
53
114
  organizations:
54
115
  create:
55
116
  error: Při vytváření nové organizace došlo k chybě.
56
117
  success: Organizace byla úspěšně vytvořena.
57
118
  edit:
58
119
  secondary_hosts_hint: Zadejte každý z nich do nového řádku
120
+ file_upload_settings:
121
+ content_types:
122
+ 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ů.
123
+ default_hint: Tyto MIME typy jsou ve výchozím nastavení povoleny pro všechny uživatele.
124
+ intro_html: Přidáváte zástupné znaky s hvězdičkou pro MIME typy, např. <code>image/*</code>.
125
+ title: Povolené MIME typy
126
+ file_extensions:
127
+ admin_hint: Tyto přípony souborů jsou povoleny pro nahrávání do sekce administrátora. 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ů.
128
+ default_hint: Tyto přípony souborů jsou ve výchozím nastavení povoleny pro všechny uživatele.
129
+ image_hint: Tyto přípony souborů jsou povoleny pro nahrávání jakéhokoliv druhu obrázku.
130
+ title: Povolené přípony souborů
131
+ file_sizes:
132
+ avatar_hint: Megabajty (MB). Tento limit velikosti souboru se používá pro nahrávání obrázků avataru.
133
+ default_hint: Megabajty (MB). Tento limit velikosti souboru je výchozí, který se používá pro všechna nahrávání souborů, pokud není uvedeno jinak.
134
+ title: Maximální velikost souboru
135
+ intro: |
136
+ Buďte prosím opatrní při zvažování změny těchto nastavení. Čím méně dovolíte, tím lépe.
137
+ Povolení specifických přípon souborů nebo typů MIME může vystavit uživatele systému bezpečnostním rizikům a může také ovlivnit přístupnost webových stránek.
59
138
  index:
60
139
  title: Organizace
61
140
  new:
@@ -63,7 +142,12 @@ cs:
63
142
  secondary_hosts_hint: Zadejte každý z nich do nového řádku
64
143
  title: Nová organizace
65
144
  omniauth_settings:
145
+ decidim:
146
+ client_id: Client ID
147
+ client_secret: Tajný klíč klienta
148
+ site_url: URL webu
66
149
  enabled: Povoleno
150
+ enabled_by_default: Tento poskytovatel je ve výchozím nastavení povolen. Může být upraven, ale ne zakázán.
67
151
  facebook:
68
152
  app_id: ID aplikace
69
153
  app_secret: Tajný klíč aplikace
@@ -75,6 +159,14 @@ cs:
75
159
  twitter:
76
160
  api_key: Klíč API
77
161
  api_secret: API heslo
162
+ smtp_settings:
163
+ fieldsets:
164
+ sender: Odesilatel
165
+ instructions:
166
+ 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'
167
+ placeholder:
168
+ from_email: vaše-organizace@example.org
169
+ from_label: jméno vaší organizace
78
170
  update:
79
171
  error: Při aktualizaci této organizace došlo k chybě.
80
172
  success: Organizace byla úspěšně aktualizována.
@@ -87,4 +179,4 @@ cs:
87
179
  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}.
88
180
  our_getting_started_guide: náš průvodce začínáme
89
181
  titles:
90
- dashboard: Přístrojová deska
182
+ dashboard: Ovládací panel
@@ -0,0 +1 @@
1
+ da:
@@ -0,0 +1 @@
1
+ da:
@@ -1,4 +1,36 @@
1
1
  de:
2
+ activemodel:
3
+ attributes:
4
+ oauth_application:
5
+ name: Name OAuth-Anwendung
6
+ organization_logo: Organisationslogo (quadratisch)
7
+ organization_name: Organisation
8
+ organization_url: URL der Organisation
9
+ redirect_uri: Weiterleitungs-URI
10
+ organization:
11
+ address: SMTP Hostname
12
+ from_email: E-Mail-Adresse
13
+ from_label: Beschreibung
14
+ password: Passwort
15
+ port: Datenbank Port
16
+ user_name: Benutzername
17
+ organization_file_uploads:
18
+ allowed_content_types:
19
+ admin: Admin MIME-Typen
20
+ default: Standard MIME-Typen
21
+ allowed_file_extensions:
22
+ admin: Admin-Dateierweiterungen
23
+ default: Standard-Dateierweiterungen
24
+ image: Bild-Dateierweiterungen
25
+ maximum_file_size:
26
+ avatar: Avatar Dateigröße
27
+ default: Standard-Dateigröße
28
+ errors:
29
+ models:
30
+ oauth_application:
31
+ attributes:
32
+ redirect_uri:
33
+ must_be_ssl: Der Umleitungs-URI muss ein SSL-URI sein
2
34
  decidim:
3
35
  system:
4
36
  actions:
@@ -32,6 +64,7 @@ de:
32
64
  menu:
33
65
  admins: Admins
34
66
  dashboard: Instrumententafel
67
+ oauth_applications: OAuth-Anwendungen
35
68
  organizations: Organisationen
36
69
  models:
37
70
  admin:
@@ -41,25 +74,99 @@ de:
41
74
  name: Administrator
42
75
  validations:
43
76
  email_uniqueness: ein anderer Administrator mit der gleichen E-Mail existiert bereits
77
+ oauth_application:
78
+ fields:
79
+ created_at: Erstellt am
80
+ name: Name OAuth-Anwendung
81
+ organization_name: Organisation
82
+ name: OAuth-Anwendung
44
83
  organization:
45
84
  actions:
46
- save_and_invite: Organisieren & einladen admin erstellen
85
+ save_and_invite: Organisation erstellen & den Admin einladen
47
86
  fields:
48
87
  created_at: Hergestellt in
88
+ file_upload_settings: Datei-Upload Einstellungen
49
89
  name: Name
90
+ omniauth_settings: Omniauth-Einstellungen
91
+ smtp_settings: SMTP-Einstellungen
50
92
  name: Organisation
93
+ oauth_applications:
94
+ create:
95
+ error: Beim Erstellen dieser Anwendung ist ein Fehler aufgetreten.
96
+ success: Anwendung erfolgreich erstellt.
97
+ destroy:
98
+ error: Beim Löschen dieser Anwendung ist ein Fehler aufgetreten.
99
+ success: Anwendung erfolgreich gelöscht.
100
+ edit:
101
+ save: Speichern
102
+ title: Anwendung bearbeiten
103
+ form:
104
+ select_organization: Organisation wählen
105
+ index:
106
+ confirm_delete: Möchten Sie diese Anwendung wirklich löschen?
107
+ title: OAuth-Anwendungen
108
+ new:
109
+ save: Speichern
110
+ title: Neue Applikation
111
+ update:
112
+ error: Beim Erstellen dieser Anwendung ist ein Fehler aufgetreten.
113
+ success: Die Anwendung wurde erfolgreich aktualisiert.
51
114
  organizations:
52
115
  create:
53
116
  error: Beim Erstellen einer neuen Organisation ist ein Fehler aufgetreten.
54
117
  success: Organisation erfolgreich erstellt
55
118
  edit:
56
119
  secondary_hosts_hint: Geben Sie jede von ihnen in einer neuen Zeile ein
120
+ file_upload_settings:
121
+ content_types:
122
+ 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.
123
+ default_hint: Diese MIME-Typen sind standardmäßig für alle Benutzer erlaubt.
124
+ intro_html: Sie fügen Platzhalter mit dem Sternzeichen für die MIME-Typen hinzu, z.B. <code>image/*</code>.
125
+ title: Erlaubte MIME-Typen
126
+ file_extensions:
127
+ admin_hint: Diese Datei-Erweiterungen 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.
128
+ default_hint: Diese Dateierweiterungen sind standardmäßig für alle Benutzer erlaubt.
129
+ image_hint: Diese Dateierweiterungen sind für alle Arten von Bild-Uploads erlaubt.
130
+ title: Zulässige Dateierweiterungen
131
+ file_sizes:
132
+ avatar_hint: Megabytes (MB). Maximale Dateigröße für das Hochladen des Avatars.
133
+ default_hint: Megabytes (MB). Diese Dateigröße ist die Standardeinstellung, die für alle Datei-Uploads verwendet wird, sofern nicht anders angegeben.
134
+ title: Maximale Dateigröße
135
+ intro: |
136
+ Bitte seien Sie besonders vorsichtig, wenn Sie überlegen, diese Einstellungen zu ändern. Je weniger Sie erlauben, desto besser.
137
+ Wenn bestimmte Dateierweiterungen oder MIME-Typen zugelassen werden, können Benutzer Sicherheitsrisiken ausgesetzt werden und es kann auch die Zugänglichkeit der Website beeinträchtigen.
57
138
  index:
58
139
  title: Organisationen
59
140
  new:
60
141
  reference_prefix_hint: Das Referenzpräfix wird zur eindeutigen Identifizierung von Ressourcen in allen Organisationen verwendet
61
142
  secondary_hosts_hint: Geben Sie jede von ihnen in einer neuen Zeile ein
62
143
  title: Neue Organisation
144
+ omniauth_settings:
145
+ decidim:
146
+ client_id: Client-ID
147
+ client_secret: Client-Secret
148
+ site_url: Website-URL
149
+ enabled: Aktiviert
150
+ enabled_by_default: Dieser Anbieter ist standardmäßig aktiviert. Er kann bearbeitet aber nicht deaktiviert werden.
151
+ facebook:
152
+ app_id: App-ID
153
+ app_secret: App-Geheimnis
154
+ google_oauth2:
155
+ client_id: Client-ID
156
+ client_secret: Client-Secret
157
+ icon: Symbol
158
+ icon_path: Icon-Pfad
159
+ twitter:
160
+ api_key: API-Schlüssel
161
+ api_secret: API-Geheimnis
162
+ smtp_settings:
163
+ fieldsets:
164
+ sender: Absender
165
+ instructions:
166
+ from_label: 'E-Mail-Absender lautet: "Dein-Organisationsname <your-organization@example.org>". Leer lassen um ''from_email'' als Absender zu verwenden'
167
+ placeholder:
168
+ from_email: deine-organisation@example.org
169
+ from_label: name-ihrer-organisation
63
170
  update:
64
171
  error: Beim Aktualisieren dieser Organisation ist ein Fehler aufgetreten.
65
172
  success: Die Organisation wurde erfolgreich aktualisiert.
@@ -1 +1,98 @@
1
1
  el:
2
+ decidim:
3
+ system:
4
+ actions:
5
+ confirm_destroy: Είστε βέβαιοι ότι θέλετε να την διαγράψετε;
6
+ destroy: Διαγραφή
7
+ edit: Επεξεργασία
8
+ new: Νέα
9
+ save: Αποθήκευση
10
+ title: Ενέργειες
11
+ admins:
12
+ create:
13
+ error: Υπήρξε ένα πρόβλημα κατά τη δημιουργία ενός νέου διαχειριστή.
14
+ success: Ο διαχειριστής δημιουργήθηκε με επιτυχία
15
+ destroy:
16
+ success: Ο διαχειριστής διαγράφηκε με επιτυχία
17
+ edit:
18
+ title: Επεξεργασία διαχειριστή
19
+ update: Ενημέρωση
20
+ index:
21
+ title: Διαχειριστές
22
+ new:
23
+ create: Δημιουργία
24
+ title: Νέος διαχειριστής
25
+ update:
26
+ error: Υπήρξε ένα πρόβλημα κατά την ενημέρωση αυτού του διαχειριστή.
27
+ success: Ο διαχειριστής ενημερώθηκε με επιτυχία
28
+ default_pages:
29
+ placeholders:
30
+ content: Προσθέστε ουσιαστικό περιεχόμενο στη στατική σελίδα %{page} στον πίνακα εργαλείων διαχειριστή.
31
+ title: Προεπιλεγμένος τίτλος για τη σελίδα %{page}
32
+ menu:
33
+ admins: Διαχειριστές
34
+ dashboard: Πίνακας εργαλείων
35
+ organizations: Οργανισμοί
36
+ models:
37
+ admin:
38
+ fields:
39
+ created_at: Δημιουργήθηκε στις
40
+ email: Email
41
+ name: Διαχειριστής
42
+ validations:
43
+ email_uniqueness: υπάρχει ήδη άλλος διαχειριστής με την ίδια διεύθυνση email
44
+ organization:
45
+ actions:
46
+ save_and_invite: Δημιουργία οργανισμού και πρόσκληση διαχειριστή
47
+ fields:
48
+ created_at: Δημιουργήθηκε στις
49
+ name: Όνομα
50
+ omniauth_settings: Ρυθμίσεις Omniauth
51
+ smtp_settings: Ρυθμίσεις SMTP
52
+ name: Οργανισμός
53
+ organizations:
54
+ create:
55
+ error: Υπήρξε ένα πρόβλημα κατά τη δημιουργία ενός νέου οργανισμού.
56
+ success: Ο οργανισμός δημιουργήθηκε με επιτυχία.
57
+ edit:
58
+ secondary_hosts_hint: Εισαγάγετε κάθε ένα από αυτά σε μια νέα γραμμή
59
+ index:
60
+ title: Οργανισμοί
61
+ new:
62
+ reference_prefix_hint: Το πρόθεμα αναφοράς χρησιμοποιείται για τον μοναδικό προσδιορισμό πόρων σε ολόκληρο τον οργανισμό
63
+ secondary_hosts_hint: Εισαγάγετε κάθε ένα από αυτά σε μια νέα γραμμή
64
+ title: Νέος οργανισμός
65
+ omniauth_settings:
66
+ decidim:
67
+ client_id: Αναγνωριστικό προγράμματος-πελάτη
68
+ client_secret: Μυστικός κωδικός προγράμματος-πελάτη
69
+ site_url: Διεύθυνση URL τοποθεσίας
70
+ enabled: Ενεργοποιήθηκε
71
+ enabled_by_default: Αυτός ο πάροχος είναι ενεργοποιημένος από προεπιλογή. Μπορεί να υποβληθεί σε επεξεργασία αλλά όχι να απενεργοποιηθεί.
72
+ facebook:
73
+ app_id: Αναγνωριστικό εφαρμογής
74
+ app_secret: Μυστικός κωδικός εφαρμογής
75
+ google_oauth2:
76
+ client_id: Αναγνωριστικό προγράμματος-πελάτη
77
+ client_secret: Μυστικός κωδικός προγράμματος-πελάτη
78
+ icon: Εικονίδιο
79
+ icon_path: Διαδρομή εικονιδίου
80
+ twitter:
81
+ api_key: Κλειδί API
82
+ api_secret: Μυστικός κωδικός API
83
+ smtp_settings:
84
+ placeholder:
85
+ from_label: το-όνομα-του-οργανισμού-σας
86
+ update:
87
+ error: Υπήρξε ένα πρόβλημα κατά την ενημέρωση αυτού του οργανισμού.
88
+ success: Ο οργανισμός ενημερώθηκε με επιτυχία.
89
+ users_registration_mode:
90
+ disabled: Η πρόσβαση μπορεί να γίνει μόνο με εξωτερικούς λογαριασμούς
91
+ enabled: Να επιτρέπεται στους συμμετέχοντες η εγγραφή και η σύνδεση
92
+ existing: Να μην επιτρέπεται στους συμμετέχοντες η εγγραφή, αλλά να επιτρέπεται στους υπάρχοντες συμμετέχοντες η σύνδεση
93
+ shared:
94
+ notices:
95
+ no_organization_warning_html: Πρέπει να δημιουργήσετε έναν οργανισμό για να ξεκινήσετε. Βεβαιωθείτε ότι έχετε διαβάσει τον οδηγό %{guide} προτού συνεχίσετε.
96
+ our_getting_started_guide: ο οδηγός μας γρήγορης έναρξης
97
+ titles:
98
+ dashboard: Πίνακας εργαλείων
@@ -1,5 +1,37 @@
1
1
  ---
2
2
  en:
3
+ activemodel:
4
+ attributes:
5
+ oauth_application:
6
+ name: OAuth Application Name
7
+ organization_logo: Organization logo (square)
8
+ organization_name: Organization
9
+ organization_url: Organization URL
10
+ redirect_uri: Redirect URI
11
+ organization:
12
+ address: SMTP hostname
13
+ from_email: Email address
14
+ from_label: Label
15
+ password: Password
16
+ port: Port
17
+ user_name: Username
18
+ organization_file_uploads:
19
+ allowed_content_types:
20
+ admin: Admin MIME types
21
+ default: Default MIME types
22
+ allowed_file_extensions:
23
+ admin: Admin file extensions
24
+ default: Default file extensions
25
+ image: Image file extensions
26
+ maximum_file_size:
27
+ avatar: Avatar file size
28
+ default: Default file size
29
+ errors:
30
+ models:
31
+ oauth_application:
32
+ attributes:
33
+ redirect_uri:
34
+ must_be_ssl: The redirect URI must be a SSL URI
3
35
  decidim:
4
36
  system:
5
37
  actions:
@@ -33,6 +65,7 @@ en:
33
65
  menu:
34
66
  admins: Admins
35
67
  dashboard: Dashboard
68
+ oauth_applications: OAuth applications
36
69
  organizations: Organizations
37
70
  models:
38
71
  admin:
@@ -42,21 +75,67 @@ en:
42
75
  name: Admin
43
76
  validations:
44
77
  email_uniqueness: another admin with the same email already exists
78
+ oauth_application:
79
+ fields:
80
+ created_at: Created at
81
+ name: OAuth application name
82
+ organization_name: Organization
83
+ name: OAuth application
45
84
  organization:
46
85
  actions:
47
86
  save_and_invite: Create organization & invite admin
48
87
  fields:
49
88
  created_at: Created at
89
+ file_upload_settings: File upload settings
50
90
  name: Name
51
91
  omniauth_settings: Omniauth settings
52
92
  smtp_settings: SMTP settings
53
93
  name: Organization
94
+ oauth_applications:
95
+ create:
96
+ error: There was a problem creating this application.
97
+ success: Application created successfully.
98
+ destroy:
99
+ error: There was a problem destroying this application.
100
+ success: Application destroyed successfully.
101
+ edit:
102
+ save: Save
103
+ title: Edit application
104
+ form:
105
+ select_organization: Select an organization
106
+ index:
107
+ confirm_delete: Are you sure you want to delete this application?
108
+ title: OAuth applications
109
+ new:
110
+ save: Save
111
+ title: New application
112
+ update:
113
+ error: There was a problem updating this application.
114
+ success: Application updated successfully.
54
115
  organizations:
55
116
  create:
56
117
  error: There was a problem creating a new organization.
57
118
  success: Organization successfully created.
58
119
  edit:
59
120
  secondary_hosts_hint: Enter each one of them in a new line
121
+ file_upload_settings:
122
+ content_types:
123
+ 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.
124
+ default_hint: These MIME types are allowed for all users by default.
125
+ intro_html: You add wildcards with the asterisk character for the MIME types, e.g. <code>image/*</code>.
126
+ title: Allowed MIME types
127
+ file_extensions:
128
+ admin_hint: These file extensions 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.
129
+ default_hint: These file extensions are allowed for all users by default.
130
+ image_hint: These file extensions are allowed for any kind of image uploads.
131
+ title: Allowed file extensions
132
+ file_sizes:
133
+ avatar_hint: Megabytes (MB). This file size limit is used for the avatar image uploads.
134
+ default_hint: Megabytes (MB). This file size limit is the default which is used for all file uploads unless otherwise specified.
135
+ title: Maximum file sizes
136
+ intro: |
137
+ Please be extra cautious when considering to change these settings. The less you allow, the better.
138
+ Allowing specific file extensions or MIME types can expose the system users to security risks and it can also affect the accessibility of the website.
60
139
  index:
61
140
  title: Organizations
62
141
  new:
@@ -64,7 +143,12 @@ en:
64
143
  secondary_hosts_hint: Enter each one of them in a new line
65
144
  title: New organization
66
145
  omniauth_settings:
146
+ decidim:
147
+ client_id: Client ID
148
+ client_secret: Client secret
149
+ site_url: Site URL
67
150
  enabled: Enabled
151
+ enabled_by_default: This provider is enabled by default. It can be edited but not disabled.
68
152
  facebook:
69
153
  app_id: App ID
70
154
  app_secret: App secret
@@ -76,6 +160,14 @@ en:
76
160
  twitter:
77
161
  api_key: API key
78
162
  api_secret: API secret
163
+ smtp_settings:
164
+ fieldsets:
165
+ sender: Sender
166
+ instructions:
167
+ from_label: 'Email sender will be: "your-organization-name <your-organization@example.org>". Leave blank to use the ''Email address'' as label'
168
+ placeholder:
169
+ from_email: your-organization@example.org
170
+ from_label: your-organization-name
79
171
  update:
80
172
  error: There was a problem updating this organization.
81
173
  success: Organization successfully updated.