0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-02-07 09:59:46 +00:00
nextcloud_server/apps/files_trashbin/l10n/ka.js
Nextcloud bot 8a1c778731
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-23 13:40:12 +00:00

17 lines
767 B
JavaScript

OC.L10N.register(
"files_trashbin",
{
"restored" : "restored",
"Deleted files" : "Deleted files",
"Deleted files and folders in the trash bin (may expire during export if you are low on storage space)" : "Deleted files and folders in the trash bin (may expire during export if you are low on storage space)",
"Restore" : "Restore",
"Unknown" : "Unknown",
"All files" : "All files",
"You" : "You",
"Deleted" : "Deleted",
"Cancel" : "Cancel",
"List of files that have been deleted." : "List of files that have been deleted.",
"No deleted files" : "No deleted files",
"Files and folders you have deleted will show up here" : "Files and folders you have deleted will show up here"
},
"nplurals=2; plural=(n!=1);");