decidim-dev 0.26.10 → 0.27.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/commands/decidim/dummy_resources/create_dummy_resource.rb +1 -1
- data/app/controllers/concerns/decidim/dev/needs_development_tools.rb +1 -1
- data/config/assets.rb +1 -2
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/ar.yml +1 -18
- data/config/locales/bg.yml +1 -0
- data/config/locales/ca.yml +1 -6
- data/config/locales/cs.yml +5 -10
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +2 -9
- data/config/locales/el.yml +1 -0
- data/config/locales/en.yml +0 -6
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +1 -6
- data/config/locales/es-PY.yml +1 -6
- data/config/locales/es.yml +1 -6
- data/config/locales/et.yml +1 -0
- data/config/locales/eu.yml +9 -14
- data/config/locales/fi-plain.yml +1 -6
- data/config/locales/fi.yml +1 -6
- data/config/locales/fr-CA.yml +1 -6
- data/config/locales/fr.yml +1 -6
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/gl.yml +1 -0
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +1 -0
- data/config/locales/id-ID.yml +1 -0
- data/config/locales/is-IS.yml +2 -1
- data/config/locales/it.yml +1 -0
- data/config/locales/ja.yml +1 -6
- data/config/locales/ko.yml +1 -0
- data/config/locales/lb.yml +1 -0
- data/config/locales/lt.yml +1 -63
- data/config/locales/lv.yml +1 -0
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +1 -0
- data/config/locales/no.yml +1 -0
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +1 -0
- data/config/locales/pt-BR.yml +2 -7
- data/config/locales/pt.yml +1 -0
- data/config/locales/ro-RO.yml +1 -6
- data/config/locales/ru.yml +1 -0
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sk.yml +1 -0
- data/config/locales/sl.yml +1 -0
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sr-CS.yml +1 -0
- data/config/locales/sv.yml +1 -2
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +1 -0
- data/config/locales/uk.yml +1 -0
- data/config/locales/val-ES.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +1 -0
- data/config/locales/zh-TW.yml +1 -63
- data/lib/decidim/dev/assets/assemblies.json +1 -11
- data/lib/decidim/dev/assets/geocoder_result_here.json +46 -67
- data/lib/decidim/dev/assets/logo.png +0 -0
- data/lib/decidim/dev/common_rake.rb +1 -0
- data/lib/decidim/dev/railtie.rb +1 -1
- data/lib/decidim/dev/test/base_spec_helper.rb +2 -1
- data/lib/decidim/dev/test/rspec_support/accessibility_examples.rb +1 -3
- data/lib/decidim/dev/test/rspec_support/attachment_helpers.rb +30 -0
- data/lib/decidim/dev/test/rspec_support/autocomplete_select.rb +23 -0
- data/lib/decidim/dev/test/rspec_support/capybara.rb +43 -5
- data/lib/decidim/dev/test/rspec_support/comments.rb +1 -1
- data/lib/decidim/dev/test/rspec_support/component.rb +5 -5
- data/lib/decidim/dev/test/rspec_support/component_context.rb +0 -20
- data/lib/decidim/dev/test/rspec_support/controller_example_group.rb +27 -0
- data/lib/decidim/dev/test/rspec_support/cookies.rb +41 -0
- data/lib/decidim/dev/test/rspec_support/dynamic_attach.rb +31 -0
- data/lib/decidim/dev/test/rspec_support/frontend.rb +1 -1
- data/lib/decidim/dev/test/rspec_support/geocoder.rb +10 -6
- data/lib/decidim/dev/test/rspec_support/helpers.rb +0 -12
- data/lib/decidim/dev/test/rspec_support/html_matchers.rb +11 -0
- data/lib/decidim/dev/test/rspec_support/imports_controller_shared_examples.rb +3 -8
- data/lib/decidim/dev/test/rspec_support/network_conditions_helpers.rb +18 -0
- data/lib/decidim/dev/test/rspec_support/rake_tasks.rb +0 -2
- data/lib/decidim/dev/test/rspec_support/screenshot_helper.rb +41 -0
- data/lib/decidim/dev/test/rspec_support/warden.rb +5 -0
- data/lib/decidim/dev/test/rspec_support/wicked_pdf_assets_mock.rb +4 -0
- data/lib/decidim/dev/test/spec_helper.rb +2 -4
- data/lib/decidim/dev/test/w3c_rspec_validators_overrides.rb +0 -2
- data/lib/decidim/dev/version.rb +1 -1
- data/lib/decidim-dev.rb +1 -1
- data/lib/tasks/generators.rake +6 -2
- data/lib/tasks/lighthouse_report.rake +29 -0
- data/lib/tasks/locale_checker.rake +1 -1
- metadata +48 -66
- data/app/packs/entrypoints/decidim_dev_test_custom_map.js +0 -1
- data/app/packs/src/decidim/dev/test/custom_map_factory.js +0 -55
- data/config/environment.rb +0 -3
- data/config/locales/fa-IR.yml +0 -1
- data/config/locales/gn-PY.yml +0 -1
- data/config/locales/ka-GE.yml +0 -1
- data/config/locales/kaa.yml +0 -1
- data/config/locales/lo-LA.yml +0 -1
- data/config/locales/oc-FR.yml +0 -1
- data/config/locales/sq-AL.yml +0 -1
- data/config/locales/th-TH.yml +0 -1
- data/lib/decidim/dev/test/rspec_support/react_select.rb +0 -29
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 352297a2285a46b08d1d758ef879cb997dd0c4cd6fc5d4413a3db9503ba04a24
|
4
|
+
data.tar.gz: '0099b3b7b5e6566b5f3f3dfb1c44cbf5e3e871b976e8e453d3d668e2a4f161cb'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3dff37974008ead98152ef3f156e3f73e082af7477c72c84c0f5e8f18204510d3a3c46605a88842289da7a57e228e2f2da3744d9aab59de2497f8aca5e5075e9
|
7
|
+
data.tar.gz: ed2983e1a820fa3686cf6f5a7cae8d64d9aaf4e473ccda2952f291d795ffe87f95555864d30c56b91523a4ce0ee003b1d1dd3eefa8226c96266ea2a59b183537
|
@@ -18,7 +18,7 @@ module Decidim
|
|
18
18
|
return unless respond_to?(:snippets)
|
19
19
|
|
20
20
|
snippets.add(:head, helpers.stylesheet_pack_tag("decidim_dev"))
|
21
|
-
snippets.add(:
|
21
|
+
snippets.add(:foot, helpers.javascript_pack_tag("decidim_dev", defer: false))
|
22
22
|
end
|
23
23
|
end
|
24
24
|
end
|
data/config/assets.rb
CHANGED
@@ -4,6 +4,5 @@ base_path = File.expand_path("..", __dir__)
|
|
4
4
|
|
5
5
|
Decidim::Webpacker.register_path("#{base_path}/app/packs")
|
6
6
|
Decidim::Webpacker.register_entrypoints(
|
7
|
-
decidim_dev: "#{base_path}/app/packs/entrypoints/decidim_dev.js"
|
8
|
-
decidim_dev_test_custom_map: "#{base_path}/app/packs/entrypoints/decidim_dev_test_custom_map.js"
|
7
|
+
decidim_dev: "#{base_path}/app/packs/entrypoints/decidim_dev.js"
|
9
8
|
)
|
data/config/locales/am-ET.yml
CHANGED
data/config/locales/ar.yml
CHANGED
@@ -1,9 +1,9 @@
|
|
1
|
+
---
|
1
2
|
ar:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
4
5
|
dummy_resource:
|
5
6
|
created_at: أنشئت في
|
6
|
-
decidim_scope_id: نطاق
|
7
7
|
field: مجالي
|
8
8
|
start_date: تاريخ البداية
|
9
9
|
title: العنوان
|
@@ -14,29 +14,12 @@ ar:
|
|
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> للمدخلات المعطلة
|
23
|
-
readonly_attribute: سمة القراءة فقط
|
24
|
-
test: فحص
|
25
|
-
test_choices:
|
26
|
-
a: خيار أ
|
27
|
-
b: خيار ب
|
28
|
-
c: خيار ج
|
29
17
|
test_options:
|
30
18
|
bar: شريط
|
31
|
-
baz: الباز
|
32
19
|
foo: فو
|
33
20
|
step:
|
34
|
-
endorsements_blocked: تم حظر التأييدات
|
35
|
-
endorsements_enabled: تم تمكين التأييدات
|
36
|
-
readonly_step_attribute: سمة خطوة للقراءة فقط
|
37
21
|
test_options:
|
38
22
|
bar: شريط
|
39
|
-
baz: الباز
|
40
23
|
foo: فو
|
41
24
|
dummy:
|
42
25
|
admin:
|
data/config/locales/bg.yml
CHANGED
data/config/locales/ca.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
ca:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -14,12 +15,6 @@ ca:
|
|
14
15
|
dummy:
|
15
16
|
settings:
|
16
17
|
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
|
23
18
|
readonly_attribute: Atribut de només lectura
|
24
19
|
test: Una prova
|
25
20
|
test_choices:
|
data/config/locales/cs.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
cs:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -14,18 +15,12 @@ cs:
|
|
14
15
|
dummy:
|
15
16
|
settings:
|
16
17
|
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
|
23
18
|
readonly_attribute: Atribut pouze pro čtení
|
24
19
|
test: Zkouška A
|
25
20
|
test_choices:
|
26
|
-
a:
|
27
|
-
b:
|
28
|
-
c:
|
21
|
+
a: Volba A
|
22
|
+
b: Volba B
|
23
|
+
c: Volba C
|
29
24
|
test_options:
|
30
25
|
bar: Bar
|
31
26
|
baz: Baz
|
@@ -56,7 +51,7 @@ cs:
|
|
56
51
|
unearned_own: Dosud jste nevytvořili žádné testy.
|
57
52
|
resource_links:
|
58
53
|
test_link:
|
59
|
-
dummy_resource_dummy: Související
|
54
|
+
dummy_resource_dummy: Související figurína
|
60
55
|
statistics:
|
61
56
|
bar: Bar
|
62
57
|
dummies_count_high: Figuríny vysoké
|
data/config/locales/da.yml
CHANGED
data/config/locales/de.yml
CHANGED
@@ -1,8 +1,9 @@
|
|
1
|
+
---
|
1
2
|
de:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
4
5
|
dummy_resource:
|
5
|
-
created_at:
|
6
|
+
created_at: Hergestellt in
|
6
7
|
decidim_scope_id: Umfang
|
7
8
|
field: Mein Feld
|
8
9
|
start_date: Startdatum
|
@@ -14,12 +15,6 @@ de:
|
|
14
15
|
dummy:
|
15
16
|
settings:
|
16
17
|
global:
|
17
|
-
guided: Geführte Eingabe
|
18
|
-
guided_help: Hilfetext
|
19
|
-
guided_readonly: Deaktivierte Eingabe
|
20
|
-
guided_rich: Geführte reiche Eingabe
|
21
|
-
guided_rich_help_html: HTML <strong>Hilfe</strong> Text
|
22
|
-
guided_rich_readonly_html: HTML <strong>Hilfe</strong> Text für deaktivierte Eingabe
|
23
18
|
readonly_attribute: Attribut schreibgeschützt
|
24
19
|
test: Test A
|
25
20
|
test_choices:
|
@@ -28,7 +23,6 @@ de:
|
|
28
23
|
c: Wahl C
|
29
24
|
test_options:
|
30
25
|
bar: Bar
|
31
|
-
baz: Baz
|
32
26
|
foo: Foo
|
33
27
|
step:
|
34
28
|
endorsements_blocked: Befürwortungen blockiert
|
@@ -36,7 +30,6 @@ de:
|
|
36
30
|
readonly_step_attribute: Schritt-Attribut schreibgeschützt
|
37
31
|
test_options:
|
38
32
|
bar: Bar
|
39
|
-
baz: Baz
|
40
33
|
foo: Foo
|
41
34
|
dummy:
|
42
35
|
admin:
|
data/config/locales/el.yml
CHANGED
data/config/locales/en.yml
CHANGED
@@ -15,12 +15,6 @@ 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
|
24
18
|
readonly_attribute: Readonly attribute
|
25
19
|
test: A test
|
26
20
|
test_choices:
|
data/config/locales/eo.yml
CHANGED
data/config/locales/es-MX.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
es-MX:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -14,12 +15,6 @@ es-MX:
|
|
14
15
|
dummy:
|
15
16
|
settings:
|
16
17
|
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
|
23
18
|
readonly_attribute: Atributo de sólo lectura
|
24
19
|
test: Test A
|
25
20
|
test_choices:
|
data/config/locales/es-PY.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
es-PY:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -14,12 +15,6 @@ es-PY:
|
|
14
15
|
dummy:
|
15
16
|
settings:
|
16
17
|
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
|
23
18
|
readonly_attribute: Atributo de sólo lectura
|
24
19
|
test: Test A
|
25
20
|
test_choices:
|
data/config/locales/es.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
es:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -14,12 +15,6 @@ es:
|
|
14
15
|
dummy:
|
15
16
|
settings:
|
16
17
|
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
|
23
18
|
readonly_attribute: Atributo de sólo lectura
|
24
19
|
test: Una prueba
|
25
20
|
test_choices:
|
data/config/locales/et.yml
CHANGED
data/config/locales/eu.yml
CHANGED
@@ -1,9 +1,10 @@
|
|
1
|
+
---
|
1
2
|
eu:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
4
5
|
dummy_resource:
|
5
|
-
created_at:
|
6
|
-
decidim_scope_id:
|
6
|
+
created_at: Sortutako at
|
7
|
+
decidim_scope_id: Eremua
|
7
8
|
field: Nire eremua
|
8
9
|
start_date: Hasiera data
|
9
10
|
title: Izenburua
|
@@ -14,14 +15,8 @@ eu:
|
|
14
15
|
dummy:
|
15
16
|
settings:
|
16
17
|
global:
|
17
|
-
guided: Input gidatua
|
18
|
-
guided_help: Laguntza-testua
|
19
|
-
guided_readonly: Input desgaitua
|
20
|
-
guided_rich: Input gidatu aberastua
|
21
|
-
guided_rich_help_html: HTML<strong>ayuda</strong> testua
|
22
|
-
guided_rich_readonly_html: HTML<strong>laguntza</strong>testua input desgaiturako
|
23
18
|
readonly_attribute: Soilik irakurtzeko atributua
|
24
|
-
test:
|
19
|
+
test: Test bat
|
25
20
|
test_choices:
|
26
21
|
a: A aukera
|
27
22
|
b: B aukera
|
@@ -41,22 +36,22 @@ eu:
|
|
41
36
|
dummy:
|
42
37
|
admin:
|
43
38
|
exports:
|
44
|
-
dummies:
|
39
|
+
dummies: Manikiak
|
45
40
|
gamification:
|
46
41
|
badges:
|
47
42
|
test:
|
48
43
|
conditions:
|
49
44
|
- Erabili probako ingurunea erabakitzeko.
|
50
|
-
description:
|
45
|
+
description: Erabiltzaileek plaka hau lortzen dute probak sortzeko.
|
51
46
|
description_another: Erabiltzaile honek %{score} proba egin ditu.
|
52
47
|
description_own: '%{score} proba sortu dituzu.'
|
53
|
-
name:
|
48
|
+
name: probak
|
54
49
|
next_level_in: Sortu %{score} proba gehiago hurrengo mailara iristeko!
|
55
50
|
unearned_another: Erabiltzaile honek ez du proba oraindik sortu.
|
56
|
-
unearned_own: Oraindik ez duzu
|
51
|
+
unearned_own: Oraindik ez duzu probak sortu.
|
57
52
|
resource_links:
|
58
53
|
test_link:
|
59
|
-
dummy_resource_dummy: '
|
54
|
+
dummy_resource_dummy: ' Honi buruzko adibidea '
|
60
55
|
statistics:
|
61
56
|
bar: Bar
|
62
57
|
dummies_count_high: Dummies altua
|
data/config/locales/fi-plain.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
fi-pl:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -14,12 +15,6 @@ fi-pl:
|
|
14
15
|
dummy:
|
15
16
|
settings:
|
16
17
|
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>
|
23
18
|
readonly_attribute: Vain luku -attribuutti
|
24
19
|
test: Testi
|
25
20
|
test_choices:
|
data/config/locales/fi.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
fi:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -14,12 +15,6 @@ fi:
|
|
14
15
|
dummy:
|
15
16
|
settings:
|
16
17
|
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>
|
23
18
|
readonly_attribute: Vain luku -attribuutti
|
24
19
|
test: Testi
|
25
20
|
test_choices:
|
data/config/locales/fr-CA.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
fr-CA:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -14,12 +15,6 @@ fr-CA:
|
|
14
15
|
dummy:
|
15
16
|
settings:
|
16
17
|
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
|
23
18
|
readonly_attribute: Attribut en lecture seule
|
24
19
|
test: Un test
|
25
20
|
test_choices:
|
data/config/locales/fr.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
fr:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -14,12 +15,6 @@ fr:
|
|
14
15
|
dummy:
|
15
16
|
settings:
|
16
17
|
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
|
23
18
|
readonly_attribute: Attribut en lecture seule
|
24
19
|
test: Un test
|
25
20
|
test_choices:
|
data/config/locales/ga-IE.yml
CHANGED
data/config/locales/gl.yml
CHANGED
data/config/locales/hr.yml
CHANGED
data/config/locales/hu.yml
CHANGED
data/config/locales/id-ID.yml
CHANGED
data/config/locales/is-IS.yml
CHANGED
data/config/locales/it.yml
CHANGED
data/config/locales/ja.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
ja:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -14,12 +15,6 @@ ja:
|
|
14
15
|
dummy:
|
15
16
|
settings:
|
16
17
|
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> の入力を無効にする
|
23
18
|
readonly_attribute: 読み取り専用属性
|
24
19
|
test: テスト
|
25
20
|
test_choices:
|
data/config/locales/ko.yml
CHANGED
data/config/locales/lb.yml
CHANGED
data/config/locales/lt.yml
CHANGED
@@ -1,64 +1,2 @@
|
|
1
|
+
---
|
1
2
|
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
|
data/config/locales/lv.yml
CHANGED
data/config/locales/mt.yml
CHANGED
data/config/locales/nl.yml
CHANGED
data/config/locales/no.yml
CHANGED
data/config/locales/om-ET.yml
CHANGED
data/config/locales/pl.yml
CHANGED
data/config/locales/pt-BR.yml
CHANGED
@@ -1,4 +1,5 @@
|
|
1
|
-
|
1
|
+
---
|
2
|
+
pt:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
4
5
|
dummy_resource:
|
@@ -14,12 +15,6 @@ pt-BR:
|
|
14
15
|
dummy:
|
15
16
|
settings:
|
16
17
|
global:
|
17
|
-
guided: Entrada guiada
|
18
|
-
guided_help: Texto de ajuda
|
19
|
-
guided_readonly: Entrada desabilitada
|
20
|
-
guided_rich: Entrada de rich text guiada
|
21
|
-
guided_rich_help_html: HTML <strong>ajuda</strong> texto
|
22
|
-
guided_rich_readonly_html: HTML <strong>ajuda</strong> texto para entrada desativada
|
23
18
|
readonly_attribute: Atributo somente leitura
|
24
19
|
test: Teste A
|
25
20
|
test_choices:
|
data/config/locales/pt.yml
CHANGED
data/config/locales/ro-RO.yml
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
---
|
1
2
|
ro:
|
2
3
|
activemodel:
|
3
4
|
attributes:
|
@@ -14,12 +15,6 @@ ro:
|
|
14
15
|
dummy:
|
15
16
|
settings:
|
16
17
|
global:
|
17
|
-
guided: Introducere ghidată
|
18
|
-
guided_help: Text de ajutor
|
19
|
-
guided_readonly: Intrare dezactivată
|
20
|
-
guided_rich: Introducere ghidată a conținutului bogat
|
21
|
-
guided_rich_help_html: <strong>Ajutor</strong> text pentru HTML
|
22
|
-
guided_rich_readonly_html: <strong>Ajutor</strong> HTML text pentru intrare dezactivată
|
23
18
|
readonly_attribute: Atribut Readonly
|
24
19
|
test: Un test
|
25
20
|
test_choices:
|
data/config/locales/ru.yml
CHANGED
data/config/locales/si-LK.yml
CHANGED
data/config/locales/sk.yml
CHANGED
data/config/locales/sl.yml
CHANGED
data/config/locales/so-SO.yml
CHANGED
data/config/locales/sr-CS.yml
CHANGED