decidim-consultations 0.24.3 → 0.25.0.rc4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/cells/decidim/consultations/consultation_m_cell.rb +1 -1
- data/app/cells/decidim/consultations/content_blocks/highlighted_consultations/show.erb +1 -1
- data/app/commands/decidim/consultations/admin/update_consultation.rb +5 -13
- data/app/commands/decidim/consultations/admin/update_question.rb +5 -13
- data/app/controllers/concerns/decidim/consultations/needs_question.rb +1 -1
- data/app/forms/decidim/consultations/admin/consultation_form.rb +2 -2
- data/app/forms/decidim/consultations/admin/question_form.rb +3 -3
- data/app/models/decidim/consultation.rb +4 -4
- data/app/models/decidim/consultations/question.rb +13 -5
- data/app/packs/entrypoints/decidim_consultations.js +8 -0
- data/app/{assets/images/decidim/consultations/icon.svg → packs/images/decidim/consultations/decidim_consultations.svg} +0 -0
- data/app/packs/src/decidim/consultations/show_more.js +10 -0
- data/app/{assets/javascripts/decidim/consultations/utils.js.es6 → packs/src/decidim/consultations/utils.js} +5 -5
- data/app/{assets/javascripts → packs/src}/decidim/consultations/utils_multiple.js +2 -1
- data/app/{assets/javascripts → packs/src}/decidim/consultations/vote_dialog.js +1 -1
- data/app/{assets → packs}/stylesheets/decidim/consultations/_question.scss +0 -0
- data/app/{assets → packs}/stylesheets/decidim/consultations/_question_multiple_votes.scss +0 -0
- data/app/{assets → packs}/stylesheets/decidim/consultations/_stats.scss +0 -0
- data/app/{assets → packs}/stylesheets/decidim/consultations/_video_wrapper.scss +0 -0
- data/app/{assets → packs}/stylesheets/decidim/consultations/banners/_block-banner.scss +0 -0
- data/app/{assets → packs}/stylesheets/decidim/consultations/consultations/_consultations-banner.scss +0 -0
- data/app/{assets → packs}/stylesheets/decidim/consultations/consultations/_consultations-card.scss +0 -0
- data/app/{assets → packs}/stylesheets/decidim/consultations/consultations/_consultations-header.scss +0 -0
- data/app/{assets → packs}/stylesheets/decidim/consultations/consultations/_consultations-home-banner.scss +0 -0
- data/app/{assets → packs}/stylesheets/decidim/consultations/consultations/_consultations-home-intro.scss +0 -0
- data/app/{assets → packs}/stylesheets/decidim/consultations/consultations/_consultations-intro.scss +0 -0
- data/app/{assets → packs}/stylesheets/decidim/consultations/consultations/_consultations-title.scss +0 -0
- data/app/{assets → packs}/stylesheets/decidim/consultations/consultations/_consultations_nav.scss +0 -0
- data/app/{assets → packs}/stylesheets/decidim/consultations/consultations/introductory_image.scss +0 -0
- data/app/packs/stylesheets/decidim/consultations/consultations.scss +14 -0
- data/app/{assets/stylesheets/decidim/consultations/highlighted-content-banner.css.scss → packs/stylesheets/decidim/consultations/highlighted-content-banner.scss} +0 -0
- data/app/queries/decidim/consultations/admin/admin_users.rb +16 -12
- data/app/views/decidim/consultations/_consultation.html.erb +1 -1
- data/app/views/decidim/consultations/admin/consultations/_form.html.erb +1 -1
- data/app/views/decidim/consultations/admin/question_configuration/_form.html.erb +1 -1
- data/app/views/decidim/consultations/admin/questions/_form.html.erb +1 -1
- data/app/views/decidim/consultations/consultations/_consultation_card.html.erb +1 -1
- data/app/views/decidim/consultations/consultations/_consultation_details.html.erb +1 -1
- data/app/views/decidim/consultations/consultations/_filters.html.erb +1 -0
- data/app/views/decidim/consultations/consultations/index.html.erb +1 -2
- data/app/views/decidim/consultations/question_multiple_votes/_voting_rules.html.erb +1 -1
- data/app/views/decidim/consultations/questions/_right_column.html.erb +1 -1
- data/app/views/decidim/consultations/questions/_vote_button.html.erb +1 -2
- data/app/views/decidim/consultations/questions/show.html.erb +3 -2
- data/app/views/layouts/decidim/_consultation_header.html.erb +1 -1
- data/app/views/layouts/decidim/_question_components.html.erb +1 -1
- data/app/views/layouts/decidim/_question_header.html.erb +1 -1
- data/app/views/layouts/decidim/admin/consultation.html.erb +1 -1
- data/app/views/layouts/decidim/admin/question.html.erb +4 -83
- data/config/assets.rb +9 -0
- data/config/locales/ar.yml +2 -8
- data/config/locales/ca.yml +5 -8
- data/config/locales/cs.yml +5 -8
- data/config/locales/de.yml +5 -8
- data/config/locales/el.yml +2 -8
- data/config/locales/en.yml +6 -8
- data/config/locales/es-MX.yml +5 -8
- data/config/locales/es-PY.yml +5 -8
- data/config/locales/es.yml +5 -8
- data/config/locales/eu.yml +2 -8
- data/config/locales/fi-plain.yml +5 -8
- data/config/locales/fi.yml +5 -8
- data/config/locales/fr-CA.yml +3 -9
- data/config/locales/fr-LU.yml +372 -0
- data/config/locales/fr.yml +2 -8
- data/config/locales/gl.yml +5 -8
- data/config/locales/hu.yml +2 -8
- data/config/locales/id-ID.yml +2 -8
- data/config/locales/is-IS.yml +2 -8
- data/config/locales/it.yml +6 -8
- data/config/locales/ja.yml +8 -8
- data/config/locales/lb-LU.yml +1 -0
- data/config/locales/lv.yml +2 -8
- data/config/locales/nl.yml +5 -8
- data/config/locales/no.yml +2 -8
- data/config/locales/pl.yml +5 -8
- data/config/locales/pt-BR.yml +90 -8
- data/config/locales/pt.yml +2 -8
- data/config/locales/ro-RO.yml +5 -8
- data/config/locales/ru.yml +2 -8
- data/config/locales/sk.yml +2 -8
- data/config/locales/sv.yml +5 -8
- data/config/locales/tr-TR.yml +2 -8
- data/config/locales/uk.yml +2 -8
- data/config/locales/zh-CN.yml +2 -8
- data/lib/decidim/api/consultation_question_type.rb +8 -0
- data/lib/decidim/api/consultation_type.rb +8 -0
- data/lib/decidim/consultations/admin_engine.rb +109 -24
- data/lib/decidim/consultations/engine.rb +6 -12
- data/lib/decidim/consultations/participatory_space.rb +46 -9
- data/lib/decidim/consultations/version.rb +1 -1
- metadata +37 -38
- data/app/assets/config/decidim_consultations_manifest.css +0 -3
- data/app/assets/config/decidim_consultations_manifest.js +0 -5
- data/app/assets/images/decidim/consultations/icon2.svg +0 -1
- data/app/assets/javascripts/decidim/consultations/show_more.js.es6 +0 -12
- data/app/assets/stylesheets/decidim/consultations/consultations.scss +0 -6
- data/app/helpers/decidim/consultations/admin/consultation_menu_helper.rb +0 -15
- data/config/locales/ja-JP.yml +0 -367
data/config/locales/ja-JP.yml
DELETED
@@ -1,367 +0,0 @@
|
|
1
|
-
ja:
|
2
|
-
activemodel:
|
3
|
-
attributes:
|
4
|
-
consultation:
|
5
|
-
banner_image: バナー画像
|
6
|
-
decidim_highlighted_scope_id: ハイライトされたスコープ
|
7
|
-
description: 説明
|
8
|
-
end_voting_date: 投票終了
|
9
|
-
introductory_image: 入門画像
|
10
|
-
introductory_video_url: 紹介ビデオ URL
|
11
|
-
questions: 質問
|
12
|
-
slug: URL スラグ
|
13
|
-
start_voting_date: 投票が始まります
|
14
|
-
subtitle: サブタイトル
|
15
|
-
title: タイトル
|
16
|
-
question:
|
17
|
-
banner_image: バナー画像
|
18
|
-
decidim_scope_id: 市町村地域
|
19
|
-
hashtag: ハッシュタグ
|
20
|
-
hero_image: ホーム画像
|
21
|
-
i_frame_url: 外部投票システムURL
|
22
|
-
instructions: 投票の追加手順
|
23
|
-
max_votes: 最大投票数
|
24
|
-
min_votes: 投票の最小数
|
25
|
-
origin_scope: スコープ
|
26
|
-
origin_title: 原点:
|
27
|
-
origin_url: 原点URL
|
28
|
-
participatory_scope: 参加範囲
|
29
|
-
promoter_group: プロモーターグループ
|
30
|
-
question_context: コンテキスト
|
31
|
-
reference: 参照
|
32
|
-
scope: 市町村地域
|
33
|
-
slug: URL スラグ
|
34
|
-
subtitle: サブタイトル
|
35
|
-
vote: 外部投票システム
|
36
|
-
what_is_decided: 決定されるもの
|
37
|
-
response:
|
38
|
-
decidim_consultations_response_group_id: グループ
|
39
|
-
errors:
|
40
|
-
models:
|
41
|
-
question:
|
42
|
-
attributes:
|
43
|
-
max_votes:
|
44
|
-
lower_than_min: 投票の最大数は最小数以上である必要があります。
|
45
|
-
vote:
|
46
|
-
decidim_consultations_response_id:
|
47
|
-
not_found: 応答が見つかりません。
|
48
|
-
activerecord:
|
49
|
-
errors:
|
50
|
-
models:
|
51
|
-
decidim/consultations/vote:
|
52
|
-
attributes:
|
53
|
-
question:
|
54
|
-
invalid_num_votes: 投票数が無効です
|
55
|
-
models:
|
56
|
-
decidim/consultation:
|
57
|
-
other: コンサルテーション数
|
58
|
-
decidim/consultations/question:
|
59
|
-
other: 質問
|
60
|
-
decidim/consultations/response:
|
61
|
-
other: 回答
|
62
|
-
decidim/consultations/vote:
|
63
|
-
other: 投票
|
64
|
-
decidim:
|
65
|
-
admin:
|
66
|
-
actions:
|
67
|
-
back_to_responses: 返信に戻る
|
68
|
-
new_consultation: 新規のご相談
|
69
|
-
new_question: 新しい質問
|
70
|
-
new_response: 新しい応答
|
71
|
-
new_response_group: 新しいグループ
|
72
|
-
publish_results: 結果を公開
|
73
|
-
response_groups: 応答グループの管理
|
74
|
-
unpublish_results: 結果を非公開にする
|
75
|
-
consultation_publications:
|
76
|
-
create:
|
77
|
-
error: この相談を公表する際に問題が発生しました。
|
78
|
-
success: 相談が正常に公開されました。
|
79
|
-
destroy:
|
80
|
-
error: この相談を非公開にする際に問題が発生しました。
|
81
|
-
success: 相談を非公開にしました。
|
82
|
-
consultation_results_publications:
|
83
|
-
create:
|
84
|
-
error: この協議の結果を公表する際に問題が発生しました。
|
85
|
-
success: 相談結果の公開に成功しました。
|
86
|
-
destroy:
|
87
|
-
error: この相談の結果を非公開にする際に問題が発生しました。
|
88
|
-
success: 相談結果を非公開にしました。
|
89
|
-
consultations:
|
90
|
-
create:
|
91
|
-
error: 新しい相談を作成する際に問題がありました。
|
92
|
-
success: コンサルティングを作成しました。
|
93
|
-
edit:
|
94
|
-
update: 更新
|
95
|
-
form:
|
96
|
-
slug_help: 'URLスラグは、この協議を指すURLを生成するために使用されます。 文字、数字、ダッシュのみを受け付け、文字で始める必要があります。例: %{url}'
|
97
|
-
title: 一般情報
|
98
|
-
index:
|
99
|
-
not_published: 未公開
|
100
|
-
published: 公開済み
|
101
|
-
new:
|
102
|
-
create: 作成
|
103
|
-
title: 新規のご相談
|
104
|
-
results:
|
105
|
-
not_visible: コンサルテーションが終了すると結果が表示されます
|
106
|
-
participants: "%{count} 人の参加者"
|
107
|
-
total_votes: '合計: %{count} 票'
|
108
|
-
update:
|
109
|
-
error: 相談の更新中に問題が発生しました。
|
110
|
-
success: 相談が更新されました。
|
111
|
-
menu:
|
112
|
-
consultations: コンサルテーション数
|
113
|
-
consultations_submenu:
|
114
|
-
info: 情報
|
115
|
-
questions: 質問
|
116
|
-
results: 結果
|
117
|
-
questions_submenu:
|
118
|
-
components: コンポーネント
|
119
|
-
configuration: 設定
|
120
|
-
consultation: 相談する
|
121
|
-
info: 情報
|
122
|
-
responses: 回答
|
123
|
-
models:
|
124
|
-
consultation:
|
125
|
-
fields:
|
126
|
-
created_at: 作成日時
|
127
|
-
published: 公開済み
|
128
|
-
title: タイトル
|
129
|
-
name:
|
130
|
-
other: コンサルテーション数
|
131
|
-
question:
|
132
|
-
fields:
|
133
|
-
created_at: 作成日時
|
134
|
-
published: 公開済み
|
135
|
-
title: タイトル
|
136
|
-
name:
|
137
|
-
other: 質問
|
138
|
-
response:
|
139
|
-
fields:
|
140
|
-
created_at: 作成日時
|
141
|
-
response_group: グループ
|
142
|
-
title: タイトル
|
143
|
-
name:
|
144
|
-
other: 回答
|
145
|
-
question_configuration:
|
146
|
-
disable_external_voting: 詳細設定の外部投票を無効にしてください
|
147
|
-
form:
|
148
|
-
help: 参加者が選択できる回答の最大数を増やすことで、複数の選択問題を設定します。 デフォルトの最大値は1で、1つの応答しか投票できません。
|
149
|
-
title: 高度な構成
|
150
|
-
question_publications:
|
151
|
-
create:
|
152
|
-
error: この質問を公開する際に問題が発生しました。
|
153
|
-
success: 質問を公開しました。
|
154
|
-
destroy:
|
155
|
-
error: この質問を非公開にする際に問題が発生しました。
|
156
|
-
success: 質問を非公開にしました。
|
157
|
-
questions:
|
158
|
-
create:
|
159
|
-
error: 新しい質問を作成中に問題が発生しました。
|
160
|
-
success: 問題が正常に作成されました。
|
161
|
-
destroy:
|
162
|
-
success: 問題を削除しました。
|
163
|
-
edit:
|
164
|
-
update: 更新
|
165
|
-
form:
|
166
|
-
title: 一般情報
|
167
|
-
index:
|
168
|
-
not_published: 未公開
|
169
|
-
published: 公開済み
|
170
|
-
new:
|
171
|
-
create: 作成
|
172
|
-
title: 新しい質問
|
173
|
-
update:
|
174
|
-
error: この質問の更新中に問題が発生しました。
|
175
|
-
success: 問題が正常に更新されました。
|
176
|
-
response_groups:
|
177
|
-
create:
|
178
|
-
error: 新しい応答グループの作成中に問題が発生しました。
|
179
|
-
success: 応答グループを作成しました。
|
180
|
-
destroy:
|
181
|
-
error: 応答グループの削除中に問題が発生しました。応答が依存していないことを確認してください。
|
182
|
-
success: 応答グループを削除しました。
|
183
|
-
edit:
|
184
|
-
update: 更新
|
185
|
-
form:
|
186
|
-
title: 一般情報
|
187
|
-
help: 複数の選択肢の質問をパッケージにまとめるためにグループを使用します。
|
188
|
-
new:
|
189
|
-
create: 作成
|
190
|
-
title: 新しい応答グループ
|
191
|
-
update:
|
192
|
-
error: この応答を更新中に問題が発生しました。
|
193
|
-
success: 応答が正常に更新されました。
|
194
|
-
responses:
|
195
|
-
create:
|
196
|
-
error: 新しい応答を作成する際に問題が発生しました。
|
197
|
-
success: レスポンスを作成しました。
|
198
|
-
destroy:
|
199
|
-
error: 応答の削除中に問題が発生しました。
|
200
|
-
success: 応答が正常に削除されました。
|
201
|
-
edit:
|
202
|
-
update: 更新
|
203
|
-
form:
|
204
|
-
title: 一般情報
|
205
|
-
new:
|
206
|
-
create: 作成
|
207
|
-
title: 新しい応答
|
208
|
-
update:
|
209
|
-
error: この応答を更新中に問題が発生しました。
|
210
|
-
success: 応答が正常に更新されました。
|
211
|
-
titles:
|
212
|
-
consultations: コンサルテーション数
|
213
|
-
questions: 質問
|
214
|
-
response_groups: 応答グループ
|
215
|
-
responses: 回答
|
216
|
-
results: 結果
|
217
|
-
consultations:
|
218
|
-
admin:
|
219
|
-
content_blocks:
|
220
|
-
highlighted_consultations:
|
221
|
-
max_results: 表示する要素の最大量
|
222
|
-
consultation:
|
223
|
-
start_voting_date: 投票が始まります
|
224
|
-
view_results: 結果を表示
|
225
|
-
consultation_card:
|
226
|
-
view_results: 結果を表示
|
227
|
-
consultations:
|
228
|
-
orders:
|
229
|
-
label: '並び替え相談:'
|
230
|
-
random: Random
|
231
|
-
recent: 直近のもの
|
232
|
-
show:
|
233
|
-
dates: 日付
|
234
|
-
content_blocks:
|
235
|
-
highlighted_consultations:
|
236
|
-
name: ハイライトされた相談
|
237
|
-
count:
|
238
|
-
title:
|
239
|
-
other: "%{count} 件のコンサルティング"
|
240
|
-
filters:
|
241
|
-
active: アクティブ
|
242
|
-
all: すべて
|
243
|
-
finished: 完了
|
244
|
-
search: 検索
|
245
|
-
state: ステータス
|
246
|
-
upcoming: 近日公開
|
247
|
-
filters_small_view:
|
248
|
-
close_modal: ウィンドウを閉じる
|
249
|
-
filter: フィルター
|
250
|
-
filter_by: フィルター
|
251
|
-
unfold: 展開する
|
252
|
-
highlighted_questions:
|
253
|
-
title: '%{scope_name} からの質問'
|
254
|
-
index:
|
255
|
-
title: コンサルテーション数
|
256
|
-
last_activity:
|
257
|
-
new_consultation: 新規のご相談
|
258
|
-
new_question_at_html: "<span> %{link}に新しい質問</span>"
|
259
|
-
pages:
|
260
|
-
home:
|
261
|
-
highlighted_consultations:
|
262
|
-
active_consultations: アクティブな相談format@@0
|
263
|
-
see_all_consultations: すべての相談を見る
|
264
|
-
voting_ends_in:
|
265
|
-
other: 投票は <strong>%{count} 日</strong>で終了します
|
266
|
-
voting_ends_today: 投票は今日終了 <strong></strong>
|
267
|
-
question:
|
268
|
-
take_part: 参加する
|
269
|
-
view_results: 結果を表示
|
270
|
-
votes_out_of:
|
271
|
-
other: 票のうち
|
272
|
-
question_multiple_votes:
|
273
|
-
results_rules:
|
274
|
-
minimum_votes_per_user:
|
275
|
-
description: 参加者は異なるオプションに最小 %{votes} 票を配布できます。
|
276
|
-
title: 許可されている複数の選択
|
277
|
-
total_participants: 合計 %{count} 人が投票に参加しました。
|
278
|
-
vote_limit:
|
279
|
-
description: 参加者は最大 %{limit} 件のオプションに投票できます。
|
280
|
-
voting_rules:
|
281
|
-
minimum_votes_per_user:
|
282
|
-
description: 少なくとも %{votes} 票を異なる選択肢に配布する必要があります。
|
283
|
-
title: '投票は以下のルールに従います:'
|
284
|
-
vote_limit:
|
285
|
-
description: 最大 %{limit} 個のオプションに投票できます。
|
286
|
-
left: 残り
|
287
|
-
votes: 投票
|
288
|
-
question_votes:
|
289
|
-
create:
|
290
|
-
error: 質問に投票中に問題が発生しました
|
291
|
-
success: 協議が終了するまで変更できます。最後の投票のみが承認されます。
|
292
|
-
title_error: 投票エラー!
|
293
|
-
title_success: 投票が正常に登録されました
|
294
|
-
regular_questions:
|
295
|
-
title: この相談のための質問
|
296
|
-
show:
|
297
|
-
badge_name:
|
298
|
-
finished: 完了
|
299
|
-
open: 開く
|
300
|
-
open_votes: 投票を開く
|
301
|
-
published_results: 結果を公開しました
|
302
|
-
footer_button_text:
|
303
|
-
debate: ディベート
|
304
|
-
view: 表示
|
305
|
-
view_results: 結果を表示
|
306
|
-
vote: 投票
|
307
|
-
unspecified: 指定されていない
|
308
|
-
help:
|
309
|
-
participatory_spaces:
|
310
|
-
consultations:
|
311
|
-
contextual: "<p><strong>コンサルテーション</strong>は、組織を形成するすべての人に明確な質問を投げかけ、コンサルテーションへの参加を呼びかけ、回答の賛否の議論に火をつけ、注文をつけることができるスペースです。コンサルテーションの日が来たら、投票をして、その結果を公開することができます。</p><p>例: コンサルテーションは組織に影響するどのようなことにも利用できます。例えば、いくつかの代替案から組織の名前やロゴを選び変更したり、より大きな組織の一部になるかどうか、イエスかノーかを決定したり、新しい戦略計画やワーキンググループの結果を検証したり拒否したり、ポジションが最大で 1、2、3 の委任のままであるべきかどうかを定義したりできます。</p>\n"
|
312
|
-
page: "<p><strong>コンサルテーション</strong>は、組織を形成するすべての人に明確な質問を投げかけ、コンサルテーションへの参加を呼びかけ、回答の賛否の議論に火をつけ、注文をつけることができるスペースです。コンサルテーションの日が来たら、投票をして、その結果を公開することができます。</p><p>例: コンサルテーションは組織に影響するどのようなことにも利用できます。例えば、いくつかの代替案から組織の名前やロゴを選び変更したり、より大きな組織の一部になるかどうか、イエスかノーかを決定したり、新しい戦略計画やワーキンググループの結果を検証したり拒否したり、ポジションが最大で 1、2、3 の委任のままであるべきかどうかを定義したりできます。</p>\n"
|
313
|
-
title: コンサルティングとは何ですか?
|
314
|
-
menu:
|
315
|
-
consultations: コンサルテーション数
|
316
|
-
pages:
|
317
|
-
home:
|
318
|
-
statistics:
|
319
|
-
consultations_count: コンサルテーション数
|
320
|
-
questions:
|
321
|
-
next_button: 次の質問
|
322
|
-
previous_button: 前の質問
|
323
|
-
results:
|
324
|
-
title: 結果
|
325
|
-
show:
|
326
|
-
read_more: もっと読む
|
327
|
-
statistics:
|
328
|
-
assistants_count_title: アシスタント
|
329
|
-
comments_count_title: コメント
|
330
|
-
meetings_count_title: ミーティング
|
331
|
-
supports_count_title: 投票
|
332
|
-
technical_info:
|
333
|
-
technical_data: 技術データ
|
334
|
-
vote_button:
|
335
|
-
already_voted: すでに投票済みです
|
336
|
-
already_voted_hover: 投票を取り消す
|
337
|
-
starting_from: '%{date} から開始'
|
338
|
-
verification_required: 投票するアカウントを確認してください
|
339
|
-
vote: 投票
|
340
|
-
vote_modal:
|
341
|
-
close_modal: モーダルを閉じる
|
342
|
-
contextual_help: オプションを選択してください。
|
343
|
-
title: '相談:質問投票'
|
344
|
-
vote_modal_confirm:
|
345
|
-
change: 変更
|
346
|
-
close_modal: モーダルを閉じる
|
347
|
-
confirm: 確認する
|
348
|
-
contextual_help: 選択したオプションを確認してください。
|
349
|
-
title: '相談:投票の確認'
|
350
|
-
resources:
|
351
|
-
consultations:
|
352
|
-
actions:
|
353
|
-
vote: 投票
|
354
|
-
layouts:
|
355
|
-
decidim:
|
356
|
-
admin:
|
357
|
-
question:
|
358
|
-
attachments: 添付ファイル
|
359
|
-
categories: カテゴリ
|
360
|
-
consultation_voting_data:
|
361
|
-
start_voting_date: 投票が始まります
|
362
|
-
question_components:
|
363
|
-
question_menu_item: 質問
|
364
|
-
unfold: 展開する
|
365
|
-
question_header:
|
366
|
-
back_to_consultation: すべての相談を見る
|
367
|
-
back_to_question: 質問に戻る
|