fix: typos in translation files
This commit is contained in:
parent
8ca3934e9d
commit
c962c8c3f4
1 changed files with 8 additions and 8 deletions
|
@ -18,7 +18,7 @@
|
||||||
},
|
},
|
||||||
"ready": {
|
"ready": {
|
||||||
"loading": "Vikunja is loading…",
|
"loading": "Vikunja is loading…",
|
||||||
"errorOccured": "An error occured:",
|
"errorOccured": "An error occurred:",
|
||||||
"checkApiUrl": "Please check if the api url is correct.",
|
"checkApiUrl": "Please check if the api url is correct.",
|
||||||
"noApiUrlConfigured": "No API url was configured. Please set one below:"
|
"noApiUrlConfigured": "No API url was configured. Please set one below:"
|
||||||
},
|
},
|
||||||
|
@ -96,11 +96,11 @@
|
||||||
"scanQR": "Alternatively you can scan this QR code:",
|
"scanQR": "Alternatively you can scan this QR code:",
|
||||||
"passcode": "Passcode",
|
"passcode": "Passcode",
|
||||||
"passcodePlaceholder": "A code generated by your totp application",
|
"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",
|
"enterPassword": "Please Enter Your Password",
|
||||||
"disable": "Disable two factor authentication",
|
"disable": "Disable two factor authentication",
|
||||||
"confirmSuccess": "You've successfully confirmed your totp setup and can use it from now on!",
|
"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": {
|
"caldav": {
|
||||||
"title": "CalDAV",
|
"title": "CalDAV",
|
||||||
|
@ -332,7 +332,7 @@
|
||||||
"create": {
|
"create": {
|
||||||
"title": "New namespace",
|
"title": "New namespace",
|
||||||
"titleRequired": "Please specify a title.",
|
"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?",
|
"tooltip": "What's a namespace?",
|
||||||
"success": "The namespace was successfully created."
|
"success": "The namespace was successfully created."
|
||||||
},
|
},
|
||||||
|
@ -563,7 +563,7 @@
|
||||||
"canuse": "You can use date math to filter for relative dates.",
|
"canuse": "You can use date math to filter for relative dates.",
|
||||||
"learnhow": "Check out how it works",
|
"learnhow": "Check out how it works",
|
||||||
"title": "Date Math",
|
"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.",
|
"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}.",
|
"similar": "These expressions are similar to the ones provided by {0} and {1}.",
|
||||||
"add1Day": "Add one day",
|
"add1Day": "Add one day",
|
||||||
|
@ -872,9 +872,9 @@
|
||||||
},
|
},
|
||||||
"navigation": {
|
"navigation": {
|
||||||
"title": "Navigation",
|
"title": "Navigation",
|
||||||
"overview": "Navigato to overview",
|
"overview": "Navigate to overview",
|
||||||
"upcoming": "Navigato to upcoming taks",
|
"upcoming": "Navigate to upcoming tasks",
|
||||||
"namespaces": "Navigate to namepaces & lists",
|
"namespaces": "Navigate to namespaces & lists",
|
||||||
"labels": "Navigate to labels",
|
"labels": "Navigate to labels",
|
||||||
"teams": "Navigate to teams"
|
"teams": "Navigate to teams"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue