diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-02-03 02:16:46 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-02-03 02:16:46 +0000 |
commit | 750181d28328cff8b983bedb7ff898e60aa164a1 (patch) | |
tree | 7a80f4f897084aca024012f7ff76b1295c6f4199 /apps/oauth2 | |
parent | 223ccff4d97ed623a5617f42bc564dcba10dd087 (diff) | |
download | nextcloud-server-750181d28328cff8b983bedb7ff898e60aa164a1.tar.gz nextcloud-server-750181d28328cff8b983bedb7ff898e60aa164a1.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2')
-rw-r--r-- | apps/oauth2/l10n/fa.js | 20 | ||||
-rw-r--r-- | apps/oauth2/l10n/fa.json | 18 |
2 files changed, 38 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/fa.js b/apps/oauth2/l10n/fa.js new file mode 100644 index 00000000000..2f20dbe6171 --- /dev/null +++ b/apps/oauth2/l10n/fa.js @@ -0,0 +1,20 @@ +OC.L10N.register( + "oauth2", + { + "Your client is not authorized to connect. Please inform the administrator of your client." : "مشتری خود را برای متصل شدن مجاز نیست. لطفاً به مدیر مشتری خود اطلاع دهید.", + "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "URL هدایت مجدد شما باید به عنوان مثال یک URL کامل باشد: https://yourdomain.com/path", + "OAuth 2.0" : "OAuth 2.0", + "Allows OAuth2 compatible authentication from other web applications." : "اجازه احراز هویت سازگار OAuth2 را از دیگر برنامه های وب می دهد.", + "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "برنامه OAuth2 به مدیران اجازه می دهد تا گردش کار داخلی تأیید اعتبار را پیکربندی کنند ، همچنین اجازه تأیید هویت سازگار OAuth2 را از دیگر برنامه های وب فراهم می کند.", + "OAuth 2.0 clients" : "مشتری OAuth 2.0", + "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth تأیید 2.0 اجازه می دهد تا خدمات خارجی به درخواست دسترسی به {} instanceName.", + "Name" : "نام", + "Redirection URI" : "تغییر مسیر URI", + "Client Identifier" : "شناسه مشتری", + "Secret" : "راز", + "Add client" : "افزودن مشتری", + "Add" : "افزودن", + "Show client secret" : "راز مشتری را نشان دهید", + "Delete" : "حذف" +}, +"nplurals=2; plural=(n > 1);"); diff --git a/apps/oauth2/l10n/fa.json b/apps/oauth2/l10n/fa.json new file mode 100644 index 00000000000..56b7b25bf92 --- /dev/null +++ b/apps/oauth2/l10n/fa.json @@ -0,0 +1,18 @@ +{ "translations": { + "Your client is not authorized to connect. Please inform the administrator of your client." : "مشتری خود را برای متصل شدن مجاز نیست. لطفاً به مدیر مشتری خود اطلاع دهید.", + "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "URL هدایت مجدد شما باید به عنوان مثال یک URL کامل باشد: https://yourdomain.com/path", + "OAuth 2.0" : "OAuth 2.0", + "Allows OAuth2 compatible authentication from other web applications." : "اجازه احراز هویت سازگار OAuth2 را از دیگر برنامه های وب می دهد.", + "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "برنامه OAuth2 به مدیران اجازه می دهد تا گردش کار داخلی تأیید اعتبار را پیکربندی کنند ، همچنین اجازه تأیید هویت سازگار OAuth2 را از دیگر برنامه های وب فراهم می کند.", + "OAuth 2.0 clients" : "مشتری OAuth 2.0", + "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth تأیید 2.0 اجازه می دهد تا خدمات خارجی به درخواست دسترسی به {} instanceName.", + "Name" : "نام", + "Redirection URI" : "تغییر مسیر URI", + "Client Identifier" : "شناسه مشتری", + "Secret" : "راز", + "Add client" : "افزودن مشتری", + "Add" : "افزودن", + "Show client secret" : "راز مشتری را نشان دهید", + "Delete" : "حذف" +},"pluralForm" :"nplurals=2; plural=(n > 1);" +}
\ No newline at end of file |