From 2fb1bae93d9e5be50c99ec134c0dafff6b3852fd Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 4 Jan 2024 00:54:31 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/ka.js | 43 +++++++++++++++++++++++++++++++++++++++++++ l10n/ka.json | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+) create mode 100644 l10n/ka.js create mode 100644 l10n/ka.json diff --git a/l10n/ka.js b/l10n/ka.js new file mode 100644 index 000000000..f2faab06c --- /dev/null +++ b/l10n/ka.js @@ -0,0 +1,43 @@ +OC.L10N.register( + "groupfolders", + { + "Group folders" : "Group folders", + "Admin configured folders shared with everyone in a group" : "Admin configured folders shared with everyone in a group", + "Admin configured folders shared with everyone in a group.\n\nFolders can be configured from *Group folders* in the admin settings.\n\nAfter a folder is created, the admin can give access to the folder to one or more groups, control their write/sharing permissions and assign a quota for the folder.\n\nNote: Encrypting the contents of group folders is currently not supported." : "Admin configured folders shared with everyone in a group.\n\nFolders can be configured from *Group folders* in the admin settings.\n\nAfter a folder is created, the admin can give access to the folder to one or more groups, control their write/sharing permissions and assign a quota for the folder.\n\nNote: Encrypting the contents of group folders is currently not supported.", + "Denied" : "Denied", + "Access denied" : "Access denied", + "Allowed" : "Allowed", + "Access allowed" : "Access allowed", + "Inherit permission" : "Inherit permission", + "Deny" : "Deny", + "Allow" : "Allow", + "Denied (Inherited permission)" : "Denied (Inherited permission)", + "Allowed (Inherited permission)" : "Allowed (Inherited permission)", + "Group folder" : "Group folder", + "Read" : "Read", + "Write" : "Write", + "Create" : "Create", + "Delete" : "Delete", + "Share" : "Share", + "You" : "You", + "Remove access rule" : "Remove access rule", + "Add advanced permission rule" : "Add advanced permission rule", + "Select a user or group" : "Select a user or group", + "Group" : "Group", + "Open group folder" : "Open group folder", + "List of group folders." : "List of group folders.", + "No group folders yet" : "No group folders yet", + "Group folders will show up here" : "Group folders will show up here", + "Add group" : "Add group", + "Are you sure you want to delete \"{folderName}\" and all files inside? This operation cannot be undone" : "Are you sure you want to delete \"{folderName}\" and all files inside? This operation cannot be undone", + "Delete \"{folderName}\"?" : "Delete \"{folderName}\"?", + "Group folder admin delegation" : "Group folder admin delegation", + "They will have access to all Groupfolders." : "They will have access to all Groupfolders.", + "They will only have access to group folders for which they have advanced permissions." : "They will only have access to group folders for which they have advanced permissions.", + "Group or circle" : "Group or circle", + "Folder name" : "Folder name", + "Quota" : "Quota", + "Advanced Permissions" : "Advanced Permissions", + "Groups" : "Groups" +}, +"nplurals=2; plural=(n!=1);"); diff --git a/l10n/ka.json b/l10n/ka.json new file mode 100644 index 000000000..0c2552ee8 --- /dev/null +++ b/l10n/ka.json @@ -0,0 +1,41 @@ +{ "translations": { + "Group folders" : "Group folders", + "Admin configured folders shared with everyone in a group" : "Admin configured folders shared with everyone in a group", + "Admin configured folders shared with everyone in a group.\n\nFolders can be configured from *Group folders* in the admin settings.\n\nAfter a folder is created, the admin can give access to the folder to one or more groups, control their write/sharing permissions and assign a quota for the folder.\n\nNote: Encrypting the contents of group folders is currently not supported." : "Admin configured folders shared with everyone in a group.\n\nFolders can be configured from *Group folders* in the admin settings.\n\nAfter a folder is created, the admin can give access to the folder to one or more groups, control their write/sharing permissions and assign a quota for the folder.\n\nNote: Encrypting the contents of group folders is currently not supported.", + "Denied" : "Denied", + "Access denied" : "Access denied", + "Allowed" : "Allowed", + "Access allowed" : "Access allowed", + "Inherit permission" : "Inherit permission", + "Deny" : "Deny", + "Allow" : "Allow", + "Denied (Inherited permission)" : "Denied (Inherited permission)", + "Allowed (Inherited permission)" : "Allowed (Inherited permission)", + "Group folder" : "Group folder", + "Read" : "Read", + "Write" : "Write", + "Create" : "Create", + "Delete" : "Delete", + "Share" : "Share", + "You" : "You", + "Remove access rule" : "Remove access rule", + "Add advanced permission rule" : "Add advanced permission rule", + "Select a user or group" : "Select a user or group", + "Group" : "Group", + "Open group folder" : "Open group folder", + "List of group folders." : "List of group folders.", + "No group folders yet" : "No group folders yet", + "Group folders will show up here" : "Group folders will show up here", + "Add group" : "Add group", + "Are you sure you want to delete \"{folderName}\" and all files inside? This operation cannot be undone" : "Are you sure you want to delete \"{folderName}\" and all files inside? This operation cannot be undone", + "Delete \"{folderName}\"?" : "Delete \"{folderName}\"?", + "Group folder admin delegation" : "Group folder admin delegation", + "They will have access to all Groupfolders." : "They will have access to all Groupfolders.", + "They will only have access to group folders for which they have advanced permissions." : "They will only have access to group folders for which they have advanced permissions.", + "Group or circle" : "Group or circle", + "Folder name" : "Folder name", + "Quota" : "Quota", + "Advanced Permissions" : "Advanced Permissions", + "Groups" : "Groups" +},"pluralForm" :"nplurals=2; plural=(n!=1);" +} \ No newline at end of file