decidim-core 0.28.5 → 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/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/user_activity/show.erb +1 -1
- data/app/commands/decidim/create_omniauth_registration.rb +14 -8
- data/app/commands/decidim/search.rb +14 -0
- data/app/controllers/decidim/profiles_controller.rb +2 -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/decidim/orders_helper.rb +2 -1
- data/app/helpers/decidim/participatory_space_helpers.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/index.js +4 -2
- data/app/packs/src/decidim/map/provider/here.js +1 -1
- data/app/packs/stylesheets/decidim/_hashtags.scss +5 -0
- data/app/packs/stylesheets/decidim/_header.scss +20 -2
- data/app/packs/stylesheets/decidim/application.scss +1 -0
- data/app/presenters/decidim/log/user_presenter.rb +1 -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/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/config/locales/ar.yml +44 -13
- data/config/locales/bg.yml +17 -8
- data/config/locales/bs-BA.yml +2 -0
- data/config/locales/ca-IT.yml +2115 -0
- data/config/locales/ca.yml +56 -13
- data/config/locales/cs.yml +57 -15
- data/config/locales/de.yml +51 -8
- data/config/locales/el.yml +14 -2
- data/config/locales/en.yml +43 -0
- data/config/locales/eo.yml +2 -0
- data/config/locales/es-MX.yml +56 -13
- data/config/locales/es-PY.yml +60 -17
- data/config/locales/es.yml +61 -18
- data/config/locales/eu.yml +114 -73
- data/config/locales/fi-plain.yml +46 -11
- data/config/locales/fi.yml +48 -13
- data/config/locales/fr-CA.yml +52 -9
- data/config/locales/fr.yml +51 -8
- data/config/locales/ga-IE.yml +6 -0
- data/config/locales/gl.yml +29 -2
- data/config/locales/hu.yml +16 -9
- data/config/locales/id-ID.yml +28 -3
- data/config/locales/is-IS.yml +14 -1
- data/config/locales/it.yml +44 -14
- data/config/locales/ja.yml +55 -10
- data/config/locales/lb.yml +27 -7
- data/config/locales/lt.yml +8 -2
- data/config/locales/lv.yml +22 -2
- data/config/locales/nl.yml +27 -5
- data/config/locales/no.yml +20 -0
- data/config/locales/pl.yml +14 -5
- data/config/locales/pt-BR.yml +17 -7
- data/config/locales/pt.yml +20 -0
- data/config/locales/ro-RO.yml +232 -73
- data/config/locales/ru.yml +29 -1
- data/config/locales/sk.yml +34 -6
- data/config/locales/sl.yml +4 -0
- data/config/locales/sr-CS.yml +2 -0
- data/config/locales/sv.yml +28 -9
- data/config/locales/tr-TR.yml +26 -7
- data/config/locales/uk.yml +16 -1
- data/config/locales/zh-CN.yml +22 -2
- data/config/locales/zh-TW.yml +10 -0
- 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/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/nicknamizable.rb +1 -1
- data/lib/decidim/reportable.rb +6 -2
- data/lib/decidim/translatable_attributes.rb +5 -1
- data/lib/decidim/view_model.rb +1 -0
- data/lib/tasks/upgrade/decidim_fix_nickname_uniqueness.rake +23 -20
- metadata +8 -7
- data/app/packs/src/decidim/vendor/leaflet-tilelayer-here.js +0 -212
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
|
@@ -40,6 +42,7 @@ it:
|
|
40
42
|
decidim/promote_to_admin: Promosso ad amministratore del gruppo
|
41
43
|
decidim/removed_from_group: Rimosso dal gruppo
|
42
44
|
decidim/resource_endorsed_event: Risorsa approvata
|
45
|
+
decidim/user_group_created_event: Gruppo utenti creato
|
43
46
|
activerecord:
|
44
47
|
attributes:
|
45
48
|
decidim/user:
|
@@ -65,7 +68,13 @@ it:
|
|
65
68
|
booleans:
|
66
69
|
'false': 'No'
|
67
70
|
'true': 'Si'
|
71
|
+
carrierwave:
|
72
|
+
errors:
|
73
|
+
file_size_too_large: La dimensione del file è troppo grande
|
68
74
|
date:
|
75
|
+
buttons:
|
76
|
+
close: Chiudere
|
77
|
+
select: Selezionare
|
69
78
|
formats:
|
70
79
|
decidim_short: "%d/%m/%Y"
|
71
80
|
decidim_short_with_month_name_short: "%d %b %Y"
|
@@ -376,6 +385,8 @@ it:
|
|
376
385
|
view_all: Guarda tutto
|
377
386
|
metrics:
|
378
387
|
name: Metriche dell'organizzazione
|
388
|
+
participatory_space_metrics:
|
389
|
+
name: Partecipazione in cifre
|
379
390
|
stats:
|
380
391
|
name: Statistiche dell'organizzazione
|
381
392
|
sub_hero:
|
@@ -417,7 +428,7 @@ it:
|
|
417
428
|
uncheck: Mantieni deselezionato
|
418
429
|
title: Iscrizioni alla newsletter
|
419
430
|
omniauth_buttons:
|
420
|
-
or:
|
431
|
+
or: oppure
|
421
432
|
doorkeeper:
|
422
433
|
authorizations:
|
423
434
|
new:
|
@@ -526,7 +537,7 @@ it:
|
|
526
537
|
email_outro: Hai ricevuto questa notifica perché hai fatto attività sul nostro sito web.
|
527
538
|
groups:
|
528
539
|
demoted_membership:
|
529
|
-
email_intro: Un amministratore del gruppo <a href="%{resource_url}">%{user_group_name}</a> ha rimosso i diritti di amministratore per quel gruppo.
|
540
|
+
email_intro: Un amministratore del gruppo <a href="%{resource_url}">%{user_group_name}</a> ha rimosso i tuoi diritti di amministratore per quel gruppo.
|
530
541
|
email_outro: Hai ricevuto questa notifica perché sei un membro di quel gruppo.
|
531
542
|
email_subject: Non sei più un amministratore del gruppo %{user_group_name}!
|
532
543
|
notification_title: Non sei più un amministratore del gruppo <a href="%{resource_path}">%{user_group_name}</a>.
|
@@ -537,7 +548,7 @@ it:
|
|
537
548
|
notification_title: Sei stato invitato a far parte del gruppo <a href="%{resource_path}">%{user_group_name}</a> . Controlla la pagina <a href="%{groups_profile_tab_path}">Gruppi</a> nel tuo profilo per approvarla!
|
538
549
|
join_request_accepted:
|
539
550
|
email_intro: Congratulazioni! Un amministratore del gruppo <a href="%{resource_url}">%{user_group_name}</a> ha accettato la tua richiesta di adesione.
|
540
|
-
email_outro: Hai ricevuto questa notifica perché la tua richiesta di
|
551
|
+
email_outro: Hai ricevuto questa notifica perché la tua richiesta di adesione è stata aggiornata.
|
541
552
|
email_subject: Sei stato accettato nel gruppo %{user_group_name}!
|
542
553
|
notification_title: Sei stato accettato nel gruppo <a href="%{resource_path}">%{user_group_name}</a>.
|
543
554
|
join_request_created:
|
@@ -551,7 +562,7 @@ it:
|
|
551
562
|
email_subject: La tua richiesta di aderire al gruppo %{user_group_name} è stata respinta!
|
552
563
|
notification_title: La tua richiesta di aderire al gruppo <a href="%{resource_path}">%{user_group_name}</a> è stata respinta.
|
553
564
|
promoted_to_admin:
|
554
|
-
email_intro: Un amministratore del gruppo <a href="%{resource_url}">%{user_group_name}</a> ti ha concesso i diritti di amministratore
|
565
|
+
email_intro: Un amministratore del gruppo <a href="%{resource_url}">%{user_group_name}</a> ti ha concesso i diritti di amministratore quel gruppo.
|
555
566
|
email_outro: Hai ricevuto questa notifica perché sei un membro di quel gruppo.
|
556
567
|
email_subject: Ora sei un amministratore del gruppo %{user_group_name}!
|
557
568
|
notification_title: Ora sei un amministratore del gruppo <a href="%{resource_path}">%{user_group_name}</a>.
|
@@ -564,7 +575,7 @@ it:
|
|
564
575
|
email_intro: Un nuovo gruppo di utenti è stato creato con il nome %{user_group_name}. Ora puoi verificarlo nel <a href="%{groups_admin_url}">pannello di amministrazione</a>.
|
565
576
|
email_outro: Hai ricevuto questa notifica perché sei un amministratore della piattaforma.
|
566
577
|
email_subject: È stato creato un nuovo gruppo di utenti
|
567
|
-
notification_title: Il gruppo
|
578
|
+
notification_title: Il gruppo di utenti %{user_group_name} è stato creato. Ora puoi verificarlo nel <a href="%{groups_admin_path}">pannello di amministratore</a>.
|
568
579
|
user_group_updated:
|
569
580
|
email_intro: Un gruppo di utenti con il nome %{user_group_name} ha aggiornato il suo profilo, lasciandolo non verificato. Ora puoi verificarlo nel <a href="%{groups_admin_url}">pannello di amministrazione</a>.
|
570
581
|
email_outro: Hai ricevuto questa notifica perché sei un amministratore della piattaforma.
|
@@ -593,6 +604,8 @@ it:
|
|
593
604
|
email_outro: Hai ricevuto questa notifica perché stai seguendo %{nickname}. È possibile interrompere la ricezione di notifiche seguendo il collegamento precedente.
|
594
605
|
email_subject: "%{nickname} ha aggiornato il proprio profilo"
|
595
606
|
notification_title: La pagina <a href="%{resource_path}">profilo</a> di %{name} (%{nickname}), che stai seguendo, è stata aggiornata.
|
607
|
+
user_officialized:
|
608
|
+
email_subject: ""
|
596
609
|
export_mailer:
|
597
610
|
download_your_data_export:
|
598
611
|
click_button: 'Clicca sul link per scaricare i tuoi dati.<br/>Il file sarà disponibile fino a %{date}.<br/>Avrai bisogno di <a href="https://www.7-zip.org/">7-Zip</a> (per Windows), <a href="https://www.keka.io/en/">Keka</a> (per MacOS) o <a href="https://peazip.github.io">PeaZip</a> (per Linux) per aprirlo. Password: %{password}'
|
@@ -671,12 +684,12 @@ it:
|
|
671
684
|
current_admins: 'Amministratori attuali:'
|
672
685
|
manage_admins: Gestisci amministratori
|
673
686
|
group_invites:
|
674
|
-
accept_invitation:
|
687
|
+
accept_invitation: Accettato
|
675
688
|
accept_or_reject_group_invitations: 'I seguenti gruppi ti hanno invitato a unirti a loro. Accetta o rifiuta le loro richieste:'
|
676
689
|
index:
|
677
690
|
invite: Invitare
|
678
691
|
invite_user: Invita un utente
|
679
|
-
reject_invitation:
|
692
|
+
reject_invitation: Rifiutato
|
680
693
|
group_members:
|
681
694
|
actions:
|
682
695
|
are_you_sure: Sei sicuro?
|
@@ -702,8 +715,8 @@ it:
|
|
702
715
|
success: Gruppo lasciato con successo.
|
703
716
|
members:
|
704
717
|
accept_or_reject_join_requests: 'I seguenti utenti hanno chiesto di unirsi a questo gruppo. Accetta o rifiuta le loro richieste:'
|
705
|
-
accept_request:
|
706
|
-
reject_request:
|
718
|
+
accept_request: Accettato
|
719
|
+
reject_request: Rifiutato
|
707
720
|
new:
|
708
721
|
create_user_group: Crea un gruppo
|
709
722
|
new_user_group: Nuovo gruppo
|
@@ -805,6 +818,8 @@ it:
|
|
805
818
|
new_conversation: Nuova conversazione
|
806
819
|
next: Successivo
|
807
820
|
title: Conversazioni
|
821
|
+
reply_form:
|
822
|
+
placeholder: La tua risposta...
|
808
823
|
show:
|
809
824
|
back: Torna a tutte le conversazioni
|
810
825
|
chat_with: Conversazione con
|
@@ -822,11 +837,11 @@ it:
|
|
822
837
|
participants:
|
823
838
|
description: Numero di utenti attivi nell'organizzazione
|
824
839
|
object: partecipanti
|
825
|
-
title:
|
840
|
+
title: Partecipanti
|
826
841
|
users:
|
827
842
|
description: Numero di utenti nell'organizzazione
|
828
843
|
object: utenti
|
829
|
-
title:
|
844
|
+
title: Partecipanti
|
830
845
|
newsletter_mailer:
|
831
846
|
newsletter:
|
832
847
|
unsubscribe: Per disattivare la ricezione di questo tipo di email, <a href="%{link}" target="_blank" class="unsubscribe">Unsubscribe</a>.
|
@@ -931,6 +946,8 @@ it:
|
|
931
946
|
conversations: Conversazioni
|
932
947
|
followers: Followers
|
933
948
|
following: Seguiti
|
949
|
+
group_admins: Gestisci amministratori
|
950
|
+
group_members: Gestisci i membri
|
934
951
|
groups: gruppi
|
935
952
|
members: Utenti
|
936
953
|
officialized: Partecipante ufficiale
|
@@ -938,8 +955,18 @@ it:
|
|
938
955
|
sidebar:
|
939
956
|
badges:
|
940
957
|
info: I badge vengono guadagnati eseguendo attività specifiche sulla piattaforma.
|
941
|
-
title:
|
958
|
+
title: Badge
|
942
959
|
user:
|
960
|
+
actions:
|
961
|
+
create_user_group: Crea un gruppo
|
962
|
+
edit_profile: Modifica Profilo
|
963
|
+
edit_user_group: Modifica il profilo del gruppo
|
964
|
+
invite_user: Invita utente
|
965
|
+
join_user_group: Richiesta di iscrizione al gruppo
|
966
|
+
leave_user_group: Lascia il gruppo
|
967
|
+
manage_user_group_admins: Gestisci amministratori
|
968
|
+
manage_user_group_users: Gestisci i membri
|
969
|
+
resend_email_confirmation_instructions: Rispedire le istruzioni per la conferma dell'email
|
943
970
|
create_user_group: Crea un gruppo
|
944
971
|
edit_profile: Modifica Profilo
|
945
972
|
edit_user_group: Modifica il profilo del gruppo
|
@@ -1080,6 +1107,9 @@ it:
|
|
1080
1107
|
help_text: "<strong>Attenzione:</strong> Il contenuto potrebbe essere tradotto automaticamente e non essere accurato al 100%."
|
1081
1108
|
show_original: Mostra testo originale
|
1082
1109
|
show_translated: Mostra testo tradotto automaticamente
|
1110
|
+
user_activity:
|
1111
|
+
index:
|
1112
|
+
no_activities_warning: Questo utente non ha ancora avuto alcuna attività.
|
1083
1113
|
user_contact_disabled: Questo partecipante non accetta messaggi diretti.
|
1084
1114
|
user_conversations:
|
1085
1115
|
create:
|
@@ -1211,7 +1241,7 @@ it:
|
|
1211
1241
|
registrations:
|
1212
1242
|
destroyed: Ciao! Il tuo account è stato cancellato con successo. Speriamo di rivederti presto.
|
1213
1243
|
new:
|
1214
|
-
sign_up:
|
1244
|
+
sign_up: Registrati
|
1215
1245
|
signed_up: Benvenuto! Ti sei registrato con successo.
|
1216
1246
|
signed_up_but_inactive: Ti sei registrato con successo. Tuttavia, non siamo riusciti ad accedere perché il tuo account non è ancora attivo.
|
1217
1247
|
signed_up_but_locked: Ti sei registrato con successo. Tuttavia, non siamo riusciti ad accedere perché il tuo account è bloccato.
|
@@ -1226,7 +1256,7 @@ it:
|
|
1226
1256
|
back: Indietro
|
1227
1257
|
forgot_your_password: Hai dimenticato la password?
|
1228
1258
|
log_in: Accedi
|
1229
|
-
sign_up:
|
1259
|
+
sign_up: Registrati
|
1230
1260
|
minimum_password_length:
|
1231
1261
|
one: "(Minimo%{count} caratteri)"
|
1232
1262
|
other: "(Minimo%{count} caratteri)"
|
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:
|
@@ -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: ユーザ登録を完了するには、次のフォームに記入してください
|
@@ -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}に新しいドキュメントが追加されました。このページから見ることができます:'
|
@@ -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:
|
@@ -1150,6 +1185,8 @@ ja:
|
|
1150
1185
|
not_started: まだ開始していません
|
1151
1186
|
remaining: "残り %{time_distance}"
|
1152
1187
|
metrics:
|
1188
|
+
blocked_users:
|
1189
|
+
description: ブロックされた参加者数
|
1153
1190
|
download:
|
1154
1191
|
csv: ダウンロードデータ(CSV)
|
1155
1192
|
followers:
|
@@ -1160,6 +1197,10 @@ ja:
|
|
1160
1197
|
description: 組織内のアクティブな参加者数
|
1161
1198
|
object: 参加者
|
1162
1199
|
title: 参加者
|
1200
|
+
reported_users:
|
1201
|
+
description: 報告された参加者数
|
1202
|
+
user_reports:
|
1203
|
+
description: 参加者によって行われた報告数
|
1163
1204
|
users:
|
1164
1205
|
description: 組織の参加者数
|
1165
1206
|
object: 参加者
|
@@ -1224,10 +1265,12 @@ ja:
|
|
1224
1265
|
notifications_digest_mailer:
|
1225
1266
|
header:
|
1226
1267
|
daily: 日次の通知のダイジェスト
|
1268
|
+
real_time: リアルタイム
|
1227
1269
|
weekly: 週次の通知のダイジェスト
|
1228
1270
|
hello: こんにちは %{name} さん、
|
1229
1271
|
intro:
|
1230
1272
|
daily: 'あなたがフォローしているアクティビティに基づいた最終日以降の通知です:'
|
1273
|
+
real_time: 'これらはあなたが以下のアクティビティについての通知です:'
|
1231
1274
|
weekly: 'これらは、あなたがフォローしているアクティビティに基づいた先週以降の通知です:'
|
1232
1275
|
outro: このコンテンツまたは著者をフォローしているため、これらの通知を受け取りました。それぞれのページからフォローを解除できます。
|
1233
1276
|
see_more: 他の通知を見る
|
@@ -1328,7 +1371,7 @@ ja:
|
|
1328
1371
|
success: パスワードを更新しました。
|
1329
1372
|
profile:
|
1330
1373
|
deleted: 削除された参加者
|
1331
|
-
inaccessible_message:
|
1374
|
+
inaccessible_message: このプロフィールは利用規約違反のためアクセスできません!
|
1332
1375
|
profiles:
|
1333
1376
|
default_officialization_text_for_user_groups: このグループは公的に検証されており、その名前が実際の名前に対応していることが検証されています。
|
1334
1377
|
default_officialization_text_for_users: この参加者は公的に検証されます。彼/彼女の名前または役割が実名・実際の役割に対応していることが確認されています。
|
@@ -1354,18 +1397,18 @@ ja:
|
|
1354
1397
|
disabled_message: メッセージ
|
1355
1398
|
edit_profile: プロフィールを編集
|
1356
1399
|
edit_user_group: グループプロフィールを編集
|
1357
|
-
invite_user:
|
1358
|
-
join_user_group:
|
1400
|
+
invite_user: 参加者の招待
|
1401
|
+
join_user_group: グループに参加するリクエスト
|
1359
1402
|
leave_user_group: グループから退出する
|
1360
1403
|
manage_user_group: グループを管理
|
1361
1404
|
manage_user_group_admins: 管理者の管理
|
1362
1405
|
manage_user_group_users: メンバーの管理
|
1363
1406
|
message: メッセージ
|
1364
|
-
resend_email_confirmation_instructions:
|
1407
|
+
resend_email_confirmation_instructions: 確認メールを再送信する
|
1365
1408
|
confirmation_instructions_sent: メール確認の手順を送信しました。
|
1366
1409
|
create_user_group: グループを作成
|
1367
1410
|
edit_profile: プロフィールを編集
|
1368
|
-
edit_user_group:
|
1411
|
+
edit_user_group: グループプロフィールを編集
|
1369
1412
|
fill_in_email_to_confirm_it: グループのメールアドレスを入力して確認してください。
|
1370
1413
|
invite_user: 参加者の招待
|
1371
1414
|
join_user_group: グループに参加するリクエスト
|
@@ -1919,6 +1962,8 @@ ja:
|
|
1919
1962
|
expire_time_html: このログインセッションは <b><span class="minutes">%{minutes}</span> 分後に無効になります。</b>.
|
1920
1963
|
language_chooser:
|
1921
1964
|
choose_language: 言語を選択
|
1965
|
+
navigation:
|
1966
|
+
aria_label: 'ナビゲーションメニュー: %{title}'
|
1922
1967
|
notifications_dashboard:
|
1923
1968
|
mark_all_as_read: すべての通知を削除する
|
1924
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,6 +378,8 @@ 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:
|
@@ -652,7 +658,7 @@ lb:
|
|
652
658
|
current_admins: 'Aktuell Admins:'
|
653
659
|
manage_admins: Admins verwalten
|
654
660
|
group_invites:
|
655
|
-
accept_invitation:
|
661
|
+
accept_invitation: Acceptéieren
|
656
662
|
accept_or_reject_group_invitations: 'Dës Gruppen hunn dech agelueden dech hinnen unzeschléissen. Hir Ufroen unhuelen oder refuséieren:'
|
657
663
|
index:
|
658
664
|
invite: Alueden
|
@@ -683,7 +689,7 @@ lb:
|
|
683
689
|
success: Aus dem Grupp ausgetrueden.
|
684
690
|
members:
|
685
691
|
accept_or_reject_join_requests: 'Dës Benotzer hunn ugefrot dësem Grupp bäizetrieden. Hir Ufroen unhuelen oder refuséieren:'
|
686
|
-
accept_request:
|
692
|
+
accept_request: Acceptéieren
|
687
693
|
reject_request: Refuséieren
|
688
694
|
new:
|
689
695
|
create_user_group: Grupp erstellen
|
@@ -764,7 +770,7 @@ lb:
|
|
764
770
|
subject: "%{sender} huet eng Konversatioun mam %{group} ugefaangen"
|
765
771
|
new_group_message:
|
766
772
|
admin_in_group: Du kriss dat heiten, well du bass Administrateur am %{group}.
|
767
|
-
greeting: Moien
|
773
|
+
greeting: Moien %{recipient}!
|
768
774
|
intro: "%{sender} huet nei Noriichten gepost an der Konversatioun mam Grupp %{group}. Klick hei fir se ze gesinn:"
|
769
775
|
subject: "%{group} hat neue Nachrichten von %{sender}"
|
770
776
|
new_message:
|
@@ -786,6 +792,8 @@ lb:
|
|
786
792
|
new_conversation: Nei Konversatioun
|
787
793
|
next: Weider
|
788
794
|
title: Konversatiounen
|
795
|
+
reply_form:
|
796
|
+
placeholder: Deng Äntwert...
|
789
797
|
show:
|
790
798
|
back: Zeréck bei all d'Konversatiounen
|
791
799
|
chat_with: Konversatioun mat
|
@@ -799,15 +807,15 @@ lb:
|
|
799
807
|
followers:
|
800
808
|
description: Zuel vun den Teilnehmer, déi dësem Konversatiouns-Espace nofollegen
|
801
809
|
object: Follower
|
802
|
-
title:
|
810
|
+
title: Unhänger
|
803
811
|
participants:
|
804
812
|
description: Zuel vun den aktiven Teilnehmer an dëser Organisatioun
|
805
813
|
object: Teilnehmer
|
806
|
-
title:
|
814
|
+
title: Benotzer
|
807
815
|
users:
|
808
816
|
description: Zuel vun den Teilnehmer an dëser Organisatioun
|
809
817
|
object: Teilnehmer
|
810
|
-
title:
|
818
|
+
title: Benotzer
|
811
819
|
newsletter_mailer:
|
812
820
|
newsletter:
|
813
821
|
unsubscribe: Fir dës Zort Email ofzebestellen, <a href="%{link}" target="_blank" class="unsubscribe">Abbestellen</a>.
|
@@ -906,6 +914,8 @@ lb:
|
|
906
914
|
conversations: Konversatiounen
|
907
915
|
followers: Unhänger
|
908
916
|
following: Geet no
|
917
|
+
group_admins: Admins verwalten
|
918
|
+
group_members: Memberen verwalten
|
909
919
|
groups: Gruppen
|
910
920
|
members: Memberen
|
911
921
|
officialized: Offiziellen Teilnehmer
|
@@ -915,13 +925,23 @@ lb:
|
|
915
925
|
info: Ofzeechen kann een sech verdéngen, andeems een bestëmmten Aktivitéiten op der Plattform duerchféiert.
|
916
926
|
title: Ofzeechen
|
917
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
|
918
938
|
create_user_group: Grupp erstellen
|
919
939
|
edit_profile: Profil beaarbechten
|
920
940
|
edit_user_group: Profil vum Grupp beaarbechten
|
921
941
|
invite_user: En Teilnehmer alueden
|
922
942
|
join_user_group: Ufro engem Grupp bäitrieden ze dierfen
|
923
943
|
leave_user_group: Grupp verloossen
|
924
|
-
manage_user_group_admins:
|
944
|
+
manage_user_group_admins: Admins verwalten
|
925
945
|
manage_user_group_users: Memberen verwalten
|
926
946
|
resend_email_confirmation_instructions: Den Email mat der Confirmatioun vun den Instruktiounen op en Neits schécken
|
927
947
|
reported_mailer:
|
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"
|
@@ -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,6 +327,8 @@ 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:
|
@@ -691,6 +697,8 @@ lv:
|
|
691
697
|
new_conversation: Jauna saruna
|
692
698
|
next: Nākamais
|
693
699
|
title: Sarunas
|
700
|
+
reply_form:
|
701
|
+
placeholder: Jūsu atbilde...
|
694
702
|
show:
|
695
703
|
chat_with: Saruna ar
|
696
704
|
title: Saruna ar %{usernames}
|
@@ -704,11 +712,9 @@ lv:
|
|
704
712
|
participants:
|
705
713
|
description: Aktīvo dalībnieku skaits organizācijā
|
706
714
|
object: dalībnieki
|
707
|
-
title: Dalībnieki
|
708
715
|
users:
|
709
716
|
description: Dalībnieku skaits organizācijā
|
710
717
|
object: dalībnieki
|
711
|
-
title: Dalībnieki
|
712
718
|
newsletter_mailer:
|
713
719
|
newsletter:
|
714
720
|
unsubscribe: Lai atteiktos no šāda veida e-pasta saņemšanas, <a href="%{link}" target="_blank" class="unsubscribe"> Anulēt abonementu</a>.
|
@@ -803,6 +809,8 @@ lv:
|
|
803
809
|
conversations: Sarunas
|
804
810
|
followers: Sekotāji
|
805
811
|
following: Seko
|
812
|
+
group_admins: Pārvaldīt administratorus
|
813
|
+
group_members: Pārvaldīt biedrus
|
806
814
|
groups: Grupas
|
807
815
|
members: Dalībnieki
|
808
816
|
sidebar:
|
@@ -810,6 +818,16 @@ lv:
|
|
810
818
|
info: Žetoni tiek nopelnīti, veicot noteiktas darbības platformā.
|
811
819
|
title: Žetoni
|
812
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
|
813
831
|
create_user_group: Izveidot grupu
|
814
832
|
edit_profile: Rediģēt profilu
|
815
833
|
edit_user_group: Rediģēt grupas profilu
|
@@ -871,6 +889,8 @@ lv:
|
|
871
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.
|
872
890
|
report: Ziņot
|
873
891
|
spam: Satur klikšķu ēsmu (clickbait), reklāmu, krāpšanu vai skriptu robotprogrammatūru.
|
892
|
+
flag_user_modal:
|
893
|
+
close: Aizvērt
|
874
894
|
floating_help:
|
875
895
|
help: Palīdzība
|
876
896
|
login_modal:
|