decidim-system 0.26.0 → 0.26.1
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/ar.yml +15 -0
- data/config/locales/de.yml +6 -0
- data/lib/decidim/system/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9bb8776ec7f403dab6891d3214d623ba0d58adb372eed194326cd971e5fe01b1
|
|
4
|
+
data.tar.gz: 3b2483f8ef801c4349fa88d12169d8a05c034bc7f06533f20c0f41ce0d8a3f8f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 10321e7f80f5bd3219c511b7de24ef65e4618876bd3c40ab4104433c00c84c035c81bebb13a2876184b08efef558f895289c9b62b129c442ecbabaa3fa5a560b
|
|
7
|
+
data.tar.gz: 19664c3c1e41566007038643fe1134c17cc9e1dcaa0b8a3c63e8d2042643f0f68aadc35dde8737c094bf516705faeebc4fd7f434aa58f845531422f2f8f19678
|
data/config/locales/ar.yml
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
ar:
|
|
2
|
+
activemodel:
|
|
3
|
+
attributes:
|
|
4
|
+
oauth_application:
|
|
5
|
+
organization_name: المنظمة
|
|
6
|
+
organization:
|
|
7
|
+
from_email: عنوان البريد الإلكتروني
|
|
8
|
+
password: الكلمة السرية
|
|
9
|
+
port: المنفذ
|
|
10
|
+
user_name: اسم المستخدم
|
|
2
11
|
decidim:
|
|
3
12
|
system:
|
|
4
13
|
actions:
|
|
@@ -41,6 +50,9 @@ ar:
|
|
|
41
50
|
name: مشرف
|
|
42
51
|
validations:
|
|
43
52
|
email_uniqueness: يوجد مشرف آخر بنفس البريد الإلكتروني بالفعل
|
|
53
|
+
oauth_application:
|
|
54
|
+
fields:
|
|
55
|
+
organization_name: المنظمة
|
|
44
56
|
organization:
|
|
45
57
|
actions:
|
|
46
58
|
save_and_invite: إنشاء منظمة ودعوة المشرف
|
|
@@ -72,6 +84,9 @@ ar:
|
|
|
72
84
|
twitter:
|
|
73
85
|
api_key: مفتاح API
|
|
74
86
|
api_secret: سر API
|
|
87
|
+
smtp_settings:
|
|
88
|
+
fieldsets:
|
|
89
|
+
sender: المُرسِل
|
|
75
90
|
update:
|
|
76
91
|
error: حدثت مشكلة أثناء تحديث هذه المؤسسة.
|
|
77
92
|
success: تم تحديث المنظمة بنجاح.
|
data/config/locales/de.yml
CHANGED
|
@@ -57,6 +57,9 @@ de:
|
|
|
57
57
|
update:
|
|
58
58
|
error: Beim Aktualisieren dieses Administrators ist ein Fehler aufgetreten.
|
|
59
59
|
success: Administrator wurde erfolgreich aktualisiert
|
|
60
|
+
dashboard:
|
|
61
|
+
show:
|
|
62
|
+
current_organizations: Aktuelle Organisationen
|
|
60
63
|
default_pages:
|
|
61
64
|
placeholders:
|
|
62
65
|
content: Fügen Sie der statischen Seite %{page} im Admin-Dashboard sinnvollen Inhalt hinzu.
|
|
@@ -112,6 +115,9 @@ de:
|
|
|
112
115
|
error: Beim Erstellen dieser Anwendung ist ein Fehler aufgetreten.
|
|
113
116
|
success: Die Anwendung wurde erfolgreich aktualisiert.
|
|
114
117
|
organizations:
|
|
118
|
+
advanced_settings:
|
|
119
|
+
hide: Erweiterte Einstellungen ausblenden
|
|
120
|
+
show: Zeige erweiterte Einstellungen
|
|
115
121
|
create:
|
|
116
122
|
error: Beim Erstellen einer neuen Organisation ist ein Fehler aufgetreten.
|
|
117
123
|
success: Organisation erfolgreich erstellt
|
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.26.
|
|
4
|
+
version: 0.26.1
|
|
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: 2022-
|
|
13
|
+
date: 2022-03-25 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.26.
|
|
35
|
+
version: 0.26.1
|
|
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.26.
|
|
42
|
+
version: 0.26.1
|
|
43
43
|
- !ruby/object:Gem::Dependency
|
|
44
44
|
name: devise
|
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -88,14 +88,14 @@ dependencies:
|
|
|
88
88
|
requirements:
|
|
89
89
|
- - '='
|
|
90
90
|
- !ruby/object:Gem::Version
|
|
91
|
-
version: 0.26.
|
|
91
|
+
version: 0.26.1
|
|
92
92
|
type: :development
|
|
93
93
|
prerelease: false
|
|
94
94
|
version_requirements: !ruby/object:Gem::Requirement
|
|
95
95
|
requirements:
|
|
96
96
|
- - '='
|
|
97
97
|
- !ruby/object:Gem::Version
|
|
98
|
-
version: 0.26.
|
|
98
|
+
version: 0.26.1
|
|
99
99
|
description: System administration to create new organization in an installation.
|
|
100
100
|
email:
|
|
101
101
|
- josepjaume@gmail.com
|