decidim-dev 0.26.10 → 0.27.0.rc1

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.
Files changed (104) hide show
  1. checksums.yaml +4 -4
  2. data/app/commands/decidim/dummy_resources/create_dummy_resource.rb +1 -1
  3. data/app/controllers/concerns/decidim/dev/needs_development_tools.rb +1 -1
  4. data/config/assets.rb +1 -2
  5. data/config/locales/am-ET.yml +1 -0
  6. data/config/locales/ar.yml +1 -18
  7. data/config/locales/bg.yml +1 -0
  8. data/config/locales/ca.yml +1 -6
  9. data/config/locales/cs.yml +5 -10
  10. data/config/locales/da.yml +1 -0
  11. data/config/locales/de.yml +2 -9
  12. data/config/locales/el.yml +1 -0
  13. data/config/locales/en.yml +0 -6
  14. data/config/locales/eo.yml +1 -0
  15. data/config/locales/es-MX.yml +1 -6
  16. data/config/locales/es-PY.yml +1 -6
  17. data/config/locales/es.yml +1 -6
  18. data/config/locales/et.yml +1 -0
  19. data/config/locales/eu.yml +9 -14
  20. data/config/locales/fi-plain.yml +1 -6
  21. data/config/locales/fi.yml +1 -6
  22. data/config/locales/fr-CA.yml +1 -6
  23. data/config/locales/fr.yml +1 -6
  24. data/config/locales/ga-IE.yml +1 -0
  25. data/config/locales/gl.yml +1 -0
  26. data/config/locales/hr.yml +1 -0
  27. data/config/locales/hu.yml +1 -0
  28. data/config/locales/id-ID.yml +1 -0
  29. data/config/locales/is-IS.yml +2 -1
  30. data/config/locales/it.yml +1 -0
  31. data/config/locales/ja.yml +1 -6
  32. data/config/locales/ko.yml +1 -0
  33. data/config/locales/lb.yml +1 -0
  34. data/config/locales/lt.yml +1 -63
  35. data/config/locales/lv.yml +1 -0
  36. data/config/locales/mt.yml +1 -0
  37. data/config/locales/nl.yml +1 -0
  38. data/config/locales/no.yml +1 -0
  39. data/config/locales/om-ET.yml +1 -0
  40. data/config/locales/pl.yml +1 -0
  41. data/config/locales/pt-BR.yml +2 -7
  42. data/config/locales/pt.yml +1 -0
  43. data/config/locales/ro-RO.yml +1 -6
  44. data/config/locales/ru.yml +1 -0
  45. data/config/locales/si-LK.yml +1 -0
  46. data/config/locales/sk.yml +1 -0
  47. data/config/locales/sl.yml +1 -0
  48. data/config/locales/so-SO.yml +1 -0
  49. data/config/locales/sr-CS.yml +1 -0
  50. data/config/locales/sv.yml +1 -2
  51. data/config/locales/sw-KE.yml +1 -0
  52. data/config/locales/ti-ER.yml +1 -0
  53. data/config/locales/tr-TR.yml +1 -0
  54. data/config/locales/uk.yml +1 -0
  55. data/config/locales/val-ES.yml +1 -0
  56. data/config/locales/vi.yml +1 -0
  57. data/config/locales/zh-CN.yml +1 -0
  58. data/config/locales/zh-TW.yml +1 -63
  59. data/lib/decidim/dev/assets/assemblies.json +1 -11
  60. data/lib/decidim/dev/assets/geocoder_result_here.json +46 -67
  61. data/lib/decidim/dev/assets/logo.png +0 -0
  62. data/lib/decidim/dev/common_rake.rb +1 -0
  63. data/lib/decidim/dev/railtie.rb +1 -1
  64. data/lib/decidim/dev/test/base_spec_helper.rb +2 -1
  65. data/lib/decidim/dev/test/rspec_support/accessibility_examples.rb +1 -3
  66. data/lib/decidim/dev/test/rspec_support/attachment_helpers.rb +30 -0
  67. data/lib/decidim/dev/test/rspec_support/autocomplete_select.rb +23 -0
  68. data/lib/decidim/dev/test/rspec_support/capybara.rb +43 -5
  69. data/lib/decidim/dev/test/rspec_support/comments.rb +1 -1
  70. data/lib/decidim/dev/test/rspec_support/component.rb +5 -5
  71. data/lib/decidim/dev/test/rspec_support/component_context.rb +0 -20
  72. data/lib/decidim/dev/test/rspec_support/controller_example_group.rb +27 -0
  73. data/lib/decidim/dev/test/rspec_support/cookies.rb +41 -0
  74. data/lib/decidim/dev/test/rspec_support/dynamic_attach.rb +31 -0
  75. data/lib/decidim/dev/test/rspec_support/frontend.rb +1 -1
  76. data/lib/decidim/dev/test/rspec_support/geocoder.rb +10 -6
  77. data/lib/decidim/dev/test/rspec_support/helpers.rb +0 -12
  78. data/lib/decidim/dev/test/rspec_support/html_matchers.rb +11 -0
  79. data/lib/decidim/dev/test/rspec_support/imports_controller_shared_examples.rb +3 -8
  80. data/lib/decidim/dev/test/rspec_support/network_conditions_helpers.rb +18 -0
  81. data/lib/decidim/dev/test/rspec_support/rake_tasks.rb +0 -2
  82. data/lib/decidim/dev/test/rspec_support/screenshot_helper.rb +41 -0
  83. data/lib/decidim/dev/test/rspec_support/warden.rb +5 -0
  84. data/lib/decidim/dev/test/rspec_support/wicked_pdf_assets_mock.rb +4 -0
  85. data/lib/decidim/dev/test/spec_helper.rb +2 -4
  86. data/lib/decidim/dev/test/w3c_rspec_validators_overrides.rb +0 -2
  87. data/lib/decidim/dev/version.rb +1 -1
  88. data/lib/decidim-dev.rb +1 -1
  89. data/lib/tasks/generators.rake +6 -2
  90. data/lib/tasks/lighthouse_report.rake +29 -0
  91. data/lib/tasks/locale_checker.rake +1 -1
  92. metadata +48 -66
  93. data/app/packs/entrypoints/decidim_dev_test_custom_map.js +0 -1
  94. data/app/packs/src/decidim/dev/test/custom_map_factory.js +0 -55
  95. data/config/environment.rb +0 -3
  96. data/config/locales/fa-IR.yml +0 -1
  97. data/config/locales/gn-PY.yml +0 -1
  98. data/config/locales/ka-GE.yml +0 -1
  99. data/config/locales/kaa.yml +0 -1
  100. data/config/locales/lo-LA.yml +0 -1
  101. data/config/locales/oc-FR.yml +0 -1
  102. data/config/locales/sq-AL.yml +0 -1
  103. data/config/locales/th-TH.yml +0 -1
  104. 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: 4031d46516916786c0a32b764eff5c038d0ac4c4dbabc7ad49128545d7d67e6b
4
- data.tar.gz: 1c0d70f64de5631211db065186845af3668d7989a25d6a8d0b61e3d7d62212ba
3
+ metadata.gz: 352297a2285a46b08d1d758ef879cb997dd0c4cd6fc5d4413a3db9503ba04a24
4
+ data.tar.gz: '0099b3b7b5e6566b5f3f3dfb1c44cbf5e3e871b976e8e453d3d668e2a4f161cb'
5
5
  SHA512:
6
- metadata.gz: 9e081e4345e5b64aa379863bb3e54698d731121f25d081cd34789bbc465bc488801bd8e25cd07e06ae4db2fc4fc01daa481bbea859b2df35fdd7fefeecb79dc8
7
- data.tar.gz: b0a9862b0c8ee15907c8351254664d5e18daf82239ade79cee694c4d1f735540a07e293b85ba0cf15726e7b36a9a904c47a2f10ce22d8560e46032044d2c7ffe
6
+ metadata.gz: 3dff37974008ead98152ef3f156e3f73e082af7477c72c84c0f5e8f18204510d3a3c46605a88842289da7a57e228e2f2da3744d9aab59de2497f8aca5e5075e9
7
+ data.tar.gz: ed2983e1a820fa3686cf6f5a7cae8d64d9aaf4e473ccda2952f291d795ffe87f95555864d30c56b91523a4ce0ee003b1d1dd3eefa8226c96266ea2a59b183537
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Decidim
4
4
  module DummyResources
