decidim-core 0.30.0.rc2 → 0.30.0.rc3
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/amendable/amendments/show.erb +1 -1
- 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/controllers/decidim/profiles_controller.rb +2 -2
- data/app/controllers/decidim/user_activities_controller.rb +1 -1
- data/app/forms/decidim/account_form.rb +2 -2
- data/app/jobs/decidim/hide_child_resources_job.rb +3 -3
- data/app/jobs/decidim/migrate/paper_trail_job.rb +33 -0
- data/app/models/decidim/user.rb +0 -4
- data/app/models/decidim/user_base_entity.rb +4 -0
- data/app/packs/src/decidim/sticky_footer.js +19 -0
- data/app/packs/stylesheets/decidim/_cards.scss +4 -0
- data/app/packs/stylesheets/decidim/_content_blocks.scss +1 -1
- data/app/packs/stylesheets/decidim/_login.scss +4 -0
- data/app/packs/stylesheets/decidim/_modal_authorization.scss +1 -1
- data/app/packs/stylesheets/decidim/_profile.scss +1 -1
- data/app/resolvers/decidim/meta_image_url_resolver.rb +1 -0
- data/app/services/decidim/static_map_generator.rb +1 -1
- data/app/views/decidim/devise/registrations/new.html.erb +1 -1
- data/app/views/decidim/devise/sessions/new.html.erb +1 -1
- data/app/views/decidim/devise/shared/_omniauth_buttons.html.erb +1 -1
- data/app/views/decidim/last_activities/index.html.erb +1 -1
- data/app/views/decidim/open_data/index.html.erb +1 -1
- data/config/locales/ar.yml +12 -25
- data/config/locales/bg.yml +8 -22
- data/config/locales/ca.yml +19 -33
- data/config/locales/cs.yml +16 -31
- data/config/locales/de.yml +6 -21
- data/config/locales/el.yml +8 -13
- data/config/locales/en.yml +2 -16
- data/config/locales/eo.yml +2 -0
- data/config/locales/es-MX.yml +14 -28
- data/config/locales/es-PY.yml +19 -33
- data/config/locales/es.yml +19 -33
- data/config/locales/eu.yml +52 -67
- data/config/locales/fi-plain.yml +11 -26
- data/config/locales/fi.yml +12 -27
- data/config/locales/fr-CA.yml +58 -20
- data/config/locales/fr.yml +58 -20
- data/config/locales/ga-IE.yml +2 -4
- data/config/locales/gl.yml +22 -13
- data/config/locales/hu.yml +7 -21
- data/config/locales/id-ID.yml +22 -13
- data/config/locales/is-IS.yml +10 -0
- data/config/locales/it.yml +22 -20
- data/config/locales/ja.yml +120 -21
- data/config/locales/lb.yml +19 -19
- data/config/locales/lt.yml +5 -17
- data/config/locales/lv.yml +16 -13
- data/config/locales/nl.yml +20 -17
- data/config/locales/no.yml +16 -16
- data/config/locales/pl.yml +4 -18
- data/config/locales/pt-BR.yml +8 -21
- data/config/locales/pt.yml +16 -16
- data/config/locales/ro-RO.yml +15 -20
- data/config/locales/ru.yml +23 -8
- data/config/locales/sk.yml +27 -16
- data/config/locales/sv.yml +11 -25
- data/config/locales/tr-TR.yml +21 -20
- data/config/locales/uk.yml +12 -1
- data/config/locales/zh-CN.yml +16 -13
- data/config/locales/zh-TW.yml +6 -16
- data/db/migrate/20240722215500_change_object_changes_on_versions.rb +4 -24
- data/lib/decidim/content_parsers/user_parser.rb +1 -1
- data/lib/decidim/core/version.rb +1 -1
- data/lib/decidim/map/provider/static_map/here.rb +34 -0
- data/lib/decidim/nicknamizable.rb +1 -1
- data/lib/tasks/upgrade/decidim_fix_nickname_uniqueness.rake +23 -20
- metadata +11 -13
- 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/config/locales/id-ID.yml
CHANGED
@@ -540,10 +540,18 @@ id:
|
|
540
540
|
home: Rumah
|
541
541
|
messaging:
|
542
542
|
conversation_mailer:
|
543
|
+
comanagers_new_conversation:
|
544
|
+
greeting: Hai, %{recipient}!
|
545
|
+
comanagers_new_message:
|
546
|
+
greeting: Hai, %{recipient}!
|
543
547
|
new_conversation:
|
544
548
|
greeting: Hai, %{recipient}!
|
545
549
|
intro: "%{sender} telah memulai percakapan baru dengan Anda. Klik di sini untuk melihatnya:"
|
546
550
|
subject: "%{sender} telah memulai percakapan dengan Anda"
|
551
|
+
new_group_conversation:
|
552
|
+
greeting: Hai, %{recipient}!
|
553
|
+
new_group_message:
|
554
|
+
greeting: Hai, %{recipient}!
|
547
555
|
new_message:
|
548
556
|
greeting: Hai, %{recipient}!
|
549
557
|
intro: "%{sender} telah memposting pesan baru di percakapan Anda. Klik di sini untuk melihatnya:"
|
@@ -641,22 +649,21 @@ id:
|
|
641
649
|
badges: Lencana
|
642
650
|
followers: Pengikut
|
643
651
|
following: Mengikuti
|
652
|
+
group_admins: Kelola admin
|
653
|
+
group_members: Kelola anggota
|
644
654
|
groups: Grup
|
645
655
|
members: Anggota
|
646
|
-
sidebar:
|
647
|
-
badges:
|
648
|
-
info: Lencana diperoleh dengan melakukan aktivitas tertentu di platform.
|
649
|
-
title: Lencana
|
650
656
|
user:
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
|
657
|
+
actions:
|
658
|
+
create_user_group: Membuat grup
|
659
|
+
edit_profile: Edit profil
|
660
|
+
edit_user_group: Edit profil grup
|
661
|
+
invite_user: Undang pengguna
|
662
|
+
join_user_group: Permintaan untuk bergabung dengan grup
|
663
|
+
leave_user_group: Meninggalkan grup
|
664
|
+
manage_user_group_admins: Kelola admin
|
665
|
+
manage_user_group_users: Kelola anggota
|
666
|
+
resend_email_confirmation_instructions: Kirim ulang instruksi konfirmasi email
|
660
667
|
reported_mailer:
|
661
668
|
hide:
|
662
669
|
hello: Halo %{name},
|
@@ -716,6 +723,8 @@ id:
|
|
716
723
|
statistics:
|
717
724
|
comments_count: Komentar
|
718
725
|
user_conversations:
|
726
|
+
reply:
|
727
|
+
send: Kirim
|
719
728
|
update:
|
720
729
|
error: Pesan tidak terkirim. Coba lagi nanti
|
721
730
|
welcome_notification:
|
data/config/locales/is-IS.yml
CHANGED
@@ -215,10 +215,18 @@ is:
|
|
215
215
|
home: Heim
|
216
216
|
messaging:
|
217
217
|
conversation_mailer:
|
218
|
+
comanagers_new_conversation:
|
219
|
+
greeting: Hæ, %{recipient}!
|
220
|
+
comanagers_new_message:
|
221
|
+
greeting: Hæ, %{recipient}!
|
218
222
|
new_conversation:
|
219
223
|
greeting: Hæ, %{recipient}!
|
220
224
|
intro: "%{sender} hefur byrjað nýtt samtal við þig. Smelltu hér til að sjá það:"
|
221
225
|
subject: "%{sender} hefur byrjað samtal við þig"
|
226
|
+
new_group_conversation:
|
227
|
+
greeting: Hæ, %{recipient}!
|
228
|
+
new_group_message:
|
229
|
+
greeting: Hæ, %{recipient}!
|
222
230
|
new_message:
|
223
231
|
greeting: Hæ, %{recipient}!
|
224
232
|
intro: "%{sender} hefur sent ný skilaboð í samtali þínu. Smelltu hér til að sjá þær:"
|
@@ -271,6 +279,8 @@ is:
|
|
271
279
|
share: Deila
|
272
280
|
share_link: Deila tengil
|
273
281
|
user_conversations:
|
282
|
+
reply:
|
283
|
+
send: Senda
|
274
284
|
update:
|
275
285
|
error: Skilaboð ekki send. Reyndu aftur seinna
|
276
286
|
devise:
|
data/config/locales/it.yml
CHANGED
@@ -29,6 +29,8 @@ it:
|
|
29
29
|
password_confirmation: Conferma la tua password
|
30
30
|
personal_url: Pagina personale
|
31
31
|
remove_avatar: Rimuovi avatar
|
32
|
+
user_group:
|
33
|
+
avatar: Immagine del profilo
|
32
34
|
models:
|
33
35
|
decidim/attachment_created_event: Allegato
|
34
36
|
decidim/component_published_event: Componente attivo
|
@@ -558,6 +560,8 @@ it:
|
|
558
560
|
email_outro: Hai ricevuto questa notifica perché stai seguendo %{nickname}. È possibile interrompere la ricezione di notifiche seguendo il collegamento precedente.
|
559
561
|
email_subject: "%{nickname} ha aggiornato il proprio profilo"
|
560
562
|
notification_title: La pagina <a href="%{resource_path}">profilo</a> di %{name} (%{nickname}), che stai seguendo, è stata aggiornata.
|
563
|
+
user_officialized:
|
564
|
+
email_subject: ""
|
561
565
|
export_mailer:
|
562
566
|
download_your_data_export:
|
563
567
|
download: Scaricare
|
@@ -630,12 +634,12 @@ it:
|
|
630
634
|
current_admins: 'Amministratori attuali:'
|
631
635
|
manage_admins: Gestisci amministratori
|
632
636
|
group_invites:
|
633
|
-
accept_invitation:
|
637
|
+
accept_invitation: Accettato
|
634
638
|
accept_or_reject_group_invitations: 'I seguenti gruppi ti hanno invitato a unirti a loro. Accetta o rifiuta le loro richieste:'
|
635
639
|
index:
|
636
640
|
invite: Invitare
|
637
641
|
invite_user: Invita un utente
|
638
|
-
reject_invitation:
|
642
|
+
reject_invitation: Rifiutato
|
639
643
|
group_members:
|
640
644
|
actions:
|
641
645
|
are_you_sure: Sei sicuro?
|
@@ -661,8 +665,8 @@ it:
|
|
661
665
|
success: Gruppo lasciato con successo.
|
662
666
|
members:
|
663
667
|
accept_or_reject_join_requests: 'I seguenti utenti hanno chiesto di unirsi a questo gruppo. Accetta o rifiuta le loro richieste:'
|
664
|
-
accept_request:
|
665
|
-
reject_request:
|
668
|
+
accept_request: Accettato
|
669
|
+
reject_request: Rifiutato
|
666
670
|
new:
|
667
671
|
create_user_group: Crea un gruppo
|
668
672
|
new_user_group: Nuovo gruppo
|
@@ -763,6 +767,8 @@ it:
|
|
763
767
|
new_conversation: Nuova conversazione
|
764
768
|
next: Successivo
|
765
769
|
title: Conversazioni
|
770
|
+
reply_form:
|
771
|
+
placeholder: La tua risposta...
|
766
772
|
show:
|
767
773
|
back: Torna a tutte le conversazioni
|
768
774
|
chat_with: Conversazione con
|
@@ -886,24 +892,23 @@ it:
|
|
886
892
|
conversations: Conversazioni
|
887
893
|
followers: Followers
|
888
894
|
following: Seguiti
|
895
|
+
group_admins: Gestisci amministratori
|
896
|
+
group_members: Gestisci i membri
|
889
897
|
groups: gruppi
|
890
898
|
members: Utenti
|
891
899
|
officialized: Partecipante ufficiale
|
892
900
|
send_private_message: Invia messaggio privato
|
893
|
-
sidebar:
|
894
|
-
badges:
|
895
|
-
info: I badge vengono guadagnati eseguendo attività specifiche sulla piattaforma.
|
896
|
-
title: badge
|
897
901
|
user:
|
898
|
-
|
899
|
-
|
900
|
-
|
901
|
-
|
902
|
-
|
903
|
-
|
904
|
-
|
905
|
-
|
906
|
-
|
902
|
+
actions:
|
903
|
+
create_user_group: Crea un gruppo
|
904
|
+
edit_profile: Modifica Profilo
|
905
|
+
edit_user_group: Modifica il profilo del gruppo
|
906
|
+
invite_user: Invita utente
|
907
|
+
join_user_group: Richiesta di iscrizione al gruppo
|
908
|
+
leave_user_group: Lascia il gruppo
|
909
|
+
manage_user_group_admins: Gestisci amministratori
|
910
|
+
manage_user_group_users: Gestisci i membri
|
911
|
+
resend_email_confirmation_instructions: Rispedire le istruzioni per la conferma dell'email
|
907
912
|
reported_mailer:
|
908
913
|
hide:
|
909
914
|
hello: Ciao %{name},
|
@@ -976,12 +981,9 @@ it:
|
|
976
981
|
title: Segnala un problema
|
977
982
|
flag_user_modal:
|
978
983
|
already_reported: Questo contenuto è già stato segnalato e sarà esaminato da un amministratore.
|
979
|
-
close: Chiudi
|
980
|
-
description: Che cosa è inappropriato riguardo all'utente?
|
981
984
|
offensive: Vi sono contenuti razzisti, sessisti, offensivi, attacchi di carattere personale, minacce di morte o altro tipo di minacci, istigazioni al suicidio o altre forme d'odio verbale.
|
982
985
|
report: Segnala
|
983
986
|
spam: Contiene pubblicità, truffe, clickbait ("esca da click") o altro contenuto mirato ad attrarre traffico internet.
|
984
|
-
title: Segnala utente inappropriato
|
985
987
|
floating_help:
|
986
988
|
help: Aiuto
|
987
989
|
public_participation:
|
data/config/locales/ja.yml
CHANGED
@@ -79,6 +79,7 @@ ja:
|
|
79
79
|
with_participatory_space: 参加型スペース
|
80
80
|
decidim/user:
|
81
81
|
current_password: 現在のパスワード
|
82
|
+
email: メールアドレス
|
82
83
|
name: アカウントID
|
83
84
|
password: パスワード
|
84
85
|
password_confirmation: パスワードの確認
|
@@ -243,6 +244,8 @@ ja:
|
|
243
244
|
manage: "%{user_name} は %{reason} により %{resource_name} を管理しています。"
|
244
245
|
moderation:
|
245
246
|
bulk_hide: "%{user_name} が %{reported_count} リソースを非表示にしました"
|
247
|
+
bulk_unhide: "%{user_name} が %{reported_count} 件のリソースの非表示を解除しました"
|
248
|
+
bulk_unreport: "%{user_name} が %{reported_count} 件のリソースの報告を解除しました"
|
246
249
|
hide: "%{user_name} が %{resource_type} タイプのリソースを %{space_name} スペースに隠しました"
|
247
250
|
unreport: "%{user_name} は %{resource_type} タイプの %{space_name} スペースのリソースを報告していません"
|
248
251
|
newsletter:
|
@@ -290,8 +293,18 @@ ja:
|
|
290
293
|
delete_with_parent: "%{user_name} が タクソノミー %{parent_taxonomy} 内のタクソノミー %{resource_name} を削除しました"
|
291
294
|
update: "%{user_name} がタクソノミー %{resource_name} を更新しました"
|
292
295
|
update_with_parent: "%{user_name} が タクソノミー %{parent_taxonomy} 内のタクソノミー %{resource_name} を更新しました"
|
296
|
+
taxonomy_filter:
|
297
|
+
create: "%{user_name} がフィルター %{resource_name} を作成しました"
|
298
|
+
create_with_filter_info: '%{user_name} がタクソノミー "%{taxonomy_name}" に基づくフィルター %{resource_name}(%{filter_items_count} 項目)を作成しました'
|
299
|
+
delete: "%{user_name} がフィルター %{resource_name} を削除しました"
|
300
|
+
delete_with_filter_info: '%{user_name} がタクソノミー "%{taxonomy_name}" に基づくフィルター %{resource_name}(%{filter_items_count} 項目)を削除しました'
|
301
|
+
update: "%{user_name} がフィルター %{resource_name} を更新しました"
|
302
|
+
update_with_filter_info: '%{user_name} がタクソノミー "%{taxonomy_name}" に基づくフィルター %{resource_name}(%{filter_items_count} 項目)を更新しました'
|
293
303
|
user:
|
294
304
|
block: "%{user_name} がユーザー %{resource_name} をブロックしました"
|
305
|
+
bulk_block: "%{user_name} が %{blocked_count} ユーザーをブロックしました"
|
306
|
+
bulk_ignore: "%{user_name} が %{unreported_users_count} 件のユーザーの通報を解除しました"
|
307
|
+
bulk_unblock: "%{user_name} が %{unblocked_count} ユーザーのブロックを解除しました"
|
295
308
|
invite: "%{user_name} が参加者 %{resource_name} をロール %{role} で招待しました"
|
296
309
|
officialize: "%{user_name} が参加者 %{resource_name} を公式化しました"
|
297
310
|
promote: "%{user_name} が %{resource_name} を昇格しました"
|
@@ -302,6 +315,9 @@ ja:
|
|
302
315
|
unofficialize: "%{user_name} が参加者 %{resource_name} を非公式にしました"
|
303
316
|
user_group:
|
304
317
|
block: "%{user_name} がユーザーグループ %{resource_name} をブロックしました"
|
318
|
+
bulk_block: "%{user_name} が %{blocked_count} ユーザーをブロックしました"
|
319
|
+
bulk_ignore: "%{user_name} が %{unreported_users_count} 件のユーザーの通報を解除しました"
|
320
|
+
bulk_unblock: "%{user_name} が %{unblocked_count} ユーザーのブロックを解除しました"
|
305
321
|
reject: "%{user_name} が %{resource_name} グループの確認を拒否しました"
|
306
322
|
unblock: "%{user_name} がユーザーグループ %{resource_name} のブロックを解除しました"
|
307
323
|
verify: "%{user_name} がグループ %{resource_name} を確認しました"
|
@@ -425,6 +441,13 @@ ja:
|
|
425
441
|
dummy_authorization_workflow:
|
426
442
|
explanation: ダミー認証ワークフロー
|
427
443
|
name: ダミー認証ワークフロー
|
444
|
+
ephemeral_dummy_authorization_handler:
|
445
|
+
explanation: '「X」で終わる本人確認書類の番号を導入して認証を受けましょう。'
|
446
|
+
fields:
|
447
|
+
allowed_postal_codes: 許可する郵便番号 (コンマ区切り)
|
448
|
+
document_number: 本人確認書類の番号
|
449
|
+
postal_code: 郵便番号
|
450
|
+
name: 一時的な認可サンプル
|
428
451
|
errors:
|
429
452
|
duplicate_authorization: 同じデータを持つ参加者はすでに承認されています。管理者があなたの詳細を確認するために連絡します。
|
430
453
|
expired_at: '%{timestamp} で期限切れ'
|
@@ -524,6 +547,8 @@ ja:
|
|
524
547
|
dummy_step_attribute1: ダミーステップ属性1
|
525
548
|
dummy_step_attribute2: ダミーステップ属性2
|
526
549
|
dummy_step_translatable_text: ダミーフェーズ翻訳可能なテキスト
|
550
|
+
pagination:
|
551
|
+
page_title: "%{component_name} - %{current_page} / %{total_pages} ページ"
|
527
552
|
contact: お問い合わせ
|
528
553
|
content_blocks:
|
529
554
|
announcement:
|
@@ -632,10 +657,12 @@ ja:
|
|
632
657
|
username_help: 投稿に表示される公表名。匿名性を保証する目的で、任意の名前にすることができます。
|
633
658
|
sessions:
|
634
659
|
new:
|
660
|
+
are_you_new?: 未登録の方はこちら
|
635
661
|
register: アカウントを作成
|
636
662
|
sign_in_disabled: 外部アカウントでアクセスできます。
|
637
663
|
sign_up_disabled: アカウントの作成が無効になっています。既存のアカウントを使用してアクセスできます。
|
638
664
|
user:
|
665
|
+
ephemeral_session_closed: ゲストセッションが終了しました
|
639
666
|
timed_out: 長時間非アクティブであり、自動的にサービスからログアウトされました。 引き続きサービスをご利用いただく場合は、再度ログインしてください。
|
640
667
|
shared:
|
641
668
|
newsletter_modal:
|
@@ -650,6 +677,8 @@ ja:
|
|
650
677
|
それでもニュースレターの受信を避けたい場合は、私たちはその決定を尊重します。 </p>
|
651
678
|
<p>お読みいただきありがとうございます。</p>
|
652
679
|
title: ニュースレター通知
|
680
|
+
omniauth_buttons:
|
681
|
+
or: または
|
653
682
|
password_fields:
|
654
683
|
hidden_password: あなたのパスワードは非表示です
|
655
684
|
hide_password: パスワードを隠す
|
@@ -677,9 +706,55 @@ ja:
|
|
677
706
|
export:
|
678
707
|
ready: 準備完了
|
679
708
|
help:
|
709
|
+
core:
|
710
|
+
description: これらはユーザー %{user_name} の個人データ、投稿、および活動を含むファイルです
|
711
|
+
title: '%{organization} からデータファイルをダウンロード'
|
680
712
|
follows:
|
713
|
+
created_at: フォローの作成日時
|
714
|
+
followable: フォローされているリソースまたはスペース
|
681
715
|
id: フォローの固有ID
|
716
|
+
updated_at: フォローの最終更新日時
|
717
|
+
identities:
|
718
|
+
created_at: アイデンティティの作成日時
|
719
|
+
id: このアイデンティティの固有ID
|
720
|
+
provider: このアイデンティティのプロバイダー
|
721
|
+
uid: このアイデンティティの固有ID
|
722
|
+
updated_at: アイデンティティの最後更新日時
|
723
|
+
user: このアイデンティティが所属するユーザー
|
724
|
+
messaging_conversations:
|
725
|
+
created_at: この会話の作成日時
|
726
|
+
id: この会話の固有ID
|
727
|
+
messages: この会話のメッセージ
|
728
|
+
updated_at: この会話の最終更新日時
|
729
|
+
notifications:
|
730
|
+
created_at: 通知の作成日時
|
731
|
+
event_class: 通知をトリガーしたイベントのクラス
|
732
|
+
event_name: 通知をトリガーしたイベントの名前
|
733
|
+
extra: この通知の追加情報
|
734
|
+
id: この通知の固有ID
|
735
|
+
resource_type: 通知に関連するリソースの種類
|
736
|
+
updated_at: 通知の最終更新日時
|
737
|
+
reports:
|
738
|
+
reason: レポートの理由
|
739
|
+
updated_at: レポートの最終更新日時
|
740
|
+
user_groups:
|
741
|
+
document_number: ユーザーグループのドキュメント番号
|
742
|
+
id: ユーザーグループの固有ID
|
743
|
+
name: ユーザーグループの名前
|
744
|
+
phone: ユーザーグループの電話番号
|
745
|
+
verified_at: ユーザーグループが認証された日時
|
682
746
|
users:
|
747
|
+
about: ユーザーの説明
|
748
|
+
accepted_tos_version: プラットフォームの利用規約がユーザーに承諾された日時
|
749
|
+
admin: このユーザーが管理者であるかどうか
|
750
|
+
confirmation_sent_at: 確認の送信日時
|
751
|
+
confirmed_at: このユーザーが確認された日時
|
752
|
+
created_at: ユーザーの作成日時
|
753
|
+
current_sign_in_at: 現在のログイン日時
|
754
|
+
current_sign_in_ip: 現在のログインのIPアドレス
|
755
|
+
delete_reason: このユーザーの削除理由
|
756
|
+
deleted_at: このユーザーの削除日時
|
757
|
+
email: このユーザーのメールアドレス
|
683
758
|
invitations_count: このユーザーに送信された招待の数
|
684
759
|
invited_by: このユーザーを招待したユーザー
|
685
760
|
last_sign_in_at: 最終ログイン日時
|
@@ -688,8 +763,16 @@ ja:
|
|
688
763
|
managed: このユーザーが別のユーザーによって管理されているかどうか
|
689
764
|
name: ユーザー名
|
690
765
|
notification_settings: このユーザーが選択した通知設定
|
766
|
+
personal_url: このユーザーの個人URL
|
767
|
+
remember_created_at: ユーザーが記憶するように選択した日時
|
768
|
+
reset_password_sent_at: パスワードリセットの送信日時
|
769
|
+
roles: このユーザーが持っている役割
|
770
|
+
sign_in_count: このユーザーがログインした回数
|
771
|
+
type: このユーザーが持っているタイプ
|
691
772
|
show:
|
692
773
|
action: アクション
|
774
|
+
download: ダウンロードファイル
|
775
|
+
download_data: データダウンロード
|
693
776
|
download_data_description_1: あなたのアカウントで利用可能なすべてのダウンロードを見つけることができます。これらの.zipファイルは削除される2週間前に利用可能になります。
|
694
777
|
download_data_description_2: 提出物と個人データを含む .zip ファイルをリクエストできます。
|
695
778
|
download_your_data: 個人データ
|
@@ -718,6 +801,7 @@ ja:
|
|
718
801
|
others: "%{count} 以上"
|
719
802
|
title: オススメ
|
720
803
|
you: あなた
|
804
|
+
ephemeral_user: 訪問者
|
721
805
|
errors:
|
722
806
|
files:
|
723
807
|
file_cannot_be_processed: ファイルを処理できません
|
@@ -1125,6 +1209,8 @@ ja:
|
|
1125
1209
|
unknown_action_with_space: "%{user_name} が %{resource_name} で %{space_name} にアクションを実行しました"
|
1126
1210
|
unpublish_with_space: "%{user_name} が %{space_name} の %{resource_name} を非公開にしました"
|
1127
1211
|
update: "%{user_name} が %{resource_name} を更新しました"
|
1212
|
+
update_filters: "%{user_name} が %{resource_name} のフィルターを更新しました"
|
1213
|
+
update_filters_with_space: "%{user_name} が %{space_name} の %{resource_name} のフィルターを更新しました"
|
1128
1214
|
update_permissions_with_space: "%{user_name} が %{space_name} の %{resource_name} の権限を更新しました"
|
1129
1215
|
update_with_space: "%{user_name} さんが %{resource_name} で %{space_name} を更新しました"
|
1130
1216
|
value_types:
|
@@ -1230,6 +1316,8 @@ ja:
|
|
1230
1316
|
not_started: まだ開始していません
|
1231
1317
|
remaining: "残り %{time_distance}"
|
1232
1318
|
metrics:
|
1319
|
+
blocked_users:
|
1320
|
+
description: ブロックされた参加者数
|
1233
1321
|
download:
|
1234
1322
|
csv: ダウンロードデータ(CSV)
|
1235
1323
|
followers:
|
@@ -1240,6 +1328,10 @@ ja:
|
|
1240
1328
|
description: 組織内のアクティブな参加者数
|
1241
1329
|
object: 参加者
|
1242
1330
|
title: 参加者
|
1331
|
+
reported_users:
|
1332
|
+
description: 報告された参加者数
|
1333
|
+
user_reports:
|
1334
|
+
description: 参加者によって行われた報告数
|
1243
1335
|
users:
|
1244
1336
|
description: 組織の参加者数
|
1245
1337
|
object: 参加者
|
@@ -1305,10 +1397,12 @@ ja:
|
|
1305
1397
|
notifications_digest_mailer:
|
1306
1398
|
header:
|
1307
1399
|
daily: 日次の通知のダイジェスト
|
1400
|
+
real_time: リアルタイム
|
1308
1401
|
weekly: 週次の通知のダイジェスト
|
1309
1402
|
hello: こんにちは %{name} さん、
|
1310
1403
|
intro:
|
1311
1404
|
daily: 'あなたがフォローしているアクティビティに基づいた最終日以降の通知です:'
|
1405
|
+
real_time: 'これらはあなたが以下のアクティビティについての通知です:'
|
1312
1406
|
weekly: 'これらは、あなたがフォローしているアクティビティに基づいた先週以降の通知です:'
|
1313
1407
|
outro: このコンテンツまたは著者をフォローしているため、これらの通知を受け取りました。それぞれのページからフォローを解除できます。
|
1314
1408
|
see_more: 他の通知を見る
|
@@ -1337,7 +1431,6 @@ ja:
|
|
1337
1431
|
push_notifications_reminder: プラットフォームから通知を受け取るには、まずブラウザの設定で通知を許可する必要があります。
|
1338
1432
|
receive_notifications_about: 受け取りたい通知
|
1339
1433
|
update_notifications_settings: 変更を保存
|
1340
|
-
valuators: 評価者
|
1341
1434
|
update:
|
1342
1435
|
error: 通知設定の更新中に問題が発生しました。
|
1343
1436
|
success: 通知設定が正常に更新されました。
|
@@ -1350,11 +1443,13 @@ ja:
|
|
1350
1443
|
onboarding_action_message:
|
1351
1444
|
click_link: ここをクリックして下さい
|
1352
1445
|
cta_html: <a href="%{path}">%{link_text}</a> をクリックして、%{resource_name}「<strong>%{resource_title}</strong>」で%{action}を行ってください。
|
1446
|
+
ephemeral_authorized_message: 正常に許可されました。<br/>ゲストセッションを開始しました。これで参加できます。
|
1353
1447
|
expired_authorization_active_title: 認証の有効期限が切れました。
|
1354
1448
|
finish_authorization_process: 認証プロセスを完了できます
|
1355
1449
|
incomplete_authorization_active_title: 必要な情報がすべて記載されていないため、検証が完了していません。
|
1356
1450
|
pending_authorization_active_message: このアクションを続行するには、フォームに記入してください。
|
1357
1451
|
pending_authorization_active_title: 本人確認が必要です。
|
1452
|
+
pending_ephemeral_authorization: 続行するには本人確認を行ってください。
|
1358
1453
|
open_data:
|
1359
1454
|
help:
|
1360
1455
|
core:
|
@@ -1385,6 +1480,19 @@ ja:
|
|
1385
1480
|
reported_content: 通報されたコンテンツ
|
1386
1481
|
reported_url: 通報されたリソースの url
|
1387
1482
|
reports: リソースが通報された理由のリスト
|
1483
|
+
taxonomies:
|
1484
|
+
children_count: このタクソノミーに含まれる子要素の数
|
1485
|
+
created_at: タクソノミーの作成日時
|
1486
|
+
filter_items_count: このタクソノミーを使用しているフィルターのアイテム数
|
1487
|
+
filters_count: このタクソノミーを使用しているフィルター数
|
1488
|
+
id: このタクソノミーの固有ID
|
1489
|
+
is_root: このタクソノミーが親を持たない場合は True
|
1490
|
+
name: このタクソノミーの名前
|
1491
|
+
parent_id: このタクソノミーの親の固有ID(もしあれば)
|
1492
|
+
part_of: このタクソノミが他のタクソノミの一部であるかどうかを検出するために使用されます
|
1493
|
+
taxonomizations_count: このタクソノミーを使用するリソースの数
|
1494
|
+
updated_at: このタクソノミーの最終更新日時
|
1495
|
+
weight: このタクソノミーが表示される順序
|
1388
1496
|
user_groups:
|
1389
1497
|
avatar_url: ユーザーグループのアバター
|
1390
1498
|
badge: ユーザーグループのバッジ
|
@@ -1530,35 +1638,22 @@ ja:
|
|
1530
1638
|
members: メンバー
|
1531
1639
|
officialized: 正規参加者
|
1532
1640
|
send_private_message: プライベートメッセージを送信
|
1533
|
-
sidebar:
|
1534
|
-
badges:
|
1535
|
-
info: バッジはプラットフォームで特定のアクティビティを実行することで獲得できます。
|
1536
|
-
title: バッジ
|
1537
1641
|
user:
|
1538
1642
|
actions:
|
1539
1643
|
create_user_group: グループを作成
|
1540
1644
|
disabled_message: メッセージ
|
1541
1645
|
edit_profile: プロフィールを編集
|
1542
|
-
edit_user_group:
|
1543
|
-
invite_user:
|
1544
|
-
join_user_group:
|
1646
|
+
edit_user_group: グループプロファイルを編集
|
1647
|
+
invite_user: 参加者の招待
|
1648
|
+
join_user_group: グループに参加するリクエスト
|
1545
1649
|
leave_user_group: グループから退出する
|
1546
1650
|
manage_user_group: グループを管理
|
1547
1651
|
manage_user_group_admins: 管理者の管理
|
1548
1652
|
manage_user_group_users: メンバーの管理
|
1549
1653
|
message: メッセージ
|
1550
|
-
resend_email_confirmation_instructions:
|
1654
|
+
resend_email_confirmation_instructions: 確認メールを再送信する
|
1551
1655
|
confirmation_instructions_sent: メール確認の手順を送信しました。
|
1552
|
-
create_user_group: グループを作成
|
1553
|
-
edit_profile: プロフィールを編集
|
1554
|
-
edit_user_group: グループプロファイルを編集
|
1555
1656
|
fill_in_email_to_confirm_it: グループのメールアドレスを入力して確認してください。
|
1556
|
-
invite_user: 参加者の招待
|
1557
|
-
join_user_group: グループに参加するリクエスト
|
1558
|
-
leave_user_group: グループから退出する
|
1559
|
-
manage_user_group_admins: 管理者の管理
|
1560
|
-
manage_user_group_users: メンバーの管理
|
1561
|
-
resend_email_confirmation_instructions: 確認メールを再送信する
|
1562
1657
|
reported_mailer:
|
1563
1658
|
hide:
|
1564
1659
|
hello: こんにちは、 %{name} さん。
|
@@ -1582,6 +1677,8 @@ ja:
|
|
1582
1677
|
create:
|
1583
1678
|
error: レポートの作成中に問題が発生しました。もう一度やり直してください。
|
1584
1679
|
success: レポートは正常に作成され、管理者によってレビューされます。
|
1680
|
+
parent_hidden:
|
1681
|
+
report_details: 親リソースは非表示
|
1585
1682
|
resource:
|
1586
1683
|
controls_label: リソースコントロール
|
1587
1684
|
resource_endorsements:
|
@@ -1644,14 +1741,11 @@ ja:
|
|
1644
1741
|
flag_user_modal:
|
1645
1742
|
already_reported: このコンテンツはすでに報告されており、管理者が確認します。
|
1646
1743
|
block: この参加者をブロック
|
1647
|
-
close: 閉じる
|
1648
|
-
description: ユーザーに不適切なのはどの点ですか?
|
1649
1744
|
does_not_belong: 違法行為、自殺の脅威、個人情報、または %{organization_name} に属していないと思われる何かが含まれています。
|
1650
1745
|
hide: すべての内容を隠す
|
1651
1746
|
offensive: 人種差別、性差別、中傷、個人攻撃、死の脅威、自殺要求や何かしらの形態のヘイトスピーチが含まれています。
|
1652
1747
|
report: 報告
|
1653
1748
|
spam: 虚偽情報、広告、詐欺やスクリプトボットが含まれています。
|
1654
|
-
title: 不適切なユーザーを報告
|
1655
1749
|
floating_help:
|
1656
1750
|
help: ヘルプ
|
1657
1751
|
follow_button:
|
@@ -1688,6 +1782,7 @@ ja:
|
|
1688
1782
|
no_stats: 統計情報はまだありません。
|
1689
1783
|
pages_count: ページ
|
1690
1784
|
participants_count: 参加者
|
1785
|
+
surveys_count: 調査
|
1691
1786
|
users_count: 参加者
|
1692
1787
|
tags:
|
1693
1788
|
filter_results_for_taxonomy: '%{resource} の検索結果'
|
@@ -2079,6 +2174,8 @@ ja:
|
|
2079
2174
|
sign_up: アカウントを作成
|
2080
2175
|
terms_of_service: 利用規約
|
2081
2176
|
header:
|
2177
|
+
close: 閉じる
|
2178
|
+
confirm_close_ephemeral_session: このページから移動すると、セッションは閉じられます。よろしいですか?
|
2082
2179
|
log_in: ログイン
|
2083
2180
|
main_menu: メインメニュー
|
2084
2181
|
user_menu: ユーザーメニュー
|
@@ -2088,6 +2185,8 @@ ja:
|
|
2088
2185
|
expire_time_html: このログインセッションは <b><span class="minutes">%{minutes}</span> 分後に無効になります。</b>.
|
2089
2186
|
language_chooser:
|
2090
2187
|
choose_language: 言語を選択
|
2188
|
+
navigation:
|
2189
|
+
aria_label: 'ナビゲーションメニュー: %{title}'
|
2091
2190
|
notifications_dashboard:
|
2092
2191
|
mark_all_as_read: すべての通知を削除する
|
2093
2192
|
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
|
@@ -619,7 +621,7 @@ lb:
|
|
619
621
|
current_admins: 'Aktuell Admins:'
|
620
622
|
manage_admins: Admins verwalten
|
621
623
|
group_invites:
|
622
|
-
accept_invitation:
|
624
|
+
accept_invitation: Acceptéieren
|
623
625
|
accept_or_reject_group_invitations: 'Dës Gruppen hunn dech agelueden dech hinnen unzeschléissen. Hir Ufroen unhuelen oder refuséieren:'
|
624
626
|
index:
|
625
627
|
invite: Alueden
|
@@ -650,7 +652,7 @@ lb:
|
|
650
652
|
success: Aus dem Grupp ausgetrueden.
|
651
653
|
members:
|
652
654
|
accept_or_reject_join_requests: 'Dës Benotzer hunn ugefrot dësem Grupp bäizetrieden. Hir Ufroen unhuelen oder refuséieren:'
|
653
|
-
accept_request:
|
655
|
+
accept_request: Acceptéieren
|
654
656
|
reject_request: Refuséieren
|
655
657
|
new:
|
656
658
|
create_user_group: Grupp erstellen
|
@@ -730,7 +732,7 @@ lb:
|
|
730
732
|
subject: "%{sender} huet eng Konversatioun mam %{group} ugefaangen"
|
731
733
|
new_group_message:
|
732
734
|
admin_in_group: Du kriss dat heiten, well du bass Administrateur am %{group}.
|
733
|
-
greeting: Moien
|
735
|
+
greeting: Moien %{recipient}!
|
734
736
|
intro: "%{sender} huet nei Noriichten gepost an der Konversatioun mam Grupp %{group}. Klick hei fir se ze gesinn:"
|
735
737
|
subject: "%{group} hat neue Nachrichten von %{sender}"
|
736
738
|
new_message:
|
@@ -752,6 +754,8 @@ lb:
|
|
752
754
|
new_conversation: Nei Konversatioun
|
753
755
|
next: Weider
|
754
756
|
title: Konversatiounen
|
757
|
+
reply_form:
|
758
|
+
placeholder: Deng Äntwert...
|
755
759
|
show:
|
756
760
|
back: Zeréck bei all d'Konversatiounen
|
757
761
|
chat_with: Konversatioun mat
|
@@ -869,24 +873,23 @@ lb:
|
|
869
873
|
conversations: Konversatiounen
|
870
874
|
followers: Unhänger
|
871
875
|
following: Geet no
|
876
|
+
group_admins: Admins verwalten
|
877
|
+
group_members: Memberen verwalten
|
872
878
|
groups: Gruppen
|
873
879
|
members: Memberen
|
874
880
|
officialized: Offiziellen Teilnehmer
|
875
881
|
send_private_message: Privat Noriicht schécken
|
876
|
-
sidebar:
|
877
|
-
badges:
|
878
|
-
info: Ofzeechen kann een sech verdéngen, andeems een bestëmmten Aktivitéiten op der Plattform duerchféiert.
|
879
|
-
title: Ofzeechen
|
880
882
|
user:
|
881
|
-
|
882
|
-
|
883
|
-
|
884
|
-
|
885
|
-
|
886
|
-
|
887
|
-
|
888
|
-
|
889
|
-
|
883
|
+
actions:
|
884
|
+
create_user_group: Grupp erstellen
|
885
|
+
edit_profile: Profil beaarbechten
|
886
|
+
edit_user_group: Profil vum Grupp beaarbechten
|
887
|
+
invite_user: En Teilnehmer alueden
|
888
|
+
join_user_group: Ufro engem Grupp bäitrieden ze dierfen
|
889
|
+
leave_user_group: Grupp verloossen
|
890
|
+
manage_user_group_admins: Admins verwalten
|
891
|
+
manage_user_group_users: Memberen verwalten
|
892
|
+
resend_email_confirmation_instructions: Den Email mat der Confirmatioun vun den Instruktiounen op en Neits schécken
|
890
893
|
reported_mailer:
|
891
894
|
hide:
|
892
895
|
hello: Moien %{name}
|
@@ -959,12 +962,9 @@ lb:
|
|
959
962
|
title: Inhalt mellen den net zoulässeg ass
|
960
963
|
flag_user_modal:
|
961
964
|
already_reported: Dësen Inhalt gouf scho gemellt an gëtt duerch en Admin nogekuckt.
|
962
|
-
close: Zoumaachen
|
963
|
-
description: Wat huet dësen Benotzer gemaach, wat net zoulässeg ass?
|
964
965
|
offensive: Enthält Rassismus, Sexismus, Verleumdung, perséinlechen Ugrëff, Doudesdreeung, Opfuerderung zu Selbstmord oder aner Formen vun Haassrieden.
|
965
966
|
report: Bericht
|
966
967
|
spam: Enthält Klickbait, Reklamm, Bedruch oder Script-Bots.
|
967
|
-
title: Notzer mellen den net zoulässeg ass
|
968
968
|
floating_help:
|
969
969
|
help: Hëllef
|
970
970
|
public_participation:
|