decidim-core 0.28.5 → 0.28.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/cells/decidim/participatory_space_dropdown_metadata/show.erb +5 -3
- data/app/cells/decidim/resource_types_filter/show.erb +1 -1
- data/app/cells/decidim/resource_types_filter_cell.rb +6 -6
- data/app/cells/decidim/user_activity/show.erb +1 -1
- data/app/commands/decidim/create_omniauth_registration.rb +14 -8
- data/app/commands/decidim/search.rb +14 -0
- data/app/controllers/decidim/profiles_controller.rb +2 -2
- data/app/controllers/decidim/reports_controller.rb +1 -1
- data/app/controllers/decidim/user_activities_controller.rb +1 -1
- data/app/forms/decidim/account_form.rb +5 -2
- data/app/helpers/decidim/orders_helper.rb +2 -1
- data/app/helpers/decidim/participatory_space_helpers.rb +1 -1
- data/app/models/decidim/user.rb +0 -4
- data/app/models/decidim/user_base_entity.rb +4 -0
- data/app/packs/src/decidim/index.js +4 -2
- data/app/packs/src/decidim/map/provider/here.js +1 -1
- data/app/packs/stylesheets/decidim/_hashtags.scss +5 -0
- data/app/packs/stylesheets/decidim/_header.scss +20 -2
- data/app/packs/stylesheets/decidim/application.scss +1 -0
- data/app/presenters/decidim/log/user_presenter.rb +1 -0
- data/app/services/decidim/base_diff_renderer.rb +2 -0
- data/app/services/decidim/static_map_generator.rb +1 -1
- data/app/views/decidim/last_activities/index.html.erb +1 -1
- data/app/views/decidim/reported_mailer/hide.html.erb +1 -1
- data/app/views/decidim/reported_mailer/report.html.erb +1 -1
- data/app/views/decidim/searches/_count.html.erb +1 -1
- data/app/views/decidim/searches/_filters.html.erb +40 -38
- data/app/views/decidim/shared/_orders.html.erb +2 -2
- data/config/locales/ar.yml +44 -13
- data/config/locales/bg.yml +17 -8
- data/config/locales/bs-BA.yml +2 -0
- data/config/locales/ca-IT.yml +2115 -0
- data/config/locales/ca.yml +56 -13
- data/config/locales/cs.yml +57 -15
- data/config/locales/de.yml +51 -8
- data/config/locales/el.yml +14 -2
- data/config/locales/en.yml +43 -0
- data/config/locales/eo.yml +2 -0
- data/config/locales/es-MX.yml +56 -13
- data/config/locales/es-PY.yml +60 -17
- data/config/locales/es.yml +61 -18
- data/config/locales/eu.yml +114 -73
- data/config/locales/fi-plain.yml +46 -11
- data/config/locales/fi.yml +48 -13
- data/config/locales/fr-CA.yml +52 -9
- data/config/locales/fr.yml +51 -8
- data/config/locales/ga-IE.yml +6 -0
- data/config/locales/gl.yml +29 -2
- data/config/locales/hu.yml +16 -9
- data/config/locales/id-ID.yml +28 -3
- data/config/locales/is-IS.yml +14 -1
- data/config/locales/it.yml +44 -14
- data/config/locales/ja.yml +55 -10
- data/config/locales/lb.yml +27 -7
- data/config/locales/lt.yml +8 -2
- data/config/locales/lv.yml +22 -2
- data/config/locales/nl.yml +27 -5
- data/config/locales/no.yml +20 -0
- data/config/locales/pl.yml +14 -5
- data/config/locales/pt-BR.yml +17 -7
- data/config/locales/pt.yml +20 -0
- data/config/locales/ro-RO.yml +232 -73
- data/config/locales/ru.yml +29 -1
- data/config/locales/sk.yml +34 -6
- data/config/locales/sl.yml +4 -0
- data/config/locales/sr-CS.yml +2 -0
- data/config/locales/sv.yml +28 -9
- data/config/locales/tr-TR.yml +26 -7
- data/config/locales/uk.yml +16 -1
- data/config/locales/zh-CN.yml +22 -2
- data/config/locales/zh-TW.yml +10 -0
- data/lib/decidim/attributes/time_with_zone.rb +5 -1
- data/lib/decidim/content_parsers/blob_parser.rb +10 -8
- data/lib/decidim/content_parsers/user_parser.rb +1 -1
- data/lib/decidim/core/test/shared_examples/reports_examples.rb +48 -6
- data/lib/decidim/core/test/shared_examples/uncommentable_component_examples.rb +26 -0
- data/lib/decidim/core/test/shared_examples/versions_controller_examples.rb +26 -0
- data/lib/decidim/core/version.rb +1 -1
- data/lib/decidim/map/provider/dynamic_map/here.rb +1 -40
- data/lib/decidim/map/provider/static_map/here.rb +34 -0
- data/lib/decidim/nicknamizable.rb +1 -1
- data/lib/decidim/reportable.rb +6 -2
- data/lib/decidim/translatable_attributes.rb +5 -1
- data/lib/decidim/view_model.rb +1 -0
- data/lib/tasks/upgrade/decidim_fix_nickname_uniqueness.rake +23 -20
- metadata +8 -7
- data/app/packs/src/decidim/vendor/leaflet-tilelayer-here.js +0 -212
data/config/locales/fi-plain.yml
CHANGED
@@ -4,10 +4,18 @@ fi-pl:
|
|
4
4
|
attributes:
|
5
5
|
account:
|
6
6
|
delete_reason: Syy tilisi poistoon
|
7
|
+
attachment:
|
8
|
+
documents: Asiakirjat
|
9
|
+
photos: Kuvat
|
7
10
|
common:
|
8
11
|
created_at: Luontiaika
|
12
|
+
content_block_attachment:
|
13
|
+
background_image: Taustakuva
|
14
|
+
main_image: Pääkuva
|
9
15
|
conversation:
|
10
16
|
body: Viestin teksti
|
17
|
+
editor_image:
|
18
|
+
file: Tiedosto
|
11
19
|
group:
|
12
20
|
about: Tietoja
|
13
21
|
avatar: Avatar
|
@@ -16,12 +24,15 @@ fi-pl:
|
|
16
24
|
name: Nimi
|
17
25
|
nickname: Nimimerkki
|
18
26
|
phone: Puhelinnumero
|
27
|
+
import:
|
28
|
+
file: Tiedosto
|
19
29
|
message:
|
20
30
|
body: Viestin teksti
|
21
31
|
report:
|
22
32
|
details: Lisätiedot
|
23
33
|
user:
|
24
34
|
about: Profiilikuvaus
|
35
|
+
avatar: Profiilikuva
|
25
36
|
email: Sähköpostiosoitteesi
|
26
37
|
encrypted_password: Salasana
|
27
38
|
locale: Kieli
|
@@ -33,6 +44,8 @@ fi-pl:
|
|
33
44
|
personal_url: Henkilökohtainen URL-osoite
|
34
45
|
remove_avatar: Poista profiilikuva
|
35
46
|
tos_agreement: Käyttöehtojen hyväksyntä
|
47
|
+
user_group:
|
48
|
+
avatar: Avatar
|
36
49
|
models:
|
37
50
|
decidim/attachment_created_event: Liite
|
38
51
|
decidim/component_published_event: Aktiivinen komponentti
|
@@ -85,6 +98,9 @@ fi-pl:
|
|
85
98
|
file_size_too_large: Tiedoston koko on liian suuri
|
86
99
|
not_inside_organization: Tiedostoa ei ole liitetty mihinkään organisaatioon
|
87
100
|
date:
|
101
|
+
buttons:
|
102
|
+
close: Sulje
|
103
|
+
select: Valitse
|
88
104
|
formats:
|
89
105
|
decidim_short: "%d.%m.%Y"
|
90
106
|
decidim_short_dashed: "%d.%m.%Y"
|
@@ -92,6 +108,10 @@ fi-pl:
|
|
92
108
|
decidim_with_day_and_month_name: "%A %d. %b %Y"
|
93
109
|
decidim_with_month_name: "%B %d. %Y"
|
94
110
|
decidim_with_month_name_short: "%d. %b"
|
111
|
+
help:
|
112
|
+
date_format: 'Muoto: pp.kk.vvvv'
|
113
|
+
order: d-m-y
|
114
|
+
separator: "."
|
95
115
|
datetime:
|
96
116
|
distance_in_words:
|
97
117
|
about_x_hours:
|
@@ -500,6 +520,8 @@ fi-pl:
|
|
500
520
|
dummy_step_attribute1: Esimerkkivaiheen tietue 1
|
501
521
|
dummy_step_attribute2: Esimerkkivaiheen tietue 2
|
502
522
|
dummy_step_translatable_text: Vaiheen käännettävän tekstin esimerkki
|
523
|
+
pagination:
|
524
|
+
page_title: "%{component_name} - Sivu %{current_page} / %{total_pages}"
|
503
525
|
contact: Ota yhteyttä
|
504
526
|
content_blocks:
|
505
527
|
announcement:
|
@@ -548,7 +570,7 @@ fi-pl:
|
|
548
570
|
metrics:
|
549
571
|
name: Organisaation mittarit
|
550
572
|
participatory_space_metrics:
|
551
|
-
name:
|
573
|
+
name: Osallistuminen lukuina
|
552
574
|
participatory_space_stats:
|
553
575
|
name: Tilastot
|
554
576
|
social_networks_metadata:
|
@@ -732,6 +754,11 @@ fi-pl:
|
|
732
754
|
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat kohdetta %{amendable_title}. Voit lopettaa ilmoitusten vastaanottamisen edellä esitetyn linkin kautta.
|
733
755
|
email_subject: Kohdetta %{amendable_title} koskeva muutos on hylätty käyttäjältä %{emendation_author_nickname}
|
734
756
|
notification_title: <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> llä luotu <a href="%{emendation_path}">tarkistusta</a> hylättiin <a href="%{amendable_path}">%{amendable_title}</a>.
|
757
|
+
emendation_promoted:
|
758
|
+
follower:
|
759
|
+
email_intro: 'Muutos on julkaistu kohteelle %{amendable_title}. Näet sen tältä sivulta:'
|
760
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska olet laatinut kohteen %{amendable_title}.
|
761
|
+
email_subject: Laatijan %{emendation_author_nickname} muutos on julkaistu uutena kohteena %{amendable_type}
|
735
762
|
attachments:
|
736
763
|
attachment_created:
|
737
764
|
email_intro: 'Uusi asiakirja on lisätty kohteeseen %{resource_title}. Voit nähdä sen täältä:'
|
@@ -1096,13 +1123,13 @@ fi-pl:
|
|
1096
1123
|
conversation_mailer:
|
1097
1124
|
comanagers_new_conversation:
|
1098
1125
|
admin_in_group: Tämä viesti on lähetetty sinulle, koska olet hallintakäyttäjä ryhmässä %{group}.
|
1099
|
-
greeting: Hei %{recipient}!
|
1126
|
+
greeting: Hei, %{recipient}!
|
1100
1127
|
intro: "%{manager} on aloittanut uuden keskustelun ryhmän %{group} nimellä. Napsauta tätä linkkiä nähdäksesi keskustelun:"
|
1101
1128
|
outro: Nauti palvelun käyttämisestä!
|
1102
1129
|
subject: "%{manager} on aloittanut uuden keskutelun ryhmänä %{group}"
|
1103
1130
|
comanagers_new_message:
|
1104
1131
|
admin_in_group: Tämä viesti on lähetetty sinulle, koska olet hallintakäyttäjä ryhmässä %{group}.
|
1105
|
-
greeting: Hei %{recipient}!
|
1132
|
+
greeting: Hei, %{recipient}!
|
1106
1133
|
intro: "%{manager} on lähettänyt uusia viestejä keskustelussa ryhmän %{group} nimellä. Napsauta tätä linkkiä nähdäksesi ne:"
|
1107
1134
|
outro: Nauti palvelun käyttämisestä!
|
1108
1135
|
subject: "%{manager} on lähettänyt uusia viestejä ryhmänä %{group}"
|
@@ -1113,13 +1140,13 @@ fi-pl:
|
|
1113
1140
|
subject: "%{sender} on aloittanut keskustelun kanssasi"
|
1114
1141
|
new_group_conversation:
|
1115
1142
|
admin_in_group: Tämä viesti on lähetetty sinulle, koska olet hallintakäyttäjä ryhmässä %{group}.
|
1116
|
-
greeting: Hei %{recipient}!
|
1143
|
+
greeting: Hei, %{recipient}!
|
1117
1144
|
intro: "%{sender} on aloittanut uuden keskustelun ryhmänä %{group}. Napsauta tätä linkkiä nähdäksesi keskustelun:"
|
1118
1145
|
outro: Nauti palvelun käyttämisestä!
|
1119
1146
|
subject: "%{sender} on aloittanut keskustelun ryhmän %{group} kanssa"
|
1120
1147
|
new_group_message:
|
1121
1148
|
admin_in_group: Tämä viesti on lähetetty sinulle, koska olet hallintakäyttäjä ryhmässä %{group}.
|
1122
|
-
greeting: Hei %{recipient}!
|
1149
|
+
greeting: Hei, %{recipient}!
|
1123
1150
|
intro: "%{sender} on lähettänyt uusia viestejä keskustelussa ryhmän %{group} kesken. Napsauta tätä linkkiä nähdäksesi ne:"
|
1124
1151
|
outro: Nauti palvelun käyttämisestä!
|
1125
1152
|
subject: "Ryhmällä %{group} on uusia viestejä lähettäjältä %{sender}"
|
@@ -1168,6 +1195,8 @@ fi-pl:
|
|
1168
1195
|
not_started: Ei vielä aloitettu
|
1169
1196
|
remaining: "%{time_distance} jäljellä"
|
1170
1197
|
metrics:
|
1198
|
+
blocked_users:
|
1199
|
+
description: Estettyjen osallistujien määrä
|
1171
1200
|
download:
|
1172
1201
|
csv: Lataa tiedot (CSV)
|
1173
1202
|
followers:
|
@@ -1177,11 +1206,15 @@ fi-pl:
|
|
1177
1206
|
participants:
|
1178
1207
|
description: Organisaation aktiivisten käyttäjien määrä
|
1179
1208
|
object: osallistujat
|
1180
|
-
title:
|
1209
|
+
title: Osallistujaa
|
1210
|
+
reported_users:
|
1211
|
+
description: Ilmoitettujen osallistujien määrä
|
1212
|
+
user_reports:
|
1213
|
+
description: Osallistujien lähettämien ilmoitusten määrä
|
1181
1214
|
users:
|
1182
1215
|
description: Organisaation käyttäjien määrä
|
1183
1216
|
object: käyttäjät
|
1184
|
-
title:
|
1217
|
+
title: Osallistujaa
|
1185
1218
|
newsletter_mailer:
|
1186
1219
|
newsletter:
|
1187
1220
|
no_reply_notice: Tämä sähköposti on lähetetty sähköpostiosoitteesta, joka ei voi ottaa vastaan sähköpostia. Älä vastaa tähän viestiin.
|
@@ -1242,10 +1275,12 @@ fi-pl:
|
|
1242
1275
|
notifications_digest_mailer:
|
1243
1276
|
header:
|
1244
1277
|
daily: Päivittäinen ilmoitusyhteenveto
|
1278
|
+
real_time: Reaaliajassa
|
1245
1279
|
weekly: Viikottainen ilmoitusyhteenveto
|
1246
1280
|
hello: Hei %{name},
|
1247
1281
|
intro:
|
1248
1282
|
daily: 'Tässä on lista edellisen päivän ilmoituksista niistä asioista, joita seuraat:'
|
1283
|
+
real_time: 'Tämä on ilmoitus seuraamistasi alustalla tapahtuneista asioista:'
|
1249
1284
|
weekly: 'Tässä on lista edellisen viikon ilmoituksista niistä asioista, joita seuraat:'
|
1250
1285
|
outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat ilmoitukseen liittyviä sisältöjä tai niiden tekijöitä. Voit lopettaa seuraamisen näiden sisältöjen sivuilta.
|
1251
1286
|
see_more: Näytä lisää ilmoituksia
|
@@ -1356,7 +1391,7 @@ fi-pl:
|
|
1356
1391
|
conversations: Keskustelut
|
1357
1392
|
followers: Seuraajat
|
1358
1393
|
following: Seurattavat
|
1359
|
-
group_admins: Hallinnoi
|
1394
|
+
group_admins: Hallinnoi ylläpitäjiä
|
1360
1395
|
group_members: Hallinnoi jäseniä
|
1361
1396
|
groups: Ryhmät
|
1362
1397
|
members: Jäsenet
|
@@ -1371,15 +1406,15 @@ fi-pl:
|
|
1371
1406
|
create_user_group: Luo ryhmä
|
1372
1407
|
disabled_message: Viesti
|
1373
1408
|
edit_profile: Muokkaa profiilia
|
1374
|
-
edit_user_group: Muokkaa
|
1375
|
-
invite_user: Kutsu
|
1409
|
+
edit_user_group: Muokkaa ryhmän profiilia
|
1410
|
+
invite_user: Kutsu käyttäjä
|
1376
1411
|
join_user_group: Lähetä liittymispyyntö ryhmään
|
1377
1412
|
leave_user_group: Poistu ryhmästä
|
1378
1413
|
manage_user_group: Hallinnoi ryhmää
|
1379
1414
|
manage_user_group_admins: Hallinnoi ylläpitäjiä
|
1380
1415
|
manage_user_group_users: Hallinnoi jäseniä
|
1381
1416
|
message: Viesti
|
1382
|
-
resend_email_confirmation_instructions: Lähetä sähköpostin vahvistusohjeet
|
1417
|
+
resend_email_confirmation_instructions: Lähetä sähköpostin vahvistusohjeet uudelleen
|
1383
1418
|
confirmation_instructions_sent: Sähköpostivahvistuksen ohjeet lähetetty.
|
1384
1419
|
create_user_group: Luo ryhmä
|
1385
1420
|
edit_profile: Muokkaa profiilia
|
data/config/locales/fi.yml
CHANGED
@@ -4,10 +4,18 @@ fi:
|
|
4
4
|
attributes:
|
5
5
|
account:
|
6
6
|
delete_reason: Syy tilisi poistoon
|
7
|
+
attachment:
|
8
|
+
documents: Asiakirjat
|
9
|
+
photos: Kuvat
|
7
10
|
common:
|
8
11
|
created_at: Luontiaika
|
12
|
+
content_block_attachment:
|
13
|
+
background_image: Taustakuva
|
14
|
+
main_image: Pääkuva
|
9
15
|
conversation:
|
10
16
|
body: Viestin teksti
|
17
|
+
editor_image:
|
18
|
+
file: Tiedosto
|
11
19
|
group:
|
12
20
|
about: Tietoja
|
13
21
|
avatar: Avatar
|
@@ -16,12 +24,15 @@ fi:
|
|
16
24
|
name: Nimi
|
17
25
|
nickname: Nimimerkki
|
18
26
|
phone: Puhelinnumero
|
27
|
+
import:
|
28
|
+
file: Tiedosto
|
19
29
|
message:
|
20
30
|
body: Viestin teksti
|
21
31
|
report:
|
22
32
|
details: Lisätiedot
|
23
33
|
user:
|
24
34
|
about: Profiilikuvaus
|
35
|
+
avatar: Profiilikuva
|
25
36
|
email: Sähköpostiosoitteesi
|
26
37
|
encrypted_password: Salasana
|
27
38
|
locale: Kieli
|
@@ -33,6 +44,8 @@ fi:
|
|
33
44
|
personal_url: Henkilökohtainen URL-osoite
|
34
45
|
remove_avatar: Poista profiilikuva
|
35
46
|
tos_agreement: Käyttöehtojen hyväksyntä
|
47
|
+
user_group:
|
48
|
+
avatar: Avatar
|
36
49
|
models:
|
37
50
|
decidim/attachment_created_event: Liite
|
38
51
|
decidim/component_published_event: Aktiivinen komponentti
|
@@ -85,6 +98,9 @@ fi:
|
|
85
98
|
file_size_too_large: Tiedoston koko on liian suuri
|
86
99
|
not_inside_organization: Tiedostoa ei ole liitetty mihinkään organisaatioon
|
87
100
|
date:
|
101
|
+
buttons:
|
102
|
+
close: Sulje
|
103
|
+
select: Valitse
|
88
104
|
formats:
|
89
105
|
decidim_short: "%d.%m.%Y"
|
90
106
|
decidim_short_dashed: "%d.%m.%Y"
|
@@ -92,6 +108,10 @@ fi:
|
|
92
108
|
decidim_with_day_and_month_name: "%A %d. %b %Y"
|
93
109
|
decidim_with_month_name: "%B %d. %Y"
|
94
110
|
decidim_with_month_name_short: "%d. %b"
|
111
|
+
help:
|
112
|
+
date_format: 'Muoto: pp.kk.vvvv'
|
113
|
+
order: d-m-y
|
114
|
+
separator: "."
|
95
115
|
datetime:
|
96
116
|
distance_in_words:
|
97
117
|
about_x_hours:
|
@@ -500,6 +520,8 @@ fi:
|
|
500
520
|
dummy_step_attribute1: Esimerkkivaiheen tietue 1
|
501
521
|
dummy_step_attribute2: Esimerkkivaiheen tietue 2
|
502
522
|
dummy_step_translatable_text: Vaiheen käännettävän tekstin esimerkki
|
523
|
+
pagination:
|
524
|
+
page_title: "%{component_name} - Sivu %{current_page} / %{total_pages}"
|
503
525
|
contact: Ota yhteyttä
|
504
526
|
content_blocks:
|
505
527
|
announcement:
|
@@ -548,7 +570,7 @@ fi:
|
|
548
570
|
metrics:
|
549
571
|
name: Organisaation tilastomittarit
|
550
572
|
participatory_space_metrics:
|
551
|
-
name:
|
573
|
+
name: Osallistuminen lukuina
|
552
574
|
participatory_space_stats:
|
553
575
|
name: Tilastot
|
554
576
|
social_networks_metadata:
|
@@ -732,6 +754,11 @@ fi:
|
|
732
754
|
email_outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat kohdetta %{amendable_title}. Voit lopettaa ilmoitusten vastaanottamisen edellä esitetyn linkin kautta.
|
733
755
|
email_subject: Kohdetta %{amendable_title} koskeva muutos on hylätty käyttäjältä %{emendation_author_nickname}
|
734
756
|
notification_title: Käyttäjän <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> laatima <a href="%{emendation_path}">muutos</a> hylättiin kohteelle <a href="%{amendable_path}">%{amendable_title}</a>.
|
757
|
+
emendation_promoted:
|
758
|
+
follower:
|
759
|
+
email_intro: 'Muutos on julkaistu kohteelle %{amendable_title}. Näet sen tältä sivulta:'
|
760
|
+
email_outro: Tämä ilmoitus on lähetetty sinulle, koska olet laatinut kohteen %{amendable_title}.
|
761
|
+
email_subject: Laatijan %{emendation_author_nickname} muutos on julkaistu uutena kohteena %{amendable_type}
|
735
762
|
attachments:
|
736
763
|
attachment_created:
|
737
764
|
email_intro: 'Uusi asiakirja on lisätty kohteeseen %{resource_title}. Voit tutustua siihen sivulta:'
|
@@ -1096,13 +1123,13 @@ fi:
|
|
1096
1123
|
conversation_mailer:
|
1097
1124
|
comanagers_new_conversation:
|
1098
1125
|
admin_in_group: Tämä viesti on lähetetty sinulle, koska olet hallintakäyttäjä ryhmässä %{group}.
|
1099
|
-
greeting: Hei %{recipient}!
|
1126
|
+
greeting: Hei, %{recipient}!
|
1100
1127
|
intro: "%{manager} on aloittanut uuden keskustelun ryhmän %{group} nimellä. Napsauta tätä linkkiä nähdäksesi keskustelun:"
|
1101
1128
|
outro: Nauti palvelun käyttämisestä!
|
1102
1129
|
subject: "%{manager} on aloittanut uuden keskutelun ryhmänä %{group}"
|
1103
1130
|
comanagers_new_message:
|
1104
1131
|
admin_in_group: Tämä viesti on lähetetty sinulle, koska olet hallintakäyttäjä ryhmässä %{group}.
|
1105
|
-
greeting: Hei %{recipient}!
|
1132
|
+
greeting: Hei, %{recipient}!
|
1106
1133
|
intro: "%{manager} on lähettänyt uusia viestejä keskustelussa ryhmän %{group} nimellä. Napsauta tätä linkkiä nähdäksesi ne:"
|
1107
1134
|
outro: Nauti palvelun käyttämisestä!
|
1108
1135
|
subject: "%{manager} on lähettänyt uusia viestejä ryhmänä %{group}"
|
@@ -1113,13 +1140,13 @@ fi:
|
|
1113
1140
|
subject: "%{sender} on aloittanut keskustelun kanssasi"
|
1114
1141
|
new_group_conversation:
|
1115
1142
|
admin_in_group: Tämä viesti on lähetetty sinulle, koska olet hallintakäyttäjä ryhmässä %{group}.
|
1116
|
-
greeting: Hei %{recipient}!
|
1143
|
+
greeting: Hei, %{recipient}!
|
1117
1144
|
intro: "%{sender} on aloittanut uuden keskustelun ryhmänä %{group}. Napsauta tätä linkkiä nähdäksesi keskustelun:"
|
1118
1145
|
outro: Nauti palvelun käyttämisestä!
|
1119
1146
|
subject: "%{sender} on aloittanut keskustelun ryhmän %{group} kanssa"
|
1120
1147
|
new_group_message:
|
1121
1148
|
admin_in_group: Tämä viesti on lähetetty sinulle, koska olet hallintakäyttäjä ryhmässä %{group}.
|
1122
|
-
greeting: Hei %{recipient}!
|
1149
|
+
greeting: Hei, %{recipient}!
|
1123
1150
|
intro: "%{sender} on lähettänyt uusia viestejä keskustelussa ryhmän %{group} kesken. Napsauta tätä linkkiä nähdäksesi ne:"
|
1124
1151
|
outro: Nauti palvelun käyttämisestä!
|
1125
1152
|
subject: "Ryhmällä %{group} on uusia viestejä lähettäjältä %{sender}"
|
@@ -1168,6 +1195,8 @@ fi:
|
|
1168
1195
|
not_started: Ei vielä aloitettu
|
1169
1196
|
remaining: "%{time_distance} jäljellä"
|
1170
1197
|
metrics:
|
1198
|
+
blocked_users:
|
1199
|
+
description: Estettyjen osallistujien määrä
|
1171
1200
|
download:
|
1172
1201
|
csv: Lataa tiedot (CSV)
|
1173
1202
|
followers:
|
@@ -1177,11 +1206,15 @@ fi:
|
|
1177
1206
|
participants:
|
1178
1207
|
description: Organisaation aktiivisten käyttäjien määrä
|
1179
1208
|
object: osallistujat
|
1180
|
-
title:
|
1209
|
+
title: Osallistujaa
|
1210
|
+
reported_users:
|
1211
|
+
description: Ilmoitettujen osallistujien määrä
|
1212
|
+
user_reports:
|
1213
|
+
description: Osallistujien lähettämien ilmoitusten määrä
|
1181
1214
|
users:
|
1182
1215
|
description: Organisaation käyttäjien määrä
|
1183
1216
|
object: käyttäjät
|
1184
|
-
title:
|
1217
|
+
title: Osallistujaa
|
1185
1218
|
newsletter_mailer:
|
1186
1219
|
newsletter:
|
1187
1220
|
no_reply_notice: Tämä sähköposti on lähetetty sähköpostiosoitteesta, joka ei voi ottaa vastaan sähköpostia. Älä vastaa tähän viestiin.
|
@@ -1242,10 +1275,12 @@ fi:
|
|
1242
1275
|
notifications_digest_mailer:
|
1243
1276
|
header:
|
1244
1277
|
daily: Päivittäinen ilmoitusyhteenveto
|
1278
|
+
real_time: Reaaliajassa
|
1245
1279
|
weekly: Viikottainen ilmoitusyhteenveto
|
1246
1280
|
hello: Hei %{name},
|
1247
1281
|
intro:
|
1248
1282
|
daily: 'Tässä on lista edellisen päivän ilmoituksista niistä asioista, joita seuraat:'
|
1283
|
+
real_time: 'Tämä on ilmoitus seuraamistasi alustalla tapahtuneista asioista:'
|
1249
1284
|
weekly: 'Tässä on lista edellisen viikon ilmoituksista niistä asioista, joita seuraat:'
|
1250
1285
|
outro: Tämä ilmoitus on lähetetty sinulle, koska seuraat ilmoitukseen liittyviä sisältöjä tai niiden tekijöitä. Voit lopettaa seuraamisen näiden sisältöjen sivuilta.
|
1251
1286
|
see_more: Näytä lisää ilmoituksia
|
@@ -1356,7 +1391,7 @@ fi:
|
|
1356
1391
|
conversations: Keskustelut
|
1357
1392
|
followers: Seuraajat
|
1358
1393
|
following: Seurattavat
|
1359
|
-
group_admins: Hallinnoi
|
1394
|
+
group_admins: Hallinnoi ylläpitäjiä
|
1360
1395
|
group_members: Hallinnoi jäseniä
|
1361
1396
|
groups: Ryhmät
|
1362
1397
|
members: Jäsenet
|
@@ -1371,8 +1406,8 @@ fi:
|
|
1371
1406
|
create_user_group: Luo ryhmä
|
1372
1407
|
disabled_message: Viesti
|
1373
1408
|
edit_profile: Muokkaa profiilia
|
1374
|
-
edit_user_group: Muokkaa
|
1375
|
-
invite_user: Kutsu
|
1409
|
+
edit_user_group: Muokkaa ryhmän profiilia
|
1410
|
+
invite_user: Kutsu käyttäjä
|
1376
1411
|
join_user_group: Lähetä liittymispyyntö ryhmään
|
1377
1412
|
leave_user_group: Poistu ryhmästä
|
1378
1413
|
manage_user_group: Hallinnoi ryhmää
|
@@ -1478,7 +1513,7 @@ fi:
|
|
1478
1513
|
reason: Syy
|
1479
1514
|
report: Tee ilmoitus
|
1480
1515
|
spam: Tämä ehdotus sisältää klikkihoukutteita, mainostusta, huijauksia tai bottiskriptejä.
|
1481
|
-
title: Ilmoita
|
1516
|
+
title: Ilmoita epäasiallista sisältöä
|
1482
1517
|
flag_user_modal:
|
1483
1518
|
already_reported: Tämä sisältö on jo ilmoitettu ja se odottaa hallintakäyttäjän tarkastusta.
|
1484
1519
|
block: Estä tämä osallistuja
|
@@ -1705,7 +1740,7 @@ fi:
|
|
1705
1740
|
send_me_reset_password_instructions: Lähetä minulle ohjeet salasanan vaihtamiseen
|
1706
1741
|
no_token: Et pääse sivulle, ellet käytä sähköpostiisi lähtettyä salasanan vaihtamiseen liittyvää linkkiä. Mikäli käytit sähköpostissa olevaa linkkiä, varmista, että käytät täysin samaa URL-osoitetta, joka näkyy lähetetyssä viestissä.
|
1707
1742
|
send_instructions: Saat sähköpostitse ohjeet salasanan palauttamiseen muutaman minuutin kuluessa.
|
1708
|
-
send_paranoid_instructions: Jos sähköpostiosoitteesi löytyy tietokannastamme, saat ohjeet salasanan
|
1743
|
+
send_paranoid_instructions: Jos sähköpostiosoitteesi löytyy tietokannastamme, saat ohjeet salasanan vaihtamiseen sähköpostiisi muutaman minuutin kuluessa.
|
1709
1744
|
updated: Salasanasi vaihtaminen onnistui. Olet nyt kirjautunut sisään.
|
1710
1745
|
updated_not_active: Salasanasi vaihtaminen onnistui.
|
1711
1746
|
registrations:
|
@@ -2043,7 +2078,7 @@ fi:
|
|
2043
2078
|
devise:
|
2044
2079
|
mailer:
|
2045
2080
|
invitation_instructions:
|
2046
|
-
accept_until_format: "%B %d., %Y klo %
|
2081
|
+
accept_until_format: "%B %d., %Y klo %H:%M"
|
2047
2082
|
long: "%B %d., %Y %H:%M"
|
2048
2083
|
long_dashed: "%Y-%m-%d %H:%M:%S"
|
2049
2084
|
long_with_particles: "%B %d., %Y %H:%M"
|
data/config/locales/fr-CA.yml
CHANGED
@@ -4,10 +4,19 @@ fr-CA:
|
|
4
4
|
attributes:
|
5
5
|
account:
|
6
6
|
delete_reason: Pour quelle(s) raison(s) supprimez-vous votre compte ?
|
7
|
+
attachment:
|
8
|
+
documents: Documents
|
9
|
+
image: Image
|
10
|
+
photos: Photos
|
7
11
|
common:
|
8
12
|
created_at: Créé le
|
13
|
+
content_block_attachment:
|
14
|
+
background_image: Image d'arrière-plan
|
15
|
+
main_image: Image principale
|
9
16
|
conversation:
|
10
17
|
body: Corps de texte
|
18
|
+
editor_image:
|
19
|
+
file: Fichier
|
11
20
|
group:
|
12
21
|
about: A propos
|
13
22
|
avatar: Avatar
|
@@ -16,12 +25,15 @@ fr-CA:
|
|
16
25
|
name: Nom
|
17
26
|
nickname: Nom d'utilisateur
|
18
27
|
phone: Téléphone
|
28
|
+
import:
|
29
|
+
file: Fichier
|
19
30
|
message:
|
20
31
|
body: Corps de texte
|
21
32
|
report:
|
22
33
|
details: Commentaires supplémentaires
|
23
34
|
user:
|
24
35
|
about: A propos de moi
|
36
|
+
avatar: Avatar
|
25
37
|
email: Votre email
|
26
38
|
encrypted_password: Mot de passe
|
27
39
|
locale: Langue
|
@@ -33,6 +45,14 @@ fr-CA:
|
|
33
45
|
personal_url: Site internet personnel
|
34
46
|
remove_avatar: Supprimer l'avatar
|
35
47
|
tos_agreement: Conditions d'utilisation
|
48
|
+
user_group:
|
49
|
+
avatar: Avatar
|
50
|
+
errors:
|
51
|
+
models:
|
52
|
+
user:
|
53
|
+
attributes:
|
54
|
+
nickname:
|
55
|
+
format: Le pseudo doit être en minuscules et ne contenir aucun espace
|
36
56
|
models:
|
37
57
|
decidim/attachment_created_event: Document lié
|
38
58
|
decidim/component_published_event: Fonctionnalité active
|
@@ -57,7 +77,7 @@ fr-CA:
|
|
57
77
|
with_participatory_space: Espace participatif
|
58
78
|
decidim/user:
|
59
79
|
current_password: Mot de passe actuel
|
60
|
-
email:
|
80
|
+
email: Courriel
|
61
81
|
name: Surnom
|
62
82
|
password: Mot de passe
|
63
83
|
password_confirmation: Confirmation du mot de passe
|
@@ -85,6 +105,9 @@ fr-CA:
|
|
85
105
|
file_size_too_large: Le fichier est trop volumineux
|
86
106
|
not_inside_organization: Le fichier n'est attaché à aucune organisation
|
87
107
|
date:
|
108
|
+
buttons:
|
109
|
+
close: Fermer
|
110
|
+
select: Sélectionner
|
88
111
|
formats:
|
89
112
|
decidim_short: "%d/%m/%Y"
|
90
113
|
decidim_short_dashed: "%d-%m-%Y"
|
@@ -92,6 +115,10 @@ fr-CA:
|
|
92
115
|
decidim_with_day_and_month_name: "%A %d %b %Y"
|
93
116
|
decidim_with_month_name: "%d %B %Y"
|
94
117
|
decidim_with_month_name_short: "%d %b"
|
118
|
+
help:
|
119
|
+
date_format: 'Format: jj/mm/aaaa'
|
120
|
+
order: d-m-y
|
121
|
+
separator: "/"
|
95
122
|
datetime:
|
96
123
|
distance_in_words:
|
97
124
|
about_x_hours:
|
@@ -145,6 +172,7 @@ fr-CA:
|
|
145
172
|
front_page_link: Aller à la première page
|
146
173
|
logo: "Logo officiel de %{organization}"
|
147
174
|
opens_in_new_tab: S'ouvre dans un nouvel onglet
|
175
|
+
secondary_menu: Menu secondaire
|
148
176
|
skip_button: Passer au contenu principal
|
149
177
|
account:
|
150
178
|
blocked: Ce compte a été bloqué en raison d'une violation des conditions d'utilisation
|
@@ -500,6 +528,8 @@ fr-CA:
|
|
500
528
|
dummy_step_attribute1: Attribut d'étape factice 1
|
501
529
|
dummy_step_attribute2: Attribut d'étape factice 2
|
502
530
|
dummy_step_translatable_text: Texte traduisible de l'étape factice
|
531
|
+
pagination:
|
532
|
+
page_title: "%{component_name} - Page %{current_page} sur %{total_pages}"
|
503
533
|
contact: Contact
|
504
534
|
content_blocks:
|
505
535
|
announcement:
|
@@ -548,7 +578,7 @@ fr-CA:
|
|
548
578
|
metrics:
|
549
579
|
name: Historique des statistiques de participation
|
550
580
|
participatory_space_metrics:
|
551
|
-
name:
|
581
|
+
name: Participation en chiffres
|
552
582
|
participatory_space_stats:
|
553
583
|
name: Statistiques
|
554
584
|
social_networks_metadata:
|
@@ -735,6 +765,11 @@ fr-CA:
|
|
735
765
|
email_outro: Vous avez reçu cette notification parce que vous suivez %{amendable_title}. Vous pouvez cesser de recevoir des notifications en suivant le lien précédent.
|
736
766
|
email_subject: Un amendement rejeté pour %{amendable_title} à %{emendation_author_nickname}
|
737
767
|
notification_title: Le <a href="%{emendation_path}">amendement</a> créé par <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> a été rejetée pour <a href="%{amendable_path}">%{amendable_title}</a>.
|
768
|
+
emendation_promoted:
|
769
|
+
follower:
|
770
|
+
email_intro: 'Une correction a été publiée pour %{amendable_title}. Vous pouvez la voir sur cette page :'
|
771
|
+
email_outro: Vous avez reçu cette notification parce que vous êtes un(e) auteur/trice de %{amendable_title}.
|
772
|
+
email_subject: Une correction réalisée par %{emendation_author_nickname} a été publiée en tant que nouvelle %{amendable_type}
|
738
773
|
attachments:
|
739
774
|
attachment_created:
|
740
775
|
email_intro: 'Un nouveau document a été ajouté à %{resource_title}. Vous pouvez le voir sur cette page :'
|
@@ -963,7 +998,7 @@ fr-CA:
|
|
963
998
|
accept:
|
964
999
|
error: Une erreur s'est produite lors de l'acceptation de cette invitation.
|
965
1000
|
success: L’invitation a été acceptée avec succès.
|
966
|
-
accept_invitation:
|
1001
|
+
accept_invitation: Accepter
|
967
1002
|
accept_or_reject_group_invitations: 'Les groupes suivants vous ont invité à les rejoindre. Accepter ou rejeter leurs demandes:'
|
968
1003
|
index:
|
969
1004
|
invite: Inviter
|
@@ -1021,7 +1056,7 @@ fr-CA:
|
|
1021
1056
|
success: Le groupe est parti avec succès.
|
1022
1057
|
members:
|
1023
1058
|
accept_or_reject_join_requests: 'Les utilisateurs suivants ont demandé à rejoindre ce groupe. Accepter ou rejeter leurs demandes:'
|
1024
|
-
accept_request:
|
1059
|
+
accept_request: Accepter
|
1025
1060
|
reject_request: Rejeter
|
1026
1061
|
new:
|
1027
1062
|
create_user_group: Créer un groupe
|
@@ -1106,7 +1141,7 @@ fr-CA:
|
|
1106
1141
|
subject: "%{manager} a commencé une nouvelle conversation en tant que %{group}"
|
1107
1142
|
comanagers_new_message:
|
1108
1143
|
admin_in_group: Vous recevez ceci parce que vous êtes un administrateur de %{group}.
|
1109
|
-
greeting: Bonjour %{recipient} !
|
1144
|
+
greeting: Bonjour, %{recipient} !
|
1110
1145
|
intro: "%{manager} a posté de nouveaux messages dans une conversation au nom de %{group}. Cliquez ici pour les voir:"
|
1111
1146
|
outro: Profitez de la plateforme !
|
1112
1147
|
subject: "%{manager} a envoyé de nouveaux messages en tant que %{group}"
|
@@ -1172,6 +1207,8 @@ fr-CA:
|
|
1172
1207
|
not_started: Pas encore commencé
|
1173
1208
|
remaining: "%{time_distance} restant"
|
1174
1209
|
metrics:
|
1210
|
+
blocked_users:
|
1211
|
+
description: Nombre de participants bloqués
|
1175
1212
|
download:
|
1176
1213
|
csv: Télécharger les données (CSV)
|
1177
1214
|
followers:
|
@@ -1181,11 +1218,15 @@ fr-CA:
|
|
1181
1218
|
participants:
|
1182
1219
|
description: Nombre d'utilisateurs actifs dans l'organisation
|
1183
1220
|
object: les participants
|
1184
|
-
title:
|
1221
|
+
title: Participant·e·s
|
1222
|
+
reported_users:
|
1223
|
+
description: Nombre de participants signalés
|
1224
|
+
user_reports:
|
1225
|
+
description: Nombre de signalements effectués par les participants
|
1185
1226
|
users:
|
1186
1227
|
description: Nombre d'utilisateurs dans l'organisation
|
1187
1228
|
object: utilisateurs
|
1188
|
-
title:
|
1229
|
+
title: Participant·e·s
|
1189
1230
|
newsletter_mailer:
|
1190
1231
|
newsletter:
|
1191
1232
|
no_reply_notice: Cet e-mail a été envoyé à partir d'une adresse automatique qui ne peut pas recevoir d'e-mail. Veuillez ne pas répondre à ce message.
|
@@ -1246,10 +1287,12 @@ fr-CA:
|
|
1246
1287
|
notifications_digest_mailer:
|
1247
1288
|
header:
|
1248
1289
|
daily: Résumé quotidien des notifications
|
1290
|
+
real_time: Temps réel
|
1249
1291
|
weekly: Résumé hebdomadaire des notifications
|
1250
1292
|
hello: Bonjour %{name},
|
1251
1293
|
intro:
|
1252
1294
|
daily: 'Voici les notifications de la veille, basées sur les ressources que vous suivez :'
|
1295
|
+
real_time: 'Ceci est une notification sur l''activité que vous suivez :'
|
1253
1296
|
weekly: 'Voici les notifications de la semaine dernière, basées sur les ressources que vous suivez :'
|
1254
1297
|
outro: Vous avez reçu ces notifications parce que vous suivez ce contenu ou ses auteurs. Pour arrêter de les suivre, rendez-vous sur la page du contenu ou de l'auteur et cliquez sur "Ne plus suivre".
|
1255
1298
|
see_more: Voir plus de notifications
|
@@ -1369,12 +1412,12 @@ fr-CA:
|
|
1369
1412
|
sidebar:
|
1370
1413
|
badges:
|
1371
1414
|
info: Les badges sont gagnés en effectuant des activités spécifiques sur la plateforme.
|
1372
|
-
title:
|
1415
|
+
title: Insignes
|
1373
1416
|
user:
|
1374
1417
|
actions:
|
1375
1418
|
create_user_group: Créer un groupe
|
1376
1419
|
disabled_message: Message
|
1377
|
-
edit_profile:
|
1420
|
+
edit_profile: Mettre à jour le profil
|
1378
1421
|
edit_user_group: Modifier le profil du groupe
|
1379
1422
|
invite_user: Inviter un utilisateur
|
1380
1423
|
join_user_group: Demander à rejoindre ce groupe
|