diff options
author | Masoud Abkenar <ampbox@gmail.com> | 2016-02-17 15:37:29 +0100 |
---|---|---|
committer | Masoud Abkenar <ampbox@gmail.com> | 2016-02-17 15:37:29 +0100 |
commit | ebac4090b551811a1e92b9d7e1673b271c1db7a5 (patch) | |
tree | ffd29445c79826363fb126d097296a458315ae72 | |
parent | c44cc178b53f0980809b89943827dd0be17ee359 (diff) | |
download | wallabag-ebac4090b551811a1e92b9d7e1673b271c1db7a5.tar.gz wallabag-ebac4090b551811a1e92b9d7e1673b271c1db7a5.tar.zst wallabag-ebac4090b551811a1e92b9d7e1673b271c1db7a5.zip |
Added Persian (fa) (فارسی) translation
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/translations/validators.fa.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/validators.fa.yml b/src/Wallabag/CoreBundle/Resources/translations/validators.fa.yml new file mode 100644 index 00000000..fe63af76 --- /dev/null +++ b/src/Wallabag/CoreBundle/Resources/translations/validators.fa.yml | |||
@@ -0,0 +1,3 @@ | |||
1 | # Config screen | ||
2 | The password fields must match: 'رمزها باید یکی باشند' | ||
3 | Password should by at least 8 chars long: 'رمز شما باید ۸ حرف یا بیشتر باشد' | ||