decidim-core 0.28.4 → 0.28.6
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/activity_cell.rb +1 -4
- data/app/cells/decidim/author/show.erb +5 -4
- data/app/cells/decidim/author_cell.rb +26 -0
- data/app/cells/decidim/card_s/show.erb +5 -3
- data/app/cells/decidim/diff_cell.rb +4 -0
- data/app/cells/decidim/newsletter_templates/image_text_cta_cell.rb +1 -1
- data/app/cells/decidim/participatory_space_dropdown_metadata/show.erb +5 -3
- 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/translation_bar/show.erb +3 -3
- data/app/cells/decidim/translation_bar_cell.rb +1 -1
- data/app/cells/decidim/user_activity/show.erb +1 -1
- data/app/commands/decidim/create_omniauth_registration.rb +14 -8
- data/app/commands/decidim/destroy_account.rb +3 -0
- data/app/commands/decidim/search.rb +14 -0
- data/app/controllers/decidim/doorkeeper/credentials_controller.rb +1 -1
- data/app/controllers/decidim/links_controller.rb +1 -1
- data/app/controllers/decidim/profiles_controller.rb +6 -2
- data/app/controllers/decidim/reports_controller.rb +1 -1
- data/app/controllers/decidim/user_activities_controller.rb +1 -1
- data/app/forms/decidim/account_form.rb +5 -2
- data/app/helpers/concerns/decidim/user_role_checker.rb +46 -0
- data/app/helpers/decidim/cta_button_helper.rb +1 -1
- data/app/helpers/decidim/map_helper.rb +6 -1
- data/app/helpers/decidim/orders_helper.rb +2 -1
- data/app/helpers/decidim/participatory_space_helpers.rb +1 -1
- data/app/helpers/decidim/sanitize_helper.rb +11 -2
- data/app/models/decidim/attachment.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/append_redirect_url_to_modals.js +14 -6
- data/app/packs/src/decidim/direct_uploads/upload_field.js +21 -8
- data/app/packs/src/decidim/index.js +5 -0
- data/app/packs/src/decidim/map/provider/here.js +1 -1
- data/app/packs/src/decidim/remote_tooltips.js +38 -0
- data/app/packs/src/decidim/toggle.js +1 -1
- data/app/packs/src/decidim/tooltips.js +42 -22
- data/app/packs/stylesheets/decidim/_hashtags.scss +5 -0
- data/app/packs/stylesheets/decidim/_header.scss +20 -2
- data/app/packs/stylesheets/decidim/_profile.scss +1 -1
- data/app/packs/stylesheets/decidim/_progress-bar.scss +1 -1
- data/app/packs/stylesheets/decidim/application.scss +1 -0
- data/app/packs/stylesheets/decidim/legacy/conference-diploma.scss +2 -1
- data/app/presenters/decidim/attachment_presenter.rb +1 -1
- data/app/presenters/decidim/log/user_presenter.rb +1 -0
- data/app/services/decidim/base_diff_renderer.rb +28 -2
- data/app/services/decidim/email_notification_generator.rb +14 -5
- 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/pages/_tabbed.html.erb +2 -2
- data/app/views/decidim/reported_mailer/hide.html.erb +1 -1
- 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/layouts/decidim/header/_menu_breadcrumb_mobile_tablet.html.erb +1 -1
- data/config/locales/ar.yml +55 -12
- data/config/locales/bg.yml +17 -8
- data/config/locales/bn-BD.yml +1 -0
- data/config/locales/bs-BA.yml +100 -0
- data/config/locales/ca-IT.yml +2115 -0
- data/config/locales/ca.yml +69 -22
- data/config/locales/cs.yml +62 -15
- data/config/locales/de.yml +67 -20
- data/config/locales/el.yml +17 -2
- data/config/locales/en.yml +47 -0
- data/config/locales/eo.yml +2 -0
- data/config/locales/es-MX.yml +61 -14
- data/config/locales/es-PY.yml +65 -18
- data/config/locales/es.yml +72 -25
- data/config/locales/eu.yml +308 -250
- data/config/locales/fi-plain.yml +50 -11
- data/config/locales/fi.yml +87 -48
- data/config/locales/fr-CA.yml +57 -10
- data/config/locales/fr.yml +55 -8
- data/config/locales/ga-IE.yml +11 -0
- data/config/locales/gl.yml +33 -2
- data/config/locales/hu.yml +17 -10
- data/config/locales/id-ID.yml +32 -3
- data/config/locales/is-IS.yml +18 -2
- data/config/locales/it.yml +84 -14
- data/config/locales/ja.yml +70 -23
- data/config/locales/lb.yml +32 -7
- data/config/locales/lt.yml +9 -3
- data/config/locales/lv.yml +26 -2
- data/config/locales/nl.yml +33 -6
- data/config/locales/no.yml +25 -0
- data/config/locales/pl.yml +15 -6
- data/config/locales/pt-BR.yml +18 -8
- data/config/locales/pt.yml +31 -0
- data/config/locales/ro-RO.yml +475 -207
- data/config/locales/ru.yml +33 -1
- data/config/locales/sk.yml +39 -7
- data/config/locales/sl.yml +4 -0
- data/config/locales/sr-CS.yml +2 -0
- data/config/locales/sv.yml +35 -16
- data/config/locales/tr-TR.yml +32 -8
- data/config/locales/uk.yml +20 -2
- data/config/locales/zh-CN.yml +27 -2
- data/config/locales/zh-TW.yml +14 -0
- data/config/routes.rb +1 -0
- data/decidim-core.gemspec +4 -1
- data/lib/decidim/api/functions/component_list.rb +1 -1
- data/lib/decidim/api/functions/participatory_space_finder_base.rb +11 -1
- data/lib/decidim/api/interfaces/participatory_space_interface.rb +1 -1
- data/lib/decidim/api/types/component_type.rb +7 -0
- data/lib/decidim/api/types/user_group_type.rb +4 -0
- data/lib/decidim/api/types/user_type.rb +4 -0
- data/lib/decidim/attributes/rich_text.rb +38 -0
- data/lib/decidim/attributes/time_with_zone.rb +16 -2
- data/lib/decidim/attributes.rb +2 -0
- data/lib/decidim/content_parsers/blob_parser.rb +95 -0
- data/lib/decidim/content_parsers/user_parser.rb +1 -1
- data/lib/decidim/content_parsers.rb +1 -0
- data/lib/decidim/content_renderers/blob_renderer.rb +90 -0
- data/lib/decidim/content_renderers.rb +1 -0
- data/lib/decidim/core/engine.rb +29 -1
- data/lib/decidim/core/test/factories.rb +28 -0
- data/lib/decidim/core/test/shared_examples/authorable_interface_examples.rb +1 -1
- data/lib/decidim/core/test/shared_examples/comments_examples.rb +15 -2
- data/lib/decidim/core/test/shared_examples/reports_examples.rb +48 -6
- 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/diffy_extension.rb +18 -0
- data/lib/decidim/form_builder.rb +1 -1
- data/lib/decidim/map/autocomplete.rb +1 -0
- 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/nicknamizable.rb +1 -1
- data/lib/decidim/participatory_space_user.rb +4 -0
- data/lib/decidim/query_extensions.rb +0 -26
- data/lib/decidim/reportable.rb +6 -2
- data/lib/decidim/settings_manifest.rb +2 -0
- data/lib/decidim/translatable_attributes.rb +10 -1
- data/lib/decidim/view_model.rb +1 -0
- data/lib/tasks/upgrade/decidim_fix_categorization.rake +34 -8
- data/lib/tasks/upgrade/decidim_fix_nickname_uniqueness.rake +23 -20
- metadata +30 -8
- data/app/packs/src/decidim/vendor/leaflet-tilelayer-here.js +0 -212
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: パスワードの確認
|
@@ -81,6 +101,9 @@ ja:
|
|
81
101
|
file_size_too_large: ファイルサイズが大きすぎます
|
82
102
|
not_inside_organization: ファイルがどの組織にも属していません
|
83
103
|
date:
|
104
|
+
buttons:
|
105
|
+
close: 閉じる
|
106
|
+
select: 選択
|
84
107
|
formats:
|
85
108
|
decidim_short: "%Y/%m/%d"
|
86
109
|
decidim_short_dashed: "%Y-%m-%d"
|
@@ -88,6 +111,10 @@ ja:
|
|
88
111
|
decidim_with_day_and_month_name: "%Y %b %d %A"
|
89
112
|
decidim_with_month_name: "%Y %B %d"
|
90
113
|
decidim_with_month_name_short: "%b %d"
|
114
|
+
help:
|
115
|
+
date_format: 'フォーマット: dd/mm/yyyy'
|
116
|
+
order: d-m-y
|
117
|
+
separator: "/"
|
91
118
|
datetime:
|
92
119
|
distance_in_words:
|
93
120
|
about_x_hours:
|
@@ -132,6 +159,7 @@ ja:
|
|
132
159
|
front_page_link: フロントページに移動
|
133
160
|
logo: "%{organization}の公式ロゴ"
|
134
161
|
opens_in_new_tab: 新しいタブで開く
|
162
|
+
secondary_menu: セカンダリメニュー
|
135
163
|
skip_button: メインコンテンツにスキップ
|
136
164
|
account:
|
137
165
|
blocked: このアカウントは利用規約に違反しているためブロックされています
|
@@ -483,6 +511,8 @@ ja:
|
|
483
511
|
dummy_step_attribute1: ダミーステップ属性1
|
484
512
|
dummy_step_attribute2: ダミーステップ属性2
|
485
513
|
dummy_step_translatable_text: ダミーフェーズ翻訳可能なテキスト
|
514
|
+
pagination:
|
515
|
+
page_title: "%{component_name} - %{current_page} / %{total_pages} ページ"
|
486
516
|
contact: お問い合わせ
|
487
517
|
content_blocks:
|
488
518
|
announcement:
|
@@ -519,8 +549,8 @@ ja:
|
|
519
549
|
html_content: HTML コンテンツ
|
520
550
|
name: HTMLブロック
|
521
551
|
last_activity:
|
522
|
-
name:
|
523
|
-
title:
|
552
|
+
name: 最近のアクティビティ
|
553
|
+
title: 最近のアクティビティ
|
524
554
|
view_all: すべて表示
|
525
555
|
last_activity_settings_form:
|
526
556
|
max_last_activity_users: 最近のアクティビティを表示するユーザーアバターの最大数
|
@@ -531,7 +561,7 @@ ja:
|
|
531
561
|
metrics:
|
532
562
|
name: 組織の指標
|
533
563
|
participatory_space_metrics:
|
534
|
-
name:
|
564
|
+
name: 指標
|
535
565
|
participatory_space_stats:
|
536
566
|
name: 統計情報
|
537
567
|
social_networks_metadata:
|
@@ -567,7 +597,7 @@ ja:
|
|
567
597
|
create:
|
568
598
|
email_already_exists: 別のアカウントで同じメールアドレスを使用しています。
|
569
599
|
new:
|
570
|
-
complete_profile:
|
600
|
+
complete_profile: プロフィールを完了
|
571
601
|
nickname_help: '%{organization} でのニックネームです。文字、数字、''-'' および ''_'' のみを使用できます。'
|
572
602
|
sign_up: プロフィールを完成してください
|
573
603
|
subtitle: ユーザ登録を完了するには、次のフォームに記入してください
|
@@ -645,7 +675,7 @@ ja:
|
|
645
675
|
drag_and_drop_help: ドラッグ&ドロップまたは貼り付けることで画像を追加できます。
|
646
676
|
endorsement_buttons_cell:
|
647
677
|
already_endorsed: 取り消し
|
648
|
-
endorse:
|
678
|
+
endorse: オススメ
|
649
679
|
endorsements:
|
650
680
|
identities:
|
651
681
|
done: 完了
|
@@ -715,6 +745,11 @@ ja:
|
|
715
745
|
email_outro: '%{amendable_title}をフォローしているため、この通知を受け取りました。前のリンクに続く通知の受信を停止することができます。'
|
716
746
|
email_subject: '%{amendable_title} から %{emendation_author_nickname} の修正が却下されました'
|
717
747
|
notification_title: <a href="%{emendation_path}">修正</a> <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> によって作成された <a href="%{amendable_path}">%{amendable_title}</a> は拒否されました。
|
748
|
+
emendation_promoted:
|
749
|
+
follower:
|
750
|
+
email_intro: '%{amendable_title}に対する修正案が公開されました。このページから確認できます:'
|
751
|
+
email_outro: あなたは %{amendable_title}の作者であるため、この通知を受け取りました。
|
752
|
+
email_subject: '%{emendation_author_nickname}による修正案が新しい%{amendable_type}として公開されました'
|
718
753
|
attachments:
|
719
754
|
attachment_created:
|
720
755
|
email_intro: '%{resource_title}に新しいドキュメントが追加されました。このページから見ることができます:'
|
@@ -741,7 +776,7 @@ ja:
|
|
741
776
|
level_up:
|
742
777
|
email_intro: おめでとうございます! <a href="%{resource_url}">%{badge_name} バッジ</a>のレベル %{current_level} に到達しました!
|
743
778
|
email_outro: サイトでの活動によって、この通知を受け取りました。
|
744
|
-
email_subject: '%{
|
779
|
+
email_subject: '%{badge_name} バッジがレベル %{current_level} に達しました!'
|
745
780
|
notification_title: おめでとうございます! <a href="%{resource_path}">%{badge_name} バッジ</a>のレベル %{current_level} に到達しました!
|
746
781
|
groups:
|
747
782
|
demoted_membership:
|
@@ -787,8 +822,8 @@ ja:
|
|
787
822
|
user_group_updated:
|
788
823
|
email_intro: ユーザーグループ「 %{user_group_name} 」がプロフィールページをアップデートし、未承認のままになっています。 <a href="%{groups_admin_url}">管理画面</a>から承認してください。
|
789
824
|
email_outro: あなたはプラットフォームの管理者であるため、この通知を受け取りました。
|
790
|
-
email_subject:
|
791
|
-
notification_title: '%{user_group_name}
|
825
|
+
email_subject: ユーザーグループがプロフィールを更新しました
|
826
|
+
notification_title: '%{user_group_name} ユーザーグループがプロフィールを更新し、未検証のままにしました。 <a href="%{groups_admin_path}">管理画面</a> で確認できるようになりました。'
|
792
827
|
nickname_event:
|
793
828
|
notification_body: ニックネームの使用方法を修正し、重複をなくすために大文字小文字を区別しないようにしました。<br/> あなたのニックネームは他の人と同じだったため、自動的にリネームされました。<a href="%{link_to_account_settings}">アカウント設定</a>から変更することができます。
|
794
829
|
notification_event:
|
@@ -848,7 +883,7 @@ ja:
|
|
848
883
|
no_followers: フォロワーはまだいません。
|
849
884
|
following:
|
850
885
|
following_count:
|
851
|
-
other: "{
|
886
|
+
other: "%{count} 人をフォロー中"
|
852
887
|
no_followings: まだ何もフォローしていません
|
853
888
|
non_public_followings: フォローしているリソースのいくつかは公開されていません。
|
854
889
|
follows:
|
@@ -1023,8 +1058,8 @@ ja:
|
|
1023
1058
|
last_activities:
|
1024
1059
|
all: すべてのアクティビティ種別
|
1025
1060
|
index:
|
1026
|
-
last_activity:
|
1027
|
-
name:
|
1061
|
+
last_activity: 最近のアクティビティ
|
1062
|
+
name: 最近のアクティビティ
|
1028
1063
|
no_activities_warning: このアクティビティ種別に表示するエントリがありません。
|
1029
1064
|
linked_resource_from:
|
1030
1065
|
included_in: 含まれるリスト
|
@@ -1058,6 +1093,8 @@ ja:
|
|
1058
1093
|
not_found: 'スコープがデータベース上に見つかりませんでした (ID: %{id})'
|
1059
1094
|
scope_type_presenter:
|
1060
1095
|
not_found: 'スコープ種別がデータベース上に見つかりませんでした (ID: %{id})'
|
1096
|
+
machine_translations:
|
1097
|
+
automatic: '%{locale_name} の自動翻訳'
|
1061
1098
|
managed_users:
|
1062
1099
|
expired_session: 参加者の現在の管理セッションの有効期限が切れています。
|
1063
1100
|
map:
|
@@ -1148,6 +1185,8 @@ ja:
|
|
1148
1185
|
not_started: まだ開始していません
|
1149
1186
|
remaining: "残り %{time_distance}"
|
1150
1187
|
metrics:
|
1188
|
+
blocked_users:
|
1189
|
+
description: ブロックされた参加者数
|
1151
1190
|
download:
|
1152
1191
|
csv: ダウンロードデータ(CSV)
|
1153
1192
|
followers:
|
@@ -1158,6 +1197,10 @@ ja:
|
|
1158
1197
|
description: 組織内のアクティブな参加者数
|
1159
1198
|
object: 参加者
|
1160
1199
|
title: 参加者
|
1200
|
+
reported_users:
|
1201
|
+
description: 報告された参加者数
|
1202
|
+
user_reports:
|
1203
|
+
description: 参加者によって行われた報告数
|
1161
1204
|
users:
|
1162
1205
|
description: 組織の参加者数
|
1163
1206
|
object: 参加者
|
@@ -1222,10 +1265,12 @@ ja:
|
|
1222
1265
|
notifications_digest_mailer:
|
1223
1266
|
header:
|
1224
1267
|
daily: 日次の通知のダイジェスト
|
1268
|
+
real_time: リアルタイム
|
1225
1269
|
weekly: 週次の通知のダイジェスト
|
1226
1270
|
hello: こんにちは %{name} さん、
|
1227
1271
|
intro:
|
1228
1272
|
daily: 'あなたがフォローしているアクティビティに基づいた最終日以降の通知です:'
|
1273
|
+
real_time: 'これらはあなたが以下のアクティビティについての通知です:'
|
1229
1274
|
weekly: 'これらは、あなたがフォローしているアクティビティに基づいた先週以降の通知です:'
|
1230
1275
|
outro: このコンテンツまたは著者をフォローしているため、これらの通知を受け取りました。それぞれのページからフォローを解除できます。
|
1231
1276
|
see_more: 他の通知を見る
|
@@ -1233,10 +1278,10 @@ ja:
|
|
1233
1278
|
notifications_settings:
|
1234
1279
|
show:
|
1235
1280
|
administrators: 管理者
|
1236
|
-
allow_public_contact:
|
1237
|
-
allow_push_notifications:
|
1281
|
+
allow_public_contact: フォローしていない人からのダイレクトメッセージを受信する
|
1282
|
+
allow_push_notifications: プラットフォーム上にいないときに何が起きているかを知るためにプッシュ通知を受け取る。いつでもオフにできます。
|
1238
1283
|
direct_messages: ダイレクトメッセージを受信する
|
1239
|
-
email_on_moderations:
|
1284
|
+
email_on_moderations: モデレーションの報告がなされたたびに毎回メールを受け取りたい
|
1240
1285
|
everything_followed: 自分がフォローしているすべて
|
1241
1286
|
newsletter_notifications: ニュースレターを受け取る
|
1242
1287
|
newsletters: ニュースレター
|
@@ -1248,10 +1293,10 @@ ja:
|
|
1248
1293
|
real_time: リアルタイム
|
1249
1294
|
weekly: 週1回
|
1250
1295
|
notifications_sending_frequency: 通知メールを受信する頻度は?
|
1251
|
-
own_activity:
|
1296
|
+
own_activity: 誰かが私の提案にコメントしたり、私に言及したりした時など、自分自身の活動
|
1252
1297
|
push_notifications: プッシュ通知
|
1253
1298
|
push_notifications_reminder: プラットフォームから通知を受け取るには、まずブラウザの設定で通知を許可する必要があります。
|
1254
|
-
receive_notifications_about:
|
1299
|
+
receive_notifications_about: 受け取りたい通知
|
1255
1300
|
update_notifications_settings: 変更を保存
|
1256
1301
|
update:
|
1257
1302
|
error: 通知設定の更新中に問題が発生しました。
|
@@ -1326,7 +1371,7 @@ ja:
|
|
1326
1371
|
success: パスワードを更新しました。
|
1327
1372
|
profile:
|
1328
1373
|
deleted: 削除された参加者
|
1329
|
-
inaccessible_message:
|
1374
|
+
inaccessible_message: このプロフィールは利用規約違反のためアクセスできません!
|
1330
1375
|
profiles:
|
1331
1376
|
default_officialization_text_for_user_groups: このグループは公的に検証されており、その名前が実際の名前に対応していることが検証されています。
|
1332
1377
|
default_officialization_text_for_users: この参加者は公的に検証されます。彼/彼女の名前または役割が実名・実際の役割に対応していることが確認されています。
|
@@ -1352,18 +1397,18 @@ ja:
|
|
1352
1397
|
disabled_message: メッセージ
|
1353
1398
|
edit_profile: プロフィールを編集
|
1354
1399
|
edit_user_group: グループプロフィールを編集
|
1355
|
-
invite_user:
|
1356
|
-
join_user_group:
|
1400
|
+
invite_user: 参加者の招待
|
1401
|
+
join_user_group: グループに参加するリクエスト
|
1357
1402
|
leave_user_group: グループから退出する
|
1358
1403
|
manage_user_group: グループを管理
|
1359
1404
|
manage_user_group_admins: 管理者の管理
|
1360
1405
|
manage_user_group_users: メンバーの管理
|
1361
1406
|
message: メッセージ
|
1362
|
-
resend_email_confirmation_instructions:
|
1407
|
+
resend_email_confirmation_instructions: 確認メールを再送信する
|
1363
1408
|
confirmation_instructions_sent: メール確認の手順を送信しました。
|
1364
1409
|
create_user_group: グループを作成
|
1365
1410
|
edit_profile: プロフィールを編集
|
1366
|
-
edit_user_group:
|
1411
|
+
edit_user_group: グループプロフィールを編集
|
1367
1412
|
fill_in_email_to_confirm_it: グループのメールアドレスを入力して確認してください。
|
1368
1413
|
invite_user: 参加者の招待
|
1369
1414
|
join_user_group: グループに参加するリクエスト
|
@@ -1579,7 +1624,7 @@ ja:
|
|
1579
1624
|
show:
|
1580
1625
|
version_index: バージョン %{index}
|
1581
1626
|
welcome_notification:
|
1582
|
-
default_body: <p
|
1627
|
+
default_body: <p>こんにちは {{name}} さん, {{organization}} へご参加いただきありがとうございます。</p><ul><li>このサイトの使い方は、 <a href="{{help_url}}">ヘルプ</a> セクションをご参照ください。</li><li>目を通していただけると、最初のバッジを獲得できます。<a href="{{badges_url}}">全てのバッジの一覧</a> から、この {{organization}} への参加で獲得できるバッジを見ることができます。</li><li>他の人と一緒に参加し、この {{organization}} へ参加した経験をシェアしましょう。提案を作り、コメントし、議論を行い、共通の利益に貢献する方法を考え、議論に説得力をもたせ、主張を聞いたり読んだりしながら納得し、具体的かつ直接的な方法であなたの考えを表明し、忍耐と決断を持って対応し、自らの考えを守り、他人の考えを取り入れて協力し合いましょう。</li></ul>
|
1583
1628
|
default_subject: '{{organization}} に参加していただきありがとうございます!'
|
1584
1629
|
wizard_step_form:
|
1585
1630
|
wizard_aside:
|
@@ -1917,6 +1962,8 @@ ja:
|
|
1917
1962
|
expire_time_html: このログインセッションは <b><span class="minutes">%{minutes}</span> 分後に無効になります。</b>.
|
1918
1963
|
language_chooser:
|
1919
1964
|
choose_language: 言語を選択
|
1965
|
+
navigation:
|
1966
|
+
aria_label: 'ナビゲーションメニュー: %{title}'
|
1920
1967
|
notifications_dashboard:
|
1921
1968
|
mark_all_as_read: すべての通知を削除する
|
1922
1969
|
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
|
@@ -66,6 +68,8 @@ lb:
|
|
66
68
|
'false': 'Nee'
|
67
69
|
'true': 'Jo'
|
68
70
|
date:
|
71
|
+
buttons:
|
72
|
+
select: Wiel
|
69
73
|
formats:
|
70
74
|
decidim_short: "%d/%m/%Y"
|
71
75
|
decidim_short_with_month_name_short: "%d %b %Y"
|
@@ -374,10 +378,16 @@ lb:
|
|
374
378
|
view_all: Alles gesinn
|
375
379
|
metrics:
|
376
380
|
name: Organisations-Metriken
|
381
|
+
participatory_space_metrics:
|
382
|
+
name: Statistiken
|
377
383
|
stats:
|
378
384
|
name: Organisations-Statistiken
|
379
385
|
sub_hero:
|
380
386
|
name: Sub hero Banner
|
387
|
+
core:
|
388
|
+
application_helper:
|
389
|
+
filter_category_values:
|
390
|
+
all: All
|
381
391
|
devise:
|
382
392
|
omniauth_registrations:
|
383
393
|
new:
|
@@ -648,7 +658,7 @@ lb:
|
|
648
658
|
current_admins: 'Aktuell Admins:'
|
649
659
|
manage_admins: Admins verwalten
|
650
660
|
group_invites:
|
651
|
-
accept_invitation:
|
661
|
+
accept_invitation: Acceptéieren
|
652
662
|
accept_or_reject_group_invitations: 'Dës Gruppen hunn dech agelueden dech hinnen unzeschléissen. Hir Ufroen unhuelen oder refuséieren:'
|
653
663
|
index:
|
654
664
|
invite: Alueden
|
@@ -679,7 +689,7 @@ lb:
|
|
679
689
|
success: Aus dem Grupp ausgetrueden.
|
680
690
|
members:
|
681
691
|
accept_or_reject_join_requests: 'Dës Benotzer hunn ugefrot dësem Grupp bäizetrieden. Hir Ufroen unhuelen oder refuséieren:'
|
682
|
-
accept_request:
|
692
|
+
accept_request: Acceptéieren
|
683
693
|
reject_request: Refuséieren
|
684
694
|
new:
|
685
695
|
create_user_group: Grupp erstellen
|
@@ -760,7 +770,7 @@ lb:
|
|
760
770
|
subject: "%{sender} huet eng Konversatioun mam %{group} ugefaangen"
|
761
771
|
new_group_message:
|
762
772
|
admin_in_group: Du kriss dat heiten, well du bass Administrateur am %{group}.
|
763
|
-
greeting: Moien
|
773
|
+
greeting: Moien %{recipient}!
|
764
774
|
intro: "%{sender} huet nei Noriichten gepost an der Konversatioun mam Grupp %{group}. Klick hei fir se ze gesinn:"
|
765
775
|
subject: "%{group} hat neue Nachrichten von %{sender}"
|
766
776
|
new_message:
|
@@ -782,6 +792,8 @@ lb:
|
|
782
792
|
new_conversation: Nei Konversatioun
|
783
793
|
next: Weider
|
784
794
|
title: Konversatiounen
|
795
|
+
reply_form:
|
796
|
+
placeholder: Deng Äntwert...
|
785
797
|
show:
|
786
798
|
back: Zeréck bei all d'Konversatiounen
|
787
799
|
chat_with: Konversatioun mat
|
@@ -795,15 +807,15 @@ lb:
|
|
795
807
|
followers:
|
796
808
|
description: Zuel vun den Teilnehmer, déi dësem Konversatiouns-Espace nofollegen
|
797
809
|
object: Follower
|
798
|
-
title:
|
810
|
+
title: Unhänger
|
799
811
|
participants:
|
800
812
|
description: Zuel vun den aktiven Teilnehmer an dëser Organisatioun
|
801
813
|
object: Teilnehmer
|
802
|
-
title:
|
814
|
+
title: Benotzer
|
803
815
|
users:
|
804
816
|
description: Zuel vun den Teilnehmer an dëser Organisatioun
|
805
817
|
object: Teilnehmer
|
806
|
-
title:
|
818
|
+
title: Benotzer
|
807
819
|
newsletter_mailer:
|
808
820
|
newsletter:
|
809
821
|
unsubscribe: Fir dës Zort Email ofzebestellen, <a href="%{link}" target="_blank" class="unsubscribe">Abbestellen</a>.
|
@@ -902,6 +914,8 @@ lb:
|
|
902
914
|
conversations: Konversatiounen
|
903
915
|
followers: Unhänger
|
904
916
|
following: Geet no
|
917
|
+
group_admins: Admins verwalten
|
918
|
+
group_members: Memberen verwalten
|
905
919
|
groups: Gruppen
|
906
920
|
members: Memberen
|
907
921
|
officialized: Offiziellen Teilnehmer
|
@@ -911,13 +925,23 @@ lb:
|
|
911
925
|
info: Ofzeechen kann een sech verdéngen, andeems een bestëmmten Aktivitéiten op der Plattform duerchféiert.
|
912
926
|
title: Ofzeechen
|
913
927
|
user:
|
928
|
+
actions:
|
929
|
+
create_user_group: Grupp erstellen
|
930
|
+
edit_profile: Profil beaarbechten
|
931
|
+
edit_user_group: Profil vum Grupp beaarbechten
|
932
|
+
invite_user: En Teilnehmer alueden
|
933
|
+
join_user_group: Ufro engem Grupp bäitrieden ze dierfen
|
934
|
+
leave_user_group: Grupp verloossen
|
935
|
+
manage_user_group_admins: Admins verwalten
|
936
|
+
manage_user_group_users: Memberen verwalten
|
937
|
+
resend_email_confirmation_instructions: Den Email mat der Confirmatioun vun den Instruktiounen op en Neits schécken
|
914
938
|
create_user_group: Grupp erstellen
|
915
939
|
edit_profile: Profil beaarbechten
|
916
940
|
edit_user_group: Profil vum Grupp beaarbechten
|
917
941
|
invite_user: En Teilnehmer alueden
|
918
942
|
join_user_group: Ufro engem Grupp bäitrieden ze dierfen
|
919
943
|
leave_user_group: Grupp verloossen
|
920
|
-
manage_user_group_admins:
|
944
|
+
manage_user_group_admins: Admins verwalten
|
921
945
|
manage_user_group_users: Memberen verwalten
|
922
946
|
resend_email_confirmation_instructions: Den Email mat der Confirmatioun vun den Instruktiounen op en Neits schécken
|
923
947
|
reported_mailer:
|
@@ -1015,6 +1039,7 @@ lb:
|
|
1015
1039
|
participatory_space_filters:
|
1016
1040
|
filters:
|
1017
1041
|
areas: Beräicher
|
1042
|
+
scope: Ëmfang
|
1018
1043
|
select_an_area: Wiel e Beräich
|
1019
1044
|
public_participation:
|
1020
1045
|
public_participation: Uweisen, dass ech ageloggt sinn
|
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
|
@@ -88,6 +90,8 @@ lt:
|
|
88
90
|
errors:
|
89
91
|
file_size_too_large: Dokumento dydis per didelis
|
90
92
|
date:
|
93
|
+
buttons:
|
94
|
+
select: Pasirinkti
|
91
95
|
formats:
|
92
96
|
decidim_short: "%Y/%m/%d"
|
93
97
|
decidim_short_dashed: "%d-%m-%Y"
|
@@ -598,7 +602,7 @@ lt:
|
|
598
602
|
filter_area_values:
|
599
603
|
all: Visos
|
600
604
|
filter_category_values:
|
601
|
-
all:
|
605
|
+
all: Visi
|
602
606
|
filter_scope_values:
|
603
607
|
all: Visos
|
604
608
|
devise:
|
@@ -1361,6 +1365,8 @@ lt:
|
|
1361
1365
|
conversations: Pokalbiai
|
1362
1366
|
followers: Sekėjai
|
1363
1367
|
following: Seka
|
1368
|
+
group_admins: Valdyti administratorių duomenis
|
1369
|
+
group_members: Valdyti narius
|
1364
1370
|
groups: Grupės
|
1365
1371
|
members: Nariai
|
1366
1372
|
officialized: Patikrintas dalyvis
|
@@ -1382,7 +1388,7 @@ lt:
|
|
1382
1388
|
manage_user_group_admins: Valdyti administratorių duomenis
|
1383
1389
|
manage_user_group_users: Valdyti narius
|
1384
1390
|
message: Pranešimas
|
1385
|
-
resend_email_confirmation_instructions:
|
1391
|
+
resend_email_confirmation_instructions: Persiųsti patvirtinimo nurodymus el. paštu
|
1386
1392
|
confirmation_instructions_sent: Patvirtinimo el. laiškas išsiųstas.
|
1387
1393
|
create_user_group: Sukurti grupę
|
1388
1394
|
edit_profile: Redaguoti profilį
|
@@ -1391,7 +1397,7 @@ lt:
|
|
1391
1397
|
invite_user: Kviesti dalyvį
|
1392
1398
|
join_user_group: Prašyti prisijungti prie grupės
|
1393
1399
|
leave_user_group: Palikti grupę
|
1394
|
-
manage_user_group_admins:
|
1400
|
+
manage_user_group_admins: Valdyti administratorių duomenis
|
1395
1401
|
manage_user_group_users: Valdyti narius
|
1396
1402
|
resend_email_confirmation_instructions: Persiųsti patvirtinimo nurodymus el. paštu
|
1397
1403
|
reported_mailer:
|
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
|
@@ -63,6 +65,8 @@ lv:
|
|
63
65
|
'false': 'Nē'
|
64
66
|
'true': 'Jā'
|
65
67
|
date:
|
68
|
+
buttons:
|
69
|
+
select: Izvēlēties
|
66
70
|
formats:
|
67
71
|
decidim_short: "%d/%m/%G"
|
68
72
|
decidim_short_with_month_name_short: "%d %b %G"
|
@@ -323,10 +327,16 @@ lv:
|
|
323
327
|
view_all: Skatīt visu
|
324
328
|
metrics:
|
325
329
|
name: Organizācijas rādītāji
|
330
|
+
participatory_space_metrics:
|
331
|
+
name: Rādītāji
|
326
332
|
stats:
|
327
333
|
name: Organizācijas statistika
|
328
334
|
sub_hero:
|
329
335
|
name: Kājenes apakšējais galvenais reklāmkarogs
|
336
|
+
core:
|
337
|
+
application_helper:
|
338
|
+
filter_category_values:
|
339
|
+
all: Visi
|
330
340
|
devise:
|
331
341
|
omniauth_registrations:
|
332
342
|
new:
|
@@ -687,6 +697,8 @@ lv:
|
|
687
697
|
new_conversation: Jauna saruna
|
688
698
|
next: Nākamais
|
689
699
|
title: Sarunas
|
700
|
+
reply_form:
|
701
|
+
placeholder: Jūsu atbilde...
|
690
702
|
show:
|
691
703
|
chat_with: Saruna ar
|
692
704
|
title: Saruna ar %{usernames}
|
@@ -700,11 +712,9 @@ lv:
|
|
700
712
|
participants:
|
701
713
|
description: Aktīvo dalībnieku skaits organizācijā
|
702
714
|
object: dalībnieki
|
703
|
-
title: Dalībnieki
|
704
715
|
users:
|
705
716
|
description: Dalībnieku skaits organizācijā
|
706
717
|
object: dalībnieki
|
707
|
-
title: Dalībnieki
|
708
718
|
newsletter_mailer:
|
709
719
|
newsletter:
|
710
720
|
unsubscribe: Lai atteiktos no šāda veida e-pasta saņemšanas, <a href="%{link}" target="_blank" class="unsubscribe"> Anulēt abonementu</a>.
|
@@ -799,6 +809,8 @@ lv:
|
|
799
809
|
conversations: Sarunas
|
800
810
|
followers: Sekotāji
|
801
811
|
following: Seko
|
812
|
+
group_admins: Pārvaldīt administratorus
|
813
|
+
group_members: Pārvaldīt biedrus
|
802
814
|
groups: Grupas
|
803
815
|
members: Dalībnieki
|
804
816
|
sidebar:
|
@@ -806,6 +818,16 @@ lv:
|
|
806
818
|
info: Žetoni tiek nopelnīti, veicot noteiktas darbības platformā.
|
807
819
|
title: Žetoni
|
808
820
|
user:
|
821
|
+
actions:
|
822
|
+
create_user_group: Izveidot grupu
|
823
|
+
edit_profile: Rediģēt profilu
|
824
|
+
edit_user_group: Rediģēt grupas profilu
|
825
|
+
invite_user: Uzaicināt dalībnieku
|
826
|
+
join_user_group: Pieteikums pievienoties grupai
|
827
|
+
leave_user_group: Pamest grupu
|
828
|
+
manage_user_group_admins: Pārvaldīt administratorus
|
829
|
+
manage_user_group_users: Pārvaldīt biedrus
|
830
|
+
resend_email_confirmation_instructions: Atkārtoti e-pastā nosūtīt apstiprināšanas norādījumus
|
809
831
|
create_user_group: Izveidot grupu
|
810
832
|
edit_profile: Rediģēt profilu
|
811
833
|
edit_user_group: Rediģēt grupas profilu
|
@@ -867,6 +889,8 @@ lv:
|
|
867
889
|
offensive: Satur rasismu, seksismu, lamuvārdus, personiskus uzbrukumus, nāves draudus, ierosinājumus veikt pašnāvību vai jebkāda veida naida runu.
|
868
890
|
report: Ziņot
|
869
891
|
spam: Satur klikšķu ēsmu (clickbait), reklāmu, krāpšanu vai skriptu robotprogrammatūru.
|
892
|
+
flag_user_modal:
|
893
|
+
close: Aizvērt
|
870
894
|
floating_help:
|
871
895
|
help: Palīdzība
|
872
896
|
login_modal:
|