decidim-core 0.25.0.rc2 → 0.25.1

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

Potentially problematic release.


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

Files changed (51) hide show
  1. checksums.yaml +4 -4
  2. data/app/cells/decidim/following/show.erb +17 -8
  3. data/app/cells/decidim/following_cell.rb +6 -2
  4. data/app/controllers/concerns/decidim/disable_redirection_to_external_host.rb +15 -0
  5. data/app/controllers/concerns/decidim/safe_redirect.rb +14 -3
  6. data/app/controllers/decidim/application_controller.rb +1 -0
  7. data/app/models/decidim/user.rb +4 -0
  8. data/app/models/decidim/user_base_entity.rb +18 -13
  9. data/app/packs/src/decidim/geocoding/attach_input.js +11 -2
  10. data/app/packs/stylesheets/decidim/modules/_timeline.scss +1 -1
  11. data/config/locales/bg.yml +0 -1
  12. data/config/locales/ca.yml +11 -8
  13. data/config/locales/cs.yml +2 -1
  14. data/config/locales/de.yml +0 -1
  15. data/config/locales/el.yml +0 -1
  16. data/config/locales/en.yml +1 -0
  17. data/config/locales/es-MX.yml +16 -1
  18. data/config/locales/es-PY.yml +16 -1
  19. data/config/locales/es.yml +16 -1
  20. data/config/locales/eu.yml +470 -19
  21. data/config/locales/fi-plain.yml +1 -1
  22. data/config/locales/fi.yml +1 -1
  23. data/config/locales/fr-CA.yml +26 -1
  24. data/config/locales/fr.yml +28 -3
  25. data/config/locales/ga-IE.yml +387 -0
  26. data/config/locales/gl.yml +1 -0
  27. data/config/locales/hu.yml +0 -1
  28. data/config/locales/it.yml +1 -1
  29. data/config/locales/ja.yml +3 -2
  30. data/config/locales/lb.yml +1701 -0
  31. data/config/locales/lv.yml +0 -1
  32. data/config/locales/nl.yml +0 -1
  33. data/config/locales/no.yml +0 -1
  34. data/config/locales/pl.yml +14 -7
  35. data/config/locales/pt-BR.yml +0 -1
  36. data/config/locales/pt.yml +150 -6
  37. data/config/locales/ro-RO.yml +254 -249
  38. data/config/locales/sk.yml +0 -1
  39. data/config/locales/sr-CS.yml +0 -3
  40. data/config/locales/sv.yml +35 -1
  41. data/config/locales/tr-TR.yml +0 -1
  42. data/config/locales/zh-CN.yml +0 -1
  43. data/lib/decidim/core/engine.rb +4 -0
  44. data/lib/decidim/core/test/shared_examples/comments_examples.rb +51 -1
  45. data/lib/decidim/core/version.rb +1 -1
  46. data/lib/decidim/core.rb +11 -0
  47. data/lib/decidim/has_component.rb +4 -0
  48. data/lib/decidim/participable.rb +5 -0
  49. data/lib/decidim/resourceable.rb +2 -9
  50. data/lib/tasks/decidim_webpacker_tasks.rake +46 -27
  51. metadata +18 -16
@@ -67,7 +67,6 @@ fi-pl:
67
67
  'true': 'Kyllä'
68
68
  carrierwave:
69
69
  errors:
70
- general: Kuvan käsittely epäonnistui
71
70
  image_too_big: Kuva on liian suuri
72
71
  not_inside_organization: Tiedostoa ei ole liitetty mihinkään organisaatioon
73
72
  date:
@@ -99,6 +98,7 @@ fi-pl:
99
98
  error: Tilin poistossa tapahtui virhe.
100
99
  success: Tilisi poistaminen onnistui.
101
100
  show:
101
+ available_locales_helper: Valitse kieli, jota haluat käyttää selataksesi Decidimiä ja vastaanottaaksesi ilmoituksia
102
102
  change_password: Vaihda salasana
