mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
dad4644546
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
37 lines
3.2 KiB
JavaScript
37 lines
3.2 KiB
JavaScript
OC.L10N.register(
|
|
"files_reminders",
|
|
{
|
|
"File reminders" : "یادآوریهای فایل",
|
|
"Reminder for {name}" : "یادآوری برای {name}",
|
|
"View file" : "مشاهده فایل",
|
|
"View folder" : "مشاهده پوشه",
|
|
"Files reminder" : "یادآوری فایلها",
|
|
"The \"files_reminders\" app can work properly." : "برنامه «files_reminders» میتواند به درستی کار کند.",
|
|
"The \"files_reminders\" app needs the notification app to work properly. You should either enable notifications or disable files_reminder." : "برنامه «files_reminders» برای کارکرد صحیح به برنامه اعلانها نیاز دارد. باید یا اعلانها را فعال کنید یا «files_reminder» را غیرفعال نمایید.",
|
|
"Set file reminders" : "تنظیم یادآوریهای فایل",
|
|
"**📣 File reminders**\n\nSet file reminders.\n\nNote: to use the `File reminders` app, ensure that the `Notifications` app is installed and enabled. The `Notifications` app provides the necessary APIs for the `File reminders` app to work correctly." : "**📣 یادآورهای پرونده**\n\nیادآورهای پرونده را تنظیم کنید.\n\nنکته: برای استفاده از برنامهٔ `File reminders`، مطمئن شوید که برنامهٔ `Notifications` نصب و فعال است. برنامهٔ `Notifications` رابطهای برنامهنویسی لازم را برای کارکرد درست برنامهٔ `File reminders` فراهم میکند.",
|
|
"Please choose a valid date & time" : "لطفاً یک تاریخ و ساعت معتبر انتخاب کنید",
|
|
"Reminder set for \"{fileName}\"" : "یادآوری برای \"{fileName}\" تنظیم شد",
|
|
"Failed to set reminder" : "تنظیم یادآوری انجام نشد",
|
|
"Reminder cleared for \"{fileName}\"" : "یادآوری برای \"{fileName}\" پاک شد",
|
|
"Failed to clear reminder" : "پاک کردن یادآوری انجام نشد",
|
|
"Reminder at custom date & time" : "یادآوری در تاریخ و ساعت دلخواه",
|
|
"We will remind you of this file" : "ما این فایل را به شما یادآوری خواهیم کرد",
|
|
"Cancel" : "لغو",
|
|
"Clear reminder" : "پاک کردن یادآوری",
|
|
"Set reminder" : "تنظیم یادآوری",
|
|
"Set reminder for " : "تنظیم یادآوری برای ",
|
|
"Reminder set" : "یادآوری تنظیم شد",
|
|
"Custom reminder" : "یادآوری دلخواه",
|
|
"Later today" : "بعداً امروز",
|
|
"Set reminder for later today" : "تنظیم یادآوری برای بعداً امروز",
|
|
"Tomorrow" : "فردا",
|
|
"Set reminder for tomorrow" : "تنظیم یادآوری برای فردا",
|
|
"This weekend" : "این آخر هفته",
|
|
"Set reminder for this weekend" : "تنظیم یادآوری برای این آخر هفته",
|
|
"Next week" : "هفته آینده",
|
|
"Set reminder for next week" : "تنظیم یادآوری برای هفته آینده",
|
|
"Set reminder for \"{fileName}\"" : "تنظیم یادآوری برای \"{fileName}\""
|
|
},
|
|
"nplurals=2; plural=(n > 1);");
|