nextcloud/apps/files_external/l10n/fa.php

31 lines
1.3 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$TRANSLATIONS = array(
"Please provide a valid Dropbox app key and secret." => "لطفا یک کلید و کد امنیتی صحیح دراپ باکس وارد کنید.",
"External storage" => "حافظه خارجی",
"Location" => "محل",
"Host" => "میزبانی",
"Username" => "نام کاربری",
"Password" => "گذرواژه",
"Share" => "اشتراک‌گذاری",
"URL" => "آدرس",
"Access granted" => "مجوز دسترسی صادر شد",
"Error configuring Dropbox storage" => "خطا به هنگام تنظیم فضای دراپ باکس",
"Grant access" => " مجوز اعطا دسترسی",
"Error configuring Google Drive storage" => "خطا به هنگام تنظیم فضای Google Drive",
"Personal" => "شخصی",
"Saved" => "ذخیره شد",
"Name" => "نام",
"External Storage" => "حافظه خارجی",
"Folder name" => "نام پوشه",
"Configuration" => "پیکربندی",
"Add storage" => "اضافه کردن حافظه",
"All Users" => "تمام کاربران",
"Groups" => "گروه ها",
"Users" => "کاربران",
"Delete" => "حذف",
"Enable User External Storage" => "فعال سازی حافظه خارجی کاربر",
"SSL root certificates" => "گواهی های اصلی SSL ",
"Import Root Certificate" => "وارد کردن گواهی اصلی"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";