decidim-dev 0.30.6 → 0.31.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 (96) hide show
  1. checksums.yaml +4 -4
  2. data/app/models/decidim/dev/dummy_resource.rb +2 -6
  3. data/app/packs/entrypoints/decidim_dev.scss +1 -1
  4. data/app/packs/src/decidim/dev/accessibility.js +2 -2
  5. data/app/packs/stylesheets/decidim/dev.scss +4 -4
  6. data/app/presenters/decidim/dev/dummy_resource_presenter.rb +2 -2
  7. data/config/assets.rb +2 -2
  8. data/config/locales/ar.yml +0 -2
  9. data/config/locales/bg.yml +0 -2
  10. data/config/locales/bs-BA.yml +0 -8
  11. data/config/locales/ca-IT.yml +3 -3
  12. data/config/locales/ca.yml +3 -3
  13. data/config/locales/cs.yml +2 -2
  14. data/config/locales/de.yml +2 -2
  15. data/config/locales/el.yml +2 -14
  16. data/config/locales/en.yml +2 -2
  17. data/config/locales/es-MX.yml +2 -2
  18. data/config/locales/es-PY.yml +2 -2
  19. data/config/locales/es.yml +2 -2
  20. data/config/locales/eu.yml +10 -10
  21. data/config/locales/fi-plain.yml +2 -2
  22. data/config/locales/fi.yml +2 -2
  23. data/config/locales/fr-CA.yml +0 -2
  24. data/config/locales/fr.yml +0 -2
  25. data/config/locales/gl.yml +0 -2
  26. data/config/locales/hu.yml +0 -2
  27. data/config/locales/it.yml +0 -2
  28. data/config/locales/ja.yml +2 -2
  29. data/config/locales/lt.yml +0 -2
  30. data/config/locales/lv.yml +0 -2
  31. data/config/locales/nl.yml +0 -2
  32. data/config/locales/no.yml +0 -2
  33. data/config/locales/pl.yml +0 -2
  34. data/config/locales/pt-BR.yml +0 -2
  35. data/config/locales/pt.yml +0 -2
  36. data/config/locales/ro-RO.yml +9 -16
  37. data/config/locales/sk.yml +0 -2
  38. data/config/locales/sr-CS.yml +0 -8
  39. data/config/locales/sv.yml +2 -2
  40. data/config/locales/tr-TR.yml +0 -2
  41. data/config/locales/zh-CN.yml +0 -2
  42. data/config/locales/zh-TW.yml +0 -2
  43. data/config/rubocop/capybara/configuration.yml +1 -0
  44. data/config/rubocop/capybara/disabled.yml +7 -0
  45. data/config/rubocop/disabled.yml +1 -41
  46. data/config/rubocop/factory_bot/configuration.yml +1 -0
  47. data/config/rubocop/factory_bot/disabled.yml +10 -0
  48. data/config/rubocop/{faker.yml → faker/configuration.yml} +2 -2
  49. data/config/rubocop/faker/disabled.yml +3 -0
  50. data/config/rubocop/{graphql.yml → graphql/configuration.yml} +2 -6
  51. data/config/rubocop/graphql/disabled.yml +4 -0
  52. data/config/rubocop/performance/configuration.yml +1 -0
  53. data/config/rubocop/{performance.yml → performance/disabled.yml} +1 -1
  54. data/config/rubocop/{rails.yml → rails/configuration.yml} +1 -24
  55. data/config/rubocop/rails/disabled.yml +46 -0
  56. data/config/rubocop/{rspec.yml → rspec/configuration.yml} +2 -29
  57. data/config/rubocop/rspec/disabled.yml +49 -0
  58. data/config/rubocop/{ruby.yml → ruby/configuration.yml} +3 -38
  59. data/config/rubocop/ruby/disabled.yml +106 -0
  60. data/decidim-dev.gemspec +10 -10
  61. data/lib/decidim/dev/assets/assemblies.json +6 -11
  62. data/lib/decidim/dev/assets/assemblies_with_null.json +0 -1
  63. data/lib/decidim/dev/assets/census_all_invalid.csv +4 -0
  64. data/lib/decidim/dev/assets/census_duplicate_emails.csv +4 -0
  65. data/lib/decidim/dev/assets/census_no_header.csv +2 -0
  66. data/lib/decidim/dev/assets/census_with_missing_email.csv +3 -0
  67. data/lib/decidim/dev/assets/census_with_missing_token.csv +3 -0
  68. data/lib/decidim/dev/assets/empty_file.csv +0 -0
  69. data/lib/decidim/dev/assets/participatory_processes.json +0 -1
  70. data/lib/decidim/dev/assets/participatory_processes_with_null.json +0 -1
  71. data/lib/decidim/dev/assets/valid_election_census.csv +3 -0
  72. data/lib/decidim/dev/assets/valid_emails.csv +27 -0
  73. data/lib/decidim/dev/component.rb +2 -2
  74. data/lib/decidim/dev/engine.rb +1 -7
  75. data/lib/decidim/dev/test/base_spec_helper.rb +9 -0
  76. data/lib/decidim/dev/test/factories.rb +5 -12
  77. data/lib/decidim/dev/test/rspec_support/activestorage_matchers.rb +1 -1
  78. data/lib/decidim/dev/test/rspec_support/capybara.rb +11 -18
  79. data/lib/decidim/dev/test/rspec_support/comments.rb +1 -1
  80. data/lib/decidim/dev/test/rspec_support/component.rb +2 -2
  81. data/lib/decidim/dev/test/rspec_support/component_context.rb +0 -108
  82. data/lib/decidim/dev/test/rspec_support/editor_context.rb +1 -13
  83. data/lib/decidim/dev/test/rspec_support/gamification.rb +1 -1
  84. data/lib/decidim/dev/test/rspec_support/helpers.rb +16 -0
  85. data/lib/decidim/dev/test/rspec_support/rake_tasks.rb +0 -16
  86. data/lib/decidim/dev/test/rspec_support/screenshot_helper.rb +2 -2
  87. data/lib/decidim/dev/test/rspec_support/{webpacker.rb → shakapacker.rb} +2 -2
  88. data/lib/decidim/dev/test/rspec_support/z_download_helper.rb +0 -1
  89. data/lib/decidim/dev/test/spec_helper.rb +1 -1
  90. data/lib/decidim/dev/version.rb +1 -1
  91. data/lib/decidim/dev.rb +0 -2
  92. data/rubocop-decidim.yml +17 -9
  93. metadata +91 -40
  94. data/lib/decidim/api/dummy_resource_type.rb +0 -12
  95. data/lib/decidim/dev/api.rb +0 -7
  96. data/lib/decidim/dev/assets/dummy-export.zip +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 04fdb5e9f43124d9bb8d2c503b87d6d2d141180cfa0a885d1a37b0aec1f9e9e4
