diff options
Diffstat (limited to 'src/Wallabag/UserBundle')
-rw-r--r-- | src/Wallabag/UserBundle/Resources/config/services.yml | 5 | ||||
-rw-r--r-- | src/Wallabag/UserBundle/Resources/translations/wallabag_user.tr.yml | 7 |
2 files changed, 12 insertions, 0 deletions
diff --git a/src/Wallabag/UserBundle/Resources/config/services.yml b/src/Wallabag/UserBundle/Resources/config/services.yml index bf9e036a..8321473a 100644 --- a/src/Wallabag/UserBundle/Resources/config/services.yml +++ b/src/Wallabag/UserBundle/Resources/config/services.yml | |||
@@ -1,4 +1,9 @@ | |||
1 | services: | 1 | services: |
2 | # might be fixed in the symfony release | ||
3 | # https://github.com/FriendsOfSymfony/FOSUserBundle/issues/2048 | ||
4 | fos_user.doctrine_registry: | ||
5 | alias: doctrine | ||
6 | |||
2 | wallabag_user.auth_code_mailer: | 7 | wallabag_user.auth_code_mailer: |
3 | class: Wallabag\UserBundle\Mailer\AuthCodeMailer | 8 | class: Wallabag\UserBundle\Mailer\AuthCodeMailer |
4 | arguments: | 9 | arguments: |
diff --git a/src/Wallabag/UserBundle/Resources/translations/wallabag_user.tr.yml b/src/Wallabag/UserBundle/Resources/translations/wallabag_user.tr.yml new file mode 100644 index 00000000..d1fcb0e0 --- /dev/null +++ b/src/Wallabag/UserBundle/Resources/translations/wallabag_user.tr.yml | |||
@@ -0,0 +1,7 @@ | |||
1 | # Two factor mail | ||
2 | auth_code.mailer.subject: 'Wallabag Doğrulama Kodu' | ||
3 | auth_code.mailer.body.hello: "Merhaba %user%," | ||
4 | auth_code.mailer.body.first_para: "wallabag hesabınızda iki adımlı doğrulamayı etkinleştirdiğinizde ve bu yeni cihaz olduğunda (bilgisayar, telefon, vs.), biz size bu işlemi doğrulamak için bir kod göndeririz." | ||
5 | auth_code.mailer.body.second_para: "Bu işlem için doğrulama kodunuz:" | ||
6 | auth_code.mailer.body.support: "Eğer herhangi bir soru/sorununuz varsa, bizimle iletişime geçmekten çekinmeyin:" | ||
7 | auth_code.mailer.body.signature: "wallabag ekibi" | ||