From ca9340667df123ed58639096780ded50f93b0afe 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:16:11 +0000
Subject: [PATCH] Apply translations in en_GB
review completed for the source file '/crabfit-frontend/public/i18n/en/event.json'
on the 'en_GB' language.
---
crabfit-frontend/public/i18n/en-GB/event.json | 67 +++++++++++++++++++
1 file changed, 67 insertions(+)
create mode 100644 crabfit-frontend/public/i18n/en-GB/event.json
diff --git a/crabfit-frontend/public/i18n/en-GB/event.json b/crabfit-frontend/public/i18n/en-GB/event.json
new file mode 100644
index 0000000..4b563d0
--- /dev/null
+++ b/crabfit-frontend/public/i18n/en-GB/event.json
@@ -0,0 +1,67 @@
+{
+ "available": "available",
+ "greyed_times": "This area is greyed out because it's not part of the event. You may be looking at this event in a different timezone from where it was created.",
+
+ "nav": {
+ "title": "Click to copy",
+ "copied": "Copied!",
+ "shareinfo": "Copy the link to this page, or share via <1>email1>.",
+ "shareinfo_alt": "Click the link above to copy it to your clipboard, or share via <1>email1>.",
+ "email_subject": "Scheduling {{event_name}}",
+ "email_body": "Visit this link to enter your availabilities:"
+ },
+ "form": {
+ "signed_out": "Sign in to add your availability",
+ "signed_in": "Signed in as {{name}}",
+
+ "name": "Your name",
+ "password": "Password (optional)",
+ "button": "Login",
+ "logout_button": "Sign out",
+ "info": "These details are only for this event. Use a password to prevent others from changing your availability.",
+
+ "timezone": "Your time zone",
+
+ "errors": {
+ "name_required": "Your name is needed to store your availability.",
+ "password_incorrect": "Password is incorrect. Check your name is spelled right.",
+ "unknown": "Failed to login. Please try again."
+ },
+
+ "created_in_timezone": "This event was created in the timezone {{timezone}}. <3>Click here3> to use it.",
+ "local_timezone": "Your local timezone is detected to be {{timezone}}. <3>Click here3> to use it."
+ },
+ "offline": {
+ "title": "You are offline",
+ "body": "A Crab Fit doesn't work offline.
Make sure you're connected to the internet and try again."
+ },
+ "error": {
+ "title": "Event not found",
+ "body": "Check that the url you entered is correct. Note that to protect your privacy, events are deleted after 3 months of inactivity."
+ },
+
+ "tabs": {
+ "you": "Your availability",
+ "you_tooltip": "Login to set your availability",
+ "group": "Group availability"
+ },
+
+ "group": {
+ "legend_tooltip": "Click to highlight highest availability",
+ "info1": "Hover or tap the calendar below to see who is available",
+ "info2": "Click the names below to view people individually"
+ },
+
+ "you": {
+ "info": "Click and drag the calendar below to set your availabilities",
+ "google_cal": {
+ "login": "Sync with Google Calendar",
+ "logout": "log out",
+ "select_all": "Select all",
+ "select_none": "Select none",
+ "info": "Importing will overwrite your current availability",
+ "button": "Import availability"
+ },
+ "outlook_cal": "Sync with Outlook Calendar"
+ }
+}