4
- data.tar.gz: 02bac4e2008bd261c26f0babaadfba054d2e8ab4d0293b4bf057e7f700e1b8dc
3
+ metadata.gz: 69ad324ae156747f0cbc157ac60010f6b6dd6c3a56994e255ab72fb1291cd032
4
+ data.tar.gz: bbfdfba499b2bfdab7eedd74b3c8a400fd20fb9f33fac9ef143fd6df1a63f91e
5
5
  SHA512:
6
- metadata.gz: 7eea7dfc442380009ae41a6059d5b808274a4d3f85d7b036f8db13b55c1f65650e498aaeda8875bf3e41fd1ad0dfc3602fa1198ea541265256149e718983b0b4
7
- data.tar.gz: 53ef30b03e9bbf5b260cc82127cda85439effcb15cb08e363fa9349bced2f95869dc21b8c476d68831e177e2eeab84b050b87cdca65c9884763c09e04a2c15cf
6
+ metadata.gz: bf455886e359101a9c9018f884113832d44af8ab6e149b50ceddda55728ec9e286df4f96fc4f3fb4b9900817f7ce8f61f64f6b52f911ce2f3184d8ebc954d4c8
7
+ data.tar.gz: 93c4e4609cc9bfcaca06011d000d3f24d5f3da277a74f73597b199111dd590ff6283ae6c9a6a91e2c9d098fbd9bd934599195715411e21d363e0e205a5870b8e
@@ -20,7 +20,7 @@ module Decidim
20
20
  include Paddable
