Skip to content

Commit

Permalink
[tx] updated from transifex
Browse files Browse the repository at this point in the history
  • Loading branch information
ownclouders committed May 20, 2023
1 parent f2b2a39 commit 4538adc
Show file tree
Hide file tree
Showing 8 changed files with 166 additions and 2 deletions.
19 changes: 19 additions & 0 deletions apps/files/l10n/en_GB.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ OC.L10N.register(
"Delete" : "Delete",
"Disconnect storage" : "Disconnect storage",
"Unshare" : "Unshare",
"How do you want to open this file?" : "How do you want to open this file?",
"Could not load info for file \"{file}\"" : "Could not load info for file \"{file}\"",
"Files" : "Files",
"Details" : "Details",
Expand All @@ -40,7 +41,12 @@ OC.L10N.register(
"Unable to determine date" : "Unable to determine date",
"Invalid path" : "Invalid path",
"This operation is forbidden" : "This operation is forbidden",
"Directory \"{dir}\" is unavailable, please contact the administrator" : "Directory \"{dir}\" is unavailable, please contact the administrator",
"Storage for \"{dir}\" is temporarily not available" : "Storage for \"{dir}\" is temporarily not available",
"Shared directory \"{dir}\" is not available, remove the share or contact it's owner to reshare." : "Shared directory \"{dir}\" is not available, remove the share or contact it's owner to reshare.",
"Directory \"{dir}\" not found" : "Directory \"{dir}\" not found",
"group" : "group",
"Federated share" : "Federated share",
"via" : "via",
"Could not move \"{file}\", target exists" : "Could not move \"{file}\", target exists",
"Could not move \"{file}\" because either the file or the target are locked." : "Could not move \"{file}\" because either the file or the target are locked.",
Expand Down Expand Up @@ -68,7 +74,10 @@ OC.L10N.register(
"New" : "New",
"Unknown user" : "Unknown user",
"Lock status" : "Lock status",
"Lock file" : "Lock file",
"Failed to lock." : "Failed to lock.",
"This resource is locked. Click to see more details." : "This resource is locked. Click to see more details.",
"Encountered problem accessing the folder {name}" : "Encountered problem accessing the folder {name}",
"\"{name}\" is an invalid file name." : "\"{name}\" is an invalid file name.",
"File name cannot be empty." : "File name cannot be empty.",
"File name cannot contain \"/\"." : "File name cannot contain \"/\".",
Expand All @@ -79,6 +88,7 @@ OC.L10N.register(
"Your storage is almost full ({usedSpacePercent}%)" : "Your storage is almost full ({usedSpacePercent}%)",
"_matches '{filter}'_::_match '{filter}'_" : ["matches '{filter}'","match '{filter}'"],
"{owner} has locked this resource via {path}" : "{owner} has locked this resource via {path}",
"Unlock" : "Unlock",
"Could not unlock, please contact the lock owner {owner}" : "Could not unlock, please contact the lock owner {owner}",
"Unlock failed with status {status}" : "Unlock failed with status {status}",
"Locks" : "Locks",
Expand All @@ -100,18 +110,27 @@ OC.L10N.register(
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limit notifications about creation and changes to your <strong>favourite files</strong> <em>(Stream only)</em>",
"A file or folder has been <strong>deleted</strong>" : "A file or folder has been <strong>deleted</strong>",
"A file or folder has been <strong>restored</strong>" : "A file or folder has been <strong>restored</strong>",
"A file or folder has been <strong>renamed</strong>" : "A file or folder has been <strong>renamed</strong>",
"A file or folder has been <strong>moved</strong>" : "A file or folder has been <strong>moved</strong>",
"You created %1$s" : "You created %1$s",
"%2$s created %1$s" : "%2$s created %1$s",
"%1$s was created in a public folder" : "%1$s was created in a public folder",
"You changed %1$s" : "You changed %1$s",
"%2$s changed %1$s" : "%2$s changed %1$s",
"You deleted %1$s" : "You deleted %1$s",
"%1$s was deleted due to automation rule" : "%1$s was deleted due to automation rule",
"%2$s deleted %1$s" : "%2$s deleted %1$s",
"You restored %1$s" : "You restored %1$s",
"%2$s restored %1$s" : "%2$s restored %1$s",
"You renamed %2$s to %1$s" : "You renamed %2$s to %1$s",
"%2$s renamed %3$s to %1$s" : "%2$s renamed %3$s to %1$s",
"You moved %2$s to %1$s" : "You moved %2$s to %1$s",
"%2$s moved %3$s to %1$s" : "%2$s moved %3$s to %1$s",
"Changed by %2$s" : "Changed by %2$s",
"Deleted by %2$s" : "Deleted by %2$s",
"Restored by %2$s" : "Restored by %2$s",
"You moved this file to %1$s" : "You moved this file to %1$s",
"%2$s moved this file to %1$s" : "%2$s moved this file to %1$s",
"You don't have permissions to access this file/folder - Please contact the owner to share it with you." : "You don't have permissions to access this file/folder - Please contact the owner to share it with you.",
"Upload (max. %s)" : "Upload (max. %s)",
"Settings" : "Settings",
Expand Down
19 changes: 19 additions & 0 deletions apps/files/l10n/en_GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"Delete" : "Delete",
"Disconnect storage" : "Disconnect storage",
"Unshare" : "Unshare",
"How do you want to open this file?" : "How do you want to open this file?",
"Could not load info for file \"{file}\"" : "Could not load info for file \"{file}\"",
"Files" : "Files",
"Details" : "Details",
Expand All @@ -38,7 +39,12 @@
"Unable to determine date" : "Unable to determine date",
"Invalid path" : "Invalid path",
"This operation is forbidden" : "This operation is forbidden",
"Directory \"{dir}\" is unavailable, please contact the administrator" : "Directory \"{dir}\" is unavailable, please contact the administrator",
"Storage for \"{dir}\" is temporarily not available" : "Storage for \"{dir}\" is temporarily not available",
"Shared directory \"{dir}\" is not available, remove the share or contact it's owner to reshare." : "Shared directory \"{dir}\" is not available, remove the share or contact it's owner to reshare.",
"Directory \"{dir}\" not found" : "Directory \"{dir}\" not found",
"group" : "group",
"Federated share" : "Federated share",
"via" : "via",
"Could not move \"{file}\", target exists" : "Could not move \"{file}\", target exists",
"Could not move \"{file}\" because either the file or the target are locked." : "Could not move \"{file}\" because either the file or the target are locked.",
Expand Down Expand Up @@ -66,7 +72,10 @@
"New" : "New",
"Unknown user" : "Unknown user",
"Lock status" : "Lock status",
"Lock file" : "Lock file",
"Failed to lock." : "Failed to lock.",
"This resource is locked. Click to see more details." : "This resource is locked. Click to see more details.",
"Encountered problem accessing the folder {name}" : "Encountered problem accessing the folder {name}",
"\"{name}\" is an invalid file name." : "\"{name}\" is an invalid file name.",
"File name cannot be empty." : "File name cannot be empty.",
"File name cannot contain \"/\"." : "File name cannot contain \"/\".",
Expand All @@ -77,6 +86,7 @@
"Your storage is almost full ({usedSpacePercent}%)" : "Your storage is almost full ({usedSpacePercent}%)",
"_matches '{filter}'_::_match '{filter}'_" : ["matches '{filter}'","match '{filter}'"],
"{owner} has locked this resource via {path}" : "{owner} has locked this resource via {path}",
"Unlock" : "Unlock",
"Could not unlock, please contact the lock owner {owner}" : "Could not unlock, please contact the lock owner {owner}",
"Unlock failed with status {status}" : "Unlock failed with status {status}",
"Locks" : "Locks",
Expand All @@ -98,18 +108,27 @@
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limit notifications about creation and changes to your <strong>favourite files</strong> <em>(Stream only)</em>",
"A file or folder has been <strong>deleted</strong>" : "A file or folder has been <strong>deleted</strong>",
"A file or folder has been <strong>restored</strong>" : "A file or folder has been <strong>restored</strong>",
"A file or folder has been <strong>renamed</strong>" : "A file or folder has been <strong>renamed</strong>",
"A file or folder has been <strong>moved</strong>" : "A file or folder has been <strong>moved</strong>",
"You created %1$s" : "You created %1$s",
"%2$s created %1$s" : "%2$s created %1$s",
"%1$s was created in a public folder" : "%1$s was created in a public folder",
"You changed %1$s" : "You changed %1$s",
"%2$s changed %1$s" : "%2$s changed %1$s",
"You deleted %1$s" : "You deleted %1$s",
"%1$s was deleted due to automation rule" : "%1$s was deleted due to automation rule",
"%2$s deleted %1$s" : "%2$s deleted %1$s",
"You restored %1$s" : "You restored %1$s",
"%2$s restored %1$s" : "%2$s restored %1$s",
"You renamed %2$s to %1$s" : "You renamed %2$s to %1$s",
"%2$s renamed %3$s to %1$s" : "%2$s renamed %3$s to %1$s",
"You moved %2$s to %1$s" : "You moved %2$s to %1$s",
"%2$s moved %3$s to %1$s" : "%2$s moved %3$s to %1$s",
"Changed by %2$s" : "Changed by %2$s",
"Deleted by %2$s" : "Deleted by %2$s",
"Restored by %2$s" : "Restored by %2$s",
"You moved this file to %1$s" : "You moved this file to %1$s",
"%2$s moved this file to %1$s" : "%2$s moved this file to %1$s",
"You don't have permissions to access this file/folder - Please contact the owner to share it with you." : "You don't have permissions to access this file/folder - Please contact the owner to share it with you.",
"Upload (max. %s)" : "Upload (max. %s)",
"Settings" : "Settings",
Expand Down
27 changes: 26 additions & 1 deletion apps/files_sharing/l10n/en_GB.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ OC.L10N.register(
"Server to server sharing is not enabled on this server" : "Server to server sharing is not enabled on this server",
"The mountpoint name contains invalid characters." : "The mountpoint name contains invalid characters.",
"Not allowed to create a federated share with the same user server" : "Not allowed to create a federated share with the same user server",
"Could not authenticate to federated share, password might be wrong" : "Could not authenticate to federated share, password might be wrong",
"Storage not valid" : "Storage not valid",
"Couldn't add federated share" : "Couldn't add federated share",
"Shared with you" : "Shared with you",
"Shared with others" : "Shared with others",
"Shared by link" : "Shared by link",
Expand All @@ -21,13 +23,25 @@ OC.L10N.register(
"An error occurred while updating share state: {message}" : "An error occurred while updating share state: {message}",
"Accept Share" : "Accept Share",
"Decline Share" : "Decline Share",
"Do you want to add the federated share {name} from {owner}@{remote}?" : "Do you want to add the federated share {name} from {owner}@{remote}?",
"Federated share" : "Federated share",
"Federated share password" : "Federated share password",
"Cancel" : "Cancel",
"Add federated share" : "Add federated share",
"The video cannot be played because your browser does not support the file type. Please try another browser." : "The video cannot be played because your browser does not support the file type. Please try another browser.",
"You can upload into this folder" : "You can upload into this folder",
"Add to another cloud" : "Add to another cloud",
"Enter the server address to add the content to" : "Enter the server address to add the content to",
"Add" : "Add",
"No ownCloud installation (7 or higher) found at {remote}" : "No ownCloud installation (7 or higher) found at {remote}",
"Invalid ownCloud url" : "Invalid ownCloud URL",
"Share" : "Share",
"Create public link" : "Create public link",
"Create and copy public link" : "Create and copy public link",
"Public quick link" : "Public quick link",
"Public link has been copied to the clipboard." : "Public link has been copied to the clipboard.",
"A new public link with download & view permissions has been created and copied to the clipboard." : "A new public link with download & view permissions has been created and copied to the clipboard.",
"The public link could not be created. Please contact the administrator for help." : "The public link could not be created. Please contact the administrator for help.",
"No expiration date set" : "No expiration date set",
"Declined" : "Declined",
"Pending" : "Pending",
Expand All @@ -36,6 +50,10 @@ OC.L10N.register(
"A file or folder has been <strong>shared</strong>" : "A file or folder has been <strong>shared</strong>",
"A file or folder was shared from <strong>another server</strong>" : "A file or folder was shared from <strong>another server</strong>",
"A public shared file or folder was <strong>downloaded</strong>" : "A public shared file or folder was <strong>downloaded</strong>",
"You received a new federated share %2$s from %1$s" : "You received a new federated share %2$s from %1$s",
"You received a new federated share from %s" : "You received a new federated share from %s",
"%1$s accepted federated share %2$s" : "%1$s accepted federated share %2$s",
"%1$s declined federated share %2$s" : "%1$s declined federated share %2$s",
"%1$s unshared %2$s from you" : "%1$s unshared %2$s from you",
"Public shared folder %1$s was downloaded" : "Public shared folder %1$s was downloaded",
"Public shared file %1$s was downloaded" : "Public shared file %1$s was downloaded",
Expand All @@ -55,6 +73,7 @@ OC.L10N.register(
"Your public link for %1$s expired" : "Your public link for %1$s expired",
"The public link of %2$s for %1$s expired" : "The public link of %2$s for %1$s expired",
"%2$s shared %1$s with you" : "%2$s shared %1$s with you",
"The share for %1$s expired" : "The share for %1$s expired",
"%2$s removed the share for %1$s" : "%2$s removed the share for %1$s",
"Downloaded via public link" : "Downloaded via public link",
"Shared with %2$s" : "Shared with %2$s",
Expand All @@ -73,12 +92,15 @@ OC.L10N.register(
"Public link expired" : "Public link expired",
"Public link of %2$s expired" : "Public link of %2$s expired",
"Shared by %2$s" : "Shared by %2$s",
"Received federated share from %1$s" : "Received federated share from %1$s",
"Received federated share from %s" : "Received federated share from %s",
"Shares" : "Shares",
"File sharing" : "File sharing",
"Public link" : "Public link",
"Couldn't send mail to following recipient(s): %s " : "Couldn't send mail to following recipient(s): %s ",
"Share API is disabled" : "Share API is disabled",
"Wrong share ID, share doesn't exist" : "Wrong share ID, share doesn't exist",
"Share points to a node not available" : "Share points to a node not available",
"Could not delete share" : "Could not delete share",
"Please specify a file or folder path" : "Please specify a file or folder path",
"Wrong path, file/folder doesn't exist" : "Wrong path, file/folder doesn't exist",
Expand All @@ -88,9 +110,11 @@ OC.L10N.register(
"Please specify a valid group" : "Please specify a valid group",
"The group is blacklisted for sharing" : "The group is blacklisted for sharing",
"Public link sharing is disabled by the administrator" : "Public link sharing is disabled by the administrator",
"Public link creation is only possible for certain groups" : "Public link creation is only possible for certain groups",
"Public upload disabled by the administrator" : "Public upload disabled by the administrator",
"Public upload is only possible for publicly shared folders" : "Public upload is only possible for publicly shared folders",
"Sharing %s failed because the back end does not allow shares from type %s" : "Sharing %s failed because the back end does not allow shares from type %s",
"shareWith parameter must be a string" : "shareWith parameter must be a string",
"Unknown share type" : "Unknown share type",
"Could not lock path" : "Could not lock path",
"Not a directory" : "Not a directory",
Expand Down Expand Up @@ -127,6 +151,7 @@ OC.L10N.register(
"Nothing to configure." : "Nothing to configure.",
"Group Sharing Blacklist" : "Group Sharing Blacklist",
"Exclude groups from receiving shares" : "Exclude groups from receiving shares",
"These groups will not be available to share with. Members of the group are not restricted in initiating shares and can receive shares with other groups they are a member of as usual." : "These groups will not be available to share with. Members of the group are not restricted in initiating shares and can receive shares with other groups they are a member of as usual."
"These groups will not be available to share with. Members of the group are not restricted in initiating shares and can receive shares with other groups they are a member of as usual." : "These groups will not be available to share with. Members of the group are not restricted in initiating shares and can receive shares with other groups they are a member of as usual.",
"Only certain groups are allowed to create public links" : "Only certain groups are allowed to create public links"
},
"nplurals=2; plural=(n != 1);");
Loading

0 comments on commit 4538adc

Please sign in to comment.