diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-19 00:19:09 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-19 00:19:09 +0000 |
commit | 88c5e1ae6a2e936c6069ef57a735f1d0afcd6b68 (patch) | |
tree | faf116efcd62fa3281173628555e8d84cf267e19 /apps/files_external | |
parent | 533dec0df0b3bcd2dd019424cb59744f68bae4c6 (diff) | |
download | nextcloud-server-88c5e1ae6a2e936c6069ef57a735f1d0afcd6b68.tar.gz nextcloud-server-88c5e1ae6a2e936c6069ef57a735f1d0afcd6b68.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_external')
-rw-r--r-- | apps/files_external/l10n/en_GB.js | 11 | ||||
-rw-r--r-- | apps/files_external/l10n/en_GB.json | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/apps/files_external/l10n/en_GB.js b/apps/files_external/l10n/en_GB.js index fccc6b56eea..ee52b31de44 100644 --- a/apps/files_external/l10n/en_GB.js +++ b/apps/files_external/l10n/en_GB.js @@ -7,6 +7,7 @@ OC.L10N.register( "Error configuring OAuth2" : "Error configuring OAuth2", "Generate keys" : "Generate keys", "Error generating key pair" : "Error generating key pair", + "Type to select account or group." : "Type to select account or group.", "(Group)" : "(Group)", "Compatibility with Mac NFD encoding (slow)" : "Compatibility with Mac NFD encoding (slow)", "Enable encryption" : "Enable encryption", @@ -36,6 +37,7 @@ OC.L10N.register( "Unsatisfied authentication mechanism parameters" : "Unsatisfied authentication mechanism parameters", "Insufficient data: %s" : "Insufficient data: %s", "%s" : "%s", + "Storage with ID \"%d\" is not editable by non-admins" : "Storage with ID \"%d\" is not editable by non-admins", "Access key" : "Access key", "Secret key" : "Secret key", "Builtin" : "Builtin", @@ -57,7 +59,10 @@ OC.L10N.register( "API key" : "API key", "Global credentials" : "Global credentials", "Log-in credentials, save in database" : "Log-in credentials, save in database", + "Login and password" : "Login and password", "Log-in credentials, save in session" : "Log-in credentials, save in session", + "Global credentials, manually entered" : "Global credentials, manually entered", + "Manually entered, store in database" : "Manually entered, store in database", "RSA public key" : "RSA public key", "Public key" : "Public key", "RSA private key" : "RSA private key", @@ -93,8 +98,10 @@ OC.L10N.register( "Case sensitive file system" : "Case sensitive file system", "Disabling it will allow to use a case insensitive file system, but comes with a performance penalty" : "Disabling it will allow to use a case insensitive file system, but comes with a performance penalty", "Verify ACL access when listing files" : "Verify ACL access when listing files", + "Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty", "Timeout" : "Timeout", "SMB/CIFS using OC login" : "SMB/CIFS using OC login", + "Login as share" : "Login as share", "OpenStack Object Storage" : "OpenStack Object Storage", "Service name" : "Service name", "Request timeout (seconds)" : "Request timeout (seconds)", @@ -104,6 +111,7 @@ OC.L10N.register( "External storage" : "External storage", "External storage support" : "External storage support", "Adds basic external storage support" : "Adds basic external storage support", + "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administration can choose which types of storage to enable and can mount these storage locations for an account, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows people to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the administration with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administration can choose which types of storage to enable and can mount these storage locations for an account, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows people to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the administration with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation.", "Enter missing credentials" : "Enter missing credentials", "Unable to update this external storage config. {statusMessage}" : "Unable to update this external storage config. {statusMessage}", "New configuration successfully saved" : "New configuration successfully saved", @@ -124,13 +132,16 @@ OC.L10N.register( "System" : "System", "No external storage configured or you don't have the permission to configure them" : "No external storage configured or you don't have the permission to configure them", "Open documentation" : "Open documentation", + "External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices. You may also allow people to mount their own external storage services." : "External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices. You may also allow people to mount their own external storage services.", "Folder name" : "Folder name", "Authentication" : "Authentication", "Configuration" : "Configuration", "Available for" : "Available for", "Click to recheck the configuration" : "Click to recheck the configuration", "Add storage" : "Add storage", + "All people" : "All people", "Advanced settings" : "Advanced settings", + "Allow people to mount external storage" : "Allow people to mount external storage", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Global credentials can be used to authenticate with multiple external storages that have the same credentials.", "Type to select user or group." : "Type to select user or group.", "Empty response from the server" : "Empty response from the server", diff --git a/apps/files_external/l10n/en_GB.json b/apps/files_external/l10n/en_GB.json index f32e29a1390..04d19f72fc6 100644 --- a/apps/files_external/l10n/en_GB.json +++ b/apps/files_external/l10n/en_GB.json @@ -5,6 +5,7 @@ "Error configuring OAuth2" : "Error configuring OAuth2", "Generate keys" : "Generate keys", "Error generating key pair" : "Error generating key pair", + "Type to select account or group." : "Type to select account or group.", "(Group)" : "(Group)", "Compatibility with Mac NFD encoding (slow)" : "Compatibility with Mac NFD encoding (slow)", "Enable encryption" : "Enable encryption", @@ -34,6 +35,7 @@ "Unsatisfied authentication mechanism parameters" : "Unsatisfied authentication mechanism parameters", "Insufficient data: %s" : "Insufficient data: %s", "%s" : "%s", + "Storage with ID \"%d\" is not editable by non-admins" : "Storage with ID \"%d\" is not editable by non-admins", "Access key" : "Access key", "Secret key" : "Secret key", "Builtin" : "Builtin", @@ -55,7 +57,10 @@ "API key" : "API key", "Global credentials" : "Global credentials", "Log-in credentials, save in database" : "Log-in credentials, save in database", + "Login and password" : "Login and password", "Log-in credentials, save in session" : "Log-in credentials, save in session", + "Global credentials, manually entered" : "Global credentials, manually entered", + "Manually entered, store in database" : "Manually entered, store in database", "RSA public key" : "RSA public key", "Public key" : "Public key", "RSA private key" : "RSA private key", @@ -91,8 +96,10 @@ "Case sensitive file system" : "Case sensitive file system", "Disabling it will allow to use a case insensitive file system, but comes with a performance penalty" : "Disabling it will allow to use a case insensitive file system, but comes with a performance penalty", "Verify ACL access when listing files" : "Verify ACL access when listing files", + "Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty" : "Check the ACL's of each file or folder inside a directory to filter out items where the account has no read permissions, comes with a performance penalty", "Timeout" : "Timeout", "SMB/CIFS using OC login" : "SMB/CIFS using OC login", + "Login as share" : "Login as share", "OpenStack Object Storage" : "OpenStack Object Storage", "Service name" : "Service name", "Request timeout (seconds)" : "Request timeout (seconds)", @@ -102,6 +109,7 @@ "External storage" : "External storage", "External storage support" : "External storage support", "Adds basic external storage support" : "Adds basic external storage support", + "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administration can choose which types of storage to enable and can mount these storage locations for an account, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows people to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the administration with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administration can choose which types of storage to enable and can mount these storage locations for an account, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows people to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the administration with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation.", "Enter missing credentials" : "Enter missing credentials", "Unable to update this external storage config. {statusMessage}" : "Unable to update this external storage config. {statusMessage}", "New configuration successfully saved" : "New configuration successfully saved", @@ -122,13 +130,16 @@ "System" : "System", "No external storage configured or you don't have the permission to configure them" : "No external storage configured or you don't have the permission to configure them", "Open documentation" : "Open documentation", + "External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices. You may also allow people to mount their own external storage services." : "External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices. You may also allow people to mount their own external storage services.", "Folder name" : "Folder name", "Authentication" : "Authentication", "Configuration" : "Configuration", "Available for" : "Available for", "Click to recheck the configuration" : "Click to recheck the configuration", "Add storage" : "Add storage", + "All people" : "All people", "Advanced settings" : "Advanced settings", + "Allow people to mount external storage" : "Allow people to mount external storage", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Global credentials can be used to authenticate with multiple external storages that have the same credentials.", "Type to select user or group." : "Type to select user or group.", "Empty response from the server" : "Empty response from the server", |