103
103
  update_account: Päivitä tili
104
104
  update:
@@ -67,7 +67,6 @@ fi:
67
67
  'true': 'Kyllä'
68
68
  carrierwave:
69
69
  errors:
70
- general: Kuvan käsittely epäonnistui
71
70
  image_too_big: Kuva on liian suuri
72
71
  not_inside_organization: Tiedostoa ei ole liitetty mihinkään organisaatioon
73
72
  date:
@@ -99,6 +98,7 @@ fi:
99
98
  error: Tilisi poistaminen epäonnistui.
100
99
  success: Tilisi poistaminen onnistui.
101
100
  show:
101
+ available_locales_helper: Valitse kieli, jota haluat käyttää selataksesi Decidimiä ja vastaanottaaksesi ilmoituksia
102
102
  change_password: Vaihda salasana
103
103
  update_account: Päivitä tili
104
104
  update:
@@ -5,6 +5,8 @@ fr-CA:
5
5
  delete_reason: Pour quelle(s) raison(s) supprimez-vous votre compte ?
6
6
  common:
7
7
  created_at: Créé le
8
+ conversation:
9
+ body: Corps de texte
8
10
  group:
9
11
  about: A propos
10
12
  avatar: Avatar
@@ -13,6 +15,8 @@ fr-CA:
13
15
  name: Nom
14
16
  nickname: Nom d'utilisateur
15
17
  phone: Téléphone
18
+ message:
19
+ body: Corps de texte
16
20
  report:
17
21
  details: Commentaires supplémentaires
18
22
  user:
@@ -63,7 +67,6 @@ fr-CA:
63
67
  'true': 'Oui'
64
68
  carrierwave:
65
69
  errors:
66
- general: Erreur de traitement de l'image
67
70
  image_too_big: L'image est trop grande
68
71
  not_inside_organization: Le fichier n'est relié à aucune organisation
69
72
  date:
@@ -95,6 +98,7 @@ fr-CA:
95
98
  error: Une erreur s'est produite lors de la suppression de votre compte.
96
99
  success: Votre compte a été supprimé avec succès.
97
100
  show:
101
+ available_locales_helper: Choisissez la langue que vous souhaitez utiliser pour naviguer et recevoir des notifications dans Decidim
98
102
  change_password: Changer de mot de passe
99
103
  update_account: Mettre à jour votre compte
100
104
  update:
@@ -259,6 +263,8 @@ fr-CA:
259
263
  photos:
260
264
  related_photos: Photos associées
261
265
  author:
266
+ avatar: 'Avatar: %{name}'
267
+ avatar_multiuser: Avatar pour plusieurs utilisateurs
262
268
  comments:
263
269
  one: commentaire
264
270
  other: commentaires
@@ -686,6 +692,7 @@ fr-CA:
686
692
  no_followers: Aucun abonné pour le moment.
687
693
  following:
688
694
  no_followings: Aucun abonnement
695
+ non_public_followings: Certaines des ressources suivies ne sont pas publiques.
689
696
  follows:
690
697
  create:
691
698
  button: Suivre
@@ -1231,6 +1238,7 @@ fr-CA:
1231
1238
  description: Ce contenu est-il inapproprié ?
1232
1239
  does_not_belong: Contient d’autres types de contenus qui vous semblent inappropriés à %{organization_name} (activités illégales, menaces suicidaires, informations personnelles,...).
1233
1240
  offensive: Contient des propos contraires à la loi (propos racistes, sexistes, insultes, attaques personnelles, menaces de mort, incitations au suicide ou toute forme de discours de haine,...).
1241
+ reason: Motif
1234
1242
  report: Signaler
1235
1243
  spam: Contient des publicités, des escroqueries, des pièges à clic (clickbait) ou des robots fonctionnant au script (script bots).
1236
1244
  title: Signaler un problème
