From c962c8c3f411bb0bfedbeee2d0c70c0828940aea Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 18 Apr 2022 21:06:27 +0200 Subject: [PATCH] fix: typos in translation files --- src/i18n/lang/en.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/i18n/lang/en.json b/src/i18n/lang/en.json index 8e9c587ed..cd25e7fe4 100644 --- a/src/i18n/lang/en.json +++ b/src/i18n/lang/en.json @@ -18,7 +18,7 @@ }, "ready": { "loading": "Vikunja is loading…", - "errorOccured": "An error occured:", + "errorOccured": "An error occurred:", "checkApiUrl": "Please check if the api url is correct.", "noApiUrlConfigured": "No API url was configured. Please set one below:" }, @@ -96,11 +96,11 @@ "scanQR": "Alternatively you can scan this QR code:", "passcode": "Passcode", "passcodePlaceholder": "A code generated by your totp application", - "setupSuccess": "You've sucessfully set up two factor authentication!", + "setupSuccess": "You've successfully set up two factor authentication!", "enterPassword": "Please Enter Your Password", "disable": "Disable two factor authentication", "confirmSuccess": "You've successfully confirmed your totp setup and can use it from now on!", - "disableSuccess": "Two factor authentication was sucessfully disabled." + "disableSuccess": "Two factor authentication was successfully disabled." }, "caldav": { "title": "CalDAV", @@ -332,7 +332,7 @@ "create": { "title": "New namespace", "titleRequired": "Please specify a title.", - "explanation": "A namespace is a collection of lists you can share and use to organize your lists with. In fact, every list belongs to a namepace.", + "explanation": "A namespace is a collection of lists you can share and use to organize your lists with. In fact, every list belongs to a namespace.", "tooltip": "What's a namespace?", "success": "The namespace was successfully created." }, @@ -563,7 +563,7 @@ "canuse": "You can use date math to filter for relative dates.", "learnhow": "Check out how it works", "title": "Date Math", - "intro": "Date Math allows you to specifiy relative dates which are resolved on the fly by Vikunja when applying the filter.", + "intro": "Date Math allows you to specify relative dates which are resolved on the fly by Vikunja when applying the filter.", "expression": "Each Date Math expression starts with an anchor date, which can either be {0}, or a date string ending with {1}. This anchor date can optionally be followed by one or more maths expressions.", "similar": "These expressions are similar to the ones provided by {0} and {1}.", "add1Day": "Add one day", @@ -872,9 +872,9 @@ }, "navigation": { "title": "Navigation", - "overview": "Navigato to overview", - "upcoming": "Navigato to upcoming taks", - "namespaces": "Navigate to namepaces & lists", + "overview": "Navigate to overview", + "upcoming": "Navigate to upcoming tasks", + "namespaces": "Navigate to namespaces & lists", "labels": "Navigate to labels", "teams": "Navigate to teams" }