aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas Lœuillet <nicolas@loeuillet.org>2016-05-03 22:06:07 +0200
committerNicolas Lœuillet <nicolas@loeuillet.org>2016-05-07 13:24:14 +0200
commit1221f5315d978fe71d41ef8d164d127e8f6b33b8 (patch)
treec7edea0021c88856e0d20e097938e40ef8af7746
parent1556c925a42619c1298edebb73eb86c009b3f3c8 (diff)
downloadwallabag-1221f5315d978fe71d41ef8d164d127e8f6b33b8.tar.gz
wallabag-1221f5315d978fe71d41ef8d164d127e8f6b33b8.tar.zst
wallabag-1221f5315d978fe71d41ef8d164d127e8f6b33b8.zip
Fix translation for validators
Fix #2003
-rw-r--r--docs/en/developer/translate.rst2
-rw-r--r--docs/fr/developer/translate.rst2
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.da.yml7
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.de.yml7
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.en.yml7
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.es.yml7
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml7
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml7
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.it.yml7
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml7
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml7
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml7
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml7
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/validators.da.yml6
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/validators.de.yml6
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/validators.en.yml6
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/validators.es.yml6
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/validators.fa.yml6
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/validators.fr.yml6
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/validators.it.yml6
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/validators.oc.yml6
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/validators.pl.yml6
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/validators.ro.yml6
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/validators.tr.yml6
24 files changed, 68 insertions, 79 deletions
diff --git a/docs/en/developer/translate.rst b/docs/en/developer/translate.rst
index f1a12adf..d412d3e9 100644
--- a/docs/en/developer/translate.rst
+++ b/docs/en/developer/translate.rst
@@ -14,7 +14,7 @@ Translation files
14 14
15You can find translation files here: https://github.com/wallabag/wallabag/tree/master/src/Wallabag/CoreBundle/Resources/translations. 15You can find translation files here: https://github.com/wallabag/wallabag/tree/master/src/Wallabag/CoreBundle/Resources/translations.
16 16
17You have to create ``messages.CODE.yml``, where CODE 17You have to create ``messages.CODE.yml`` and ``validators.CODE.yml``, where CODE
18is the ISO 639-1 code of your language (`see wikipedia <https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes>`__). 18is the ISO 639-1 code of your language (`see wikipedia <https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes>`__).
19 19
20Other files to translate: 20Other files to translate:
diff --git a/docs/fr/developer/translate.rst b/docs/fr/developer/translate.rst
index cc5336ee..902c29ad 100644
--- a/docs/fr/developer/translate.rst
+++ b/docs/fr/developer/translate.rst
@@ -15,7 +15,7 @@ Fichiers de traductions
15 15
16Les principaux fichiers de traduction se trouvent ici : https://github.com/wallabag/wallabag/tree/master/src/Wallabag/CoreBundle/Resources/translations. 16Les principaux fichiers de traduction se trouvent ici : https://github.com/wallabag/wallabag/tree/master/src/Wallabag/CoreBundle/Resources/translations.
17 17
18Vous devez créer le fichier ``messages.CODE.yml``, 18Vous devez créer les fichiers ``messages.CODE.yml`` et ``validators.CODE.yml``,
19où CODE est le code ISO 639-1 de votre langue (`cf wikipedia <https://fr.wikipedia.org/wiki/Liste_des_codes_ISO_639-1>`__). 19où CODE est le code ISO 639-1 de votre langue (`cf wikipedia <https://fr.wikipedia.org/wiki/Liste_des_codes_ISO_639-1>`__).
20 20
21Autres fichiers à traduire : 21Autres fichiers à traduire :
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
index d19cf1bf..8d392063 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
@@ -380,13 +380,6 @@ developer:
380 # paragraph_8: 'If you want to see all the API endpoints, you can have a look <a href="%link%">to our API documentation</a>.' 380 # paragraph_8: 'If you want to see all the API endpoints, you can have a look <a href="%link%">to our API documentation</a>.'
381 # back: 'Back' 381 # back: 'Back'
382 382
383validator:
384 password_must_match: 'De indtastede adgangskoder skal være ens'
385 password_too_short: 'Adgangskoden skal være mindst 8 tegn'
386 # password_wrong_value: 'Wrong value for your current password'
387 # item_per_page_too_high: 'This will certainly kill the app'
388 # rss_limit_too_hight: 'This will certainly kill the app'
389
390flashes: 383flashes:
391 config: 384 config:
392 notice: 385 notice:
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
index f1e7b6b8..c7a89492 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
@@ -380,13 +380,6 @@ developer:
380 paragraph_8: 'Wenn du alle API-Endpunkte sehen willst, werfe einen Blick auf die <a href="%link%">API-Dokumentation</a>.' 380 paragraph_8: 'Wenn du alle API-Endpunkte sehen willst, werfe einen Blick auf die <a href="%link%">API-Dokumentation</a>.'
381 back: 'Zurück' 381 back: 'Zurück'
382 382
383validator:
384 password_must_match: 'Die Kennwort-Felder müssen übereinstimmen.'
385 password_too_short: 'Kennwort-Mindestlänge von acht Zeichen nicht erfüllt'
386 password_wrong_value: 'Falscher Wert für dein aktuelles Kennwort'
387 item_per_page_too_high: 'Dies wird die Anwendung möglicherweise beenden'
388 rss_limit_too_hight: 'Dies wird die Anwendung möglicherweise beenden'
389
390flashes: 383flashes:
391 config: 384 config:
392 notice: 385 notice:
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
index 8f3e4267..1cc42404 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
@@ -380,13 +380,6 @@ developer:
380 paragraph_8: 'If you want to see all the API endpoints, you can have a look <a href="%link%">to our API documentation</a>.' 380 paragraph_8: 'If you want to see all the API endpoints, you can have a look <a href="%link%">to our API documentation</a>.'
381 back: 'Back' 381 back: 'Back'
382 382
383validator:
384 password_must_match: 'The password fields must match.'
385 password_too_short: 'Password should by at least 8 chars long'
386 password_wrong_value: 'Wrong value for your current password'
387 item_per_page_too_high: 'This will certainly kill the app'
388 rss_limit_too_hight: 'This will certainly kill the app'
389
390flashes: 383flashes:
391 config: 384 config:
392 notice: 385 notice:
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
index 8acb30d4..e8461247 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
@@ -380,13 +380,6 @@ developer:
380 paragraph_8: 'Si quiere ver todos los fines de API, se puede ver <a href="%link%">a nuestra documentación API</a>.' 380 paragraph_8: 'Si quiere ver todos los fines de API, se puede ver <a href="%link%">a nuestra documentación API</a>.'
381 back: 'Atrás' 381 back: 'Atrás'
382 382
383validator:
384 password_must_match: 'Las contraseñas no coinciden'
385 password_too_short: 'La contraseña debe tener al menos 8 carácteres'
386 password_wrong_value: 'Entrada equivocada para su contraseña actual'
387 item_per_page_too_high: 'Esto matará la aplicación'
388 rss_limit_too_hight: 'Esto matará la aplicación'
389
390flashes: 383flashes:
391 config: 384 config:
392 notice: 385 notice:
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml
index 5788e1fd..d34ff8ff 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml
@@ -380,13 +380,6 @@ developer:
380 # paragraph_8: 'If you want to see all the API endpoints, you can have a look <a href="%link%">to our API documentation</a>.' 380 # paragraph_8: 'If you want to see all the API endpoints, you can have a look <a href="%link%">to our API documentation</a>.'
381 # back: 'بازگشت' 381 # back: 'بازگشت'
382 382
383validator:
384 password_must_match: 'رمزها باید یکی باشند'
385 password_too_short: 'رمز شما باید ۸ حرف یا بیشتر باشد'
386 password_wrong_value: 'رمز فعلی را اشتباه وارد کرده‌اید'
387 item_per_page_too_high: 'با این تعداد برنامه به فنا می‌رود'
388 rss_limit_too_hight: 'با این تعداد برنامه به فنا می‌رود'
389
390flashes: 383flashes:
391 config: 384 config:
392 notice: 385 notice:
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
index 6ff1a3b1..80ba0546 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
@@ -380,13 +380,6 @@ developer:
380 paragraph_8: "Si vous voulez toutes les méthodes de l'API, jetez un oeil <a href=\"%link%\">à la documentation de l'API</a>." 380 paragraph_8: "Si vous voulez toutes les méthodes de l'API, jetez un oeil <a href=\"%link%\">à la documentation de l'API</a>."
381 back: 'Retour' 381 back: 'Retour'
382 382
383validator:
384 password_must_match: 'Les deux mots de passe doivent être les mêmes'
385 password_too_short: 'Le mot de passe doit contenir au moins 8 caractères'
386 password_wrong_value: 'Votre mot de passe actuel est faux'
387 item_per_page_too_high: "Ca ne va pas plaire à l'application"
388 rss_limit_too_hight: "Ca ne va pas plaire à l'application"
389
390flashes: 383flashes:
391 config: 384 config:
392 notice: 385 notice:
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml
index ae30fce1..4f3ac090 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml
@@ -380,13 +380,6 @@ developer:
380 paragraph_8: 'Se vuoi visualizzare tutti gli API endpoints, dai una occhiata alla <a href="%link%">documentazione delle API</a>.' 380 paragraph_8: 'Se vuoi visualizzare tutti gli API endpoints, dai una occhiata alla <a href="%link%">documentazione delle API</a>.'
381 back: 'Indietro' 381 back: 'Indietro'
382 382
383validator:
384 password_must_match: 'Le password devono corrispondere.'
385 password_too_short: 'La password deve essere lunga almeno 8 caratteri'
386 password_wrong_value: 'Valore inserito per la password corrente errato'
387 item_per_page_too_high: 'Questo valore è troppo alto'
388 rss_limit_too_hight: 'Questo valore è troppo alto'
389
390flashes: 383flashes:
391 config: 384 config:
392 notice: 385 notice:
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml
index bbd813e2..46f58bbf 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml
@@ -380,13 +380,6 @@ developer:
380 paragraph_8: "Se volètz totas las adreças d'accès de l'API, donatz un còp d’uèlh <a href=\"%link%\">a la documentacion de l'API</a>." 380 paragraph_8: "Se volètz totas las adreças d'accès de l'API, donatz un còp d’uèlh <a href=\"%link%\">a la documentacion de l'API</a>."
381 back: 'Retorn' 381 back: 'Retorn'
382 382
383validator:
384 password_must_match: 'Cal que los dos senhals siasquen los meteisses'
385 password_too_short: 'Lo senhal deu aver almens 8 caractèrs'
386 password_wrong_value: 'Vòstre senhal actual es pas bon'
387 item_per_page_too_high: "Aquò li agradarà pas a l'aplicacion"
388 rss_limit_too_hight: "Aquò li agradarà pas a l'aplicacion"
389
390flashes: 383flashes:
391 config: 384 config:
392 notice: 385 notice:
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
index fb26de89..292749ed 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
@@ -380,13 +380,6 @@ developer:
380 paragraph_8: 'Jeżeli chcesz wyświetlić wszystkie punkty końcowe API, zobacz <a href="%link%">Dokumentacja naszego API</a>.' 380 paragraph_8: 'Jeżeli chcesz wyświetlić wszystkie punkty końcowe API, zobacz <a href="%link%">Dokumentacja naszego API</a>.'
381 back: 'Cofnij' 381 back: 'Cofnij'
382 382
383validator:
384 password_must_match: 'Hasło w polach musi być takie same'
385 password_too_short: 'Hasło powinno mieć minimum 8 znaków długości'
386 password_wrong_value: 'Twoje obecne hasło jest błędne'
387 item_per_page_too_high: 'To może spowodować problemy z aplikacją'
388 rss_limit_too_hight: 'To może spowodować problemy z aplikacją'
389
390flashes: 383flashes:
391 config: 384 config:
392 notice: 385 notice:
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
index bb817cb3..45040f35 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
@@ -380,13 +380,6 @@ developer:
380 # paragraph_8: 'If you want to see all the API endpoints, you can have a look <a href="%link%">to our API documentation</a>.' 380 # paragraph_8: 'If you want to see all the API endpoints, you can have a look <a href="%link%">to our API documentation</a>.'
381 # back: 'Back' 381 # back: 'Back'
382 382
383validator:
384 password_must_match: 'Câmpurile destinate parolelor trebuie să se potrivească'
385 password_too_short: 'Parola ar trebui să conțină cel puțin 8 caractere'
386 # password_wrong_value: 'Wrong value for your current password'
387 # item_per_page_too_high: 'This will certainly kill the app'
388 # rss_limit_too_hight: 'This will certainly kill the app'
389
390flashes: 383flashes:
391 config: 384 config:
392 notice: 385 notice:
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
index 897cc2f4..8a095a5b 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
@@ -380,13 +380,6 @@ developer:
380 # paragraph_8: 'If you want to see all the API endpoints, you can have a look <a href="%link%">to our API documentation</a>.' 380 # paragraph_8: 'If you want to see all the API endpoints, you can have a look <a href="%link%">to our API documentation</a>.'
381 # back: 'Back' 381 # back: 'Back'
382 382
383validator:
384 # password_must_match: 'The password fields must match.'
385 # password_too_short: 'Password should by at least 8 chars long'
386 # password_wrong_value: 'Wrong value for your current password'
387 # item_per_page_too_high: 'This will certainly kill the app'
388 # rss_limit_too_hight: 'This will certainly kill the app'
389
390flashes: 383flashes:
391 config: 384 config:
392 notice: 385 notice:
diff --git a/src/Wallabag/CoreBundle/Resources/translations/validators.da.yml b/src/Wallabag/CoreBundle/Resources/translations/validators.da.yml
new file mode 100644
index 00000000..dfe2c64d
--- /dev/null
+++ b/src/Wallabag/CoreBundle/Resources/translations/validators.da.yml
@@ -0,0 +1,6 @@
1validator:
2 password_must_match: 'De indtastede adgangskoder skal være ens'
3 password_too_short: 'Adgangskoden skal være mindst 8 tegn'
4# password_wrong_value: 'Wrong value for your current password'
5# item_per_page_too_high: 'This will certainly kill the app'
6# rss_limit_too_hight: 'This will certainly kill the app'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/validators.de.yml b/src/Wallabag/CoreBundle/Resources/translations/validators.de.yml
new file mode 100644
index 00000000..486cc3e4
--- /dev/null
+++ b/src/Wallabag/CoreBundle/Resources/translations/validators.de.yml
@@ -0,0 +1,6 @@
1validator:
2 password_must_match: 'Die Kennwort-Felder müssen übereinstimmen.'
3 password_too_short: 'Kennwort-Mindestlänge von acht Zeichen nicht erfüllt'
4 password_wrong_value: 'Falscher Wert für dein aktuelles Kennwort'
5 item_per_page_too_high: 'Dies wird die Anwendung möglicherweise beenden'
6 rss_limit_too_hight: 'Dies wird die Anwendung möglicherweise beenden'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/validators.en.yml b/src/Wallabag/CoreBundle/Resources/translations/validators.en.yml
new file mode 100644
index 00000000..cdfa46a6
--- /dev/null
+++ b/src/Wallabag/CoreBundle/Resources/translations/validators.en.yml
@@ -0,0 +1,6 @@
1validator:
2 password_must_match: 'The password fields must match.'
3 password_too_short: 'Password should by at least 8 chars long'
4 password_wrong_value: 'Wrong value for your current password'
5 item_per_page_too_high: 'This will certainly kill the app'
6 rss_limit_too_hight: 'This will certainly kill the app'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/validators.es.yml b/src/Wallabag/CoreBundle/Resources/translations/validators.es.yml
new file mode 100644
index 00000000..ebbff7cf
--- /dev/null
+++ b/src/Wallabag/CoreBundle/Resources/translations/validators.es.yml
@@ -0,0 +1,6 @@
1validator:
2 password_must_match: 'Las contraseñas no coinciden'
3 password_too_short: 'La contraseña debe tener al menos 8 carácteres'
4 password_wrong_value: 'Entrada equivocada para su contraseña actual'
5 item_per_page_too_high: 'Esto matará la aplicación'
6 rss_limit_too_hight: 'Esto matará la aplicación'
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..01c62ae0
--- /dev/null
+++ b/src/Wallabag/CoreBundle/Resources/translations/validators.fa.yml
@@ -0,0 +1,6 @@
1validator:
2 password_must_match: 'رمزها باید یکی باشند'
3 password_too_short: 'رمز شما باید ۸ حرف یا بیشتر باشد'
4 password_wrong_value: 'رمز فعلی را اشتباه وارد کرده‌اید'
5 item_per_page_too_high: 'با این تعداد برنامه به فنا می‌رود'
6 rss_limit_too_hight: 'با این تعداد برنامه به فنا می‌رود'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/validators.fr.yml b/src/Wallabag/CoreBundle/Resources/translations/validators.fr.yml
new file mode 100644
index 00000000..7ecb4acf
--- /dev/null
+++ b/src/Wallabag/CoreBundle/Resources/translations/validators.fr.yml
@@ -0,0 +1,6 @@
1validator:
2 password_must_match: 'Les deux mots de passe doivent être les mêmes'
3 password_too_short: 'Le mot de passe doit contenir au moins 8 caractères'
4 password_wrong_value: 'Votre mot de passe actuel est faux'
5 item_per_page_too_high: "Ca ne va pas plaire à l'application"
6 rss_limit_too_hight: "Ca ne va pas plaire à l'application"
diff --git a/src/Wallabag/CoreBundle/Resources/translations/validators.it.yml b/src/Wallabag/CoreBundle/Resources/translations/validators.it.yml
new file mode 100644
index 00000000..826206f4
--- /dev/null
+++ b/src/Wallabag/CoreBundle/Resources/translations/validators.it.yml
@@ -0,0 +1,6 @@
1validator:
2 password_must_match: 'Le password devono corrispondere.'
3 password_too_short: 'La password deve essere lunga almeno 8 caratteri'
4 password_wrong_value: 'Valore inserito per la password corrente errato'
5 item_per_page_too_high: 'Questo valore è troppo alto'
6 rss_limit_too_hight: 'Questo valore è troppo alto'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/validators.oc.yml b/src/Wallabag/CoreBundle/Resources/translations/validators.oc.yml
new file mode 100644
index 00000000..71b67575
--- /dev/null
+++ b/src/Wallabag/CoreBundle/Resources/translations/validators.oc.yml
@@ -0,0 +1,6 @@
1validator:
2 password_must_match: 'Cal que los dos senhals siasquen los meteisses'
3 password_too_short: 'Lo senhal deu aver almens 8 caractèrs'
4 password_wrong_value: 'Vòstre senhal actual es pas bon'
5 item_per_page_too_high: "Aquò li agradarà pas a l'aplicacion"
6 rss_limit_too_hight: "Aquò li agradarà pas a l'aplicacion"
diff --git a/src/Wallabag/CoreBundle/Resources/translations/validators.pl.yml b/src/Wallabag/CoreBundle/Resources/translations/validators.pl.yml
new file mode 100644
index 00000000..4f5a3caf
--- /dev/null
+++ b/src/Wallabag/CoreBundle/Resources/translations/validators.pl.yml
@@ -0,0 +1,6 @@
1validator:
2 password_must_match: 'Hasło w polach musi być takie same'
3 password_too_short: 'Hasło powinno mieć minimum 8 znaków długości'
4 password_wrong_value: 'Twoje obecne hasło jest błędne'
5 item_per_page_too_high: 'To może spowodować problemy z aplikacją'
6 rss_limit_too_hight: 'To może spowodować problemy z aplikacją'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/validators.ro.yml b/src/Wallabag/CoreBundle/Resources/translations/validators.ro.yml
new file mode 100644
index 00000000..2ffbbd4d
--- /dev/null
+++ b/src/Wallabag/CoreBundle/Resources/translations/validators.ro.yml
@@ -0,0 +1,6 @@
1validator:
2 password_must_match: 'Câmpurile destinate parolelor trebuie să se potrivească'
3 password_too_short: 'Parola ar trebui să conțină cel puțin 8 caractere'
4 # password_wrong_value: 'Wrong value for your current password'
5 # item_per_page_too_high: 'This will certainly kill the app'
6 # rss_limit_too_hight: 'This will certainly kill the app'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/validators.tr.yml b/src/Wallabag/CoreBundle/Resources/translations/validators.tr.yml
new file mode 100644
index 00000000..80ab470a
--- /dev/null
+++ b/src/Wallabag/CoreBundle/Resources/translations/validators.tr.yml
@@ -0,0 +1,6 @@
1validator:
2# password_must_match: 'The password fields must match.'
3# password_too_short: 'Password should by at least 8 chars long'
4# password_wrong_value: 'Wrong value for your current password'
5# item_per_page_too_high: 'This will certainly kill the app'
6# rss_limit_too_hight: 'This will certainly kill the app'