mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-09 10:22:51 +03:00
Updated translations with latest Crowdin changes (#5188)
This commit is contained in:
@@ -89,7 +89,7 @@ return [
|
||||
'user_create_notification' => 'Kullanıcı başarıyla oluşturuldu',
|
||||
'user_update' => 'updated user',
|
||||
'user_update_notification' => 'Kullanıcı başarıyla güncellendi',
|
||||
'user_delete' => 'deleted user',
|
||||
'user_delete' => 'kullanıcı silindi',
|
||||
'user_delete_notification' => 'Kullanıcı başarıyla silindi',
|
||||
|
||||
// API Tokens
|
||||
|
@@ -107,4 +107,7 @@ return [
|
||||
// Not directly used but available for convenience to users.
|
||||
'privacy_policy' => 'Gizlilik Politikası',
|
||||
'terms_of_service' => 'Hizmet Şartları',
|
||||
|
||||
// OpenSearch
|
||||
'opensearch_description' => 'Search :appName',
|
||||
];
|
||||
|
@@ -224,6 +224,8 @@ return [
|
||||
'pages_edit_switch_to_markdown_clean' => '(Temiz İçerik)',
|
||||
'pages_edit_switch_to_markdown_stable' => '(Kararlı İçerik)',
|
||||
'pages_edit_switch_to_wysiwyg' => 'WYSIWYG düzenleyiciye geç',
|
||||
'pages_edit_switch_to_new_wysiwyg' => 'Switch to new WYSIWYG',
|
||||
'pages_edit_switch_to_new_wysiwyg_desc' => '(In Alpha Testing)',
|
||||
'pages_edit_set_changelog' => 'Değişim Günlüğünü Ayarla',
|
||||
'pages_edit_enter_changelog_desc' => 'Yaptığınız değişiklikler hakkında kısa bir açıklama girin',
|
||||
'pages_edit_enter_changelog' => 'Değişim Günlüğünü Yazın',
|
||||
|
@@ -78,6 +78,7 @@ return [
|
||||
// Users
|
||||
'users_cannot_delete_only_admin' => 'Tek olan yöneticiyi silemezsiniz',
|
||||
'users_cannot_delete_guest' => 'Misafir kullanıyıcıyı silemezsiniz',
|
||||
'users_could_not_send_invite' => 'Could not create user since invite email failed to send',
|
||||
|
||||
// Roles
|
||||
'role_cannot_be_edited' => 'Bu rol düzenlenemez',
|
||||
|
@@ -6,7 +6,7 @@ return [
|
||||
|
||||
'new_comment_subject' => 'New comment on page: :pageName',
|
||||
'new_comment_intro' => 'A user has commented on a page in :appName:',
|
||||
'new_page_subject' => 'New page: :pageName',
|
||||
'new_page_subject' => 'Yeni sayfa :pageName',
|
||||
'new_page_intro' => 'A new page has been created in :appName:',
|
||||
'updated_page_subject' => 'Updated page: :pageName',
|
||||
'updated_page_intro' => 'A page has been updated in :appName:',
|
||||
|
@@ -295,6 +295,7 @@ return [
|
||||
'bs' => 'Bosanski',
|
||||
'ca' => 'Català',
|
||||
'cs' => 'Česky',
|
||||
'cy' => 'Cymraeg',
|
||||
'da' => 'Danca',
|
||||
'de' => 'Deutsch (Sie)',
|
||||
'de_informal' => 'Deutsch (Du)',
|
||||
|
Reference in New Issue
Block a user