1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Updated translations with latest Crowdin changes (#4643)

This commit is contained in:
Dan Brown
2023-11-07 14:40:53 +00:00
committed by GitHub
parent ea0469e61a
commit 1310db19ca
17 changed files with 118 additions and 118 deletions

View File

@@ -41,7 +41,7 @@ return [
// Bookshelves
'bookshelf_create' => 'created shelf',
'bookshelf_create_notification' => 'Shelf successfully created',
'bookshelf_create_notification' => 'Könyvespolc sikeresen létrehozva',
'bookshelf_create_from_book' => 'converted book to shelf',
'bookshelf_create_from_book_notification' => 'Book successfully converted to a shelf',
'bookshelf_update' => 'updated shelf',
@@ -85,9 +85,9 @@ return [
'webhook_delete_notification' => 'Webhook successfully deleted',
// Users
'user_create' => 'created user',
'user_create_notification' => 'User successfully created',
'user_update' => 'updated user',
'user_create' => 'felhasználó létrehozása',
'user_create_notification' => 'Felhasználó sikeresen létrehozva',
'user_update' => 'felhasználó módosítása',
'user_update_notification' => 'Felhasználó sikeresen frissítve',
'user_delete' => 'deleted user',
'user_delete_notification' => 'Felhasználó sikeresen eltávolítva',
@@ -117,8 +117,8 @@ return [
'commented_on' => 'megjegyzést fűzött hozzá:',
'comment_create' => 'added comment',
'comment_update' => 'updated comment',
'comment_delete' => 'deleted comment',
'comment_delete' => 'megjegyzés törlése',
// Other
'permissions_update' => 'updated permissions',
'permissions_update' => 'engedélyek frissítve',
];