@@ -1268,10 +1276,21 @@ fr-CA:
1268
1276
  title: Sélectionner le nombre de résultats par page
1269
1277
  share_modal:
1270
1278
  close_window: Fermer la fenêtre
1279
+ copy_share_link: Copier
1280
+ copy_share_link_clarification: Copier le lien de partage dans le presse-papiers
1281
+ copy_share_link_copied: Copié!
1282
+ copy_share_link_message: Le lien a bien été copié dans le presse-papier.
1271
1283
  share: Partager
1272
1284
  share_link: Lien de partage
1273
1285
  statistics:
1274
1286
  comments_count: Commentaires
1287
+ endorsements_count: Soutiens
1288
+ followers_count: Abonnés
1289
+ headline: Statistiques
1290
+ no_stats: Il n'y a pas encore de statistiques.
1291
+ pages_count: Pages
1292
+ participants_count: Participant·e·s
1293
+ users_count: Participant·e·s
1275
1294
  tags:
1276
1295
  filter_results_for_category: 'Filtrer les résultats de la catégorie : %{resource}'
1277
1296
  filter_results_for_scope: 'Filtrer les résultats pour la portée : %{resource}'
@@ -1309,6 +1328,7 @@ fr-CA:
1309
1328
  send: Envoyer
1310
1329
  title_reply: Répondre
1311
1330
  show:
1331
+ back: Afficher toutes les conversations
1312
1332
  not_allowed: Cet utilisateur n'accepte plus de messages directs.
1313
1333
  title: Conversation avec %{usernames}
1314
1334
  update:
@@ -1354,6 +1374,7 @@ fr-CA:
1354
1374
  number_of_versions: Versions
1355
1375
  title: Versions
1356
1376
  versions_list_item:
1377
+ back: Afficher toutes les versions
1357
1378
  show:
1358
1379
  version_index: Version %{index}
1359
1380
  welcome_notification:
@@ -1532,6 +1553,10 @@ fr-CA:
1532
1553
  too_short: est trop court (moins de 15 caractères)
1533
1554
  forms:
1534
1555
  correct_errors: Il y a des erreurs dans le formulaire, veuillez les corriger pour continuer.
1556
+ length_validator:
1557
+ minimum:
1558
+ one: Au moins %{count} caractère
1559
+ other: Au moins %{count} caractères
1535
1560
  required: Champs obligatoires
1536
1561
  required_explanation: "* Les champs obligatoires sont marqués d'un astérisque"
1537
1562
  invisible_captcha:
@@ -5,6 +5,8 @@ fr:
5
5
  delete_reason: Pour quelle(s) raison(s) supprimez-vous votre compte ?
6
6
  common:
7
7
  created_at: Créé le
8
+ conversation:
9
+ body: Corps de texte
8
10
  group:
9
11
  about: A propos
10
12
  avatar: Avatar
@@ -13,6 +15,8 @@ fr:
13
15
  name: Nom
14
16
  nickname: Nom d'utilisateur
15
17
  phone: Téléphone
18
+ message:
19
+ body: Corps de texte
16
20
  report:
17
21
  details: Commentaires supplémentaires
18
22
  user:
@@ -63,7 +67,6 @@ fr:
63
67
  'true': 'Oui'
64
68
  carrierwave:
65
69
  errors:
66
- general: Erreur de traitement de l'image
67
70
  image_too_big: L'image est trop grande
68
71
  not_inside_organization: Le fichier n'est relié à aucune organisation
69
72
  date:
@@ -95,6 +98,7 @@ fr:
95
98
  error: Une erreur s'est produite lors de la suppression de votre compte.
96
99
  success: Votre compte a été supprimé avec succès.
97
100
  show:
101
+ available_locales_helper: Choisissez la langue que vous souhaitez utiliser pour naviguer et recevoir des notifications dans Decidim
98
102
  change_password: Changer de mot de passe
