Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fa.php « l10n « files_sharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5b55438c4ff0835010ae41b13e619ef6d9eff359 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?php
$TRANSLATIONS = array(
"Server to server sharing is not enabled on this server" => "اشتراک سرور به سرور در این سرور فعال نیست .",
"Invalid or untrusted SSL certificate" => "گواهینامه SSL غیر قابل اعتماد یا غیر معتبر است.",
"Couldn't add remote share" => "امکان افزودن اشتراک گذاری از راه دور وجود ندارد",
"Shared with you" => "موارد به اشتراک گذاشته شده با شما",
"Shared with others" => "موارد به اشتراک گذاشته شده با دیگران",
"Shared by link" => "اشتراک گذاشته شده از طریق پیوند",
"No files have been shared with you yet." => "هنوز هیچ فایلی با شما به اشتراک گذاشته نشده است.",
"You haven't shared any files yet." => "شما هنوز هیچ فایلی را به اشتراک نگذاشته اید.",
"You haven't shared any files by link yet." => "شما هنوز هیچ فایلی را از طریق پیوند با کسی به اشتراک نگذاشته اید.",
"Do you want to add the remote share {name} from {owner}@{remote}?" => "آیا مایل به افزودن اشتراک از راه دور {name} از {owner}@{remote} هستید.",
"Remote share" => "اشتراک از راه دور",
"Remote share password" => "رمز عبور اشتراک از راه دور",
"Cancel" => "منصرف شدن",
"Add remote share" => "افزودن اشتراک از راه دور",
"No ownCloud installation found at {remote}" => "نمونه ای از ownCloud نصب شده در {remote} یافت نشد",
"Invalid ownCloud url" => "آدرس نمونه ownCloud  غیر معتبر است",
"Shared by" => "اشتراک گذاشته شده به وسیله",
"This share is password-protected" => "این اشتراک توسط رمز عبور محافظت می شود",
"The password is wrong. Try again." => "رمزعبور اشتباه می باشد. دوباره امتحان کنید.",
"Password" => "گذرواژه",
"Name" => "نام",
"Share time" => "زمان به اشتراک گذاری",
"Sorry, this link doesn’t seem to work anymore." => "متاسفانه این پیوند دیگر کار نمی کند",
"Reasons might be:" => "ممکن است به این دلایل باشد:",
"the item was removed" => "این مورد حذف شده است",
"the link expired" => "این پیوند منقضی شده است",
"sharing is disabled" => "قابلیت اشتراک گذاری غیرفعال است",
"For more info, please ask the person who sent this link." => "برای اطلاعات بیشتر، لطفا از شخصی که این پیوند را ارسال کرده سوال بفرمایید.",
"Add to your ownCloud" => "افزودن به ownCloud شما",
"Download" => "دانلود",
"Download %s" => "دانلود %s",
"Direct link" => "پیوند مستقیم",
"Remote Shares" => "اشتراک های از راه دور",
"Allow other instances to mount public links shared from this server" => "اجازه به نمونه های دیگر برای مانت کردن پیوند های عمومی به اشتراک گذاشته شده از این سرور",
"Allow users to mount public link shares" => "اجازه دادن به کاربران برای مانت پیوندهای عمومی موارد به اشتراک گذاری"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";