diff options
Diffstat (limited to 'apps/files/l10n/lv.js')
-rw-r--r-- | apps/files/l10n/lv.js | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/apps/files/l10n/lv.js b/apps/files/l10n/lv.js index 78f7f74da8c..1d1012c53f3 100644 --- a/apps/files/l10n/lv.js +++ b/apps/files/l10n/lv.js @@ -1,11 +1,21 @@ OC.L10N.register( "files", { + "Storage not available" : "Glabātuve nav pieejama", + "Storage invalid" : "Nepareiza krātuve", "Unknown error" : "Nezināma kļūda", "Could not move %s - File with this name already exists" : "Nevarēja pārvietot %s — jau eksistē datne ar tādu nosaukumu", "Could not move %s" : "Nevarēja pārvietot %s", + "Permission denied" : "Pieeja liegta", "File name cannot be empty." : "Datnes nosaukums nevar būt tukšs.", + "\"%s\" is an invalid file name." : "\"%s\" ir nepareizs datnes nosaukums.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Nederīgs nosaukums, nav atļauti '\\', '/', '<', '>', ':', '\"', '|', '?' un '*'.", + "The target folder has been moved or deleted." : "Mērķa mape ir pārvietota vai dzēsta", + "Not a valid source" : "Avots nav derīgs", + "Error while downloading %s to %s" : "Kļūda, lejupielādējot %s uz %s", + "Error when creating the file" : "Kļūda veidojot datni", + "Folder name cannot be empty." : "Mape nevar būt tukša", + "Error when creating the folder" : "Kļūda, veidojot mapi", "Unable to set upload directory." : "Nevar uzstādīt augšupielādes mapi.", "Invalid Token" : "Nepareiza pilnvara", "No file was uploaded. Unknown error" : "Netika augšupielādēta neviena datne. Nezināma kļūda", @@ -19,25 +29,41 @@ OC.L10N.register( "Not enough storage available" : "Nav pietiekami daudz vietas", "Invalid directory." : "Nederīga direktorija.", "Files" : "Datnes", + "All files" : "Visas datnes", "Favorites" : "Iecienītie", "Home" : "Mājas", "Upload cancelled." : "Augšupielāde ir atcelta.", + "Could not get result from server." : "Nevar saņemt rezultātus no servera", "File upload is in progress. Leaving the page now will cancel the upload." : "Notiek augšupielāde. Pametot lapu tagad, tiks atcelta augšupielāde.", + "URL cannot be empty" : "URL nevar būt tukšs", "{new_name} already exists" : "{new_name} jau eksistē", + "Could not create file" : "Neizdevās izveidot datni", + "Could not create folder" : "Neizdevās izveidot mapi", + "Error fetching URL" : "Kļūda apstrādājot URL", "Rename" : "Pārsaukt", "Delete" : "Dzēst", + "Disconnect storage" : "Atvienot krātuvi", "Unshare" : "Pārtraukt dalīšanos", + "Select" : "Norādīt", "Pending" : "Gaida savu kārtu", + "Unable to determine date" : "Neizdevās noteikt datumu", + "Error moving file." : "Kļūda, pārvietojot datni.", + "Error moving file" : "Kļūda, pārvietojot datni", "Error" : "Kļūda", + "Could not rename file" : "Neizdevās pārsaukt datni", + "Error deleting file." : "Kļūda, dzēšot datni.", "Name" : "Nosaukums", "Size" : "Izmērs", "Modified" : "Mainīts", "_%n folder_::_%n folders_" : ["%n mapes","%n mape","%n mapes"], "_%n file_::_%n files_" : ["%n faili","%n fails","%n faili"], + "You don’t have permission to upload or create files here" : "Jums nav tiesību, augšupielādēt vai veidot, šeit datnes", "_Uploading %n file_::_Uploading %n files_" : ["%n","Augšupielāde %n failu","Augšupielāde %n failus"], + "\"{name}\" is an invalid file name." : "\"{name}\" ir nepareizs datnes nosaukums.", "Your storage is full, files can not be updated or synced anymore!" : "Jūsu krātuve ir pilna, datnes vairs nevar augšupielādēt vai sinhronizēt!", "Your storage is almost full ({usedSpacePercent}%)" : "Jūsu krātuve ir gandrīz pilna ({usedSpacePercent}%)", "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Šifrēšana tika atslēgta, tomēr jūsu faili joprojām ir šifrēti. Atšifrēt failus var Personiskajos uzstādījumos.", + "{dirs} and {files}" : "{dirs} un {files}", "Favorite" : "Iecienītais", "%s could not be renamed" : "%s nevar tikt pārsaukts", "File handling" : "Datņu pārvaldība", @@ -47,15 +73,19 @@ OC.L10N.register( "Settings" : "Iestatījumi", "WebDAV" : "WebDAV", "New" : "Jauna", + "New text file" : "Jauna teksta datne", "Text file" : "Teksta datne", "New folder" : "Jauna mape", "Folder" : "Mape", "From link" : "No saites", "Upload" : "Augšupielādēt", "Cancel upload" : "Atcelt augšupielādi", + "No files yet" : "Vēl nav neviena datne", + "Select all" : "Atzīmēt visu", "Download" : "Lejupielādēt", "Upload too large" : "Datne ir par lielu, lai to augšupielādētu", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Augšupielādējamās datnes pārsniedz servera pieļaujamo datņu augšupielādes apjomu", - "Files are being scanned, please wait." : "Datnes šobrīd tiek caurskatītas, lūdzu, uzgaidiet." + "Files are being scanned, please wait." : "Datnes šobrīd tiek caurskatītas, lūdzu, uzgaidiet.", + "No favorites" : "Nav favorītu" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); |