nextcloud-server/apps/files_external/l10n/fa.php

31 lines
1.3 KiB
PHP

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?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;";