decidim-admin 0.6.8 → 0.7.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-admin might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/decidim/admin/modules/_table-list.scss +1 -0
- data/app/commands/decidim/admin/close_session_managed_user.rb +1 -1
- data/app/commands/decidim/admin/reject_user_group.rb +1 -1
- data/app/commands/decidim/admin/update_feature.rb +1 -1
- data/app/commands/decidim/admin/update_organization.rb +5 -26
- data/app/commands/decidim/admin/update_organization_appearance.rb +72 -0
- data/app/commands/decidim/admin/verify_user_group.rb +1 -1
- data/app/controllers/decidim/admin/organization_appearance_controller.rb +32 -0
- data/app/controllers/decidim/admin/organization_controller.rb +1 -15
- data/app/controllers/decidim/admin/scopes_controller.rb +2 -2
- data/app/controllers/decidim/admin/static_pages_controller.rb +1 -1
- data/app/forms/decidim/admin/organization_appearance_form.rb +41 -0
- data/app/forms/decidim/admin/organization_form.rb +0 -23
- data/app/forms/decidim/admin/scope_form.rb +3 -2
- data/app/forms/decidim/admin/static_page_form.rb +2 -1
- data/app/jobs/decidim/admin/newsletter_delivery_job.rb +2 -0
- data/app/models/decidim/admin/abilities/admin_ability.rb +2 -1
- data/app/views/decidim/admin/exports/_dropdown.html.erb +2 -2
- data/app/views/decidim/admin/organization/_form.html.erb +0 -45
- data/app/views/decidim/admin/organization/edit.html.erb +1 -1
- data/app/views/decidim/admin/organization_appearance/_form.html.erb +78 -0
- data/app/views/decidim/admin/organization_appearance/edit.html.erb +7 -0
- data/app/views/layouts/decidim/admin/_title_bar.html.erb +1 -1
- data/app/views/layouts/decidim/admin/settings.html.erb +4 -1
- data/config/locales/ca.yml +25 -8
- data/config/locales/en.yml +22 -5
- data/config/locales/es.yml +24 -7
- data/config/locales/eu.yml +37 -20
- data/config/locales/fi.yml +36 -19
- data/config/locales/fr.yml +30 -13
- data/config/locales/it.yml +22 -5
- data/config/locales/nl.yml +22 -5
- data/config/locales/pl.yml +22 -5
- data/config/locales/ru.yml +468 -0
- data/config/locales/uk.yml +61 -44
- data/config/routes.rb +3 -1
- data/lib/decidim/admin/engine.rb +1 -1
- data/lib/decidim/admin/version.rb +10 -0
- metadata +19 -40
data/config/locales/fi.yml
CHANGED
@@ -8,7 +8,7 @@ fi:
|
|
8
8
|
category:
|
9
9
|
description: Kuvaus
|
10
10
|
name: Nimi
|
11
|
-
parent_id:
|
11
|
+
parent_id: Yläaihepiiri
|
12
12
|
feature:
|
13
13
|
name: Nimi
|
14
14
|
weight: Painoarvo
|
@@ -17,16 +17,19 @@ fi:
|
|
17
17
|
subject: Otsikko
|
18
18
|
organization:
|
19
19
|
default_locale: Oletuskieli
|
20
|
+
name: Nimi
|
21
|
+
reference_prefix: Viitteen etuliite
|
22
|
+
organization_appearance:
|
23
|
+
cta_button_path: Call To Action -painikkeen polku
|
24
|
+
cta_button_text: Call To Action -painikkeen teksti
|
20
25
|
description: Kuvaus
|
21
26
|
favicon: Ikoni
|
22
|
-
header_snippets:
|
27
|
+
header_snippets: Yläosiot
|
23
28
|
homepage_image: Kotisivun kuva
|
24
29
|
logo: Logo
|
25
|
-
name: Nimi
|
26
30
|
official_img_footer: Virallinen alapalkin logo
|
27
31
|
official_img_header: Virallinen yläpalkin logo
|
28
32
|
official_url: Virallinen organisaation URL-osoite
|
29
|
-
reference_prefix: Viitteen etuliite
|
30
33
|
show_statistics: Näytä tilastot
|
31
34
|
welcome_text: Tervetuloa-teksti
|
32
35
|
scope:
|
@@ -57,7 +60,7 @@ fi:
|
|
57
60
|
meta_scope: Kontekstin metatiedot
|
58
61
|
participatory_scope: Osallistumisprosessi
|
59
62
|
participatory_structure: Osallistumisprosessin rakenne
|
60
|
-
promoted:
|
63
|
+
promoted: Korostettu
|
61
64
|
scope: Konteksti
|
62
65
|
short_description: Lyhyt kuvaus
|
63
66
|
slug: URL-tunniste
|
@@ -65,6 +68,11 @@ fi:
|
|
65
68
|
subtitle: Alaotsikko
|
66
69
|
target: Kohde
|
67
70
|
title: Otsikko
|
71
|
+
decidim/participatory_process_group:
|
72
|
+
description: Kuvaus
|
73
|
+
hero_image: Etusivun kuva
|
74
|
+
name: Nimi
|
75
|
+
participatory_processes: Osallistumisprosessit
|
68
76
|
decidim/participatory_process_step:
|
69
77
|
end_date: Päättymisaika
|
70
78
|
start_date: Aloitusaika
|
@@ -104,23 +112,23 @@ fi:
|
|
104
112
|
success: Liite luotu onnistuneesti.
|
105
113
|
categories:
|
106
114
|
create:
|
107
|
-
error: Tämän
|
108
|
-
success:
|
115
|
+
error: Tämän aihepiirin luonnissa tapahtui virhe.
|
116
|
+
success: Aihepiiri luotu onnistuneesti.
|
109
117
|
destroy:
|
110
|
-
error: Tämän
|
111
|
-
success:
|
118
|
+
error: Tämän aihepiirin poistamisessa tapahtui virhe. Poista ensin kaikki sen ala-aihepiirit ja varmista, että mikään muu kooknaisuus ei liity tähän aihepiiriin. Kokeile sen jälkeen uudestaan.
|
119
|
+
success: Aihepiiri poistettu onnistuneesti.
|
112
120
|
edit:
|
113
|
-
title: Muokkaa
|
121
|
+
title: Muokkaa aihepiiriä
|
114
122
|
update: Päivitä
|
115
123
|
index:
|
116
|
-
categories_title:
|
117
|
-
category_used: Tätä
|
124
|
+
categories_title: Aihepiirit
|
125
|
+
category_used: Tätä aihepiiriä ei voida poistaa, koska se on käytössä.
|
118
126
|
new:
|
119
|
-
create: Luo
|
120
|
-
title: Uusi
|
127
|
+
create: Luo aihepiiri
|
128
|
+
title: Uusi aihepiiri
|
121
129
|
update:
|
122
|
-
error: Tämän
|
123
|
-
success:
|
130
|
+
error: Tämän aihepiirin luonnissa tapahtui virhe.
|
131
|
+
success: Aihepiiri päivitetty onnistuneesti.
|
124
132
|
dashboard:
|
125
133
|
show:
|
126
134
|
welcome: Tervetuloa Decidimin uuteen hallintapaneeliin.
|
@@ -200,6 +208,8 @@ fi:
|
|
200
208
|
promote: Korota oikeudet
|
201
209
|
menu:
|
202
210
|
admins: Ylläpitäjät
|
211
|
+
appearance: Ulkomuoto
|
212
|
+
configuration: kokoonpano
|
203
213
|
dashboard: Hallintapaneeli
|
204
214
|
managed_users: Hallinnoitavat käyttäjät
|
205
215
|
newsletters: Uutiskirjeet
|
@@ -216,7 +226,7 @@ fi:
|
|
216
226
|
title: Otsikko
|
217
227
|
name: Liite
|
218
228
|
category:
|
219
|
-
name:
|
229
|
+
name: Aihepiiri
|
220
230
|
impersonation_log:
|
221
231
|
fields:
|
222
232
|
admin: Ylläpitäjä
|
@@ -307,10 +317,8 @@ fi:
|
|
307
317
|
title: Muokkaa organisaatiota
|
308
318
|
update: Päivitä
|
309
319
|
form:
|
310
|
-
current_image: Nykyinen kuva
|
311
320
|
facebook: Facebook
|
312
321
|
github: GitHub
|
313
|
-
header_snippets_help: Lisää kenttä tähän HTML-päähän. Yleisin käyttö on integroida kolmannen osapuolen palveluita, jotka edellyttävät ylimääräistä JavaScript- tai CSS-tekniikkaa. Voit myös käyttää sitä lisäämällä ylimääräisiä metakoodeja HTML-muotoon. Huomaa, että tämä tehdään vain julkisilla sivuilla, ei admin-osiossa.
|
314
322
|
instagram: Instagram
|
315
323
|
social_handlers: Sosiaalinen media
|
316
324
|
twitter: Twitter
|
@@ -319,6 +327,15 @@ fi:
|
|
319
327
|
update:
|
320
328
|
error: Tämän organisaation päivityksessä tapahtui virhe.
|
321
329
|
success: Organisaatio päivitetty onnistuneesti.
|
330
|
+
organization_appearance:
|
331
|
+
edit:
|
332
|
+
update: Päivitä
|
333
|
+
form:
|
334
|
+
cta_button_path_help: 'Voit korvata, missä etusivun Call To Action -painike linkittää. Käytä osittaisia polkuja, ei täysiä URL-osoitteita. Hyväksyy kirjaimet, numerot, viivat ja viivat, ja sen täytyy alkaa kirjaimella. Puhelutoiminto -painike näkyy kotisivulla tervetullut tekstin ja kuvauksen välillä. Esimerkki: %{url}'
|
335
|
+
cta_button_text_help: Voit korvata Call to Action -painikkeen tekstin kotisivuillesi organisaatiosi käytettävissä olevista kielistä. Jos asetusta ei ole asetettu, käytetään oletusarvoa. Puhelutoiminto -painike näkyy kotisivulla tervetullut tekstin ja kuvauksen välillä.
|
336
|
+
header_snippets_help: Käytä tätä kenttää lisätäksesi HTML-koodia sivun alkuun. Yleisin käyttötarve on sellaisten kolmannen osapuolen palveluiden integrointi, jotka vaativat JavaScript- tai CSS-koodin lisäystä sivun HTML-koodiin. Huomioi, että tämä lisätään ainoastaan julkisille sivuille, ei hallinnointisivuille.
|
337
|
+
homepage_appearance_title: Muokkaa kotisivua
|
338
|
+
layout_appearance_title: Muokkaa ulkoasun ulkoasua
|
322
339
|
scope_types:
|
323
340
|
create:
|
324
341
|
error: Uuden kontekstityypin luomisessa tapahtui virhe.
|
data/config/locales/fr.yml
CHANGED
@@ -11,29 +11,32 @@ fr:
|
|
11
11
|
parent_id: Parent
|
12
12
|
feature:
|
13
13
|
name: Nom
|
14
|
-
weight:
|
14
|
+
weight: Rang d'affichage
|
15
15
|
newsletter:
|
16
16
|
body: Corps de texte
|
17
17
|
subject: Objet
|
18
18
|
organization:
|
19
19
|
default_locale: Langue par défaut
|
20
|
+
name: Nom
|
21
|
+
reference_prefix: Préfixe de référence
|
22
|
+
organization_appearance:
|
23
|
+
cta_button_path: Chemin du bouton d'Appel à action
|
24
|
+
cta_button_text: Texte du bouton d'Appel à action
|
20
25
|
description: Description
|
21
26
|
favicon: Icône
|
22
|
-
header_snippets:
|
27
|
+
header_snippets: Eléments à ajouter entre les balises <head></head>
|
23
28
|
homepage_image: Image de la page d'accueil
|
24
29
|
logo: Logo
|
25
|
-
name: Nom
|
26
30
|
official_img_footer: Logo officiel - pied de page
|
27
31
|
official_img_header: Logo officiel - barre de navigation
|
28
|
-
official_url:
|
29
|
-
reference_prefix: Préfixe de référence
|
32
|
+
official_url: URL officielle de l'organisation
|
30
33
|
show_statistics: Afficher les statistiques
|
31
34
|
welcome_text: Texte de bienvenue
|
32
35
|
scope:
|
33
36
|
code: Code
|
34
37
|
name: Nom
|
35
38
|
organization: Organisation
|
36
|
-
scope_type: Type de
|
39
|
+
scope_type: Type de périmètre d'application
|
37
40
|
scope_type:
|
38
41
|
name: Nom
|
39
42
|
organization: Organisation
|
@@ -54,7 +57,7 @@ fr:
|
|
54
57
|
hashtag: Hashtag
|
55
58
|
hero_image: Image de la page d'accueil
|
56
59
|
local_area: Quartier
|
57
|
-
meta_scope: Metadonnée
|
60
|
+
meta_scope: Metadonnée du périmètre d'application
|
58
61
|
participatory_scope: Objectif du processus participatif
|
59
62
|
participatory_structure: Organisations concernées
|
60
63
|
promoted: Mis en avant
|
@@ -65,6 +68,11 @@ fr:
|
|
65
68
|
subtitle: Sous-titre
|
66
69
|
target: Public visé
|
67
70
|
title: Titre
|
71
|
+
decidim/participatory_process_group:
|
72
|
+
description: Description
|
73
|
+
hero_image: Image de la page d'accueil
|
74
|
+
name: Nom
|
75
|
+
participatory_processes: Processus participatifs
|
68
76
|
decidim/participatory_process_step:
|
69
77
|
end_date: Date de fin
|
70
78
|
start_date: Date de début
|
@@ -74,7 +82,7 @@ fr:
|
|
74
82
|
title: Titre
|
75
83
|
date:
|
76
84
|
formats:
|
77
|
-
datepicker: "%m
|
85
|
+
datepicker: "%d/%m/%Y"
|
78
86
|
decidim:
|
79
87
|
admin:
|
80
88
|
actions:
|
@@ -200,6 +208,8 @@ fr:
|
|
200
208
|
promote: Transformer
|
201
209
|
menu:
|
202
210
|
admins: Administrateurs
|
211
|
+
appearance: Apparence
|
212
|
+
configuration: Configuration
|
203
213
|
dashboard: Tableau de bord
|
204
214
|
managed_users: Utilisateurs représentés
|
205
215
|
newsletters: Bulletins d'information (newsletter)
|
@@ -307,18 +317,25 @@ fr:
|
|
307
317
|
title: Modifier l'organisation
|
308
318
|
update: Mettre à jour
|
309
319
|
form:
|
310
|
-
current_image: Image actuelle
|
311
320
|
facebook: Facebook
|
312
321
|
github: GitHub
|
313
|
-
header_snippets_help: Utilisez ce champ pour ajouter des éléments entre les balises <head> </head> HTML. L'utilisation la plus courante de champs consiste à intégrer des services tiers nécessitant du JavaScript ou du CSS supplémentaire. Vous pouvez aussi l'utiliser pour ajouter des méta-tags supplémentaires au code HTML. Notez que cela ne fonctionnera que dans sur les pages publiques, et non dans la section admin.
|
314
322
|
instagram: Instagram
|
315
323
|
social_handlers: Social
|
316
|
-
twitter:
|
324
|
+
twitter: Twitter
|
317
325
|
url: Url
|
318
326
|
youtube: YouTube
|
319
327
|
update:
|
320
328
|
error: Erreur lors de la mise à jour de cette organisation.
|
321
329
|
success: Organisation mise à jour avec succès.
|
330
|
+
organization_appearance:
|
331
|
+
edit:
|
332
|
+
update: Mettre à jour
|
333
|
+
form:
|
334
|
+
cta_button_path_help: 'Vous pouvez remplacer le lien vers lequel renvoie le bouton d''Appel à action de la page d''accueil. Utilisez ici des chemins partiels et non des URL complets. Accepte les lettres, les chiffres, les tirets et les barres obliques, et doit commencer par une lettre. Le bouton d''Appel à action apparaît sur la page d''accueil entre le texte de bienvenue et la description. Exemple: %{url}'
|
335
|
+
cta_button_text_help: Vous pouvez remplacer le texte du bouton d'Appel à action dans la page d'accueil pour chaque langue disponible dans votre organisation. Si elle n'est pas définie, la valeur par défaut sera utilisée. Le bouton d'Appel à action apparaît sur la page d'accueil entre le texte de bienvenue et la description.
|
336
|
+
header_snippets_help: Utilisez ce champ pour ajouter des éléments entre les balises HTML <head> </head>. L'utilisation la plus courante de champs consiste à intégrer des services tiers nécessitant du JavaScript ou du CSS supplémentaire. Vous pouvez aussi l'utiliser pour ajouter des méta-tags supplémentaires au code HTML. Notez que cela ne fonctionnera que dans sur les pages publiques, et non dans la section admin.
|
337
|
+
homepage_appearance_title: Modifier l'apparence de la page d'accueil
|
338
|
+
layout_appearance_title: Modifier l’aspect de la mise en page
|
322
339
|
scope_types:
|
323
340
|
create:
|
324
341
|
error: Une erreur s'est produite lors de la création d'un nouveau type de zone d'application.
|
@@ -362,7 +379,7 @@ fr:
|
|
362
379
|
title: Modifier la page
|
363
380
|
update: Mettre à jour
|
364
381
|
new:
|
365
|
-
create:
|
382
|
+
create: Nouvelle
|
366
383
|
title: Nouvelle page
|
367
384
|
update:
|
368
385
|
error: Une erreur s'est produite lors de la mise à jour de cette page.
|
@@ -447,5 +464,5 @@ fr:
|
|
447
464
|
title: Utilisateurs
|
448
465
|
time:
|
449
466
|
formats:
|
450
|
-
datepicker: "%m
|
467
|
+
datepicker: "%d/%m/%Y"
|
451
468
|
timepicker: "%d/%m/%Y %H:%M"
|
data/config/locales/it.yml
CHANGED
@@ -17,16 +17,19 @@ it:
|
|
17
17
|
subject: Oggetto
|
18
18
|
organization:
|
19
19
|
default_locale: Lingua predefinita
|
20
|
+
name: Nome
|
21
|
+
reference_prefix: Prefisso
|
22
|
+
organization_appearance:
|
23
|
+
cta_button_path: Percorso del pulsante di chiamata all'azione
|
24
|
+
cta_button_text: Testo del pulsante di chiamata a azione
|
20
25
|
description: Descrizione
|
21
26
|
favicon: Icona
|
22
27
|
header_snippets: Cricchetti dell'intestazione
|
23
28
|
homepage_image: immagine per la Homepage
|
24
29
|
logo: Logo
|
25
|
-
name: Nome
|
26
30
|
official_img_footer: Logo ufficiale a piè pagina
|
27
31
|
official_img_header: Logo ufficiale per l'intestazione
|
28
|
-
official_url: URL
|
29
|
-
reference_prefix: Prefisso
|
32
|
+
official_url: URL dell'organizzazione ufficiale
|
30
33
|
show_statistics: Mostra statistiche
|
31
34
|
welcome_text: Testo di benvenuto
|
32
35
|
scope:
|
@@ -65,6 +68,11 @@ it:
|
|
65
68
|
subtitle: Sottotitolo
|
66
69
|
target: Bersaglio
|
67
70
|
title: Titolo
|
71
|
+
decidim/participatory_process_group:
|
72
|
+
description: Descrizione
|
73
|
+
hero_image: Immagine sulla Home Page
|
74
|
+
name: Nome
|
75
|
+
participatory_processes: Processi partecipativi
|
68
76
|
decidim/participatory_process_step:
|
69
77
|
end_date: Data di fine
|
70
78
|
start_date: Date di inizio
|
@@ -200,6 +208,8 @@ it:
|
|
200
208
|
promote: Promuovere
|
201
209
|
menu:
|
202
210
|
admins: Amministratori
|
211
|
+
appearance: Aspetto
|
212
|
+
configuration: Configurazione
|
203
213
|
dashboard: Cruscotto (Dashboard)
|
204
214
|
managed_users: Utenti gestiti
|
205
215
|
newsletters: Newsletters
|
@@ -307,10 +317,8 @@ it:
|
|
307
317
|
title: Modifica l'organizzazione
|
308
318
|
update: Modifica
|
309
319
|
form:
|
310
|
-
current_image: immagine corrente
|
311
320
|
facebook: Facebook
|
312
321
|
github: GitHub
|
313
|
-
header_snippets_help: Utilizza questo campo per aggiungere le cose alla testa HTML. L'uso più comune è quello di integrare i servizi di terze parti che richiedono JavaScript o CSS extra. Inoltre, è possibile utilizzarlo per aggiungere meta tag extra all'HTML. Tieni presente che questo sarà reso solo nelle pagine pubbliche, non nella sezione admin.
|
314
322
|
instagram: Instagram
|
315
323
|
social_handlers: Sociale
|
316
324
|
twitter: cinguettio
|
@@ -319,6 +327,15 @@ it:
|
|
319
327
|
update:
|
320
328
|
error: Si è verificato un errore durante la modifica di questa organizzazione.
|
321
329
|
success: OK, l'organizzazione è stata modificata.
|
330
|
+
organization_appearance:
|
331
|
+
edit:
|
332
|
+
update: Modifica
|
333
|
+
form:
|
334
|
+
cta_button_path_help: 'Puoi sovrascrivere dove il pulsante Call To Action nella home page è collegato. Utilizza i percorsi parziali e non gli URL completi qui. Accetta lettere, numeri, trattini e barre, e deve iniziare con una lettera. Il pulsante Chiamata all''azione è mostrato nella homepage tra il testo di benvenuto e la descrizione. Esempio: %{url}'
|
335
|
+
cta_button_text_help: Puoi sovrascrivere il testo del pulsante Chiamata a azione nella home page per ogni lingua disponibile nell'organizzazione. Se non è impostato, verrà utilizzato il valore predefinito. Il pulsante Chiamata all'azione è mostrato nella homepage tra il testo di benvenuto e la descrizione.
|
336
|
+
header_snippets_help: Utilizza questo campo per aggiungere le cose alla testa HTML. L'uso più comune è quello di integrare i servizi di terze parti che richiedono JavaScript o CSS extra. Inoltre, è possibile utilizzarlo per aggiungere meta tag extra all'HTML. Tieni presente che questo sarà reso solo nelle pagine pubbliche, non nella sezione admin.
|
337
|
+
homepage_appearance_title: Modifica l'aspetto della home page
|
338
|
+
layout_appearance_title: Modifica aspetto del layout
|
322
339
|
scope_types:
|
323
340
|
create:
|
324
341
|
error: Si è verificato un errore durante la creazione di un nuovo tipo di ambito.
|
data/config/locales/nl.yml
CHANGED
@@ -17,16 +17,19 @@ nl:
|
|
17
17
|
subject: Onderwerpen
|
18
18
|
organization:
|
19
19
|
default_locale: Standaard locale
|
20
|
+
name: Naam
|
21
|
+
reference_prefix: Referentievoorvoegsel
|
22
|
+
organization_appearance:
|
23
|
+
cta_button_path: Call to Action knop pad
|
24
|
+
cta_button_text: Oproep naar actie knop tekst
|
20
25
|
description: Beschrijving
|
21
26
|
favicon: Icoon
|
22
27
|
header_snippets: Koptekstjes
|
23
28
|
homepage_image: Homepage afbeelding
|
24
29
|
logo: Logo
|
25
|
-
name: Naam
|
26
30
|
official_img_footer: Officiële logo footer
|
27
31
|
official_img_header: Officiële logo header
|
28
|
-
official_url: Officiële organisatie
|
29
|
-
reference_prefix: Referentievoorvoegsel
|
32
|
+
official_url: Officiële organisatie URL
|
30
33
|
show_statistics: Toon statistieken
|
31
34
|
welcome_text: Welkom tekst
|
32
35
|
scope:
|
@@ -65,6 +68,11 @@ nl:
|
|
65
68
|
subtitle: Ondertitel
|
66
69
|
target: Doel
|
67
70
|
title: Titel
|
71
|
+
decidim/participatory_process_group:
|
72
|
+
description: Beschrijving
|
73
|
+
hero_image: Home image
|
74
|
+
name: Naam
|
75
|
+
participatory_processes: Participatieve processen
|
68
76
|
decidim/participatory_process_step:
|
69
77
|
end_date: Einddatum
|
70
78
|
start_date: Begin datum
|
@@ -200,6 +208,8 @@ nl:
|
|
200
208
|
promote: Promoten
|
201
209
|
menu:
|
202
210
|
admins: Admins
|
211
|
+
appearance: Uiterlijk
|
212
|
+
configuration: Configuratie
|
203
213
|
dashboard: Dashboard
|
204
214
|
managed_users: Beheerde gebruikers
|
205
215
|
newsletters: Nieuwsbrieven
|
@@ -307,10 +317,8 @@ nl:
|
|
307
317
|
title: Organisatie bewerken
|
308
318
|
update: Bijwerken
|
309
319
|
form:
|
310
|
-
current_image: Huidig beeld
|
311
320
|
facebook: Facebook
|
312
321
|
github: GitHub
|
313
|
-
header_snippets_help: Gebruik dit veld om dingen toe te voegen aan de HTML-kop. Het meest voorkomende gebruik is het integreren van diensten van derden die extra JavaScript of CSS nodig hebben. U kunt het ook gebruiken om extra metatags toe te voegen aan de HTML. Houd er rekening mee dat dit alleen op openbare pagina's wordt weergegeven, niet in de beheerdersafdeling.
|
314
322
|
instagram: Instagram
|
315
323
|
social_handlers: Sociaal
|
316
324
|
twitter: Twitter
|
@@ -319,6 +327,15 @@ nl:
|
|
319
327
|
update:
|
320
328
|
error: Er is een fout opgetreden bij het bijwerken van deze organisatie.
|
321
329
|
success: Organisatie is succesvol bijgewerkt.
|
330
|
+
organization_appearance:
|
331
|
+
edit:
|
332
|
+
update: Bijwerken
|
333
|
+
form:
|
334
|
+
cta_button_path_help: 'U kunt overschrijven waar de knop Call to Action op de homepage links naar. Gebruik gedeeltelijke paden, niet volledige URL''s hier. Aanvaardt letters, cijfers, streepjes en streepjes en moet beginnen met een brief. De knop Call to Action wordt weergegeven op de homepage tussen de welkomsttekst en de omschrijving. Voorbeeld: %{url}'
|
335
|
+
cta_button_text_help: U kunt de tekst voor oproep naar actie overschrijven op de homepage voor elke beschikbare taal in uw organisatie. Indien niet ingesteld, wordt de standaardwaarde gebruikt. De knop Call to Action wordt weergegeven op de homepage tussen de welkomsttekst en de omschrijving.
|
336
|
+
header_snippets_help: Gebruik dit veld om dingen toe te voegen aan de HTML-kop. Het meest voorkomende gebruik is het integreren van diensten van derden die extra JavaScript of CSS nodig hebben. U kunt het ook gebruiken om extra metatags toe te voegen aan de HTML. Houd er rekening mee dat dit alleen op openbare pagina's wordt weergegeven, niet in de beheerdersafdeling.
|
337
|
+
homepage_appearance_title: Bewerk de startpagina-weergave
|
338
|
+
layout_appearance_title: Bewerk layoutuitstraling
|
322
339
|
scope_types:
|
323
340
|
create:
|
324
341
|
error: Er is een fout opgetreden bij het maken van een nieuw bereik type.
|
data/config/locales/pl.yml
CHANGED
@@ -17,16 +17,19 @@ pl:
|
|
17
17
|
subject: Przedmiot
|
18
18
|
organization:
|
19
19
|
default_locale: Domena domyślna
|
20
|
+
name: Nazwa
|
21
|
+
reference_prefix: Prefiks referencyjny
|
22
|
+
organization_appearance:
|
23
|
+
cta_button_path: Ścieżka przycisku wezwania do działania
|
24
|
+
cta_button_text: Tekst przycisku przycisku wezwania do działania
|
20
25
|
description: Opis
|
21
26
|
favicon: Ikona
|
22
27
|
header_snippets: Fragmenty nagłówków
|
23
28
|
homepage_image: Obraz strony głównej
|
24
29
|
logo: Logo
|
25
|
-
name: Nazwa
|
26
30
|
official_img_footer: Oficjalny stopka logo
|
27
31
|
official_img_header: Oficjalny nagłówek logo
|
28
|
-
official_url: Oficjalna
|
29
|
-
reference_prefix: Prefiks referencyjny
|
32
|
+
official_url: Oficjalna witryna organizacji
|
30
33
|
show_statistics: Pokaż statystyki
|
31
34
|
welcome_text: Tekst powitalny
|
32
35
|
scope:
|
@@ -65,6 +68,11 @@ pl:
|
|
65
68
|
subtitle: Podtytuł
|
66
69
|
target: Cel
|
67
70
|
title: Tytuł
|
71
|
+
decidim/participatory_process_group:
|
72
|
+
description: Opis
|
73
|
+
hero_image: Obraz w domu
|
74
|
+
name: Nazwa
|
75
|
+
participatory_processes: Procesy partycypacyjne
|
68
76
|
decidim/participatory_process_step:
|
69
77
|
end_date: Data końcowa
|
70
78
|
start_date: Data rozpoczęcia
|
@@ -200,6 +208,8 @@ pl:
|
|
200
208
|
promote: Promować
|
201
209
|
menu:
|
202
210
|
admins: Administratorzy
|
211
|
+
appearance: Wygląd
|
212
|
+
configuration: Konfiguracja
|
203
213
|
dashboard: Deska rozdzielcza
|
204
214
|
managed_users: Zarządzane użytkownicy
|
205
215
|
newsletters: Biuletyny
|
@@ -307,10 +317,8 @@ pl:
|
|
307
317
|
title: Edytuj organizację
|
308
318
|
update: Aktualizacja
|
309
319
|
form:
|
310
|
-
current_image: Aktualny obraz
|
311
320
|
facebook: Facebook
|
312
321
|
github: GitHub
|
313
|
-
header_snippets_help: Użyj tego pola, aby dodać elementy do głowicy HTML. Najczęstszym sposobem jest zintegrowanie usług innych firm, które wymagają dodatkowego kodu JavaScript lub CSS. Można również użyć go do dodawania dodatkowych znaczników meta do HTML. Należy zauważyć, że będzie to widoczne tylko na stronach publicznych, a nie w sekcji administracyjnej.
|
314
322
|
instagram: Instagram
|
315
323
|
social_handlers: Społeczny
|
316
324
|
twitter: Świergot
|
@@ -319,6 +327,15 @@ pl:
|
|
319
327
|
update:
|
320
328
|
error: Podczas aktualizowania tej organizacji wystąpił błąd.
|
321
329
|
success: Organizacja została zaktualizowana.
|
330
|
+
organization_appearance:
|
331
|
+
edit:
|
332
|
+
update: Aktualizuj
|
333
|
+
form:
|
334
|
+
cta_button_path_help: 'Możesz zastąpić lokalizację, w której przycisk Do połączenia z działaniem na łącza do strony głównej. Użyj częściowych ścieżek, a nie pełnych adresów URL. Akceptuje litery, liczby, myślniki i ukośniki, i muszą zaczynać się od litery. Przycisk Zadzwoń do Działania zostanie wyświetlony na stronie głównej między tekstem powitalnym a opisem. Przykład: %{url}'
|
335
|
+
cta_button_text_help: Można zastąpić tekst przycisku Żądanie do działania na stronie głównej dla każdego dostępnego języka w organizacji. Jeśli nie zostanie ustawiona, zostanie użyta wartość domyślna. Przycisk Zadzwoń do Działania zostanie wyświetlony na stronie głównej między tekstem powitalnym a opisem.
|
336
|
+
header_snippets_help: Użyj tego pola, aby dodać elementy do głowicy HTML. Najczęstszym sposobem jest zintegrowanie usług innych firm, które wymagają dodatkowego kodu JavaScript lub CSS. Można również użyć go do dodawania dodatkowych znaczników meta do HTML. Należy zauważyć, że będzie to widoczne tylko na stronach publicznych, a nie w sekcji administracyjnej.
|
337
|
+
homepage_appearance_title: Edytuj wygląd strony głównej
|
338
|
+
layout_appearance_title: Edytuj wygląd układu
|
322
339
|
scope_types:
|
323
340
|
create:
|
324
341
|
error: Podczas tworzenia nowego typu zakresu wystąpił błąd.
|