]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/tr/errors.php
Add footer element, styles, and associated settings
[bookstack] / resources / lang / tr / errors.php
index 4e20e3b009d4947fe192e0632a476e6d0b1675ed..7eb836b0c7d45e5f84fe54f5bd9ab88d6dcb924b 100644 (file)
@@ -83,6 +83,7 @@ return [
     // Error pages
     '404_page_not_found' => 'Sayfa Bulunamadı',
     'sorry_page_not_found' => 'Üzgünüz, aradığınız sayfa bulunamıyor.',
+    'sorry_page_not_found_permission_warning' => 'If you expected this page to exist, you might not have permission to view it.',
     'return_home' => 'Anasayfaya dön',
     'error_occurred' => 'Bir Hata Oluştu',
     'app_down' => ':appName şu anda inaktif',
@@ -96,4 +97,7 @@ return [
     'api_user_no_api_permission' => 'The owner of the used API token does not have permission to make API calls',
     'api_user_token_expired' => 'The authorization token used has expired',
 
+    // Settings & Maintenance
+    'maintenance_test_email_failure' => 'Error thrown when sending a test email:',
+
 ];