decidim-core 0.29.2 → 0.29.4
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/app/cells/decidim/address/show.erb +3 -3
- data/app/cells/decidim/author/show.erb +2 -4
- data/app/cells/decidim/content_blocks/participatory_space_extra_data/extra_data.erb +2 -2
- data/app/cells/decidim/participatory_space_dropdown_metadata/metadata.erb +4 -4
- data/app/cells/decidim/participatory_space_dropdown_metadata/show.erb +5 -3
- data/app/cells/decidim/profile_actions/show.erb +1 -1
- data/app/cells/decidim/report_button/already_reported_modal.erb +2 -2
- data/app/cells/decidim/report_button/flag_modal.erb +13 -27
- data/app/cells/decidim/report_button_cell.rb +2 -8
- data/app/cells/decidim/report_user_button/already_reported_modal.erb +11 -0
- data/app/cells/decidim/report_user_button/flag_modal.erb +46 -0
- data/app/cells/decidim/report_user_button/show.erb +2 -0
- data/app/cells/decidim/report_user_button_cell.rb +59 -0
- data/app/cells/decidim/resource_types_filter/show.erb +1 -1
- data/app/cells/decidim/resource_types_filter_cell.rb +6 -6
- data/app/cells/decidim/user_activity/show.erb +1 -1
- data/app/commands/decidim/create_omniauth_registration.rb +14 -8
- data/app/commands/decidim/create_report.rb +6 -7
- data/app/commands/decidim/invite_user.rb +1 -1
- data/app/commands/decidim/search.rb +14 -0
- data/app/controllers/concerns/decidim/participatory_space_context.rb +4 -1
- data/app/controllers/decidim/profiles_controller.rb +2 -2
- data/app/controllers/decidim/reports_controller.rb +7 -2
- data/app/controllers/decidim/user_activities_controller.rb +1 -1
- data/app/forms/decidim/account_form.rb +5 -2
- data/app/forms/decidim/omniauth_registration_form.rb +1 -1
- data/app/forms/decidim/registration_form.rb +1 -1
- data/app/helpers/decidim/menu_helper.rb +2 -2
- data/app/helpers/decidim/orders_helper.rb +2 -1
- data/app/helpers/decidim/paginate_helper.rb +1 -1
- data/app/helpers/decidim/participatory_space_helpers.rb +1 -1
- data/app/helpers/decidim/tooltip_helper.rb +4 -1
- data/app/jobs/decidim/hide_child_resources_job.rb +24 -0
- data/app/mailers/decidim/notifications_digest_mailer.rb +7 -1
- data/app/mailers/decidim/reported_mailer.rb +18 -2
- data/app/models/decidim/action_log.rb +1 -9
- data/app/models/decidim/report.rb +1 -1
- data/app/models/decidim/user.rb +0 -4
- data/app/models/decidim/user_base_entity.rb +4 -0
- data/app/packs/src/decidim/datepicker/datepicker_functions.js +3 -3
- data/app/packs/src/decidim/index.js +4 -2
- data/app/packs/src/decidim/input_character_counter.js +1 -1
- data/app/packs/src/decidim/map/provider/here.js +1 -1
- data/app/packs/stylesheets/decidim/_cards.scss +1 -1
- data/app/packs/stylesheets/decidim/_content_blocks.scss +4 -0
- data/app/packs/stylesheets/decidim/_hashtags.scss +5 -0
- data/app/packs/stylesheets/decidim/_header.scss +65 -40
- data/app/packs/stylesheets/decidim/application.scss +1 -0
- data/app/permissions/decidim/default_permissions.rb +2 -0
- data/app/presenters/decidim/log/user_presenter.rb +1 -0
- data/app/presenters/decidim/notification_to_mailer_presenter.rb +7 -3
- data/app/presenters/decidim/user_presenter.rb +1 -1
- data/app/queries/decidim/last_activity.rb +25 -0
- data/app/services/decidim/base_diff_renderer.rb +2 -0
- data/app/services/decidim/static_map_generator.rb +1 -1
- data/app/views/decidim/last_activities/index.html.erb +1 -1
- data/app/views/decidim/messaging/conversations/_reply_form.html.erb +1 -2
- data/app/views/decidim/messaging/conversations/_start.html.erb +1 -1
- data/app/views/decidim/reported_mailer/hidden_automatically.html.erb +25 -0
- data/app/views/decidim/reported_mailer/hidden_manually.html.erb +25 -0
- data/app/views/decidim/reported_mailer/report.html.erb +1 -1
- data/app/views/decidim/searches/_count.html.erb +1 -1
- data/app/views/decidim/searches/_filters.html.erb +40 -38
- data/app/views/decidim/shared/_orders.html.erb +2 -2
- data/app/views/decidim/shared/_results_per_page.html.erb +1 -1
- data/app/views/kaminari/decidim/_page.html.erb +1 -1
- data/app/views/kaminari/decidim/_paginator.html.erb +1 -1
- data/app/views/layouts/decidim/_logo.html.erb +2 -2
- data/app/views/layouts/decidim/footer/_main_legal.html.erb +1 -1
- data/app/views/layouts/decidim/header/_menu_breadcrumb_main_dropdown_desktop.html.erb +5 -11
- data/app/views/layouts/decidim/header/_menu_breadcrumb_mobile_tablet.html.erb +5 -5
- data/config/locales/ar.yml +41 -34
- data/config/locales/bg.yml +10 -30
- data/config/locales/bs-BA.yml +2 -0
- data/config/locales/ca-IT.yml +2122 -0
- data/config/locales/ca.yml +69 -30
- data/config/locales/cs.yml +73 -36
- data/config/locales/de.yml +64 -26
- data/config/locales/el.yml +10 -21
- data/config/locales/en.yml +56 -17
- data/config/locales/eo.yml +2 -0
- data/config/locales/es-MX.yml +69 -30
- data/config/locales/es-PY.yml +74 -35
- data/config/locales/es.yml +72 -33
- data/config/locales/eu.yml +128 -91
- data/config/locales/fi-plain.yml +44 -34
- data/config/locales/fi.yml +46 -36
- data/config/locales/fr-CA.yml +72 -29
- data/config/locales/fr.yml +71 -28
- data/config/locales/ga-IE.yml +4 -4
- data/config/locales/gl.yml +25 -20
- data/config/locales/hu.yml +9 -29
- data/config/locales/id-ID.yml +24 -21
- data/config/locales/is-IS.yml +10 -6
- data/config/locales/it.yml +35 -32
- data/config/locales/ja.yml +70 -30
- data/config/locales/lb.yml +24 -27
- data/config/locales/lt.yml +5 -23
- data/config/locales/lv.yml +18 -20
- data/config/locales/nl.yml +23 -23
- data/config/locales/no.yml +18 -21
- data/config/locales/pl.yml +7 -27
- data/config/locales/pt-BR.yml +11 -30
- data/config/locales/pt.yml +18 -21
- data/config/locales/ro-RO.yml +239 -92
- data/config/locales/ru.yml +23 -13
- data/config/locales/sk.yml +29 -23
- data/config/locales/sl.yml +4 -0
- data/config/locales/sr-CS.yml +2 -0
- data/config/locales/sv.yml +49 -37
- data/config/locales/tr-TR.yml +25 -28
- data/config/locales/uk.yml +12 -7
- data/config/locales/zh-CN.yml +18 -20
- data/config/locales/zh-TW.yml +8 -22
- data/db/migrate/20171212103803_create_unique_nicknames.rb +1 -1
- data/db/migrate/20180221101934_fix_nickname_index.rb +1 -1
- data/db/migrate/20180706104107_add_nickname_to_managed_users.rb +1 -1
- data/db/migrate/20181001124950_move_users_groups_to_users_table.rb +1 -1
- data/db/migrate/20190412131728_fix_user_names.rb +1 -1
- data/lib/decidim/asset_router/storage.rb +7 -2
- data/lib/decidim/attributes/time_with_zone.rb +5 -1
- data/lib/decidim/content_parsers/blob_parser.rb +10 -8
- data/lib/decidim/content_parsers/user_parser.rb +1 -1
- data/lib/decidim/core/test/shared_examples/reports_examples.rb +48 -6
- data/lib/decidim/core/test/shared_examples/social_share_examples.rb +32 -0
- data/lib/decidim/core/test/shared_examples/uncommentable_component_examples.rb +26 -0
- data/lib/decidim/core/test/shared_examples/versions_controller_examples.rb +26 -0
- data/lib/decidim/core/version.rb +1 -1
- data/lib/decidim/map/provider/dynamic_map/here.rb +1 -40
- data/lib/decidim/map/provider/static_map/here.rb +34 -0
- data/lib/decidim/moderation_tools.rb +16 -2
- data/lib/decidim/nicknamizable.rb +6 -9
- data/lib/decidim/reportable.rb +6 -2
- data/lib/decidim/translatable_attributes.rb +5 -1
- data/lib/tasks/upgrade/clean_hidden_resources.rake +33 -0
- data/lib/tasks/upgrade/decidim_fix_nickname_uniqueness.rake +23 -20
- metadata +17 -15
- data/app/cells/decidim/author/flag.erb +0 -6
- data/app/cells/decidim/author/flag_user.erb +0 -14
- data/app/cells/decidim/flag_modal/flag_user.erb +0 -34
- data/app/cells/decidim/flag_modal/show.erb +0 -52
- data/app/cells/decidim/flag_modal_cell.rb +0 -56
- data/app/cells/decidim/profile_sidebar/show.erb +0 -167
- data/app/cells/decidim/profile_sidebar_cell.rb +0 -68
- data/app/packs/src/decidim/vendor/leaflet-tilelayer-here.js +0 -212
- data/app/views/decidim/reported_mailer/hide.html.erb +0 -9
data/config/locales/ja.yml
CHANGED
@@ -4,10 +4,19 @@ ja:
|
|
4
4
|
attributes:
|
5
5
|
account:
|
6
6
|
delete_reason: アカウントを削除する理由
|
7
|
+
attachment:
|
8
|
+
documents: ドキュメント
|
9
|
+
image: 画像
|
10
|
+
photos: 写真
|
7
11
|
common:
|
8
12
|
created_at: 作成日時
|
13
|
+
content_block_attachment:
|
14
|
+
background_image: 背景画像
|
15
|
+
main_image: メイン画像
|
9
16
|
conversation:
|
10
17
|
body: 本文
|
18
|
+
editor_image:
|
19
|
+
file: ファイル
|
11
20
|
group:
|
12
21
|
about: グループについて
|
13
22
|
avatar: アバター
|
@@ -16,12 +25,15 @@ ja:
|
|
16
25
|
name: 名前
|
17
26
|
nickname: アカウントID
|
18
27
|
phone: 電話番号
|
28
|
+
import:
|
29
|
+
file: ファイル
|
19
30
|
message:
|
20
31
|
body: 本文
|
21
32
|
report:
|
22
33
|
details: 追加コメント
|
23
34
|
user:
|
24
35
|
about: 私について
|
36
|
+
avatar: アバター
|
25
37
|
email: あなたのメールアドレス
|
26
38
|
encrypted_password: パスワード
|
27
39
|
locale: 地域
|
@@ -33,6 +45,14 @@ ja:
|
|
33
45
|
personal_url: 個人用URL
|
34
46
|
remove_avatar: アバターを削除
|
35
47
|
tos_agreement: 利用規約
|
48
|
+
user_group:
|
49
|
+
avatar: アバター
|
50
|
+
errors:
|
51
|
+
models:
|
52
|
+
user:
|
53
|
+
attributes:
|
54
|
+
nickname:
|
55
|
+
format: ニックネームは小文字でスペースを含まない必要があります
|
36
56
|
models:
|
37
57
|
decidim/attachment_created_event: 添付ファイル
|
38
58
|
decidim/component_published_event: アクティブなコンポーネント
|
@@ -57,7 +77,7 @@ ja:
|
|
57
77
|
with_participatory_space: 参加型スペース
|
58
78
|
decidim/user:
|
59
79
|
current_password: 現在のパスワード
|
60
|
-
email: メールアドレス
|
80
|
+
email: Eメールアドレス
|
61
81
|
name: アカウントID
|
62
82
|
password: パスワード
|
63
83
|
password_confirmation: パスワードの確認
|
@@ -133,6 +153,7 @@ ja:
|
|
133
153
|
front_page_link: フロントページに移動
|
134
154
|
logo: "%{organization}の公式ロゴ"
|
135
155
|
opens_in_new_tab: 新しいタブで開く
|
156
|
+
secondary_menu: セカンダリメニュー
|
136
157
|
skip_button: メインコンテンツにスキップ
|
137
158
|
account:
|
138
159
|
blocked: このアカウントは利用規約に違反しているためブロックされています
|
@@ -482,6 +503,8 @@ ja:
|
|
482
503
|
dummy_step_attribute1: ダミーステップ属性1
|
483
504
|
dummy_step_attribute2: ダミーステップ属性2
|
484
505
|
dummy_step_translatable_text: ダミーフェーズ翻訳可能なテキスト
|
506
|
+
pagination:
|
507
|
+
page_title: "%{component_name} - %{current_page} / %{total_pages} ページ"
|
485
508
|
contact: お問い合わせ
|
486
509
|
content_blocks:
|
487
510
|
announcement:
|
@@ -530,7 +553,7 @@ ja:
|
|
530
553
|
metrics:
|
531
554
|
name: 組織の指標
|
532
555
|
participatory_space_metrics:
|
533
|
-
name:
|
556
|
+
name: 指標
|
534
557
|
participatory_space_stats:
|
535
558
|
name: 統計情報
|
536
559
|
social_networks_metadata:
|
@@ -566,7 +589,7 @@ ja:
|
|
566
589
|
create:
|
567
590
|
email_already_exists: 別のアカウントで同じメールアドレスを使用しています。
|
568
591
|
new:
|
569
|
-
complete_profile:
|
592
|
+
complete_profile: プロフィールを完了
|
570
593
|
nickname_help: '%{organization} でのニックネームです。文字、数字、''-'' および ''_'' のみを使用できます。'
|
571
594
|
sign_up: プロフィールを完成してください
|
572
595
|
subtitle: アカウントの作成を完了するため、次のフォームに記入してください
|
@@ -644,7 +667,6 @@ ja:
|
|
644
667
|
drag_and_drop_help: ドラッグ&ドロップまたは貼り付けることで画像を追加できます。
|
645
668
|
endorsement_buttons_cell:
|
646
669
|
already_endorsed: 取り消し
|
647
|
-
endorse: オススメ
|
648
670
|
endorsements:
|
649
671
|
identities:
|
650
672
|
done: 完了
|
@@ -718,6 +740,11 @@ ja:
|
|
718
740
|
email_outro: '%{amendable_title}をフォローしているため、この通知を受け取りました。前のリンクに続く通知の受信を停止することができます。'
|
719
741
|
email_subject: '%{amendable_title} から %{emendation_author_nickname} の修正が却下されました'
|
720
742
|
notification_title: <a href="%{emendation_path}">修正</a> <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> によって作成された <a href="%{amendable_path}">%{amendable_title}</a> は拒否されました。
|
743
|
+
emendation_promoted:
|
744
|
+
follower:
|
745
|
+
email_intro: '%{amendable_title}に対する修正案が公開されました。このページから確認できます:'
|
746
|
+
email_outro: あなたは %{amendable_title}の作者であるため、この通知を受け取りました。
|
747
|
+
email_subject: '%{emendation_author_nickname}による修正案が新しい%{amendable_type}として公開されました'
|
721
748
|
attachments:
|
722
749
|
attachment_created:
|
723
750
|
email_intro: '%{resource_title}に新しいドキュメントが追加されました。このページから見ることができます:'
|
@@ -790,8 +817,8 @@ ja:
|
|
790
817
|
user_group_updated:
|
791
818
|
email_intro: ユーザーグループ「 %{user_group_name} 」がプロフィールページをアップデートし、未承認のままになっています。 <a href="%{groups_admin_url}">管理画面</a>から承認してください。
|
792
819
|
email_outro: あなたはプラットフォームの管理者であるため、この通知を受け取りました。
|
793
|
-
email_subject:
|
794
|
-
notification_title: '%{user_group_name}
|
820
|
+
email_subject: ユーザーグループがプロフィールを更新しました
|
821
|
+
notification_title: '%{user_group_name} ユーザーグループがプロフィールを更新し、未検証のままにしました。 <a href="%{groups_admin_path}">管理画面</a> で確認できるようになりました。'
|
795
822
|
nickname_event:
|
796
823
|
notification_body: ニックネームの使用方法を修正し、重複をなくすために大文字小文字を区別しないようにしました。<br/> あなたのニックネームは他の同じ名前の方の後に登録されたため、自動的にリネームされました。<a href="%{link_to_account_settings}">アカウント設定</a>から変更することができます。
|
797
824
|
notification_event:
|
@@ -1158,6 +1185,8 @@ ja:
|
|
1158
1185
|
not_started: まだ開始していません
|
1159
1186
|
remaining: "残り %{time_distance}"
|
1160
1187
|
metrics:
|
1188
|
+
blocked_users:
|
1189
|
+
description: ブロックされた参加者数
|
1161
1190
|
download:
|
1162
1191
|
csv: ダウンロードデータ(CSV)
|
1163
1192
|
followers:
|
@@ -1168,6 +1197,10 @@ ja:
|
|
1168
1197
|
description: 組織内のアクティブな参加者数
|
1169
1198
|
object: 参加者
|
1170
1199
|
title: 参加者
|
1200
|
+
reported_users:
|
1201
|
+
description: 報告された参加者数
|
1202
|
+
user_reports:
|
1203
|
+
description: 参加者によって行われた報告数
|
1171
1204
|
users:
|
1172
1205
|
description: 組織の参加者数
|
1173
1206
|
object: 参加者
|
@@ -1233,11 +1266,13 @@ ja:
|
|
1233
1266
|
notifications_digest_mailer:
|
1234
1267
|
header:
|
1235
1268
|
daily: 日次の通知のダイジェスト
|
1269
|
+
real_time: リアルタイム
|
1236
1270
|
weekly: 週次の通知のダイジェスト
|
1237
1271
|
hello: こんにちは %{name} さん、
|
1238
1272
|
intro:
|
1239
1273
|
daily: 'あなたがフォローしているアクティビティに基づいた最終日以降の通知です:'
|
1240
|
-
|
1274
|
+
real_time: 'あなたがフォローしているアクティビティに基づいた通知です:'
|
1275
|
+
weekly: 'あなたがフォローしているアクティビティに基づいた先週以降の通知です:'
|
1241
1276
|
outro: このコンテンツまたは著者をフォローしているため、これらの通知を受け取りました。それぞれのページからフォローを解除できます。
|
1242
1277
|
see_more: 他の通知を見る
|
1243
1278
|
subject: あなたのメールダイジェストです
|
@@ -1335,7 +1370,7 @@ ja:
|
|
1335
1370
|
success: パスワードを更新しました。
|
1336
1371
|
profile:
|
1337
1372
|
deleted: 削除された参加者
|
1338
|
-
inaccessible_message:
|
1373
|
+
inaccessible_message: このプロフィールは利用規約違反のためアクセスできません!
|
1339
1374
|
profiles:
|
1340
1375
|
default_officialization_text_for_user_groups: このグループは公的に検証されており、その名前が実際の名前に対応していることが検証されています。
|
1341
1376
|
default_officialization_text_for_users: この参加者は公的に検証されます。彼/彼女の名前または役割が実名・実際の役割に対応していることが確認されています。
|
@@ -1351,41 +1386,41 @@ ja:
|
|
1351
1386
|
members: メンバー
|
1352
1387
|
officialized: 正規参加者
|
1353
1388
|
send_private_message: プライベートメッセージを送信
|
1354
|
-
sidebar:
|
1355
|
-
badges:
|
1356
|
-
info: バッジはプラットフォームで特定のアクティビティを実行することで獲得できます。
|
1357
|
-
title: バッジ
|
1358
1389
|
user:
|
1359
1390
|
actions:
|
1360
1391
|
create_user_group: グループを作成
|
1361
1392
|
disabled_message: メッセージ
|
1362
1393
|
edit_profile: プロフィールを編集
|
1363
1394
|
edit_user_group: グループプロフィールを編集
|
1364
|
-
invite_user:
|
1365
|
-
join_user_group:
|
1395
|
+
invite_user: 参加者の招待
|
1396
|
+
join_user_group: グループに参加するリクエスト
|
1366
1397
|
leave_user_group: グループから退出する
|
1367
1398
|
manage_user_group: グループを管理
|
1368
1399
|
manage_user_group_admins: 管理者の管理
|
1369
1400
|
manage_user_group_users: メンバーの管理
|
1370
1401
|
message: メッセージ
|
1371
|
-
resend_email_confirmation_instructions:
|
1402
|
+
resend_email_confirmation_instructions: 確認メールを再送信する
|
1372
1403
|
confirmation_instructions_sent: メール確認の手順を送信しました。
|
1373
|
-
create_user_group: グループを作成
|
1374
|
-
edit_profile: プロフィールを編集
|
1375
|
-
edit_user_group: グループプロファイルを編集
|
1376
1404
|
fill_in_email_to_confirm_it: グループのメールアドレスを入力して確認してください。
|
1377
|
-
invite_user: 参加者の招待
|
1378
|
-
join_user_group: グループに参加するリクエスト
|
1379
|
-
leave_user_group: グループから退出する
|
1380
|
-
manage_user_group_admins: 管理者の管理
|
1381
|
-
manage_user_group_users: メンバーの管理
|
1382
|
-
resend_email_confirmation_instructions: 確認メールを再送信する
|
1383
1405
|
reported_mailer:
|
1384
|
-
|
1385
|
-
|
1406
|
+
hidden_automatically:
|
1407
|
+
content: 通報されたコンテンツ
|
1408
|
+
details: 詳細
|
1409
|
+
hello: こんにちは %{name} さん、
|
1386
1410
|
manage_moderations: モデレーションの管理
|
1387
|
-
|
1411
|
+
participatory_space: 参加型スペース
|
1412
|
+
reason: 理由
|
1413
|
+
report_html: <p>以下の<a href="%{url}">コンテンツ</a>は自動的に非表示にされました。</p>
|
1388
1414
|
subject: リソースは自動的に非表示になりました
|
1415
|
+
hidden_manually:
|
1416
|
+
content: 通報されたコンテンツ
|
1417
|
+
details: 詳細
|
1418
|
+
hello: こんにちは %{name} さん、
|
1419
|
+
manage_moderations: モデレーションの管理
|
1420
|
+
participatory_space: 参加型スペース
|
1421
|
+
reason: 理由
|
1422
|
+
report_html: <p>以下の<a href="%{url}">コンテンツ</a>は %{moderator} によって非表示にされました。</p>
|
1423
|
+
subject: リソースは%{moderator}によって非表示にされました
|
1389
1424
|
report:
|
1390
1425
|
authors: 著者
|
1391
1426
|
content: 報告されたコンテンツ
|
@@ -1403,6 +1438,10 @@ ja:
|
|
1403
1438
|
create:
|
1404
1439
|
error: レポートの作成中にエラーが発生しました。もう一度やり直してください。
|
1405
1440
|
success: レポートは正常に作成され、管理者によってレビューされます。
|
1441
|
+
hide:
|
1442
|
+
success: このリソースは非表示になっています。
|
1443
|
+
parent_hidden:
|
1444
|
+
report_details: 親リソースは非表示
|
1406
1445
|
resource_endorsements:
|
1407
1446
|
create:
|
1408
1447
|
error: オススメする際に問題がありました。
|
@@ -1471,14 +1510,13 @@ ja:
|
|
1471
1510
|
flag_user_modal:
|
1472
1511
|
already_reported: このコンテンツはすでに報告されており、管理者が確認します。
|
1473
1512
|
block: この参加者をブロック
|
1474
|
-
|
1475
|
-
description: ユーザーに不適切なのはどの点ですか?
|
1513
|
+
description: この参加者の不適切な点は何ですか?
|
1476
1514
|
does_not_belong: 違法行為、自殺の脅威、個人情報、または %{organization_name} に属していないと思われる何かが含まれています。
|
1477
1515
|
hide: すべての内容を隠す
|
1478
1516
|
offensive: 人種差別、性差別、中傷、個人攻撃、死の脅威、自殺要求や何かしらの形態のヘイトスピーチが含まれています。
|
1479
1517
|
report: 報告
|
1480
1518
|
spam: 虚偽情報、広告、詐欺やスクリプトボットが含まれています。
|
1481
|
-
title:
|
1519
|
+
title: 不適切な参加者を報告する
|
1482
1520
|
floating_help:
|
1483
1521
|
help: ヘルプ
|
1484
1522
|
follow_button:
|
@@ -1928,6 +1966,8 @@ ja:
|
|
1928
1966
|
expire_time_html: このログインセッションは <b><span class="minutes">%{minutes}</span> 分後に無効になります。</b>.
|
1929
1967
|
language_chooser:
|
1930
1968
|
choose_language: 言語を選択
|
1969
|
+
navigation:
|
1970
|
+
aria_label: 'ナビゲーションメニュー: %{title}'
|
1931
1971
|
notifications_dashboard:
|
1932
1972
|
mark_all_as_read: すべての通知を削除する
|
1933
1973
|
mark_as_read: 既読にする
|
data/config/locales/lb.yml
CHANGED
@@ -29,6 +29,8 @@ lb:
|
|
29
29
|
password_confirmation: Bestäteg däi Passwuert
|
30
30
|
personal_url: Perséinlech URL
|
31
31
|
remove_avatar: Avatar läschen
|
32
|
+
user_group:
|
33
|
+
avatar: Profil-Bild
|
32
34
|
models:
|
33
35
|
decidim/attachment_created_event: Unhang
|
34
36
|
decidim/component_published_event: Aktiv Komponent
|
@@ -370,6 +372,8 @@ lb:
|
|
370
372
|
view_all: Alles gesinn
|
371
373
|
metrics:
|
372
374
|
name: Organisations-Metriken
|
375
|
+
participatory_space_metrics:
|
376
|
+
name: Statistiken
|
373
377
|
stats:
|
374
378
|
name: Organisations-Statistiken
|
375
379
|
sub_hero:
|
@@ -640,7 +644,7 @@ lb:
|
|
640
644
|
current_admins: 'Aktuell Admins:'
|
641
645
|
manage_admins: Admins verwalten
|
642
646
|
group_invites:
|
643
|
-
accept_invitation:
|
647
|
+
accept_invitation: Acceptéieren
|
644
648
|
accept_or_reject_group_invitations: 'Dës Gruppen hunn dech agelueden dech hinnen unzeschléissen. Hir Ufroen unhuelen oder refuséieren:'
|
645
649
|
index:
|
646
650
|
invite: Alueden
|
@@ -671,7 +675,7 @@ lb:
|
|
671
675
|
success: Aus dem Grupp ausgetrueden.
|
672
676
|
members:
|
673
677
|
accept_or_reject_join_requests: 'Dës Benotzer hunn ugefrot dësem Grupp bäizetrieden. Hir Ufroen unhuelen oder refuséieren:'
|
674
|
-
accept_request:
|
678
|
+
accept_request: Acceptéieren
|
675
679
|
reject_request: Refuséieren
|
676
680
|
new:
|
677
681
|
create_user_group: Grupp erstellen
|
@@ -751,7 +755,7 @@ lb:
|
|
751
755
|
subject: "%{sender} huet eng Konversatioun mam %{group} ugefaangen"
|
752
756
|
new_group_message:
|
753
757
|
admin_in_group: Du kriss dat heiten, well du bass Administrateur am %{group}.
|
754
|
-
greeting: Moien
|
758
|
+
greeting: Moien %{recipient}!
|
755
759
|
intro: "%{sender} huet nei Noriichten gepost an der Konversatioun mam Grupp %{group}. Klick hei fir se ze gesinn:"
|
756
760
|
subject: "%{group} hat neue Nachrichten von %{sender}"
|
757
761
|
new_message:
|
@@ -773,6 +777,8 @@ lb:
|
|
773
777
|
new_conversation: Nei Konversatioun
|
774
778
|
next: Weider
|
775
779
|
title: Konversatiounen
|
780
|
+
reply_form:
|
781
|
+
placeholder: Deng Äntwert...
|
776
782
|
show:
|
777
783
|
back: Zeréck bei all d'Konversatiounen
|
778
784
|
chat_with: Konversatioun mat
|
@@ -786,15 +792,15 @@ lb:
|
|
786
792
|
followers:
|
787
793
|
description: Zuel vun den Teilnehmer, déi dësem Konversatiouns-Espace nofollegen
|
788
794
|
object: Follower
|
789
|
-
title:
|
795
|
+
title: Unhänger
|
790
796
|
participants:
|
791
797
|
description: Zuel vun den aktiven Teilnehmer an dëser Organisatioun
|
792
798
|
object: Teilnehmer
|
793
|
-
title:
|
799
|
+
title: Benotzer
|
794
800
|
users:
|
795
801
|
description: Zuel vun den Teilnehmer an dëser Organisatioun
|
796
802
|
object: Teilnehmer
|
797
|
-
title:
|
803
|
+
title: Benotzer
|
798
804
|
newsletter_mailer:
|
799
805
|
newsletter:
|
800
806
|
unsubscribe: Fir dës Zort Email ofzebestellen, <a href="%{link}" target="_blank" class="unsubscribe">Abbestellen</a>.
|
@@ -890,30 +896,24 @@ lb:
|
|
890
896
|
conversations: Konversatiounen
|
891
897
|
followers: Unhänger
|
892
898
|
following: Geet no
|
899
|
+
group_admins: Admins verwalten
|
900
|
+
group_members: Memberen verwalten
|
893
901
|
groups: Gruppen
|
894
902
|
members: Memberen
|
895
903
|
officialized: Offiziellen Teilnehmer
|
896
904
|
send_private_message: Privat Noriicht schécken
|
897
|
-
sidebar:
|
898
|
-
badges:
|
899
|
-
info: Ofzeechen kann een sech verdéngen, andeems een bestëmmten Aktivitéiten op der Plattform duerchféiert.
|
900
|
-
title: Ofzeechen
|
901
905
|
user:
|
902
|
-
|
903
|
-
|
904
|
-
|
905
|
-
|
906
|
-
|
907
|
-
|
908
|
-
|
909
|
-
|
910
|
-
|
906
|
+
actions:
|
907
|
+
create_user_group: Grupp erstellen
|
908
|
+
edit_profile: Profil beaarbechten
|
909
|
+
edit_user_group: Profil vum Grupp beaarbechten
|
910
|
+
invite_user: En Teilnehmer alueden
|
911
|
+
join_user_group: Ufro engem Grupp bäitrieden ze dierfen
|
912
|
+
leave_user_group: Grupp verloossen
|
913
|
+
manage_user_group_admins: Admins verwalten
|
914
|
+
manage_user_group_users: Memberen verwalten
|
915
|
+
resend_email_confirmation_instructions: Den Email mat der Confirmatioun vun den Instruktiounen op en Neits schécken
|
911
916
|
reported_mailer:
|
912
|
-
hide:
|
913
|
-
hello: Moien %{name}
|
914
|
-
manage_moderations: Moderatiounen verwalten
|
915
|
-
report_html: <p>Den folgenden Inhalt <a href="%{url}">Inhalt</a> gouf automatesch ausgeblent.</p>
|
916
|
-
subject: Eng Ressource gouf automatesch ausgeblent
|
917
917
|
report:
|
918
918
|
authors: Auteuren
|
919
919
|
content: Inhalt gouf gemellt
|
@@ -990,12 +990,9 @@ lb:
|
|
990
990
|
title: Inhalt mellen den net zoulässeg ass
|
991
991
|
flag_user_modal:
|
992
992
|
already_reported: Dësen Inhalt gouf scho gemellt an gëtt duerch en Admin nogekuckt.
|
993
|
-
close: Zoumaachen
|
994
|
-
description: Wat huet dësen Benotzer gemaach, wat net zoulässeg ass?
|
995
993
|
offensive: Enthält Rassismus, Sexismus, Verleumdung, perséinlechen Ugrëff, Doudesdreeung, Opfuerderung zu Selbstmord oder aner Formen vun Haassrieden.
|
996
994
|
report: Bericht
|
997
995
|
spam: Enthält Klickbait, Reklamm, Bedruch oder Script-Bots.
|
998
|
-
title: Notzer mellen den net zoulässeg ass
|
999
996
|
floating_help:
|
1000
997
|
help: Hëllef
|
1001
998
|
participatory_space_filters:
|
data/config/locales/lt.yml
CHANGED
@@ -31,6 +31,8 @@ lt:
|
|
31
31
|
personal_url: Asmeninis URL
|
32
32
|
remove_avatar: Pašalinti avatarą
|
33
33
|
tos_agreement: Paslaugos sutarties sąlygos
|
34
|
+
user_group:
|
35
|
+
avatar: Avataras
|
34
36
|
models:
|
35
37
|
decidim/attachment_created_event: Priedas
|
36
38
|
decidim/component_published_event: Aktyvusis komponentas
|
@@ -663,7 +665,6 @@ lt:
|
|
663
665
|
drag_and_drop_help: Pridėkite paveikslėlius juos užvesdami ant lango arba juos įklijuodami.
|
664
666
|
endorsement_buttons_cell:
|
665
667
|
already_endorsed: Nepatinka
|
666
|
-
endorse: Patinka
|
667
668
|
endorsements:
|
668
669
|
identities:
|
669
670
|
done: Atlikta
|
@@ -1338,14 +1339,12 @@ lt:
|
|
1338
1339
|
conversations: Pokalbiai
|
1339
1340
|
followers: Sekėjai
|
1340
1341
|
following: Seka
|
1342
|
+
group_admins: Valdyti administratorių duomenis
|
1343
|
+
group_members: Valdyti narius
|
1341
1344
|
groups: Grupės
|
1342
1345
|
members: Nariai
|
1343
1346
|
officialized: Patikrintas dalyvis
|
1344
1347
|
send_private_message: Siųsti asmeninę žinutę
|
1345
|
-
sidebar:
|
1346
|
-
badges:
|
1347
|
-
info: Ženkleliai pelnomi vykdant konkrečias veiklas platformoje.
|
1348
|
-
title: Ženkleliai
|
1349
1348
|
user:
|
1350
1349
|
actions:
|
1351
1350
|
create_user_group: Sukurti grupę
|
@@ -1359,24 +1358,10 @@ lt:
|
|
1359
1358
|
manage_user_group_admins: Valdyti administratorių duomenis
|
1360
1359
|
manage_user_group_users: Valdyti narius
|
1361
1360
|
message: Pranešimas
|
1362
|
-
resend_email_confirmation_instructions:
|
1361
|
+
resend_email_confirmation_instructions: Persiųsti patvirtinimo nurodymus el. paštu
|
1363
1362
|
confirmation_instructions_sent: Patvirtinimo el. laiškas išsiųstas.
|
1364
|
-
create_user_group: Sukurti grupę
|
1365
|
-
edit_profile: Redaguoti profilį
|
1366
|
-
edit_user_group: Redaguoti grupės profilį
|
1367
1363
|
fill_in_email_to_confirm_it: Prašau įveskite grupės el. paštą tam, kad jį patvirtinti.
|
1368
|
-
invite_user: Kviesti dalyvį
|
1369
|
-
join_user_group: Prašyti prisijungti prie grupės
|
1370
|
-
leave_user_group: Palikti grupę
|
1371
|
-
manage_user_group_admins: Tvarkyti administratorius
|
1372
|
-
manage_user_group_users: Valdyti narius
|
1373
|
-
resend_email_confirmation_instructions: Persiųsti patvirtinimo nurodymus el. paštu
|
1374
1364
|
reported_mailer:
|
1375
|
-
hide:
|
1376
|
-
hello: Sveiki %{name},
|
1377
|
-
manage_moderations: Tvarkyti vedamas diskusijas
|
1378
|
-
report_html: <p>Toliau pateikiamas <a href="%{url}">turinys</a> paslėptas automatiškai.</p>
|
1379
|
-
subject: Išteklius paslėptas automatiškai
|
1380
1365
|
report:
|
1381
1366
|
authors: Autoriai
|
1382
1367
|
content: Turinys, apie kurį pranešta
|
@@ -1459,14 +1444,11 @@ lt:
|
|
1459
1444
|
flag_user_modal:
|
1460
1445
|
already_reported: Apie šį turinį jau pranešta ir jį peržiūrės administratorius.
|
1461
1446
|
block: Blokuoti šį naudotoją
|
1462
|
-
close: Uždaryti
|
1463
|
-
description: Kas netinka apie naudotoją?
|
1464
1447
|
does_not_belong: Pateikiama informacija yra neteisėta veikla, grasinimai nusižudyti, asmeninė informacija arba tai, kas, jūsų nuomone, nepriklauso %{organization_name}.
|
1465
1448
|
hide: Slėpti visą jų turinį
|
1466
1449
|
offensive: Pateikiamoje informacijoje yra rasizmo, seksizmo, keiksmažodžių, asmeninių atakų, grasinimų ar kitokios neapykantos kalbos.
|
1467
1450
|
report: Pranešti
|
1468
1451
|
spam: Pateikiamoje informacijoje yra reklamos, antraščių mąsalo ar apgavysčių.
|
1469
|
-
title: Pranešti apie netinkamą turinį
|
1470
1452
|
floating_help:
|
1471
1453
|
help: Pagalba
|
1472
1454
|
mentions_modal:
|
data/config/locales/lv.yml
CHANGED
@@ -23,6 +23,8 @@ lv:
|
|
23
23
|
password_confirmation: Apstiprināt jūsu paroli
|
24
24
|
personal_url: Personīgais URL
|
25
25
|
remove_avatar: Noņemt avatāru
|
26
|
+
user_group:
|
27
|
+
avatar: Avatārs
|
26
28
|
models:
|
27
29
|
decidim/attachment_created_event: Pielikums
|
28
30
|
decidim/component_published_event: Aktīvs komponents
|
@@ -319,6 +321,8 @@ lv:
|
|
319
321
|
view_all: Skatīt visu
|
320
322
|
metrics:
|
321
323
|
name: Organizācijas rādītāji
|
324
|
+
participatory_space_metrics:
|
325
|
+
name: Rādītāji
|
322
326
|
stats:
|
323
327
|
name: Organizācijas statistika
|
324
328
|
sub_hero:
|
@@ -681,6 +685,8 @@ lv:
|
|
681
685
|
new_conversation: Jauna saruna
|
682
686
|
next: Nākamais
|
683
687
|
title: Sarunas
|
688
|
+
reply_form:
|
689
|
+
placeholder: Jūsu atbilde...
|
684
690
|
show:
|
685
691
|
chat_with: Saruna ar
|
686
692
|
title: Saruna ar %{usernames}
|
@@ -694,11 +700,9 @@ lv:
|
|
694
700
|
participants:
|
695
701
|
description: Aktīvo dalībnieku skaits organizācijā
|
696
702
|
object: dalībnieki
|
697
|
-
title: Dalībnieki
|
698
703
|
users:
|
699
704
|
description: Dalībnieku skaits organizācijā
|
700
705
|
object: dalībnieki
|
701
|
-
title: Dalībnieki
|
702
706
|
newsletter_mailer:
|
703
707
|
newsletter:
|
704
708
|
unsubscribe: Lai atteiktos no šāda veida e-pasta saņemšanas, <a href="%{link}" target="_blank" class="unsubscribe"> Anulēt abonementu</a>.
|
@@ -791,28 +795,22 @@ lv:
|
|
791
795
|
conversations: Sarunas
|
792
796
|
followers: Sekotāji
|
793
797
|
following: Seko
|
798
|
+
group_admins: Pārvaldīt administratorus
|
799
|
+
group_members: Pārvaldīt biedrus
|
794
800
|
groups: Grupas
|
795
801
|
members: Dalībnieki
|
796
|
-
sidebar:
|
797
|
-
badges:
|
798
|
-
info: Žetoni tiek nopelnīti, veicot noteiktas darbības platformā.
|
799
|
-
title: Žetoni
|
800
802
|
user:
|
801
|
-
|
802
|
-
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
|
803
|
+
actions:
|
804
|
+
create_user_group: Izveidot grupu
|
805
|
+
edit_profile: Rediģēt profilu
|
806
|
+
edit_user_group: Rediģēt grupas profilu
|
807
|
+
invite_user: Uzaicināt dalībnieku
|
808
|
+
join_user_group: Pieteikums pievienoties grupai
|
809
|
+
leave_user_group: Pamest grupu
|
810
|
+
manage_user_group_admins: Pārvaldīt administratorus
|
811
|
+
manage_user_group_users: Pārvaldīt biedrus
|
812
|
+
resend_email_confirmation_instructions: Atkārtoti e-pastā nosūtīt apstiprināšanas norādījumus
|
810
813
|
reported_mailer:
|
811
|
-
hide:
|
812
|
-
hello: Sveiki, %{name}!
|
813
|
-
manage_moderations: Pārvaldiet moderāciju
|
814
|
-
report_html: <p> Šis <a href="%{url}"> saturs </a> ir paslēpts automātiski.</p>
|
815
|
-
subject: Vienums ir automātiski paslēpts
|
816
814
|
report:
|
817
815
|
hello: Sveiki, %{name}!
|
818
816
|
report_html: <p> Par šo <a href="%{url}"> saturu </a> ir ziņots.</p>
|
data/config/locales/nl.yml
CHANGED
@@ -29,6 +29,8 @@ nl:
|
|
29
29
|
password_confirmation: Bevestig uw wachtwoord
|
30
30
|
personal_url: Persoonlijke URL
|
31
31
|
remove_avatar: Verwijder avatar
|
32
|
+
user_group:
|
33
|
+
avatar: Profielafbeelding
|
32
34
|
models:
|
33
35
|
decidim/attachment_created_event: Bijlage
|
34
36
|
decidim/component_published_event: Actieve component
|
@@ -44,7 +46,7 @@ nl:
|
|
44
46
|
attributes:
|
45
47
|
decidim/user:
|
46
48
|
current_password: Huidige wachtwoord
|
47
|
-
email: E-
|
49
|
+
email: E-mail
|
48
50
|
name: Bijnaam
|
49
51
|
password: Wachtwoord
|
50
52
|
password_confirmation: Wachtwoordbevestiging
|
@@ -370,6 +372,8 @@ nl:
|
|
370
372
|
view_all: Bekijk alles
|
371
373
|
metrics:
|
372
374
|
name: Organisatie statistieken
|
375
|
+
participatory_space_metrics:
|
376
|
+
name: Deelname in cijfers
|
373
377
|
stats:
|
374
378
|
name: Organisatie statistieken
|
375
379
|
sub_hero:
|
@@ -734,12 +738,12 @@ nl:
|
|
734
738
|
conversation_mailer:
|
735
739
|
comanagers_new_conversation:
|
736
740
|
admin_in_group: Je ontvangt dit omdat je een beheerder bent in %{group}.
|
737
|
-
greeting:
|
741
|
+
greeting: Hallo, %{recipient}!
|
738
742
|
intro: "%{manager} is een nieuw gesprek begonnen in de naam van %{group}. Klik hier om het te zien:"
|
739
743
|
subject: "%{manager} is een nieuw gesprek begonnen als %{group}"
|
740
744
|
comanagers_new_message:
|
741
745
|
admin_in_group: Je ontvangt dit omdat je een beheerder bent in %{group}.
|
742
|
-
greeting:
|
746
|
+
greeting: Hallo, %{recipient}!
|
743
747
|
intro: "%{manager} heeft nieuwe berichten gepost in een gesprek in de naam van %{group}. Klik hier om ze te bekijken:"
|
744
748
|
subject: "%{manager} heeft nieuwe berichten verzonden als %{group}"
|
745
749
|
new_conversation:
|
@@ -748,12 +752,12 @@ nl:
|
|
748
752
|
subject: "%{sender} is een gesprek met je begonnen"
|
749
753
|
new_group_conversation:
|
750
754
|
admin_in_group: Je ontvangt dit omdat je een beheerder bent in %{group}.
|
751
|
-
greeting:
|
755
|
+
greeting: Hallo, %{recipient}!
|
752
756
|
intro: "%{sender} is een nieuw gesprek begonnen met de groep %{group}. Klik hier om het te zien:"
|
753
757
|
subject: "%{sender} is een gesprek begonnen met %{group}"
|
754
758
|
new_group_message:
|
755
759
|
admin_in_group: Je ontvangt dit omdat je een beheerder bent in %{group}.
|
756
|
-
greeting:
|
760
|
+
greeting: Hallo, %{recipient}!
|
757
761
|
intro: "%{sender} heeft nieuwe berichten gepost in een gesprek met de groep %{group}. Klik hier om het te zien:"
|
758
762
|
subject: "%{group} heeft nieuwe berichten van %{sender}"
|
759
763
|
new_message:
|
@@ -775,6 +779,8 @@ nl:
|
|
775
779
|
new_conversation: Nieuwe conversatie
|
776
780
|
next: Volgende
|
777
781
|
title: conversaties
|
782
|
+
reply_form:
|
783
|
+
placeholder: Jouw antwoord...
|
778
784
|
show:
|
779
785
|
back: Terug naar alle gesprekken
|
780
786
|
chat_with: Gesprek met
|
@@ -902,29 +908,23 @@ nl:
|
|
902
908
|
conversations: Gesprekken
|
903
909
|
followers: Volgers
|
904
910
|
following: Aan het volgen
|
911
|
+
group_admins: Beheer beheerders
|
912
|
+
group_members: Leden beheren
|
905
913
|
groups: Groepen
|
906
914
|
members: Leden
|
907
915
|
officialized: Officiële gebruiker
|
908
|
-
sidebar:
|
909
|
-
badges:
|
910
|
-
info: Badges worden verdiend door specifieke activiteiten uit te voeren op het platform.
|
911
|
-
title: Badges
|
912
916
|
user:
|
913
|
-
|
914
|
-
|
915
|
-
|
916
|
-
|
917
|
-
|
918
|
-
|
919
|
-
|
920
|
-
|
921
|
-
|
917
|
+
actions:
|
918
|
+
create_user_group: Maak een groep
|
919
|
+
edit_profile: Bewerk profiel
|
920
|
+
edit_user_group: Bewerk groepsprofiel
|
921
|
+
invite_user: Nodig deelnemer uit
|
922
|
+
join_user_group: Verzoek om lid te worden van de groep
|
923
|
+
leave_user_group: Verlaat groep
|
924
|
+
manage_user_group_admins: Beheer beheerders
|
925
|
+
manage_user_group_users: Leden beheren
|
926
|
+
resend_email_confirmation_instructions: Verzend instructies voor e-mailbevestiging opnieuw
|
922
927
|
reported_mailer:
|
923
|
-
hide:
|
924
|
-
hello: Hallo %{name},
|
925
|
-
manage_moderations: Beheer moderaties
|
926
|
-
report_html: <p>De volgende <a href="%{url}">content</a> is automatisch verborgen.</p>
|
927
|
-
subject: Een bron is automatisch verborgen
|
928
928
|
report:
|
929
929
|
authors: Auteurs
|
930
930
|
content: Gerapporteerde inhoud
|