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/partials/importeventform.handlebars | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'views/partials/importeventform.handlebars') diff --git a/views/partials/importeventform.handlebars b/views/partials/importeventform.handlebars index a8c0f0e..e45f16f 100644 --- a/views/partials/importeventform.handlebars +++ b/views/partials/importeventform.handlebars @@ -1,6 +1,6 @@ -

Import an existing event

+

{{t newevent.importevent }}

- Upload an .ics file here to instantly create an event. You can save a Facebook event as an .ics file by clicking on the context menu next to the 'Import' and 'Edit' buttons on the event page and choosing the 'Export Event' option. Then select the 'Save to calendar' option and save the file on your computer. + {{t "newevent.p.importdesc" }}

Image showing the location of the export option on Facebook @@ -11,15 +11,15 @@
- +
- - If you provide your email, we will send your secret editing password here, and use it to notify you of updates to the event. + + {{t "creatoremaildesc" }}
@@ -43,6 +43,6 @@ class="d-block mx-auto button button--primary w-50" x-bind:disabled="submitting" x-bind:class="submitting ? 'button--loading' : ''" - x-text="submitting ? 'Importing...' : 'Import'" + x-text="submitting ? '{{t "newevent.p.importing" }}' : '{{t "newevent.p.import" }}'" > -- cgit v1.2.3 From 4089ad7b1ecd3230b76d44dc71fbafcb4128fb3a Mon Sep 17 00:00:00 2001 From: INOUE Daisuke Date: Tue, 8 Apr 2025 22:14:39 +0900 Subject: some translation fix --- views/partials/importeventform.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/partials/importeventform.handlebars') diff --git a/views/partials/importeventform.handlebars b/views/partials/importeventform.handlebars index e45f16f..f08e820 100644 --- a/views/partials/importeventform.handlebars +++ b/views/partials/importeventform.handlebars @@ -1,4 +1,4 @@ -

{{t newevent.importevent }}

+

{{t "newevent.importevent" }}

{{t "newevent.p.importdesc" }}

-- cgit v1.2.3 From 3e56650290ec725ee95689c1729d681e41385126 Mon Sep 17 00:00:00 2001 From: INOUE Daisuke Date: Tue, 8 Apr 2025 22:16:17 +0900 Subject: Fix and add some translation key, etc. --- views/partials/importeventform.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/partials/importeventform.handlebars') diff --git a/views/partials/importeventform.handlebars b/views/partials/importeventform.handlebars index f08e820..12522dc 100644 --- a/views/partials/importeventform.handlebars +++ b/views/partials/importeventform.handlebars @@ -29,7 +29,7 @@ role="alert" x-show="errors.length > 0" > -

Please fix these errors:

+

{{t "fixerrors" }}