decidim-system 0.21.0 → 0.23.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/app/assets/javascripts/decidim/system/application.js.es6 +2 -0
- data/app/assets/stylesheets/decidim/system/_forms.scss +36 -0
- data/app/assets/stylesheets/decidim/system/_foundation_and_overrides.scss +1 -0
- data/app/assets/stylesheets/decidim/system/_sidebar.scss +0 -2
- data/app/assets/stylesheets/decidim/system/application.scss +1 -0
- data/app/commands/decidim/system/create_default_content_blocks.rb +1 -1
- data/app/commands/decidim/system/create_oauth_application.rb +37 -0
- data/app/commands/decidim/system/destroy_oauth_application.rb +39 -0
- data/app/commands/decidim/system/register_organization.rb +2 -1
- data/app/commands/decidim/system/update_oauth_application.rb +39 -0
- data/app/commands/decidim/system/update_organization.rb +4 -0
- data/app/controllers/decidim/system/oauth_applications_controller.rb +84 -0
- data/app/controllers/decidim/system/organizations_controller.rb +8 -1
- data/app/forms/decidim/system/file_upload_settings_form.rb +70 -0
- data/app/forms/decidim/system/oauth_application_form.rb +35 -0
- data/app/forms/decidim/system/update_organization_form.rb +13 -1
- data/app/views/decidim/system/oauth_applications/_form.html.erb +26 -0
- data/app/views/decidim/system/oauth_applications/edit.html.erb +13 -0
- data/app/views/decidim/system/oauth_applications/index.html.erb +41 -0
- data/app/views/decidim/system/oauth_applications/new.html.erb +13 -0
- data/app/views/decidim/system/oauth_applications/show.html.erb +27 -0
- data/app/views/decidim/system/organizations/_file_upload_settings.erb +56 -0
- data/app/views/decidim/system/organizations/_omniauth_provider.html.erb +4 -0
- data/app/views/decidim/system/organizations/_smtp_settings.html.erb +7 -3
- data/app/views/decidim/system/organizations/edit.html.erb +1 -0
- data/app/views/decidim/system/organizations/new.html.erb +1 -0
- data/app/views/layouts/decidim/system/_header.html.erb +1 -0
- data/app/views/layouts/decidim/system/_js_configuration.html.erb +9 -0
- data/app/views/layouts/decidim/system/application.html.erb +2 -0
- data/config/locales/am-ET.yml +1 -0
- data/config/locales/bg-BG.yml +8 -0
- data/config/locales/bg.yml +8 -0
- data/config/locales/ca.yml +92 -0
- data/config/locales/cs.yml +95 -3
- data/config/locales/da-DK.yml +1 -0
- data/config/locales/da.yml +1 -0
- data/config/locales/de.yml +108 -1
- data/config/locales/el.yml +97 -0
- data/config/locales/en.yml +92 -0
- data/config/locales/eo.yml +1 -0
- data/config/locales/es-MX.yml +92 -0
- data/config/locales/es-PY.yml +92 -0
- data/config/locales/es.yml +92 -0
- data/config/locales/et-EE.yml +1 -0
- data/config/locales/et.yml +1 -0
- data/config/locales/fi-plain.yml +92 -0
- data/config/locales/fi.yml +92 -0
- data/config/locales/fr-CA.yml +182 -0
- data/config/locales/fr.yml +106 -0
- data/config/locales/ga-IE.yml +1 -0
- data/config/locales/gl.yml +118 -11
- data/config/locales/hr-HR.yml +1 -0
- data/config/locales/hr.yml +1 -0
- data/config/locales/hu.yml +4 -0
- data/config/locales/is.yml +55 -0
- data/config/locales/it.yml +9 -1
- data/config/locales/ja-JP.yml +101 -0
- data/config/locales/ja.yml +171 -0
- data/config/locales/ko-KR.yml +1 -0
- data/config/locales/ko.yml +1 -0
- data/config/locales/lt-LT.yml +1 -0
- data/config/locales/lt.yml +1 -0
- data/config/locales/lv.yml +98 -0
- data/config/locales/mt-MT.yml +1 -0
- data/config/locales/mt.yml +1 -0
- data/config/locales/nl.yml +25 -0
- data/config/locales/no.yml +11 -1
- data/config/locales/om-ET.yml +1 -0
- data/config/locales/pl.yml +123 -21
- data/config/locales/pt-BR.yml +1 -1
- data/config/locales/pt.yml +47 -24
- data/config/locales/ro-RO.yml +98 -0
- data/config/locales/si-LK.yml +1 -0
- data/config/locales/sk-SK.yml +90 -0
- data/config/locales/sk.yml +95 -0
- data/config/locales/sl.yml +51 -0
- data/config/locales/so-SO.yml +1 -0
- data/config/locales/sr-CS.yml +26 -0
- data/config/locales/sv.yml +64 -0
- data/config/locales/sw-KE.yml +1 -0
- data/config/locales/ti-ER.yml +1 -0
- data/config/locales/tr-TR.yml +108 -2
- data/config/locales/vi-VN.yml +1 -0
- data/config/locales/vi.yml +1 -0
- data/config/locales/zh-CN.yml +171 -0
- data/config/locales/zh-TW.yml +1 -0
- data/config/routes.rb +2 -0
- data/lib/decidim/system/engine.rb +5 -0
- data/lib/decidim/system/test/factories.rb +11 -0
- data/lib/decidim/system/version.rb +1 -1
- metadata +66 -21
@@ -0,0 +1 @@
|
|
1
|
+
ga:
|
data/config/locales/gl.yml
CHANGED
@@ -1,8 +1,40 @@
|
|
1
1
|
gl:
|
2
|
+
activemodel:
|
3
|
+
attributes:
|
4
|
+
oauth_application:
|
5
|
+
name: Nome da aplicación OAuth
|
6
|
+
organization_logo: Logo da organización (cadrado)
|
7
|
+
organization_name: Organización
|
8
|
+
organization_url: URL da organización
|
9
|
+
redirect_uri: URI de redirección
|
10
|
+
organization:
|
11
|
+
address: Nome do servidor SMTP
|
12
|
+
from_email: Enderezo de correo electrónico
|
13
|
+
from_label: Etiqueta
|
14
|
+
password: Contrasinal
|
15
|
+
port: Porto
|
16
|
+
user_name: Nome de usuario
|
17
|
+
organization_file_uploads:
|
18
|
+
allowed_content_types:
|
19
|
+
admin: Tipos MIME do panel de administración
|
20
|
+
default: Tipos MIME predefinidos
|
21
|
+
allowed_file_extensions:
|
22
|
+
admin: Extensións de ficheiros do panel de administrador
|
23
|
+
default: Extensións predefinidas de ficheiro
|
24
|
+
image: Extensións dos ficheiros de imaxe
|
25
|
+
maximum_file_size:
|
26
|
+
avatar: Tamaño do ficheiro do avatar
|
27
|
+
default: Tamaño de ficheiro predefinido
|
28
|
+
errors:
|
29
|
+
models:
|
30
|
+
oauth_application:
|
31
|
+
attributes:
|
32
|
+
redirect_uri:
|
33
|
+
must_be_ssl: A URI de redirección ten de ser un URI SSL
|
2
34
|
decidim:
|
3
35
|
system:
|
4
36
|
actions:
|
5
|
-
confirm_destroy: Estás
|
37
|
+
confirm_destroy: Estás certo/a de querer eliminar isto?
|
6
38
|
destroy: Eliminar
|
7
39
|
edit: Editar
|
8
40
|
new: Novo
|
@@ -13,63 +45,138 @@ gl:
|
|
13
45
|
error: Produciuse un erro ao crear un administrador novo.
|
14
46
|
success: O administrador creouse con éxito
|
15
47
|
destroy:
|
16
|
-
success:
|
48
|
+
success: Administrador eliminado con éxito
|
17
49
|
edit:
|
18
50
|
title: Editar administrador
|
19
|
-
update:
|
51
|
+
update: Actualizar
|
20
52
|
index:
|
21
53
|
title: Administradores
|
22
54
|
new:
|
23
55
|
create: Crear
|
24
56
|
title: Novo administrador
|
25
57
|
update:
|
26
|
-
error:
|
27
|
-
success:
|
58
|
+
error: Produciuse un problema ao actualizar este administrador.
|
59
|
+
success: Administrador actualizado con éxito
|
28
60
|
default_pages:
|
29
61
|
placeholders:
|
30
|
-
content:
|
31
|
-
title: Título
|
62
|
+
content: Por favor, engade contido signification á páxina estática %{page} no panel do administrador.
|
63
|
+
title: Título predefinido para %{page}
|
32
64
|
menu:
|
33
65
|
admins: Administradores
|
34
|
-
dashboard:
|
66
|
+
dashboard: Panel de control
|
67
|
+
oauth_applications: Aplicacións OAuth
|
35
68
|
organizations: Organizacións
|
36
69
|
models:
|
37
70
|
admin:
|
38
71
|
fields:
|
39
72
|
created_at: Creado en
|
40
73
|
email: Correo electrónico
|
41
|
-
name:
|
74
|
+
name: Administrador
|
42
75
|
validations:
|
43
76
|
email_uniqueness: xa existe outro administrador co mesmo correo electrónico
|
77
|
+
oauth_application:
|
78
|
+
fields:
|
79
|
+
created_at: Creado o
|
80
|
+
name: Nome da aplicación OAuth
|
81
|
+
organization_name: Organización
|
82
|
+
name: Aplicacións OAuth
|
44
83
|
organization:
|
45
84
|
actions:
|
46
85
|
save_and_invite: Crear organización e invitar administrador
|
47
86
|
fields:
|
48
87
|
created_at: Creado en
|
88
|
+
file_upload_settings: Axustes de subida de ficheiros
|
49
89
|
name: Nome
|
90
|
+
omniauth_settings: Axustes do Omniauth
|
91
|
+
smtp_settings: Axustes SMTP
|
50
92
|
name: Organización
|
93
|
+
oauth_applications:
|
94
|
+
create:
|
95
|
+
error: Produciuse un problema ao crear esta aplicación.
|
96
|
+
success: Aplicación creada con éxito.
|
97
|
+
destroy:
|
98
|
+
error: Produciuse un problema ao destruír esta aplicación.
|
99
|
+
success: Aplicación destruída con éxito.
|
100
|
+
edit:
|
101
|
+
save: Gardar
|
102
|
+
title: Editar aplicación
|
103
|
+
form:
|
104
|
+
select_organization: Seleccionar unha organización
|
105
|
+
index:
|
106
|
+
confirm_delete: Estás certo/a de querer eliminar esta aplicación?
|
107
|
+
title: Aplicacións OAuth
|
108
|
+
new:
|
109
|
+
save: Gardar
|
110
|
+
title: Nova aplicación
|
111
|
+
update:
|
112
|
+
error: Produciuse un erro ao actualizar esta aplicación.
|
113
|
+
success: Aplicación actualizada con éxito.
|
51
114
|
organizations:
|
52
115
|
create:
|
53
116
|
error: Produciuse un erro ao crear unha nova organización.
|
54
117
|
success: Organización creada con éxito.
|
55
118
|
edit:
|
56
119
|
secondary_hosts_hint: Entre cada unha delas nunha nova liña
|
120
|
+
file_upload_settings:
|
121
|
+
content_types:
|
122
|
+
admin_hint: Estes tipos MIME están permitidos na sección de subidas do panel de administración. Os usuarios administradores teñen que ser conscientes dos riscos de subir algúns formatos de documentos, agardase entón que sexan cautelosos á hora de subir ficheiros.
|
123
|
+
default_hint: Estas tipos MIME están permitidos de xeito predefinido para todos os usuarios.
|
124
|
+
intro_html: Podes engadir comodíns co asterisco para os tipos MIME, p. ex. <code>image/*</code>.
|
125
|
+
title: Tipos MiME permitidos
|
126
|
+
file_extensions:
|
127
|
+
admin_hint: Estas extensións de ficheiro están permitidas na sección de subidas do panel de administración. Os usuarios administradores teñen que ser conscientes dos riscos de subir algúns formatos de documentos, agardase entón que sexan cautelosos á hora de subir ficheiros.
|
128
|
+
default_hint: Estas extensións de ficheiro están permitidas de xeito predefinido para todos os usuarios.
|
129
|
+
image_hint: Estas extensións de ficheiro están permitidas para calquera imaxe a subir.
|
130
|
+
title: Extensións de ficheiro permitidas
|
131
|
+
file_sizes:
|
132
|
+
avatar_hint: Megabytes (MB). Este límite no tamaño de ficheiro é o empregado para subir a imaxe do avatar.
|
133
|
+
default_hint: Megabytes (MB). Este límite no tamaño de ficheiro é o predefinido a empregar para todos os ficheiros a subir agás se especifique o contrario.
|
134
|
+
title: Tamaño máximo de ficheiros
|
135
|
+
intro: |
|
136
|
+
Por favor, ten moita precaución á hora de mudar estes axustes. Cantas menos opcións permitas, mellor.
|
137
|
+
Permitir extensións especificas ou tipos MIME, pode expor os usuarios do sistema a riscos de seguranza e tamén pode afectar á accesibilidade do sitio web.
|
57
138
|
index:
|
58
139
|
title: Organizacións
|
59
140
|
new:
|
60
141
|
reference_prefix_hint: O prefixo de referencia utilízase para identificar de forma exclusiva recursos en todas as organizacións
|
61
142
|
secondary_hosts_hint: Entre cada unha delas nunha nova liña
|
62
143
|
title: Nova organización
|
144
|
+
omniauth_settings:
|
145
|
+
decidim:
|
146
|
+
client_id: ID do cliente
|
147
|
+
client_secret: Segredo do cliente
|
148
|
+
site_url: URL do sitio
|
149
|
+
enabled: Habilitado
|
150
|
+
enabled_by_default: Este provedor esta habilitado de xeito predefinido. Pódese editar pero non deshabilitar.
|
151
|
+
facebook:
|
152
|
+
app_id: ID da app
|
153
|
+
app_secret: Segredo da app
|
154
|
+
google_oauth2:
|
155
|
+
client_id: ID do cliente
|
156
|
+
client_secret: Segredo do cliente
|
157
|
+
icon: Icona
|
158
|
+
icon_path: Ruta da icona
|
159
|
+
twitter:
|
160
|
+
api_key: Clave da API
|
161
|
+
api_secret: Segredo da API
|
162
|
+
smtp_settings:
|
163
|
+
fieldsets:
|
164
|
+
sender: Remitente
|
165
|
+
instructions:
|
166
|
+
from_label: 'O remitente do correo será: "o-nome-da-tua-organizacion <your-organization@example.org>". Deixar baleiro para empregar ''Correo electrónico'' como etiqueta'
|
167
|
+
placeholder:
|
168
|
+
from_email: a-tua-organizacion@exemplo.org
|
169
|
+
from_label: o-nome-da-tua-organizacion
|
63
170
|
update:
|
64
171
|
error: Produciuse un erro ao actualizar esta organización.
|
65
172
|
success: A organización actualizouse con éxito.
|
66
173
|
users_registration_mode:
|
67
174
|
disabled: O acceso só se pode facer con contas externas
|
68
175
|
enabled: Permitir aos usuarios rexistrarse e iniciar sesión
|
69
|
-
existing: Non
|
176
|
+
existing: Non permitir que os usuarios se rexistren, mais permitir que os usuarios existentes inicien sesión
|
70
177
|
shared:
|
71
178
|
notices:
|
72
179
|
no_organization_warning_html: Debes crear unha organización para comezar. Asegúrate de ler %{guide} antes de continuar.
|
73
180
|
our_getting_started_guide: a nosa guía de inicio
|
74
181
|
titles:
|
75
|
-
dashboard:
|
182
|
+
dashboard: Panel de control
|
@@ -0,0 +1 @@
|
|
1
|
+
hr:
|
@@ -0,0 +1 @@
|
|
1
|
+
hr:
|
data/config/locales/hu.yml
CHANGED
@@ -63,6 +63,10 @@ hu:
|
|
63
63
|
secondary_hosts_hint: Mindegyiket új sorba írd be
|
64
64
|
title: Új szervezet
|
65
65
|
omniauth_settings:
|
66
|
+
decidim:
|
67
|
+
client_id: Ügyfél ID
|
68
|
+
client_secret: Ügyfél titkos kódja
|
69
|
+
site_url: Weboldal URL
|
66
70
|
enabled: Engedélyezve
|
67
71
|
facebook:
|
68
72
|
app_id: Alkalmazás ID
|
@@ -0,0 +1,55 @@
|
|
1
|
+
is:
|
2
|
+
decidim:
|
3
|
+
system:
|
4
|
+
actions:
|
5
|
+
confirm_destroy: Ertu viss um að þú viljir eyða þessu?
|
6
|
+
edit: Breyta
|
7
|
+
new: Nýtt
|
8
|
+
save: Vista
|
9
|
+
title: Aðgerðir
|
10
|
+
admins:
|
11
|
+
edit:
|
12
|
+
title: Breyta admin
|
13
|
+
update: Uppfæra
|
14
|
+
index:
|
15
|
+
title: Admins
|
16
|
+
new:
|
17
|
+
create: Búa til
|
18
|
+
title: Nýr admin
|
19
|
+
default_pages:
|
20
|
+
placeholders:
|
21
|
+
content: Vinsamlegast bættu við mikilvægu efni á %{page} truflanir síðunni á stjórnborðinu.
|
22
|
+
title: Sjálfgefin titill fyrir %{page}
|
23
|
+
menu:
|
24
|
+
admins: Admins
|
25
|
+
dashboard: Mælaborð
|
26
|
+
organizations: Stofnanir
|
27
|
+
models:
|
28
|
+
admin:
|
29
|
+
fields:
|
30
|
+
created_at: Búið til á
|
31
|
+
email: Email
|
32
|
+
name: Admin
|
33
|
+
validations:
|
34
|
+
email_uniqueness: annar admin með sama netfangi er þegar til
|
35
|
+
organization:
|
36
|
+
actions:
|
37
|
+
save_and_invite: Búðu til stofnun og bjóðið admin
|
38
|
+
fields:
|
39
|
+
created_at: Búið til á
|
40
|
+
name: Nafn
|
41
|
+
name: Skipulag
|
42
|
+
organizations:
|
43
|
+
edit:
|
44
|
+
secondary_hosts_hint: Sláðu inn hvert þeirra í nýjum línu
|
45
|
+
index:
|
46
|
+
title: Stofnanir
|
47
|
+
new:
|
48
|
+
secondary_hosts_hint: Sláðu inn hvert þeirra í nýjum línu
|
49
|
+
title: Ný samtök
|
50
|
+
shared:
|
51
|
+
notices:
|
52
|
+
no_organization_warning_html: Þú verður að stofna stofnun til að byrja. Gakktu úr skugga um að þú lest %{guide} áður en þú heldur áfram.
|
53
|
+
our_getting_started_guide: byrjunarleiðbeiningar okkar
|
54
|
+
titles:
|
55
|
+
dashboard: Mælaborð
|
data/config/locales/it.yml
CHANGED
@@ -3,7 +3,7 @@ it:
|
|
3
3
|
system:
|
4
4
|
actions:
|
5
5
|
confirm_destroy: Sei sicuro di voler cancellare?
|
6
|
-
destroy:
|
6
|
+
destroy: Cancella
|
7
7
|
edit: Modifica
|
8
8
|
new: Nuovo
|
9
9
|
save: Salva
|
@@ -63,7 +63,12 @@ it:
|
|
63
63
|
secondary_hosts_hint: Inserisci ciascun elemento in una nuova linea
|
64
64
|
title: Nuova Organizzazione
|
65
65
|
omniauth_settings:
|
66
|
+
decidim:
|
67
|
+
client_id: ID Cliente
|
68
|
+
client_secret: Segreto client
|
69
|
+
site_url: URL del sito
|
66
70
|
enabled: Abilitato
|
71
|
+
enabled_by_default: Questo provider è abilitato di default. Può essere modificato ma non disabilitato.
|
67
72
|
facebook:
|
68
73
|
app_id: ID App
|
69
74
|
app_secret: App secret
|
@@ -75,6 +80,9 @@ it:
|
|
75
80
|
twitter:
|
76
81
|
api_key: API Key
|
77
82
|
api_secret: API secret
|
83
|
+
smtp_settings:
|
84
|
+
placeholder:
|
85
|
+
from_label: nome-della-tua-organizzazione
|
78
86
|
update:
|
79
87
|
error: C'è stato un errore durante l'aggiornamento di questa organizzazione.
|
80
88
|
success: OK, l'Organizzazione è stata aggiornata.
|
@@ -0,0 +1,101 @@
|
|
1
|
+
ja:
|
2
|
+
decidim:
|
3
|
+
system:
|
4
|
+
actions:
|
5
|
+
confirm_destroy: 削除してもよろしいですか?
|
6
|
+
destroy: 削除
|
7
|
+
edit: 編集
|
8
|
+
new: 新規作成
|
9
|
+
save: 保存
|
10
|
+
title: アクション
|
11
|
+
admins:
|
12
|
+
create:
|
13
|
+
error: 新しい管理者の作成中に問題が発生しました。
|
14
|
+
success: 管理者が正常に作成されました
|
15
|
+
destroy:
|
16
|
+
success: 管理者が正常に削除されました
|
17
|
+
edit:
|
18
|
+
title: 管理者を編集
|
19
|
+
update: 更新
|
20
|
+
index:
|
21
|
+
title: 管理者
|
22
|
+
new:
|
23
|
+
create: 作成
|
24
|
+
title: 新しい管理者
|
25
|
+
update:
|
26
|
+
error: 管理者の更新中に問題が発生しました。
|
27
|
+
success: 管理者が正常に更新されました
|
28
|
+
default_pages:
|
29
|
+
placeholders:
|
30
|
+
content: 管理ダッシュボードの %{page} 静的ページに意味のあるコンテンツを追加してください。
|
31
|
+
title: '%{page} のデフォルトのタイトル'
|
32
|
+
menu:
|
33
|
+
admins: 管理者
|
34
|
+
dashboard: ダッシュボード
|
35
|
+
organizations: 組織
|
36
|
+
models:
|
37
|
+
admin:
|
38
|
+
fields:
|
39
|
+
created_at: 作成日時
|
40
|
+
email: Eメールアドレス
|
41
|
+
name: 管理者
|
42
|
+
validations:
|
43
|
+
email_uniqueness: 同じメールアドレスを持つ別の管理者が既に存在します
|
44
|
+
organization:
|
45
|
+
actions:
|
46
|
+
save_and_invite: 組織を作成して管理者を招待する
|
47
|
+
fields:
|
48
|
+
created_at: 作成日時
|
49
|
+
name: 名前
|
50
|
+
omniauth_settings: Omniauth 設定
|
51
|
+
smtp_settings: SMTP設定
|
52
|
+
name: 組織
|
53
|
+
organizations:
|
54
|
+
create:
|
55
|
+
error: 新しい組織を作成する際に問題が発生しました。
|
56
|
+
success: 組織が正常に作成されました。
|
57
|
+
edit:
|
58
|
+
secondary_hosts_hint: 新しい行にそれぞれ入力してください
|
59
|
+
index:
|
60
|
+
title: 組織
|
61
|
+
new:
|
62
|
+
reference_prefix_hint: 参照プレフィックスは、すべての組織でリソースを一意に識別するために使用されます。
|
63
|
+
secondary_hosts_hint: 新しい行にそれぞれ入力してください
|
64
|
+
title: 新しい組織
|
65
|
+
omniauth_settings:
|
66
|
+
decidim:
|
67
|
+
client_id: クライアント ID
|
68
|
+
client_secret: クライアントシークレット
|
69
|
+
site_url: サイト URL
|
70
|
+
enabled: 有効
|
71
|
+
enabled_by_default: このプロバイダはデフォルトで有効になっています。編集はできますが無効にはできません。
|
72
|
+
facebook:
|
73
|
+
app_id: アプリ ID
|
74
|
+
app_secret: アプリのシークレット
|
75
|
+
google_oauth2:
|
76
|
+
client_id: クライアント ID
|
77
|
+
client_secret: クライアントシークレット
|
78
|
+
icon: アイコン
|
79
|
+
icon_path: アイコンのパス
|
80
|
+
twitter:
|
81
|
+
api_key: API キー
|
82
|
+
api_secret: API secret
|
83
|
+
smtp_settings:
|
84
|
+
instructions:
|
85
|
+
from_label: 'メール送信者は "your-organization-name <your-organization@your-provider.org>"になります。''from_email''をラベルとして使用する場合は空白のままにしてください。'
|
86
|
+
placeholder:
|
87
|
+
from_email: your-organization@your-provider.org
|
88
|
+
from_label: 組織名
|
89
|
+
update:
|
90
|
+
error: この組織の更新に問題がありました。
|
91
|
+
success: 組織が更新されました。
|
92
|
+
users_registration_mode:
|
93
|
+
disabled: 外部アカウントでのみアクセスできます
|
94
|
+
enabled: 参加者に登録とログインを許可する
|
95
|
+
existing: 参加者が登録することはできませんが、既存の参加者がログインできるようにします
|
96
|
+
shared:
|
97
|
+
notices:
|
98
|
+
no_organization_warning_html: 開始するには組織を作成する必要があります。先に進む前に %{guide} を読んでください。
|
99
|
+
our_getting_started_guide: ガイドを始めるのは
|
100
|
+
titles:
|
101
|
+
dashboard: ダッシュボード
|
@@ -0,0 +1,171 @@
|
|
1
|
+
ja:
|
2
|
+
activemodel:
|
3
|
+
attributes:
|
4
|
+
oauth_application:
|
5
|
+
name: OAuthアプリケーション名
|
6
|
+
organization_logo: 組織のロゴ (正方形)
|
7
|
+
organization_name: 組織
|
8
|
+
organization_url: 組織のURL
|
9
|
+
redirect_uri: リダイレクトURI
|
10
|
+
organization_file_uploads:
|
11
|
+
allowed_content_types:
|
12
|
+
admin: 管理者が使えるMIMEタイプ
|
13
|
+
default: 規定のMIMEタイプ
|
14
|
+
allowed_file_extensions:
|
15
|
+
admin: 管理者が使えるファイル拡張子
|
16
|
+
default: 既定のファイル拡張子
|
17
|
+
image: 画像ファイルの拡張子
|
18
|
+
maximum_file_size:
|
19
|
+
avatar: アバターの画像サイズ
|
20
|
+
default: 既定のファイルサイズ
|
21
|
+
errors:
|
22
|
+
models:
|
23
|
+
oauth_application:
|
24
|
+
attributes:
|
25
|
+
redirect_uri:
|
26
|
+
must_be_ssl: リダイレクト URI は SSL が有効な URI でなければなりません
|
27
|
+
decidim:
|
28
|
+
system:
|
29
|
+
actions:
|
30
|
+
confirm_destroy: 削除してもよろしいですか?
|
31
|
+
destroy: 削除
|
32
|
+
edit: 編集
|
33
|
+
new: 新規作成
|
34
|
+
save: 保存
|
35
|
+
title: アクション
|
36
|
+
admins:
|
37
|
+
create:
|
38
|
+
error: 新しい管理者の作成中に問題が発生しました。
|
39
|
+
success: 管理者が正常に作成されました
|
40
|
+
destroy:
|
41
|
+
success: 管理者が正常に削除されました
|
42
|
+
edit:
|
43
|
+
title: 管理者を編集
|
44
|
+
update: 更新
|
45
|
+
index:
|
46
|
+
title: 管理者
|
47
|
+
new:
|
48
|
+
create: 作成
|
49
|
+
title: 新しい管理者
|
50
|
+
update:
|
51
|
+
error: 管理者の更新中に問題が発生しました。
|
52
|
+
success: 管理者が正常に更新されました
|
53
|
+
default_pages:
|
54
|
+
placeholders:
|
55
|
+
content: 管理ダッシュボードの %{page} 静的ページに意味のあるコンテンツを追加してください。
|
56
|
+
title: '%{page} のデフォルトのタイトル'
|
57
|
+
menu:
|
58
|
+
admins: 管理者
|
59
|
+
dashboard: ダッシュボード
|
60
|
+
oauth_applications: OAuthアプリケーション
|
61
|
+
organizations: 組織
|
62
|
+
models:
|
63
|
+
admin:
|
64
|
+
fields:
|
65
|
+
created_at: 作成日時
|
66
|
+
email: Eメールアドレス
|
67
|
+
name: 管理者
|
68
|
+
validations:
|
69
|
+
email_uniqueness: 同じメールアドレスを持つ別の管理者が既に存在します
|
70
|
+
oauth_application:
|
71
|
+
fields:
|
72
|
+
created_at: 作成日時
|
73
|
+
name: OAuthアプリケーション名
|
74
|
+
organization_name: 組織
|
75
|
+
name: OAuthアプリケーション
|
76
|
+
organization:
|
77
|
+
actions:
|
78
|
+
save_and_invite: 組織を作成して管理者を招待する
|
79
|
+
fields:
|
80
|
+
created_at: 作成日時
|
81
|
+
file_upload_settings: ファイルアップロードの設定
|
82
|
+
name: 名前
|
83
|
+
omniauth_settings: Omniauth 設定
|
84
|
+
smtp_settings: SMTP設定
|
85
|
+
name: 組織
|
86
|
+
oauth_applications:
|
87
|
+
create:
|
88
|
+
error: このアプリケーションの作成中に問題が発生しました。
|
89
|
+
success: アプリケーションの作成に成功しました。
|
90
|
+
destroy:
|
91
|
+
error: このアプリケーションを削除する際に問題が発生しました。
|
92
|
+
success: アプリケーションが正常に削除されました。
|
93
|
+
edit:
|
94
|
+
save: 保存
|
95
|
+
title: アプリケーションを編集
|
96
|
+
form:
|
97
|
+
select_organization: 組織を選択
|
98
|
+
index:
|
99
|
+
confirm_delete: このアプリケーションを削除してもよろしいですか?
|
100
|
+
title: OAuthアプリケーション
|
101
|
+
new:
|
102
|
+
save: 保存
|
103
|
+
title: 新しいアプリケーション
|
104
|
+
update:
|
105
|
+
error: このアプリケーションの更新に問題がありました。
|
106
|
+
success: アプリケーションが更新されました。
|
107
|
+
organizations:
|
108
|
+
create:
|
109
|
+
error: 新しい組織を作成する際に問題が発生しました。
|
110
|
+
success: 組織が正常に作成されました。
|
111
|
+
edit:
|
112
|
+
secondary_hosts_hint: 新しい行にそれぞれ入力してください
|
113
|
+
file_upload_settings:
|
114
|
+
content_types:
|
115
|
+
admin_hint: これらの MIME タイプは、管理者セクションのアップロードで許可されています。 管理者ユーザーは、ドキュメント形式をアップロードする際のリスクを認識している必要があります。 ファイルのアップロードに注意を払う必要があります
|
116
|
+
default_hint: これらの MIME タイプは、デフォルトですべてのユーザに対して許可されます。
|
117
|
+
intro_html: 'MIME タイプのアスタリスク文字を使ってワイルドカードを追加します。例: <code>image/*</code>.'
|
118
|
+
title: 許可されたMIMEタイプ
|
119
|
+
file_extensions:
|
120
|
+
admin_hint: これらの拡張子は管理者セクションのアップロードで許可されています。 管理者ユーザーは、ドキュメント形式をアップロードする際のリスクを認識している必要があります。 ファイルのアップロードに注意を払う必要があります
|
121
|
+
default_hint: これらの拡張子は、デフォルトですべてのユーザーに許可されています。
|
122
|
+
image_hint: これらのファイル拡張子は、あらゆる種類の画像アップロードに対して許可されています。
|
123
|
+
title: 許可されたファイル拡張子
|
124
|
+
file_sizes:
|
125
|
+
avatar_hint: メガバイト (MB) 。このファイルサイズ制限は、アバター画像のアップロードに使用されます。
|
126
|
+
default_hint: メガバイト (MB) 。このファイルサイズ制限は、特に指定されていない限り、すべてのファイルアップロードに使用されるデフォルトの制限です。
|
127
|
+
title: 最大ファイルサイズ
|
128
|
+
intro: |
|
129
|
+
これらの設定を変更する場合は、余分に注意してください。許可する数が少ないほど好ましいです。
|
130
|
+
特定のファイル拡張子や MIME タイプを許可することは、システムユーザーをセキュリティリスクにさらす可能性があり、ウェブサイトのアクセシビリティにも影響を与える可能性があります。
|
131
|
+
index:
|
132
|
+
title: 組織
|
133
|
+
new:
|
134
|
+
reference_prefix_hint: 参照プレフィックスは、すべての組織でリソースを一意に識別するために使用されます。
|
135
|
+
secondary_hosts_hint: 新しい行にそれぞれ入力してください
|
136
|
+
title: 新しい組織
|
137
|
+
omniauth_settings:
|
138
|
+
decidim:
|
139
|
+
client_id: クライアント ID
|
140
|
+
client_secret: クライアントシークレット
|
141
|
+
site_url: サイト URL
|
142
|
+
enabled: 有効
|
143
|
+
enabled_by_default: このプロバイダはデフォルトで有効になっています。編集はできますが無効にはできません。
|
144
|
+
facebook:
|
145
|
+
app_id: アプリ ID
|
146
|
+
app_secret: アプリのシークレット
|
147
|
+
google_oauth2:
|
148
|
+
client_id: クライアント ID
|
149
|
+
client_secret: クライアントシークレット
|
150
|
+
icon: アイコン
|
151
|
+
icon_path: アイコンのパス
|
152
|
+
twitter:
|
153
|
+
api_key: API キー
|
154
|
+
api_secret: API secret
|
155
|
+
smtp_settings:
|
156
|
+
placeholder:
|
157
|
+
from_email: your-organization@example.org
|
158
|
+
from_label: 組織名
|
159
|
+
update:
|
160
|
+
error: この組織の更新に問題がありました。
|
161
|
+
success: 組織が更新されました。
|
162
|
+
users_registration_mode:
|
163
|
+
disabled: 外部アカウントでのみアクセスできます
|
164
|
+
enabled: 参加者に登録とログインを許可する
|
165
|
+
existing: 参加者が登録することはできませんが、既存の参加者がログインできるようにします
|
166
|
+
shared:
|
167
|
+
notices:
|
168
|
+
no_organization_warning_html: 開始するには組織を作成する必要があります。先に進む前に %{guide} を読んでください。
|
169
|
+
our_getting_started_guide: 入門ガイド
|
170
|
+
titles:
|
171
|
+
dashboard: ダッシュボード
|