mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
New Crowdin updates (#2764)
This commit is contained in:
@ -43,6 +43,10 @@ return [
|
||||
'bookshelf_delete' => 'kitaplığı sildi',
|
||||
'bookshelf_delete_notification' => 'Kitaplık Başarıyla Silindi',
|
||||
|
||||
// Favourites
|
||||
'favourite_add_notification' => '":name" has been added to your favourites',
|
||||
'favourite_remove_notification' => '":name" has been removed from your favourites',
|
||||
|
||||
// Other
|
||||
'commented_on' => 'yorum yaptı',
|
||||
'permissions_update' => 'güncellenmiş izinler',
|
||||
|
@ -40,6 +40,10 @@ return [
|
||||
'remove' => 'Kaldır',
|
||||
'add' => 'Ekle',
|
||||
'fullscreen' => 'Tam Ekran',
|
||||
'favourite' => 'Favourite',
|
||||
'unfavourite' => 'Unfavourite',
|
||||
'next' => 'Next',
|
||||
'previous' => 'Previous',
|
||||
|
||||
// Sort Options
|
||||
'sort_options' => 'Sıralama Seçenekleri',
|
||||
|
@ -27,6 +27,8 @@ return [
|
||||
'images' => 'Görseller',
|
||||
'my_recent_drafts' => 'Son Taslaklarım',
|
||||
'my_recently_viewed' => 'Son Görüntülediklerim',
|
||||
'my_most_viewed_favourites' => 'My Most Viewed Favourites',
|
||||
'my_favourites' => 'My Favourites',
|
||||
'no_pages_viewed' => 'Herhangi bir sayfa görüntülemediniz',
|
||||
'no_pages_recently_created' => 'Yakın zamanda bir sayfa oluşturulmadı',
|
||||
'no_pages_recently_updated' => 'Yakın zamanda bir sayfa güncellenmedi',
|
||||
|
Reference in New Issue
Block a user