5
- class CreateDummyResource < Rectify::Command
5
+ class CreateDummyResource < Decidim::Command
6
6
  include Decidim::AttachmentMethods
7
7
  include Decidim::GalleryMethods
8
8
 
@@ -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(:head, helpers.javascript_pack_tag("decidim_dev"))
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
  )
@@ -1 +1,2 @@
1
+ ---
1
2
  am:
@@ -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:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  bg:
2
3
  activemodel:
3
4
  attributes:
@@ -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:
@@ -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: Možnost A
27
- b: Možnost B
28
- c: Možnost 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í testovací soubor
54
+ dummy_resource_dummy: Související figurína
60
55
  statistics:
61
56
  bar: Bar
62
57
  dummies_count_high: Figuríny vysoké
@@ -1 +1,2 @@
1
+ ---
1
2
  da:
@@ -1,8 +1,9 @@
1
+ ---
1
2
  de:
2
3
  activemodel:
3
4
  attributes:
4
5
  dummy_resource:
5
- created_at: Erstellt am
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:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  el:
2
3
  activemodel:
3
4
  attributes:
@@ -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:
@@ -1 +1,2 @@
1
+ ---
1
2
  eo:
@@ -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:
@@ -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:
@@ -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:
@@ -1 +1,2 @@
1
+ ---
1
2
  et:
@@ -1,9 +1,10 @@
1
+ ---
1
2
  eu:
2
3
  activemodel:
3
4
  attributes:
4
5
  dummy_resource:
5
- created_at: Sortua
6
- decidim_scope_id: Esparrua
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: Proba bat
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: Probak
39
+ dummies: Manikiak
45
40
  gamification:
46
41
  badges:
47
42
  test:
48
43
  conditions:
49
44
  - Erabili probako ingurunea erabakitzeko.
50
- description: Parte-hartzaileek garaikur hau lortzen dute probak sortzeagatik.
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: Probak
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 probarik sortu.
51
+ unearned_own: Oraindik ez duzu probak sortu.
57
52
  resource_links:
58
53
  test_link:
59
- dummy_resource_dummy: ' Honekin lotutako proba'
54
+ dummy_resource_dummy: ' Honi buruzko adibidea '
60
55
  statistics:
61
56
  bar: Bar
62
57
  dummies_count_high: Dummies altua
@@ -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:
@@ -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:
@@ -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:
@@ -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:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ga:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  gl:
2
3
  activemodel:
3
4
  attributes:
@@ -1 +1,2 @@
1
+ ---
1
2
  hr:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  hu:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  id:
2
3
  activemodel:
3
4
  attributes:
@@ -1,4 +1,5 @@
1
- is-IS:
1
+ ---
2
+ is:
2
3
  activemodel:
3
4
  attributes:
4
5
  dummy_resource:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  it:
2
3
  activemodel:
3
4
  attributes:
@@ -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:
@@ -1 +1,2 @@
1
+ ---
1
2
  ko:
@@ -1 +1,2 @@
1
+ ---
1
2
  lb:
@@ -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
@@ -1,3 +1,4 @@
1
+ ---
1
2
  lv:
2
3
  activemodel:
3
4
  attributes:
@@ -1 +1,2 @@
1
+ ---
1
2
  mt:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  nl:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  "no":
2
3
  activemodel:
3
4
  attributes:
@@ -1 +1,2 @@
1
+ ---
1
2
  om:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  pl:
2
3
  activemodel:
3
4
  attributes:
@@ -1,4 +1,5 @@
1
- pt-BR:
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:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  pt:
2
3
  activemodel:
3
4
  attributes:
@@ -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:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  ru:
2
3
  activemodel:
3
4
  attributes:
@@ -1 +1,2 @@
1
+ ---
1
2
  si:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  sk:
2
3
  activemodel:
3
4
  attributes:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  sl:
2
3
  activemodel:
3
4
  attributes:
@@ -1 +1,2 @@
1
+ ---
1
2
  so:
@@ -1,3 +1,4 @@
1
+ ---
1
2
  sr:
2
3
  decidim:
3
4
  components: