diff options
author | INOUE Daisuke <inoue.daisuke@gmail.com> | 2025-03-23 14:25:36 +0900 |
---|---|---|
committer | INOUE Daisuke <inoue.daisuke@gmail.com> | 2025-04-08 22:22:09 +0900 |
commit | 573935668ce616e67105e379ff5e4d8f9acd7538 (patch) | |
tree | c4b16fe80073854788c8d2c6f3ab2b0a0ae2e2eb /locales/ja.json | |
parent | 79d28b2a14cfab50b9a5a42e7d85ce7dedc7c180 (diff) |
Public evnet, Public group translation fix
Diffstat (limited to 'locales/ja.json')
-rw-r--r-- | locales/ja.json | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/locales/ja.json b/locales/ja.json index 53481fe..5d5c57c 100644 --- a/locales/ja.json +++ b/locales/ja.json @@ -193,10 +193,12 @@ "numlimit": "1 〜 ${response.data.freeSpots} で人数を入力してください。", "options.showlistattendees": "参加者リストを表示", "pastevents": "過去のイベント", - "publiclist.events": "イベント", - "publiclist.groups": "グループ", - "publiclist.nogroups": "グループがありません!", + "publiclist.events": "公開イベント", + "publiclist.groups": "公開グループ", + "publiclist.nogroups": "公開グループなし!", "publiclist.numoevents": "{{this.numberOfEvents}} 件のイベント", + "publiclist.pastevents": "過去の公開イベント", + "publiclist.upcomingevents": "今後の公開イベント", "recommendeddimensions": "推奨する画像サイズ ( 幅 ✕ 高さ ): 920 ✕ 300 ピクセル", "reply": "返信", "replycontent": "返信の内容は?", @@ -205,7 +207,7 @@ "saving": "保存中...", "selectfile": "ファイルを選択", "sidebar.createevent": "イベントを作成", - "sidebar.events": "イベント表示", + "sidebar.events": "イベントを探す", "snappy": "ズバッと。", "upcomingevents": "今後のイベント", "validation.eventdata.creatoremail": "メールアドレスが無効です。", @@ -231,4 +233,4 @@ "wontshow": "どこにも表示しません ( 任意 )。", "year-month-format": "YYYY年MMM", "youremail": "あなたのメールアドレス" -} +}
\ No newline at end of file |