New translations settings.php (Hungarian)

This commit is contained in:
Dan Brown 2020-11-12 11:39:09 +00:00
parent d656b9b982
commit 367ba587c7

View File

@ -81,17 +81,17 @@ return [
'maint_send_test_email_mail_greeting' => 'Az email kézbesítés működőképesnek tűnik!',
'maint_send_test_email_mail_text' => 'Gratulálunk! Mivel ez az email figyelmeztetés megérkezett az email beállítások megfelelőek.',
'maint_recycle_bin_desc' => 'Deleted shelves, books, chapters & pages are sent to the recycle bin so they can be restored or permanently deleted. Older items in the recycle bin may be automatically removed after a while depending on system configuration.',
'maint_recycle_bin_open' => 'Open Recycle Bin',
'maint_recycle_bin_open' => 'Lomtár megnyitása',
// Recycle Bin
'recycle_bin' => 'Recycle Bin',
'recycle_bin' => 'Lomtár',
'recycle_bin_desc' => 'Here you can restore items that have been deleted or choose to permanently remove them from the system. This list is unfiltered unlike similar activity lists in the system where permission filters are applied.',
'recycle_bin_deleted_item' => 'Deleted Item',
'recycle_bin_deleted_by' => 'Deleted By',
'recycle_bin_deleted_at' => 'Deletion Time',
'recycle_bin_deleted_item' => 'Törölt elem',
'recycle_bin_deleted_by' => 'Törölte',
'recycle_bin_deleted_at' => 'Törlés ideje',
'recycle_bin_permanently_delete' => 'Permanently Delete',
'recycle_bin_restore' => 'Restore',
'recycle_bin_contents_empty' => 'The recycle bin is currently empty',
'recycle_bin_restore' => 'Visszaállítás',
'recycle_bin_contents_empty' => 'A lomtár jelenleg üres',
'recycle_bin_empty' => 'Empty Recycle Bin',
'recycle_bin_empty_confirm' => 'This will permanently destroy all items in the recycle bin including content contained within each item. Are you sure you want to empty the recycle bin?',
'recycle_bin_destroy_confirm' => 'This action will permanently delete this item, along with any child elements listed below, from the system and you will not be able to restore this content. Are you sure you want to permanently delete this item?',
@ -105,13 +105,13 @@ return [
// Audit Log
'audit' => 'Audit Log',
'audit_desc' => 'This audit log displays a list of activities tracked in the system. This list is unfiltered unlike similar activity lists in the system where permission filters are applied.',
'audit_event_filter' => 'Event Filter',
'audit_event_filter_no_filter' => 'No Filter',
'audit_deleted_item' => 'Deleted Item',
'audit_deleted_item_name' => 'Name: :name',
'audit_table_user' => 'User',
'audit_table_event' => 'Event',
'audit_table_item' => 'Related Item',
'audit_event_filter' => 'Eseményszűrő',
'audit_event_filter_no_filter' => 'Nincs szűrő',
'audit_deleted_item' => 'Törölt elem',
'audit_deleted_item_name' => 'Név: :name',
'audit_table_user' => 'Felhasználó',
'audit_table_event' => 'Esemény',
'audit_table_item' => 'Kapcsolódó elem',
'audit_table_date' => 'Activity Date',
'audit_date_from' => 'Date Range From',
'audit_date_to' => 'Date Range To',