0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-02-07 18:09:45 +00:00
nextcloud_server/apps/files_trashbin/l10n/lv.js
Nextcloud bot 1f159df9e7
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-01-26 00:19:39 +00:00

19 lines
896 B
JavaScript

OC.L10N.register(
"files_trashbin",
{
"restored" : "atjaunots",
"Deleted files" : "Dzēstās datnes",
"Restore" : "Atjaunot",
"No deleted files" : "Nav dzēstu datņu",
"Deleted" : "Dzēsts",
"Delete permanently" : "Dzēst pavisam",
"This operation is forbidden" : "Šī darbība ir aizliegta",
"This directory is unavailable, please check the logs or contact the administrator" : "Šis direktorijs nav pieejams, lūdzu pārbaudiet žurnālus vai sazinieties ar administratoru",
"You will be able to recover deleted files from here" : "No šejienes būs iespējams atgūt dzēstās datnes",
"No entries found in this folder" : "Šajā mapē nekas nav atrasts",
"Select all" : "Atzīmēt visu",
"Name" : "Nosaukums",
"Actions" : "Darbības",
"Delete" : "Dzēst"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");