diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-15 00:25:56 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-15 00:25:56 +0000 |
commit | 7c0932f208bd9839914115ccada4904d7fd90fb1 (patch) | |
tree | 5dba0141abab13af223d7c670f83f15183e99be3 /apps/settings/l10n/en_GB.js | |
parent | 551e3601a278b0fe0d9646291bc6bc53d8bebdf2 (diff) | |
download | nextcloud-server-7c0932f208bd9839914115ccada4904d7fd90fb1.tar.gz nextcloud-server-7c0932f208bd9839914115ccada4904d7fd90fb1.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/en_GB.js')
-rw-r--r-- | apps/settings/l10n/en_GB.js | 129 |
1 files changed, 34 insertions, 95 deletions
diff --git a/apps/settings/l10n/en_GB.js b/apps/settings/l10n/en_GB.js index 7cadd2304a5..9842273c927 100644 --- a/apps/settings/l10n/en_GB.js +++ b/apps/settings/l10n/en_GB.js @@ -805,122 +805,40 @@ OC.L10N.register( "No user supplied" : "No user supplied", "Please provide an admin recovery password; otherwise, all user data will be lost." : "Please provide an admin recovery password; otherwise, all user data will be lost.", "Backend does not support password change, but the user's encryption key was updated." : "Backend does not support password change, but the user's encryption key was updated.", - "installing and updating apps via the App Store or Federated Cloud Sharing" : "installing and updating apps via the App Store or Federated Cloud Sharing", - "Federated Cloud Sharing" : "Federated Cloud Sharing", - "cURL is using an outdated %1$s version (%2$s). Please update your operating system or features such as %3$s will not work reliably." : "cURL is using an outdated %1$s version (%2$s). Please update your operating system or features such as %3$s will not work reliably.", - "Could not determine if TLS version of cURL is outdated or not because an error happened during the HTTPS request against https://nextcloud.com. Please check the Nextcloud log file for more details." : "Could not determine if TLS version of cURL is outdated or not because an error happened during the HTTPS request against https://nextcloud.com. Please check the Nextcloud log file for more details.", - "OPcache is disabled. For better performance, it is recommended to apply <code>opcache.enable=1</code> to your PHP configuration." : "OPcache is disabled. For better performance, it is recommended to apply <code>opcache.enable=1</code> to your PHP configuration.", - "OPcache is configured to remove code comments. With OPcache enabled, <code>opcache.save_comments=1</code> must be set for Nextcloud to function." : "OPcache is configured to remove code comments. With OPcache enabled, <code>opcache.save_comments=1</code> must be set for Nextcloud to function.", - "Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with <code>opcache.restrict_api</code> or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with <code>opcache.restrict_api</code> or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades.", - "Nextcloud is not allowed to use the OPcache API. It is highly recommended to include all Nextcloud directories with <code>opcache.restrict_api</code> or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud is not allowed to use the OPcache API. It is highly recommended to include all Nextcloud directories with <code>opcache.restrict_api</code> or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades.", - "The shared memory based OPcache is disabled. For better performance, it is recommended to apply <code>opcache.file_cache_only=0</code> to your PHP configuration and use the file cache as second level cache only." : "The shared memory based OPcache is disabled. For better performance, it is recommended to apply <code>opcache.file_cache_only=0</code> to your PHP configuration and use the file cache as second level cache only.", - "The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be kept in the cache, it is recommended to apply <code>opcache.max_accelerated_files</code> to your PHP configuration with a value higher than <code>%s</code>." : "The maximum number of OPcache keys is nearly exceeded. To assure that all scripts can be kept in the cache, it is recommended to apply <code>opcache.max_accelerated_files</code> to your PHP configuration with a value higher than <code>%s</code>.", - "The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply <code>opcache.memory_consumption</code> to your PHP configuration with a value higher than <code>%s</code>." : "The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply <code>opcache.memory_consumption</code> to your PHP configuration with a value higher than <code>%s</code>.", - "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply <code>opcache.interned_strings_buffer</code> to your PHP configuration with a value higher than <code>%s</code>." : "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply <code>opcache.interned_strings_buffer</code> to your PHP configuration with a value higher than <code>%s</code>.", "You need to set your user email before being able to send test emails. Go to %s for that." : "You need to set your user email before being able to send test emails. Go to %s for that.", "Invalid user" : "Invalid user", "Your username is: %s" : "Your username is: %s", "Logged in user must be a subadmin" : "Logged in user must be a subadmin", + "Old user imported certificates" : "Old user imported certificates", "A background job is pending that checks for user imported SSL certificates. Please check back later." : "A background job is pending that checks for user imported SSL certificates. Please check back later.", "There are some user 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 user 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.", - "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them.", - "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook." : "The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occured. Please run it manually by calling occ dav:sync-system-addressbook.", - "You have more than 50 000 rows in the scheduling objects table. Please run the expensive repair jobs via occ maintenance:repair --include-expensive" : "You have more than 50 000 rows in the scheduling objects table. Please run the expensive repair jobs via occ maintenance:repair --include-expensive", + "Missing optional index \"%s\" in table \"%s\"." : "Missing optional index \"%s\" in table \"%s\".", + "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster.", + "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type.", + "MySQL unicode support" : "MySQL unicode support", + "Overwrite cli URL" : "Overwrite CLI URL", + "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher.", "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher.", + "Exclude groups from sharing" : "Exclude groups from sharing", + "These groups will still be able to receive shares, but not to initiate them." : "These groups will still be able to receive shares, but not to initiate them.", + "Allow username autocompletion in share dialog and allow access to the system address book" : "Allow username autocompletion in share dialogue and allow access to the system address book", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system.", "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced.", - "Enable all" : "Enable all", - "Internet Explorer" : "Internet Explorer", - "Edge" : "Edge", - "Firefox" : "Firefox", - "Google Chrome" : "Google Chrome", - "Safari" : "Safari", - "iPhone" : "iPhone", - "iPad" : "iPad", - "Sync client - {os}" : "Sync client - {os}", - "Error while deleting the token" : "Error while deleting the token", - "Use the credentials below to configure your app or device." : "Use the credentials below to configure your app or device.", - "For security reasons this password will only be shown once." : "For security reasons this password will only be shown once.", + "Rating: {score}/10" : "Rating: {score}/10", "Username" : "Username", - "Copied!" : "Copied!", - "Copy" : "Copy", "Execute one task with each page loaded. Use case: Single user instance." : "Execute one task with each page loaded. Use case: Single user instance.", "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage)." : "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP. Use case: Very small instance (1–5 users depending on the usage).", - "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details.", - "Use system cron service to call the cron.php file every 5 minutes. Recommended for all instances." : "Use system cron service to call the cron.php file every 5 minutes. Recommended for all instances.", "The cron.php needs to be executed by the system user \"{user}\"." : "The cron.php needs to be executed by the system user \"{user}\".", "Enable or disable profile by default for new users." : "Enable or disable profile by default for new users.", - "You are about to remove the group {group}. The users will NOT be deleted." : "You are about to remove the group {group}. The users will NOT be deleted.", - "Please confirm the group removal " : "Please confirm the group removal ", - "Your profile information" : "Your profile information", - "Your email address" : "Your email address", + "You are about to remove the group \"{group}\". The users will NOT be deleted." : "You are about to remove the group \"{group}\". The users will NOT be deleted.", "Additional emails" : "Additional emails", "Enable Profile" : "Enable Profile", - "Your Twitter handle" : "Your Twitter handle", - "You do not have permissions to see the details of this user" : "You do not have permissions to see the details of this user", - "Edit display name" : "Edit display name", - "Add new password" : "Add new password", - "Add new email address" : "Add new email address", - "Add user to group" : "Add user to group", - "Set user as admin for" : "Set user as admin for", - "Select user quota" : "Select user quota", - "Select manager" : "Select manager", - "Toggle user actions menu" : "Toggle user actions menu", - "Delete user" : "Delete user", - "Wipe all devices" : "Wipe all devices", - "Disable user" : "Disable user", - "Enable user" : "Enable user", - "Edit User" : "Edit User", - "User's table" : "User's table", - "New user" : "New user", - "Will be autogenerated" : "Will be autogenerated", - "Select user manager" : "Select user manager", - "Add a new user" : "Add a new user", - "User backend" : "User backend", - "No users in here" : "No users in here", - "Name your device" : "Name your device", - "Server error while trying to add WebAuthn device" : "Server error while trying to add WebAuthn device", - "{license}-licensed" : "{license}-licensed", - "by {author}\n{license}" : "by {author}\n{license}", - "Enter group name" : "Enter group name", - "Add group" : "Add group", - "Active users" : "Active users", - "Disabled users" : "Disabled users", - "Default quota:" : "Default quota:", - "Show Languages" : "Show Languages", - "Show user backend" : "Show user backend", - "Send email to new user" : "Send email to new user", - "Not saved" : "Not saved", - "Twitter" : "Twitter", - "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Not available as federation has been disabled for your account, contact your system administrator if you have any questions", - "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions", - "Show to logged in users only" : "Show to logged in users only", - "Enable untested app" : "Enable untested app", - "SMTP Username" : "SMTP Username", - "Expire after" : "Expire after", - "day(s)" : "day(s)", - "Exclude groups from password requirements:" : "Exclude groups from password requirements:", - "Set default expiration date" : "Set default expiry date", - "Exclude groups from creating link shares:" : "Exclude groups from creating link shares:", - "Exclude groups from sharing" : "Exclude groups from sharing", - "These groups will still be able to receive shares, but not to initiate them." : "These groups will still be able to receive shares, but not to initiate them.", - "Allow username autocompletion in share dialog and allow access to the system address book" : "Allow username autocompletion in share dialogue and allow access to the system address book", - "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups" : "Allow username autocompletion to users within the same groups and limit system address books to users in the same groups", - "Allow username autocompletion to users based on phone number integration" : "Allow username autocompletion to users based on phone number integration", - "Old user imported certificates" : "Old user imported certificates", - "Missing optional index \"%s\" in table \"%s\"." : "Missing optional index \"%s\" in table \"%s\".", - "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster.", - "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type.", - "MySQL unicode support" : "MySQL unicode support", - "Overwrite cli URL" : "Overwrite CLI URL", - "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible.", - "Rating: {score}/10" : "Rating: {score}/10", - "You are about to remove the group \"{group}\". The users will NOT be deleted." : "You are about to remove the group \"{group}\". The users will NOT be deleted.", "No users" : "No users", "Loading users …" : "Loading users …", "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list." : "List of users. This list is not fully rendered for performance reasons. The users will be rendered as you navigate through the list.", + "New user" : "New user", "Groups (required)" : "Groups (required)", "Set user groups" : "Set user groups", "Administered groups" : "Administered groups", @@ -932,15 +850,36 @@ OC.L10N.register( "Username (required)" : "Username (required)", "_{userCount} user …_::_{userCount} users …_" : ["{userCount} user …","{userCount} users …"], "_{userCount} user_::_{userCount} users_" : ["{userCount} user","{userCount} users"], + "User backend" : "User backend", "User actions" : "User actions", "Loading user …" : "Loading user …", + "You do not have permissions to see the details of this user" : "You do not have permissions to see the details of this user", + "Add user to group" : "Add user to group", + "Set user as admin for" : "Set user as admin for", + "Select user quota" : "Select user quota", + "Delete user" : "Delete user", + "Wipe all devices" : "Wipe all devices", + "Disable user" : "Disable user", + "Enable user" : "Enable user", "Failed to update user manager" : "Failed to update user manager", + "Toggle user actions menu" : "Toggle user actions menu", "User management settings" : "User management settings", + "Show user backend" : "Show user backend", "Send welcome email to new users" : "Send welcome email to new users", + "Name your device" : "Name your device", + "Server error while trying to add WebAuthn device" : "Server error while trying to add WebAuthn device", + "{license}-licensed" : "{license}-licensed", + "by {author}\n{license}" : "by {author}\n{license}", "User management" : "User management", + "Active users" : "Active users", + "Disabled users" : "Disabled users", "Creating group …" : "Creating group …", "User group: {group}" : "User group: {group}", + "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "Not available as federation has been disabled for your account, contact your system administrator if you have any questions", + "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions", + "Show to logged in users only" : "Show to logged in users only", "Nextcloud help resources" : "Nextcloud help resources", + "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" |