0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-01-31 06:43:12 +00:00
nextcloud_server/apps/files_trashbin/l10n/sl.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
756 B
JavaScript

OC.L10N.register(
"files_trashbin",
{
"restored" : "obnovljeno",
"Deleted files" : "Izbrisane datoteke",
"Deleted files and folders in the trash bin (may expire during export if you are low on storage space)" : "Izbrisane datoteke in mape v smeteh (nabor je odvisen od velikosti prostora)",
"Restore" : "Obnovi",
"Unknown" : "Neznano",
"All files" : "Vse datoteke",
"You" : "Jaz",
"Deleted" : "Izbrisano",
"Cancel" : "Prekliči",
"Deletion cancelled" : "Brisanje je bilo preklicano",
"List of files that have been deleted." : "Seznam datotek, ki so bile izbrisane.",
"No deleted files" : "Ni izbrisanih datotek"
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");