decidim-dev 0.26.2 → 0.26.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/locales/ca.yml +6 -0
- data/config/locales/cs.yml +6 -0
- data/config/locales/en.yml +6 -0
- data/config/locales/es-MX.yml +6 -0
- data/config/locales/es-PY.yml +6 -0
- data/config/locales/es.yml +6 -0
- data/config/locales/fi-plain.yml +6 -0
- data/config/locales/fi.yml +6 -0
- data/config/locales/fr-CA.yml +6 -0
- data/config/locales/fr.yml +6 -0
- data/config/locales/ja.yml +6 -0
- data/config/locales/lt.yml +63 -0
- data/config/locales/oc-FR.yml +1 -0
- data/lib/decidim/dev/test/rspec_support/helpers.rb +12 -0
- data/lib/decidim/dev/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d41e1cd2a0b2790995475d56ae59f701a17b43c4308bc577a8aef7feadc2aa77
|
4
|
+
data.tar.gz: 800978d0c6bd8c4619d8484eac6e9960ef0417eb36c851b40aa4e8b60be6c33a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 99ccef65110d25e625e60d55c813b8b1a5f71eff75b6a1c05001cd1e55670a895cb9c4594683519b9be2634aae57d99169d7daf5f4e1219fe728fab529577324
|
7
|
+
data.tar.gz: 82d7d4d49c70636e2bb4747070284276aad5579ac04b01e7e6120029f868dfad28487c75b129d97fd1308733d7bd44c2fcd507273645d0c3830abfbf7ef3fc4f
|
data/config/locales/ca.yml
CHANGED
@@ -14,6 +14,12 @@ ca:
|
|
14
14
|
dummy:
|
15
15
|
settings:
|
16
16
|
global:
|
17
|
+
guided: Entrada guiada
|
18
|
+
guided_help: Text d'ajuda
|
19
|
+
guided_readonly: Entrada deshabilitada
|
20
|
+
guided_rich: Entrada guiada enriquida
|
21
|
+
guided_rich_help_html: HTML <strong>ajuda</strong> text
|
22
|
+
guided_rich_readonly_html: HTML <strong>ajuda</strong> text per l'entrada deshabilitada
|
17
23
|
readonly_attribute: Atribut de només lectura
|
18
24
|
test: Una prova
|
19
25
|
test_choices:
|
data/config/locales/cs.yml
CHANGED
@@ -14,6 +14,12 @@ cs:
|
|
14
14
|
dummy:
|
15
15
|
settings:
|
16
16
|
global:
|
17
|
+
guided: Řízené zadávání
|
18
|
+
guided_help: Text nápovědy
|
19
|
+
guided_readonly: Zakázaný zápis
|
20
|
+
guided_rich: Řízené plnohodnotné zadávání
|
21
|
+
guided_rich_help_html: HTML textová <strong>nápověda</strong>
|
22
|
+
guided_rich_readonly_html: HTML <strong>nápověda</strong> text pro zakázaný zápis
|
17
23
|
readonly_attribute: Atribut pouze pro čtení
|
18
24
|
test: Zkouška A
|
19
25
|
test_choices:
|
data/config/locales/en.yml
CHANGED
@@ -15,6 +15,12 @@ en:
|
|
15
15
|
dummy:
|
16
16
|
settings:
|
17
17
|
global:
|
18
|
+
guided: Guided input
|
19
|
+
guided_help: Help text
|
20
|
+
guided_readonly: Disabled input
|
21
|
+
guided_rich: Guided rich input
|
22
|
+
guided_rich_help_html: HTML <strong>help</strong> text
|
23
|
+
guided_rich_readonly_html: HTML <strong>help</strong> text for disabled input
|
18
24
|
readonly_attribute: Readonly attribute
|
19
25
|
test: A test
|
20
26
|
test_choices:
|
data/config/locales/es-MX.yml
CHANGED
@@ -14,6 +14,12 @@ es-MX:
|
|
14
14
|
dummy:
|
15
15
|
settings:
|
16
16
|
global:
|
17
|
+
guided: Entrada guiada
|
18
|
+
guided_help: Texto de ayuda
|
19
|
+
guided_readonly: Entrada deshabilitada
|
20
|
+
guided_rich: Entrada guiada enriquecida
|
21
|
+
guided_rich_help_html: Texto de <strong>ayuda</strong> HTML
|
22
|
+
guided_rich_readonly_html: Texto de <strong>ayuda</strong> HTML para la entrada deshabilitada
|
17
23
|
readonly_attribute: Atributo de sólo lectura
|
18
24
|
test: Test A
|
19
25
|
test_choices:
|
data/config/locales/es-PY.yml
CHANGED
@@ -14,6 +14,12 @@ es-PY:
|
|
14
14
|
dummy:
|
15
15
|
settings:
|
16
16
|
global:
|
17
|
+
guided: Entrada guiada
|
18
|
+
guided_help: Texto de ayuda
|
19
|
+
guided_readonly: Entrada deshabilitada
|
20
|
+
guided_rich: Entrada guiada enriquecida
|
21
|
+
guided_rich_help_html: Texto de <strong>ayuda</strong> HTML
|
22
|
+
guided_rich_readonly_html: Texto de <strong>ayuda</strong> HTML para la entrada deshabilitada
|
17
23
|
readonly_attribute: Atributo de sólo lectura
|
18
24
|
test: Test A
|
19
25
|
test_choices:
|
data/config/locales/es.yml
CHANGED
@@ -14,6 +14,12 @@ es:
|
|
14
14
|
dummy:
|
15
15
|
settings:
|
16
16
|
global:
|
17
|
+
guided: Entrada guiada
|
18
|
+
guided_help: Texto de ayuda
|
19
|
+
guided_readonly: Entrada deshabilitada
|
20
|
+
guided_rich: Entrada guiada enriquecida
|
21
|
+
guided_rich_help_html: Texto de <strong>ayuda</strong> HTML
|
22
|
+
guided_rich_readonly_html: Texto de <strong>ayuda</strong> HTML para la entrada deshabilitada
|
17
23
|
readonly_attribute: Atributo de sólo lectura
|
18
24
|
test: Una prueba
|
19
25
|
test_choices:
|
data/config/locales/fi-plain.yml
CHANGED
@@ -14,6 +14,12 @@ fi-pl:
|
|
14
14
|
dummy:
|
15
15
|
settings:
|
16
16
|
global:
|
17
|
+
guided: Ohjeistettu syöte
|
18
|
+
guided_help: Ohjeteksti
|
19
|
+
guided_readonly: Käytöstä poistettu syöte
|
20
|
+
guided_rich: Ohjeistettu rikas tekstisyöte
|
21
|
+
guided_rich_help_html: HTML <strong>ohjeteksti</strong>
|
22
|
+
guided_rich_readonly_html: Käytöstä poistettu HTML <strong>ohjeteksti</strong>
|
17
23
|
readonly_attribute: Vain luku -attribuutti
|
18
24
|
test: Testi
|
19
25
|
test_choices:
|
data/config/locales/fi.yml
CHANGED
@@ -14,6 +14,12 @@ fi:
|
|
14
14
|
dummy:
|
15
15
|
settings:
|
16
16
|
global:
|
17
|
+
guided: Ohjeistettu syöte
|
18
|
+
guided_help: Ohjeteksti
|
19
|
+
guided_readonly: Käytöstä poistettu syöte
|
20
|
+
guided_rich: Ohjeistettu rikas tekstisyöte
|
21
|
+
guided_rich_help_html: HTML <strong>ohjeteksti</strong>
|
22
|
+
guided_rich_readonly_html: Käytöstä poistettu HTML <strong>ohjeteksti</strong>
|
17
23
|
readonly_attribute: Vain luku -attribuutti
|
18
24
|
test: Testi
|
19
25
|
test_choices:
|
data/config/locales/fr-CA.yml
CHANGED
@@ -14,6 +14,12 @@ fr-CA:
|
|
14
14
|
dummy:
|
15
15
|
settings:
|
16
16
|
global:
|
17
|
+
guided: Entrée guidée
|
18
|
+
guided_help: Texte d'aide
|
19
|
+
guided_readonly: Entrée désactivée
|
20
|
+
guided_rich: Entrée riche guidée
|
21
|
+
guided_rich_help_html: Texte <strong>d'aide</strong> HTML
|
22
|
+
guided_rich_readonly_html: Texte <strong>d'aide</strong> HTML pour les entrées désactivées
|
17
23
|
readonly_attribute: Attribut en lecture seule
|
18
24
|
test: Un test
|
19
25
|
test_choices:
|
data/config/locales/fr.yml
CHANGED
@@ -14,6 +14,12 @@ fr:
|
|
14
14
|
dummy:
|
15
15
|
settings:
|
16
16
|
global:
|
17
|
+
guided: Entrée guidée
|
18
|
+
guided_help: Texte d'aide
|
19
|
+
guided_readonly: Entrée désactivée
|
20
|
+
guided_rich: Entrée riche guidée
|
21
|
+
guided_rich_help_html: Texte <strong>d'aide</strong> HTML
|
22
|
+
guided_rich_readonly_html: Texte <strong>d'aide</strong> HTML pour les entrées désactivées
|
17
23
|
readonly_attribute: Attribut en lecture seule
|
18
24
|
test: Un test
|
19
25
|
test_choices:
|
data/config/locales/ja.yml
CHANGED
@@ -14,6 +14,12 @@ ja:
|
|
14
14
|
dummy:
|
15
15
|
settings:
|
16
16
|
global:
|
17
|
+
guided: ガイド付き入力
|
18
|
+
guided_help: ヘルプテキスト
|
19
|
+
guided_readonly: 無効化された入力
|
20
|
+
guided_rich: ガイド付きリッチ入力
|
21
|
+
guided_rich_help_html: HTML <strong>ヘルプ</strong> のテキスト
|
22
|
+
guided_rich_readonly_html: HTML <strong>ヘルプ</strong> の入力を無効にする
|
17
23
|
readonly_attribute: 読み取り専用属性
|
18
24
|
test: テスト
|
19
25
|
test_choices:
|
data/config/locales/lt.yml
CHANGED
@@ -1 +1,64 @@
|
|
1
1
|
lt:
|
2
|
+
activemodel:
|
3
|
+
attributes:
|
4
|
+
dummy_resource:
|
5
|
+
created_at: Sukurta
|
6
|
+
decidim_scope_id: Apimtis
|
7
|
+
field: Mano laukas
|
8
|
+
start_date: Pradžios data
|
9
|
+
title: Pavadinimas
|
10
|
+
translatable_text: Verčiamas tekstas
|
11
|
+
updated_at: Atnaujinta
|
12
|
+
decidim:
|
13
|
+
components:
|
14
|
+
dummy:
|
15
|
+
settings:
|
16
|
+
global:
|
17
|
+
guided: Vedama įvestis
|
18
|
+
guided_help: Pagalbos tekstas
|
19
|
+
guided_readonly: Išjungta įvestis
|
20
|
+
guided_rich: Vedama turtinga įvestis
|
21
|
+
guided_rich_help_html: HTML <strong>pagalbos</strong> tekstas
|
22
|
+
guided_rich_readonly_html: HTML <strong>pagalbos</strong>tekstas išjungtai įvesčiai
|
23
|
+
readonly_attribute: Tik skaitomas atributas
|
24
|
+
test: Bandymas
|
25
|
+
test_choices:
|
26
|
+
a: A pasirinkimas
|
27
|
+
b: B pasirinkimas
|
28
|
+
c: C pasirinkimas
|
29
|
+
test_options:
|
30
|
+
bar: Juosta
|
31
|
+
baz: Baz
|
32
|
+
foo: Foo
|
33
|
+
step:
|
34
|
+
endorsements_blocked: Pritarimai užblokuoti
|
35
|
+
endorsements_enabled: Pritarimai aktyvuoti
|
36
|
+
readonly_step_attribute: Tik skaitomas veiksmo atributas
|
37
|
+
test_options:
|
38
|
+
bar: Juosta
|
39
|
+
baz: Baz
|
40
|
+
foo: Foo
|
41
|
+
dummy:
|
42
|
+
admin:
|
43
|
+
exports:
|
44
|
+
dummies: Fiktyvūs elementai
|
45
|
+
gamification:
|
46
|
+
badges:
|
47
|
+
test:
|
48
|
+
conditions:
|
49
|
+
- Naudokite testinę aplinką.
|
50
|
+
description: Dalyviai šį ženklelį pelno kurdami testus.
|
51
|
+
description_another: Šis dalyvis sukūrė %{score} testus.
|
52
|
+
description_own: Jūs sukūrėte %{score} testus.
|
53
|
+
name: Testai
|
54
|
+
next_level_in: Parenkite dar %{score} testus ir pasiekite kitą lygį!
|
55
|
+
unearned_another: Šis dalyvis dar nesukūrė jokių testų.
|
56
|
+
unearned_own: Jūs dar nesukūrėte jokių testų.
|
57
|
+
resource_links:
|
58
|
+
test_link:
|
59
|
+
dummy_resource_dummy: Susijęs fiktyvus elementas
|
60
|
+
statistics:
|
61
|
+
bar: Bar
|
62
|
+
dummies_count_high: Daug fiktyvių elementų
|
63
|
+
dummies_count_medium: Vidutiniškai fiktyvių elementų
|
64
|
+
foo: Foo
|
@@ -0,0 +1 @@
|
|
1
|
+
oc:
|
@@ -39,6 +39,18 @@ module Decidim::ComponentTestHelpers
|
|
39
39
|
def have_admin_callout(text)
|
40
40
|
have_selector(".callout--full", text: text)
|
41
41
|
end
|
42
|
+
|
43
|
+
def stub_get_request_with_format(rq_url, rs_format)
|
44
|
+
stub_request(:get, rq_url)
|
45
|
+
.with(
|
46
|
+
headers: {
|
47
|
+
"Accept" => "*/*",
|
48
|
+
"Accept-Encoding" => "gzip;q=1.0,deflate;q=0.6,identity;q=0.3",
|
49
|
+
"User-Agent" => "Ruby"
|
50
|
+
}
|
51
|
+
)
|
52
|
+
.to_return(status: 200, body: "", headers: { content_type: rs_format })
|
53
|
+
end
|
42
54
|
end
|
43
55
|
|
44
56
|
RSpec.configure do |config|
|
data/lib/decidim/dev/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: decidim-dev
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.26.
|
4
|
+
version: 0.26.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: 2022-
|
13
|
+
date: 2022-09-29 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: capybara
|
@@ -32,14 +32,14 @@ dependencies:
|
|
32
32
|
requirements:
|
33
33
|
- - '='
|
34
34
|
- !ruby/object:Gem::Version
|
35
|
-
version: 0.26.
|
35
|
+
version: 0.26.3
|
36
36
|
type: :runtime
|
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.26.
|
42
|
+
version: 0.26.3
|
43
43
|
- !ruby/object:Gem::Dependency
|
44
44
|
name: factory_bot_rails
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
@@ -466,6 +466,7 @@ files:
|
|
466
466
|
- config/locales/mt.yml
|
467
467
|
- config/locales/nl.yml
|
468
468
|
- config/locales/no.yml
|
469
|
+
- config/locales/oc-FR.yml
|
469
470
|
- config/locales/om-ET.yml
|
470
471
|
- config/locales/pl.yml
|
471
472
|
- config/locales/pt-BR.yml
|