From 09ef31cef396c336a40cabadcaa04ee4983ffaa3 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:15:43 +0000 Subject: [PATCH] Apply translations in en_GB review completed for the source file '/crabfit-frontend/public/i18n/en/common.json' on the 'en_GB' language. --- .../public/i18n/en-GB/common.json | 58 +++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 crabfit-frontend/public/i18n/en-GB/common.json diff --git a/crabfit-frontend/public/i18n/en-GB/common.json b/crabfit-frontend/public/i18n/en-GB/common.json new file mode 100644 index 0000000..27bfa42 --- /dev/null +++ b/crabfit-frontend/public/i18n/en-GB/common.json @@ -0,0 +1,58 @@ +{ + "name": "Crab Fit", + "tagline": "Create your own", + "cta": "Create your own Crab Fit!", + "created": "Created {{date}}", + "donate": { + "info": "Thank you for using Crab Fit. If you like it, consider donating.", + "button": "Donate", + "title": "Every amount counts :)", + "options": { + "$2": "Donate $2", + "$5": "Donate $5", + "$10": "Donate $10", + "choose": "Choose an amount" + }, + "messages": { + "about": "If it's helped you out at all, consider donating to help keep it running. 🦀", + "success": "Thank you for your donation! Without you, Crab Fit wouldn't be free, so thank you and keep being super awesome!", + "error": "Cannot make donation through Google. Please try donating through the website crab.fit 🦀" + } + }, + "options": { + "name": "Options", + "weekStart": { + "label": "Week starts on", + "options": { + "Sunday": "Sunday", + "Monday": "Monday" + } + }, + "timeFormat": { + "label": "Time format", + "options": { + "12h": "12h", + "24h": "24h" + } + }, + "theme": { + "label": "Theme", + "options": { + "System": "System", + "Light": "Light", + "Dark": "Dark" + } + }, + "highlight": { + "label": "Highlight highest availability", + "title": "Make the highest availability on the heatmap stand out", + "options": { + "Off": "Off", + "On": "On" + } + }, + "language": { + "label": "Language" + } + } +}