decidim-elections 0.25.0 → 0.25.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/locales/de.yml +4 -0
- data/config/locales/eu.yml +1028 -6
- data/config/locales/fi-plain.yml +4 -0
- data/config/locales/fr-CA.yml +6 -0
- data/config/locales/gl.yml +20 -0
- data/config/locales/ja.yml +9 -0
- data/config/locales/ro-RO.yml +261 -52
- data/lib/decidim/elections/engine.rb +4 -0
- data/lib/decidim/elections/version.rb +1 -1
- metadata +12 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a5cb34c4bf2b0cca6f44fc5c61f0ac3510f187e28c9aaca2f6533cbb72e38c4c
|
4
|
+
data.tar.gz: c58bd302d28e457a16462035f9dd5e14fe7778ca9add08ee9f0fdfda02d0197d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 65e115785492d02950f6209f7f08baea26b0027a06c1cbd26d15a8a3f55b8d04e0cecbaeeffd5cb1c9e99fb042297bca3f2facd944ea0e99162348f278a10c90
|
7
|
+
data.tar.gz: 2e14fdbee1a3fe5f2483f85d2abc17f7d1768d1aac4b4fd374245a1f5b23f76355278757e7911cbf4f6624cbea27a033f79e2f930fa48a607ea97bf036724cbb
|
data/config/locales/de.yml
CHANGED
@@ -343,6 +343,10 @@ de:
|
|
343
343
|
upcoming: Anstehend
|
344
344
|
end_date: Endet am
|
345
345
|
footer:
|
346
|
+
remaining_time:
|
347
|
+
one: "<strong>%{count} Stunde %{minutes} Minuten</strong> verbleiben zur Abstimmung."
|
348
|
+
other: "<strong>%{count} Stunden %{minutes} Minuten</strong> verbleiben zur Abstimmung."
|
349
|
+
zero: "<strong>%{minutes} Minuten</strong> verbleibend zur Abstimmung."
|
346
350
|
view: Ansicht
|
347
351
|
vote: Abstimmung
|
348
352
|
label:
|