decidim-core 0.29.1 → 0.29.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/cells/decidim/activity_cell.rb +0 -3
- data/app/cells/decidim/author/show.erb +5 -4
- data/app/cells/decidim/author_cell.rb +26 -0
- data/app/cells/decidim/card_s/show.erb +5 -3
- data/app/cells/decidim/diff_cell.rb +4 -0
- data/app/cells/decidim/newsletter_templates/image_text_cta_cell.rb +1 -1
- data/app/cells/decidim/participatory_space_dropdown_metadata/show.erb +5 -3
- data/app/cells/decidim/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/translation_bar/show.erb +2 -2
- data/app/cells/decidim/translation_bar_cell.rb +1 -1
- data/app/cells/decidim/user_activity/show.erb +1 -1
- data/app/commands/decidim/create_omniauth_registration.rb +14 -8
- data/app/commands/decidim/create_report.rb +1 -6
- data/app/commands/decidim/destroy_account.rb +3 -0
- data/app/commands/decidim/search.rb +14 -0
- data/app/controllers/decidim/doorkeeper/credentials_controller.rb +1 -1
- data/app/controllers/decidim/links_controller.rb +1 -1
- data/app/controllers/decidim/profiles_controller.rb +6 -2
- data/app/controllers/decidim/reports_controller.rb +1 -1
- data/app/controllers/decidim/user_activities_controller.rb +1 -1
- data/app/forms/decidim/account_form.rb +5 -2
- data/app/helpers/concerns/decidim/user_role_checker.rb +46 -0
- data/app/helpers/decidim/cta_button_helper.rb +1 -1
- data/app/helpers/decidim/map_helper.rb +6 -1
- data/app/helpers/decidim/orders_helper.rb +2 -1
- data/app/helpers/decidim/participatory_space_helpers.rb +1 -1
- data/app/helpers/decidim/sanitize_helper.rb +11 -2
- data/app/jobs/decidim/hide_child_resources_job.rb +24 -0
- data/app/mailers/decidim/reported_mailer.rb +1 -0
- data/app/models/decidim/action_log.rb +1 -9
- data/app/models/decidim/attachment.rb +1 -1
- data/app/models/decidim/report.rb +1 -1
- data/app/models/decidim/user.rb +0 -4
- data/app/models/decidim/user_base_entity.rb +4 -0
- data/app/packs/src/decidim/append_redirect_url_to_modals.js +14 -6
- data/app/packs/src/decidim/datepicker/datepicker_functions.js +3 -3
- data/app/packs/src/decidim/direct_uploads/upload_field.js +21 -8
- data/app/packs/src/decidim/index.js +5 -0
- data/app/packs/src/decidim/map/provider/here.js +1 -1
- data/app/packs/src/decidim/remote_tooltips.js +38 -0
- data/app/packs/src/decidim/toggle.js +1 -1
- data/app/packs/src/decidim/tooltips.js +42 -22
- data/app/packs/stylesheets/decidim/_content_blocks.scss +4 -0
- data/app/packs/stylesheets/decidim/_hashtags.scss +5 -0
- data/app/packs/stylesheets/decidim/_header.scss +11 -5
- data/app/packs/stylesheets/decidim/_labels.scss +1 -1
- data/app/packs/stylesheets/decidim/_profile.scss +1 -1
- data/app/packs/stylesheets/decidim/_progress-bar.scss +1 -1
- data/app/packs/stylesheets/decidim/application.scss +1 -0
- data/app/packs/stylesheets/decidim/legacy/conference-diploma.scss +2 -1
- data/app/presenters/decidim/attachment_presenter.rb +1 -1
- data/app/presenters/decidim/log/user_presenter.rb +1 -0
- data/app/presenters/decidim/user_presenter.rb +1 -1
- data/app/services/decidim/base_diff_renderer.rb +28 -2
- data/app/services/decidim/email_notification_generator.rb +14 -5
- data/app/services/decidim/static_map_generator.rb +1 -1
- data/app/views/decidim/last_activities/index.html.erb +1 -1
- data/app/views/decidim/pages/_tabbed.html.erb +2 -2
- data/app/views/decidim/reported_mailer/hide.html.erb +17 -1
- data/app/views/decidim/reported_mailer/report.html.erb +1 -1
- data/app/views/decidim/searches/_count.html.erb +1 -1
- data/app/views/decidim/searches/_filters.html.erb +40 -38
- data/app/views/decidim/shared/_orders.html.erb +2 -2
- data/app/views/layouts/decidim/footer/_main_legal.html.erb +1 -1
- data/app/views/layouts/decidim/header/_menu_breadcrumb_mobile_tablet.html.erb +1 -1
- data/config/locales/ar.yml +56 -27
- data/config/locales/bg.yml +10 -24
- data/config/locales/bn-BD.yml +1 -0
- data/config/locales/bs-BA.yml +100 -0
- data/config/locales/ca-IT.yml +2111 -0
- data/config/locales/ca.yml +70 -38
- data/config/locales/cs.yml +60 -32
- data/config/locales/de.yml +66 -38
- data/config/locales/el.yml +17 -15
- data/config/locales/en.yml +48 -16
- data/config/locales/eo.yml +2 -0
- data/config/locales/es-MX.yml +61 -29
- data/config/locales/es-PY.yml +66 -34
- data/config/locales/es.yml +71 -39
- data/config/locales/eu.yml +303 -261
- data/config/locales/fi-plain.yml +48 -28
- data/config/locales/fi.yml +85 -65
- data/config/locales/fr-CA.yml +64 -27
- data/config/locales/fr.yml +62 -25
- data/config/locales/ga-IE.yml +13 -4
- data/config/locales/gl.yml +33 -15
- data/config/locales/hu.yml +12 -26
- data/config/locales/id-ID.yml +32 -16
- data/config/locales/is-IS.yml +18 -2
- data/config/locales/it.yml +54 -27
- data/config/locales/ja.yml +70 -38
- data/config/locales/lb.yml +33 -22
- data/config/locales/lt.yml +10 -18
- data/config/locales/lv.yml +26 -15
- data/config/locales/nl.yml +33 -19
- data/config/locales/no.yml +27 -16
- data/config/locales/pl.yml +8 -22
- data/config/locales/pt-BR.yml +13 -25
- data/config/locales/pt.yml +32 -16
- data/config/locales/ro-RO.yml +500 -220
- data/config/locales/ru.yml +31 -8
- data/config/locales/sk.yml +38 -19
- data/config/locales/sl.yml +4 -0
- data/config/locales/sr-CS.yml +2 -0
- data/config/locales/sv.yml +29 -33
- data/config/locales/tr-TR.yml +34 -24
- data/config/locales/uk.yml +20 -3
- data/config/locales/zh-CN.yml +27 -15
- data/config/locales/zh-TW.yml +16 -16
- data/config/routes.rb +1 -0
- data/decidim-core.gemspec +4 -1
- data/lib/decidim/api/functions/component_list.rb +1 -1
- data/lib/decidim/api/functions/participatory_space_finder_base.rb +11 -1
- data/lib/decidim/api/interfaces/participatory_space_interface.rb +1 -1
- data/lib/decidim/api/types/component_type.rb +7 -0
- data/lib/decidim/api/types/user_group_type.rb +4 -0
- data/lib/decidim/api/types/user_type.rb +4 -0
- data/lib/decidim/asset_router/storage.rb +7 -2
- data/lib/decidim/attributes/rich_text.rb +38 -0
- data/lib/decidim/attributes/time_with_zone.rb +16 -2
- data/lib/decidim/attributes.rb +2 -0
- data/lib/decidim/content_parsers/blob_parser.rb +95 -0
- data/lib/decidim/content_parsers/user_parser.rb +1 -1
- data/lib/decidim/content_parsers.rb +1 -0
- data/lib/decidim/content_renderers/blob_renderer.rb +90 -0
- data/lib/decidim/content_renderers.rb +1 -0
- data/lib/decidim/core/engine.rb +29 -1
- data/lib/decidim/core/test/factories.rb +28 -0
- data/lib/decidim/core/test/shared_examples/authorable_interface_examples.rb +1 -1
- data/lib/decidim/core/test/shared_examples/comments_examples.rb +15 -2
- data/lib/decidim/core/test/shared_examples/reports_examples.rb +48 -6
- data/lib/decidim/core/test/shared_examples/social_share_examples.rb +32 -0
- data/lib/decidim/core/test/shared_examples/uncommentable_component_examples.rb +26 -0
- data/lib/decidim/core/test/shared_examples/versions_controller_examples.rb +26 -0
- data/lib/decidim/core/version.rb +1 -1
- data/lib/decidim/diffy_extension.rb +18 -0
- data/lib/decidim/form_builder.rb +1 -1
- data/lib/decidim/map/autocomplete.rb +1 -0
- data/lib/decidim/map/provider/dynamic_map/here.rb +1 -40
- data/lib/decidim/map/provider/static_map/here.rb +34 -0
- data/lib/decidim/moderation_tools.rb +16 -2
- data/lib/decidim/nicknamizable.rb +1 -1
- data/lib/decidim/participatory_space_user.rb +4 -0
- data/lib/decidim/query_extensions.rb +0 -26
- data/lib/decidim/reportable.rb +6 -2
- data/lib/decidim/settings_manifest.rb +2 -0
- data/lib/decidim/translatable_attributes.rb +10 -1
- data/lib/tasks/upgrade/clean_hidden_resources.rake +33 -0
- data/lib/tasks/upgrade/decidim_fix_categorization.rake +34 -8
- data/lib/tasks/upgrade/decidim_fix_nickname_uniqueness.rake +23 -20
- metadata +37 -15
- data/app/cells/decidim/author/flag.erb +0 -6
- data/app/cells/decidim/author/flag_user.erb +0 -14
- data/app/cells/decidim/flag_modal/flag_user.erb +0 -34
- data/app/cells/decidim/flag_modal/show.erb +0 -52
- data/app/cells/decidim/flag_modal_cell.rb +0 -56
- data/app/cells/decidim/profile_sidebar/show.erb +0 -167
- data/app/cells/decidim/profile_sidebar_cell.rb +0 -68
- data/app/packs/src/decidim/vendor/leaflet-tilelayer-here.js +0 -212
data/config/locales/ja.yml
CHANGED
@@ -4,10 +4,19 @@ ja:
|
|
4
4
|
attributes:
|
5
5
|
account:
|
6
6
|
delete_reason: アカウントを削除する理由
|
7
|
+
attachment:
|
8
|
+
documents: ドキュメント
|
9
|
+
image: 画像
|
10
|
+
photos: 写真
|
7
11
|
common:
|
8
12
|
created_at: 作成日時
|
13
|
+
content_block_attachment:
|
14
|
+
background_image: 背景画像
|
15
|
+
main_image: メイン画像
|
9
16
|
conversation:
|
10
17
|
body: 本文
|
18
|
+
editor_image:
|
19
|
+
file: ファイル
|
11
20
|
group:
|
12
21
|
about: グループについて
|
13
22
|
avatar: アバター
|
@@ -16,12 +25,15 @@ ja:
|
|
16
25
|
name: 名前
|
17
26
|
nickname: アカウントID
|
18
27
|
phone: 電話番号
|
28
|
+
import:
|
29
|
+
file: ファイル
|
19
30
|
message:
|
20
31
|
body: 本文
|
21
32
|
report:
|
22
33
|
details: 追加コメント
|
23
34
|
user:
|
24
35
|
about: 私について
|
36
|
+
avatar: アバター
|
25
37
|
email: あなたのメールアドレス
|
26
38
|
encrypted_password: パスワード
|
27
39
|
locale: 地域
|
@@ -33,6 +45,14 @@ ja:
|
|
33
45
|
personal_url: 個人用URL
|
34
46
|
remove_avatar: アバターを削除
|
35
47
|
tos_agreement: 利用規約
|
48
|
+
user_group:
|
49
|
+
avatar: アバター
|
50
|
+
errors:
|
51
|
+
models:
|
52
|
+
user:
|
53
|
+
attributes:
|
54
|
+
nickname:
|
55
|
+
format: ニックネームは小文字でスペースを含まない必要があります
|
36
56
|
models:
|
37
57
|
decidim/attachment_created_event: 添付ファイル
|
38
58
|
decidim/component_published_event: アクティブなコンポーネント
|
@@ -57,7 +77,7 @@ ja:
|
|
57
77
|
with_participatory_space: 参加型スペース
|
58
78
|
decidim/user:
|
59
79
|
current_password: 現在のパスワード
|
60
|
-
email: メールアドレス
|
80
|
+
email: Eメールアドレス
|
61
81
|
name: アカウントID
|
62
82
|
password: パスワード
|
63
83
|
password_confirmation: パスワードの確認
|
@@ -133,6 +153,7 @@ ja:
|
|
133
153
|
front_page_link: フロントページに移動
|
134
154
|
logo: "%{organization}の公式ロゴ"
|
135
155
|
opens_in_new_tab: 新しいタブで開く
|
156
|
+
secondary_menu: セカンダリメニュー
|
136
157
|
skip_button: メインコンテンツにスキップ
|
137
158
|
account:
|
138
159
|
blocked: このアカウントは利用規約に違反しているためブロックされています
|
@@ -482,6 +503,8 @@ ja:
|
|
482
503
|
dummy_step_attribute1: ダミーステップ属性1
|
483
504
|
dummy_step_attribute2: ダミーステップ属性2
|
484
505
|
dummy_step_translatable_text: ダミーフェーズ翻訳可能なテキスト
|
506
|
+
pagination:
|
507
|
+
page_title: "%{component_name} - %{current_page} / %{total_pages} ページ"
|
485
508
|
contact: お問い合わせ
|
486
509
|
content_blocks:
|
487
510
|
announcement:
|
@@ -518,8 +541,8 @@ ja:
|
|
518
541
|
html_content: HTML コンテンツ
|
519
542
|
name: HTMLブロック
|
520
543
|
last_activity:
|
521
|
-
name:
|
522
|
-
title:
|
544
|
+
name: 最近のアクティビティ
|
545
|
+
title: 最近のアクティビティ
|
523
546
|
view_all: すべて表示
|
524
547
|
last_activity_settings_form:
|
525
548
|
max_last_activity_users: 最近のアクティビティを表示するユーザーアバターの最大数
|
@@ -530,7 +553,7 @@ ja:
|
|
530
553
|
metrics:
|
531
554
|
name: 組織の指標
|
532
555
|
participatory_space_metrics:
|
533
|
-
name:
|
556
|
+
name: 指標
|
534
557
|
participatory_space_stats:
|
535
558
|
name: 統計情報
|
536
559
|
social_networks_metadata:
|
@@ -566,7 +589,7 @@ ja:
|
|
566
589
|
create:
|
567
590
|
email_already_exists: 別のアカウントで同じメールアドレスを使用しています。
|
568
591
|
new:
|
569
|
-
complete_profile:
|
592
|
+
complete_profile: プロフィールを完了
|
570
593
|
nickname_help: '%{organization} でのニックネームです。文字、数字、''-'' および ''_'' のみを使用できます。'
|
571
594
|
sign_up: プロフィールを完成してください
|
572
595
|
subtitle: アカウントの作成を完了するため、次のフォームに記入してください
|
@@ -644,7 +667,7 @@ ja:
|
|
644
667
|
drag_and_drop_help: ドラッグ&ドロップまたは貼り付けることで画像を追加できます。
|
645
668
|
endorsement_buttons_cell:
|
646
669
|
already_endorsed: 取り消し
|
647
|
-
endorse:
|
670
|
+
endorse: オススメ
|
648
671
|
endorsements:
|
649
672
|
identities:
|
650
673
|
done: 完了
|
@@ -718,6 +741,11 @@ ja:
|
|
718
741
|
email_outro: '%{amendable_title}をフォローしているため、この通知を受け取りました。前のリンクに続く通知の受信を停止することができます。'
|
719
742
|
email_subject: '%{amendable_title} から %{emendation_author_nickname} の修正が却下されました'
|
720
743
|
notification_title: <a href="%{emendation_path}">修正</a> <a href="%{emendation_author_path}">%{emendation_author_nickname}</a> によって作成された <a href="%{amendable_path}">%{amendable_title}</a> は拒否されました。
|
744
|
+
emendation_promoted:
|
745
|
+
follower:
|
746
|
+
email_intro: '%{amendable_title}に対する修正案が公開されました。このページから確認できます:'
|
747
|
+
email_outro: あなたは %{amendable_title}の作者であるため、この通知を受け取りました。
|
748
|
+
email_subject: '%{emendation_author_nickname}による修正案が新しい%{amendable_type}として公開されました'
|
721
749
|
attachments:
|
722
750
|
attachment_created:
|
723
751
|
email_intro: '%{resource_title}に新しいドキュメントが追加されました。このページから見ることができます:'
|
@@ -744,7 +772,7 @@ ja:
|
|
744
772
|
level_up:
|
745
773
|
email_intro: おめでとうございます! <a href="%{resource_url}">%{badge_name} バッジ</a>のレベル %{current_level} に到達しました!
|
746
774
|
email_outro: サイトでの活動によって、この通知を受け取りました。
|
747
|
-
email_subject: '%{
|
775
|
+
email_subject: '%{badge_name} バッジがレベル %{current_level} に達しました!'
|
748
776
|
notification_title: おめでとうございます! <a href="%{resource_path}">%{badge_name} バッジ</a>のレベル %{current_level} に到達しました!
|
749
777
|
groups:
|
750
778
|
demoted_membership:
|
@@ -790,8 +818,8 @@ ja:
|
|
790
818
|
user_group_updated:
|
791
819
|
email_intro: ユーザーグループ「 %{user_group_name} 」がプロフィールページをアップデートし、未承認のままになっています。 <a href="%{groups_admin_url}">管理画面</a>から承認してください。
|
792
820
|
email_outro: あなたはプラットフォームの管理者であるため、この通知を受け取りました。
|
793
|
-
email_subject:
|
794
|
-
notification_title: '%{user_group_name}
|
821
|
+
email_subject: ユーザーグループがプロフィールを更新しました
|
822
|
+
notification_title: '%{user_group_name} ユーザーグループがプロフィールを更新し、未検証のままにしました。 <a href="%{groups_admin_path}">管理画面</a> で確認できるようになりました。'
|
795
823
|
nickname_event:
|
796
824
|
notification_body: ニックネームの使用方法を修正し、重複をなくすために大文字小文字を区別しないようにしました。<br/> あなたのニックネームは他の同じ名前の方の後に登録されたため、自動的にリネームされました。<a href="%{link_to_account_settings}">アカウント設定</a>から変更することができます。
|
797
825
|
notification_event:
|
@@ -851,7 +879,7 @@ ja:
|
|
851
879
|
no_followers: フォロワーはまだいません。
|
852
880
|
following:
|
853
881
|
following_count:
|
854
|
-
other: "{
|
882
|
+
other: "%{count} 人をフォロー中"
|
855
883
|
no_followings: まだ何もフォローしていません
|
856
884
|
non_public_followings: フォローしているリソースのいくつかは公開されていません。
|
857
885
|
follows:
|
@@ -1031,8 +1059,8 @@ ja:
|
|
1031
1059
|
last_activities:
|
1032
1060
|
all: すべてのアクティビティ種別
|
1033
1061
|
index:
|
1034
|
-
last_activity:
|
1035
|
-
name:
|
1062
|
+
last_activity: 最近のアクティビティ
|
1063
|
+
name: 最近のアクティビティ
|
1036
1064
|
no_activities_warning: このアクティビティ種別に表示するエントリがありません。
|
1037
1065
|
linked_resource_from:
|
1038
1066
|
included_in: 含まれるリスト
|
@@ -1066,6 +1094,8 @@ ja:
|
|
1066
1094
|
not_found: 'スコープがデータベース上に見つかりませんでした (ID: %{id})'
|
1067
1095
|
scope_type_presenter:
|
1068
1096
|
not_found: 'スコープ種別がデータベース上に見つかりませんでした (ID: %{id})'
|
1097
|
+
machine_translations:
|
1098
|
+
automatic: '%{locale_name} の自動翻訳'
|
1069
1099
|
managed_users:
|
1070
1100
|
expired_session: 参加者の現在の管理セッションの有効期限が切れています。
|
1071
1101
|
map:
|
@@ -1156,6 +1186,8 @@ ja:
|
|
1156
1186
|
not_started: まだ開始していません
|
1157
1187
|
remaining: "残り %{time_distance}"
|
1158
1188
|
metrics:
|
1189
|
+
blocked_users:
|
1190
|
+
description: ブロックされた参加者数
|
1159
1191
|
download:
|
1160
1192
|
csv: ダウンロードデータ(CSV)
|
1161
1193
|
followers:
|
@@ -1166,6 +1198,10 @@ ja:
|
|
1166
1198
|
description: 組織内のアクティブな参加者数
|
1167
1199
|
object: 参加者
|
1168
1200
|
title: 参加者
|
1201
|
+
reported_users:
|
1202
|
+
description: 報告された参加者数
|
1203
|
+
user_reports:
|
1204
|
+
description: 参加者によって行われた報告数
|
1169
1205
|
users:
|
1170
1206
|
description: 組織の参加者数
|
1171
1207
|
object: 参加者
|
@@ -1231,10 +1267,12 @@ ja:
|
|
1231
1267
|
notifications_digest_mailer:
|
1232
1268
|
header:
|
1233
1269
|
daily: 日次の通知のダイジェスト
|
1270
|
+
real_time: リアルタイム
|
1234
1271
|
weekly: 週次の通知のダイジェスト
|
1235
1272
|
hello: こんにちは %{name} さん、
|
1236
1273
|
intro:
|
1237
1274
|
daily: 'あなたがフォローしているアクティビティに基づいた最終日以降の通知です:'
|
1275
|
+
real_time: 'これらはあなたが以下のアクティビティについての通知です:'
|
1238
1276
|
weekly: 'これらは、あなたがフォローしているアクティビティに基づいた先週以降の通知です:'
|
1239
1277
|
outro: このコンテンツまたは著者をフォローしているため、これらの通知を受け取りました。それぞれのページからフォローを解除できます。
|
1240
1278
|
see_more: 他の通知を見る
|
@@ -1242,10 +1280,10 @@ ja:
|
|
1242
1280
|
notifications_settings:
|
1243
1281
|
show:
|
1244
1282
|
administrators: 管理者
|
1245
|
-
allow_public_contact:
|
1246
|
-
allow_push_notifications:
|
1283
|
+
allow_public_contact: フォローしていない人からのダイレクトメッセージを受信する
|
1284
|
+
allow_push_notifications: プラットフォーム上にいないときに何が起きているかを知るためにプッシュ通知を受け取る。いつでもオフにできます。
|
1247
1285
|
direct_messages: ダイレクトメッセージを受信する
|
1248
|
-
email_on_moderations:
|
1286
|
+
email_on_moderations: モデレーションの報告がなされたたびに毎回メールを受け取りたい
|
1249
1287
|
everything_followed: 自分がフォローしているすべて
|
1250
1288
|
newsletter_notifications: ニュースレターを受け取る
|
1251
1289
|
newsletters: ニュースレター
|
@@ -1257,10 +1295,10 @@ ja:
|
|
1257
1295
|
real_time: リアルタイム
|
1258
1296
|
weekly: 週1回
|
1259
1297
|
notifications_sending_frequency: 通知メールを受信する頻度は?
|
1260
|
-
own_activity:
|
1298
|
+
own_activity: 誰かが私の提案にコメントしたり、私に言及したりした時など、自分自身の活動
|
1261
1299
|
push_notifications: プッシュ通知
|
1262
1300
|
push_notifications_reminder: プラットフォームから通知を受け取るには、まずブラウザの設定で通知を許可する必要があります。
|
1263
|
-
receive_notifications_about:
|
1301
|
+
receive_notifications_about: 受け取りたい通知
|
1264
1302
|
update_notifications_settings: 変更を保存
|
1265
1303
|
update:
|
1266
1304
|
error: 通知設定の更新中に問題が発生しました。
|
@@ -1333,7 +1371,7 @@ ja:
|
|
1333
1371
|
success: パスワードを更新しました。
|
1334
1372
|
profile:
|
1335
1373
|
deleted: 削除された参加者
|
1336
|
-
inaccessible_message:
|
1374
|
+
inaccessible_message: このプロフィールは利用規約違反のためアクセスできません!
|
1337
1375
|
profiles:
|
1338
1376
|
default_officialization_text_for_user_groups: このグループは公的に検証されており、その名前が実際の名前に対応していることが検証されています。
|
1339
1377
|
default_officialization_text_for_users: この参加者は公的に検証されます。彼/彼女の名前または役割が実名・実際の役割に対応していることが確認されています。
|
@@ -1349,39 +1387,30 @@ ja:
|
|
1349
1387
|
members: メンバー
|
1350
1388
|
officialized: 正規参加者
|
1351
1389
|
send_private_message: プライベートメッセージを送信
|
1352
|
-
sidebar:
|
1353
|
-
badges:
|
1354
|
-
info: バッジはプラットフォームで特定のアクティビティを実行することで獲得できます。
|
1355
|
-
title: バッジ
|
1356
1390
|
user:
|
1357
1391
|
actions:
|
1358
1392
|
create_user_group: グループを作成
|
1359
1393
|
disabled_message: メッセージ
|
1360
1394
|
edit_profile: プロフィールを編集
|
1361
1395
|
edit_user_group: グループプロフィールを編集
|
1362
|
-
invite_user:
|
1363
|
-
join_user_group:
|
1396
|
+
invite_user: 参加者の招待
|
1397
|
+
join_user_group: グループに参加するリクエスト
|
1364
1398
|
leave_user_group: グループから退出する
|
1365
1399
|
manage_user_group: グループを管理
|
1366
1400
|
manage_user_group_admins: 管理者の管理
|
1367
1401
|
manage_user_group_users: メンバーの管理
|
1368
1402
|
message: メッセージ
|
1369
|
-
resend_email_confirmation_instructions:
|
1403
|
+
resend_email_confirmation_instructions: 確認メールを再送信する
|
1370
1404
|
confirmation_instructions_sent: メール確認の手順を送信しました。
|
1371
|
-
create_user_group: グループを作成
|
1372
|
-
edit_profile: プロフィールを編集
|
1373
|
-
edit_user_group: グループプロファイルを編集
|
1374
1405
|
fill_in_email_to_confirm_it: グループのメールアドレスを入力して確認してください。
|
1375
|
-
invite_user: 参加者の招待
|
1376
|
-
join_user_group: グループに参加するリクエスト
|
1377
|
-
leave_user_group: グループから退出する
|
1378
|
-
manage_user_group_admins: 管理者の管理
|
1379
|
-
manage_user_group_users: メンバーの管理
|
1380
|
-
resend_email_confirmation_instructions: 確認メールを再送信する
|
1381
1406
|
reported_mailer:
|
1382
1407
|
hide:
|
1408
|
+
content: 通報されたコンテンツ
|
1409
|
+
details: 詳細
|
1383
1410
|
hello: こんにちは、 %{name} さん。
|
1384
1411
|
manage_moderations: モデレーションの管理
|
1412
|
+
participatory_space: 参加型スペース
|
1413
|
+
reason: 理由
|
1385
1414
|
report_html: <p>次の <a href="%{url}">コンテンツ</a> が自動的に非表示になりました。</p>
|
1386
1415
|
subject: リソースは自動的に非表示になりました
|
1387
1416
|
report:
|
@@ -1401,6 +1430,8 @@ ja:
|
|
1401
1430
|
create:
|
1402
1431
|
error: レポートの作成中にエラーが発生しました。もう一度やり直してください。
|
1403
1432
|
success: レポートは正常に作成され、管理者によってレビューされます。
|
1433
|
+
parent_hidden:
|
1434
|
+
report_details: 親リソースは非表示
|
1404
1435
|
resource_endorsements:
|
1405
1436
|
create:
|
1406
1437
|
error: オススメする際に問題がありました。
|
@@ -1469,14 +1500,13 @@ ja:
|
|
1469
1500
|
flag_user_modal:
|
1470
1501
|
already_reported: このコンテンツはすでに報告されており、管理者が確認します。
|
1471
1502
|
block: この参加者をブロック
|
1472
|
-
|
1473
|
-
description: ユーザーに不適切なのはどの点ですか?
|
1503
|
+
description: この参加者の不適切な点は何ですか?
|
1474
1504
|
does_not_belong: 違法行為、自殺の脅威、個人情報、または %{organization_name} に属していないと思われる何かが含まれています。
|
1475
1505
|
hide: すべての内容を隠す
|
1476
1506
|
offensive: 人種差別、性差別、中傷、個人攻撃、死の脅威、自殺要求や何かしらの形態のヘイトスピーチが含まれています。
|
1477
1507
|
report: 報告
|
1478
1508
|
spam: 虚偽情報、広告、詐欺やスクリプトボットが含まれています。
|
1479
|
-
title:
|
1509
|
+
title: 不適切な参加者を報告する
|
1480
1510
|
floating_help:
|
1481
1511
|
help: ヘルプ
|
1482
1512
|
follow_button:
|
@@ -1586,7 +1616,7 @@ ja:
|
|
1586
1616
|
show:
|
1587
1617
|
version_index: バージョン %{index}
|
1588
1618
|
welcome_notification:
|
1589
|
-
default_body: <p
|
1619
|
+
default_body: <p>こんにちは {{name}} さん, {{organization}} へご参加いただきありがとうございます。</p><ul><li>このサイトの使い方は、 <a href="{{help_url}}">ヘルプ</a> セクションをご参照ください。</li><li>目を通していただけると、最初のバッジを獲得できます。<a href="{{badges_url}}">全てのバッジの一覧</a> から、この {{organization}} への参加で獲得できるバッジを見ることができます。</li><li>他の人と一緒に参加し、この {{organization}} へ参加した経験をシェアしましょう。提案を作り、コメントし、議論を行い、共通の利益に貢献する方法を考え、議論に説得力をもたせ、主張を聞いたり読んだりしながら納得し、具体的かつ直接的な方法であなたの考えを表明し、忍耐と決断を持って対応し、自らの考えを守り、他人の考えを取り入れて協力し合いましょう。</li></ul>
|
1590
1620
|
default_subject: '{{organization}} に参加していただきありがとうございます!'
|
1591
1621
|
wizard_step_form:
|
1592
1622
|
wizard_aside:
|
@@ -1926,6 +1956,8 @@ ja:
|
|
1926
1956
|
expire_time_html: このログインセッションは <b><span class="minutes">%{minutes}</span> 分後に無効になります。</b>.
|
1927
1957
|
language_chooser:
|
1928
1958
|
choose_language: 言語を選択
|
1959
|
+
navigation:
|
1960
|
+
aria_label: 'ナビゲーションメニュー: %{title}'
|
1929
1961
|
notifications_dashboard:
|
1930
1962
|
mark_all_as_read: すべての通知を削除する
|
1931
1963
|
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"
|
@@ -368,10 +372,16 @@ lb:
|
|
368
372
|
view_all: Alles gesinn
|
369
373
|
metrics:
|
370
374
|
name: Organisations-Metriken
|
375
|
+
participatory_space_metrics:
|
376
|
+
name: Statistiken
|
371
377
|
stats:
|
372
378
|
name: Organisations-Statistiken
|
373
379
|
sub_hero:
|
374
380
|
name: Sub hero Banner
|
381
|
+
core:
|
382
|
+
application_helper:
|
383
|
+
filter_category_values:
|
384
|
+
all: All
|
375
385
|
devise:
|
376
386
|
omniauth_registrations:
|
377
387
|
new:
|
@@ -634,7 +644,7 @@ lb:
|
|
634
644
|
current_admins: 'Aktuell Admins:'
|
635
645
|
manage_admins: Admins verwalten
|
636
646
|
group_invites:
|
637
|
-
accept_invitation:
|
647
|
+
accept_invitation: Acceptéieren
|
638
648
|
accept_or_reject_group_invitations: 'Dës Gruppen hunn dech agelueden dech hinnen unzeschléissen. Hir Ufroen unhuelen oder refuséieren:'
|
639
649
|
index:
|
640
650
|
invite: Alueden
|
@@ -665,7 +675,7 @@ lb:
|
|
665
675
|
success: Aus dem Grupp ausgetrueden.
|
666
676
|
members:
|
667
677
|
accept_or_reject_join_requests: 'Dës Benotzer hunn ugefrot dësem Grupp bäizetrieden. Hir Ufroen unhuelen oder refuséieren:'
|
668
|
-
accept_request:
|
678
|
+
accept_request: Acceptéieren
|
669
679
|
reject_request: Refuséieren
|
670
680
|
new:
|
671
681
|
create_user_group: Grupp erstellen
|
@@ -745,7 +755,7 @@ lb:
|
|
745
755
|
subject: "%{sender} huet eng Konversatioun mam %{group} ugefaangen"
|
746
756
|
new_group_message:
|
747
757
|
admin_in_group: Du kriss dat heiten, well du bass Administrateur am %{group}.
|
748
|
-
greeting: Moien
|
758
|
+
greeting: Moien %{recipient}!
|
749
759
|
intro: "%{sender} huet nei Noriichten gepost an der Konversatioun mam Grupp %{group}. Klick hei fir se ze gesinn:"
|
750
760
|
subject: "%{group} hat neue Nachrichten von %{sender}"
|
751
761
|
new_message:
|
@@ -767,6 +777,8 @@ lb:
|
|
767
777
|
new_conversation: Nei Konversatioun
|
768
778
|
next: Weider
|
769
779
|
title: Konversatiounen
|
780
|
+
reply_form:
|
781
|
+
placeholder: Deng Äntwert...
|
770
782
|
show:
|
771
783
|
back: Zeréck bei all d'Konversatiounen
|
772
784
|
chat_with: Konversatioun mat
|
@@ -780,15 +792,15 @@ lb:
|
|
780
792
|
followers:
|
781
793
|
description: Zuel vun den Teilnehmer, déi dësem Konversatiouns-Espace nofollegen
|
782
794
|
object: Follower
|
783
|
-
title:
|
795
|
+
title: Unhänger
|
784
796
|
participants:
|
785
797
|
description: Zuel vun den aktiven Teilnehmer an dëser Organisatioun
|
786
798
|
object: Teilnehmer
|
787
|
-
title:
|
799
|
+
title: Benotzer
|
788
800
|
users:
|
789
801
|
description: Zuel vun den Teilnehmer an dëser Organisatioun
|
790
802
|
object: Teilnehmer
|
791
|
-
title:
|
803
|
+
title: Benotzer
|
792
804
|
newsletter_mailer:
|
793
805
|
newsletter:
|
794
806
|
unsubscribe: Fir dës Zort Email ofzebestellen, <a href="%{link}" target="_blank" class="unsubscribe">Abbestellen</a>.
|
@@ -884,24 +896,23 @@ lb:
|
|
884
896
|
conversations: Konversatiounen
|
885
897
|
followers: Unhänger
|
886
898
|
following: Geet no
|
899
|
+
group_admins: Admins verwalten
|
900
|
+
group_members: Memberen verwalten
|
887
901
|
groups: Gruppen
|
888
902
|
members: Memberen
|
889
903
|
officialized: Offiziellen Teilnehmer
|
890
904
|
send_private_message: Privat Noriicht schécken
|
891
|
-
sidebar:
|
892
|
-
badges:
|
893
|
-
info: Ofzeechen kann een sech verdéngen, andeems een bestëmmten Aktivitéiten op der Plattform duerchféiert.
|
894
|
-
title: Ofzeechen
|
895
905
|
user:
|
896
|
-
|
897
|
-
|
898
|
-
|
899
|
-
|
900
|
-
|
901
|
-
|
902
|
-
|
903
|
-
|
904
|
-
|
906
|
+
actions:
|
907
|
+
create_user_group: Grupp erstellen
|
908
|
+
edit_profile: Profil beaarbechten
|
909
|
+
edit_user_group: Profil vum Grupp beaarbechten
|
910
|
+
invite_user: En Teilnehmer alueden
|
911
|
+
join_user_group: Ufro engem Grupp bäitrieden ze dierfen
|
912
|
+
leave_user_group: Grupp verloossen
|
913
|
+
manage_user_group_admins: Admins verwalten
|
914
|
+
manage_user_group_users: Memberen verwalten
|
915
|
+
resend_email_confirmation_instructions: Den Email mat der Confirmatioun vun den Instruktiounen op en Neits schécken
|
905
916
|
reported_mailer:
|
906
917
|
hide:
|
907
918
|
hello: Moien %{name}
|
@@ -984,17 +995,15 @@ lb:
|
|
984
995
|
title: Inhalt mellen den net zoulässeg ass
|
985
996
|
flag_user_modal:
|
986
997
|
already_reported: Dësen Inhalt gouf scho gemellt an gëtt duerch en Admin nogekuckt.
|
987
|
-
close: Zoumaachen
|
988
|
-
description: Wat huet dësen Benotzer gemaach, wat net zoulässeg ass?
|
989
998
|
offensive: Enthält Rassismus, Sexismus, Verleumdung, perséinlechen Ugrëff, Doudesdreeung, Opfuerderung zu Selbstmord oder aner Formen vun Haassrieden.
|
990
999
|
report: Bericht
|
991
1000
|
spam: Enthält Klickbait, Reklamm, Bedruch oder Script-Bots.
|
992
|
-
title: Notzer mellen den net zoulässeg ass
|
993
1001
|
floating_help:
|
994
1002
|
help: Hëllef
|
995
1003
|
participatory_space_filters:
|
996
1004
|
filters:
|
997
1005
|
areas: Beräicher
|
1006
|
+
scope: Ëmfang
|
998
1007
|
select_an_area: Wiel e Beräich
|
999
1008
|
public_participation:
|
1000
1009
|
public_participation: Uweisen, dass ech ageloggt sinn
|
@@ -1299,6 +1308,8 @@ lb:
|
|
1299
1308
|
whatsapp_web: WhatsApp
|
1300
1309
|
xing: Xing
|
1301
1310
|
time:
|
1311
|
+
buttons:
|
1312
|
+
select: Wiel
|
1302
1313
|
formats:
|
1303
1314
|
day_of_month: "%b%b"
|
1304
1315
|
day_of_week: "%a"
|
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
|
@@ -85,6 +87,8 @@ lt:
|
|
85
87
|
'false': 'Ne'
|
86
88
|
'true': 'Taip'
|
87
89
|
date:
|
90
|
+
buttons:
|
91
|
+
select: Pasirinkti
|
88
92
|
formats:
|
89
93
|
decidim_short: "%Y/%m/%d"
|
90
94
|
decidim_short_dashed: "%d-%m-%Y"
|
@@ -588,7 +592,7 @@ lt:
|
|
588
592
|
filter_area_values:
|
589
593
|
all: Visos
|
590
594
|
filter_category_values:
|
591
|
-
all:
|
595
|
+
all: Visi
|
592
596
|
filter_scope_values:
|
593
597
|
all: Visos
|
594
598
|
devise:
|
@@ -1336,14 +1340,12 @@ lt:
|
|
1336
1340
|
conversations: Pokalbiai
|
1337
1341
|
followers: Sekėjai
|
1338
1342
|
following: Seka
|
1343
|
+
group_admins: Valdyti administratorių duomenis
|
1344
|
+
group_members: Valdyti narius
|
1339
1345
|
groups: Grupės
|
1340
1346
|
members: Nariai
|
1341
1347
|
officialized: Patikrintas dalyvis
|
1342
1348
|
send_private_message: Siųsti asmeninę žinutę
|
1343
|
-
sidebar:
|
1344
|
-
badges:
|
1345
|
-
info: Ženkleliai pelnomi vykdant konkrečias veiklas platformoje.
|
1346
|
-
title: Ženkleliai
|
1347
1349
|
user:
|
1348
1350
|
actions:
|
1349
1351
|
create_user_group: Sukurti grupę
|
@@ -1357,18 +1359,9 @@ lt:
|
|
1357
1359
|
manage_user_group_admins: Valdyti administratorių duomenis
|
1358
1360
|
manage_user_group_users: Valdyti narius
|
1359
1361
|
message: Pranešimas
|
1360
|
-
resend_email_confirmation_instructions:
|
1362
|
+
resend_email_confirmation_instructions: Persiųsti patvirtinimo nurodymus el. paštu
|
1361
1363
|
confirmation_instructions_sent: Patvirtinimo el. laiškas išsiųstas.
|
1362
|
-
create_user_group: Sukurti grupę
|
1363
|
-
edit_profile: Redaguoti profilį
|
1364
|
-
edit_user_group: Redaguoti grupės profilį
|
1365
1364
|
fill_in_email_to_confirm_it: Prašau įveskite grupės el. paštą tam, kad jį patvirtinti.
|
1366
|
-
invite_user: Kviesti dalyvį
|
1367
|
-
join_user_group: Prašyti prisijungti prie grupės
|
1368
|
-
leave_user_group: Palikti grupę
|
1369
|
-
manage_user_group_admins: Tvarkyti administratorius
|
1370
|
-
manage_user_group_users: Valdyti narius
|
1371
|
-
resend_email_confirmation_instructions: Persiųsti patvirtinimo nurodymus el. paštu
|
1372
1365
|
reported_mailer:
|
1373
1366
|
hide:
|
1374
1367
|
hello: Sveiki %{name},
|
@@ -1457,14 +1450,11 @@ lt:
|
|
1457
1450
|
flag_user_modal:
|
1458
1451
|
already_reported: Apie šį turinį jau pranešta ir jį peržiūrės administratorius.
|
1459
1452
|
block: Blokuoti šį naudotoją
|
1460
|
-
close: Uždaryti
|
1461
|
-
description: Kas netinka apie naudotoją?
|
1462
1453
|
does_not_belong: Pateikiama informacija yra neteisėta veikla, grasinimai nusižudyti, asmeninė informacija arba tai, kas, jūsų nuomone, nepriklauso %{organization_name}.
|
1463
1454
|
hide: Slėpti visą jų turinį
|
1464
1455
|
offensive: Pateikiamoje informacijoje yra rasizmo, seksizmo, keiksmažodžių, asmeninių atakų, grasinimų ar kitokios neapykantos kalbos.
|
1465
1456
|
report: Pranešti
|
1466
1457
|
spam: Pateikiamoje informacijoje yra reklamos, antraščių mąsalo ar apgavysčių.
|
1467
|
-
title: Pranešti apie netinkamą turinį
|
1468
1458
|
floating_help:
|
1469
1459
|
help: Pagalba
|
1470
1460
|
mentions_modal:
|
@@ -1950,6 +1940,8 @@ lt:
|
|
1950
1940
|
whatsapp_web: WhatsApp
|
1951
1941
|
xing: Xing
|
1952
1942
|
time:
|
1943
|
+
buttons:
|
1944
|
+
select: Pasirinkti
|
1953
1945
|
formats:
|
1954
1946
|
day_of_month: "%b%d"
|
1955
1947
|
day_of_week: "%a"
|
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"
|
@@ -317,10 +321,16 @@ lv:
|
|
317
321
|
view_all: Skatīt visu
|
318
322
|
metrics:
|
319
323
|
name: Organizācijas rādītāji
|
324
|
+
participatory_space_metrics:
|
325
|
+
name: Rādītāji
|
320
326
|
stats:
|
321
327
|
name: Organizācijas statistika
|
322
328
|
sub_hero:
|
323
329
|
name: Kājenes apakšējais galvenais reklāmkarogs
|
330
|
+
core:
|
331
|
+
application_helper:
|
332
|
+
filter_category_values:
|
333
|
+
all: Visi
|
324
334
|
devise:
|
325
335
|
omniauth_registrations:
|
326
336
|
new:
|
@@ -675,6 +685,8 @@ lv:
|
|
675
685
|
new_conversation: Jauna saruna
|
676
686
|
next: Nākamais
|
677
687
|
title: Sarunas
|
688
|
+
reply_form:
|
689
|
+
placeholder: Jūsu atbilde...
|
678
690
|
show:
|
679
691
|
chat_with: Saruna ar
|
680
692
|
title: Saruna ar %{usernames}
|
@@ -688,11 +700,9 @@ lv:
|
|
688
700
|
participants:
|
689
701
|
description: Aktīvo dalībnieku skaits organizācijā
|
690
702
|
object: dalībnieki
|
691
|
-
title: Dalībnieki
|
692
703
|
users:
|
693
704
|
description: Dalībnieku skaits organizācijā
|
694
705
|
object: dalībnieki
|
695
|
-
title: Dalībnieki
|
696
706
|
newsletter_mailer:
|
697
707
|
newsletter:
|
698
708
|
unsubscribe: Lai atteiktos no šāda veida e-pasta saņemšanas, <a href="%{link}" target="_blank" class="unsubscribe"> Anulēt abonementu</a>.
|
@@ -785,22 +795,21 @@ lv:
|
|
785
795
|
conversations: Sarunas
|
786
796
|
followers: Sekotāji
|
787
797
|
following: Seko
|
798
|
+
group_admins: Pārvaldīt administratorus
|
799
|
+
group_members: Pārvaldīt biedrus
|
788
800
|
groups: Grupas
|
789
801
|
members: Dalībnieki
|
790
|
-
sidebar:
|
791
|
-
badges:
|
792
|
-
info: Žetoni tiek nopelnīti, veicot noteiktas darbības platformā.
|
793
|
-
title: Žetoni
|
794
802
|
user:
|
795
|
-
|
796
|
-
|
797
|
-
|
798
|
-
|
799
|
-
|
800
|
-
|
801
|
-
|
802
|
-
|
803
|
-
|
803
|
+
actions:
|
804
|
+
create_user_group: Izveidot grupu
|
805
|
+
edit_profile: Rediģēt profilu
|
806
|
+
edit_user_group: Rediģēt grupas profilu
|
807
|
+
invite_user: Uzaicināt dalībnieku
|
808
|
+
join_user_group: Pieteikums pievienoties grupai
|
809
|
+
leave_user_group: Pamest grupu
|
810
|
+
manage_user_group_admins: Pārvaldīt administratorus
|
811
|
+
manage_user_group_users: Pārvaldīt biedrus
|
812
|
+
resend_email_confirmation_instructions: Atkārtoti e-pastā nosūtīt apstiprināšanas norādījumus
|
804
813
|
reported_mailer:
|
805
814
|
hide:
|
806
815
|
hello: Sveiki, %{name}!
|
@@ -1092,6 +1101,8 @@ lv:
|
|
1092
1101
|
wechat_footer: Atveriet WeChat, noklikšķiniet uz pogas Discover, pēc tam noklikšķiniet uz izvēlnes Scan QR Code.
|
1093
1102
|
weibo: Sina Veibo
|
1094
1103
|
time:
|
1104
|
+
buttons:
|
1105
|
+
select: Izvēlēties
|
1095
1106
|
formats:
|
1096
1107
|
day_of_year: "%d.%m.%g"
|
1097
1108
|
decidim_day_of_year: "%d %B %G"
|