mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-29 23:05:10 +01:00
Merge pull request #5014 from weblate/weblate-wallabag-messages
Translations update from Weblate
This commit is contained in:
commit
84dcaaaea9
@ -195,6 +195,7 @@ config:
|
||||
two_factor_code_description_3: 'Ayrıca, bu yedek kodları güvenli bir yere kaydedin, OTP uygulamanıza erişiminizi kaybetmeniz durumunda kullanabilirsiniz:'
|
||||
two_factor_code_description_2: 'Bu QR Kodunu uygulamanızla tarayabilirsiniz:'
|
||||
two_factor_code_description_5: 'Eğer QR Kodu göremiyor veya tarayamıyorsanız, bu kodu uygulamanıza girin:'
|
||||
qrcode_label: Kare kod
|
||||
page_title: İki aşamalı kimlik doğrulama
|
||||
form_ignore_origin_rules:
|
||||
faq:
|
||||
|
@ -1459,7 +1459,7 @@ class EntryControllerTest extends WallabagCoreTestCase
|
||||
*/
|
||||
public function testRestrictedArticle()
|
||||
{
|
||||
$url = 'https://www.monde-diplomatique.fr/2017/05/BONNET/57475';
|
||||
$url = 'https://www.monde-diplomatique.fr/2017/05/BONNET/57476';
|
||||
$this->logInAs('admin');
|
||||
$client = $this->getClient();
|
||||
$em = $client->getContainer()->get('doctrine.orm.entity_manager');
|
||||
@ -1501,7 +1501,7 @@ class EntryControllerTest extends WallabagCoreTestCase
|
||||
->findByUrlAndUserId($url, $this->getLoggedInUserId());
|
||||
|
||||
$this->assertInstanceOf('Wallabag\CoreBundle\Entity\Entry', $content);
|
||||
$this->assertSame('Crimes et réformes aux Philippines', $content->getTitle());
|
||||
$this->assertSame('Quand Manille manœuvre', $content->getTitle());
|
||||
|
||||
$client->getContainer()->get('craue_config')->set('restricted_access', 0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user