decidim-system 0.14.1 → 0.14.2
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 +4 -4
- data/config/locales/de.yml +71 -0
- data/lib/decidim/system/version.rb +1 -1
- metadata +7 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bcf5448b69ef52e0805131175b253c781b516f307616f3876c090119c7453efa
|
|
4
|
+
data.tar.gz: 405211eb929225d79b47650849c24e033f5a1a45c865bf58844ce391954f887b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 31f76da2b5268cded8b12d8bf493e5d8cf2dde30eda7ec97d573cd2bef42892bc845ea8c185904a67318280d99d67dab40b53ed2ddb149e0c63f6034e3fefc08
|
|
7
|
+
data.tar.gz: 74ac8a4b4ecb978752cecc8b889c774bfbedb2cced5fe8a36921a2566b7dfa4f4736c04f6df262e03768071e466d209abec54a5eaa7f727f1b861e2dc80c018e
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
de:
|
|
2
|
+
decidim:
|
|
3
|
+
system:
|
|
4
|
+
actions:
|
|
5
|
+
confirm_destroy: Möchtest du das wirklich löschen?
|
|
6
|
+
destroy: Löschen
|
|
7
|
+
edit: Bearbeiten
|
|
8
|
+
new: Neu
|
|
9
|
+
save: sparen
|
|
10
|
+
title: Aktionen
|
|
11
|
+
admins:
|
|
12
|
+
create:
|
|
13
|
+
error: Beim Erstellen eines neuen Administrators ist ein Fehler aufgetreten.
|
|
14
|
+
success: Administrator erfolgreich erstellt
|
|
15
|
+
destroy:
|
|
16
|
+
success: Der Administrator wurde erfolgreich gelöscht
|
|
17
|
+
edit:
|
|
18
|
+
title: Administrator bearbeiten
|
|
19
|
+
update: Aktualisieren
|
|
20
|
+
index:
|
|
21
|
+
title: Admins
|
|
22
|
+
new:
|
|
23
|
+
create: Erstellen
|
|
24
|
+
title: Neuer Administrator
|
|
25
|
+
update:
|
|
26
|
+
error: Beim Aktualisieren dieses Administrators ist ein Fehler aufgetreten.
|
|
27
|
+
success: Administrator wurde erfolgreich aktualisiert
|
|
28
|
+
default_pages:
|
|
29
|
+
placeholders:
|
|
30
|
+
content: Fügen Sie der statischen Seite %{page} im Admin-Dashboard sinnvollen Inhalt hinzu.
|
|
31
|
+
title: Standardtitel für %{page}
|
|
32
|
+
menu:
|
|
33
|
+
admins: Admins
|
|
34
|
+
dashboard: Instrumententafel
|
|
35
|
+
organizations: Organisationen
|
|
36
|
+
models:
|
|
37
|
+
admin:
|
|
38
|
+
fields:
|
|
39
|
+
created_at: Hergestellt in
|
|
40
|
+
email: Email
|
|
41
|
+
name: Administrator
|
|
42
|
+
validations:
|
|
43
|
+
email_uniqueness: ein anderer Administrator mit der gleichen E-Mail existiert bereits
|
|
44
|
+
organization:
|
|
45
|
+
actions:
|
|
46
|
+
save_and_invite: Organisieren & einladen admin erstellen
|
|
47
|
+
fields:
|
|
48
|
+
created_at: Hergestellt in
|
|
49
|
+
name: Name
|
|
50
|
+
name: Organisation
|
|
51
|
+
organizations:
|
|
52
|
+
create:
|
|
53
|
+
error: Beim Erstellen einer neuen Organisation ist ein Fehler aufgetreten.
|
|
54
|
+
success: Organisation erfolgreich erstellt
|
|
55
|
+
edit:
|
|
56
|
+
secondary_hosts_hint: Geben Sie jede von ihnen in einer neuen Zeile ein
|
|
57
|
+
index:
|
|
58
|
+
title: Organisationen
|
|
59
|
+
new:
|
|
60
|
+
reference_prefix_hint: Das Referenzpräfix wird zur eindeutigen Identifizierung von Ressourcen in allen Organisationen verwendet
|
|
61
|
+
secondary_hosts_hint: Geben Sie jede von ihnen in einer neuen Zeile ein
|
|
62
|
+
title: Neue Organisation
|
|
63
|
+
update:
|
|
64
|
+
error: Beim Aktualisieren dieser Organisation ist ein Fehler aufgetreten.
|
|
65
|
+
success: Die Organisation wurde erfolgreich aktualisiert.
|
|
66
|
+
shared:
|
|
67
|
+
notices:
|
|
68
|
+
no_organization_warning_html: Sie müssen eine Organisation erstellen, um zu beginnen. Stellen Sie sicher, dass Sie %{guide} lesen, bevor Sie fortfahren.
|
|
69
|
+
our_getting_started_guide: unser Leitfaden für Anfänger
|
|
70
|
+
titles:
|
|
71
|
+
dashboard: Instrumententafel
|
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.14.
|
|
4
|
+
version: 0.14.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: 2018-
|
|
13
|
+
date: 2018-10-03 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.14.
|
|
35
|
+
version: 0.14.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.14.
|
|
42
|
+
version: 0.14.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.14.
|
|
139
|
+
version: 0.14.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.14.
|
|
146
|
+
version: 0.14.2
|
|
147
147
|
description: System administration to create new organization in an installation.
|
|
148
148
|
email:
|
|
149
149
|
- josepjaume@gmail.com
|
|
@@ -209,6 +209,7 @@ files:
|
|
|
209
209
|
- app/views/layouts/decidim/system/application.html.erb
|
|
210
210
|
- app/views/layouts/decidim/system/login.html.erb
|
|
211
211
|
- config/locales/ca.yml
|
|
212
|
+
- config/locales/de.yml
|
|
212
213
|
- config/locales/en.yml
|
|
213
214
|
- config/locales/es-PY.yml
|
|
214
215
|
- config/locales/es.yml
|