From ed7bc9a2a1f4a322da36cdc1e38cd78153b7cb38 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 09:17:38 +0000 Subject: [PATCH] Apply translations in en_GB review completed for the source file '/crabfit-frontend/public/i18n/en/home.json' on the 'en_GB' language. --- crabfit-frontend/public/i18n/en-GB/home.json | 61 ++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 crabfit-frontend/public/i18n/en-GB/home.json diff --git a/crabfit-frontend/public/i18n/en-GB/home.json b/crabfit-frontend/public/i18n/en-GB/home.json new file mode 100644 index 0000000..689b637 --- /dev/null +++ b/crabfit-frontend/public/i18n/en-GB/home.json @@ -0,0 +1,61 @@ +{ + "create": "CREATE A", + "recently_visited": "Recently visited", + "nav": { + "about": "About", + "donate": "Donate" + }, + "form": { + "name": { + "label": "Give your event a name!", + "sublabel": "Or leave blank to generate one" + }, + "dates": { + "label": "What dates might work?", + "sublabel": "Click and drag to select", + "options": { + "specific": "Specific dates", + "week": "Days of the week" + }, + "tooltips": { + "previous": "Previous month", + "next": "Next month", + "today": "today" + } + }, + "times": { + "label": "What times might work?", + "sublabel": "Click and drag to select a time range" + }, + "timezone": { + "label": "And the timezone", + "defaultOption": "Select..." + }, + + "button": "Create", + "errors": { + "no_dates": "There aren't any dates selected", + "same_times": "The start and end times can't be the same", + "no_time": "There isn't any time selected", + "unknown": "Something went wrong. Please try again later." + } + }, + "offline": "You can't create a Crab Fit when you don't have an internet connection. Please make sure you're connected.", + + "about": { + "name": "About Crab Fit", + "events": "Events created", + "availabilities": "Availabilities entered", + "content": { + "p1": "Crab Fit helps you fit your event around everyone's schedules. Simply create an event above and send the link to everyone that is participating. Results update live and you will be able to see a heat-map of when everyone is free.<1/><2>Learn more about how to Crab Fit.", + "p3": "Created by <1>Ben Grant, Crab Fit is the modern-day solution to your group event planning debates.", + "p4": "The code for Crab Fit is open source, if you find any issues or want to contribute, you can visit the <1>repository. By using Crab Fit you agree to the <3>privacy policy.", + "p6": "To protect your privacy, events are deleted after 3 months of inactivity, and all passwords are securely hashed.", + "p5": "Consider donating below if it helped you out so Crab Fit can stay free for everyone. 🦀" + }, + "chrome_extension": "Get the Chrome Extension", + "firefox_extension": "Get the Firefox Extension", + "safari_extension": "Get the Safari Extension", + "android_app": "Download the Android app" + } +}