decidim-dev 0.25.2 → 0.26.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/locales/ar.yml +11 -0
- data/config/locales/bg.yml +6 -0
- data/config/locales/ca.yml +6 -0
- data/config/locales/cs.yml +8 -0
- data/config/locales/de.yml +6 -0
- data/config/locales/el.yml +6 -0
- data/config/locales/en.yml +8 -0
- data/config/locales/es-MX.yml +6 -0
- data/config/locales/es-PY.yml +6 -0
- data/config/locales/es.yml +8 -0
- data/config/locales/eu.yml +8 -0
- data/config/locales/fi-plain.yml +8 -0
- data/config/locales/fi.yml +8 -0
- data/config/locales/fr-CA.yml +8 -0
- data/config/locales/fr.yml +8 -0
- data/config/locales/ga-IE.yml +7 -0
- data/config/locales/gl.yml +8 -0
- data/config/locales/hu.yml +6 -0
- data/config/locales/id-ID.yml +11 -0
- data/config/locales/it.yml +8 -0
- data/config/locales/ja.yml +8 -0
- data/config/locales/nl.yml +8 -0
- data/config/locales/no.yml +11 -0
- data/config/locales/pl.yml +6 -0
- data/config/locales/pt-BR.yml +7 -1
- data/config/locales/pt.yml +8 -0
- data/config/locales/ro-RO.yml +8 -0
- data/config/locales/ru.yml +11 -0
- data/config/locales/sk.yml +7 -0
- data/config/locales/sv.yml +6 -0
- data/config/locales/tr-TR.yml +6 -0
- data/config/locales/uk.yml +11 -0
- data/config/locales/val-ES.yml +1 -0
- data/config/locales/zh-CN.yml +6 -0
- data/lib/decidim/dev/assets/base64_content.html +1 -0
- data/lib/decidim/dev/assets/dummy-dummies-example.csv +2 -0
- data/lib/decidim/dev/assets/dummy-dummies-example.json +18 -0
- data/lib/decidim/dev/assets/dummy-dummies-example.xlsx +0 -0
- data/lib/decidim/dev/assets/import_voting_census.csv +1 -0
- data/lib/decidim/dev/assets/import_voting_census_without_headers.csv +4 -0
- data/lib/decidim/dev/assets/private_key3.jwk +1 -0
- data/lib/decidim/dev/assets/public_key3.jwk +1 -0
- data/lib/decidim/dev/assets/test_excel.xlsx +0 -0
- data/lib/decidim/dev/test/promoted_participatory_processes_shared_examples.rb +5 -0
- data/lib/decidim/dev/test/rspec_support/accessibility_examples.rb +0 -3
- data/lib/decidim/dev/test/rspec_support/capybara.rb +1 -1
- data/lib/decidim/dev/test/rspec_support/component.rb +46 -2
- data/lib/decidim/dev/test/rspec_support/imports_controller_shared_examples.rb +146 -0
- data/lib/decidim/dev/test/spec_helper.rb +1 -0
- data/lib/decidim/dev/test/w3c_rspec_validators_overrides.rb +34 -0
- data/lib/decidim/dev/version.rb +1 -1
- metadata +20 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 416e5633fba21e145fc12e73c9bf290575ef040eb3e0ccea65cc9dad3737062b
|
4
|
+
data.tar.gz: 9fc1c1ca8b2b82e4888d3189fa8a3dd73a096938ec4bcb91a56f437e0054dc20
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aafc74ee8970cd933cf8aff1609028f446ccff7147e63aa17454a4a1f5e0af6b8f91b1877f70bb1375fcaf41b8506fb4739e065976441eb7186c3516a824af41
|
7
|
+
data.tar.gz: 282305a5a5b415071beed889dc6cb0781f3b55be08f54edcb2d74faebc2f3b5434cdf95380558cacc19b20fe413ea6641a2271f7f3d6df5237c87911fad16fe7
|
data/config/locales/ar.yml
CHANGED
@@ -9,6 +9,17 @@ ar:
|
|
9
9
|
translatable_text: نص قابل للترجمة
|
10
10
|
updated_at: تم التحديث في
|
11
11
|
decidim:
|
12
|
+
components:
|
13
|
+
dummy:
|
14
|
+
settings:
|
15
|
+
global:
|
16
|
+
test_options:
|
17
|
+
bar: شريط
|
18
|
+
foo: فو
|
19
|
+
step:
|
20
|
+
test_options:
|
21
|
+
bar: شريط
|
22
|
+
foo: فو
|
12
23
|
dummy:
|
13
24
|
admin:
|
14
25
|
exports:
|
data/config/locales/bg.yml
CHANGED
@@ -20,10 +20,16 @@ bg:
|
|
20
20
|
a: А избор
|
21
21
|
b: Б избор
|
22
22
|
c: В избор
|
23
|
+
test_options:
|
24
|
+
bar: Нещо1
|
25
|
+
foo: Нещо2
|
23
26
|
step:
|
24
27
|
endorsements_blocked: Одобряване забранено
|
25
28
|
endorsements_enabled: Одобряване разрешено
|
26
29
|
readonly_step_attribute: Само за четене стъпков атрибут
|
30
|
+
test_options:
|
31
|
+
bar: Нещо1
|
32
|
+
foo: Нещо2
|
27
33
|
dummy:
|
28
34
|
admin:
|
29
35
|
exports:
|
data/config/locales/ca.yml
CHANGED
@@ -20,10 +20,16 @@ ca:
|
|
20
20
|
a: Opció A
|
21
21
|
b: Opció B
|
22
22
|
c: Opció C
|
23
|
+
test_options:
|
24
|
+
bar: Barra
|
25
|
+
foo: Foo
|
23
26
|
step:
|
24
27
|
endorsements_blocked: Adhesions bloquejades
|
25
28
|
endorsements_enabled: Adhesions habilitades
|
26
29
|
readonly_step_attribute: Atribut de només lectura
|
30
|
+
test_options:
|
31
|
+
bar: Barra
|
32
|
+
foo: Foo
|
27
33
|
dummy:
|
28
34
|
admin:
|
29
35
|
exports:
|
data/config/locales/cs.yml
CHANGED
@@ -20,10 +20,18 @@ cs:
|
|
20
20
|
a: Volba A
|
21
21
|
b: Volba B
|
22
22
|
c: Volba C
|
23
|
+
test_options:
|
24
|
+
bar: Bar
|
25
|
+
baz: Baz
|
26
|
+
foo: Foo
|
23
27
|
step:
|
24
28
|
endorsements_blocked: Schvalování blokováno
|
25
29
|
endorsements_enabled: Schvalování povoleno
|
26
30
|
readonly_step_attribute: Atribut krok čtení
|
31
|
+
test_options:
|
32
|
+
bar: Bar
|
33
|
+
baz: Baz
|
34
|
+
foo: Foo
|
27
35
|
dummy:
|
28
36
|
admin:
|
29
37
|
exports:
|
data/config/locales/de.yml
CHANGED
@@ -20,10 +20,16 @@ de:
|
|
20
20
|
a: Wahl A
|
21
21
|
b: Wahl B
|
22
22
|
c: Wahl C
|
23
|
+
test_options:
|
24
|
+
bar: Bar
|
25
|
+
foo: Foo
|
23
26
|
step:
|
24
27
|
endorsements_blocked: Befürwortungen blockiert
|
25
28
|
endorsements_enabled: Befürwortungen aktiviert
|
26
29
|
readonly_step_attribute: Schritt-Attribut schreibgeschützt
|
30
|
+
test_options:
|
31
|
+
bar: Bar
|
32
|
+
foo: Foo
|
27
33
|
dummy:
|
28
34
|
admin:
|
29
35
|
exports:
|
data/config/locales/el.yml
CHANGED
@@ -20,10 +20,16 @@ el:
|
|
20
20
|
a: A επιλογή
|
21
21
|
b: B επιλογή
|
22
22
|
c: C επιλογή
|
23
|
+
test_options:
|
24
|
+
bar: Bar
|
25
|
+
foo: Foo
|
23
26
|
step:
|
24
27
|
endorsements_blocked: Επιδοκιμασίες αποκλεισμένες
|
25
28
|
endorsements_enabled: Επιδοκιμασίες ενεργοποιημένες
|
26
29
|
readonly_step_attribute: Χαρακτηριστικό βήματος μόνο για ανάγνωση
|
30
|
+
test_options:
|
31
|
+
bar: Bar
|
32
|
+
foo: Foo
|
27
33
|
dummy:
|
28
34
|
admin:
|
29
35
|
exports:
|
data/config/locales/en.yml
CHANGED
@@ -21,10 +21,18 @@ en:
|
|
21
21
|
a: A choice
|
22
22
|
b: B choice
|
23
23
|
c: C choice
|
24
|
+
test_options:
|
25
|
+
bar: Bar
|
26
|
+
baz: Baz
|
27
|
+
foo: Foo
|
24
28
|
step:
|
25
29
|
endorsements_blocked: Endorsements blocked
|
26
30
|
endorsements_enabled: Endorsements enabled
|
27
31
|
readonly_step_attribute: Readonly step attribute
|
32
|
+
test_options:
|
33
|
+
bar: Bar
|
34
|
+
baz: Baz
|
35
|
+
foo: Foo
|
28
36
|
dummy:
|
29
37
|
admin:
|
30
38
|
exports:
|
data/config/locales/es-MX.yml
CHANGED
@@ -20,10 +20,16 @@ es-MX:
|
|
20
20
|
a: Opción A
|
21
21
|
b: Opción B
|
22
22
|
c: Opción C
|
23
|
+
test_options:
|
24
|
+
bar: Barra
|
25
|
+
foo: Foo
|
23
26
|
step:
|
24
27
|
endorsements_blocked: Adhesiones bloqueadas
|
25
28
|
endorsements_enabled: Adhesiones habilitadas
|
26
29
|
readonly_step_attribute: Atributo de sólo lectura
|
30
|
+
test_options:
|
31
|
+
bar: Barra
|
32
|
+
foo: Foo
|
27
33
|
dummy:
|
28
34
|
admin:
|
29
35
|
exports:
|
data/config/locales/es-PY.yml
CHANGED
@@ -20,10 +20,16 @@ es-PY:
|
|
20
20
|
a: Opción A
|
21
21
|
b: Opción B
|
22
22
|
c: Opción C
|
23
|
+
test_options:
|
24
|
+
bar: Barra
|
25
|
+
foo: Foo
|
23
26
|
step:
|
24
27
|
endorsements_blocked: Adhesiones bloqueadas
|
25
28
|
endorsements_enabled: Adhesiones habilitadas
|
26
29
|
readonly_step_attribute: Atributo de sólo lectura
|
30
|
+
test_options:
|
31
|
+
bar: Barra
|
32
|
+
foo: Foo
|
27
33
|
dummy:
|
28
34
|
admin:
|
29
35
|
exports:
|
data/config/locales/es.yml
CHANGED
@@ -20,10 +20,18 @@ es:
|
|
20
20
|
a: Opción A
|
21
21
|
b: Opción B
|
22
22
|
c: Opción C
|
23
|
+
test_options:
|
24
|
+
bar: Barra
|
25
|
+
baz: Baz
|
26
|
+
foo: Foo
|
23
27
|
step:
|
24
28
|
endorsements_blocked: Adhesiones bloqueadas
|
25
29
|
endorsements_enabled: Adhesiones habilitadas
|
26
30
|
readonly_step_attribute: Atributo de sólo lectura
|
31
|
+
test_options:
|
32
|
+
bar: Barra
|
33
|
+
baz: Baz
|
34
|
+
foo: Foo
|
27
35
|
dummy:
|
28
36
|
admin:
|
29
37
|
exports:
|
data/config/locales/eu.yml
CHANGED
@@ -20,10 +20,18 @@ eu:
|
|
20
20
|
a: A aukera
|
21
21
|
b: B aukera
|
22
22
|
c: C aukera
|
23
|
+
test_options:
|
24
|
+
bar: Bar
|
25
|
+
baz: Baz
|
26
|
+
foo: foo
|
23
27
|
step:
|
24
28
|
endorsements_blocked: Atxikimenduak blokeatuta
|
25
29
|
endorsements_enabled: Atxikimenduak gaituta
|
26
30
|
readonly_step_attribute: Soilik irakurtzeko atributua
|
31
|
+
test_options:
|
32
|
+
bar: Bar
|
33
|
+
baz: Baz
|
34
|
+
foo: foo
|
27
35
|
dummy:
|
28
36
|
admin:
|
29
37
|
exports:
|
data/config/locales/fi-plain.yml
CHANGED
@@ -20,10 +20,18 @@ fi-pl:
|
|
20
20
|
a: A-valinta
|
21
21
|
b: B-valinta
|
22
22
|
c: C-valinta
|
23
|
+
test_options:
|
24
|
+
bar: Palkki
|
25
|
+
baz: Baz
|
26
|
+
foo: Foo
|
23
27
|
step:
|
24
28
|
endorsements_blocked: Suositukset estetty
|
25
29
|
endorsements_enabled: Suositukset käytössä
|
26
30
|
readonly_step_attribute: Vain luku -attribuutti vaiheelle
|
31
|
+
test_options:
|
32
|
+
bar: Palkki
|
33
|
+
baz: Baz
|
34
|
+
foo: Foo
|
27
35
|
dummy:
|
28
36
|
admin:
|
29
37
|
exports:
|
data/config/locales/fi.yml
CHANGED
@@ -20,10 +20,18 @@ fi:
|
|
20
20
|
a: A-valinta
|
21
21
|
b: B-valinta
|
22
22
|
c: C-valinta
|
23
|
+
test_options:
|
24
|
+
bar: Palkki
|
25
|
+
baz: Baz
|
26
|
+
foo: Foo
|
23
27
|
step:
|
24
28
|
endorsements_blocked: Suositukset estetty
|
25
29
|
endorsements_enabled: Suositukset käytössä
|
26
30
|
readonly_step_attribute: Vain luku -attribuutti vaiheelle
|
31
|
+
test_options:
|
32
|
+
bar: Palkki
|
33
|
+
baz: Baz
|
34
|
+
foo: Foo
|
27
35
|
dummy:
|
28
36
|
admin:
|
29
37
|
exports:
|
data/config/locales/fr-CA.yml
CHANGED
@@ -20,10 +20,18 @@ fr-CA:
|
|
20
20
|
a: Choix A
|
21
21
|
b: Choix B
|
22
22
|
c: Choix C
|
23
|
+
test_options:
|
24
|
+
bar: Seuil
|
25
|
+
baz: Baz
|
26
|
+
foo: Foo
|
23
27
|
step:
|
24
28
|
endorsements_blocked: Bloquer les soutiens
|
25
29
|
endorsements_enabled: Soutiens activés
|
26
30
|
readonly_step_attribute: Attribut étape en lecture seule
|
31
|
+
test_options:
|
32
|
+
bar: Seuil
|
33
|
+
baz: Baz
|
34
|
+
foo: Foo
|
27
35
|
dummy:
|
28
36
|
admin:
|
29
37
|
exports:
|
data/config/locales/fr.yml
CHANGED
@@ -20,10 +20,18 @@ fr:
|
|
20
20
|
a: Choix A
|
21
21
|
b: Choix B
|
22
22
|
c: Choix C
|
23
|
+
test_options:
|
24
|
+
bar: Seuil
|
25
|
+
baz: Baz
|
26
|
+
foo: Foo
|
23
27
|
step:
|
24
28
|
endorsements_blocked: Bloquer les soutiens
|
25
29
|
endorsements_enabled: Soutiens activés
|
26
30
|
readonly_step_attribute: Attribut étape en lecture seule
|
31
|
+
test_options:
|
32
|
+
bar: Seuil
|
33
|
+
baz: Baz
|
34
|
+
foo: Foo
|
27
35
|
dummy:
|
28
36
|
admin:
|
29
37
|
exports:
|
data/config/locales/ga-IE.yml
CHANGED
data/config/locales/gl.yml
CHANGED
@@ -20,10 +20,18 @@ gl:
|
|
20
20
|
a: Opción A
|
21
21
|
b: Opción B
|
22
22
|
c: Opción C
|
23
|
+
test_options:
|
24
|
+
bar: Bar
|
25
|
+
baz: Baz
|
26
|
+
foo: Foo
|
23
27
|
step:
|
24
28
|
endorsements_blocked: Adhesións bloqueadas
|
25
29
|
endorsements_enabled: Adhesións habilitadas
|
26
30
|
readonly_step_attribute: Atributo de paso de só lectura
|
31
|
+
test_options:
|
32
|
+
bar: Bar
|
33
|
+
baz: Baz
|
34
|
+
foo: Foo
|
27
35
|
dummy:
|
28
36
|
admin:
|
29
37
|
exports:
|
data/config/locales/hu.yml
CHANGED
@@ -15,9 +15,15 @@ hu:
|
|
15
15
|
global:
|
16
16
|
test_choices:
|
17
17
|
a: Egy választás
|
18
|
+
test_options:
|
19
|
+
bar: Oszlop
|
20
|
+
foo: foo
|
18
21
|
step:
|
19
22
|
endorsements_blocked: Jóváhagyások letiltva
|
20
23
|
endorsements_enabled: Jóváhagyások engedélyezve
|
24
|
+
test_options:
|
25
|
+
bar: Oszlop
|
26
|
+
foo: foo
|
21
27
|
dummy:
|
22
28
|
admin:
|
23
29
|
exports:
|
data/config/locales/id-ID.yml
CHANGED
data/config/locales/it.yml
CHANGED
@@ -20,10 +20,18 @@ it:
|
|
20
20
|
a: Scelta A
|
21
21
|
b: Scelta B
|
22
22
|
c: Scelta C
|
23
|
+
test_options:
|
24
|
+
bar: Bar
|
25
|
+
baz: Baz
|
26
|
+
foo: foo
|
23
27
|
step:
|
24
28
|
endorsements_blocked: Appoggi bloccati
|
25
29
|
endorsements_enabled: Appoggi abilitati
|
26
30
|
readonly_step_attribute: Attributo di sola lettura
|
31
|
+
test_options:
|
32
|
+
bar: Bar
|
33
|
+
baz: Baz
|
34
|
+
foo: foo
|
27
35
|
dummy:
|
28
36
|
admin:
|
29
37
|
exports:
|
data/config/locales/ja.yml
CHANGED
@@ -20,10 +20,18 @@ ja:
|
|
20
20
|
a: 選択
|
21
21
|
b: B の選択
|
22
22
|
c: C の選択
|
23
|
+
test_options:
|
24
|
+
bar: バー
|
25
|
+
baz: Baz
|
26
|
+
foo: Foo
|
23
27
|
step:
|
24
28
|
endorsements_blocked: オススメをブロック
|
25
29
|
endorsements_enabled: オススメを有効にする
|
26
30
|
readonly_step_attribute: 読み取り専用ステップ属性
|
31
|
+
test_options:
|
32
|
+
bar: バー
|
33
|
+
baz: Baz
|
34
|
+
foo: Foo
|
27
35
|
dummy:
|
28
36
|
admin:
|
29
37
|
exports:
|
data/config/locales/nl.yml
CHANGED
@@ -20,10 +20,18 @@ nl:
|
|
20
20
|
a: Een keuze
|
21
21
|
b: B keuze
|
22
22
|
c: C keuze
|
23
|
+
test_options:
|
24
|
+
bar: Bar
|
25
|
+
baz: Baz
|
26
|
+
foo: Foo
|
23
27
|
step:
|
24
28
|
endorsements_blocked: Aanbevelingen geblokkeerd
|
25
29
|
endorsements_enabled: Aanbevelingen ingeschakeld
|
26
30
|
readonly_step_attribute: Kenmerk van alleen-lezenstap
|
31
|
+
test_options:
|
32
|
+
bar: Bar
|
33
|
+
baz: Baz
|
34
|
+
foo: Foo
|
27
35
|
dummy:
|
28
36
|
admin:
|
29
37
|
exports:
|
data/config/locales/no.yml
CHANGED
@@ -9,6 +9,17 @@
|
|
9
9
|
translatable_text: Oversettbar tekst
|
10
10
|
updated_at: Oppdatert på
|
11
11
|
decidim:
|
12
|
+
components:
|
13
|
+
dummy:
|
14
|
+
settings:
|
15
|
+
global:
|
16
|
+
test_options:
|
17
|
+
bar: Felt
|
18
|
+
foo: Foo
|
19
|
+
step:
|
20
|
+
test_options:
|
21
|
+
bar: Felt
|
22
|
+
foo: Foo
|
12
23
|
dummy:
|
13
24
|
admin:
|
14
25
|
exports:
|
data/config/locales/pl.yml
CHANGED
@@ -20,10 +20,16 @@ pl:
|
|
20
20
|
a: Opcja A
|
21
21
|
b: Opcja B
|
22
22
|
c: Opcja C
|
23
|
+
test_options:
|
24
|
+
bar: Bar
|
25
|
+
foo: Foo
|
23
26
|
step:
|
24
27
|
endorsements_blocked: Możliwość rekomendacji zablokowana
|
25
28
|
endorsements_enabled: Rekomendacje włączone
|
26
29
|
readonly_step_attribute: Atrybut kroku tylko do odczytu
|
30
|
+
test_options:
|
31
|
+
bar: Bar
|
32
|
+
foo: Foo
|
27
33
|
dummy:
|
28
34
|
admin:
|
29
35
|
exports:
|
data/config/locales/pt-BR.yml
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
pt:
|
1
|
+
pt-BR:
|
2
2
|
activemodel:
|
3
3
|
attributes:
|
4
4
|
dummy_resource:
|
@@ -20,10 +20,16 @@ pt:
|
|
20
20
|
a: Escolha A
|
21
21
|
b: Escolha B
|
22
22
|
c: Escolha C
|
23
|
+
test_options:
|
24
|
+
bar: Bar
|
25
|
+
foo: Foo
|
23
26
|
step:
|
24
27
|
endorsements_blocked: Endossos bloqueados
|
25
28
|
endorsements_enabled: Endossos habilitados
|
26
29
|
readonly_step_attribute: Atributo passo somente leitura
|
30
|
+
test_options:
|
31
|
+
bar: Bar
|
32
|
+
foo: Foo
|
27
33
|
dummy:
|
28
34
|
admin:
|
29
35
|
exports:
|
data/config/locales/pt.yml
CHANGED
@@ -20,10 +20,18 @@ pt:
|
|
20
20
|
a: Escolha A
|
21
21
|
b: Escolha B
|
22
22
|
c: Escolha C
|
23
|
+
test_options:
|
24
|
+
bar: Barra
|
25
|
+
baz: Bar
|
26
|
+
foo: Foo
|
23
27
|
step:
|
24
28
|
endorsements_blocked: Endossamentos bloqueados
|
25
29
|
endorsements_enabled: Endossamentos ativados
|
26
30
|
readonly_step_attribute: Atributo de passo só de leitura
|
31
|
+
test_options:
|
32
|
+
bar: Barra
|
33
|
+
baz: Bar
|
34
|
+
foo: Foo
|
27
35
|
dummy:
|
28
36
|
admin:
|
29
37
|
exports:
|
data/config/locales/ro-RO.yml
CHANGED
@@ -20,10 +20,18 @@ ro:
|
|
20
20
|
a: O alegere
|
21
21
|
b: Alegere B
|
22
22
|
c: Alegere C
|
23
|
+
test_options:
|
24
|
+
bar: Bară
|
25
|
+
baz: Baz
|
26
|
+
foo: Foo
|
23
27
|
step:
|
24
28
|
endorsements_blocked: Susțineri blocate
|
25
29
|
endorsements_enabled: Susțineri activate
|
26
30
|
readonly_step_attribute: Atribut pas Readonly
|
31
|
+
test_options:
|
32
|
+
bar: Bară
|
33
|
+
baz: Baz
|
34
|
+
foo: Foo
|
27
35
|
dummy:
|
28
36
|
admin:
|
29
37
|
exports:
|
data/config/locales/ru.yml
CHANGED
@@ -9,6 +9,17 @@ ru:
|
|
9
9
|
translatable_text: Переводимый текст
|
10
10
|
updated_at: 'Обновлено:'
|
11
11
|
decidim:
|
12
|
+
components:
|
13
|
+
dummy:
|
14
|
+
settings:
|
15
|
+
global:
|
16
|
+
test_options:
|
17
|
+
bar: Пример переменной 1
|
18
|
+
foo: Пример переменной 2
|
19
|
+
step:
|
20
|
+
test_options:
|
21
|
+
bar: Пример переменной 1
|
22
|
+
foo: Пример переменной 2
|
12
23
|
dummy:
|
13
24
|
admin:
|
14
25
|
exports:
|
data/config/locales/sk.yml
CHANGED
@@ -12,9 +12,16 @@ sk:
|
|
12
12
|
components:
|
13
13
|
dummy:
|
14
14
|
settings:
|
15
|
+
global:
|
16
|
+
test_options:
|
17
|
+
bar: Stĺpec
|
18
|
+
foo: Test
|
15
19
|
step:
|
16
20
|
endorsements_blocked: Zablokovanie podpory
|
17
21
|
endorsements_enabled: Povolenie podpory
|
22
|
+
test_options:
|
23
|
+
bar: Stĺpec
|
24
|
+
foo: Test
|
18
25
|
dummy:
|
19
26
|
admin:
|
20
27
|
exports:
|
data/config/locales/sv.yml
CHANGED
@@ -20,10 +20,16 @@ sv:
|
|
20
20
|
a: Ett val
|
21
21
|
b: B val
|
22
22
|
c: C val
|
23
|
+
test_options:
|
24
|
+
bar: Bar
|
25
|
+
foo: Foo
|
23
26
|
step:
|
24
27
|
endorsements_blocked: Instämmanden är blockerade
|
25
28
|
endorsements_enabled: Instämmanden tillåtna
|
26
29
|
readonly_step_attribute: Skrivskyddade steg attribut
|
30
|
+
test_options:
|
31
|
+
bar: Bar
|
32
|
+
foo: Foo
|
27
33
|
dummy:
|
28
34
|
admin:
|
29
35
|
exports:
|
data/config/locales/tr-TR.yml
CHANGED
@@ -20,10 +20,16 @@ tr:
|
|
20
20
|
a: Seçenek
|
21
21
|
b: Seçim
|
22
22
|
c: Seçenek
|
23
|
+
test_options:
|
24
|
+
bar: Çubuk
|
25
|
+
foo: Sahte değişken
|
23
26
|
step:
|
24
27
|
endorsements_blocked: Onaylar engellendi
|
25
28
|
endorsements_enabled: Onaylar etkinleştirildi
|
26
29
|
readonly_step_attribute: Salt okunur özniteliği
|
30
|
+
test_options:
|
31
|
+
bar: Çubuk
|
32
|
+
foo: Sahte değişken
|
27
33
|
dummy:
|
28
34
|
admin:
|
29
35
|
exports:
|
data/config/locales/uk.yml
CHANGED
@@ -8,6 +8,17 @@ uk:
|
|
8
8
|
title: Назва
|
9
9
|
updated_at: 'Оновлено:'
|
10
10
|
decidim:
|
11
|
+
components:
|
12
|
+
dummy:
|
13
|
+
settings:
|
14
|
+
global:
|
15
|
+
test_options:
|
16
|
+
bar: Приклад змінної 1
|
17
|
+
foo: Приклад змінної 2
|
18
|
+
step:
|
19
|
+
test_options:
|
20
|
+
bar: Приклад змінної 1
|
21
|
+
foo: Приклад змінної 2
|
11
22
|
dummy:
|
12
23
|
admin:
|
13
24
|
exports:
|
@@ -0,0 +1 @@
|
|
1
|
+
val:
|
data/config/locales/zh-CN.yml
CHANGED
@@ -20,10 +20,16 @@ zh-CN:
|
|
20
20
|
a: 一个选择
|
21
21
|
b: B 选择
|
22
22
|
c: C 选择
|
23
|
+
test_options:
|
24
|
+
bar: 条形图
|
25
|
+
foo: Foo
|
23
26
|
step:
|
24
27
|
endorsements_blocked: 已阻止授权
|
25
28
|
endorsements_enabled: 授权已启用
|
26
29
|
readonly_step_attribute: 只读步骤属性
|
30
|
+
test_options:
|
31
|
+
bar: 条形图
|
32
|
+
foo: Foo
|
27
33
|
dummy:
|
28
34
|
admin:
|
29
35
|
exports:
|