decidim-gallery 0.0.2 → 0.0.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: 94c8483ccdad8c1ac853e65d2770da70d532e540595b670035f74a35b1879b0d
4
- data.tar.gz: c05f90b624528b5038d0274b3e1163ede721b3200b841299a059cc36b7dad84f
3
+ metadata.gz: 47165db0debd2a2b436f6276367445245aa4876279ce35d5c81b908be8d6f6ce
4
+ data.tar.gz: fecfea411a887a033a9aac7e2e492834d86bef29dfd5fc503807f4da270826fc
5
5
  SHA512:
6
- metadata.gz: f28efdd54a7ef3534b238f4baa182309b9c8ae889793f13775dccd9c2928654950380413d3046a83213f82f9e49ab91bede03166b43ae4cfaf836da8d5b736bd
7
- data.tar.gz: f7c936c9cf0b9c075b9d188da41482faa163630ee37d97f6945323d314edbd34b4e2a29c13f0de7dd56d6b22e8001d685dd10c824705f3469890b6099d78174e
6
+ metadata.gz: 975fd9d8a7d4f86ff36668cfed341808e2f3fc232556f2f79eaf0e540aa78ad85bf208f8efc23915c0d683f920697a173250681b496f0e94e54352e3cf5b8019
7
+ data.tar.gz: ba78279cf7da7c6c0411ec3670276b1ec8009d3d4842c079bab89bcd0f643fc1ad2291e9459b1db06a493f3bf19e1c95d89df85adee5edad390464a998665266
@@ -1,5 +1,5 @@
1
1
  <% if gallery_component.settings.show_title? %>
2
- <h3 class="section-heading gallery-heading"><%= title %> (<%= t( ".#{gallery_component.settings.gallery_type}", count: items.total_count) %>)</h3>
2
+ <h3 class="section-heading gallery-heading"><%= title %> (<%= t(gallery_component.settings.gallery_type, scope: "decidim.gallery.main", count: items.total_count) %>)</h3>
3
3
  <% end %>
4
4
 
5
5
  <% if gallery_component.settings.show_announcement? %>
@@ -62,6 +62,7 @@ en:
62
62
  few: "%{count} Photos"
63
63
  one: 1 Photo
64
64
  other: "%{count} Photos"
65
+ zero: No photos
65
66
  load_more: View more
66
67
  next_slide: Next
67
68
  no_results: There are no gallery items
@@ -70,6 +71,7 @@ en:
70
71
  few: "%{count} Videos"
71
72
  one: 1 Video
72
73
  other: "%{count} Videos"
74
+ zero: No Videos
73
75
  models:
74
76
  gallery_item:
75
77
  fields:
@@ -59,9 +59,10 @@ fr:
59
59
  main:
60
60
  close_modal: Fermer
61
61
  image:
62
- few: "%{count} photos"
63
- one: 1 photo
64
- other: "%{count} photos"
62
+ few: "%{count} images"
63
+ one: 1 image
64
+ other: "%{count} images"
65
+ zero: 0 images
65
66
  load_more: Afficher plus
66
67
  next_slide: Suivant
67
68
  no_results: Il n'y a pas d'images ou de vidéos dans cette galerie
@@ -70,6 +71,7 @@ fr:
70
71
  few: "%{count} vidéos"
71
72
  one: 1 vidéo
72
73
  other: "%{count} vidéos"
74
+ zero: 0 vidéos
73
75
  models:
74
76
  gallery_item:
75
77
  fields:
@@ -59,6 +59,7 @@ ro:
59
59
  main:
60
60
  close_modal: Închide
61
61
  image:
62
+ zero: 0 imagini
62
63
  few: "%{count} Imagini"
63
64
  one: 1 imagine
64
65
  other: "%{count} Imagini"
@@ -67,6 +68,7 @@ ro:
67
68
  no_results: Nu există înregistrări
68
69
  previous_slide: Anteriorul
69
70
  video:
71
+ zero: 0 videoclipuri
70
72
  few: "%{count} videoclipuri"
71
73
  one: 1 videoclip
72
74
  other: "%{count} videoclipuri"
@@ -4,7 +4,7 @@ module Decidim
4
4
  # This holds the decidim-gallery version.
5
5
  module Gallery
6
6
  def self.version
7
- "0.0.2"
7
+ "0.0.3"
8
8
  end
9
9
 
10
10
  def self.decidim_version
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decidim-gallery
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexandru-Emil Lupu
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-02 00:00:00.000000000 Z
11
+ date: 2023-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: decidim-admin