decidim-system 0.15.1 → 0.15.2
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of decidim-system might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/config/locales/en.yml +0 -1
- data/config/locales/fi-pl.yml +71 -0
- data/config/locales/id-ID.yml +1 -0
- data/config/locales/tr-TR.yml +1 -0
- data/lib/decidim/system/version.rb +1 -1
- metadata +10 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9aefe648ca1aadc72b58ca371ca35ca84f0cfe7d8a94df357d1f2e02f454e205
|
4
|
+
data.tar.gz: 2277de0cf16b81ad6506659b921246a2531063443100f5637cd810a327282596
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cae4ec4840fcb0810a95e5e8804f0f12fcb922e54037a8ba5fbb71d17e115274ae41ffbf8385a3cc98ecda5afb80f41ce7aa1c801b39fb8b0bd1a33ca9cc5b06
|
7
|
+
data.tar.gz: 1f3816db13930592a7b95d97e75a0098e788cedc8c59a899f1cc37bf1c230e775f773235bc13be8727b5c899cc64c1c61252fd1bd170fe089120935308f593ce
|
data/config/locales/en.yml
CHANGED
@@ -0,0 +1,71 @@
|
|
1
|
+
fi-pl:
|
2
|
+
decidim:
|
3
|
+
system:
|
4
|
+
actions:
|
5
|
+
confirm_destroy: Haluatko varmasti poistaa tämän?
|
6
|
+
destroy: Poista
|
7
|
+
edit: Muokkaa
|
8
|
+
new: Uusi
|
9
|
+
save: Tallenna
|
10
|
+
title: Toiminnot
|
11
|
+
admins:
|
12
|
+
create:
|
13
|
+
error: Uuden hallinnoijan luonnissa tapahtui virhe.
|
14
|
+
success: Hallinnoija luotu onnistuneesti
|
15
|
+
destroy:
|
16
|
+
success: Hallinnoija poistettu onnistuneesti
|
17
|
+
edit:
|
18
|
+
title: Muokkaa hallinnoijaa
|
19
|
+
update: Päivitä
|
20
|
+
index:
|
21
|
+
title: Hallinnoijat
|
22
|
+
new:
|
23
|
+
create: Luo
|
24
|
+
title: Uusi hallinnoija
|
25
|
+
update:
|
26
|
+
error: Hallinnoijan päivityksessä tapahtui virhe.
|
27
|
+
success: Hallinnoija päivitetty onnistuneesti
|
28
|
+
default_pages:
|
29
|
+
placeholders:
|
30
|
+
content: Lisää merkityksellistä sisältöä staattiselle sivulle %{page} hallintapaneelista.
|
31
|
+
title: Oletusotsikko sivulle %{page}
|
32
|
+
menu:
|
33
|
+
admins: Hallinnoijat
|
34
|
+
dashboard: Hallintapaneeli
|
35
|
+
organizations: Organisaatiot
|
36
|
+
models:
|
37
|
+
admin:
|
38
|
+
fields:
|
39
|
+
created_at: Luotu
|
40
|
+
email: Sähköposti
|
41
|
+
name: Hallinnoija
|
42
|
+
validations:
|
43
|
+
email_uniqueness: toinen hallinnointikäyttäjä on jo olemassa samalla sähköpostilla
|
44
|
+
organization:
|
45
|
+
actions:
|
46
|
+
save_and_invite: Luo organisaatioita ja kutsu hallinnointikäyttäjiä
|
47
|
+
fields:
|
48
|
+
created_at: Luotu
|
49
|
+
name: Nimi
|
50
|
+
name: Organisaatio
|
51
|
+
organizations:
|
52
|
+
create:
|
53
|
+
error: Uuden organisaation luonnissa tapahtui virhe.
|
54
|
+
success: Organisaatio luotu onnistuneesti.
|
55
|
+
edit:
|
56
|
+
secondary_hosts_hint: Syötä jokainen niistä omalle rivilleen
|
57
|
+
index:
|
58
|
+
title: Organisaatiot
|
59
|
+
new:
|
60
|
+
reference_prefix_hint: Viitekoodin avulla tunnistetaan yksilöllisesti resursseja kaikissa organisaatioissa
|
61
|
+
secondary_hosts_hint: Syötä jokainen niistä omalle rivilleen
|
62
|
+
title: Uusi organisaatio
|
63
|
+
update:
|
64
|
+
error: Organisaation päivityksessä tapahtui virhe.
|
65
|
+
success: Organisaatio päivitetty onnistuneesti.
|
66
|
+
shared:
|
67
|
+
notices:
|
68
|
+
no_organization_warning_html: Sinun on luotava organisaatio päästäksesi alkuun. Muista lukea %{guide} ennen jatkamista.
|
69
|
+
our_getting_started_guide: aloitusoppaamme
|
70
|
+
titles:
|
71
|
+
dashboard: Hallintapaneeli
|
@@ -0,0 +1 @@
|
|
1
|
+
id:
|
@@ -0,0 +1 @@
|
|
1
|
+
tr:
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: decidim-system
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.15.
|
4
|
+
version: 0.15.2
|
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:
|
13
|
+
date: 2019-01-08 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.15.
|
35
|
+
version: 0.15.2
|
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.15.
|
42
|
+
version: 0.15.2
|
43
43
|
- !ruby/object:Gem::Dependency
|
44
44
|
name: devise
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
@@ -136,14 +136,14 @@ dependencies:
|
|
136
136
|
requirements:
|
137
137
|
- - '='
|
138
138
|
- !ruby/object:Gem::Version
|
139
|
-
version: 0.15.
|
139
|
+
version: 0.15.2
|
140
140
|
type: :development
|
141
141
|
prerelease: false
|
142
142
|
version_requirements: !ruby/object:Gem::Requirement
|
143
143
|
requirements:
|
144
144
|
- - '='
|
145
145
|
- !ruby/object:Gem::Version
|
146
|
-
version: 0.15.
|
146
|
+
version: 0.15.2
|
147
147
|
description: System administration to create new organization in an installation.
|
148
148
|
email:
|
149
149
|
- josepjaume@gmail.com
|
@@ -214,10 +214,12 @@ files:
|
|
214
214
|
- config/locales/es-PY.yml
|
215
215
|
- config/locales/es.yml
|
216
216
|
- config/locales/eu.yml
|
217
|
+
- config/locales/fi-pl.yml
|
217
218
|
- config/locales/fi.yml
|
218
219
|
- config/locales/fr.yml
|
219
220
|
- config/locales/gl.yml
|
220
221
|
- config/locales/hu.yml
|
222
|
+
- config/locales/id-ID.yml
|
221
223
|
- config/locales/it.yml
|
222
224
|
- config/locales/nl.yml
|
223
225
|
- config/locales/pl.yml
|
@@ -225,6 +227,7 @@ files:
|
|
225
227
|
- config/locales/pt.yml
|
226
228
|
- config/locales/ru.yml
|
227
229
|
- config/locales/sv.yml
|
230
|
+
- config/locales/tr-TR.yml
|
228
231
|
- config/locales/uk.yml
|
229
232
|
- config/routes.rb
|
230
233
|
- db/migrate/20160919105637_devise_create_decidim_admins.rb
|
@@ -252,7 +255,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
252
255
|
version: '0'
|
253
256
|
requirements: []
|
254
257
|
rubyforge_project:
|
255
|
-
rubygems_version: 2.7.
|
258
|
+
rubygems_version: 2.7.7
|
256
259
|
signing_key:
|
257
260
|
specification_version: 4
|
258
261
|
summary: Decidim system administration
|