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 +4 -4
- data/app/cells/decidim/gallery/main/gallery_structure.erb +1 -1
- data/config/locales/en.yml +2 -0
- data/config/locales/fr.yml +5 -3
- data/config/locales/ro.yml +2 -0
- data/lib/decidim/gallery/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 47165db0debd2a2b436f6276367445245aa4876279ce35d5c81b908be8d6f6ce
|
4
|
+
data.tar.gz: fecfea411a887a033a9aac7e2e492834d86bef29dfd5fc503807f4da270826fc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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(
|
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? %>
|
data/config/locales/en.yml
CHANGED
@@ -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:
|
data/config/locales/fr.yml
CHANGED
@@ -59,9 +59,10 @@ fr:
|
|
59
59
|
main:
|
60
60
|
close_modal: Fermer
|
61
61
|
image:
|
62
|
-
few: "%{count}
|
63
|
-
one: 1
|
64
|
-
other: "%{count}
|
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:
|
data/config/locales/ro.yml
CHANGED
@@ -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"
|
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.
|
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-
|
11
|
+
date: 2023-07-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: decidim-admin
|