99
103
  update_account: Mettre à jour votre compte
100
104
  update:
@@ -259,6 +263,8 @@ fr:
259
263
  photos:
260
264
  related_photos: Photos associées
261
265
  author:
266
+ avatar: 'Avatar: %{name}'
267
+ avatar_multiuser: Avatar pour plusieurs utilisateurs
262
268
  comments:
263
269
  one: commentaire
264
270
  other: commentaires
@@ -686,6 +692,7 @@ fr:
686
692
  no_followers: Aucun abonné pour le moment.
687
693
  following:
688
694
  no_followings: Aucun abonnement
695
+ non_public_followings: Certaines des ressources suivies ne sont pas publiques.
689
696
  follows:
690
697
  create:
691
698
  button: Suivre
@@ -1231,6 +1238,7 @@ fr:
1231
1238
  description: Ce contenu est-il inapproprié ?
1232
1239
  does_not_belong: Contient d’autres types de contenus qui vous semblent inappropriés à %{organization_name} (activités illégales, menaces suicidaires, informations personnelles,...).
1233
1240
  offensive: Contient des propos contraires à la loi (propos racistes, sexistes, insultes, attaques personnelles, menaces de mort, incitations au suicide ou toute forme de discours de haine,...).
1241
+ reason: Motif
1234
1242
  report: Signaler
1235
1243
  spam: Contient des publicités, des escroqueries, des pièges à clic (clickbait) ou des robots fonctionnant au script (script bots).
1236
1244
  title: Signaler un contenu inapproprié
@@ -1268,10 +1276,21 @@ fr:
1268
1276
  title: Sélectionner le nombre de résultats par page
1269
1277
  share_modal:
1270
1278
  close_window: Fermer la fenêtre
1279
+ copy_share_link: Copier
1280
+ copy_share_link_clarification: Copier le lien de partage dans le presse-papiers
1281
+ copy_share_link_copied: Copié!
1282
+ copy_share_link_message: Le lien a bien été copié dans le presse-papier.
1271
1283
  share: Partager
1272
1284
  share_link: Lien de partage
1273
1285
  statistics:
1274
1286
  comments_count: Commentaires
1287
+ endorsements_count: Soutiens
1288
+ followers_count: Abonnés
1289
+ headline: Statistiques
1290
+ no_stats: Il n'y a pas encore de statistiques.
1291
+ pages_count: Pages
1292
+ participants_count: Participant·e·s
1293
+ users_count: Participant·e·s
1275
1294
  tags:
1276
1295
  filter_results_for_category: 'Filtrer les résultats de la catégorie : %{resource}'
1277
1296
  filter_results_for_scope: 'Filtrer les résultats pour le secteur : %{resource}'
@@ -1309,6 +1328,7 @@ fr:
1309
1328
  send: Envoyer
1310
1329
  title_reply: Répondre
1311
1330
  show:
1331
+ back: Afficher toutes les conversations
1312
1332
  not_allowed: Cet utilisateur n'accepte plus de messages directs.
1313
1333
  title: Conversation avec %{usernames}
1314
1334
  update:
@@ -1332,7 +1352,7 @@ fr:
1332
1352
  version:
1333
1353
  show:
1334
1354
  back_to_resource: Revenir en arrière
1335
- changes_at_title: Changements à%{title}"
1355
+ changes_at_title: Changements sur "%{title}"
1336
1356
  number_of_versions: Versions
1337
1357
  show_all_versions: Afficher toutes les versions
1338
1358
  version_author: Auteur de la version
@@ -1350,10 +1370,11 @@ fr:
1350
1370
  versions_list:
1351
1371
  show:
1352
1372
  back_to_resource: Revenir en arrière
1353
- changes_at_title: Changements à%{title}"
1373
+ changes_at_title: Changements sur "%{title}"
1354
1374
  number_of_versions: Versions
1355
1375
  title: Versions
1356
1376
  versions_list_item:
1377
+ back: Afficher toutes les versions
1357
1378
  show:
1358
1379
  version_index: Version %{index}
1359
1380
  welcome_notification:
@@ -1532,6 +1553,10 @@ fr:
1532
1553
  too_short: est trop court (moins de 15 caractères)
1533
1554
  forms:
1534
1555
  correct_errors: Il y a des erreurs dans le formulaire, veuillez les corriger pour continuer.
1556
+ length_validator:
1557
+ minimum:
1558
+ one: Au moins %{count} caractère
1559
+ other: Au moins %{count} caractères
1535
1560
  required: Champ obligatoire
1536
1561
  required_explanation: "* Les champs obligatoires sont marqués d'un astérisque"
1537
1562
  invisible_captcha:
@@ -1 +1,388 @@
1
1
  ga:
2
+ activemodel:
3
+ attributes:
4
+ conversation:
5
+ body: Corp
6
+ group:
7
+ about: Faoi
8
+ avatar: Abhatár
9
+ email: Seoladh ríomhphoist
10
+ name: Ainm
11
+ nickname: Leasainm
12
+ phone: Fón
13
+ message:
14
+ body: Corp
15
+ user:
16
+ about: Faoi
17
+ nickname: Leasainm
18
+ password: Pasfhocal
19
+ models:
20
+ decidim/attachment_created_event: Ceangaltán
21
+ activerecord:
22
+ attributes:
23
+ decidim/user:
24
+ email: Seoladh ríomhphoist
25
+ name: Leasainm
26
+ password: Pasfhocal
27
+ booleans:
28
+ 'false': 'Níl'
29
+ 'true': 'Is ea'
30
+ date:
31
+ formats:
32
+ decidim_short: "%d/%m/%Y"
33
+ decidim_short_with_month_name_short: "%d %b %Y"
34
+ decidim_with_month_name: "%d %B %Y"
35
+ decidim_with_month_name_short: "%d %b"
36
+ decidim:
37
+ admin:
38
+ actions:
39
+ cancel: Cealaigh
40
+ amendments:
41
+ compare_draft:
42
+ continue: Lean ar aghaidh
43
+ edit_draft:
44
+ send: Réamhamharc
45
+ emendation:
46
+ actions:
47
+ button_accept: Glac
48
+ button_reject: Diúltaigh
49
+ new:
50
+ send: Cruthaigh
51
+ preview_draft:
52
+ modify: Athraigh
53
+ publish: Foilsigh
54
+ review:
55
+ back: Ar Ais
56
+ application:
57
+ collection:
58
+ documents:
59
+ one: Cáipéis
60
+ two: Cáipéisí
61
+ few: Cáipéisí
62
+ many: Cáipéisí
63
+ other: Cáipéisí
64
+ geocoding:
65
+ geocoded_address: Seoladh
66
+ authorization_handlers:
67
+ another_dummy_authorization_handler:
68
+ fields:
69
+ postal_code: Cód poist
70
+ dummy_authorization_handler:
71
+ fields:
72
+ postal_code: Cód poist
73
+ scope_id: Scóip
74
+ foo_authorization:
75
+ fields:
76
+ bar: Bar
77
+ foo: Foo
78
+ authorization_modals:
79
+ content:
80
+ incomplete:
81
+ cancel: Cealaigh
82
+ invalid_field: "%{field}"
83
+ unauthorized:
84
+ ok: Togha
85
+ block_user_mailer:
86
+ notify:
87
+ hello: Dia duit,
88
+ components:
89
+ component_order_selector:
90
+ order:
91
+ comment: Trácht
92
+ debate: Díospóireacht
93
+ meeting: Cruinniú
94
+ post: Postáil
95
+ proposal: Moladh
96
+ question: Ceist
97
+ title: 'Taispeáin:'
98
+ dummy:
99
+ actions:
100
+ bar: Bar
101
+ foo: Foo
102
+ settings:
103
+ global:
104
+ scope_id: Scóip
105
+ contact: Teagmháil
106
+ content_blocks:
107
+ highlighted_elements_settings_form:
108
+ orders:
109
+ random: Randamach
110
+ last_activity:
111
+ view_all: Amharc ar uile
112
+ data_portability:
113
+ export:
114
+ ready: Réidh
115
+ devise:
116
+ registrations:
117
+ new:
118
+ sign_in: Logáil isteach
119
+ sign_up: Cláraigh
120
+ shared:
121
+ omniauth_buttons:
122
+ or: Nó
123
+ doorkeeper:
124
+ authorizations:
125
+ new:
126
+ cancel: Cealaigh
127
+ endorsable:
128
+ endorsements: Formhuinithe
129
+ endorsement_buttons_cell:
130
+ already_endorsed: Formhuinithe
131
+ endorse: Formhuinigh
132
+ endorsements:
133
+ identities:
134
+ done: Críochnaithe
135
+ export_mailer:
136
+ data_portability_export:
137
+ download: Íoslódáil
138
+ filters:
139
+ linked_classes:
140
+ all: Uile
141
+ meeting: Cruinnithe
142
+ project: Tionscadail
143
+ proposal: Moltaí
144
+ result: Torthaí
145
+ fingerprint:
146
+ source: Foinse
147
+ value: Luach
148
+ follows:
149
+ create:
150
+ button: Lean
151
+ gamification:
152
+ badges:
153
+ index:
154
+ title: Suaitheantais
155
+ invitations:
156
+ name: Cuirí
157
+ group_invites:
158
+ accept_invitation: Glac
159
+ index:
160
+ invite: Tabhair Cuireadh
161
+ reject_invitation: Diúltaigh
162
+ groups:
163
+ members:
164
+ accept_request: Glac
165
+ reject_request: Diúltaigh
166
+ roles:
167
+ admin: Riarthóir
168
+ creator: Cruthaitheoir
169
+ member: Ball
170
+ last_activities:
171
+ index:
172
+ resource_type: Cineál
173
+ links:
174
+ warning:
175
+ cancel: Cealaigh
176
+ proceed: Gabh ar aghaidh
177
+ menu:
178
+ help: Cabhair
179
+ home: Baile
180
+ messaging:
181
+ conversations:
182
+ error_modal:
183
+ ok: Togha
184
+ index:
185
+ ago: ó shin
186
+ from: Ó
187
+ next: I ndiaidh
188
+ reply:
189
+ send: Seol
190
+ title: Freagra
191
+ start:
192
+ send: Seol
193
+ newsletter_templates:
194
+ basic_only_text_settings_form:
195
+ body: Corp
196
+ image_text_cta_settings_form:
197
+ body: Corp
198
+ introduction: Réamhrá
199
+ newsletters_opt_in_mailer:
200
+ notify:
201
+ hello: Dia duit,
202
+ notifications_settings:
203
+ show:
204
+ administrators: Riarthóirí
205
+ own_user_groups:
206
+ index:
207
+ pending: Ar feitheamh
208
+ rejected: Diúltaithe
209
+ verified: Fíoraithe
210
+ pad_iframe:
211
+ pad: Ceap
212
+ pages:
213
+ home:
214
+ extended:
215
+ debates: Díospóireachtaí
216
+ meetings: Cruinnithe
217
+ proposals: Moltaí
218
+ footer_sub_hero:
219
+ register: Cláraigh
220
+ metrics:
221
+ headline: Méadrachtaí
222
+ sub_hero:
223
+ register: Cláraigh
224
+ index:
225
+ standalone_pages: Leathanaigh
226
+ title: Cabhair
227
+ topics: Ábhair
228
+ participatory_space:
229
+ metrics:
230
+ headline: Méadrachtaí
231
+ profile:
232
+ view: Amharc
233
+ profiles:
234
+ show:
235
+ activity: Gníomhaíocht
236
+ badges: Suaitheantais
237
+ following: Leantach
238
+ groups: Grúpaí
239
+ members: Baill
240
+ sidebar:
241
+ badges:
242
+ title: Suaitheantais
243
+ reported_mailer:
244
+ report:
245
+ authors: Údair
246
+ details: Sonraí
247
+ id: ID
248
+ reason: Cúis
249
+ scopes:
250
+ picker:
251
+ cancel: Cealaigh
252
+ choose: Roghnaigh
253
+ scopes: Scóip
254
+ search:
255
+ term_input_placeholder: Cuardaigh
256
+ searches:
257
+ filters:
258
+ state:
259
+ active: Gníomhach
260
+ all: Uile
261
+ future: Todhchaí
262
+ past: Roimhe
263
+ filters_small_view:
264
+ filter: Scagaire
265
+ unfold: Oscail
266
+ security:
267
+ selfxss_warning:
268
+ title: Stad!
269
+ shared:
270
+ confirm_modal:
271
+ cancel: Cealaigh
272
+ ok: Togha
273
+ title: Deimhnigh
274
+ embed_modal:
275
+ embed_link: Leabaigh
276
+ extended_navigation_bar:
277
+ more: Níos mó
278
+ unfold: Oscail
279
+ flag_modal:
280
+ close: Dún
281
+ reason: Cúis
282
+ report: Tuairiscigh
283
+ flag_user_modal:
284
+ close: Dún
285
+ report: Tuairiscigh
286
+ floating_help:
287
+ help: Cabhair
288
+ login_modal:
289
+ sign_up: Cláraigh
290
+ participatory_space_filters:
291
+ filters:
292
+ areas: Ceantair
293
+ share_modal:
294
+ copy_share_link: Cóipeáil
295
+ copy_share_link_copied: Cóipeáilte!
296
+ share: Roinn
297
+ statistics:
298
+ comments_count: Tráchtanna
299
+ endorsements_count: Formhuinithe
300
+ pages_count: Leathanaigh
301
+ user_conversations:
302
+ index:
303
+ close: Dún
304
+ from: Ó
305
+ next: I ndiaidh
306
+ reply:
307
+ send: Seol
308
+ title_reply: Freagair
309
+ version:
310
+ show:
311
+ back_to_resource: Dul ar ais
312
+ number_of_versions: Leaganacha
313
+ versions_list:
314
+ show:
315
+ back_to_resource: Dul ar ais
316
+ number_of_versions: Leaganacha
317
+ title: Leaganacha
318
+ wizard_step_form:
319
+ wizard_aside:
320
+ back: Ar Ais
321
+ devise:
322
+ invitations:
323
+ edit:
324
+ submit_button: Sábháil
325
+ registrations:
326
+ edit:
327
+ update: Nuashonraigh
328
+ new:
329
+ sign_up: Cláraigh
330
+ sessions:
331
+ new:
332
+ sign_in: Logáil isteach
333
+ shared:
334
+ links:
335
+ back: Ar Ais
336
+ sign_in: Logáil isteach
337
+ sign_up: Cláraigh
338
+ layouts:
339
+ decidim:
340
+ cookie_warning:
341
+ ok: Aontaím
342
+ edit_link:
343
+ edit: Eagar
344
+ header:
345
+ sign_in: Sínigh Isteach
346
+ sign_up: Cláraigh
347
+ timeout_modal:
348
+ sign_out: Sínigh amach
349
+ user_menu:
350
+ sign_out: Sínigh amach
351
+ user_profile:
352
+ account: Cuntas
353
+ my_data: Mo chuid sonraí
354
+ user_groups: Grúpaí
355
+ widget:
356
+ see_more: Feic níos mó
357
+ locale:
358
+ name: Gaeilge
359
+ social_share_button:
360
+ douban: Douban
361
+ email: Seoladh ríomhphoist
362
+ facebook: Facebook
363
+ google_plus: Google+
364
+ linkedin: Linkedin
365
+ qq: Qzone
366
+ reddit: Reddit
367
+ telegram: Telegram
368
+ tumblr: Tumblr
369
+ twitter: Twitter
370
+ wechat: WeChat
371
+ whatsapp_app: WhatsApp
372
+ whatsapp_web: WhatsApp
373
+ xing: Xing
374
+ time:
375
+ formats:
376
+ day_of_month: "%b %d"
377
+ day_of_week: "%a"
378
+ day_of_week_long: "%a %e"
379
+ day_of_year: "%d.%m.%y"
380
+ decidim_day_of_year: "%d %B %Y"
381
+ time_of_day: "%H:%M"
382
+ versions:
383
+ dropdown:
384
+ option_escaped: Éalaithe
385
+ option_unified: Aontaithe
386
+ views:
387
+ pagination:
388
+ truncate: "…"
@@ -524,6 +524,7 @@ gl:
524
524
  no_followers: Aínda non hai seguidores.
525
525
  following:
526
526
  no_followings: Aínda non segue a ninguén nin a nada.
527
+ non_public_followings: Algúns dos recursos seguidos non son públicos.
527
528
  follows:
528
529
  create:
529
530
  button: Segue
@@ -60,7 +60,6 @@ hu:
60
60
  'true': 'Igen'
61
61
  carrierwave:
62
62
  errors:
63
- general: Hiba történt a kép feldolgozásakor
64
63
  image_too_big: A kép mérete túl nagy
65
64
  date:
66
65
  formats:
@@ -67,7 +67,6 @@ it:
67
67
  'true': 'Si'
68
68
  carrierwave:
69
69
  errors:
70
- general: Errore nell'elaborazione dell'immagine
71
70
  image_too_big: L'immagine è troppo grande
72
71
  not_inside_organization: Il file non è collegato a nessuna organizzazione
73
72
  date:
@@ -99,6 +98,7 @@ it:
99
98
  error: Si è verificato un errore durante l'eliminazione del tuo account.
100
99
  success: Il tuo account è stato eliminato correttamente.
101
100
  show:
101
+ available_locales_helper: Scegli la lingua che vuoi usare per navigare e ricevere notifiche in Decidim
102
102
  change_password: Cambia password
103
103
  update_account: Aggiorna l'account
