]> BookStack Code Mirror - bookstack/blobdiff - lang/hu/settings.php
Fixed OIDC Logout
[bookstack] / lang / hu / settings.php
index 8533becbcd24af960439718e3c19a82dda77b3f3..51487542bbf6c74168709fd1d0417d1dfcbf751c 100644 (file)
@@ -9,7 +9,6 @@ return [
     // Common Messages
     'settings' => 'Beállítások',
     'settings_save' => 'Beállítások mentése',
-    'settings_save_success' => 'Beállítások elmentve',
     'system_version' => 'Rendszerverzió',
     'categories' => 'Kategóriák',
 
@@ -50,8 +49,8 @@ return [
 
     // Color settings
     'color_scheme' => 'Alkalmazás színséma',
-    'color_scheme_desc' => 'Set the colors to use in the BookStack interface. Colors can be configured separately for dark and light modes to best fit the theme and ensure legibility.',
-    'ui_colors_desc' => 'Set the primary color and default link color for BookStack. The primary color is mainly used for the header banner, buttons and interface decorations. The default link color is used for text-based links and actions, both within written content and in the Bookstack interface.',
+    'color_scheme_desc' => 'Set the colors to use in the application user interface. Colors can be configured separately for dark and light modes to best fit the theme and ensure legibility.',
+    'ui_colors_desc' => 'Set the application primary color and default link color. The primary color is mainly used for the header banner, buttons and interface decorations. The default link color is used for text-based links and actions, both within written content and in the application interface.',
     'app_color' => 'Elsődleges szín',
     'link_color' => 'Alapértelmezett link szín',
     'content_colors_desc' => 'Set colors for all elements in the page organisation hierarchy. Choosing colors with a similar brightness to the default colors is recommended for readability.',
@@ -164,6 +163,7 @@ return [
     'role_manage_settings' => 'Alkalmazás beállításainak kezelése',
     'role_export_content' => 'Tartalom exportálása',
     'role_editor_change' => 'Change page editor',
+    'role_notifications' => 'Receive & manage notifications',
     'role_asset' => 'Eszköz jogosultságok',
     'roles_system_warning' => 'Be aware that access to any of the above three permissions can allow a user to alter their own privileges or the privileges of others in the system. Only assign roles with these permissions to trusted users.',
     'role_asset_desc' => 'Ezek a jogosultságok vezérlik az alapértelmezés szerinti hozzáférést a rendszerben található eszközökhöz. A könyvek, fejezetek és oldalak jogosultságai felülírják ezeket a jogosultságokat.',
@@ -232,8 +232,6 @@ return [
     'user_api_token_expiry' => 'Lejárati dátum',
     'user_api_token_expiry_desc' => 'Dátum megadása ameddig a vezérjel érvényes. Ez után a dátum után az ezzel a vezérjellel történő kérések nem fognak működni. Üresen hagyva a lejárati idő 100 évre lesz beállítva.',
     'user_api_token_create_secret_message' => 'Immediately after creating this token a "Token ID" & "Token Secret" will be generated and displayed. The secret will only be shown a single time so be sure to copy the value to somewhere safe and secure before proceeding.',
-    'user_api_token_create_success' => 'API vezérjel sikeresen létrehozva',
-    'user_api_token_update_success' => 'API vezérjel sikeresen frissítve',
     'user_api_token' => 'API vezérjel',
     'user_api_token_id' => 'Vezérjel azonosító',
     'user_api_token_id_desc' => 'Ez egy nem szerkeszthető, a rendszer által létrehozott azonosító ehhez a vezérjelhez amire API kérésekben lehet szükség.',
@@ -244,7 +242,6 @@ return [
     'user_api_token_delete' => 'Vezérjel törlése',
     'user_api_token_delete_warning' => '\':tokenName\' nevű API vezérjel teljesen törölve lesz a rendszerből.',
     'user_api_token_delete_confirm' => 'Biztosan törölhető ez az API vezérjel?',
-    'user_api_token_delete_success' => 'API vezérjel sikeresen törölve',
 
     // Webhooks
     'webhooks' => 'Webhook-ok',