diff options
author | INOUE Daisuke <inoue.daisuke@gmail.com> | 2025-05-01 22:14:44 +0900 |
---|---|---|
committer | INOUE Daisuke <inoue.daisuke@gmail.com> | 2025-05-03 00:08:47 +0900 |
commit | 9e7f8c7390d8e7df625aad8c624a032b0c27f7b2 (patch) | |
tree | be50017375495b292313c3dfa2f8928c82284650 /locales/ja.json | |
parent | 9286a9b97ec9aef5bcef965e01e1964521c84ab6 (diff) |
fix, no match key, lost tanslation string in eventForm.handlebars
Diffstat (limited to 'locales/ja.json')
-rw-r--r-- | locales/ja.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locales/ja.json b/locales/ja.json index a27c00c..cfa1e75 100644 --- a/locales/ja.json +++ b/locales/ja.json @@ -175,7 +175,6 @@ "views.event.nospam": "SPAM を送ることはありません!", "views.event.numberofattende": "(現在 : {{numberOfAttendees}} 人)", "views.event.numlimit": "1 〜 ${response.data.freeSpots} で人数を入力してください。", - "views.event.options": "設定", "views.event.partof": "<a href='/group/{{eventData.eventGroup.id}}'>{{eventData.eventGroup.name}}</a> グループのイベント", "views.event.postbutton": "送信", "views.event.remaining_one": "残り {{count}} 枠 - 参加登録しましょう !", @@ -271,6 +270,7 @@ "views.partials.eventform.hostnamedesc": "イベントのページに表示します(任意)。", "views.partials.eventform.maxattendees": "定員", "views.partials.eventform.maxattendeestitle": "定員を設定する", + "views.partials.eventform.options": "設定", "views.partials.eventform.publicevent": "このイベントを公開イベントリストに表示", "views.partials.eventgroup.options": "オプション項目", "views.partials.eventgroupform.creatoremail": "あなたのメールアドレス", |