diff options
author | Masoud Abkenar <ampbox@gmail.com> | 2017-09-06 17:31:54 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-09-06 17:31:54 +0200 |
commit | aec5097d44212455e3662c77f6b3f1f76e2570d6 (patch) | |
tree | 1e16b12dd902a684d4556bec9aa803dc95c0c0d1 /config/locales | |
parent | 1646f622a53f0308738c7927ebaaf8d216b69f3e (diff) |
i18n: update Persian translation (#4822)
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/doorkeeper.fa.yml | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/config/locales/doorkeeper.fa.yml b/config/locales/doorkeeper.fa.yml index 33f453a3f..343580530 100644 --- a/config/locales/doorkeeper.fa.yml +++ b/config/locales/doorkeeper.fa.yml @@ -3,8 +3,10 @@ fa: activerecord: attributes: doorkeeper/application: - name: Name + name: Application name redirect_uri: Redirect URI + scopes: Scopes + website: Application website errors: models: doorkeeper/application: @@ -33,18 +35,22 @@ fa: redirect_uri: Use one line per URI scopes: Separate scopes with spaces. Leave blank to use the default scopes. index: + application: Application callback_url: Callback URL + delete: Delete name: Name - new: New Application + new: New application + scopes: Scopes + show: Show title: Your applications new: - title: New Application + title: New application show: actions: Actions - application_id: Application Id - callback_urls: Callback urls + application_id: Client key + callback_urls: Callback URLs scopes: Scopes - secret: Secret + secret: Client secret title: 'Application: %{name}' authorizations: buttons: |