decidim-admin 0.23.2 → 0.23.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9867ac539818efeaf4c6e84d5461c7341375849926b647e43e408e4f07e4077d
4
- data.tar.gz: d2b95b23e716682bc941cccbbec508414545e16da6a49a6b30d18cc7eeec0ba4
3
+ metadata.gz: 3e00efd8aab3b4b39e85c5d9f2c9337aa59053bd999caf342dd58b14c8e57ed1
4
+ data.tar.gz: a7d3f36c78a96537b5960081d277f06cbf940d7beeb59c04cf50c1186ec5e7b6
5
5
  SHA512:
6
- metadata.gz: 6a4b7da9261cce420fd5c5fcccb36c5478e74570b28cf385cd0141fa9f2f41a437bd8b6279e97c9b996d1a4806e56c94f5cfcb57e2ba6b5394cbe5c033875378
7
- data.tar.gz: 43e30da3fd1b13f4adf6eefaf482490d5d141c06ecb0d19b90ca2d77fe2a6f14374f4d02cdc8593e06a3d0af891abcf74e25fad1b0722f8e08b2eea79af458a1
6
+ metadata.gz: 5221a891e7b671164e3dbf0820f357ec378f7379b5e4222bfd90dc64168feb2f966790ce04eeecf2a2d8becfd8bc8c1faf287856f636ca363d100ece0e771b22
7
+ data.tar.gz: 1a6c2390e1d1cfed4990ddcb6a648f18a3f0b5c23fbec6bf4a64a67f788435af0c33716862a6f5c97bd15b74351592fdf9ad1800f9921a287ccada6a9788a135
@@ -55,6 +55,9 @@ el:
55
55
  highlighted_content_banner_title: Τίτλος
56
56
  instagram_handler: Πρόγραμμα χειρισμού Instagram
57
57
  logo: Λογότυπο
58
+ machine_translation_display_priority: Προτεραιότητα εμφάνισης μηχανικής μετάφρασης
59
+ machine_translation_display_priority_original: Αρχικό κείμενο πρώτα
60
+ machine_translation_display_priority_translation: Μεταφρασμένο κείμενο πρώτα
58
61
  name: Όνομα
59
62
  official_img_footer: Επίσημο υποσέλιδο λογότυπου
60
63
  official_img_header: Επίσημη κεφαλίδα λογότυπου
@@ -88,6 +91,8 @@ el:
88
91
  name: Όνομα
89
92
  organization: Οργανισμός
90
93
  plural: Πληθυντικός
94
+ settings:
95
+ scope_id: Πεδίο εφαρμογής
91
96
  static_page:
92
97
  changed_notably: Υπήρξαν σημαντικές αλλαγές.
93
98
  content: Περιεχόμενο
@@ -136,6 +141,7 @@ el:
136
141
  per_page: Ανά σελίδα
137
142
  permissions: Δικαιώματα
138
143
  reject: Απόρριψη
144
+ share: Κοινοποίηση
139
145
  verify: Επαλήθευση
140
146
  admin_terms_of_use:
141
147
  accept:
@@ -263,6 +269,7 @@ el:
263
269
  headers:
264
270
  actions: Ενέργειες
265
271
  name: Όνομα στοιχείου
272
+ scope: Πεδίο εφαρμογής στοιχείου
266
273
  type: Τύπος στοιχείου
267
274
  new:
268
275
  add: Προσθήκη στοιχείου
@@ -13,6 +13,7 @@ is-IS:
13
13
  attachment_collection_id: Mappa
14
14
  description: Lýsing
15
15
  file: Skrá
16
+ title: Nafn viðhengis eða myndar
16
17
  attachment_collection:
17
18
  description: Lýsing
18
19
  name: Nafn
@@ -30,6 +31,7 @@ is-IS:
30
31
  subject: Efni
31
32
  organization:
32
33
  alert_color: Viðvörun
34
+ badges_enabled: Virkja merki
33
35
  cta_button_path: Hringja til aðgerða hnappaslóð
34
36
  cta_button_text: Hringja í aðgerð hnappinn texta
35
37
  default_locale: Sjálfgefið tungumál
@@ -60,7 +62,10 @@ is-IS:
60
62
  reference_prefix: Tilvísunarnúmer
61
63
  secondary_color: Til vara
62
64
  show_statistics: Sýna tölfræði
65
+ success_color: Tókst
66
+ time_zone: Tímabelti
63
67
  twitter_handler: Twitter handler
68
+ user_groups_enabled: Virkja hópa
64
69
  warning_color: Aðvörun
65
70
  youtube_handler: YouTube umsjónarmaður
66
71
  scope:
@@ -74,6 +79,8 @@ is-IS:
74
79
  name: Nafn
75
80
  organization: Skipulag
76
81
  plural: Fleirtala
82
+ settings:
83
+ scope_id: Svæði
77
84
  static_page:
78
85
  content: Innihald
79
86
  organization: Skipulag
