0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-02-22 16:09:14 +00:00
nextcloud_server/apps/files_trashbin/l10n/lv.js
Nextcloud bot 58e883544f
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-05 09:56:15 +00:00

17 lines
632 B
JavaScript

OC.L10N.register(
"files_trashbin",
{
"restored" : "atjaunots",
"Deleted files" : "Izdzēstās datnes",
"Restore" : "Atjaunot",
"Unknown" : "Nezināms",
"All files" : "Visas datnes",
"Deleted" : "Dzēsts",
"No deleted files" : "Nav dzēstu datņu",
"You will be able to recover deleted files from here" : "Šeit būs iespējams atgūt izdzē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"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");