summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authorINOUE Daisuke <inoue.daisuke@gmail.com>2025-05-18 23:08:17 +0900
committerINOUE Daisuke <inoue.daisuke@gmail.com>2025-05-18 23:08:17 +0900
commit965e32b7962c3706a1acdbcade6dec121941f8e8 (patch)
tree9fce3d210774b2639206888ffad8da51b7f4a268 /locales
parentbe6120fa4c7fb07f74c5c2b6e9e0a957c177164a (diff)
Fixed the translation key for instance rule text when show_public_event_list = false
Diffstat (limited to 'locales')
-rw-r--r--locales/en.json4
-rw-r--r--locales/ja.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/locales/en.json b/locales/en.json
index 2efd591..fe7330a 100644
--- a/locales/en.json
+++ b/locales/en.json
@@ -18,13 +18,13 @@
"common.year-month-format": "MMMM YYYY",
"common.youremail": "Your email",
"config.defaultinstancedesc": "**{{ siteName }}** is running on Gathio — a simple, federated, privacy-first event hosting platform.",
- "config.instancerule..showpubliceventlist-false": "Events and groups can only be accessed by direct link",
"config.instancerule.creatoremail-false": "Anyone can create events and groups",
"config.instancerule.creatoremail-true": "Only specific people can create events and groups",
"config.instancerule.deleteafterdays-false": "Events are permanent, and are never automatically deleted",
"config.instancerule.deleteafterdays-true": "Events are automatically deleted {{ days }} days after they end",
"config.instancerule.isfederated-false": "This instance does not federate with other instances",
"config.instancerule.isfederated-true": "This instance federates with other instances using ActivityPub",
+ "config.instancerule.showpubliceventlist-false": "Events and groups can only be accessed by direct link",
"config.instancerule.showpubliceventlist-true": "Public events and groups are displayed on the homepage",
"frontend.dateformat": "dddd D MMMM YYYY",
"frontend.displaydate-days": "{{ startdate }} <span class=\"text-muted\">at</span> {{ starttime }} <span class=\"text-muted\">-</span> {{ enddate }} <span class=\"text-muted\">at</span> {{ endtime }} <span class=\"text-muted\">{{ timezone }}</span>",
@@ -305,4 +305,4 @@
"views.publiceventlist.pastevents": "Past events",
"views.publiceventlist.upcomingevents": "Upcoming events",
"views.right": "Get it right!"
-} \ No newline at end of file
+}
diff --git a/locales/ja.json b/locales/ja.json
index 8fa8ff9..4b2ec2d 100644
--- a/locales/ja.json
+++ b/locales/ja.json
@@ -18,13 +18,13 @@
"common.year-month-format": "YYYY年MMM",
"common.youremail": "あなたのメールアドレス",
"config.defaultinstancedesc": "**{{ siteName }}** は Gathio――簡単に、プライバシーファーストで、連合プロトコルにも対応したイベントホストプラットフォームで稼働しています。",
- "config.instancerule..showpubliceventlist-false": "イベントとグループは、各々のリンクからしかアクセスできません",
"config.instancerule.creatoremail-false": "だれでもイベントとグループをつくれます",
"config.instancerule.creatoremail-true": "イベントとグループをつくることができるのは特定の人だけです",
"config.instancerule.deleteafterdays-false": "イベントは永続的で、自動的に削除されることはありません",
"config.instancerule.deleteafterdays-true": "イベントは、終了して {{ days }} 日後に自動削除します",
"config.instancerule.isfederated-false": "このインスタンスは、他のインスタンスとの連合プロトコルを有効にしていません",
"config.instancerule.isfederated-true": "このインスタンスは ActivityPub を通じて他のインスタンスと連合しています",
+ "config.instancerule.showpubliceventlist-false": "イベントとグループは、各々のリンクからしかアクセスできません",
"config.instancerule.showpubliceventlist-true": "公開イベントと公開グループをページ上に掲載します",
"frontend.dateformat": "LL (dd)",
"frontend.displaydate-days": "{{ startdate }} {{ starttime }} <span class=\"text-muted\">-</span> {{ enddate }} {{ endtime }} {{ timezone }}",