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_versions/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

25 lines
1.9 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_versions",
{
"Versions" : "Верзии",
"This application automatically maintains older versions of files that are changed." : "Оваа апликација автоматски ги менаџира постарите верзии на датотеките кој се изменети.",
"Name this version" : "Додај име на оваа верзијата",
"Edit version name" : "Промени име на верзијата",
"Compare to current version" : "Спореди со моменталната верзија",
"Restore version" : "Врати ја оваа верзија",
"Download version" : "Преземи верзија",
"Delete version" : "Избриши верзија",
"Current version" : "Моментална верзија",
"Initial version" : "Првична верзија",
"Version name" : "Име на верзијата",
"Named versions are persisted, and excluded from automatic cleanups when your storage quota is full." : "Именуваните верзии опстојуваат и се исклучени од автоматско чистење кога вашата квота за складирање е полна.",
"Cancel" : "Откажи",
"Remove version name" : "Избриши име на верзијата",
"Save version name" : "Зачувај име на верзија",
"Initial version restored" : "Почетната верзијата е вратена",
"Version restored" : "Верзијата е вратена",
"Could not restore version" : "Неможе да се врати верзијата",
"Could not delete version" : "Неможе да се избрише верзијата",
"${version.label} restored" : "${version.label} вратена"
},
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");