0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-01-31 14:53:18 +00:00
nextcloud_server/apps/files_trashbin/l10n/lv.js
Nextcloud bot a62a1faf3b
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-06-05 09:56:25 +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);");