diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-09-17 00:20:40 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-09-17 00:20:40 +0000 |
commit | d76d971e55f2582ac1bbd196c9bf4d4138d4e3d3 (patch) | |
tree | 705dfc57a14b1b9bc0cbb3db4435289bb65909ff /apps/settings/l10n/en_GB.json | |
parent | b9fb1db0f807fbbbfdbbf544a24d7cc3b396ec14 (diff) | |
download | nextcloud-server-d76d971e55f2582ac1bbd196c9bf4d4138d4e3d3.tar.gz nextcloud-server-d76d971e55f2582ac1bbd196c9bf4d4138d4e3d3.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/en_GB.json')
-rw-r--r-- | apps/settings/l10n/en_GB.json | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/apps/settings/l10n/en_GB.json b/apps/settings/l10n/en_GB.json index 2915d208a02..11fc7559064 100644 --- a/apps/settings/l10n/en_GB.json +++ b/apps/settings/l10n/en_GB.json @@ -135,7 +135,6 @@ "Your remote address could not be determined." : "Your remote address could not be determined.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly.", "Your remote address \"%s\" is not brute-force throttled." : "Your remote address \"%s\" is not brute-force throttled.", - "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule.", "Old administration imported certificates" : "Old administration imported certificates", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "A background job is pending that checks for administration imported SSL certificates. Please check back later.", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below.", @@ -312,9 +311,6 @@ "Could not check that your web server serves `.well-known` correctly. Please check manually." : "Could not check that your web server serves `.well-known` correctly. Please check manually.", "Your web server is not properly set up to resolve `.well-known` URLs, failed on:\n`%s`" : "Your web server is not properly set up to resolve `.well-known` URLs, failed on:\n`%s`", "Your server is correctly configured to serve `.well-known` URLs." : "Your server is correctly configured to serve `.well-known` URLs.", - "WOFF2 file loading" : "WOFF2 file loading", - "Could not check for WOFF2 loading support. Please check manually if your webserver serves `.woff2` files." : "Could not check for WOFF2 loading support. Please check manually if your webserver serves `.woff2` files.", - "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our documentation." : "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our documentation.", "Profile information" : "Profile information", "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled", "Nextcloud settings" : "Nextcloud settings", @@ -879,6 +875,7 @@ "SMTP Username" : "SMTP Username", "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`.", "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type.", - "Active accounts" : "Active accounts" + "Active accounts" : "Active accounts", + "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |