0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-03-04 03:57:28 +00:00
nextcloud_server/apps/files_trashbin/l10n/mk.js
Nextcloud bot 286ceead15
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-23 13:39:59 +00:00

18 lines
1.2 KiB
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"files_trashbin",
{
"restored" : "повратени",
"Deleted files" : "Избришани датотеки",
"Deleted files and folders in the trash bin (may expire during export if you are low on storage space)" : "Избришани датотеки и папки во корпата за отпадоци (може да истечат за време на извозот ако немате доволно простор за складирање)",
"Restore" : "Врати",
"Unknown" : "Непознат",
"All files" : "Сите датотеки",
"You" : "Вие",
"Deleted" : "Избришана",
"A long time ago" : "Многу одамна",
"Cancel" : "Откажи",
"List of files that have been deleted." : "Листа на датотеки што ги имате избришано.",
"No deleted files" : "Нема избришани датотеки",
"Files and folders you have deleted will show up here" : "Датотеките и папките кои ги имате избришано ќе се појават тука"
},
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");