mirror of
https://github.com/nextcloud/server.git
synced 2025-02-07 09:59:46 +00:00
8a1c778731
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
17 lines
905 B
JavaScript
17 lines
905 B
JavaScript
OC.L10N.register(
|
||
"files_trashbin",
|
||
{
|
||
"restored" : "بازیابی شد",
|
||
"Deleted files" : "فایل های حذف شده",
|
||
"Deleted files and folders in the trash bin (may expire during export if you are low on storage space)" : "Deleted files and folders in the trash bin (may expire during export if you are low on storage space)",
|
||
"Restore" : "بازیابی",
|
||
"Unknown" : "ناشناخته",
|
||
"All files" : "تمامی فایلها",
|
||
"Deleted" : "حذف شده",
|
||
"A long time ago" : "مدت ها پیش",
|
||
"Cancel" : "منصرف شدن",
|
||
"List of files that have been deleted." : "List of files that have been deleted.",
|
||
"No deleted files" : "هیچ فایل حذف شده وجود ندارد",
|
||
"Files and folders you have deleted will show up here" : "Files and folders you have deleted will show up here"
|
||
},
|
||
"nplurals=2; plural=(n > 1);");
|