Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Jan 4, 2024
1 parent ac64015 commit af98ae4
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 0 deletions.
43 changes: 43 additions & 0 deletions l10n/ka.js
Original file line number Diff line number Diff line change
@@ -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);");
41 changes: 41 additions & 0 deletions l10n/ka.json
Original file line number Diff line number Diff line change
@@ -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);"
}

0 comments on commit af98ae4

Please sign in to comment.