diff options
14 files changed, 39 insertions, 32 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b761f8f2..214b906b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md | |||
@@ -1,11 +1,16 @@ | |||
1 | | Q | A | 1 | | Q | A |
2 | | ------------- | --- | 2 | | ------------- | --- |
3 | | Bug fix? | yes|no | 3 | | Bug fix? | yes/no |
4 | | New feature? | yes|no | 4 | | New feature? | yes/no |
5 | | BC breaks? | yes|no | 5 | | BC breaks? | yes/no |
6 | | Deprecations? | yes|no | 6 | | Deprecations? | yes/no |
7 | | Tests pass? | yes|no | 7 | | Tests pass? | yes/no |
8 | | Documentation | yes|no | 8 | | Documentation | yes/no |
9 | | Translation | yes|no | 9 | | Translation | yes/no |
10 | | Fixed tickets | comma-separated list of tickets fixed by the PR, if any | 10 | | Fixed tickets | #... |
11 | | License | MIT | 11 | | License | MIT |
12 | |||
13 | <!-- | ||
14 | - Please fill in this template according to the PR you're about to submit. | ||
15 | - Replace this comment by a description of what your PR is solving. | ||
16 | --> | ||
diff --git a/src/Wallabag/CoreBundle/Controller/ConfigController.php b/src/Wallabag/CoreBundle/Controller/ConfigController.php index 91cdcae5..46fb9503 100644 --- a/src/Wallabag/CoreBundle/Controller/ConfigController.php +++ b/src/Wallabag/CoreBundle/Controller/ConfigController.php | |||
@@ -38,6 +38,8 @@ class ConfigController extends Controller | |||
38 | $em->persist($config); | 38 | $em->persist($config); |
39 | $em->flush(); | 39 | $em->flush(); |
40 | 40 | ||
41 | $request->getSession()->set('_locale', $config->getLanguage()); | ||
42 | |||
41 | // switch active theme | 43 | // switch active theme |
42 | $activeTheme = $this->get('liip_theme.active_theme'); | 44 | $activeTheme = $this->get('liip_theme.active_theme'); |
43 | $activeTheme->setName($config->getTheme()); | 45 | $activeTheme->setName($config->getTheme()); |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml index 6ca7e459..1077e9d1 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml | |||
@@ -229,7 +229,7 @@ about: | |||
229 | getting_help: | 229 | getting_help: |
230 | documentation: 'Dokumentation' | 230 | documentation: 'Dokumentation' |
231 | bug_reports: 'Bugs' | 231 | bug_reports: 'Bugs' |
232 | support: '<a href="https://support.wallabag.org">På vor support-side</a> eller <a href="https://github.com/wallabag/wallabag/issues">på GitHub</a>' | 232 | support: '<a href="https://github.com/wallabag/wallabag/issues">på GitHub</a>' |
233 | helping: | 233 | helping: |
234 | description: 'wallabag er gratis og Open source. Du kan hjælpe os:' | 234 | description: 'wallabag er gratis og Open source. Du kan hjælpe os:' |
235 | by_contributing: 'ved at bidrage til projektet:' | 235 | by_contributing: 'ved at bidrage til projektet:' |
@@ -451,7 +451,7 @@ error: | |||
451 | flashes: | 451 | flashes: |
452 | config: | 452 | config: |
453 | notice: | 453 | notice: |
454 | config_saved: 'Opsætning gemt. Visse ændringer vil først fremgå ved næste login.' | 454 | config_saved: 'Opsætning gemt.' |
455 | password_updated: 'Adgangskode opdateret' | 455 | password_updated: 'Adgangskode opdateret' |
456 | # password_not_updated_demo: "In demonstration mode, you can't change password for this user." | 456 | # password_not_updated_demo: "In demonstration mode, you can't change password for this user." |
457 | user_updated: 'Oplysninger opdateret' | 457 | user_updated: 'Oplysninger opdateret' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml index 8fd1d82a..843102f4 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml | |||
@@ -229,7 +229,7 @@ about: | |||
229 | getting_help: | 229 | getting_help: |
230 | documentation: 'Dokumentation' | 230 | documentation: 'Dokumentation' |
231 | bug_reports: 'Fehlerberichte' | 231 | bug_reports: 'Fehlerberichte' |
232 | support: '<a href="https://support.wallabag.org">Auf unserer Support-Webseite</a> oder <a href="https://github.com/wallabag/wallabag/issues">auf GitHub</a>' | 232 | support: '<a href="https://github.com/wallabag/wallabag/issues">auf GitHub</a>' |
233 | helping: | 233 | helping: |
234 | description: 'wallabag ist frei und Open Source. Du kannst uns helfen:' | 234 | description: 'wallabag ist frei und Open Source. Du kannst uns helfen:' |
235 | by_contributing: 'indem du zu dem Projekt beiträgst:' | 235 | by_contributing: 'indem du zu dem Projekt beiträgst:' |
@@ -451,7 +451,7 @@ error: | |||
451 | flashes: | 451 | flashes: |
452 | config: | 452 | config: |
453 | notice: | 453 | notice: |
454 | config_saved: 'Konfiguration gespeichert. Einige Einstellungen werden erst nach einer erneuten Anmeldung übernommen.' | 454 | config_saved: 'Konfiguration gespeichert.' |
455 | password_updated: 'Kennwort aktualisiert' | 455 | password_updated: 'Kennwort aktualisiert' |
456 | password_not_updated_demo: "Im Testmodus kannst du das Kennwort nicht ändern." | 456 | password_not_updated_demo: "Im Testmodus kannst du das Kennwort nicht ändern." |
457 | user_updated: 'Information aktualisiert' | 457 | user_updated: 'Information aktualisiert' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml index 02f56535..3cee6468 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml | |||
@@ -229,7 +229,7 @@ about: | |||
229 | getting_help: | 229 | getting_help: |
230 | documentation: 'Documentation' | 230 | documentation: 'Documentation' |
231 | bug_reports: 'Bug reports' | 231 | bug_reports: 'Bug reports' |
232 | support: '<a href="https://support.wallabag.org">On our support website</a> or <a href="https://github.com/wallabag/wallabag/issues">on GitHub</a>' | 232 | support: '<a href="https://github.com/wallabag/wallabag/issues">on GitHub</a>' |
233 | helping: | 233 | helping: |
234 | description: 'wallabag is free and open source. You can help us:' | 234 | description: 'wallabag is free and open source. You can help us:' |
235 | by_contributing: 'by contributing to the project:' | 235 | by_contributing: 'by contributing to the project:' |
@@ -451,7 +451,7 @@ error: | |||
451 | flashes: | 451 | flashes: |
452 | config: | 452 | config: |
453 | notice: | 453 | notice: |
454 | config_saved: 'Config saved. Some parameters will be considered after disconnection.' | 454 | config_saved: 'Config saved.' |
455 | password_updated: 'Password updated' | 455 | password_updated: 'Password updated' |
456 | password_not_updated_demo: "In demonstration mode, you can't change password for this user." | 456 | password_not_updated_demo: "In demonstration mode, you can't change password for this user." |
457 | user_updated: 'Information updated' | 457 | user_updated: 'Information updated' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml index 42ec8183..480eacc4 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml | |||
@@ -229,7 +229,7 @@ about: | |||
229 | getting_help: | 229 | getting_help: |
230 | documentation: 'Documentación' | 230 | documentation: 'Documentación' |
231 | bug_reports: 'Reporte de errores' | 231 | bug_reports: 'Reporte de errores' |
232 | support: '<a href="https://support.wallabag.org">En nuestra web de apoyo website</a> o <a href="https://github.com/wallabag/wallabag/issues">en GitHub</a>' | 232 | support: '<a href="https://github.com/wallabag/wallabag/issues">en GitHub</a>' |
233 | helping: | 233 | helping: |
234 | description: 'wallabag es libre y gratuito. Usted puede ayudarnos :' | 234 | description: 'wallabag es libre y gratuito. Usted puede ayudarnos :' |
235 | by_contributing: 'contribuyendo al proyecto :' | 235 | by_contributing: 'contribuyendo al proyecto :' |
@@ -451,7 +451,7 @@ error: | |||
451 | flashes: | 451 | flashes: |
452 | config: | 452 | config: |
453 | notice: | 453 | notice: |
454 | config_saved: 'Configuración guardada. Algunos parámetros serán recargados cuando se vuelva a conectar.' | 454 | config_saved: 'Configuración guardada.' |
455 | password_updated: 'Contraseña actualizada' | 455 | password_updated: 'Contraseña actualizada' |
456 | password_not_updated_demo: "En modo demo, no puede cambiar la contraseña del usuario." | 456 | password_not_updated_demo: "En modo demo, no puede cambiar la contraseña del usuario." |
457 | user_updated: 'Su información personal ha sido actualizada' | 457 | user_updated: 'Su información personal ha sido actualizada' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml index f82167df..619b596a 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml | |||
@@ -229,7 +229,7 @@ about: | |||
229 | getting_help: | 229 | getting_help: |
230 | documentation: 'راهنما' | 230 | documentation: 'راهنما' |
231 | bug_reports: 'گزارش اشکالها' | 231 | bug_reports: 'گزارش اشکالها' |
232 | support: '<a href="https://support.wallabag.org">در وبگاه پشتیبانی</a> یا <a href="https://github.com/wallabag/wallabag/issues">روی GitHub</a>' | 232 | support: '<a href="https://github.com/wallabag/wallabag/issues">روی GitHub</a>' |
233 | helping: | 233 | helping: |
234 | description: 'wallabag رایگان، آزاد، و متنباز است. شما میتوانید به ما کمک کنید:' | 234 | description: 'wallabag رایگان، آزاد، و متنباز است. شما میتوانید به ما کمک کنید:' |
235 | by_contributing: 'با مشارکت در پروژه:' | 235 | by_contributing: 'با مشارکت در پروژه:' |
@@ -450,7 +450,7 @@ error: | |||
450 | flashes: | 450 | flashes: |
451 | config: | 451 | config: |
452 | notice: | 452 | notice: |
453 | config_saved: 'پیکربندی ذخیره شد. برخی از تنظیمات پس از این که قطع شدید اعمال میشود.' | 453 | config_saved: 'پیکربندی ذخیره شد.' |
454 | password_updated: 'رمز بهروز شد' | 454 | password_updated: 'رمز بهروز شد' |
455 | password_not_updated_demo: "در حالت نمایشی نمیتوانید رمز کاربر را عوض کنید." | 455 | password_not_updated_demo: "در حالت نمایشی نمیتوانید رمز کاربر را عوض کنید." |
456 | user_updated: 'اطلاعات بهروز شد' | 456 | user_updated: 'اطلاعات بهروز شد' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml index 421cb8b5..6871bbcf 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml | |||
@@ -229,7 +229,7 @@ about: | |||
229 | getting_help: | 229 | getting_help: |
230 | documentation: "Documentation" | 230 | documentation: "Documentation" |
231 | bug_reports: "Rapport de bogue" | 231 | bug_reports: "Rapport de bogue" |
232 | support: "<a href=\"https://support.wallabag.org\">Sur notre site de support</a> ou <a href=\"https://github.com/wallabag/wallabag/issues\">sur GitHub</a>" | 232 | support: "<a href=\"https://github.com/wallabag/wallabag/issues\">sur GitHub</a>" |
233 | helping: | 233 | helping: |
234 | description: "wallabag est gratuit et opensource. Vous pouvez nous aider :" | 234 | description: "wallabag est gratuit et opensource. Vous pouvez nous aider :" |
235 | by_contributing: "en contribuant au projet :" | 235 | by_contributing: "en contribuant au projet :" |
@@ -451,7 +451,7 @@ error: | |||
451 | flashes: | 451 | flashes: |
452 | config: | 452 | config: |
453 | notice: | 453 | notice: |
454 | config_saved: "Les paramètres ont bien été mis à jour. Certains seront pris en compte après déconnexion." | 454 | config_saved: "Les paramètres ont bien été mis à jour." |
455 | password_updated: "Votre mot de passe a bien été mis à jour" | 455 | password_updated: "Votre mot de passe a bien été mis à jour" |
456 | password_not_updated_demo: "En démo, vous ne pouvez pas changer le mot de passe de cet utilisateur." | 456 | password_not_updated_demo: "En démo, vous ne pouvez pas changer le mot de passe de cet utilisateur." |
457 | user_updated: "Vos informations personnelles ont bien été mises à jour" | 457 | user_updated: "Vos informations personnelles ont bien été mises à jour" |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml index d679ef00..eecd7882 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml | |||
@@ -229,7 +229,7 @@ about: | |||
229 | getting_help: | 229 | getting_help: |
230 | documentation: 'Documentazione' | 230 | documentation: 'Documentazione' |
231 | bug_reports: 'Bug reports' | 231 | bug_reports: 'Bug reports' |
232 | support: '<a href="https://support.wallabag.org">Sul nostro sito di supporto</a> o <a href="https://github.com/wallabag/wallabag/issues">su GitHub</a>' | 232 | support: '<a href="https://github.com/wallabag/wallabag/issues">su GitHub</a>' |
233 | helping: | 233 | helping: |
234 | description: 'wallabag è gratuito opensource. Puoi aiutarci:' | 234 | description: 'wallabag è gratuito opensource. Puoi aiutarci:' |
235 | by_contributing: 'per contribuire al progetto:' | 235 | by_contributing: 'per contribuire al progetto:' |
@@ -451,7 +451,7 @@ error: | |||
451 | flashes: | 451 | flashes: |
452 | config: | 452 | config: |
453 | notice: | 453 | notice: |
454 | config_saved: 'Configurazione salvata. Alcuni parametri verranno utilizzati dopo il logout/login.' | 454 | config_saved: 'Configurazione salvata.' |
455 | password_updated: 'Password aggiornata' | 455 | password_updated: 'Password aggiornata' |
456 | password_not_updated_demo: "In modalità demo, non puoi cambiare la password dell'utente." | 456 | password_not_updated_demo: "In modalità demo, non puoi cambiare la password dell'utente." |
457 | user_updated: 'Informazioni aggiornate' | 457 | user_updated: 'Informazioni aggiornate' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml index af0fba0d..7fa31bce 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml | |||
@@ -229,7 +229,7 @@ about: | |||
229 | getting_help: | 229 | getting_help: |
230 | documentation: 'Documentacion' | 230 | documentation: 'Documentacion' |
231 | bug_reports: 'Rapòrt de bugs' | 231 | bug_reports: 'Rapòrt de bugs' |
232 | support: "<a href=\"https://support.wallabag.org\">Sus nòstre site d'assisténcia</a> ou <a href=\"https://github.com/wallabag/wallabag/issues\">sur GitHub</a>" | 232 | support: "<a href=\"https://github.com/wallabag/wallabag/issues\">sur GitHub</a>" |
233 | helping: | 233 | helping: |
234 | description: 'wallabag es a gratuit e opensource. Nos podètz ajudar :' | 234 | description: 'wallabag es a gratuit e opensource. Nos podètz ajudar :' |
235 | by_contributing: 'en ajudant lo projècte :' | 235 | by_contributing: 'en ajudant lo projècte :' |
@@ -451,7 +451,7 @@ error: | |||
451 | flashes: | 451 | flashes: |
452 | config: | 452 | config: |
453 | notice: | 453 | notice: |
454 | config_saved: 'Los paramètres son ben estats meses a jorn. Certans seràn aplicats aprèp desconnexion.' | 454 | config_saved: 'Los paramètres son ben estats meses a jorn.' |
455 | password_updated: 'Vòstre senhal es ben estat mes a jorn' | 455 | password_updated: 'Vòstre senhal es ben estat mes a jorn' |
456 | password_not_updated_demo: "En demostration, podètz pas cambiar lo senhal d'aqueste utilizaire." | 456 | password_not_updated_demo: "En demostration, podètz pas cambiar lo senhal d'aqueste utilizaire." |
457 | user_updated: 'Vòstres informacions personnelas son ben estadas mesas a jorn' | 457 | user_updated: 'Vòstres informacions personnelas son ben estadas mesas a jorn' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml index bf47b58a..1b00fc6d 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml | |||
@@ -229,7 +229,7 @@ about: | |||
229 | getting_help: | 229 | getting_help: |
230 | documentation: 'Dokumentacja' | 230 | documentation: 'Dokumentacja' |
231 | bug_reports: 'Raportuj błędy' | 231 | bug_reports: 'Raportuj błędy' |
232 | support: '<a href="https://support.wallabag.org">Na naszej stronie wsparcia technicznego</a> lub <a href="https://github.com/wallabag/wallabag/issues">na GitHubie</a>' | 232 | support: '<a href="https://github.com/wallabag/wallabag/issues">na GitHubie</a>' |
233 | helping: | 233 | helping: |
234 | description: 'wallabag jest darmowy i otwartoźródłowy. Możesz nam pomóc:' | 234 | description: 'wallabag jest darmowy i otwartoźródłowy. Możesz nam pomóc:' |
235 | by_contributing: 'przez przyłączenie się do projektu:' | 235 | by_contributing: 'przez przyłączenie się do projektu:' |
@@ -451,7 +451,7 @@ error: | |||
451 | flashes: | 451 | flashes: |
452 | config: | 452 | config: |
453 | notice: | 453 | notice: |
454 | config_saved: 'Konfiguracja zapisana. Niektóre parametry zostaną uznane po rozłączeniu' | 454 | config_saved: 'Konfiguracja zapisana.' |
455 | password_updated: 'Hasło zaktualizowane' | 455 | password_updated: 'Hasło zaktualizowane' |
456 | password_not_updated_demo: "In demonstration mode, you can't change password for this user." | 456 | password_not_updated_demo: "In demonstration mode, you can't change password for this user." |
457 | user_updated: 'Informacje zaktualizowane' | 457 | user_updated: 'Informacje zaktualizowane' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml index f10dc9aa..54316161 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml | |||
@@ -229,7 +229,7 @@ about: | |||
229 | getting_help: | 229 | getting_help: |
230 | documentation: 'Documentação' | 230 | documentation: 'Documentação' |
231 | bug_reports: 'Informar bugs' | 231 | bug_reports: 'Informar bugs' |
232 | support: '<a href="https://support.wallabag.org">Em nosso site de suporte</a> ou <a href="https://github.com/wallabag/wallabag/issues">no GitHub</a>' | 232 | support: '<a href="https://github.com/wallabag/wallabag/issues">no GitHub</a>' |
233 | helping: | 233 | helping: |
234 | description: 'wallabag é livre e software livre. Você pode nos ajudar:' | 234 | description: 'wallabag é livre e software livre. Você pode nos ajudar:' |
235 | by_contributing: 'contribuindo com o projeto:' | 235 | by_contributing: 'contribuindo com o projeto:' |
@@ -448,7 +448,7 @@ user: | |||
448 | flashes: | 448 | flashes: |
449 | config: | 449 | config: |
450 | notice: | 450 | notice: |
451 | config_saved: 'Configiração salva. Alguns parâmetros podem ser considerados depois da desconexão.' | 451 | config_saved: 'Configiração salva.' |
452 | password_updated: 'Senha atualizada' | 452 | password_updated: 'Senha atualizada' |
453 | password_not_updated_demo: 'Em modo de demonstração, você não pode alterar a senha deste usuário.' | 453 | password_not_updated_demo: 'Em modo de demonstração, você não pode alterar a senha deste usuário.' |
454 | user_updated: 'Informação atualizada' | 454 | user_updated: 'Informação atualizada' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml index 875c82e8..65cedfb2 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml | |||
@@ -229,7 +229,7 @@ about: | |||
229 | getting_help: | 229 | getting_help: |
230 | documentation: 'Documentație' | 230 | documentation: 'Documentație' |
231 | bug_reports: 'Bug-uri' | 231 | bug_reports: 'Bug-uri' |
232 | support: '<a href="https://support.wallabag.org">Pe site-ul nostru de suport</a> sau <a href="https://github.com/wallabag/wallabag/issues">pe GitHub</a>' | 232 | support: '<a href="https://github.com/wallabag/wallabag/issues">pe GitHub</a>' |
233 | helping: | 233 | helping: |
234 | description: 'wallabag este gratis și Open-Source. Cum ne poți ajuta:' | 234 | description: 'wallabag este gratis și Open-Source. Cum ne poți ajuta:' |
235 | by_contributing: 'contribuind la proiect:' | 235 | by_contributing: 'contribuind la proiect:' |
@@ -451,7 +451,7 @@ error: | |||
451 | flashes: | 451 | flashes: |
452 | config: | 452 | config: |
453 | notice: | 453 | notice: |
454 | config_saved: 'Configurație salvată. Unii parametrii vor fi considerați după deconectare.' | 454 | config_saved: 'Configurație salvată.' |
455 | password_updated: 'Parolă actualizată' | 455 | password_updated: 'Parolă actualizată' |
456 | password_not_updated_demo: "In demonstration mode, you can't change password for this user." | 456 | password_not_updated_demo: "In demonstration mode, you can't change password for this user." |
457 | user_updated: 'Informație actualizată' | 457 | user_updated: 'Informație actualizată' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml index f50f629a..73fb6fce 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml | |||
@@ -228,7 +228,7 @@ about: | |||
228 | getting_help: | 228 | getting_help: |
229 | documentation: 'Dokümantasyon' | 229 | documentation: 'Dokümantasyon' |
230 | bug_reports: 'Sorun bildir' | 230 | bug_reports: 'Sorun bildir' |
231 | support: '<a href="https://support.wallabag.org">Destek internet sitesinde</a> ya da <a href="https://github.com/wallabag/wallabag/issues">GitHub üzerinde</a>' | 231 | support: '<a href="https://github.com/wallabag/wallabag/issues">GitHub üzerinde</a>' |
232 | helping: | 232 | helping: |
233 | description: 'wallabag açık kaynak kodlu ve ücretsizdir. Bize destek ol :' | 233 | description: 'wallabag açık kaynak kodlu ve ücretsizdir. Bize destek ol :' |
234 | by_contributing: 'projemize katkıda bulunun :' | 234 | by_contributing: 'projemize katkıda bulunun :' |
@@ -450,7 +450,7 @@ error: | |||
450 | flashes: | 450 | flashes: |
451 | config: | 451 | config: |
452 | notice: | 452 | notice: |
453 | config_saved: 'Yapılandırma ayarları kaydedildi. Bazı yapılandırmalar tekrar giriş yaptığınızda aktif olacaktır.' | 453 | config_saved: 'Yapılandırma ayarları kaydedildi.' |
454 | password_updated: 'Şifre güncellendi' | 454 | password_updated: 'Şifre güncellendi' |
455 | password_not_updated_demo: "In demonstration mode, you can't change password for this user." | 455 | password_not_updated_demo: "In demonstration mode, you can't change password for this user." |
456 | user_updated: 'Bilgiler güncellendi' | 456 | user_updated: 'Bilgiler güncellendi' |