From 23e49c6e6e63a518e704f82879a5fdcf268c51d8 Mon Sep 17 00:00:00 2001 From: INOUE Daisuke Date: Tue, 8 Apr 2025 22:14:04 +0900 Subject: 1st stage, only language switch. Thank you, MomentQYC ( https://github.com/MomentQYC ). Your first attemt encourage me. --- views/eventgroup.handlebars | 70 ++++++++++++++++++++++----------------------- 1 file changed, 34 insertions(+), 36 deletions(-) (limited to 'views/eventgroup.handlebars') diff --git a/views/eventgroup.handlebars b/views/eventgroup.handlebars index 3151aea..73e84ad 100755 --- a/views/eventgroup.handlebars +++ b/views/eventgroup.handlebars @@ -10,7 +10,7 @@
{{#if editingEnabled}} - + {{/if}}
@@ -20,7 +20,7 @@ - Welcome to your event group! We've just sent you an email with your secret editing link, which you can also see in the address bar above. Haven't got the email? Check your spam or junk folder. To share your event group, use the link you can see just below this message - that way your attendees won't be able to edit or delete your event group! + {{t "group.welcome" }} {{/if}}
@@ -32,7 +32,7 @@ - Hosted by {{eventGroupData.hostName}} + {{{t "hostedby" }}} {{/if}} {{#if eventGroupData.url}} @@ -51,7 +51,7 @@ https://{{domain}}/group/{{eventGroupData.id}}
  • @@ -63,10 +63,9 @@ -

    Paste this URL into your calendar app - to subscribe to a live feed of events from this group.

    +

    {{t "group.feedlinkdesc" }}

  • @@ -76,31 +75,31 @@ {{#unless editingEnabled}} - + {{/unless}} {{#if editingEnabled}}
    -

    To add an event to this group, copy and paste the two codes below into the 'Event Group' box when creating a new event or editing an existing event.

    +

    {{t "group.addevent" }}

    - + - +
    Event group ID{{t "group.p.eventgroupid" }} {{eventGroupData.id}}
    Event group editing password{{t "group.editpswd" }} {{eventGroupData.editToken}}
    @@ -110,19 +109,19 @@ {{/if}}
    -
    About
    +
    {{t "about" }}
    {{{parsedDescription}}}
    -
    Upcoming events
    +
    {{t "upcomingevents" }}
    {{> eventList upcomingEvents}}
    -
    Past events
    +
    {{t "pastevents" }}
    {{> eventList pastEvents}}
    @@ -134,19 +133,19 @@