21
21
  include Amendable
22
22
  include Decidim::NewsletterParticipant
23
- include ::Decidim::Endorsable
23
+ include ::Decidim::Likeable
24
24
  include Decidim::HasAttachments
25
25
  include Decidim::ShareableWithToken
26
26
  include Decidim::TranslatableResource
@@ -44,10 +44,6 @@ module Decidim
44
44
 
45
45
  alias creator_author author
46
46
 
47
- def creator
48
- self
49
- end
50
-
51
47
  def authors
52
48
  [author]
53
49
  end
@@ -61,7 +57,7 @@ module Decidim
61
57
  end
62
58
 
63
59
  def reported_searchable_content_extras
64
- [normalized_author.name]
60
+ [author.name]
65
61
  end
66
62
 
67
63
  def allow_resource_permissions?
@@ -1 +1 @@
1
- @import "stylesheets/decidim/dev";
1
+ @use "stylesheets/decidim/dev";
@@ -1,5 +1,5 @@
1
1
  import axe from "axe-core"
2
- import icon from "src/decidim/icon"
2
+ import icon from "src/decidim/refactor/moved/icon"
3
3
 
4
4
  const positionIndicators = () => {
5
5
  $(".decidim-accessibility-indicator").each((_i, el) => {
@@ -39,7 +39,7 @@ const htmlEncode = (text) => {
39
39
  return $("<div />").text(text).html();
40
40
  };
41
41
 
42
- $(() => {
42
+ document.addEventListener("turbo:load", () => {
43
43
  const $badge = $(`
44
44
  <div lang="en" class="decidim-accessibility-badge" tabindex="0" aria-label="Toggle accessibility report">
45
45
  <div class="decidim-accessibility-title">WAI WCAG</div>
@@ -1,4 +1,4 @@
1
- @import "stylesheets/decidim/dev/accessibility";
2
- @import "stylesheets/decidim/dev/bullet";
3
- @import "stylesheets/decidim/dev/rack_profiler";
4
- @import "stylesheets/decidim/dev/map";
1
+ @use "stylesheets/decidim/dev/accessibility";
2
+ @use "stylesheets/decidim/dev/bullet";
3
+ @use "stylesheets/decidim/dev/rack_profiler";
4
+ @use "stylesheets/decidim/dev/map";
@@ -3,10 +3,10 @@
3
3
  module Decidim
4
4
  module Dev
5
5
  class DummyResourcePresenter < Decidim::ResourcePresenter
6
- def title(links: false, html_escape: false, all_locales: false)
6
+ def title(html_escape: false, all_locales: false)
7
7
  return unless __getobj__
8
8
 
9
- super(__getobj__.title, links, html_escape, all_locales)
9
+ super(__getobj__.title, html_escape, all_locales)
10
10
  end
11
11
  end
12
12
  end
data/config/assets.rb CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  base_path = File.expand_path("..", __dir__)
4
4
 
5
- Decidim::Webpacker.register_path("#{base_path}/app/packs")
6
- Decidim::Webpacker.register_entrypoints(
5
+ Decidim::Shakapacker.register_path("#{base_path}/app/packs")
6
+ Decidim::Shakapacker.register_entrypoints(
7
7
  decidim_dev: "#{base_path}/app/packs/entrypoints/decidim_dev.js",
8
8
  decidim_dev_test_custom_map: "#{base_path}/app/packs/entrypoints/decidim_dev_test_custom_map.js"
9
9
  )
@@ -35,8 +35,6 @@ ar:
35
35
  baz: الباز
36
36
  foo: فو
37
37
  step:
38
- endorsements_blocked: تم حظر التأييدات
39
- endorsements_enabled: تم تمكين التأييدات
40
38
  readonly_step_attribute: سمة خطوة للقراءة فقط
41
39
  test_options:
42
40
  bar: شريط
@@ -32,8 +32,6 @@ bg:
32
32
  baz: Baz
33
33
  foo: Нещо2
34
34
  step:
35
- endorsements_blocked: Одобряване забранено
36
- endorsements_enabled: Одобряване разрешено
37
35
  readonly_step_attribute: Само за четене стъпков атрибут
38
36
  test_options:
39
37
  bar: Нещо1
@@ -1,9 +1 @@
1
- ---
2
1
  bs:
3
- decidim:
4
- components:
5
- dummy:
6
- settings:
7
- step:
8
- endorsements_blocked: Podržavanja su onemogućena
9
- endorsements_enabled: Podržavanja su omogućena
@@ -37,8 +37,8 @@ ca-IT:
37
37
  baz: Baz
38
38
  foo: Foo
39
39
  step:
40
- endorsements_blocked: Adhesions bloquejades
41
- endorsements_enabled: Adhesions habilitades
40
+ likes_blocked: '"M''agrada" desactivats'
41
+ likes_enabled: '"M''agrada" activats'
42
42
  readonly_step_attribute: Atribut de només lectura
43
43
  test_options:
44
44
  bar: Barra
@@ -53,7 +53,7 @@ ca-IT:
53
53
  test:
54
54
  conditions:
55
55
  - Utilitza un entorn de prova per decidim.
56
- description: Les participants obtenen aquesta ensenya creant proves.
56
+ description: Les participants obtenen aquesta insígnia creant proves.
57
57
  description_another: Aquesta participant ha creat %{score} proves.
58
58
  description_own: Has creat %{score} proves.
59
59
  name: Proves
@@ -37,8 +37,8 @@ ca:
37
37
  baz: Baz
38
38
  foo: Foo
39
39
  step:
40
- endorsements_blocked: Adhesions bloquejades
41
- endorsements_enabled: Adhesions habilitades
40
+ likes_blocked: '"M''agrada" desactivats'
41
+ likes_enabled: '"M''agrada" activats'
42
42
  readonly_step_attribute: Atribut de només lectura
43
43
  test_options:
44
44
  bar: Barra
@@ -53,7 +53,7 @@ ca:
53
53
  test:
54
54
  conditions:
55
55
  - Utilitza un entorn de prova per decidim.
56
- description: Les participants obtenen aquesta ensenya creant proves.
56
+ description: Les participants obtenen aquesta insígnia creant proves.
57
57
  description_another: Aquesta participant ha creat %{score} proves.
58
58
  description_own: Has creat %{score} proves.
59
59
  name: Proves
@@ -37,8 +37,8 @@ cs:
37
37
  baz: Baz
38
38
  foo: Foo
39
39
  step:
40
- endorsements_blocked: Schvalování blokováno
41
- endorsements_enabled: Schvalování povoleno
40
+ likes_blocked: Líbí se mi zablokováno
41
+ likes_enabled: Líbí se mi povoleno
42
42
  readonly_step_attribute: Atribut krok čtení
43
43
  test_options:
44
44
  bar: Bar
@@ -37,8 +37,8 @@ de:
37
37
  baz: Baz
38
38
  foo: Foo
39
39
  step:
40
- endorsements_blocked: Befürwortungen blockiert
41
- endorsements_enabled: Befürwortungen aktiviert
40
+ likes_blocked: Unterstützungsfunktion gesperrt
41
+ likes_enabled: Unterstützungsfunktion aktiviert
42
42
  readonly_step_attribute: Schritt-Attribut schreibgeschützt
43
43
  test_options:
44
44
  bar: Bar
@@ -2,9 +2,6 @@
2
2
  el:
3
3
  activemodel:
4
4
  attributes:
5
- dummy:
6
- image: Εικόνα
7
- dummy_attribute: Εικονικό χαρακτηριστικό
8
5
  dummy_resource:
9
6
  created_at: Δημιουργήθηκε στις
10
7
  decidim_scope_id: Πεδίο εφαρμογής
@@ -18,25 +15,16 @@ el:
18
15
  dummy:
19
16
  settings:
20
17
  global:
21
- clear_all: Εκκαθάριση όλων
22
- guided: Καθοδηγούμενη εισαγωγή
23
- guided_help: Κείμενο βοήθειας
24
- guided_readonly: Απενεργοποιημένη εισαγωγή
25
- guided_rich: Καθοδηγούμενη πλούσια εισαγωγή
26
- guided_rich_help_html: HTML <strong>βοήθεια</strong> κείμενο
27
18
  readonly_attribute: Χαρακτηριστικό μόνο για ανάγνωση
28
19
  test: A δοκιμή
29
- test_add: Προσθήκη τεστ
30
20
  test_choices:
31
21
  a: A επιλογή
32
22
  b: B επιλογή
33
23
  c: C επιλογή
34
24
  test_options:
35
- bar: Μπάρα
25
+ bar: Bar
36
26
  foo: Foo
37
27
  step:
38
- endorsements_blocked: Επιδοκιμασίες αποκλεισμένες
39
- endorsements_enabled: Επιδοκιμασίες ενεργοποιημένες
40
28
  readonly_step_attribute: Χαρακτηριστικό βήματος μόνο για ανάγνωση
41
29
  test_options:
42
30
  bar: Bar
@@ -60,7 +48,7 @@ el:
60
48
  test_link:
61
49
  dummy_resource_dummy: Σχετικό εικονικό στοιχείο
62
50
  statistics:
63
- bar: Μπάρα
51
+ bar: Bar
64
52
  dummies_count_high: Εικονικά στοιχεία υψηλά
65
53
  dummies_count_medium: Εικονικά στοιχεία μεσαία
66
54
  foo: Foo
@@ -37,8 +37,8 @@ en:
37
37
  baz: Baz
38
38
  foo: Foo
39
39
  step:
40
- endorsements_blocked: Endorsements blocked
41
- endorsements_enabled: Endorsements enabled
40
+ likes_blocked: Likes blocked
41
+ likes_enabled: Likes enabled
42
42
  readonly_step_attribute: Readonly step attribute
43
43
  test_options:
44
44
  bar: Bar
@@ -37,8 +37,8 @@ es-MX:
37
37
  baz: Baz
38
38
  foo: Foo
39
39
  step:
40
- endorsements_blocked: Adhesiones bloqueadas
41
- endorsements_enabled: Adhesiones habilitadas
40
+ likes_blocked: '"Me gusta" desactivados'
41
+ likes_enabled: '"Me gusta" activados'
42
42
  readonly_step_attribute: Atributo de sólo lectura
43
43
  test_options:
44
44
  bar: Barra
@@ -37,8 +37,8 @@ es-PY:
37
37
  baz: Baz
38
38
  foo: Foo
39
39
  step:
40
- endorsements_blocked: Adhesiones bloqueadas
41
- endorsements_enabled: Adhesiones habilitadas
40
+ likes_blocked: '"Me gusta" desactivados'
41
+ likes_enabled: '"Me gusta" activados'
42
42
  readonly_step_attribute: Atributo de sólo lectura
43
43
  test_options:
44
44
  bar: Barra
@@ -37,8 +37,8 @@ es:
37
37
  baz: Baz
38
38
  foo: Foo
39
39
  step:
40
- endorsements_blocked: Adhesiones bloqueadas
41
- endorsements_enabled: Adhesiones habilitadas
40
+ likes_blocked: '"Me gusta" desactivados'
41
+ likes_enabled: '"Me gusta" activados'
42
42
  readonly_step_attribute: Atributo de sólo lectura
43
43
  test_options:
44
44
  bar: Barra
@@ -22,12 +22,12 @@ eu:
22
22
  guided: Input gidatua
23
23
  guided_help: Laguntza-testua
24
24
  guided_readonly: Input desgaitua
25
- guided_rich: Sarrera aberats gidatua
26
- guided_rich_help_html: HTML<strong>laguntza </strong> testua
27
- guided_rich_readonly_html: HTML <strong>laguntza</strong> desaktibatutako testua sartzeko
25
+ guided_rich: Input gidatu aberastua
26
+ guided_rich_help_html: HTML<strong>ayuda</strong> testua
27
+ guided_rich_readonly_html: HTML<strong>laguntza</strong>testua input desgaiturako
28
28
  readonly_attribute: Soilik irakurtzeko atributua
29
29
  test: Proba bat
30
- test_add: Testa erantsi
30
+ test_add: Erantsi testa
31
31
  test_choices:
32
32
  a: A aukera
33
33
  b: B aukera
@@ -37,8 +37,8 @@ eu:
37
37
  baz: Baz
38
38
  foo: foo
39
39
  step:
40
- endorsements_blocked: Atxikimenduak blokeatuta
41
- endorsements_enabled: Atxikimenduak gaituta
40
+ likes_blocked: Likeak blokeatuta
41
+ likes_enabled: Likeak gaituta
42
42
  readonly_step_attribute: Soilik irakurtzeko atributua
43
43
  test_options:
44
44
  bar: Bar
@@ -47,12 +47,12 @@ eu:
47
47
  dummy:
48
48
  admin:
49
49
  exports:
50
- dummies: Alegiazko parte-hartzaileak
50
+ dummies: Probak
51
51
  gamification:
52
52
  badges:
53
53
  test:
54
54
  conditions:
55
- - Erabili probako ingurune bat Decidim-erako.
55
+ - Erabili probako ingurunea erabakitzeko.
56
56
  description: Parte-hartzaileek garaikur hau lortzen dute probak sortzeagatik.
57
57
  description_another: Parte-hartzaile honek %{score} proba egin ditu.
58
58
  description_own: '%{score} proba sortu dituzu.'
@@ -65,6 +65,6 @@ eu:
65
65
  dummy_resource_dummy: ' Honekin lotutako proba'
66
66
  statistics:
67
67
  bar: Bar
68
- dummies_count_high: Alegiazko parte-hartzaileen gehieneko kopurua
69
- dummies_count_medium: Alegiazko parte-hartzaileen batez bestekoa
68
+ dummies_count_high: Dummies altua
69
+ dummies_count_medium: Dummies ertainak
70
70
  foo: Foo
@@ -37,8 +37,8 @@ fi-pl:
37
37
  baz: Baz
38
38
  foo: Foo
39
39
  step:
40
- endorsements_blocked: Suositukset estetty
41
- endorsements_enabled: Suositukset käytössä
40
+ likes_blocked: Tykkäykset estetty
41
+ likes_enabled: Tykkäykset käytössä
42
42
  readonly_step_attribute: Vain luku -attribuutti vaiheelle
43
43
  test_options:
44
44
  bar: Palkki
@@ -37,8 +37,8 @@ fi:
37
37
  baz: Baz
38
38
  foo: Foo
39
39
  step:
40
- endorsements_blocked: Suositukset estetty
41
- endorsements_enabled: Suositukset käytössä
40
+ likes_blocked: Tykkäykset estetty
41
+ likes_enabled: Tykkäykset käytössä
42
42
  readonly_step_attribute: Vain luku -attribuutti vaiheelle
43
43
  test_options:
44
44
  bar: Palkki
@@ -35,8 +35,6 @@ fr-CA:
35
35
  baz: Baz
36
36
  foo: Foo
37
37
  step:
38
- endorsements_blocked: Bloquer les soutiens
39
- endorsements_enabled: Soutiens activés
40
38
  readonly_step_attribute: Attribut étape en lecture seule
41
39
  test_options:
42
40
  bar: Seuil
@@ -35,8 +35,6 @@ fr:
35
35
  baz: Baz
36
36
  foo: Foo
37
37
  step:
38
- endorsements_blocked: Bloquer les soutiens
39
- endorsements_enabled: Soutiens activés
40
38
  readonly_step_attribute: Attribut étape en lecture seule
41
39
  test_options:
42
40
  bar: Seuil
@@ -26,8 +26,6 @@ gl:
26
26
  baz: Baz
27
27
  foo: Foo
28
28
  step:
29
- endorsements_blocked: Adhesións bloqueadas
30
- endorsements_enabled: Adhesións habilitadas
31
29
  readonly_step_attribute: Atributo de paso de só lectura
32
30
  test_options:
33
31
  bar: Bar
@@ -20,8 +20,6 @@ hu:
20
20
  bar: Oszlop
21
21
  foo: foo
22
22
  step:
23
- endorsements_blocked: Támogatások letiltva
24
- endorsements_enabled: Támogatások engedélyezve
25
23
  test_options:
26
24
  bar: Oszlop
27
25
  foo: foo
@@ -26,8 +26,6 @@ it:
26
26
  baz: Baz
27
27
  foo: foo
28
28
  step:
29
- endorsements_blocked: Appoggi bloccati
30
- endorsements_enabled: Appoggi abilitati
31
29
  readonly_step_attribute: Attributo di sola lettura
32
30
  test_options:
33
31
  bar: Bar
@@ -37,8 +37,8 @@ ja:
37
37
  baz: Baz
38
38
  foo: Foo
39
39
  step:
40
- endorsements_blocked: オススメをブロック
41
- endorsements_enabled: オススメを有効にする
40
+ likes_blocked: '「いいね」がブロックされました'
41
+ likes_enabled: いいねを有効にする
42
42
  readonly_step_attribute: 読み取り専用ステップ属性
43
43
  test_options:
44
44
  bar: バー
@@ -32,8 +32,6 @@ lt:
32
32
  baz: Baz
33
33
  foo: Foo
34
34
  step:
35
- endorsements_blocked: Pritarimai užblokuoti
36
- endorsements_enabled: Pritarimai aktyvuoti
37
35
  readonly_step_attribute: Tik skaitomas veiksmo atributas
38
36
  test_options:
39
37
  bar: Juosta
@@ -22,8 +22,6 @@ lv:
22
22
  b: B izvēle
23
23
  c: C izvēle
24
24
  step:
25
- endorsements_blocked: Atbalsti ir bloķēti
26
- endorsements_enabled: Atbalsti ir iespējoti
27
25
  readonly_step_attribute: Tikai lasāms soļa atribūts
28
26
  dummy:
29
27
  admin:
@@ -26,8 +26,6 @@ nl:
26
26
  baz: Baz
27
27
  foo: Foo
28
28
  step:
29
- endorsements_blocked: Aanbevelingen geblokkeerd
30
- endorsements_enabled: Aanbevelingen ingeschakeld
31
29
  readonly_step_attribute: Kenmerk van alleen-lezenstap
32
30
  test_options:
33
31
  bar: Bar
@@ -26,8 +26,6 @@
26
26
  baz: Baz
27
27
  foo: Foo
28
28
  step:
29
- endorsements_blocked: Påtegnelser blokkert
30
- endorsements_enabled: Påtegnelser aktivert
31
29
  readonly_step_attribute: Skrivebeskyttet trinn-attributt
32
30
  test_options:
33
31
  bar: Felt
@@ -32,8 +32,6 @@ pl:
32
32
  baz: Baz
33
33
  foo: Foo
34
34
  step:
35
- endorsements_blocked: Możliwość rekomendacji zablokowana
36
- endorsements_enabled: Rekomendacje włączone
37
35
  readonly_step_attribute: Atrybut kroku tylko do odczytu
38
36
  test_options:
39
37
  bar: Bar
@@ -32,8 +32,6 @@ pt-BR:
32
32
  baz: Baz
33
33
  foo: Foo
34
34
  step:
35
- endorsements_blocked: Endossos bloqueados
36
- endorsements_enabled: Endossos habilitados
37
35
  readonly_step_attribute: Atributo passo somente leitura
38
36
  test_options:
39
37
  bar: Bar
@@ -26,8 +26,6 @@ pt:
26
26
  baz: Bar
27
27
  foo: Foo
28
28
  step:
29
- endorsements_blocked: Endossamentos bloqueados
30
- endorsements_enabled: Endossamentos ativados
31
29
  readonly_step_attribute: Atributo de passo só de leitura
32
30
  test_options:
33
31
  bar: Barra
@@ -2,9 +2,6 @@
2
2
  ro:
3
3
  activemodel:
4
4
  attributes:
5
- dummy:
6
- image: Imagine
7
- dummy_attribute: Atribut fictiv
8
5
  dummy_resource:
9
6
  created_at: Creat la
10
7
  decidim_scope_id: Domeniu de interes
@@ -18,30 +15,26 @@ ro:
18
15
  dummy:
19
16
  settings:
20
17
  global:
21
- clear_all: Eliminați tot
22
18
  guided: Introducere ghidată
23
19
  guided_help: Text de ajutor
24
- guided_readonly: Câmp dezactivat
20
+ guided_readonly: Intrare dezactivată
25
21
  guided_rich: Introducere ghidată a conținutului bogat
26
22
  guided_rich_help_html: <strong>Ajutor</strong> text pentru HTML
27
23
  guided_rich_readonly_html: <strong>Ajutor</strong> HTML text pentru intrare dezactivată
28
- readonly_attribute: Atribut read only
24
+ readonly_attribute: Atribut Readonly
29
25
  test: Un test
30
- test_add: Adaugați test
31
26
  test_choices:
32
- a: Opțiunea A
33
- b: Opțiunea B
34
- c: Opțiunea C
27
+ a: O alegere
28
+ b: Alegere B
29
+ c: Alegere C
35
30
  test_options:
36
31
  bar: Bară
37
32
  baz: Baz
38
33
  foo: Foo
39
34
  step:
40
- endorsements_blocked: Susțineri blocate
41
- endorsements_enabled: Susțineri activate
42
35
  readonly_step_attribute: Atribut pas Readonly
43
36
  test_options:
44
- bar: Bar
37
+ bar: Bară
45
38
  baz: Baz
46
39
  foo: Foo
47
40
  dummy:
@@ -58,13 +51,13 @@ ro:
58
51
  description_own: Ați creat %{score} teste.
59
52
  name: Teste
60
53
  next_level_in: Crează încă %{score} teste pentru a atinge următorul nivel!
61
- unearned_another: Acest participant nu a creat niciun test încă.
62
- unearned_own: Nu ați creat niciun test încă.
54
+ unearned_another: Acest participant nu a creat încă niciun test.
55
+ unearned_own: Nu ați creat încă niciun test.
63
56
  resource_links:
64
57
  test_link:
65
58
  dummy_resource_dummy: Test asociat
66
59
  statistics:
67
- bar: Bar
60
+ bar: Bară
68
61
  dummies_count_high: Test mare
69
62
  dummies_count_medium: Test mediu
70
63
  foo: Foo
@@ -18,8 +18,6 @@ sk:
18
18
  bar: Stĺpec
19
19
  foo: Test
20
20
  step:
21
- endorsements_blocked: Zablokovanie podpory
22
- endorsements_enabled: Povolenie podpory
23
21
  test_options:
24
22
  bar: Stĺpec
25
23
  foo: Test
@@ -1,9 +1 @@
1
- ---
2
1
  sr:
3
- decidim:
4
- components:
5
- dummy:
6
- settings:
7
- step:
8
- endorsements_blocked: Podržavanja su onemogućena
9
- endorsements_enabled: Podržavanja su omogućena
@@ -37,8 +37,8 @@ sv:
37
37
  baz: Baz
38
38
  foo: Foo
39
39
  step:
40
- endorsements_blocked: Blockera gilla-markeringar
41
- endorsements_enabled: Aktivera gilla-markeringar
40
+ likes_blocked: Gilla är blockerat
41
+ likes_enabled: Gilla är aktiverat
42
42
  readonly_step_attribute: Attribut för skrivskyddat steg
43
43
  test_options:
44
44
  bar: Bar
@@ -25,8 +25,6 @@ tr:
25
25
  bar: Çubuk
26
26
  foo: Sahte değişken
27
27
  step:
28
- endorsements_blocked: Onaylar engellendi
29
- endorsements_enabled: Onaylar etkinleştirildi
30
28
  readonly_step_attribute: Salt okunur özniteliği
31
29
  test_options:
32
30
  bar: Çubuk
@@ -25,8 +25,6 @@ zh-CN:
25
25
  bar: 条形图
26
26
  foo: Foo
27
27
  step:
28
- endorsements_blocked: 已阻止授权
29
- endorsements_enabled: 授权已启用
30
28
  readonly_step_attribute: 只读步骤属性
31
29
  test_options:
32
30
  bar: 条形图
@@ -32,8 +32,6 @@ zh-TW:
32
32
  baz: Baz
33
33
  foo: Foo
34
34
  step:
35
- endorsements_blocked: 封鎖支持
36
- endorsements_enabled: 啟用支持
37
35
  readonly_step_attribute: 唯讀步驟屬性
38
36
  test_options:
39
37
  bar: Bar
@@ -0,0 +1 @@
1
+ plugins: rubocop-capybara
@@ -0,0 +1,7 @@
1
+ # Disabled capybara configurations
2
+
3
+ Capybara/NegationMatcherAfterVisit:
4
+ Enabled: false
5
+
6
+ Capybara/FindAllFirst:
7
+ Enabled: false