decidim-assemblies 0.24.2 → 0.24.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f1cdccdc43b87cca1180a3e753329bb0b99f74e55d57fe1d4d2e2550fdec0723
4
- data.tar.gz: d03ca1b004aa6d853693201af27edb9b5759c68af86fd0f0a588b39be0a5f9ad
3
+ metadata.gz: 7780d892e6468fdd163051447390c4edbb84d9cb4f2e38e6a634e30fc987961f
4
+ data.tar.gz: d48fc9be1cf5acae50f06da3aad41b52333964efa0dfe3e85a1301c7dad11fca
5
5
  SHA512:
6
- metadata.gz: 9a9c07f3f332c9a6182e26cab5370c43674e2fa7400363732460e4e787b20fa5eb53d585ac896896996841a498fd3aa95c70599b522fd9e0f178689260c31ab4
7
- data.tar.gz: 5d3531576102d1fa52c8226adfd7613319ad825f5e10af7153fbcc05ede1d5afc4ba9a513020dfd4e0e1b0af275764df06a92485510791672a07f7e500a6a60e
6
+ metadata.gz: ea12b06eadcdbfb3ac279f061ec8b6d0c5226391bae29347c3b0810b7b658df808451ec794a2f3c5269786244f566fb2215bf27bf7db2967b4f9bc7d923c6cdc
7
+ data.tar.gz: e368d64d4232e808fe80646ee00f7df8719d54379dacbe89da6c79d446a7567390b43f0ff7358580f7179085a2bab039124e0f339ee020e078900d9959ecb674
@@ -434,7 +434,17 @@ gl:
434
434
  description: Número de xuntanzas creadas
435
435
  object: xuntanzas
436
436
  title: Xuntanzas
437
+ pages:
438
+ home:
439
+ hero:
440
+ participate_title: Participar nos procesos da plataforma
441
+ sub_hero:
442
+ register_title: Rexistrarse para crear unha conta
437
443
  participatory_processes:
444
+ pages:
445
+ home:
446
+ highlighted_processes:
447
+ processes_button_title: Ligazón á páxina de Procesos que amosa todas as procesos
438
448
  show:
439
449
  related_assemblies: Xuntanzas relacionadas
440
450
  errors:
@@ -52,6 +52,7 @@ it:
52
52
  target: A chi è destinato il processo
53
53
  title: Titolo
54
54
  twitter: Twitter
55
+ weight: Peso
55
56
  youtube: Youtube
56
57
  assembly_member:
57
58
  birthday: Data di nascita
@@ -385,11 +386,15 @@ it:
385
386
  comments_count: Commenti
386
387
  debates_count: Discussioni
387
388
  endorsements_count: Mi piace
389
+ followers_count: Follower
390
+ headline: Statistiche
388
391
  meetings_count: Riunioni
392
+ no_stats: Non ci sono ancora statistiche.
389
393
  orders_count: Supporti
390
394
  pages_count: Pagine
391
395
  participants_count: Partecipanti
392
396
  posts_count: Messaggi
397
+ processes_count: Processi
393
398
  projects_count: Progetti
394
399
  proposals_count: Proposte
395
400
  results_count: Risultati
@@ -443,6 +448,8 @@ it:
443
448
  home:
444
449
  hero:
445
450
  participate_title: Partecipa ai processi della piattaforma
451
+ sub_hero:
452
+ register_title: Registrati e crea un account
446
453
  participatory_processes:
447
454
  pages:
448
455
  home:
@@ -50,6 +50,7 @@
50
50
  target: Hvem deltar
51
51
  title: Tittel
52
52
  twitter: Twitter
53
+ weight: Vekting
53
54
  youtube: YouTube
54
55
  assembly_member:
55
56
  birthday: Fødselsdag
@@ -382,11 +383,15 @@
382
383
  comments_count: Kommentarer
383
384
  debates_count: Debatter
384
385
  endorsements_count: Påtegnelser
386
+ followers_count: Følgere
387
+ headline: Statistikk
385
388
  meetings_count: Møter
389
+ no_stats: Det finnes ingen statistikk enda.
386
390
  orders_count: Støtter
387
391
  pages_count: Sider
388
392
  participants_count: Deltakere
389
393
  posts_count: Innlegg
394
+ processes_count: Prosesser
390
395
  projects_count: Prosjekter
391
396
  proposals_count: Forslag
392
397
  results_count: Resultater
@@ -440,6 +445,8 @@
440
445
  home:
441
446
  hero:
442
447
  participate_title: Delta i plattformens prosesser
448
+ sub_hero:
449
+ register_title: Registrer deg for å opprette en konto
443
450
  participatory_processes:
444
451
  pages:
445
452
  home:
@@ -238,7 +238,7 @@ pl:
238
238
  admin: Administrator
239
239
  collaborator: Współpracownik
240
240
  moderator: Moderator
241
- valuator: Taksator
241
+ valuator: Weryfikator
242
242
  titles:
243
243
  assemblies: Zespoły
244
244
  assemblies_types: Typy zespołów
@@ -385,7 +385,7 @@ pl:
385
385
  related_participatory_processes: Powiązane procesy partycypacyjne
386
386
  scope: Zakres
387
387
  social_networks: Portale społecznościowe
388
- social_networks_title: Udostępnij zespół na
388
+ social_networks_title: Odwiedź zespół na
389
389
  target: Do kogo kierowane
390
390
  statistics:
391
391
  answers_count: Odpowiedzi
@@ -4,7 +4,7 @@ module Decidim
4
4
  # This holds the decidim-assemblies version.
5
5
  module Assemblies
6
6
  def self.version
7
- "0.24.2"
7
+ "0.24.3"
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decidim-assemblies
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.2
4
+ version: 0.24.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josep Jaume Rey Peroy
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2021-05-07 00:00:00.000000000 Z
13
+ date: 2021-06-01 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: decidim-core
@@ -18,42 +18,42 @@ dependencies:
18
18
  requirements:
19
19
  - - '='
20
20
  - !ruby/object:Gem::Version
21
- version: 0.24.2
21
+ version: 0.24.3
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  requirements:
26
26
  - - '='
27
27
  - !ruby/object:Gem::Version
28
- version: 0.24.2
28
+ version: 0.24.3
29
29
  - !ruby/object:Gem::Dependency
30
30
  name: decidim-admin
31
31
  requirement: !ruby/object:Gem::Requirement
32
32
  requirements:
33
33
  - - '='
34
34
  - !ruby/object:Gem::Version
35
- version: 0.24.2
35
+ version: 0.24.3
36
36
  type: :development
37
37
  prerelease: false
38
38
  version_requirements: !ruby/object:Gem::Requirement
39
39
  requirements:
40
40
  - - '='
41
41
  - !ruby/object:Gem::Version
42
- version: 0.24.2
42
+ version: 0.24.3
43
43
  - !ruby/object:Gem::Dependency
44
44
  name: decidim-dev
45
45
  requirement: !ruby/object:Gem::Requirement
46
46
  requirements:
47
47
  - - '='
48
48
  - !ruby/object:Gem::Version
49
- version: 0.24.2
49
+ version: 0.24.3
50
50
  type: :development
51
51
  prerelease: false
52
52
  version_requirements: !ruby/object:Gem::Requirement
53
53
  requirements:
54
54
  - - '='
55
55
  - !ruby/object:Gem::Version
56
- version: 0.24.2
56
+ version: 0.24.3
57
57
  description: Assemblies component for decidim.
58
58
  email:
59
59
  - josepjaume@gmail.com