From 538a48ed9967ee7af39f2f77414c94eea22007f4 Mon Sep 17 00:00:00 2001 From: Christian Wehrli <16454618+chwonl@users.noreply.github.com> Date: Mon, 9 Aug 2021 22:39:01 +0200 Subject: [PATCH] Update en.json --- app/src/i18n/locales/en.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/src/i18n/locales/en.json b/app/src/i18n/locales/en.json index 97b93298..e614e7a0 100644 --- a/app/src/i18n/locales/en.json +++ b/app/src/i18n/locales/en.json @@ -156,7 +156,7 @@ "error_connection_interrupted": "The server closed the connection instead of answering it. Has nginx or the yunohost-api been restarted or stopped for some reason?", "everything_good": "Everything good!", "experimental": "Experimental", - "experimental_warning": "Warning: this feature is experimental and not consider stable, you shouldn't be using it except if you know what you are doing.", + "experimental_warning": "Warning: this feature is experimental and not considered stable, you shouldn't be using it except if you know what you are doing.", "firewall": "Firewall", "footer_version": "Powered by YunoHost {version} ({repo}).", "footer": { @@ -173,7 +173,7 @@ "email": "Invalid email: must be alphanumeric and _.- characters only (e.g. someone@example.com, s0me-1@example.com)", "emailForward": "Invalid email forward: must be alphanumeric and _.-+ characters only (e.g. someone+tag@example.com, s0me-1+tag@example.com)", "githubLink": "Url must be a valid Github link to a repository", - "name": "Names may not includes special characters except  ,.'-", + "name": "Names may not include special characters except  ,.'-", "minValue": "Value must be a number equal or greater than {min}.", "notInUsers": "The user '{value}' already exists.", "number": "Value must be a number.", @@ -196,7 +196,7 @@ "group_new": "New group", "group_explain_all_users": "This is a special group containing all users accounts on the server", "group_explain_visitors": "This is a special group representing anonymous visitors", - "group_explain_visitors_needed_for_external_client": "Be careful that you need to keep some applications allowed to visitors if you intend to use them with external clients. For example, this is the case for Nextcloud if you want intend to use a synchronization client on your smartphone or desktop computer.", + "group_explain_visitors_needed_for_external_client": "Be careful that you need to keep some applications allowed to visitors if you intend to use them with external clients. For example, this is the case for Nextcloud if you intend to use a synchronization client on your smartphone or desktop computer.", "group_specific_permissions": "User specific permissions", "groups_and_permissions": "Groups and permissions", "groups_and_permissions_manage": "Manage groups and permissions", @@ -268,7 +268,7 @@ "migrations_no_pending": "No pending migrations", "migrations_no_done": "No previous migrations", "migrations_disclaimer_check_message": "I read and understood this disclaimer", - "migrations_disclaimer_not_checked": "This migration require you to acknowledge its disclaimer before running it.", + "migrations_disclaimer_not_checked": "This migration requires you to acknowledge its disclaimer before running it.", "multi_instance": "Can be installed several times", "myserver": "myserver", "next": "Next", @@ -338,7 +338,7 @@ "adminpw": "Change admin password", "apps": { "change_label": "Change label of '{prevName}' for '{nextName}'", - "change_url": "Change access url of '{name}'", + "change_url": "Change access URL of '{name}'", "install": "Install app '{name}'", "set_default": "Redirect '{domain}' domain root to '{name}'", "perform_action": "Perform action '{action}' of app '{name}'",