decidim-system 0.23.2 → 0.23.3
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/ja.yml +11 -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: 42203fd736a6a7252d7b1759b0f4f97b971754a5cddad2082747b68b0d15b23d
|
4
|
+
data.tar.gz: a5bf18066a8aa4cef773d00cbac4bbbf743884d45ce2e492713caa36387c4aa1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c169938f2ea78f3c8401c85606c9abae0845e5b9e6d9961c3e4f0ab71c211a6817975de7d3223070c83dd6ad268e1e22dadb4b4b4d694719e5e749733421e9e6
|
7
|
+
data.tar.gz: 7d7f65133c051b99173e7cb15f88ee6938a01e7ccaee15c9cdccd582ab0beafeb2fefbae2a261c1ba657160e6bd09c3e5c6ea33ebee54b66ad3db588fe0b86c7
|
data/config/locales/ja.yml
CHANGED
@@ -7,6 +7,13 @@ ja:
|
|
7
7
|
organization_name: 組織
|
8
8
|
organization_url: 組織のURL
|
9
9
|
redirect_uri: リダイレクトURI
|
10
|
+
organization:
|
11
|
+
address: SMTPホスト名
|
12
|
+
from_email: メールアドレス
|
13
|
+
from_label: 送信者名
|
14
|
+
password: パスワード
|
15
|
+
port: ポート番号
|
16
|
+
user_name: ユーザー名
|
10
17
|
organization_file_uploads:
|
11
18
|
allowed_content_types:
|
12
19
|
admin: 管理者が使えるMIMEタイプ
|
@@ -153,6 +160,10 @@ ja:
|
|
153
160
|
api_key: API キー
|
154
161
|
api_secret: API secret
|
155
162
|
smtp_settings:
|
163
|
+
fieldsets:
|
164
|
+
sender: 送信者
|
165
|
+
instructions:
|
166
|
+
from_label: 'メール送信者は "your-organization-name <your-organization@example.org>"になります。メールアドレスをラベルとして使用する場合は空白のままにしてください。'
|
156
167
|
placeholder:
|
157
168
|
from_email: your-organization@example.org
|
158
169
|
from_label: 組織名
|
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.23.
|
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-
|
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.
|
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.
|
42
|
+
version: 0.23.3
|
43
43
|
- !ruby/object:Gem::Dependency
|
44
44
|
name: devise
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
@@ -130,14 +130,14 @@ dependencies:
|
|
130
130
|
requirements:
|
131
131
|
- - '='
|
132
132
|
- !ruby/object:Gem::Version
|
133
|
-
version: 0.23.
|
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.
|
140
|
+
version: 0.23.3
|
141
141
|
description: System administration to create new organization in an installation.
|
142
142
|
email:
|
143
143
|
- josepjaume@gmail.com
|