decidim-system 0.19.1 → 0.23.0
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.
- checksums.yaml +4 -4
- data/app/assets/javascripts/decidim/system/application.js.es6 +3 -1
- data/app/assets/stylesheets/decidim/system/_forms.scss +36 -0
- data/app/assets/stylesheets/decidim/system/_foundation_and_overrides.scss +1 -0
- data/app/assets/stylesheets/decidim/system/_sidebar.scss +0 -2
- data/app/assets/stylesheets/decidim/system/application.scss +1 -0
- data/app/commands/decidim/system/create_default_content_blocks.rb +1 -1
- data/app/commands/decidim/system/create_oauth_application.rb +37 -0
- data/app/commands/decidim/system/destroy_oauth_application.rb +39 -0
- data/app/commands/decidim/system/register_organization.rb +3 -1
- data/app/commands/decidim/system/update_oauth_application.rb +39 -0
- data/app/commands/decidim/system/update_organization.rb +5 -0
- data/app/controllers/decidim/system/oauth_applications_controller.rb +84 -0
- data/app/controllers/decidim/system/organizations_controller.rb +9 -1
- data/app/forms/decidim/system/file_upload_settings_form.rb +70 -0
- data/app/forms/decidim/system/oauth_application_form.rb +35 -0
- data/app/forms/decidim/system/update_organization_form.rb +33 -0
- data/app/views/decidim/system/devise/shared/_links.html.erb +1 -1
- data/app/views/decidim/system/oauth_applications/_form.html.erb +26 -0
- data/app/views/decidim/system/oauth_applications/edit.html.erb +13 -0
- data/app/views/decidim/system/oauth_applications/index.html.erb +41 -0
- data/app/views/decidim/system/oauth_applications/new.html.erb +13 -0
- data/app/views/decidim/system/oauth_applications/show.html.erb +27 -0
- data/app/views/decidim/system/organizations/_file_upload_settings.erb +56 -0
- data/app/views/decidim/system/organizations/_omniauth_provider.html.erb +23 -0
- data/app/views/decidim/system/organizations/_omniauth_settings.html.erb +11 -0
- data/app/views/decidim/system/organizations/_smtp_settings.html.erb +5 -1
- data/app/views/decidim/system/organizations/edit.html.erb +2 -0
- data/app/views/decidim/system/organizations/new.html.erb +2 -0
- data/app/views/layouts/decidim/system/_header.html.erb +1 -0
- data/app/views/layouts/decidim/system/_js_configuration.html.erb +9 -0
- data/app/views/layouts/decidim/system/application.html.erb +2 -0
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/ar.yml +11 -0
- data/config/locales/bg-BG.yml +8 -0
- data/config/locales/bg.yml +8 -0
- data/config/locales/ca.yml +97 -0
- data/config/locales/cs.yml +98 -1
- data/config/locales/da-DK.yml +1 -0
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +52 -0
- data/config/locales/el-GR.yml +1 -0
- data/config/locales/el.yml +98 -0
- data/config/locales/en.yml +97 -0
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +97 -0
- data/config/locales/es-PY.yml +97 -0
- data/config/locales/es.yml +97 -0
- data/config/locales/et-EE.yml +1 -0
- data/config/locales/et.yml +1 -0
- data/config/locales/fi-plain.yml +97 -0
- data/config/locales/fi.yml +97 -0
- data/config/locales/fr-CA.yml +173 -0
- data/config/locales/fr.yml +97 -0
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/hr-HR.yml +1 -0
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +18 -0
- data/config/locales/is-IS.yml +55 -0
- data/config/locales/is.yml +55 -0
- data/config/locales/it.yml +23 -1
- data/config/locales/ja-JP.yml +101 -0
- data/config/locales/ja.yml +173 -0
- data/config/locales/ko-KR.yml +1 -0
- data/config/locales/ko.yml +1 -0
- data/config/locales/lt-LT.yml +1 -0
- data/config/locales/lt.yml +1 -0
- data/config/locales/lv.yml +98 -0
- data/config/locales/mt-MT.yml +1 -0
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +22 -0
- data/config/locales/no.yml +60 -3
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +86 -21
- data/config/locales/pt-BR.yml +1 -1
- data/config/locales/pt.yml +47 -24
- data/config/locales/ro-RO.yml +98 -0
- data/config/locales/sk-SK.yml +90 -0
- data/config/locales/sk.yml +95 -0
- data/config/locales/sl.yml +51 -0
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sr-CS.yml +26 -0
- data/config/locales/sv.yml +64 -0
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/vi-VN.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +173 -0
- data/config/locales/zh-TW.yml +1 -0
- data/config/routes.rb +2 -0
- data/lib/decidim/system/engine.rb +5 -0
- data/lib/decidim/system/test/factories.rb +11 -0
- data/lib/decidim/system/version.rb +1 -1
- metadata +65 -17
data/config/locales/cs.yml
CHANGED
@@ -1,4 +1,29 @@
|
|
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_file_uploads:
|
11
|
+
allowed_content_types:
|
12
|
+
admin: Admin MIME typy
|
13
|
+
default: Výchozí MIME typy
|
14
|
+
allowed_file_extensions:
|
15
|
+
admin: Admin přípony souborů
|
16
|
+
default: Výchozí přípony souboru
|
17
|
+
image: Přípony obrázkových souborů
|
18
|
+
maximum_file_size:
|
19
|
+
avatar: Velikost souboru avataru
|
20
|
+
default: Výchozí velikost souboru
|
21
|
+
errors:
|
22
|
+
models:
|
23
|
+
oauth_application:
|
24
|
+
attributes:
|
25
|
+
redirect_uri:
|
26
|
+
must_be_ssl: URI přesměrování musí být SSL URI
|
2
27
|
decidim:
|
3
28
|
system:
|
4
29
|
actions:
|
@@ -32,6 +57,7 @@ cs:
|
|
32
57
|
menu:
|
33
58
|
admins: Správci
|
34
59
|
dashboard: Ovládací panel
|
60
|
+
oauth_applications: Žádosti OAuth
|
35
61
|
organizations: Organizace
|
36
62
|
models:
|
37
63
|
admin:
|
@@ -41,26 +67,97 @@ cs:
|
|
41
67
|
name: Správce
|
42
68
|
validations:
|
43
69
|
email_uniqueness: jiný admin se stejnou e-mailovou adresou již existuje
|
70
|
+
oauth_application:
|
71
|
+
fields:
|
72
|
+
created_at: Vytvořeno v
|
73
|
+
name: Jméno žádosti OAuth
|
74
|
+
organization_name: Organizace
|
75
|
+
name: Žádost OAuth
|
44
76
|
organization:
|
45
77
|
actions:
|
46
78
|
save_and_invite: Vytvořit organizaci a pozvat administrátora
|
47
79
|
fields:
|
48
|
-
created_at: Vytvořeno
|
80
|
+
created_at: Vytvořeno v
|
81
|
+
file_upload_settings: Nastavení nahrávání souborů
|
49
82
|
name: název
|
83
|
+
omniauth_settings: Nastavení Omniauth
|
50
84
|
smtp_settings: SMTP nastavení
|
51
85
|
name: Organizace
|
86
|
+
oauth_applications:
|
87
|
+
create:
|
88
|
+
error: Při vytváření této žádosti došlo k chybě.
|
89
|
+
success: Žádost byla úspěšně vytvořena.
|
90
|
+
destroy:
|
91
|
+
error: Při zničení této žádosti došlo k chybě.
|
92
|
+
success: Žádost byla úspěšně zlikvidována.
|
93
|
+
edit:
|
94
|
+
save: Uložit
|
95
|
+
title: Upravit žádost
|
96
|
+
form:
|
97
|
+
select_organization: Vybrat organizaci
|
98
|
+
index:
|
99
|
+
confirm_delete: Jste si jisti, že chcete odstranit tuto žádost?
|
100
|
+
title: Žádosti OAuth
|
101
|
+
new:
|
102
|
+
save: Uložit
|
103
|
+
title: Nová žádost
|
104
|
+
update:
|
105
|
+
error: Při aktualizaci této žádosti došlo k chybě.
|
106
|
+
success: Žádost byla úspěšně aktualizována.
|
52
107
|
organizations:
|
53
108
|
create:
|
54
109
|
error: Při vytváření nové organizace došlo k chybě.
|
55
110
|
success: Organizace byla úspěšně vytvořena.
|
56
111
|
edit:
|
57
112
|
secondary_hosts_hint: Zadejte každý z nich do nového řádku
|
113
|
+
file_upload_settings:
|
114
|
+
content_types:
|
115
|
+
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ů.
|
116
|
+
default_hint: Tyto MIME typy jsou ve výchozím nastavení povoleny pro všechny uživatele.
|
117
|
+
intro_html: Přidáváte zástupné znaky s hvězdičkou pro MIME typy, např. <code>image/*</code>.
|
118
|
+
title: Povolené MIME typy
|
119
|
+
file_extensions:
|
120
|
+
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ů.
|
121
|
+
default_hint: Tyto přípony souborů jsou ve výchozím nastavení povoleny pro všechny uživatele.
|
122
|
+
image_hint: Tyto přípony souborů jsou povoleny pro nahrávání jakéhokoliv druhu obrázku.
|
123
|
+
title: Povolené přípony souborů
|
124
|
+
file_sizes:
|
125
|
+
avatar_hint: Megabajty (MB). Tento limit velikosti souboru se používá pro nahrávání obrázků avataru.
|
126
|
+
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.
|
127
|
+
title: Maximální velikost souboru
|
128
|
+
intro: |
|
129
|
+
Buďte prosím opatrní při zvažování změny těchto nastavení. Čím méně dovolíte, tím lépe.
|
130
|
+
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.
|
58
131
|
index:
|
59
132
|
title: Organizace
|
60
133
|
new:
|
61
134
|
reference_prefix_hint: Předpona reference se používá k jednoznačné identifikaci zdrojů ve všech organizacích
|
62
135
|
secondary_hosts_hint: Zadejte každý z nich do nového řádku
|
63
136
|
title: Nová organizace
|
137
|
+
omniauth_settings:
|
138
|
+
decidim:
|
139
|
+
client_id: Client ID
|
140
|
+
client_secret: Tajný klíč klienta
|
141
|
+
site_url: URL webu
|
142
|
+
enabled: Povoleno
|
143
|
+
enabled_by_default: Tento poskytovatel je ve výchozím nastavení povolen. Může být upraven, ale ne zakázán.
|
144
|
+
facebook:
|
145
|
+
app_id: ID aplikace
|
146
|
+
app_secret: Tajný klíč aplikace
|
147
|
+
google_oauth2:
|
148
|
+
client_id: Client ID
|
149
|
+
client_secret: Tajný klíč klienta
|
150
|
+
icon: Ikona
|
151
|
+
icon_path: Cesta k ikonám
|
152
|
+
twitter:
|
153
|
+
api_key: Klíč API
|
154
|
+
api_secret: API heslo
|
155
|
+
smtp_settings:
|
156
|
+
instructions:
|
157
|
+
from_label: 'Odesílatel e-mailu bude: "jméno-vaší-organizace <your-organization@example.org>". Nechte prázdné pro použití štítku ''from_email'''
|
158
|
+
placeholder:
|
159
|
+
from_email: vaše-organizace@example.org
|
160
|
+
from_label: jméno vaší organizace
|
64
161
|
update:
|
65
162
|
error: Při aktualizaci této organizace došlo k chybě.
|
66
163
|
success: Organizace byla úspěšně aktualizována.
|
@@ -0,0 +1 @@
|
|
1
|
+
da:
|
@@ -0,0 +1 @@
|
|
1
|
+
da:
|
data/config/locales/de.yml
CHANGED
@@ -1,4 +1,17 @@
|
|
1
1
|
de:
|
2
|
+
activemodel:
|
3
|
+
attributes:
|
4
|
+
organization_file_uploads:
|
5
|
+
allowed_content_types:
|
6
|
+
admin: Admin MIME-Typen
|
7
|
+
default: Standard MIME-Typen
|
8
|
+
allowed_file_extensions:
|
9
|
+
admin: Admin-Dateierweiterungen
|
10
|
+
default: Standard-Dateierweiterungen
|
11
|
+
image: Bild-Dateierweiterungen
|
12
|
+
maximum_file_size:
|
13
|
+
avatar: Avatar Dateigröße
|
14
|
+
default: Standard-Dateigröße
|
2
15
|
decidim:
|
3
16
|
system:
|
4
17
|
actions:
|
@@ -46,7 +59,10 @@ de:
|
|
46
59
|
save_and_invite: Organisieren & einladen admin erstellen
|
47
60
|
fields:
|
48
61
|
created_at: Hergestellt in
|
62
|
+
file_upload_settings: Datei-Upload Einstellungen
|
49
63
|
name: Name
|
64
|
+
omniauth_settings: Omniauth-Einstellungen
|
65
|
+
smtp_settings: SMTP-Einstellungen
|
50
66
|
name: Organisation
|
51
67
|
organizations:
|
52
68
|
create:
|
@@ -54,12 +70,48 @@ de:
|
|
54
70
|
success: Organisation erfolgreich erstellt
|
55
71
|
edit:
|
56
72
|
secondary_hosts_hint: Geben Sie jede von ihnen in einer neuen Zeile ein
|
73
|
+
file_upload_settings:
|
74
|
+
content_types:
|
75
|
+
admin_hint: Diese MIME-Typen sind für das Hochladen in der Admin-Sektion erlaubt. Administrator-Benutzer sollten sich der Risiken des Hochladens einiger Dokumentformate bewusst sein, so können Sie erwarten, dass Administratoren mit den Datei-Uploads vertrauter sind.
|
76
|
+
default_hint: Diese MIME-Typen sind standardmäßig für alle Benutzer erlaubt.
|
77
|
+
intro_html: Sie fügen Platzhalter mit dem Sternzeichen für die MIME-Typen hinzu, z.B. <code>image/*</code>.
|
78
|
+
title: Erlaubte MIME-Typen
|
79
|
+
file_extensions:
|
80
|
+
default_hint: Diese Dateierweiterungen sind standardmäßig für alle Benutzer erlaubt.
|
81
|
+
image_hint: Diese Dateierweiterungen sind für alle Arten von Bild-Uploads erlaubt.
|
82
|
+
title: Zulässige Dateierweiterungen
|
83
|
+
file_sizes:
|
84
|
+
avatar_hint: Megabytes (MB). Maximale Dateigröße für das Hochladen des Avatars.
|
57
85
|
index:
|
58
86
|
title: Organisationen
|
59
87
|
new:
|
60
88
|
reference_prefix_hint: Das Referenzpräfix wird zur eindeutigen Identifizierung von Ressourcen in allen Organisationen verwendet
|
61
89
|
secondary_hosts_hint: Geben Sie jede von ihnen in einer neuen Zeile ein
|
62
90
|
title: Neue Organisation
|
91
|
+
omniauth_settings:
|
92
|
+
decidim:
|
93
|
+
client_id: Kunden-ID
|
94
|
+
client_secret: Kundengeheimnis
|
95
|
+
site_url: Website-URL
|
96
|
+
enabled: Aktiviert
|
97
|
+
enabled_by_default: Dieser Anbieter ist standardmäßig aktiviert. Er kann bearbeitet aber nicht deaktiviert werden.
|
98
|
+
facebook:
|
99
|
+
app_id: App-ID
|
100
|
+
app_secret: App-Geheimnis
|
101
|
+
google_oauth2:
|
102
|
+
client_id: Kunden-ID
|
103
|
+
client_secret: Kundengeheimnis
|
104
|
+
icon: Symbol
|
105
|
+
icon_path: Icon-Pfad
|
106
|
+
twitter:
|
107
|
+
api_key: API-Schlüssel
|
108
|
+
api_secret: API-Geheimnis
|
109
|
+
smtp_settings:
|
110
|
+
instructions:
|
111
|
+
from_label: 'E-Mail-Absender lautet: "Dein-Organisationsname <your-organization@example.org>". Leer lassen um ''from_email'' als Absender zu verwenden'
|
112
|
+
placeholder:
|
113
|
+
from_email: deine-organisation@example.org
|
114
|
+
from_label: name-ihrer-organisation
|
63
115
|
update:
|
64
116
|
error: Beim Aktualisieren dieser Organisation ist ein Fehler aufgetreten.
|
65
117
|
success: Die Organisation wurde erfolgreich aktualisiert.
|
@@ -0,0 +1 @@
|
|
1
|
+
el:
|
@@ -0,0 +1,98 @@
|
|
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: Πίνακας εργαλείων
|
data/config/locales/en.yml
CHANGED
@@ -1,5 +1,30 @@
|
|
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_file_uploads:
|
12
|
+
allowed_content_types:
|
13
|
+
admin: Admin MIME types
|
14
|
+
default: Default MIME types
|
15
|
+
allowed_file_extensions:
|
16
|
+
admin: Admin file extensions
|
17
|
+
default: Default file extensions
|
18
|
+
image: Image file extensions
|
19
|
+
maximum_file_size:
|
20
|
+
avatar: Avatar file size
|
21
|
+
default: Default file size
|
22
|
+
errors:
|
23
|
+
models:
|
24
|
+
oauth_application:
|
25
|
+
attributes:
|
26
|
+
redirect_uri:
|
27
|
+
must_be_ssl: The redirect URI must be a SSL URI
|
3
28
|
decidim:
|
4
29
|
system:
|
5
30
|
actions:
|
@@ -33,6 +58,7 @@ en:
|
|
33
58
|
menu:
|
34
59
|
admins: Admins
|
35
60
|
dashboard: Dashboard
|
61
|
+
oauth_applications: OAuth applications
|
36
62
|
organizations: Organizations
|
37
63
|
models:
|
38
64
|
admin:
|
@@ -42,26 +68,97 @@ en:
|
|
42
68
|
name: Admin
|
43
69
|
validations:
|
44
70
|
email_uniqueness: another admin with the same email already exists
|
71
|
+
oauth_application:
|
72
|
+
fields:
|
73
|
+
created_at: Created at
|
74
|
+
name: OAuth application name
|
75
|
+
organization_name: Organization
|
76
|
+
name: OAuth application
|
45
77
|
organization:
|
46
78
|
actions:
|
47
79
|
save_and_invite: Create organization & invite admin
|
48
80
|
fields:
|
49
81
|
created_at: Created at
|
82
|
+
file_upload_settings: File upload settings
|
50
83
|
name: Name
|
84
|
+
omniauth_settings: Omniauth settings
|
51
85
|
smtp_settings: SMTP settings
|
52
86
|
name: Organization
|
87
|
+
oauth_applications:
|
88
|
+
create:
|
89
|
+
error: There was a problem creating this application.
|
90
|
+
success: Application created successfully.
|
91
|
+
destroy:
|
92
|
+
error: There was a problem destroying this application.
|
93
|
+
success: Application destroyed successfully.
|
94
|
+
edit:
|
95
|
+
save: Save
|
96
|
+
title: Edit application
|
97
|
+
form:
|
98
|
+
select_organization: Select an organization
|
99
|
+
index:
|
100
|
+
confirm_delete: Are you sure you want to delete this application?
|
101
|
+
title: OAuth applications
|
102
|
+
new:
|
103
|
+
save: Save
|
104
|
+
title: New application
|
105
|
+
update:
|
106
|
+
error: There was a problem updating this application.
|
107
|
+
success: Application updated successfully.
|
53
108
|
organizations:
|
54
109
|
create:
|
55
110
|
error: There was a problem creating a new organization.
|
56
111
|
success: Organization successfully created.
|
57
112
|
edit:
|
58
113
|
secondary_hosts_hint: Enter each one of them in a new line
|
114
|
+
file_upload_settings:
|
115
|
+
content_types:
|
116
|
+
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.
|
117
|
+
default_hint: These MIME types are allowed for all users by default.
|
118
|
+
intro_html: You add wildcards with the asterisk character for the MIME types, e.g. <code>image/*</code>.
|
119
|
+
title: Allowed MIME types
|
120
|
+
file_extensions:
|
121
|
+
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.
|
122
|
+
default_hint: These file extensions are allowed for all users by default.
|
123
|
+
image_hint: These file extensions are allowed for any kind of image uploads.
|
124
|
+
title: Allowed file extensions
|
125
|
+
file_sizes:
|
126
|
+
avatar_hint: Megabytes (MB). This file size limit is used for the avatar image uploads.
|
127
|
+
default_hint: Megabytes (MB). This file size limit is the default which is used for all file uploads unless otherwise specified.
|
128
|
+
title: Maximum file sizes
|
129
|
+
intro: |
|
130
|
+
Please be extra cautious when considering to change these settings. The less you allow, the better.
|
131
|
+
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.
|
59
132
|
index:
|
60
133
|
title: Organizations
|
61
134
|
new:
|
62
135
|
reference_prefix_hint: The reference prefix is used to uniquely identify resources across all organization
|
63
136
|
secondary_hosts_hint: Enter each one of them in a new line
|
64
137
|
title: New organization
|
138
|
+
omniauth_settings:
|
139
|
+
decidim:
|
140
|
+
client_id: Client ID
|
141
|
+
client_secret: Client secret
|
142
|
+
site_url: Site URL
|
143
|
+
enabled: Enabled
|
144
|
+
enabled_by_default: This provider is enabled by default. It can be edited but not disabled.
|
145
|
+
facebook:
|
146
|
+
app_id: App ID
|
147
|
+
app_secret: App secret
|
148
|
+
google_oauth2:
|
149
|
+
client_id: Client ID
|
150
|
+
client_secret: Client secret
|
151
|
+
icon: Icon
|
152
|
+
icon_path: Icon path
|
153
|
+
twitter:
|
154
|
+
api_key: API key
|
155
|
+
api_secret: API secret
|
156
|
+
smtp_settings:
|
157
|
+
instructions:
|
158
|
+
from_label: 'Email sender will be: "your-organization-name <your-organization@example.org>". Leave blank to use the ''from_email'' as label'
|
159
|
+
placeholder:
|
160
|
+
from_email: your-organization@example.org
|
161
|
+
from_label: your-organization-name
|
65
162
|
update:
|
66
163
|
error: There was a problem updating this organization.
|
67
164
|
success: Organization successfully updated.
|