@@ -88,6 +95,14 @@ is-IS:
88
95
  weight: Þyngd
89
96
  user_group_csv_verification:
90
97
  file: Skrá
98
+ errors:
99
+ models:
100
+ organization:
101
+ attributes:
102
+ official_img_footer:
103
+ allowed_file_content_types: Vitlaus myndskrá
104
+ official_img_header:
105
+ allowed_file_content_types: Vitlaus myndskrá
91
106
  activerecord:
92
107
  attributes:
93
108
  decidim/static_page:
@@ -110,8 +125,10 @@ is-IS:
110
125
  export: Útflutningur
111
126
  manage: Stjórna
112
127
  new: Nýtt %{name}
128
+ per_page: Á hveri síðu
113
129
  permissions: Heimildir
114
130
  reject: Hafna
131
+ share: Deila
115
132
  verify: Staðfestu
116
133
  area_types:
117
134
  create:
@@ -24,7 +24,7 @@ ja:
24
24
  component:
25
25
  name: 名前
26
26
  published_at: 公開日時
27
- weight: 重量
27
+ weight: 重みづけ
28
28
  id: ID
29
29
  newsletter:
30
30
  body: 本文
@@ -812,7 +812,7 @@ ja:
812
812
  not_hidden: 非表示にしない
813
813
  title: アクション
814
814
  unhide: Unhide
815
- unreport: 未報告
815
+ unreport: 報告解除
816
816
  admin:
817
817
  reportable:
818
818
  hide:
@@ -822,7 +822,7 @@ ja:
822
822
  invalid: リソースの非表示解除中に問題が発生しました。
823
823
  success: リソースの非表示を解除しました。
824
824
  unreport:
825
- invalid: リソースの未報告中に問題が発生しました。
825
+ invalid: リソースの報告解除中に問題が発生しました。
826
826
  success: リソースの報告を解除しました。
827
827
  models:
828
828
  moderation:
@@ -44,8 +44,8 @@ nl:
44
44
  from: Afzender van de e-mail
45
45
  github_handler: GitHub gebruikersnaam
46
46
  header_snippets: Elementen om toe te voegen tussen HTML-tags
47
- highlight_alternative_color: Hoogte, alternatief
48
- highlight_color: Markeren
47
+ highlight_alternative_color: In de kijker, alternatief
48
+ highlight_color: In de kijker zetten
49
49
  highlighted_content_banner_action_subtitle: Ondertitel actieknop
50
50
  highlighted_content_banner_action_title: Titel actieknop
51
51
  highlighted_content_banner_action_url: URL actieknop
@@ -714,7 +714,7 @@ nl:
714
714
  dashboard: Dashboard
715
715
  impersonatable_users: Beheersbare deelnemers
716
716
  impersonations: Beheer van deelnemers
717
- metrics: Statistieken
717
+ metrics: Cijfers
718
718
  participants: Deelnemers
719
719
  scope_types: Scope types
720
720
  scopes: Scopes
@@ -4,7 +4,7 @@ module Decidim
4
4
  # This holds the decidim-admin version.
5
5
  module Admin
6
6
  def self.version
7
- "0.23.2"
7
+ "0.23.3"
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-admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.2
4
+ version: 0.23.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: 2021-02-09 00:00:00.000000000 Z
13
+ date: 2021-02-23 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: active_link_to
@@ -32,14 +32,14 @@ dependencies:
32
32
  requirements:
33
33
  - - '='
34
34
  - !ruby/object:Gem::Version
35
- version: 0.23.2
35
+ version: 0.23.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.23.2
42
+ version: 0.23.3
43
43
  - !ruby/object:Gem::Dependency
44
44
  name: devise
45
45
  requirement: !ruby/object:Gem::Requirement
@@ -130,28 +130,28 @@ dependencies:
130
130
  requirements:
131
131
  - - '='
132
132
  - !ruby/object:Gem::Version
133
- version: 0.23.2
133
+ version: 0.23.3
134
134
  type: :development
135
135
  prerelease: false
136
136
  version_requirements: !ruby/object:Gem::Requirement
137
137
  requirements:
138
138
  - - '='
139
139
  - !ruby/object:Gem::Version
140
- version: 0.23.2
140
+ version: 0.23.3
141
141
  - !ruby/object:Gem::Dependency
142
142
  name: decidim-participatory_processes
143
143
  requirement: !ruby/object:Gem::Requirement
144
144
  requirements:
145
145
  - - '='
146
146
  - !ruby/object:Gem::Version
147
- version: 0.23.2
147
+ version: 0.23.3
148
148
  type: :development
149
149
  prerelease: false
150
150
  version_requirements: !ruby/object:Gem::Requirement
151
151
  requirements:
152
152
  - - '='
153
153
  - !ruby/object:Gem::Version
154
- version: 0.23.2
154
+ version: 0.23.3
155
155
  description: Organization administration to manage a single organization.
156
156
  email:
157
157
  - josepjaume@gmail.com