summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authorINOUE Daisuke <inoue.daisuke@gmail.com>2025-05-01 22:14:44 +0900
committerINOUE Daisuke <inoue.daisuke@gmail.com>2025-05-03 00:08:47 +0900
commit9e7f8c7390d8e7df625aad8c624a032b0c27f7b2 (patch)
treebe50017375495b292313c3dfa2f8928c82284650 /locales
parent9286a9b97ec9aef5bcef965e01e1964521c84ab6 (diff)
fix, no match key, lost tanslation string in eventForm.handlebars
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 3f302dc..fece34d 100644
--- a/locales/en.json
+++ b/locales/en.json
@@ -175,7 +175,6 @@
"views.event.nospam": "We won't spam you <3",
"views.event.numberofattende": "({{numberOfAttendees}})",
"views.event.numlimit": "Please enter a number between 1 and ${response.data.freeSpots}",
- "views.event.options": "",
"views.event.partof": "<a href='/group/{{eventData.eventGroup.id}}'>{{eventData.eventGroup.name}}</a>",
"views.event.postbutton": "Post comment",
"views.event.remaining_one": "{{count}} spot remaining - add yourself now!",
@@ -271,6 +270,7 @@
"views.partials.eventform.hostnamedesc": "Will be shown on the event page (optional).",
"views.partials.eventform.maxattendees": "Attendee limit",
"views.partials.eventform.maxattendeestitle": "Set a limit on the maximum number of attendees",
+ "views.partials.eventform.options": "Options",
"views.partials.eventform.publicevent": "Display this event on the public event list",
"views.partials.eventgroup.options": "Options",
"views.partials.eventgroupform.creatoremail": "Your email",
@@ -303,4 +303,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 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": "あなたのメールアドレス",