nextcloud/apps/files_trashbin/l10n/ka_GE.js

15 lines
737 B
JavaScript
Raw Normal View History

OC.L10N.register(
"files_trashbin",
{
"Couldn't delete %s permanently" : "ფაილი %sის სრულად წაშლა ვერ მოხერხდა",
"Couldn't restore %s" : "%sის აღდგენა ვერ მოხერხდა",
"Deleted files" : "წაშლილი ფაილები",
"Restore" : "აღდგენა",
"Error" : "შეცდომა",
"Nothing in here. Your trash bin is empty!" : "აქ არაფერი არ არის. სანაგვე ყუთი ცარიელია!",
"Name" : "სახელი",
"Deleted" : "წაშლილი",
"Delete" : "წაშლა"
},
"nplurals=1; plural=0;");