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/sl.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

23 lines
1.3 KiB
JavaScript

OC.L10N.register(
"files_versions",
{
"Versions" : "Različice",
"This application automatically maintains older versions of files that are changed." : "Program samodejno ustvarja zaporedne različice sprememb datotek.",
"Name this version" : "Poimenovanje razičice",
"Edit version name" : "Uredi ime različice",
"Restore version" : "Obnovi različico",
"Download version" : "Prejmi različico",
"Delete version" : "Izbriši različico",
"Current version" : "Trenutna različica",
"Version name" : "Ime različice",
"Named versions are persisted, and excluded from automatic cleanups when your storage quota is full." : "Poimenovane različice so trajne in niso vključene v samodejno čiščenje, če je prostora v oblaku malo.",
"Cancel" : "Prekliči",
"Remove version name" : "Odstrani ime različice",
"Save version name" : "Shrani ime različice",
"Initial version restored" : "Začetna različica je obnovljena",
"Version restored" : "Različica je obnovljena",
"Could not restore version" : "Različice ni mogoče obnoviti",
"Could not delete version" : "Različice ji mogoče izbrisati",
"${version.label} restored" : "Različica ${version.label} je obnovljena"
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");