decidim-comments 0.16.1 → 0.17.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,7 +20,7 @@ fi:
20
20
  new_comment_at_html: "<span>Uusi kommentti osoitteessa %{link}</span>"
21
21
  votes:
22
22
  create:
23
- error: Äänestettäessä kommenttia tapahtui virhe.
23
+ error: Kommentin äänestys epäonnistui.
24
24
  components:
25
25
  add_comment_form:
26
26
  account_message: <a href="%{sign_in_url}">Kirjaudu sisään</a> tai <a href="%{sign_up_url}">rekisteröidy palveluun</a> kommentoidaksesi.
@@ -16,6 +16,9 @@ id:
16
16
  comments: Komentar
17
17
  last_activity:
18
18
  new_comment_at_html: "<span>Komentar baru di %{link}</span>"
19
+ votes:
20
+ create:
21
+ error: Terjadi masalah saat memilih komentar.
19
22
  components:
20
23
  add_comment_form:
21
24
  account_message: <a href="%{sign_in_url}">Masuk dengan akun Anda</a> atau <a href="%{sign_up_url}">mendaftar</a> untuk menambahkan komentar Anda.
@@ -36,6 +39,7 @@ id:
36
39
  alignment:
37
40
  against: Melawan
38
41
  in_favor: Mendukung
42
+ deleted_user: Peserta yang dihapus
39
43
  reply: Balasan
40
44
  report:
41
45
  action: Melaporkan
@@ -85,6 +89,7 @@ id:
85
89
  notification_title: Anda telah disebutkan dalam <a href="%{resource_path}">%{resource_title}</a> oleh <a href="%{author_path}">%{author_name} %{author_nickname}</a>
86
90
  metrics:
87
91
  comments:
92
+ description: Jumlah komentar yang dihasilkan oleh peserta
88
93
  object: komentar
89
94
  title: Komentar
90
95
  errors:
@@ -20,7 +20,7 @@ tr:
20
20
  new_comment_at_html: "<span> %{link}</span>yeni yorum"
21
21
  votes:
22
22
  create:
23
- error: Gönderi kaydedilirken hatalar oluştu.
23
+ error: Yorum oylanırken bir sorun oluştu.
24
24
  components:
25
25
  add_comment_form:
26
26
  account_message: <a href="%{sign_in_url}">Yorumunuzu eklemek için</a> veya <a href="%{sign_up_url}">hesabınızla giriş yapın</a>.
@@ -41,7 +41,7 @@ tr:
41
41
  alignment:
42
42
  against: Karşısında
43
43
  in_favor: Lehine
44
- deleted_user: Silinmiş kullanıcı
44
+ deleted_user: Silinmiş katılımcı
45
45
  reply: cevap
46
46
  report:
47
47
  action: Rapor
@@ -91,7 +91,7 @@ tr:
91
91
  notification_title: <a href="%{resource_path}">%{resource_title}</a> tarafından <a href="%{author_path}">%{author_name} %{author_nickname}</a>
92
92
  metrics:
93
93
  comments:
94
- description: Kullanıcılar tarafından oluşturulan Yorum Sayısı
94
+ description: Katılımcılar tarafından oluşturulan yorum sayısı
95
95
  object: yorumlar
96
96
  title: Yorumlar
97
97
  errors:
@@ -65,7 +65,7 @@ module Decidim
65
65
 
66
66
  field :hasComments, !types.Boolean, "Check if the commentable has comments" do
67
67
  resolve lambda { |obj, _args, _ctx|
68
- obj.accepts_new_comments? && obj.comment_threads.size.positive?
68
+ obj.comment_threads.size.positive?
69
69
  }
70
70
  end
71
71
 
@@ -4,7 +4,7 @@ module Decidim
4
4
  # This holds the decidim-comments version.
5
5
  module Comments
6
6
  def self.version
7
- "0.16.1"
7
+ "0.17.0"
8
8
  end
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: decidim-comments
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.1
4
+ version: 0.17.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josep Jaume Rey Peroy
@@ -18,14 +18,14 @@ dependencies:
18
18
  requirements:
19
19
  - - '='
20
20
  - !ruby/object:Gem::Version
21
- version: 0.16.1
21
+ version: 0.17.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  requirements:
26
26
  - - '='
27
27
  - !ruby/object:Gem::Version
28
- version: 0.16.1
28
+ version: 0.17.0
29
29
  - !ruby/object:Gem::Dependency
30
30
  name: jquery-rails
31
31
  requirement: !ruby/object:Gem::Requirement
@@ -46,28 +46,28 @@ dependencies:
46
46
  requirements:
47
47
  - - '='
48
48
  - !ruby/object:Gem::Version
49
- version: 0.16.1
49
+ version: 0.17.0
50
50
  type: :development
51
51
  prerelease: false
52
52
  version_requirements: !ruby/object:Gem::Requirement
53
53
  requirements:
54
54
  - - '='
55
55
  - !ruby/object:Gem::Version
56
- version: 0.16.1
56
+ version: 0.17.0
57
57
  - !ruby/object:Gem::Dependency
58
58
  name: decidim-dev
59
59
  requirement: !ruby/object:Gem::Requirement
60
60
  requirements:
61
61
  - - '='
62
62
  - !ruby/object:Gem::Version
63
- version: 0.16.1
63
+ version: 0.17.0
64
64
  type: :development
65
65
  prerelease: false
66
66
  version_requirements: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - '='
69
69
  - !ruby/object:Gem::Version
70
- version: 0.16.1
70
+ version: 0.17.0
71
71
  description: Pluggable comments system for some components.
72
72
  email:
73
73
  - josepjaume@gmail.com
@@ -150,6 +150,7 @@ files:
150
150
  - config/locales/ar-SA.yml
151
151
  - config/locales/ca.yml
152
152
  - config/locales/cs-CZ.yml
153
+ - config/locales/cs.yml
153
154
  - config/locales/de.yml
154
155
  - config/locales/en.yml
155
156
  - config/locales/es-MX.yml
@@ -157,6 +158,7 @@ files:
157
158
  - config/locales/es.yml
158
159
  - config/locales/eu.yml
159
160
  - config/locales/fi-pl.yml
161
+ - config/locales/fi-plain.yml
160
162
  - config/locales/fi.yml
161
163
  - config/locales/fr.yml
162
164
  - config/locales/gl.yml
@@ -213,7 +215,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
213
215
  requirements:
214
216
  - - ">="
215
217
  - !ruby/object:Gem::Version
216
- version: '2.3'
218
+ version: '2.5'
217
219
  required_rubygems_version: !ruby/object:Gem::Requirement
218
220
  requirements:
219
221
  - - ">="