decidim-core 0.31.6 → 0.31.7
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/card_metadata_cell.rb +1 -1
- data/app/cells/decidim/comments_button_cell.rb +9 -1
- data/app/cells/decidim/data_consent/category.erb +20 -33
- data/app/cells/decidim/footer_topics/show.erb +5 -8
- data/app/cells/decidim/participatory_space_dropdown_metadata/links.erb +1 -1
- data/app/cells/decidim/share_widget/qr_code_modal.erb +1 -1
- data/app/events/decidim/amendable/amendment_base_event.rb +7 -1
- data/app/helpers/decidim/menu_helper.rb +0 -2
- data/app/models/decidim/user.rb +2 -2
- data/app/packs/src/decidim/controllers/accordion/accordion.test.js +196 -42
- data/app/packs/src/decidim/controllers/accordion/controller.js +93 -17
- data/app/packs/src/decidim/controllers/dropdown/controller.js +6 -0
- data/app/packs/src/decidim/controllers/dropdown/dropdown.test.js +28 -0
- data/app/packs/src/decidim/controllers/password_toggler/controller.js +22 -1
- data/app/packs/src/decidim/controllers/password_toggler/password_toggler.test.js +11 -20
- data/app/packs/src/decidim/direct_uploads/upload_modal.js +2 -1
- data/app/packs/src/decidim/map/controller.js +10 -1
- data/app/packs/src/decidim/refactor/moved/focus_guard.js +12 -12
- data/app/packs/src/decidim/refactor/moved/focus_guard.test.js +136 -0
- data/app/packs/stylesheets/decidim/_cards.scss +1 -1
- data/app/packs/stylesheets/decidim/_cookies.scss +13 -5
- data/app/packs/stylesheets/decidim/_documents.scss +1 -1
- data/app/packs/stylesheets/decidim/_footer.scss +33 -1
- data/app/packs/stylesheets/decidim/_participatory_spaces.scss +1 -1
- data/app/presenters/decidim/footer_menu_presenter.rb +2 -4
- data/app/resolvers/decidim/meta_image_url_resolver.rb +7 -0
- data/app/views/decidim/searches/_filters.html.erb +1 -1
- data/app/views/layouts/decidim/footer/_main.html.erb +1 -1
- data/app/views/layouts/decidim/footer/_main_links.html.erb +56 -28
- data/config/locales/ar.yml +0 -20
- data/config/locales/bg.yml +0 -19
- data/config/locales/ca-IT.yml +28 -23
- data/config/locales/ca.yml +28 -23
- data/config/locales/cs.yml +13 -21
- data/config/locales/de.yml +0 -25
- data/config/locales/el.yml +0 -18
- data/config/locales/en.yml +28 -23
- data/config/locales/es-MX.yml +28 -23
- data/config/locales/es-PY.yml +28 -23
- data/config/locales/es.yml +28 -23
- data/config/locales/eu.yml +27 -24
- data/config/locales/fi-plain.yml +28 -23
- data/config/locales/fi.yml +28 -23
- data/config/locales/fr-CA.yml +7 -19
- data/config/locales/fr.yml +7 -19
- data/config/locales/gl.yml +0 -19
- data/config/locales/hu.yml +0 -17
- data/config/locales/id-ID.yml +0 -18
- data/config/locales/is-IS.yml +0 -6
- data/config/locales/it.yml +0 -17
- data/config/locales/ja.yml +28 -23
- data/config/locales/lb.yml +0 -18
- data/config/locales/lt.yml +0 -19
- data/config/locales/lv.yml +0 -18
- data/config/locales/nl.yml +0 -18
- data/config/locales/no.yml +0 -18
- data/config/locales/pl.yml +2 -19
- data/config/locales/pt-BR.yml +0 -25
- data/config/locales/pt.yml +0 -18
- data/config/locales/ro-RO.yml +0 -18
- data/config/locales/ru.yml +0 -8
- data/config/locales/sk.yml +0 -25
- data/config/locales/sv.yml +4 -25
- data/config/locales/tr-TR.yml +0 -18
- data/config/locales/uk.yml +0 -6
- data/config/locales/zh-CN.yml +0 -16
- data/config/locales/zh-TW.yml +0 -19
- data/db/migrate/20250217192438_convert_user_groups_into_users.rb +3 -2
- data/decidim-core.gemspec +3 -0
- data/lib/decidim/core/test/shared_examples/amendable/amendment_event_examples.rb +2 -2
- data/lib/decidim/core/test/shared_examples/amendable/amendment_promoted_event_examples.rb +3 -3
- data/lib/decidim/core/test/shared_examples/comments_examples.rb +26 -0
- data/lib/decidim/core/test/shared_examples/has_space_in_mcell_examples.rb +2 -1
- data/lib/decidim/core/test/shared_examples/resource_liked_event_examples.rb +3 -3
- data/lib/decidim/core/version.rb +1 -1
- data/lib/decidim/core.rb +1 -1
- data/lib/decidim/map/dynamic_map.rb +3 -1
- metadata +27 -6
data/config/locales/it.yml
CHANGED
|
@@ -541,13 +541,9 @@ it:
|
|
|
541
541
|
affected_user:
|
|
542
542
|
email_intro: 'Un''emendamento è stato accettato per %{amendable_title}. Puoi vederlo da questa pagina:'
|
|
543
543
|
email_outro: Hai ricevuto questa notifica perché sei un autore di %{amendable_title}.
|
|
544
|
-
email_subject: Un emendamento accettato per %{amendable_title} %{emendation_author_nickname}
|
|
545
|
-
notification_title: Il <a href="%{emendation_path}">modifica</a> creato da <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> è stato accettato per <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
546
544
|
follower:
|
|
547
545
|
email_intro: 'Un''emendamento è stato accettato per %{amendable_title}. Puoi vederlo da questa pagina:'
|
|
548
546
|
email_outro: Hai ricevuto questa notifica perché stai seguendo %{amendable_title}. È possibile interrompere la ricezione di notifiche facendo click su pulsante Smetti di seguire nella pagina del processo o del contenuto che stai seguendo.
|
|
549
|
-
email_subject: Un emendamento accettato per %{amendable_title} %{emendation_author_nickname}
|
|
550
|
-
notification_title: Il <a href="%{emendation_path}">modifica</a> creato da <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> è stato accettato per <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
551
547
|
amendment_created:
|
|
552
548
|
affected_user:
|
|
553
549
|
email_intro: 'Una nuova emendazione è stata creata per %{amendable_title}. Puoi vederlo da questa pagina:'
|
|
@@ -563,24 +559,16 @@ it:
|
|
|
563
559
|
affected_user:
|
|
564
560
|
email_intro: 'Un emendamento respinto per %{amendable_title} è stato promosso a un indipendente %{amendable_type}. Puoi vederlo da questa pagina:'
|
|
565
561
|
email_outro: Hai ricevuto questa notifica perché sei un autore di %{amendable_title}.
|
|
566
|
-
email_subject: Un emendamento da %{emendation_author_nickname} è stato pubblicato come nuovo %{amendable_type}
|
|
567
|
-
notification_title: A <a href="%{emendation_path}">respinto modifica</a> per <a href="%{amendable_path}">%{amendable_title}</a> è stato pubblicato come nuovo %{amendable_type} da <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>.
|
|
568
562
|
follower:
|
|
569
563
|
email_intro: 'Un emendamento respinto per %{amendable_title} è stato promosso a un indipendente %{amendable_type}. Puoi vederlo da questa pagina:'
|
|
570
564
|
email_outro: Hai ricevuto questa notifica perché stai seguendo %{amendable_title}. È possibile interrompere la ricezione di notifiche facendo click su pulsante Smetti di seguire nella pagina del processo o del contenuto che stai seguendo.
|
|
571
|
-
email_subject: Un emendamento da %{emendation_author_nickname} è stato pubblicato come nuovo %{amendable_type}
|
|
572
|
-
notification_title: A <a href="%{emendation_path}">respinto modifica</a> per <a href="%{amendable_path}">%{amendable_title}</a> è stato pubblicato come nuovo %{amendable_type} da <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>.
|
|
573
565
|
amendment_rejected:
|
|
574
566
|
affected_user:
|
|
575
567
|
email_intro: 'Un''emissione è stata rifiutata per %{amendable_title}. Puoi vederlo da questa pagina:'
|
|
576
568
|
email_outro: Hai ricevuto questa notifica perché sei un autore di %{amendable_title}.
|
|
577
|
-
email_subject: Un emendamento respinto per %{amendable_title} %{emendation_author_nickname}
|
|
578
|
-
notification_title: Il <a href="%{emendation_path}">modifica</a> creato da <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> è stata rifiutata per <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
579
569
|
follower:
|
|
580
570
|
email_intro: 'Un''emissione è stata rifiutata per %{amendable_title}. Puoi vederlo da questa pagina:'
|
|
581
571
|
email_outro: Hai ricevuto questa notifica perché stai seguendo %{amendable_title}. È possibile interrompere la ricezione di notifiche facendo click su pulsante Smetti di seguire nella pagina del processo o del contenuto che stai seguendo.
|
|
582
|
-
email_subject: Un emendamento respinto per %{amendable_title} %{emendation_author_nickname}
|
|
583
|
-
notification_title: Il <a href="%{emendation_path}">modifica</a> creato da <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> è stata rifiutata per <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
584
572
|
attachments:
|
|
585
573
|
attachment_created:
|
|
586
574
|
email_intro: 'Un nuovo documento è stato aggiunto a %{resource_title}. Puoi vederlo da questa pagina:'
|
|
@@ -612,11 +600,6 @@ it:
|
|
|
612
600
|
Un amministratore ha rimosso il tuo %{resource_type} perché è stato segnalato come %{report_reasons}.</br>
|
|
613
601
|
<i>%{resource_content}</i>
|
|
614
602
|
users:
|
|
615
|
-
profile_updated:
|
|
616
|
-
email_intro: La pagina <a href="%{resource_url}">profilo</a> di %{name} (%{nickname}), che stai seguendo, è stata aggiornata.
|
|
617
|
-
email_outro: Hai ricevuto questa notifica perché stai seguendo %{nickname}. È possibile interrompere la ricezione di notifiche seguendo il collegamento precedente.
|
|
618
|
-
email_subject: "%{nickname} ha aggiornato il proprio profilo"
|
|
619
|
-
notification_title: La pagina <a href="%{resource_path}">profilo</a> di %{name} (%{nickname}), che stai seguendo, è stata aggiornata.
|
|
620
603
|
user_officialized:
|
|
621
604
|
email_subject: ""
|
|
622
605
|
export_mailer:
|
data/config/locales/ja.yml
CHANGED
|
@@ -866,13 +866,13 @@ ja:
|
|
|
866
866
|
affected_user:
|
|
867
867
|
email_intro: '%{amendable_title}の修正が承認されました。このページから確認できます:'
|
|
868
868
|
email_outro: あなたは %{amendable_title} の作成者であるため、この通知を受け取りました。
|
|
869
|
-
email_subject: '%{amendable_title}
|
|
870
|
-
notification_title: <a href="%{emendation_author_path}">%{
|
|
869
|
+
email_subject: '%{amendable_title} に対する %{emendation_author_name} からの修正内容を承認しました'
|
|
870
|
+
notification_title: <a href="%{emendation_author_path}">%{emendation_author_name}</a> によって作成された<a href="%{emendation_path}">修正案</a>が、<a href="%{amendable_path}">%{amendable_title}</a> に対して承認されました。
|
|
871
871
|
follower:
|
|
872
872
|
email_intro: '%{amendable_title}の修正が承認されました。このページから確認できます:'
|
|
873
873
|
email_outro: '%{amendable_title}をフォローしているため、この通知を受け取りました。上記のリンクから通知の受信を停止することができます。'
|
|
874
|
-
email_subject: '%{amendable_title}
|
|
875
|
-
notification_title: <a href="%{emendation_author_path}">%{
|
|
874
|
+
email_subject: '%{amendable_title} に対する %{emendation_author_name} からの修正内容を承認しました'
|
|
875
|
+
notification_title: <a href="%{emendation_author_path}">%{emendation_author_name}</a> が作成した <a href="%{emendation_path}">修正内容</a> が <a href="%{amendable_path}">%{amendable_title}</a> に採用されました。
|
|
876
876
|
amendment_created:
|
|
877
877
|
affected_user:
|
|
878
878
|
email_intro: '%{amendable_title}の新しい修正が作成されました。このページから確認できます:'
|
|
@@ -888,29 +888,29 @@ ja:
|
|
|
888
888
|
affected_user:
|
|
889
889
|
email_intro: '%{amendable_title} の修正が却下されました。新しい %{amendable_type}として公開されました。このページから見ることができます:'
|
|
890
890
|
email_outro: あなたは %{amendable_title} の作成者であるため、この通知を受け取りました。
|
|
891
|
-
email_subject: '%{
|
|
892
|
-
notification_title: <a href="%{amendable_path}">%{amendable_title}</a
|
|
891
|
+
email_subject: '%{emendation_author_name}による修正が新しい%{amendable_type}として公開されました'
|
|
892
|
+
notification_title: <a href="%{amendable_path}">%{amendable_title}</a>に対する<a href="%{emendation_path}">却下された修正案</a>が、<a href="%{emendation_author_path}">%{emendation_author_name}</a>によって新しい%{amendable_type}として公開されました。
|
|
893
893
|
follower:
|
|
894
894
|
email_intro: '%{amendable_title} の修正が却下されました。新しい %{amendable_type}として公開されました。このページから見ることができます:'
|
|
895
895
|
email_outro: '%{amendable_title}をフォローしているため、この通知を受け取りました。上記のリンクから通知の受信を停止することができます。'
|
|
896
|
-
email_subject: '%{
|
|
897
|
-
notification_title: <a href="%{amendable_path}">%{amendable_title}</a
|
|
896
|
+
email_subject: '%{emendation_author_name} による修正が新しい %{amendable_type} として公開されました'
|
|
897
|
+
notification_title: <a href="%{amendable_path}">%{amendable_title}</a>に対する<a href="%{emendation_path}">却下された修正案</a>が、<a href="%{emendation_author_path}">%{emendation_author_name}</a>によって新しい%{amendable_type}として公開されました。
|
|
898
898
|
amendment_rejected:
|
|
899
899
|
affected_user:
|
|
900
900
|
email_intro: '%{amendable_title}の修正が拒否されました。このページから確認できます:'
|
|
901
901
|
email_outro: あなたは %{amendable_title} の作成者であるため、この通知を受け取りました。
|
|
902
|
-
email_subject: '%{amendable_title}
|
|
903
|
-
notification_title: <a href="%{
|
|
902
|
+
email_subject: '%{amendable_title}に対する修正案が %{emendation_author_name} によって却下されました'
|
|
903
|
+
notification_title: <a href="%{emendation_author_path}">%{emendation_author_name}</a> が作成した<a href="%{emendation_path}">修正案</a>が、<a href="%{amendable_path}">%{amendable_title}</a> に対して承認されました。
|
|
904
904
|
follower:
|
|
905
905
|
email_intro: '%{amendable_title}の修正が拒否されました。このページから確認できます:'
|
|
906
906
|
email_outro: '%{amendable_title}をフォローしているため、この通知を受け取りました。上記のリンクから通知の受信を停止することができます。'
|
|
907
|
-
email_subject: '%{amendable_title}
|
|
908
|
-
notification_title: <a href="%{
|
|
907
|
+
email_subject: '%{amendable_title}に対する修正案が %{emendation_author_name} によって却下されました'
|
|
908
|
+
notification_title: <a href="%{emendation_author_path}">%{emendation_author_name}</a> が作成した<a href="%{emendation_path}">修正案</a>が、<a href="%{amendable_path}">%{amendable_title}</a> に対して承認されました。
|
|
909
909
|
emendation_promoted:
|
|
910
910
|
follower:
|
|
911
911
|
email_intro: '%{amendable_title}に対する修正案が公開されました。このページから確認できます:'
|
|
912
912
|
email_outro: あなたは %{amendable_title}の作者であるため、この通知を受け取りました。
|
|
913
|
-
email_subject: '%{
|
|
913
|
+
email_subject: '%{emendation_author_name}による修正案が新しい%{amendable_type}として公開されました'
|
|
914
914
|
attachments:
|
|
915
915
|
attachment_created:
|
|
916
916
|
email_intro: '%{resource_title}に新しいドキュメントが追加されました。このページから見ることができます:'
|
|
@@ -964,24 +964,24 @@ ja:
|
|
|
964
964
|
%{resource_type} として報告されたため、管理者が %{report_reasons} を削除しました。</br>
|
|
965
965
|
<i>%{resource_content}</i>
|
|
966
966
|
resource_liked:
|
|
967
|
-
email_intro: 'あなたがフォローしている%{liker_name}
|
|
968
|
-
email_outro: '%{
|
|
969
|
-
email_subject: "%{
|
|
970
|
-
notification_title: <a href="%{resource_path}">%{resource_title}</a> %{resource_type}
|
|
967
|
+
email_intro: 'あなたがフォローしている%{liker_name} が「%{resource_title}」をいいねしました。興味深いかもしれないので、ぜひチェックしてご参加ください:'
|
|
968
|
+
email_outro: '%{liker_name} をフォローしているため、この通知が届きました。上記のリンクから通知の受信を停止できます。'
|
|
969
|
+
email_subject: "%{liker_name} が新しいいいねを行いました"
|
|
970
|
+
notification_title: <a href="%{resource_path}">%{resource_title}</a> %{resource_type} を <a href="%{liker_path}">%{liker_name} </a>さんがいいねしました。
|
|
971
971
|
resources:
|
|
972
972
|
soft_deleted:
|
|
973
973
|
notification_title: 管理者があなたの "%{resource_type}" " "%{resource_title}" を削除しました。
|
|
974
974
|
users:
|
|
975
975
|
profile_updated:
|
|
976
|
-
email_intro:
|
|
977
|
-
email_outro: '%{
|
|
978
|
-
email_subject: "%{
|
|
979
|
-
notification_title:
|
|
976
|
+
email_intro: あなたがフォローしている %{name} さんの <a href="%{resource_url}">プロフィールページ</a>が更新されました。
|
|
977
|
+
email_outro: '%{name}をフォローしているため、この通知を受け取りました。上記のリンクから通知の受信を停止することができます。'
|
|
978
|
+
email_subject: "%{name} はプロフィールを更新しました"
|
|
979
|
+
notification_title: あなたがフォローしている %{name} さんの <a href="%{resource_path}">プロフィールページ</a>が更新されました。
|
|
980
980
|
user_officialized:
|
|
981
|
-
email_intro: 参加者 %{name}
|
|
981
|
+
email_intro: 参加者 %{name} が公式化されました。
|
|
982
982
|
email_outro: あなたは組織の管理者であるため、この通知を受け取りました。
|
|
983
983
|
email_subject: "%{name} が公式化されました"
|
|
984
|
-
notification_title: 参加者 %{name}
|
|
984
|
+
notification_title: 参加者 %{name} が公式化されました。
|
|
985
985
|
export_mailer:
|
|
986
986
|
download_your_data_export:
|
|
987
987
|
click_button_html: 次のリンクをクリックしてデータをダウンロードしてください。<br/>ファイルは %{date} までダウンロードできます。
|
|
@@ -1173,6 +1173,8 @@ ja:
|
|
|
1173
1173
|
dynamic:
|
|
1174
1174
|
screen_reader_explanation: 以下の要素は、このページ上のアイテムを地図上のポイントとして表示するマップです。 この要素はスクリーンリーダーで使用することができますが、理解しにくいかもしれません。
|
|
1175
1175
|
skip_button: 地図をスキップ
|
|
1176
|
+
zoom_in: 拡大
|
|
1177
|
+
zoom_out: 縮小
|
|
1176
1178
|
static:
|
|
1177
1179
|
latlng_text: '緯度: %{latitude}, 経度: %{longitude}'
|
|
1178
1180
|
map_service_brand: OpenStreetMap
|
|
@@ -1512,6 +1514,9 @@ ja:
|
|
|
1512
1514
|
log_in: ログイン
|
|
1513
1515
|
never_logged_in: ログインしたことがない
|
|
1514
1516
|
subject: 非アクティブなアカウントの警告
|
|
1517
|
+
participatory_space:
|
|
1518
|
+
labels:
|
|
1519
|
+
reference: スペースの参照
|
|
1515
1520
|
passwords:
|
|
1516
1521
|
update:
|
|
1517
1522
|
error: パスワードの更新中に問題が発生しました。
|
data/config/locales/lb.yml
CHANGED
|
@@ -403,13 +403,9 @@ lb:
|
|
|
403
403
|
affected_user:
|
|
404
404
|
email_intro: 'Eng Ännerung gouf %{amendable_title} akzeptéiert. Du kanns dat op dëser Säit gesinn:'
|
|
405
405
|
email_outro: Du hues dës Noriicht kritt well s'du en Auteur vum%{amendable_title} bass.
|
|
406
|
-
email_subject: Akzeptéiert Ännerung %{amendable_title} vum %{emendation_author_nickname}
|
|
407
|
-
notification_title: D' <a href="%{emendation_path}">Ännerung</a> erstallt vun <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> fir <a href="%{amendable_path}">%{amendable_title}</a> gouf ugeholl.
|
|
408
406
|
follower:
|
|
409
407
|
email_intro: 'Eng Ännerung gouf %{amendable_title} akzeptéiert. Du kanns dat op dëser Säit gesinn:'
|
|
410
408
|
email_outro: Du hues dës Noriicht kritt, well s'du dem %{amendable_title} nogees. Falls du esou Noriichten net méi wëlls kréien, géi op den Link uewen.
|
|
411
|
-
email_subject: Akzeptéiert Ännerung fir %{amendable_title} vum %{emendation_author_nickname}
|
|
412
|
-
notification_title: D' <a href="%{emendation_path}">Ännerung</a> erstallt vun <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> fir <a href="%{amendable_path}">%{amendable_title}</a> gouf ugeholl.
|
|
413
409
|
amendment_created:
|
|
414
410
|
affected_user:
|
|
415
411
|
email_intro: 'Eng Ännerung fir %{amendable_title} gouf erstallt. Du kanns dat op dëser Säit gesinn:'
|
|
@@ -425,24 +421,16 @@ lb:
|
|
|
425
421
|
affected_user:
|
|
426
422
|
email_intro: 'Eng refuséiert Ännerung am %{amendable_title} gouf als eng nei ënner %{amendable_type} verëffentlecht. Du kanns dat op dëser Säit gesinn:'
|
|
427
423
|
email_outro: Du hues dës Noriicht kritt well s'du en Auteur vum %{amendable_title} bass.
|
|
428
|
-
email_subject: Eng Ännerung vun %{emendation_author_nickname} gouf als nei /n %{amendable_type} verëffentlecht
|
|
429
|
-
notification_title: D' <a href="%{emendation_path}">refuséiert Ännerung </a> fir <a href="%{amendable_path}">%{amendable_title}</a> gouf als nei verëffentlecht %{amendable_type} duerch <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>.
|
|
430
424
|
follower:
|
|
431
425
|
email_intro: 'Eng refuséiert Ännerung am %{amendable_title} gouf als eng nei ënner %{amendable_type} verëffentlecht. Du kanns dat op dëser Säit gesinn:'
|
|
432
426
|
email_outro: Du hues dës Noriicht kritt, well s'du dem %{amendable_title} nogees. Falls du esou Noriichten net méi wëlls kréien, géi op den Link uewen.
|
|
433
|
-
email_subject: Eng Ännerung vun %{emendation_author_nickname} gouf als nei /n %{amendable_type} verëffentlecht
|
|
434
|
-
notification_title: D' <a href="%{emendation_path}">refuséiert Ännerung </a> fir <a href="%{amendable_path}">%{amendable_title}</a> gouf als nei verëffentlecht %{amendable_type} duerch <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>.
|
|
435
427
|
amendment_rejected:
|
|
436
428
|
affected_user:
|
|
437
429
|
email_intro: 'Eng Ännerung fir %{amendable_title} gouf refuséiert. Du kanns dat op dëser Säit gesinn:'
|
|
438
430
|
email_outro: Du hues dës Noriicht kritt well s'du en Auteur vum%{amendable_title} bass.
|
|
439
|
-
email_subject: Refuséiert Ännerung fir %{amendable_title} vum %{emendation_author_nickname}
|
|
440
|
-
notification_title: D' <a href="%{emendation_path}">Ännerung</a> erstallt vun <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> fir <a href="%{amendable_path}">%{amendable_title}</a> gouf refuséiert.
|
|
441
431
|
follower:
|
|
442
432
|
email_intro: 'Eng Ännerung fir %{amendable_title} gouf refuséiert. Du kanns dat op dëser Säit gesinn:'
|
|
443
433
|
email_outro: Du hues dës Noriicht kritt, well s'du dem %{amendable_title} nogees. Falls du esou Noriichten net méi wëlls kréien, géi op den Link uewen.
|
|
444
|
-
email_subject: Refuséiert Ännerung fir %{amendable_title} vum %{emendation_author_nickname}
|
|
445
|
-
notification_title: D' <a href="%{emendation_path}">Ännerung</a> erstallt vun <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> fir <a href="%{amendable_path}">%{amendable_title}</a> gouf refuséiert.
|
|
446
434
|
attachments:
|
|
447
435
|
attachment_created:
|
|
448
436
|
email_intro: 'En neit Dokument fir %{resource_title} gouf dru gehaange. Du kanns dat op dëser Säit gesinn:'
|
|
@@ -472,12 +460,6 @@ lb:
|
|
|
472
460
|
email_subject: Deng %{resource_type} gouf geläscht
|
|
473
461
|
notification_title: |-
|
|
474
462
|
En Admin huet däin %{resource_type} geläscht, well en als %{report_reasons}.</br><i>%{resource_content}</i> gemellt gouf
|
|
475
|
-
users:
|
|
476
|
-
profile_updated:
|
|
477
|
-
email_intro: D' <a href="%{resource_url}">Profil-Säit</a> vum </a>%{name} (%{nickname}), där s'du nogees, gouf aktualiséiert.
|
|
478
|
-
email_outro: Du hues dës Noriicht kritt, well s'du dem %{nickname} nogees. Falls du esou Noriichten net méi wëlls kréien, géi op den Link uewen.
|
|
479
|
-
email_subject: "%{nickname} huet säin Profil aktualiséiert"
|
|
480
|
-
notification_title: D' <a href="%{resource_path}">Profil-Säit</a> vum </a>%{name} (%{nickname}), där s'du nogees, gouf aktualiséiert.
|
|
481
463
|
export_mailer:
|
|
482
464
|
download_your_data_export:
|
|
483
465
|
download: Eroflueden
|
data/config/locales/lt.yml
CHANGED
|
@@ -641,13 +641,9 @@ lt:
|
|
|
641
641
|
affected_user:
|
|
642
642
|
email_intro: 'Pataisa %{amendable_title} buvo priimta. Galite tai pamatyti:'
|
|
643
643
|
email_outro: Šį pranešimą gavote dėl to, kad esate %{amendable_title} autorius(-ė).
|
|
644
|
-
email_subject: '%{amendable_title} pataisa priimta iš %{emendation_author_nickname}'
|
|
645
|
-
notification_title: <a href="%{emendation_path}"><a href="%{emendation_path}">Pataisa</a> sukurta <a href="%{emendation_author_path}"><a href="%{emendation_author_path}">%{emendation_author_nickname}</a> buvo priimta <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
646
644
|
follower:
|
|
647
645
|
email_intro: 'Pataisa %{amendable_title} buvo priimta. Galite tai pamatyti:'
|
|
648
646
|
email_outro: Šį pranešimą gavote dėl to, kad sekate %{amendable_title}. Jeigu nebenorite gauti pranešimų, spustelėkite aukščiau esančią nuorodą.
|
|
649
|
-
email_subject: '%{amendable_title} pataisa priimta iš %{emendation_author_nickname}'
|
|
650
|
-
notification_title: <a href="%{emendation_path}"><a href="%{emendation_path}">Pataisa</a> sukurta <a href="%{emendation_author_path}"><a href="%{emendation_author_path}">%{emendation_author_nickname}</a> buvo priimta <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
651
647
|
amendment_created:
|
|
652
648
|
affected_user:
|
|
653
649
|
email_intro: 'Nauja pataisa buvo sukurta %{amendable_title}. Galite ją pamatyti šiame puslapyje:'
|
|
@@ -663,24 +659,16 @@ lt:
|
|
|
663
659
|
affected_user:
|
|
664
660
|
email_intro: 'Atmesta pataisa %{amendable_title} buvo paskelbta kaip nauja %{amendable_type}. Galite tai pamatyti šiame puslapyje:'
|
|
665
661
|
email_outro: Šį pranešimą gavote dėl to, kad esate %{amendable_title} autorius(-ė).
|
|
666
|
-
email_subject: '%{emendation_author_nickname} parengtas pakeitimas paskelbtas kaip naujas %{amendable_type}'
|
|
667
|
-
notification_title: <a href="%{emendation_path}">Atmesta pataisa</a>dėl<a href="%{amendable_path}">%{amendable_title} buvo publikuota kaip nauja%{amendable_type}<a href="%{emendation_author_path}">%{emendation_author_nickname}.
|
|
668
662
|
follower:
|
|
669
663
|
email_intro: 'Atmesta pataisa %{amendable_title} buvo paskelbta kaip nauja %{amendable_type}. Galite tai pamatyti šiame puslapyje:'
|
|
670
664
|
email_outro: Šį pranešimą gavote dėl to, kad sekate %{amendable_title}. Jeigu nebenorite gauti pranešimų, spustelėkite aukščiau esančią nuorodą.
|
|
671
|
-
email_subject: '%{emendation_author_nickname} publikavo naują pataisą kaip %{amendable_type}'
|
|
672
|
-
notification_title: <a href="%{emendation_path}">Atmesta pataisa</a>dėl<a href="%{amendable_path}">%{amendable_title} buvo publikuota kaip nauja%{amendable_type}<a href="%{emendation_author_path}">%{emendation_author_nickname}.
|
|
673
665
|
amendment_rejected:
|
|
674
666
|
affected_user:
|
|
675
667
|
email_intro: 'Atmesta %{amendable_title} pataisa. Ją galite pamatyti šiame puslapyje:'
|
|
676
668
|
email_outro: Šį pranešimą gavote dėl to, kad esate %{amendable_title} autorius(-ė).
|
|
677
|
-
email_subject: Atmesta %{emendation_author_nickname} parengta %{amendable_title} pataisa
|
|
678
|
-
notification_title: <a href="%{emendation_path}">Pataisa</a>sukurta<a href="%{emendation_author_path}">%{emendation_author_nickname}</a>buvo atmesta dėl<a href="%{amendable_path}">%{amendable_title}</a>.
|
|
679
669
|
follower:
|
|
680
670
|
email_intro: 'Atmesta %{amendable_title} pataisa. Ją galite pamatyti šiame puslapyje:'
|
|
681
671
|
email_outro: Šį pranešimą gavote dėl to, kad sekate %{amendable_title}. Jeigu nebenorite gauti pranešimų, spustelėkite aukščiau esančią nuorodą.
|
|
682
|
-
email_subject: Atmesta %{emendation_author_nickname} parengta %{amendable_title} pataisa
|
|
683
|
-
notification_title: <a href="%{emendation_path}">Pataisa</a>sukurta<a href="%{emendation_author_path}">%{emendation_author_nickname}</a>buvo atmesta dėl<a href="%{amendable_path}">%{amendable_title}</a>.
|
|
684
672
|
attachments:
|
|
685
673
|
attachment_created:
|
|
686
674
|
email_intro: 'Prie %{resource_title} pridėtas naujas dokumentas. Jį galite pamatyti šiame puslapyje:'
|
|
@@ -719,16 +707,9 @@ lt:
|
|
|
719
707
|
</br>
|
|
720
708
|
<i>%{resource_content}</i>
|
|
721
709
|
users:
|
|
722
|
-
profile_updated:
|
|
723
|
-
email_intro: '%{name} (%{nickname}), profilio puslapis, <a href="%{resource_url}">, kurį sekate</a> buvo atnaujintas.'
|
|
724
|
-
email_outro: Šį pranešimą gavote dėl to, kad sekate %{nickname}. Jeigu nebenorite gauti pranešimų, spustelėkite ankstesnę nuorodą.
|
|
725
|
-
email_subject: "%{nickname} atnaujino savo profilį"
|
|
726
|
-
notification_title: '%{name} (%{nickname}) profilio puslapis, <a href="%{resource_path}">, kurį sekate</a> buvo atnaujintas.'
|
|
727
710
|
user_officialized:
|
|
728
|
-
email_intro: Dalyvis %{name} (%{nickname}) buvo oficializuotas.
|
|
729
711
|
email_outro: Šį pranešimą gavote dėl to, kad esate organizacijos administratorius.
|
|
730
712
|
email_subject: "%{name} buvo oficializuotas"
|
|
731
|
-
notification_title: Dalyvis %{name} (%{nickname}) buvo oficializuotas.
|
|
732
713
|
export_mailer:
|
|
733
714
|
download_your_data_export:
|
|
734
715
|
download: Atsisiųsti
|
data/config/locales/lv.yml
CHANGED
|
@@ -353,13 +353,9 @@ lv:
|
|
|
353
353
|
affected_user:
|
|
354
354
|
email_intro: '%{amendable_title} ir pieņemts grozījums. To var redzēt šajā lapā:'
|
|
355
355
|
email_outro: Jūs saņēmāt šo paziņojumu, jo esat %{amendable_title} autors.
|
|
356
|
-
email_subject: Pieņemts grozījums %{amendable_title} no %{emendation_author_nickname}
|
|
357
|
-
notification_title: <a href="%{emendation_path}"> Grozījums </a>, ko izveidoja <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>, ir pieņemts <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
358
356
|
follower:
|
|
359
357
|
email_intro: '%{amendable_title} ir pieņemts grozījums. To var redzēt šajā lapā:'
|
|
360
358
|
email_outro: Jūs saņēmāt šo paziņojumu, jo sekojat %{amendable_title}. Jūs varat atteikties no paziņojumu saņemšanas, sekojot iepriekšējai saitei.
|
|
361
|
-
email_subject: Pieņemts grozījums %{amendable_title} no %{emendation_author_nickname}
|
|
362
|
-
notification_title: <a href="%{emendation_path}"> Grozījums </a>, ko izveidoja <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>, ir pieņemts <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
363
359
|
amendment_created:
|
|
364
360
|
affected_user:
|
|
365
361
|
email_intro: '%{amendable_title} ir izveidots jauns grozījums. To var redzēt šajā lapā.'
|
|
@@ -375,24 +371,16 @@ lv:
|
|
|
375
371
|
affected_user:
|
|
376
372
|
email_intro: 'Noraidītais %{amendable_title} grozījums ir publicēts kā jauns %{amendable_type}. To var redzēt šajā lapā:'
|
|
377
373
|
email_outro: Jūs saņēmāt šo paziņojumu, jo esat %{amendable_title} autors.
|
|
378
|
-
email_subject: '%{emendation_author_nickname} grozījums ir publicēts kā jauns %{amendable_type}'
|
|
379
|
-
notification_title: <a href="%{emendation_path}">noraidītais grozījums<a href="%{amendable_path}">%{amendable_title}</a> ir publicēts kā jauns %{amendable_type}, to publicēja <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>.
|
|
380
374
|
follower:
|
|
381
375
|
email_intro: 'Noraidītais %{amendable_title} grozījums ir publicēts kā jauns %{amendable_type}. To var redzēt šajā lapā:'
|
|
382
376
|
email_outro: Jūs saņēmāt šo paziņojumu, jo sekojat %{amendable_title}. Jūs varat atteikties no paziņojumu saņemšanas, sekojot iepriekšējai saitei.
|
|
383
|
-
email_subject: '%{emendation_author_nickname} grozījums ir publicēts kā jauns %{amendable_type}'
|
|
384
|
-
notification_title: <a href="%{emendation_path}">noraidītais grozījums<a href="%{amendable_path}">%{amendable_title}</a> ir publicēts kā jauns %{amendable_type}, to publicēja <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>.
|
|
385
377
|
amendment_rejected:
|
|
386
378
|
affected_user:
|
|
387
379
|
email_intro: '%{amendable_title} ir noraidīts grozījums. To var redzēt šajā lapā:'
|
|
388
380
|
email_outro: Jūs saņēmāt šo paziņojumu, jo esat %{amendable_title} autors.
|
|
389
|
-
email_subject: Noraidīts grozījums %{amendable_title} no %{emendation_author_nickname}
|
|
390
|
-
notification_title: <a href="%{emendation_path}"> grozījums </a>, ko izveidoja <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>, ir noraidīts <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
391
381
|
follower:
|
|
392
382
|
email_intro: '%{amendable_title} ir noraidīts grozījums. To var redzēt šajā lapā:'
|
|
393
383
|
email_outro: Jūs saņēmāt šo paziņojumu, jo sekojat %{amendable_title}. Jūs varat atteikties no paziņojumu saņemšanas, sekojot iepriekšējai saitei.
|
|
394
|
-
email_subject: Noraidīts grozījums %{amendable_title} no %{emendation_author_nickname}
|
|
395
|
-
notification_title: <a href="%{emendation_path}"> grozījums </a>, ko izveidoja <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>, ir noraidīts <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
396
384
|
attachments:
|
|
397
385
|
attachment_created:
|
|
398
386
|
email_intro: '%{resource_title} ir pievienots jauns dokuments. Jūs to varat redzēt šajā lapā:'
|
|
@@ -415,12 +403,6 @@ lv:
|
|
|
415
403
|
email_outro: Jūs saņēmāt šo paziņojumu, jo veicāt darbību mūsu tīmekļvietnē.
|
|
416
404
|
level_up:
|
|
417
405
|
email_outro: Jūs saņēmāt šo paziņojumu, jo veicāt darbību mūsu tīmekļvietnē.
|
|
418
|
-
users:
|
|
419
|
-
profile_updated:
|
|
420
|
-
email_intro: '%{name} (%{nickname}) <a href="%{resource_url}">profila lapa</a>, kam jūs sekojat, ir atjaunināta.'
|
|
421
|
-
email_outro: Jūs saņēmāt šo paziņojumu, jo sekojat %{nickname}. Jūs varat atteikties no paziņojumu saņemšanas, sekojot iepriekšējai saitei.
|
|
422
|
-
email_subject: "%{nickname} atjaunināja savu profilu"
|
|
423
|
-
notification_title: '%{name} (%{nickname}) <a href="%{resource_path}">profila lapa</a>, kam jūs sekojat, ir atjaunināta.'
|
|
424
406
|
export_mailer:
|
|
425
407
|
download_your_data_export:
|
|
426
408
|
download: Lejupielādēt
|
data/config/locales/nl.yml
CHANGED
|
@@ -406,13 +406,9 @@ nl:
|
|
|
406
406
|
affected_user:
|
|
407
407
|
email_intro: 'Een eervolle vermelding is geaccepteerd voor %{amendable_title}. Je kunt het vanaf deze pagina bekijken:'
|
|
408
408
|
email_outro: U hebt deze melding ontvangen omdat u een auteur bent van %{amendable_title}.
|
|
409
|
-
email_subject: Geaccepteerd amendement voor %{amendable_title} van %{emendation_author_nickname}
|
|
410
|
-
notification_title: De <a href="%{emendation_path}">amendement</a> door <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> is aanvaard voor <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
411
409
|
follower:
|
|
412
410
|
email_intro: 'Een eervolle vermelding is geaccepteerd voor %{amendable_title}. Je kunt het vanaf deze pagina bekijken:'
|
|
413
411
|
email_outro: U hebt deze melding ontvangen omdat u %{amendable_title} volgt. Je kunt de meldingen stoppen door de vorige link te volgen.
|
|
414
|
-
email_subject: Geaccepteerd amendement voor %{amendable_title} van %{emendation_author_nickname}
|
|
415
|
-
notification_title: De <a href="%{emendation_path}">amendement</a> door <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> is aanvaard voor <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
416
412
|
amendment_created:
|
|
417
413
|
affected_user:
|
|
418
414
|
email_intro: 'Er is een nieuwe eervolle vermelding gemaakt voor %{amendable_title}. Je kunt het vanaf deze pagina bekijken:'
|
|
@@ -428,24 +424,16 @@ nl:
|
|
|
428
424
|
affected_user:
|
|
429
425
|
email_intro: 'Een afgewezen amendement voor %{amendable_title} is als nieuw gepubliceerd %{amendable_type}. U kunt het vanaf deze pagina bekijken:'
|
|
430
426
|
email_outro: U hebt deze melding ontvangen omdat u een auteur bent van %{amendable_title}.
|
|
431
|
-
email_subject: Een amendement van %{emendation_author_nickname} is als nieuw gepubliceerd %{amendable_type}
|
|
432
|
-
notification_title: Een <a href="%{emendation_path}">afgewezen amendement</a> voor <a href="%{amendable_path}">%{amendable_title}</a> is gepubliceerd als een nieuwe %{amendable_type} bij <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>.
|
|
433
427
|
follower:
|
|
434
428
|
email_intro: 'Een amendement afgewezen voor %{amendable_title} is gepubliceerd als een nieuw %{amendable_type}. Je kunt het op deze pagina bekijken:'
|
|
435
429
|
email_outro: U heeft deze melding ontvangen omdat u %{amendable_title} volgt. Je kunt stoppen met het ontvangen van meldingen door de vorige link te volgen.
|
|
436
|
-
email_subject: Een amendement van %{emendation_author_nickname} is gepubliceerd als %{amendable_type}
|
|
437
|
-
notification_title: Een <a href="%{emendation_path}">afgewezen amendement</a> voor <a href="%{amendable_path}">%{amendable_title}</a> is gepubliceerd als een nieuwe %{amendable_type} bij <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>.
|
|
438
430
|
amendment_rejected:
|
|
439
431
|
affected_user:
|
|
440
432
|
email_intro: 'Een amendement is afgewezen door %{amendable_title}. Je kunt het op deze pagina bekijken:'
|
|
441
433
|
email_outro: U heeft deze melding ontvangen omdat u een auteur bent van %{amendable_title}.
|
|
442
|
-
email_subject: Een amendement afgewezen voor %{amendable_title} van %{emendation_author_nickname}
|
|
443
|
-
notification_title: De <a href="%{emendation_path}">amendement</a> door <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> is afgekeurd door <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
444
434
|
follower:
|
|
445
435
|
email_intro: 'Een amendement is afgewezen voor %{amendable_title}. Je kunt het op deze pagina bekijken:'
|
|
446
436
|
email_outro: U heeft deze melding ontvangen omdat u %{amendable_title} volgt. U kunt stoppen met het ontvangen van meldingen via de vorige link.
|
|
447
|
-
email_subject: Een amendement afgewezen voor %{amendable_title} van %{emendation_author_nickname}
|
|
448
|
-
notification_title: De <a href="%{emendation_path}">amendement</a> door <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> is afgekeurde <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
449
437
|
attachments:
|
|
450
438
|
attachment_created:
|
|
451
439
|
email_intro: 'Een nieuw document we’d toegevoegd aan %{resource_title}. Je kan het via deze link bekijken:'
|
|
@@ -468,12 +456,6 @@ nl:
|
|
|
468
456
|
email_outro: U heeft deze melding ontvangen omdat u activiteiten op onze website heeft uitgevoerd.
|
|
469
457
|
level_up:
|
|
470
458
|
email_outro: U heeft deze melding ontvangen omdat u activiteiten op onze website heeft uitgevoerd.
|
|
471
|
-
users:
|
|
472
|
-
profile_updated:
|
|
473
|
-
email_intro: De <a href="%{resource_url}">profile page</a> of %{name} (%{nickname}), die je volgt, is bijgewerkt.
|
|
474
|
-
email_outro: Je hebt deze melding ontvangen omdat je %{nickname} volgt. Je kan de meldingen uitschakelen door te klikken op de vorige link.
|
|
475
|
-
email_subject: "%{nickname} heeft zijn/haar profiel bijgewerkt"
|
|
476
|
-
notification_title: De <a href="%{resource_path}">profile page</a> van %{name} (%{nickname}), die je volgt, is bijgewerkt.
|
|
477
459
|
export_mailer:
|
|
478
460
|
download_your_data_export:
|
|
479
461
|
download: Download
|
data/config/locales/no.yml
CHANGED
|
@@ -412,13 +412,9 @@
|
|
|
412
412
|
affected_user:
|
|
413
413
|
email_intro: 'En endring har blitt akseptert for %{amendable_title}. Du kan se den fra denne siden:'
|
|
414
414
|
email_outro: Du har mottatt denne varslingen fordi du er en forfatter av %{amendable_title}.
|
|
415
|
-
email_subject: Aksepterte ending til %{amendable_title} fra %{emendation_author_nickname}
|
|
416
|
-
notification_title: <a href="%{emendation_path}">Endingen</a> opprettet av <a href="%{emendation_author_path}">%{emendation_author_nickname}%</a> har blitt godtatt for <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
417
415
|
follower:
|
|
418
416
|
email_intro: 'En endring har blitt akseptert for %{amendable_title}. Du kan se den fra denne siden:'
|
|
419
417
|
email_outro: Du har mottatt denne varslingen fordi du følger %{amendable_title}. Du kan slutte å motta varsler hvis du følger den forrige lenken.
|
|
420
|
-
email_subject: Aksepterte ending til %{amendable_title} fra %{emendation_author_nickname}
|
|
421
|
-
notification_title: <a href="%{emendation_path}">Endingen</a> opprettet av <a href="%{emendation_author_path}">%{emendation_author_nickname}%</a> har blitt godtatt for <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
422
418
|
amendment_created:
|
|
423
419
|
affected_user:
|
|
424
420
|
email_intro: 'En ny endring er blitt opprettet for%{amendable_title}. Du kan se den fra denne siden:'
|
|
@@ -434,24 +430,16 @@
|
|
|
434
430
|
affected_user:
|
|
435
431
|
email_intro: 'En avslått ending for %{amendable_title} er blitt publisert som en ny %{amendable_type}. Du kan se den fra denne siden:'
|
|
436
432
|
email_outro: Du har mottatt denne varslingen fordi du er en forfatter av %{amendable_title}.
|
|
437
|
-
email_subject: En endring fra %{emendation_author_nickname} er blitt publisert som en ny %{amendable_type}
|
|
438
|
-
notification_title: En <a href="%{emendation_path}">avvist endring</a> til <a href="%{amendable_path}">%{amendable_title}</a> har blitt publisert som et nytt %{amendable_type} av <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>.
|
|
439
433
|
follower:
|
|
440
434
|
email_intro: 'En avslått ending for %{amendable_title} er blitt publisert som en ny %{amendable_type}. Du kan se den fra denne siden:'
|
|
441
435
|
email_outro: Du har mottatt denne varslingen fordi du følger %{amendable_title}. Du kan slutte å motta varsler hvis du følger den forrige lenken.
|
|
442
|
-
email_subject: En endring fra %{emendation_author_nickname} er blitt publisert som en ny %{amendable_type}
|
|
443
|
-
notification_title: En <a href="%{emendation_path}">avvist endring</a> til <a href="%{amendable_path}">%{amendable_title}</a> har blitt publisert som et nytt %{amendable_type} av <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>.
|
|
444
436
|
amendment_rejected:
|
|
445
437
|
affected_user:
|
|
446
438
|
email_intro: 'En endring har blitt avvist for %{amendable_title}. Du kan se den fra denne siden:'
|
|
447
439
|
email_outro: Du har mottatt denne varslingen fordi du er en forfatter av %{amendable_title}.
|
|
448
|
-
email_subject: Endring avvist for %{amendable_title} fra %{emendation_author_nickname}
|
|
449
|
-
notification_title: <a href="%{emendation_path}">Endingen</a> opprettet av <a href="%{emendation_author_path}">%{emendation_author_nickname}%</a> har blitt avvist for <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
450
440
|
follower:
|
|
451
441
|
email_intro: 'En endring har blitt avvist for %{amendable_title}. Du kan se den fra denne siden:'
|
|
452
442
|
email_outro: Du har mottatt denne varslingen fordi du følger %{amendable_title}. Du kan slutte å motta varsler hvis du følger den forrige lenken.
|
|
453
|
-
email_subject: Endring avvist for %{amendable_title} fra %{emendation_author_nickname}
|
|
454
|
-
notification_title: <a href="%{emendation_path}">Endingen</a> opprettet av <a href="%{emendation_author_path}">%{emendation_author_nickname}%</a> har blitt avvist for <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
455
443
|
attachments:
|
|
456
444
|
attachment_created:
|
|
457
445
|
email_intro: 'Et nytt dokument er blitt lagt til %{resource_title}. Du kan se den fra denne siden:'
|
|
@@ -482,12 +470,6 @@
|
|
|
482
470
|
notification_title: |-
|
|
483
471
|
En administrator har fjernet din %{resource_type} fordi den er rapportert som %{report_reasons}.</br>
|
|
484
472
|
<i>%{resource_content}</i>
|
|
485
|
-
users:
|
|
486
|
-
profile_updated:
|
|
487
|
-
email_intro: <a href="%{resource_url}">Profilsiden</a> til %{name} (%{nickname}), som du følger er blitt oppdatert.
|
|
488
|
-
email_outro: Du har mottatt denne varslingen fordi du følger %{nickname}. Du kan slutte å motta varsler hvis du følger den forrige lenken.
|
|
489
|
-
email_subject: "%{nickname} oppdaterte profilens sin"
|
|
490
|
-
notification_title: <a href="%{resource_path}">Profilsiden</a> til %{name} (%{nickname}), som du følger er blitt oppdatert.
|
|
491
473
|
export_mailer:
|
|
492
474
|
download_your_data_export:
|
|
493
475
|
download: Last ned
|
data/config/locales/pl.yml
CHANGED
|
@@ -641,13 +641,9 @@ pl:
|
|
|
641
641
|
affected_user:
|
|
642
642
|
email_intro: 'Poprawka została zaakceptowana dla %{amendable_title}. Możesz ją zobaczyć na tej stronie:'
|
|
643
643
|
email_outro: Otrzymałeś to powiadomienie, ponieważ jesteś autorem %{amendable_title}.
|
|
644
|
-
email_subject: Poprawka przyjęta dla %{amendable_title} z %{emendation_author_nickname}
|
|
645
|
-
notification_title: <a href="%{emendation_path}">Poprawka</a> utworzona przez <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> została przyjęta w <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
646
644
|
follower:
|
|
647
645
|
email_intro: 'Poprawka została zaakceptowana dla %{amendable_title}. Możesz ją zobaczyć na tej stronie:'
|
|
648
646
|
email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz %{amendable_title}. Możesz przestać otrzymywać powiadomienia klikając poprzedni link.
|
|
649
|
-
email_subject: Poprawka przyjęta w %{amendable_title} od %{emendation_author_nickname}
|
|
650
|
-
notification_title: <a href="%{emendation_path}">Poprawka</a> utworzona przez <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> została przyjęta w <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
651
647
|
amendment_created:
|
|
652
648
|
affected_user:
|
|
653
649
|
email_intro: 'Nowa poprawka została utworzona do %{amendable_title}. Możesz ją zobaczyć na tej stronie:'
|
|
@@ -663,24 +659,16 @@ pl:
|
|
|
663
659
|
affected_user:
|
|
664
660
|
email_intro: 'Odrzucona poprawka do %{amendable_title} została opublikowana jako %{amendable_type}. Możesz ją zobaczyć na tej stronie:'
|
|
665
661
|
email_outro: Otrzymałeś to powiadomienie, ponieważ jesteś autorem %{amendable_title}.
|
|
666
|
-
email_subject: Poprawka od %{emendation_author_nickname} została opublikowana jako %{amendable_type}
|
|
667
|
-
notification_title: <a href="%{emendation_path}">Odrzucona poprawka</a> do <a href="%{amendable_path}">%{amendable_title}</a> została opublikowana jako %{amendable_type} przez <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>.
|
|
668
662
|
follower:
|
|
669
663
|
email_intro: 'Odrzucona poprawka do %{amendable_title} została opublikowana jako %{amendable_type}. Możesz ją zobaczyć na tej stronie:'
|
|
670
664
|
email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz %{amendable_title}. Możesz przestać otrzymywać powiadomienia klikając w poprzedni link.
|
|
671
|
-
email_subject: Poprawka od %{emendation_author_nickname} została opublikowana jako %{amendable_type}
|
|
672
|
-
notification_title: <a href="%{emendation_path}">Odrzucona poprawka</a> do <a href="%{amendable_path}">%{amendable_title}</a> została opublikowana jako %{amendable_type} przez <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>.
|
|
673
665
|
amendment_rejected:
|
|
674
666
|
affected_user:
|
|
675
667
|
email_intro: 'Poprawka do %{amendable_title} została odrzucona. Możesz ją zobaczyć na tej stronie:'
|
|
676
668
|
email_outro: Otrzymałeś to powiadomienie, ponieważ jesteś autorem %{amendable_title}.
|
|
677
|
-
email_subject: Poprawka użytkownika %{emendation_author_nickname} do %{amendable_title} została odrzucona
|
|
678
|
-
notification_title: <a href="%{emendation_path}">Poprawka</a> utworzona przez <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> została odrzucona w <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
679
669
|
follower:
|
|
680
670
|
email_intro: 'Poprawka do %{amendable_title} została odrzucona. Możesz ją zobaczyć na tej stronie:'
|
|
681
671
|
email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz %{amendable_title}. Możesz przestać otrzymywać powiadomienia po kliknięciu w poprzedni link.
|
|
682
|
-
email_subject: Poprawka użytkownika %{emendation_author_nickname} do %{amendable_title} została odrzucona
|
|
683
|
-
notification_title: <a href="%{emendation_path}">Poprawka</a> do <a href="%{amendable_path}">%{amendable_title}</a> utworzona przez <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> została odrzucona.
|
|
684
672
|
attachments:
|
|
685
673
|
attachment_created:
|
|
686
674
|
email_intro: 'Nowy dokument został dodany do %{resource_title}. Możesz go zobaczyć na tej stronie:'
|
|
@@ -722,16 +710,9 @@ pl:
|
|
|
722
710
|
Administrator usunął %{resource_type}, ponieważ treść została zgłoszona jako %{report_reasons}.</br>
|
|
723
711
|
<i>%{resource_content}</i>
|
|
724
712
|
users:
|
|
725
|
-
profile_updated:
|
|
726
|
-
email_intro: Zaktualizowano <a href="%{resource_url}">stronę profilową</a> użytkownika %{name} (%{nickname}), którego obserwujesz.
|
|
727
|
-
email_outro: Otrzymałeś to powiadomienie, ponieważ obserwujesz %{nickname}. Możesz przestać otrzymywać powiadomienia klikając w poprzedni link.
|
|
728
|
-
email_subject: "%{nickname} zaktualizował(a) swój profil"
|
|
729
|
-
notification_title: Zaktualizowano <a href="%{resource_path}">stronę profilową</a> użytkownika %{name} (%{nickname}), którego obserwujesz.
|
|
730
713
|
user_officialized:
|
|
731
|
-
email_intro: Uczestnik %{name} (%{nickname}) został oficjalnie zarejestrowany.
|
|
732
714
|
email_outro: Otrzymujesz to powiadomienie, ponieważ jesteś administratorem platformy.
|
|
733
715
|
email_subject: "%{name} zostało oficjalnie zarejestrowane"
|
|
734
|
-
notification_title: Uczestnik %{name} (%{nickname}) został oficjalnie zarejestrowany.
|
|
735
716
|
export_mailer:
|
|
736
717
|
download_your_data_export:
|
|
737
718
|
download: Pobieranie
|
|
@@ -899,6 +880,8 @@ pl:
|
|
|
899
880
|
dynamic:
|
|
900
881
|
screen_reader_explanation: Poniższy element to mapa, która przedstawia elementy na tej stronie jako punkty mapy. Element może być użyty z czytnikiem ekranu, ale może być trudny do zrozumienia.
|
|
901
882
|
skip_button: Pomiń mapę
|
|
883
|
+
zoom_in: Przybliż
|
|
884
|
+
zoom_out: Oddal
|
|
902
885
|
static:
|
|
903
886
|
latlng_text: 'szerokość geograficzna: %{latitude}, długość geograficzna: %{longitude}'
|
|
904
887
|
map_service_brand: OpenStreetMap
|
data/config/locales/pt-BR.yml
CHANGED
|
@@ -875,13 +875,9 @@ pt-BR:
|
|
|
875
875
|
affected_user:
|
|
876
876
|
email_intro: 'Uma emendação foi aceita para %{amendable_title}. Você pode ver a partir desta página:'
|
|
877
877
|
email_outro: Você recebeu esta notificação porque é um autor de %{amendable_title}.
|
|
878
|
-
email_subject: Uma emenda aceita para %{amendable_title} partir de %{emendation_author_nickname}
|
|
879
|
-
notification_title: A <a href="%{emendation_path}">alteração</a> criado por <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> tem sido aceite para <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
880
878
|
follower:
|
|
881
879
|
email_intro: 'Uma emendação foi aceita para %{amendable_title}. Você pode ver a partir desta página:'
|
|
882
880
|
email_outro: Você recebeu esta notificação porque está seguindo %{amendable_title}. Você pode parar de receber notificações após o link anterior.
|
|
883
|
-
email_subject: Uma emenda aceita para %{amendable_title} partir de %{emendation_author_nickname}
|
|
884
|
-
notification_title: A <a href="%{emendation_path}">alteração</a> criado por <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> tem sido aceite para <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
885
881
|
amendment_created:
|
|
886
882
|
affected_user:
|
|
887
883
|
email_intro: 'Uma nova emendação foi criada para %{amendable_title}. Você pode ver a partir desta página:'
|
|
@@ -897,29 +893,20 @@ pt-BR:
|
|
|
897
893
|
affected_user:
|
|
898
894
|
email_intro: 'Uma emenda rejeitada por %{amendable_title} foi promovida a um independente %{amendable_type}. Você pode ver a partir desta página:'
|
|
899
895
|
email_outro: Você recebeu esta notificação porque é um autor de %{amendable_title}.
|
|
900
|
-
email_subject: Uma emenda de %{emendation_author_nickname} foi publicada como um novo %{amendable_type}
|
|
901
|
-
notification_title: Um <a href="%{emendation_path}">rejeitado alteração</a> para <a href="%{amendable_path}">%{amendable_title}</a> foi publicado como uma nova %{amendable_type} por <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>.
|
|
902
896
|
follower:
|
|
903
897
|
email_intro: 'Uma emenda rejeitada por %{amendable_title} foi promovida a um independente %{amendable_type}. Você pode ver a partir desta página:'
|
|
904
898
|
email_outro: Você recebeu esta notificação porque está seguindo %{amendable_title}. Você pode parar de receber notificações após o link anterior.
|
|
905
|
-
email_subject: Uma emenda de %{emendation_author_nickname} foi publicada como um novo %{amendable_type}
|
|
906
|
-
notification_title: Um <a href="%{emendation_path}">rejeitado alteração</a> para <a href="%{amendable_path}">%{amendable_title}</a> foi publicado como uma nova %{amendable_type} por <a href="%{emendation_author_path}">%{emendation_author_nickname}</a>.
|
|
907
899
|
amendment_rejected:
|
|
908
900
|
affected_user:
|
|
909
901
|
email_intro: 'Uma emenda foi rejeitada por %{amendable_title}. Você pode ver a partir desta página:'
|
|
910
902
|
email_outro: Você recebeu esta notificação porque é um autor de %{amendable_title}.
|
|
911
|
-
email_subject: Uma alteração rejeitada por %{amendable_title} %{emendation_author_nickname}
|
|
912
|
-
notification_title: A <a href="%{emendation_path}">alteração</a> criado por <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> foi rejeitado por <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
913
903
|
follower:
|
|
914
904
|
email_intro: 'Uma emenda foi rejeitada por %{amendable_title}. Você pode ver a partir desta página:'
|
|
915
905
|
email_outro: Você recebeu esta notificação porque está seguindo %{amendable_title}. Você pode parar de receber notificações após o link anterior.
|
|
916
|
-
email_subject: Uma alteração rejeitada por %{amendable_title} %{emendation_author_nickname}
|
|
917
|
-
notification_title: A <a href="%{emendation_path}">alteração</a> criado por <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> foi rejeitado por <a href="%{amendable_path}">%{amendable_title}</a>.
|
|
918
906
|
emendation_promoted:
|
|
919
907
|
follower:
|
|
920
908
|
email_intro: 'Uma emenda foi publicada para %{amendable_title}. Você pode ver a partir desta página:'
|
|
921
909
|
email_outro: Você recebeu essa notificação porque você é autor de %{amendable_title}.
|
|
922
|
-
email_subject: Uma emenda de %{emendation_author_nickname} foi publicada como um novo %{amendable_type}
|
|
923
910
|
attachments:
|
|
924
911
|
attachment_created:
|
|
925
912
|
email_intro: 'Um novo documento foi adicionado a %{resource_title}. Você pode vê-lo a partir desta página:'
|
|
@@ -968,25 +955,13 @@ pt-BR:
|
|
|
968
955
|
notification_title: |-
|
|
969
956
|
Um administrador removeu seu %{resource_type} porque ele foi reportado como %{report_reasons}.</br>
|
|
970
957
|
<i>%{resource_content}</i>
|
|
971
|
-
resource_liked:
|
|
972
|
-
email_intro: '%{liker_name} %{liker_nickname}, que você está seguindo, acabou de curtir "%{resource_title}" e pensamos que pode interessar você. Confira e contribua:'
|
|
973
|
-
email_outro: Você recebeu está notificação porque está seguindo %{liker_nickname}. Você pode parar de receber notificações após o link anterior.
|
|
974
|
-
email_subject: "%{liker_nickname} Realizou uma nova curtida"
|
|
975
|
-
notification_title: O <a href="%{resource_path}">%{resource_title}</a> %{resource_type} foi curtido por <a href="%{liker_path}">%{liker_name} %{liker_nickname}</a>.
|
|
976
958
|
resources:
|
|
977
959
|
soft_deleted:
|
|
978
960
|
notification_title: Um administrador excluiu seu "%{resource_type}" "%{resource_title}".
|
|
979
961
|
users:
|
|
980
|
-
profile_updated:
|
|
981
|
-
email_intro: O <a href="%{resource_url}">profile page</a> de %{name} (%{nickname}), quem você está seguindo, foi atualizado.
|
|
982
|
-
email_outro: Você recebeu esta notificação porque está seguindo %{nickname}. Você pode parar de receber notificações após o link anterior.
|
|
983
|
-
email_subject: "%{nickname} atualizaram seu perfil"
|
|
984
|
-
notification_title: O <a href="%{resource_path}">profile page</a> de %{name} (%{nickname}), quem você está seguindo, foi atualizado.
|
|
985
962
|
user_officialized:
|
|
986
|
-
email_intro: O participante %{name} (%{nickname}) foi oficializado.
|
|
987
963
|
email_outro: Você recebeu esta notificação porque é um administrador da organização.
|
|
988
964
|
email_subject: "%{name} foi oficializada"
|
|
989
|
-
notification_title: O participante %{name} (%{nickname}) foi oficializado.
|
|
990
965
|
export_mailer:
|
|
991
966
|
download_your_data_export:
|
|
992
967
|
click_button_html: Clique no link a seguir para baixar seus dados.<br/>O arquivo estará disponível para baixar até %{date}.
|