104
104
  update:
@@ -63,7 +63,6 @@ ja:
63
63
  'true': 'はい'
64
64
  carrierwave:
65
65
  errors:
66
- general: 画像処理中にエラー
67
66
  image_too_big: 画像が大きすぎます
68
67
  not_inside_organization: ファイルはどの組織にも添付されていません
69
68
  date:
@@ -95,6 +94,7 @@ ja:
95
94
  error: アカウントの削除中に問題が発生しました。
96
95
  success: アカウントが正常に削除されました。
97
96
  show:
97
+ available_locales_helper: Decidimからの通知を閲覧および受信するために使用する言語を選択します
98
98
  change_password: パスワードの変更
99
99
  update_account: アカウントを更新
100
100
  update:
@@ -688,6 +688,7 @@ ja:
688
688
  no_followers: フォロワーはまだいません。
689
689
  following:
690
690
  no_followings: フォローしている人やコンテンツはありません
691
+ non_public_followings: フォローしているリソースのいくつかは公開されていません。
691
692
  follows:
692
693
  create:
693
694
  button: フォロー
@@ -1358,7 +1359,7 @@ ja:
1358
1359
  deleted: 削除された参加者
1359
1360
  versions:
1360
1361
  resource_version:
1361
- of_versions: "( %{number} の)"
1362
+ of_versions: "/ %{number}"
1362
1363
  see_other_versions: 他のバージョンを見る
1363
1364
  version: バージョン %{number}
1364
1365
  versions_list: