repo
stringlengths
7
63
file_url
stringlengths
81
284
file_path
stringlengths
5
200
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-04 15:02:33
2026-01-05 05:24:06
truncated
bool
2 classes
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/tk/auth.php
lang/tk/auth.php
<?php /** * Authentication Language Lines * The following language lines are used during authentication for various * messages that we need to display to the user. */ return [ 'failed' => 'These credentials do not match our records.', 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', // Login & Register 'sign_up' => 'Sign up', 'log_in' => 'Log in', 'log_in_with' => 'Login with :socialDriver', 'sign_up_with' => 'Sign up with :socialDriver', 'logout' => 'Logout', 'name' => 'Name', 'username' => 'Username', 'email' => 'Email', 'password' => 'Password', 'password_confirm' => 'Confirm Password', 'password_hint' => 'Must be at least 8 characters', 'forgot_password' => 'Forgot Password?', 'remember_me' => 'Remember Me', 'ldap_email_hint' => 'Please enter an email to use for this account.', 'create_account' => 'Create Account', 'already_have_account' => 'Already have an account?', 'dont_have_account' => 'Don\'t have an account?', 'social_login' => 'Social Login', 'social_registration' => 'Social Registration', 'social_registration_text' => 'Register and sign in using another service.', 'register_thanks' => 'Thanks for registering!', 'register_confirm' => 'Please check your email and click the confirmation button to access :appName.', 'registrations_disabled' => 'Registrations are currently disabled', 'registration_email_domain_invalid' => 'That email domain does not have access to this application', 'register_success' => 'Thanks for signing up! You are now registered and signed in.', // Login auto-initiation 'auto_init_starting' => 'Attempting Login', 'auto_init_starting_desc' => 'We\'re contacting your authentication system to start the login process. If there\'s no progress after 5 seconds you can try clicking the link below.', 'auto_init_start_link' => 'Proceed with authentication', // Password Reset 'reset_password' => 'Reset Password', 'reset_password_send_instructions' => 'Enter your email below and you will be sent an email with a password reset link.', 'reset_password_send_button' => 'Send Reset Link', 'reset_password_sent' => 'A password reset link will be sent to :email if that email address is found in the system.', 'reset_password_success' => 'Your password has been successfully reset.', 'email_reset_subject' => 'Reset your :appName password', 'email_reset_text' => 'You are receiving this email because we received a password reset request for your account.', 'email_reset_not_requested' => 'If you did not request a password reset, no further action is required.', // Email Confirmation 'email_confirm_subject' => 'Confirm your email on :appName', 'email_confirm_greeting' => 'Thanks for joining :appName!', 'email_confirm_text' => 'Please confirm your email address by clicking the button below:', 'email_confirm_action' => 'Confirm Email', 'email_confirm_send_error' => 'Email confirmation required but the system could not send the email. Contact the admin to ensure email is set up correctly.', 'email_confirm_success' => 'Your email has been confirmed! You should now be able to login using this email address.', 'email_confirm_resent' => 'Confirmation email resent, Please check your inbox.', 'email_confirm_thanks' => 'Thanks for confirming!', 'email_confirm_thanks_desc' => 'Please wait a moment while your confirmation is handled. If you are not redirected after 3 seconds press the "Continue" link below to proceed.', 'email_not_confirmed' => 'Email Address Not Confirmed', 'email_not_confirmed_text' => 'Your email address has not yet been confirmed.', 'email_not_confirmed_click_link' => 'Please click the link in the email that was sent shortly after you registered.', 'email_not_confirmed_resend' => 'If you cannot find the email you can re-send the confirmation email by submitting the form below.', 'email_not_confirmed_resend_button' => 'Resend Confirmation Email', // User Invite 'user_invite_email_subject' => 'You have been invited to join :appName!', 'user_invite_email_greeting' => 'An account has been created for you on :appName.', 'user_invite_email_text' => 'Click the button below to set an account password and gain access:', 'user_invite_email_action' => 'Set Account Password', 'user_invite_page_welcome' => 'Welcome to :appName!', 'user_invite_page_text' => 'To finalise your account and gain access you need to set a password which will be used to log-in to :appName on future visits.', 'user_invite_page_confirm_button' => 'Confirm Password', 'user_invite_success_login' => 'Password set, you should now be able to login using your set password to access :appName!', // Multi-factor Authentication 'mfa_setup' => 'Setup Multi-Factor Authentication', 'mfa_setup_desc' => 'Setup multi-factor authentication as an extra layer of security for your user account.', 'mfa_setup_configured' => 'Already configured', 'mfa_setup_reconfigure' => 'Reconfigure', 'mfa_setup_remove_confirmation' => 'Are you sure you want to remove this multi-factor authentication method?', 'mfa_setup_action' => 'Setup', 'mfa_backup_codes_usage_limit_warning' => 'You have less than 5 backup codes remaining, Please generate and store a new set before you run out of codes to prevent being locked out of your account.', 'mfa_option_totp_title' => 'Mobile App', 'mfa_option_totp_desc' => 'To use multi-factor authentication you\'ll need a mobile application that supports TOTP such as Google Authenticator, Authy or Microsoft Authenticator.', 'mfa_option_backup_codes_title' => 'Backup Codes', 'mfa_option_backup_codes_desc' => 'Generates a set of one-time-use backup codes which you\'ll enter on login to verify your identity. Make sure to store these in a safe & secure place.', 'mfa_gen_confirm_and_enable' => 'Confirm and Enable', 'mfa_gen_backup_codes_title' => 'Backup Codes Setup', 'mfa_gen_backup_codes_desc' => 'Store the below list of codes in a safe place. When accessing the system you\'ll be able to use one of the codes as a second authentication mechanism.', 'mfa_gen_backup_codes_download' => 'Download Codes', 'mfa_gen_backup_codes_usage_warning' => 'Each code can only be used once', 'mfa_gen_totp_title' => 'Mobile App Setup', 'mfa_gen_totp_desc' => 'To use multi-factor authentication you\'ll need a mobile application that supports TOTP such as Google Authenticator, Authy or Microsoft Authenticator.', 'mfa_gen_totp_scan' => 'Scan the QR code below using your preferred authentication app to get started.', 'mfa_gen_totp_verify_setup' => 'Verify Setup', 'mfa_gen_totp_verify_setup_desc' => 'Verify that all is working by entering a code, generated within your authentication app, in the input box below:', 'mfa_gen_totp_provide_code_here' => 'Provide your app generated code here', 'mfa_verify_access' => 'Verify Access', 'mfa_verify_access_desc' => 'Your user account requires you to confirm your identity via an additional level of verification before you\'re granted access. Verify using one of your configured methods to continue.', 'mfa_verify_no_methods' => 'No Methods Configured', 'mfa_verify_no_methods_desc' => 'No multi-factor authentication methods could be found for your account. You\'ll need to set up at least one method before you gain access.', 'mfa_verify_use_totp' => 'Verify using a mobile app', 'mfa_verify_use_backup_codes' => 'Verify using a backup code', 'mfa_verify_backup_code' => 'Backup Code', 'mfa_verify_backup_code_desc' => 'Enter one of your remaining backup codes below:', 'mfa_verify_backup_code_enter_here' => 'Enter backup code here', 'mfa_verify_totp_desc' => 'Enter the code, generated using your mobile app, below:', 'mfa_setup_login_notification' => 'Multi-factor method configured, Please now login again using the configured method.', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/cs/notifications.php
lang/cs/notifications.php
<?php /** * Text used for activity-based notifications. */ return [ 'new_comment_subject' => 'Nový komentář na stránce: :pageName', 'new_comment_intro' => 'Uživatel/ka okomentoval/a stránku v :appName:', 'new_page_subject' => 'Nová stránka: :pageName', 'new_page_intro' => 'V :appName byla vytvořena nová stránka:', 'updated_page_subject' => 'Aktualizovaná stránka: :pageName', 'updated_page_intro' => 'V :appName byla aktualizována stránka:', 'updated_page_debounce' => 'Po nějakou dobu neobdržíte další oznámení o aktualizaci této stránky stejným editorem, aby se omezil počet stejných zpráv.', 'comment_mention_subject' => 'Byli jste zmíněni v komentáři na stránce: :pageName', 'comment_mention_intro' => 'Byli jste zmíněni v komentáři na webu :appName:', 'detail_page_name' => 'Název stránky:', 'detail_page_path' => 'Umístění:', 'detail_commenter' => 'Komentoval/a:', 'detail_comment' => 'Komentář:', 'detail_created_by' => 'Vytvořil/a:', 'detail_updated_by' => 'Aktualizoval/a:', 'action_view_comment' => 'Zobrazit komentář', 'action_view_page' => 'Zobrazit stránku', 'footer_reason' => 'Tato zpráva Vám byla doručena na základě Vašeho :link.', 'footer_reason_link' => 'nastavení upozornění', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/cs/entities.php
lang/cs/entities.php
<?php /** * Text used for 'Entities' (Document Structure Elements) such as * Books, Shelves, Chapters & Pages */ return [ // Shared 'recently_created' => 'Nedávno vytvořené', 'recently_created_pages' => 'Nedávno vytvořené stránky', 'recently_updated_pages' => 'Nedávno aktualizované stránky', 'recently_created_chapters' => 'Nedávno vytvořené kapitoly', 'recently_created_books' => 'Nedávno vytvořené knihy', 'recently_created_shelves' => 'Nedávno vytvořené knihovny', 'recently_update' => 'Nedávno aktualizované', 'recently_viewed' => 'Nedávno zobrazené', 'recent_activity' => 'Nedávné aktivity', 'create_now' => 'Vytvořit nyní', 'revisions' => 'Revize', 'meta_revision' => 'Revize č. :revisionCount', 'meta_created' => 'Vytvořeno :timeLength', 'meta_created_name' => 'Vytvořeno :timeLength uživatelem :user', 'meta_updated' => 'Aktualizováno :timeLength', 'meta_updated_name' => 'Aktualizováno :timeLength uživatelem :user', 'meta_owned_name' => 'Vlastník :user', 'meta_reference_count' => 'Odkazováno :count položkou|Odkazováno :count položkami', 'entity_select' => 'Výběr entity', 'entity_select_lack_permission' => 'Nemáte dostatečná oprávnění k výběru této položky', 'images' => 'Obrázky', 'my_recent_drafts' => 'Mé nedávné koncepty', 'my_recently_viewed' => 'Mé nedávno zobrazené', 'my_most_viewed_favourites' => 'Mé nejčastěji zobrazené oblíbené', 'my_favourites' => 'Mé oblíbené', 'no_pages_viewed' => 'Nezobrazili jste žádné stránky', 'no_pages_recently_created' => 'Žádné nedávno vytvořené stránky', 'no_pages_recently_updated' => 'Žádné nedávno aktualizované stránky', 'export' => 'Exportovat', 'export_html' => 'HTML stránka s celým obsahem', 'export_pdf' => 'PDF dokument', 'export_text' => 'Textový soubor', 'export_md' => 'Markdown', 'export_zip' => 'Přenosný archiv ZIP', 'default_template' => 'Výchozí šablona stránky', 'default_template_explain' => 'Přiřadit šablonu stránky, která bude použita jako výchozí obsah pro všechny nové stránky v této knize. Mějte na paměti, že šablona bude použita pouze v případě, že tvůrce stránek bude mít přístup k těmto vybraným stránkám šablony.', 'default_template_select' => 'Vyberte šablonu stránky', 'import' => 'Importovat', 'import_validate' => 'Ověřit import', 'import_desc' => 'Import knih, kapitol a stránek pomocí přenosného archivu ZIP z tohoto nebo jiného webu. Pro pokračování vyberte ZIP soubor. Po nahrání a ověření souboru budete moci v dalším kroku nastavit a potvrdit import.', 'import_zip_select' => 'Vybrat ZIP soubor k nahrání', 'import_zip_validation_errors' => 'Při ověřování vybraného souboru ZIP byly zjištěny chyby:', 'import_pending' => 'Čekající importy', 'import_pending_none' => 'Žádné importy nebyly spuštěny.', 'import_continue' => 'Pokračovat v importu', 'import_continue_desc' => 'Zkontrolujte obsah, který má být importován z nahraného souboru. Pokud je vše v pořádku, spusťte import pro přidání obsahu ZIP archivu na tento web. Nahraný soubor ZIP bude automaticky odstraněn po úspěšném importu.', 'import_details' => 'Obsah importu', 'import_run' => 'Spustit import', 'import_size' => 'Velikost archivu ZIP: :size', 'import_uploaded_at' => 'Nahráno :relativeTime', 'import_uploaded_by' => 'Nahrál/a', 'import_location' => 'Cílové umístění', 'import_location_desc' => 'Vyberte cílové umístění pro importovaný obsah. K vytvoření potřebujete příslušná oprávnění.', 'import_delete_confirm' => 'Opravdu chcete tento import odstranit?', 'import_delete_desc' => 'Potvrzením odstraníte nahraný ZIP soubor. Tento krok nelze vrátit zpět.', 'import_errors' => 'Chyby importu', 'import_errors_desc' => 'Při pokusu o import došlo k následujícím chybám:', 'breadcrumb_siblings_for_page' => 'Přejít na jinou stránku', 'breadcrumb_siblings_for_chapter' => 'Přejít na jinou kapitolu', 'breadcrumb_siblings_for_book' => 'Přejít na jinou knihu', 'breadcrumb_siblings_for_bookshelf' => 'Přejít na jinou polici', // Permissions and restrictions 'permissions' => 'Oprávnění', 'permissions_desc' => 'Nastavte oprávnění, které změní výchozích oprávnění pochazejících z uživatelské role.', 'permissions_book_cascade' => 'Oprávnění nastavená v knihách budou automaticky kaskádována do podřízených kapitol a stránek, pokud nemají svá vlastní oprávnění.', 'permissions_chapter_cascade' => 'Oprávnění nastavená v knihách budou automaticky kaskádována do podřízených kapitol a stránek, pokud nemají svá vlastní oprávnění.', 'permissions_save' => 'Uložit oprávnění', 'permissions_owner' => 'Vlastník', 'permissions_role_everyone_else' => 'Všichni ostatní', 'permissions_role_everyone_else_desc' => 'Nastavte oprávnění pro všechny role, které nejsou výslovně přepsány.', 'permissions_role_override' => 'Přepsat oprávnění pro roli', 'permissions_inherit_defaults' => 'Zdědit výchozí oprávnění', // Search 'search_results' => 'Výsledky hledání', 'search_total_results_found' => '{1}Nalezen :count výsledek|[2,4]Nalezeny :count výsledky|[5,*]Nalezeno :count výsledků', 'search_clear' => 'Vymazat hledání', 'search_no_pages' => 'Tomuto hledání neodpovídají žádné stránky', 'search_for_term' => 'Hledat :term', 'search_more' => 'Další výsledky', 'search_advanced' => 'Rozšířené hledání', 'search_terms' => 'Hledané výrazy', 'search_content_type' => 'Typ obsahu', 'search_exact_matches' => 'Přesné shody', 'search_tags' => 'Hledat štítky', 'search_options' => 'Možnosti', 'search_viewed_by_me' => 'Zobrazeno mnou', 'search_not_viewed_by_me' => 'Nezobrazeno mnou', 'search_permissions_set' => 'Sada oprávnění', 'search_created_by_me' => 'Vytvořeno mnou', 'search_updated_by_me' => 'Aktualizováno mnou', 'search_owned_by_me' => 'Patřící mně', 'search_date_options' => 'Možnosti data', 'search_updated_before' => 'Aktualizováno před', 'search_updated_after' => 'Aktualizováno po', 'search_created_before' => 'Vytvořeno před', 'search_created_after' => 'Vytvořeno po', 'search_set_date' => 'Nastavit datum', 'search_update' => 'Aktualizovat hledání', // Shelves 'shelf' => 'Police', 'shelves' => 'Police', 'x_shelves' => '{0}:count polic|{1}:count police|[2,4]:count police|[5,*]:count polic', 'shelves_empty' => 'Nebyly vytvořeny žádné police', 'shelves_create' => 'Vytvořit novou polici', 'shelves_popular' => 'Populární police', 'shelves_new' => 'Nové police', 'shelves_new_action' => 'Nová Police', 'shelves_popular_empty' => 'Nejpopulárnější police se objeví zde.', 'shelves_new_empty' => 'Zde se zobrazí nejnovější police.', 'shelves_save' => 'Uložit polici', 'shelves_books' => 'Knihy na této polici', 'shelves_add_books' => 'Přidat knihy do této police', 'shelves_drag_books' => 'Přetáhněte knihy níže a přidejte je do této police', 'shelves_empty_contents' => 'Tato police neobsahuje žádné knihy', 'shelves_edit_and_assign' => 'Upravit polici a přiřadit knihy', 'shelves_edit_named' => 'Upravit polici :name', 'shelves_edit' => 'Upravit polici', 'shelves_delete' => 'Odstranit polici', 'shelves_delete_named' => 'Odstranit polici :name', 'shelves_delete_explain' => "Chystáte se smazat polici ':name'. Knihy v ní obsažené zůstanou zachovány.", 'shelves_delete_confirmation' => 'Opravdu chcete odstranit tuto polici?', 'shelves_permissions' => 'Oprávnění police', 'shelves_permissions_updated' => 'Oprávnění police byla aktualizována', 'shelves_permissions_active' => 'Oprávnění police byla aktivována', 'shelves_permissions_cascade_warning' => 'Oprávnění v policiích nejsou automaticky kaskádována do obsažených knih. To proto, že kniha může existovat ve více policích. Oprávnění však lze zkopírovat do podřízených knih pomocí níže uvedené možnosti.', 'shelves_permissions_create' => 'Oprávnění k vytváření Shelf se používají pouze ke kopírování oprávnění do dětských knih pomocí níže uvedené akce. Nekontrolují schopnost vytvářet knihy.', 'shelves_copy_permissions_to_books' => 'Kopírovat oprávnění na knihy', 'shelves_copy_permissions' => 'Kopírovat oprávnění', 'shelves_copy_permissions_explain' => 'Tímto se použije aktuální nastavení oprávnění police na všechny knihy v ní obsažené. Před aktivací se ujistěte, že byly uloženy všechny změny oprávnění této police.', 'shelves_copy_permission_success' => '{1}Oprávnění police byla zkopírována na :count knihu|[2,4]Oprávnění police byla zkopírována na :count knihy|[5,*]Oprávnění police byla zkopírována na :count knih', // Books 'book' => 'Kniha', 'books' => 'Knihy', 'x_books' => '{0}:count knih|{1}:count kniha|[2,4]:count knihy|[5,*]:count knih', 'books_empty' => 'Nebyly vytvořeny žádné knihy', 'books_popular' => 'Oblíbené knihy', 'books_recent' => 'Nedávné knihy', 'books_new' => 'Nové knihy', 'books_new_action' => 'Nová kniha', 'books_popular_empty' => 'Zde se zobrazí nejoblíbenější knihy.', 'books_new_empty' => 'Zde se zobrazí nejnověji vytvořené knihy.', 'books_create' => 'Vytvořit novou knihu', 'books_delete' => 'Odstranit knihu', 'books_delete_named' => 'Odstranit knihu :bookName', 'books_delete_explain' => 'Toto odstraní knihu ‚:bookName‘. Všechny stránky a kapitoly v této knize budou také odstraněny.', 'books_delete_confirmation' => 'Opravdu chcete odstranit tuto knihu?', 'books_edit' => 'Upravit knihu', 'books_edit_named' => 'Upravit knihu :bookName', 'books_form_book_name' => 'Název knihy', 'books_save' => 'Uložit knihu', 'books_permissions' => 'Oprávnění knihy', 'books_permissions_updated' => 'Oprávnění knihy byla aktualizována', 'books_empty_contents' => 'Pro tuto knihu nebyly vytvořeny žádné stránky ani kapitoly.', 'books_empty_create_page' => 'Vytvořit novou stránku', 'books_empty_sort_current_book' => 'Seřadit aktuální knihu', 'books_empty_add_chapter' => 'Přidat kapitolu', 'books_permissions_active' => 'Oprávnění knihy byla aktivována', 'books_search_this' => 'Prohledat tuto knihu', 'books_navigation' => 'Navigace knihy', 'books_sort' => 'Seřadit obsah knihy', 'books_sort_desc' => 'Pro přeuspořádání obsahu přesuňte kapitoly a stránky v knize. Mohou být přidány další knihy, které umožní snadný přesun kapitol a stránek mezi knihami. Volitelně lze nastavit pravidlo automatického řazení, aby se při změnách automaticky seřadil obsah této knihy.', 'books_sort_auto_sort' => 'Možnost automatického řazení', 'books_sort_auto_sort_active' => 'Aktivní automatické řazení: :sortName', 'books_sort_named' => 'Seřadit knihu :bookName', 'books_sort_name' => 'Seřadit podle názvu', 'books_sort_created' => 'Seřadit podle data vytvoření', 'books_sort_updated' => 'Seřadit podle data aktualizace', 'books_sort_chapters_first' => 'Kapitoly jako první', 'books_sort_chapters_last' => 'Kapitoly jako poslední', 'books_sort_show_other' => 'Zobrazit ostatní knihy', 'books_sort_save' => 'Uložit nové pořadí', 'books_sort_show_other_desc' => 'Přidejte sem další knihy, abyste je zahrnuli do operace třídění, a umožněte snadnou křížovou reorganizaci.', 'books_sort_move_up' => 'Posunout Nahoru', 'books_sort_move_down' => 'Posunout dolů', 'books_sort_move_prev_book' => 'Přesunout se na předchozí knihu', 'books_sort_move_next_book' => 'Přesunout se na další knihu', 'books_sort_move_prev_chapter' => 'Přesunout se do předchozí kapitoly', 'books_sort_move_next_chapter' => 'Přesunout se do další kapitoly', 'books_sort_move_book_start' => 'Přesunout se na začátek knihy', 'books_sort_move_book_end' => 'Přesunout se na konec knihy', 'books_sort_move_before_chapter' => 'Přesunout se před kapitolu', 'books_sort_move_after_chapter' => 'Přesunout se za kapitolu', 'books_copy' => 'Kopírovat knihu', 'books_copy_success' => 'Kniha byla úspěšně zkopírována', // Chapters 'chapter' => 'Kapitola', 'chapters' => 'Kapitoly', 'x_chapters' => '{0}:count kapitol|{1}:count kapitola|[2,4]:count kapitoly|[5,*]:count kapitol', 'chapters_popular' => 'Populární kapitoly', 'chapters_new' => 'Nová kapitola', 'chapters_create' => 'Vytvořit novou kapitolu', 'chapters_delete' => 'Odstranit kapitolu', 'chapters_delete_named' => 'Odstranit kapitolu :chapterName', 'chapters_delete_explain' => 'Toto odstraní kapitolu ‚:chapterName‘. Všechny stránky v této kapitole budou také odstraněny.', 'chapters_delete_confirm' => 'Opravdu chcete odstranit tuto kapitolu?', 'chapters_edit' => 'Upravit kapitolu', 'chapters_edit_named' => 'Upravit kapitolu :chapterName', 'chapters_save' => 'Uložit kapitolu', 'chapters_move' => 'Přesunout kapitolu', 'chapters_move_named' => 'Přesunout kapitolu :chapterName', 'chapters_copy' => 'Kopírovat kapitolu', 'chapters_copy_success' => 'Kapitola byla úspěšně zkopírována', 'chapters_permissions' => 'Oprávnění kapitoly', 'chapters_empty' => 'Tato kapitola neobsahuje žádné stránky', 'chapters_permissions_active' => 'Oprávnění kapitoly byla aktivována', 'chapters_permissions_success' => 'Oprávnění kapitoly byla aktualizována', 'chapters_search_this' => 'Prohledat tuto kapitolu', 'chapter_sort_book' => 'Seřadit knihy', // Pages 'page' => 'Stránka', 'pages' => 'Stránky', 'x_pages' => '{0}:count stran|{1}:count strana|[2,4]:count strany|[5,*]:count stran', 'pages_popular' => 'Populární stránky', 'pages_new' => 'Nová stránka', 'pages_attachments' => 'Přílohy', 'pages_navigation' => 'Obsah stránky', 'pages_delete' => 'Odstranit stránku', 'pages_delete_named' => 'Odstranit stránku :pageName', 'pages_delete_draft_named' => 'Odstranit koncept stránky :pageName', 'pages_delete_draft' => 'Odstranit koncept stránky', 'pages_delete_success' => 'Stránka odstraněna', 'pages_delete_draft_success' => 'Koncept stránky odstraněn', 'pages_delete_warning_template' => 'Tato stránka je aktivní výchozí šablona pro nějakou knihu či kapitolu. Tyto knihy nebo kapitoly již nebudou mít výchozí šablonu stránky přiřazenou po odstranění této stránky.', 'pages_delete_confirm' => 'Opravdu chcete odstranit tuto stránku?', 'pages_delete_draft_confirm' => 'Opravdu chcete odstranit tento koncept stránky?', 'pages_editing_named' => 'Úpravy stránky :pageName', 'pages_edit_draft_options' => 'Možnosti konceptu', 'pages_edit_save_draft' => 'Uložit koncept', 'pages_edit_draft' => 'Upravit koncept stránky', 'pages_editing_draft' => 'Úprava konceptu', 'pages_editing_page' => 'Úpravy stránky', 'pages_edit_draft_save_at' => 'Koncept uložen v ', 'pages_edit_delete_draft' => 'Odstranit koncept', 'pages_edit_delete_draft_confirm' => 'Jste si jisti, že chcete odstranit změny vašich konceptů? Všechny vaše změny, od posledního úplného uložení, budou ztraceny a editor bude aktualizován s nejnovějším stavem nekonceptu stránky.', 'pages_edit_discard_draft' => 'Zahodit koncept', 'pages_edit_switch_to_markdown' => 'Přepnout na Markdown Editor', 'pages_edit_switch_to_markdown_clean' => '(Prostý zápis)', 'pages_edit_switch_to_markdown_stable' => '(Formátovaný zápis)', 'pages_edit_switch_to_wysiwyg' => 'Přepnout na WYSIWYG Editor', 'pages_edit_switch_to_new_wysiwyg' => 'Přepnout na nový WYSIWYG', 'pages_edit_switch_to_new_wysiwyg_desc' => '(V beta testování)', 'pages_edit_set_changelog' => 'Nastavit protokol změn', 'pages_edit_enter_changelog_desc' => 'Zadejte stručný popis změn, které jste provedli', 'pages_edit_enter_changelog' => 'Zadejte protokol změn', 'pages_editor_switch_title' => 'Přepnout editor', 'pages_editor_switch_are_you_sure' => 'Jste si jisti, že chcete změnit editor této stránky?', 'pages_editor_switch_consider_following' => 'Při změně editorů zvažte následující:', 'pages_editor_switch_consideration_a' => 'Po uložení bude nová možnost editoru použita všemi budoucími editory, včetně těch, které nemusí být schopny změnit typ editoru.', 'pages_editor_switch_consideration_b' => 'To může za určitých okolností vést ke ztrátě podrobností a syntaxe.', 'pages_editor_switch_consideration_c' => 'Změny tagu nebo seznamu změn, provedené od posledního uložení, nebudou přetrvávat po celé této změně.', 'pages_save' => 'Uložit stránku', 'pages_title' => 'Nadpis stránky', 'pages_name' => 'Název stránky', 'pages_md_editor' => 'Editor', 'pages_md_preview' => 'Náhled', 'pages_md_insert_image' => 'Vložit obrázek', 'pages_md_insert_link' => 'Vložit odkaz na entitu', 'pages_md_insert_drawing' => 'Vložit kresbu', 'pages_md_show_preview' => 'Zobrazit náhled', 'pages_md_sync_scroll' => 'Synchronizovat náhled', 'pages_md_plain_editor' => 'Upravovat prostý text', 'pages_drawing_unsaved' => 'Nalezen neuložený výkres', 'pages_drawing_unsaved_confirm' => 'Byly nalezeny neuložené kresby z předchozí neúspěšné pokusu o uložení kresby. Chcete je obnovit a pokračovat v úpravě této neuložené kresby?', 'pages_not_in_chapter' => 'Stránka není v kapitole', 'pages_move' => 'Přesunout stránku', 'pages_copy' => 'Kopírovat stránku', 'pages_copy_desination' => 'Cíl kopírování', 'pages_copy_success' => 'Stránka byla zkopírována', 'pages_permissions' => 'Oprávnění stránky', 'pages_permissions_success' => 'Oprávnění stránky byla aktualizována', 'pages_revision' => 'Revize', 'pages_revisions' => 'Revize stránky', 'pages_revisions_desc' => 'Níže uvedené jsou všechny minulé revize této stránky. Můžete se podívat zpět, porovnat a obnovit staré verze stránek, pokud to dovolí oprávnění. Úplná historie stránky nemusí být plně zohledněna, protože v závislosti na konfiguraci systému mohou být staré revize automaticky smazány.', 'pages_revisions_named' => 'Revize stránky pro :pageName', 'pages_revision_named' => 'Revize stránky pro :pageName', 'pages_revision_restored_from' => 'Obnoveno z #:id; :summary', 'pages_revisions_created_by' => 'Vytvořeno uživatelem', 'pages_revisions_date' => 'Datum revize', 'pages_revisions_number' => 'Č. ', 'pages_revisions_sort_number' => 'Číslo revize', 'pages_revisions_numbered' => 'Revize č. :id', 'pages_revisions_numbered_changes' => 'Změny revize č. :id', 'pages_revisions_editor' => 'Typ editoru', 'pages_revisions_changelog' => 'Protokol změn', 'pages_revisions_changes' => 'Změny', 'pages_revisions_current' => 'Aktuální verze', 'pages_revisions_preview' => 'Náhled', 'pages_revisions_restore' => 'Obnovit', 'pages_revisions_none' => 'Tato stránka nemá žádné revize', 'pages_copy_link' => 'Kopírovat odkaz', 'pages_edit_content_link' => 'Přejít na sekci v editoru', 'pages_pointer_enter_mode' => 'Zadejte režim výběru sekce', 'pages_pointer_label' => 'Možnosti sekce stránky', 'pages_pointer_permalink' => 'Trvalý odkaz sekce stránky', 'pages_pointer_include_tag' => 'Sekce stránky obsahuje štítek', 'pages_pointer_toggle_link' => 'Režim trvalého odkazu, stiskem zobrazíte značku', 'pages_pointer_toggle_include' => 'Zahrnout režim značek, stiskněte pro zobrazení trvalého odkazu', 'pages_permissions_active' => 'Oprávnění stránky byla aktivována', 'pages_initial_revision' => 'První vydání', 'pages_references_update_revision' => 'Automatická aktualizace interních odkazů', 'pages_initial_name' => 'Nová stránka', 'pages_editing_draft_notification' => 'Právě upravujete koncept, který byl uložen :timeDiff.', 'pages_draft_edited_notification' => 'Tato stránka se od té doby změnila. Je doporučeno aktuální koncept zahodit.', 'pages_draft_page_changed_since_creation' => 'Tato stránka byla aktualizována od vytvoření tohoto konceptu. Doporučuje se zrušit tento koncept nebo se postarat o to, abyste si nepřepsali žádné již zadané změny.', 'pages_draft_edit_active' => [ 'start_a' => '{1}:count uživatel začal upravovat tuto stránku|[2,4]:count uživatelé začali upravovat tuto stránku|[5,*]:count uživatelů začalo upravovat tuto stránku', 'start_b' => ':userName začal/a upravovat tuto stránku', 'time_a' => 'od doby, kdy byla tato stránky naposledy aktualizována', 'time_b' => 'v posledních minutách (:minCount min.)', 'message' => ':start :time. Dávejte pozor abyste nepřepsali změny ostatním!', ], 'pages_draft_discarded' => 'Koncept byl zahozen. Editor nyní obsahuje aktuální verzi stránky', 'pages_draft_deleted' => 'Koncept byl zahozen. Editor nyní obsahuje aktuální verzi stránky', 'pages_specific' => 'Konkrétní stránka', 'pages_is_template' => 'Šablona stránky', // Editor Sidebar 'toggle_sidebar' => 'Skrýt/Zobrazit postranní panel', 'page_tags' => 'Štítky stránky', 'chapter_tags' => 'Štítky kapitoly', 'book_tags' => 'Štítky knihy', 'shelf_tags' => 'Štítky police', 'tag' => 'Štítek', 'tags' => 'Štítky', 'tags_index_desc' => 'Tagy mohou být použity pro obsah v rámci systému pro pružnou formu kategorizace. Tagy mohou mít klíč i hodnotu, přičemž hodnota je nepovinná. Po aplikaci může být obsah dotazován pomocí názvu a hodnoty štítku.', 'tag_name' => 'Název štítku', 'tag_value' => 'Hodnota štítku (volitelné)', 'tags_explain' => "Přidejte si štítky pro lepší kategorizaci knih. \n Štítky mohou nést i hodnotu pro detailnější klasifikaci.", 'tags_add' => 'Přidat další štítek', 'tags_remove' => 'Odstranit tento štítek', 'tags_usages' => 'Počet použití štítku', 'tags_assigned_pages' => 'Přiřazeno ke stránkám', 'tags_assigned_chapters' => 'Přiřazeno ke kapitolám', 'tags_assigned_books' => 'Přiřazeno ke knihám', 'tags_assigned_shelves' => 'Přiřazeno k policím', 'tags_x_unique_values' => '{1}:count jedinečná hodnota|[2,4]:count jedinečné hodnoty|[5,*]:count jedinečných hodnot', 'tags_all_values' => 'Všechny hodnoty', 'tags_view_tags' => 'Zobrazit štítky', 'tags_view_existing_tags' => 'Zobrazit existující štítky', 'tags_list_empty_hint' => 'Štítky mohou být přiřazeny pomocí postranního panelu editoru stránky nebo při úpravách podrobností knihy, kapitoly nebo police.', 'attachments' => 'Přílohy', 'attachments_explain' => 'Nahrajte soubory nebo připojte odkazy, které se zobrazí na stránce. Budou k nalezení v postranní liště.', 'attachments_explain_instant_save' => 'Změny zde provedené se okamžitě ukládají.', 'attachments_upload' => 'Nahrát soubor', 'attachments_link' => 'Připojit odkaz', 'attachments_upload_drop' => 'Případně můžete přetáhnout soubor zde, abyste jej mohli nahrát jako přílohu.', 'attachments_set_link' => 'Nastavit odkaz', 'attachments_delete' => 'Jste si jisti, že chcete odstranit tuto přílohu?', 'attachments_dropzone' => 'Soubory nahrajete přetažením sem', 'attachments_no_files' => 'Žádné soubory nebyly nahrány', 'attachments_explain_link' => 'Můžete pouze připojit odkaz pokud nechcete nahrávat soubor přímo. Může to být odkaz na jinou stránku nebo na soubor v cloudu.', 'attachments_link_name' => 'Název odkazu', 'attachment_link' => 'Odkaz na přílohu', 'attachments_link_url' => 'Odkaz na soubor', 'attachments_link_url_hint' => 'URL stránky nebo souboru', 'attach' => 'Připojit', 'attachments_insert_link' => 'Přidat odkaz na přílohu do stránky', 'attachments_edit_file' => 'Upravit soubor', 'attachments_edit_file_name' => 'Název souboru', 'attachments_edit_drop_upload' => 'Přetáhněte sem soubor myší nebo klikněte pro nahrání nového souboru a následné přepsání starého', 'attachments_order_updated' => 'Pořadí příloh aktualizováno', 'attachments_updated_success' => 'Podrobnosti příloh aktualizovány', 'attachments_deleted' => 'Příloha byla odstraněna', 'attachments_file_uploaded' => 'Soubor byl nahrán', 'attachments_file_updated' => 'Soubor byl aktualizován', 'attachments_link_attached' => 'Odkaz byl přiložen ke stránce', 'templates' => 'Šablony', 'templates_set_as_template' => 'Tato stránka je šablona', 'templates_explain_set_as_template' => 'Tuto stránku můžete nastavit jako šablonu, aby byl její obsah využit při vytváření dalších stránek. Ostatní uživatelé budou moci použít tuto šablonu, pokud mají oprávnění k zobrazení této stránky.', 'templates_replace_content' => 'Nahradit obsah stránky', 'templates_append_content' => 'Připojit za obsah stránky', 'templates_prepend_content' => 'Připojit před obsah stránky', // Profile View 'profile_user_for_x' => 'Uživatelem již :time', 'profile_created_content' => 'Vytvořený obsah', 'profile_not_created_pages' => ':userName nevytvořil/a žádné stránky', 'profile_not_created_chapters' => ':userName nevytvořil/a žádné kapitoly', 'profile_not_created_books' => ':userName nevytvořil/a žádné knihy', 'profile_not_created_shelves' => ':userName nevytvořil/a žádné knihovny', // Comments 'comment' => 'Komentář', 'comments' => 'Komentáře', 'comment_add' => 'Přidat komentář', 'comment_none' => 'Žádné komentáře k zobrazení', 'comment_placeholder' => 'Zde zadejte komentář', 'comment_thread_count' => '{0}:count vláken komentářů|{1}:count vlákno komentářů|[2,4]:count vlákna komentářů|[5,*]:count vláken komentářů', 'comment_archived_count' => '[0,1]:count archivováno|[2,4]:count archivována|[5,*]:count archivováno', 'comment_archived_threads' => 'Archivovaná vlákna', 'comment_save' => 'Uložit komentář', 'comment_new' => 'Nový komentář', 'comment_created' => 'komentováno :createDiff', 'comment_updated' => 'Aktualizováno :updateDiff uživatelem :username', 'comment_updated_indicator' => 'Aktualizováno', 'comment_deleted_success' => 'Komentář odstraněn', 'comment_created_success' => 'Komentář přidán', 'comment_updated_success' => 'Komentář aktualizován', 'comment_archive_success' => 'Komentář archivován', 'comment_unarchive_success' => 'Komentář od-archivován', 'comment_view' => 'Zobrazit komentář', 'comment_jump_to_thread' => 'Přejít na vlákno', 'comment_delete_confirm' => 'Opravdu chcete odstranit tento komentář?', 'comment_in_reply_to' => 'Odpověď na :commentId', 'comment_reference' => 'Odkaz', 'comment_reference_outdated' => '(Zastaralý)', 'comment_editor_explain' => 'Zde jsou komentáře, které zůstaly na této stránce. Komentáře lze přidat a spravovat při prohlížení uložené stránky.', // Revision 'revision_delete_confirm' => 'Opravdu chcete odstranit tuto revizi?', 'revision_restore_confirm' => 'Jste si jisti, že chcete obnovit tuto revizi? Aktuální obsah stránky bude nahrazen.', 'revision_cannot_delete_latest' => 'Nelze odstranit poslední revizi.', // Copy view 'copy_consider' => 'Při kopírování obsahu zvažte prosím níže.', 'copy_consider_permissions' => 'Vlastní nastavení oprávnění nebudou zkopírovány.', 'copy_consider_owner' => 'Stanete se vlastníkem veškerého kopírovaného obsahu.', 'copy_consider_images' => 'Soubory obrázků stránky nebudou duplikovány a původní obrázky si zachovají jejich vztah ke stránce, na kterou byly původně nahrány.', 'copy_consider_attachments' => 'Přílohy stránky nebudou zkopírovány.', 'copy_consider_access' => 'Po změně umístění, vlastníka nebo oprávnění může dojít k tomu, že obsah může být přístupný těm, kteří přístup dříve něměli.', // Conversions 'convert_to_shelf' => 'Převést na polici', 'convert_to_shelf_contents_desc' => 'Tuto knihu můžete převést na novou polici se stejným obsahem. Kapitoly obsažené v této knize budou převedeny na nové knihy. Pokud tato kniha obsahuje jakékoli stránky, které nejsou uvedeny v kapitole, bude tato kniha přejmenována a bude obsahovat tyto stránky a stane se součástí nové police.', 'convert_to_shelf_permissions_desc' => 'Veškerá oprávnění nastavená v této knize budou zkopírována do nové police a do všech nových podřazených knih, které nemají vlastní oprávnění. Všimněte si, že oprávnění na policích neobsahují automatickou kaskádu na obsah, jako je tomu u knih.', 'convert_book' => 'Převést knihu', 'convert_book_confirm' => 'Opravdu chcete převést tuto knihu?', 'convert_undo_warning' => 'To nelze tak snadno vrátit zpět.', 'convert_to_book' => 'Převést knihu', 'convert_to_book_desc' => 'Tuto kapitolu můžete převést na novou knihu se stejným obsahem. Veškerá oprávnění nastavená v této kapitole budou zkopírována do nové knihy, ale všechna zděděná oprávnění, z nadřazené knihy nebudou kopírovány, což by mohlo vést ke změně kontroly přístupu.', 'convert_chapter' => 'Převést kapitolu', 'convert_chapter_confirm' => 'Jste si jisti, že chcete převést tuto kapitolu?', // References 'references' => 'Odkazy', 'references_none' => 'Nebyly nalezeny žádné odkazy na tuto položku.', 'references_to_desc' => 'Níže je uveden veškerý obsah o kterém systém ví, že odkazuje na tuto položku.', // Watch Options 'watch' => 'Sledovat', 'watch_title_default' => 'Výchozí vlastnosti', 'watch_desc_default' => 'Vrátit sledování pouze do výchozích nastavení oznámení.', 'watch_title_ignore' => 'Ignorovat', 'watch_desc_ignore' => 'Ignorovat všechna oznámení, včetně oznámení z nastavení uživatelské úrovně.', 'watch_title_new' => 'Nová stránka', 'watch_desc_new' => 'Upozornit, když je v této položce vytvořena nová stránka.', 'watch_title_updates' => 'Všechny aktualizace stránky', 'watch_desc_updates' => 'Upozornit na všechny nové stránky a změny stránek.', 'watch_desc_updates_page' => 'Upozornit na všechny změny stránky.', 'watch_title_comments' => 'Všechny aktualizace a komentáře stránky', 'watch_desc_comments' => 'Upozornit na všechny nové stránky, změny stránek a nové komentáře.', 'watch_desc_comments_page' => 'Upozornit na změny stránky a nové komentáře.', 'watch_change_default' => 'Změnit výchozí předvolby oznámení', 'watch_detail_ignore' => 'Ignorování oznámení', 'watch_detail_new' => 'Sledování nových stránek', 'watch_detail_updates' => 'Sledování nových stránek a aktualizací', 'watch_detail_comments' => 'Sledování nových stránek, aktualizací a komentářů', 'watch_detail_parent_book' => 'Sledování přes nadřazenou knihu', 'watch_detail_parent_book_ignore' => 'Ignorování přes nadřazenou knihu', 'watch_detail_parent_chapter' => 'Sledování přes nadřazenou knihu', 'watch_detail_parent_chapter_ignore' => 'Ignorování přes nadřazenou knihu', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/cs/passwords.php
lang/cs/passwords.php
<?php /** * Password Reminder Language Lines * The following language lines are the default lines which match reasons * that are given by the password broker for a password update attempt has failed. */ return [ 'password' => 'Heslo musí mít alespoň osm znaků a shodovat se v obou polích.', 'user' => "Uživatel s touto e-mailovou adresou nebyl nalezen.", 'token' => 'Token pro obnovení hesla není platný pro tuto e-mailovou adresu.', 'sent' => 'Poslali jsme Vám e-mail s odkazem pro obnovení hesla!', 'reset' => 'Vaše heslo bylo obnoveno!', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/cs/editor.php
lang/cs/editor.php
<?php /** * Page Editor Lines * Contains text strings used within the user interface of the * WYSIWYG page editor. Some Markdown editor strings may still * exist in the 'entities' file instead since this was added later. */ return [ // General editor terms 'general' => 'Základní nastavení', 'advanced' => 'Pokročilé', 'none' => 'Nic', 'cancel' => 'Zrušit', 'save' => 'Uložit', 'close' => 'Zavřít‏', 'apply' => 'Použít', 'undo' => 'Zpět', 'redo' => 'Znovu', 'left' => 'Vlevo', 'center' => 'Na střed', 'right' => 'Vpravo', 'top' => 'Nahoru', 'middle' => 'Uprostřed', 'bottom' => 'Odspodu', 'width' => 'Šířka', 'height' => 'výška', 'More' => 'Více', 'select' => 'Vybrat...', // Toolbar 'formats' => 'Formáty', 'header_large' => 'Velké záhlaví', 'header_medium' => 'Střední záhlaví', 'header_small' => 'Malé záhlaví', 'header_tiny' => 'Malá hlavička', 'paragraph' => 'Odstavec', 'blockquote' => 'Citát do bloku', 'inline_code' => 'Vložený kód', 'callouts' => 'Poznámka', 'callout_information' => 'Informace', 'callout_success' => 'Úspěšně dokončeno', 'callout_warning' => 'Upozornění', 'callout_danger' => 'Nebezpečí', 'bold' => 'Tučně', 'italic' => 'Kurzíva', 'underline' => 'Podtržené', 'strikethrough' => 'Proškrtnuté', 'superscript' => 'horní index', 'subscript' => 'Dolní index', 'text_color' => 'Barva textu', 'highlight_color' => 'Barva zvýraznění', 'custom_color' => 'Vlastní barva', 'remove_color' => 'Odstranit barvu', 'background_color' => 'Barva pozadí', 'align_left' => 'Zarovnat vlevo', 'align_center' => 'Zarovnat na střed', 'align_right' => 'Zarovnat doprava', 'align_justify' => 'Zarovnat do bloku', 'list_bullet' => 'Bodový seznam', 'list_numbered' => 'Číslovaný seznam', 'list_task' => 'Seznam úkolů', 'indent_increase' => 'Zvýšit odsazení', 'indent_decrease' => 'Zmenšit odsazení', 'table' => 'Tabulka', 'insert_image' => 'Vložit obrázek', 'insert_image_title' => 'Vložit/upravit obrázek', 'insert_link' => 'Vložit/upravit odkaz', 'insert_link_title' => 'Vložit/upravit odkaz', 'insert_horizontal_line' => 'Vložit vodorovnou čáru', 'insert_code_block' => 'Vložit blok s kódem', 'edit_code_block' => 'Upravit blok kódu', 'insert_drawing' => 'Vložit/upravit kreslení', 'drawing_manager' => 'Správce kreslení', 'insert_media' => 'Vložit/upravit média', 'insert_media_title' => 'Vložit/upravit média', 'clear_formatting' => 'Vymazat formátování', 'source_code' => 'Zdrojový kód', 'source_code_title' => 'Zdrojový kód', 'fullscreen' => 'Celá obrazovka', 'image_options' => 'Možnosti obrázku', // Tables 'table_properties' => 'Vlastnosti tabulky', 'table_properties_title' => 'Vlastnosti tabulky', 'delete_table' => 'Smazat tabulku', 'table_clear_formatting' => 'Vymazat formátování tabulky', 'resize_to_contents' => 'Změnit velikost podle obsahu', 'row_header' => 'Záhlaví řádku', 'insert_row_before' => 'Vložit řádek před', 'insert_row_after' => 'Vložit řádek za', 'delete_row' => 'Smazat řádek', 'insert_column_before' => 'Vložit sloupec před', 'insert_column_after' => 'Vložit sloupec za', 'delete_column' => 'Odstranit sloupec', 'table_cell' => 'Buňka', 'table_row' => 'Řádek', 'table_column' => 'Sloupec', 'cell_properties' => 'Vlastnosti buňky', 'cell_properties_title' => 'Vlastnosti buňky', 'cell_type' => 'Typ buňky', 'cell_type_cell' => 'Buňka', 'cell_scope' => 'Rozsah', 'cell_type_header' => 'buňka záhlaví', 'merge_cells' => 'Sloučit buňky', 'split_cell' => 'Rozdělit buňku', 'table_row_group' => 'Skupina řádků', 'table_column_group' => 'Skupina sloupců', 'horizontal_align' => 'Vodorovné zarovnání', 'vertical_align' => 'Svislé vyrovnání', 'border_width' => 'Šířka okraje', 'border_style' => 'Styl okraje', 'border_color' => 'Barva okraje', 'row_properties' => 'Vlastnosti řádku', 'row_properties_title' => 'Vlastnosti řádku', 'cut_row' => 'Vyjmout řádek', 'copy_row' => 'Kopírovat řádek', 'paste_row_before' => 'Vložit řádek před', 'paste_row_after' => 'Vložit za', 'row_type' => 'Typ řádku', 'row_type_header' => 'Hlavička', 'row_type_body' => 'Tělo', 'row_type_footer' => 'Zápatí', 'alignment' => 'zarovnání', 'cut_column' => 'Vyjmout sloupec', 'copy_column' => 'Kopírovat sloupec', 'paste_column_before' => 'Přidat sloupec před', 'paste_column_after' => 'Přidat sloupec za', 'cell_padding' => 'Odsazení obsahu buněk', 'cell_spacing' => 'Mezery mezi buňkami', 'caption' => 'Titulek', 'show_caption' => 'Zobrazit titulek', 'constrain' => 'Vazba poměrů', 'cell_border_solid' => 'Nepřerušovaná čára', 'cell_border_dotted' => 'Tečkovaná čára', 'cell_border_dashed' => 'Přerušovaná čára', 'cell_border_double' => 'Dvojitá', 'cell_border_groove' => 'Drážek', 'cell_border_ridge' => 'hřeben', 'cell_border_inset' => 'Vsazený', 'cell_border_outset' => 'Počátek', 'cell_border_none' => 'Žádné', 'cell_border_hidden' => 'Skrytý', // Images, links, details/summary & embed 'source' => 'Zdroj', 'alt_desc' => 'Alternativní popis', 'embed' => 'Vložení', 'paste_embed' => 'Vložte svůj vložený kód níže:', 'url' => 'Adresa URL', 'text_to_display' => 'Text k zobrazení', 'title' => 'Titulek', 'browse_links' => 'Procházet odkazy', 'open_link' => 'Otevřít odkaz', 'open_link_in' => 'Otevřít odkaz v...', 'open_link_current' => 'Aktuální okno', 'open_link_new' => 'Nové okno', 'remove_link' => 'Odstranit odkaz', 'insert_collapsible' => 'Vložit sbalitelný blok', 'collapsible_unwrap' => 'Rozbalit', 'edit_label' => 'Upravit štítek', 'toggle_open_closed' => 'Přepnout otevření/zavření', 'collapsible_edit' => 'Upravit sbalitelný blok', 'toggle_label' => 'Přepnout popisek', // About view 'about' => 'O editoru', 'about_title' => 'O WYSIWYG editoru', 'editor_license' => 'Editor licence a autorská práva', 'editor_lexical_license' => 'Tento editor je vytvořen jako fork :lexicalLink, který je distribuován pod licencí MIT.', 'editor_lexical_license_link' => 'Kompletní údaje o licenci naleznete zde.', 'editor_tiny_license' => 'Tento editor je vytvořen pomocí :tinyLink, který je poskytován pod licencí MIT.', 'editor_tiny_license_link' => 'Podrobnosti o autorských právech a licenci TinyMCE naleznete zde.', 'save_continue' => 'Uložit stránku a pokračovat', 'callouts_cycle' => '(Stiskněte pro přepnutí typů)', 'link_selector' => 'Odkaz na obsah', 'shortcuts' => 'Zkratky', 'shortcut' => 'Zástupce', 'shortcuts_intro' => 'Následující zkratky jsou k dispozici v editoru:', 'windows_linux' => '(Windows/Linux)', 'mac' => '(Mac)', 'description' => 'Popis', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/cs/components.php
lang/cs/components.php
<?php /** * Text used in custom JavaScript driven components. */ return [ // Image Manager 'image_select' => 'Výběr obrázku', 'image_list' => 'Seznam obrázků', 'image_details' => 'Detail obrázku', 'image_upload' => 'Nahrát obrázek', 'image_intro' => 'Zde můžete vybrat a spravovat obrázky, které byly dříve nahrány do systému.', 'image_intro_upload' => 'Nahrajte nový obrázek přetažením obrázku do tohoto okna, nebo pomocí tlačítka "Nahrát obrázek" výše.', 'image_all' => 'Vše', 'image_all_title' => 'Zobrazit všechny obrázky', 'image_book_title' => 'Zobrazit obrázky nahrané do této knihy', 'image_page_title' => 'Zobrazit obrázky nahrané na tuto stránku', 'image_search_hint' => 'Hledat podle názvu obrázku', 'image_uploaded' => 'Nahráno :uploadedDate', 'image_uploaded_by' => 'Nahráno uživatelem :userName', 'image_uploaded_to' => 'Nahráno na :pageLink', 'image_updated' => 'Aktualizováno :updateDate', 'image_load_more' => 'Načíst další', 'image_image_name' => 'Název obrázku', 'image_delete_used' => 'Tento obrázek je použit na níže uvedených stránkách.', 'image_delete_confirm_text' => 'Opravdu chcete odstranit tento obrázek?', 'image_select_image' => 'Zvolte obrázek', 'image_dropzone' => 'Přetáhněte obrázky nebo klikněte sem pro nahrání', 'image_dropzone_drop' => 'Obrázky nahrajete přetažením sem', 'images_deleted' => 'Obrázky odstraněny', 'image_preview' => 'Náhled obrázku', 'image_upload_success' => 'Obrázek byl nahrán', 'image_update_success' => 'Podrobnosti o obrázku byly aktualizovány', 'image_delete_success' => 'Obrázek byl odstraněn', 'image_replace' => 'Nahradit obrázek', 'image_replace_success' => 'Obrázek úspěšně vytvořen', 'image_rebuild_thumbs' => 'Přegenerovat všechny velikosti', 'image_rebuild_thumbs_success' => 'Všechny velikostní varianty obrázku byly úspěšně znovu vytvořeny!', // Code Editor 'code_editor' => 'Upravit kód', 'code_language' => 'Jazyk kódu', 'code_content' => 'Obsah kódu', 'code_session_history' => 'Historie relace', 'code_save' => 'Uložit kód', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/cs/preferences.php
lang/cs/preferences.php
<?php /** * Text used for user-preference specific views within bookstack. */ return [ 'my_account' => 'Můj účet', 'shortcuts' => 'Zkratky', 'shortcuts_interface' => 'Nastavení klávesových zkratek', 'shortcuts_toggle_desc' => 'Zde můžete povolit nebo zakázat klávesové zkratky systémového rozhraní používané pro navigaci a akce.', 'shortcuts_customize_desc' => 'Po výběru vstupu pro zástupce si můžete přizpůsobit všechny klávesové zkratky.', 'shortcuts_toggle_label' => 'Klávesové zkratky povoleny', 'shortcuts_section_navigation' => 'Navigace', 'shortcuts_section_actions' => 'Společné akce', 'shortcuts_save' => 'Uložit zkratky', 'shortcuts_overlay_desc' => 'Poznámka: Když jsou povoleny zkratky, je k dispozici pomocný překryv stisknutím "? která zvýrazní dostupné zkratky pro akce viditelné na obrazovce.', 'shortcuts_update_success' => 'Nastavení pro zkratky bylo aktualizováno!', 'shortcuts_overview_desc' => 'Správa klávesových zkratek, které můžete použít k navigaci systémového uživatelského rozhraní.', 'notifications' => 'Nastavení upozornění', 'notifications_desc' => 'Nastavte si e-mailová oznámení, která dostanete při provedení určitých akcí v systému.', 'notifications_opt_own_page_changes' => 'Upozornit na změny stránek u kterých jsem vlastníkem', 'notifications_opt_own_page_comments' => 'Upozornit na komentáře na stránkách, které vlastním', 'notifications_opt_comment_mentions' => 'Upozornit, když mě někdo zmíní v komentáři', 'notifications_opt_comment_replies' => 'Upozornit na odpovědi na mé komentáře', 'notifications_save' => 'Uložit nastavení', 'notifications_update_success' => 'Nastavení oznámení byla aktualizována!', 'notifications_watched' => 'Sledované a ignorované položky', 'notifications_watched_desc' => 'Níže jsou položky, které mají vlastní nastavení sledování. Chcete-li aktualizovat vaše předvolby, zobrazte položku a pak upravte možnosti sledování v postranním panelu.', 'auth' => 'Přístup a zabezpečení', 'auth_change_password' => 'Změnit heslo', 'auth_change_password_desc' => 'Změňte heslo, které používáte pro přihlášení do aplikace. Musí být minimálně 8 znaků dlouhé.', 'auth_change_password_success' => 'Heslo bylo aktualizováno!', 'profile' => 'Podrobnosti profilu', 'profile_desc' => 'Spravujte údaje k vašemu účtu, které vás reprezentují před ostatními uživateli, kromě údajů, které se používají pro komunikaci a přizpůsobení systému.', 'profile_view_public' => 'Zobrazit veřejný profil', 'profile_name_desc' => 'Nastavte vaše zobrazované jméno, které bude viditelné ostatním uživatelům v systému prostřednictvím provedených aktivit a vlastního obsahu.', 'profile_email_desc' => 'Tento e-mail bude použit pro oznámení a přístup do systému v závislosti na systémové autentizaci.', 'profile_email_no_permission' => 'Bohužel nemáte oprávnění ke změně své e-mailové adresy. Pokud ji chcete změnit, musíte požádat správce, aby provedl tuto změnu za vás.', 'profile_avatar_desc' => 'Vyberte obrázek, který bude použit k vaší prezentaci pro ostatní v systému. Ideálně by tento obrázek měl být čtverec o velikosti 256px na šířku a výšku.', 'profile_admin_options' => 'Možnosti správce', 'profile_admin_options_desc' => 'Další možnosti na úrovni administrátora. Například ty, které spravují přiřazení rolí lze najít pro váš účet v sekci "Nastavení > Uživatelé".', 'delete_account' => 'Smazat účet', 'delete_my_account' => 'Smazat můj účet', 'delete_my_account_desc' => 'Tímto zcela smažete váš účet ze systému. Nebudete moci tento účet obnovit nebo tuto akci vrátit. Obsah, který jste vytvořili, jako jsou vytvořené stránky a nahrané obrázky, zůstanou zachovány.', 'delete_my_account_warning' => 'Opravdu si přejete smazat váš účet?', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/cs/errors.php
lang/cs/errors.php
<?php /** * Text shown in error messaging. */ return [ // Permissions 'permission' => 'Nemáte povolení přistupovat na požadovanou stránku.', 'permissionJson' => 'Nemáte povolení k provedení požadované akce.', // Auth 'error_user_exists_different_creds' => 'Uživatel s emailem :email již existuje, ale s jinými přihlašovacími údaji.', 'auth_pre_register_theme_prevention' => 'Zadané údaje nedovolují zaregistrovat uživatelský účet', 'email_already_confirmed' => 'Emailová adresa již byla potvrzena. Zkuste se přihlásit.', 'email_confirmation_invalid' => 'Tento potvrzovací odkaz již neplatí nebo už byl použit. Zkuste prosím registraci znovu.', 'email_confirmation_expired' => 'Tento potvrzovací odkaz již neplatí, byl Vám odeslán nový potvrzovací e-mail.', 'email_confirmation_awaiting' => 'E-mailová adresa pro používaný účet musí být potvrzena', 'ldap_fail_anonymous' => 'Přístup k adresáři LDAP jako anonymní uživatel (anonymous bind) selhal', 'ldap_fail_authed' => 'Přístup k adresáři LDAP pomocí zadaného jména (dn) a hesla selhal', 'ldap_extension_not_installed' => 'Není nainstalováno rozšíření LDAP pro PHP', 'ldap_cannot_connect' => 'Nelze se připojit k adresáři LDAP. Prvotní připojení selhalo.', 'saml_already_logged_in' => 'Již jste přihlášeni', 'saml_no_email_address' => 'Nelze najít e-mailovou adresu pro tohoto uživatele v datech poskytnutých externím přihlašovacím systémem', 'saml_invalid_response_id' => 'Požadavek z externího ověřovacího systému nebyl rozpoznám procesem, který tato aplikace spustila. Tento problém může způsobit stisknutí tlačítka Zpět po přihlášení.', 'saml_fail_authed' => 'Přihlášení pomocí :system selhalo, systém neposkytl úspěšnou autorizaci', 'oidc_already_logged_in' => 'Již jste přihlášeni', 'oidc_no_email_address' => 'Nelze najít e-mailovou adresu pro tohoto uživatele v datech poskytnutých externím přihlašovacím systémem', 'oidc_fail_authed' => 'Přihlášení pomocí :system selhalo, systém neposkytl úspěšnou autorizaci', 'social_no_action_defined' => 'Nebyla zvolena žádá akce', 'social_login_bad_response' => "Nastala chyba během přihlašování přes :socialAccount \n:error", 'social_account_in_use' => 'Tento účet na :socialAccount se již používá. Pokuste se s ním přihlásit volbou Přihlásit přes :socialAccount.', 'social_account_email_in_use' => 'Emailová adresa :email se již používá. Pokud máte již máte náš účet, můžete si jej propojit se svým účtem na :socialAccount v nastavení vašeho profilu.', 'social_account_existing' => 'Tento účet na :socialAccount je již propojen s vaším profilem zde.', 'social_account_already_used_existing' => 'Tento účet na :socialAccount je již používán jiným uživatelem.', 'social_account_not_used' => 'Tento účet na :socialAccount není spřažen s žádným uživatelem. Prosím přiřaďtě si jej v nastavení svého profilu.', 'social_account_register_instructions' => 'Pokud ještě nemáte náš účet, můžete se zaregistrovat pomocí vašeho účtu na :socialAccount.', 'social_driver_not_found' => 'Doplněk pro tohoto správce identity nebyl nalezen.', 'social_driver_not_configured' => 'Nastavení vašeho účtu na :socialAccount není správné. :socialAccount musí mít vaše svolení pro naší aplikaci vás přihlásit.', 'invite_token_expired' => 'Odkaz v pozvánce již bohužel vypršel. Namísto toho ale můžete zkusit resetovat heslo do Vašeho účtu.', 'login_user_not_found' => 'Uživatele pro tuto akci se nepodařilo najít.', // System 'path_not_writable' => 'Nelze zapisovat na cestu k souboru :filePath. Zajistěte aby se dalo nahrávat na server.', 'cannot_get_image_from_url' => 'Nelze získat obrázek z adresy :url', 'cannot_create_thumbs' => 'Server nedokáže udělat náhledy. Zkontrolujte, že rozšíření GD pro PHP je nainstalováno.', 'server_upload_limit' => 'Server nepovoluje nahrávat tak veliké soubory. Zkuste prosím menší soubor.', 'server_post_limit' => 'Server nemůže přijmout takové množství dat. Zkuste to znovu s méně daty nebo menším souborem.', 'uploaded' => 'Server nepovoluje nahrávat tak veliké soubory. Zkuste prosím menší soubor.', // Drawing & Images 'image_upload_error' => 'Nastala chyba během nahrávání souboru', 'image_upload_type_error' => 'Typ nahrávaného obrázku je neplatný.', 'image_upload_replace_type' => 'Náhrady souboru obrázku musí být stejného typu', 'image_upload_memory_limit' => 'Nepodařilo se zpracovat nahrávaný obrázek anebo vytvořit náhledy z důvodu omezených systémových prostředků.', 'image_thumbnail_memory_limit' => 'Nepodařilo se vytvořit všechny velikostní varianty obrázku z důvodu omezených systémových prostředků.', 'image_gallery_thumbnail_memory_limit' => 'Nepodařilo se vytvořit náhledy alba z důvodu omezených systémových prostředků.', 'drawing_data_not_found' => 'Data výkresu nelze načíst. Výkresový soubor již nemusí existovat nebo nemusí mít oprávnění k němu přistupovat.', // Attachments 'attachment_not_found' => 'Příloha nenalezena', 'attachment_upload_error' => 'Nastala chyba během nahrávání přiloženého souboru', // Pages 'page_draft_autosave_fail' => 'Nepovedlo se uložit koncept. Než stránku uložíte, ujistěte se, že jste připojeni k internetu.', 'page_draft_delete_fail' => 'Nepodařilo se odstranit koncept stránky a načíst její aktuální obsah', 'page_custom_home_deletion' => 'Nelze odstranit tuto stránku, protože je nastavena jako uvítací stránka', // Entities 'entity_not_found' => 'Prvek nenalezen', 'bookshelf_not_found' => 'Police nenalezena', 'book_not_found' => 'Kniha nenalezena', 'page_not_found' => 'Stránka nenalezena', 'chapter_not_found' => 'Kapitola nenalezena', 'selected_book_not_found' => 'Vybraná kniha nebyla nalezena', 'selected_book_chapter_not_found' => 'Zvolená kniha nebo kapitola nebyla nalezena', 'guests_cannot_save_drafts' => 'Nepřihlášení návštěvníci nemohou ukládat koncepty', // Users 'users_cannot_delete_only_admin' => 'Nemůžete odstranit posledního administrátora', 'users_cannot_delete_guest' => 'Uživatele Host není možno odstranit', 'users_could_not_send_invite' => 'Nebylo možné vytvořit uživatele, protože se nepodařilo odeslat email s pozvánkou', // Roles 'role_cannot_be_edited' => 'Tuto roli nelze editovat', 'role_system_cannot_be_deleted' => 'Toto je systémová role a nelze jí odstranit', 'role_registration_default_cannot_delete' => 'Tuto roli nelze odstranit dokud je nastavená jako výchozí role pro registraci nových uživatelů', 'role_cannot_remove_only_admin' => 'Tento uživatel má roli administrátora. Přiřaďte roli administrátora někomu jinému než jí odeberete zde.', // Comments 'comment_list' => 'Při načítání komentářů nastala chyba.', 'cannot_add_comment_to_draft' => 'Nemůžete přidávat komentáře ke konceptu.', 'comment_add' => 'Při přidávání / aktualizaci komentáře nastala chyba.', 'comment_delete' => 'Při odstraňování komentáře nastala chyba.', 'empty_comment' => 'Nemůžete přidat prázdný komentář.', // Error pages '404_page_not_found' => 'Stránka nenalezena', 'sorry_page_not_found' => 'Omlouváme se, ale stránka, kterou hledáte, nebyla nalezena.', 'sorry_page_not_found_permission_warning' => 'Pokud očekáváte, že by stránka měla existovat, možná jen nemáte oprávnění pro její zobrazení.', 'image_not_found' => 'Obrázek nenalezen', 'image_not_found_subtitle' => 'Omlouváme se, ale obrázek, který hledáte, nebyl nalezen.', 'image_not_found_details' => 'Pokud očekáváte, že by obrázel měl existovat, tak byl zřejmě již odstraněn.', 'return_home' => 'Návrat domů', 'error_occurred' => 'Nastala chyba', 'app_down' => ':appName je momentálně vypnutá', 'back_soon' => 'Brzy bude opět v provozu.', // Import 'import_zip_cant_read' => 'Nelze načíst ZIP soubor.', 'import_zip_cant_decode_data' => 'Nelze najít a dekódovat data.json v archivu ZIP.', 'import_zip_no_data' => 'ZIP archiv neobsahuje knihy, kapitoly nebo stránky.', 'import_zip_data_too_large' => 'ZIP data.json content exceeds the configured application maximum upload size.', 'import_validation_failed' => 'Importování ZIP selhalo s chybami:', 'import_zip_failed_notification' => 'Nepodařilo se naimportovat ZIP soubor.', 'import_perms_books' => 'Chybí vám požadovaná oprávnění k vytvoření knih.', 'import_perms_chapters' => 'Chybí vám požadovaná oprávnění k vytvoření kapitol.', 'import_perms_pages' => 'Chybí vám požadovaná oprávnění k vytvoření stránek.', 'import_perms_images' => 'Chybí vám požadovaná oprávnění k vytvoření obrázků.', 'import_perms_attachments' => 'Chybí vám požadovaná oprávnění k vytvoření příloh.', // API errors 'api_no_authorization_found' => 'V požadavku nebyl nalezen žádný autorizační token', 'api_bad_authorization_format' => 'V požadavku byl nalezen autorizační token, ale jeho formát se zdá být chybný', 'api_user_token_not_found' => 'Pro zadaný autorizační token nebyl nalezen žádný odpovídající API token', 'api_incorrect_token_secret' => 'Poskytnutý Token Secret neodpovídá použitému API tokenu', 'api_user_no_api_permission' => 'Vlastník použitého API tokenu nemá oprávnění provádět API volání', 'api_user_token_expired' => 'Platnost autorizačního tokenu vypršela', // Settings & Maintenance 'maintenance_test_email_failure' => 'Při posílání testovacího e-mailu nastala chyba:', // HTTP errors 'http_ssr_url_no_match' => 'URL adresa neodpovídá povoleným SSR poskytovatelům', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/cs/activities.php
lang/cs/activities.php
<?php /** * Activity text strings. * Is used for all the text within activity logs & notifications. */ return [ // Pages 'page_create' => 'vytvořil/a stránku', 'page_create_notification' => 'Stránka byla úspěšně vytvořena', 'page_update' => 'aktualizoval/a stránku', 'page_update_notification' => 'Stránka byla úspěšně aktualizována', 'page_delete' => 'odstranil/a stránku', 'page_delete_notification' => 'Stránka byla úspěšně smazána', 'page_restore' => 'obnovil/a stránku', 'page_restore_notification' => 'Stránka byla úspěšně obnovena', 'page_move' => 'přesunul/a stránku', 'page_move_notification' => 'Strana byla úspěšně přesunuta', // Chapters 'chapter_create' => 'vytvořil/a kapitolu', 'chapter_create_notification' => 'Kapitola byla úspěšně vytvořena', 'chapter_update' => 'aktualizoval/a kapitolu', 'chapter_update_notification' => 'Kapitola byla úspěšně aktualizována', 'chapter_delete' => 'odstranila/a kapitolu', 'chapter_delete_notification' => 'Kapitola byla úspěšně odstraněna', 'chapter_move' => 'přesunul/a kapitolu', 'chapter_move_notification' => 'Kapitola byla úspěšně přesunuta', // Books 'book_create' => 'vytvořil/a knihu', 'book_create_notification' => 'Kniha byla úspěšně vytvořena', 'book_create_from_chapter' => 'převést kapitolu na knihu', 'book_create_from_chapter_notification' => 'Kapitola byla úspěšně převedena na knihu', 'book_update' => 'aktualizoval/a knihu', 'book_update_notification' => 'Kniha byla úspěšně aktualizována', 'book_delete' => 'odstranil/a knihu', 'book_delete_notification' => 'Kniha byla úspěšně odstraněna', 'book_sort' => 'seřadil/a knihu', 'book_sort_notification' => 'Kniha byla úspěšně seřazena', // Bookshelves 'bookshelf_create' => 'vytvořil polici', 'bookshelf_create_notification' => 'Police byla úspěšně vytvořena', 'bookshelf_create_from_book' => 'převést knihu na polici', 'bookshelf_create_from_book_notification' => 'Kniha byla úspěšně převedena na polici', 'bookshelf_update' => 'aktualizovat polici', 'bookshelf_update_notification' => 'Police byla úspěšně aktualizována', 'bookshelf_delete' => 'odstranil polici', 'bookshelf_delete_notification' => 'Police byla úspěšně odstraněna', // Revisions 'revision_restore' => 'obnovil revizi', 'revision_delete' => 'odstranil revizi', 'revision_delete_notification' => 'Revize byla úspěšně odstraněna', // Favourites 'favourite_add_notification' => '":name" byla přidána do Vašich oblíbených', 'favourite_remove_notification' => '":name" byla odstraněna z Vašich oblíbených', // Watching 'watch_update_level_notification' => 'Předvolby sledování úspěšně aktualizovány', // Auth 'auth_login' => 'se přihlásil', 'auth_register' => 'se zaregistroval jako nový uživatel', 'auth_password_reset_request' => 'zažádal o resetování hesla', 'auth_password_reset_update' => 'zresetoval uživatelské heslo', 'mfa_setup_method' => 'nastavil MFA metodu', 'mfa_setup_method_notification' => 'Vícefaktorová metoda byla úspěšně nakonfigurována', 'mfa_remove_method' => 'odstranil MFA metodu', 'mfa_remove_method_notification' => 'Vícefaktorová metoda byla úspěšně odstraněna', // Settings 'settings_update' => 'aktualizoval nastavení', 'settings_update_notification' => 'Nastavení bylo úspěšně aktualizováno', 'maintenance_action_run' => 'spustil údržbu', // Webhooks 'webhook_create' => 'vytvořil/a webhook', 'webhook_create_notification' => 'Webhook byl úspěšně vytvořen', 'webhook_update' => 'aktualizoval/a webhook', 'webhook_update_notification' => 'Webhook byl úspěšně aktualizován', 'webhook_delete' => 'odstranil/a webhook', 'webhook_delete_notification' => 'Webhook byl úspěšně odstraněn', // Imports 'import_create' => 'vytvořil/a import', 'import_create_notification' => 'Import byl úspěšně nahrán', 'import_run' => 'aktualizoval/a import', 'import_run_notification' => 'Obsah byl úspěšně importován', 'import_delete' => 'odstranil/a import', 'import_delete_notification' => 'Import byl úspěšně odstraněn', // Users 'user_create' => 'vytvořil uživatele', 'user_create_notification' => 'Uživatel byl úspěšně vytvořen', 'user_update' => 'aktualizoval uživatele', 'user_update_notification' => 'Uživatel byl úspěšně aktualizován', 'user_delete' => 'odstranil uživatele', 'user_delete_notification' => 'Uživatel byl úspěšně odstraněn', // API Tokens 'api_token_create' => 'API token byl vytvořen', 'api_token_create_notification' => 'API token úspěšně vytvořen', 'api_token_update' => 'API token byl aktualizován', 'api_token_update_notification' => 'API token úspěšně aktualizován', 'api_token_delete' => 'API token byl odstraněn', 'api_token_delete_notification' => 'API token úspěšně odstraněn', // Roles 'role_create' => 'vytvořil roli', 'role_create_notification' => 'Role byla úspěšně vytvořena', 'role_update' => 'aktualizoval roli', 'role_update_notification' => 'Role byla úspěšně aktualizována', 'role_delete' => 'odstranil roli', 'role_delete_notification' => 'Role byla odstraněna', // Recycle Bin 'recycle_bin_empty' => 'vyprázdnil koš', 'recycle_bin_restore' => 'obnovil z koše', 'recycle_bin_destroy' => 'odstranil z koše', // Comments 'commented_on' => 'okomentoval/a', 'comment_create' => 'přidal komentář', 'comment_update' => 'aktualizoval komentář', 'comment_delete' => 'odstranil komentář', // Sort Rules 'sort_rule_create' => 'vytvořil/a pravidlo řazení', 'sort_rule_create_notification' => 'Pravidlo řazení bylo úspěšně vytvořeno', 'sort_rule_update' => 'aktualizoval/a pravidlo řazení', 'sort_rule_update_notification' => 'Pravidlo řazení bylo úspěšně aktualizováno', 'sort_rule_delete' => 'odstranil/a pravidlo řazení', 'sort_rule_delete_notification' => 'Pravidlo řazení bylo úspěšně odstraněno', // Other 'permissions_update' => 'oprávnění upravena', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/cs/common.php
lang/cs/common.php
<?php /** * Common elements found throughout many areas of BookStack. */ return [ // Buttons 'cancel' => 'Zrušit', 'close' => 'Zavřít‏', 'confirm' => 'Potvrdit', 'back' => 'Zpět', 'save' => 'Uložit', 'continue' => 'Pokračovat', 'select' => 'Vybrat', 'toggle_all' => 'Přepnout vše', 'more' => 'Více', // Form Labels 'name' => 'Název', 'description' => 'Popis', 'role' => 'Role', 'cover_image' => 'Obrázek obálky', 'cover_image_description' => 'Tento obrázek by měl mít rozměry přibližně 440x250px, ačkoli bude podle potřeby zmenšen a oříznut, aby se vešel do uživatelského rozhraní, takže se skutečné rozměry budou lišit.', // Actions 'actions' => 'Akce', 'view' => 'Zobrazit', 'view_all' => 'Zobrazit vše', 'new' => 'Nový', 'create' => 'Vytvořit', 'update' => 'Aktualizovat', 'edit' => 'Upravit', 'archive' => 'Archivovat', 'unarchive' => 'Od-Archivovat', 'sort' => 'Seřadit', 'move' => 'Přesunout', 'copy' => 'Kopírovat', 'reply' => 'Odpovědět', 'delete' => 'Odstranit', 'delete_confirm' => 'Potvrdit odstranění', 'search' => 'Hledat', 'search_clear' => 'Vymazat hledání', 'reset' => 'Obnovit', 'remove' => 'Odebrat', 'add' => 'Přidat', 'configure' => 'Nastavit', 'manage' => 'Spravovat', 'fullscreen' => 'Celá obrazovka', 'favourite' => 'Přidat do oblíbených', 'unfavourite' => 'Odebrat z oblíbených', 'next' => 'Další', 'previous' => 'Předchozí', 'filter_active' => 'Aktivní filtr:', 'filter_clear' => 'Zrušit filtr', 'download' => 'Stáhnout', 'open_in_tab' => 'Otevřít v nové záložce', 'open' => 'Otevřít', // Sort Options 'sort_options' => 'Možnosti řazení', 'sort_direction_toggle' => 'Přepínač směru řazení', 'sort_ascending' => 'Řadit vzestupně', 'sort_descending' => 'Řadit sestupně', 'sort_name' => 'Název', 'sort_default' => 'Výchozí', 'sort_created_at' => 'Datum vytvoření', 'sort_updated_at' => 'Datum aktualizace', // Misc 'deleted_user' => 'Odstraněný uživatel', 'no_activity' => 'Žádná aktivita k zobrazení', 'no_items' => 'Žádné položky k dispozici', 'back_to_top' => 'Zpět nahoru', 'skip_to_main_content' => 'Přeskočit na hlavní obsah', 'toggle_details' => 'Přepnout podrobnosti', 'toggle_thumbnails' => 'Přepnout náhledy', 'details' => 'Podrobnosti', 'grid_view' => 'Zobrazit mřížku', 'list_view' => 'Zobrazit seznam', 'default' => 'Výchozí', 'breadcrumb' => 'Drobečková navigace', 'status' => 'Stav', 'status_active' => 'Aktivní', 'status_inactive' => 'Neaktivní', 'never' => 'Nikdy', 'none' => 'Žádná', // Header 'homepage' => 'Domovská stránka', 'header_menu_expand' => 'Rozbalit menu v záhlaví', 'profile_menu' => 'Nabídka profilu', 'view_profile' => 'Zobrazit profil', 'edit_profile' => 'Upravit profil', 'dark_mode' => 'Tmavý režim', 'light_mode' => 'Světlý režim', 'global_search' => 'Globální vyhledávání', // Layout tabs 'tab_info' => 'Informace', 'tab_info_label' => 'Tab: Zobrazit podružné informace', 'tab_content' => 'Obsah', 'tab_content_label' => 'Tab: Zobrazit hlavní obsah', // Email Content 'email_action_help' => 'Pokud se vám nedaří kliknout na tlačítko „:actionText“, zkopírujte a vložte níže uvedenou URL do vašeho webového prohlížeče:', 'email_rights' => 'Všechna práva vyhrazena', // Footer Link Options // Not directly used but available for convenience to users. 'privacy_policy' => 'Zásady ochrany osobních údajů', 'terms_of_service' => 'Podmínky služby', // OpenSearch 'opensearch_description' => 'Vyhledat :appName', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/cs/pagination.php
lang/cs/pagination.php
<?php /** * Pagination Language Lines * The following language lines are used by the paginator library to build * the simple pagination links. */ return [ 'previous' => '&laquo; Předchozí', 'next' => 'Další &raquo;', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/cs/settings.php
lang/cs/settings.php
<?php /** * Settings text strings * Contains all text strings used in the general settings sections of BookStack * including users and roles. */ return [ // Common Messages 'settings' => 'Nastavení', 'settings_save' => 'Uložit nastavení', 'system_version' => 'Verze systému', 'categories' => 'Kategorie', // App Settings 'app_customization' => 'Přizpůsobení', 'app_features_security' => 'Funkce a zabezpečení', 'app_name' => 'Název aplikace', 'app_name_desc' => 'Název se bude zobrazovat v záhlaví této aplikace a v e-mailech odesílaných systémem.', 'app_name_header' => 'Zobrazovat název aplikace v záhlaví', 'app_public_access' => 'Veřejný přístup', 'app_public_access_desc' => 'Zapnutím této volby umožníte nepřihlášeným návštěvníkům přístup k Vašemu obsahu v BookStack aplikaci.', 'app_public_access_desc_guest' => 'Přístup pro nepřihlášené návštěvníky je možné nastavit přes uživatele "Guest".', 'app_public_access_toggle' => 'Povolit veřejný přístup', 'app_public_viewing' => 'Povolit prohlížení veřejností?', 'app_secure_images' => 'Nahrávat obrázky neveřejně a zabezpečeně', 'app_secure_images_toggle' => 'Zapnout bezpečnější nahrávání obrázků', 'app_secure_images_desc' => 'Z výkonnostních důvodů jsou všechny obrázky veřejně dostupné. Tato volba přidá do adresy obrázku náhodný řetězec, aby nikdo neodhadnul adresu obrázku. Ujistěte se, že server nezobrazuje v adresáři seznam souborů, což by přístup k obrázkům opět otevřelo.', 'app_default_editor' => 'Výchozí editor', 'app_default_editor_desc' => 'Vyberte, který editor bude použit ve výchozím nastavení při úpravách nových stránek. To může být přepsáno na úrovni stránky, kde to dovolují oprávnění.', 'app_custom_html' => 'Vlastní obsah hlavičky HTML', 'app_custom_html_desc' => 'Cokoliv sem napíšete bude přidáno na konec sekce <head> v každém místě této aplikace. To se hodí pro přidávání nebo změnu CSS stylů nebo přidání kódu pro analýzu používání (např.: google analytics.).', 'app_custom_html_disabled_notice' => 'Na této stránce nastavení je zakázán vlastní obsah HTML hlavičky, aby bylo zajištěno, že bude možné vrátit případnou problematickou úpravu.', 'app_logo' => 'Logo aplikace', 'app_logo_desc' => 'Používá se v záhlaví aplikace, a v jiných oblastech. Tento obrázek by měl být velký 86px. Větší obrázky budou zmenšeny.', 'app_icon' => 'Ikona aplikace', 'app_icon_desc' => 'Tato ikona se používá pro záložky prohlížeče a ikony zástupců. Obrazek by měl být čtverec o velikosti 256px a formátu PNG.', 'app_homepage' => 'Úvodní stránka aplikace', 'app_homepage_desc' => 'Zvolte si zobrazení, které se použije jako úvodní stránka. U zvolených stránek bude ignorováno jejich oprávnění.', 'app_homepage_select' => 'Zvolte stránku', 'app_footer_links' => 'Odkazy v zápatí', 'app_footer_links_desc' => 'Přidejte odkazy, které se zobrazí v zápatí webu. Ty se zobrazí ve spodní části většiny stránek, včetně těch, které nevyžadují přihlášení. K použití překladů definovaných systémem můžete použít štítek „trans::<key>“. Například: Použití „trans::common.privacy_policy“ přeloží text na „Zásady ochrany osobních údajů“ a „trans::common.terms_of_service“ poskytne přeložený text „Podmínky služby“.', 'app_footer_links_label' => 'Text odkazu', 'app_footer_links_url' => 'URL odkazu', 'app_footer_links_add' => 'Přidat odkaz do zápatí', 'app_disable_comments' => 'Vypnutí komentářů', 'app_disable_comments_toggle' => 'Vypnout komentáře', 'app_disable_comments_desc' => 'Vypne komentáře napříč všemi stránkami. <br> Existující komentáře se přestanou zobrazovat.', // Color settings 'color_scheme' => 'Barevné schéma aplikace', 'color_scheme_desc' => 'Nastavte barvy pro uživatelské rozhraní. Barvy mohou být konfigurovány samostatně pro tmavý a světlý režim, aby co nejlépe odpovídaly tématu a zajistily čitelnost.', 'ui_colors_desc' => 'Nastavte primární barvu aplikace a výchozí barvu odkazu. Primární barva je použitá hlavně na banneru hlavičky, tlačítkách a ozdobách rozhraní. Výchozí barva odkazu se používá pro odkazy a akce napříč psaným textem a rozhraním aplikace.', 'app_color' => 'Hlavní barva', 'link_color' => 'Výchozí barva odkazu', 'content_colors_desc' => 'Nastaví barvy pro všechny prvky v organizační struktuře stránky. Pro lepší čitelnost doporučujeme zvolit barvy s podobným jasem, jakou mají výchozí barvy.', 'bookshelf_color' => 'Barva police', 'book_color' => 'Barva knihy', 'chapter_color' => 'Barva kapitoly', 'page_color' => 'Barva stránky', 'page_draft_color' => 'Barva návrhu stránky', // Registration Settings 'reg_settings' => 'Nastavení registrace', 'reg_enable' => 'Povolení registrace', 'reg_enable_toggle' => 'Povolit registrace', 'reg_enable_desc' => 'Pokud jsou povoleny registrace, bude se uživatel moci sám registrovat jako uživatel aplikace. Po registraci dostane jednu výchozí uživatelskou roli.', 'reg_default_role' => 'Role přiřazená po registraci', 'reg_enable_external_warning' => 'Pokud je povolené externí ověřování přes LDAP nebo SAML, je výše uvedená možnost ignorována. Uživatelský účet budou automaticky vytvořen i neexistujícímu uživateli, jakmile se úspěšně přihlásí přes použitý externí přihlašovací systém.', 'reg_email_confirmation' => 'Ověření e-mailu', 'reg_email_confirmation_toggle' => 'Vyžadovat ověření e-mailu', 'reg_confirm_email_desc' => 'Pokud je zapnuté Omezení registrace podle domény, bude e-mail ověřován vždy a tato volba bude ignorována.', 'reg_confirm_restrict_domain' => 'Omezit registraci podle domény', 'reg_confirm_restrict_domain_desc' => 'Zadejte seznam e-mailových domén oddělených čárkami, na které chcete registraci omezit. Registrujícímu se uživateli bude zaslán e-mail, aby ověřil svoji e-mailovou adresu před tím, než mu bude přístup do aplikace povolen. <br> Upozorňujeme, že po úspěšné registraci může uživatel svoji e-mailovou adresu změnit.', 'reg_confirm_restrict_domain_placeholder' => 'Žádná omezení nebyla nastavena', // Sorting Settings 'sorting' => 'Seznamy a řazení', 'sorting_book_default' => 'Výchozí řazení knih', 'sorting_book_default_desc' => 'Vybere výchozí pravidlo řazení pro nové knihy. Řazení neovlivní existující knihy a může být upraveno u konkrétní knihy.', 'sorting_rules' => 'Pravidla řazení', 'sorting_rules_desc' => 'Toto jsou předem definovaná pravidla řazení, která mohou být použita na webu.', 'sort_rule_assigned_to_x_books' => 'Přiřazeno k :count knize|Přiřazeno :count knihám', 'sort_rule_create' => 'Vytvořit pravidlo řazení', 'sort_rule_edit' => 'Upravit pravidlo řazení', 'sort_rule_delete' => 'Odstranit pravidlo řazení', 'sort_rule_delete_desc' => 'Odstraní toto pravidlo řazení z webu. Knihy, které jej používají, se vrátí k ručnímu řazení.', 'sort_rule_delete_warn_books' => 'Toto pravidlo řazení se v současné době používá na :count knihách. Opravdu ho chcete smazat?', 'sort_rule_delete_warn_default' => 'Toto pravidlo řazení je v současné době používáno jako výchozí. Opravdu ho chcete odstranit?', 'sort_rule_details' => 'Podrobnosti pravidla pro řazení', 'sort_rule_details_desc' => 'Nastavte název pro toto pravidlo, který se zobrazí v seznamu při výběru řazení.', 'sort_rule_operations' => 'Možnosti řazení', 'sort_rule_operations_desc' => 'Přesunem ze seznamu dostupných operací nastavte akce řazení, které mají být provedeny. Operace se použijí v pořadí od shora dolů. Veškeré změny zde provedené budou při uložení aplikovány na všechny přiřazené knihy.', 'sort_rule_available_operations' => 'Dostupné operace', 'sort_rule_available_operations_empty' => 'Žádné zbývající operace', 'sort_rule_configured_operations' => 'Konfigurované operace', 'sort_rule_configured_operations_empty' => 'Přetáhněte/přidejte operace ze seznamu "Dostupné operace"', 'sort_rule_op_asc' => '(Vzest)', 'sort_rule_op_desc' => '(Sest)', 'sort_rule_op_name' => 'Název - abecední', 'sort_rule_op_name_numeric' => 'Název - číselné', 'sort_rule_op_created_date' => 'Datum vytvoření', 'sort_rule_op_updated_date' => 'Datum aktualizace', 'sort_rule_op_chapters_first' => 'Kapitoly jako první', 'sort_rule_op_chapters_last' => 'Kapitoly jako poslední', 'sorting_page_limits' => 'Počet zobrazených položek na stránce', 'sorting_page_limits_desc' => 'Nastavte, kolik položek se má zobrazit na stránce v různých seznamech na webu. Obvykle bude nižší počet výkonnější, zatímco vyšší počet eliminuje nutnost proklikávat se několika stránkami. Doporučuje se použít sudý násobek čísla 3 (18, 24, 30 atd.).', // Maintenance settings 'maint' => 'Údržba', 'maint_image_cleanup' => 'Pročistění obrázků', 'maint_image_cleanup_desc' => 'Prohledá stránky a jejich revize, aby zjistil, které obrázky a kresby jsou momentálně používány a které jsou zbytečné. Zajistěte plnou zálohu databáze a obrázků než se do toho pustíte.', 'maint_delete_images_only_in_revisions' => 'Odstranit i obrázky, které se vyskytují pouze ve starých revizích stránky', 'maint_image_cleanup_run' => 'Spustit pročištění', 'maint_image_cleanup_warning' => 'Nalezeno :count potenciálně nepoužitých obrázků. Jste si jisti, že je chcete odstranit?', 'maint_image_cleanup_success' => 'Nalezeno :count potenciálně nepoužitých obrázků a všechny byly odstraněny!', 'maint_image_cleanup_nothing_found' => 'Žádné potenciálně nepoužité obrázky nebyly nalezeny. Nic nebylo smazáno.', 'maint_send_test_email' => 'Odeslat zkušební e-mail', 'maint_send_test_email_desc' => 'Toto pošle zkušební e-mail na vaši e-mailovou adresu uvedenou ve vašem profilu.', 'maint_send_test_email_run' => 'Odeslat zkušební e-mail', 'maint_send_test_email_success' => 'E-mail odeslán na :address', 'maint_send_test_email_mail_subject' => 'Testovací e-mail', 'maint_send_test_email_mail_greeting' => 'Zdá se, že posílání e-mailů funguje!', 'maint_send_test_email_mail_text' => 'Gratulujeme! Protože jste dostali tento e-mail, zdá se, že nastavení e-mailů je v pořádku.', 'maint_recycle_bin_desc' => 'Odstraněné police, knihy, kapitoly a stránky se přesouvají do Koše, aby je bylo možné obnovit nebo trvale smazat. Starší položky v koši mohou být po čase automaticky odstraněny v závislosti na konfiguraci systému.', 'maint_recycle_bin_open' => 'Otevřít Koš', 'maint_regen_references' => 'Přegenerovat odkazy', 'maint_regen_references_desc' => 'Tato akce obnoví referenční index křížových položek v rámci databáze. Toto je obvykle zpracováno automaticky, ale tato akce může být užitečná pro indexování starého obsahu nebo obsahu přidaného neoficiálními metodami.', 'maint_regen_references_success' => 'Referenční index byl obnoven!', 'maint_timeout_command_note' => 'Poznámka: Tato akce může trvat nějakou dobu, což může vést k vypršení časového limitu v některých webových prostředích. Alternativně se tato akce provádí pomocí příkazu terminálu.', // Recycle Bin 'recycle_bin' => 'Koš', 'recycle_bin_desc' => 'Zde můžete obnovit položky, které byly odstraněny, nebo zvolit jejich trvalé odstranění ze systému. Tento seznam je nefiltrovaný, na rozdíl od podobných seznamů aktivit v systému, kde jsou použity filtry podle oprávnění.', 'recycle_bin_deleted_item' => 'Odstraněná položka', 'recycle_bin_deleted_parent' => 'Nadřazená položka', 'recycle_bin_deleted_by' => 'Odstranil/a', 'recycle_bin_deleted_at' => 'Čas odstranění', 'recycle_bin_permanently_delete' => 'Trvale odstranit', 'recycle_bin_restore' => 'Obnovit', 'recycle_bin_contents_empty' => 'Koš je nyní prázdný', 'recycle_bin_empty' => 'Vysypat Koš', 'recycle_bin_empty_confirm' => 'Toto trvale odstraní všechny položky v Koši včetně obsahu vloženého v každé položce. Opravdu chcete vysypat Koš?', 'recycle_bin_destroy_confirm' => 'Tato akce trvale odstraní tuto položku ze systému spolu se všemi položkami uvedenými níže a nebudete je moci obnovit. Opravdu chcete tuto položku trvale odstranit?', 'recycle_bin_destroy_list' => 'Položky k trvalému odstranění', 'recycle_bin_restore_list' => 'Položky k obnovení', 'recycle_bin_restore_confirm' => 'Tato akce obnoví odstraněnou položku včetně veškerého vloženého obsahu do původního umístění. Pokud bylo původní umístění od té doby odstraněno a nyní je v Koši, bude také nutné obnovit nadřazenou položku.', 'recycle_bin_restore_deleted_parent' => 'Nadřazená položka této položky byla také odstraněna. Ty zůstanou odstraněny, dokud nebude obnoven i nadřazený objekt.', 'recycle_bin_restore_parent' => 'Obnovit nadřazenu položku', 'recycle_bin_destroy_notification' => 'Celkem odstraněno :count položek z Koše.', 'recycle_bin_restore_notification' => 'Celkem obnoveno :count položek z Koše.', // Audit Log 'audit' => 'Protokol auditu', 'audit_desc' => 'Tento protokol auditu zobrazuje seznam činností zaznamenaných v systému. Tento seznam není filtrován na rozdíl od podobných seznamů aktivit v systému, kde jsou použity filtry podle oprávnění.', 'audit_event_filter' => 'Filtr událostí', 'audit_event_filter_no_filter' => 'Bez filtru', 'audit_deleted_item' => 'Odstraněná položka', 'audit_deleted_item_name' => 'Jméno: :name', 'audit_table_user' => 'Uživatel', 'audit_table_event' => 'Událost', 'audit_table_related' => 'Související položka nebo detail', 'audit_table_ip' => 'IP adresa', 'audit_table_date' => 'Datum aktivity', 'audit_date_from' => 'Časový rozsah od', 'audit_date_to' => 'Časový rozsah do', // Role Settings 'roles' => 'Role', 'role_user_roles' => 'Uživatelské role', 'roles_index_desc' => 'Role se používají ke sdružování uživatelů a k poskytování systémových oprávnění jejich členům. Pokud je uživatel členem více rolí, udělená oprávnění budou uložena a uživatel zdědí všechny schopnosti.', 'roles_x_users_assigned' => '1 přiřazený uživatel|:count přiřazených uživatelů', 'roles_x_permissions_provided' => '1 oprávnění|:count oprávnění', 'roles_assigned_users' => 'Přiřazení uživatelé', 'roles_permissions_provided' => 'Poskytnutá oprávnění', 'role_create' => 'Vytvořit novou roli', 'role_delete' => 'Odstranit roli', 'role_delete_confirm' => 'Role \':roleName\' bude odstraněna.', 'role_delete_users_assigned' => 'Role je přiřazena :userCount uživatelům. Pokud jim chcete náhradou přidělit jinou roli, zvolte jednu z následujících.', 'role_delete_no_migration' => "Nepřiřazovat uživatelům náhradní roli", 'role_delete_sure' => 'Opravdu chcete tuto roli odstranit?', 'role_edit' => 'Upravit roli', 'role_details' => 'Detaily role', 'role_name' => 'Název role', 'role_desc' => 'Stručný popis role', 'role_mfa_enforced' => 'Vyžaduje Vícefaktorové ověření', 'role_external_auth_id' => 'Přihlašovací identifikátory třetích stran', 'role_system' => 'Systémová oprávnění', 'role_manage_users' => 'Správa uživatelů', 'role_manage_roles' => 'Správa rolí a jejich práv', 'role_manage_entity_permissions' => 'Správa práv všech knih, kapitol a stránek', 'role_manage_own_entity_permissions' => 'Správa práv vlastních knih, kapitol a stránek', 'role_manage_page_templates' => 'Správa šablon stránek', 'role_access_api' => 'Přístup k systémovému API', 'role_manage_settings' => 'Správa nastavení aplikace', 'role_export_content' => 'Exportovat obsah', 'role_import_content' => 'Importovat obsah', 'role_editor_change' => 'Změnit editor stránek', 'role_notifications' => 'Přijímat a spravovat oznámení', 'role_permission_note_users_and_roles' => 'Tato oprávnění zároveň umožní zobrazit a vyhledat uživatele a role na webu.', 'role_asset' => 'Obsahová oprávnění', 'roles_system_warning' => 'Berte na vědomí, že přístup k některému ze tří výše uvedených oprávnění může uživateli umožnit změnit svá vlastní oprávnění nebo oprávnění ostatních uživatelů v systému. Přiřazujte role s těmito oprávněními pouze důvěryhodným uživatelům.', 'role_asset_desc' => 'Tato oprávnění řídí přístup k obsahu napříč systémem. Specifická oprávnění na knihách, kapitolách a stránkách převáží tato nastavení.', 'role_asset_admins' => 'Administrátoři automaticky dostávají přístup k veškerému obsahu, ale tyto volby mohou ukázat nebo skrýt volby v uživatelském rozhraní.', 'role_asset_image_view_note' => 'To se týká viditelnosti ve správci obrázků. Skutečný přístup k nahraným souborům obrázků bude záviset na možnosti uložení systémových obrázků.', 'role_asset_users_note' => 'Tato oprávnění zároveň umožní zobrazit a vyhledat uživatele v systému.', 'role_all' => 'Vše', 'role_own' => 'Vlastní', 'role_controlled_by_asset' => 'Řídí se obsahem, do kterého jsou nahrávány', 'role_save' => 'Uložit roli', 'role_users' => 'Uživatelé mající tuto roli', 'role_users_none' => 'Žádný uživatel nemá tuto roli', // Users 'users' => 'Uživatelé', 'users_index_desc' => 'Vytváření a správa jednotlivých uživatelských účtů v rámci systému. Uživatelské účty jsou používány pro přihlášení a přiřazování obsahu a aktivity. Přístupová práva jsou primárně založena na roli, ale vlastnictví obsahu uživatele může kromě jiných faktorů také ovlivnit oprávnění a přístup.', 'user_profile' => 'Profil uživatele', 'users_add_new' => 'Přidat nového uživatele', 'users_search' => 'Vyhledávání uživatelů', 'users_latest_activity' => 'Nedávná aktivita', 'users_details' => 'Údaje o uživateli', 'users_details_desc' => 'Nastavte zobrazované jméno a e-mailovou adresu pro tohoto uživatele. E-mailová adresa bude použita pro přihlášení do aplikace.', 'users_details_desc_no_email' => 'Nastavte zobrazované jméno pro tohoto uživatele, aby jej ostatní uživatele poznali.', 'users_role' => 'Uživatelské role', 'users_role_desc' => 'Zvolte role, do kterých chcete uživatele zařadit. Pokud bude uživatel zařazen do více rolí, oprávnění z těchto rolí se sloučí a uživateli bude dovoleno vše, k čemu mají jednotlivé role oprávnění.', 'users_password' => 'Heslo uživatele', 'users_password_desc' => 'Zadejte heslo pro přihlášení do aplikace. Heslo musí být nejméně 8 znaků dlouhé.', 'users_send_invite_text' => 'Uživateli můžete poslat pozvánku e-mailem, která umožní uživateli, aby si zvolil sám svoje heslo do aplikace a nebo můžete zadat heslo sami.', 'users_send_invite_option' => 'Poslat uživateli pozvánku e-mailem', 'users_external_auth_id' => 'Přihlašovací identifikátor třetích stran', 'users_external_auth_id_desc' => 'Při použití externího autentizačního systému (např. SAML2, OIDC nebo LDAP) toto je ID, které spojuje tohoto BookStack uživatele s ověřovacím systémem. Toto pole můžete ignorovat, pokud používáte ověření pomocí e-mailu.', 'users_password_warning' => 'Vyplňte pouze v případě, že chcete změnit heslo pro tohoto uživatele.', 'users_system_public' => 'Symbolizuje každého nepřihlášeného návštěvníka, který navštívil aplikaci. Nelze ho použít k přihlášení ale je přiřazen automaticky nepřihlášeným.', 'users_delete' => 'Odstranit uživatele', 'users_delete_named' => 'Odstranit uživatele :userName', 'users_delete_warning' => 'Uživatel \':userName\' bude zcela odstraněn ze systému.', 'users_delete_confirm' => 'Opravdu chcete tohoto uživatele smazat?', 'users_migrate_ownership' => 'Převést vlastnictví', 'users_migrate_ownership_desc' => 'Zde zvolte jiného uživatele, pokud chcete, aby se stal vlastníkem všech položek aktuálně vlastněných tímto uživatelem.', 'users_none_selected' => 'Nebyl zvolen žádný uživatel', 'users_edit' => 'Upravit uživatele', 'users_edit_profile' => 'Upravit profil', 'users_avatar' => 'Obrázek uživatele', 'users_avatar_desc' => 'Zvolte obrázek, který bude reprezentovat tohoto uživatele. Měl by být přibližně 256px velký ve tvaru čtverce.', 'users_preferred_language' => 'Preferovaný jazyk', 'users_preferred_language_desc' => 'Tato volba ovlivní pouze jazyk používaný v uživatelském rozhraní aplikace. Volba nemá vliv na žádný uživateli vytvářený obsah.', 'users_social_accounts' => 'Sociální účty', 'users_social_accounts_desc' => 'Zobrazit stav připojených sociálních účtů tohoto uživatele. Sociální účty mohou být použity pro přístup do systému vedle hlavního systému ověřování.', 'users_social_accounts_info' => 'Zde můžete přidat vaše účty ze sociálních sítí pro pohodlnější přihlašování. Odpojení účtů neznamená, že tato aplikace ztratí práva číst detaily z vašeho účtu. Zakázat této aplikaci přístup k detailům vašeho účtu musíte přímo ve svém profilu na dané sociální síti.', 'users_social_connect' => 'Připojit účet', 'users_social_disconnect' => 'Odpojit účet', 'users_social_status_connected' => 'Připojeno', 'users_social_status_disconnected' => 'Odpojeno', 'users_social_connected' => 'Účet :socialAccount byl připojen k vašemu profilu.', 'users_social_disconnected' => 'Účet :socialAccount byl odpojen od vašeho profilu.', 'users_api_tokens' => 'API Tokeny', 'users_api_tokens_desc' => 'Vytvořte a spravujte přístupové tokeny používané pro ověření k REST API aplikace BookStack. Oprávnění pro API jsou spravována prostřednictvím uživatele, kterému token patří.', 'users_api_tokens_none' => 'Tento uživatel nemá vytvořené žádné API Tokeny', 'users_api_tokens_create' => 'Vytvořit Token', 'users_api_tokens_expires' => 'Vyprší', 'users_api_tokens_docs' => 'Dokumentace API', 'users_mfa' => 'Vícefázové ověření', 'users_mfa_desc' => 'Nastavit vícefaktorové ověřování jako další vrstvu zabezpečení vašeho uživatelského účtu.', 'users_mfa_x_methods' => ':count nastavená metoda|:count nastavených metod', 'users_mfa_configure' => 'Konfigurovat metody', // API Tokens 'user_api_token_create' => 'Vytvořit API Token', 'user_api_token_name' => 'Název', 'user_api_token_name_desc' => 'Zadejte srozumitelný název tokenu, který vám později může pomoci připomenout účel, za jakým jste token vytvářeli.', 'user_api_token_expiry' => 'Platný do', 'user_api_token_expiry_desc' => 'Zadejte datum, kdy platnost tokenu vyprší. Po tomto datu nebudou požadavky, které používají tento token, fungovat. Pokud ponecháte pole prázdné, bude tokenu nastavena platnost na dalších 100 let.', 'user_api_token_create_secret_message' => 'Ihned po vytvoření tokenu Vám bude vygenerován a zobrazen "Token ID" a "Token Secret". Upozorňujeme, že "Token Secret" bude možné zobrazit pouze jednou, ujistěte se, že si jej poznamenáte a uložíte na bezpečné místo před tím, než budete pokračovat dále.', 'user_api_token' => 'API Token', 'user_api_token_id' => 'Token ID', 'user_api_token_id_desc' => 'Toto je neupravitelný systémový identifikátor generovaný pro tento Token, který musí být uveden v API requestu.', 'user_api_token_secret' => 'Token Secret', 'user_api_token_secret_desc' => 'Toto je systémem generovaný "Secret" pro tento Token, který musí být v API requestech. Toto bude zobrazeno pouze jednou, takže si uložte tuto hodnotu na bezpečné místo.', 'user_api_token_created' => 'Token vytvořen :timeAgo', 'user_api_token_updated' => 'Token aktualizován :timeAgo', 'user_api_token_delete' => 'Odstranit Token', 'user_api_token_delete_warning' => 'Tímto plně odstraníte tento API Token s názvem \':tokenName\' ze systému.', 'user_api_token_delete_confirm' => 'Opravdu chcete odstranit tento API Token?', // Webhooks 'webhooks' => 'Webhooky', 'webhooks_index_desc' => 'Webhooks jsou způsob, jak odeslat data na externí URL, pokud se vyskytnou určité akce a události v systému, které umožňují integraci událostí s externími platformami, jako jsou systémy zasílání zpráv nebo oznámení.', 'webhooks_x_trigger_events' => '1 spouštěcí událost|:count spouštěcích událostí', 'webhooks_create' => 'Vytvořit nový webhook', 'webhooks_none_created' => 'Žádné webhooky nebyly doposud vytvořeny.', 'webhooks_edit' => 'Upravit webhook', 'webhooks_save' => 'Uložit webhook', 'webhooks_details' => 'Podrobnosti webhooku', 'webhooks_details_desc' => 'Zadejte uživatelsky přívětivé jméno a koncový bod POST jako umístění pro zasílání dat webhooku.', 'webhooks_events' => 'Události webhooku', 'webhooks_events_desc' => 'Vyberte všechny události, které by měly spustit tento webhook pro volání.', 'webhooks_events_warning' => 'Mějte na paměti, že tyto události budou spouštěny pro všechny vybrané události, i když budou použita vlastní oprávnění. Zajistěte, aby používání tohoto webového háčku nezobrazovalo důvěrné obsahy.', 'webhooks_events_all' => 'Všechny události systému', 'webhooks_name' => 'Název webhooku', 'webhooks_timeout' => 'Časový limit požadavku Webhook (sekundy)', 'webhooks_endpoint' => 'Koncový bod webhooku', 'webhooks_active' => 'Webhook aktivní', 'webhook_events_table_header' => 'Události', 'webhooks_delete' => 'Odstranit webhook', 'webhooks_delete_warning' => 'Webhook s názvem \':webhookName\' bude úplně odstraněn ze systému.', 'webhooks_delete_confirm' => 'Opravdu chcete odstranit tento webhook?', 'webhooks_format_example' => 'Příklad formátu webhooku', 'webhooks_format_example_desc' => 'Webový háček je odesílán jako POST požadavek na konfigurovaný koncový bod ve formátu JSON ve formátu níže. Vlastnosti "related_item" a "url" jsou volitelné a budou záviset na typu události spuštěné.', 'webhooks_status' => 'Stav webhooku', 'webhooks_last_called' => 'Poslední volání:', 'webhooks_last_errored' => 'Poslední chyba:', 'webhooks_last_error_message' => 'Poslední chybová zpráva', // Licensing 'licenses' => 'Licence', 'licenses_desc' => 'Na této stránce naleznete kromě informací o projektech a knihovnách, které se v rámci BookStacku používají, také informace o licencích pro BookStack. Mnoho uvedených projektů lze používat pouze ve vývojovém kontextu.', 'licenses_bookstack' => 'BookStack licence', 'licenses_php' => 'Licence PHP knihoven', 'licenses_js' => 'Licence JavaScript knihoven', 'licenses_other' => 'Ostatní licence', 'license_details' => 'Podrobnosti o licenci', //! If editing translations files directly please ignore this in all //! languages apart from en. Content will be auto-copied from en. //!//////////////////////////////// 'language_select' => [ 'en' => 'English', 'ar' => 'العربية', 'bg' => 'Bǎlgarski', 'bs' => 'Bosanski', 'ca' => 'Català', 'cs' => 'Česky', 'cy' => 'Cymraeg', 'da' => 'Dansk', 'de' => 'Deutsch (Sie)', 'de_informal' => 'Deutsch (Du)', 'el' => 'ελληνικά', 'es' => 'Español', 'es_AR' => 'Español Argentina', 'et' => 'Eesti keel', 'eu' => 'Euskara', 'fa' => 'فارسی', 'fi' => 'Suomi', 'fr' => 'Français', 'he' => 'עברית', 'hr' => 'Hrvatski', 'hu' => 'Magyar', 'id' => 'Bahasa Indonesia', 'it' => 'Italian', 'ja' => '日本語', 'ko' => '한국어', 'lt' => 'Lietuvių Kalba', 'lv' => 'Latviešu Valoda', 'nb' => 'Norsk (Bokmål)', 'ne' => 'नेपाली', 'nn' => 'Nynorsk', 'nl' => 'Nederlands', 'pl' => 'Polski', 'pt' => 'Português', 'pt_BR' => 'Português do Brasil', 'ro' => 'Română', 'ru' => 'Русский', 'sk' => 'Slovensky', 'sl' => 'Slovenščina', 'sv' => 'Svenska', 'tr' => 'Türkçe', 'uk' => 'Українська', 'uz' => 'O‘zbekcha', 'vi' => 'Tiếng Việt', 'zh_CN' => '简体中文', 'zh_TW' => '繁體中文', ], //!//////////////////////////////// ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/cs/validation.php
lang/cs/validation.php
<?php /** * Validation Lines * The following language lines contain the default error messages used by * the validator class. Some of these rules have multiple versions such * as the size rules. Feel free to tweak each of these messages here. */ return [ // Standard laravel validation lines 'accepted' => ':attribute musí být přijat.', 'active_url' => ':attribute není platnou URL adresou.', 'after' => ':attribute musí být datum po :date.', 'alpha' => ':attribute může obsahovat pouze písmena.', 'alpha_dash' => ':attribute může obsahovat pouze písmena, číslice, pomlčky a podtržítka. České znaky (á, é, í, ó, ú, ů, ž, š, č, ř, ď, ť, ň) nejsou podporovány.', 'alpha_num' => ':attribute může obsahovat pouze písmena a číslice.', 'array' => ':attribute musí být pole.', 'backup_codes' => 'Zadaný kód není platný nebo již byl použit.', 'before' => ':attribute musí být datum před :date.', 'between' => [ 'numeric' => ':attribute musí být hodnota mezi :min a :max.', 'file' => ':attribute musí být větší než :min a menší než :max Kilobytů.', 'string' => ':attribute musí být delší než :min a kratší než :max znaků.', 'array' => ':attribute musí obsahovat nejméně :min a nesmí obsahovat více než :max prvků.', ], 'boolean' => ':attribute musí být true nebo false', 'confirmed' => ':attribute nesouhlasí.', 'date' => ':attribute musí být platné datum.', 'date_format' => ':attribute není platný formát data podle :format.', 'different' => ':attribute a :other se musí lišit.', 'digits' => ':attribute musí být :digits pozic dlouhé.', 'digits_between' => ':attribute musí být dlouhé nejméně :min a nejvíce :max pozic.', 'email' => ':attribute není platný formát.', 'ends_with' => ':attribute musí končit jednou z následujících hodnot: :values', 'file' => ':attribute musí být zadán jako platný soubor.', 'filled' => ':attribute musí být vyplněno.', 'gt' => [ 'numeric' => ':attribute musí být větší než :value.', 'file' => 'Velikost souboru :attribute musí být větší než :value kB.', 'string' => 'Počet znaků :attribute musí být větší :value.', 'array' => 'Pole :attribute musí mít více prvků než :value.', ], 'gte' => [ 'numeric' => ':attribute musí být větší nebo rovno :value.', 'file' => 'Velikost souboru :attribute musí být větší nebo rovno :value kB.', 'string' => 'Počet znaků :attribute musí být větší nebo rovno :value.', 'array' => 'Pole :attribute musí mít :value prvků nebo více.', ], 'exists' => 'Zvolená hodnota pro :attribute není platná.', 'image' => ':attribute musí být obrázek.', 'image_extension' => ':attribute musí mít platné a podporované rozšíření obrázku.', 'in' => 'Zvolená hodnota pro :attribute je neplatná.', 'integer' => ':attribute musí být celé číslo.', 'ip' => ':attribute musí být platnou IP adresou.', 'ipv4' => ':attribute musí být platná IPv4 adresa.', 'ipv6' => ':attribute musí být platná IPv6 adresa.', 'json' => ':attribute musí být platný JSON řetězec.', 'lt' => [ 'numeric' => ':attribute musí být menší než :value.', 'file' => 'Velikost souboru :attribute musí být menší než :value kB.', 'string' => ':attribute musí obsahovat méně než :value znaků.', 'array' => ':attribute by měl obsahovat méně než :value položek.', ], 'lte' => [ 'numeric' => ':attribute musí být menší nebo rovno :value.', 'file' => 'Velikost souboru :attribute musí být menší než :value kB.', 'string' => ':attribute nesmí být delší než :value znaků.', 'array' => ':attribute by měl obsahovat maximálně :value položek.', ], 'max' => [ 'numeric' => ':attribute nemůže být větší než :max.', 'file' => 'Velikost souboru :attribute musí být menší než :value kB.', 'string' => ':attribute nemůže být delší než :max znaků.', 'array' => ':attribute nemůže obsahovat více než :max prvků.', ], 'mimes' => ':attribute musí být jeden z následujících datových typů :values.', 'min' => [ 'numeric' => ':attribute musí být větší než :min.', 'file' => ':attribute musí být větší než :min kB.', 'string' => ':attribute musí být delší než :min znaků.', 'array' => ':attribute musí obsahovat více než :min prvků.', ], 'not_in' => 'Zvolená hodnota pro :attribute je neplatná.', 'not_regex' => ':attribute musí být regulární výraz.', 'numeric' => ':attribute musí být číslo.', 'regex' => ':attribute nemá správný formát.', 'required' => ':attribute musí být vyplněno.', 'required_if' => ':attribute musí být vyplněno pokud :other je :value.', 'required_with' => ':attribute musí být vyplněno pokud :values je vyplněno.', 'required_with_all' => ':attribute musí být vyplněno pokud :values je zvoleno.', 'required_without' => ':attribute musí být vyplněno pokud :values není vyplněno.', 'required_without_all' => ':attribute musí být vyplněno pokud není žádné z :values zvoleno.', 'same' => ':attribute a :other se musí shodovat.', 'safe_url' => 'Zadaný odkaz může být nebezpečný.', 'size' => [ 'numeric' => ':attribute musí být přesně :size.', 'file' => ':attribute musí mít přesně :size Kilobytů.', 'string' => ':attribute musí být přesně :size znaků dlouhý.', 'array' => ':attribute musí obsahovat právě :size prvků.', ], 'string' => ':attribute musí být řetězec znaků.', 'timezone' => ':attribute musí být platná časová zóna.', 'totp' => 'Zadaný kód je neplatný nebo vypršel.', 'unique' => ':attribute musí být unikátní.', 'url' => 'Formát :attribute je neplatný.', 'uploaded' => 'Nahrávání :attribute se nezdařilo.', 'zip_file' => ':attribute musí odkazovat na soubor v archivu ZIP.', 'zip_file_size' => 'The file :attribute must not exceed :size MB.', 'zip_file_mime' => ':attribute musí odkazovat na soubor typu :validTypes, nalezen :foundType.', 'zip_model_expected' => 'Očekáván datový objekt, ale nalezen „:type“.', 'zip_unique' => ':attribute musí být jedinečný pro typ objektu v archivu ZIP.', // Custom validation lines 'custom' => [ 'password-confirm' => [ 'required_with' => 'Je nutné potvrdit heslo', ], ], // Custom validation attributes 'attributes' => [], ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/cs/auth.php
lang/cs/auth.php
<?php /** * Authentication Language Lines * The following language lines are used during authentication for various * messages that we need to display to the user. */ return [ 'failed' => 'Neplatné přihlašovací údaje.', 'throttle' => 'Příliš mnoho pokusů o přihlášení. Zkuste to prosím znovu za :seconds sekund.', // Login & Register 'sign_up' => 'Registrace', 'log_in' => 'Přihlášení', 'log_in_with' => 'Přihlásit se přes :socialDriver', 'sign_up_with' => 'Registrovat se přes :socialDriver', 'logout' => 'Odhlásit', 'name' => 'Jméno', 'username' => 'Uživatelské jméno', 'email' => 'E-mail', 'password' => 'Heslo', 'password_confirm' => 'Potvrzení hesla', 'password_hint' => 'Musí mít alespoň 8 znaků', 'forgot_password' => 'Zapomenuté heslo?', 'remember_me' => 'Zapamatovat si mě', 'ldap_email_hint' => 'Zadejte email, který chcete přiřadit k tomuto účtu.', 'create_account' => 'Vytvořit účet', 'already_have_account' => 'Již máte účet?', 'dont_have_account' => 'Nemáte učet?', 'social_login' => 'Přihlášení přes sociální sítě', 'social_registration' => 'Registrace přes sociální sítě', 'social_registration_text' => 'Registrovat a přihlásit se přes jinou službu', 'register_thanks' => 'Děkujeme za registraci!', 'register_confirm' => 'Zkontrolujte prosím svůj e-mail a klikněte na potvrzovací tlačítko pro přístup do :appName.', 'registrations_disabled' => 'Registrace jsou momentálně pozastaveny', 'registration_email_domain_invalid' => 'Registrace z této e-mailové domény nejsou povoleny', 'register_success' => 'Děkujeme za registraci! Nyní jste zaregistrováni a přihlášeni.', // Login auto-initiation 'auto_init_starting' => 'Pokus o přihlášení', 'auto_init_starting_desc' => 'Kontaktujeme váš ověřovací systém pro zahájení procesu přihlášení. Pokud po 5 sekundách nedojde k žádnému pokroku, můžete zkusit kliknout na odkaz níže.', 'auto_init_start_link' => 'Pokračovat s ověřováním', // Password Reset 'reset_password' => 'Obnovit heslo', 'reset_password_send_instructions' => 'Níže zadejte svou e-mailovou adresu a bude vám zaslán e-mail s odkazem na obnovení hesla.', 'reset_password_send_button' => 'Zaslat odkaz na obnovení hesla', 'reset_password_sent' => 'Odkaz pro obnovení hesla bude odeslán na :email, pokud bude tato e-mailová adresa nalezena v systému.', 'reset_password_success' => 'Vaše heslo bylo obnoveno.', 'email_reset_subject' => 'Obnovit heslo do :appName', 'email_reset_text' => 'Tento e-mail jste obdrželi, protože jsme obdrželi žádost o obnovení hesla k vašemu účtu.', 'email_reset_not_requested' => 'Pokud jste o obnovení hesla nežádali, není vyžadována žádná další akce.', // Email Confirmation 'email_confirm_subject' => 'Potvrďte svůj e-mail pro :appName', 'email_confirm_greeting' => 'Díky že jste se přidali do :appName!', 'email_confirm_text' => 'Prosíme potvrďte svou e-mailovou adresu kliknutím na níže uvedené tlačítko:', 'email_confirm_action' => 'Potvrdit e-mail', 'email_confirm_send_error' => 'Potvrzení e-mailu je vyžadováno, ale systém nemohl odeslat e-mail. Obraťte se na správce, abyste se ujistili, že je e-mail správně nastaven.', 'email_confirm_success' => 'Váš email byl ověřen! Nyní byste měli být schopni se touto emailovou adresou přihlásit.', 'email_confirm_resent' => 'E-mail s potvrzením byl znovu odeslán. Zkontrolujte svou příchozí poštu.', 'email_confirm_thanks' => 'Děkujeme za potvrzení!', 'email_confirm_thanks_desc' => 'Počkejte prosím chvíli, než se vaše potvrzení vyřizuje. Pokud nebudete po 3 sekundách přesměrováni, klikněte na odkaz "Pokračovat" níže pro pokračování.', 'email_not_confirmed' => 'E-mailová adresa nebyla potvrzena', 'email_not_confirmed_text' => 'Vaše e-mailová adresa nebyla dosud potvrzena.', 'email_not_confirmed_click_link' => 'Klikněte prosím na odkaz v e-mailu, který byl odeslán krátce po registraci.', 'email_not_confirmed_resend' => 'Pokud nemůžete e-mail nalézt, můžete znovu odeslat potvrzovací e-mail odesláním níže uvedeného formuláře.', 'email_not_confirmed_resend_button' => 'Znovu odeslat potvrzovací e-mail', // User Invite 'user_invite_email_subject' => 'Byli jste pozváni do :appName!', 'user_invite_email_greeting' => 'Byl pro vás vytvořen účet na :appName.', 'user_invite_email_text' => 'Klikněte na níže uvedené tlačítko pro nastavení hesla k účtu a získání přístupu:', 'user_invite_email_action' => 'Nastavit heslo k účtu', 'user_invite_page_welcome' => 'Vítejte v :appName!', 'user_invite_page_text' => 'Pro dokončení vašeho účtu a získání přístupu musíte nastavit heslo, které bude použito k přihlášení do :appName při dalších návštěvách.', 'user_invite_page_confirm_button' => 'Potvrdit heslo', 'user_invite_success_login' => 'Heslo bylo nasteaveno, nyní byste měli být schopni přihlásit se nastaveným heslem do aplikace :appName!', // Multi-factor Authentication 'mfa_setup' => 'Nastavit vícefaktorové ověření', 'mfa_setup_desc' => 'Nastavit vícefaktorové ověřování jako další vrstvu zabezpečení vašeho uživatelského účtu.', 'mfa_setup_configured' => 'Již nastaveno', 'mfa_setup_reconfigure' => 'Přenastavit', 'mfa_setup_remove_confirmation' => 'Opravdu chcete odstranit tuto metodu vícefaktorového ověřování?', 'mfa_setup_action' => 'Nastavit', 'mfa_backup_codes_usage_limit_warning' => 'Zbývá vám méně než 5 záložních kódů. Před vypršením kódu si prosím vygenerujte a uložte novou sadu, abyste se vyhnuli zablokování vašeho účtu.', 'mfa_option_totp_title' => 'Mobilní aplikace', 'mfa_option_totp_desc' => 'Pro použití vícefaktorového ověření budete potřebovat mobilní aplikaci, která podporuje TOTP jako např. Google Authenticator, Authy nebo Microsoft Authenticator.', 'mfa_option_backup_codes_title' => 'Záložní kódy', 'mfa_option_backup_codes_desc' => 'Vygeneruje sadu jednorázových záložních kódů, které zadáte při přihlášení k ověření své identity. Ujistěte se, že jsou uloženy na bezpečném místě.', 'mfa_gen_confirm_and_enable' => 'Potvrdit a povolit', 'mfa_gen_backup_codes_title' => 'Nastavení záložních kódů', 'mfa_gen_backup_codes_desc' => 'Uložte níže uvedený seznam kódů na bezpečné místo. Při přístupu k systému budete moci použít jeden z kódů jako druhou metodu ověření.', 'mfa_gen_backup_codes_download' => 'Stáhnout kódy', 'mfa_gen_backup_codes_usage_warning' => 'Každý kód může být použit pouze jednou', 'mfa_gen_totp_title' => 'Nastavení mobilní aplikace', 'mfa_gen_totp_desc' => 'Pro použití vícefaktorového ověření budete potřebovat mobilní aplikaci, která podporuje TOTP jako např. Google Authenticator, Authy nebo Microsoft Authenticator.', 'mfa_gen_totp_scan' => 'Naskenujte QR kód níže pomocí vaší preferované ověřovací aplikace.', 'mfa_gen_totp_verify_setup' => 'Ověřit nastavení', 'mfa_gen_totp_verify_setup_desc' => 'Ověřte, že vše funguje zadáním kódu, generovaného v ověřovací aplikaci, do níže uvedeného vstupního pole:', 'mfa_gen_totp_provide_code_here' => 'Zde zadejte kód vygenerovaný vaší aplikací', 'mfa_verify_access' => 'Ověřit přístup', 'mfa_verify_access_desc' => 'Váš uživatelský účet vyžaduje, abyste před udělením přístupu potvrdili svou totožnost prostřednictvím další úrovně ověření. Ověřte pomocí jedné z vašich nakonfigurovaných metod, abyste mohli pokračovat.', 'mfa_verify_no_methods' => 'Nejsou nastaveny žádné metody', 'mfa_verify_no_methods_desc' => 'Pro váš účet nebyly nalezeny žádné vícefázové metody ověřování. Před získáním přístupu budete muset nastavit alespoň jednu metodu.', 'mfa_verify_use_totp' => 'Ověřit pomocí mobilní aplikace', 'mfa_verify_use_backup_codes' => 'Ověřit pomocí záložního kódu', 'mfa_verify_backup_code' => 'Záložní kód', 'mfa_verify_backup_code_desc' => 'Níže zadejte jeden z vašich zbývajících záložních kódů:', 'mfa_verify_backup_code_enter_here' => 'Zde zadejte záložní kód', 'mfa_verify_totp_desc' => 'Níže zadejte kód, který jste si vygenerovali pomocí mobilní aplikace:', 'mfa_setup_login_notification' => 'Vícefázová metoda nastavena, nyní se prosím znovu přihlaste pomocí konfigurované metody.', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/en/notifications.php
lang/en/notifications.php
<?php /** * Text used for activity-based notifications. */ 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_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:', 'updated_page_debounce' => 'To prevent a mass of notifications, for a while you won\'t be sent notifications for further edits to this page by the same editor.', 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Page Name:', 'detail_page_path' => 'Page Path:', 'detail_commenter' => 'Commenter:', 'detail_comment' => 'Comment:', 'detail_created_by' => 'Created By:', 'detail_updated_by' => 'Updated By:', 'action_view_comment' => 'View Comment', 'action_view_page' => 'View Page', 'footer_reason' => 'This notification was sent to you because :link cover this type of activity for this item.', 'footer_reason_link' => 'your notification preferences', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/en/entities.php
lang/en/entities.php
<?php /** * Text used for 'Entities' (Document Structure Elements) such as * Books, Shelves, Chapters & Pages */ return [ // Shared 'recently_created' => 'Recently Created', 'recently_created_pages' => 'Recently Created Pages', 'recently_updated_pages' => 'Recently Updated Pages', 'recently_created_chapters' => 'Recently Created Chapters', 'recently_created_books' => 'Recently Created Books', 'recently_created_shelves' => 'Recently Created Shelves', 'recently_update' => 'Recently Updated', 'recently_viewed' => 'Recently Viewed', 'recent_activity' => 'Recent Activity', 'create_now' => 'Create one now', 'revisions' => 'Revisions', 'meta_revision' => 'Revision #:revisionCount', 'meta_created' => 'Created :timeLength', 'meta_created_name' => 'Created :timeLength by :user', 'meta_updated' => 'Updated :timeLength', 'meta_updated_name' => 'Updated :timeLength by :user', 'meta_owned_name' => 'Owned by :user', 'meta_reference_count' => 'Referenced by :count item|Referenced by :count items', 'entity_select' => 'Entity Select', 'entity_select_lack_permission' => 'You don\'t have the required permissions to select this item', 'images' => 'Images', 'my_recent_drafts' => 'My Recent Drafts', 'my_recently_viewed' => 'My Recently Viewed', 'my_most_viewed_favourites' => 'My Most Viewed Favourites', 'my_favourites' => 'My Favourites', 'no_pages_viewed' => 'You have not viewed any pages', 'no_pages_recently_created' => 'No pages have been recently created', 'no_pages_recently_updated' => 'No pages have been recently updated', 'export' => 'Export', 'export_html' => 'Contained Web File', 'export_pdf' => 'PDF File', 'export_text' => 'Plain Text File', 'export_md' => 'Markdown File', 'export_zip' => 'Portable ZIP', 'default_template' => 'Default Page Template', 'default_template_explain' => 'Assign a page template that will be used as the default content for all pages created within this item. Keep in mind this will only be used if the page creator has view access to the chosen template page.', 'default_template_select' => 'Select a template page', 'import' => 'Import', 'import_validate' => 'Validate Import', 'import_desc' => 'Import books, chapters & pages using a portable zip export from the same, or a different, instance. Select a ZIP file to proceed. After the file has been uploaded and validated you\'ll be able to configure & confirm the import in the next view.', 'import_zip_select' => 'Select ZIP file to upload', 'import_zip_validation_errors' => 'Errors were detected while validating the provided ZIP file:', 'import_pending' => 'Pending Imports', 'import_pending_none' => 'No imports have been started.', 'import_continue' => 'Continue Import', 'import_continue_desc' => 'Review the content due to be imported from the uploaded ZIP file. When ready, run the import to add its contents to this system. The uploaded ZIP import file will be automatically removed on successful import.', 'import_details' => 'Import Details', 'import_run' => 'Run Import', 'import_size' => ':size Import ZIP Size', 'import_uploaded_at' => 'Uploaded :relativeTime', 'import_uploaded_by' => 'Uploaded by', 'import_location' => 'Import Location', 'import_location_desc' => 'Select a target location for your imported content. You\'ll need the relevant permissions to create within the location you choose.', 'import_delete_confirm' => 'Are you sure you want to delete this import?', 'import_delete_desc' => 'This will delete the uploaded import ZIP file, and cannot be undone.', 'import_errors' => 'Import Errors', 'import_errors_desc' => 'The follow errors occurred during the import attempt:', 'breadcrumb_siblings_for_page' => 'Navigate siblings for page', 'breadcrumb_siblings_for_chapter' => 'Navigate siblings for chapter', 'breadcrumb_siblings_for_book' => 'Navigate siblings for book', 'breadcrumb_siblings_for_bookshelf' => 'Navigate siblings for shelf', // Permissions and restrictions 'permissions' => 'Permissions', 'permissions_desc' => 'Set permissions here to override the default permissions provided by user roles.', 'permissions_book_cascade' => 'Permissions set on books will automatically cascade to child chapters and pages, unless they have their own permissions defined.', 'permissions_chapter_cascade' => 'Permissions set on chapters will automatically cascade to child pages, unless they have their own permissions defined.', 'permissions_save' => 'Save Permissions', 'permissions_owner' => 'Owner', 'permissions_role_everyone_else' => 'Everyone Else', 'permissions_role_everyone_else_desc' => 'Set permissions for all roles not specifically overridden.', 'permissions_role_override' => 'Override permissions for role', 'permissions_inherit_defaults' => 'Inherit defaults', // Search 'search_results' => 'Search Results', 'search_total_results_found' => ':count result found|:count total results found', 'search_clear' => 'Clear Search', 'search_no_pages' => 'No pages matched this search', 'search_for_term' => 'Search for :term', 'search_more' => 'More Results', 'search_advanced' => 'Advanced Search', 'search_terms' => 'Search Terms', 'search_content_type' => 'Content Type', 'search_exact_matches' => 'Exact Matches', 'search_tags' => 'Tag Searches', 'search_options' => 'Options', 'search_viewed_by_me' => 'Viewed by me', 'search_not_viewed_by_me' => 'Not viewed by me', 'search_permissions_set' => 'Permissions set', 'search_created_by_me' => 'Created by me', 'search_updated_by_me' => 'Updated by me', 'search_owned_by_me' => 'Owned by me', 'search_date_options' => 'Date Options', 'search_updated_before' => 'Updated before', 'search_updated_after' => 'Updated after', 'search_created_before' => 'Created before', 'search_created_after' => 'Created after', 'search_set_date' => 'Set Date', 'search_update' => 'Update Search', // Shelves 'shelf' => 'Shelf', 'shelves' => 'Shelves', 'x_shelves' => ':count Shelf|:count Shelves', 'shelves_empty' => 'No shelves have been created', 'shelves_create' => 'Create New Shelf', 'shelves_popular' => 'Popular Shelves', 'shelves_new' => 'New Shelves', 'shelves_new_action' => 'New Shelf', 'shelves_popular_empty' => 'The most popular shelves will appear here.', 'shelves_new_empty' => 'The most recently created shelves will appear here.', 'shelves_save' => 'Save Shelf', 'shelves_books' => 'Books on this shelf', 'shelves_add_books' => 'Add books to this shelf', 'shelves_drag_books' => 'Drag books below to add them to this shelf', 'shelves_empty_contents' => 'This shelf has no books assigned to it', 'shelves_edit_and_assign' => 'Edit shelf to assign books', 'shelves_edit_named' => 'Edit Shelf :name', 'shelves_edit' => 'Edit Shelf', 'shelves_delete' => 'Delete Shelf', 'shelves_delete_named' => 'Delete Shelf :name', 'shelves_delete_explain' => "This will delete the shelf with the name ':name'. Contained books will not be deleted.", 'shelves_delete_confirmation' => 'Are you sure you want to delete this shelf?', 'shelves_permissions' => 'Shelf Permissions', 'shelves_permissions_updated' => 'Shelf Permissions Updated', 'shelves_permissions_active' => 'Shelf Permissions Active', 'shelves_permissions_cascade_warning' => 'Permissions on shelves do not automatically cascade to contained books. This is because a book can exist on multiple shelves. Permissions can however be copied down to child books using the option found below.', 'shelves_permissions_create' => 'Shelf create permissions are only used for copying permissions to child books using the action below. They do not control the ability to create books.', 'shelves_copy_permissions_to_books' => 'Copy Permissions to Books', 'shelves_copy_permissions' => 'Copy Permissions', 'shelves_copy_permissions_explain' => 'This will apply the current permission settings of this shelf to all books contained within. Before activating, ensure any changes to the permissions of this shelf have been saved.', 'shelves_copy_permission_success' => 'Shelf permissions copied to :count books', // Books 'book' => 'Book', 'books' => 'Books', 'x_books' => ':count Book|:count Books', 'books_empty' => 'No books have been created', 'books_popular' => 'Popular Books', 'books_recent' => 'Recent Books', 'books_new' => 'New Books', 'books_new_action' => 'New Book', 'books_popular_empty' => 'The most popular books will appear here.', 'books_new_empty' => 'The most recently created books will appear here.', 'books_create' => 'Create New Book', 'books_delete' => 'Delete Book', 'books_delete_named' => 'Delete Book :bookName', 'books_delete_explain' => 'This will delete the book with the name \':bookName\'. All pages and chapters will be removed.', 'books_delete_confirmation' => 'Are you sure you want to delete this book?', 'books_edit' => 'Edit Book', 'books_edit_named' => 'Edit Book :bookName', 'books_form_book_name' => 'Book Name', 'books_save' => 'Save Book', 'books_permissions' => 'Book Permissions', 'books_permissions_updated' => 'Book Permissions Updated', 'books_empty_contents' => 'No pages or chapters have been created for this book.', 'books_empty_create_page' => 'Create a new page', 'books_empty_sort_current_book' => 'Sort the current book', 'books_empty_add_chapter' => 'Add a chapter', 'books_permissions_active' => 'Book Permissions Active', 'books_search_this' => 'Search this book', 'books_navigation' => 'Book Navigation', 'books_sort' => 'Sort Book Contents', 'books_sort_desc' => 'Move chapters and pages within a book to reorganise its contents. Other books can be added which allows easy moving of chapters and pages between books. Optionally an auto sort rule can be set to automatically sort this book\'s contents upon changes.', 'books_sort_auto_sort' => 'Auto Sort Option', 'books_sort_auto_sort_active' => 'Auto Sort Active: :sortName', 'books_sort_named' => 'Sort Book :bookName', 'books_sort_name' => 'Sort by Name', 'books_sort_created' => 'Sort by Created Date', 'books_sort_updated' => 'Sort by Updated Date', 'books_sort_chapters_first' => 'Chapters First', 'books_sort_chapters_last' => 'Chapters Last', 'books_sort_show_other' => 'Show Other Books', 'books_sort_save' => 'Save New Order', 'books_sort_show_other_desc' => 'Add other books here to include them in the sort operation, and allow easy cross-book reorganisation.', 'books_sort_move_up' => 'Move Up', 'books_sort_move_down' => 'Move Down', 'books_sort_move_prev_book' => 'Move to Previous Book', 'books_sort_move_next_book' => 'Move to Next Book', 'books_sort_move_prev_chapter' => 'Move Into Previous Chapter', 'books_sort_move_next_chapter' => 'Move Into Next Chapter', 'books_sort_move_book_start' => 'Move to Start of Book', 'books_sort_move_book_end' => 'Move to End of Book', 'books_sort_move_before_chapter' => 'Move to Before Chapter', 'books_sort_move_after_chapter' => 'Move to After Chapter', 'books_copy' => 'Copy Book', 'books_copy_success' => 'Book successfully copied', // Chapters 'chapter' => 'Chapter', 'chapters' => 'Chapters', 'x_chapters' => ':count Chapter|:count Chapters', 'chapters_popular' => 'Popular Chapters', 'chapters_new' => 'New Chapter', 'chapters_create' => 'Create New Chapter', 'chapters_delete' => 'Delete Chapter', 'chapters_delete_named' => 'Delete Chapter :chapterName', 'chapters_delete_explain' => 'This will delete the chapter with the name \':chapterName\'. All pages that exist within this chapter will also be deleted.', 'chapters_delete_confirm' => 'Are you sure you want to delete this chapter?', 'chapters_edit' => 'Edit Chapter', 'chapters_edit_named' => 'Edit Chapter :chapterName', 'chapters_save' => 'Save Chapter', 'chapters_move' => 'Move Chapter', 'chapters_move_named' => 'Move Chapter :chapterName', 'chapters_copy' => 'Copy Chapter', 'chapters_copy_success' => 'Chapter successfully copied', 'chapters_permissions' => 'Chapter Permissions', 'chapters_empty' => 'No pages are currently in this chapter.', 'chapters_permissions_active' => 'Chapter Permissions Active', 'chapters_permissions_success' => 'Chapter Permissions Updated', 'chapters_search_this' => 'Search this chapter', 'chapter_sort_book' => 'Sort Book', // Pages 'page' => 'Page', 'pages' => 'Pages', 'x_pages' => ':count Page|:count Pages', 'pages_popular' => 'Popular Pages', 'pages_new' => 'New Page', 'pages_attachments' => 'Attachments', 'pages_navigation' => 'Page Navigation', 'pages_delete' => 'Delete Page', 'pages_delete_named' => 'Delete Page :pageName', 'pages_delete_draft_named' => 'Delete Draft Page :pageName', 'pages_delete_draft' => 'Delete Draft Page', 'pages_delete_success' => 'Page deleted', 'pages_delete_draft_success' => 'Draft page deleted', 'pages_delete_warning_template' => 'This page is in active use as a book or chapter default page template. These books or chapters will no longer have a default page template assigned after this page is deleted.', 'pages_delete_confirm' => 'Are you sure you want to delete this page?', 'pages_delete_draft_confirm' => 'Are you sure you want to delete this draft page?', 'pages_editing_named' => 'Editing Page :pageName', 'pages_edit_draft_options' => 'Draft Options', 'pages_edit_save_draft' => 'Save Draft', 'pages_edit_draft' => 'Edit Page Draft', 'pages_editing_draft' => 'Editing Draft', 'pages_editing_page' => 'Editing Page', 'pages_edit_draft_save_at' => 'Draft saved at ', 'pages_edit_delete_draft' => 'Delete Draft', 'pages_edit_delete_draft_confirm' => 'Are you sure you want to delete your draft page changes? All of your changes, since the last full save, will be lost and the editor will be updated with the latest page non-draft save state.', 'pages_edit_discard_draft' => 'Discard Draft', 'pages_edit_switch_to_markdown' => 'Switch to Markdown Editor', 'pages_edit_switch_to_markdown_clean' => '(Clean Content)', 'pages_edit_switch_to_markdown_stable' => '(Stable Content)', 'pages_edit_switch_to_wysiwyg' => 'Switch to WYSIWYG Editor', 'pages_edit_switch_to_new_wysiwyg' => 'Switch to new WYSIWYG', 'pages_edit_switch_to_new_wysiwyg_desc' => '(In Beta Testing)', 'pages_edit_set_changelog' => 'Set Changelog', 'pages_edit_enter_changelog_desc' => 'Enter a brief description of the changes you\'ve made', 'pages_edit_enter_changelog' => 'Enter Changelog', 'pages_editor_switch_title' => 'Switch Editor', 'pages_editor_switch_are_you_sure' => 'Are you sure you want to change the editor for this page?', 'pages_editor_switch_consider_following' => 'Consider the following when changing editors:', 'pages_editor_switch_consideration_a' => 'Once saved, the new editor option will be used by any future editors, including those that may not be able to change editor type themselves.', 'pages_editor_switch_consideration_b' => 'This can potentially lead to a loss of detail and syntax in certain circumstances.', 'pages_editor_switch_consideration_c' => 'Tag or changelog changes, made since last save, won\'t persist across this change.', 'pages_save' => 'Save Page', 'pages_title' => 'Page Title', 'pages_name' => 'Page Name', 'pages_md_editor' => 'Editor', 'pages_md_preview' => 'Preview', 'pages_md_insert_image' => 'Insert Image', 'pages_md_insert_link' => 'Insert Entity Link', 'pages_md_insert_drawing' => 'Insert Drawing', 'pages_md_show_preview' => 'Show preview', 'pages_md_sync_scroll' => 'Sync preview scroll', 'pages_md_plain_editor' => 'Plaintext editor', 'pages_drawing_unsaved' => 'Unsaved Drawing Found', 'pages_drawing_unsaved_confirm' => 'Unsaved drawing data was found from a previous failed drawing save attempt. Would you like to restore and continue editing this unsaved drawing?', 'pages_not_in_chapter' => 'Page is not in a chapter', 'pages_move' => 'Move Page', 'pages_copy' => 'Copy Page', 'pages_copy_desination' => 'Copy Destination', 'pages_copy_success' => 'Page successfully copied', 'pages_permissions' => 'Page Permissions', 'pages_permissions_success' => 'Page permissions updated', 'pages_revision' => 'Revision', 'pages_revisions' => 'Page Revisions', 'pages_revisions_desc' => 'Listed below are all the past revisions of this page. You can look back upon, compare, and restore old page versions if permissions allow. The full history of the page may not be fully reflected here since, depending on system configuration, old revisions could be auto-deleted.', 'pages_revisions_named' => 'Page Revisions for :pageName', 'pages_revision_named' => 'Page Revision for :pageName', 'pages_revision_restored_from' => 'Restored from #:id; :summary', 'pages_revisions_created_by' => 'Created By', 'pages_revisions_date' => 'Revision Date', 'pages_revisions_number' => '#', 'pages_revisions_sort_number' => 'Revision Number', 'pages_revisions_numbered' => 'Revision #:id', 'pages_revisions_numbered_changes' => 'Revision #:id Changes', 'pages_revisions_editor' => 'Editor Type', 'pages_revisions_changelog' => 'Changelog', 'pages_revisions_changes' => 'Changes', 'pages_revisions_current' => 'Current Version', 'pages_revisions_preview' => 'Preview', 'pages_revisions_restore' => 'Restore', 'pages_revisions_none' => 'This page has no revisions', 'pages_copy_link' => 'Copy Link', 'pages_edit_content_link' => 'Jump to section in editor', 'pages_pointer_enter_mode' => 'Enter section select mode', 'pages_pointer_label' => 'Page Section Options', 'pages_pointer_permalink' => 'Page Section Permalink', 'pages_pointer_include_tag' => 'Page Section Include Tag', 'pages_pointer_toggle_link' => 'Permalink mode, Press to show include tag', 'pages_pointer_toggle_include' => 'Include tag mode, Press to show permalink', 'pages_permissions_active' => 'Page Permissions Active', 'pages_initial_revision' => 'Initial publish', 'pages_references_update_revision' => 'System auto-update of internal links', 'pages_initial_name' => 'New Page', 'pages_editing_draft_notification' => 'You are currently editing a draft that was last saved :timeDiff.', 'pages_draft_edited_notification' => 'This page has been updated by since that time. It is recommended that you discard this draft.', 'pages_draft_page_changed_since_creation' => 'This page has been updated since this draft was created. It is recommended that you discard this draft or take care not to overwrite any page changes.', 'pages_draft_edit_active' => [ 'start_a' => ':count users have started editing this page', 'start_b' => ':userName has started editing this page', 'time_a' => 'since the page was last updated', 'time_b' => 'in the last :minCount minutes', 'message' => ':start :time. Take care not to overwrite each other\'s updates!', ], 'pages_draft_discarded' => 'Draft discarded! The editor has been updated with the current page content', 'pages_draft_deleted' => 'Draft deleted! The editor has been updated with the current page content', 'pages_specific' => 'Specific Page', 'pages_is_template' => 'Page Template', // Editor Sidebar 'toggle_sidebar' => 'Toggle Sidebar', 'page_tags' => 'Page Tags', 'chapter_tags' => 'Chapter Tags', 'book_tags' => 'Book Tags', 'shelf_tags' => 'Shelf Tags', 'tag' => 'Tag', 'tags' => 'Tags', 'tags_index_desc' => 'Tags can be applied to content within the system to apply a flexible form of categorization. Tags can have both a key and value, with the value being optional. Once applied, content can then be queried using the tag name and value.', 'tag_name' => 'Tag Name', 'tag_value' => 'Tag Value (Optional)', 'tags_explain' => "Add some tags to better categorise your content. \n You can assign a value to a tag for more in-depth organisation.", 'tags_add' => 'Add another tag', 'tags_remove' => 'Remove this tag', 'tags_usages' => 'Total tag usages', 'tags_assigned_pages' => 'Assigned to Pages', 'tags_assigned_chapters' => 'Assigned to Chapters', 'tags_assigned_books' => 'Assigned to Books', 'tags_assigned_shelves' => 'Assigned to Shelves', 'tags_x_unique_values' => ':count unique values', 'tags_all_values' => 'All values', 'tags_view_tags' => 'View Tags', 'tags_view_existing_tags' => 'View existing tags', 'tags_list_empty_hint' => 'Tags can be assigned via the page editor sidebar or while editing the details of a book, chapter or shelf.', 'attachments' => 'Attachments', 'attachments_explain' => 'Upload some files or attach some links to display on your page. These are visible in the page sidebar.', 'attachments_explain_instant_save' => 'Changes here are saved instantly.', 'attachments_upload' => 'Upload File', 'attachments_link' => 'Attach Link', 'attachments_upload_drop' => 'Alternatively you can drag and drop a file here to upload it as an attachment.', 'attachments_set_link' => 'Set Link', 'attachments_delete' => 'Are you sure you want to delete this attachment?', 'attachments_dropzone' => 'Drop files here to upload', 'attachments_no_files' => 'No files have been uploaded', 'attachments_explain_link' => 'You can attach a link if you\'d prefer not to upload a file. This can be a link to another page or a link to a file in the cloud.', 'attachments_link_name' => 'Link Name', 'attachment_link' => 'Attachment link', 'attachments_link_url' => 'Link to file', 'attachments_link_url_hint' => 'Url of site or file', 'attach' => 'Attach', 'attachments_insert_link' => 'Add Attachment Link to Page', 'attachments_edit_file' => 'Edit File', 'attachments_edit_file_name' => 'File Name', 'attachments_edit_drop_upload' => 'Drop files or click here to upload and overwrite', 'attachments_order_updated' => 'Attachment order updated', 'attachments_updated_success' => 'Attachment details updated', 'attachments_deleted' => 'Attachment deleted', 'attachments_file_uploaded' => 'File successfully uploaded', 'attachments_file_updated' => 'File successfully updated', 'attachments_link_attached' => 'Link successfully attached to page', 'templates' => 'Templates', 'templates_set_as_template' => 'Page is a template', 'templates_explain_set_as_template' => 'You can set this page as a template so its contents be utilized when creating other pages. Other users will be able to use this template if they have view permissions for this page.', 'templates_replace_content' => 'Replace page content', 'templates_append_content' => 'Append to page content', 'templates_prepend_content' => 'Prepend to page content', // Profile View 'profile_user_for_x' => 'User for :time', 'profile_created_content' => 'Created Content', 'profile_not_created_pages' => ':userName has not created any pages', 'profile_not_created_chapters' => ':userName has not created any chapters', 'profile_not_created_books' => ':userName has not created any books', 'profile_not_created_shelves' => ':userName has not created any shelves', // Comments 'comment' => 'Comment', 'comments' => 'Comments', 'comment_add' => 'Add Comment', 'comment_none' => 'No comments to display', 'comment_placeholder' => 'Leave a comment here', 'comment_thread_count' => ':count Comment Thread|:count Comment Threads', 'comment_archived_count' => ':count Archived', 'comment_archived_threads' => 'Archived Threads', 'comment_save' => 'Save Comment', 'comment_new' => 'New Comment', 'comment_created' => 'commented :createDiff', 'comment_updated' => 'Updated :updateDiff by :username', 'comment_updated_indicator' => 'Updated', 'comment_deleted_success' => 'Comment deleted', 'comment_created_success' => 'Comment added', 'comment_updated_success' => 'Comment updated', 'comment_archive_success' => 'Comment archived', 'comment_unarchive_success' => 'Comment un-archived', 'comment_view' => 'View comment', 'comment_jump_to_thread' => 'Jump to thread', 'comment_delete_confirm' => 'Are you sure you want to delete this comment?', 'comment_in_reply_to' => 'In reply to :commentId', 'comment_reference' => 'Reference', 'comment_reference_outdated' => '(Outdated)', 'comment_editor_explain' => 'Here are the comments that have been left on this page. Comments can be added & managed when viewing the saved page.', // Revision 'revision_delete_confirm' => 'Are you sure you want to delete this revision?', 'revision_restore_confirm' => 'Are you sure you want to restore this revision? The current page contents will be replaced.', 'revision_cannot_delete_latest' => 'Cannot delete the latest revision.', // Copy view 'copy_consider' => 'Please consider the below when copying content.', 'copy_consider_permissions' => 'Custom permission settings will not be copied.', 'copy_consider_owner' => 'You will become the owner of all copied content.', 'copy_consider_images' => 'Page image files will not be duplicated & the original images will retain their relation to the page they were originally uploaded to.', 'copy_consider_attachments' => 'Page attachments will not be copied.', 'copy_consider_access' => 'A change of location, owner or permissions may result in this content being accessible to those previously without access.', // Conversions 'convert_to_shelf' => 'Convert to Shelf', 'convert_to_shelf_contents_desc' => 'You can convert this book to a new shelf with the same contents. Chapters contained within this book will be converted to new books. If this book contains any pages, that are not in a chapter, this book will be renamed and contain such pages, and this book will become part of the new shelf.', 'convert_to_shelf_permissions_desc' => 'Any permissions set on this book will be copied to the new shelf and to all new child books that don\'t have their own permissions enforced. Note that permissions on shelves do not auto-cascade to content within, as they do for books.', 'convert_book' => 'Convert Book', 'convert_book_confirm' => 'Are you sure you want to convert this book?', 'convert_undo_warning' => 'This cannot be as easily undone.', 'convert_to_book' => 'Convert to Book', 'convert_to_book_desc' => 'You can convert this chapter to a new book with the same contents. Any permissions set on this chapter will be copied to the new book but any inherited permissions, from the parent book, will not be copied which could lead to a change of access control.', 'convert_chapter' => 'Convert Chapter', 'convert_chapter_confirm' => 'Are you sure you want to convert this chapter?', // References 'references' => 'References', 'references_none' => 'There are no tracked references to this item.', 'references_to_desc' => 'Listed below is all the known content in the system that links to this item.', // Watch Options 'watch' => 'Watch', 'watch_title_default' => 'Default Preferences', 'watch_desc_default' => 'Revert watching to just your default notification preferences.', 'watch_title_ignore' => 'Ignore', 'watch_desc_ignore' => 'Ignore all notifications, including those from user-level preferences.', 'watch_title_new' => 'New Pages', 'watch_desc_new' => 'Notify when any new page is created within this item.', 'watch_title_updates' => 'All Page Updates', 'watch_desc_updates' => 'Notify upon all new pages and page changes.', 'watch_desc_updates_page' => 'Notify upon all page changes.', 'watch_title_comments' => 'All Page Updates & Comments', 'watch_desc_comments' => 'Notify upon all new pages, page changes and new comments.', 'watch_desc_comments_page' => 'Notify upon page changes and new comments.', 'watch_change_default' => 'Change default notification preferences', 'watch_detail_ignore' => 'Ignoring notifications', 'watch_detail_new' => 'Watching for new pages', 'watch_detail_updates' => 'Watching new pages and updates', 'watch_detail_comments' => 'Watching new pages, updates & comments', 'watch_detail_parent_book' => 'Watching via parent book', 'watch_detail_parent_book_ignore' => 'Ignoring via parent book', 'watch_detail_parent_chapter' => 'Watching via parent chapter', 'watch_detail_parent_chapter_ignore' => 'Ignoring via parent chapter', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/en/passwords.php
lang/en/passwords.php
<?php /** * Password Reminder Language Lines * The following language lines are the default lines which match reasons * that are given by the password broker for a password update attempt has failed. */ return [ 'password' => 'Passwords must be at least eight characters and match the confirmation.', 'user' => "We can't find a user with that e-mail address.", 'token' => 'The password reset token is invalid for this email address.', 'sent' => 'We have e-mailed your password reset link!', 'reset' => 'Your password has been reset!', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/en/editor.php
lang/en/editor.php
<?php /** * Page Editor Lines * Contains text strings used within the user interface of the * WYSIWYG page editor. Some Markdown editor strings may still * exist in the 'entities' file instead since this was added later. */ return [ // General editor terms 'general' => 'General', 'advanced' => 'Advanced', 'none' => 'None', 'cancel' => 'Cancel', 'save' => 'Save', 'close' => 'Close', 'apply' => 'Apply', 'undo' => 'Undo', 'redo' => 'Redo', 'left' => 'Left', 'center' => 'Center', 'right' => 'Right', 'top' => 'Top', 'middle' => 'Middle', 'bottom' => 'Bottom', 'width' => 'Width', 'height' => 'Height', 'More' => 'More', 'select' => 'Select...', // Toolbar 'formats' => 'Formats', 'header_large' => 'Large Header', 'header_medium' => 'Medium Header', 'header_small' => 'Small Header', 'header_tiny' => 'Tiny Header', 'paragraph' => 'Paragraph', 'blockquote' => 'Blockquote', 'inline_code' => 'Inline code', 'callouts' => 'Callouts', 'callout_information' => 'Information', 'callout_success' => 'Success', 'callout_warning' => 'Warning', 'callout_danger' => 'Danger', 'bold' => 'Bold', 'italic' => 'Italic', 'underline' => 'Underline', 'strikethrough' => 'Strikethrough', 'superscript' => 'Superscript', 'subscript' => 'Subscript', 'text_color' => 'Text color', 'highlight_color' => 'Highlight color', 'custom_color' => 'Custom color', 'remove_color' => 'Remove color', 'background_color' => 'Background color', 'align_left' => 'Align left', 'align_center' => 'Align center', 'align_right' => 'Align right', 'align_justify' => 'Justify', 'list_bullet' => 'Bullet list', 'list_numbered' => 'Numbered list', 'list_task' => 'Task list', 'indent_increase' => 'Increase indent', 'indent_decrease' => 'Decrease indent', 'table' => 'Table', 'insert_image' => 'Insert image', 'insert_image_title' => 'Insert/Edit Image', 'insert_link' => 'Insert/edit link', 'insert_link_title' => 'Insert/Edit Link', 'insert_horizontal_line' => 'Insert horizontal line', 'insert_code_block' => 'Insert code block', 'edit_code_block' => 'Edit code block', 'insert_drawing' => 'Insert/edit drawing', 'drawing_manager' => 'Drawing manager', 'insert_media' => 'Insert/edit media', 'insert_media_title' => 'Insert/Edit Media', 'clear_formatting' => 'Clear formatting', 'source_code' => 'Source code', 'source_code_title' => 'Source Code', 'fullscreen' => 'Fullscreen', 'image_options' => 'Image options', // Tables 'table_properties' => 'Table properties', 'table_properties_title' => 'Table Properties', 'delete_table' => 'Delete table', 'table_clear_formatting' => 'Clear table formatting', 'resize_to_contents' => 'Resize to contents', 'row_header' => 'Row header', 'insert_row_before' => 'Insert row before', 'insert_row_after' => 'Insert row after', 'delete_row' => 'Delete row', 'insert_column_before' => 'Insert column before', 'insert_column_after' => 'Insert column after', 'delete_column' => 'Delete column', 'table_cell' => 'Cell', 'table_row' => 'Row', 'table_column' => 'Column', 'cell_properties' => 'Cell properties', 'cell_properties_title' => 'Cell Properties', 'cell_type' => 'Cell type', 'cell_type_cell' => 'Cell', 'cell_scope' => 'Scope', 'cell_type_header' => 'Header cell', 'merge_cells' => 'Merge cells', 'split_cell' => 'Split cell', 'table_row_group' => 'Row Group', 'table_column_group' => 'Column Group', 'horizontal_align' => 'Horizontal align', 'vertical_align' => 'Vertical align', 'border_width' => 'Border width', 'border_style' => 'Border style', 'border_color' => 'Border color', 'row_properties' => 'Row properties', 'row_properties_title' => 'Row Properties', 'cut_row' => 'Cut row', 'copy_row' => 'Copy row', 'paste_row_before' => 'Paste row before', 'paste_row_after' => 'Paste row after', 'row_type' => 'Row type', 'row_type_header' => 'Header', 'row_type_body' => 'Body', 'row_type_footer' => 'Footer', 'alignment' => 'Alignment', 'cut_column' => 'Cut column', 'copy_column' => 'Copy column', 'paste_column_before' => 'Paste column before', 'paste_column_after' => 'Paste column after', 'cell_padding' => 'Cell padding', 'cell_spacing' => 'Cell spacing', 'caption' => 'Caption', 'show_caption' => 'Show caption', 'constrain' => 'Constrain proportions', 'cell_border_solid' => 'Solid', 'cell_border_dotted' => 'Dotted', 'cell_border_dashed' => 'Dashed', 'cell_border_double' => 'Double', 'cell_border_groove' => 'Groove', 'cell_border_ridge' => 'Ridge', 'cell_border_inset' => 'Inset', 'cell_border_outset' => 'Outset', 'cell_border_none' => 'None', 'cell_border_hidden' => 'Hidden', // Images, links, details/summary & embed 'source' => 'Source', 'alt_desc' => 'Alternative description', 'embed' => 'Embed', 'paste_embed' => 'Paste your embed code below:', 'url' => 'URL', 'text_to_display' => 'Text to display', 'title' => 'Title', 'browse_links' => 'Browse links', 'open_link' => 'Open link', 'open_link_in' => 'Open link in...', 'open_link_current' => 'Current window', 'open_link_new' => 'New window', 'remove_link' => 'Remove link', 'insert_collapsible' => 'Insert collapsible block', 'collapsible_unwrap' => 'Unwrap', 'edit_label' => 'Edit label', 'toggle_open_closed' => 'Toggle open/closed', 'collapsible_edit' => 'Edit collapsible block', 'toggle_label' => 'Toggle label', // About view 'about' => 'About the editor', 'about_title' => 'About the WYSIWYG Editor', 'editor_license' => 'Editor License & Copyright', 'editor_lexical_license' => 'This editor is built as a fork of :lexicalLink which is distributed under the MIT license.', 'editor_lexical_license_link' => 'Full license details can be found here.', 'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under the MIT license.', 'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.', 'save_continue' => 'Save Page & Continue', 'callouts_cycle' => '(Keep pressing to toggle through types)', 'link_selector' => 'Link to content', 'shortcuts' => 'Shortcuts', 'shortcut' => 'Shortcut', 'shortcuts_intro' => 'The following shortcuts are available in the editor:', 'windows_linux' => '(Windows/Linux)', 'mac' => '(Mac)', 'description' => 'Description', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/en/components.php
lang/en/components.php
<?php /** * Text used in custom JavaScript driven components. */ return [ // Image Manager 'image_select' => 'Image Select', 'image_list' => 'Image List', 'image_details' => 'Image Details', 'image_upload' => 'Upload Image', 'image_intro' => 'Here you can select and manage images that have been previously uploaded to the system.', 'image_intro_upload' => 'Upload a new image by dragging an image file into this window, or by using the "Upload Image" button above.', 'image_all' => 'All', 'image_all_title' => 'View all images', 'image_book_title' => 'View images uploaded to this book', 'image_page_title' => 'View images uploaded to this page', 'image_search_hint' => 'Search by image name', 'image_uploaded' => 'Uploaded :uploadedDate', 'image_uploaded_by' => 'Uploaded by :userName', 'image_uploaded_to' => 'Uploaded to :pageLink', 'image_updated' => 'Updated :updateDate', 'image_load_more' => 'Load More', 'image_image_name' => 'Image Name', 'image_delete_used' => 'This image is used in the pages below.', 'image_delete_confirm_text' => 'Are you sure you want to delete this image?', 'image_select_image' => 'Select Image', 'image_dropzone' => 'Drop images or click here to upload', 'image_dropzone_drop' => 'Drop images here to upload', 'images_deleted' => 'Images Deleted', 'image_preview' => 'Image Preview', 'image_upload_success' => 'Image uploaded successfully', 'image_update_success' => 'Image details successfully updated', 'image_delete_success' => 'Image successfully deleted', 'image_replace' => 'Replace Image', 'image_replace_success' => 'Image file successfully updated', 'image_rebuild_thumbs' => 'Regenerate Size Variations', 'image_rebuild_thumbs_success' => 'Image size variations successfully rebuilt!', // Code Editor 'code_editor' => 'Edit Code', 'code_language' => 'Code Language', 'code_content' => 'Code Content', 'code_session_history' => 'Session History', 'code_save' => 'Save Code', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/en/preferences.php
lang/en/preferences.php
<?php /** * Text used for user-preference specific views within bookstack. */ return [ 'my_account' => 'My Account', 'shortcuts' => 'Shortcuts', 'shortcuts_interface' => 'UI Shortcut Preferences', 'shortcuts_toggle_desc' => 'Here you can enable or disable keyboard system interface shortcuts, used for navigation and actions.', 'shortcuts_customize_desc' => 'You can customize each of the shortcuts below. Just press your desired key combination after selecting the input for a shortcut.', 'shortcuts_toggle_label' => 'Keyboard shortcuts enabled', 'shortcuts_section_navigation' => 'Navigation', 'shortcuts_section_actions' => 'Common Actions', 'shortcuts_save' => 'Save Shortcuts', 'shortcuts_overlay_desc' => 'Note: When shortcuts are enabled a helper overlay is available via pressing "?" which will highlight the available shortcuts for actions currently visible on the screen.', 'shortcuts_update_success' => 'Shortcut preferences have been updated!', 'shortcuts_overview_desc' => 'Manage keyboard shortcuts you can use to navigate the system user interface.', 'notifications' => 'Notification Preferences', 'notifications_desc' => 'Control the email notifications you receive when certain activity is performed within the system.', 'notifications_opt_own_page_changes' => 'Notify upon changes to pages I own', 'notifications_opt_own_page_comments' => 'Notify upon comments on pages I own', 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Notify upon replies to my comments', 'notifications_save' => 'Save Preferences', 'notifications_update_success' => 'Notification preferences have been updated!', 'notifications_watched' => 'Watched & Ignored Items', 'notifications_watched_desc' => 'Below are the items that have custom watch preferences applied. To update your preferences for these, view the item then find the watch options in the sidebar.', 'auth' => 'Access & Security', 'auth_change_password' => 'Change Password', 'auth_change_password_desc' => 'Change the password you use to log-in to the application. This must be at least 8 characters long.', 'auth_change_password_success' => 'Password has been updated!', 'profile' => 'Profile Details', 'profile_desc' => 'Manage the details of your account which represents you to other users, in addition to details that are used for communication and system personalisation.', 'profile_view_public' => 'View Public Profile', 'profile_name_desc' => 'Configure your display name which will be visible to other users in the system through the activity you perform, and content you own.', 'profile_email_desc' => 'This email will be used for notifications and, depending on active system authentication, system access.', 'profile_email_no_permission' => 'Unfortunately you don\'t have permission to change your email address. If you want to change this, you\'d need to ask an administrator to change this for you.', 'profile_avatar_desc' => 'Select an image which will be used to represent yourself to others in the system. Ideally this image should be square and about 256px in width and height.', 'profile_admin_options' => 'Administrator Options', 'profile_admin_options_desc' => 'Additional administrator-level options, like those to manage role assignments, can be found for your user account in the "Settings > Users" area of the application.', 'delete_account' => 'Delete Account', 'delete_my_account' => 'Delete My Account', 'delete_my_account_desc' => 'This will fully delete your user account from the system. You will not be able to recover this account or revert this action. Content you\'ve created, such as created pages and uploaded images, will remain.', 'delete_my_account_warning' => 'Are you sure you want to delete your account?', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/en/errors.php
lang/en/errors.php
<?php /** * Text shown in error messaging. */ return [ // Permissions 'permission' => 'You do not have permission to access the requested page.', 'permissionJson' => 'You do not have permission to perform the requested action.', // Auth 'error_user_exists_different_creds' => 'A user with the email :email already exists but with different credentials.', 'auth_pre_register_theme_prevention' => 'User account could not be registered for the provided details', 'email_already_confirmed' => 'Email has already been confirmed, Try logging in.', 'email_confirmation_invalid' => 'This confirmation token is not valid or has already been used, Please try registering again.', 'email_confirmation_expired' => 'The confirmation token has expired, A new confirmation email has been sent.', 'email_confirmation_awaiting' => 'The email address for the account in use needs to be confirmed', 'ldap_fail_anonymous' => 'LDAP access failed using anonymous bind', 'ldap_fail_authed' => 'LDAP access failed using given dn & password details', 'ldap_extension_not_installed' => 'LDAP PHP extension not installed', 'ldap_cannot_connect' => 'Cannot connect to ldap server, Initial connection failed', 'saml_already_logged_in' => 'Already logged in', 'saml_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system', 'saml_invalid_response_id' => 'The request from the external authentication system is not recognised by a process started by this application. Navigating back after a login could cause this issue.', 'saml_fail_authed' => 'Login using :system failed, system did not provide successful authorization', 'oidc_already_logged_in' => 'Already logged in', 'oidc_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system', 'oidc_fail_authed' => 'Login using :system failed, system did not provide successful authorization', 'social_no_action_defined' => 'No action defined', 'social_login_bad_response' => "Error received during :socialAccount login: \n:error", 'social_account_in_use' => 'This :socialAccount account is already in use, Try logging in via the :socialAccount option.', 'social_account_email_in_use' => 'The email :email is already in use. If you already have an account you can connect your :socialAccount account from your profile settings.', 'social_account_existing' => 'This :socialAccount is already attached to your profile.', 'social_account_already_used_existing' => 'This :socialAccount account is already used by another user.', 'social_account_not_used' => 'This :socialAccount account is not linked to any users. Please attach it in your profile settings. ', 'social_account_register_instructions' => 'If you do not yet have an account, You can register an account using the :socialAccount option.', 'social_driver_not_found' => 'Social driver not found', 'social_driver_not_configured' => 'Your :socialAccount social settings are not configured correctly.', 'invite_token_expired' => 'This invitation link has expired. You can instead try to reset your account password.', 'login_user_not_found' => 'A user for this action could not be found.', // System 'path_not_writable' => 'File path :filePath could not be uploaded to. Ensure it is writable to the server.', 'cannot_get_image_from_url' => 'Cannot get image from :url', 'cannot_create_thumbs' => 'The server cannot create thumbnails. Please check you have the GD PHP extension installed.', 'server_upload_limit' => 'The server does not allow uploads of this size. Please try a smaller file size.', 'server_post_limit' => 'The server cannot receive the provided amount of data. Try again with less data or a smaller file.', 'uploaded' => 'The server does not allow uploads of this size. Please try a smaller file size.', // Drawing & Images 'image_upload_error' => 'An error occurred uploading the image', 'image_upload_type_error' => 'The image type being uploaded is invalid', 'image_upload_replace_type' => 'Image file replacements must be of the same type', 'image_upload_memory_limit' => 'Failed to handle image upload and/or create thumbnails due to system resource limits.', 'image_thumbnail_memory_limit' => 'Failed to create image size variations due to system resource limits.', 'image_gallery_thumbnail_memory_limit' => 'Failed to create gallery thumbnails due to system resource limits.', 'drawing_data_not_found' => 'Drawing data could not be loaded. The drawing file might no longer exist or you may not have permission to access it.', // Attachments 'attachment_not_found' => 'Attachment not found', 'attachment_upload_error' => 'An error occurred uploading the attachment file', // Pages 'page_draft_autosave_fail' => 'Failed to save draft. Ensure you have internet connection before saving this page', 'page_draft_delete_fail' => 'Failed to delete page draft and fetch current page saved content', 'page_custom_home_deletion' => 'Cannot delete a page while it is set as a homepage', // Entities 'entity_not_found' => 'Entity not found', 'bookshelf_not_found' => 'Shelf not found', 'book_not_found' => 'Book not found', 'page_not_found' => 'Page not found', 'chapter_not_found' => 'Chapter not found', 'selected_book_not_found' => 'The selected book was not found', 'selected_book_chapter_not_found' => 'The selected Book or Chapter was not found', 'guests_cannot_save_drafts' => 'Guests cannot save drafts', // Users 'users_cannot_delete_only_admin' => 'You cannot delete the only admin', 'users_cannot_delete_guest' => 'You cannot delete the guest user', 'users_could_not_send_invite' => 'Could not create user since invite email failed to send', // Roles 'role_cannot_be_edited' => 'This role cannot be edited', 'role_system_cannot_be_deleted' => 'This role is a system role and cannot be deleted', 'role_registration_default_cannot_delete' => 'This role cannot be deleted while set as the default registration role', 'role_cannot_remove_only_admin' => 'This user is the only user assigned to the administrator role. Assign the administrator role to another user before attempting to remove it here.', // Comments 'comment_list' => 'An error occurred while fetching the comments.', 'cannot_add_comment_to_draft' => 'You cannot add comments to a draft.', 'comment_add' => 'An error occurred while adding / updating the comment.', 'comment_delete' => 'An error occurred while deleting the comment.', 'empty_comment' => 'Cannot add an empty comment.', // Error pages '404_page_not_found' => 'Page Not Found', 'sorry_page_not_found' => 'Sorry, The page you were looking for could not be found.', 'sorry_page_not_found_permission_warning' => 'If you expected this page to exist, you might not have permission to view it.', 'image_not_found' => 'Image Not Found', 'image_not_found_subtitle' => 'Sorry, The image file you were looking for could not be found.', 'image_not_found_details' => 'If you expected this image to exist it might have been deleted.', 'return_home' => 'Return to home', 'error_occurred' => 'An Error Occurred', 'app_down' => ':appName is down right now', 'back_soon' => 'It will be back up soon.', // Import 'import_zip_cant_read' => 'Could not read ZIP file.', 'import_zip_cant_decode_data' => 'Could not find and decode ZIP data.json content.', 'import_zip_no_data' => 'ZIP file data has no expected book, chapter or page content.', 'import_zip_data_too_large' => 'ZIP data.json content exceeds the configured application maximum upload size.', 'import_validation_failed' => 'Import ZIP failed to validate with errors:', 'import_zip_failed_notification' => 'Failed to import ZIP file.', 'import_perms_books' => 'You are lacking the required permissions to create books.', 'import_perms_chapters' => 'You are lacking the required permissions to create chapters.', 'import_perms_pages' => 'You are lacking the required permissions to create pages.', 'import_perms_images' => 'You are lacking the required permissions to create images.', 'import_perms_attachments' => 'You are lacking the required permission to create attachments.', // API errors 'api_no_authorization_found' => 'No authorization token found on the request', 'api_bad_authorization_format' => 'An authorization token was found on the request but the format appeared incorrect', 'api_user_token_not_found' => 'No matching API token was found for the provided authorization token', 'api_incorrect_token_secret' => 'The secret provided for the given used API token is incorrect', 'api_user_no_api_permission' => 'The owner of the used API token does not have permission to make API calls', 'api_user_token_expired' => 'The authorization token used has expired', // Settings & Maintenance 'maintenance_test_email_failure' => 'Error thrown when sending a test email:', // HTTP errors 'http_ssr_url_no_match' => 'The URL does not match the configured allowed SSR hosts', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/en/activities.php
lang/en/activities.php
<?php /** * Activity text strings. * Is used for all the text within activity logs & notifications. */ return [ // Pages 'page_create' => 'created page', 'page_create_notification' => 'Page successfully created', 'page_update' => 'updated page', 'page_update_notification' => 'Page successfully updated', 'page_delete' => 'deleted page', 'page_delete_notification' => 'Page successfully deleted', 'page_restore' => 'restored page', 'page_restore_notification' => 'Page successfully restored', 'page_move' => 'moved page', 'page_move_notification' => 'Page successfully moved', // Chapters 'chapter_create' => 'created chapter', 'chapter_create_notification' => 'Chapter successfully created', 'chapter_update' => 'updated chapter', 'chapter_update_notification' => 'Chapter successfully updated', 'chapter_delete' => 'deleted chapter', 'chapter_delete_notification' => 'Chapter successfully deleted', 'chapter_move' => 'moved chapter', 'chapter_move_notification' => 'Chapter successfully moved', // Books 'book_create' => 'created book', 'book_create_notification' => 'Book successfully created', 'book_create_from_chapter' => 'converted chapter to book', 'book_create_from_chapter_notification' => 'Chapter successfully converted to a book', 'book_update' => 'updated book', 'book_update_notification' => 'Book successfully updated', 'book_delete' => 'deleted book', 'book_delete_notification' => 'Book successfully deleted', 'book_sort' => 'sorted book', 'book_sort_notification' => 'Book successfully re-sorted', // Bookshelves 'bookshelf_create' => 'created shelf', 'bookshelf_create_notification' => 'Shelf successfully created', 'bookshelf_create_from_book' => 'converted book to shelf', 'bookshelf_create_from_book_notification' => 'Book successfully converted to a shelf', 'bookshelf_update' => 'updated shelf', 'bookshelf_update_notification' => 'Shelf successfully updated', 'bookshelf_delete' => 'deleted shelf', 'bookshelf_delete_notification' => 'Shelf successfully deleted', // Revisions 'revision_restore' => 'restored revision', 'revision_delete' => 'deleted revision', 'revision_delete_notification' => 'Revision successfully deleted', // Favourites 'favourite_add_notification' => '":name" has been added to your favourites', 'favourite_remove_notification' => '":name" has been removed from your favourites', // Watching 'watch_update_level_notification' => 'Watch preferences successfully updated', // Auth 'auth_login' => 'logged in', 'auth_register' => 'registered as new user', 'auth_password_reset_request' => 'requested user password reset', 'auth_password_reset_update' => 'reset user password', 'mfa_setup_method' => 'configured MFA method', 'mfa_setup_method_notification' => 'Multi-factor method successfully configured', 'mfa_remove_method' => 'removed MFA method', 'mfa_remove_method_notification' => 'Multi-factor method successfully removed', // Settings 'settings_update' => 'updated settings', 'settings_update_notification' => 'Settings successfully updated', 'maintenance_action_run' => 'ran maintenance action', // Webhooks 'webhook_create' => 'created webhook', 'webhook_create_notification' => 'Webhook successfully created', 'webhook_update' => 'updated webhook', 'webhook_update_notification' => 'Webhook successfully updated', 'webhook_delete' => 'deleted webhook', 'webhook_delete_notification' => 'Webhook successfully deleted', // Imports 'import_create' => 'created import', 'import_create_notification' => 'Import successfully uploaded', 'import_run' => 'updated import', 'import_run_notification' => 'Content successfully imported', 'import_delete' => 'deleted import', 'import_delete_notification' => 'Import successfully deleted', // Users 'user_create' => 'created user', 'user_create_notification' => 'User successfully created', 'user_update' => 'updated user', 'user_update_notification' => 'User successfully updated', 'user_delete' => 'deleted user', 'user_delete_notification' => 'User successfully removed', // API Tokens 'api_token_create' => 'created API token', 'api_token_create_notification' => 'API token successfully created', 'api_token_update' => 'updated API token', 'api_token_update_notification' => 'API token successfully updated', 'api_token_delete' => 'deleted API token', 'api_token_delete_notification' => 'API token successfully deleted', // Roles 'role_create' => 'created role', 'role_create_notification' => 'Role successfully created', 'role_update' => 'updated role', 'role_update_notification' => 'Role successfully updated', 'role_delete' => 'deleted role', 'role_delete_notification' => 'Role successfully deleted', // Recycle Bin 'recycle_bin_empty' => 'emptied recycle bin', 'recycle_bin_restore' => 'restored from recycle bin', 'recycle_bin_destroy' => 'removed from recycle bin', // Comments 'commented_on' => 'commented on', 'comment_create' => 'added comment', 'comment_update' => 'updated comment', 'comment_delete' => 'deleted comment', // Sort Rules 'sort_rule_create' => 'created sort rule', 'sort_rule_create_notification' => 'Sort rule successfully created', 'sort_rule_update' => 'updated sort rule', 'sort_rule_update_notification' => 'Sort rule successfully updated', 'sort_rule_delete' => 'deleted sort rule', 'sort_rule_delete_notification' => 'Sort rule successfully deleted', // Other 'permissions_update' => 'updated permissions', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/en/common.php
lang/en/common.php
<?php /** * Common elements found throughout many areas of BookStack. */ return [ // Buttons 'cancel' => 'Cancel', 'close' => 'Close', 'confirm' => 'Confirm', 'back' => 'Back', 'save' => 'Save', 'continue' => 'Continue', 'select' => 'Select', 'toggle_all' => 'Toggle All', 'more' => 'More', // Form Labels 'name' => 'Name', 'description' => 'Description', 'role' => 'Role', 'cover_image' => 'Cover image', 'cover_image_description' => 'This image should be approximately 440x250px although it will be flexibly scaled & cropped to fit the user interface in different scenarios as required, so actual dimensions for display will differ.', // Actions 'actions' => 'Actions', 'view' => 'View', 'view_all' => 'View All', 'new' => 'New', 'create' => 'Create', 'update' => 'Update', 'edit' => 'Edit', 'archive' => 'Archive', 'unarchive' => 'Un-Archive', 'sort' => 'Sort', 'move' => 'Move', 'copy' => 'Copy', 'reply' => 'Reply', 'delete' => 'Delete', 'delete_confirm' => 'Confirm Deletion', 'search' => 'Search', 'search_clear' => 'Clear Search', 'reset' => 'Reset', 'remove' => 'Remove', 'add' => 'Add', 'configure' => 'Configure', 'manage' => 'Manage', 'fullscreen' => 'Fullscreen', 'favourite' => 'Favourite', 'unfavourite' => 'Unfavourite', 'next' => 'Next', 'previous' => 'Previous', 'filter_active' => 'Active Filter:', 'filter_clear' => 'Clear Filter', 'download' => 'Download', 'open_in_tab' => 'Open in Tab', 'open' => 'Open', // Sort Options 'sort_options' => 'Sort Options', 'sort_direction_toggle' => 'Sort Direction Toggle', 'sort_ascending' => 'Sort Ascending', 'sort_descending' => 'Sort Descending', 'sort_name' => 'Name', 'sort_default' => 'Default', 'sort_created_at' => 'Created Date', 'sort_updated_at' => 'Updated Date', // Misc 'deleted_user' => 'Deleted User', 'no_activity' => 'No activity to show', 'no_items' => 'No items available', 'back_to_top' => 'Back to top', 'skip_to_main_content' => 'Skip to main content', 'toggle_details' => 'Toggle Details', 'toggle_thumbnails' => 'Toggle Thumbnails', 'details' => 'Details', 'grid_view' => 'Grid View', 'list_view' => 'List View', 'default' => 'Default', 'breadcrumb' => 'Breadcrumb', 'status' => 'Status', 'status_active' => 'Active', 'status_inactive' => 'Inactive', 'never' => 'Never', 'none' => 'None', // Header 'homepage' => 'Homepage', 'header_menu_expand' => 'Expand Header Menu', 'profile_menu' => 'Profile Menu', 'view_profile' => 'View Profile', 'edit_profile' => 'Edit Profile', 'dark_mode' => 'Dark Mode', 'light_mode' => 'Light Mode', 'global_search' => 'Global Search', // Layout tabs 'tab_info' => 'Info', 'tab_info_label' => 'Tab: Show Secondary Information', 'tab_content' => 'Content', 'tab_content_label' => 'Tab: Show Primary Content', // Email Content 'email_action_help' => 'If you’re having trouble clicking the ":actionText" button, copy and paste the URL below into your web browser:', 'email_rights' => 'All rights reserved', // Footer Link Options // Not directly used but available for convenience to users. 'privacy_policy' => 'Privacy Policy', 'terms_of_service' => 'Terms of Service', // OpenSearch 'opensearch_description' => 'Search :appName', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/en/pagination.php
lang/en/pagination.php
<?php /** * Pagination Language Lines * The following language lines are used by the paginator library to build * the simple pagination links. */ return [ 'previous' => '&laquo; Previous', 'next' => 'Next &raquo;', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/en/settings.php
lang/en/settings.php
<?php /** * Settings text strings * Contains all text strings used in the general settings sections of BookStack * including users and roles. */ return [ // Common Messages 'settings' => 'Settings', 'settings_save' => 'Save Settings', 'system_version' => 'System Version', 'categories' => 'Categories', // App Settings 'app_customization' => 'Customization', 'app_features_security' => 'Features & Security', 'app_name' => 'Application Name', 'app_name_desc' => 'This name is shown in the header and in any system-sent emails.', 'app_name_header' => 'Show name in header', 'app_public_access' => 'Public Access', 'app_public_access_desc' => 'Enabling this option will allow visitors, that are not logged-in, to access content in your BookStack instance.', 'app_public_access_desc_guest' => 'Access for public visitors can be controlled through the "Guest" user.', 'app_public_access_toggle' => 'Allow public access', 'app_public_viewing' => 'Allow public viewing?', 'app_secure_images' => 'Higher Security Image Uploads', 'app_secure_images_toggle' => 'Enable higher security image uploads', 'app_secure_images_desc' => 'For performance reasons, all images are public. This option adds a random, hard-to-guess string in front of image urls. Ensure directory indexes are not enabled to prevent easy access.', 'app_default_editor' => 'Default Page Editor', 'app_default_editor_desc' => 'Select which editor will be used by default when editing new pages. This can be overridden at a page level where permissions allow.', 'app_custom_html' => 'Custom HTML Head Content', 'app_custom_html_desc' => 'Any content added here will be inserted into the bottom of the <head> section of every page. This is handy for overriding styles or adding analytics code.', 'app_custom_html_disabled_notice' => 'Custom HTML head content is disabled on this settings page to ensure any breaking changes can be reverted.', 'app_logo' => 'Application Logo', 'app_logo_desc' => 'This is used in the application header bar, among other areas. This image should be 86px in height. Large images will be scaled down.', 'app_icon' => 'Application Icon', 'app_icon_desc' => 'This icon is used for browser tabs and shortcut icons. This should be a 256px square PNG image.', 'app_homepage' => 'Application Homepage', 'app_homepage_desc' => 'Select a view to show on the homepage instead of the default view. Page permissions are ignored for selected pages.', 'app_homepage_select' => 'Select a page', 'app_footer_links' => 'Footer Links', 'app_footer_links_desc' => 'Add links to show within the site footer. These will be displayed at the bottom of most pages, including those that do not require login. You can use a label of "trans::<key>" to use system-defined translations. For example: Using "trans::common.privacy_policy" will provide the translated text "Privacy Policy" and "trans::common.terms_of_service" will provide the translated text "Terms of Service".', 'app_footer_links_label' => 'Link Label', 'app_footer_links_url' => 'Link URL', 'app_footer_links_add' => 'Add Footer Link', 'app_disable_comments' => 'Disable Comments', 'app_disable_comments_toggle' => 'Disable comments', 'app_disable_comments_desc' => 'Disables comments across all pages in the application. <br> Existing comments are not shown.', // Color settings 'color_scheme' => 'Application Color Scheme', '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' => 'Primary Color', 'link_color' => 'Default Link Color', '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.', 'bookshelf_color' => 'Shelf Color', 'book_color' => 'Book Color', 'chapter_color' => 'Chapter Color', 'page_color' => 'Page Color', 'page_draft_color' => 'Page Draft Color', // Registration Settings 'reg_settings' => 'Registration', 'reg_enable' => 'Enable Registration', 'reg_enable_toggle' => 'Enable registration', 'reg_enable_desc' => 'When registration is enabled user will be able to sign themselves up as an application user. Upon registration they are given a single, default user role.', 'reg_default_role' => 'Default user role after registration', 'reg_enable_external_warning' => 'The option above is ignored while external LDAP or SAML authentication is active. User accounts for non-existing members will be auto-created if authentication, against the external system in use, is successful.', 'reg_email_confirmation' => 'Email Confirmation', 'reg_email_confirmation_toggle' => 'Require email confirmation', 'reg_confirm_email_desc' => 'If domain restriction is used then email confirmation will be required and this option will be ignored.', 'reg_confirm_restrict_domain' => 'Domain Restriction', 'reg_confirm_restrict_domain_desc' => 'Enter a comma separated list of email domains you would like to restrict registration to. Users will be sent an email to confirm their address before being allowed to interact with the application. <br> Note that users will be able to change their email addresses after successful registration.', 'reg_confirm_restrict_domain_placeholder' => 'No restriction set', // Sorting Settings 'sorting' => 'Lists & Sorting', 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Select the default sort rule to apply to new books. This won\'t affect existing books, and can be overridden per-book.', 'sorting_rules' => 'Sort Rules', 'sorting_rules_desc' => 'These are predefined sorting operations which can be applied to content in the system.', 'sort_rule_assigned_to_x_books' => 'Assigned to :count Book|Assigned to :count Books', 'sort_rule_create' => 'Create Sort Rule', 'sort_rule_edit' => 'Edit Sort Rule', 'sort_rule_delete' => 'Delete Sort Rule', 'sort_rule_delete_desc' => 'Remove this sort rule from the system. Books using this sort will revert to manual sorting.', 'sort_rule_delete_warn_books' => 'This sort rule is currently used on :count book(s). Are you sure you want to delete this?', 'sort_rule_delete_warn_default' => 'This sort rule is currently used as the default for books. Are you sure you want to delete this?', 'sort_rule_details' => 'Sort Rule Details', 'sort_rule_details_desc' => 'Set a name for this sort rule, which will appear in lists when users are selecting a sort.', 'sort_rule_operations' => 'Sort Operations', 'sort_rule_operations_desc' => 'Configure the sort actions to be performed by moving them from the list of available operations. Upon use, the operations will be applied in order, from top to bottom. Any changes made here will be applied to all assigned books upon save.', 'sort_rule_available_operations' => 'Available Operations', 'sort_rule_available_operations_empty' => 'No operations remaining', 'sort_rule_configured_operations' => 'Configured Operations', 'sort_rule_configured_operations_empty' => 'Drag/add operations from the "Available Operations" list', 'sort_rule_op_asc' => '(Asc)', 'sort_rule_op_desc' => '(Desc)', 'sort_rule_op_name' => 'Name - Alphabetical', 'sort_rule_op_name_numeric' => 'Name - Numeric', 'sort_rule_op_created_date' => 'Created Date', 'sort_rule_op_updated_date' => 'Updated Date', 'sort_rule_op_chapters_first' => 'Chapters First', 'sort_rule_op_chapters_last' => 'Chapters Last', 'sorting_page_limits' => 'Per-Page Display Limits', 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Maintenance', 'maint_image_cleanup' => 'Cleanup Images', 'maint_image_cleanup_desc' => 'Scans page & revision content to check which images and drawings are currently in use and which images are redundant. Ensure you create a full database and image backup before running this.', 'maint_delete_images_only_in_revisions' => 'Also delete images that only exist in old page revisions', 'maint_image_cleanup_run' => 'Run Cleanup', 'maint_image_cleanup_warning' => ':count potentially unused images were found. Are you sure you want to delete these images?', 'maint_image_cleanup_success' => ':count potentially unused images found and deleted!', 'maint_image_cleanup_nothing_found' => 'No unused images found, Nothing deleted!', 'maint_send_test_email' => 'Send a Test Email', 'maint_send_test_email_desc' => 'This sends a test email to your email address specified in your profile.', 'maint_send_test_email_run' => 'Send test email', 'maint_send_test_email_success' => 'Email sent to :address', 'maint_send_test_email_mail_subject' => 'Test Email', 'maint_send_test_email_mail_greeting' => 'Email delivery seems to work!', 'maint_send_test_email_mail_text' => 'Congratulations! As you received this email notification, your email settings seem to be configured properly.', '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_regen_references' => 'Regenerate References', 'maint_regen_references_desc' => 'This action will rebuild the cross-item reference index within the database. This is usually handled automatically but this action can be useful to index old content or content added via unofficial methods.', 'maint_regen_references_success' => 'Reference index has been regenerated!', 'maint_timeout_command_note' => 'Note: This action can take time to run, which can lead to timeout issues in some web environments. As an alternative, this action be performed using a terminal command.', // Recycle Bin 'recycle_bin' => 'Recycle Bin', '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_parent' => 'Parent', 'recycle_bin_deleted_by' => 'Deleted By', 'recycle_bin_deleted_at' => 'Deletion Time', 'recycle_bin_permanently_delete' => 'Permanently Delete', 'recycle_bin_restore' => 'Restore', 'recycle_bin_contents_empty' => 'The recycle bin is currently empty', '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 from the system, along with any child elements listed below, and you will not be able to restore this content. Are you sure you want to permanently delete this item?', 'recycle_bin_destroy_list' => 'Items to be Destroyed', 'recycle_bin_restore_list' => 'Items to be Restored', 'recycle_bin_restore_confirm' => 'This action will restore the deleted item, including any child elements, to their original location. If the original location has since been deleted, and is now in the recycle bin, the parent item will also need to be restored.', 'recycle_bin_restore_deleted_parent' => 'The parent of this item has also been deleted. These will remain deleted until that parent is also restored.', 'recycle_bin_restore_parent' => 'Restore Parent', 'recycle_bin_destroy_notification' => 'Deleted :count total items from the recycle bin.', 'recycle_bin_restore_notification' => 'Restored :count total items from the recycle bin.', // 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_related' => 'Related Item or Detail', 'audit_table_ip' => 'IP Address', 'audit_table_date' => 'Activity Date', 'audit_date_from' => 'Date Range From', 'audit_date_to' => 'Date Range To', // Role Settings 'roles' => 'Roles', 'role_user_roles' => 'User Roles', 'roles_index_desc' => 'Roles are used to group users & provide system permission to their members. When a user is a member of multiple roles the privileges granted will stack and the user will inherit all abilities.', 'roles_x_users_assigned' => ':count user assigned|:count users assigned', 'roles_x_permissions_provided' => ':count permission|:count permissions', 'roles_assigned_users' => 'Assigned Users', 'roles_permissions_provided' => 'Provided Permissions', 'role_create' => 'Create New Role', 'role_delete' => 'Delete Role', 'role_delete_confirm' => 'This will delete the role with the name \':roleName\'.', 'role_delete_users_assigned' => 'This role has :userCount users assigned to it. If you would like to migrate the users from this role select a new role below.', 'role_delete_no_migration' => "Don't migrate users", 'role_delete_sure' => 'Are you sure you want to delete this role?', 'role_edit' => 'Edit Role', 'role_details' => 'Role Details', 'role_name' => 'Role Name', 'role_desc' => 'Short Description of Role', 'role_mfa_enforced' => 'Requires Multi-Factor Authentication', 'role_external_auth_id' => 'External Authentication IDs', 'role_system' => 'System Permissions', 'role_manage_users' => 'Manage users', 'role_manage_roles' => 'Manage roles & role permissions', 'role_manage_entity_permissions' => 'Manage all book, chapter & page permissions', 'role_manage_own_entity_permissions' => 'Manage permissions on own book, chapter & pages', 'role_manage_page_templates' => 'Manage page templates', 'role_access_api' => 'Access system API', 'role_manage_settings' => 'Manage app settings', 'role_export_content' => 'Export content', 'role_import_content' => 'Import content', 'role_editor_change' => 'Change page editor', 'role_notifications' => 'Receive & manage notifications', 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Asset Permissions', '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' => 'These permissions control default access to the assets within the system. Permissions on Books, Chapters and Pages will override these permissions.', 'role_asset_admins' => 'Admins are automatically given access to all content but these options may show or hide UI options.', 'role_asset_image_view_note' => 'This relates to visibility within the image manager. Actual access of uploaded image files will be dependant upon system image storage option.', 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'All', 'role_own' => 'Own', 'role_controlled_by_asset' => 'Controlled by the asset they are uploaded to', 'role_save' => 'Save Role', 'role_users' => 'Users in this role', 'role_users_none' => 'No users are currently assigned to this role', // Users 'users' => 'Users', 'users_index_desc' => 'Create & manage individual user accounts within the system. User accounts are used for login and attribution of content & activity. Access permissions are primarily role-based but user content ownership, among other factors, may also affect permissions & access.', 'user_profile' => 'User Profile', 'users_add_new' => 'Add New User', 'users_search' => 'Search Users', 'users_latest_activity' => 'Latest Activity', 'users_details' => 'User Details', 'users_details_desc' => 'Set a display name and an email address for this user. The email address will be used for logging into the application.', 'users_details_desc_no_email' => 'Set a display name for this user so others can recognise them.', 'users_role' => 'User Roles', 'users_role_desc' => 'Select which roles this user will be assigned to. If a user is assigned to multiple roles the permissions from those roles will stack and they will receive all abilities of the assigned roles.', 'users_password' => 'User Password', 'users_password_desc' => 'Set a password used to log-in to the application. This must be at least 8 characters long.', 'users_send_invite_text' => 'You can choose to send this user an invitation email which allows them to set their own password otherwise you can set their password yourself.', 'users_send_invite_option' => 'Send user invite email', 'users_external_auth_id' => 'External Authentication ID', 'users_external_auth_id_desc' => 'When an external authentication system is in use (such as SAML2, OIDC or LDAP) this is the ID which links this BookStack user to the authentication system account. You can ignore this field if using the default email-based authentication.', 'users_password_warning' => 'Only fill the below if you would like to change the password for this user.', 'users_system_public' => 'This user represents any guest users that visit your instance. It cannot be used to log in but is assigned automatically.', 'users_delete' => 'Delete User', 'users_delete_named' => 'Delete user :userName', 'users_delete_warning' => 'This will fully delete this user with the name \':userName\' from the system.', 'users_delete_confirm' => 'Are you sure you want to delete this user?', 'users_migrate_ownership' => 'Migrate Ownership', 'users_migrate_ownership_desc' => 'Select a user here if you want another user to become the owner of all items currently owned by this user.', 'users_none_selected' => 'No user selected', 'users_edit' => 'Edit User', 'users_edit_profile' => 'Edit Profile', 'users_avatar' => 'User Avatar', 'users_avatar_desc' => 'Select an image to represent this user. This should be approx 256px square.', 'users_preferred_language' => 'Preferred Language', 'users_preferred_language_desc' => 'This option will change the language used for the user-interface of the application. This will not affect any user-created content.', 'users_social_accounts' => 'Social Accounts', 'users_social_accounts_desc' => 'View the status of the connected social accounts for this user. Social accounts can be used in addition to the primary authentication system for system access.', 'users_social_accounts_info' => 'Here you can connect your other accounts for quicker and easier login. Disconnecting an account here does not revoke previously authorized access. Revoke access from your profile settings on the connected social account.', 'users_social_connect' => 'Connect Account', 'users_social_disconnect' => 'Disconnect Account', 'users_social_status_connected' => 'Connected', 'users_social_status_disconnected' => 'Disconnected', 'users_social_connected' => ':socialAccount account was successfully attached to your profile.', 'users_social_disconnected' => ':socialAccount account was successfully disconnected from your profile.', 'users_api_tokens' => 'API Tokens', 'users_api_tokens_desc' => 'Create and manage the access tokens used to authenticate with the BookStack REST API. Permissions for the API are managed via the user that the token belongs to.', 'users_api_tokens_none' => 'No API tokens have been created for this user', 'users_api_tokens_create' => 'Create Token', 'users_api_tokens_expires' => 'Expires', 'users_api_tokens_docs' => 'API Documentation', 'users_mfa' => 'Multi-Factor Authentication', 'users_mfa_desc' => 'Setup multi-factor authentication as an extra layer of security for your user account.', 'users_mfa_x_methods' => ':count method configured|:count methods configured', 'users_mfa_configure' => 'Configure Methods', // API Tokens 'user_api_token_create' => 'Create API Token', 'user_api_token_name' => 'Name', 'user_api_token_name_desc' => 'Give your token a readable name as a future reminder of its intended purpose.', 'user_api_token_expiry' => 'Expiry Date', 'user_api_token_expiry_desc' => 'Set a date at which this token expires. After this date, requests made using this token will no longer work. Leaving this field blank will set an expiry 100 years into the future.', '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' => 'API Token', 'user_api_token_id' => 'Token ID', 'user_api_token_id_desc' => 'This is a non-editable system generated identifier for this token which will need to be provided in API requests.', 'user_api_token_secret' => 'Token Secret', 'user_api_token_secret_desc' => 'This is a system generated secret for this token which will need to be provided in API requests. This will only be displayed this one time so copy this value to somewhere safe and secure.', 'user_api_token_created' => 'Token created :timeAgo', 'user_api_token_updated' => 'Token updated :timeAgo', 'user_api_token_delete' => 'Delete Token', 'user_api_token_delete_warning' => 'This will fully delete this API token with the name \':tokenName\' from the system.', 'user_api_token_delete_confirm' => 'Are you sure you want to delete this API token?', // Webhooks 'webhooks' => 'Webhooks', 'webhooks_index_desc' => 'Webhooks are a way to send data to external URLs when certain actions and events occur within the system which allows event-based integration with external platforms such as messaging or notification systems.', 'webhooks_x_trigger_events' => ':count trigger event|:count trigger events', 'webhooks_create' => 'Create New Webhook', 'webhooks_none_created' => 'No webhooks have yet been created.', 'webhooks_edit' => 'Edit Webhook', 'webhooks_save' => 'Save Webhook', 'webhooks_details' => 'Webhook Details', 'webhooks_details_desc' => 'Provide a user friendly name and a POST endpoint as a location for the webhook data to be sent to.', 'webhooks_events' => 'Webhook Events', 'webhooks_events_desc' => 'Select all the events that should trigger this webhook to be called.', 'webhooks_events_warning' => 'Keep in mind that these events will be triggered for all selected events, even if custom permissions are applied. Ensure that use of this webhook won\'t expose confidential content.', 'webhooks_events_all' => 'All system events', 'webhooks_name' => 'Webhook Name', 'webhooks_timeout' => 'Webhook Request Timeout (Seconds)', 'webhooks_endpoint' => 'Webhook Endpoint', 'webhooks_active' => 'Webhook Active', 'webhook_events_table_header' => 'Events', 'webhooks_delete' => 'Delete Webhook', 'webhooks_delete_warning' => 'This will fully delete this webhook, with the name \':webhookName\', from the system.', 'webhooks_delete_confirm' => 'Are you sure you want to delete this webhook?', 'webhooks_format_example' => 'Webhook Format Example', 'webhooks_format_example_desc' => 'Webhook data is sent as a POST request to the configured endpoint as JSON following the format below. The "related_item" and "url" properties are optional and will depend on the type of event triggered.', 'webhooks_status' => 'Webhook Status', 'webhooks_last_called' => 'Last Called:', 'webhooks_last_errored' => 'Last Errored:', 'webhooks_last_error_message' => 'Last Error Message:', // Licensing 'licenses' => 'Licenses', 'licenses_desc' => 'This page details license information for BookStack in addition to the projects & libraries that are used within BookStack. Many projects listed may only be used in a development context.', 'licenses_bookstack' => 'BookStack License', 'licenses_php' => 'PHP Library Licenses', 'licenses_js' => 'JavaScript Library Licenses', 'licenses_other' => 'Other Licenses', 'license_details' => 'License Details', //! If editing translations files directly please ignore this in all //! languages apart from en. Content will be auto-copied from en. //!//////////////////////////////// 'language_select' => [ 'en' => 'English', 'ar' => 'العربية', 'bg' => 'Bǎlgarski', 'bs' => 'Bosanski', 'ca' => 'Català', 'cs' => 'Česky', 'cy' => 'Cymraeg', 'da' => 'Dansk', 'de' => 'Deutsch (Sie)', 'de_informal' => 'Deutsch (Du)', 'el' => 'ελληνικά', 'es' => 'Español', 'es_AR' => 'Español Argentina', 'et' => 'Eesti keel', 'eu' => 'Euskara', 'fa' => 'فارسی', 'fi' => 'Suomi', 'fr' => 'Français', 'he' => 'עברית', 'hr' => 'Hrvatski', 'hu' => 'Magyar', 'id' => 'Bahasa Indonesia', 'it' => 'Italian', 'ja' => '日本語', 'ko' => '한국어', 'lt' => 'Lietuvių Kalba', 'lv' => 'Latviešu Valoda', 'nb' => 'Norsk (Bokmål)', 'ne' => 'नेपाली', 'nn' => 'Nynorsk', 'nl' => 'Nederlands', 'pl' => 'Polski', 'pt' => 'Português', 'pt_BR' => 'Português do Brasil', 'ro' => 'Română', 'ru' => 'Русский', 'sk' => 'Slovensky', 'sl' => 'Slovenščina', 'sv' => 'Svenska', 'tr' => 'Türkçe', 'uk' => 'Українська', 'uz' => 'O‘zbekcha', 'vi' => 'Tiếng Việt', 'zh_CN' => '简体中文', 'zh_TW' => '繁體中文', ], //!//////////////////////////////// ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/en/validation.php
lang/en/validation.php
<?php /** * Validation Lines * The following language lines contain the default error messages used by * the validator class. Some of these rules have multiple versions such * as the size rules. Feel free to tweak each of these messages here. */ return [ // Standard laravel validation lines 'accepted' => 'The :attribute must be accepted.', 'active_url' => 'The :attribute is not a valid URL.', 'after' => 'The :attribute must be a date after :date.', 'alpha' => 'The :attribute may only contain letters.', 'alpha_dash' => 'The :attribute may only contain letters, numbers, dashes and underscores.', 'alpha_num' => 'The :attribute may only contain letters and numbers.', 'array' => 'The :attribute must be an array.', 'backup_codes' => 'The provided code is not valid or has already been used.', 'before' => 'The :attribute must be a date before :date.', 'between' => [ 'numeric' => 'The :attribute must be between :min and :max.', 'file' => 'The :attribute must be between :min and :max kilobytes.', 'string' => 'The :attribute must be between :min and :max characters.', 'array' => 'The :attribute must have between :min and :max items.', ], 'boolean' => 'The :attribute field must be true or false.', 'confirmed' => 'The :attribute confirmation does not match.', 'date' => 'The :attribute is not a valid date.', 'date_format' => 'The :attribute does not match the format :format.', 'different' => 'The :attribute and :other must be different.', 'digits' => 'The :attribute must be :digits digits.', 'digits_between' => 'The :attribute must be between :min and :max digits.', 'email' => 'The :attribute must be a valid email address.', 'ends_with' => 'The :attribute must end with one of the following: :values', 'file' => 'The :attribute must be provided as a valid file.', 'filled' => 'The :attribute field is required.', 'gt' => [ 'numeric' => 'The :attribute must be greater than :value.', 'file' => 'The :attribute must be greater than :value kilobytes.', 'string' => 'The :attribute must be greater than :value characters.', 'array' => 'The :attribute must have more than :value items.', ], 'gte' => [ 'numeric' => 'The :attribute must be greater than or equal :value.', 'file' => 'The :attribute must be greater than or equal :value kilobytes.', 'string' => 'The :attribute must be greater than or equal :value characters.', 'array' => 'The :attribute must have :value items or more.', ], 'exists' => 'The selected :attribute is invalid.', 'image' => 'The :attribute must be an image.', 'image_extension' => 'The :attribute must have a valid & supported image extension.', 'in' => 'The selected :attribute is invalid.', 'integer' => 'The :attribute must be an integer.', 'ip' => 'The :attribute must be a valid IP address.', 'ipv4' => 'The :attribute must be a valid IPv4 address.', 'ipv6' => 'The :attribute must be a valid IPv6 address.', 'json' => 'The :attribute must be a valid JSON string.', 'lt' => [ 'numeric' => 'The :attribute must be less than :value.', 'file' => 'The :attribute must be less than :value kilobytes.', 'string' => 'The :attribute must be less than :value characters.', 'array' => 'The :attribute must have less than :value items.', ], 'lte' => [ 'numeric' => 'The :attribute must be less than or equal :value.', 'file' => 'The :attribute must be less than or equal :value kilobytes.', 'string' => 'The :attribute must be less than or equal :value characters.', 'array' => 'The :attribute must not have more than :value items.', ], 'max' => [ 'numeric' => 'The :attribute may not be greater than :max.', 'file' => 'The :attribute may not be greater than :max kilobytes.', 'string' => 'The :attribute may not be greater than :max characters.', 'array' => 'The :attribute may not have more than :max items.', ], 'mimes' => 'The :attribute must be a file of type: :values.', 'min' => [ 'numeric' => 'The :attribute must be at least :min.', 'file' => 'The :attribute must be at least :min kilobytes.', 'string' => 'The :attribute must be at least :min characters.', 'array' => 'The :attribute must have at least :min items.', ], 'not_in' => 'The selected :attribute is invalid.', 'not_regex' => 'The :attribute format is invalid.', 'numeric' => 'The :attribute must be a number.', 'regex' => 'The :attribute format is invalid.', 'required' => 'The :attribute field is required.', 'required_if' => 'The :attribute field is required when :other is :value.', 'required_with' => 'The :attribute field is required when :values is present.', 'required_with_all' => 'The :attribute field is required when :values is present.', 'required_without' => 'The :attribute field is required when :values is not present.', 'required_without_all' => 'The :attribute field is required when none of :values are present.', 'same' => 'The :attribute and :other must match.', 'safe_url' => 'The provided link may not be safe.', 'size' => [ 'numeric' => 'The :attribute must be :size.', 'file' => 'The :attribute must be :size kilobytes.', 'string' => 'The :attribute must be :size characters.', 'array' => 'The :attribute must contain :size items.', ], 'string' => 'The :attribute must be a string.', 'timezone' => 'The :attribute must be a valid zone.', 'totp' => 'The provided code is not valid or has expired.', 'unique' => 'The :attribute has already been taken.', 'url' => 'The :attribute format is invalid.', 'uploaded' => 'The file could not be uploaded. The server may not accept files of this size.', 'zip_file' => 'The :attribute needs to reference a file within the ZIP.', 'zip_file_size' => 'The file :attribute must not exceed :size MB.', 'zip_file_mime' => 'The :attribute needs to reference a file of type :validTypes, found :foundType.', 'zip_model_expected' => 'Data object expected but ":type" found.', 'zip_unique' => 'The :attribute must be unique for the object type within the ZIP.', // Custom validation lines 'custom' => [ 'password-confirm' => [ 'required_with' => 'Password confirmation required', ], ], // Custom validation attributes 'attributes' => [], ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/en/auth.php
lang/en/auth.php
<?php /** * Authentication Language Lines * The following language lines are used during authentication for various * messages that we need to display to the user. */ return [ 'failed' => 'These credentials do not match our records.', 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', // Login & Register 'sign_up' => 'Sign up', 'log_in' => 'Log in', 'log_in_with' => 'Login with :socialDriver', 'sign_up_with' => 'Sign up with :socialDriver', 'logout' => 'Logout', 'name' => 'Name', 'username' => 'Username', 'email' => 'Email', 'password' => 'Password', 'password_confirm' => 'Confirm Password', 'password_hint' => 'Must be at least 8 characters', 'forgot_password' => 'Forgot Password?', 'remember_me' => 'Remember Me', 'ldap_email_hint' => 'Please enter an email to use for this account.', 'create_account' => 'Create Account', 'already_have_account' => 'Already have an account?', 'dont_have_account' => 'Don\'t have an account?', 'social_login' => 'Social Login', 'social_registration' => 'Social Registration', 'social_registration_text' => 'Register and sign in using another service.', 'register_thanks' => 'Thanks for registering!', 'register_confirm' => 'Please check your email and click the confirmation button to access :appName.', 'registrations_disabled' => 'Registrations are currently disabled', 'registration_email_domain_invalid' => 'That email domain does not have access to this application', 'register_success' => 'Thanks for signing up! You are now registered and signed in.', // Login auto-initiation 'auto_init_starting' => 'Attempting Login', 'auto_init_starting_desc' => 'We\'re contacting your authentication system to start the login process. If there\'s no progress after 5 seconds you can try clicking the link below.', 'auto_init_start_link' => 'Proceed with authentication', // Password Reset 'reset_password' => 'Reset Password', 'reset_password_send_instructions' => 'Enter your email below and you will be sent an email with a password reset link.', 'reset_password_send_button' => 'Send Reset Link', 'reset_password_sent' => 'A password reset link will be sent to :email if that email address is found in the system.', 'reset_password_success' => 'Your password has been successfully reset.', 'email_reset_subject' => 'Reset your :appName password', 'email_reset_text' => 'You are receiving this email because we received a password reset request for your account.', 'email_reset_not_requested' => 'If you did not request a password reset, no further action is required.', // Email Confirmation 'email_confirm_subject' => 'Confirm your email on :appName', 'email_confirm_greeting' => 'Thanks for joining :appName!', 'email_confirm_text' => 'Please confirm your email address by clicking the button below:', 'email_confirm_action' => 'Confirm Email', 'email_confirm_send_error' => 'Email confirmation required but the system could not send the email. Contact the admin to ensure email is set up correctly.', 'email_confirm_success' => 'Your email has been confirmed! You should now be able to login using this email address.', 'email_confirm_resent' => 'Confirmation email resent, Please check your inbox.', 'email_confirm_thanks' => 'Thanks for confirming!', 'email_confirm_thanks_desc' => 'Please wait a moment while your confirmation is handled. If you are not redirected after 3 seconds press the "Continue" link below to proceed.', 'email_not_confirmed' => 'Email Address Not Confirmed', 'email_not_confirmed_text' => 'Your email address has not yet been confirmed.', 'email_not_confirmed_click_link' => 'Please click the link in the email that was sent shortly after you registered.', 'email_not_confirmed_resend' => 'If you cannot find the email you can re-send the confirmation email by submitting the form below.', 'email_not_confirmed_resend_button' => 'Resend Confirmation Email', // User Invite 'user_invite_email_subject' => 'You have been invited to join :appName!', 'user_invite_email_greeting' => 'An account has been created for you on :appName.', 'user_invite_email_text' => 'Click the button below to set an account password and gain access:', 'user_invite_email_action' => 'Set Account Password', 'user_invite_page_welcome' => 'Welcome to :appName!', 'user_invite_page_text' => 'To finalise your account and gain access you need to set a password which will be used to log-in to :appName on future visits.', 'user_invite_page_confirm_button' => 'Confirm Password', 'user_invite_success_login' => 'Password set, you should now be able to login using your set password to access :appName!', // Multi-factor Authentication 'mfa_setup' => 'Setup Multi-Factor Authentication', 'mfa_setup_desc' => 'Setup multi-factor authentication as an extra layer of security for your user account.', 'mfa_setup_configured' => 'Already configured', 'mfa_setup_reconfigure' => 'Reconfigure', 'mfa_setup_remove_confirmation' => 'Are you sure you want to remove this multi-factor authentication method?', 'mfa_setup_action' => 'Setup', 'mfa_backup_codes_usage_limit_warning' => 'You have less than 5 backup codes remaining, Please generate and store a new set before you run out of codes to prevent being locked out of your account.', 'mfa_option_totp_title' => 'Mobile App', 'mfa_option_totp_desc' => 'To use multi-factor authentication you\'ll need a mobile application that supports TOTP such as Google Authenticator, Authy or Microsoft Authenticator.', 'mfa_option_backup_codes_title' => 'Backup Codes', 'mfa_option_backup_codes_desc' => 'Generates a set of one-time-use backup codes which you\'ll enter on login to verify your identity. Make sure to store these in a safe & secure place.', 'mfa_gen_confirm_and_enable' => 'Confirm and Enable', 'mfa_gen_backup_codes_title' => 'Backup Codes Setup', 'mfa_gen_backup_codes_desc' => 'Store the below list of codes in a safe place. When accessing the system you\'ll be able to use one of the codes as a second authentication mechanism.', 'mfa_gen_backup_codes_download' => 'Download Codes', 'mfa_gen_backup_codes_usage_warning' => 'Each code can only be used once', 'mfa_gen_totp_title' => 'Mobile App Setup', 'mfa_gen_totp_desc' => 'To use multi-factor authentication you\'ll need a mobile application that supports TOTP such as Google Authenticator, Authy or Microsoft Authenticator.', 'mfa_gen_totp_scan' => 'Scan the QR code below using your preferred authentication app to get started.', 'mfa_gen_totp_verify_setup' => 'Verify Setup', 'mfa_gen_totp_verify_setup_desc' => 'Verify that all is working by entering a code, generated within your authentication app, in the input box below:', 'mfa_gen_totp_provide_code_here' => 'Provide your app generated code here', 'mfa_verify_access' => 'Verify Access', 'mfa_verify_access_desc' => 'Your user account requires you to confirm your identity via an additional level of verification before you\'re granted access. Verify using one of your configured methods to continue.', 'mfa_verify_no_methods' => 'No Methods Configured', 'mfa_verify_no_methods_desc' => 'No multi-factor authentication methods could be found for your account. You\'ll need to set up at least one method before you gain access.', 'mfa_verify_use_totp' => 'Verify using a mobile app', 'mfa_verify_use_backup_codes' => 'Verify using a backup code', 'mfa_verify_backup_code' => 'Backup Code', 'mfa_verify_backup_code_desc' => 'Enter one of your remaining backup codes below:', 'mfa_verify_backup_code_enter_here' => 'Enter backup code here', 'mfa_verify_totp_desc' => 'Enter the code, generated using your mobile app, below:', 'mfa_setup_login_notification' => 'Multi-factor method configured, Please now login again using the configured method.', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/ka/notifications.php
lang/ka/notifications.php
<?php /** * Text used for activity-based notifications. */ 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_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:', 'updated_page_debounce' => 'To prevent a mass of notifications, for a while you won\'t be sent notifications for further edits to this page by the same editor.', 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Page Name:', 'detail_page_path' => 'Page Path:', 'detail_commenter' => 'Commenter:', 'detail_comment' => 'Comment:', 'detail_created_by' => 'Created By:', 'detail_updated_by' => 'Updated By:', 'action_view_comment' => 'View Comment', 'action_view_page' => 'View Page', 'footer_reason' => 'This notification was sent to you because :link cover this type of activity for this item.', 'footer_reason_link' => 'your notification preferences', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/ka/entities.php
lang/ka/entities.php
<?php /** * Text used for 'Entities' (Document Structure Elements) such as * Books, Shelves, Chapters & Pages */ return [ // Shared 'recently_created' => 'Recently Created', 'recently_created_pages' => 'Recently Created Pages', 'recently_updated_pages' => 'Recently Updated Pages', 'recently_created_chapters' => 'Recently Created Chapters', 'recently_created_books' => 'Recently Created Books', 'recently_created_shelves' => 'Recently Created Shelves', 'recently_update' => 'Recently Updated', 'recently_viewed' => 'Recently Viewed', 'recent_activity' => 'Recent Activity', 'create_now' => 'Create one now', 'revisions' => 'Revisions', 'meta_revision' => 'Revision #:revisionCount', 'meta_created' => 'Created :timeLength', 'meta_created_name' => 'Created :timeLength by :user', 'meta_updated' => 'Updated :timeLength', 'meta_updated_name' => 'Updated :timeLength by :user', 'meta_owned_name' => 'Owned by :user', 'meta_reference_count' => 'Referenced by :count item|Referenced by :count items', 'entity_select' => 'Entity Select', 'entity_select_lack_permission' => 'You don\'t have the required permissions to select this item', 'images' => 'Images', 'my_recent_drafts' => 'My Recent Drafts', 'my_recently_viewed' => 'My Recently Viewed', 'my_most_viewed_favourites' => 'My Most Viewed Favourites', 'my_favourites' => 'My Favourites', 'no_pages_viewed' => 'You have not viewed any pages', 'no_pages_recently_created' => 'No pages have been recently created', 'no_pages_recently_updated' => 'No pages have been recently updated', 'export' => 'Export', 'export_html' => 'Contained Web File', 'export_pdf' => 'PDF File', 'export_text' => 'Plain Text File', 'export_md' => 'Markdown File', 'export_zip' => 'Portable ZIP', 'default_template' => 'Default Page Template', 'default_template_explain' => 'Assign a page template that will be used as the default content for all pages created within this item. Keep in mind this will only be used if the page creator has view access to the chosen template page.', 'default_template_select' => 'Select a template page', 'import' => 'Import', 'import_validate' => 'Validate Import', 'import_desc' => 'Import books, chapters & pages using a portable zip export from the same, or a different, instance. Select a ZIP file to proceed. After the file has been uploaded and validated you\'ll be able to configure & confirm the import in the next view.', 'import_zip_select' => 'Select ZIP file to upload', 'import_zip_validation_errors' => 'Errors were detected while validating the provided ZIP file:', 'import_pending' => 'Pending Imports', 'import_pending_none' => 'No imports have been started.', 'import_continue' => 'Continue Import', 'import_continue_desc' => 'Review the content due to be imported from the uploaded ZIP file. When ready, run the import to add its contents to this system. The uploaded ZIP import file will be automatically removed on successful import.', 'import_details' => 'Import Details', 'import_run' => 'Run Import', 'import_size' => ':size Import ZIP Size', 'import_uploaded_at' => 'Uploaded :relativeTime', 'import_uploaded_by' => 'Uploaded by', 'import_location' => 'Import Location', 'import_location_desc' => 'Select a target location for your imported content. You\'ll need the relevant permissions to create within the location you choose.', 'import_delete_confirm' => 'Are you sure you want to delete this import?', 'import_delete_desc' => 'This will delete the uploaded import ZIP file, and cannot be undone.', 'import_errors' => 'Import Errors', 'import_errors_desc' => 'The follow errors occurred during the import attempt:', 'breadcrumb_siblings_for_page' => 'Navigate siblings for page', 'breadcrumb_siblings_for_chapter' => 'Navigate siblings for chapter', 'breadcrumb_siblings_for_book' => 'Navigate siblings for book', 'breadcrumb_siblings_for_bookshelf' => 'Navigate siblings for shelf', // Permissions and restrictions 'permissions' => 'Permissions', 'permissions_desc' => 'Set permissions here to override the default permissions provided by user roles.', 'permissions_book_cascade' => 'Permissions set on books will automatically cascade to child chapters and pages, unless they have their own permissions defined.', 'permissions_chapter_cascade' => 'Permissions set on chapters will automatically cascade to child pages, unless they have their own permissions defined.', 'permissions_save' => 'Save Permissions', 'permissions_owner' => 'Owner', 'permissions_role_everyone_else' => 'Everyone Else', 'permissions_role_everyone_else_desc' => 'Set permissions for all roles not specifically overridden.', 'permissions_role_override' => 'Override permissions for role', 'permissions_inherit_defaults' => 'Inherit defaults', // Search 'search_results' => 'Search Results', 'search_total_results_found' => ':count result found|:count total results found', 'search_clear' => 'Clear Search', 'search_no_pages' => 'No pages matched this search', 'search_for_term' => 'Search for :term', 'search_more' => 'More Results', 'search_advanced' => 'Advanced Search', 'search_terms' => 'Search Terms', 'search_content_type' => 'Content Type', 'search_exact_matches' => 'Exact Matches', 'search_tags' => 'Tag Searches', 'search_options' => 'Options', 'search_viewed_by_me' => 'Viewed by me', 'search_not_viewed_by_me' => 'Not viewed by me', 'search_permissions_set' => 'Permissions set', 'search_created_by_me' => 'Created by me', 'search_updated_by_me' => 'Updated by me', 'search_owned_by_me' => 'Owned by me', 'search_date_options' => 'Date Options', 'search_updated_before' => 'Updated before', 'search_updated_after' => 'Updated after', 'search_created_before' => 'Created before', 'search_created_after' => 'Created after', 'search_set_date' => 'Set Date', 'search_update' => 'Update Search', // Shelves 'shelf' => 'Shelf', 'shelves' => 'Shelves', 'x_shelves' => ':count Shelf|:count Shelves', 'shelves_empty' => 'No shelves have been created', 'shelves_create' => 'Create New Shelf', 'shelves_popular' => 'Popular Shelves', 'shelves_new' => 'New Shelves', 'shelves_new_action' => 'New Shelf', 'shelves_popular_empty' => 'The most popular shelves will appear here.', 'shelves_new_empty' => 'The most recently created shelves will appear here.', 'shelves_save' => 'Save Shelf', 'shelves_books' => 'Books on this shelf', 'shelves_add_books' => 'Add books to this shelf', 'shelves_drag_books' => 'Drag books below to add them to this shelf', 'shelves_empty_contents' => 'This shelf has no books assigned to it', 'shelves_edit_and_assign' => 'Edit shelf to assign books', 'shelves_edit_named' => 'Edit Shelf :name', 'shelves_edit' => 'Edit Shelf', 'shelves_delete' => 'Delete Shelf', 'shelves_delete_named' => 'Delete Shelf :name', 'shelves_delete_explain' => "This will delete the shelf with the name ':name'. Contained books will not be deleted.", 'shelves_delete_confirmation' => 'Are you sure you want to delete this shelf?', 'shelves_permissions' => 'Shelf Permissions', 'shelves_permissions_updated' => 'Shelf Permissions Updated', 'shelves_permissions_active' => 'Shelf Permissions Active', 'shelves_permissions_cascade_warning' => 'Permissions on shelves do not automatically cascade to contained books. This is because a book can exist on multiple shelves. Permissions can however be copied down to child books using the option found below.', 'shelves_permissions_create' => 'Shelf create permissions are only used for copying permissions to child books using the action below. They do not control the ability to create books.', 'shelves_copy_permissions_to_books' => 'Copy Permissions to Books', 'shelves_copy_permissions' => 'Copy Permissions', 'shelves_copy_permissions_explain' => 'This will apply the current permission settings of this shelf to all books contained within. Before activating, ensure any changes to the permissions of this shelf have been saved.', 'shelves_copy_permission_success' => 'Shelf permissions copied to :count books', // Books 'book' => 'Book', 'books' => 'Books', 'x_books' => ':count Book|:count Books', 'books_empty' => 'No books have been created', 'books_popular' => 'Popular Books', 'books_recent' => 'Recent Books', 'books_new' => 'New Books', 'books_new_action' => 'New Book', 'books_popular_empty' => 'The most popular books will appear here.', 'books_new_empty' => 'The most recently created books will appear here.', 'books_create' => 'Create New Book', 'books_delete' => 'Delete Book', 'books_delete_named' => 'Delete Book :bookName', 'books_delete_explain' => 'This will delete the book with the name \':bookName\'. All pages and chapters will be removed.', 'books_delete_confirmation' => 'Are you sure you want to delete this book?', 'books_edit' => 'Edit Book', 'books_edit_named' => 'Edit Book :bookName', 'books_form_book_name' => 'Book Name', 'books_save' => 'Save Book', 'books_permissions' => 'Book Permissions', 'books_permissions_updated' => 'Book Permissions Updated', 'books_empty_contents' => 'No pages or chapters have been created for this book.', 'books_empty_create_page' => 'Create a new page', 'books_empty_sort_current_book' => 'Sort the current book', 'books_empty_add_chapter' => 'Add a chapter', 'books_permissions_active' => 'Book Permissions Active', 'books_search_this' => 'Search this book', 'books_navigation' => 'Book Navigation', 'books_sort' => 'Sort Book Contents', 'books_sort_desc' => 'Move chapters and pages within a book to reorganise its contents. Other books can be added which allows easy moving of chapters and pages between books. Optionally an auto sort rule can be set to automatically sort this book\'s contents upon changes.', 'books_sort_auto_sort' => 'Auto Sort Option', 'books_sort_auto_sort_active' => 'Auto Sort Active: :sortName', 'books_sort_named' => 'Sort Book :bookName', 'books_sort_name' => 'Sort by Name', 'books_sort_created' => 'Sort by Created Date', 'books_sort_updated' => 'Sort by Updated Date', 'books_sort_chapters_first' => 'Chapters First', 'books_sort_chapters_last' => 'Chapters Last', 'books_sort_show_other' => 'Show Other Books', 'books_sort_save' => 'Save New Order', 'books_sort_show_other_desc' => 'Add other books here to include them in the sort operation, and allow easy cross-book reorganisation.', 'books_sort_move_up' => 'Move Up', 'books_sort_move_down' => 'Move Down', 'books_sort_move_prev_book' => 'Move to Previous Book', 'books_sort_move_next_book' => 'Move to Next Book', 'books_sort_move_prev_chapter' => 'Move Into Previous Chapter', 'books_sort_move_next_chapter' => 'Move Into Next Chapter', 'books_sort_move_book_start' => 'Move to Start of Book', 'books_sort_move_book_end' => 'Move to End of Book', 'books_sort_move_before_chapter' => 'Move to Before Chapter', 'books_sort_move_after_chapter' => 'Move to After Chapter', 'books_copy' => 'Copy Book', 'books_copy_success' => 'Book successfully copied', // Chapters 'chapter' => 'Chapter', 'chapters' => 'Chapters', 'x_chapters' => ':count Chapter|:count Chapters', 'chapters_popular' => 'Popular Chapters', 'chapters_new' => 'New Chapter', 'chapters_create' => 'Create New Chapter', 'chapters_delete' => 'Delete Chapter', 'chapters_delete_named' => 'Delete Chapter :chapterName', 'chapters_delete_explain' => 'This will delete the chapter with the name \':chapterName\'. All pages that exist within this chapter will also be deleted.', 'chapters_delete_confirm' => 'Are you sure you want to delete this chapter?', 'chapters_edit' => 'Edit Chapter', 'chapters_edit_named' => 'Edit Chapter :chapterName', 'chapters_save' => 'Save Chapter', 'chapters_move' => 'Move Chapter', 'chapters_move_named' => 'Move Chapter :chapterName', 'chapters_copy' => 'Copy Chapter', 'chapters_copy_success' => 'Chapter successfully copied', 'chapters_permissions' => 'Chapter Permissions', 'chapters_empty' => 'No pages are currently in this chapter.', 'chapters_permissions_active' => 'Chapter Permissions Active', 'chapters_permissions_success' => 'Chapter Permissions Updated', 'chapters_search_this' => 'Search this chapter', 'chapter_sort_book' => 'Sort Book', // Pages 'page' => 'Page', 'pages' => 'Pages', 'x_pages' => ':count Page|:count Pages', 'pages_popular' => 'Popular Pages', 'pages_new' => 'New Page', 'pages_attachments' => 'Attachments', 'pages_navigation' => 'Page Navigation', 'pages_delete' => 'Delete Page', 'pages_delete_named' => 'Delete Page :pageName', 'pages_delete_draft_named' => 'Delete Draft Page :pageName', 'pages_delete_draft' => 'Delete Draft Page', 'pages_delete_success' => 'Page deleted', 'pages_delete_draft_success' => 'Draft page deleted', 'pages_delete_warning_template' => 'This page is in active use as a book or chapter default page template. These books or chapters will no longer have a default page template assigned after this page is deleted.', 'pages_delete_confirm' => 'Are you sure you want to delete this page?', 'pages_delete_draft_confirm' => 'Are you sure you want to delete this draft page?', 'pages_editing_named' => 'Editing Page :pageName', 'pages_edit_draft_options' => 'Draft Options', 'pages_edit_save_draft' => 'Save Draft', 'pages_edit_draft' => 'Edit Page Draft', 'pages_editing_draft' => 'Editing Draft', 'pages_editing_page' => 'Editing Page', 'pages_edit_draft_save_at' => 'Draft saved at ', 'pages_edit_delete_draft' => 'Delete Draft', 'pages_edit_delete_draft_confirm' => 'Are you sure you want to delete your draft page changes? All of your changes, since the last full save, will be lost and the editor will be updated with the latest page non-draft save state.', 'pages_edit_discard_draft' => 'Discard Draft', 'pages_edit_switch_to_markdown' => 'Switch to Markdown Editor', 'pages_edit_switch_to_markdown_clean' => '(Clean Content)', 'pages_edit_switch_to_markdown_stable' => '(Stable Content)', 'pages_edit_switch_to_wysiwyg' => 'Switch to WYSIWYG Editor', 'pages_edit_switch_to_new_wysiwyg' => 'Switch to new WYSIWYG', 'pages_edit_switch_to_new_wysiwyg_desc' => '(In Beta Testing)', 'pages_edit_set_changelog' => 'Set Changelog', 'pages_edit_enter_changelog_desc' => 'Enter a brief description of the changes you\'ve made', 'pages_edit_enter_changelog' => 'Enter Changelog', 'pages_editor_switch_title' => 'Switch Editor', 'pages_editor_switch_are_you_sure' => 'Are you sure you want to change the editor for this page?', 'pages_editor_switch_consider_following' => 'Consider the following when changing editors:', 'pages_editor_switch_consideration_a' => 'Once saved, the new editor option will be used by any future editors, including those that may not be able to change editor type themselves.', 'pages_editor_switch_consideration_b' => 'This can potentially lead to a loss of detail and syntax in certain circumstances.', 'pages_editor_switch_consideration_c' => 'Tag or changelog changes, made since last save, won\'t persist across this change.', 'pages_save' => 'Save Page', 'pages_title' => 'Page Title', 'pages_name' => 'Page Name', 'pages_md_editor' => 'Editor', 'pages_md_preview' => 'Preview', 'pages_md_insert_image' => 'Insert Image', 'pages_md_insert_link' => 'Insert Entity Link', 'pages_md_insert_drawing' => 'Insert Drawing', 'pages_md_show_preview' => 'Show preview', 'pages_md_sync_scroll' => 'Sync preview scroll', 'pages_md_plain_editor' => 'Plaintext editor', 'pages_drawing_unsaved' => 'Unsaved Drawing Found', 'pages_drawing_unsaved_confirm' => 'Unsaved drawing data was found from a previous failed drawing save attempt. Would you like to restore and continue editing this unsaved drawing?', 'pages_not_in_chapter' => 'Page is not in a chapter', 'pages_move' => 'Move Page', 'pages_copy' => 'Copy Page', 'pages_copy_desination' => 'Copy Destination', 'pages_copy_success' => 'Page successfully copied', 'pages_permissions' => 'Page Permissions', 'pages_permissions_success' => 'Page permissions updated', 'pages_revision' => 'Revision', 'pages_revisions' => 'Page Revisions', 'pages_revisions_desc' => 'Listed below are all the past revisions of this page. You can look back upon, compare, and restore old page versions if permissions allow. The full history of the page may not be fully reflected here since, depending on system configuration, old revisions could be auto-deleted.', 'pages_revisions_named' => 'Page Revisions for :pageName', 'pages_revision_named' => 'Page Revision for :pageName', 'pages_revision_restored_from' => 'Restored from #:id; :summary', 'pages_revisions_created_by' => 'Created By', 'pages_revisions_date' => 'Revision Date', 'pages_revisions_number' => '#', 'pages_revisions_sort_number' => 'Revision Number', 'pages_revisions_numbered' => 'Revision #:id', 'pages_revisions_numbered_changes' => 'Revision #:id Changes', 'pages_revisions_editor' => 'Editor Type', 'pages_revisions_changelog' => 'Changelog', 'pages_revisions_changes' => 'Changes', 'pages_revisions_current' => 'Current Version', 'pages_revisions_preview' => 'Preview', 'pages_revisions_restore' => 'Restore', 'pages_revisions_none' => 'This page has no revisions', 'pages_copy_link' => 'Copy Link', 'pages_edit_content_link' => 'Jump to section in editor', 'pages_pointer_enter_mode' => 'Enter section select mode', 'pages_pointer_label' => 'Page Section Options', 'pages_pointer_permalink' => 'Page Section Permalink', 'pages_pointer_include_tag' => 'Page Section Include Tag', 'pages_pointer_toggle_link' => 'Permalink mode, Press to show include tag', 'pages_pointer_toggle_include' => 'Include tag mode, Press to show permalink', 'pages_permissions_active' => 'Page Permissions Active', 'pages_initial_revision' => 'Initial publish', 'pages_references_update_revision' => 'System auto-update of internal links', 'pages_initial_name' => 'New Page', 'pages_editing_draft_notification' => 'You are currently editing a draft that was last saved :timeDiff.', 'pages_draft_edited_notification' => 'This page has been updated by since that time. It is recommended that you discard this draft.', 'pages_draft_page_changed_since_creation' => 'This page has been updated since this draft was created. It is recommended that you discard this draft or take care not to overwrite any page changes.', 'pages_draft_edit_active' => [ 'start_a' => ':count users have started editing this page', 'start_b' => ':userName has started editing this page', 'time_a' => 'since the page was last updated', 'time_b' => 'in the last :minCount minutes', 'message' => ':start :time. Take care not to overwrite each other\'s updates!', ], 'pages_draft_discarded' => 'Draft discarded! The editor has been updated with the current page content', 'pages_draft_deleted' => 'Draft deleted! The editor has been updated with the current page content', 'pages_specific' => 'Specific Page', 'pages_is_template' => 'Page Template', // Editor Sidebar 'toggle_sidebar' => 'Toggle Sidebar', 'page_tags' => 'Page Tags', 'chapter_tags' => 'Chapter Tags', 'book_tags' => 'Book Tags', 'shelf_tags' => 'Shelf Tags', 'tag' => 'Tag', 'tags' => 'Tags', 'tags_index_desc' => 'Tags can be applied to content within the system to apply a flexible form of categorization. Tags can have both a key and value, with the value being optional. Once applied, content can then be queried using the tag name and value.', 'tag_name' => 'Tag Name', 'tag_value' => 'Tag Value (Optional)', 'tags_explain' => "Add some tags to better categorise your content. \n You can assign a value to a tag for more in-depth organisation.", 'tags_add' => 'Add another tag', 'tags_remove' => 'Remove this tag', 'tags_usages' => 'Total tag usages', 'tags_assigned_pages' => 'Assigned to Pages', 'tags_assigned_chapters' => 'Assigned to Chapters', 'tags_assigned_books' => 'Assigned to Books', 'tags_assigned_shelves' => 'Assigned to Shelves', 'tags_x_unique_values' => ':count unique values', 'tags_all_values' => 'All values', 'tags_view_tags' => 'View Tags', 'tags_view_existing_tags' => 'View existing tags', 'tags_list_empty_hint' => 'Tags can be assigned via the page editor sidebar or while editing the details of a book, chapter or shelf.', 'attachments' => 'Attachments', 'attachments_explain' => 'Upload some files or attach some links to display on your page. These are visible in the page sidebar.', 'attachments_explain_instant_save' => 'Changes here are saved instantly.', 'attachments_upload' => 'Upload File', 'attachments_link' => 'Attach Link', 'attachments_upload_drop' => 'Alternatively you can drag and drop a file here to upload it as an attachment.', 'attachments_set_link' => 'Set Link', 'attachments_delete' => 'Are you sure you want to delete this attachment?', 'attachments_dropzone' => 'Drop files here to upload', 'attachments_no_files' => 'No files have been uploaded', 'attachments_explain_link' => 'You can attach a link if you\'d prefer not to upload a file. This can be a link to another page or a link to a file in the cloud.', 'attachments_link_name' => 'Link Name', 'attachment_link' => 'Attachment link', 'attachments_link_url' => 'Link to file', 'attachments_link_url_hint' => 'Url of site or file', 'attach' => 'Attach', 'attachments_insert_link' => 'Add Attachment Link to Page', 'attachments_edit_file' => 'Edit File', 'attachments_edit_file_name' => 'File Name', 'attachments_edit_drop_upload' => 'Drop files or click here to upload and overwrite', 'attachments_order_updated' => 'Attachment order updated', 'attachments_updated_success' => 'Attachment details updated', 'attachments_deleted' => 'Attachment deleted', 'attachments_file_uploaded' => 'File successfully uploaded', 'attachments_file_updated' => 'File successfully updated', 'attachments_link_attached' => 'Link successfully attached to page', 'templates' => 'Templates', 'templates_set_as_template' => 'Page is a template', 'templates_explain_set_as_template' => 'You can set this page as a template so its contents be utilized when creating other pages. Other users will be able to use this template if they have view permissions for this page.', 'templates_replace_content' => 'Replace page content', 'templates_append_content' => 'Append to page content', 'templates_prepend_content' => 'Prepend to page content', // Profile View 'profile_user_for_x' => 'User for :time', 'profile_created_content' => 'Created Content', 'profile_not_created_pages' => ':userName has not created any pages', 'profile_not_created_chapters' => ':userName has not created any chapters', 'profile_not_created_books' => ':userName has not created any books', 'profile_not_created_shelves' => ':userName has not created any shelves', // Comments 'comment' => 'Comment', 'comments' => 'Comments', 'comment_add' => 'Add Comment', 'comment_none' => 'No comments to display', 'comment_placeholder' => 'Leave a comment here', 'comment_thread_count' => ':count Comment Thread|:count Comment Threads', 'comment_archived_count' => ':count Archived', 'comment_archived_threads' => 'Archived Threads', 'comment_save' => 'Save Comment', 'comment_new' => 'New Comment', 'comment_created' => 'commented :createDiff', 'comment_updated' => 'Updated :updateDiff by :username', 'comment_updated_indicator' => 'Updated', 'comment_deleted_success' => 'Comment deleted', 'comment_created_success' => 'Comment added', 'comment_updated_success' => 'Comment updated', 'comment_archive_success' => 'Comment archived', 'comment_unarchive_success' => 'Comment un-archived', 'comment_view' => 'View comment', 'comment_jump_to_thread' => 'Jump to thread', 'comment_delete_confirm' => 'Are you sure you want to delete this comment?', 'comment_in_reply_to' => 'In reply to :commentId', 'comment_reference' => 'Reference', 'comment_reference_outdated' => '(Outdated)', 'comment_editor_explain' => 'Here are the comments that have been left on this page. Comments can be added & managed when viewing the saved page.', // Revision 'revision_delete_confirm' => 'Are you sure you want to delete this revision?', 'revision_restore_confirm' => 'Are you sure you want to restore this revision? The current page contents will be replaced.', 'revision_cannot_delete_latest' => 'Cannot delete the latest revision.', // Copy view 'copy_consider' => 'Please consider the below when copying content.', 'copy_consider_permissions' => 'Custom permission settings will not be copied.', 'copy_consider_owner' => 'You will become the owner of all copied content.', 'copy_consider_images' => 'Page image files will not be duplicated & the original images will retain their relation to the page they were originally uploaded to.', 'copy_consider_attachments' => 'Page attachments will not be copied.', 'copy_consider_access' => 'A change of location, owner or permissions may result in this content being accessible to those previously without access.', // Conversions 'convert_to_shelf' => 'Convert to Shelf', 'convert_to_shelf_contents_desc' => 'You can convert this book to a new shelf with the same contents. Chapters contained within this book will be converted to new books. If this book contains any pages, that are not in a chapter, this book will be renamed and contain such pages, and this book will become part of the new shelf.', 'convert_to_shelf_permissions_desc' => 'Any permissions set on this book will be copied to the new shelf and to all new child books that don\'t have their own permissions enforced. Note that permissions on shelves do not auto-cascade to content within, as they do for books.', 'convert_book' => 'Convert Book', 'convert_book_confirm' => 'Are you sure you want to convert this book?', 'convert_undo_warning' => 'This cannot be as easily undone.', 'convert_to_book' => 'Convert to Book', 'convert_to_book_desc' => 'You can convert this chapter to a new book with the same contents. Any permissions set on this chapter will be copied to the new book but any inherited permissions, from the parent book, will not be copied which could lead to a change of access control.', 'convert_chapter' => 'Convert Chapter', 'convert_chapter_confirm' => 'Are you sure you want to convert this chapter?', // References 'references' => 'References', 'references_none' => 'There are no tracked references to this item.', 'references_to_desc' => 'Listed below is all the known content in the system that links to this item.', // Watch Options 'watch' => 'Watch', 'watch_title_default' => 'Default Preferences', 'watch_desc_default' => 'Revert watching to just your default notification preferences.', 'watch_title_ignore' => 'Ignore', 'watch_desc_ignore' => 'Ignore all notifications, including those from user-level preferences.', 'watch_title_new' => 'New Pages', 'watch_desc_new' => 'Notify when any new page is created within this item.', 'watch_title_updates' => 'All Page Updates', 'watch_desc_updates' => 'Notify upon all new pages and page changes.', 'watch_desc_updates_page' => 'Notify upon all page changes.', 'watch_title_comments' => 'All Page Updates & Comments', 'watch_desc_comments' => 'Notify upon all new pages, page changes and new comments.', 'watch_desc_comments_page' => 'Notify upon page changes and new comments.', 'watch_change_default' => 'Change default notification preferences', 'watch_detail_ignore' => 'Ignoring notifications', 'watch_detail_new' => 'Watching for new pages', 'watch_detail_updates' => 'Watching new pages and updates', 'watch_detail_comments' => 'Watching new pages, updates & comments', 'watch_detail_parent_book' => 'Watching via parent book', 'watch_detail_parent_book_ignore' => 'Ignoring via parent book', 'watch_detail_parent_chapter' => 'Watching via parent chapter', 'watch_detail_parent_chapter_ignore' => 'Ignoring via parent chapter', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/ka/passwords.php
lang/ka/passwords.php
<?php /** * Password Reminder Language Lines * The following language lines are the default lines which match reasons * that are given by the password broker for a password update attempt has failed. */ return [ 'password' => 'Passwords must be at least eight characters and match the confirmation.', 'user' => "We can't find a user with that e-mail address.", 'token' => 'The password reset token is invalid for this email address.', 'sent' => 'We have e-mailed your password reset link!', 'reset' => 'Your password has been reset!', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/ka/editor.php
lang/ka/editor.php
<?php /** * Page Editor Lines * Contains text strings used within the user interface of the * WYSIWYG page editor. Some Markdown editor strings may still * exist in the 'entities' file instead since this was added later. */ return [ // General editor terms 'general' => 'General', 'advanced' => 'Advanced', 'none' => 'None', 'cancel' => 'Cancel', 'save' => 'Save', 'close' => 'Close', 'apply' => 'Apply', 'undo' => 'Undo', 'redo' => 'Redo', 'left' => 'Left', 'center' => 'Center', 'right' => 'Right', 'top' => 'Top', 'middle' => 'Middle', 'bottom' => 'Bottom', 'width' => 'Width', 'height' => 'Height', 'More' => 'More', 'select' => 'Select...', // Toolbar 'formats' => 'Formats', 'header_large' => 'Large Header', 'header_medium' => 'Medium Header', 'header_small' => 'Small Header', 'header_tiny' => 'Tiny Header', 'paragraph' => 'Paragraph', 'blockquote' => 'Blockquote', 'inline_code' => 'Inline code', 'callouts' => 'Callouts', 'callout_information' => 'Information', 'callout_success' => 'Success', 'callout_warning' => 'Warning', 'callout_danger' => 'Danger', 'bold' => 'Bold', 'italic' => 'Italic', 'underline' => 'Underline', 'strikethrough' => 'Strikethrough', 'superscript' => 'Superscript', 'subscript' => 'Subscript', 'text_color' => 'Text color', 'highlight_color' => 'Highlight color', 'custom_color' => 'Custom color', 'remove_color' => 'Remove color', 'background_color' => 'Background color', 'align_left' => 'Align left', 'align_center' => 'Align center', 'align_right' => 'Align right', 'align_justify' => 'Justify', 'list_bullet' => 'Bullet list', 'list_numbered' => 'Numbered list', 'list_task' => 'Task list', 'indent_increase' => 'Increase indent', 'indent_decrease' => 'Decrease indent', 'table' => 'Table', 'insert_image' => 'Insert image', 'insert_image_title' => 'Insert/Edit Image', 'insert_link' => 'Insert/edit link', 'insert_link_title' => 'Insert/Edit Link', 'insert_horizontal_line' => 'Insert horizontal line', 'insert_code_block' => 'Insert code block', 'edit_code_block' => 'Edit code block', 'insert_drawing' => 'Insert/edit drawing', 'drawing_manager' => 'Drawing manager', 'insert_media' => 'Insert/edit media', 'insert_media_title' => 'Insert/Edit Media', 'clear_formatting' => 'Clear formatting', 'source_code' => 'Source code', 'source_code_title' => 'Source Code', 'fullscreen' => 'Fullscreen', 'image_options' => 'Image options', // Tables 'table_properties' => 'Table properties', 'table_properties_title' => 'Table Properties', 'delete_table' => 'Delete table', 'table_clear_formatting' => 'Clear table formatting', 'resize_to_contents' => 'Resize to contents', 'row_header' => 'Row header', 'insert_row_before' => 'Insert row before', 'insert_row_after' => 'Insert row after', 'delete_row' => 'Delete row', 'insert_column_before' => 'Insert column before', 'insert_column_after' => 'Insert column after', 'delete_column' => 'Delete column', 'table_cell' => 'Cell', 'table_row' => 'Row', 'table_column' => 'Column', 'cell_properties' => 'Cell properties', 'cell_properties_title' => 'Cell Properties', 'cell_type' => 'Cell type', 'cell_type_cell' => 'Cell', 'cell_scope' => 'Scope', 'cell_type_header' => 'Header cell', 'merge_cells' => 'Merge cells', 'split_cell' => 'Split cell', 'table_row_group' => 'Row Group', 'table_column_group' => 'Column Group', 'horizontal_align' => 'Horizontal align', 'vertical_align' => 'Vertical align', 'border_width' => 'Border width', 'border_style' => 'Border style', 'border_color' => 'Border color', 'row_properties' => 'Row properties', 'row_properties_title' => 'Row Properties', 'cut_row' => 'Cut row', 'copy_row' => 'Copy row', 'paste_row_before' => 'Paste row before', 'paste_row_after' => 'Paste row after', 'row_type' => 'Row type', 'row_type_header' => 'Header', 'row_type_body' => 'Body', 'row_type_footer' => 'Footer', 'alignment' => 'Alignment', 'cut_column' => 'Cut column', 'copy_column' => 'Copy column', 'paste_column_before' => 'Paste column before', 'paste_column_after' => 'Paste column after', 'cell_padding' => 'Cell padding', 'cell_spacing' => 'Cell spacing', 'caption' => 'Caption', 'show_caption' => 'Show caption', 'constrain' => 'Constrain proportions', 'cell_border_solid' => 'Solid', 'cell_border_dotted' => 'Dotted', 'cell_border_dashed' => 'Dashed', 'cell_border_double' => 'Double', 'cell_border_groove' => 'Groove', 'cell_border_ridge' => 'Ridge', 'cell_border_inset' => 'Inset', 'cell_border_outset' => 'Outset', 'cell_border_none' => 'None', 'cell_border_hidden' => 'Hidden', // Images, links, details/summary & embed 'source' => 'Source', 'alt_desc' => 'Alternative description', 'embed' => 'Embed', 'paste_embed' => 'Paste your embed code below:', 'url' => 'URL', 'text_to_display' => 'Text to display', 'title' => 'Title', 'browse_links' => 'Browse links', 'open_link' => 'Open link', 'open_link_in' => 'Open link in...', 'open_link_current' => 'Current window', 'open_link_new' => 'New window', 'remove_link' => 'Remove link', 'insert_collapsible' => 'Insert collapsible block', 'collapsible_unwrap' => 'Unwrap', 'edit_label' => 'Edit label', 'toggle_open_closed' => 'Toggle open/closed', 'collapsible_edit' => 'Edit collapsible block', 'toggle_label' => 'Toggle label', // About view 'about' => 'About the editor', 'about_title' => 'About the WYSIWYG Editor', 'editor_license' => 'Editor License & Copyright', 'editor_lexical_license' => 'This editor is built as a fork of :lexicalLink which is distributed under the MIT license.', 'editor_lexical_license_link' => 'Full license details can be found here.', 'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under the MIT license.', 'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.', 'save_continue' => 'Save Page & Continue', 'callouts_cycle' => '(Keep pressing to toggle through types)', 'link_selector' => 'Link to content', 'shortcuts' => 'Shortcuts', 'shortcut' => 'Shortcut', 'shortcuts_intro' => 'The following shortcuts are available in the editor:', 'windows_linux' => '(Windows/Linux)', 'mac' => '(Mac)', 'description' => 'Description', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/ka/components.php
lang/ka/components.php
<?php /** * Text used in custom JavaScript driven components. */ return [ // Image Manager 'image_select' => 'Image Select', 'image_list' => 'Image List', 'image_details' => 'Image Details', 'image_upload' => 'Upload Image', 'image_intro' => 'Here you can select and manage images that have been previously uploaded to the system.', 'image_intro_upload' => 'Upload a new image by dragging an image file into this window, or by using the "Upload Image" button above.', 'image_all' => 'All', 'image_all_title' => 'View all images', 'image_book_title' => 'View images uploaded to this book', 'image_page_title' => 'View images uploaded to this page', 'image_search_hint' => 'Search by image name', 'image_uploaded' => 'Uploaded :uploadedDate', 'image_uploaded_by' => 'Uploaded by :userName', 'image_uploaded_to' => 'Uploaded to :pageLink', 'image_updated' => 'Updated :updateDate', 'image_load_more' => 'Load More', 'image_image_name' => 'Image Name', 'image_delete_used' => 'This image is used in the pages below.', 'image_delete_confirm_text' => 'Are you sure you want to delete this image?', 'image_select_image' => 'Select Image', 'image_dropzone' => 'Drop images or click here to upload', 'image_dropzone_drop' => 'Drop images here to upload', 'images_deleted' => 'Images Deleted', 'image_preview' => 'Image Preview', 'image_upload_success' => 'Image uploaded successfully', 'image_update_success' => 'Image details successfully updated', 'image_delete_success' => 'Image successfully deleted', 'image_replace' => 'Replace Image', 'image_replace_success' => 'Image file successfully updated', 'image_rebuild_thumbs' => 'Regenerate Size Variations', 'image_rebuild_thumbs_success' => 'Image size variations successfully rebuilt!', // Code Editor 'code_editor' => 'Edit Code', 'code_language' => 'Code Language', 'code_content' => 'Code Content', 'code_session_history' => 'Session History', 'code_save' => 'Save Code', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/ka/preferences.php
lang/ka/preferences.php
<?php /** * Text used for user-preference specific views within bookstack. */ return [ 'my_account' => 'My Account', 'shortcuts' => 'Shortcuts', 'shortcuts_interface' => 'UI Shortcut Preferences', 'shortcuts_toggle_desc' => 'Here you can enable or disable keyboard system interface shortcuts, used for navigation and actions.', 'shortcuts_customize_desc' => 'You can customize each of the shortcuts below. Just press your desired key combination after selecting the input for a shortcut.', 'shortcuts_toggle_label' => 'Keyboard shortcuts enabled', 'shortcuts_section_navigation' => 'Navigation', 'shortcuts_section_actions' => 'Common Actions', 'shortcuts_save' => 'Save Shortcuts', 'shortcuts_overlay_desc' => 'Note: When shortcuts are enabled a helper overlay is available via pressing "?" which will highlight the available shortcuts for actions currently visible on the screen.', 'shortcuts_update_success' => 'Shortcut preferences have been updated!', 'shortcuts_overview_desc' => 'Manage keyboard shortcuts you can use to navigate the system user interface.', 'notifications' => 'Notification Preferences', 'notifications_desc' => 'Control the email notifications you receive when certain activity is performed within the system.', 'notifications_opt_own_page_changes' => 'Notify upon changes to pages I own', 'notifications_opt_own_page_comments' => 'Notify upon comments on pages I own', 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Notify upon replies to my comments', 'notifications_save' => 'Save Preferences', 'notifications_update_success' => 'Notification preferences have been updated!', 'notifications_watched' => 'Watched & Ignored Items', 'notifications_watched_desc' => 'Below are the items that have custom watch preferences applied. To update your preferences for these, view the item then find the watch options in the sidebar.', 'auth' => 'Access & Security', 'auth_change_password' => 'Change Password', 'auth_change_password_desc' => 'Change the password you use to log-in to the application. This must be at least 8 characters long.', 'auth_change_password_success' => 'Password has been updated!', 'profile' => 'Profile Details', 'profile_desc' => 'Manage the details of your account which represents you to other users, in addition to details that are used for communication and system personalisation.', 'profile_view_public' => 'View Public Profile', 'profile_name_desc' => 'Configure your display name which will be visible to other users in the system through the activity you perform, and content you own.', 'profile_email_desc' => 'This email will be used for notifications and, depending on active system authentication, system access.', 'profile_email_no_permission' => 'Unfortunately you don\'t have permission to change your email address. If you want to change this, you\'d need to ask an administrator to change this for you.', 'profile_avatar_desc' => 'Select an image which will be used to represent yourself to others in the system. Ideally this image should be square and about 256px in width and height.', 'profile_admin_options' => 'Administrator Options', 'profile_admin_options_desc' => 'Additional administrator-level options, like those to manage role assignments, can be found for your user account in the "Settings > Users" area of the application.', 'delete_account' => 'Delete Account', 'delete_my_account' => 'Delete My Account', 'delete_my_account_desc' => 'This will fully delete your user account from the system. You will not be able to recover this account or revert this action. Content you\'ve created, such as created pages and uploaded images, will remain.', 'delete_my_account_warning' => 'Are you sure you want to delete your account?', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/ka/errors.php
lang/ka/errors.php
<?php /** * Text shown in error messaging. */ return [ // Permissions 'permission' => 'You do not have permission to access the requested page.', 'permissionJson' => 'You do not have permission to perform the requested action.', // Auth 'error_user_exists_different_creds' => 'A user with the email :email already exists but with different credentials.', 'auth_pre_register_theme_prevention' => 'User account could not be registered for the provided details', 'email_already_confirmed' => 'Email has already been confirmed, Try logging in.', 'email_confirmation_invalid' => 'This confirmation token is not valid or has already been used, Please try registering again.', 'email_confirmation_expired' => 'The confirmation token has expired, A new confirmation email has been sent.', 'email_confirmation_awaiting' => 'The email address for the account in use needs to be confirmed', 'ldap_fail_anonymous' => 'LDAP access failed using anonymous bind', 'ldap_fail_authed' => 'LDAP access failed using given dn & password details', 'ldap_extension_not_installed' => 'LDAP PHP extension not installed', 'ldap_cannot_connect' => 'Cannot connect to ldap server, Initial connection failed', 'saml_already_logged_in' => 'Already logged in', 'saml_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system', 'saml_invalid_response_id' => 'The request from the external authentication system is not recognised by a process started by this application. Navigating back after a login could cause this issue.', 'saml_fail_authed' => 'Login using :system failed, system did not provide successful authorization', 'oidc_already_logged_in' => 'Already logged in', 'oidc_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system', 'oidc_fail_authed' => 'Login using :system failed, system did not provide successful authorization', 'social_no_action_defined' => 'No action defined', 'social_login_bad_response' => "Error received during :socialAccount login: \n:error", 'social_account_in_use' => 'This :socialAccount account is already in use, Try logging in via the :socialAccount option.', 'social_account_email_in_use' => 'The email :email is already in use. If you already have an account you can connect your :socialAccount account from your profile settings.', 'social_account_existing' => 'This :socialAccount is already attached to your profile.', 'social_account_already_used_existing' => 'This :socialAccount account is already used by another user.', 'social_account_not_used' => 'This :socialAccount account is not linked to any users. Please attach it in your profile settings. ', 'social_account_register_instructions' => 'If you do not yet have an account, You can register an account using the :socialAccount option.', 'social_driver_not_found' => 'Social driver not found', 'social_driver_not_configured' => 'Your :socialAccount social settings are not configured correctly.', 'invite_token_expired' => 'This invitation link has expired. You can instead try to reset your account password.', 'login_user_not_found' => 'A user for this action could not be found.', // System 'path_not_writable' => 'File path :filePath could not be uploaded to. Ensure it is writable to the server.', 'cannot_get_image_from_url' => 'Cannot get image from :url', 'cannot_create_thumbs' => 'The server cannot create thumbnails. Please check you have the GD PHP extension installed.', 'server_upload_limit' => 'The server does not allow uploads of this size. Please try a smaller file size.', 'server_post_limit' => 'The server cannot receive the provided amount of data. Try again with less data or a smaller file.', 'uploaded' => 'The server does not allow uploads of this size. Please try a smaller file size.', // Drawing & Images 'image_upload_error' => 'An error occurred uploading the image', 'image_upload_type_error' => 'The image type being uploaded is invalid', 'image_upload_replace_type' => 'Image file replacements must be of the same type', 'image_upload_memory_limit' => 'Failed to handle image upload and/or create thumbnails due to system resource limits.', 'image_thumbnail_memory_limit' => 'Failed to create image size variations due to system resource limits.', 'image_gallery_thumbnail_memory_limit' => 'Failed to create gallery thumbnails due to system resource limits.', 'drawing_data_not_found' => 'Drawing data could not be loaded. The drawing file might no longer exist or you may not have permission to access it.', // Attachments 'attachment_not_found' => 'Attachment not found', 'attachment_upload_error' => 'An error occurred uploading the attachment file', // Pages 'page_draft_autosave_fail' => 'Failed to save draft. Ensure you have internet connection before saving this page', 'page_draft_delete_fail' => 'Failed to delete page draft and fetch current page saved content', 'page_custom_home_deletion' => 'Cannot delete a page while it is set as a homepage', // Entities 'entity_not_found' => 'Entity not found', 'bookshelf_not_found' => 'Shelf not found', 'book_not_found' => 'Book not found', 'page_not_found' => 'Page not found', 'chapter_not_found' => 'Chapter not found', 'selected_book_not_found' => 'The selected book was not found', 'selected_book_chapter_not_found' => 'The selected Book or Chapter was not found', 'guests_cannot_save_drafts' => 'Guests cannot save drafts', // Users 'users_cannot_delete_only_admin' => 'You cannot delete the only admin', 'users_cannot_delete_guest' => 'You cannot delete the guest user', 'users_could_not_send_invite' => 'Could not create user since invite email failed to send', // Roles 'role_cannot_be_edited' => 'This role cannot be edited', 'role_system_cannot_be_deleted' => 'This role is a system role and cannot be deleted', 'role_registration_default_cannot_delete' => 'This role cannot be deleted while set as the default registration role', 'role_cannot_remove_only_admin' => 'This user is the only user assigned to the administrator role. Assign the administrator role to another user before attempting to remove it here.', // Comments 'comment_list' => 'An error occurred while fetching the comments.', 'cannot_add_comment_to_draft' => 'You cannot add comments to a draft.', 'comment_add' => 'An error occurred while adding / updating the comment.', 'comment_delete' => 'An error occurred while deleting the comment.', 'empty_comment' => 'Cannot add an empty comment.', // Error pages '404_page_not_found' => 'Page Not Found', 'sorry_page_not_found' => 'Sorry, The page you were looking for could not be found.', 'sorry_page_not_found_permission_warning' => 'If you expected this page to exist, you might not have permission to view it.', 'image_not_found' => 'Image Not Found', 'image_not_found_subtitle' => 'Sorry, The image file you were looking for could not be found.', 'image_not_found_details' => 'If you expected this image to exist it might have been deleted.', 'return_home' => 'Return to home', 'error_occurred' => 'An Error Occurred', 'app_down' => ':appName is down right now', 'back_soon' => 'It will be back up soon.', // Import 'import_zip_cant_read' => 'Could not read ZIP file.', 'import_zip_cant_decode_data' => 'Could not find and decode ZIP data.json content.', 'import_zip_no_data' => 'ZIP file data has no expected book, chapter or page content.', 'import_zip_data_too_large' => 'ZIP data.json content exceeds the configured application maximum upload size.', 'import_validation_failed' => 'Import ZIP failed to validate with errors:', 'import_zip_failed_notification' => 'Failed to import ZIP file.', 'import_perms_books' => 'You are lacking the required permissions to create books.', 'import_perms_chapters' => 'You are lacking the required permissions to create chapters.', 'import_perms_pages' => 'You are lacking the required permissions to create pages.', 'import_perms_images' => 'You are lacking the required permissions to create images.', 'import_perms_attachments' => 'You are lacking the required permission to create attachments.', // API errors 'api_no_authorization_found' => 'No authorization token found on the request', 'api_bad_authorization_format' => 'An authorization token was found on the request but the format appeared incorrect', 'api_user_token_not_found' => 'No matching API token was found for the provided authorization token', 'api_incorrect_token_secret' => 'The secret provided for the given used API token is incorrect', 'api_user_no_api_permission' => 'The owner of the used API token does not have permission to make API calls', 'api_user_token_expired' => 'The authorization token used has expired', // Settings & Maintenance 'maintenance_test_email_failure' => 'Error thrown when sending a test email:', // HTTP errors 'http_ssr_url_no_match' => 'The URL does not match the configured allowed SSR hosts', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/ka/activities.php
lang/ka/activities.php
<?php /** * Activity text strings. * Is used for all the text within activity logs & notifications. */ return [ // Pages 'page_create' => 'created page', 'page_create_notification' => 'Page successfully created', 'page_update' => 'updated page', 'page_update_notification' => 'Page successfully updated', 'page_delete' => 'deleted page', 'page_delete_notification' => 'Page successfully deleted', 'page_restore' => 'restored page', 'page_restore_notification' => 'Page successfully restored', 'page_move' => 'moved page', 'page_move_notification' => 'Page successfully moved', // Chapters 'chapter_create' => 'created chapter', 'chapter_create_notification' => 'Chapter successfully created', 'chapter_update' => 'updated chapter', 'chapter_update_notification' => 'Chapter successfully updated', 'chapter_delete' => 'deleted chapter', 'chapter_delete_notification' => 'Chapter successfully deleted', 'chapter_move' => 'moved chapter', 'chapter_move_notification' => 'Chapter successfully moved', // Books 'book_create' => 'created book', 'book_create_notification' => 'Book successfully created', 'book_create_from_chapter' => 'converted chapter to book', 'book_create_from_chapter_notification' => 'Chapter successfully converted to a book', 'book_update' => 'updated book', 'book_update_notification' => 'Book successfully updated', 'book_delete' => 'deleted book', 'book_delete_notification' => 'Book successfully deleted', 'book_sort' => 'sorted book', 'book_sort_notification' => 'Book successfully re-sorted', // Bookshelves 'bookshelf_create' => 'created shelf', 'bookshelf_create_notification' => 'Shelf successfully created', 'bookshelf_create_from_book' => 'converted book to shelf', 'bookshelf_create_from_book_notification' => 'Book successfully converted to a shelf', 'bookshelf_update' => 'updated shelf', 'bookshelf_update_notification' => 'Shelf successfully updated', 'bookshelf_delete' => 'deleted shelf', 'bookshelf_delete_notification' => 'Shelf successfully deleted', // Revisions 'revision_restore' => 'restored revision', 'revision_delete' => 'deleted revision', 'revision_delete_notification' => 'Revision successfully deleted', // Favourites 'favourite_add_notification' => '":name" has been added to your favourites', 'favourite_remove_notification' => '":name" has been removed from your favourites', // Watching 'watch_update_level_notification' => 'Watch preferences successfully updated', // Auth 'auth_login' => 'logged in', 'auth_register' => 'registered as new user', 'auth_password_reset_request' => 'requested user password reset', 'auth_password_reset_update' => 'reset user password', 'mfa_setup_method' => 'configured MFA method', 'mfa_setup_method_notification' => 'Multi-factor method successfully configured', 'mfa_remove_method' => 'removed MFA method', 'mfa_remove_method_notification' => 'მულტი-ფაქტორული მეთოდი წარმატებით მოიხსნა', // Settings 'settings_update' => 'updated settings', 'settings_update_notification' => 'Settings successfully updated', 'maintenance_action_run' => 'ran maintenance action', // Webhooks 'webhook_create' => 'created webhook', 'webhook_create_notification' => 'Webhook successfully created', 'webhook_update' => 'updated webhook', 'webhook_update_notification' => 'Webhook successfully updated', 'webhook_delete' => 'deleted webhook', 'webhook_delete_notification' => 'Webhook successfully deleted', // Imports 'import_create' => 'created import', 'import_create_notification' => 'Import successfully uploaded', 'import_run' => 'updated import', 'import_run_notification' => 'Content successfully imported', 'import_delete' => 'deleted import', 'import_delete_notification' => 'Import successfully deleted', // Users 'user_create' => 'created user', 'user_create_notification' => 'User successfully created', 'user_update' => 'updated user', 'user_update_notification' => 'User successfully updated', 'user_delete' => 'deleted user', 'user_delete_notification' => 'User successfully removed', // API Tokens 'api_token_create' => 'created API token', 'api_token_create_notification' => 'API token successfully created', 'api_token_update' => 'updated API token', 'api_token_update_notification' => 'API token successfully updated', 'api_token_delete' => 'deleted API token', 'api_token_delete_notification' => 'API token successfully deleted', // Roles 'role_create' => 'created role', 'role_create_notification' => 'Role successfully created', 'role_update' => 'updated role', 'role_update_notification' => 'Role successfully updated', 'role_delete' => 'deleted role', 'role_delete_notification' => 'Role successfully deleted', // Recycle Bin 'recycle_bin_empty' => 'emptied recycle bin', 'recycle_bin_restore' => 'restored from recycle bin', 'recycle_bin_destroy' => 'removed from recycle bin', // Comments 'commented_on' => 'commented on', 'comment_create' => 'added comment', 'comment_update' => 'updated comment', 'comment_delete' => 'deleted comment', // Sort Rules 'sort_rule_create' => 'created sort rule', 'sort_rule_create_notification' => 'Sort rule successfully created', 'sort_rule_update' => 'updated sort rule', 'sort_rule_update_notification' => 'Sort rule successfully updated', 'sort_rule_delete' => 'deleted sort rule', 'sort_rule_delete_notification' => 'Sort rule successfully deleted', // Other 'permissions_update' => 'updated permissions', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/ka/common.php
lang/ka/common.php
<?php /** * Common elements found throughout many areas of BookStack. */ return [ // Buttons 'cancel' => 'Cancel', 'close' => 'Close', 'confirm' => 'Confirm', 'back' => 'Back', 'save' => 'Save', 'continue' => 'Continue', 'select' => 'Select', 'toggle_all' => 'Toggle All', 'more' => 'More', // Form Labels 'name' => 'Name', 'description' => 'Description', 'role' => 'Role', 'cover_image' => 'Cover image', 'cover_image_description' => 'This image should be approximately 440x250px although it will be flexibly scaled & cropped to fit the user interface in different scenarios as required, so actual dimensions for display will differ.', // Actions 'actions' => 'Actions', 'view' => 'View', 'view_all' => 'View All', 'new' => 'New', 'create' => 'Create', 'update' => 'Update', 'edit' => 'Edit', 'archive' => 'Archive', 'unarchive' => 'Un-Archive', 'sort' => 'Sort', 'move' => 'Move', 'copy' => 'Copy', 'reply' => 'Reply', 'delete' => 'Delete', 'delete_confirm' => 'Confirm Deletion', 'search' => 'Search', 'search_clear' => 'Clear Search', 'reset' => 'Reset', 'remove' => 'Remove', 'add' => 'Add', 'configure' => 'Configure', 'manage' => 'Manage', 'fullscreen' => 'Fullscreen', 'favourite' => 'Favourite', 'unfavourite' => 'Unfavourite', 'next' => 'Next', 'previous' => 'Previous', 'filter_active' => 'Active Filter:', 'filter_clear' => 'Clear Filter', 'download' => 'Download', 'open_in_tab' => 'Open in Tab', 'open' => 'Open', // Sort Options 'sort_options' => 'Sort Options', 'sort_direction_toggle' => 'Sort Direction Toggle', 'sort_ascending' => 'Sort Ascending', 'sort_descending' => 'Sort Descending', 'sort_name' => 'Name', 'sort_default' => 'Default', 'sort_created_at' => 'Created Date', 'sort_updated_at' => 'Updated Date', // Misc 'deleted_user' => 'Deleted User', 'no_activity' => 'No activity to show', 'no_items' => 'No items available', 'back_to_top' => 'Back to top', 'skip_to_main_content' => 'Skip to main content', 'toggle_details' => 'Toggle Details', 'toggle_thumbnails' => 'Toggle Thumbnails', 'details' => 'Details', 'grid_view' => 'Grid View', 'list_view' => 'List View', 'default' => 'Default', 'breadcrumb' => 'Breadcrumb', 'status' => 'Status', 'status_active' => 'Active', 'status_inactive' => 'Inactive', 'never' => 'Never', 'none' => 'None', // Header 'homepage' => 'Homepage', 'header_menu_expand' => 'Expand Header Menu', 'profile_menu' => 'Profile Menu', 'view_profile' => 'View Profile', 'edit_profile' => 'Edit Profile', 'dark_mode' => 'Dark Mode', 'light_mode' => 'Light Mode', 'global_search' => 'Global Search', // Layout tabs 'tab_info' => 'Info', 'tab_info_label' => 'Tab: Show Secondary Information', 'tab_content' => 'Content', 'tab_content_label' => 'Tab: Show Primary Content', // Email Content 'email_action_help' => 'If you’re having trouble clicking the ":actionText" button, copy and paste the URL below into your web browser:', 'email_rights' => 'All rights reserved', // Footer Link Options // Not directly used but available for convenience to users. 'privacy_policy' => 'Privacy Policy', 'terms_of_service' => 'Terms of Service', // OpenSearch 'opensearch_description' => 'Search :appName', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/ka/pagination.php
lang/ka/pagination.php
<?php /** * Pagination Language Lines * The following language lines are used by the paginator library to build * the simple pagination links. */ return [ 'previous' => '&laquo; Previous', 'next' => 'Next &raquo;', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/ka/settings.php
lang/ka/settings.php
<?php /** * Settings text strings * Contains all text strings used in the general settings sections of BookStack * including users and roles. */ return [ // Common Messages 'settings' => 'Settings', 'settings_save' => 'Save Settings', 'system_version' => 'System Version', 'categories' => 'Categories', // App Settings 'app_customization' => 'Customization', 'app_features_security' => 'Features & Security', 'app_name' => 'Application Name', 'app_name_desc' => 'This name is shown in the header and in any system-sent emails.', 'app_name_header' => 'Show name in header', 'app_public_access' => 'Public Access', 'app_public_access_desc' => 'Enabling this option will allow visitors, that are not logged-in, to access content in your BookStack instance.', 'app_public_access_desc_guest' => 'Access for public visitors can be controlled through the "Guest" user.', 'app_public_access_toggle' => 'Allow public access', 'app_public_viewing' => 'Allow public viewing?', 'app_secure_images' => 'Higher Security Image Uploads', 'app_secure_images_toggle' => 'Enable higher security image uploads', 'app_secure_images_desc' => 'For performance reasons, all images are public. This option adds a random, hard-to-guess string in front of image urls. Ensure directory indexes are not enabled to prevent easy access.', 'app_default_editor' => 'Default Page Editor', 'app_default_editor_desc' => 'Select which editor will be used by default when editing new pages. This can be overridden at a page level where permissions allow.', 'app_custom_html' => 'Custom HTML Head Content', 'app_custom_html_desc' => 'Any content added here will be inserted into the bottom of the <head> section of every page. This is handy for overriding styles or adding analytics code.', 'app_custom_html_disabled_notice' => 'Custom HTML head content is disabled on this settings page to ensure any breaking changes can be reverted.', 'app_logo' => 'Application Logo', 'app_logo_desc' => 'This is used in the application header bar, among other areas. This image should be 86px in height. Large images will be scaled down.', 'app_icon' => 'Application Icon', 'app_icon_desc' => 'This icon is used for browser tabs and shortcut icons. This should be a 256px square PNG image.', 'app_homepage' => 'Application Homepage', 'app_homepage_desc' => 'Select a view to show on the homepage instead of the default view. Page permissions are ignored for selected pages.', 'app_homepage_select' => 'Select a page', 'app_footer_links' => 'Footer Links', 'app_footer_links_desc' => 'Add links to show within the site footer. These will be displayed at the bottom of most pages, including those that do not require login. You can use a label of "trans::<key>" to use system-defined translations. For example: Using "trans::common.privacy_policy" will provide the translated text "Privacy Policy" and "trans::common.terms_of_service" will provide the translated text "Terms of Service".', 'app_footer_links_label' => 'Link Label', 'app_footer_links_url' => 'Link URL', 'app_footer_links_add' => 'Add Footer Link', 'app_disable_comments' => 'Disable Comments', 'app_disable_comments_toggle' => 'Disable comments', 'app_disable_comments_desc' => 'Disables comments across all pages in the application. <br> Existing comments are not shown.', // Color settings 'color_scheme' => 'Application Color Scheme', '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' => 'Primary Color', 'link_color' => 'Default Link Color', '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.', 'bookshelf_color' => 'Shelf Color', 'book_color' => 'Book Color', 'chapter_color' => 'Chapter Color', 'page_color' => 'Page Color', 'page_draft_color' => 'Page Draft Color', // Registration Settings 'reg_settings' => 'Registration', 'reg_enable' => 'Enable Registration', 'reg_enable_toggle' => 'Enable registration', 'reg_enable_desc' => 'When registration is enabled user will be able to sign themselves up as an application user. Upon registration they are given a single, default user role.', 'reg_default_role' => 'Default user role after registration', 'reg_enable_external_warning' => 'The option above is ignored while external LDAP or SAML authentication is active. User accounts for non-existing members will be auto-created if authentication, against the external system in use, is successful.', 'reg_email_confirmation' => 'Email Confirmation', 'reg_email_confirmation_toggle' => 'Require email confirmation', 'reg_confirm_email_desc' => 'If domain restriction is used then email confirmation will be required and this option will be ignored.', 'reg_confirm_restrict_domain' => 'Domain Restriction', 'reg_confirm_restrict_domain_desc' => 'Enter a comma separated list of email domains you would like to restrict registration to. Users will be sent an email to confirm their address before being allowed to interact with the application. <br> Note that users will be able to change their email addresses after successful registration.', 'reg_confirm_restrict_domain_placeholder' => 'No restriction set', // Sorting Settings 'sorting' => 'Lists & Sorting', 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Select the default sort rule to apply to new books. This won\'t affect existing books, and can be overridden per-book.', 'sorting_rules' => 'Sort Rules', 'sorting_rules_desc' => 'These are predefined sorting operations which can be applied to content in the system.', 'sort_rule_assigned_to_x_books' => 'Assigned to :count Book|Assigned to :count Books', 'sort_rule_create' => 'Create Sort Rule', 'sort_rule_edit' => 'Edit Sort Rule', 'sort_rule_delete' => 'Delete Sort Rule', 'sort_rule_delete_desc' => 'Remove this sort rule from the system. Books using this sort will revert to manual sorting.', 'sort_rule_delete_warn_books' => 'This sort rule is currently used on :count book(s). Are you sure you want to delete this?', 'sort_rule_delete_warn_default' => 'This sort rule is currently used as the default for books. Are you sure you want to delete this?', 'sort_rule_details' => 'Sort Rule Details', 'sort_rule_details_desc' => 'Set a name for this sort rule, which will appear in lists when users are selecting a sort.', 'sort_rule_operations' => 'Sort Operations', 'sort_rule_operations_desc' => 'Configure the sort actions to be performed by moving them from the list of available operations. Upon use, the operations will be applied in order, from top to bottom. Any changes made here will be applied to all assigned books upon save.', 'sort_rule_available_operations' => 'Available Operations', 'sort_rule_available_operations_empty' => 'No operations remaining', 'sort_rule_configured_operations' => 'Configured Operations', 'sort_rule_configured_operations_empty' => 'Drag/add operations from the "Available Operations" list', 'sort_rule_op_asc' => '(Asc)', 'sort_rule_op_desc' => '(Desc)', 'sort_rule_op_name' => 'Name - Alphabetical', 'sort_rule_op_name_numeric' => 'Name - Numeric', 'sort_rule_op_created_date' => 'Created Date', 'sort_rule_op_updated_date' => 'Updated Date', 'sort_rule_op_chapters_first' => 'Chapters First', 'sort_rule_op_chapters_last' => 'Chapters Last', 'sorting_page_limits' => 'Per-Page Display Limits', 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Maintenance', 'maint_image_cleanup' => 'Cleanup Images', 'maint_image_cleanup_desc' => 'Scans page & revision content to check which images and drawings are currently in use and which images are redundant. Ensure you create a full database and image backup before running this.', 'maint_delete_images_only_in_revisions' => 'Also delete images that only exist in old page revisions', 'maint_image_cleanup_run' => 'Run Cleanup', 'maint_image_cleanup_warning' => ':count potentially unused images were found. Are you sure you want to delete these images?', 'maint_image_cleanup_success' => ':count potentially unused images found and deleted!', 'maint_image_cleanup_nothing_found' => 'No unused images found, Nothing deleted!', 'maint_send_test_email' => 'Send a Test Email', 'maint_send_test_email_desc' => 'This sends a test email to your email address specified in your profile.', 'maint_send_test_email_run' => 'Send test email', 'maint_send_test_email_success' => 'Email sent to :address', 'maint_send_test_email_mail_subject' => 'Test Email', 'maint_send_test_email_mail_greeting' => 'Email delivery seems to work!', 'maint_send_test_email_mail_text' => 'Congratulations! As you received this email notification, your email settings seem to be configured properly.', '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_regen_references' => 'Regenerate References', 'maint_regen_references_desc' => 'This action will rebuild the cross-item reference index within the database. This is usually handled automatically but this action can be useful to index old content or content added via unofficial methods.', 'maint_regen_references_success' => 'Reference index has been regenerated!', 'maint_timeout_command_note' => 'Note: This action can take time to run, which can lead to timeout issues in some web environments. As an alternative, this action be performed using a terminal command.', // Recycle Bin 'recycle_bin' => 'Recycle Bin', '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_parent' => 'Parent', 'recycle_bin_deleted_by' => 'Deleted By', 'recycle_bin_deleted_at' => 'Deletion Time', 'recycle_bin_permanently_delete' => 'Permanently Delete', 'recycle_bin_restore' => 'Restore', 'recycle_bin_contents_empty' => 'The recycle bin is currently empty', '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 from the system, along with any child elements listed below, and you will not be able to restore this content. Are you sure you want to permanently delete this item?', 'recycle_bin_destroy_list' => 'Items to be Destroyed', 'recycle_bin_restore_list' => 'Items to be Restored', 'recycle_bin_restore_confirm' => 'This action will restore the deleted item, including any child elements, to their original location. If the original location has since been deleted, and is now in the recycle bin, the parent item will also need to be restored.', 'recycle_bin_restore_deleted_parent' => 'The parent of this item has also been deleted. These will remain deleted until that parent is also restored.', 'recycle_bin_restore_parent' => 'Restore Parent', 'recycle_bin_destroy_notification' => 'Deleted :count total items from the recycle bin.', 'recycle_bin_restore_notification' => 'Restored :count total items from the recycle bin.', // 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_related' => 'Related Item or Detail', 'audit_table_ip' => 'IP Address', 'audit_table_date' => 'Activity Date', 'audit_date_from' => 'Date Range From', 'audit_date_to' => 'Date Range To', // Role Settings 'roles' => 'Roles', 'role_user_roles' => 'User Roles', 'roles_index_desc' => 'Roles are used to group users & provide system permission to their members. When a user is a member of multiple roles the privileges granted will stack and the user will inherit all abilities.', 'roles_x_users_assigned' => ':count user assigned|:count users assigned', 'roles_x_permissions_provided' => ':count permission|:count permissions', 'roles_assigned_users' => 'Assigned Users', 'roles_permissions_provided' => 'Provided Permissions', 'role_create' => 'Create New Role', 'role_delete' => 'Delete Role', 'role_delete_confirm' => 'This will delete the role with the name \':roleName\'.', 'role_delete_users_assigned' => 'This role has :userCount users assigned to it. If you would like to migrate the users from this role select a new role below.', 'role_delete_no_migration' => "Don't migrate users", 'role_delete_sure' => 'Are you sure you want to delete this role?', 'role_edit' => 'Edit Role', 'role_details' => 'Role Details', 'role_name' => 'Role Name', 'role_desc' => 'Short Description of Role', 'role_mfa_enforced' => 'Requires Multi-Factor Authentication', 'role_external_auth_id' => 'External Authentication IDs', 'role_system' => 'System Permissions', 'role_manage_users' => 'Manage users', 'role_manage_roles' => 'Manage roles & role permissions', 'role_manage_entity_permissions' => 'Manage all book, chapter & page permissions', 'role_manage_own_entity_permissions' => 'Manage permissions on own book, chapter & pages', 'role_manage_page_templates' => 'Manage page templates', 'role_access_api' => 'Access system API', 'role_manage_settings' => 'Manage app settings', 'role_export_content' => 'Export content', 'role_import_content' => 'Import content', 'role_editor_change' => 'Change page editor', 'role_notifications' => 'Receive & manage notifications', 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Asset Permissions', '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' => 'These permissions control default access to the assets within the system. Permissions on Books, Chapters and Pages will override these permissions.', 'role_asset_admins' => 'Admins are automatically given access to all content but these options may show or hide UI options.', 'role_asset_image_view_note' => 'This relates to visibility within the image manager. Actual access of uploaded image files will be dependant upon system image storage option.', 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'All', 'role_own' => 'Own', 'role_controlled_by_asset' => 'Controlled by the asset they are uploaded to', 'role_save' => 'Save Role', 'role_users' => 'Users in this role', 'role_users_none' => 'No users are currently assigned to this role', // Users 'users' => 'Users', 'users_index_desc' => 'Create & manage individual user accounts within the system. User accounts are used for login and attribution of content & activity. Access permissions are primarily role-based but user content ownership, among other factors, may also affect permissions & access.', 'user_profile' => 'User Profile', 'users_add_new' => 'Add New User', 'users_search' => 'Search Users', 'users_latest_activity' => 'Latest Activity', 'users_details' => 'User Details', 'users_details_desc' => 'Set a display name and an email address for this user. The email address will be used for logging into the application.', 'users_details_desc_no_email' => 'Set a display name for this user so others can recognise them.', 'users_role' => 'User Roles', 'users_role_desc' => 'Select which roles this user will be assigned to. If a user is assigned to multiple roles the permissions from those roles will stack and they will receive all abilities of the assigned roles.', 'users_password' => 'User Password', 'users_password_desc' => 'Set a password used to log-in to the application. This must be at least 8 characters long.', 'users_send_invite_text' => 'You can choose to send this user an invitation email which allows them to set their own password otherwise you can set their password yourself.', 'users_send_invite_option' => 'Send user invite email', 'users_external_auth_id' => 'External Authentication ID', 'users_external_auth_id_desc' => 'When an external authentication system is in use (such as SAML2, OIDC or LDAP) this is the ID which links this BookStack user to the authentication system account. You can ignore this field if using the default email-based authentication.', 'users_password_warning' => 'Only fill the below if you would like to change the password for this user.', 'users_system_public' => 'This user represents any guest users that visit your instance. It cannot be used to log in but is assigned automatically.', 'users_delete' => 'Delete User', 'users_delete_named' => 'Delete user :userName', 'users_delete_warning' => 'This will fully delete this user with the name \':userName\' from the system.', 'users_delete_confirm' => 'Are you sure you want to delete this user?', 'users_migrate_ownership' => 'Migrate Ownership', 'users_migrate_ownership_desc' => 'Select a user here if you want another user to become the owner of all items currently owned by this user.', 'users_none_selected' => 'No user selected', 'users_edit' => 'Edit User', 'users_edit_profile' => 'Edit Profile', 'users_avatar' => 'User Avatar', 'users_avatar_desc' => 'Select an image to represent this user. This should be approx 256px square.', 'users_preferred_language' => 'Preferred Language', 'users_preferred_language_desc' => 'This option will change the language used for the user-interface of the application. This will not affect any user-created content.', 'users_social_accounts' => 'Social Accounts', 'users_social_accounts_desc' => 'View the status of the connected social accounts for this user. Social accounts can be used in addition to the primary authentication system for system access.', 'users_social_accounts_info' => 'Here you can connect your other accounts for quicker and easier login. Disconnecting an account here does not revoke previously authorized access. Revoke access from your profile settings on the connected social account.', 'users_social_connect' => 'Connect Account', 'users_social_disconnect' => 'Disconnect Account', 'users_social_status_connected' => 'Connected', 'users_social_status_disconnected' => 'Disconnected', 'users_social_connected' => ':socialAccount account was successfully attached to your profile.', 'users_social_disconnected' => ':socialAccount account was successfully disconnected from your profile.', 'users_api_tokens' => 'API Tokens', 'users_api_tokens_desc' => 'Create and manage the access tokens used to authenticate with the BookStack REST API. Permissions for the API are managed via the user that the token belongs to.', 'users_api_tokens_none' => 'No API tokens have been created for this user', 'users_api_tokens_create' => 'Create Token', 'users_api_tokens_expires' => 'Expires', 'users_api_tokens_docs' => 'API Documentation', 'users_mfa' => 'Multi-Factor Authentication', 'users_mfa_desc' => 'Setup multi-factor authentication as an extra layer of security for your user account.', 'users_mfa_x_methods' => ':count method configured|:count methods configured', 'users_mfa_configure' => 'Configure Methods', // API Tokens 'user_api_token_create' => 'Create API Token', 'user_api_token_name' => 'Name', 'user_api_token_name_desc' => 'Give your token a readable name as a future reminder of its intended purpose.', 'user_api_token_expiry' => 'Expiry Date', 'user_api_token_expiry_desc' => 'Set a date at which this token expires. After this date, requests made using this token will no longer work. Leaving this field blank will set an expiry 100 years into the future.', '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' => 'API Token', 'user_api_token_id' => 'Token ID', 'user_api_token_id_desc' => 'This is a non-editable system generated identifier for this token which will need to be provided in API requests.', 'user_api_token_secret' => 'Token Secret', 'user_api_token_secret_desc' => 'This is a system generated secret for this token which will need to be provided in API requests. This will only be displayed this one time so copy this value to somewhere safe and secure.', 'user_api_token_created' => 'Token created :timeAgo', 'user_api_token_updated' => 'Token updated :timeAgo', 'user_api_token_delete' => 'Delete Token', 'user_api_token_delete_warning' => 'This will fully delete this API token with the name \':tokenName\' from the system.', 'user_api_token_delete_confirm' => 'Are you sure you want to delete this API token?', // Webhooks 'webhooks' => 'Webhooks', 'webhooks_index_desc' => 'Webhooks are a way to send data to external URLs when certain actions and events occur within the system which allows event-based integration with external platforms such as messaging or notification systems.', 'webhooks_x_trigger_events' => ':count trigger event|:count trigger events', 'webhooks_create' => 'Create New Webhook', 'webhooks_none_created' => 'No webhooks have yet been created.', 'webhooks_edit' => 'Edit Webhook', 'webhooks_save' => 'Save Webhook', 'webhooks_details' => 'Webhook Details', 'webhooks_details_desc' => 'Provide a user friendly name and a POST endpoint as a location for the webhook data to be sent to.', 'webhooks_events' => 'Webhook Events', 'webhooks_events_desc' => 'Select all the events that should trigger this webhook to be called.', 'webhooks_events_warning' => 'Keep in mind that these events will be triggered for all selected events, even if custom permissions are applied. Ensure that use of this webhook won\'t expose confidential content.', 'webhooks_events_all' => 'All system events', 'webhooks_name' => 'Webhook Name', 'webhooks_timeout' => 'Webhook Request Timeout (Seconds)', 'webhooks_endpoint' => 'Webhook Endpoint', 'webhooks_active' => 'Webhook Active', 'webhook_events_table_header' => 'Events', 'webhooks_delete' => 'Delete Webhook', 'webhooks_delete_warning' => 'This will fully delete this webhook, with the name \':webhookName\', from the system.', 'webhooks_delete_confirm' => 'Are you sure you want to delete this webhook?', 'webhooks_format_example' => 'Webhook Format Example', 'webhooks_format_example_desc' => 'Webhook data is sent as a POST request to the configured endpoint as JSON following the format below. The "related_item" and "url" properties are optional and will depend on the type of event triggered.', 'webhooks_status' => 'Webhook Status', 'webhooks_last_called' => 'Last Called:', 'webhooks_last_errored' => 'Last Errored:', 'webhooks_last_error_message' => 'Last Error Message:', // Licensing 'licenses' => 'Licenses', 'licenses_desc' => 'This page details license information for BookStack in addition to the projects & libraries that are used within BookStack. Many projects listed may only be used in a development context.', 'licenses_bookstack' => 'BookStack License', 'licenses_php' => 'PHP Library Licenses', 'licenses_js' => 'JavaScript Library Licenses', 'licenses_other' => 'Other Licenses', 'license_details' => 'License Details', //! If editing translations files directly please ignore this in all //! languages apart from en. Content will be auto-copied from en. //!//////////////////////////////// 'language_select' => [ 'en' => 'English', 'ar' => 'العربية', 'bg' => 'Bǎlgarski', 'bs' => 'Bosanski', 'ca' => 'Català', 'cs' => 'Česky', 'cy' => 'Cymraeg', 'da' => 'Dansk', 'de' => 'Deutsch (Sie)', 'de_informal' => 'Deutsch (Du)', 'el' => 'ελληνικά', 'es' => 'Español', 'es_AR' => 'Español Argentina', 'et' => 'Eesti keel', 'eu' => 'Euskara', 'fa' => 'فارسی', 'fi' => 'Suomi', 'fr' => 'Français', 'he' => 'עברית', 'hr' => 'Hrvatski', 'hu' => 'Magyar', 'id' => 'Bahasa Indonesia', 'it' => 'Italian', 'ja' => '日本語', 'ko' => '한국어', 'lt' => 'Lietuvių Kalba', 'lv' => 'Latviešu Valoda', 'nb' => 'Norsk (Bokmål)', 'ne' => 'नेपाली', 'nn' => 'Nynorsk', 'nl' => 'Nederlands', 'pl' => 'Polski', 'pt' => 'Português', 'pt_BR' => 'Português do Brasil', 'ro' => 'Română', 'ru' => 'Русский', 'sk' => 'Slovensky', 'sl' => 'Slovenščina', 'sv' => 'Svenska', 'tr' => 'Türkçe', 'uk' => 'Українська', 'uz' => 'O‘zbekcha', 'vi' => 'Tiếng Việt', 'zh_CN' => '简体中文', 'zh_TW' => '繁體中文', ], //!//////////////////////////////// ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/ka/validation.php
lang/ka/validation.php
<?php /** * Validation Lines * The following language lines contain the default error messages used by * the validator class. Some of these rules have multiple versions such * as the size rules. Feel free to tweak each of these messages here. */ return [ // Standard laravel validation lines 'accepted' => 'The :attribute must be accepted.', 'active_url' => 'The :attribute is not a valid URL.', 'after' => 'The :attribute must be a date after :date.', 'alpha' => 'The :attribute may only contain letters.', 'alpha_dash' => 'The :attribute may only contain letters, numbers, dashes and underscores.', 'alpha_num' => 'The :attribute may only contain letters and numbers.', 'array' => 'The :attribute must be an array.', 'backup_codes' => 'The provided code is not valid or has already been used.', 'before' => 'The :attribute must be a date before :date.', 'between' => [ 'numeric' => 'The :attribute must be between :min and :max.', 'file' => 'The :attribute must be between :min and :max kilobytes.', 'string' => 'The :attribute must be between :min and :max characters.', 'array' => 'The :attribute must have between :min and :max items.', ], 'boolean' => 'The :attribute field must be true or false.', 'confirmed' => 'The :attribute confirmation does not match.', 'date' => 'The :attribute is not a valid date.', 'date_format' => 'The :attribute does not match the format :format.', 'different' => 'The :attribute and :other must be different.', 'digits' => 'The :attribute must be :digits digits.', 'digits_between' => 'The :attribute must be between :min and :max digits.', 'email' => 'The :attribute must be a valid email address.', 'ends_with' => 'The :attribute must end with one of the following: :values', 'file' => 'The :attribute must be provided as a valid file.', 'filled' => 'The :attribute field is required.', 'gt' => [ 'numeric' => 'The :attribute must be greater than :value.', 'file' => 'The :attribute must be greater than :value kilobytes.', 'string' => 'The :attribute must be greater than :value characters.', 'array' => 'The :attribute must have more than :value items.', ], 'gte' => [ 'numeric' => 'The :attribute must be greater than or equal :value.', 'file' => 'The :attribute must be greater than or equal :value kilobytes.', 'string' => 'The :attribute must be greater than or equal :value characters.', 'array' => 'The :attribute must have :value items or more.', ], 'exists' => 'The selected :attribute is invalid.', 'image' => 'The :attribute must be an image.', 'image_extension' => 'The :attribute must have a valid & supported image extension.', 'in' => 'The selected :attribute is invalid.', 'integer' => 'The :attribute must be an integer.', 'ip' => 'The :attribute must be a valid IP address.', 'ipv4' => 'The :attribute must be a valid IPv4 address.', 'ipv6' => 'The :attribute must be a valid IPv6 address.', 'json' => 'The :attribute must be a valid JSON string.', 'lt' => [ 'numeric' => 'The :attribute must be less than :value.', 'file' => 'The :attribute must be less than :value kilobytes.', 'string' => 'The :attribute must be less than :value characters.', 'array' => 'The :attribute must have less than :value items.', ], 'lte' => [ 'numeric' => 'The :attribute must be less than or equal :value.', 'file' => 'The :attribute must be less than or equal :value kilobytes.', 'string' => 'The :attribute must be less than or equal :value characters.', 'array' => 'The :attribute must not have more than :value items.', ], 'max' => [ 'numeric' => 'The :attribute may not be greater than :max.', 'file' => 'The :attribute may not be greater than :max kilobytes.', 'string' => 'The :attribute may not be greater than :max characters.', 'array' => 'The :attribute may not have more than :max items.', ], 'mimes' => 'The :attribute must be a file of type: :values.', 'min' => [ 'numeric' => 'The :attribute must be at least :min.', 'file' => 'The :attribute must be at least :min kilobytes.', 'string' => 'The :attribute must be at least :min characters.', 'array' => 'The :attribute must have at least :min items.', ], 'not_in' => 'The selected :attribute is invalid.', 'not_regex' => 'The :attribute format is invalid.', 'numeric' => 'The :attribute must be a number.', 'regex' => 'The :attribute format is invalid.', 'required' => 'The :attribute field is required.', 'required_if' => 'The :attribute field is required when :other is :value.', 'required_with' => 'The :attribute field is required when :values is present.', 'required_with_all' => 'The :attribute field is required when :values is present.', 'required_without' => 'The :attribute field is required when :values is not present.', 'required_without_all' => 'The :attribute field is required when none of :values are present.', 'same' => 'The :attribute and :other must match.', 'safe_url' => 'The provided link may not be safe.', 'size' => [ 'numeric' => 'The :attribute must be :size.', 'file' => 'The :attribute must be :size kilobytes.', 'string' => 'The :attribute must be :size characters.', 'array' => 'The :attribute must contain :size items.', ], 'string' => 'The :attribute must be a string.', 'timezone' => 'The :attribute must be a valid zone.', 'totp' => 'The provided code is not valid or has expired.', 'unique' => 'The :attribute has already been taken.', 'url' => 'The :attribute format is invalid.', 'uploaded' => 'The file could not be uploaded. The server may not accept files of this size.', 'zip_file' => 'The :attribute needs to reference a file within the ZIP.', 'zip_file_size' => 'The file :attribute must not exceed :size MB.', 'zip_file_mime' => 'The :attribute needs to reference a file of type :validTypes, found :foundType.', 'zip_model_expected' => 'Data object expected but ":type" found.', 'zip_unique' => 'The :attribute must be unique for the object type within the ZIP.', // Custom validation lines 'custom' => [ 'password-confirm' => [ 'required_with' => 'Password confirmation required', ], ], // Custom validation attributes 'attributes' => [], ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/ka/auth.php
lang/ka/auth.php
<?php /** * Authentication Language Lines * The following language lines are used during authentication for various * messages that we need to display to the user. */ return [ 'failed' => 'These credentials do not match our records.', 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', // Login & Register 'sign_up' => 'Sign up', 'log_in' => 'Log in', 'log_in_with' => 'Login with :socialDriver', 'sign_up_with' => 'Sign up with :socialDriver', 'logout' => 'Logout', 'name' => 'Name', 'username' => 'Username', 'email' => 'Email', 'password' => 'Password', 'password_confirm' => 'Confirm Password', 'password_hint' => 'Must be at least 8 characters', 'forgot_password' => 'Forgot Password?', 'remember_me' => 'Remember Me', 'ldap_email_hint' => 'Please enter an email to use for this account.', 'create_account' => 'Create Account', 'already_have_account' => 'Already have an account?', 'dont_have_account' => 'Don\'t have an account?', 'social_login' => 'Social Login', 'social_registration' => 'Social Registration', 'social_registration_text' => 'Register and sign in using another service.', 'register_thanks' => 'Thanks for registering!', 'register_confirm' => 'Please check your email and click the confirmation button to access :appName.', 'registrations_disabled' => 'Registrations are currently disabled', 'registration_email_domain_invalid' => 'That email domain does not have access to this application', 'register_success' => 'Thanks for signing up! You are now registered and signed in.', // Login auto-initiation 'auto_init_starting' => 'Attempting Login', 'auto_init_starting_desc' => 'We\'re contacting your authentication system to start the login process. If there\'s no progress after 5 seconds you can try clicking the link below.', 'auto_init_start_link' => 'Proceed with authentication', // Password Reset 'reset_password' => 'Reset Password', 'reset_password_send_instructions' => 'Enter your email below and you will be sent an email with a password reset link.', 'reset_password_send_button' => 'Send Reset Link', 'reset_password_sent' => 'A password reset link will be sent to :email if that email address is found in the system.', 'reset_password_success' => 'Your password has been successfully reset.', 'email_reset_subject' => 'Reset your :appName password', 'email_reset_text' => 'You are receiving this email because we received a password reset request for your account.', 'email_reset_not_requested' => 'If you did not request a password reset, no further action is required.', // Email Confirmation 'email_confirm_subject' => 'Confirm your email on :appName', 'email_confirm_greeting' => 'Thanks for joining :appName!', 'email_confirm_text' => 'Please confirm your email address by clicking the button below:', 'email_confirm_action' => 'Confirm Email', 'email_confirm_send_error' => 'Email confirmation required but the system could not send the email. Contact the admin to ensure email is set up correctly.', 'email_confirm_success' => 'Your email has been confirmed! You should now be able to login using this email address.', 'email_confirm_resent' => 'Confirmation email resent, Please check your inbox.', 'email_confirm_thanks' => 'Thanks for confirming!', 'email_confirm_thanks_desc' => 'Please wait a moment while your confirmation is handled. If you are not redirected after 3 seconds press the "Continue" link below to proceed.', 'email_not_confirmed' => 'Email Address Not Confirmed', 'email_not_confirmed_text' => 'Your email address has not yet been confirmed.', 'email_not_confirmed_click_link' => 'Please click the link in the email that was sent shortly after you registered.', 'email_not_confirmed_resend' => 'If you cannot find the email you can re-send the confirmation email by submitting the form below.', 'email_not_confirmed_resend_button' => 'Resend Confirmation Email', // User Invite 'user_invite_email_subject' => 'You have been invited to join :appName!', 'user_invite_email_greeting' => 'An account has been created for you on :appName.', 'user_invite_email_text' => 'Click the button below to set an account password and gain access:', 'user_invite_email_action' => 'Set Account Password', 'user_invite_page_welcome' => 'Welcome to :appName!', 'user_invite_page_text' => 'To finalise your account and gain access you need to set a password which will be used to log-in to :appName on future visits.', 'user_invite_page_confirm_button' => 'Confirm Password', 'user_invite_success_login' => 'Password set, you should now be able to login using your set password to access :appName!', // Multi-factor Authentication 'mfa_setup' => 'Setup Multi-Factor Authentication', 'mfa_setup_desc' => 'Setup multi-factor authentication as an extra layer of security for your user account.', 'mfa_setup_configured' => 'Already configured', 'mfa_setup_reconfigure' => 'Reconfigure', 'mfa_setup_remove_confirmation' => 'Are you sure you want to remove this multi-factor authentication method?', 'mfa_setup_action' => 'Setup', 'mfa_backup_codes_usage_limit_warning' => 'You have less than 5 backup codes remaining, Please generate and store a new set before you run out of codes to prevent being locked out of your account.', 'mfa_option_totp_title' => 'Mobile App', 'mfa_option_totp_desc' => 'To use multi-factor authentication you\'ll need a mobile application that supports TOTP such as Google Authenticator, Authy or Microsoft Authenticator.', 'mfa_option_backup_codes_title' => 'Backup Codes', 'mfa_option_backup_codes_desc' => 'Generates a set of one-time-use backup codes which you\'ll enter on login to verify your identity. Make sure to store these in a safe & secure place.', 'mfa_gen_confirm_and_enable' => 'Confirm and Enable', 'mfa_gen_backup_codes_title' => 'Backup Codes Setup', 'mfa_gen_backup_codes_desc' => 'Store the below list of codes in a safe place. When accessing the system you\'ll be able to use one of the codes as a second authentication mechanism.', 'mfa_gen_backup_codes_download' => 'Download Codes', 'mfa_gen_backup_codes_usage_warning' => 'Each code can only be used once', 'mfa_gen_totp_title' => 'Mobile App Setup', 'mfa_gen_totp_desc' => 'To use multi-factor authentication you\'ll need a mobile application that supports TOTP such as Google Authenticator, Authy or Microsoft Authenticator.', 'mfa_gen_totp_scan' => 'Scan the QR code below using your preferred authentication app to get started.', 'mfa_gen_totp_verify_setup' => 'Verify Setup', 'mfa_gen_totp_verify_setup_desc' => 'Verify that all is working by entering a code, generated within your authentication app, in the input box below:', 'mfa_gen_totp_provide_code_here' => 'Provide your app generated code here', 'mfa_verify_access' => 'Verify Access', 'mfa_verify_access_desc' => 'Your user account requires you to confirm your identity via an additional level of verification before you\'re granted access. Verify using one of your configured methods to continue.', 'mfa_verify_no_methods' => 'No Methods Configured', 'mfa_verify_no_methods_desc' => 'No multi-factor authentication methods could be found for your account. You\'ll need to set up at least one method before you gain access.', 'mfa_verify_use_totp' => 'Verify using a mobile app', 'mfa_verify_use_backup_codes' => 'Verify using a backup code', 'mfa_verify_backup_code' => 'Backup Code', 'mfa_verify_backup_code_desc' => 'Enter one of your remaining backup codes below:', 'mfa_verify_backup_code_enter_here' => 'Enter backup code here', 'mfa_verify_totp_desc' => 'Enter the code, generated using your mobile app, below:', 'mfa_setup_login_notification' => 'Multi-factor method configured, Please now login again using the configured method.', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/ja/notifications.php
lang/ja/notifications.php
<?php /** * Text used for activity-based notifications. */ return [ 'new_comment_subject' => 'ページへのコメント追加: :pageName', 'new_comment_intro' => ':appName でページにコメントが追加されました', 'new_page_subject' => 'ページの作成: :pageName', 'new_page_intro' => ':appName でページが作成されました', 'updated_page_subject' => 'ページの更新: :pageName', 'updated_page_intro' => ':appName でページが更新されました', 'updated_page_debounce' => '大量の通知を防ぐために、しばらくの間は同じユーザがこのページをさらに編集しても通知は送信されません。', 'comment_mention_subject' => 'ページのコメントであなたにメンションされています: :pageName', 'comment_mention_intro' => ':appName: のコメントであなたにメンションされました', 'detail_page_name' => 'ページ名:', 'detail_page_path' => 'ページパス:', 'detail_commenter' => 'コメントユーザ:', 'detail_comment' => 'コメント:', 'detail_created_by' => '作成ユーザ:', 'detail_updated_by' => '更新ユーザ:', 'action_view_comment' => 'コメントを表示', 'action_view_page' => 'ページを表示', 'footer_reason' => 'この項目のアクティビティは :link による対象となっているため、この通知が送信されました。', 'footer_reason_link' => '通知設定', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/ja/entities.php
lang/ja/entities.php
<?php /** * Text used for 'Entities' (Document Structure Elements) such as * Books, Shelves, Chapters & Pages */ return [ // Shared 'recently_created' => '最近作成', 'recently_created_pages' => '最近作成されたページ', 'recently_updated_pages' => '最近更新されたページ', 'recently_created_chapters' => '最近作成されたチャプター', 'recently_created_books' => '最近作成されたブック', 'recently_created_shelves' => '最近作成された本棚', 'recently_update' => '最近更新', 'recently_viewed' => '閲覧履歴', 'recent_activity' => 'アクティビティ', 'create_now' => '作成する', 'revisions' => '編集履歴', 'meta_revision' => 'リビジョン #:revisionCount', 'meta_created' => '作成: :timeLength', 'meta_created_name' => '作成: :timeLength (:user)', 'meta_updated' => '更新: :timeLength', 'meta_updated_name' => '更新: :timeLength (:user)', 'meta_owned_name' => '所有者: :user', 'meta_reference_count' => ':count 項目から参照|:count 項目から参照', 'entity_select' => 'エンティティ選択', 'entity_select_lack_permission' => 'この項目を選択するために必要な権限がありません', 'images' => '画像', 'my_recent_drafts' => '最近の下書き', 'my_recently_viewed' => '閲覧履歴', 'my_most_viewed_favourites' => '最も閲覧したお気に入り', 'my_favourites' => 'お気に入り', 'no_pages_viewed' => 'なにもページを閲覧していません', 'no_pages_recently_created' => '最近作成されたページはありません', 'no_pages_recently_updated' => '最近更新されたページはありません。', 'export' => 'エクスポート', 'export_html' => 'Webページ', 'export_pdf' => 'PDF', 'export_text' => 'テキストファイル', 'export_md' => 'Markdown', 'export_zip' => 'ポータブルZIP', 'default_template' => 'デフォルトページテンプレート', 'default_template_explain' => 'このアイテム内に新しいページを作成する際にデフォルトコンテンツとして使用されるページテンプレートを割り当てます。これはページ作成者が選択したテンプレートページへのアクセス権を持つ場合にのみ使用されることに注意してください。', 'default_template_select' => 'テンプレートページを選択', 'import' => 'インポート', 'import_validate' => 'インポートの検証', 'import_desc' => 'ポータブルzipエクスポートファイルを使用して、同一または別のインスタンスからブック、チャプタ、ページをインポートします。続行するにはZIPファイルを選択します。 ファイルをアップロードすると検証が行われ、次のビューでインポートの設定と確認ができます。', 'import_zip_select' => 'アップロードするZIPファイルの選択', 'import_zip_validation_errors' => '指定された ZIP ファイルの検証中にエラーが検出されました:', 'import_pending' => '保留中のインポート', 'import_pending_none' => 'インポートは行われていません。', 'import_continue' => 'インポートを続行', 'import_continue_desc' => 'アップロードされたZIPファイルからインポートされるコンテンツを確認してください。準備ができたらインポートを実行してこのシステムにコンテンツを追加します。 アップロードされたZIPファイルは、インポートが成功すると自動的に削除されます。', 'import_details' => 'インポートの詳細', 'import_run' => 'インポートを実行', 'import_size' => 'インポートZIPサイズ: :size', 'import_uploaded_at' => 'アップロード: :relativeTime', 'import_uploaded_by' => 'アップロードユーザ:', 'import_location' => 'インポートの場所', 'import_location_desc' => 'コンテンツをインポートする場所を選択します。選択した場所に作成するための権限を持つ必要があります。', 'import_delete_confirm' => 'このインポートを削除してもよろしいですか?', 'import_delete_desc' => 'アップロードされたインポートZIPファイルは削除され、元に戻すことはできません。', 'import_errors' => 'インポートエラー', 'import_errors_desc' => 'インポート中に次のエラーが発生しました:', 'breadcrumb_siblings_for_page' => '階層内のページ', 'breadcrumb_siblings_for_chapter' => '階層内のチャプタ', 'breadcrumb_siblings_for_book' => '階層内のブック', 'breadcrumb_siblings_for_bookshelf' => '階層内の棚', // Permissions and restrictions 'permissions' => '権限', 'permissions_desc' => 'ユーザーの役割によって提供されるデフォルトの権限を上書きするため、ここで権限を設定します。', 'permissions_book_cascade' => 'ブックに設定された権限は、子チャプターや子ページに独自の権限が定義されていない限り、自動的に子チャプターや子ページに継承されます。', 'permissions_chapter_cascade' => 'チャプターに設定された権限は、子ページに独自の権限が定義されていない限り、自動的に子ページに継承されます。', 'permissions_save' => '権限を保存', 'permissions_owner' => '所有者', 'permissions_role_everyone_else' => 'その他の全員', 'permissions_role_everyone_else_desc' => '明示的に上書きされていないすべての役割の権限を設定します。', 'permissions_role_override' => '権限を上書きする役割', 'permissions_inherit_defaults' => 'デフォルトを継承', // Search 'search_results' => '検索結果', 'search_total_results_found' => ':count件見つかりました', 'search_clear' => '検索をクリア', 'search_no_pages' => 'ページが見つかりませんでした。', 'search_for_term' => ':term の検索結果', 'search_more' => 'さらに表示', 'search_advanced' => '高度な検索', 'search_terms' => '検索語句', 'search_content_type' => '種類', 'search_exact_matches' => '完全一致', 'search_tags' => 'タグ検索', 'search_options' => 'オプション', 'search_viewed_by_me' => '自分が閲覧したことがある', 'search_not_viewed_by_me' => '自分が閲覧したことがない', 'search_permissions_set' => '権限が設定されている', 'search_created_by_me' => '自分が作成した', 'search_updated_by_me' => '自分が更新した', 'search_owned_by_me' => '自分が所有している', 'search_date_options' => '日付オプション', 'search_updated_before' => '以前に更新', 'search_updated_after' => '以降に更新', 'search_created_before' => '以前に作成', 'search_created_after' => '以降に更新', 'search_set_date' => '日付を設定', 'search_update' => 'フィルタを更新', // Shelves 'shelf' => '本棚', 'shelves' => '本棚', 'x_shelves' => ':count 本棚|:count 本棚', 'shelves_empty' => '本棚が作成されていません', 'shelves_create' => '新しい本棚を作成', 'shelves_popular' => '人気の本棚', 'shelves_new' => '新しい本棚', 'shelves_new_action' => '新しい本棚', 'shelves_popular_empty' => 'ここに人気の本棚が表示されます。', 'shelves_new_empty' => '最近作成された本棚がここに表示されます。', 'shelves_save' => '本棚を保存', 'shelves_books' => 'この本棚のブック', 'shelves_add_books' => 'この本棚にブックを追加', 'shelves_drag_books' => '下にブックをドラッグしてこの本棚に追加', 'shelves_empty_contents' => 'この本棚にはブックが割り当てられていません。', 'shelves_edit_and_assign' => '本棚を編集してブックを割り当てる', 'shelves_edit_named' => '本棚「:name」を編集', 'shelves_edit' => '本棚を編集', 'shelves_delete' => '本棚を削除', 'shelves_delete_named' => '本棚「:name」を削除', 'shelves_delete_explain' => "これにより、この本棚「:name」が削除されます。含まれているブックは削除されません。", 'shelves_delete_confirmation' => '本当にこの本棚を削除してよろしいですか?', 'shelves_permissions' => '本棚の権限', 'shelves_permissions_updated' => '本棚の権限を更新しました', 'shelves_permissions_active' => '本棚の権限は有効です', 'shelves_permissions_cascade_warning' => '本棚の権限は含まれる本には自動的に継承されません。これは、1つのブックが複数の本棚に存在する可能性があるためです。ただし、以下のオプションを使用すると権限を子ブックにコピーできます。', 'shelves_permissions_create' => '本棚の作成権限は、以下のアクションを使用した子ブックへの権限コピーにのみ使用されます。これはブックの作成を制御するものではありません。', 'shelves_copy_permissions_to_books' => 'ブックに権限をコピー', 'shelves_copy_permissions' => '権限をコピー', 'shelves_copy_permissions_explain' => 'これにより、この本棚の現在の権限設定を本棚に含まれるすべてのブックに適用します。有効にする前に、この本棚の権限への変更が保存されていることを確認してください。', 'shelves_copy_permission_success' => '本棚の権限が:count個のブックにコピーされました', // Books 'book' => 'ブック', 'books' => 'ブック', 'x_books' => ':count ブック', 'books_empty' => 'まだブックは作成されていません', 'books_popular' => '人気のブック', 'books_recent' => '最近のブック', 'books_new' => '新しいブック', 'books_new_action' => '新しいブック', 'books_popular_empty' => 'ここに人気のブックが表示されます。', 'books_new_empty' => '最近作成されたブックがここに表示されます。', 'books_create' => '新しいブックを作成', 'books_delete' => 'ブックを削除', 'books_delete_named' => 'ブック「:bookName」を削除', 'books_delete_explain' => '「:bookName」を削除すると、ブック内のページとチャプターも削除されます。', 'books_delete_confirmation' => '本当にこのブックを削除してよろしいですか?', 'books_edit' => 'ブックを編集', 'books_edit_named' => 'ブック「:bookName」を編集', 'books_form_book_name' => 'ブック名', 'books_save' => 'ブックを保存', 'books_permissions' => 'ブックの権限', 'books_permissions_updated' => 'ブックの権限を更新しました', 'books_empty_contents' => 'まだページまたはチャプターが作成されていません。', 'books_empty_create_page' => '新しいページを作成', 'books_empty_sort_current_book' => 'ブックの並び順を変更', 'books_empty_add_chapter' => 'チャプターを追加', 'books_permissions_active' => 'ブックの権限は有効です', 'books_search_this' => 'このブックから検索', 'books_navigation' => '目次', 'books_sort' => '並び順を変更', 'books_sort_desc' => 'ブック内のチャプタおよびページを移動して内容を再編成できます。他のブックを並べて、ブック間でチャプタやページを簡単に移動することもできます。オプションで自動ソートルールを設定すると、変更時にブックの内容を自動的にソートすることができます。', 'books_sort_auto_sort' => '自動ソートオプション', 'books_sort_auto_sort_active' => '自動ソート有効: :sortName', 'books_sort_named' => 'ブック「:bookName」を並べ替え', 'books_sort_name' => '名前で並べ替え', 'books_sort_created' => '作成日で並べ替え', 'books_sort_updated' => '更新日で並べ替え', 'books_sort_chapters_first' => 'チャプターを先に', 'books_sort_chapters_last' => 'チャプターを後に', 'books_sort_show_other' => '他のブックを表示', 'books_sort_save' => '並び順を保存', 'books_sort_show_other_desc' => 'これらのブックを並べ替え操作に追加すると、簡単にブック間の再編成が可能です。', 'books_sort_move_up' => '上に移動', 'books_sort_move_down' => '下に移動', 'books_sort_move_prev_book' => '前のブックに移動', 'books_sort_move_next_book' => '次のブックに移動', 'books_sort_move_prev_chapter' => '前のチャプター内に移動', 'books_sort_move_next_chapter' => '次のチャプター内に移動', 'books_sort_move_book_start' => '本の先頭に移動', 'books_sort_move_book_end' => '本の末尾に移動', 'books_sort_move_before_chapter' => 'チャプターの前に移動', 'books_sort_move_after_chapter' => 'チャプターの後に移動', 'books_copy' => 'ブックをコピー', 'books_copy_success' => 'ブックが正常にコピーされました', // Chapters 'chapter' => 'チャプター', 'chapters' => 'チャプター', 'x_chapters' => ':count チャプター', 'chapters_popular' => '人気のチャプター', 'chapters_new' => 'チャプターを作成', 'chapters_create' => 'チャプターを作成', 'chapters_delete' => 'チャプターを削除', 'chapters_delete_named' => 'チャプター「:chapterName」を削除', 'chapters_delete_explain' => 'これにより、チャプター「:chapterName」が削除されます。このチャプターに存在するページもすべて削除されます。', 'chapters_delete_confirm' => 'チャプターを削除してよろしいですか?', 'chapters_edit' => 'チャプターを編集', 'chapters_edit_named' => 'チャプター「:chapterName」を編集', 'chapters_save' => 'チャプターを保存', 'chapters_move' => 'チャプターを移動', 'chapters_move_named' => 'チャプター「:chapterName」を移動', 'chapters_copy' => 'チャプターをコピー', 'chapters_copy_success' => 'チャプターが正常にコピーされました', 'chapters_permissions' => 'チャプター権限', 'chapters_empty' => 'まだチャプター内にページはありません。', 'chapters_permissions_active' => 'チャプターの権限は有効です', 'chapters_permissions_success' => 'チャプターの権限を更新しました', 'chapters_search_this' => 'このチャプターを検索', 'chapter_sort_book' => 'ブックを並べ替え', // Pages 'page' => 'ページ', 'pages' => 'ページ', 'x_pages' => ':count ページ', 'pages_popular' => '人気のページ', 'pages_new' => 'ページを作成', 'pages_attachments' => '添付', 'pages_navigation' => 'ページナビゲーション', 'pages_delete' => 'ページを削除', 'pages_delete_named' => 'ページ :pageName を削除', 'pages_delete_draft_named' => 'ページ :pageName の下書きを削除', 'pages_delete_draft' => 'ページの下書きを削除', 'pages_delete_success' => 'ページを削除しました', 'pages_delete_draft_success' => 'ページの下書きを削除しました', 'pages_delete_warning_template' => 'このページは現在、ブックまたはチャプタのデフォルトページテンプレートとして使用されています。このページが削除されると、それらのアイテムでデフォルトのページテンプレートが割り当てられなくなります。', 'pages_delete_confirm' => 'このページを削除してもよろしいですか?', 'pages_delete_draft_confirm' => 'このページの下書きを削除してもよろしいですか?', 'pages_editing_named' => 'ページ :pageName を編集', 'pages_edit_draft_options' => '下書きオプション', 'pages_edit_save_draft' => '下書きを保存', 'pages_edit_draft' => 'ページの下書きを編集', 'pages_editing_draft' => '下書きを編集中', 'pages_editing_page' => 'ページを編集中', 'pages_edit_draft_save_at' => '下書きを保存済み: ', 'pages_edit_delete_draft' => '下書きを削除', 'pages_edit_delete_draft_confirm' => '本当にページの下書変更を削除しますか? 最後の完全な保存以降の変更はすべて失われ、エディタは保存された最新のページ内容に復元されます。', 'pages_edit_discard_draft' => '下書きを破棄', 'pages_edit_switch_to_markdown' => 'Markdownエディタに切り替え', 'pages_edit_switch_to_markdown_clean' => '(クリーンなコンテンツ)', 'pages_edit_switch_to_markdown_stable' => '(安定したコンテンツ)', 'pages_edit_switch_to_wysiwyg' => 'WYSIWYGエディタに切り替え', 'pages_edit_switch_to_new_wysiwyg' => '新しいWYSIWYGエディタに切り替える', 'pages_edit_switch_to_new_wysiwyg_desc' => '(ベータテスト版)', 'pages_edit_set_changelog' => '編集内容についての説明', 'pages_edit_enter_changelog_desc' => 'どのような変更を行ったのかを記録してください', 'pages_edit_enter_changelog' => '編集内容を入力', 'pages_editor_switch_title' => 'エディタの切り替え', 'pages_editor_switch_are_you_sure' => 'このページのエディタを変更してもよろしいですか?', 'pages_editor_switch_consider_following' => 'エディタを変更する場合には次の点に注意してください', 'pages_editor_switch_consideration_a' => '保存すると、新しいエディタはそれ自身で種類を変更できない可能性のあるエディタを含め、今後のエディタとして利用されます。', 'pages_editor_switch_consideration_b' => 'これにより、特定の状況で詳細と構文が失われる可能性があります。', 'pages_editor_switch_consideration_c' => '最後の保存以降に行われたタグまたは変更ログの変更は、この変更では保持されません。', 'pages_save' => 'ページを保存', 'pages_title' => 'ページタイトル', 'pages_name' => 'ページ名', 'pages_md_editor' => 'エディタ', 'pages_md_preview' => 'プレビュー', 'pages_md_insert_image' => '画像を挿入', 'pages_md_insert_link' => 'エンティティへのリンクを挿入', 'pages_md_insert_drawing' => '図を追加', 'pages_md_show_preview' => 'プレビューを表示', 'pages_md_sync_scroll' => 'プレビューとスクロールを同期', 'pages_md_plain_editor' => 'プレーンテキスト エディタ', 'pages_drawing_unsaved' => '未保存の図が見つかりました', 'pages_drawing_unsaved_confirm' => '以前に保存操作が失敗した、未保存の図が見つかりました。 未保存の図面を復元して編集を続けますか?', 'pages_not_in_chapter' => 'チャプターが設定されていません', 'pages_move' => 'ページを移動', 'pages_copy' => 'ページをコピー', 'pages_copy_desination' => 'コピー先', 'pages_copy_success' => 'ページが正常にコピーされました', 'pages_permissions' => 'ページの権限設定', 'pages_permissions_success' => 'ページの権限を更新しました', 'pages_revision' => '編集履歴', 'pages_revisions' => '編集履歴', 'pages_revisions_desc' => '以下はこのページの過去の全リビジョンです。権限があれば、古いバージョンのページの見返しや比較、復元ができます。システムの設定によっては、古いリビジョンが自動削除されることがあるため、このページの全履歴がここに反映されないことがあります。', 'pages_revisions_named' => ':pageName のリビジョン', 'pages_revision_named' => ':pageName のリビジョン', 'pages_revision_restored_from' => '#:id :summary から復元', 'pages_revisions_created_by' => '作成者', 'pages_revisions_date' => '日付', 'pages_revisions_number' => '#', 'pages_revisions_sort_number' => 'リビジョン番号', 'pages_revisions_numbered' => 'リビジョン #:id', 'pages_revisions_numbered_changes' => 'リビジョン #:id の変更', 'pages_revisions_editor' => 'エディタの種類', 'pages_revisions_changelog' => '説明', 'pages_revisions_changes' => '変更点', 'pages_revisions_current' => '現在のバージョン', 'pages_revisions_preview' => 'プレビュー', 'pages_revisions_restore' => '復元', 'pages_revisions_none' => 'このページにはリビジョンがありません', 'pages_copy_link' => 'リンクをコピー', 'pages_edit_content_link' => 'エディタのセクションへ移動', 'pages_pointer_enter_mode' => 'セクション選択モードに入る', 'pages_pointer_label' => 'ページセクションのオプションポップアップ', 'pages_pointer_permalink' => 'ページセクションのパーマリンク', 'pages_pointer_include_tag' => 'ページセクションのインクルードタグ', 'pages_pointer_toggle_link' => 'パーマリンクモード。押下するとインクルードタグを表示', 'pages_pointer_toggle_include' => 'インクルードタグモード。押下するとパーマリンクを表示', 'pages_permissions_active' => 'ページの権限は有効です', 'pages_initial_revision' => '初回の公開', 'pages_references_update_revision' => '内部リンクのシステム自動更新', 'pages_initial_name' => '新規ページ', 'pages_editing_draft_notification' => ':timeDiffに保存された下書きを編集しています。', 'pages_draft_edited_notification' => 'このページは更新されています。下書きを破棄することを推奨します。', 'pages_draft_page_changed_since_creation' => 'この下書きが作成されてから、このページが更新されました。この下書きを破棄するか、ページの変更を上書きしないように注意することを推奨します。', 'pages_draft_edit_active' => [ 'start_a' => ':count人のユーザがページの編集を開始しました', 'start_b' => ':userNameがページの編集を開始しました', 'time_a' => '数秒前に保存されました', 'time_b' => ':minCount分前に保存されました', 'message' => ':start :time. 他のユーザによる更新を上書きしないよう注意してください。', ], 'pages_draft_discarded' => '下書きは破棄されました。エディタは現在のページ内容へ復元されています。', 'pages_draft_deleted' => '下書きを削除しました。エディタは現在のページ内容へ復元されています。', 'pages_specific' => '特定のページ', 'pages_is_template' => 'ページテンプレート', // Editor Sidebar 'toggle_sidebar' => 'サイドバーの切り替え', 'page_tags' => 'タグ', 'chapter_tags' => 'チャプターのタグ', 'book_tags' => 'ブックのタグ', 'shelf_tags' => '本棚のタグ', 'tag' => 'タグ', 'tags' => 'タグ', 'tags_index_desc' => 'システム内のコンテンツにタグを適用して柔軟なカテゴリ分けを行うことができます。タグはキーと値の両方を持つことができ、値は任意です。タグを適用すると、タグの名前と値を使ってコンテンツを検索することができます。', 'tag_name' => 'タグの名前', 'tag_value' => '内容 (オプション)', 'tags_explain' => "タグを設定すると、コンテンツの管理が容易になります。\nより高度な管理をしたい場合、タグに内容を設定できます。", 'tags_add' => 'タグを追加', 'tags_remove' => 'このタグを削除', 'tags_usages' => 'タグの総使用回数', 'tags_assigned_pages' => '割り当てられているページの数', 'tags_assigned_chapters' => '割り当てられているチャプターの数', 'tags_assigned_books' => '割り当てられているブックの数', 'tags_assigned_shelves' => '割り当てられている本棚の数', 'tags_x_unique_values' => ':count個のユニークな値', 'tags_all_values' => '全ての値', 'tags_view_tags' => 'タグを表示', 'tags_view_existing_tags' => '既存のタグを表示', 'tags_list_empty_hint' => 'タグはページエディタのサイドバーまたはブック、チャプター、本棚の詳細を編集しているときに割り当てることができます。', 'attachments' => '添付ファイル', 'attachments_explain' => 'ファイルをアップロードまたはリンクを添付することができます。これらはサイドバーで確認できます。', 'attachments_explain_instant_save' => 'この変更は即座に保存されます。', 'attachments_upload' => 'アップロード', 'attachments_link' => 'リンクを添付', 'attachments_upload_drop' => 'ファイルをここにドラッグアンドドロップして添付ファイルとしてアップロードすることもできます。', 'attachments_set_link' => 'リンクを設定', 'attachments_delete' => 'この添付ファイルを削除してよろしいですか?', 'attachments_dropzone' => 'アップロードするファイルをここにドロップ', 'attachments_no_files' => 'ファイルはアップロードされていません', 'attachments_explain_link' => 'ファイルをアップロードしたくない場合、他のページやクラウド上のファイルへのリンクを添付できます。', 'attachments_link_name' => 'リンク名', 'attachment_link' => '添付リンク', 'attachments_link_url' => 'ファイルURL', 'attachments_link_url_hint' => 'WebサイトまたはファイルへのURL', 'attach' => '添付', 'attachments_insert_link' => '添付ファイルへのリンクをページに追加', 'attachments_edit_file' => 'ファイルを編集', 'attachments_edit_file_name' => 'ファイル名', 'attachments_edit_drop_upload' => 'ファイルをドロップするか、クリックしてアップロード', 'attachments_order_updated' => '添付ファイルの並び順が変更されました', 'attachments_updated_success' => '添付ファイルが更新されました', 'attachments_deleted' => '添付は削除されました', 'attachments_file_uploaded' => 'ファイルがアップロードされました', 'attachments_file_updated' => 'ファイルが更新されました', 'attachments_link_attached' => 'リンクがページへ添付されました', 'templates' => 'テンプレート', 'templates_set_as_template' => 'テンプレートに設定', 'templates_explain_set_as_template' => 'このページをテンプレートとして設定すると、他のページを作成する際にこの内容を利用することができます。他のユーザーは、このページの表示権限を持っていればこのテンプレートを使用できます。', 'templates_replace_content' => 'ページの内容を置換', 'templates_append_content' => 'ページの末尾に追加', 'templates_prepend_content' => 'ページの先頭に追加', // Profile View 'profile_user_for_x' => ':time前に作成', 'profile_created_content' => '作成したコンテンツ', 'profile_not_created_pages' => ':userNameはページを作成していません', 'profile_not_created_chapters' => ':userNameはチャプターを作成していません', 'profile_not_created_books' => ':userNameはブックを作成していません', 'profile_not_created_shelves' => ':userNameは本棚を作成していません', // Comments 'comment' => 'コメント', 'comments' => 'コメント', 'comment_add' => 'コメント追加', 'comment_none' => '表示するコメントがありません', 'comment_placeholder' => 'コメントを記入してください', 'comment_thread_count' => ':count 個のコメントスレッド|:count 個のコメントスレッド', 'comment_archived_count' => ':count 個のアーカイブ', 'comment_archived_threads' => 'アーカイブされたスレッド', 'comment_save' => 'コメントを保存', 'comment_new' => '新規コメント作成', 'comment_created' => 'コメントを作成しました :createDiff', 'comment_updated' => ':username により更新しました :updateDiff', 'comment_updated_indicator' => '編集済み', 'comment_deleted_success' => 'コメントを削除しました', 'comment_created_success' => 'コメントを追加しました', 'comment_updated_success' => 'コメントを更新しました', 'comment_archive_success' => 'コメントをアーカイブしました', 'comment_unarchive_success' => 'コメントのアーカイブを解除しました', 'comment_view' => 'コメントを表示', 'comment_jump_to_thread' => 'スレッドにジャンプ', 'comment_delete_confirm' => '本当にこのコメントを削除しますか?', 'comment_in_reply_to' => ':commentIdへ返信', 'comment_reference' => '参照箇所', 'comment_reference_outdated' => '(以前の記述)', 'comment_editor_explain' => 'ここにはページに付けられたコメントを表示します。 コメントの追加と管理は保存されたページの表示時に行うことができます。', // Revision 'revision_delete_confirm' => 'このリビジョンを削除しますか?', 'revision_restore_confirm' => 'このリビジョンを復元してよろしいですか?現在のページの内容が置換されます。', 'revision_cannot_delete_latest' => '最新のリビジョンを削除できません。', // Copy view 'copy_consider' => 'コンテンツをコピーする場合は以下の点にご注意ください。', 'copy_consider_permissions' => 'カスタム権限設定はコピーされません。', 'copy_consider_owner' => 'あなたはコピーされた全てのコンテンツの所有者になります。', 'copy_consider_images' => 'ページの画像ファイルは複製されず、元の画像は最初にアップロードされたページとの関係を保持します。', 'copy_consider_attachments' => 'ページの添付ファイルはコピーされません。', 'copy_consider_access' => '場所、所有者または権限を変更すると、以前アクセスできなかったユーザーがこのコンテンツにアクセスできるようになる可能性があります。', // Conversions 'convert_to_shelf' => '本棚に変換', 'convert_to_shelf_contents_desc' => 'このブックを同じ内容の新しい棚に変換できます。このブックに含まれるチャプターは新しいブックに変換されます。このブックにチャプター内にないページが含まれている場合、このブックは名前が変更され、そのようなページを含む新しい本棚の一部となります。', 'convert_to_shelf_permissions_desc' => 'このブックに設定されているすべての権限は、新しい本棚と、独自の権限が適用されていないすべての新しい子ブックにコピーされます。本棚の権限はブックの場合のように、内部のコンテンツに自動的に継承されないことに注意してください。', 'convert_book' => 'ブックを変換', 'convert_book_confirm' => 'このブックを変換してもよろしいですか?', 'convert_undo_warning' => 'これは簡単には元に戻せません。',
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
true
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/ja/passwords.php
lang/ja/passwords.php
<?php /** * Password Reminder Language Lines * The following language lines are the default lines which match reasons * that are given by the password broker for a password update attempt has failed. */ return [ 'password' => 'パスワードは6文字以上である必要があります。', 'user' => "このEメールアドレスに一致するユーザが見つかりませんでした。", 'token' => 'このメールアドレスのパスワードリセットトークンは無効です。', 'sent' => 'パスワードリセットリンクを送信しました。', 'reset' => 'パスワードはリセットされました。', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/ja/editor.php
lang/ja/editor.php
<?php /** * Page Editor Lines * Contains text strings used within the user interface of the * WYSIWYG page editor. Some Markdown editor strings may still * exist in the 'entities' file instead since this was added later. */ return [ // General editor terms 'general' => '一般', 'advanced' => '詳細設定', 'none' => 'なし', 'cancel' => '取消', 'save' => '保存', 'close' => '閉じる', 'apply' => '適用', 'undo' => '元に戻す', 'redo' => 'やり直し', 'left' => '左寄せ', 'center' => '中央揃え', 'right' => '右寄せ', 'top' => '上', 'middle' => '中央', 'bottom' => '下', 'width' => '幅', 'height' => '高さ', 'More' => 'さらに表示', 'select' => '選択...', // Toolbar 'formats' => '書式', 'header_large' => '大見出し', 'header_medium' => '中見出し', 'header_small' => '小見出し', 'header_tiny' => '極小見出し', 'paragraph' => '段落', 'blockquote' => '引用', 'inline_code' => 'インラインコード', 'callouts' => 'コールアウト', 'callout_information' => '情報', 'callout_success' => '成功', 'callout_warning' => '警告', 'callout_danger' => '危険', 'bold' => '太字', 'italic' => '斜体', 'underline' => '下線', 'strikethrough' => '取消線', 'superscript' => '上付き', 'subscript' => '下付き', 'text_color' => 'テキスト色', 'highlight_color' => 'テキスト背景色', 'custom_color' => 'カスタムカラー', 'remove_color' => '色設定を解除', 'background_color' => '背景色', 'align_left' => '左揃え', 'align_center' => '中央揃え', 'align_right' => '右揃え', 'align_justify' => '両端揃え', 'list_bullet' => '箇条書き', 'list_numbered' => '番号付き箇条書き', 'list_task' => 'タスクリスト', 'indent_increase' => 'インデントを増やす', 'indent_decrease' => 'インデントを減らす', 'table' => '表', 'insert_image' => '画像の挿入', 'insert_image_title' => '画像の挿入・編集', 'insert_link' => 'リンクの挿入・編集', 'insert_link_title' => 'リンクの挿入・編集', 'insert_horizontal_line' => '水平線を挿入', 'insert_code_block' => 'コードブロックを挿入', 'edit_code_block' => 'コードブロックを編集', 'insert_drawing' => '描画を挿入・編集', 'drawing_manager' => '描画マネージャー', 'insert_media' => 'メディアの挿入・編集', 'insert_media_title' => 'メディアの挿入・編集', 'clear_formatting' => '書式をクリア', 'source_code' => 'ソースコード', 'source_code_title' => 'ソースコード', 'fullscreen' => '全画面表示', 'image_options' => '画像オプション', // Tables 'table_properties' => '表の詳細設定', 'table_properties_title' => '表の詳細設定', 'delete_table' => '表の削除', 'table_clear_formatting' => '表の書式をクリア', 'resize_to_contents' => '内容に合わせてリサイズ', 'row_header' => 'ヘッダー行', 'insert_row_before' => '上側に行を挿入', 'insert_row_after' => '下側に行を挿入', 'delete_row' => '行の削除', 'insert_column_before' => '左側に列を挿入', 'insert_column_after' => '右側に列を挿入', 'delete_column' => '列の削除', 'table_cell' => 'セル', 'table_row' => '行', 'table_column' => '列', 'cell_properties' => 'セルの詳細設定', 'cell_properties_title' => 'セルの詳細設定', 'cell_type' => 'セルタイプ', 'cell_type_cell' => 'セル', 'cell_scope' => '見出しとの関連', 'cell_type_header' => 'ヘッダーセル', 'merge_cells' => 'セルを結合', 'split_cell' => 'セルを分割', 'table_row_group' => '行グループ', 'table_column_group' => '列グループ', 'horizontal_align' => '水平方向の配置', 'vertical_align' => '垂直方向の配置', 'border_width' => '枠線幅', 'border_style' => '枠線スタイル', 'border_color' => '枠線の色', 'row_properties' => '行の詳細設定', 'row_properties_title' => '行の詳細設定', 'cut_row' => '行の切り取り', 'copy_row' => '行のコピー', 'paste_row_before' => '上側に行を貼り付け', 'paste_row_after' => '下側に行を貼り付け', 'row_type' => '行タイプ', 'row_type_header' => 'ヘッダー', 'row_type_body' => 'ボディー', 'row_type_footer' => 'フッター', 'alignment' => '配置', 'cut_column' => '列の切り取り', 'copy_column' => '列のコピー', 'paste_column_before' => '左側に列を貼り付け', 'paste_column_after' => '右側に列を貼り付け', 'cell_padding' => 'セル内余白(パディング)', 'cell_spacing' => 'セルの間隔', 'caption' => '表題', 'show_caption' => 'キャプションの表示', 'constrain' => '縦横比を保持する', 'cell_border_solid' => '実線', 'cell_border_dotted' => '点線', 'cell_border_dashed' => '破線', 'cell_border_double' => '二重線', 'cell_border_groove' => '掘り', 'cell_border_ridge' => '盛り', 'cell_border_inset' => '陥没', 'cell_border_outset' => '隆起', 'cell_border_none' => 'なし', 'cell_border_hidden' => 'なし(優先)', // Images, links, details/summary & embed 'source' => '画像のソース', 'alt_desc' => '代替の説明文', 'embed' => '埋め込み', 'paste_embed' => '埋め込み用コードを下記に貼り付けてください。', 'url' => 'リンク先URL', 'text_to_display' => 'リンク元テキスト', 'title' => 'タイトル', 'browse_links' => 'エンティティを参照', 'open_link' => 'リンクを開く', 'open_link_in' => 'リンク先の表示場所', 'open_link_current' => '同じウィンドウ', 'open_link_new' => '新規ウィンドウ', 'remove_link' => 'リンクを削除', 'insert_collapsible' => '折りたたみブロックを追加', 'collapsible_unwrap' => 'ブロックの解除', 'edit_label' => 'ラベルを編集', 'toggle_open_closed' => '折りたたみ状態の切替', 'collapsible_edit' => '折りたたみブロックを編集', 'toggle_label' => 'ブロックのラベル', // About view 'about' => 'エディタについて', 'about_title' => 'WYSIWYGエディタについて', 'editor_license' => 'エディタのライセンスと著作権', 'editor_lexical_license' => 'このエディタはMITライセンスの下で配布されている :lexicalLink のフォークとして構築されています。', 'editor_lexical_license_link' => '完全なライセンスの詳細はこちらをご覧ください。', 'editor_tiny_license' => 'このエディタはMITライセンスの下で提供される:tinyLinkを利用して構築されています。', 'editor_tiny_license_link' => 'TinyMCEの著作権およびライセンスの詳細は、こちらをご覧ください。', 'save_continue' => 'ページを保存して続行', 'callouts_cycle' => '(押し続けて種類を切り替え)', 'link_selector' => 'コンテンツへのリンク', 'shortcuts' => 'ショートカット', 'shortcut' => 'ショートカット', 'shortcuts_intro' => 'エディタでは次に示すショートカットが利用できます。', 'windows_linux' => '(Windows/Linux)', 'mac' => '(Mac)', 'description' => '説明', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/ja/components.php
lang/ja/components.php
<?php /** * Text used in custom JavaScript driven components. */ return [ // Image Manager 'image_select' => '画像を選択', 'image_list' => '画像リスト', 'image_details' => '画像詳細', 'image_upload' => '画像をアップロード', 'image_intro' => 'ここでは、システムに以前アップロードされた画像を選択して管理できます。', 'image_intro_upload' => 'このウィンドウに画像ファイルをドラッグするか、上の「画像をアップロード」ボタンを使用して新しい画像をアップロードします。', 'image_all' => 'すべて', 'image_all_title' => '全ての画像を表示', 'image_book_title' => 'このブックにアップロードされた画像を表示', 'image_page_title' => 'このページにアップロードされた画像を表示', 'image_search_hint' => '画像名で検索', 'image_uploaded' => 'アップロード日時: :uploadedDate', 'image_uploaded_by' => 'アップロードユーザ: :userName', 'image_uploaded_to' => 'アップロード先: :pageLink', 'image_updated' => '更新日時: :updateDate', 'image_load_more' => 'さらに読み込む', 'image_image_name' => '画像名', 'image_delete_used' => 'この画像は以下のページで利用されています。', 'image_delete_confirm_text' => 'この画像を削除してもよろしいですか?', 'image_select_image' => '画像を選択', 'image_dropzone' => '画像をドロップするか、クリックしてアップロード', 'image_dropzone_drop' => 'アップロードする画像をここにドロップ', 'images_deleted' => '画像を削除しました', 'image_preview' => '画像プレビュー', 'image_upload_success' => '画像がアップロードされました', 'image_update_success' => '画像が更新されました', 'image_delete_success' => '画像が削除されました', 'image_replace' => '画像の差し替え', 'image_replace_success' => '画像を更新しました', 'image_rebuild_thumbs' => 'サイズバリエーションを再生成', 'image_rebuild_thumbs_success' => '画像サイズバリエーションの再構築に成功しました!', // Code Editor 'code_editor' => 'コードを編集する', 'code_language' => 'プログラミング言語の選択', 'code_content' => 'プログラム内容', 'code_session_history' => 'セッション履歴', 'code_save' => 'プログラムを保存', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/ja/preferences.php
lang/ja/preferences.php
<?php /** * Text used for user-preference specific views within bookstack. */ return [ 'my_account' => 'マイアカウント', 'shortcuts' => 'ショートカット', 'shortcuts_interface' => 'UIショートカット設定', 'shortcuts_toggle_desc' => 'ここでは、ナビゲーションやアクションに使用されるキーボードシステムインターフェイスのショートカットを有効または無効にすることができます。', 'shortcuts_customize_desc' => '以下の各ショートカットをカスタマイズできます。ショートカットの入力を選択した後、希望のキーの組み合わせを押してください。', 'shortcuts_toggle_label' => 'キーボードショートカットを有効にする', 'shortcuts_section_navigation' => 'ナビゲーション', 'shortcuts_section_actions' => '共通のアクション', 'shortcuts_save' => 'ショートカットを保存', 'shortcuts_overlay_desc' => '注:ショートカットが有効な場合はヘルパーオーバーレイが利用できます。「?」を押すと現在画面に表示されているアクションで利用可能なショートカットをハイライト表示します。', 'shortcuts_update_success' => 'ショートカットの設定を更新しました。', 'shortcuts_overview_desc' => 'システムのユーザーインターフェイスを操作するためのキーボードショートカットを管理します。', 'notifications' => '通知設定', 'notifications_desc' => 'システム内で特定のアクティビティが実行されたときに受信する電子メール通知を制御します。', 'notifications_opt_own_page_changes' => '自分が所有するページの変更を通知する', 'notifications_opt_own_page_comments' => '自分が所有するページへのコメントを通知する', 'notifications_opt_comment_mentions' => 'コメントでメンションされたときに通知する', 'notifications_opt_comment_replies' => '自分のコメントへの返信を通知する', 'notifications_save' => '設定を保存', 'notifications_update_success' => '通知設定を更新しました。', 'notifications_watched' => 'ウォッチ/通知無効 項目', 'notifications_watched_desc' => '以下はカスタムウォッチの設定が適用されている項目です。 これらの設定を更新するには、項目を表示してサイドバーのウォッチオプションを参照してください。', 'auth' => 'アクセス & セキュリティ', 'auth_change_password' => 'パスワードの変更', 'auth_change_password_desc' => 'アプリケーションにログインするために使用するパスワードを変更します。これは少なくとも8文字以上でなければなりません。', 'auth_change_password_success' => 'パスワードが更新されました!', 'profile' => 'プロフィール詳細', 'profile_desc' => 'コミュニケーションやシステムのパーソナライズでの使用および、他のユーザーに表示されるアカウントの詳細を管理します。', 'profile_view_public' => '公開プロフィールを表示', 'profile_name_desc' => '実行したアクティビティや所有しているコンテンツを通じて、システム内で他のユーザーに表示される表示名を設定します。', 'profile_email_desc' => 'このメールアドレスは通知、アクティブなシステム認証、システムアクセスに使用されます。', 'profile_email_no_permission' => '残念ながらメールアドレスを変更する権限がありません。 これを変更したい場合は管理者に変更を依頼する必要があります。', 'profile_avatar_desc' => 'システム内で他のユーザーに自分を表現するために使用される画像を選択します。 この画像は幅と高さが256pxの正方形が最適です。', 'profile_admin_options' => '管理者オプション', 'profile_admin_options_desc' => '役割の割り当て管理など、管理者レベルの追加オプションはアプリケーションの「設定 > ユーザー」エリアにあります。', 'delete_account' => 'アカウントを削除', 'delete_my_account' => '自身のアカウント削除', 'delete_my_account_desc' => 'システムからユーザーアカウントを完全に削除します。このアカウントを復元したり、この操作を元に戻したりすることはできません。 作成されたページやアップロードされた画像などのコンテンツは残ります。', 'delete_my_account_warning' => '本当にアカウントを削除しますか?', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/ja/errors.php
lang/ja/errors.php
<?php /** * Text shown in error messaging. */ return [ // Permissions 'permission' => 'リクエストされたページへの権限がありません。', 'permissionJson' => '要求されたアクションを実行する権限がありません。', // Auth 'error_user_exists_different_creds' => ':emailを持つユーザは既に存在しますが、資格情報が異なります。', 'auth_pre_register_theme_prevention' => '指定された内容によるユーザーアカウントの登録はできません。', 'email_already_confirmed' => 'Eメールは既に確認済みです。ログインしてください。', 'email_confirmation_invalid' => 'この確認トークンは無効か、または既に使用済みです。登録を再試行してください。', 'email_confirmation_expired' => '確認トークンは有効期限切れです。確認メールを再送しました。', 'email_confirmation_awaiting' => '使用中のアカウントのメールアドレスを確認する必要があります', 'ldap_fail_anonymous' => '匿名バインドを用いたLDAPアクセスに失敗しました', 'ldap_fail_authed' => '識別名, パスワードを用いたLDAPアクセスに失敗しました', 'ldap_extension_not_installed' => 'LDAP PHP extensionがインストールされていません', 'ldap_cannot_connect' => 'LDAPサーバに接続できませんでした', 'saml_already_logged_in' => '既にログインしています', 'saml_no_email_address' => '外部認証システムから提供されたデータに、このユーザーのメールアドレスが見つかりませんでした', 'saml_invalid_response_id' => '外部認証システムからの要求がアプリケーションによって開始されたプロセスによって認識されません。ログイン後に戻るとこの問題が発生する可能性があります。', 'saml_fail_authed' => ':systemを利用したログインに失敗しました。システムは正常な認証を提供しませんでした。', 'oidc_already_logged_in' => '既にログインしています', 'oidc_no_email_address' => '外部認証システムから提供されたデータに、このユーザーのメールアドレスが見つかりませんでした', 'oidc_fail_authed' => ':systemを利用したログインに失敗しました。システムは正常な認証を提供しませんでした。', 'social_no_action_defined' => 'アクションが定義されていません', 'social_login_bad_response' => ":socialAccountのログイン中にエラーが発生しました:\n:error", 'social_account_in_use' => ':socialAccountアカウントは既に使用されています。:socialAccountのオプションからログインを試行してください。', 'social_account_email_in_use' => ':emailは既に使用されています。ログイン後、プロフィール設定から:socialAccountアカウントを接続できます。', 'social_account_existing' => 'アカウント:socialAccountは既にあなたのプロフィールに接続されています。', 'social_account_already_used_existing' => 'この:socialAccountアカウントは既に他のユーザが使用しています。', 'social_account_not_used' => 'この:socialAccountアカウントはどのユーザにも接続されていません。プロフィール設定から接続できます。', 'social_account_register_instructions' => 'まだアカウントをお持ちでない場合、:socialAccountオプションから登録できます。', 'social_driver_not_found' => 'Social driverが見つかりません', 'social_driver_not_configured' => 'あなたの:socialAccount設定は正しく構成されていません。', 'invite_token_expired' => 'この招待リンクの有効期限が切れています。 代わりにアカウントのパスワードをリセットしてみてください。', 'login_user_not_found' => 'このアクションのユーザーが見つかりません。', // System 'path_not_writable' => 'ファイルパス :filePath へアップロードできませんでした。サーバ上での書き込みが許可されているか確認してください。', 'cannot_get_image_from_url' => ':url から画像を取得できませんでした。', 'cannot_create_thumbs' => 'このサーバはサムネイルを作成できません。GD PHP extensionがインストールされていることを確認してください。', 'server_upload_limit' => 'このサイズの画像をアップロードすることは許可されていません。ファイルサイズを小さくし、再試行してください。', 'server_post_limit' => 'サーバーは提供されたデータ量を受け取ることができません。少ないデータまたは小さいファイルでもう一度お試しください。', 'uploaded' => 'このサイズの画像をアップロードすることは許可されていません。ファイルサイズを小さくし、再試行してください。', // Drawing & Images 'image_upload_error' => '画像アップロード時にエラーが発生しました。', 'image_upload_type_error' => 'アップロード中の画像の種類が無効です', 'image_upload_replace_type' => '画像ファイルの置き換えは同じ種類でなければなりません', 'image_upload_memory_limit' => 'システムリソースの制限により、画像のアップロードやサムネイルの作成に失敗しました。', 'image_thumbnail_memory_limit' => 'システムリソース制限のため、画像サイズのバリエーションを作成できませんでした。', 'image_gallery_thumbnail_memory_limit' => 'システムリソース制限のため、ギャラリーのサムネイルを作成できませんでした。', 'drawing_data_not_found' => '描画データを読み込めませんでした。描画ファイルが存在しないか、アクセス権限がありません。', // Attachments 'attachment_not_found' => '添付ファイルが見つかりません', 'attachment_upload_error' => '添付ファイルのアップロード中にエラーが発生しました', // Pages 'page_draft_autosave_fail' => '下書きの保存に失敗しました。インターネットへ接続してください。', 'page_draft_delete_fail' => '下書きページの削除および現在ページ内容の取得に失敗しました。', 'page_custom_home_deletion' => 'ホームページに設定されているページは削除できません', // Entities 'entity_not_found' => 'エンティティが見つかりません', 'bookshelf_not_found' => '本棚が見つかりません', 'book_not_found' => 'ブックが見つかりません', 'page_not_found' => 'ページが見つかりません', 'chapter_not_found' => 'チャプターが見つかりません', 'selected_book_not_found' => '選択されたブックが見つかりません', 'selected_book_chapter_not_found' => '選択されたブック、またはチャプターが見つかりません', 'guests_cannot_save_drafts' => 'ゲストは下書きを保存できません', // Users 'users_cannot_delete_only_admin' => '唯一の管理者を削除することはできません', 'users_cannot_delete_guest' => 'ゲストユーザを削除することはできません', 'users_could_not_send_invite' => '招待メールの送信に失敗したため、ユーザーを作成できませんでした。', // Roles 'role_cannot_be_edited' => 'この役割は編集できません', 'role_system_cannot_be_deleted' => 'この役割はシステムで管理されているため、削除できません', 'role_registration_default_cannot_delete' => 'この役割を登録時のデフォルトに設定することはできません', 'role_cannot_remove_only_admin' => 'このユーザーは、管理者の役割に割り当てられている唯一のユーザーです。削除する前に別のユーザーに管理者の役割を割り当ててください。', // Comments 'comment_list' => 'コメントを取得中にエラーが発生しました。', 'cannot_add_comment_to_draft' => '下書きにコメントは追加できません。', 'comment_add' => 'コメントの追加・更新中にエラーが発生しました。', 'comment_delete' => 'コメントを削除中にエラーが発生しました。', 'empty_comment' => '空のコメントは追加できません。', // Error pages '404_page_not_found' => 'ページが見つかりません', 'sorry_page_not_found' => 'ページを見つけることができませんでした。', 'sorry_page_not_found_permission_warning' => 'このページが存在すると思われる場合は、閲覧の権限がない可能性があります。', 'image_not_found' => '画像が見つかりません', 'image_not_found_subtitle' => '画像を見つけることができませんでした。', 'image_not_found_details' => 'この画像が存在することを予期していた場合は、削除された可能性があります。', 'return_home' => 'ホームに戻る', 'error_occurred' => 'エラーが発生しました', 'app_down' => ':appNameは現在停止しています', 'back_soon' => '回復までしばらくお待ちください。', // Import 'import_zip_cant_read' => 'ZIPファイルを読み込めません。', 'import_zip_cant_decode_data' => 'ZIPファイル内に data.json が見つからないかデコードできませんでした。', 'import_zip_no_data' => 'ZIPファイルのデータにブック、チャプター、またはページコンテンツがありません。', 'import_zip_data_too_large' => 'ZIP data.json content exceeds the configured application maximum upload size.', 'import_validation_failed' => 'エラーによりインポートZIPの検証に失敗しました:', 'import_zip_failed_notification' => 'ZIP ファイルのインポートに失敗しました。', 'import_perms_books' => 'ブックを作成するために必要な権限がありません。', 'import_perms_chapters' => 'チャプタを作成するために必要な権限がありません。', 'import_perms_pages' => 'ページを作成するために必要な権限がありません。', 'import_perms_images' => '画像を作成するために必要な権限がありません。', 'import_perms_attachments' => '添付ファイルを作成するために必要な権限がありません。', // API errors 'api_no_authorization_found' => 'リクエストに認証トークンが見つかりません', 'api_bad_authorization_format' => 'リクエストに認証トークンが見つかりましたが、形式が正しくないようです', 'api_user_token_not_found' => '提供された認証トークンに一致するAPIトークンが見つかりませんでした', 'api_incorrect_token_secret' => '利用されたAPIトークンに対して提供されたシークレットが正しくありません', 'api_user_no_api_permission' => '使用されているAPIトークンの所有者には、API呼び出しを行う権限がありません', 'api_user_token_expired' => '認証トークンが期限切れです。', // Settings & Maintenance 'maintenance_test_email_failure' => 'テストメール送信時にエラーが発生しました:', // HTTP errors 'http_ssr_url_no_match' => 'URLはサーバサイドリクエストが許可されたホストではありません。', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/ja/activities.php
lang/ja/activities.php
<?php /** * Activity text strings. * Is used for all the text within activity logs & notifications. */ return [ // Pages 'page_create' => 'がページを作成:', 'page_create_notification' => 'ページを作成しました', 'page_update' => 'がページを更新:', 'page_update_notification' => 'ページを更新しました', 'page_delete' => 'がページを削除:', 'page_delete_notification' => 'ページを削除しました', 'page_restore' => 'がページを復元:', 'page_restore_notification' => 'ページを復元しました', 'page_move' => 'がページを移動:', 'page_move_notification' => 'ページを移動しました', // Chapters 'chapter_create' => 'がチャプターを作成:', 'chapter_create_notification' => 'チャプターを作成しました', 'chapter_update' => 'がチャプターを更新:', 'chapter_update_notification' => 'チャプターを更新しました', 'chapter_delete' => 'がチャプターを削除:', 'chapter_delete_notification' => 'チャプターを削除しました', 'chapter_move' => 'がチャプターを移動:', 'chapter_move_notification' => 'チャプタを移動しました', // Books 'book_create' => 'がブックを作成:', 'book_create_notification' => 'ブックを作成しました', 'book_create_from_chapter' => 'がチャプターをブックに変換:', 'book_create_from_chapter_notification' => 'チャプターをブックに変換しました', 'book_update' => 'がブックを更新:', 'book_update_notification' => 'ブックを更新しました', 'book_delete' => 'がブックを削除:', 'book_delete_notification' => 'ブックを削除しました', 'book_sort' => 'がブック内の並び順を変更:', 'book_sort_notification' => 'ブック内の並び順を変更しました', // Bookshelves 'bookshelf_create' => 'が本棚を作成:', 'bookshelf_create_notification' => '本棚を作成しました', 'bookshelf_create_from_book' => 'がブックを本棚に変換:', 'bookshelf_create_from_book_notification' => 'ブックを本棚に変換しました', 'bookshelf_update' => 'が本棚を更新:', 'bookshelf_update_notification' => '本棚を更新しました', 'bookshelf_delete' => 'が本棚を削除:', 'bookshelf_delete_notification' => '本棚を削除しました', // Revisions 'revision_restore' => 'がリビジョンを復元', 'revision_delete' => 'がリビジョンを削除', 'revision_delete_notification' => 'リビジョンを削除しました', // Favourites 'favourite_add_notification' => '":name"がお気に入りに追加されました', 'favourite_remove_notification' => '":name"がお気に入りから削除されました', // Watching 'watch_update_level_notification' => 'ウォッチ設定を更新しました', // Auth 'auth_login' => 'がログイン', 'auth_register' => 'が新規ユーザ登録', 'auth_password_reset_request' => 'がパスワードリセットを要求', 'auth_password_reset_update' => 'がパスワードをリセット', 'mfa_setup_method' => 'が多要素認証を設定', 'mfa_setup_method_notification' => '多要素認証を設定しました', 'mfa_remove_method' => 'が多要素認証を削除', 'mfa_remove_method_notification' => '多要素認証を解除しました', // Settings 'settings_update' => 'が設定を更新', 'settings_update_notification' => '設定を更新しました', 'maintenance_action_run' => 'がメンテナンス作業を実施', // Webhooks 'webhook_create' => 'がWebhookを作成', 'webhook_create_notification' => 'Webhookを作成しました', 'webhook_update' => 'がWebhookを更新', 'webhook_update_notification' => 'Webhookを更新しました', 'webhook_delete' => 'がWebhookを削除', 'webhook_delete_notification' => 'Webhookを削除しました', // Imports 'import_create' => 'がインポートを作成', 'import_create_notification' => 'インポートファイルが正常にアップロードされました', 'import_run' => 'がインポートを更新', 'import_run_notification' => 'コンテンツが正常にインポートされました', 'import_delete' => 'がインポートを削除', 'import_delete_notification' => 'インポートファイルが正常に削除されました', // Users 'user_create' => 'がユーザを作成', 'user_create_notification' => 'ユーザーを作成しました', 'user_update' => 'がユーザを更新', 'user_update_notification' => 'ユーザーを更新しました', 'user_delete' => 'がユーザを削除', 'user_delete_notification' => 'ユーザーを削除しました', // API Tokens 'api_token_create' => 'がAPIトークンを作成', 'api_token_create_notification' => 'APIトークンを作成しました', 'api_token_update' => 'がAPIトークンを更新', 'api_token_update_notification' => 'APIトークンを更新しました', 'api_token_delete' => 'がAPIトークンを削除', 'api_token_delete_notification' => 'APIトークンを削除しました', // Roles 'role_create' => 'が役割を作成', 'role_create_notification' => '役割を作成しました', 'role_update' => 'が役割を更新', 'role_update_notification' => '役割を更新しました', 'role_delete' => 'が役割を削除', 'role_delete_notification' => '役割を削除しました', // Recycle Bin 'recycle_bin_empty' => 'がゴミ箱を空にしました', 'recycle_bin_restore' => 'がゴミ箱から復元', 'recycle_bin_destroy' => 'がゴミ箱から完全に削除', // Comments 'commented_on' => 'がコメント:', 'comment_create' => 'がコメントを追加', 'comment_update' => 'がコメントを更新', 'comment_delete' => 'がコメントを削除', // Sort Rules 'sort_rule_create' => 'がソートルールを作成', 'sort_rule_create_notification' => 'ソートルールを作成しました', 'sort_rule_update' => 'がソートルールを更新', 'sort_rule_update_notification' => 'ソートルールを更新しました', 'sort_rule_delete' => 'がソートルールを削除', 'sort_rule_delete_notification' => 'ソートルールを削除しました', // Other 'permissions_update' => 'が権限を更新:', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/ja/common.php
lang/ja/common.php
<?php /** * Common elements found throughout many areas of BookStack. */ return [ // Buttons 'cancel' => 'キャンセル', 'close' => '閉じる', 'confirm' => '確認', 'back' => '戻る', 'save' => '保存', 'continue' => '続ける', 'select' => '選択', 'toggle_all' => '一括切替', 'more' => 'その他', // Form Labels 'name' => '名称', 'description' => '概要', 'role' => '権限', 'cover_image' => 'カバー画像', 'cover_image_description' => 'この画像はおよそ440x250pxであるべきですが、必要に応じてさまざまなシナリオでユーザー・インターフェースに合うように柔軟に拡大・縮小されるため、実際の表示寸法は異なります。', // Actions 'actions' => '実行', 'view' => '表示', 'view_all' => 'すべて表示', 'new' => '新規作成', 'create' => '作成', 'update' => '更新', 'edit' => '編集', 'archive' => 'アーカイブ', 'unarchive' => 'アーカイブ解除', 'sort' => '並び順', 'move' => '移動', 'copy' => 'コピー', 'reply' => '返信', 'delete' => '削除', 'delete_confirm' => '確認して削除', 'search' => '検索', 'search_clear' => '検索をクリア', 'reset' => 'リセット', 'remove' => '削除', 'add' => '追加', 'configure' => '設定', 'manage' => '管理', 'fullscreen' => '全画面', 'favourite' => 'お気に入り', 'unfavourite' => 'お気に入りから削除', 'next' => '次へ', 'previous' => '前へ', 'filter_active' => '有効なフィルター:', 'filter_clear' => 'フィルターを解除', 'download' => 'ダウンロード', 'open_in_tab' => 'タブで開く', 'open' => '開く', // Sort Options 'sort_options' => '並べ替えオプション', 'sort_direction_toggle' => '並べ替え方向の切り替え', 'sort_ascending' => '昇順に並べ替え', 'sort_descending' => '降順に並べ替え', 'sort_name' => '名前', 'sort_default' => 'デフォルト', 'sort_created_at' => '作成日', 'sort_updated_at' => '更新日', // Misc 'deleted_user' => '削除済みユーザ', 'no_activity' => '表示するアクティビティがありません', 'no_items' => 'アイテムはありません', 'back_to_top' => '上に戻る', 'skip_to_main_content' => 'メインコンテンツへスキップ', 'toggle_details' => '概要の表示切替', 'toggle_thumbnails' => 'サムネイルの切り替え', 'details' => '詳細', 'grid_view' => 'グリッド形式', 'list_view' => 'リスト形式', 'default' => 'デフォルト', 'breadcrumb' => 'パンくずリスト', 'status' => '状態', 'status_active' => '有効', 'status_inactive' => '無効', 'never' => '該当なし', 'none' => 'なし', // Header 'homepage' => 'ホームページ', 'header_menu_expand' => 'ヘッダーメニューを展開', 'profile_menu' => 'プロフィールメニュー', 'view_profile' => 'プロフィール表示', 'edit_profile' => 'プロフィール編集', 'dark_mode' => 'ダークモード', 'light_mode' => 'ライトモード', 'global_search' => 'グローバル検索', // Layout tabs 'tab_info' => '情報', 'tab_info_label' => 'タブ: サブコンテンツを表示', 'tab_content' => '内容', 'tab_content_label' => 'タブ: メインコンテンツを表示', // Email Content 'email_action_help' => '":actionText" をクリックできない場合、以下のURLをコピーしブラウザで開いてください:', 'email_rights' => 'All rights reserved', // Footer Link Options // Not directly used but available for convenience to users. 'privacy_policy' => 'プライバシーポリシー', 'terms_of_service' => '利用規約', // OpenSearch 'opensearch_description' => ':appName を検索', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/ja/pagination.php
lang/ja/pagination.php
<?php /** * Pagination Language Lines * The following language lines are used by the paginator library to build * the simple pagination links. */ return [ 'previous' => '&laquo; 前', 'next' => '次 &raquo;', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/ja/settings.php
lang/ja/settings.php
<?php /** * Settings text strings * Contains all text strings used in the general settings sections of BookStack * including users and roles. */ return [ // Common Messages 'settings' => '設定', 'settings_save' => '設定を保存', 'system_version' => 'システムバージョン', 'categories' => 'カテゴリー', // App Settings 'app_customization' => 'カスタマイズ', 'app_features_security' => '機能とセキュリティ', 'app_name' => 'アプリケーション名', 'app_name_desc' => 'この名前はヘッダーやEメール内で表示されます。', 'app_name_header' => 'ヘッダーにアプリケーション名を表示する', 'app_public_access' => 'パブリック・アクセス', 'app_public_access_desc' => 'このオプションを有効にすると、ログインしていない訪問者があなたのBookStackインスタンスのコンテンツにアクセスできるようになります。', 'app_public_access_desc_guest' => '一般の訪問者のアクセスは、「ゲスト」ユーザー権限を通じて制御することができます。', 'app_public_access_toggle' => 'パブリックアクセスを許可', 'app_public_viewing' => 'アプリケーションを公開する', 'app_secure_images' => '画像アップロード時のセキュリティを強化', 'app_secure_images_toggle' => 'より高いセキュリティの画像アップロードを可能にする', 'app_secure_images_desc' => 'パフォーマンスの観点から、全ての画像が公開になっています。このオプションを有効にすると、画像URLの先頭にランダムで推測困難な文字列が追加され、アクセスを困難にします。', 'app_default_editor' => 'デフォルトのページエディタ', 'app_default_editor_desc' => '新しいページを編集するときにデフォルトで使用されるエディタを選択してください。これは権限が許可されているページレベルで上書きできます。', 'app_custom_html' => 'カスタムheadタグ', 'app_custom_html_desc' => 'スタイルシートやアナリティクスコード追加したい場合、ここを編集します。これは<head>の最下部に挿入されます。', 'app_custom_html_disabled_notice' => '重大な変更を元に戻せるよう、この設定ページではカスタムのHTML headコンテンツが無効になっています。', 'app_logo' => 'ロゴ', 'app_logo_desc' => 'これはアプリケーションのヘッダーバー、およびその他のエリアで使用されます。この画像は高さが86pxであるべきです。大きな画像は縮小されます。', 'app_icon' => 'アプリケーション アイコン', 'app_icon_desc' => 'このアイコンはブラウザのタブとショートカットアイコンに使用されます。これは256pxの正方形PNG画像であるべきです。', 'app_homepage' => 'アプリケーションのホームページ', 'app_homepage_desc' => 'デフォルトのビューの代わりにホームページに表示するビューを選択します。選択したページの権限は無視されます。', 'app_homepage_select' => 'ページを選択', 'app_footer_links' => 'フッタのリンク', 'app_footer_links_desc' => 'サイトフッタ内に表示するリンクを追加します。これらはログインを必要としないページを含め、ほとんどのページの下部に表示されます。「trans::<key>」のラベルを使用して、システム定義の翻訳を使用できます。例えば「trans::common.privacy_policy」を使用すると翻訳されたテキスト「プライバシーポリシー」が提供され、「trans::common.terms_of_service」を使用すると翻訳されたテキスト「利用規約」が提供されます。', 'app_footer_links_label' => '表示するテキスト', 'app_footer_links_url' => 'リンク先の URL', 'app_footer_links_add' => 'フッタのリンクを追加', 'app_disable_comments' => 'コメントを無効にする', 'app_disable_comments_toggle' => 'コメントを無効にする', 'app_disable_comments_desc' => 'アプリケーション内のすべてのページのコメントを無効にします。既存のコメントは表示されません。', // Color settings 'color_scheme' => 'アプリケーションの配色', 'color_scheme_desc' => 'アプリケーションのユーザーインターフェイスで使用する色を設定します。 色はダークモードとライトモードで個別に設定することができ、テーマへの適合と読みやすさを確保することができます。', 'ui_colors_desc' => 'アプリケーションのプライマリカラーとデフォルトリンクカラーを設定します。プライマリカラーは主にヘッダーバナー、ボタン、インターフェイスの装飾に使用されます。 デフォルトのリンク色はテキストベースのリンクとアクションに使用されます。これは作成されたコンテンツとアプリケーションインターフェイスの両方に適用されます。', 'app_color' => 'プライマリ色', 'link_color' => 'デフォルトのリンク色', 'content_colors_desc' => 'ページ構成階層の各要素に色を設定します。読みやすさを考慮して、デフォルトの色と同じような明るさの色を選ぶことをお勧めします。', 'bookshelf_color' => '本棚の色', 'book_color' => 'ブックの色', 'chapter_color' => 'チャプターの色', 'page_color' => 'ページの色', 'page_draft_color' => '下書きページの色', // Registration Settings 'reg_settings' => '登録設定', 'reg_enable' => '登録を有効にする', 'reg_enable_toggle' => '登録を有効にする', 'reg_enable_desc' => '登録を有効にすると、ユーザーはアプリケーションユーザーとしてサインアップできるようになります。登録するとデフォルトの役割が1つ与えられます。', 'reg_default_role' => '新規登録時のデフォルト役割', 'reg_enable_external_warning' => '外部のLDAPまたはSAML認証が有効の場合、上記のオプションは無視されます。存在しないメンバーのユーザーアカウントは、使用している外部システムでの認証に成功した場合に自動的に作成されます。', 'reg_email_confirmation' => '確認メール', 'reg_email_confirmation_toggle' => 'メールによる確認を行う', 'reg_confirm_email_desc' => 'ドメイン制限を有効にしている場合はEメール認証が必須となり、この項目は無視されます。', 'reg_confirm_restrict_domain' => 'ドメイン制限', 'reg_confirm_restrict_domain_desc' => '特定のドメインのみ登録できるようにする場合、以下にカンマ区切りで入力します。設定された場合、Eメール認証が必須になります。<br>登録後、ユーザは自由にEメールアドレスを変更できます。', 'reg_confirm_restrict_domain_placeholder' => '制限しない', // Sorting Settings 'sorting' => '一覧とソート', 'sorting_book_default' => 'ブックのデフォルトソートルール', 'sorting_book_default_desc' => '新しいブックに適用するデフォルトのソートルールを選択します。これは既存のブックには影響しません。ルールはブックごとに上書きすることができます。', 'sorting_rules' => 'ソートルール', 'sorting_rules_desc' => 'これらはシステム内のコンテンツに適用できる事前定義のソート操作です。', 'sort_rule_assigned_to_x_books' => ':count 個のブックに割当|:count 個のブックに割当', 'sort_rule_create' => 'ソートルールを作成', 'sort_rule_edit' => 'ソートルールの編集', 'sort_rule_delete' => 'ソートルールを削除', 'sort_rule_delete_desc' => 'このソートルールをシステムから削除します。これを使用しているブックは手動ソートに戻ります。', 'sort_rule_delete_warn_books' => 'このソートルールは現在 :count 個のブックで使用されています。削除してもよろしいですか?', 'sort_rule_delete_warn_default' => 'このソートルールは現在ブックのデフォルトソートに使用されています。削除してもよろしいですか?', 'sort_rule_details' => 'ソートルールの詳細', 'sort_rule_details_desc' => 'ユーザがソートを選択する際にリストに表示される、ソートルールの名前を設定します。', 'sort_rule_operations' => 'ソート操作', 'sort_rule_operations_desc' => '利用可能な操作のリストから、実行するソート操作を追加してソートルールを設定します。操作は上から下へ順番に適用されます。ここで変更を行うと、保存時に割り当てられたすべてのブックに適用されます。', 'sort_rule_available_operations' => '利用可能な操作', 'sort_rule_available_operations_empty' => '残った操作はありません', 'sort_rule_configured_operations' => '設定された操作', 'sort_rule_configured_operations_empty' => '「利用可能な操作」リストから操作をドラッグ/追加してください', 'sort_rule_op_asc' => '(昇順)', 'sort_rule_op_desc' => '(降順)', 'sort_rule_op_name' => '名前 - キャラクタ順', 'sort_rule_op_name_numeric' => '名前 - 数値順', 'sort_rule_op_created_date' => '作成日時', 'sort_rule_op_updated_date' => '更新日時', 'sort_rule_op_chapters_first' => 'チャプタを最初に', 'sort_rule_op_chapters_last' => 'チャプタを最後に', 'sorting_page_limits' => 'ページング表示制限', 'sorting_page_limits_desc' => 'システム内の各種リストで1ページに表示するアイテム数を設定します。 通常、少ない数に設定するとパフォーマンスが向上し、多い数に設定するとページの移動操作が少なくなります。 3の倍数(18、24、30など)を使用することをお勧めします。', // Maintenance settings 'maint' => 'メンテナンス', 'maint_image_cleanup' => '画像のクリーンアップ', 'maint_image_cleanup_desc' => 'ページや履歴の内容をスキャンして、どの画像や図面が現在使用されているか、どの画像が余っているかをチェックします。この機能を実行する前に、データベースと画像の完全なバックアップを作成してください。', 'maint_delete_images_only_in_revisions' => 'また、古いページのリビジョンにしか存在しない画像も削除します。', 'maint_image_cleanup_run' => 'クリーンアップを実行', 'maint_image_cleanup_warning' => ':count 個、使用されていない可能性のある画像が見つかりました。これらの画像を削除してもよろしいですか?', 'maint_image_cleanup_success' => '使われていない可能性のある画像を:count個発見し、削除しました。', 'maint_image_cleanup_nothing_found' => '未使用の画像がないため、何も削除しませんでした。', 'maint_send_test_email' => 'テストメールを送信', 'maint_send_test_email_desc' => 'プロフィールに指定されたメールアドレスにテストメールを送信します。', 'maint_send_test_email_run' => 'テストメールを送信', 'maint_send_test_email_success' => ':addressにメールを送信しました', 'maint_send_test_email_mail_subject' => 'テストメール', 'maint_send_test_email_mail_greeting' => 'メール配信は正常に動作しているようです!', 'maint_send_test_email_mail_text' => 'おめでとうございます!この通知メールが届いたということは、あなたのメール設定は適切であると思われます。', 'maint_recycle_bin_desc' => '削除された本棚・ブック・チャプター・ページはごみ箱に送られるため、復元したり完全に削除したりできます。システムの設定によっては、ごみ箱の古いアイテムがしばらくすると自動的に削除される場合があります。', 'maint_recycle_bin_open' => 'ごみ箱を開く', 'maint_regen_references' => '参照を再生成', 'maint_regen_references_desc' => 'この操作により、データベース内の項目間参照インデックスが再構築されます。これは通常自動的に処理されますが、この操作は古いコンテンツや非公式の方法で追加されたコンテンツのインデックス作成に役立ちます。', 'maint_regen_references_success' => '参照インデックスが再生成されました!', 'maint_timeout_command_note' => '注意: この操作の実行には時間がかかる場合があり、一部のWeb環境ではタイムアウトの問題が発生する可能性があります。別の方法として、ターミナルコマンドを利用してこの操作を実行することもできます。', // Recycle Bin 'recycle_bin' => 'ごみ箱', 'recycle_bin_desc' => '削除されたアイテムを復元するか、システムから完全に削除できます。このリストは、権限フィルターが適用されているシステム内の同様のアクティビティリストとは異なり、フィルタリングされていません。', 'recycle_bin_deleted_item' => '削除されたアイテム', 'recycle_bin_deleted_parent' => '親', 'recycle_bin_deleted_by' => '削除した人', 'recycle_bin_deleted_at' => '削除日時', 'recycle_bin_permanently_delete' => '完全に削除', 'recycle_bin_restore' => '復元', 'recycle_bin_contents_empty' => 'ごみ箱は現在空です', 'recycle_bin_empty' => 'ごみ箱を空にする', 'recycle_bin_empty_confirm' => 'ごみ箱のすべてのアイテムが、各アイテムに含まれるコンテンツも含めて完全に削除されます。本当にごみ箱を空にしますか?', 'recycle_bin_destroy_confirm' => 'この操作を行うと、子要素を含めた以下のリストに示すアイテムがシステムから完全に削除され、このコンテンツを復元できなくなります。このアイテムを完全に削除してもよろしいですか?', 'recycle_bin_destroy_list' => '削除されるアイテム', 'recycle_bin_restore_list' => '復元されるアイテム', 'recycle_bin_restore_confirm' => 'この操作により、すべての子要素を含む削除されたアイテムが元の場所に復元されます。元の場所が削除されてごみ箱に入っている場合は、親アイテムも復元する必要があります。', 'recycle_bin_restore_deleted_parent' => 'このアイテムの親も削除されました。これらは、その親が復元されるまで削除されたままになります。', 'recycle_bin_restore_parent' => '親を復元', 'recycle_bin_destroy_notification' => 'ごみ箱から合計:count個のアイテムを削除しました。', 'recycle_bin_restore_notification' => 'ごみ箱から合計:count個のアイテムを復元しました。', // Audit Log 'audit' => '監査ログ', 'audit_desc' => 'この監査ログには、システムで追跡されているアクティビティのリストが表示されます。このリストは、権限フィルターが適用されているシステム内の同様のアクティビティリストとは異なり、フィルタリングされていません。', 'audit_event_filter' => 'イベントフィルター', 'audit_event_filter_no_filter' => 'フィルターなし', 'audit_deleted_item' => '削除されたアイテム', 'audit_deleted_item_name' => '名前: :name', 'audit_table_user' => 'ユーザー', 'audit_table_event' => 'イベント', 'audit_table_related' => '関連アイテムまたは詳細', 'audit_table_ip' => 'IPアドレス', 'audit_table_date' => 'アクティビティの日時', 'audit_date_from' => '開始日', 'audit_date_to' => '終了日', // Role Settings 'roles' => '役割', 'role_user_roles' => '役割', 'roles_index_desc' => '役割は、ユーザーをグループ化しメンバーにシステム権限を与えるために使用されます。ユーザーが複数の役割のメンバーである場合、与えられた権限は積み重なり、ユーザーはすべての能力を継承します。', 'roles_x_users_assigned' => ':count人のユーザーに割り当て|:count人のユーザーに割り当て', 'roles_x_permissions_provided' => ':count件の権限|:count件の権限', 'roles_assigned_users' => '割り当てユーザ数', 'roles_permissions_provided' => '提供される権限数', 'role_create' => '役割を作成', 'role_delete' => '役割を削除', 'role_delete_confirm' => '役割「:roleName」を削除します。', 'role_delete_users_assigned' => 'この役割は:userCount人のユーザに付与されています。該当するユーザを他の役割へ移行できます。', 'role_delete_no_migration' => "ユーザを移行しない", 'role_delete_sure' => '本当に役割を削除してよろしいですか?', 'role_edit' => '役割を編集', 'role_details' => '概要', 'role_name' => '役割名', 'role_desc' => '役割の説明', 'role_mfa_enforced' => '多要素認証を要求する', 'role_external_auth_id' => '外部認証ID', 'role_system' => 'システム権限', 'role_manage_users' => 'ユーザ管理', 'role_manage_roles' => '役割と権限の管理', 'role_manage_entity_permissions' => '全てのブック, チャプター, ページに対する権限の管理', 'role_manage_own_entity_permissions' => '自身のブック, チャプター, ページに対する権限の管理', 'role_manage_page_templates' => 'ページテンプレートの管理', 'role_access_api' => 'システムのAPIへのアクセス', 'role_manage_settings' => 'アプリケーション設定の管理', 'role_export_content' => 'コンテンツのエクスポート', 'role_import_content' => 'コンテンツのインポート', 'role_editor_change' => 'ページエディタの変更', 'role_notifications' => '通知の受信と管理', 'role_permission_note_users_and_roles' => '技術的には、これらの権限によりシステムのユーザーおよび役割の可視性と検索も提供されます。', 'role_asset' => 'アセット権限', 'roles_system_warning' => '上記の3つの権限のいずれかを付与することは、ユーザーが自分の特権またはシステム内の他のユーザーの特権を変更できる可能性があることに注意してください。これらの権限は信頼できるユーザーにのみ割り当ててください。', 'role_asset_desc' => '各アセットに対するデフォルトの権限を設定します。ここで設定した権限が優先されます。', 'role_asset_admins' => '管理者にはすべてのコンテンツへのアクセス権が自動的に付与されますが、これらのオプションはUIオプションを表示または非表示にする場合があります。', 'role_asset_image_view_note' => 'これは画像マネージャー内の可視性に関連しています。アップロードされた画像ファイルへの実際のアクセスは、システムの画像保存オプションに依存します。', 'role_asset_users_note' => '技術的には、これらの権限によりシステム内のユーザーの可視性と検索も提供されます。', 'role_all' => '全て', 'role_own' => '自身', 'role_controlled_by_asset' => 'このアセットに対し、右記の操作を許可:', 'role_save' => '役割を保存', 'role_users' => 'この役割を持つユーザー', 'role_users_none' => 'この役割が付与されたユーザーはいません', // Users 'users' => 'ユーザー', 'users_index_desc' => 'システム内で個々のユーザーアカウントを作成し、管理します。ユーザーアカウントは、ログインおよびコンテンツとアクティビティの帰属のために使用されます。アクセス許可は主に役割ベースですが、ユーザーコンテンツの所有権やその他の要因も、許可とアクセスに影響する場合があります。', 'user_profile' => 'ユーザプロフィール', 'users_add_new' => 'ユーザーを追加', 'users_search' => 'ユーザー検索', 'users_latest_activity' => '最新のアクティビティ', 'users_details' => 'ユーザーの詳細', 'users_details_desc' => 'このユーザーの表示名とメールアドレスを設定します。メールアドレスは、アプリケーションへのログインに使用されます。', 'users_details_desc_no_email' => 'このユーザーの表示名を設定して、他のユーザーが認識できるようにします。', 'users_role' => 'ユーザーの役割', 'users_role_desc' => 'このユーザーに割り当てる役割を選択します。ユーザーが複数の役割に割り当てられている場合は、それらの役割の権限が重ね合わされ、割り当てられた役割のすべての権限が与えられます。', 'users_password' => 'ユーザー パスワード', 'users_password_desc' => 'アプリケーションへのログインに利用するパスワードを設定してください。8文字以上である必要があります。', 'users_send_invite_text' => 'このユーザーに招待メールを送信してユーザー自身にパスワードを設定してもらうか、あなたがここでパスワードを設定するかを選択できます。', 'users_send_invite_option' => 'ユーザーに招待メールを送信', 'users_external_auth_id' => '外部認証ID', 'users_external_auth_id_desc' => '外部認証システム(SAML2、OIDC、LDAPなど)が使用されている場合、このBookStackユーザーを認証システムアカウントにリンクするIDです。デフォルトの電子メールベース認証を使用する場合は、このフィールドを無視できます。', 'users_password_warning' => 'このユーザーのパスワードを変更したい場合にのみ、以下を入力してください。', 'users_system_public' => 'このユーザーはアプリケーションにアクセスする全てのゲストを表します。ログインはできませんが、自動的に割り当てられます。', 'users_delete' => 'ユーザを削除', 'users_delete_named' => 'ユーザ「:userName」を削除', 'users_delete_warning' => 'ユーザ「:userName」を完全に削除します。', 'users_delete_confirm' => '本当にこのユーザを削除してよろしいですか?', 'users_migrate_ownership' => '所有権を移行', 'users_migrate_ownership_desc' => '別のユーザーをこのユーザーが現在所有しているすべてのアイテムの所有者にする場合は、ここでユーザーを選択します。', 'users_none_selected' => 'ユーザが選択されていません', 'users_edit' => 'ユーザー編集', 'users_edit_profile' => 'プロフィール編集', 'users_avatar' => 'アバター', 'users_avatar_desc' => '256pxの正方形である必要があります。', 'users_preferred_language' => '使用言語', 'users_preferred_language_desc' => 'このオプションは、アプリケーションのユーザーインターフェイスに使用される言語を変更します。これは、ユーザーが作成したコンテンツには影響しません。', 'users_social_accounts' => 'ソーシャルアカウント', 'users_social_accounts_desc' => 'このユーザーのソーシャルアカウントのステータスを表示します。システムアクセスのためのプライマリ認証システムに加えて ソーシャルアカウントを使用することができます。', 'users_social_accounts_info' => 'アカウントを接続すると、ログインが簡単になります。ここでアカウントの接続を解除すると、そのアカウントを経由したログインを禁止できます。接続解除後、各ソーシャルアカウントの設定にてこのアプリケーションへのアクセス許可を解除してください。', 'users_social_connect' => 'アカウントを接続', 'users_social_disconnect' => 'アカウントを接続解除', 'users_social_status_connected' => '接続済み', 'users_social_status_disconnected' => '未接続', 'users_social_connected' => '「:socialAccount」がプロフィールに接続されました。', 'users_social_disconnected' => '「:socialAccount」がプロフィールから接続解除されました。', 'users_api_tokens' => 'APIトークン', 'users_api_tokens_desc' => 'BookStack REST APIでの認証に使用するアクセストークンを作成・管理します。APIのパーミッションはトークンが属するユーザーを介して管理されます。', 'users_api_tokens_none' => 'このユーザーにはAPIトークンが作成されていません', 'users_api_tokens_create' => 'トークンを作成', 'users_api_tokens_expires' => '有効期限', 'users_api_tokens_docs' => 'APIドキュメント', 'users_mfa' => '多要素認証', 'users_mfa_desc' => 'アカウントのセキュリティを強化するために、多要素認証を設定してください。', 'users_mfa_x_methods' => ':count個の手段が設定されています|:count個の手段が設定されています', 'users_mfa_configure' => '手段を設定', // API Tokens 'user_api_token_create' => 'APIトークンの作成', 'user_api_token_name' => '名前', 'user_api_token_name_desc' => '利用目的を忘れないよう、トークンに読みやすい名前を付けます。', 'user_api_token_expiry' => '有効期限', 'user_api_token_expiry_desc' => 'このトークンの有効期限が切れる日付を設定します。この日付を過ぎると、このトークンを使用したリクエストは機能しなくなります。このフィールドを空白のままにすると、100年先に有効期限が設定されます。', 'user_api_token_create_secret_message' => 'このトークンを作成するとすぐに、「トークンID」と「トークンシークレット」が生成されて表示されます。シークレットは一度しか表示されないため、続行する前に必ず値を安全な場所にコピーしてください。', 'user_api_token' => 'APIトークン', 'user_api_token_id' => 'トークンID', 'user_api_token_id_desc' => 'これは、システムが生成した編集不可能なトークンの識別子で、APIリクエストで提供する必要があります。', 'user_api_token_secret' => 'トークンシークレット', 'user_api_token_secret_desc' => 'これは、システムで生成されたトークンシークレットであり、APIリクエストで提供する必要があります。これは一度しか表示されないので、この値を安全な場所にコピーしてください。', 'user_api_token_created' => 'トークンの作成: :timeAgo', 'user_api_token_updated' => 'トークンの更新: :timeAgo', 'user_api_token_delete' => 'トークンを削除', 'user_api_token_delete_warning' => 'これにより、このAPIトークン「:tokenName」がシステムから完全に削除されます。', 'user_api_token_delete_confirm' => 'このAPIトークンを削除してもよろしいですか?', // Webhooks 'webhooks' => 'Webhook', 'webhooks_index_desc' => 'Webhookは、システム内で特定のアクションやイベントが発生したときに外部URLにデータを送信する方法で、メッセージングシステムや通知システムなどの外部プラットフォームとのイベントベースの統合を可能にします。', 'webhooks_x_trigger_events' => ':count個のトリガーイベント|:count個のトリガーイベント', 'webhooks_create' => 'Webhookを作成', 'webhooks_none_created' => 'Webhookはまだ作成されていません。', 'webhooks_edit' => 'Webhookを編集', 'webhooks_save' => 'Webhookを保存', 'webhooks_details' => 'Webhookの詳細', 'webhooks_details_desc' => 'ユーザーフレンドリーな名前とWebhookデータの送信先にするPOSTエンドポイントを指定します。', 'webhooks_events' => 'Webhookのイベント', 'webhooks_events_desc' => 'このWebhookの呼び出しをトリガーするすべてのイベントを選択します。', 'webhooks_events_warning' => 'これらのイベントはカスタム権限が適用されている場合でも、選択したすべてのイベントに対してトリガーされることに注意してください。このWebhookの利用により機密コンテンツが公開されないことを確認してください。', 'webhooks_events_all' => '全てのシステムイベント', 'webhooks_name' => 'Webhook名', 'webhooks_timeout' => 'Webhookリクエストタイムアウト (秒)', 'webhooks_endpoint' => 'Webhookエンドポイント', 'webhooks_active' => '有効なWebhook', 'webhook_events_table_header' => 'イベント', 'webhooks_delete' => 'Webhookを削除', 'webhooks_delete_warning' => 'これにより、このWebhook「:webhookName」がシステムから完全に削除されます。', 'webhooks_delete_confirm' => 'このWebhookを削除してよろしいですか?', 'webhooks_format_example' => 'Webhookのフォーマット例', 'webhooks_format_example_desc' => 'Webhookのデータは、設定されたエンドポイントにPOSTリクエストにより以下のフォーマットのJSONで送信されます。related_item と url プロパティはオプションであり、トリガーされるイベントの種類によって異なります。', 'webhooks_status' => 'Webhookの状態', 'webhooks_last_called' => '最後の実行:', 'webhooks_last_errored' => '最後のエラー:', 'webhooks_last_error_message' => '最後のエラーのメッセージ:', // Licensing 'licenses' => 'ライセンス', 'licenses_desc' => 'このページではBookStackとBookStackで使用されるプロジェクトやライブラリのライセンス情報を詳しく説明します。開発環境でのみ使用するものも多数含まれています。', 'licenses_bookstack' => 'BookStack ライセンス', 'licenses_php' => 'PHPライブラリライセンス', 'licenses_js' => 'JavaScriptライブラリライセンス', 'licenses_other' => 'その他のライセンス', 'license_details' => 'ライセンス詳細', //! If editing translations files directly please ignore this in all //! languages apart from en. Content will be auto-copied from en. //!//////////////////////////////// 'language_select' => [ 'en' => 'English', 'ar' => 'العربية', 'bg' => 'Bǎlgarski', 'bs' => 'Bosanski', 'ca' => 'Català', 'cs' => 'Česky', 'cy' => 'Cymraeg', 'da' => 'Dansk', 'de' => 'Deutsch (Sie)', 'de_informal' => 'Deutsch (Du)', 'el' => 'ελληνικά', 'es' => 'Español', 'es_AR' => 'Español Argentina', 'et' => 'Eesti keel', 'eu' => 'Euskara', 'fa' => 'فارسی', 'fi' => 'Suomi', 'fr' => 'Français', 'he' => 'עברית', 'hr' => 'Hrvatski', 'hu' => 'Magyar', 'id' => 'Bahasa Indonesia', 'it' => 'Italian',
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
true
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/ja/validation.php
lang/ja/validation.php
<?php /** * Validation Lines * The following language lines contain the default error messages used by * the validator class. Some of these rules have multiple versions such * as the size rules. Feel free to tweak each of these messages here. */ return [ // Standard laravel validation lines 'accepted' => ':attributeに同意する必要があります。', 'active_url' => ':attributeは正しいURLではありません。', 'after' => ':attributeは:date以降である必要があります。', 'alpha' => ':attributeは文字のみが含められます。', 'alpha_dash' => ':attributeは文字, 数値, ハイフンのみが含められます。', 'alpha_num' => ':attributeは文字と数値のみが含められます。', 'array' => ':attributeは配列である必要があります。', 'backup_codes' => '提供されたコードは無効か、またはすでに使用されています。', 'before' => ':attributeは:date以前である必要があります。', 'between' => [ 'numeric' => ':attributeは:min〜:maxである必要があります。', 'file' => ':attributeは:min〜:maxキロバイトである必要があります。', 'string' => ':attributeは:min〜:max文字である必要があります。', 'array' => ':attributeは:min〜:max個である必要があります。', ], 'boolean' => ':attributeはtrueまたはfalseである必要があります。', 'confirmed' => ':attributeの確認が一致しません。', 'date' => ':attributeは正しい日時ではありません。', 'date_format' => ':attributeが:formatのフォーマットと一致しません。', 'different' => ':attributeと:otherは異なる必要があります。', 'digits' => ':attributeは:digitsデジットである必要があります', 'digits_between' => ':attributeは:min〜:maxである必要があります。', 'email' => ':attributeは正しいEメールアドレスである必要があります。', 'ends_with' => ':attributeは:valuesのいずれかで終わる必要があります。', 'file' => ':attributeは有効なファイルである必要があります。', 'filled' => ':attributeは必須です。', 'gt' => [ 'numeric' => ':attributeは:valueより大きな値である必要があります。', 'file' => ':attributeは:valueキロバイトより大きなファイルである必要があります。', 'string' => ':attributeは:value文字より長い必要があります。', 'array' => ':attributeには:value個より多くのアイテムを指定する必要があります。', ], 'gte' => [ 'numeric' => ':attributeは:value以上の値である必要があります。', 'file' => ':attributeは:valueキロバイト以上のファイルである必要があります。', 'string' => ':attributeは:value文字以上である必要があります。', 'array' => ':attributeには:value個以上のアイテムを指定する必要があります。', ], 'exists' => '選択された:attributeは不正です。', 'image' => ':attributeは画像である必要があります。', 'image_extension' => ':attributeは有効かつサポートされている拡張子の画像である必要があります。', 'in' => '選択された:attributeは不正です。', 'integer' => ':attributeは数値である必要があります。', 'ip' => ':attributeは正しいIPアドレスである必要があります。', 'ipv4' => ':attributeは有効なIPv4アドレスである必要があります。', 'ipv6' => ':attributeは有効なIPv6アドレスである必要があります。', 'json' => ':attributeは有効なJSON文字列である必要があります。', 'lt' => [ 'numeric' => ':attributeは:valueより小さな値である必要があります。', 'file' => ':attributeは:valueキロバイトより小さなファイルである必要があります。', 'string' => ':attributeは:value文字より短い必要があります。', 'array' => ':attributeには:value個より少ないアイテムを指定する必要があります。', ], 'lte' => [ 'numeric' => ':attributeは:value以下の値である必要があります。', 'file' => ':attributeは:valueキロバイト以下のファイルである必要があります。', 'string' => ':attributeは:value文字以下である必要があります。', 'array' => ':attributeには:value個以下のアイテムを指定する必要があります。', ], 'max' => [ 'numeric' => ':attributeは:maxを越えることができません。', 'file' => ':attributeは:maxキロバイトを越えることができません。', 'string' => ':attributeは:max文字をこえることができません。', 'array' => ':attributeは:max個を越えることができません。', ], 'mimes' => ':attributeのファイルタイプは以下のみが許可されています: :values.', 'min' => [ 'numeric' => ':attributeは:min以上である必要があります。', 'file' => ':attributeは:minキロバイト以上である必要があります。', 'string' => ':attributeは:min文字以上である必要があります。', 'array' => ':attributeは:min個以上である必要があります。', ], 'not_in' => '選択された:attributeは不正です。', 'not_regex' => ':attributeの形式は不正です。', 'numeric' => ':attributeは数値である必要があります。', 'regex' => ':attributeのフォーマットは不正です。', 'required' => ':attributeは必須です。', 'required_if' => ':otherが:valueである場合、:attributeは必須です。', 'required_with' => ':valuesが設定されている場合、:attributeは必須です。', 'required_with_all' => ':valuesが設定されている場合、:attributeは必須です。', 'required_without' => ':valuesが設定されていない場合、:attributeは必須です。', 'required_without_all' => ':valuesが設定されていない場合、:attributeは必須です。', 'same' => ':attributeと:otherは一致している必要があります。', 'safe_url' => '提供されたリンクは安全ではない可能性があります。', 'size' => [ 'numeric' => ':attributeは:sizeである必要があります。', 'file' => ':attributeは:sizeキロバイトである必要があります。', 'string' => ':attributeは:size文字である必要があります。', 'array' => ':attributeは:size個である必要があります。', ], 'string' => ':attributeは文字列である必要があります。', 'timezone' => ':attributeは正しいタイムゾーンである必要があります。', 'totp' => '提供されたコードが無効または期限切れです。', 'unique' => ':attributeは既に使用されています。', 'url' => ':attributeのフォーマットは不正です。', 'uploaded' => 'ファイルをアップロードできませんでした。サーバーがこのサイズのファイルを受け付けていない可能性があります。', 'zip_file' => ':attribute はZIP 内のファイルを参照する必要があります。', 'zip_file_size' => 'The file :attribute must not exceed :size MB.', 'zip_file_mime' => ':attribute は種別 :validType のファイルを参照する必要がありますが、種別 :foundType となっています。', 'zip_model_expected' => 'データオブジェクトが期待されますが、":type" が見つかりました。', 'zip_unique' => 'ZIP内のオブジェクトタイプに :attribute が一意である必要があります。', // Custom validation lines 'custom' => [ 'password-confirm' => [ 'required_with' => 'パスワードの確認は必須です。', ], ], // Custom validation attributes 'attributes' => [], ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/ja/auth.php
lang/ja/auth.php
<?php /** * Authentication Language Lines * The following language lines are used during authentication for various * messages that we need to display to the user. */ return [ 'failed' => 'この資格情報は登録されていません。', 'throttle' => 'ログイン試行回数が制限を超えました。:seconds秒後に再試行してください。', // Login & Register 'sign_up' => '新規登録', 'log_in' => 'ログイン', 'log_in_with' => ':socialDriverでログイン', 'sign_up_with' => ':socialDriverで登録', 'logout' => 'ログアウト', 'name' => '名前', 'username' => 'ユーザ名', 'email' => 'メールアドレス', 'password' => 'パスワード', 'password_confirm' => 'パスワード (確認)', 'password_hint' => '8文字以上で設定する必要があります', 'forgot_password' => 'パスワードをお忘れですか?', 'remember_me' => 'ログイン情報を保存する', 'ldap_email_hint' => 'このアカウントで使用するEメールアドレスを入力してください。', 'create_account' => 'アカウント作成', 'already_have_account' => 'すでにアカウントをお持ちですか?', 'dont_have_account' => '初めての登録ですか?', 'social_login' => 'SNSログイン', 'social_registration' => 'SNS登録', 'social_registration_text' => '他のサービスで登録 / ログインする', 'register_thanks' => '登録が完了しました!', 'register_confirm' => 'メール内の確認ボタンを押して、:appNameへアクセスしてください。', 'registrations_disabled' => '登録は現在停止中です。', 'registration_email_domain_invalid' => 'このEmailドメインでの登録は許可されていません。', 'register_success' => '登録が完了し、ログインできるようになりました!', // Login auto-initiation 'auto_init_starting' => 'ログイン試行中', 'auto_init_starting_desc' => 'ログイン プロセスを開始するために、認証システムに接続しています。5秒経過しても進行しない場合、下のリンクをクリックしてみてください。', 'auto_init_start_link' => '認証を進める', // Password Reset 'reset_password' => 'パスワードリセット', 'reset_password_send_instructions' => '以下にEメールアドレスを入力すると、パスワードリセットリンクが記載されたメールが送信されます。', 'reset_password_send_button' => 'リセットリンクを送信', 'reset_password_sent' => 'メールアドレスがシステムで見つかった場合、パスワードリセットリンクが:emailに送信されます。', 'reset_password_success' => 'パスワードがリセットされました。', 'email_reset_subject' => ':appNameのパスワードをリセット', 'email_reset_text' => 'このメールは、パスワードリセットがリクエストされたため送信されています。', 'email_reset_not_requested' => 'もしパスワードリセットを希望しない場合、操作は不要です。', // Email Confirmation 'email_confirm_subject' => ':appNameのメールアドレス確認', 'email_confirm_greeting' => ':appNameへ登録してくださりありがとうございます!', 'email_confirm_text' => '以下のボタンを押し、メールアドレスを確認してください:', 'email_confirm_action' => 'メールアドレスを確認', 'email_confirm_send_error' => 'Eメールの確認が必要でしたが、システム上でEメールの送信ができませんでした。管理者に連絡し、Eメールが正しく設定されていることを確認してください。', 'email_confirm_success' => 'メールアドレスが確認されました!このメールアドレスでログインできるようになりました。', 'email_confirm_resent' => '確認メールを再送信しました。受信トレイを確認してください。', 'email_confirm_thanks' => '確認いただきありがとうございます!', 'email_confirm_thanks_desc' => '確認のため、しばらくお待ちください。3秒後にリダイレクトされない場合は、下の「続ける」リンクを押して次に進んでください。', 'email_not_confirmed' => 'Eメールアドレスが確認できていません', 'email_not_confirmed_text' => 'Eメールアドレスの確認が完了していません。', 'email_not_confirmed_click_link' => '登録時に受信したメールを確認し、確認リンクをクリックしてください。', 'email_not_confirmed_resend' => 'Eメールが見つからない場合、以下のフォームから再送信してください。', 'email_not_confirmed_resend_button' => '確認メールを再送信', // User Invite 'user_invite_email_subject' => ':appNameに招待されました!', 'user_invite_email_greeting' => ':appNameにあなたのアカウントが作成されました。', 'user_invite_email_text' => 'アカウントのパスワードを設定してアクセスできるようにするため、下のボタンをクリックしてください:', 'user_invite_email_action' => 'アカウントのパスワード設定', 'user_invite_page_welcome' => ':appNameへようこそ!', 'user_invite_page_text' => 'アカウントの設定を完了してアクセスするには、今後の訪問時に:appNameにログインするためのパスワードを設定する必要があります。', 'user_invite_page_confirm_button' => 'パスワードを確定', 'user_invite_success_login' => 'パスワードが設定されました。設定したパスワードで:appNameにログインできるようになりました!', // Multi-factor Authentication 'mfa_setup' => '多要素認証を設定', 'mfa_setup_desc' => 'アカウントのセキュリティを強化するために、多要素認証を設定してください。', 'mfa_setup_configured' => '既に設定されています', 'mfa_setup_reconfigure' => '再設定', 'mfa_setup_remove_confirmation' => 'この多要素認証方法を削除してもよろしいですか?', 'mfa_setup_action' => '設定', 'mfa_backup_codes_usage_limit_warning' => '有効な確認コードは残り5つ以下です。アカウントのロックアウトを防ぐため、コードがなくなる前に新しいセットを生成して保存してください。', 'mfa_option_totp_title' => 'モバイルアプリ', 'mfa_option_totp_desc' => '多要素認証を使用するには、Google Authenticator、Authy、Microsoft AuthenticatorなどのTOTPをサポートするモバイルアプリケーションが必要です。', 'mfa_option_backup_codes_title' => '確認コード', 'mfa_option_backup_codes_desc' => 'ログイン時に本人確認のために追加入力する1回限りの確認コードセットを生成します。 これは安全な場所に保管してください。', 'mfa_gen_confirm_and_enable' => '確認して有効化', 'mfa_gen_backup_codes_title' => '確認コードの構成', 'mfa_gen_backup_codes_desc' => '以下のコードのリストを安全な場所に保管してください。システムにアクセスする際、コードのいずれかを第二の認証手段として使用できます。', 'mfa_gen_backup_codes_download' => 'コードをダウンロード', 'mfa_gen_backup_codes_usage_warning' => '各コードは一度だけ使用できます', 'mfa_gen_totp_title' => 'モバイルアプリの設定', 'mfa_gen_totp_desc' => '多要素認証を使用するには、Google Authenticator、Authy、Microsoft AuthenticatorなどのTOTPをサポートするモバイルアプリケーションが必要です。', 'mfa_gen_totp_scan' => '利用したい認証アプリで以下のQRコードをスキャンしてください。', 'mfa_gen_totp_verify_setup' => '設定を検証', 'mfa_gen_totp_verify_setup_desc' => '認証アプリで生成されたコードを下の入力ボックスに入力し、すべてが機能していることを確認してください。', 'mfa_gen_totp_provide_code_here' => 'アプリが生成したコードを入力', 'mfa_verify_access' => 'アクセスを確認', 'mfa_verify_access_desc' => 'このユーザーアカウントはアクセスを許可する前に追加の検証レベルで本人確認を行う必要があります。続行するには、設定されているいずれかの手段で検証してください。', 'mfa_verify_no_methods' => '手段が設定されていません', 'mfa_verify_no_methods_desc' => 'アカウントの多要素認証手段が見つかりませんでした。アクセスする前に、少なくとも1つの手段を設定する必要があります。', 'mfa_verify_use_totp' => 'モバイルアプリを利用して確認', 'mfa_verify_use_backup_codes' => '確認コードによる検証', 'mfa_verify_backup_code' => '確認コード', 'mfa_verify_backup_code_desc' => '残りの確認コードのいずれかを入力してください:', 'mfa_verify_backup_code_enter_here' => '確認コードを入力', 'mfa_verify_totp_desc' => 'モバイルアプリを利用して生成されたコードを入力してください:', 'mfa_setup_login_notification' => '多要素認証が構成されました。設定された手段を利用して再度ログインしてください。', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/sq/notifications.php
lang/sq/notifications.php
<?php /** * Text used for activity-based notifications. */ 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_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:', 'updated_page_debounce' => 'To prevent a mass of notifications, for a while you won\'t be sent notifications for further edits to this page by the same editor.', 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Page Name:', 'detail_page_path' => 'Page Path:', 'detail_commenter' => 'Commenter:', 'detail_comment' => 'Comment:', 'detail_created_by' => 'Created By:', 'detail_updated_by' => 'Updated By:', 'action_view_comment' => 'View Comment', 'action_view_page' => 'View Page', 'footer_reason' => 'This notification was sent to you because :link cover this type of activity for this item.', 'footer_reason_link' => 'your notification preferences', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/sq/entities.php
lang/sq/entities.php
<?php /** * Text used for 'Entities' (Document Structure Elements) such as * Books, Shelves, Chapters & Pages */ return [ // Shared 'recently_created' => 'Recently Created', 'recently_created_pages' => 'Recently Created Pages', 'recently_updated_pages' => 'Recently Updated Pages', 'recently_created_chapters' => 'Recently Created Chapters', 'recently_created_books' => 'Recently Created Books', 'recently_created_shelves' => 'Recently Created Shelves', 'recently_update' => 'Recently Updated', 'recently_viewed' => 'Recently Viewed', 'recent_activity' => 'Recent Activity', 'create_now' => 'Create one now', 'revisions' => 'Revisions', 'meta_revision' => 'Revision #:revisionCount', 'meta_created' => 'Created :timeLength', 'meta_created_name' => 'Created :timeLength by :user', 'meta_updated' => 'Updated :timeLength', 'meta_updated_name' => 'Updated :timeLength by :user', 'meta_owned_name' => 'Owned by :user', 'meta_reference_count' => 'Referenced by :count item|Referenced by :count items', 'entity_select' => 'Entity Select', 'entity_select_lack_permission' => 'You don\'t have the required permissions to select this item', 'images' => 'Images', 'my_recent_drafts' => 'My Recent Drafts', 'my_recently_viewed' => 'My Recently Viewed', 'my_most_viewed_favourites' => 'My Most Viewed Favourites', 'my_favourites' => 'My Favourites', 'no_pages_viewed' => 'You have not viewed any pages', 'no_pages_recently_created' => 'No pages have been recently created', 'no_pages_recently_updated' => 'No pages have been recently updated', 'export' => 'Export', 'export_html' => 'Contained Web File', 'export_pdf' => 'PDF File', 'export_text' => 'Plain Text File', 'export_md' => 'Markdown File', 'export_zip' => 'Portable ZIP', 'default_template' => 'Default Page Template', 'default_template_explain' => 'Assign a page template that will be used as the default content for all pages created within this item. Keep in mind this will only be used if the page creator has view access to the chosen template page.', 'default_template_select' => 'Select a template page', 'import' => 'Import', 'import_validate' => 'Validate Import', 'import_desc' => 'Import books, chapters & pages using a portable zip export from the same, or a different, instance. Select a ZIP file to proceed. After the file has been uploaded and validated you\'ll be able to configure & confirm the import in the next view.', 'import_zip_select' => 'Select ZIP file to upload', 'import_zip_validation_errors' => 'Errors were detected while validating the provided ZIP file:', 'import_pending' => 'Pending Imports', 'import_pending_none' => 'No imports have been started.', 'import_continue' => 'Continue Import', 'import_continue_desc' => 'Review the content due to be imported from the uploaded ZIP file. When ready, run the import to add its contents to this system. The uploaded ZIP import file will be automatically removed on successful import.', 'import_details' => 'Import Details', 'import_run' => 'Run Import', 'import_size' => ':size Import ZIP Size', 'import_uploaded_at' => 'Uploaded :relativeTime', 'import_uploaded_by' => 'Uploaded by', 'import_location' => 'Import Location', 'import_location_desc' => 'Select a target location for your imported content. You\'ll need the relevant permissions to create within the location you choose.', 'import_delete_confirm' => 'Are you sure you want to delete this import?', 'import_delete_desc' => 'This will delete the uploaded import ZIP file, and cannot be undone.', 'import_errors' => 'Import Errors', 'import_errors_desc' => 'The follow errors occurred during the import attempt:', 'breadcrumb_siblings_for_page' => 'Navigate siblings for page', 'breadcrumb_siblings_for_chapter' => 'Navigate siblings for chapter', 'breadcrumb_siblings_for_book' => 'Navigate siblings for book', 'breadcrumb_siblings_for_bookshelf' => 'Navigate siblings for shelf', // Permissions and restrictions 'permissions' => 'Permissions', 'permissions_desc' => 'Set permissions here to override the default permissions provided by user roles.', 'permissions_book_cascade' => 'Permissions set on books will automatically cascade to child chapters and pages, unless they have their own permissions defined.', 'permissions_chapter_cascade' => 'Permissions set on chapters will automatically cascade to child pages, unless they have their own permissions defined.', 'permissions_save' => 'Save Permissions', 'permissions_owner' => 'Owner', 'permissions_role_everyone_else' => 'Everyone Else', 'permissions_role_everyone_else_desc' => 'Set permissions for all roles not specifically overridden.', 'permissions_role_override' => 'Override permissions for role', 'permissions_inherit_defaults' => 'Inherit defaults', // Search 'search_results' => 'Search Results', 'search_total_results_found' => ':count result found|:count total results found', 'search_clear' => 'Clear Search', 'search_no_pages' => 'No pages matched this search', 'search_for_term' => 'Search for :term', 'search_more' => 'More Results', 'search_advanced' => 'Advanced Search', 'search_terms' => 'Search Terms', 'search_content_type' => 'Content Type', 'search_exact_matches' => 'Exact Matches', 'search_tags' => 'Tag Searches', 'search_options' => 'Options', 'search_viewed_by_me' => 'Viewed by me', 'search_not_viewed_by_me' => 'Not viewed by me', 'search_permissions_set' => 'Permissions set', 'search_created_by_me' => 'Created by me', 'search_updated_by_me' => 'Updated by me', 'search_owned_by_me' => 'Owned by me', 'search_date_options' => 'Date Options', 'search_updated_before' => 'Updated before', 'search_updated_after' => 'Updated after', 'search_created_before' => 'Created before', 'search_created_after' => 'Created after', 'search_set_date' => 'Set Date', 'search_update' => 'Update Search', // Shelves 'shelf' => 'Shelf', 'shelves' => 'Shelves', 'x_shelves' => ':count Shelf|:count Shelves', 'shelves_empty' => 'No shelves have been created', 'shelves_create' => 'Create New Shelf', 'shelves_popular' => 'Popular Shelves', 'shelves_new' => 'New Shelves', 'shelves_new_action' => 'New Shelf', 'shelves_popular_empty' => 'The most popular shelves will appear here.', 'shelves_new_empty' => 'The most recently created shelves will appear here.', 'shelves_save' => 'Save Shelf', 'shelves_books' => 'Books on this shelf', 'shelves_add_books' => 'Add books to this shelf', 'shelves_drag_books' => 'Drag books below to add them to this shelf', 'shelves_empty_contents' => 'This shelf has no books assigned to it', 'shelves_edit_and_assign' => 'Edit shelf to assign books', 'shelves_edit_named' => 'Edit Shelf :name', 'shelves_edit' => 'Edit Shelf', 'shelves_delete' => 'Delete Shelf', 'shelves_delete_named' => 'Delete Shelf :name', 'shelves_delete_explain' => "This will delete the shelf with the name ':name'. Contained books will not be deleted.", 'shelves_delete_confirmation' => 'Are you sure you want to delete this shelf?', 'shelves_permissions' => 'Shelf Permissions', 'shelves_permissions_updated' => 'Shelf Permissions Updated', 'shelves_permissions_active' => 'Shelf Permissions Active', 'shelves_permissions_cascade_warning' => 'Permissions on shelves do not automatically cascade to contained books. This is because a book can exist on multiple shelves. Permissions can however be copied down to child books using the option found below.', 'shelves_permissions_create' => 'Shelf create permissions are only used for copying permissions to child books using the action below. They do not control the ability to create books.', 'shelves_copy_permissions_to_books' => 'Copy Permissions to Books', 'shelves_copy_permissions' => 'Copy Permissions', 'shelves_copy_permissions_explain' => 'This will apply the current permission settings of this shelf to all books contained within. Before activating, ensure any changes to the permissions of this shelf have been saved.', 'shelves_copy_permission_success' => 'Shelf permissions copied to :count books', // Books 'book' => 'Book', 'books' => 'Books', 'x_books' => ':count Book|:count Books', 'books_empty' => 'No books have been created', 'books_popular' => 'Popular Books', 'books_recent' => 'Recent Books', 'books_new' => 'New Books', 'books_new_action' => 'New Book', 'books_popular_empty' => 'The most popular books will appear here.', 'books_new_empty' => 'The most recently created books will appear here.', 'books_create' => 'Create New Book', 'books_delete' => 'Delete Book', 'books_delete_named' => 'Delete Book :bookName', 'books_delete_explain' => 'This will delete the book with the name \':bookName\'. All pages and chapters will be removed.', 'books_delete_confirmation' => 'Are you sure you want to delete this book?', 'books_edit' => 'Edit Book', 'books_edit_named' => 'Edit Book :bookName', 'books_form_book_name' => 'Book Name', 'books_save' => 'Save Book', 'books_permissions' => 'Book Permissions', 'books_permissions_updated' => 'Book Permissions Updated', 'books_empty_contents' => 'No pages or chapters have been created for this book.', 'books_empty_create_page' => 'Create a new page', 'books_empty_sort_current_book' => 'Sort the current book', 'books_empty_add_chapter' => 'Add a chapter', 'books_permissions_active' => 'Book Permissions Active', 'books_search_this' => 'Search this book', 'books_navigation' => 'Book Navigation', 'books_sort' => 'Sort Book Contents', 'books_sort_desc' => 'Move chapters and pages within a book to reorganise its contents. Other books can be added which allows easy moving of chapters and pages between books. Optionally an auto sort rule can be set to automatically sort this book\'s contents upon changes.', 'books_sort_auto_sort' => 'Auto Sort Option', 'books_sort_auto_sort_active' => 'Auto Sort Active: :sortName', 'books_sort_named' => 'Sort Book :bookName', 'books_sort_name' => 'Sort by Name', 'books_sort_created' => 'Sort by Created Date', 'books_sort_updated' => 'Sort by Updated Date', 'books_sort_chapters_first' => 'Chapters First', 'books_sort_chapters_last' => 'Chapters Last', 'books_sort_show_other' => 'Show Other Books', 'books_sort_save' => 'Save New Order', 'books_sort_show_other_desc' => 'Add other books here to include them in the sort operation, and allow easy cross-book reorganisation.', 'books_sort_move_up' => 'Move Up', 'books_sort_move_down' => 'Move Down', 'books_sort_move_prev_book' => 'Move to Previous Book', 'books_sort_move_next_book' => 'Move to Next Book', 'books_sort_move_prev_chapter' => 'Move Into Previous Chapter', 'books_sort_move_next_chapter' => 'Move Into Next Chapter', 'books_sort_move_book_start' => 'Move to Start of Book', 'books_sort_move_book_end' => 'Move to End of Book', 'books_sort_move_before_chapter' => 'Move to Before Chapter', 'books_sort_move_after_chapter' => 'Move to After Chapter', 'books_copy' => 'Copy Book', 'books_copy_success' => 'Book successfully copied', // Chapters 'chapter' => 'Chapter', 'chapters' => 'Chapters', 'x_chapters' => ':count Chapter|:count Chapters', 'chapters_popular' => 'Popular Chapters', 'chapters_new' => 'New Chapter', 'chapters_create' => 'Create New Chapter', 'chapters_delete' => 'Delete Chapter', 'chapters_delete_named' => 'Delete Chapter :chapterName', 'chapters_delete_explain' => 'This will delete the chapter with the name \':chapterName\'. All pages that exist within this chapter will also be deleted.', 'chapters_delete_confirm' => 'Are you sure you want to delete this chapter?', 'chapters_edit' => 'Edit Chapter', 'chapters_edit_named' => 'Edit Chapter :chapterName', 'chapters_save' => 'Save Chapter', 'chapters_move' => 'Move Chapter', 'chapters_move_named' => 'Move Chapter :chapterName', 'chapters_copy' => 'Copy Chapter', 'chapters_copy_success' => 'Chapter successfully copied', 'chapters_permissions' => 'Chapter Permissions', 'chapters_empty' => 'No pages are currently in this chapter.', 'chapters_permissions_active' => 'Chapter Permissions Active', 'chapters_permissions_success' => 'Chapter Permissions Updated', 'chapters_search_this' => 'Search this chapter', 'chapter_sort_book' => 'Sort Book', // Pages 'page' => 'Page', 'pages' => 'Pages', 'x_pages' => ':count Page|:count Pages', 'pages_popular' => 'Popular Pages', 'pages_new' => 'New Page', 'pages_attachments' => 'Attachments', 'pages_navigation' => 'Page Navigation', 'pages_delete' => 'Delete Page', 'pages_delete_named' => 'Delete Page :pageName', 'pages_delete_draft_named' => 'Delete Draft Page :pageName', 'pages_delete_draft' => 'Delete Draft Page', 'pages_delete_success' => 'Page deleted', 'pages_delete_draft_success' => 'Draft page deleted', 'pages_delete_warning_template' => 'This page is in active use as a book or chapter default page template. These books or chapters will no longer have a default page template assigned after this page is deleted.', 'pages_delete_confirm' => 'Are you sure you want to delete this page?', 'pages_delete_draft_confirm' => 'Are you sure you want to delete this draft page?', 'pages_editing_named' => 'Editing Page :pageName', 'pages_edit_draft_options' => 'Draft Options', 'pages_edit_save_draft' => 'Save Draft', 'pages_edit_draft' => 'Edit Page Draft', 'pages_editing_draft' => 'Editing Draft', 'pages_editing_page' => 'Editing Page', 'pages_edit_draft_save_at' => 'Draft saved at ', 'pages_edit_delete_draft' => 'Delete Draft', 'pages_edit_delete_draft_confirm' => 'Are you sure you want to delete your draft page changes? All of your changes, since the last full save, will be lost and the editor will be updated with the latest page non-draft save state.', 'pages_edit_discard_draft' => 'Discard Draft', 'pages_edit_switch_to_markdown' => 'Switch to Markdown Editor', 'pages_edit_switch_to_markdown_clean' => '(Clean Content)', 'pages_edit_switch_to_markdown_stable' => '(Stable Content)', 'pages_edit_switch_to_wysiwyg' => 'Switch to WYSIWYG Editor', 'pages_edit_switch_to_new_wysiwyg' => 'Switch to new WYSIWYG', 'pages_edit_switch_to_new_wysiwyg_desc' => '(In Beta Testing)', 'pages_edit_set_changelog' => 'Set Changelog', 'pages_edit_enter_changelog_desc' => 'Enter a brief description of the changes you\'ve made', 'pages_edit_enter_changelog' => 'Enter Changelog', 'pages_editor_switch_title' => 'Switch Editor', 'pages_editor_switch_are_you_sure' => 'Are you sure you want to change the editor for this page?', 'pages_editor_switch_consider_following' => 'Consider the following when changing editors:', 'pages_editor_switch_consideration_a' => 'Once saved, the new editor option will be used by any future editors, including those that may not be able to change editor type themselves.', 'pages_editor_switch_consideration_b' => 'This can potentially lead to a loss of detail and syntax in certain circumstances.', 'pages_editor_switch_consideration_c' => 'Tag or changelog changes, made since last save, won\'t persist across this change.', 'pages_save' => 'Save Page', 'pages_title' => 'Page Title', 'pages_name' => 'Page Name', 'pages_md_editor' => 'Editor', 'pages_md_preview' => 'Preview', 'pages_md_insert_image' => 'Insert Image', 'pages_md_insert_link' => 'Insert Entity Link', 'pages_md_insert_drawing' => 'Insert Drawing', 'pages_md_show_preview' => 'Show preview', 'pages_md_sync_scroll' => 'Sync preview scroll', 'pages_md_plain_editor' => 'Plaintext editor', 'pages_drawing_unsaved' => 'Unsaved Drawing Found', 'pages_drawing_unsaved_confirm' => 'Unsaved drawing data was found from a previous failed drawing save attempt. Would you like to restore and continue editing this unsaved drawing?', 'pages_not_in_chapter' => 'Page is not in a chapter', 'pages_move' => 'Move Page', 'pages_copy' => 'Copy Page', 'pages_copy_desination' => 'Copy Destination', 'pages_copy_success' => 'Page successfully copied', 'pages_permissions' => 'Page Permissions', 'pages_permissions_success' => 'Page permissions updated', 'pages_revision' => 'Revision', 'pages_revisions' => 'Page Revisions', 'pages_revisions_desc' => 'Listed below are all the past revisions of this page. You can look back upon, compare, and restore old page versions if permissions allow. The full history of the page may not be fully reflected here since, depending on system configuration, old revisions could be auto-deleted.', 'pages_revisions_named' => 'Page Revisions for :pageName', 'pages_revision_named' => 'Page Revision for :pageName', 'pages_revision_restored_from' => 'Restored from #:id; :summary', 'pages_revisions_created_by' => 'Created By', 'pages_revisions_date' => 'Revision Date', 'pages_revisions_number' => '#', 'pages_revisions_sort_number' => 'Revision Number', 'pages_revisions_numbered' => 'Revision #:id', 'pages_revisions_numbered_changes' => 'Revision #:id Changes', 'pages_revisions_editor' => 'Editor Type', 'pages_revisions_changelog' => 'Changelog', 'pages_revisions_changes' => 'Changes', 'pages_revisions_current' => 'Current Version', 'pages_revisions_preview' => 'Preview', 'pages_revisions_restore' => 'Restore', 'pages_revisions_none' => 'This page has no revisions', 'pages_copy_link' => 'Copy Link', 'pages_edit_content_link' => 'Jump to section in editor', 'pages_pointer_enter_mode' => 'Enter section select mode', 'pages_pointer_label' => 'Page Section Options', 'pages_pointer_permalink' => 'Page Section Permalink', 'pages_pointer_include_tag' => 'Page Section Include Tag', 'pages_pointer_toggle_link' => 'Permalink mode, Press to show include tag', 'pages_pointer_toggle_include' => 'Include tag mode, Press to show permalink', 'pages_permissions_active' => 'Page Permissions Active', 'pages_initial_revision' => 'Initial publish', 'pages_references_update_revision' => 'System auto-update of internal links', 'pages_initial_name' => 'New Page', 'pages_editing_draft_notification' => 'You are currently editing a draft that was last saved :timeDiff.', 'pages_draft_edited_notification' => 'This page has been updated by since that time. It is recommended that you discard this draft.', 'pages_draft_page_changed_since_creation' => 'This page has been updated since this draft was created. It is recommended that you discard this draft or take care not to overwrite any page changes.', 'pages_draft_edit_active' => [ 'start_a' => ':count users have started editing this page', 'start_b' => ':userName has started editing this page', 'time_a' => 'since the page was last updated', 'time_b' => 'in the last :minCount minutes', 'message' => ':start :time. Take care not to overwrite each other\'s updates!', ], 'pages_draft_discarded' => 'Draft discarded! The editor has been updated with the current page content', 'pages_draft_deleted' => 'Draft deleted! The editor has been updated with the current page content', 'pages_specific' => 'Specific Page', 'pages_is_template' => 'Page Template', // Editor Sidebar 'toggle_sidebar' => 'Toggle Sidebar', 'page_tags' => 'Page Tags', 'chapter_tags' => 'Chapter Tags', 'book_tags' => 'Book Tags', 'shelf_tags' => 'Shelf Tags', 'tag' => 'Tag', 'tags' => 'Tags', 'tags_index_desc' => 'Tags can be applied to content within the system to apply a flexible form of categorization. Tags can have both a key and value, with the value being optional. Once applied, content can then be queried using the tag name and value.', 'tag_name' => 'Tag Name', 'tag_value' => 'Tag Value (Optional)', 'tags_explain' => "Add some tags to better categorise your content. \n You can assign a value to a tag for more in-depth organisation.", 'tags_add' => 'Add another tag', 'tags_remove' => 'Remove this tag', 'tags_usages' => 'Total tag usages', 'tags_assigned_pages' => 'Assigned to Pages', 'tags_assigned_chapters' => 'Assigned to Chapters', 'tags_assigned_books' => 'Assigned to Books', 'tags_assigned_shelves' => 'Assigned to Shelves', 'tags_x_unique_values' => ':count unique values', 'tags_all_values' => 'All values', 'tags_view_tags' => 'View Tags', 'tags_view_existing_tags' => 'View existing tags', 'tags_list_empty_hint' => 'Tags can be assigned via the page editor sidebar or while editing the details of a book, chapter or shelf.', 'attachments' => 'Attachments', 'attachments_explain' => 'Upload some files or attach some links to display on your page. These are visible in the page sidebar.', 'attachments_explain_instant_save' => 'Changes here are saved instantly.', 'attachments_upload' => 'Upload File', 'attachments_link' => 'Attach Link', 'attachments_upload_drop' => 'Alternatively you can drag and drop a file here to upload it as an attachment.', 'attachments_set_link' => 'Set Link', 'attachments_delete' => 'Are you sure you want to delete this attachment?', 'attachments_dropzone' => 'Drop files here to upload', 'attachments_no_files' => 'No files have been uploaded', 'attachments_explain_link' => 'You can attach a link if you\'d prefer not to upload a file. This can be a link to another page or a link to a file in the cloud.', 'attachments_link_name' => 'Link Name', 'attachment_link' => 'Attachment link', 'attachments_link_url' => 'Link to file', 'attachments_link_url_hint' => 'Url of site or file', 'attach' => 'Attach', 'attachments_insert_link' => 'Add Attachment Link to Page', 'attachments_edit_file' => 'Edit File', 'attachments_edit_file_name' => 'File Name', 'attachments_edit_drop_upload' => 'Drop files or click here to upload and overwrite', 'attachments_order_updated' => 'Attachment order updated', 'attachments_updated_success' => 'Attachment details updated', 'attachments_deleted' => 'Attachment deleted', 'attachments_file_uploaded' => 'File successfully uploaded', 'attachments_file_updated' => 'File successfully updated', 'attachments_link_attached' => 'Link successfully attached to page', 'templates' => 'Templates', 'templates_set_as_template' => 'Page is a template', 'templates_explain_set_as_template' => 'You can set this page as a template so its contents be utilized when creating other pages. Other users will be able to use this template if they have view permissions for this page.', 'templates_replace_content' => 'Replace page content', 'templates_append_content' => 'Append to page content', 'templates_prepend_content' => 'Prepend to page content', // Profile View 'profile_user_for_x' => 'User for :time', 'profile_created_content' => 'Created Content', 'profile_not_created_pages' => ':userName has not created any pages', 'profile_not_created_chapters' => ':userName has not created any chapters', 'profile_not_created_books' => ':userName has not created any books', 'profile_not_created_shelves' => ':userName has not created any shelves', // Comments 'comment' => 'Comment', 'comments' => 'Comments', 'comment_add' => 'Add Comment', 'comment_none' => 'No comments to display', 'comment_placeholder' => 'Leave a comment here', 'comment_thread_count' => ':count Comment Thread|:count Comment Threads', 'comment_archived_count' => ':count Archived', 'comment_archived_threads' => 'Archived Threads', 'comment_save' => 'Save Comment', 'comment_new' => 'New Comment', 'comment_created' => 'commented :createDiff', 'comment_updated' => 'Updated :updateDiff by :username', 'comment_updated_indicator' => 'Updated', 'comment_deleted_success' => 'Comment deleted', 'comment_created_success' => 'Comment added', 'comment_updated_success' => 'Comment updated', 'comment_archive_success' => 'Comment archived', 'comment_unarchive_success' => 'Comment un-archived', 'comment_view' => 'View comment', 'comment_jump_to_thread' => 'Jump to thread', 'comment_delete_confirm' => 'Are you sure you want to delete this comment?', 'comment_in_reply_to' => 'In reply to :commentId', 'comment_reference' => 'Reference', 'comment_reference_outdated' => '(Outdated)', 'comment_editor_explain' => 'Here are the comments that have been left on this page. Comments can be added & managed when viewing the saved page.', // Revision 'revision_delete_confirm' => 'Are you sure you want to delete this revision?', 'revision_restore_confirm' => 'Are you sure you want to restore this revision? The current page contents will be replaced.', 'revision_cannot_delete_latest' => 'Cannot delete the latest revision.', // Copy view 'copy_consider' => 'Please consider the below when copying content.', 'copy_consider_permissions' => 'Custom permission settings will not be copied.', 'copy_consider_owner' => 'You will become the owner of all copied content.', 'copy_consider_images' => 'Page image files will not be duplicated & the original images will retain their relation to the page they were originally uploaded to.', 'copy_consider_attachments' => 'Page attachments will not be copied.', 'copy_consider_access' => 'A change of location, owner or permissions may result in this content being accessible to those previously without access.', // Conversions 'convert_to_shelf' => 'Convert to Shelf', 'convert_to_shelf_contents_desc' => 'You can convert this book to a new shelf with the same contents. Chapters contained within this book will be converted to new books. If this book contains any pages, that are not in a chapter, this book will be renamed and contain such pages, and this book will become part of the new shelf.', 'convert_to_shelf_permissions_desc' => 'Any permissions set on this book will be copied to the new shelf and to all new child books that don\'t have their own permissions enforced. Note that permissions on shelves do not auto-cascade to content within, as they do for books.', 'convert_book' => 'Convert Book', 'convert_book_confirm' => 'Are you sure you want to convert this book?', 'convert_undo_warning' => 'This cannot be as easily undone.', 'convert_to_book' => 'Convert to Book', 'convert_to_book_desc' => 'You can convert this chapter to a new book with the same contents. Any permissions set on this chapter will be copied to the new book but any inherited permissions, from the parent book, will not be copied which could lead to a change of access control.', 'convert_chapter' => 'Convert Chapter', 'convert_chapter_confirm' => 'Are you sure you want to convert this chapter?', // References 'references' => 'References', 'references_none' => 'There are no tracked references to this item.', 'references_to_desc' => 'Listed below is all the known content in the system that links to this item.', // Watch Options 'watch' => 'Watch', 'watch_title_default' => 'Default Preferences', 'watch_desc_default' => 'Revert watching to just your default notification preferences.', 'watch_title_ignore' => 'Ignore', 'watch_desc_ignore' => 'Ignore all notifications, including those from user-level preferences.', 'watch_title_new' => 'New Pages', 'watch_desc_new' => 'Notify when any new page is created within this item.', 'watch_title_updates' => 'All Page Updates', 'watch_desc_updates' => 'Notify upon all new pages and page changes.', 'watch_desc_updates_page' => 'Notify upon all page changes.', 'watch_title_comments' => 'All Page Updates & Comments', 'watch_desc_comments' => 'Notify upon all new pages, page changes and new comments.', 'watch_desc_comments_page' => 'Notify upon page changes and new comments.', 'watch_change_default' => 'Change default notification preferences', 'watch_detail_ignore' => 'Ignoring notifications', 'watch_detail_new' => 'Watching for new pages', 'watch_detail_updates' => 'Watching new pages and updates', 'watch_detail_comments' => 'Watching new pages, updates & comments', 'watch_detail_parent_book' => 'Watching via parent book', 'watch_detail_parent_book_ignore' => 'Ignoring via parent book', 'watch_detail_parent_chapter' => 'Watching via parent chapter', 'watch_detail_parent_chapter_ignore' => 'Ignoring via parent chapter', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/sq/passwords.php
lang/sq/passwords.php
<?php /** * Password Reminder Language Lines * The following language lines are the default lines which match reasons * that are given by the password broker for a password update attempt has failed. */ return [ 'password' => 'Passwords must be at least eight characters and match the confirmation.', 'user' => "We can't find a user with that e-mail address.", 'token' => 'The password reset token is invalid for this email address.', 'sent' => 'We have e-mailed your password reset link!', 'reset' => 'Your password has been reset!', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/sq/editor.php
lang/sq/editor.php
<?php /** * Page Editor Lines * Contains text strings used within the user interface of the * WYSIWYG page editor. Some Markdown editor strings may still * exist in the 'entities' file instead since this was added later. */ return [ // General editor terms 'general' => 'General', 'advanced' => 'Advanced', 'none' => 'None', 'cancel' => 'Cancel', 'save' => 'Save', 'close' => 'Close', 'apply' => 'Apply', 'undo' => 'Undo', 'redo' => 'Redo', 'left' => 'Left', 'center' => 'Center', 'right' => 'Right', 'top' => 'Top', 'middle' => 'Middle', 'bottom' => 'Bottom', 'width' => 'Width', 'height' => 'Height', 'More' => 'More', 'select' => 'Select...', // Toolbar 'formats' => 'Formats', 'header_large' => 'Large Header', 'header_medium' => 'Medium Header', 'header_small' => 'Small Header', 'header_tiny' => 'Tiny Header', 'paragraph' => 'Paragraph', 'blockquote' => 'Blockquote', 'inline_code' => 'Inline code', 'callouts' => 'Callouts', 'callout_information' => 'Information', 'callout_success' => 'Success', 'callout_warning' => 'Warning', 'callout_danger' => 'Danger', 'bold' => 'Bold', 'italic' => 'Italic', 'underline' => 'Underline', 'strikethrough' => 'Strikethrough', 'superscript' => 'Superscript', 'subscript' => 'Subscript', 'text_color' => 'Text color', 'highlight_color' => 'Highlight color', 'custom_color' => 'Custom color', 'remove_color' => 'Remove color', 'background_color' => 'Background color', 'align_left' => 'Align left', 'align_center' => 'Align center', 'align_right' => 'Align right', 'align_justify' => 'Justify', 'list_bullet' => 'Bullet list', 'list_numbered' => 'Numbered list', 'list_task' => 'Task list', 'indent_increase' => 'Increase indent', 'indent_decrease' => 'Decrease indent', 'table' => 'Table', 'insert_image' => 'Insert image', 'insert_image_title' => 'Insert/Edit Image', 'insert_link' => 'Insert/edit link', 'insert_link_title' => 'Insert/Edit Link', 'insert_horizontal_line' => 'Insert horizontal line', 'insert_code_block' => 'Insert code block', 'edit_code_block' => 'Edit code block', 'insert_drawing' => 'Insert/edit drawing', 'drawing_manager' => 'Drawing manager', 'insert_media' => 'Insert/edit media', 'insert_media_title' => 'Insert/Edit Media', 'clear_formatting' => 'Clear formatting', 'source_code' => 'Source code', 'source_code_title' => 'Source Code', 'fullscreen' => 'Fullscreen', 'image_options' => 'Image options', // Tables 'table_properties' => 'Table properties', 'table_properties_title' => 'Table Properties', 'delete_table' => 'Delete table', 'table_clear_formatting' => 'Clear table formatting', 'resize_to_contents' => 'Resize to contents', 'row_header' => 'Row header', 'insert_row_before' => 'Insert row before', 'insert_row_after' => 'Insert row after', 'delete_row' => 'Delete row', 'insert_column_before' => 'Insert column before', 'insert_column_after' => 'Insert column after', 'delete_column' => 'Delete column', 'table_cell' => 'Cell', 'table_row' => 'Row', 'table_column' => 'Column', 'cell_properties' => 'Cell properties', 'cell_properties_title' => 'Cell Properties', 'cell_type' => 'Cell type', 'cell_type_cell' => 'Cell', 'cell_scope' => 'Scope', 'cell_type_header' => 'Header cell', 'merge_cells' => 'Merge cells', 'split_cell' => 'Split cell', 'table_row_group' => 'Row Group', 'table_column_group' => 'Column Group', 'horizontal_align' => 'Horizontal align', 'vertical_align' => 'Vertical align', 'border_width' => 'Border width', 'border_style' => 'Border style', 'border_color' => 'Border color', 'row_properties' => 'Row properties', 'row_properties_title' => 'Row Properties', 'cut_row' => 'Cut row', 'copy_row' => 'Copy row', 'paste_row_before' => 'Paste row before', 'paste_row_after' => 'Paste row after', 'row_type' => 'Row type', 'row_type_header' => 'Header', 'row_type_body' => 'Body', 'row_type_footer' => 'Footer', 'alignment' => 'Alignment', 'cut_column' => 'Cut column', 'copy_column' => 'Copy column', 'paste_column_before' => 'Paste column before', 'paste_column_after' => 'Paste column after', 'cell_padding' => 'Cell padding', 'cell_spacing' => 'Cell spacing', 'caption' => 'Caption', 'show_caption' => 'Show caption', 'constrain' => 'Constrain proportions', 'cell_border_solid' => 'Solid', 'cell_border_dotted' => 'Dotted', 'cell_border_dashed' => 'Dashed', 'cell_border_double' => 'Double', 'cell_border_groove' => 'Groove', 'cell_border_ridge' => 'Ridge', 'cell_border_inset' => 'Inset', 'cell_border_outset' => 'Outset', 'cell_border_none' => 'None', 'cell_border_hidden' => 'Hidden', // Images, links, details/summary & embed 'source' => 'Source', 'alt_desc' => 'Alternative description', 'embed' => 'Embed', 'paste_embed' => 'Paste your embed code below:', 'url' => 'URL', 'text_to_display' => 'Text to display', 'title' => 'Title', 'browse_links' => 'Browse links', 'open_link' => 'Open link', 'open_link_in' => 'Open link in...', 'open_link_current' => 'Current window', 'open_link_new' => 'New window', 'remove_link' => 'Remove link', 'insert_collapsible' => 'Insert collapsible block', 'collapsible_unwrap' => 'Unwrap', 'edit_label' => 'Edit label', 'toggle_open_closed' => 'Toggle open/closed', 'collapsible_edit' => 'Edit collapsible block', 'toggle_label' => 'Toggle label', // About view 'about' => 'About the editor', 'about_title' => 'About the WYSIWYG Editor', 'editor_license' => 'Editor License & Copyright', 'editor_lexical_license' => 'This editor is built as a fork of :lexicalLink which is distributed under the MIT license.', 'editor_lexical_license_link' => 'Full license details can be found here.', 'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under the MIT license.', 'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.', 'save_continue' => 'Save Page & Continue', 'callouts_cycle' => '(Keep pressing to toggle through types)', 'link_selector' => 'Link to content', 'shortcuts' => 'Shortcuts', 'shortcut' => 'Shortcut', 'shortcuts_intro' => 'The following shortcuts are available in the editor:', 'windows_linux' => '(Windows/Linux)', 'mac' => '(Mac)', 'description' => 'Description', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/sq/components.php
lang/sq/components.php
<?php /** * Text used in custom JavaScript driven components. */ return [ // Image Manager 'image_select' => 'Image Select', 'image_list' => 'Image List', 'image_details' => 'Image Details', 'image_upload' => 'Upload Image', 'image_intro' => 'Here you can select and manage images that have been previously uploaded to the system.', 'image_intro_upload' => 'Upload a new image by dragging an image file into this window, or by using the "Upload Image" button above.', 'image_all' => 'All', 'image_all_title' => 'View all images', 'image_book_title' => 'View images uploaded to this book', 'image_page_title' => 'View images uploaded to this page', 'image_search_hint' => 'Search by image name', 'image_uploaded' => 'Uploaded :uploadedDate', 'image_uploaded_by' => 'Uploaded by :userName', 'image_uploaded_to' => 'Uploaded to :pageLink', 'image_updated' => 'Updated :updateDate', 'image_load_more' => 'Load More', 'image_image_name' => 'Image Name', 'image_delete_used' => 'This image is used in the pages below.', 'image_delete_confirm_text' => 'Are you sure you want to delete this image?', 'image_select_image' => 'Select Image', 'image_dropzone' => 'Drop images or click here to upload', 'image_dropzone_drop' => 'Drop images here to upload', 'images_deleted' => 'Images Deleted', 'image_preview' => 'Image Preview', 'image_upload_success' => 'Image uploaded successfully', 'image_update_success' => 'Image details successfully updated', 'image_delete_success' => 'Image successfully deleted', 'image_replace' => 'Replace Image', 'image_replace_success' => 'Image file successfully updated', 'image_rebuild_thumbs' => 'Regenerate Size Variations', 'image_rebuild_thumbs_success' => 'Image size variations successfully rebuilt!', // Code Editor 'code_editor' => 'Edit Code', 'code_language' => 'Code Language', 'code_content' => 'Code Content', 'code_session_history' => 'Session History', 'code_save' => 'Save Code', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/sq/preferences.php
lang/sq/preferences.php
<?php /** * Text used for user-preference specific views within bookstack. */ return [ 'my_account' => 'My Account', 'shortcuts' => 'Shortcuts', 'shortcuts_interface' => 'UI Shortcut Preferences', 'shortcuts_toggle_desc' => 'Here you can enable or disable keyboard system interface shortcuts, used for navigation and actions.', 'shortcuts_customize_desc' => 'You can customize each of the shortcuts below. Just press your desired key combination after selecting the input for a shortcut.', 'shortcuts_toggle_label' => 'Keyboard shortcuts enabled', 'shortcuts_section_navigation' => 'Navigation', 'shortcuts_section_actions' => 'Common Actions', 'shortcuts_save' => 'Save Shortcuts', 'shortcuts_overlay_desc' => 'Note: When shortcuts are enabled a helper overlay is available via pressing "?" which will highlight the available shortcuts for actions currently visible on the screen.', 'shortcuts_update_success' => 'Shortcut preferences have been updated!', 'shortcuts_overview_desc' => 'Manage keyboard shortcuts you can use to navigate the system user interface.', 'notifications' => 'Notification Preferences', 'notifications_desc' => 'Control the email notifications you receive when certain activity is performed within the system.', 'notifications_opt_own_page_changes' => 'Notify upon changes to pages I own', 'notifications_opt_own_page_comments' => 'Notify upon comments on pages I own', 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Notify upon replies to my comments', 'notifications_save' => 'Save Preferences', 'notifications_update_success' => 'Notification preferences have been updated!', 'notifications_watched' => 'Watched & Ignored Items', 'notifications_watched_desc' => 'Below are the items that have custom watch preferences applied. To update your preferences for these, view the item then find the watch options in the sidebar.', 'auth' => 'Access & Security', 'auth_change_password' => 'Change Password', 'auth_change_password_desc' => 'Change the password you use to log-in to the application. This must be at least 8 characters long.', 'auth_change_password_success' => 'Password has been updated!', 'profile' => 'Profile Details', 'profile_desc' => 'Manage the details of your account which represents you to other users, in addition to details that are used for communication and system personalisation.', 'profile_view_public' => 'View Public Profile', 'profile_name_desc' => 'Configure your display name which will be visible to other users in the system through the activity you perform, and content you own.', 'profile_email_desc' => 'This email will be used for notifications and, depending on active system authentication, system access.', 'profile_email_no_permission' => 'Unfortunately you don\'t have permission to change your email address. If you want to change this, you\'d need to ask an administrator to change this for you.', 'profile_avatar_desc' => 'Select an image which will be used to represent yourself to others in the system. Ideally this image should be square and about 256px in width and height.', 'profile_admin_options' => 'Administrator Options', 'profile_admin_options_desc' => 'Additional administrator-level options, like those to manage role assignments, can be found for your user account in the "Settings > Users" area of the application.', 'delete_account' => 'Delete Account', 'delete_my_account' => 'Delete My Account', 'delete_my_account_desc' => 'This will fully delete your user account from the system. You will not be able to recover this account or revert this action. Content you\'ve created, such as created pages and uploaded images, will remain.', 'delete_my_account_warning' => 'Are you sure you want to delete your account?', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/sq/errors.php
lang/sq/errors.php
<?php /** * Text shown in error messaging. */ return [ // Permissions 'permission' => 'You do not have permission to access the requested page.', 'permissionJson' => 'You do not have permission to perform the requested action.', // Auth 'error_user_exists_different_creds' => 'A user with the email :email already exists but with different credentials.', 'auth_pre_register_theme_prevention' => 'User account could not be registered for the provided details', 'email_already_confirmed' => 'Email has already been confirmed, Try logging in.', 'email_confirmation_invalid' => 'This confirmation token is not valid or has already been used, Please try registering again.', 'email_confirmation_expired' => 'The confirmation token has expired, A new confirmation email has been sent.', 'email_confirmation_awaiting' => 'The email address for the account in use needs to be confirmed', 'ldap_fail_anonymous' => 'LDAP access failed using anonymous bind', 'ldap_fail_authed' => 'LDAP access failed using given dn & password details', 'ldap_extension_not_installed' => 'LDAP PHP extension not installed', 'ldap_cannot_connect' => 'Cannot connect to ldap server, Initial connection failed', 'saml_already_logged_in' => 'Already logged in', 'saml_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system', 'saml_invalid_response_id' => 'The request from the external authentication system is not recognised by a process started by this application. Navigating back after a login could cause this issue.', 'saml_fail_authed' => 'Login using :system failed, system did not provide successful authorization', 'oidc_already_logged_in' => 'Already logged in', 'oidc_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system', 'oidc_fail_authed' => 'Login using :system failed, system did not provide successful authorization', 'social_no_action_defined' => 'No action defined', 'social_login_bad_response' => "Error received during :socialAccount login: \n:error", 'social_account_in_use' => 'This :socialAccount account is already in use, Try logging in via the :socialAccount option.', 'social_account_email_in_use' => 'The email :email is already in use. If you already have an account you can connect your :socialAccount account from your profile settings.', 'social_account_existing' => 'This :socialAccount is already attached to your profile.', 'social_account_already_used_existing' => 'This :socialAccount account is already used by another user.', 'social_account_not_used' => 'This :socialAccount account is not linked to any users. Please attach it in your profile settings. ', 'social_account_register_instructions' => 'If you do not yet have an account, You can register an account using the :socialAccount option.', 'social_driver_not_found' => 'Social driver not found', 'social_driver_not_configured' => 'Your :socialAccount social settings are not configured correctly.', 'invite_token_expired' => 'This invitation link has expired. You can instead try to reset your account password.', 'login_user_not_found' => 'A user for this action could not be found.', // System 'path_not_writable' => 'File path :filePath could not be uploaded to. Ensure it is writable to the server.', 'cannot_get_image_from_url' => 'Cannot get image from :url', 'cannot_create_thumbs' => 'The server cannot create thumbnails. Please check you have the GD PHP extension installed.', 'server_upload_limit' => 'The server does not allow uploads of this size. Please try a smaller file size.', 'server_post_limit' => 'The server cannot receive the provided amount of data. Try again with less data or a smaller file.', 'uploaded' => 'The server does not allow uploads of this size. Please try a smaller file size.', // Drawing & Images 'image_upload_error' => 'An error occurred uploading the image', 'image_upload_type_error' => 'The image type being uploaded is invalid', 'image_upload_replace_type' => 'Image file replacements must be of the same type', 'image_upload_memory_limit' => 'Failed to handle image upload and/or create thumbnails due to system resource limits.', 'image_thumbnail_memory_limit' => 'Failed to create image size variations due to system resource limits.', 'image_gallery_thumbnail_memory_limit' => 'Failed to create gallery thumbnails due to system resource limits.', 'drawing_data_not_found' => 'Drawing data could not be loaded. The drawing file might no longer exist or you may not have permission to access it.', // Attachments 'attachment_not_found' => 'Attachment not found', 'attachment_upload_error' => 'An error occurred uploading the attachment file', // Pages 'page_draft_autosave_fail' => 'Failed to save draft. Ensure you have internet connection before saving this page', 'page_draft_delete_fail' => 'Failed to delete page draft and fetch current page saved content', 'page_custom_home_deletion' => 'Cannot delete a page while it is set as a homepage', // Entities 'entity_not_found' => 'Entity not found', 'bookshelf_not_found' => 'Shelf not found', 'book_not_found' => 'Book not found', 'page_not_found' => 'Page not found', 'chapter_not_found' => 'Chapter not found', 'selected_book_not_found' => 'The selected book was not found', 'selected_book_chapter_not_found' => 'The selected Book or Chapter was not found', 'guests_cannot_save_drafts' => 'Guests cannot save drafts', // Users 'users_cannot_delete_only_admin' => 'You cannot delete the only admin', 'users_cannot_delete_guest' => 'You cannot delete the guest user', 'users_could_not_send_invite' => 'Could not create user since invite email failed to send', // Roles 'role_cannot_be_edited' => 'This role cannot be edited', 'role_system_cannot_be_deleted' => 'This role is a system role and cannot be deleted', 'role_registration_default_cannot_delete' => 'This role cannot be deleted while set as the default registration role', 'role_cannot_remove_only_admin' => 'This user is the only user assigned to the administrator role. Assign the administrator role to another user before attempting to remove it here.', // Comments 'comment_list' => 'An error occurred while fetching the comments.', 'cannot_add_comment_to_draft' => 'You cannot add comments to a draft.', 'comment_add' => 'An error occurred while adding / updating the comment.', 'comment_delete' => 'An error occurred while deleting the comment.', 'empty_comment' => 'Cannot add an empty comment.', // Error pages '404_page_not_found' => 'Page Not Found', 'sorry_page_not_found' => 'Sorry, The page you were looking for could not be found.', 'sorry_page_not_found_permission_warning' => 'If you expected this page to exist, you might not have permission to view it.', 'image_not_found' => 'Image Not Found', 'image_not_found_subtitle' => 'Sorry, The image file you were looking for could not be found.', 'image_not_found_details' => 'If you expected this image to exist it might have been deleted.', 'return_home' => 'Return to home', 'error_occurred' => 'An Error Occurred', 'app_down' => ':appName is down right now', 'back_soon' => 'It will be back up soon.', // Import 'import_zip_cant_read' => 'Could not read ZIP file.', 'import_zip_cant_decode_data' => 'Could not find and decode ZIP data.json content.', 'import_zip_no_data' => 'ZIP file data has no expected book, chapter or page content.', 'import_zip_data_too_large' => 'ZIP data.json content exceeds the configured application maximum upload size.', 'import_validation_failed' => 'Import ZIP failed to validate with errors:', 'import_zip_failed_notification' => 'Failed to import ZIP file.', 'import_perms_books' => 'You are lacking the required permissions to create books.', 'import_perms_chapters' => 'You are lacking the required permissions to create chapters.', 'import_perms_pages' => 'You are lacking the required permissions to create pages.', 'import_perms_images' => 'You are lacking the required permissions to create images.', 'import_perms_attachments' => 'You are lacking the required permission to create attachments.', // API errors 'api_no_authorization_found' => 'No authorization token found on the request', 'api_bad_authorization_format' => 'An authorization token was found on the request but the format appeared incorrect', 'api_user_token_not_found' => 'No matching API token was found for the provided authorization token', 'api_incorrect_token_secret' => 'The secret provided for the given used API token is incorrect', 'api_user_no_api_permission' => 'The owner of the used API token does not have permission to make API calls', 'api_user_token_expired' => 'The authorization token used has expired', // Settings & Maintenance 'maintenance_test_email_failure' => 'Error thrown when sending a test email:', // HTTP errors 'http_ssr_url_no_match' => 'The URL does not match the configured allowed SSR hosts', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/sq/activities.php
lang/sq/activities.php
<?php /** * Activity text strings. * Is used for all the text within activity logs & notifications. */ return [ // Pages 'page_create' => 'krijoi faqe', 'page_create_notification' => 'Faqja u krijua me sukses', 'page_update' => 'përditësoi faqe', 'page_update_notification' => 'Faqja u përditësua me sukses', 'page_delete' => 'fshiu faqe', 'page_delete_notification' => 'Faqja u fshi me sukses', 'page_restore' => 'riktheu faqe', 'page_restore_notification' => 'Faqja u rikthye me sukses', 'page_move' => 'zhvendosi faqe', 'page_move_notification' => 'Faqja u zhvendos me sukses', // Chapters 'chapter_create' => 'krijoi kapitull', 'chapter_create_notification' => 'Kapitulli u krijua me sukses', 'chapter_update' => 'përditësoi kapitull', 'chapter_update_notification' => 'Kapitulli u përditësua me sukses', 'chapter_delete' => 'fshiu kapitull', 'chapter_delete_notification' => 'Kapitulli u fshi me sukses', 'chapter_move' => 'zhvendosi kapitull', 'chapter_move_notification' => 'Kapitulli u zhvendos me sukses', // Books 'book_create' => 'krijoi libër', 'book_create_notification' => 'Libri u krijua me sukses', 'book_create_from_chapter' => 'konvertoi kapitullin në libër', 'book_create_from_chapter_notification' => 'Kapitulli u konvertua në libër me sukses', 'book_update' => 'përditësoi libër', 'book_update_notification' => 'Libri u përditësua me sukses', 'book_delete' => 'fshiu libër', 'book_delete_notification' => 'Libri u fshi me sukses', 'book_sort' => 'renditi libër', 'book_sort_notification' => 'Libri u rendit me sukses', // Bookshelves 'bookshelf_create' => 'krijoi raft', 'bookshelf_create_notification' => 'Rafti u krijua me sukses', 'bookshelf_create_from_book' => 'konvertoi librin në raft', 'bookshelf_create_from_book_notification' => 'Libri u konvertua ne raft me sukses', 'bookshelf_update' => 'përditësoi raftin', 'bookshelf_update_notification' => 'Rafti u përditësua me sukses', 'bookshelf_delete' => 'fshiu raftin', 'bookshelf_delete_notification' => 'Rafti u fshi me sukses', // Revisions 'revision_restore' => 'riktheu rishikimin', 'revision_delete' => 'fshiu rishikimin', 'revision_delete_notification' => 'Rishikimi u fshi me sukses', // Favourites 'favourite_add_notification' => '":emri" është shtuar në listën tuaj të të preferuarve', 'favourite_remove_notification' => '":emri" është hequr nga lista juaj e të preferuarve', // Watching 'watch_update_level_notification' => 'Preferencat e orës u përditësuan me sukses', // Auth 'auth_login' => 'loguar', 'auth_register' => 'regjistruar si përdorues i ri', 'auth_password_reset_request' => 'kërkoi rivendosjen e fjalëkalimit të përdoruesit', 'auth_password_reset_update' => 'rivendos fjalëkalimin e përdoruesit', 'mfa_setup_method' => 'konfiguroi metodën MFA', 'mfa_setup_method_notification' => 'Metoda Multi-factor u konfigurua me sukses', 'mfa_remove_method' => 'hoqi metodën MFA', 'mfa_remove_method_notification' => 'Metoda Multi-factor u hoq me sukses', // Settings 'settings_update' => 'përditësoi cilësimet', 'settings_update_notification' => 'Cilësimet u përditësuan me sukses', 'maintenance_action_run' => 'u zhvillua veprim i mirëmbajtjes', // Webhooks 'webhook_create' => 'u krijua uebhook', 'webhook_create_notification' => 'Uebhook-u u krijua me sukses', 'webhook_update' => 'përditësoi uebhook', 'webhook_update_notification' => 'Uebhook-u u përditësua me sukses', 'webhook_delete' => 'fshiu uebhook', 'webhook_delete_notification' => 'Uebhook-u u fshi me sukses', // Imports 'import_create' => 'importi i krijuar', 'import_create_notification' => 'Importi u ngarkua me sukses', 'import_run' => 'Importi i përditësuar', 'import_run_notification' => 'Përmbajtja u importua me sukses', 'import_delete' => 'Importi i fshirë', 'import_delete_notification' => 'Importi u fshi me sukses', // Users 'user_create' => 'krijoi përdorues', 'user_create_notification' => 'Përdoruesi u krijua me sukses', 'user_update' => 'përditësoi përdorues', 'user_update_notification' => 'Përdoruesi u përditësua me sukses', 'user_delete' => 'fshi përdorues', 'user_delete_notification' => 'Përdoruesi u fshi me sukses', // API Tokens 'api_token_create' => 'Krijoi token API', 'api_token_create_notification' => 'Token API u krijua me sukses', 'api_token_update' => 'Token i përditësuar i API-t', 'api_token_update_notification' => 'Token API u përditësua me sukses', 'api_token_delete' => 'Fshiu tokenin API', 'api_token_delete_notification' => 'Token API u fshi me sukses', // Roles 'role_create' => 'krijoi rol', 'role_create_notification' => 'Roli u krijua me sukses', 'role_update' => 'përditësoi rol', 'role_update_notification' => 'Roli u përditësua me sukses', 'role_delete' => 'fshiu rol', 'role_delete_notification' => 'Roli u fshi me sukses', // Recycle Bin 'recycle_bin_empty' => 'boshatisi koshin e riciklimit', 'recycle_bin_restore' => 'riktheu nga koshi i riciklimit', 'recycle_bin_destroy' => 'fshiu nga koshi i riciklimit', // Comments 'commented_on' => 'komentoi në', 'comment_create' => 'shtoi koment', 'comment_update' => 'përditësoi koment', 'comment_delete' => 'fshiu koment', // Sort Rules 'sort_rule_create' => 'Rregull i krijuar renditjeje', 'sort_rule_create_notification' => 'Rregulli i renditjes u krijua me sukses', 'sort_rule_update' => 'rregulli i renditjes i përditësuar', 'sort_rule_update_notification' => 'Rregulli i renditjes u përditësua me sukses', 'sort_rule_delete' => 'rregulli i renditjes është fshirë', 'sort_rule_delete_notification' => 'Rregulli i renditjes u fshi me sukses', // Other 'permissions_update' => 'përditësoi lejet', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/sq/common.php
lang/sq/common.php
<?php /** * Common elements found throughout many areas of BookStack. */ return [ // Buttons 'cancel' => 'Cancel', 'close' => 'Close', 'confirm' => 'Confirm', 'back' => 'Back', 'save' => 'Save', 'continue' => 'Continue', 'select' => 'Select', 'toggle_all' => 'Toggle All', 'more' => 'More', // Form Labels 'name' => 'Name', 'description' => 'Description', 'role' => 'Role', 'cover_image' => 'Cover image', 'cover_image_description' => 'This image should be approximately 440x250px although it will be flexibly scaled & cropped to fit the user interface in different scenarios as required, so actual dimensions for display will differ.', // Actions 'actions' => 'Actions', 'view' => 'View', 'view_all' => 'View All', 'new' => 'New', 'create' => 'Create', 'update' => 'Update', 'edit' => 'Edit', 'archive' => 'Archive', 'unarchive' => 'Un-Archive', 'sort' => 'Sort', 'move' => 'Move', 'copy' => 'Copy', 'reply' => 'Reply', 'delete' => 'Delete', 'delete_confirm' => 'Confirm Deletion', 'search' => 'Search', 'search_clear' => 'Clear Search', 'reset' => 'Reset', 'remove' => 'Remove', 'add' => 'Add', 'configure' => 'Configure', 'manage' => 'Manage', 'fullscreen' => 'Fullscreen', 'favourite' => 'Favourite', 'unfavourite' => 'Unfavourite', 'next' => 'Next', 'previous' => 'Previous', 'filter_active' => 'Active Filter:', 'filter_clear' => 'Clear Filter', 'download' => 'Download', 'open_in_tab' => 'Open in Tab', 'open' => 'Open', // Sort Options 'sort_options' => 'Sort Options', 'sort_direction_toggle' => 'Sort Direction Toggle', 'sort_ascending' => 'Sort Ascending', 'sort_descending' => 'Sort Descending', 'sort_name' => 'Name', 'sort_default' => 'Default', 'sort_created_at' => 'Created Date', 'sort_updated_at' => 'Updated Date', // Misc 'deleted_user' => 'Deleted User', 'no_activity' => 'No activity to show', 'no_items' => 'No items available', 'back_to_top' => 'Back to top', 'skip_to_main_content' => 'Skip to main content', 'toggle_details' => 'Toggle Details', 'toggle_thumbnails' => 'Toggle Thumbnails', 'details' => 'Details', 'grid_view' => 'Grid View', 'list_view' => 'List View', 'default' => 'Default', 'breadcrumb' => 'Breadcrumb', 'status' => 'Status', 'status_active' => 'Active', 'status_inactive' => 'Inactive', 'never' => 'Never', 'none' => 'None', // Header 'homepage' => 'Homepage', 'header_menu_expand' => 'Expand Header Menu', 'profile_menu' => 'Profile Menu', 'view_profile' => 'Shiko profilin', 'edit_profile' => 'Ndrysho profilin', 'dark_mode' => 'Dark Mode', 'light_mode' => 'Light Mode', 'global_search' => 'Global Search', // Layout tabs 'tab_info' => 'Info', 'tab_info_label' => 'Tab: Show Secondary Information', 'tab_content' => 'Content', 'tab_content_label' => 'Tab: Show Primary Content', // Email Content 'email_action_help' => 'If you’re having trouble clicking the ":actionText" button, copy and paste the URL below into your web browser:', 'email_rights' => 'All rights reserved', // Footer Link Options // Not directly used but available for convenience to users. 'privacy_policy' => 'Privacy Policy', 'terms_of_service' => 'Terms of Service', // OpenSearch 'opensearch_description' => 'Search :appName', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/sq/pagination.php
lang/sq/pagination.php
<?php /** * Pagination Language Lines * The following language lines are used by the paginator library to build * the simple pagination links. */ return [ 'previous' => '&laquo; Previous', 'next' => 'Next &raquo;', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/sq/settings.php
lang/sq/settings.php
<?php /** * Settings text strings * Contains all text strings used in the general settings sections of BookStack * including users and roles. */ return [ // Common Messages 'settings' => 'Settings', 'settings_save' => 'Save Settings', 'system_version' => 'System Version', 'categories' => 'Categories', // App Settings 'app_customization' => 'Customization', 'app_features_security' => 'Features & Security', 'app_name' => 'Application Name', 'app_name_desc' => 'This name is shown in the header and in any system-sent emails.', 'app_name_header' => 'Show name in header', 'app_public_access' => 'Public Access', 'app_public_access_desc' => 'Enabling this option will allow visitors, that are not logged-in, to access content in your BookStack instance.', 'app_public_access_desc_guest' => 'Access for public visitors can be controlled through the "Guest" user.', 'app_public_access_toggle' => 'Allow public access', 'app_public_viewing' => 'Allow public viewing?', 'app_secure_images' => 'Higher Security Image Uploads', 'app_secure_images_toggle' => 'Enable higher security image uploads', 'app_secure_images_desc' => 'For performance reasons, all images are public. This option adds a random, hard-to-guess string in front of image urls. Ensure directory indexes are not enabled to prevent easy access.', 'app_default_editor' => 'Default Page Editor', 'app_default_editor_desc' => 'Select which editor will be used by default when editing new pages. This can be overridden at a page level where permissions allow.', 'app_custom_html' => 'Custom HTML Head Content', 'app_custom_html_desc' => 'Any content added here will be inserted into the bottom of the <head> section of every page. This is handy for overriding styles or adding analytics code.', 'app_custom_html_disabled_notice' => 'Custom HTML head content is disabled on this settings page to ensure any breaking changes can be reverted.', 'app_logo' => 'Application Logo', 'app_logo_desc' => 'This is used in the application header bar, among other areas. This image should be 86px in height. Large images will be scaled down.', 'app_icon' => 'Application Icon', 'app_icon_desc' => 'This icon is used for browser tabs and shortcut icons. This should be a 256px square PNG image.', 'app_homepage' => 'Application Homepage', 'app_homepage_desc' => 'Select a view to show on the homepage instead of the default view. Page permissions are ignored for selected pages.', 'app_homepage_select' => 'Select a page', 'app_footer_links' => 'Footer Links', 'app_footer_links_desc' => 'Add links to show within the site footer. These will be displayed at the bottom of most pages, including those that do not require login. You can use a label of "trans::<key>" to use system-defined translations. For example: Using "trans::common.privacy_policy" will provide the translated text "Privacy Policy" and "trans::common.terms_of_service" will provide the translated text "Terms of Service".', 'app_footer_links_label' => 'Link Label', 'app_footer_links_url' => 'Link URL', 'app_footer_links_add' => 'Add Footer Link', 'app_disable_comments' => 'Disable Comments', 'app_disable_comments_toggle' => 'Disable comments', 'app_disable_comments_desc' => 'Disables comments across all pages in the application. <br> Existing comments are not shown.', // Color settings 'color_scheme' => 'Application Color Scheme', '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' => 'Primary Color', 'link_color' => 'Default Link Color', '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.', 'bookshelf_color' => 'Shelf Color', 'book_color' => 'Book Color', 'chapter_color' => 'Chapter Color', 'page_color' => 'Page Color', 'page_draft_color' => 'Page Draft Color', // Registration Settings 'reg_settings' => 'Registration', 'reg_enable' => 'Enable Registration', 'reg_enable_toggle' => 'Enable registration', 'reg_enable_desc' => 'When registration is enabled user will be able to sign themselves up as an application user. Upon registration they are given a single, default user role.', 'reg_default_role' => 'Default user role after registration', 'reg_enable_external_warning' => 'The option above is ignored while external LDAP or SAML authentication is active. User accounts for non-existing members will be auto-created if authentication, against the external system in use, is successful.', 'reg_email_confirmation' => 'Email Confirmation', 'reg_email_confirmation_toggle' => 'Require email confirmation', 'reg_confirm_email_desc' => 'If domain restriction is used then email confirmation will be required and this option will be ignored.', 'reg_confirm_restrict_domain' => 'Domain Restriction', 'reg_confirm_restrict_domain_desc' => 'Enter a comma separated list of email domains you would like to restrict registration to. Users will be sent an email to confirm their address before being allowed to interact with the application. <br> Note that users will be able to change their email addresses after successful registration.', 'reg_confirm_restrict_domain_placeholder' => 'No restriction set', // Sorting Settings 'sorting' => 'Lists & Sorting', 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Select the default sort rule to apply to new books. This won\'t affect existing books, and can be overridden per-book.', 'sorting_rules' => 'Sort Rules', 'sorting_rules_desc' => 'These are predefined sorting operations which can be applied to content in the system.', 'sort_rule_assigned_to_x_books' => 'Assigned to :count Book|Assigned to :count Books', 'sort_rule_create' => 'Create Sort Rule', 'sort_rule_edit' => 'Edit Sort Rule', 'sort_rule_delete' => 'Delete Sort Rule', 'sort_rule_delete_desc' => 'Remove this sort rule from the system. Books using this sort will revert to manual sorting.', 'sort_rule_delete_warn_books' => 'This sort rule is currently used on :count book(s). Are you sure you want to delete this?', 'sort_rule_delete_warn_default' => 'This sort rule is currently used as the default for books. Are you sure you want to delete this?', 'sort_rule_details' => 'Sort Rule Details', 'sort_rule_details_desc' => 'Set a name for this sort rule, which will appear in lists when users are selecting a sort.', 'sort_rule_operations' => 'Sort Operations', 'sort_rule_operations_desc' => 'Configure the sort actions to be performed by moving them from the list of available operations. Upon use, the operations will be applied in order, from top to bottom. Any changes made here will be applied to all assigned books upon save.', 'sort_rule_available_operations' => 'Available Operations', 'sort_rule_available_operations_empty' => 'No operations remaining', 'sort_rule_configured_operations' => 'Configured Operations', 'sort_rule_configured_operations_empty' => 'Drag/add operations from the "Available Operations" list', 'sort_rule_op_asc' => '(Asc)', 'sort_rule_op_desc' => '(Desc)', 'sort_rule_op_name' => 'Name - Alphabetical', 'sort_rule_op_name_numeric' => 'Name - Numeric', 'sort_rule_op_created_date' => 'Created Date', 'sort_rule_op_updated_date' => 'Updated Date', 'sort_rule_op_chapters_first' => 'Chapters First', 'sort_rule_op_chapters_last' => 'Chapters Last', 'sorting_page_limits' => 'Per-Page Display Limits', 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Maintenance', 'maint_image_cleanup' => 'Cleanup Images', 'maint_image_cleanup_desc' => 'Scans page & revision content to check which images and drawings are currently in use and which images are redundant. Ensure you create a full database and image backup before running this.', 'maint_delete_images_only_in_revisions' => 'Also delete images that only exist in old page revisions', 'maint_image_cleanup_run' => 'Run Cleanup', 'maint_image_cleanup_warning' => ':count potentially unused images were found. Are you sure you want to delete these images?', 'maint_image_cleanup_success' => ':count potentially unused images found and deleted!', 'maint_image_cleanup_nothing_found' => 'No unused images found, Nothing deleted!', 'maint_send_test_email' => 'Send a Test Email', 'maint_send_test_email_desc' => 'This sends a test email to your email address specified in your profile.', 'maint_send_test_email_run' => 'Send test email', 'maint_send_test_email_success' => 'Email sent to :address', 'maint_send_test_email_mail_subject' => 'Test Email', 'maint_send_test_email_mail_greeting' => 'Email delivery seems to work!', 'maint_send_test_email_mail_text' => 'Congratulations! As you received this email notification, your email settings seem to be configured properly.', '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_regen_references' => 'Regenerate References', 'maint_regen_references_desc' => 'This action will rebuild the cross-item reference index within the database. This is usually handled automatically but this action can be useful to index old content or content added via unofficial methods.', 'maint_regen_references_success' => 'Reference index has been regenerated!', 'maint_timeout_command_note' => 'Note: This action can take time to run, which can lead to timeout issues in some web environments. As an alternative, this action be performed using a terminal command.', // Recycle Bin 'recycle_bin' => 'Recycle Bin', '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_parent' => 'Parent', 'recycle_bin_deleted_by' => 'Deleted By', 'recycle_bin_deleted_at' => 'Deletion Time', 'recycle_bin_permanently_delete' => 'Permanently Delete', 'recycle_bin_restore' => 'Restore', 'recycle_bin_contents_empty' => 'The recycle bin is currently empty', '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 from the system, along with any child elements listed below, and you will not be able to restore this content. Are you sure you want to permanently delete this item?', 'recycle_bin_destroy_list' => 'Items to be Destroyed', 'recycle_bin_restore_list' => 'Items to be Restored', 'recycle_bin_restore_confirm' => 'This action will restore the deleted item, including any child elements, to their original location. If the original location has since been deleted, and is now in the recycle bin, the parent item will also need to be restored.', 'recycle_bin_restore_deleted_parent' => 'The parent of this item has also been deleted. These will remain deleted until that parent is also restored.', 'recycle_bin_restore_parent' => 'Restore Parent', 'recycle_bin_destroy_notification' => 'Deleted :count total items from the recycle bin.', 'recycle_bin_restore_notification' => 'Restored :count total items from the recycle bin.', // 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_related' => 'Related Item or Detail', 'audit_table_ip' => 'IP Address', 'audit_table_date' => 'Activity Date', 'audit_date_from' => 'Date Range From', 'audit_date_to' => 'Date Range To', // Role Settings 'roles' => 'Roles', 'role_user_roles' => 'User Roles', 'roles_index_desc' => 'Roles are used to group users & provide system permission to their members. When a user is a member of multiple roles the privileges granted will stack and the user will inherit all abilities.', 'roles_x_users_assigned' => ':count user assigned|:count users assigned', 'roles_x_permissions_provided' => ':count permission|:count permissions', 'roles_assigned_users' => 'Assigned Users', 'roles_permissions_provided' => 'Provided Permissions', 'role_create' => 'Create New Role', 'role_delete' => 'Delete Role', 'role_delete_confirm' => 'This will delete the role with the name \':roleName\'.', 'role_delete_users_assigned' => 'This role has :userCount users assigned to it. If you would like to migrate the users from this role select a new role below.', 'role_delete_no_migration' => "Don't migrate users", 'role_delete_sure' => 'Are you sure you want to delete this role?', 'role_edit' => 'Edit Role', 'role_details' => 'Role Details', 'role_name' => 'Role Name', 'role_desc' => 'Short Description of Role', 'role_mfa_enforced' => 'Requires Multi-Factor Authentication', 'role_external_auth_id' => 'External Authentication IDs', 'role_system' => 'System Permissions', 'role_manage_users' => 'Manage users', 'role_manage_roles' => 'Manage roles & role permissions', 'role_manage_entity_permissions' => 'Manage all book, chapter & page permissions', 'role_manage_own_entity_permissions' => 'Manage permissions on own book, chapter & pages', 'role_manage_page_templates' => 'Manage page templates', 'role_access_api' => 'Access system API', 'role_manage_settings' => 'Manage app settings', 'role_export_content' => 'Export content', 'role_import_content' => 'Import content', 'role_editor_change' => 'Change page editor', 'role_notifications' => 'Receive & manage notifications', 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Asset Permissions', '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' => 'These permissions control default access to the assets within the system. Permissions on Books, Chapters and Pages will override these permissions.', 'role_asset_admins' => 'Admins are automatically given access to all content but these options may show or hide UI options.', 'role_asset_image_view_note' => 'This relates to visibility within the image manager. Actual access of uploaded image files will be dependant upon system image storage option.', 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'All', 'role_own' => 'Own', 'role_controlled_by_asset' => 'Controlled by the asset they are uploaded to', 'role_save' => 'Save Role', 'role_users' => 'Users in this role', 'role_users_none' => 'No users are currently assigned to this role', // Users 'users' => 'Users', 'users_index_desc' => 'Create & manage individual user accounts within the system. User accounts are used for login and attribution of content & activity. Access permissions are primarily role-based but user content ownership, among other factors, may also affect permissions & access.', 'user_profile' => 'User Profile', 'users_add_new' => 'Add New User', 'users_search' => 'Search Users', 'users_latest_activity' => 'Latest Activity', 'users_details' => 'User Details', 'users_details_desc' => 'Set a display name and an email address for this user. The email address will be used for logging into the application.', 'users_details_desc_no_email' => 'Set a display name for this user so others can recognise them.', 'users_role' => 'User Roles', 'users_role_desc' => 'Select which roles this user will be assigned to. If a user is assigned to multiple roles the permissions from those roles will stack and they will receive all abilities of the assigned roles.', 'users_password' => 'User Password', 'users_password_desc' => 'Set a password used to log-in to the application. This must be at least 8 characters long.', 'users_send_invite_text' => 'You can choose to send this user an invitation email which allows them to set their own password otherwise you can set their password yourself.', 'users_send_invite_option' => 'Send user invite email', 'users_external_auth_id' => 'External Authentication ID', 'users_external_auth_id_desc' => 'When an external authentication system is in use (such as SAML2, OIDC or LDAP) this is the ID which links this BookStack user to the authentication system account. You can ignore this field if using the default email-based authentication.', 'users_password_warning' => 'Only fill the below if you would like to change the password for this user.', 'users_system_public' => 'This user represents any guest users that visit your instance. It cannot be used to log in but is assigned automatically.', 'users_delete' => 'Delete User', 'users_delete_named' => 'Delete user :userName', 'users_delete_warning' => 'This will fully delete this user with the name \':userName\' from the system.', 'users_delete_confirm' => 'Are you sure you want to delete this user?', 'users_migrate_ownership' => 'Migrate Ownership', 'users_migrate_ownership_desc' => 'Select a user here if you want another user to become the owner of all items currently owned by this user.', 'users_none_selected' => 'No user selected', 'users_edit' => 'Edit User', 'users_edit_profile' => 'Edit Profile', 'users_avatar' => 'User Avatar', 'users_avatar_desc' => 'Select an image to represent this user. This should be approx 256px square.', 'users_preferred_language' => 'Preferred Language', 'users_preferred_language_desc' => 'This option will change the language used for the user-interface of the application. This will not affect any user-created content.', 'users_social_accounts' => 'Social Accounts', 'users_social_accounts_desc' => 'View the status of the connected social accounts for this user. Social accounts can be used in addition to the primary authentication system for system access.', 'users_social_accounts_info' => 'Here you can connect your other accounts for quicker and easier login. Disconnecting an account here does not revoke previously authorized access. Revoke access from your profile settings on the connected social account.', 'users_social_connect' => 'Connect Account', 'users_social_disconnect' => 'Disconnect Account', 'users_social_status_connected' => 'Connected', 'users_social_status_disconnected' => 'Disconnected', 'users_social_connected' => ':socialAccount account was successfully attached to your profile.', 'users_social_disconnected' => ':socialAccount account was successfully disconnected from your profile.', 'users_api_tokens' => 'API Tokens', 'users_api_tokens_desc' => 'Create and manage the access tokens used to authenticate with the BookStack REST API. Permissions for the API are managed via the user that the token belongs to.', 'users_api_tokens_none' => 'No API tokens have been created for this user', 'users_api_tokens_create' => 'Create Token', 'users_api_tokens_expires' => 'Expires', 'users_api_tokens_docs' => 'API Documentation', 'users_mfa' => 'Multi-Factor Authentication', 'users_mfa_desc' => 'Setup multi-factor authentication as an extra layer of security for your user account.', 'users_mfa_x_methods' => ':count method configured|:count methods configured', 'users_mfa_configure' => 'Configure Methods', // API Tokens 'user_api_token_create' => 'Create API Token', 'user_api_token_name' => 'Name', 'user_api_token_name_desc' => 'Give your token a readable name as a future reminder of its intended purpose.', 'user_api_token_expiry' => 'Expiry Date', 'user_api_token_expiry_desc' => 'Set a date at which this token expires. After this date, requests made using this token will no longer work. Leaving this field blank will set an expiry 100 years into the future.', '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' => 'API Token', 'user_api_token_id' => 'Token ID', 'user_api_token_id_desc' => 'This is a non-editable system generated identifier for this token which will need to be provided in API requests.', 'user_api_token_secret' => 'Token Secret', 'user_api_token_secret_desc' => 'This is a system generated secret for this token which will need to be provided in API requests. This will only be displayed this one time so copy this value to somewhere safe and secure.', 'user_api_token_created' => 'Token created :timeAgo', 'user_api_token_updated' => 'Token updated :timeAgo', 'user_api_token_delete' => 'Delete Token', 'user_api_token_delete_warning' => 'This will fully delete this API token with the name \':tokenName\' from the system.', 'user_api_token_delete_confirm' => 'Are you sure you want to delete this API token?', // Webhooks 'webhooks' => 'Webhooks', 'webhooks_index_desc' => 'Webhooks are a way to send data to external URLs when certain actions and events occur within the system which allows event-based integration with external platforms such as messaging or notification systems.', 'webhooks_x_trigger_events' => ':count trigger event|:count trigger events', 'webhooks_create' => 'Create New Webhook', 'webhooks_none_created' => 'No webhooks have yet been created.', 'webhooks_edit' => 'Edit Webhook', 'webhooks_save' => 'Save Webhook', 'webhooks_details' => 'Webhook Details', 'webhooks_details_desc' => 'Provide a user friendly name and a POST endpoint as a location for the webhook data to be sent to.', 'webhooks_events' => 'Webhook Events', 'webhooks_events_desc' => 'Select all the events that should trigger this webhook to be called.', 'webhooks_events_warning' => 'Keep in mind that these events will be triggered for all selected events, even if custom permissions are applied. Ensure that use of this webhook won\'t expose confidential content.', 'webhooks_events_all' => 'All system events', 'webhooks_name' => 'Webhook Name', 'webhooks_timeout' => 'Webhook Request Timeout (Seconds)', 'webhooks_endpoint' => 'Webhook Endpoint', 'webhooks_active' => 'Webhook Active', 'webhook_events_table_header' => 'Events', 'webhooks_delete' => 'Delete Webhook', 'webhooks_delete_warning' => 'This will fully delete this webhook, with the name \':webhookName\', from the system.', 'webhooks_delete_confirm' => 'Are you sure you want to delete this webhook?', 'webhooks_format_example' => 'Webhook Format Example', 'webhooks_format_example_desc' => 'Webhook data is sent as a POST request to the configured endpoint as JSON following the format below. The "related_item" and "url" properties are optional and will depend on the type of event triggered.', 'webhooks_status' => 'Webhook Status', 'webhooks_last_called' => 'Last Called:', 'webhooks_last_errored' => 'Last Errored:', 'webhooks_last_error_message' => 'Last Error Message:', // Licensing 'licenses' => 'Licenses', 'licenses_desc' => 'This page details license information for BookStack in addition to the projects & libraries that are used within BookStack. Many projects listed may only be used in a development context.', 'licenses_bookstack' => 'BookStack License', 'licenses_php' => 'PHP Library Licenses', 'licenses_js' => 'JavaScript Library Licenses', 'licenses_other' => 'Other Licenses', 'license_details' => 'License Details', //! If editing translations files directly please ignore this in all //! languages apart from en. Content will be auto-copied from en. //!//////////////////////////////// 'language_select' => [ 'en' => 'English', 'ar' => 'العربية', 'bg' => 'Bǎlgarski', 'bs' => 'Bosanski', 'ca' => 'Català', 'cs' => 'Česky', 'cy' => 'Cymraeg', 'da' => 'Dansk', 'de' => 'Deutsch (Sie)', 'de_informal' => 'Deutsch (Du)', 'el' => 'ελληνικά', 'es' => 'Español', 'es_AR' => 'Español Argentina', 'et' => 'Eesti keel', 'eu' => 'Euskara', 'fa' => 'فارسی', 'fi' => 'Suomi', 'fr' => 'Français', 'he' => 'עברית', 'hr' => 'Hrvatski', 'hu' => 'Magyar', 'id' => 'Bahasa Indonesia', 'it' => 'Italian', 'ja' => '日本語', 'ko' => '한국어', 'lt' => 'Lietuvių Kalba', 'lv' => 'Latviešu Valoda', 'nb' => 'Norsk (Bokmål)', 'ne' => 'नेपाली', 'nn' => 'Nynorsk', 'nl' => 'Nederlands', 'pl' => 'Polski', 'pt' => 'Português', 'pt_BR' => 'Português do Brasil', 'ro' => 'Română', 'ru' => 'Русский', 'sk' => 'Slovensky', 'sl' => 'Slovenščina', 'sv' => 'Svenska', 'tr' => 'Türkçe', 'uk' => 'Українська', 'uz' => 'O‘zbekcha', 'vi' => 'Tiếng Việt', 'zh_CN' => '简体中文', 'zh_TW' => '繁體中文', ], //!//////////////////////////////// ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/sq/validation.php
lang/sq/validation.php
<?php /** * Validation Lines * The following language lines contain the default error messages used by * the validator class. Some of these rules have multiple versions such * as the size rules. Feel free to tweak each of these messages here. */ return [ // Standard laravel validation lines 'accepted' => 'The :attribute must be accepted.', 'active_url' => 'The :attribute is not a valid URL.', 'after' => 'The :attribute must be a date after :date.', 'alpha' => 'The :attribute may only contain letters.', 'alpha_dash' => 'The :attribute may only contain letters, numbers, dashes and underscores.', 'alpha_num' => 'The :attribute may only contain letters and numbers.', 'array' => 'The :attribute must be an array.', 'backup_codes' => 'The provided code is not valid or has already been used.', 'before' => 'The :attribute must be a date before :date.', 'between' => [ 'numeric' => 'The :attribute must be between :min and :max.', 'file' => 'The :attribute must be between :min and :max kilobytes.', 'string' => 'The :attribute must be between :min and :max characters.', 'array' => 'The :attribute must have between :min and :max items.', ], 'boolean' => 'The :attribute field must be true or false.', 'confirmed' => 'The :attribute confirmation does not match.', 'date' => 'The :attribute is not a valid date.', 'date_format' => 'The :attribute does not match the format :format.', 'different' => 'The :attribute and :other must be different.', 'digits' => 'The :attribute must be :digits digits.', 'digits_between' => 'The :attribute must be between :min and :max digits.', 'email' => 'The :attribute must be a valid email address.', 'ends_with' => 'The :attribute must end with one of the following: :values', 'file' => 'The :attribute must be provided as a valid file.', 'filled' => 'The :attribute field is required.', 'gt' => [ 'numeric' => 'The :attribute must be greater than :value.', 'file' => 'The :attribute must be greater than :value kilobytes.', 'string' => 'The :attribute must be greater than :value characters.', 'array' => 'The :attribute must have more than :value items.', ], 'gte' => [ 'numeric' => 'The :attribute must be greater than or equal :value.', 'file' => 'The :attribute must be greater than or equal :value kilobytes.', 'string' => 'The :attribute must be greater than or equal :value characters.', 'array' => 'The :attribute must have :value items or more.', ], 'exists' => 'The selected :attribute is invalid.', 'image' => 'The :attribute must be an image.', 'image_extension' => 'The :attribute must have a valid & supported image extension.', 'in' => 'The selected :attribute is invalid.', 'integer' => 'The :attribute must be an integer.', 'ip' => 'The :attribute must be a valid IP address.', 'ipv4' => 'The :attribute must be a valid IPv4 address.', 'ipv6' => 'The :attribute must be a valid IPv6 address.', 'json' => 'The :attribute must be a valid JSON string.', 'lt' => [ 'numeric' => 'The :attribute must be less than :value.', 'file' => 'The :attribute must be less than :value kilobytes.', 'string' => 'The :attribute must be less than :value characters.', 'array' => 'The :attribute must have less than :value items.', ], 'lte' => [ 'numeric' => 'The :attribute must be less than or equal :value.', 'file' => 'The :attribute must be less than or equal :value kilobytes.', 'string' => 'The :attribute must be less than or equal :value characters.', 'array' => 'The :attribute must not have more than :value items.', ], 'max' => [ 'numeric' => 'The :attribute may not be greater than :max.', 'file' => 'The :attribute may not be greater than :max kilobytes.', 'string' => 'The :attribute may not be greater than :max characters.', 'array' => 'The :attribute may not have more than :max items.', ], 'mimes' => 'The :attribute must be a file of type: :values.', 'min' => [ 'numeric' => 'The :attribute must be at least :min.', 'file' => 'The :attribute must be at least :min kilobytes.', 'string' => 'The :attribute must be at least :min characters.', 'array' => 'The :attribute must have at least :min items.', ], 'not_in' => 'The selected :attribute is invalid.', 'not_regex' => 'The :attribute format is invalid.', 'numeric' => 'The :attribute must be a number.', 'regex' => 'The :attribute format is invalid.', 'required' => 'The :attribute field is required.', 'required_if' => 'The :attribute field is required when :other is :value.', 'required_with' => 'The :attribute field is required when :values is present.', 'required_with_all' => 'The :attribute field is required when :values is present.', 'required_without' => 'The :attribute field is required when :values is not present.', 'required_without_all' => 'The :attribute field is required when none of :values are present.', 'same' => 'The :attribute and :other must match.', 'safe_url' => 'The provided link may not be safe.', 'size' => [ 'numeric' => 'The :attribute must be :size.', 'file' => 'The :attribute must be :size kilobytes.', 'string' => 'The :attribute must be :size characters.', 'array' => 'The :attribute must contain :size items.', ], 'string' => 'The :attribute must be a string.', 'timezone' => 'The :attribute must be a valid zone.', 'totp' => 'The provided code is not valid or has expired.', 'unique' => 'The :attribute has already been taken.', 'url' => 'The :attribute format is invalid.', 'uploaded' => 'The file could not be uploaded. The server may not accept files of this size.', 'zip_file' => 'The :attribute needs to reference a file within the ZIP.', 'zip_file_size' => 'The file :attribute must not exceed :size MB.', 'zip_file_mime' => 'The :attribute needs to reference a file of type :validTypes, found :foundType.', 'zip_model_expected' => 'Data object expected but ":type" found.', 'zip_unique' => 'The :attribute must be unique for the object type within the ZIP.', // Custom validation lines 'custom' => [ 'password-confirm' => [ 'required_with' => 'Password confirmation required', ], ], // Custom validation attributes 'attributes' => [], ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/sq/auth.php
lang/sq/auth.php
<?php /** * Authentication Language Lines * The following language lines are used during authentication for various * messages that we need to display to the user. */ return [ 'failed' => 'Këto kredenciale nuk përputhen me të dhënat tona.', 'throttle' => 'Shumë përpjekje për hyrje. Ju lutemi provoni përsëri në :seconds sekonda.', // Login & Register 'sign_up' => 'Regjistrohu', 'log_in' => 'Logohu', 'log_in_with' => 'Logohu me :socialDriver', 'sign_up_with' => 'Regjistrohu me :socialDriver', 'logout' => 'Shkyçu', 'name' => 'Emri', 'username' => 'Emri i përdoruesit', 'email' => 'Email', 'password' => 'Fjalkalimi', 'password_confirm' => 'Konfirmo fjalëkalimin', 'password_hint' => 'Duhet të jetë të paktën 8 karaktere', 'forgot_password' => 'Keni harruar fjalëkalimin?', 'remember_me' => 'Më mbaj mend', 'ldap_email_hint' => 'Ju lutem fusni një email që do përdorni për këtë llogari.', 'create_account' => 'Krijo një llogari', 'already_have_account' => 'Keni një llogari?', 'dont_have_account' => 'Nuk keni akoma llogari?', 'social_login' => 'Kyçu me rrjete sociale', 'social_registration' => 'Regjistrohu me rrjete sociale', 'social_registration_text' => 'Regjistrohu dhe logohu duhet përdorur një shërbim tjetër.', 'register_thanks' => 'Faleminderit që u regjistruat!', 'register_confirm' => 'Ju lutem kontrolloni emai-in tuaj dhe klikoni te butoni i konfirmimit për të aksesuar :appName.', 'registrations_disabled' => 'Regjistrimet janë të mbyllura', 'registration_email_domain_invalid' => 'Ky domain email-i nuk ka akses te ky aplikacion', 'register_success' => 'Faleminderit që u regjistruar! Ju tani jeni të regjistruar dhe të loguar.', // Login auto-initiation 'auto_init_starting' => 'Përpjekje për t\'u kyçur', 'auto_init_starting_desc' => 'Jemi duke kontaktuar sistemin e verifikimit për të filluar proçesin e kyçjes. Nëse nuk ka progres për 5 sekonda, klikoni linkun më poshtë.', 'auto_init_start_link' => 'Vazhdoni me verifikimin', // Password Reset 'reset_password' => 'Rivendosni fjalëkalimin', 'reset_password_send_instructions' => 'Shkruani email-in tuaj më poshtë dhe do të merrni një link në email për të rikthyer fjalëkalimin.', 'reset_password_send_button' => 'Dërgo linkun e rikthimit të fjalëkalimit', 'reset_password_sent' => 'Një link për rikthimin e fjalëkalimit do ju dërgohet në :email nëse adresa e email-it ndodhet në sistem.', 'reset_password_success' => 'Fjalëkalimi juaj u rikthye me sukses.', 'email_reset_subject' => 'Rikthe fjalëkalimin për :appName', 'email_reset_text' => 'Ju po e merrni këtë email sepse ne morëm një kërkesë për rivendosjen e fjalëkalimit për llogarinë tuaj.', 'email_reset_not_requested' => 'Nëse nuk keni kërkuar rivendosjen e fjalëkalimit, nuk kërkohet asnjë veprim i mëtejshëm.', // Email Confirmation 'email_confirm_subject' => 'Konfirmo email-in tënd në :appName', 'email_confirm_greeting' => 'Faleminderit që u bashkuat me :appName!', 'email_confirm_text' => 'Ju lutemi konfirmoni adresën tuaj të email-it duke klikuar butonin më poshtë:', 'email_confirm_action' => 'Konfirmo email-in', 'email_confirm_send_error' => 'Kërkohet konfirmimi i email-it, por sistemi nuk mundi ta dërgonte email-in. Kontaktoni administratorin për t\'u siguruar që email-i është konfiguruar saktë.', 'email_confirm_success' => 'Email-i juaj është konfirmuar! Tani duhet të jeni në gjendje të hyni në sistem duke përdorur këtë adresë email-i.', 'email_confirm_resent' => 'Emaili i konfirmimit u ridërgua, ju lutem kontrolloni kutinë tuaj postare.', 'email_confirm_thanks' => 'Faleminderit që konfirmuat!', 'email_confirm_thanks_desc' => 'Ju lutemi prisni një moment ndërsa konfirmimi juaj përpunohet. Nëse nuk ridrejtoheni pas 3 sekondash, shtypni linkun "Vazhdo" më poshtë për të vazhduar.', 'email_not_confirmed' => 'Adresa e email-it nuk është konfirmuar', 'email_not_confirmed_text' => 'Adresa juaj e email-it nuk është konfirmuar ende.', 'email_not_confirmed_click_link' => 'Ju lutemi klikoni linkun në emailin që ju është dërguar menjëherë pasi u regjistruat.', 'email_not_confirmed_resend' => 'Nëse nuk mund ta gjeni email-in, mund ta ridërgoni email-in e konfirmimit duke plotësuar formularin më poshtë.', 'email_not_confirmed_resend_button' => 'Ridërgo emailin e konfirmimit', // User Invite 'user_invite_email_subject' => 'Je ftuar të bashkohesh me :appName!', 'user_invite_email_greeting' => 'Një llogari është krijuar për ty në :appName.', 'user_invite_email_text' => 'Klikoni butonin më poshtë për të vendosur një fjalëkalim llogarie dhe për të fituar akses:', 'user_invite_email_action' => 'Vendos fjalëkalimin e llogarisë', 'user_invite_page_welcome' => 'Mirë se vini në :appName!', 'user_invite_page_text' => 'Për të finalizuar llogarinë tuaj dhe për të fituar akses, duhet të vendosni një fjalëkalim i cili do të përdoret për t\'u kyçur në :appName në vizitat e ardhshme.', 'user_invite_page_confirm_button' => 'Konfirmo fjalëkalimin', 'user_invite_success_login' => 'Password set, you should now be able to login using your set password to access :appName!', // Multi-factor Authentication 'mfa_setup' => 'Setup Multi-Factor Authentication', 'mfa_setup_desc' => 'Setup multi-factor authentication as an extra layer of security for your user account.', 'mfa_setup_configured' => 'Already configured', 'mfa_setup_reconfigure' => 'Reconfigure', 'mfa_setup_remove_confirmation' => 'Are you sure you want to remove this multi-factor authentication method?', 'mfa_setup_action' => 'Setup', 'mfa_backup_codes_usage_limit_warning' => 'You have less than 5 backup codes remaining, Please generate and store a new set before you run out of codes to prevent being locked out of your account.', 'mfa_option_totp_title' => 'Mobile App', 'mfa_option_totp_desc' => 'To use multi-factor authentication you\'ll need a mobile application that supports TOTP such as Google Authenticator, Authy or Microsoft Authenticator.', 'mfa_option_backup_codes_title' => 'Backup Codes', 'mfa_option_backup_codes_desc' => 'Generates a set of one-time-use backup codes which you\'ll enter on login to verify your identity. Make sure to store these in a safe & secure place.', 'mfa_gen_confirm_and_enable' => 'Confirm and Enable', 'mfa_gen_backup_codes_title' => 'Backup Codes Setup', 'mfa_gen_backup_codes_desc' => 'Store the below list of codes in a safe place. When accessing the system you\'ll be able to use one of the codes as a second authentication mechanism.', 'mfa_gen_backup_codes_download' => 'Download Codes', 'mfa_gen_backup_codes_usage_warning' => 'Each code can only be used once', 'mfa_gen_totp_title' => 'Mobile App Setup', 'mfa_gen_totp_desc' => 'To use multi-factor authentication you\'ll need a mobile application that supports TOTP such as Google Authenticator, Authy or Microsoft Authenticator.', 'mfa_gen_totp_scan' => 'Scan the QR code below using your preferred authentication app to get started.', 'mfa_gen_totp_verify_setup' => 'Verify Setup', 'mfa_gen_totp_verify_setup_desc' => 'Verify that all is working by entering a code, generated within your authentication app, in the input box below:', 'mfa_gen_totp_provide_code_here' => 'Provide your app generated code here', 'mfa_verify_access' => 'Verify Access', 'mfa_verify_access_desc' => 'Your user account requires you to confirm your identity via an additional level of verification before you\'re granted access. Verify using one of your configured methods to continue.', 'mfa_verify_no_methods' => 'No Methods Configured', 'mfa_verify_no_methods_desc' => 'No multi-factor authentication methods could be found for your account. You\'ll need to set up at least one method before you gain access.', 'mfa_verify_use_totp' => 'Verify using a mobile app', 'mfa_verify_use_backup_codes' => 'Verify using a backup code', 'mfa_verify_backup_code' => 'Backup Code', 'mfa_verify_backup_code_desc' => 'Enter one of your remaining backup codes below:', 'mfa_verify_backup_code_enter_here' => 'Enter backup code here', 'mfa_verify_totp_desc' => 'Enter the code, generated using your mobile app, below:', 'mfa_setup_login_notification' => 'Multi-factor method configured, Please now login again using the configured method.', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/pl/notifications.php
lang/pl/notifications.php
<?php /** * Text used for activity-based notifications. */ return [ 'new_comment_subject' => 'Nowy komentarz na stronie: :pageName', 'new_comment_intro' => 'Użytkownik skomentował stronę w :appName:', 'new_page_subject' => 'Nowa strona: :pageName', 'new_page_intro' => 'Nowa strona została utworzona w :appName:', 'updated_page_subject' => 'Zaktualizowano stronę: :pageName', 'updated_page_intro' => 'Strona została zaktualizowana w :appName:', 'updated_page_debounce' => 'Aby zapobiec nadmiarowi powiadomień, przez jakiś czas nie będziesz otrzymywać powiadomień o dalszych edycjach tej strony przez tego samego edytora.', 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Nazwa strony:', 'detail_page_path' => 'Ścieżka strony:', 'detail_commenter' => 'Skomentował:', 'detail_comment' => 'Komentarz:', 'detail_created_by' => 'Utworzono przez:', 'detail_updated_by' => 'Zaktualizowano przez:', 'action_view_comment' => 'Pokaż komentarz', 'action_view_page' => 'Wyświetl stronę', 'footer_reason' => 'To powiadomienie zostało wysłane do Ciebie, ponieważ :link obejmuje ten typ aktywności dla tego elementu.', 'footer_reason_link' => 'ustawienia powiadomień', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/pl/entities.php
lang/pl/entities.php
<?php /** * Text used for 'Entities' (Document Structure Elements) such as * Books, Shelves, Chapters & Pages */ return [ // Shared 'recently_created' => 'Ostatnio utworzone', 'recently_created_pages' => 'Ostatnio utworzone strony', 'recently_updated_pages' => 'Ostatnio zaktualizowane strony', 'recently_created_chapters' => 'Ostatnio utworzone rozdziały', 'recently_created_books' => 'Ostatnio utworzone książki', 'recently_created_shelves' => 'Ostatnio utworzone półki', 'recently_update' => 'Ostatnio zaktualizowane', 'recently_viewed' => 'Ostatnio wyświetlane', 'recent_activity' => 'Ostatnia aktywność', 'create_now' => 'Utwórz teraz', 'revisions' => 'Wersje', 'meta_revision' => 'Wersja #:revisionCount', 'meta_created' => 'Utworzono :timeLength', 'meta_created_name' => 'Utworzono :timeLength przez :user', 'meta_updated' => 'Zaktualizowano :timeLength', 'meta_updated_name' => 'Zaktualizowano :timeLength przez :user', 'meta_owned_name' => 'Właściciel: :user', 'meta_reference_count' => 'Odniesienie w :count elemencie|Odniesienia w :count elementach', 'entity_select' => 'Wybór obiektu', 'entity_select_lack_permission' => 'Nie masz wymaganych uprawnień do wybrania tej pozycji', 'images' => 'Obrazki', 'my_recent_drafts' => 'Moje ostatnie wersje robocze', 'my_recently_viewed' => 'Moje ostatnio wyświetlane', 'my_most_viewed_favourites' => 'Moje najczęściej przeglądane ulubione', 'my_favourites' => 'Moje ulubione', 'no_pages_viewed' => 'Nie przeglądałeś jeszcze żadnych stron', 'no_pages_recently_created' => 'Nie utworzono ostatnio żadnych stron', 'no_pages_recently_updated' => 'Nie zaktualizowano ostatnio żadnych stron', 'export' => 'Eksportuj', 'export_html' => 'Plik HTML', 'export_pdf' => 'Plik PDF', 'export_text' => 'Plik tekstowy', 'export_md' => 'Pliki Markdown', 'export_zip' => 'Portable ZIP', 'default_template' => 'Domyślny szablon strony', 'default_template_explain' => 'Przypisz szablon strony, który będzie używany jako domyślna zawartość dla wszystkich stron utworzonych w tym elemencie. Pamiętaj, że będzie to używane tylko wtedy, gdy twórca strony ma dostęp do wybranej strony szablonu.', 'default_template_select' => 'Wybierz stronę szablonu', 'import' => 'Import', 'import_validate' => 'Validate Import', 'import_desc' => 'Import books, chapters & pages using a portable zip export from the same, or a different, instance. Select a ZIP file to proceed. After the file has been uploaded and validated you\'ll be able to configure & confirm the import in the next view.', 'import_zip_select' => 'Select ZIP file to upload', 'import_zip_validation_errors' => 'Errors were detected while validating the provided ZIP file:', 'import_pending' => 'Pending Imports', 'import_pending_none' => 'No imports have been started.', 'import_continue' => 'Continue Import', 'import_continue_desc' => 'Review the content due to be imported from the uploaded ZIP file. When ready, run the import to add its contents to this system. The uploaded ZIP import file will be automatically removed on successful import.', 'import_details' => 'Import Details', 'import_run' => 'Run Import', 'import_size' => ':size Import ZIP Size', 'import_uploaded_at' => 'Uploaded :relativeTime', 'import_uploaded_by' => 'Uploaded by', 'import_location' => 'Import Location', 'import_location_desc' => 'Select a target location for your imported content. You\'ll need the relevant permissions to create within the location you choose.', 'import_delete_confirm' => 'Are you sure you want to delete this import?', 'import_delete_desc' => 'This will delete the uploaded import ZIP file, and cannot be undone.', 'import_errors' => 'Import Errors', 'import_errors_desc' => 'The follow errors occurred during the import attempt:', 'breadcrumb_siblings_for_page' => 'Navigate siblings for page', 'breadcrumb_siblings_for_chapter' => 'Navigate siblings for chapter', 'breadcrumb_siblings_for_book' => 'Navigate siblings for book', 'breadcrumb_siblings_for_bookshelf' => 'Navigate siblings for shelf', // Permissions and restrictions 'permissions' => 'Uprawnienia', 'permissions_desc' => 'Ustaw uprawnienia tutaj, aby nadpisać domyślne uprawnienia przyznane przez role użytkownika.', 'permissions_book_cascade' => 'Uprawnienia ustawione na książkach będą automatycznie nakładane na podrzędne rozdziały i strony, chyba że mają one ustawione własne uprawnienia.', 'permissions_chapter_cascade' => 'Uprawnienia ustawione w rozdziałach będą automatycznie nakładane na podrzędne strony, chyba że mają one ustawione własne uprawnienia.', 'permissions_save' => 'Zapisz uprawnienia', 'permissions_owner' => 'Właściciel', 'permissions_role_everyone_else' => 'Wszyscy inni', 'permissions_role_everyone_else_desc' => 'Ustaw uprawnienia dla wszystkich nienadpisywanych specjalnie ról.', 'permissions_role_override' => 'Nadpisz uprawnienia dla roli', 'permissions_inherit_defaults' => 'Dziedzicz wartości domyślne', // Search 'search_results' => 'Wyniki wyszukiwania', 'search_total_results_found' => ':count znalezionych wyników|:count ogółem znalezionych wyników', 'search_clear' => 'Wyczyść wyszukiwanie', 'search_no_pages' => 'Brak stron pasujących do tego wyszukiwania', 'search_for_term' => 'Szukaj :term', 'search_more' => 'Więcej wyników', 'search_advanced' => 'Wyszukiwanie zaawansowane', 'search_terms' => 'Szukane frazy', 'search_content_type' => 'Rodzaj treści', 'search_exact_matches' => 'Dokładne dopasowanie', 'search_tags' => 'Tagi wyszukiwania', 'search_options' => 'Opcje', 'search_viewed_by_me' => 'Wyświetlone przeze mnie', 'search_not_viewed_by_me' => 'Niewyświetlone przeze mnie', 'search_permissions_set' => 'Zbiór uprawnień', 'search_created_by_me' => 'Utworzone przeze mnie', 'search_updated_by_me' => 'Zaktualizowane przeze mnie', 'search_owned_by_me' => 'Należące do mnie', 'search_date_options' => 'Opcje daty', 'search_updated_before' => 'Zaktualizowane przed', 'search_updated_after' => 'Zaktualizowane po', 'search_created_before' => 'Utworzone przed', 'search_created_after' => 'Utworzone po', 'search_set_date' => 'Ustaw datę', 'search_update' => 'Zaktualizuj wyszukiwanie', // Shelves 'shelf' => 'Półka', 'shelves' => 'Półki', 'x_shelves' => ':count Półek|:count Półek', 'shelves_empty' => 'Brak utworzonych półek', 'shelves_create' => 'Utwórz półkę', 'shelves_popular' => 'Popularne półki', 'shelves_new' => 'Nowe półki', 'shelves_new_action' => 'Nowa półka', 'shelves_popular_empty' => 'Najpopularniejsze półki pojawią się w tym miejscu.', 'shelves_new_empty' => 'Tutaj pojawią się ostatnio utworzone półki.', 'shelves_save' => 'Zapisz półkę', 'shelves_books' => 'Książki na tej półce', 'shelves_add_books' => 'Dodaj książkę do tej półki', 'shelves_drag_books' => 'Przeciągnij książki poniżej, aby dodać je do tej półki', 'shelves_empty_contents' => 'Ta półka nie ma przypisanych żadnych książek', 'shelves_edit_and_assign' => 'Edytuj półkę aby przypisać książki', 'shelves_edit_named' => 'Edytuj półkę :name', 'shelves_edit' => 'Edytuj półkę', 'shelves_delete' => 'Usuń półkę', 'shelves_delete_named' => 'Usuń półkę :name', 'shelves_delete_explain' => "Ta operacja usunie półkę o nazwie ':name'. Książki z tej półki nie zostaną usunięte.", 'shelves_delete_confirmation' => 'Czy jesteś pewien, że chcesz usunąć tę półkę?', 'shelves_permissions' => 'Uprawnienia półki', 'shelves_permissions_updated' => 'Uprawnienia półki zostały zaktualizowane', 'shelves_permissions_active' => 'Uprawnienia półki są aktywne', 'shelves_permissions_cascade_warning' => 'Uprawnienia na półkach nie są automatycznie nakładane na zawartych w nich książkach. Dzieje się tak dlatego, że książka może istnieć na wielu półkach. Uprawnienia można jednak skopiować do książek podrzędnych, korzystając z opcji znajdującej się poniżej.', 'shelves_permissions_create' => 'Uprawnienia tworzenia półki są używane tylko do kopiowania uprawnień do książek podrzędnych za pomocą poniższej czynności. Nie kontrolują możliwości tworzenia książek.', 'shelves_copy_permissions_to_books' => 'Skopiuj uprawnienia do książek', 'shelves_copy_permissions' => 'Skopiuj uprawnienia', 'shelves_copy_permissions_explain' => 'To spowoduje zastosowanie obecnych ustawień uprawnień tej półki na wszystkich książkach w niej zawartych. Przed aktywacją upewnij się, że wszelkie zmiany w uprawnieniach tej półki zostały zapisane.', 'shelves_copy_permission_success' => 'Uprawnienia półki zostały skopiowane do :count książek', // Books 'book' => 'Książka', 'books' => 'Książki', 'x_books' => ':count Książka|:count Książki', 'books_empty' => 'Brak utworzonych książek', 'books_popular' => 'Popularne książki', 'books_recent' => 'Ostatnie książki', 'books_new' => 'Nowe książki', 'books_new_action' => 'Nowa księga', 'books_popular_empty' => 'Najpopularniejsze książki pojawią się w tym miejscu.', 'books_new_empty' => 'Tutaj pojawią się ostatnio utworzone książki.', 'books_create' => 'Utwórz książkę', 'books_delete' => 'Usuń książkę', 'books_delete_named' => 'Usuń książkę :bookName', 'books_delete_explain' => 'To spowoduje usunięcie książki \':bookName\', Wszystkie strony i rozdziały zostaną usunięte.', 'books_delete_confirmation' => 'Czy na pewno chcesz usunąc tę książkę?', 'books_edit' => 'Edytuj książkę', 'books_edit_named' => 'Edytuj książkę :bookName', 'books_form_book_name' => 'Nazwa książki', 'books_save' => 'Zapisz książkę', 'books_permissions' => 'Uprawnienia książki', 'books_permissions_updated' => 'Zaktualizowano uprawnienia książki', 'books_empty_contents' => 'Brak stron lub rozdziałów w tej książce.', 'books_empty_create_page' => 'Utwórz nową stronę', 'books_empty_sort_current_book' => 'posortuj bieżącą książkę', 'books_empty_add_chapter' => 'Dodaj rozdział', 'books_permissions_active' => 'Uprawnienia książki są aktywne', 'books_search_this' => 'Wyszukaj w tej książce', 'books_navigation' => 'Nawigacja po książce', 'books_sort' => 'Sortuj zawartość książki', 'books_sort_desc' => 'Move chapters and pages within a book to reorganise its contents. Other books can be added which allows easy moving of chapters and pages between books. Optionally an auto sort rule can be set to automatically sort this book\'s contents upon changes.', 'books_sort_auto_sort' => 'Auto Sort Option', 'books_sort_auto_sort_active' => 'Auto Sort Active: :sortName', 'books_sort_named' => 'Sortuj książkę :bookName', 'books_sort_name' => 'Sortuj według nazwy', 'books_sort_created' => 'Sortuj według daty utworzenia', 'books_sort_updated' => 'Sortuj według daty modyfikacji', 'books_sort_chapters_first' => 'Rozdziały na początku', 'books_sort_chapters_last' => 'Rozdziały na końcu', 'books_sort_show_other' => 'Pokaż inne książki', 'books_sort_save' => 'Zapisz nową kolejność', 'books_sort_show_other_desc' => 'Dodaj tutaj inne książki, aby uwzględnić je w operacji sortowania i umożliwić łatwą wieloksiążkową reorganizację.', 'books_sort_move_up' => 'Przesuń w górę', 'books_sort_move_down' => 'Przesuń w dół', 'books_sort_move_prev_book' => 'Przenieś do poprzedniej książki', 'books_sort_move_next_book' => 'Przenieś do następnej książki', 'books_sort_move_prev_chapter' => 'Przenieś do poprzedniego rozdziału', 'books_sort_move_next_chapter' => 'Przenieś do następnego rozdziału', 'books_sort_move_book_start' => 'Przenieś na początek książki', 'books_sort_move_book_end' => 'Przenieś na koniec książki', 'books_sort_move_before_chapter' => 'Przenieś przed rozdział', 'books_sort_move_after_chapter' => 'Przenieś za rozdział', 'books_copy' => 'Skopiuj Książkę', 'books_copy_success' => 'Książka skopiowana pomyślnie', // Chapters 'chapter' => 'Rozdział', 'chapters' => 'Rozdziały', 'x_chapters' => ':count Rozdział|:count Rozdziały', 'chapters_popular' => 'Popularne rozdziały', 'chapters_new' => 'Nowy rozdział', 'chapters_create' => 'Utwórz nowy rozdział', 'chapters_delete' => 'Usuń rozdział', 'chapters_delete_named' => 'Usuń rozdział :chapterName', 'chapters_delete_explain' => 'Spowoduje to usunięcie rozdziału o nazwie \':chapterName\'. Wszystkie strony, które istnieją w tym rozdziale, również zostaną usunięte.', 'chapters_delete_confirm' => 'Czy na pewno chcesz usunąć ten rozdział?', 'chapters_edit' => 'Edytuj rozdział', 'chapters_edit_named' => 'Edytuj rozdział :chapterName', 'chapters_save' => 'Zapisz rozdział', 'chapters_move' => 'Przenieś rozdział', 'chapters_move_named' => 'Przenieś rozdział :chapterName', 'chapters_copy' => 'Skopiuj Rozdział', 'chapters_copy_success' => 'Rozdział skopiowany pomyślnie', 'chapters_permissions' => 'Uprawienia rozdziału', 'chapters_empty' => 'Brak stron w tym rozdziale.', 'chapters_permissions_active' => 'Uprawnienia rozdziału są aktywne', 'chapters_permissions_success' => 'Zaktualizowano uprawnienia rozdziału', 'chapters_search_this' => 'Przeszukaj ten rozdział', 'chapter_sort_book' => 'Sortuj książkę', // Pages 'page' => 'Strona', 'pages' => 'Strony', 'x_pages' => ':count stron', 'pages_popular' => 'Popularne strony', 'pages_new' => 'Nowa strona', 'pages_attachments' => 'Załączniki', 'pages_navigation' => 'Nawigacja po stronie', 'pages_delete' => 'Usuń stronę', 'pages_delete_named' => 'Usuń stronę :pageName', 'pages_delete_draft_named' => 'Usuń wersje robocze dla strony :pageName', 'pages_delete_draft' => 'Usuń wersje roboczą', 'pages_delete_success' => 'Strona usunięta pomyślnie', 'pages_delete_draft_success' => 'Werjsa robocza usunięta pomyślnie', 'pages_delete_warning_template' => 'Ta strona jest aktualnie używana jako domyślny szablon strony książki lub rozdziału. Po usunięciu tej strony te książki lub rozdziały nie będą już miały przypisanego domyślnego szablonu strony.', 'pages_delete_confirm' => 'Czy na pewno chcesz usunąć tę stronę?', 'pages_delete_draft_confirm' => 'Czy na pewno chcesz usunąć wersje roboczą strony?', 'pages_editing_named' => 'Edytowanie strony :pageName', 'pages_edit_draft_options' => 'Ustawienia wersji roboczej', 'pages_edit_save_draft' => 'Zapisano wersje roboczą o ', 'pages_edit_draft' => 'Edytuj wersje roboczą', 'pages_editing_draft' => 'Edytowanie wersji roboczej', 'pages_editing_page' => 'Edytowanie strony', 'pages_edit_draft_save_at' => 'Wersja robocza zapisana ', 'pages_edit_delete_draft' => 'Usuń wersje roboczą', 'pages_edit_delete_draft_confirm' => 'Czy na pewno chcesz usunąć zmiany wersji roboczej? Wszystkie Twoje zmiany, od ostatniego pełnego zapisu, zostaną utracone, a edytor zostanie zaktualizowany z najnowszym stanem zapisu.', 'pages_edit_discard_draft' => 'Porzuć wersje roboczą', 'pages_edit_switch_to_markdown' => 'Przełącz na edytor Markdown', 'pages_edit_switch_to_markdown_clean' => '(Czysta zawartość)', 'pages_edit_switch_to_markdown_stable' => '(Statyczna zawartość)', 'pages_edit_switch_to_wysiwyg' => 'Przełącz na edytor WYSIWYG', 'pages_edit_switch_to_new_wysiwyg' => 'Przełącz na nowy WYSIWYG', 'pages_edit_switch_to_new_wysiwyg_desc' => '(In Beta Testing)', 'pages_edit_set_changelog' => 'Ustaw dziennik zmian', 'pages_edit_enter_changelog_desc' => 'Opisz zmiany, które zostały wprowadzone', 'pages_edit_enter_changelog' => 'Wyświetl dziennik zmian', 'pages_editor_switch_title' => 'Przełącz edytor', 'pages_editor_switch_are_you_sure' => 'Czy na pewno chcesz zmienić edytor dla tej strony?', 'pages_editor_switch_consider_following' => 'Przy zmianie edytorów pamiętaj, że:', 'pages_editor_switch_consideration_a' => 'Po zapisaniu nowo ustawiony edytor będzie używany przez przyszłych edytujących użytkowników, w tym również tych, którzy sami mogą nie być w stanie zmienić edytora.', 'pages_editor_switch_consideration_b' => 'Może to potencjalnie prowadzić do utraty szczegółów i składni w pewnych przypadkach.', 'pages_editor_switch_consideration_c' => 'Zmiany w znacznikach lub w dzienniku zmian, zrobione od ostatniego zapisu, nie zostaną zapamiętane przy tej zmianie.', 'pages_save' => 'Zapisz stronę', 'pages_title' => 'Tytuł strony', 'pages_name' => 'Nazwa strony', 'pages_md_editor' => 'Edytor', 'pages_md_preview' => 'Podgląd', 'pages_md_insert_image' => 'Wstaw obrazek', 'pages_md_insert_link' => 'Wstaw łącze do obiektu', 'pages_md_insert_drawing' => 'Wstaw rysunek', 'pages_md_show_preview' => 'Pokaż podgląd', 'pages_md_sync_scroll' => 'Synchronizuj przewijanie podglądu', 'pages_md_plain_editor' => 'Plaintext editor', 'pages_drawing_unsaved' => 'Znaleziono niezapisany rysunek', 'pages_drawing_unsaved_confirm' => 'Znaleziono niezapisane dane rysowania z poprzedniej nieudanej próby zapisu. Czy chcesz przywrócić i kontynuować edycję tego niezapisanego rysunku?', 'pages_not_in_chapter' => 'Strona nie została umieszczona w rozdziale', 'pages_move' => 'Przenieś stronę', 'pages_copy' => 'Skopiuj stronę', 'pages_copy_desination' => 'Skopiuj do', 'pages_copy_success' => 'Strona została pomyślnie skopiowana', 'pages_permissions' => 'Uprawnienia strony', 'pages_permissions_success' => 'Zaktualizowano uprawnienia strony', 'pages_revision' => 'Wersja', 'pages_revisions' => 'Wersje strony', 'pages_revisions_desc' => 'Poniżej wymieniono wszystkie poprzednie wersje tej strony. Możesz cofnąć się wstecz, porównać i przywrócić stare wersje stron, jeśli pozwalają na to uprawnienia. Pełna historia strony może nie być całkowicie odzwierciedlona, ponieważ w zależności od konfiguracji systemu stare wersje mogą zostać automatycznie usunięte.', 'pages_revisions_named' => 'Wersje strony :pageName', 'pages_revision_named' => 'Wersja strony :pageName', 'pages_revision_restored_from' => 'Przywrócono z #:id; :summary', 'pages_revisions_created_by' => 'Utworzona przez', 'pages_revisions_date' => 'Data wersji', 'pages_revisions_number' => '#', 'pages_revisions_sort_number' => 'Numer wersji', 'pages_revisions_numbered' => 'Wersja #:id', 'pages_revisions_numbered_changes' => 'Zmiany w wersji #:id', 'pages_revisions_editor' => 'Typ edytora', 'pages_revisions_changelog' => 'Dziennik zmian', 'pages_revisions_changes' => 'Zmiany', 'pages_revisions_current' => 'Obecna wersja', 'pages_revisions_preview' => 'Podgląd', 'pages_revisions_restore' => 'Przywróć', 'pages_revisions_none' => 'Ta strona nie posiada żadnych wersji', 'pages_copy_link' => 'Kopiuj link', 'pages_edit_content_link' => 'Przejdź do sekcji w edytorze', 'pages_pointer_enter_mode' => 'Aktywuj tryb wyboru sekcji', 'pages_pointer_label' => 'Sekcja opcji strony', 'pages_pointer_permalink' => 'Sekcja odnośnika strony', 'pages_pointer_include_tag' => 'Sekcja taga inkludującego', 'pages_pointer_toggle_link' => 'Tryb bezpośredniego linku, naciśnij aby zmienić na tryb tagu do inkludowania', 'pages_pointer_toggle_include' => 'Tryb tagu do inkludowania, naciśnij aby zmienić na tryb bezpośredniego linku', 'pages_permissions_active' => 'Uprawnienia strony są aktywne', 'pages_initial_revision' => 'Pierwsze wydanie', 'pages_references_update_revision' => 'Automatyczna aktualizacja wewnętrznych linków', 'pages_initial_name' => 'Nowa strona', 'pages_editing_draft_notification' => 'Edytujesz obecnie wersję roboczą, która była ostatnio zapisana :timeDiff.', 'pages_draft_edited_notification' => 'Od tego czasu ta strona była zmieniana. Zalecane jest odrzucenie tej wersji roboczej.', 'pages_draft_page_changed_since_creation' => 'Ta strona została zaktualizowana od czasu utworzenia tego szkicu. Zaleca się, aby odrzucić ten szkic lub nie nadpisywać żadnych zmian na stronie.', 'pages_draft_edit_active' => [ 'start_a' => ':count użytkowników rozpoczęło edytowanie tej strony', 'start_b' => ':userName edytuje stronę', 'time_a' => 'od czasu ostatniej edycji', 'time_b' => 'w ciągu ostatnich :minCount minut', 'message' => ':start :time. Pamiętaj by nie nadpisywać czyichś zmian!', ], 'pages_draft_discarded' => 'Wersja robocza odrzucona! Edytor został ustawiony na aktualną wersję strony', 'pages_draft_deleted' => 'Wersja robocza usunięta! Edytor został ustawiony na aktualną wersję strony', 'pages_specific' => 'Określona strona', 'pages_is_template' => 'Szablon strony', // Editor Sidebar 'toggle_sidebar' => 'Przełącz pasek boczny', 'page_tags' => 'Tagi strony', 'chapter_tags' => 'Tagi rozdziału', 'book_tags' => 'Tagi książki', 'shelf_tags' => 'Tagi półki', 'tag' => 'Tag', 'tags' => 'Tagi', 'tags_index_desc' => 'Tagi mogą być stosowane do treści w systemie w celu umożliwienia elastycznej formy kategoryzacji. Tagi mogą mieć zarówno klucz, jak i wartość, przy czym wartość jest opcjonalna. Po zastosowaniu tagu treść może być wyszukana przy użyciu nazwy i wartości tagu.', 'tag_name' => 'Nazwa tagu', 'tag_value' => 'Wartość tagu (opcjonalnie)', 'tags_explain' => "Dodaj tagi by skategoryzować zawartość. \n W celu dokładniejszej organizacji zawartości możesz dodać wartości do tagów.", 'tags_add' => 'Dodaj kolejny tag', 'tags_remove' => 'Usuń ten tag', 'tags_usages' => 'Całkowite użycie tagów', 'tags_assigned_pages' => 'Przypisane do Stron', 'tags_assigned_chapters' => 'Przypisane do Rozdziałów', 'tags_assigned_books' => 'Przypisane do Książek', 'tags_assigned_shelves' => 'Przypisane do Półek', 'tags_x_unique_values' => ':count unikalnych wartości', 'tags_all_values' => 'Wszystkie wartości', 'tags_view_tags' => 'Zobacz Tagi', 'tags_view_existing_tags' => 'Zobacz istniejące tagi', 'tags_list_empty_hint' => 'Tagi mogą być przypisane przez pasek boczny edytora strony lub podczas edycji szczegółów książki, rozdziału lub półki.', 'attachments' => 'Załączniki', 'attachments_explain' => 'Prześlij kilka plików lub załącz linki. Będą one widoczne na pasku bocznym strony.', 'attachments_explain_instant_save' => 'Zmiany są zapisywane natychmiastowo.', 'attachments_upload' => 'Dodaj plik', 'attachments_link' => 'Dodaj link', 'attachments_upload_drop' => 'Alternatywnie możesz przeciągnąć i upuścić plik tutaj, aby przesłać go jako załącznik.', 'attachments_set_link' => 'Ustaw link', 'attachments_delete' => 'Jesteś pewien, że chcesz usunąć ten załącznik?', 'attachments_dropzone' => 'Upuść pliki tutaj, aby przesłać', 'attachments_no_files' => 'Nie przesłano żadnych plików', 'attachments_explain_link' => 'Możesz załączyć link jeśli nie chcesz przesyłać pliku. Może być to link do innej strony lub link do pliku w chmurze.', 'attachments_link_name' => 'Nazwa linku', 'attachment_link' => 'Link do załącznika', 'attachments_link_url' => 'Link do pliku', 'attachments_link_url_hint' => 'Strona lub plik', 'attach' => 'Załącz', 'attachments_insert_link' => 'Dodaj link do załącznika do strony', 'attachments_edit_file' => 'Edytuj plik', 'attachments_edit_file_name' => 'Nazwa pliku', 'attachments_edit_drop_upload' => 'Upuść pliki lub kliknij tutaj by przesłać pliki i nadpisać istniejące', 'attachments_order_updated' => 'Kolejność załączników zaktualizowana', 'attachments_updated_success' => 'Szczegóły załączników zaktualizowane', 'attachments_deleted' => 'Załącznik usunięty', 'attachments_file_uploaded' => 'Plik załączony pomyślnie', 'attachments_file_updated' => 'Plik zaktualizowany pomyślnie', 'attachments_link_attached' => 'Link pomyślnie dodany do strony', 'templates' => 'Szablony', 'templates_set_as_template' => 'Strona jest szablonem', 'templates_explain_set_as_template' => 'Możesz ustawić tę stronę jako szablon, tak aby jej zawartość była wykorzystywana przy tworzeniu innych stron. Inni użytkownicy będą mogli korzystać z tego szablonu, jeśli mają uprawnienia do przeglądania tej strony.', 'templates_replace_content' => 'Zmień zawartość strony', 'templates_append_content' => 'Dodaj do zawartośći strony na końcu', 'templates_prepend_content' => 'Dodaj do zawartośći strony na początku', // Profile View 'profile_user_for_x' => 'Użytkownik od :time', 'profile_created_content' => 'Utworzona zawartość', 'profile_not_created_pages' => ':userName nie utworzył żadnych stron', 'profile_not_created_chapters' => ':userName nie utworzył żadnych rozdziałów', 'profile_not_created_books' => ':userName nie utworzył żadnych książek', 'profile_not_created_shelves' => ':userName nie utworzył żadnych półek', // Comments 'comment' => 'Komentarz', 'comments' => 'Komentarze', 'comment_add' => 'Dodaj komentarz', 'comment_none' => 'No comments to display', 'comment_placeholder' => 'Napisz swój komentarz tutaj', 'comment_thread_count' => ':count Comment Thread|:count Comment Threads', 'comment_archived_count' => ':count Archived', 'comment_archived_threads' => 'Archived Threads', 'comment_save' => 'Zapisz komentarz', 'comment_new' => 'Nowy komentarz', 'comment_created' => 'Skomentowano :createDiff', 'comment_updated' => 'Zaktualizowano :updateDiff przez :username', 'comment_updated_indicator' => 'Zaktualizowano', 'comment_deleted_success' => 'Komentarz usunięty', 'comment_created_success' => 'Komentarz dodany', 'comment_updated_success' => 'Komentarz zaktualizowany', 'comment_archive_success' => 'Comment archived', 'comment_unarchive_success' => 'Comment un-archived', 'comment_view' => 'View comment', 'comment_jump_to_thread' => 'Jump to thread', 'comment_delete_confirm' => 'Czy na pewno chcesz usunąc ten komentarz?', 'comment_in_reply_to' => 'W odpowiedzi na :commentId', 'comment_reference' => 'Reference', 'comment_reference_outdated' => '(Outdated)', 'comment_editor_explain' => 'Oto komentarze pozostawione na tej stronie. Komentarze mogą być dodawane i zarządzane podczas przeglądania zapisanej strony.', // Revision 'revision_delete_confirm' => 'Czy na pewno chcesz usunąć tę wersję?', 'revision_restore_confirm' => 'Czu ma pewno chcesz przywrócić tą wersję? Aktualna zawartość strony zostanie nadpisana.', 'revision_cannot_delete_latest' => 'Nie można usunąć najnowszej wersji.', // Copy view 'copy_consider' => 'Kopiując, weź pod uwagę poniższe rzeczy.', 'copy_consider_permissions' => 'Niestandardowe ustawienia uprawnień nie zostaną skopiowane.', 'copy_consider_owner' => 'Staniesz się właścicielem całej skopiowanej zawartości.', 'copy_consider_images' => 'Pliki obrazów znajdujących się na stronie nie będą zduplikowane i oryginalne obrazy zachowają swój związek ze stroną, do której zostały pierwotnie przesłane.', 'copy_consider_attachments' => 'Załączniki strony nie zostaną skopiowane.', 'copy_consider_access' => 'Zmiana lokalizacji, właściciela lub uprawnień może spowodować, że ta zawartość będzie dostępna dla tych, którzy wcześniej nie mieli dostępu.', // Conversions 'convert_to_shelf' => 'Konwertuj na półkę', 'convert_to_shelf_contents_desc' => 'Możesz skonwertować tę książkę do nowej półki z tą samą zawartością. Rozdziały zawarte w tej książce zostaną skonwertowane na nowe książki. Jeśli ta książka zawiera jakieś strony, które nie znajdują się w rozdziale, wtedy nazwa tej książki zostanie zmieniona i będzie ona zawierać te strony, a sama książka stanie się częścią nowej półki.', 'convert_to_shelf_permissions_desc' => 'Wszelkie uprawnienia ustawione w tej książce zostaną skopiowane do nowej półki i do wszystkich nowych książek tej półki, które nie mają własnych uprawnień. Zauważ, że uprawnienia na półkach nie są automatycznie kaskadowane do ich zawartości, tak jak to ma miejsce w przypadku książek.', 'convert_book' => 'Konwertuj książkę', 'convert_book_confirm' => 'Czy na pewno chcesz skonwertować tę książkę?', 'convert_undo_warning' => 'Nie da się tego łatwo cofnąć.', 'convert_to_book' => 'Konwertuj na książkę', 'convert_to_book_desc' => 'Możesz skonwertować ten rozdział do nowej książki o tej samej treści. Wszelkie uprawnienia ustawione w tym rozdziale zostaną skopiowane do nowej książki, ale wszelkie dziedziczone uprawnienia z poprzedniej nadrzędnej książki nie będą skopiowane, co może doprowadzić do zmiany w kontroli dostępu.', 'convert_chapter' => 'Konwertuj rozdział', 'convert_chapter_confirm' => 'Czy na pewno chcesz skonwertować ten rozdział?', // References 'references' => 'Odniesienia', 'references_none' => 'Brak śledzonych odwołań do tego elementu.', 'references_to_desc' => 'Wymienione poniżej są wszystkie znane treści w systemie, które nawiązują do tego elementu.', // Watch Options 'watch' => 'Obserwuj', 'watch_title_default' => 'Domyślne ustawienia', 'watch_desc_default' => 'Przywróć do tylko domyślnych ustawień powiadomień.', 'watch_title_ignore' => 'Ignoruj', 'watch_desc_ignore' => 'Ignoruj wszystkie powiadomienia, w tym te z preferencji użytkownika.', 'watch_title_new' => 'Nowe strony', 'watch_desc_new' => 'Powiadom o utworzeniu nowej strony w tym elemencie.', 'watch_title_updates' => 'Wszystkie aktualizacje strony', 'watch_desc_updates' => 'Powiadom o wszystkich nowych stronach i zmianach strony.', 'watch_desc_updates_page' => 'Powiadom o wszystkich zmianach strony.', 'watch_title_comments' => 'Wszystkie aktualizacje strony i komentarze', 'watch_desc_comments' => 'Powiadom o wszystkich nowych stronach, zmianach na stronie i nowych komentarzach.', 'watch_desc_comments_page' => 'Powiadom o zmianach strony i nowych komentarzach.', 'watch_change_default' => 'Zmień domyślne ustawienia powiadomień', 'watch_detail_ignore' => 'Ignorowanie powiadomień', 'watch_detail_new' => 'Obserwowanie nowych stron', 'watch_detail_updates' => 'Obserwowanie nowych stron i aktualizacji', 'watch_detail_comments' => 'Obserwowanie nowych stron, aktualizacji i komentarzy', 'watch_detail_parent_book' => 'Obserwowanie przez książkę nadrzędną', 'watch_detail_parent_book_ignore' => 'Ignorowanie przez książkę nadrzędną', 'watch_detail_parent_chapter' => 'Obserwowanie przez rozdział nadrzędny', 'watch_detail_parent_chapter_ignore' => 'Ignorowanie przez rozdział nadrzędny', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/pl/passwords.php
lang/pl/passwords.php
<?php /** * Password Reminder Language Lines * The following language lines are the default lines which match reasons * that are given by the password broker for a password update attempt has failed. */ return [ 'password' => 'Hasło musi zawierać co najmniej 6 znaków i być zgodne z powtórzeniem.', 'user' => "Nie znaleziono użytkownika o takim adresie e-mail.", 'token' => 'Token resetowania hasła jest nieprawidłowy dla tego adresu e-mail.', 'sent' => 'Wysłaliśmy Ci link do resetowania hasła!', 'reset' => 'Twoje hasło zostało zresetowane!', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/pl/editor.php
lang/pl/editor.php
<?php /** * Page Editor Lines * Contains text strings used within the user interface of the * WYSIWYG page editor. Some Markdown editor strings may still * exist in the 'entities' file instead since this was added later. */ return [ // General editor terms 'general' => 'Ogólne', 'advanced' => 'Zaawansowane', 'none' => 'Brak', 'cancel' => 'Anuluj', 'save' => 'Zapisz', 'close' => 'Zamknij', 'apply' => 'Apply', 'undo' => 'Cofnij', 'redo' => 'Ponów', 'left' => 'Lewa strona', 'center' => 'Centrum', 'right' => 'Prawa strona', 'top' => 'Góra', 'middle' => 'Środek', 'bottom' => 'Dół', 'width' => 'Szerokość', 'height' => 'Wysokość', 'More' => 'Więcej', 'select' => 'Wybierz...', // Toolbar 'formats' => 'Formaty', 'header_large' => 'Duży Nagłówek', 'header_medium' => 'Średni Nagłówek', 'header_small' => 'Mały Nagłówek', 'header_tiny' => 'Bardzo Mały Nagłówek', 'paragraph' => 'Paragraf', 'blockquote' => 'Cytat', 'inline_code' => 'Kod źródłowy', 'callouts' => 'Objaśnienia', 'callout_information' => 'Informacja', 'callout_success' => 'Sukces', 'callout_warning' => 'Ostrzeżenie', 'callout_danger' => 'Niebezpieczeństwo', 'bold' => 'Pogrubienie', 'italic' => 'Kursywa', 'underline' => 'Podkreślenie', 'strikethrough' => 'Przekreślenie', 'superscript' => 'Indeks górny', 'subscript' => 'Indeks dolny', 'text_color' => 'Kolor tekstu', 'highlight_color' => 'Highlight color', 'custom_color' => 'Kolor niestandardowy', 'remove_color' => 'Usuń kolor', 'background_color' => 'Kolor tła', 'align_left' => 'Wyrównaj do lewej', 'align_center' => 'Wyśrodkuj', 'align_right' => 'Wyrównaj do prawej', 'align_justify' => 'Wyjustuj', 'list_bullet' => 'Lista punktowana', 'list_numbered' => 'Lista numerowana', 'list_task' => 'Lista zadań', 'indent_increase' => 'Zwiększ wcięcie', 'indent_decrease' => 'Zmniejsz wcięcie', 'table' => 'Tabela', 'insert_image' => 'Wstaw obraz', 'insert_image_title' => 'Wstaw/Edytuj obraz', 'insert_link' => 'Wstaw/edytuj link', 'insert_link_title' => 'Wstaw/Edytuj Link', 'insert_horizontal_line' => 'Wstaw linię poziomą', 'insert_code_block' => 'Wstaw blok kodu', 'edit_code_block' => 'Edytuj blok kodu', 'insert_drawing' => 'Wstaw/Edytuj rysunek', 'drawing_manager' => 'Menedżer rysunków', 'insert_media' => 'Wstaw/edytuj multimedia', 'insert_media_title' => 'Wstaw/Edytuj Multimedia', 'clear_formatting' => 'Wyczyść formatowanie', 'source_code' => 'Kod źródłowy', 'source_code_title' => 'Kod Źródłowy', 'fullscreen' => 'Pełny ekran', 'image_options' => 'Opcje obrazu', // Tables 'table_properties' => 'Właściwości tabeli', 'table_properties_title' => 'Właściwości Tabeli', 'delete_table' => 'Usuń tabelę', 'table_clear_formatting' => 'Wyczyść formatowanie tabeli', 'resize_to_contents' => 'Dostosuj rozmiar do zawartości', 'row_header' => 'Wiersz nagłówka', 'insert_row_before' => 'Wstaw wiersz przed', 'insert_row_after' => 'Wstaw wiersz za', 'delete_row' => 'Usuń wiersz', 'insert_column_before' => 'Wstaw kolumnę przed', 'insert_column_after' => 'Wstaw kolumnę za', 'delete_column' => 'Usuń kolumnę', 'table_cell' => 'Komórka', 'table_row' => 'Wiersz', 'table_column' => 'Kolumna', 'cell_properties' => 'Właściwości komórki', 'cell_properties_title' => 'Właściwości Komórki', 'cell_type' => 'Typ komórki', 'cell_type_cell' => 'Komórka', 'cell_scope' => 'Zakres', 'cell_type_header' => 'Komórka nagłówka', 'merge_cells' => 'Scal komórki', 'split_cell' => 'Podziel komórkę', 'table_row_group' => 'Grupa wierszy', 'table_column_group' => 'Grupa kolumn', 'horizontal_align' => 'Wyrównanie w poziomie', 'vertical_align' => 'Wyrównanie w pionie', 'border_width' => 'Szerokość obramowania', 'border_style' => 'Styl obramowania', 'border_color' => 'Kolor obramowania', 'row_properties' => 'Właściwości wiersza', 'row_properties_title' => 'Właściwości Wiersza', 'cut_row' => 'Wytnij wiersz', 'copy_row' => 'Kopiuj wiersz', 'paste_row_before' => 'Wklej wiersz przed', 'paste_row_after' => 'Wklej wiersz za', 'row_type' => 'Typ wiersza', 'row_type_header' => 'Nagłówek', 'row_type_body' => 'Ciało', 'row_type_footer' => 'Stopka', 'alignment' => 'Wyrównanie', 'cut_column' => 'Wytnij kolumnę', 'copy_column' => 'Kopiuj kolumnę', 'paste_column_before' => 'Wklej kolumnę przed', 'paste_column_after' => 'Wklej kolumnę za', 'cell_padding' => 'Wypełnienie komórki', 'cell_spacing' => 'Odstępy między komórkami', 'caption' => 'Opis', 'show_caption' => 'Pokaż opis', 'constrain' => 'Zachowaj proporcje', 'cell_border_solid' => 'Ciągły', 'cell_border_dotted' => 'Kropkowany', 'cell_border_dashed' => 'Kreskowany', 'cell_border_double' => 'Podwójny', 'cell_border_groove' => 'Rowek', 'cell_border_ridge' => 'Grzbiet', 'cell_border_inset' => 'Ramka', 'cell_border_outset' => 'Wypukły', 'cell_border_none' => 'Brak', 'cell_border_hidden' => 'Ukryty', // Images, links, details/summary & embed 'source' => 'Źródło', 'alt_desc' => 'Alternatywny opis', 'embed' => 'Osadź', 'paste_embed' => 'Wklej kod osadzenia poniżej:', 'url' => 'Adres URL', 'text_to_display' => 'Tekst do wyświetlenia', 'title' => 'Tytuł', 'browse_links' => 'Browse links', 'open_link' => 'Otwórz link', 'open_link_in' => 'Otwórz link w...', 'open_link_current' => 'Bieżące okno', 'open_link_new' => 'Nowe okno', 'remove_link' => 'Usuń link', 'insert_collapsible' => 'Wstaw zwijalny blok', 'collapsible_unwrap' => 'Rozwiń', 'edit_label' => 'Edytuj etykietę', 'toggle_open_closed' => 'Otwórz/zamknij', 'collapsible_edit' => 'Edytuj zwijalny blok', 'toggle_label' => 'Przełącz etykietę', // About view 'about' => 'O edytorze', 'about_title' => 'O edytorze WYSIWYG', 'editor_license' => 'Licencja edytora i prawa autorskie', 'editor_lexical_license' => 'This editor is built as a fork of :lexicalLink which is distributed under the MIT license.', 'editor_lexical_license_link' => 'Full license details can be found here.', 'editor_tiny_license' => 'Ten edytor jest zbudowany przy użyciu :tinyLink, który jest udostępniany na licencji MIT.', 'editor_tiny_license_link' => 'Szczegóły dotyczące praw autorskich i licencji TinyMCE można znaleźć tutaj.', 'save_continue' => 'Zapisz stronę i kontynuuj', 'callouts_cycle' => '(Naciskaj dalej, aby przełączyć przez typy)', 'link_selector' => 'Link do treści', 'shortcuts' => 'Skróty', 'shortcut' => 'Skrót', 'shortcuts_intro' => 'Następujące skróty są dostępne w edytorze:', 'windows_linux' => '(Windows/Linux)', 'mac' => '(Mac)', 'description' => 'Opis', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/pl/components.php
lang/pl/components.php
<?php /** * Text used in custom JavaScript driven components. */ return [ // Image Manager 'image_select' => 'Wybór obrazka', 'image_list' => 'Lista obrazów', 'image_details' => 'Szczegóły obrazu', 'image_upload' => 'Prześlij obraz', 'image_intro' => 'Tutaj możesz wybrać i zarządzać obrazami, które zostały wcześniej przesłane do systemu.', 'image_intro_upload' => 'Prześlij nowy obraz przeciągając plik obrazu do tego okna lub używając przycisku "Prześlij obraz" powyżej.', 'image_all' => 'Wszystkie', 'image_all_title' => 'Zobacz wszystkie obrazki', 'image_book_title' => 'Zobacz obrazki zapisane w tej książce', 'image_page_title' => 'Zobacz obrazki zapisane na tej stronie', 'image_search_hint' => 'Szukaj po nazwie obrazka', 'image_uploaded' => 'Przesłano :uploadedDate', 'image_uploaded_by' => 'Przesłane przez :userName', 'image_uploaded_to' => 'Przesłano do :pageLink', 'image_updated' => 'Zaktualizowano :updateDate', 'image_load_more' => 'Wczytaj więcej', 'image_image_name' => 'Nazwa obrazka', 'image_delete_used' => 'Ten obrazek jest używany na stronach wyświetlonych poniżej.', 'image_delete_confirm_text' => 'Czy na pewno chcesz usunąć ten obraz?', 'image_select_image' => 'Wybierz obrazek', 'image_dropzone' => 'Upuść obrazki tutaj lub kliknij by wybrać obrazki do przesłania', 'image_dropzone_drop' => 'Upuść obrazy tutaj, aby przesłać', 'images_deleted' => 'Usunięte obrazki', 'image_preview' => 'Podgląd obrazka', 'image_upload_success' => 'Obrazek przesłany pomyślnie', 'image_update_success' => 'Szczegóły obrazka zaktualizowane pomyślnie', 'image_delete_success' => 'Obrazek usunięty pomyślnie', 'image_replace' => 'Zastąp obraz', 'image_replace_success' => 'Plik obrazu zaktualizowany pomyślnie', 'image_rebuild_thumbs' => 'Zregeneruj warianty rozmiaru', 'image_rebuild_thumbs_success' => 'Warianty rozmiaru obrazu przebudowane pomyślnie!', // Code Editor 'code_editor' => 'Edytuj kod', 'code_language' => 'Język kodu', 'code_content' => 'Zawartość kodu', 'code_session_history' => 'Historia sesji', 'code_save' => 'Zapisz kod', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/pl/preferences.php
lang/pl/preferences.php
<?php /** * Text used for user-preference specific views within bookstack. */ return [ 'my_account' => 'Moje konto', 'shortcuts' => 'Skróty', 'shortcuts_interface' => 'Ustawienia skrótów interfejsu użytkownika', 'shortcuts_toggle_desc' => 'Tutaj możesz włączyć lub wyłączyć interfejs skrótów klawiszowych używanych do nawigacji i akcji.', 'shortcuts_customize_desc' => 'Możesz dostosować każdy z poniższych skrótów. Wystarczy nacisnąć wybraną kombinację klawiszy po wybraniu wprowadzania dla danego skrótu.', 'shortcuts_toggle_label' => 'Skróty klawiszowe włączone', 'shortcuts_section_navigation' => 'Nawigacja', 'shortcuts_section_actions' => 'Częste działania', 'shortcuts_save' => 'Zapisz skróty', 'shortcuts_overlay_desc' => 'Uwaga: Gdy skróty są włączone, przez naciśnięcie "?" może być otworzona nakładka pomocnicza, która podświetli dostępne skróty dla akcji widocznych obecnie na ekranie.', 'shortcuts_update_success' => 'Ustawienia skrótów zostały zaktualizowane!', 'shortcuts_overview_desc' => 'Zarządzaj skrótami klawiaturowymi, które możesz użyć do nawigacji interfejsu użytkownika systemu.', 'notifications' => 'Preferencje powiadomień', 'notifications_desc' => 'Kontroluj otrzymywane powiadomienia e-mail, gdy określona aktywność jest wykonywana w systemie.', 'notifications_opt_own_page_changes' => 'Powiadom o zmianach na stronach, których jestem właścicielem', 'notifications_opt_own_page_comments' => 'Powiadom o komentarzach na stronach, których jestem właścicielem', 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Powiadom o odpowiedziach na moje komentarze', 'notifications_save' => 'Zapisz preferencje', 'notifications_update_success' => 'Preferencje powiadomień zostały zaktualizowane!', 'notifications_watched' => 'Obserwowane i ignorowane elementy', 'notifications_watched_desc' => 'Poniżej znajdują się elementy, które mają własne preferencje obserwowania. Aby zaktualizować swoje preferencje, zobacz dany element, a następnie znajdź opcje obserwowania na pasku bocznym.', 'auth' => 'Dostęp i bezpieczeństwo', 'auth_change_password' => 'Zmień hasło', 'auth_change_password_desc' => 'Zmień hasło logowania do aplikacji. Hasło musi mieć minimum 8 znaków.', 'auth_change_password_success' => 'Hasło zostało zaktualizowane!', 'profile' => 'Szczegóły profilu', 'profile_desc' => 'Zarządzaj szczegółami swojego konta, które widzą inni użytkownicy, oprócz danych używanych do komunikacji i personalizacji systemu.', 'profile_view_public' => 'Zobacz profil publiczny', 'profile_name_desc' => 'Skonfiguruj wyświetlaną nazwę, która będzie widoczna dla innych użytkowników systemu poprzez wykonywane zadania i posiadaną treść.', 'profile_email_desc' => 'Ten e-mail będzie używany do powiadomień, a w zależności od wybranego sposobu uwierzytelniania, również do dostępu do systemu.', 'profile_email_no_permission' => 'Niestety nie masz uprawnień do zmiany adresu e-mail. Jeśli chcesz to zmienić, musisz poprosić administratora, aby zrobił to za ciebie.', 'profile_avatar_desc' => 'Wybierz obraz, który będzie cię reprezentował wśród innych w systemie. Obraz powinien być kwadratem o długości boku około 256 pikseli.', 'profile_admin_options' => 'Opcje administratora', 'profile_admin_options_desc' => 'Dodatkowe opcje na poziomie administratora dla twojego konta, takie jak zarządzanie przydzielaniem ról można znaleźć w sekcji "Ustawienia > Użytkownicy".', 'delete_account' => 'Usuń konto', 'delete_my_account' => 'Usuń moje konto', 'delete_my_account_desc' => 'Spowoduje to całkowite usunięcie twojego konta z systemu. Nie będziesz miał możliwości odzyskania konta lub cofnięcia tej czynności. Stworzona przez Ciebie zawartość, taka jak utworzone strony i przesłane obrazy, pozostanie niezmieniona.', 'delete_my_account_warning' => 'Jesteś pewny, że chcesz usunąć swoje konto?', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/pl/errors.php
lang/pl/errors.php
<?php /** * Text shown in error messaging. */ return [ // Permissions 'permission' => 'Nie masz uprawnień do wyświetlenia tej strony.', 'permissionJson' => 'Nie masz uprawnień do wykonania tej akcji.', // Auth 'error_user_exists_different_creds' => 'Użytkownik o adresie :email już istnieje, ale używa innych poświadczeń.', 'auth_pre_register_theme_prevention' => 'Konto użytkownika nie może być zarejestrowane z podanymi danymi', 'email_already_confirmed' => 'E-mail został potwierdzony, spróbuj się zalogować.', 'email_confirmation_invalid' => 'Ten token jest nieprawidłowy lub został już wykorzystany. Spróbuj zarejestrować się ponownie.', 'email_confirmation_expired' => 'Ten token potwierdzający wygasł. Wysłaliśmy Ci kolejny.', 'email_confirmation_awaiting' => 'Adres e-mail dla używanego konta musi zostać potwierdzony', 'ldap_fail_anonymous' => 'Dostęp LDAP przy użyciu anonimowego powiązania nie powiódł się', 'ldap_fail_authed' => 'Dostęp LDAP przy użyciu tego DN i hasła nie powiódł się', 'ldap_extension_not_installed' => 'Rozszerzenie LDAP PHP nie zostało zainstalowane', 'ldap_cannot_connect' => 'Nie można połączyć z serwerem LDAP, połączenie nie zostało ustanowione', 'saml_already_logged_in' => 'Już zalogowany', 'saml_no_email_address' => 'Nie można odnaleźć adresu email dla tego użytkownika w danych dostarczonych przez zewnętrzny system uwierzytelniania', 'saml_invalid_response_id' => 'Żądanie z zewnętrznego systemu uwierzytelniania nie zostało rozpoznane przez proces rozpoczęty przez tę aplikację. Cofnięcie po zalogowaniu mogło spowodować ten problem.', 'saml_fail_authed' => 'Logowanie przy użyciu :system nie powiodło się, system nie mógł pomyślnie ukończyć uwierzytelniania', 'oidc_already_logged_in' => 'Już zalogowany', 'oidc_no_email_address' => 'Nie można odnaleźć adresu email dla tego użytkownika w danych dostarczonych przez zewnętrzny system uwierzytelniania', 'oidc_fail_authed' => 'Logowanie przy użyciu :system nie powiodło się, system nie mógł pomyślnie ukończyć uwierzytelniania', 'social_no_action_defined' => 'Brak zdefiniowanej akcji', 'social_login_bad_response' => "Podczas próby logowania :socialAccount wystąpił błąd: \n:error", 'social_account_in_use' => 'To konto :socialAccount jest już w użyciu. Spróbuj zalogować się za pomocą opcji :socialAccount.', 'social_account_email_in_use' => 'E-mail :email jest już w użyciu. Jeśli masz już konto, połącz konto :socialAccount z poziomu ustawień profilu.', 'social_account_existing' => 'Konto :socialAccount jest już połączone z Twoim profilem', 'social_account_already_used_existing' => 'Konto :socialAccount jest już używane przez innego użytkownika.', 'social_account_not_used' => 'To konto :socialAccount nie jest połączone z żadnym użytkownikiem. Połącz je ze swoim kontem w ustawieniach profilu. ', 'social_account_register_instructions' => 'Jeśli nie masz jeszcze konta, możesz zarejestrować je używając opcji :socialAccount.', 'social_driver_not_found' => 'Funkcja społecznościowa nie została odnaleziona', 'social_driver_not_configured' => 'Ustawienia konta :socialAccount nie są poprawne.', 'invite_token_expired' => 'Zaproszenie wygasło. Możesz spróować zresetować swoje hasło.', 'login_user_not_found' => 'Użytkownik dla tej akcji nie został znaleziony.', // System 'path_not_writable' => 'Zapis do ścieżki :filePath jest niemożliwy. Upewnij się że aplikacja ma prawa do zapisu plików na serwerze.', 'cannot_get_image_from_url' => 'Nie można pobrać obrazka z :url', 'cannot_create_thumbs' => 'Serwer nie może utworzyć miniaturek. Upewnij się że rozszerzenie GD PHP zostało zainstalowane.', 'server_upload_limit' => 'Serwer nie pozwala na przyjęcie pliku o tym rozmiarze. Spróbuj przesłać plik o mniejszym rozmiarze.', 'server_post_limit' => 'Serwer nie może przyjąć tej ilości danych. Spróbuj ponownie z mniejszą ilością danych lub mniejszym plikiem.', 'uploaded' => 'Serwer nie pozwala na przyjęcie pliku o tym rozmiarze. Spróbuj przesłać plik o mniejszym rozmiarze.', // Drawing & Images 'image_upload_error' => 'Wystąpił błąd podczas przesyłania obrazka', 'image_upload_type_error' => 'Typ przesłanego obrazka jest nieprwidłowy.', 'image_upload_replace_type' => 'Zamienniki plików graficznych muszą być tego samego typu', 'image_upload_memory_limit' => 'Nie udało się obsłużyć przesyłania zdjęć i/lub tworzenia miniatur ze względu na limity zasobów systemowych.', 'image_thumbnail_memory_limit' => 'Nie udało się utworzyć wariantów rozmiaru obrazu ze względu na limity zasobów systemowych.', 'image_gallery_thumbnail_memory_limit' => 'Nie udało się utworzyć miniatur galerii ze względu na limity zasobów systemowych.', 'drawing_data_not_found' => 'Nie można załadować danych rysunku. Plik rysunku może już nie istnieć lub nie masz uprawnień dostępu do niego.', // Attachments 'attachment_not_found' => 'Nie znaleziono załącznika', 'attachment_upload_error' => 'Wystąpił błąd podczas przesyłania pliku załącznika', // Pages 'page_draft_autosave_fail' => 'Zapis wersji roboczej nie powiódł się. Upewnij się, że posiadasz połączenie z internetem.', 'page_draft_delete_fail' => 'Nie udało się usunąć wersji roboczej strony i pobrać bieżącej zawartości strony', 'page_custom_home_deletion' => 'Nie można usunąć strony, jeśli jest ona ustawiona jako strona główna', // Entities 'entity_not_found' => 'Nie znaleziono obiektu', 'bookshelf_not_found' => 'Nie znaleziono półki', 'book_not_found' => 'Nie znaleziono książki', 'page_not_found' => 'Nie znaleziono strony', 'chapter_not_found' => 'Nie znaleziono rozdziału', 'selected_book_not_found' => 'Wybrana książka nie została znaleziona', 'selected_book_chapter_not_found' => 'Wybrana książka lub rozdział nie został znaleziony', 'guests_cannot_save_drafts' => 'Goście nie mogą zapisywać wersji roboczych', // Users 'users_cannot_delete_only_admin' => 'Nie możesz usunąć jedynego administratora', 'users_cannot_delete_guest' => 'Nie możesz usunąć użytkownika-gościa', 'users_could_not_send_invite' => 'Nie można utworzyć użytkownika, ponieważ nie udało się wysłać wiadomości e-mail z zaproszeniem', // Roles 'role_cannot_be_edited' => 'Ta rola nie może być edytowana', 'role_system_cannot_be_deleted' => 'Ta rola jest rolą systemową i nie może zostać usunięta', 'role_registration_default_cannot_delete' => 'Ta rola nie może zostać usunięta, dopóki jest ustawiona jako domyślna rola użytkownika', 'role_cannot_remove_only_admin' => 'Ten użytkownik jest jedynym użytkownikiem przypisanym do roli administratora. Przypisz rolę administratora innemu użytkownikowi przed próbą usunięcia.', // Comments 'comment_list' => 'Wystąpił błąd podczas pobierania komentarzy.', 'cannot_add_comment_to_draft' => 'Nie możesz dodawać komentarzy do wersji roboczej.', 'comment_add' => 'Wystąpił błąd podczas dodwania / aktualizaowania komentarza.', 'comment_delete' => 'Wystąpił błąd podczas usuwania komentarza.', 'empty_comment' => 'Nie można dodać pustego komentarza.', // Error pages '404_page_not_found' => 'Strona nie została znaleziona', 'sorry_page_not_found' => 'Przepraszamy, ale strona której szukasz nie została znaleziona.', 'sorry_page_not_found_permission_warning' => 'Jeśli spodziewałeś się, że ta strona istnieje, prawdopodobnie nie masz uprawnień do jej wyświetlenia.', 'image_not_found' => 'Nie znaleziono obrazu', 'image_not_found_subtitle' => 'Przepraszamy, ale obraz którego szukasz nie został znaleziony.', 'image_not_found_details' => 'Jeśli spodziewałeś się, że ten obraz istnieje, mógł on zostać usunięty.', 'return_home' => 'Powrót do strony głównej', 'error_occurred' => 'Wystąpił błąd', 'app_down' => ':appName jest aktualnie wyłączona', 'back_soon' => 'Niedługo zostanie uruchomiona ponownie.', // Import 'import_zip_cant_read' => 'Could not read ZIP file.', 'import_zip_cant_decode_data' => 'Could not find and decode ZIP data.json content.', 'import_zip_no_data' => 'ZIP file data has no expected book, chapter or page content.', 'import_zip_data_too_large' => 'ZIP data.json content exceeds the configured application maximum upload size.', 'import_validation_failed' => 'Import ZIP failed to validate with errors:', 'import_zip_failed_notification' => 'Failed to import ZIP file.', 'import_perms_books' => 'You are lacking the required permissions to create books.', 'import_perms_chapters' => 'You are lacking the required permissions to create chapters.', 'import_perms_pages' => 'You are lacking the required permissions to create pages.', 'import_perms_images' => 'You are lacking the required permissions to create images.', 'import_perms_attachments' => 'You are lacking the required permission to create attachments.', // API errors 'api_no_authorization_found' => 'Nie znaleziono tokenu autoryzacji dla żądania', 'api_bad_authorization_format' => 'Token autoryzacji został znaleziony w żądaniu, ale format okazał się nieprawidłowy', 'api_user_token_not_found' => 'Nie znaleziono pasującego tokenu API dla podanego tokenu autoryzacji', 'api_incorrect_token_secret' => 'Podany sekret dla tego API jest nieprawidłowy', 'api_user_no_api_permission' => 'Właściciel używanego tokenu API nie ma uprawnień do wykonywania zapytań do API', 'api_user_token_expired' => 'Token uwierzytelniania wygasł', // Settings & Maintenance 'maintenance_test_email_failure' => 'Błąd podczas wysyłania testowej wiadomości e-mail:', // HTTP errors 'http_ssr_url_no_match' => 'Adres URL nie pasuje do skonfigurowanych dozwolonych hostów SSR', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/pl/activities.php
lang/pl/activities.php
<?php /** * Activity text strings. * Is used for all the text within activity logs & notifications. */ return [ // Pages 'page_create' => 'utworzył stronę', 'page_create_notification' => 'Strona została utworzona', 'page_update' => 'zaktualizował stronę', 'page_update_notification' => 'Strona zaktualizowana pomyślnie', 'page_delete' => 'usunął stronę', 'page_delete_notification' => 'Strona została usunięta', 'page_restore' => 'przywrócił stronę', 'page_restore_notification' => 'Strona przywrócona pomyślnie', 'page_move' => 'przeniósł stronę', 'page_move_notification' => 'Strona przeniesiona pomyślnie', // Chapters 'chapter_create' => 'utworzył rozdział', 'chapter_create_notification' => 'Rozdział utworzony pomyślnie', 'chapter_update' => 'zaktualizował rozdział', 'chapter_update_notification' => 'Rozdział zaktualizowany pomyślnie', 'chapter_delete' => 'usunął rozdział', 'chapter_delete_notification' => 'Rozdział usunięty pomyślnie', 'chapter_move' => 'przeniósł rozdział', 'chapter_move_notification' => 'Rozdział przeniesiony pomyślnie', // Books 'book_create' => 'utworzył książkę', 'book_create_notification' => 'Książka utworzona pomyślnie', 'book_create_from_chapter' => 'skonwertował rozdział na książkę', 'book_create_from_chapter_notification' => 'Rozdział został pomyślnie skonwertowany do książki', 'book_update' => 'zaktualizował książkę', 'book_update_notification' => 'Książka zaktualizowana pomyślnie', 'book_delete' => 'usunął książkę', 'book_delete_notification' => 'Książka usunięta pomyślnie', 'book_sort' => 'posortował książkę', 'book_sort_notification' => 'Książka posortowana pomyślnie', // Bookshelves 'bookshelf_create' => 'utworzył półkę', 'bookshelf_create_notification' => 'Półka utworzona pomyślnie', 'bookshelf_create_from_book' => 'skonwertował książkę na półkę', 'bookshelf_create_from_book_notification' => 'Książka została pomyślnie skonwertowana na półkę', 'bookshelf_update' => 'zaktualizował półkę', 'bookshelf_update_notification' => 'Półka zaktualizowana pomyślnie', 'bookshelf_delete' => 'usunął półkę', 'bookshelf_delete_notification' => 'Półka usunięta pomyślnie', // Revisions 'revision_restore' => 'przywrócił wersję', 'revision_delete' => 'usunął wersję', 'revision_delete_notification' => 'Wersja usunięta pomyślnie', // Favourites 'favourite_add_notification' => '":name" został dodany do Twoich ulubionych', 'favourite_remove_notification' => '":name" został usunięty z ulubionych', // Watching 'watch_update_level_notification' => 'Ustawienia obserwowania pomyślnie zaktualizowane', // Auth 'auth_login' => 'zalogował się', 'auth_register' => 'zarejestrowany jako nowy użytkownik', 'auth_password_reset_request' => 'zażądał zresetowania hasła użytkownika', 'auth_password_reset_update' => 'zresetował hasło użytkownika', 'mfa_setup_method' => 'skonfigurował metodę MFA', 'mfa_setup_method_notification' => 'Metoda wieloskładnikowa została pomyślnie skonfigurowana', 'mfa_remove_method' => 'usunął metodę MFA', 'mfa_remove_method_notification' => 'Metoda wieloskładnikowa pomyślnie usunięta', // Settings 'settings_update' => 'zaktualizował ustawienia', 'settings_update_notification' => 'Ustawienia zaktualizowane pomyślnie', 'maintenance_action_run' => 'uruchomił akcję konserwacji', // Webhooks 'webhook_create' => 'utworzył webhook', 'webhook_create_notification' => 'Webhook utworzony pomyślnie', 'webhook_update' => 'zaktualizował webhook', 'webhook_update_notification' => 'Webhook zaktualizowany pomyślnie', 'webhook_delete' => 'usunął webhook', 'webhook_delete_notification' => 'Webhook usunięty pomyślnie', // Imports 'import_create' => 'utworzono import', 'import_create_notification' => 'Import successfully uploaded', 'import_run' => 'updated import', 'import_run_notification' => 'Content successfully imported', 'import_delete' => 'deleted import', 'import_delete_notification' => 'Import successfully deleted', // Users 'user_create' => 'utworzył użytkownika', 'user_create_notification' => 'Użytkownik utworzony pomyślnie', 'user_update' => 'zaktualizował użytkownika', 'user_update_notification' => 'Użytkownik zaktualizowany pomyślnie', 'user_delete' => 'usunął użytkownika', 'user_delete_notification' => 'Użytkownik pomyślnie usunięty', // API Tokens 'api_token_create' => 'utworzył token API', 'api_token_create_notification' => 'Token API został poprawnie utworzony', 'api_token_update' => 'zaktualizował token API', 'api_token_update_notification' => 'Token API został pomyślnie zaktualizowany', 'api_token_delete' => 'usunął token API', 'api_token_delete_notification' => 'Token API został pomyślnie usunięty', // Roles 'role_create' => 'utworzył rolę', 'role_create_notification' => 'Rola utworzona pomyślnie', 'role_update' => 'zaktualizował rolę', 'role_update_notification' => 'Rola zaktualizowana pomyślnie', 'role_delete' => 'usunął rolę', 'role_delete_notification' => 'Rola usunięta pomyślnie', // Recycle Bin 'recycle_bin_empty' => 'opróżnił kosz', 'recycle_bin_restore' => 'przywrócił z kosza', 'recycle_bin_destroy' => 'usunął z kosza', // Comments 'commented_on' => 'skomentował', 'comment_create' => 'dodał komentarz', 'comment_update' => 'zaktualizował komentarz', 'comment_delete' => 'usunął komentarz', // Sort Rules 'sort_rule_create' => 'created sort rule', 'sort_rule_create_notification' => 'Sort rule successfully created', 'sort_rule_update' => 'updated sort rule', 'sort_rule_update_notification' => 'Sort rule successfully updated', 'sort_rule_delete' => 'deleted sort rule', 'sort_rule_delete_notification' => 'Sort rule successfully deleted', // Other 'permissions_update' => 'zaktualizował uprawnienia', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/pl/common.php
lang/pl/common.php
<?php /** * Common elements found throughout many areas of BookStack. */ return [ // Buttons 'cancel' => 'Anuluj', 'close' => 'Zamknij', 'confirm' => 'Zatwierdź', 'back' => 'Wstecz', 'save' => 'Zapisz', 'continue' => 'Kontynuuj', 'select' => 'Wybierz', 'toggle_all' => 'Przełącz wszystko', 'more' => 'Więcej', // Form Labels 'name' => 'Nazwa', 'description' => 'Opis', 'role' => 'Rola', 'cover_image' => 'Okładka', 'cover_image_description' => 'Ten obraz powinien być o rozmiarze około 440x250px, chociaż zostanie elastycznie przeskalowany i przycięty, aby dopasować interfejs użytkownika do różnych scenariuszy w zależności od potrzeb, więc faktyczne wymiary wyświetlania będą się różnić.', // Actions 'actions' => 'Akcje', 'view' => 'Widok', 'view_all' => 'Zobacz wszystkie', 'new' => 'Nowe', 'create' => 'Utwórz', 'update' => 'Zaktualizuj', 'edit' => 'Edytuj', 'archive' => 'Archive', 'unarchive' => 'Un-Archive', 'sort' => 'Sortuj', 'move' => 'Przenieś', 'copy' => 'Skopiuj', 'reply' => 'Odpowiedz', 'delete' => 'Usuń', 'delete_confirm' => 'Potwierdź usunięcie', 'search' => 'Szukaj', 'search_clear' => 'Wyczyść wyszukiwanie', 'reset' => 'Resetuj', 'remove' => 'Usuń', 'add' => 'Dodaj', 'configure' => 'Konfiguruj', 'manage' => 'Zarządzaj', 'fullscreen' => 'Pełny ekran', 'favourite' => 'Ulubione', 'unfavourite' => 'Usuń z ulubionych', 'next' => 'Dalej', 'previous' => 'Wstecz', 'filter_active' => 'Aktywny filtr:', 'filter_clear' => 'Wyczyść Filtr', 'download' => 'Pobierz', 'open_in_tab' => 'Otwórz w karcie', 'open' => 'Otwórz', // Sort Options 'sort_options' => 'Opcje sortowania', 'sort_direction_toggle' => 'Przełącz kierunek sortowania', 'sort_ascending' => 'Sortuj rosnąco', 'sort_descending' => 'Sortuj malejąco', 'sort_name' => 'Nazwa', 'sort_default' => 'Domyślne', 'sort_created_at' => 'Data utworzenia', 'sort_updated_at' => 'Data aktualizacji', // Misc 'deleted_user' => 'Użytkownik usunięty', 'no_activity' => 'Brak aktywności do wyświetlenia', 'no_items' => 'Brak elementów do wyświetlenia', 'back_to_top' => 'Powrót na górę', 'skip_to_main_content' => 'Przejdź do treści głównej', 'toggle_details' => 'Włącz/wyłącz szczegóły', 'toggle_thumbnails' => 'Włącz/wyłącz miniatury', 'details' => 'Szczegóły', 'grid_view' => 'Widok kafelkowy', 'list_view' => 'Widok listy', 'default' => 'Domyślny', 'breadcrumb' => 'Ścieżka nawigacji', 'status' => 'Status', 'status_active' => 'Aktywny', 'status_inactive' => 'Nieaktywny', 'never' => 'Nigdy', 'none' => 'Brak', // Header 'homepage' => 'Strona domowa', 'header_menu_expand' => 'Rozwiń menu nagłówka', 'profile_menu' => 'Menu profilu', 'view_profile' => 'Zobacz profil', 'edit_profile' => 'Edytuj profil', 'dark_mode' => 'Tryb ciemny', 'light_mode' => 'Tryb jasny', 'global_search' => 'Wyszukiwanie globalne', // Layout tabs 'tab_info' => 'Informacje', 'tab_info_label' => 'Zakładka: Pokaż informacje drugorzędne', 'tab_content' => 'Treść', 'tab_content_label' => 'Zakładka: Pokaż podstawową zawartość', // Email Content 'email_action_help' => 'Jeśli masz problem z kliknięciem przycisku ":actionText", skopiuj i wklej poniższy adres URL w nowej karcie swojej przeglądarki:', 'email_rights' => 'Wszelkie prawa zastrzeżone', // Footer Link Options // Not directly used but available for convenience to users. 'privacy_policy' => 'Polityka prywatności', 'terms_of_service' => 'Warunki usługi', // OpenSearch 'opensearch_description' => 'Szukaj :appName', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/pl/pagination.php
lang/pl/pagination.php
<?php /** * Pagination Language Lines * The following language lines are used by the paginator library to build * the simple pagination links. */ return [ 'previous' => '&laquo; Poprzednia', 'next' => 'Następna &raquo;', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/pl/settings.php
lang/pl/settings.php
<?php /** * Settings text strings * Contains all text strings used in the general settings sections of BookStack * including users and roles. */ return [ // Common Messages 'settings' => 'Ustawienia', 'settings_save' => 'Zapisz ustawienia', 'system_version' => 'Wersja Systemu', 'categories' => 'Kategorie', // App Settings 'app_customization' => 'Dostosowywanie', 'app_features_security' => 'Funkcje i bezpieczeństwo', 'app_name' => 'Nazwa aplikacji', 'app_name_desc' => 'Ta nazwa jest wyświetlana w nagłówku i e-mailach.', 'app_name_header' => 'Pokaż nazwę aplikacji w nagłówku', 'app_public_access' => 'Dostęp publiczny', 'app_public_access_desc' => 'Włączenie tej opcji umożliwi niezalogowanym odwiedzającym dostęp do treści w Twojej instancji BookStack.', 'app_public_access_desc_guest' => 'Dostęp dla niezalogowanych odwiedzających jest dostępny poprzez użytkownika "Guest".', 'app_public_access_toggle' => 'Zezwalaj na dostęp publiczny', 'app_public_viewing' => 'Zezwolić na publiczne przeglądanie?', 'app_secure_images' => 'Włączyć przesyłanie obrazów o wyższym poziomie bezpieczeństwa?', 'app_secure_images_toggle' => 'Włącz wyższy poziom bezpieczeństwa dla obrazów', 'app_secure_images_desc' => 'Ze względów wydajnościowych wszystkie obrazki są publiczne. Ta opcja dodaje dodatkowy, trudny do odgadnięcia losowy ciąg na początku nazwy obrazka. Upewnij się że indeksowanie katalogów jest zablokowane, aby uniemożliwić łatwy dostęp do obrazków.', 'app_default_editor' => 'Domyślny edytor stron', 'app_default_editor_desc' => 'Wybierz, który edytor będzie domyślnie używany podczas edycji nowych stron. Może to być nadpisane na poziomie strony, na którym pozwalają na to uprawnienia.', 'app_custom_html' => 'Własna zawartość w tagu <head>', 'app_custom_html_desc' => 'Zawartość dodana tutaj zostanie dołączona na dole sekcji <head> każdej strony. Przydatne przy nadpisywaniu styli lub dodawaniu analityki.', 'app_custom_html_disabled_notice' => 'Niestandardowa zawartość nagłówka HTML jest wyłączona na tej stronie ustawień aby zapewnić, że wszystkie błedne zmiany (braking change) mogą zostać cofnięte.', 'app_logo' => 'Logo aplikacji', 'app_logo_desc' => 'Jest używany między innymi w pasku nagłówka aplikacji. Ten obraz powinien mieć wysokość 86px. Duże obrazy zostaną przeskalowane w dół.', 'app_icon' => 'Ikona aplikacji', 'app_icon_desc' => 'Ta ikona jest używana w zakładkach przeglądarki i ikonach skrótu. Powinien to być obraz PNG o wymiarach 256px.', 'app_homepage' => 'Strona główna', 'app_homepage_desc' => 'Wybierz widok, który będzie wyświetlany na stronie głównej zamiast w widoku domyślnego. Uprawnienia dostępowe są ignorowane dla wybranych stron.', 'app_homepage_select' => 'Wybierz stronę', 'app_footer_links' => 'Linki w stopce', 'app_footer_links_desc' => 'Dodaj linki do pokazania w stopce witryny. Będą one wyświetlane na dole większości stron, włącznie z tymi, które nie wymagają logowania. Możesz użyć etykiety "trans::<key>" aby użyć tłumaczeń zdefiniowanych przez system. Na przykład: Używanie "trans::common.privacy_policy" zapewni przetłumaczony tekst "Polityka prywatności" i "trans::common.terms_of_service" zapewni przetłumaczony tekst "Warunki korzystania z usługi".', 'app_footer_links_label' => 'Etykieta linku', 'app_footer_links_url' => 'URL odnośnika', 'app_footer_links_add' => 'Dodaj link w stopce', 'app_disable_comments' => 'Wyłącz komentarze', 'app_disable_comments_toggle' => 'Wyłącz komentowanie', 'app_disable_comments_desc' => 'Wyłącz komentarze na wszystkich stronach w aplikacji. Istniejące komentarze nie będą pokazywane.', // Color settings 'color_scheme' => 'Schemat kolorów aplikacji', 'color_scheme_desc' => 'Ustaw kolory używane w interfejsie aplikacji. Kolory można skonfigurować oddzielnie dla trybu ciemnego i jasnego, aby najlepiej pasowały do motywu i zapewniały czytelność.', 'ui_colors_desc' => 'Ustaw podstawowy kolor aplikacji i domyślny kolor linku. Podstawowy kolor jest używany głównie w banerze aplikacji, przyciskach i interfejsie. Domyślny kolor linku jest używany dla tekstowych linków i akcji, zarówno w napisanych treściach, jak i w interfejsie aplikacji.', 'app_color' => 'Kolor podstawowy', 'link_color' => 'Domyślny kolor linku', 'content_colors_desc' => 'Ustaw kolory dla wszystkich elementów w hierarchii organizacji stron. Wybór kolorów o jasności podobnej do domyślnych kolorów jest zalecany dla czytelności.', 'bookshelf_color' => 'Kolor półki', 'book_color' => 'Kolor książki', 'chapter_color' => 'Kolor rozdziału', 'page_color' => 'Kolor strony', 'page_draft_color' => 'Kolor szkicu strony', // Registration Settings 'reg_settings' => 'Ustawienia rejestracji', 'reg_enable' => 'Włącz rejestrację', 'reg_enable_toggle' => 'Włącz rejestrację', 'reg_enable_desc' => 'Po włączeniu rejestracji użytkownicy ci będą mogli się samodzielnie zarejestrować i otrzymają domyślną rolę.', 'reg_default_role' => 'Domyślna rola użytkownika po rejestracji', 'reg_enable_external_warning' => 'Powyższa opcja jest ignorowana, gdy zewnętrzne uwierzytelnianie LDAP lub SAML jest aktywne. Konta użytkowników dla nieistniejących użytkowników zostaną automatycznie utworzone, jeśli uwierzytelnianie za pomocą systemu zewnętrznego zakończy się sukcesem.', 'reg_email_confirmation' => 'Potwierdzenie adresu email', 'reg_email_confirmation_toggle' => 'Wymagaj potwierdzenia adresu email', 'reg_confirm_email_desc' => 'Jeśli restrykcje domenowe zostały ustawione, potwierdzenie adresu stanie się konieczne, a poniższa wartośc zostanie zignorowana.', 'reg_confirm_restrict_domain' => 'Restrykcje domenowe dot. adresu e-mail', 'reg_confirm_restrict_domain_desc' => 'Wprowadź listę domen adresów e-mail, rozdzieloną przecinkami, którym chciałbyś zezwolić na rejestrację. Wymusi to konieczność potwierdzenia adresu e-mail przez użytkownika przed uzyskaniem dostępu do aplikacji. <br> Pamiętaj, że użytkownicy będą mogli zmienić adres e-mail po rejestracji.', 'reg_confirm_restrict_domain_placeholder' => 'Brak restrykcji', // Sorting Settings 'sorting' => 'Lists & Sorting', 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Select the default sort rule to apply to new books. This won\'t affect existing books, and can be overridden per-book.', 'sorting_rules' => 'Sort Rules', 'sorting_rules_desc' => 'These are predefined sorting operations which can be applied to content in the system.', 'sort_rule_assigned_to_x_books' => 'Assigned to :count Book|Assigned to :count Books', 'sort_rule_create' => 'Create Sort Rule', 'sort_rule_edit' => 'Edit Sort Rule', 'sort_rule_delete' => 'Delete Sort Rule', 'sort_rule_delete_desc' => 'Remove this sort rule from the system. Books using this sort will revert to manual sorting.', 'sort_rule_delete_warn_books' => 'This sort rule is currently used on :count book(s). Are you sure you want to delete this?', 'sort_rule_delete_warn_default' => 'This sort rule is currently used as the default for books. Are you sure you want to delete this?', 'sort_rule_details' => 'Sort Rule Details', 'sort_rule_details_desc' => 'Set a name for this sort rule, which will appear in lists when users are selecting a sort.', 'sort_rule_operations' => 'Sort Operations', 'sort_rule_operations_desc' => 'Configure the sort actions to be performed by moving them from the list of available operations. Upon use, the operations will be applied in order, from top to bottom. Any changes made here will be applied to all assigned books upon save.', 'sort_rule_available_operations' => 'Available Operations', 'sort_rule_available_operations_empty' => 'No operations remaining', 'sort_rule_configured_operations' => 'Configured Operations', 'sort_rule_configured_operations_empty' => 'Drag/add operations from the "Available Operations" list', 'sort_rule_op_asc' => '(Asc)', 'sort_rule_op_desc' => '(Desc)', 'sort_rule_op_name' => 'Name - Alphabetical', 'sort_rule_op_name_numeric' => 'Name - Numeric', 'sort_rule_op_created_date' => 'Created Date', 'sort_rule_op_updated_date' => 'Updated Date', 'sort_rule_op_chapters_first' => 'Chapters First', 'sort_rule_op_chapters_last' => 'Chapters Last', 'sorting_page_limits' => 'Per-Page Display Limits', 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Konserwacja', 'maint_image_cleanup' => 'Czyszczenie obrazków', 'maint_image_cleanup_desc' => 'Skanuje zawartość strony i poprzednie wersje, aby sprawdzić, które obrazy i rysunki są aktualnie używane, a które obrazy są zbędne. Przed uruchomieniem tej opcji należy utworzyć pełną kopię zapasową bazy danych i obrazków.', 'maint_delete_images_only_in_revisions' => 'Usuń również obrazy, które istnieją tylko w starych rewizjach strony', 'maint_image_cleanup_run' => 'Uruchom czyszczenie', 'maint_image_cleanup_warning' => 'Znaleziono :count potencjalnie niepotrzebnych obrazków. Czy na pewno chcesz je usunąć?', 'maint_image_cleanup_success' => ':count potencjalnie nieużywane obrazki zostały znalezione i usunięte!', 'maint_image_cleanup_nothing_found' => 'Nie znaleziono żadnych nieużywanych obrazków. Nic nie zostało usunięte!', 'maint_send_test_email' => 'Wyślij testową wiadomość e-mail', 'maint_send_test_email_desc' => 'Ta opcja wyśle wiadomość testową na adres e-mail podany w Twoim profilu.', 'maint_send_test_email_run' => 'Wyślij testową wiadomość e-mail', 'maint_send_test_email_success' => 'E-mail wysłany na adres :address', 'maint_send_test_email_mail_subject' => 'E-mail testowy', 'maint_send_test_email_mail_greeting' => 'Wygląda na to, że wysyłka wiadomości e-mail działa!', 'maint_send_test_email_mail_text' => 'Gratulacje! Otrzymałeś tego e-maila więc Twoje ustawienia poczty elektronicznej wydają się być prawidłowo skonfigurowane.', 'maint_recycle_bin_desc' => 'Usunięte półki, książki, rozdziały i strony są wysyłane do kosza, aby mogły zostać przywrócone lub trwale usunięte. Starsze przedmioty w koszu mogą zostać automatycznie usunięte po pewnym czasie w zależności od konfiguracji systemu.', 'maint_recycle_bin_open' => 'Otwórz kosz', 'maint_regen_references' => 'Zregeneruj odniesienia', 'maint_regen_references_desc' => 'Ta akcja przebuduje bazodanowy indeks referencji między pozycjami. Zazwyczaj jest to obsługiwane automatycznie, jednak ta akcja wciąż może być przydatna do indeksowania starej zawartości, lub dodanej nieoficjalnymi metodami.', 'maint_regen_references_success' => 'Indeks referencji został zregenerowany!', 'maint_timeout_command_note' => 'Uwaga: Ta akcja potrzebuje czasu na wykonanie, co może prowadzić do problemów z limitami czasu utrzymywania połączenia w niektórych środowiskach webowych. Alternatywnie ta akcja może być wykonana z użyciem polecenia terminalowego.', // Recycle Bin 'recycle_bin' => 'Kosz', 'recycle_bin_desc' => 'Tutaj możesz przywrócić elementy, które zostały usunięte lub usunąć je z systemu. Ta lista jest niefiltrowana w odróżnieniu od podobnych list aktywności w systemie, w którym stosowane są filtry uprawnień.', 'recycle_bin_deleted_item' => 'Usunięta pozycja', 'recycle_bin_deleted_parent' => 'Nadrzędny', 'recycle_bin_deleted_by' => 'Usunięty przez', 'recycle_bin_deleted_at' => 'Czas usunięcia', 'recycle_bin_permanently_delete' => 'Usuń trwale', 'recycle_bin_restore' => 'Przywróć', 'recycle_bin_contents_empty' => 'Kosz jest pusty', 'recycle_bin_empty' => 'Opróżnij kosz', 'recycle_bin_empty_confirm' => 'To na stałe zniszczy wszystkie przedmioty w koszu, w tym zawartość w każdym elemencie. Czy na pewno chcesz opróżnić kosz?', 'recycle_bin_destroy_confirm' => 'Ta akcja trwale usunie ten element z systemu, wraz z elementami podrzędnymi wymienionymi poniżej i nie będziesz już mógł przywrócić tej zawartości. Czy na pewno chcesz trwale usunąć ten element?', 'recycle_bin_destroy_list' => 'Elementy do usunięcia', 'recycle_bin_restore_list' => 'Elementy do przywrócenia', 'recycle_bin_restore_confirm' => 'Ta akcja przywróci usunięty element, w tym elementy podrzędne, do ich oryginalnej lokalizacji. Jeśli oryginalna lokalizacja została od tego czasu usunięta, a teraz znajduje się w koszu, element nadrzędny będzie również musiał zostać przywrócony.', 'recycle_bin_restore_deleted_parent' => 'Usunięto również nadrzędny element. Zostaną one usunięte, dopóki nie przywróci się tego nadrzędnego elementu.', 'recycle_bin_restore_parent' => 'Przywróć nadrzędne', 'recycle_bin_destroy_notification' => 'Usunięto :count przedmiotów z kosza.', 'recycle_bin_restore_notification' => 'Przywrócono :count przedmiotów z kosza.', // Audit Log 'audit' => 'Dziennik audytu', 'audit_desc' => 'Ten dziennik audytu wyświetla listę działań śledzonych w systemie. Ta lista jest niefiltrowana w odróżnieniu od podobnych list aktywności w systemie, w którym stosowane są filtry uprawnień.', 'audit_event_filter' => 'Filtry Wydarzeń', 'audit_event_filter_no_filter' => 'Brak filtra', 'audit_deleted_item' => 'Usunięta pozycja', 'audit_deleted_item_name' => 'Nazwa: :name', 'audit_table_user' => 'Użytkownik', 'audit_table_event' => 'Wydarzenie', 'audit_table_related' => 'Powiązany element lub szczegóły', 'audit_table_ip' => 'Adres IP', 'audit_table_date' => 'Data Aktywności', 'audit_date_from' => 'Zakres dat od', 'audit_date_to' => 'Zakres dat do', // Role Settings 'roles' => 'Role', 'role_user_roles' => 'Role użytkowników', 'roles_index_desc' => 'Role są używane do grupowania użytkowników i udzielania uprawnień systemowych ich członkom. Gdy użytkownik jest członkiem wielu ról, przyznane uprawnienia będą gromadzone, a użytkownik odziedziczy wszystkie możliwości.', 'roles_x_users_assigned' => ':count przypisany użytkownik|:count przypisanych użytkowników', 'roles_x_permissions_provided' => ':1 uprawnienie|:count uprawnień', 'roles_assigned_users' => 'Przypisani Użytkownicy', 'roles_permissions_provided' => 'Przyznawane Uprawnienia', 'role_create' => 'Utwórz nową rolę', 'role_delete' => 'Usuń rolę', 'role_delete_confirm' => 'To spowoduje usunięcie roli \':roleName\'.', 'role_delete_users_assigned' => 'Tę rolę ma przypisanych :userCount użytkowników. Jeśli chcesz zmigrować użytkowników z tej roli, wybierz nową poniżej.', 'role_delete_no_migration' => "Nie migruj użytkowników", 'role_delete_sure' => 'Czy na pewno chcesz usunąć tę rolę?', 'role_edit' => 'Edytuj rolę', 'role_details' => 'Szczegóły roli', 'role_name' => 'Nazwa roli', 'role_desc' => 'Krótki opis roli', 'role_mfa_enforced' => 'Wymaga uwierzytelniania wieloetapowego', 'role_external_auth_id' => 'Zewnętrzne identyfikatory uwierzytelniania', 'role_system' => 'Uprawnienia systemowe', 'role_manage_users' => 'Zarządzanie użytkownikami', 'role_manage_roles' => 'Zarządzanie rolami i uprawnieniami ról', 'role_manage_entity_permissions' => 'Zarządzanie uprawnieniami książek, rozdziałów i stron', 'role_manage_own_entity_permissions' => 'Zarządzanie uprawnieniami własnych książek, rozdziałów i stron', 'role_manage_page_templates' => 'Zarządzaj szablonami stron', 'role_access_api' => 'Dostęp do systemowego API', 'role_manage_settings' => 'Zarządzanie ustawieniami aplikacji', 'role_export_content' => 'Eksportuj zawartość', 'role_import_content' => 'Import content', 'role_editor_change' => 'Zmień edytor strony', 'role_notifications' => 'Odbieranie i zarządzanie powiadomieniami', 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Zarządzanie zasobami', 'roles_system_warning' => 'Pamiętaj, że dostęp do trzech powyższych uprawnień może pozwolić użytkownikowi na zmianę własnych uprawnień lub uprawnień innych osób w systemie. Przypisz tylko role z tymi uprawnieniami do zaufanych użytkowników.', 'role_asset_desc' => 'Te ustawienia kontrolują zarządzanie zasobami systemu. Uprawnienia książek, rozdziałów i stron nadpisują te ustawienia.', 'role_asset_admins' => 'Administratorzy mają automatycznie dostęp do wszystkich treści, ale te opcję mogą być pokazywać lub ukrywać opcje interfejsu użytkownika.', 'role_asset_image_view_note' => 'To odnosi się do widoczności w ramach menedżera obrazów. Rzeczywista możliwość dostępu do przesłanych plików obrazów będzie zależeć od systemowej opcji przechowywania obrazów.', 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'Wszyscy', 'role_own' => 'Własne', 'role_controlled_by_asset' => 'Kontrolowane przez zasób, do którego zostały udostępnione', 'role_save' => 'Zapisz rolę', 'role_users' => 'Użytkownicy w tej roli', 'role_users_none' => 'Brak użytkowników zapisanych do tej roli', // Users 'users' => 'Użytkownicy', 'users_index_desc' => 'Twórz indywidualne konta użytkowników w systemie i zarządzaj nimi. Konta użytkowników są używane do logowania i przypisywania treści i aktywności. Uprawnienia dostępu są przede wszystkim oparte na roli, ale posiadanie przez użytkownika zawartości, podobnie jak inne czynniki może również wpływać na uprawnienia i dostęp.', 'user_profile' => 'Profil użytkownika', 'users_add_new' => 'Dodaj użytkownika', 'users_search' => 'Wyszukaj użytkownika', 'users_latest_activity' => 'Ostatnia aktywność', 'users_details' => 'Szczegóły użytkownika', 'users_details_desc' => 'Ustaw wyświetlaną nazwę i adres e-mail dla tego użytkownika. Adres e-mail zostanie wykorzystany do zalogowania się do aplikacji.', 'users_details_desc_no_email' => 'Ustaw wyświetlaną nazwę dla tego użytkownika, aby inni mogli go rozpoznać.', 'users_role' => 'Role użytkownika', 'users_role_desc' => 'Wybierz role, do których ten użytkownik zostanie przypisany. Jeśli użytkownik jest przypisany do wielu ról, uprawnienia z tych ról zostaną nałożone i otrzyma wszystkie uprawnienia przypisanych ról.', 'users_password' => 'Hasło użytkownika', 'users_password_desc' => 'Ustaw hasło logowania do aplikacji. Hasło musi mieć przynajmniej 8 znaków.', 'users_send_invite_text' => 'Możesz wybrać wysłanie do tego użytkownika wiadomości e-mail z zaproszeniem, która pozwala mu ustawić własne hasło, w przeciwnym razie możesz ustawić je samemu.', 'users_send_invite_option' => 'Wyślij e-mail z zaproszeniem', 'users_external_auth_id' => 'Zewnętrzne identyfikatory autentykacji', 'users_external_auth_id_desc' => 'Gdy używany jest zewnętrzny system uwierzytelniania (np. SAML2, OIDC lub LDAP), to jest ID, które łączy tego użytkownika BookStack z kontem w systemie uwierzytelniania. Możesz zignorować to pole, jeśli używasz domyślnego uwierzytelniania e-mailem.', 'users_password_warning' => 'Wypełnij poniższe tylko, jeśli chcesz zmienić hasło dla tego użytkownika.', 'users_system_public' => 'Ten użytkownik reprezentuje każdego gościa odwiedzającego tę aplikację. Nie można się na niego zalogować, lecz jest przyznawany automatycznie.', 'users_delete' => 'Usuń użytkownika', 'users_delete_named' => 'Usuń :userName', 'users_delete_warning' => 'To usunie użytkownika \':userName\' z systemu.', 'users_delete_confirm' => 'Czy na pewno chcesz usunąć tego użytkownika?', 'users_migrate_ownership' => 'Migracja Własności', 'users_migrate_ownership_desc' => 'Wybierz użytkownika tutaj, jeśli chcesz, aby inny użytkownik stał się właścicielem wszystkich elementów będących obecnie w posiadaniu tego użytkownika.', 'users_none_selected' => 'Nie wybrano użytkownika', 'users_edit' => 'Edytuj użytkownika', 'users_edit_profile' => 'Edytuj profil', 'users_avatar' => 'Avatar użytkownika', 'users_avatar_desc' => 'Ten obrazek powinien posiadać wymiary 256x256px.', 'users_preferred_language' => 'Preferowany język', 'users_preferred_language_desc' => 'Opcja ta zmieni język używany w interfejsie użytkownika aplikacji. Nie wpłynie to na zawartość stworzoną przez użytkownika.', 'users_social_accounts' => 'Konta społecznościowe', 'users_social_accounts_desc' => 'Zobacz status połączonych kont społecznościowych dla tego użytkownika. Konta społecznościowe mogą być używane jako uzupełnienie podstawowego systemu uwierzytelniania w celu uzyskania dostępu do systemu.', 'users_social_accounts_info' => 'Tutaj możesz połączyć kilka kont społecznościowych w celu łatwiejszego i szybszego logowania. Odłączenie konta tutaj nie autoryzowało dostępu. Odwołaj dostęp z ustawień profilu na podłączonym koncie społecznościowym.', 'users_social_connect' => 'Podłącz konto', 'users_social_disconnect' => 'Odłącz konto', 'users_social_status_connected' => 'Połączono', 'users_social_status_disconnected' => 'Rozłączono', 'users_social_connected' => ':socialAccount zostało dodane do Twojego profilu.', 'users_social_disconnected' => ':socialAccount zostało odłączone od Twojego profilu.', 'users_api_tokens' => 'Tokeny API', 'users_api_tokens_desc' => 'Twórz i zarządzaj tokenami dostępu używanymi do uwierzytelniania z BookStack REST API. Uprawnienia dla API są zarządzane za pośrednictwem użytkownika, do którego należy token.', 'users_api_tokens_none' => 'Nie utworzono tokenów API dla tego użytkownika', 'users_api_tokens_create' => 'Utwórz token', 'users_api_tokens_expires' => 'Wygasa', 'users_api_tokens_docs' => 'Dokumentacja API', 'users_mfa' => 'Uwierzytelnianie wieloskładnikowe', 'users_mfa_desc' => 'Skonfiguruj uwierzytelnianie wieloskładnikowe jako dodatkową warstwę bezpieczeństwa dla swojego konta użytkownika.', 'users_mfa_x_methods' => ':count metoda skonfigurowana|:count metody skonfigurowane', 'users_mfa_configure' => 'Konfiguruj metody', // API Tokens 'user_api_token_create' => 'Utwórz klucz API', 'user_api_token_name' => 'Nazwa', 'user_api_token_name_desc' => 'Nadaj swojemu tokenowi czytelną nazwę jako opisującego jego cel.', 'user_api_token_expiry' => 'Data ważności', 'user_api_token_expiry_desc' => 'Ustaw datę, kiedy ten token wygasa. Po tej dacie żądania wykonane przy użyciu tego tokenu nie będą już działać. Pozostawienie tego pola pustego, ustawi ważność na 100 lat.', 'user_api_token_create_secret_message' => 'Natychmiast po utworzeniu tego tokenu zostanie wygenerowany i wyświetlony "Identyfikator tokenu"" i "Token Secret". Sekret zostanie wyświetlony tylko raz, więc przed kontynuacją upewnij się, że zostanie on skopiowany w bezpiecznie miejsce.', 'user_api_token' => 'Token API', 'user_api_token_id' => 'Token ID', 'user_api_token_id_desc' => 'Jest to nieedytowalny identyfikator wygenerowany przez system dla tego tokenu, który musi być dostarczony w żądaniach API.', 'user_api_token_secret' => 'Token Api', 'user_api_token_secret_desc' => 'To jest wygenerowany przez system sekretny token, który musi być dostarczony w żądaniach API. Token zostanie wyświetlany tylko raz, więc skopiuj go w bezpiecznie miejsce.', 'user_api_token_created' => 'Token utworzony :timeAgo', 'user_api_token_updated' => 'Token zaktualizowany :timeAgo', 'user_api_token_delete' => 'Usuń token', 'user_api_token_delete_warning' => 'Spowoduje to całkowite usunięcie tokenu API o nazwie \':tokenName\' z systemu.', 'user_api_token_delete_confirm' => 'Czy jesteś pewien, że chcesz usunąć ten token?', // Webhooks 'webhooks' => 'Webhooki', 'webhooks_index_desc' => 'Webhooki to sposób na wysyłanie danych do zewnętrznych adresów URL, gdy pewne działania i zdarzenia zachodzą w ramach systemu, co umożliwia integrację zdarzeń w systemie z zewnętrznymi platformami, takimi jak systemy wysyłania wiadomości lub powiadamiania.', 'webhooks_x_trigger_events' => ':count zdarzenie wyzwalacza|:count zdarzeń wyzwalacza', 'webhooks_create' => 'Utwórz nowy Webhook', 'webhooks_none_created' => 'Nie utworzono jeszcze żadnych webhooków.', 'webhooks_edit' => 'Edytuj Webhook', 'webhooks_save' => 'Zapisz Webhook', 'webhooks_details' => 'Szczegóły Webhooka', 'webhooks_details_desc' => 'Podaj przyjazną nazwę i punkt końcowy POST jako adres docelowy wysłania dla danych webhooka.', 'webhooks_events' => 'Zdarzenia Webhook', 'webhooks_events_desc' => 'Zaznacz wszystkie zdarzenia, które powinny wyzwalać wywołanie tego webhooka.', 'webhooks_events_warning' => 'Pamiętaj, że te zdarzenia będą wyzwalane dla wszystkich wybranych wydarzeń, nawet jeśli zostaną zastosowane niestandardowe uprawnienia. Upewnij się, że korzystanie z tego webhooka nie spowoduje ujawnienia poufnych treści.', 'webhooks_events_all' => 'Wszystkie zdarzenia systemowe', 'webhooks_name' => 'Nazwa Webhooka', 'webhooks_timeout' => 'Limit czasu żądania Webhooka (w sekundach)', 'webhooks_endpoint' => 'Punkt Końcowy Webhooka', 'webhooks_active' => 'Webhook Aktywny', 'webhook_events_table_header' => 'Zdarzenia', 'webhooks_delete' => 'Usuń Webhook', 'webhooks_delete_warning' => 'Spowoduje to całkowite usunięcie z systemu tego webhooka o nazwie \':webhookName\'.', 'webhooks_delete_confirm' => 'Czy na pewno chcesz usunąć ten webhook?', 'webhooks_format_example' => 'Przykład Formatu Webhooka', 'webhooks_format_example_desc' => 'Dane webhooka są wysyłane jako zapytanie POST do skonfigurowanego punktu końcowego jako JSON zgodnie z poniższym formatem. Właściwości "related_item" i "url" są opcjonalne i będą zależeć od typu wywołanego zdarzenia.', 'webhooks_status' => 'Status Webhooka', 'webhooks_last_called' => 'Ostatnio Wyzwolony:', 'webhooks_last_errored' => 'Ostatni błąd:', 'webhooks_last_error_message' => 'Ostatni komunikat o błędzie:', // Licensing 'licenses' => 'Licencje', 'licenses_desc' => 'Ta strona podaje szczegóły dotyczące licencji dla BookStack w powiązaniu z projektami i bibliotekami używanymi w BookStack. Wiele wymienionych projektów może zezwalać na wykorzystanie wyłącznie w kontekście rozwoju oprogramowania.', 'licenses_bookstack' => 'Licencja BookStack', 'licenses_php' => 'Licencje bibliotek PHP', 'licenses_js' => 'Licencje bibliotek JavaScript', 'licenses_other' => 'Inne licencje', 'license_details' => 'Szczegóły licencji', //! If editing translations files directly please ignore this in all //! languages apart from en. Content will be auto-copied from en. //!//////////////////////////////// 'language_select' => [ 'en' => 'English', 'ar' => 'العربية', 'bg' => 'Bǎlgarski', 'bs' => 'Bosanski', 'ca' => 'Kataloński', 'cs' => 'Česky', 'cy' => 'Cymraeg', 'da' => 'Dansk', 'de' => 'Deutsch (Sie)', 'de_informal' => 'Deutsch (Du)', 'el' => 'ελληνικά', 'es' => 'Español', 'es_AR' => 'Español Argentina', 'et' => 'Estoński', 'eu' => 'Euskara', 'fa' => 'فارسی', 'fi' => 'Suomi', 'fr' => 'Français', 'he' => 'עברית', 'hr' => 'Hrvatski', 'hu' => 'Magyar', 'id' => 'Bahasa Indonesia', 'it' => 'Italian', 'ja' => '日本語', 'ko' => '한국어', 'lt' => 'Lietuvių Kalba', 'lv' => 'Latviešu Valoda', 'nb' => 'Norsk (Bokmål)', 'ne' => 'नेपाली', 'nn' => 'Nynorsk', 'nl' => 'Nederlands', 'pl' => 'Polski', 'pt' => 'Português', 'pt_BR' => 'Português do Brasil', 'ro' => 'Română', 'ru' => 'Русский', 'sk' => 'Slovensky', 'sl' => 'Slovenščina', 'sv' => 'Svenska', 'tr' => 'Türkçe', 'uk' => 'Українська', 'uz' => 'O‘zbekcha', 'vi' => 'Tiếng Việt', 'zh_CN' => '简体中文', 'zh_TW' => '繁體中文', ], //!//////////////////////////////// ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/pl/validation.php
lang/pl/validation.php
<?php /** * Validation Lines * The following language lines contain the default error messages used by * the validator class. Some of these rules have multiple versions such * as the size rules. Feel free to tweak each of these messages here. */ return [ // Standard laravel validation lines 'accepted' => ':attribute musi zostać zaakceptowany.', 'active_url' => ':attribute nie jest prawidłowym adresem URL.', 'after' => ':attribute musi być datą następującą po :date.', 'alpha' => ':attribute może zawierać wyłącznie litery.', 'alpha_dash' => ':attribute może zawierać wyłącznie litery, cyfry i myślniki.', 'alpha_num' => ':attribute może zawierać wyłącznie litery i cyfry.', 'array' => ':attribute musi być tablicą.', 'backup_codes' => 'Podany kod jest nieprawidłowy lub został już użyty.', 'before' => ':attribute musi być datą poprzedzającą :date.', 'between' => [ 'numeric' => ':attribute musi zawierać się w przedziale od :min do :max.', 'file' => 'Waga :attribute musi zawierać się pomiędzy :min i :max kilobajtów.', 'string' => 'Długość :attribute musi zawierać się pomiędzy :min i :max.', 'array' => ':attribute musi mieć od :min do :max elementów.', ], 'boolean' => ':attribute musi być wartością prawda/fałsz.', 'confirmed' => ':attribute i potwierdzenie muszą być zgodne.', 'date' => ':attribute nie jest prawidłową datą.', 'date_format' => ':attribute musi mieć format :format.', 'different' => ':attribute i :other muszą się różnić.', 'digits' => ':attribute musi mieć :digits cyfr.', 'digits_between' => ':attribute musi mieć od :min do :max cyfr.', 'email' => ':attribute musi być prawidłowym adresem e-mail.', 'ends_with' => ':attribute musi kończyć się jedną z poniższych wartości: :values', 'file' => ':attribute musi być prawidłowym plikiem.', 'filled' => ':attribute jest wymagany.', 'gt' => [ 'numeric' => ':attribute musi być większy niż :value.', 'file' => ':attribute musi mieć rozmiar większy niż :value kilobajtów.', 'string' => ':attribute musi mieć więcej niż :value znaków.', 'array' => ':attribute musi mieć więcej niż :value elementów.', ], 'gte' => [ 'numeric' => ':attribute musi być większy lub równy :value.', 'file' => ':attribute musi mieć rozmiar większy niż lub równy :value kilobajtów.', 'string' => ':attribute musi mieć :value lub więcej znaków.', 'array' => ':attribute musi mieć :value lub więcej elementów.', ], 'exists' => 'Wybrana wartość :attribute jest nieprawidłowa.', 'image' => ':attribute musi być obrazkiem.', 'image_extension' => ':attribute musi mieć prawidłowe i wspierane rozszerzenie', 'in' => 'Wybrana wartość :attribute jest nieprawidłowa.', 'integer' => ':attribute musi być liczbą całkowitą.', 'ip' => ':attribute musi być prawidłowym adresem IP.', 'ipv4' => ':attribute musi być prawidłowym adresem IPv4.', 'ipv6' => ':attribute musi być prawidłowym adresem IPv6.', 'json' => ':attribute musi być prawidłowym ciągiem JSON.', 'lt' => [ 'numeric' => ':attribute musi być mniejszy niż :value.', 'file' => ':attribute musi mieć rozmiar mniejszy niż :value kilobajtów.', 'string' => ':attribute musi mieć mniej niż :value znaków.', 'array' => ':attribute musi mieć mniej niż :value elementów.', ], 'lte' => [ 'numeric' => ':attribute musi być mniejszy lub równy :value.', 'file' => ':attribute musi mieć rozmiar mniejszy lub równy:value kilobajtów.', 'string' => ':attribute nie może mieć więcej niż :value znaków.', 'array' => ':attribute nie może mieć więcej niż :value elementów.', ], 'max' => [ 'numeric' => 'Wartość :attribute nie może być większa niż :max.', 'file' => 'Wielkość :attribute nie może być większa niż :max kilobajtów.', 'string' => 'Długość :attribute nie może być większa niż :max znaków.', 'array' => 'Rozmiar :attribute nie może być większy niż :max elementów.', ], 'mimes' => ':attribute musi być plikiem typu: :values.', 'min' => [ 'numeric' => 'Wartość :attribute nie może być mniejsza od :min.', 'file' => 'Wielkość :attribute nie może być mniejsza niż :min kilobajtów.', 'string' => 'Długość :attribute nie może być mniejsza niż :min znaków.', 'array' => 'Rozmiar :attribute musi posiadać co najmniej :min elementy.', ], 'not_in' => 'Wartość :attribute jest nieprawidłowa.', 'not_regex' => 'Format :attribute jest nieprawidłowy.', 'numeric' => ':attribute musi być liczbą.', 'regex' => 'Format :attribute jest nieprawidłowy.', 'required' => 'Pole :attribute jest wymagane.', 'required_if' => 'Pole :attribute jest wymagane jeśli :other ma wartość :value.', 'required_with' => 'Pole :attribute jest wymagane jeśli :values zostało wprowadzone.', 'required_with_all' => 'Pole :attribute jest wymagane jeśli :values są obecne.', 'required_without' => 'Pole :attribute jest wymagane jeśli :values nie zostało wprowadzone.', 'required_without_all' => 'Pole :attribute jest wymagane jeśli żadna z wartości :values nie została podana.', 'same' => 'Pole :attribute i :other muszą być takie same.', 'safe_url' => 'Podany link może nie być bezpieczny.', 'size' => [ 'numeric' => ':attribute musi mieć długość :size.', 'file' => ':attribute musi mieć :size kilobajtów.', 'string' => ':attribute mmusi mieć długość :size znaków.', 'array' => ':attribute musi posiadać :size elementów.', ], 'string' => ':attribute musi być ciągiem znaków.', 'timezone' => ':attribute musi być prawidłową strefą czasową.', 'totp' => 'Podany kod jest nieprawidłowy lub wygasł.', 'unique' => ':attribute zostało już zajęte.', 'url' => 'Format :attribute jest nieprawidłowy.', 'uploaded' => 'Plik nie może zostać wysłany. Serwer nie akceptuje plików o takim rozmiarze.', 'zip_file' => 'The :attribute needs to reference a file within the ZIP.', 'zip_file_size' => 'The file :attribute must not exceed :size MB.', 'zip_file_mime' => 'The :attribute needs to reference a file of type :validTypes, found :foundType.', 'zip_model_expected' => 'Data object expected but ":type" found.', 'zip_unique' => 'The :attribute must be unique for the object type within the ZIP.', // Custom validation lines 'custom' => [ 'password-confirm' => [ 'required_with' => 'Potwierdzenie hasła jest wymagane.', ], ], // Custom validation attributes 'attributes' => [], ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/pl/auth.php
lang/pl/auth.php
<?php /** * Authentication Language Lines * The following language lines are used during authentication for various * messages that we need to display to the user. */ return [ 'failed' => 'Wprowadzone poświadczenia są nieprawidłowe.', 'throttle' => 'Zbyt wiele prób logowania. Spróbuj ponownie za :seconds s.', // Login & Register 'sign_up' => 'Zarejestruj się', 'log_in' => 'Zaloguj się', 'log_in_with' => 'Zaloguj się za pomocą :socialDriver', 'sign_up_with' => 'Zarejestruj się za pomocą :socialDriver', 'logout' => 'Wyloguj', 'name' => 'Imię', 'username' => 'Nazwa użytkownika', 'email' => 'E-mail', 'password' => 'Hasło', 'password_confirm' => 'Potwierdź hasło', 'password_hint' => 'Musi mieć co najmniej 8 znaków', 'forgot_password' => 'Zapomniałeś hasła?', 'remember_me' => 'Zapamiętaj mnie', 'ldap_email_hint' => 'Wprowadź adres e-mail dla tego konta.', 'create_account' => 'Utwórz konto', 'already_have_account' => 'Masz już konto?', 'dont_have_account' => 'Nie masz konta?', 'social_login' => 'Logowanie za pomocą konta społecznościowego', 'social_registration' => 'Rejestracja za pomocą konta społecznościowego', 'social_registration_text' => 'Zarejestruj się za pomocą innej usługi.', 'register_thanks' => 'Dziękujemy za rejestrację!', 'register_confirm' => 'Sprawdź podany adres e-mail i kliknij w link, by uzyskać dostęp do :appName.', 'registrations_disabled' => 'Rejestracja jest obecnie zablokowana.', 'registration_email_domain_invalid' => 'Adresy e-mail z tej domeny nie mają dostępu do tej aplikacji', 'register_success' => 'Dziękujemy za rejestrację! Zostałeś zalogowany automatycznie.', // Login auto-initiation 'auto_init_starting' => 'Próba logowania', 'auto_init_starting_desc' => 'Łączymy się z twoim systemem uwierzytelniania w celu rozpoczęcia procesu logowania. Jeśli po 5 sekundach nie ma żadnych postępów, możesz spróbować kliknąć poniższy link.', 'auto_init_start_link' => 'Kontynuuj uwierzytelnianie', // Password Reset 'reset_password' => 'Resetowanie hasła', 'reset_password_send_instructions' => 'Wprowadź adres e-mail powiązany z Twoim kontem, by otrzymać link do resetowania hasła.', 'reset_password_send_button' => 'Wyślij link do resetowania hasła', 'reset_password_sent' => 'Link z resetem hasła zostanie wysłany na :email jeśli mamy ten adres w systemie.', 'reset_password_success' => 'Hasło zostało zresetowane pomyślnie.', 'email_reset_subject' => 'Resetowanie hasła do :appName', 'email_reset_text' => 'Otrzymujesz tę wiadomość ponieważ ktoś zażądał zresetowania hasła do Twojego konta.', 'email_reset_not_requested' => 'Jeśli to nie Ty złożyłeś żądanie zresetowania hasła, zignoruj tę wiadomość.', // Email Confirmation 'email_confirm_subject' => 'Potwierdź swój adres e-mail w :appName', 'email_confirm_greeting' => 'Dziękujemy za dołączenie do :appName!', 'email_confirm_text' => 'Prosimy byś potwierdził swoje hasło klikając przycisk poniżej:', 'email_confirm_action' => 'Potwierdź e-mail', 'email_confirm_send_error' => 'Wymagane jest potwierdzenie hasła, lecz wiadomość nie mogła zostać wysłana. Skontaktuj się z administratorem w celu upewnienia się, że skrzynka została skonfigurowana prawidłowo.', 'email_confirm_success' => 'Twój e-mail został potwierdzony! Powinieneś teraz mieć możliwość zalogowania się za pomocą tego adresu e-mail.', 'email_confirm_resent' => 'E-mail z potwierdzeniem został wysłany ponownie, sprawdź swoją skrzynkę odbiorczą.', 'email_confirm_thanks' => 'Dzięki za potwierdzenie!', 'email_confirm_thanks_desc' => 'Poczekaj chwilę, Twoje potwierdzenie jest obsługiwane. Jeśli nie zostaniesz przekierowany po 3 sekundach, naciśnij poniższy link "Kontynuuj", aby kontynuować.', 'email_not_confirmed' => 'Adres e-mail nie został potwierdzony', 'email_not_confirmed_text' => 'Twój adres e-mail nie został jeszcze potwierdzony.', 'email_not_confirmed_click_link' => 'Aby potwierdzić swoje konto, kliknij link wysłany w wiadomości po rejestracji.', 'email_not_confirmed_resend' => 'Jeśli wiadomość do Ciebie nie dotarła, możesz wysłać ją ponownie, wypełniając formularz poniżej.', 'email_not_confirmed_resend_button' => 'Wyślij ponownie wiadomość z potwierdzeniem', // User Invite 'user_invite_email_subject' => 'Zostałeś zaproszony do :appName!', 'user_invite_email_greeting' => 'Zostało dla Ciebie utworzone konto w :appName.', 'user_invite_email_text' => 'Kliknij przycisk poniżej, aby ustawić hasło do konta i uzyskać do niego dostęp:', 'user_invite_email_action' => 'Ustaw hasło do konta', 'user_invite_page_welcome' => 'Witaj w :appName!', 'user_invite_page_text' => 'Aby zakończyć tworzenie konta musisz ustawić hasło, które będzie używane do logowania do :appName w przyszłości.', 'user_invite_page_confirm_button' => 'Potwierdź hasło', 'user_invite_success_login' => 'Hasło ustawione, teraz powinieneś mieć możliwość logowania się przy użyciu ustawionego hasła, aby uzyskać dostęp do :appName!', // Multi-factor Authentication 'mfa_setup' => 'Skonfiguruj uwierzytelnianie wieloskładnikowe', 'mfa_setup_desc' => 'Skonfiguruj uwierzytelnianie wieloskładnikowe jako dodatkową warstwę bezpieczeństwa dla swojego konta użytkownika.', 'mfa_setup_configured' => 'Już skonfigurowane', 'mfa_setup_reconfigure' => 'Ponownie konfiguruj', 'mfa_setup_remove_confirmation' => 'Czy na pewno chcesz usunąć tę metodę uwierzytelniania wieloskładnikowego?', 'mfa_setup_action' => 'Konfiguracja', 'mfa_backup_codes_usage_limit_warning' => 'Pozostało Ci mniej niż 5 kodów zapasowych, Wygeneruj i przechowuj nowy zestaw zanim skończysz kody, aby zapobiec zablokowaniu się z konta.', 'mfa_option_totp_title' => 'Aplikacja mobilna', 'mfa_option_totp_desc' => 'Aby korzystać z uwierzytelniania wieloskładnikowego, potrzebujesz aplikacji mobilnej, która obsługuje TOTP, takiej jak Google Authenticator, Authy lub Microsoft Authenticator.', 'mfa_option_backup_codes_title' => 'Kody zapasowe', 'mfa_option_backup_codes_desc' => 'Generuje zestaw jednorazowych kodów zapasowych, które wprowadzisz przy logowaniu, aby zweryfikować Twoją tożsamość. Upewnij się, że przechowujesz je w bezpiecznym miejscu.', 'mfa_gen_confirm_and_enable' => 'Potwierdź i włącz', 'mfa_gen_backup_codes_title' => 'Ustawienia kopii zapasowych kodów', 'mfa_gen_backup_codes_desc' => 'Przechowuj poniższą listę kodów w bezpiecznym miejscu. Przy dostępie do systemu będziesz mógł użyć jednego z kodów jako drugiego mechanizmu uwierzytelniania.', 'mfa_gen_backup_codes_download' => 'Pobierz kody', 'mfa_gen_backup_codes_usage_warning' => 'Każdy kod może być użyty tylko raz', 'mfa_gen_totp_title' => 'Ustawienia aplikacji mobilnej', 'mfa_gen_totp_desc' => 'Aby korzystać z uwierzytelniania wieloskładnikowego, potrzebujesz aplikacji mobilnej, która obsługuje TOTP, takiej jak Google Authenticator, Authy lub Microsoft Authenticator.', 'mfa_gen_totp_scan' => 'Zeskanuj poniższy kod QR za pomocą preferowanej aplikacji uwierzytelniającej, aby rozpocząć.', 'mfa_gen_totp_verify_setup' => 'Sprawdź ustawienia', 'mfa_gen_totp_verify_setup_desc' => 'Sprawdź, czy wszystko działa wprowadzając kod wygenerowany w twojej aplikacji uwierzytelniającej, w poniższym polu:', 'mfa_gen_totp_provide_code_here' => 'Tutaj podaj kod wygenerowany przez aplikację', 'mfa_verify_access' => 'Sprawdź dostęp', 'mfa_verify_access_desc' => 'Twoje konto wymaga potwierdzenia tożsamości poprzez dodatkowy poziom weryfikacji, zanim uzyskasz dostęp. Zweryfikuj za pomocą jednej z skonfigurowanych metod, aby kontynuować.', 'mfa_verify_no_methods' => 'Brak skonfigurowanych metod', 'mfa_verify_no_methods_desc' => 'Nie można znaleźć metod uwierzytelniania wieloskładnikowego. Musisz skonfigurować co najmniej jedną metodę zanim uzyskasz dostęp.', 'mfa_verify_use_totp' => 'Zweryfikuj używając aplikacji mobilnej', 'mfa_verify_use_backup_codes' => 'Zweryfikuj używając kodu zapasowego', 'mfa_verify_backup_code' => 'Kod zapasowy', 'mfa_verify_backup_code_desc' => 'Wprowadź poniżej jeden z pozostałych kodów zapasowych:', 'mfa_verify_backup_code_enter_here' => 'Wprowadź kod zapasowy tutaj', 'mfa_verify_totp_desc' => 'Wprowadź kod, wygenerowany przy użyciu aplikacji mobilnej poniżej:', 'mfa_setup_login_notification' => 'Metoda wieloskładnikowa skonfigurowana, zaloguj się ponownie za pomocą skonfigurowanej metody.', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/de_informal/notifications.php
lang/de_informal/notifications.php
<?php /** * Text used for activity-based notifications. */ return [ 'new_comment_subject' => 'Neuer Kommentar auf Seite: :pageName', 'new_comment_intro' => 'Ein Benutzer hat eine Seite in :appName kommentiert:', 'new_page_subject' => 'Neue Seite: :pageName', 'new_page_intro' => 'Es wurde eine neue Seite in :appName erstellt:', 'updated_page_subject' => 'Aktualisierte Seite: :pageName', 'updated_page_intro' => 'Eine Seite wurde in :appName aktualisiert:', 'updated_page_debounce' => 'Um eine Flut von Benachrichtigungen zu vermeiden, wirst du für eine gewisse Zeit keine Benachrichtigungen für weitere Bearbeitungen dieser Seite durch denselben Bearbeiter erhalten.', 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'Seitenname:', 'detail_page_path' => 'Seitenpfad:', 'detail_commenter' => 'Kommentator:', 'detail_comment' => 'Kommentar:', 'detail_created_by' => 'Erstellt von:', 'detail_updated_by' => 'Aktualisiert von:', 'action_view_comment' => 'Kommentar anzeigen', 'action_view_page' => 'Seite anzeigen', 'footer_reason' => 'Diese Benachrichtigung wurde an dich gesendet, weil :link diese Art von Aktivität für dieses Element abdeckt.', 'footer_reason_link' => 'deine Benachrichtigungseinstellungen', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/de_informal/entities.php
lang/de_informal/entities.php
<?php /** * Text used for 'Entities' (Document Structure Elements) such as * Books, Shelves, Chapters & Pages */ return [ // Shared 'recently_created' => 'Kürzlich angelegt', 'recently_created_pages' => 'Kürzlich angelegte Seiten', 'recently_updated_pages' => 'Kürzlich aktualisierte Seiten', 'recently_created_chapters' => 'Kürzlich angelegte Kapitel', 'recently_created_books' => 'Kürzlich angelegte Bücher', 'recently_created_shelves' => 'Kürzlich angelegte Regale', 'recently_update' => 'Kürzlich aktualisiert', 'recently_viewed' => 'Kürzlich angesehen', 'recent_activity' => 'Kürzliche Aktivität', 'create_now' => 'Jetzt anlegen', 'revisions' => 'Versionen', 'meta_revision' => 'Version #:revisionCount', 'meta_created' => 'Erstellt: :timeLength', 'meta_created_name' => 'Erstellt: :timeLength von :user', 'meta_updated' => 'Zuletzt aktualisiert: :timeLength', 'meta_updated_name' => 'Zuletzt aktualisiert: :timeLength von :user', 'meta_owned_name' => 'Im Besitz von :user', 'meta_reference_count' => 'Referenziert von :count Element|Referenziert von :count Elementen', 'entity_select' => 'Eintrag auswählen', 'entity_select_lack_permission' => 'Du hast nicht die benötigte Berechtigung, um dieses Element auszuwählen', 'images' => 'Bilder', 'my_recent_drafts' => 'Meine kürzlichen Entwürfe', 'my_recently_viewed' => 'Kürzlich von mir angesehen', 'my_most_viewed_favourites' => 'Meine meistgesehenen Favoriten', 'my_favourites' => 'Meine Favoriten', 'no_pages_viewed' => 'Du hast bisher keine Seiten angesehen.', 'no_pages_recently_created' => 'Du hast bisher keine Seiten angelegt.', 'no_pages_recently_updated' => 'Du hast bisher keine Seiten aktualisiert.', 'export' => 'Exportieren', 'export_html' => 'HTML-Datei', 'export_pdf' => 'PDF-Datei', 'export_text' => 'Textdatei', 'export_md' => 'Markdown-Datei', 'export_zip' => 'Portable ZIP', 'default_template' => 'Standard-Seitenvorlage', 'default_template_explain' => 'Bestimme eine Seitenvorlage, die als Standardinhalt für alle Seiten verwendet wird, die innerhalb dieses Elements erstellt werden. Beachte, dass dies nur dann verwendet wird, wenn der Ersteller der Seite Lesezugriff auf die ausgewählte Vorlagen-Seite hat.', 'default_template_select' => 'Wähle eine Seitenvorlage', 'import' => 'Importieren', 'import_validate' => 'Import validieren', 'import_desc' => 'Importiere Bücher, Kapitel & Seiten mit einem ZIP-Export von der gleichen oder einer anderen Instanz. Wähle eine ZIP-Datei, um fortzufahren. Nachdem die Datei hochgeladen und bestätigt wurde, kannst Du den Import in der nächsten Ansicht konfigurieren und bestätigen.', 'import_zip_select' => 'ZIP-Datei zum Hochladen auswählen', 'import_zip_validation_errors' => 'Fehler bei der Validierung der angegebenen ZIP-Datei:', 'import_pending' => 'Ausstehende Importe', 'import_pending_none' => 'Es wurden keine Importe gestartet.', 'import_continue' => 'Import fortsetzen', 'import_continue_desc' => 'Überprüfe den Inhalt, der aus der hochgeladenen ZIP-Datei importiert werden soll. Führe den Import aus, um dessen Inhalt zu diesem System hinzuzufügen. Die hochgeladene ZIP-Importdatei wird bei erfolgreichem Import automatisch gelöscht.', 'import_details' => 'Importdetails', 'import_run' => 'Import ausführen', 'import_size' => 'Größe des importierten ZIP: :size', 'import_uploaded_at' => 'Hochgeladen :relativeTime', 'import_uploaded_by' => 'Hochgeladen von', 'import_location' => 'Import Zielort', 'import_location_desc' => 'Wähle einen Zielort für deinen importierten Inhalt. Du benötigst die entsprechenden Berechtigungen, um innerhalb des gewünschten Zielortes Inhalte zu erstellen.', 'import_delete_confirm' => 'Bist Du sicher, dass Du diesen Import löschen möchtest?', 'import_delete_desc' => 'Dies löscht die hochgeladene ZIP-Datei und kann nicht rückgängig gemacht werden.', 'import_errors' => 'Importfehler', 'import_errors_desc' => 'Die folgenden Fehler sind während des Importversuchs aufgetreten:', 'breadcrumb_siblings_for_page' => 'Navigate siblings for page', 'breadcrumb_siblings_for_chapter' => 'Navigate siblings for chapter', 'breadcrumb_siblings_for_book' => 'Navigiere in Büchern', 'breadcrumb_siblings_for_bookshelf' => 'Navigate siblings for shelf', // Permissions and restrictions 'permissions' => 'Berechtigungen', 'permissions_desc' => 'Lege hier Berechtigungen fest, um die Standardberechtigungen von Benutzerrollen zu überschreiben.', 'permissions_book_cascade' => 'In Büchern festgelegte Berechtigungen werden automatisch in untergeordnete Kapitel und Seiten kaskadiert, es sei denn, sie haben eigene Berechtigungen definiert.', 'permissions_chapter_cascade' => 'In Kapiteln festgelegte Berechtigungen werden automatisch in untergeordnete Seiten kaskadiert, es sei denn, sie haben eigene Berechtigungen definiert.', 'permissions_save' => 'Berechtigungen speichern', 'permissions_owner' => 'Besitzer', 'permissions_role_everyone_else' => 'Alle anderen', 'permissions_role_everyone_else_desc' => 'Berechtigungen für alle Rollen setzen, die nicht explizit überschrieben wurden.', 'permissions_role_override' => 'Berechtigungen für Rolle überschreiben', 'permissions_inherit_defaults' => 'Standardeinstellungen vererben', // Search 'search_results' => 'Suchergebnisse', 'search_total_results_found' => ':count Ergebnis gefunden|:count Ergebnisse gesamt', 'search_clear' => 'Filter löschen', 'search_no_pages' => 'Keine Seiten gefunden', 'search_for_term' => 'Nach :term suchen', 'search_more' => 'Mehr Ergebnisse', 'search_advanced' => 'Erweiterte Suche', 'search_terms' => 'Suchbegriffe', 'search_content_type' => 'Inhaltstyp', 'search_exact_matches' => 'Exakte Treffer', 'search_tags' => 'Schlagwort-Suchen', 'search_options' => 'Optionen', 'search_viewed_by_me' => 'Schon von mir angesehen', 'search_not_viewed_by_me' => 'Noch nicht von mir angesehen', 'search_permissions_set' => 'Berechtigungen gesetzt', 'search_created_by_me' => 'Von mir erstellt', 'search_updated_by_me' => 'Von mir aktualisiert', 'search_owned_by_me' => 'Besitzt von mir', 'search_date_options' => 'Datumsoptionen', 'search_updated_before' => 'Aktualisiert vor', 'search_updated_after' => 'Aktualisiert nach', 'search_created_before' => 'Erstellt vor', 'search_created_after' => 'Erstellt nach', 'search_set_date' => 'Datum auswählen', 'search_update' => 'Suche aktualisieren', // Shelves 'shelf' => 'Regal', 'shelves' => 'Regale', 'x_shelves' => ':count Regal|:count Regale', 'shelves_empty' => 'Es wurden noch keine Regale angelegt', 'shelves_create' => 'Erzeuge ein Regal', 'shelves_popular' => 'Beliebte Regale', 'shelves_new' => 'Kürzlich erstellte Regale', 'shelves_new_action' => 'Neues Regal', 'shelves_popular_empty' => 'Die beliebtesten Regale werden hier angezeigt.', 'shelves_new_empty' => 'Die neusten Regale werden hier angezeigt.', 'shelves_save' => 'Regal speichern', 'shelves_books' => 'Bücher in diesem Regal', 'shelves_add_books' => 'Buch zu diesem Regal hinzufügen', 'shelves_drag_books' => 'Ziehe die Bücher nach unten, um sie zu diesem Regal hinzuzufügen', 'shelves_empty_contents' => 'Diesem Regal sind keine Bücher zugewiesen', 'shelves_edit_and_assign' => 'Regal bearbeiten um Bücher hinzuzufügen', 'shelves_edit_named' => 'Regal :name bearbeiten', 'shelves_edit' => 'Regal bearbeiten', 'shelves_delete' => 'Regal löschen', 'shelves_delete_named' => 'Regal :name löschen', 'shelves_delete_explain' => "Dadurch wird das Regal mit dem Namen ':name' gelöscht. Die darin enthaltenen Bücher werden nicht gelöscht.", 'shelves_delete_confirmation' => 'Bist du dir sicher, dass du dieses Regal löschen möchtest?', 'shelves_permissions' => 'Regalberechtigungen', 'shelves_permissions_updated' => 'Regalberechtigungen aktualisiert', 'shelves_permissions_active' => 'Regalberechtigungen aktiv', 'shelves_permissions_cascade_warning' => 'Berechtigungen für Regale werden nicht automatisch auf die enthaltenen Bücher übertragen. Das liegt daran, dass ein Buch in mehreren Regalen vorhanden sein kann. Berechtigungen können jedoch auf untergeordnete Bücher kopiert werden, indem du die unten stehende Option verwendest.', 'shelves_permissions_create' => '"Regal erstellen"-Berechtigungen werden nur zum Kopieren von Berechtigungen für untergeordnete Bücher mit der folgenden Aktion verwendet. Sie kontrollieren nicht die Fähigkeit, Bücher zu erstellen.', 'shelves_copy_permissions_to_books' => 'Kopiere die Berechtigungen zum Buch', 'shelves_copy_permissions' => 'Berechtigungen kopieren', 'shelves_copy_permissions_explain' => 'Dadurch werden die aktuellen Berechtigungseinstellungen dieses Regals auf alle darin enthaltenen Bücher angewendet. Vergewissere dich vor der Aktivierung, dass alle Änderungen an den Berechtigungen für dieses Regal gespeichert wurden.', 'shelves_copy_permission_success' => 'Regalberechtigungen auf :count Bücher kopiert', // Books 'book' => 'Buch', 'books' => 'Bücher', 'x_books' => ':count Buch|:count Bücher', 'books_empty' => 'Es wurden noch keine Bücher angelegt', 'books_popular' => 'Beliebte Bücher', 'books_recent' => 'Kürzlich angesehene Bücher', 'books_new' => 'Neue Bücher', 'books_new_action' => 'Neues Buch', 'books_popular_empty' => 'Die beliebtesten Bücher werden hier angezeigt.', 'books_new_empty' => 'Die neusten Bücher werden hier angezeigt.', 'books_create' => 'Neues Buch erstellen', 'books_delete' => 'Buch löschen', 'books_delete_named' => 'Buch ":bookName" löschen', 'books_delete_explain' => 'Das Buch ":bookName" wird gelöscht und alle zugehörigen Kapitel und Seiten entfernt.', 'books_delete_confirmation' => 'Bist Du sicher, dass du dieses Buch löschen möchtest?', 'books_edit' => 'Buch bearbeiten', 'books_edit_named' => 'Buch ":bookName" bearbeiten', 'books_form_book_name' => 'Name des Buches', 'books_save' => 'Buch speichern', 'books_permissions' => 'Buch-Berechtigungen', 'books_permissions_updated' => 'Buch-Berechtigungen aktualisiert', 'books_empty_contents' => 'Es sind noch keine Seiten oder Kapitel zu diesem Buch hinzugefügt worden.', 'books_empty_create_page' => 'Neue Seite anlegen', 'books_empty_sort_current_book' => 'Aktuelles Buch sortieren', 'books_empty_add_chapter' => 'Neues Kapitel hinzufügen', 'books_permissions_active' => 'Buch-Berechtigungen aktiv', 'books_search_this' => 'Dieses Buch durchsuchen', 'books_navigation' => 'Buchnavigation', 'books_sort' => 'Buchinhalte sortieren', 'books_sort_desc' => 'Kapitel und Seiten innerhalb eines Buches verschieben, um dessen Inhalt zu reorganisieren. Andere Bücher können hinzugefügt werden, was das Verschieben von Kapiteln und Seiten zwischen Büchern erleichtert. Optional kann eine automatische Sortierregel erstellt werden, um den Inhalt dieses Buches nach Änderungen automatisch zu sortieren.', 'books_sort_auto_sort' => 'Auto-Sortieroption', 'books_sort_auto_sort_active' => 'Automatische Sortierung aktiv: :sortName', 'books_sort_named' => 'Buch ":bookName" sortieren', 'books_sort_name' => 'Sortieren nach Namen', 'books_sort_created' => 'Sortieren nach Erstellungsdatum', 'books_sort_updated' => 'Sortieren nach Aktualisierungsdatum', 'books_sort_chapters_first' => 'Kapitel zuerst', 'books_sort_chapters_last' => 'Kapitel zuletzt', 'books_sort_show_other' => 'Andere Bücher anzeigen', 'books_sort_save' => 'Neue Reihenfolge speichern', 'books_sort_show_other_desc' => 'Füge hier weitere Bücher hinzu, um sie in die Sortierung einzubinden und ermögliche so eine einfache und übergreifende Neuordnung.', 'books_sort_move_up' => 'Nach oben bewegen', 'books_sort_move_down' => 'Nach unten bewegen', 'books_sort_move_prev_book' => 'Zum vorherigen Buch verschieben', 'books_sort_move_next_book' => 'Zum nächsten Buch verschieben', 'books_sort_move_prev_chapter' => 'Ins vorherige Kapitel verschieben', 'books_sort_move_next_chapter' => 'Ins nächste Kapitel verschieben', 'books_sort_move_book_start' => 'Zum Buchbeginn verschieben', 'books_sort_move_book_end' => 'Zum Buchende verschieben', 'books_sort_move_before_chapter' => 'Vor Kapitel verschieben', 'books_sort_move_after_chapter' => 'Nach Kapitel verschieben', 'books_copy' => 'Buch kopieren', 'books_copy_success' => 'Buch erfolgreich kopiert', // Chapters 'chapter' => 'Kapitel', 'chapters' => 'Kapitel', 'x_chapters' => ':count Kapitel', 'chapters_popular' => 'Beliebte Kapitel', 'chapters_new' => 'Neues Kapitel', 'chapters_create' => 'Neues Kapitel anlegen', 'chapters_delete' => 'Kapitel entfernen', 'chapters_delete_named' => 'Kapitel ":chapterName" entfernen', 'chapters_delete_explain' => 'Hiermit löscht du das Kapitel mit dem Namen \':chapterName\'. Alle Seiten, die innerhalb dieses Kapitels existieren, werden ebenfalls gelöscht.', 'chapters_delete_confirm' => 'Bist du sicher, dass du dieses Kapitel löschen möchtest?', 'chapters_edit' => 'Kapitel bearbeiten', 'chapters_edit_named' => 'Kapitel ":chapterName" bearbeiten', 'chapters_save' => 'Kapitel speichern', 'chapters_move' => 'Kapitel verschieben', 'chapters_move_named' => 'Kapitel ":chapterName" verschieben', 'chapters_copy' => 'Kapitel kopieren', 'chapters_copy_success' => 'Kapitel erfolgreich kopiert', 'chapters_permissions' => 'Kapitel-Berechtigungen', 'chapters_empty' => 'Aktuell sind keine Kapitel diesem Buch hinzugefügt worden.', 'chapters_permissions_active' => 'Kapitel-Berechtigungen aktiv', 'chapters_permissions_success' => 'Kapitel-Berechtigungenen aktualisisert', 'chapters_search_this' => 'Dieses Kapitel durchsuchen', 'chapter_sort_book' => 'Buch sortieren', // Pages 'page' => 'Seite', 'pages' => 'Seiten', 'x_pages' => ':count Seite|:count Seiten', 'pages_popular' => 'Beliebte Seiten', 'pages_new' => 'Neue Seite', 'pages_attachments' => 'Anhänge', 'pages_navigation' => 'Seitennavigation', 'pages_delete' => 'Seite löschen', 'pages_delete_named' => 'Seite ":pageName" löschen', 'pages_delete_draft_named' => 'Seitenentwurf von ":pageName" löschen', 'pages_delete_draft' => 'Seitenentwurf löschen', 'pages_delete_success' => 'Seite gelöscht', 'pages_delete_draft_success' => 'Seitenentwurf gelöscht', 'pages_delete_warning_template' => 'Diese Seite wird aktiv als Standardvorlage für Bücher oder Kapitel verwendet. In diesen Büchern oder Kapiteln wird nach dem Löschen dieser Seite keine Standardvorlage mehr zugewiesen sein.', 'pages_delete_confirm' => 'Bist du sicher, dass du diese Seite löschen möchtest?', 'pages_delete_draft_confirm' => 'Bist du sicher, dass du diesen Seitenentwurf löschen möchtest?', 'pages_editing_named' => 'Seite ":pageName" bearbeiten', 'pages_edit_draft_options' => 'Entwurfsoptionen', 'pages_edit_save_draft' => 'Entwurf speichern', 'pages_edit_draft' => 'Seitenentwurf bearbeiten', 'pages_editing_draft' => 'Seitenentwurf bearbeiten', 'pages_editing_page' => 'Seite bearbeiten', 'pages_edit_draft_save_at' => 'Entwurf gesichert um ', 'pages_edit_delete_draft' => 'Entwurf löschen', 'pages_edit_delete_draft_confirm' => 'Bist du sicher, dass du deinen Entwurf löschen möchtest? Alle deine Änderungen seit dem letzten vollständigen Speichern gehen verloren und der Editor wird mit dem letzten Speicherzustand aktualisiert, der kein Entwurf ist.', 'pages_edit_discard_draft' => 'Entwurf verwerfen', 'pages_edit_switch_to_markdown' => 'Zum Markdown-Editor wechseln', 'pages_edit_switch_to_markdown_clean' => '(Gesäuberter Inhalt)', 'pages_edit_switch_to_markdown_stable' => '(Stabiler Inhalt)', 'pages_edit_switch_to_wysiwyg' => 'Zum WYSIWYG-Editor wechseln', 'pages_edit_switch_to_new_wysiwyg' => 'Zum neuen WYSIWYG wechseln', 'pages_edit_switch_to_new_wysiwyg_desc' => '(Im Beta-Test)', 'pages_edit_set_changelog' => 'Änderungsprotokoll hinzufügen', 'pages_edit_enter_changelog_desc' => 'Bitte gib eine kurze Zusammenfassung deiner Änderungen ein', 'pages_edit_enter_changelog' => 'Änderungsprotokoll eingeben', 'pages_editor_switch_title' => 'Editor wechseln', 'pages_editor_switch_are_you_sure' => 'Bist du dir sicher, dass du den Editor für diese Seite ändern willst?', 'pages_editor_switch_consider_following' => 'Beachte beim Wechsel des Editors folgendes:', 'pages_editor_switch_consideration_a' => 'Nach dem Speichern wird der neue Editor von allen zukünftigen Bearbeitern verwendet, auch von denen, die den Editortyp nicht selbst ändern können.', 'pages_editor_switch_consideration_b' => 'Dies kann unter Umständen zu einem Verlust von Details und Syntax führen.', 'pages_editor_switch_consideration_c' => 'Tag- oder Changelog-Änderungen, die seit dem letzten Speichern vorgenommen wurden, bleiben bei dieser Änderung nicht erhalten.', 'pages_save' => 'Seite speichern', 'pages_title' => 'Seitentitel', 'pages_name' => 'Seitenname', 'pages_md_editor' => 'Redakteur', 'pages_md_preview' => 'Vorschau', 'pages_md_insert_image' => 'Bild einfügen', 'pages_md_insert_link' => 'Link zu einem Objekt einfügen', 'pages_md_insert_drawing' => 'Zeichnung einfügen', 'pages_md_show_preview' => 'Vorschau anzeigen', 'pages_md_sync_scroll' => 'Vorschau synchronisieren', 'pages_md_plain_editor' => 'Einfacher Editor', 'pages_drawing_unsaved' => 'Ungespeicherte Zeichnung gefunden', 'pages_drawing_unsaved_confirm' => 'Es wurden ungespeicherte Zeichnungsdaten von einem früheren, fehlgeschlagenen Versuch, die Zeichnung zu speichern, gefunden. Möchtest du diese ungespeicherte Zeichnung wiederherstellen und weiter bearbeiten?', 'pages_not_in_chapter' => 'Seite ist in keinem Kapitel', 'pages_move' => 'Seite verschieben', 'pages_copy' => 'Seite kopieren', 'pages_copy_desination' => 'Ziel', 'pages_copy_success' => 'Seite erfolgreich kopiert', 'pages_permissions' => 'Seiten Berechtigungen', 'pages_permissions_success' => 'Seiten Berechtigungen aktualisiert', 'pages_revision' => 'Version', 'pages_revisions' => 'Seitenversionen', 'pages_revisions_desc' => 'Alle vorherhigen Revisionen dieser Seite sind unten aufgelistet. Du kannst zurückschauen, vergleichen und alte Seitenversionen wiederherstellen, wenn die Berechtigungen dies erlauben. Der vollständige Verlauf der Seite kann hier möglicherweise nicht vollständig wiedergegeben werden, da je nach Systemkonfiguration alte Revisionen automatisch gelöscht werden könnten.', 'pages_revisions_named' => 'Seitenversionen von ":pageName"', 'pages_revision_named' => 'Seitenversion von ":pageName"', 'pages_revision_restored_from' => 'Wiederhergestellt von #:id; :summary', 'pages_revisions_created_by' => 'Erstellt von', 'pages_revisions_date' => 'Versionsdatum', 'pages_revisions_number' => '#', 'pages_revisions_sort_number' => 'Revisionsnummer', 'pages_revisions_numbered' => 'Revision #:id', 'pages_revisions_numbered_changes' => 'Revision #:id Änderungen', 'pages_revisions_editor' => 'Editortyp', 'pages_revisions_changelog' => 'Änderungsprotokoll', 'pages_revisions_changes' => 'Änderungen', 'pages_revisions_current' => 'Aktuelle Version', 'pages_revisions_preview' => 'Vorschau', 'pages_revisions_restore' => 'Wiederherstellen', 'pages_revisions_none' => 'Diese Seite hat keine älteren Versionen.', 'pages_copy_link' => 'Link kopieren', 'pages_edit_content_link' => 'Im Editor zum Abschnitt springen', 'pages_pointer_enter_mode' => 'Abschnittsauswahlmodus aktivieren', 'pages_pointer_label' => 'Abschnittsoptionen der Seite', 'pages_pointer_permalink' => 'Seitenabschnitt-Permalink', 'pages_pointer_include_tag' => 'Seitenabschnitts-Include-Tag', 'pages_pointer_toggle_link' => 'Permalink-Modus, Drücken, um Include-Tag anzuzeigen', 'pages_pointer_toggle_include' => 'Include-Tag-Modus, Drücken, um Permalink anzuzeigen', 'pages_permissions_active' => 'Seiten-Berechtigungen aktiv', 'pages_initial_revision' => 'Erste Veröffentlichung', 'pages_references_update_revision' => 'Automatische Systemaktualisierung interner Links', 'pages_initial_name' => 'Neue Seite', 'pages_editing_draft_notification' => 'Du bearbeitest momenten einen Entwurf, der zuletzt :timeDiff gespeichert wurde.', 'pages_draft_edited_notification' => 'Diese Seite wurde seit diesem Zeitpunkt verändert. Wir empfehlen diesen Entwurf zu verwerfen.', 'pages_draft_page_changed_since_creation' => 'Diese Seite wurde seit der Erstellung dieses Entwurfs aktualisiert. Es wird empfohlen, diesen Entwurf zu verwerfen oder darauf zu achten, dass keine Seitenänderungen überschrieben werden.', 'pages_draft_edit_active' => [ 'start_a' => ':count Benutzer bearbeiten derzeit diese Seite.', 'start_b' => ':userName bearbeitet jetzt diese Seite.', 'time_a' => 'seit die Seiten zuletzt aktualisiert wurden.', 'time_b' => 'in den letzten :minCount Minuten', 'message' => ':start :time. Achte darauf, keine Änderungen von anderen Benutzern zu überschreiben!', ], 'pages_draft_discarded' => 'Entwurf verworfen! Der aktuelle Seiteninhalt wurde geladen', 'pages_draft_deleted' => 'Entwurf gelöscht. Der aktuelle Seiteninhalt wurde geladen', 'pages_specific' => 'Spezifische Seite', 'pages_is_template' => 'Seitenvorlage', // Editor Sidebar 'toggle_sidebar' => 'Seitenleiste umschalten', 'page_tags' => 'Seiten-Schlagwörter', 'chapter_tags' => 'Kapitel-Schlagwörter', 'book_tags' => 'Buch-Schlagwörter', 'shelf_tags' => 'Regal-Schlagwörter', 'tag' => 'Schlagwort', 'tags' => 'Schlagwörter', 'tags_index_desc' => 'Tags können auf Inhalte im System angewendet werden, um eine flexible Form der Kategorisierung anzuwenden. Tags können sowohl einen Schlüssel als auch einen Wert haben, wobei der Wert optional ist. Einmal angewendet, können Inhalte unter Verwendung des Tag-Namens und Wertes abgefragt werden.', 'tag_name' => 'Schlagwortname', 'tag_value' => 'Inhalt (Optional)', 'tags_explain' => "Füge Schlagwörter hinzu, um ihren Inhalt zu kategorisieren.\nDu kannst einen erklärenden Inhalt hinzufügen, um eine genauere Unterteilung vorzunehmen.", 'tags_add' => 'Weiteres Schlagwort hinzufügen', 'tags_remove' => 'Diesen Tag entfernen', 'tags_usages' => 'Gesamte Tagnutzung', 'tags_assigned_pages' => 'Seiten zugewiesen', 'tags_assigned_chapters' => 'Kapiteln zugewiesen', 'tags_assigned_books' => 'Büchern zugewiesen', 'tags_assigned_shelves' => 'Regalen zugewiesen', 'tags_x_unique_values' => ':count eindeutige Werte', 'tags_all_values' => 'Alle Werte', 'tags_view_tags' => 'Tags anzeigen', 'tags_view_existing_tags' => 'Vorhandene Tags anzeigen', 'tags_list_empty_hint' => 'Tags können über die Seitenleiste des Seiteneditors oder bei der Bearbeitung der Details eines Buches, Kapitels oder Regals vergeben werden.', 'attachments' => 'Anhänge', 'attachments_explain' => 'Du kannst auf deiner Seite Dateien hochladen oder Links hinzufügen. Diese werden in der Seitenleiste angezeigt.', 'attachments_explain_instant_save' => 'Änderungen werden direkt gespeichert.', 'attachments_upload' => 'Datei hochladen', 'attachments_link' => 'Link hinzufügen', 'attachments_upload_drop' => 'Alternativ kannst du eine Datei per Drag & Drop hier als Anhang hochladen.', 'attachments_set_link' => 'Link setzen', 'attachments_delete' => 'Bist du sicher, dass du diesen Anhang löschen möchtest?', 'attachments_dropzone' => 'Ziehe Dateien hierher, um sie hochzuladen', 'attachments_no_files' => 'Es wurden bisher keine Dateien hochgeladen.', 'attachments_explain_link' => 'Wenn du keine Datei hochladen möchtest, kannst du stattdessen einen Link hinzufügen. Dieser Link kann auf eine andere Seite oder eine Datei im Internet verweisen.', 'attachments_link_name' => 'Link-Name', 'attachment_link' => 'Link zum Anhang', 'attachments_link_url' => 'Link zu einer Datei', 'attachments_link_url_hint' => 'URL einer Seite oder Datei', 'attach' => 'Hinzufügen', 'attachments_insert_link' => 'Anhangslink zur Seite hinzufügen', 'attachments_edit_file' => 'Datei bearbeiten', 'attachments_edit_file_name' => 'Dateiname', 'attachments_edit_drop_upload' => 'Ziehe Dateien hierher, um diese hochzuladen und zu überschreiben', 'attachments_order_updated' => 'Reihenfolge der Anhänge aktualisiert', 'attachments_updated_success' => 'Anhangdetails aktualisiert', 'attachments_deleted' => 'Anhang gelöscht', 'attachments_file_uploaded' => 'Datei erfolgreich hochgeladen', 'attachments_file_updated' => 'Datei erfolgreich aktualisiert', 'attachments_link_attached' => 'Link erfolgreich der Seite hinzugefügt', 'templates' => 'Vorlagen', 'templates_set_as_template' => 'Seite ist eine Vorlage', 'templates_explain_set_as_template' => 'Du kannst diese Seite als Vorlage festlegen, damit deren Inhalt beim Erstellen anderer Seiten verwendet werden kann. Andere Benutzer können diese Vorlage verwenden, wenn diese die Zugriffsrechte für diese Seite haben.', 'templates_replace_content' => 'Seiteninhalt ersetzen', 'templates_append_content' => 'An Seiteninhalt anhängen', 'templates_prepend_content' => 'Seiteninhalt voranstellen', // Profile View 'profile_user_for_x' => 'Benutzer seit :time', 'profile_created_content' => 'Erstellte Inhalte', 'profile_not_created_pages' => ':userName hat noch keine Seiten erstellt.', 'profile_not_created_chapters' => ':userName hat noch keine Kapitel erstellt.', 'profile_not_created_books' => ':userName hat noch keine Bücher erstellt.', 'profile_not_created_shelves' => ':userName hat noch keine Regale erstellt.', // Comments 'comment' => 'Kommentar', 'comments' => 'Kommentare', 'comment_add' => 'Kommentieren', 'comment_none' => 'Keine Kommentare vorhanden', 'comment_placeholder' => 'Gib hier deine Kommentare ein', 'comment_thread_count' => ':count Thema|:count Themen', 'comment_archived_count' => ':count archiviert', 'comment_archived_threads' => 'Archivierte Themen', 'comment_save' => 'Kommentar speichern', 'comment_new' => 'Neuer Kommentar', 'comment_created' => ':createDiff kommentiert', 'comment_updated' => ':updateDiff aktualisiert von :username', 'comment_updated_indicator' => 'Aktualisiert', 'comment_deleted_success' => 'Kommentar gelöscht', 'comment_created_success' => 'Kommentar hinzugefügt', 'comment_updated_success' => 'Kommentar aktualisiert', 'comment_archive_success' => 'Kommentar archiviert', 'comment_unarchive_success' => 'Kommentar nicht mehr archiviert', 'comment_view' => 'Kommentar ansehen', 'comment_jump_to_thread' => 'Zum Thema springen', 'comment_delete_confirm' => 'Möchtst du diesen Kommentar wirklich löschen?', 'comment_in_reply_to' => 'Antwort auf :commentId', 'comment_reference' => 'Referenz', 'comment_reference_outdated' => '(Veraltet)', 'comment_editor_explain' => 'Hier sind die Kommentare, die auf dieser Seite hinterlassen wurden. Kommentare können hinzugefügt und verwaltet werden, wenn die gespeicherte Seite angezeigt wird.', // Revision 'revision_delete_confirm' => 'Bist du sicher, dass du diese Revision löschen möchtest?', 'revision_restore_confirm' => 'Bist du sicher, dass du diese Revision wiederherstellen willst? Der aktuelle Seiteninhalt wird ersetzt.', 'revision_cannot_delete_latest' => 'Die letzte Version kann nicht gelöscht werden.', // Copy view 'copy_consider' => 'Bitte beachte beim Kopieren von Inhalten die folgenden Punkte.', 'copy_consider_permissions' => 'Benutzerdefinierte Berechtigungseinstellungen werden nicht kopiert.', 'copy_consider_owner' => 'Du wirst Besitzer der gesamten kopierten Inhalte.', 'copy_consider_images' => 'Bilder auf der Seite werden nicht dupliziert und die originalen Bilder werden die Beziehung zur ursprünglichen Seite, auf der sie hochgeladen wurden, behalten.', 'copy_consider_attachments' => 'Seitenanhänge werden nicht kopiert.', 'copy_consider_access' => 'Ein Wechsel des Standorts, des Eigentümers oder der Berechtigungen kann dazu führen, dass diese Inhalte für diejenigen zugänglich sind, die zuvor keinen Zugang hatten.', // Conversions 'convert_to_shelf' => 'In Regal umwandeln', 'convert_to_shelf_contents_desc' => 'Du kannst dieses Buch in ein neues Regal mit demselben Inhalt umwandeln. Die in diesem Buch enthaltenen Kapitel werden in neue Bücher umgewandelt. Wenn dieses Buch Seiten enthält, die nicht in einem Kapitel enthalten sind, wird das Buch umbenannt und enthält diese Seiten, und das Buch wird Teil des neuen Regals.', 'convert_to_shelf_permissions_desc' => 'Alle Berechtigungen, die für dieses Buch festgelegt wurden, werden in das neue Regal und in alle neuen untergeordneten Bücher kopiert, für die keine eigenen Berechtigungen festgelegt wurden. Beachte, dass Berechtigungen für Regale nicht automatisch auf den Inhalt übertragen werden, wie es bei Büchern der Fall ist.', 'convert_book' => 'Buch umwandeln', 'convert_book_confirm' => 'Bist du dir sicher, dass du dieses Buch umwandelt möchtest?', 'convert_undo_warning' => 'Das kann nicht so einfach rückgängig gemacht werden.', 'convert_to_book' => 'In Buch umwandeln', 'convert_to_book_desc' => 'Du kannst dieses Kapitel in ein neues Buch mit demselben Inhalt umwandeln. Alle Berechtigungen, die für dieses Kapitel festgelegt wurden, werden in das neue Buch kopiert, aber alle geerbten Berechtigungen aus dem übergeordneten Buch werden nicht kopiert, was zu einer Änderung der Zugriffskontrolle führen könnte.', 'convert_chapter' => 'Kapitel konvertieren', 'convert_chapter_confirm' => 'Bist du dir sicher, dass du dieses Kapitel konvertieren möchtest?', // References 'references' => 'Verweise', 'references_none' => 'Es gibt keine nachverfolgten Referenzen zu diesem Element.', 'references_to_desc' => 'Unten sind alle bekannten Inhalte im System aufgelistet, die auf diesen Eintrag verweisen.', // Watch Options 'watch' => 'Beobachten', 'watch_title_default' => 'Standardeinstellungen', 'watch_desc_default' => 'Rückgängig machen auf Standard-Benachrichtigungseinstellungen.', 'watch_title_ignore' => 'Ignorieren', 'watch_desc_ignore' => 'Ignorieren aller Benachrichtigungen, auch die von den Einstellungen auf Benutzerebene.', 'watch_title_new' => 'Neue Seiten', 'watch_desc_new' => 'Benachrichtigen, wenn eine neue Seite in diesem Element erstellt wird.', 'watch_title_updates' => 'Alle Seitenupdates', 'watch_desc_updates' => 'Bei allen neuen Seiten und Seitenänderungen benachrichtigen.', 'watch_desc_updates_page' => 'Bei allen Seitenänderungen benachrichtigen.', 'watch_title_comments' => 'Alle Seitenupdates & Kommentare', 'watch_desc_comments' => 'Benachrichtigung bei allen neuen Seiten, Seitenänderungen und neuen Kommentaren.', 'watch_desc_comments_page' => 'Benachrichtigung bei Seitenänderungen und neuen Kommentaren.', 'watch_change_default' => 'Standard-Benachrichtigungseinstellungen ändern', 'watch_detail_ignore' => 'Benachrichtigungen ignorieren', 'watch_detail_new' => 'Beobachten von neuen Seiten', 'watch_detail_updates' => 'Beobachtung neuer Seiten und Aktualisierungen', 'watch_detail_comments' => 'Beobachtung neuer Seiten, Aktualisierungen und Kommentare', 'watch_detail_parent_book' => 'Beobachten über übergeordnetes Buch', 'watch_detail_parent_book_ignore' => 'Ignorieren über übergeordnetes Buch', 'watch_detail_parent_chapter' => 'Beobachten über übergeordnetes Kapitel', 'watch_detail_parent_chapter_ignore' => 'Ignorieren über übergeordnetes Kapitel', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/de_informal/passwords.php
lang/de_informal/passwords.php
<?php /** * Password Reminder Language Lines * The following language lines are the default lines which match reasons * that are given by the password broker for a password update attempt has failed. */ return [ 'password' => 'Passwörter müssen aus mindestens acht Zeichen bestehen und mit der eingegebenen Wiederholung übereinstimmen.', 'user' => "Es wurde kein Benutzer mit dieser E-Mail-Adresse gefunden.", 'token' => 'Der Token zum Zurücksetzen des Passworts ist für diese E-Mail-Adresse ungültig.', 'sent' => 'Wir haben dir einen Link zum Zurücksetzen des Passwortes per E-Mail geschickt!', 'reset' => 'Dein Passwort wurde zurückgesetzt!', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/de_informal/editor.php
lang/de_informal/editor.php
<?php /** * Page Editor Lines * Contains text strings used within the user interface of the * WYSIWYG page editor. Some Markdown editor strings may still * exist in the 'entities' file instead since this was added later. */ return [ // General editor terms 'general' => 'Allgemein', 'advanced' => 'Erweitert', 'none' => 'Keine', 'cancel' => 'Abbrechen', 'save' => 'Speichern', 'close' => 'Schließen', 'apply' => 'Übernehmen', 'undo' => 'Rückgängig machen', 'redo' => 'Wiederholen', 'left' => 'Links', 'center' => 'Zentriert', 'right' => 'Rechts', 'top' => 'Oben', 'middle' => 'Mittig', 'bottom' => 'Unten', 'width' => 'Breite', 'height' => 'Höhe', 'More' => 'Mehr', 'select' => 'Auswählen...', // Toolbar 'formats' => 'Formate', 'header_large' => 'Große Überschrift', 'header_medium' => 'Mittlere Überschrift', 'header_small' => 'Kleine Überschrift', 'header_tiny' => 'Sehr kleine Überschrift', 'paragraph' => 'Absatz', 'blockquote' => 'Blockzitat', 'inline_code' => 'Inline-Code', 'callouts' => 'Anmerkungen', 'callout_information' => 'Information', 'callout_success' => 'Erfolg', 'callout_warning' => 'Warnung', 'callout_danger' => 'Gefahr', 'bold' => 'Fett', 'italic' => 'Kursiv', 'underline' => 'Unterstrichen', 'strikethrough' => 'Durchgestrichen', 'superscript' => 'Hochgestellt', 'subscript' => 'Tiefgestellt', 'text_color' => 'Textfarbe', 'highlight_color' => 'Markierungsfarbe', 'custom_color' => 'Benutzerdefinierte Farbe', 'remove_color' => 'Farbe entfernen', 'background_color' => 'Hintergrundfarbe', 'align_left' => 'Linksbündig', 'align_center' => 'Zentriert', 'align_right' => 'Rechtsbündig', 'align_justify' => 'Blocksatz', 'list_bullet' => 'Aufzählung', 'list_numbered' => 'Nummerierte Aufzählung', 'list_task' => 'Aufgabenliste', 'indent_increase' => 'Einzug vergrößern', 'indent_decrease' => 'Einzug verkleinern', 'table' => 'Tabelle', 'insert_image' => 'Bild einfügen', 'insert_image_title' => 'Bild einfügen/bearbeiten', 'insert_link' => 'Link einfügen/bearbeiten', 'insert_link_title' => 'Link einfügen/bearbeiten', 'insert_horizontal_line' => 'Horizontale Linie einfügen', 'insert_code_block' => 'Codeblock einfügen', 'edit_code_block' => 'Codeblock bearbeiten', 'insert_drawing' => 'Zeichnung einfügen/bearbeiten', 'drawing_manager' => 'Zeichnungsmanager', 'insert_media' => 'Medien einfügen/bearbeiten', 'insert_media_title' => 'Medien einfügen/bearbeiten', 'clear_formatting' => 'Formatierung löschen', 'source_code' => 'Quellcode', 'source_code_title' => 'Quellcode', 'fullscreen' => 'Vollbild', 'image_options' => 'Bildoptionen', // Tables 'table_properties' => 'Tabelleneigenschaften', 'table_properties_title' => 'Tabelleneigenschaften', 'delete_table' => 'Tabelle löschen', 'table_clear_formatting' => 'Tabellenformatierung entfernen', 'resize_to_contents' => 'Größe an Inhalt anpassen', 'row_header' => 'Zeilenüberschrift', 'insert_row_before' => 'Zeile oberhalb einfügen', 'insert_row_after' => 'Zeile unterhalb einfügen', 'delete_row' => 'Zeile löschen', 'insert_column_before' => 'Spalte davor einfügen', 'insert_column_after' => 'Spalte danach einfügen', 'delete_column' => 'Spalte löschen', 'table_cell' => 'Zelle', 'table_row' => 'Zeile', 'table_column' => 'Spalte', 'cell_properties' => 'Zelleneigenschaften', 'cell_properties_title' => 'Zelleneigenschaften', 'cell_type' => 'Zellentyp', 'cell_type_cell' => 'Zelle', 'cell_scope' => 'Bereich', 'cell_type_header' => 'Überschriftszelle', 'merge_cells' => 'Zellen verbinden', 'split_cell' => 'Zellen teilen', 'table_row_group' => 'Zeilengruppe', 'table_column_group' => 'Spaltengruppe', 'horizontal_align' => 'Horizontal ausrichten', 'vertical_align' => 'Vertikal ausrichten', 'border_width' => 'Rahmenbreite', 'border_style' => 'Rahmenstil', 'border_color' => 'Rahmenfarbe', 'row_properties' => 'Zeileneigenschaften', 'row_properties_title' => 'Zeileneigenschaften', 'cut_row' => 'Zeile ausschneiden', 'copy_row' => 'Zeile kopieren', 'paste_row_before' => 'Zeile davor einfügen', 'paste_row_after' => 'Zeile danach einfügen', 'row_type' => 'Zeilentyp', 'row_type_header' => 'Kopfzeile', 'row_type_body' => 'Hauptteil', 'row_type_footer' => 'Fußzeile', 'alignment' => 'Ausrichtung', 'cut_column' => 'Spalte ausschneiden', 'copy_column' => 'Spalte kopieren', 'paste_column_before' => 'Spalte davor einfügen', 'paste_column_after' => 'Spalte danach einfügen', 'cell_padding' => 'Zellenabstand', 'cell_spacing' => 'Zellenaußenabstand', 'caption' => 'Überschrift', 'show_caption' => 'Überschrift anzeigen', 'constrain' => 'Proportionen festsetzen', 'cell_border_solid' => 'Voll', 'cell_border_dotted' => 'Gepunktet', 'cell_border_dashed' => 'Gestrichelt', 'cell_border_double' => 'Doppelt', 'cell_border_groove' => 'Rille', 'cell_border_ridge' => 'Erhaben', 'cell_border_inset' => 'Vertiefte Fläche', 'cell_border_outset' => 'Erhabene Fläche', 'cell_border_none' => 'Keiner', 'cell_border_hidden' => 'Versteckt', // Images, links, details/summary & embed 'source' => 'Quelle', 'alt_desc' => 'Alternative Beschreibung', 'embed' => 'Einbetten', 'paste_embed' => 'Füge deinen Einbettungscode unten ein:', 'url' => 'URL', 'text_to_display' => 'Anzuzeigender Text', 'title' => 'Titel', 'browse_links' => 'Links durchsuchen', 'open_link' => 'Link öffnen', 'open_link_in' => 'Link öffnen in...', 'open_link_current' => 'Aktuellem Fenster', 'open_link_new' => 'Neuem Fenster', 'remove_link' => 'Link entfernen', 'insert_collapsible' => 'Einklappbaren Block einfügen', 'collapsible_unwrap' => 'Entfernen', 'edit_label' => 'Beschriftung bearbeiten', 'toggle_open_closed' => 'Öffnen/Schließen', 'collapsible_edit' => 'Einklappbaren Block bearbeiten', 'toggle_label' => 'Beschriftung', // About view 'about' => 'Über den Editor', 'about_title' => 'Über den WYSIWYG-Editor', 'editor_license' => 'Editorlizenz & Copyright', 'editor_lexical_license' => 'Dieser Editor wurde mithilfe von :lexicalLink erstellt, der unter der MIT-Lizenz bereitgestellt wird.', 'editor_lexical_license_link' => 'Vollständige Lizenzdetails findest du hier.', 'editor_tiny_license' => 'Dieser Editor wurde mit :tinyLink erstellt, das unter der MIT-Lizenz zur Verfügung gestellt wird.', 'editor_tiny_license_link' => 'Die Copyright- und Lizenzdetails von TinyMCE findest du hier.', 'save_continue' => 'Seite speichern & fortfahren', 'callouts_cycle' => '(Drücke weiter, um durch die Typen zu schalten)', 'link_selector' => 'Inhalt verlinken', 'shortcuts' => 'Kürzel', 'shortcut' => 'Kürzel', 'shortcuts_intro' => 'Die folgenden Kürzel sind im Editor verfügbar:', 'windows_linux' => '(Windows/Linux)', 'mac' => '(Mac)', 'description' => 'Beschreibung', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/de_informal/components.php
lang/de_informal/components.php
<?php /** * Text used in custom JavaScript driven components. */ return [ // Image Manager 'image_select' => 'Bild auswählen', 'image_list' => 'Bilderliste', 'image_details' => 'Bilddetails', 'image_upload' => 'Bild hochladen', 'image_intro' => 'Hier kannst du die zuvor hochgeladenen Bilder auswählen und verwalten.', 'image_intro_upload' => 'Lade ein neues Bild hoch, indem du eine Bilddatei in dieses Fenster ziehst oder auf die Schaltfläche "Bild hochladen" oben klickst.', 'image_all' => 'Alle', 'image_all_title' => 'Alle Bilder anzeigen', 'image_book_title' => 'Zeige alle Bilder, die in dieses Buch hochgeladen wurden', 'image_page_title' => 'Zeige alle Bilder, die auf diese Seite hochgeladen wurden', 'image_search_hint' => 'Nach Bildnamen suchen', 'image_uploaded' => 'Hochgeladen am :uploadedDate', 'image_uploaded_by' => 'Hochgeladen von :userName', 'image_uploaded_to' => 'Hochgeladen auf :pageLink', 'image_updated' => 'Aktualisiert am :updateDate', 'image_load_more' => 'Mehr', 'image_image_name' => 'Bildname', 'image_delete_used' => 'Dieses Bild wird auf den folgenden Seiten benutzt.', 'image_delete_confirm_text' => 'Bist Du sicher, dass Du diese Seite löschen möchtest?', 'image_select_image' => 'Bild auswählen', 'image_dropzone' => 'Ziehe Bilder hierher oder klicke hier, um ein Bild auszuwählen', 'image_dropzone_drop' => 'Ziehe Dateien hierher, um sie hochzuladen', 'images_deleted' => 'Bilder gelöscht', 'image_preview' => 'Bildvorschau', 'image_upload_success' => 'Bild erfolgreich hochgeladen', 'image_update_success' => 'Bilddetails erfolgreich aktualisiert', 'image_delete_success' => 'Bild erfolgreich gelöscht', 'image_replace' => 'Bild ersetzen', 'image_replace_success' => 'Bild erfolgreich aktualisiert', 'image_rebuild_thumbs' => 'Größenvariationen neu generieren', 'image_rebuild_thumbs_success' => 'Bildgrößenvariationen erfolgreich neu erstellt!', // Code Editor 'code_editor' => 'Code editieren', 'code_language' => 'Code Sprache', 'code_content' => 'Code Inhalt', 'code_session_history' => 'Sitzungsverlauf', 'code_save' => 'Code speichern', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/de_informal/preferences.php
lang/de_informal/preferences.php
<?php /** * Text used for user-preference specific views within bookstack. */ return [ 'my_account' => 'Mein Account', 'shortcuts' => 'Kürzel', 'shortcuts_interface' => 'UI Shortcut Einstellungen', 'shortcuts_toggle_desc' => 'Hier kannst du Tastaturkürzel für die Systemoberfläche für Navigation und Aktionen aktivieren oder deaktivieren.', 'shortcuts_customize_desc' => 'Unten kannst du alle Tastenkürzel anpassen. Drücke einfach die gewünschte Tastenkombination, nachdem du die Eingabe für eine Tastenkombination ausgewählt hast.', 'shortcuts_toggle_label' => 'Tastaturkürzel aktiviert', 'shortcuts_section_navigation' => 'Navigation', 'shortcuts_section_actions' => 'Häufige Aktionen', 'shortcuts_save' => 'Tastenkürzel speichern', 'shortcuts_overlay_desc' => 'Hinweis: Wenn Tastenkürzel aktiviert sind, ist ein Hilfefähnchen durch Drücken von "?" verfügbar, welches die verfügbaren Tastenkürzel für Aktionen hervorhebt, die aktuell auf dem Bildschirm sichtbar sind.', 'shortcuts_update_success' => 'Tastenkürzel Einstellungen wurden aktualisiert!', 'shortcuts_overview_desc' => 'Verwalten von Tastenkombinationen, die zur Navigation der Benutzeroberfläche verwendet werden können.', 'notifications' => 'Benachrichtigungseinstellungen', 'notifications_desc' => 'Lege fest, welche E-Mail-Benachrichtigungen du erhältst, wenn bestimmte Aktivitäten im System durchgeführt werden.', 'notifications_opt_own_page_changes' => 'Benachrichtigung bei Änderungen an eigenen Seiten', 'notifications_opt_own_page_comments' => 'Benachrichtigung bei Kommentaren an eigenen Seiten', 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'Bei Antworten auf meine Kommentare benachrichtigen', 'notifications_save' => 'Einstellungen speichern', 'notifications_update_success' => 'Benachrichtigungseinstellungen wurden aktualisiert!', 'notifications_watched' => 'Beobachtete und ignorierte Elemente', 'notifications_watched_desc' => 'Nachfolgend finden Sie die Elemente, für die benutzerdefinierten Überwachungspräferenzen gelten. Um deine Einstellungen für diese Elemente zu aktualisieren, sieh dir das Element an und suche dann die Überwachungsoptionen in der Seitenleiste.', 'auth' => 'Zugang & Sicherheit', 'auth_change_password' => 'Passwort ändern', 'auth_change_password_desc' => 'Ändere das Passwort, mit dem du dich bei der Anwendung anmeldest. Dieses muss mindestens 8 Zeichen lang sein.', 'auth_change_password_success' => 'Das Passwort wurde aktualisiert!', 'profile' => 'Profildetails', 'profile_desc' => 'Verwalte die Details deines Kontos, welches dich gegenüber anderen Benutzern repräsentiert, zusätzlich zu den Details, die für die Kommunikation und die Personalisierung des Systems genutzt werden.', 'profile_view_public' => 'Öffentliches Profil anzeigen', 'profile_name_desc' => 'Konfiguriere deinen Anzeigenamen, der durch die Aktivität, die du ausführst, und die dir gehörenden Inhalte für andere Benutzer sichtbar ist.', 'profile_email_desc' => 'Diese E-Mail wird für Benachrichtigungen und, je nach aktiver Systemauthentifizierung, den Systemzugriff verwendet.', 'profile_email_no_permission' => 'Leider hast du nicht die Berechtigung, deine E-Mail-Adresse zu ändern. Wenn du diese ändern möchtest, wende dich bitte an deinen Administrator.', 'profile_avatar_desc' => 'Wähle ein Bild aus, das anderen im System angezeigt wird, um dich zu repräsentieren. Idealerweise sollte dieses Bild quadratisch und etwa 256px breit und hoch sein.', 'profile_admin_options' => 'Administratoroptionen', 'profile_admin_options_desc' => 'Weitere Administrator-Optionen, wie zum Beispiel die Verwaltung von Rollenzuweisungen, findest du in deinem Benutzerkonto im Bereich "Einstellungen > Benutzer" der Anwendung.', 'delete_account' => 'Konto löschen', 'delete_my_account' => 'Mein Konto löschen', 'delete_my_account_desc' => 'Dadurch wird dein Benutzerkonto vollständig vom System gelöscht. Du kannst dieses Konto nicht wiederherstellen oder diese Aktion rückgängig machen. Inhalte, die du erstellt hast, wie erstellte Seiten und hochgeladene Bilder, bleiben erhalten.', 'delete_my_account_warning' => 'Bist du sicher, dass du dein Benutzerkonto löschen möchten?', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/de_informal/errors.php
lang/de_informal/errors.php
<?php /** * Text shown in error messaging. */ return [ // Permissions 'permission' => 'Du hast keine Berechtigung, auf diese Seite zuzugreifen.', 'permissionJson' => 'Du hast keine Berechtigung, die angeforderte Aktion auszuführen.', // Auth 'error_user_exists_different_creds' => 'Ein Benutzer mit der E-Mail-Adresse :email ist bereits mit anderen Anmeldedaten registriert.', 'auth_pre_register_theme_prevention' => 'Das Benutzerkonto kann mit den bereitgestellten Informationen nicht erstellen werden', 'email_already_confirmed' => 'Die E-Mail-Adresse ist bereits bestätigt. Bitte melde dich an.', 'email_confirmation_invalid' => 'Der Bestätigungslink ist nicht gültig oder wurde bereits verwendet. Bitte registriere dich erneut.', 'email_confirmation_expired' => 'Der Bestätigungslink ist abgelaufen. Es wurde eine neue Bestätigungs-E-Mail gesendet.', 'email_confirmation_awaiting' => 'Die E-Mail-Adresse für das verwendete Konto muss bestätigt werden', 'ldap_fail_anonymous' => 'Anonymer LDAP-Zugriff ist fehlgeschlagen', 'ldap_fail_authed' => 'LDAP-Zugriff mit DN und Passwort ist fehlgeschlagen', 'ldap_extension_not_installed' => 'LDAP-PHP-Erweiterung ist nicht installiert', 'ldap_cannot_connect' => 'Die Verbindung zum LDAP-Server ist fehlgeschlagen. Beim initialen Verbindungsaufbau trat ein Fehler auf', 'saml_already_logged_in' => 'Du bist bereits angemeldet', 'saml_no_email_address' => 'Es konnte keine E-Mail-Adresse für diesen Benutzer in den vom externen Authentifizierungssystem zur Verfügung gestellten Daten gefunden werden', 'saml_invalid_response_id' => 'Die Anfrage vom externen Authentifizierungssystem wird von einem von dieser Anwendung gestarteten Prozess nicht erkannt. Das Zurückblättern nach einem Login könnte dieses Problem verursachen.', 'saml_fail_authed' => 'Anmeldung mit :system fehlgeschlagen, System konnte keine erfolgreiche Autorisierung bereitstellen', 'oidc_already_logged_in' => 'Bereits angemeldet', 'oidc_no_email_address' => 'Es konnte keine E-Mail-Adresse für diesen Benutzer in den vom externen Authentifizierungssystem bereitgestellten Daten gefunden werden', 'oidc_fail_authed' => 'Anmeldung mit :system fehlgeschlagen, System hat keine erfolgreiche Autorisierung geliefert', 'social_no_action_defined' => 'Es ist keine Aktion definiert', 'social_login_bad_response' => "Fehler bei :socialAccount Login: \n:error", 'social_account_in_use' => 'Dieses :socialAccount-Konto wird bereits verwendet. Bitte melde dich mit dem :socialAccount-Konto an.', 'social_account_email_in_use' => 'Die E-Mail-Adresse ":email" ist bereits registriert. Wenn du bereits registriert bist, kannst du Dein :socialAccount-Konto in Deinen Profil-Einstellungen verknüpfen.', 'social_account_existing' => 'Dieses :socialAccount-Konto ist bereits mit deinem Profil verknüpft.', 'social_account_already_used_existing' => 'Dieses :socialAccount-Konto wird bereits von einem anderen Benutzer verwendet.', 'social_account_not_used' => 'Dieses :socialAccount-Konto ist bisher keinem Benutzer zugeordnet. Du kannst das in deinen Profil-Einstellungen tun.', 'social_account_register_instructions' => 'Wenn du bisher kein Social-Media Konto besitzt, kannst du ein solches Konto mit der :socialAccount Option anlegen.', 'social_driver_not_found' => 'Treiber für Social-Media-Konten nicht gefunden', 'social_driver_not_configured' => 'Dein :socialAccount-Konto ist nicht korrekt konfiguriert.', 'invite_token_expired' => 'Dieser Einladungslink ist abgelaufen. Du kannst stattdessen versuchen, dein Passwort zurückzusetzen.', 'login_user_not_found' => 'Ein Benutzer für diese Aktion konnte nicht gefunden werden.', // System 'path_not_writable' => 'Die Datei kann nicht in den angegebenen Pfad :filePath hochgeladen werden. Stelle sicher, dass dieser Ordner auf dem Server beschreibbar ist.', 'cannot_get_image_from_url' => 'Bild konnte nicht von der URL :url geladen werden.', 'cannot_create_thumbs' => 'Der Server kann keine Vorschau-Bilder erzeugen. Bitte prüfe, ob die GD PHP-Erweiterung installiert ist.', 'server_upload_limit' => 'Der Server verbietet das Hochladen von Dateien mit dieser Dateigröße. Bitte versuche es mit einer kleineren Datei.', 'server_post_limit' => 'Der Server kann die angegebene Datenmenge nicht empfangen. Versuche es erneut mit weniger Daten oder einer kleineren Datei.', 'uploaded' => 'Der Server verbietet das Hochladen von Dateien mit dieser Dateigröße. Bitte versuche es mit einer kleineren Datei.', // Drawing & Images 'image_upload_error' => 'Beim Hochladen des Bildes trat ein Fehler auf.', 'image_upload_type_error' => 'Der Bildtyp der hochgeladenen Datei ist ungültig.', 'image_upload_replace_type' => 'Bild-Ersetzungen müssen vom gleichen Typ sein', 'image_upload_memory_limit' => 'Bildupload und/oder Thumbnailerstellung konnten aufgrund von Systemressourcenbeschränkungen nicht verarbeitet werden.', 'image_thumbnail_memory_limit' => 'Fehler beim Erstellen der Thumbnails aufgrund von Systemressourcenbeschränkungen.', 'image_gallery_thumbnail_memory_limit' => 'Fehler beim Erstellen der Galerie Thumbnails aufgrund von Systemressourcenbeschränkungen.', 'drawing_data_not_found' => 'Zeichnungsdaten konnten nicht geladen werden. Die Zeichnungsdatei existiert möglicherweise nicht mehr oder du hast nicht die Berechtigung, darauf zuzugreifen.', // Attachments 'attachment_not_found' => 'Anhang konnte nicht gefunden werden.', 'attachment_upload_error' => 'Beim Hochladen des Anhangs trat ein Fehler auf', // Pages 'page_draft_autosave_fail' => 'Fehler beim Speichern des Entwurfs. Stelle sicher, dass du mit dem Internet verbunden bist, bevor du den Entwurf dieser Seite speicherst.', 'page_draft_delete_fail' => 'Fehler beim Löschen des Seitenentwurfs und beim Abrufen des gespeicherten Inhalts der aktuellen Seite', 'page_custom_home_deletion' => 'Eine als Startseite gesetzte Seite kann nicht gelöscht werden.', // Entities 'entity_not_found' => 'Eintrag nicht gefunden', 'bookshelf_not_found' => 'Regal nicht gefunden', 'book_not_found' => 'Buch nicht gefunden', 'page_not_found' => 'Seite nicht gefunden', 'chapter_not_found' => 'Kapitel nicht gefunden', 'selected_book_not_found' => 'Das gewählte Buch wurde nicht gefunden.', 'selected_book_chapter_not_found' => 'Das gewählte Buch oder Kapitel wurde nicht gefunden.', 'guests_cannot_save_drafts' => 'Gäste können keine Entwürfe speichern', // Users 'users_cannot_delete_only_admin' => 'Du kannst den einzigen Administrator nicht löschen.', 'users_cannot_delete_guest' => 'Du kannst den Gast-Benutzer nicht löschen', 'users_could_not_send_invite' => 'Benutzer konnte nicht erstellt werden, da die Einladungs-E-Mail nicht gesendet werden konnte', // Roles 'role_cannot_be_edited' => 'Diese Rolle kann nicht bearbeitet werden.', 'role_system_cannot_be_deleted' => 'Dies ist eine Systemrolle und kann nicht gelöscht werden', 'role_registration_default_cannot_delete' => 'Diese Rolle kann nicht gelöscht werden, solange sie als Standardrolle für neue Registrierungen gesetzt ist', 'role_cannot_remove_only_admin' => 'Dieser Benutzer ist der einzige Benutzer, welchem die Administratorrolle zugeordnet ist. Ordne die Administratorrolle einem anderen Benutzer zu, bevor du versuchst, sie hier zu entfernen.', // Comments 'comment_list' => 'Beim Abrufen der Kommentare ist ein Fehler aufgetreten.', 'cannot_add_comment_to_draft' => 'Du kannst keine Kommentare zu einem Entwurf hinzufügen.', 'comment_add' => 'Beim Hinzufügen des Kommentars ist ein Fehler aufgetreten.', 'comment_delete' => 'Beim Löschen des Kommentars ist ein Fehler aufgetreten.', 'empty_comment' => 'Kann keinen leeren Kommentar hinzufügen', // Error pages '404_page_not_found' => 'Seite nicht gefunden', 'sorry_page_not_found' => 'Entschuldigung. Die Seite, die du angefordert hast, wurde nicht gefunden.', 'sorry_page_not_found_permission_warning' => 'Wenn du erwartet hast, dass diese Seite existiert, hast du möglicherweise nicht die Berechtigung, sie anzuzeigen.', 'image_not_found' => 'Bild nicht gefunden', 'image_not_found_subtitle' => 'Sorry. Die Bilddatei, nach der du suchst, konnte nicht gefunden werden.', 'image_not_found_details' => 'Wenn du erwartet hast, dass dieses Bild existiert, wurde es möglicherweise gelöscht.', 'return_home' => 'Zurück zur Startseite', 'error_occurred' => 'Es ist ein Fehler aufgetreten', 'app_down' => ':appName befindet sich aktuell im Wartungsmodus.', 'back_soon' => 'Wir werden so schnell wie möglich wieder online sein.', // Import 'import_zip_cant_read' => 'ZIP-Datei konnte nicht gelesen werden.', 'import_zip_cant_decode_data' => 'Konnte Inhalt der data.json im ZIP nicht finden und dekodieren.', 'import_zip_no_data' => 'ZIP-Datei hat kein erwartetes Buch, Kapitel oder Seiteninhalt.', 'import_zip_data_too_large' => 'ZIP data.json content exceeds the configured application maximum upload size.', 'import_validation_failed' => 'ZIP Import konnte aufgrund folgender Fehler nicht validiert werden:', 'import_zip_failed_notification' => 'Importieren der ZIP-Datei fehlgeschlagen.', 'import_perms_books' => 'Dir fehlt die erforderliche Berechtigung, um Bücher zu erstellen.', 'import_perms_chapters' => 'Dir fehlt die erforderliche Berechtigung, um Kapitel zu erstellen.', 'import_perms_pages' => 'Dir fehlt die erforderliche Berechtigung, um Seiten zu erstellen.', 'import_perms_images' => 'Dir fehlt die erforderliche Berechtigung, um Bilder zu erstellen.', 'import_perms_attachments' => 'Dir fehlt die erforderliche Berechtigung, um Anhänge zu erstellen.', // API errors 'api_no_authorization_found' => 'Kein Autorisierungs-Token für die Anfrage gefunden', 'api_bad_authorization_format' => 'Ein Autorisierungs-Token wurde auf die Anfrage gefunden, aber das Format schien falsch zu sein', 'api_user_token_not_found' => 'Es wurde kein passender API-Token für den angegebenen Autorisierungs-Token gefunden', 'api_incorrect_token_secret' => 'Das für den API-Token angegebene geheime Token ist falsch', 'api_user_no_api_permission' => 'Der Besitzer des verwendeten API-Token hat keine Berechtigung für API-Aufrufe', 'api_user_token_expired' => 'Das verwendete Autorisierungs-Token ist abgelaufen', // Settings & Maintenance 'maintenance_test_email_failure' => 'Fehler beim Senden einer Test E-Mail:', // HTTP errors 'http_ssr_url_no_match' => 'Die URL stimmt nicht mit den konfigurierten erlaubten SSR-Hosts überein', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/de_informal/activities.php
lang/de_informal/activities.php
<?php /** * Activity text strings. * Is used for all the text within activity logs & notifications. */ return [ // Pages 'page_create' => 'erstellte Seite', 'page_create_notification' => 'Seite erfolgreich erstellt', 'page_update' => 'aktualisierte Seite', 'page_update_notification' => 'Seite erfolgreich aktualisiert', 'page_delete' => 'löschte Seite', 'page_delete_notification' => 'Seite erfolgreich gelöscht', 'page_restore' => 'stellte Seite wieder her', 'page_restore_notification' => 'Seite erfolgreich wiederhergestellt', 'page_move' => 'verschob Seite', 'page_move_notification' => 'Seite erfolgreich verschoben', // Chapters 'chapter_create' => 'erstellte Kapitel', 'chapter_create_notification' => 'Kapitel erfolgreich erstellt', 'chapter_update' => 'aktualisierte Kapitel', 'chapter_update_notification' => 'Kapitel erfolgreich aktualisiert', 'chapter_delete' => 'löschte Kapitel', 'chapter_delete_notification' => 'Kapitel erfolgreich gelöscht', 'chapter_move' => 'verschob Kapitel', 'chapter_move_notification' => 'Kapitel erfolgreich verschoben', // Books 'book_create' => 'erstellte Buch', 'book_create_notification' => 'Buch erfolgreich erstellt', 'book_create_from_chapter' => 'wandelte Kapitel zu Buch um', 'book_create_from_chapter_notification' => 'Kapitel erfolgreich in ein Buch umgewandelt', 'book_update' => 'aktualisierte Buch', 'book_update_notification' => 'Buch erfolgreich aktualisiert', 'book_delete' => 'löschte Buch', 'book_delete_notification' => 'Buch erfolgreich gelöscht', 'book_sort' => 'sortierte Buch', 'book_sort_notification' => 'Buch erfolgreich umsortiert', // Bookshelves 'bookshelf_create' => 'erstellte Regal', 'bookshelf_create_notification' => 'Regal erfolgreich erstellt', 'bookshelf_create_from_book' => 'wandelte Buch zu Regal um', 'bookshelf_create_from_book_notification' => 'Buch erfolgreich zu einem Regal umgewandelt', 'bookshelf_update' => 'aktualisierte Regal', 'bookshelf_update_notification' => 'Regal erfolgreich aktualisiert', 'bookshelf_delete' => 'löschte Regal', 'bookshelf_delete_notification' => 'Regal erfolgreich gelöscht', // Revisions 'revision_restore' => 'stellte Revision wieder her', 'revision_delete' => 'Revision gelöscht', 'revision_delete_notification' => 'Revision erfolgreich gelöscht', // Favourites 'favourite_add_notification' => '":name" wurde zu deinen Favoriten hinzugefügt', 'favourite_remove_notification' => '":name" wurde aus deinen Favoriten entfernt', // Watching 'watch_update_level_notification' => 'Beobachtungseinstellungen erfolgreich aktualisiert', // Auth 'auth_login' => 'hat sich eingeloggt', 'auth_register' => 'hat sich als neuer Benutzer registriert', 'auth_password_reset_request' => 'hat eine Rücksetzung des Benutzerpassworts beantragt', 'auth_password_reset_update' => 'Benutzerpasswort zurückgesetzt', 'mfa_setup_method' => 'hat MFA-Methode konfiguriert', 'mfa_setup_method_notification' => 'Multi-Faktor-Methode erfolgreich konfiguriert', 'mfa_remove_method' => 'hat MFA-Methode entfernt', 'mfa_remove_method_notification' => 'Multi-Faktor-Methode erfolgreich entfernt', // Settings 'settings_update' => 'hat Einstellungen aktualisiert', 'settings_update_notification' => 'Einstellungen erfolgreich aktualisiert', 'maintenance_action_run' => 'hat Wartungsarbeiten ausgeführt', // Webhooks 'webhook_create' => 'erstellter Webhook', 'webhook_create_notification' => 'Webhook erfolgreich eingerichtet', 'webhook_update' => 'aktualisierter Webhook', 'webhook_update_notification' => 'Webhook erfolgreich aktualisiert', 'webhook_delete' => 'gelöschter Webhook', 'webhook_delete_notification' => 'Webhook erfolgreich gelöscht', // Imports 'import_create' => 'erstellter Import', 'import_create_notification' => 'Import erfolgreich hochgeladen', 'import_run' => 'aktualisierter Import', 'import_run_notification' => 'Inhalt erfolgreich importiert', 'import_delete' => 'gelöschter Import', 'import_delete_notification' => 'Import erfolgreich gelöscht', // Users 'user_create' => 'hat Benutzer erzeugt:', 'user_create_notification' => 'Benutzer erfolgreich erstellt', 'user_update' => 'hat Benutzer aktualisiert:', 'user_update_notification' => 'Benutzer erfolgreich aktualisiert', 'user_delete' => 'hat Benutzer gelöscht: ', 'user_delete_notification' => 'Benutzer erfolgreich entfernt', // API Tokens 'api_token_create' => 'API Token wurde erstellt', 'api_token_create_notification' => 'API-Token erfolgreich erstellt', 'api_token_update' => 'API Token wurde aktualisiert', 'api_token_update_notification' => 'API-Token erfolgreich aktualisiert', 'api_token_delete' => 'API Token gelöscht', 'api_token_delete_notification' => 'API-Token erfolgreich gelöscht', // Roles 'role_create' => 'hat Rolle erzeugt:', 'role_create_notification' => 'Rolle erfolgreich erstellt', 'role_update' => 'hat Rolle aktualisiert:', 'role_update_notification' => 'Rolle erfolgreich aktualisiert', 'role_delete' => 'hat Rolle gelöscht:', 'role_delete_notification' => 'Rolle erfolgreich gelöscht', // Recycle Bin 'recycle_bin_empty' => 'hat den Papierkorb geleert', 'recycle_bin_restore' => 'aus dem Papierkorb wiederhergestellt', 'recycle_bin_destroy' => 'aus dem Papierkorb gelöscht', // Comments 'commented_on' => 'kommentiert', 'comment_create' => 'Kommentar hinzugefügt', 'comment_update' => 'Kommentar aktualisiert', 'comment_delete' => 'Kommentar gelöscht', // Sort Rules 'sort_rule_create' => 'hat eine Sortierregel erstellt', 'sort_rule_create_notification' => 'Sortierregel erfolgreich angelegt', 'sort_rule_update' => 'hat eine Sortierregel aktualisiert', 'sort_rule_update_notification' => 'Sortierregel erfolgreich aktualisiert', 'sort_rule_delete' => 'hat eine Sortierregel gelöscht', 'sort_rule_delete_notification' => 'Sortierregel erfolgreich gelöscht', // Other 'permissions_update' => 'aktualisierte Berechtigungen', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/de_informal/common.php
lang/de_informal/common.php
<?php /** * Common elements found throughout many areas of BookStack. */ return [ // Buttons 'cancel' => 'Abbrechen', 'close' => 'Schließen', 'confirm' => 'Bestätigen', 'back' => 'Zurück', 'save' => 'Speichern', 'continue' => 'Weiter', 'select' => 'Auswählen', 'toggle_all' => 'Alle umschalten', 'more' => 'Mehr', // Form Labels 'name' => 'Name', 'description' => 'Beschreibung', 'role' => 'Rolle', 'cover_image' => 'Titelbild', 'cover_image_description' => 'Dieses Bild sollte ungefähr 440 x 250 Pixel groß sein, kann jedoch je nach Bedarf flexibel skaliert und zugeschnitten werden, um es an die Benutzeroberfläche in verschiedenen Szenarien anzupassen, sodass die tatsächlichen Abmessungen für die Anzeige abweichen können.', // Actions 'actions' => 'Aktionen', 'view' => 'Anzeigen', 'view_all' => 'Alle anzeigen', 'new' => 'Neu', 'create' => 'Anlegen', 'update' => 'Aktualisieren', 'edit' => 'Bearbeiten', 'archive' => 'Archivieren', 'unarchive' => 'Nicht mehr archivieren', 'sort' => 'Sortieren', 'move' => 'Verschieben', 'copy' => 'Kopieren', 'reply' => 'Antworten', 'delete' => 'Löschen', 'delete_confirm' => 'Löschen bestätigen', 'search' => 'Suchen', 'search_clear' => 'Suche löschen', 'reset' => 'Zurücksetzen', 'remove' => 'Entfernen', 'add' => 'Hinzufügen', 'configure' => 'Konfigurieren', 'manage' => 'Verwalten', 'fullscreen' => 'Vollbild', 'favourite' => 'Favoriten', 'unfavourite' => 'Kein Favorit', 'next' => 'Nächste', 'previous' => 'Vorheriges', 'filter_active' => 'Gesetzte Filter:', 'filter_clear' => 'Filter löschen', 'download' => 'Herunterladen', 'open_in_tab' => 'In Tab öffnen', 'open' => 'Öffnen', // Sort Options 'sort_options' => 'Sortieroptionen', 'sort_direction_toggle' => 'Sortierreihenfolge umkehren', 'sort_ascending' => 'Aufsteigend sortieren', 'sort_descending' => 'Absteigend sortieren', 'sort_name' => 'Name', 'sort_default' => 'Standard', 'sort_created_at' => 'Erstellungsdatum', 'sort_updated_at' => 'Aktualisierungsdatum', // Misc 'deleted_user' => 'Gelöschter Benutzer', 'no_activity' => 'Keine Aktivitäten zum Anzeigen', 'no_items' => 'Keine Einträge gefunden.', 'back_to_top' => 'nach oben', 'skip_to_main_content' => 'Direkt zum Hauptinhalt', 'toggle_details' => 'Details zeigen/verstecken', 'toggle_thumbnails' => 'Thumbnails zeigen/verstecken', 'details' => 'Details', 'grid_view' => 'Gitteransicht', 'list_view' => 'Listenansicht', 'default' => 'Voreinstellung', 'breadcrumb' => 'Brotkrumen', 'status' => 'Status', 'status_active' => 'Aktiv', 'status_inactive' => 'Inaktiv', 'never' => 'Niemals', 'none' => 'Keine', // Header 'homepage' => 'Startseite', 'header_menu_expand' => 'Header-Menü erweitern', 'profile_menu' => 'Profilmenü', 'view_profile' => 'Profil ansehen', 'edit_profile' => 'Profil bearbeiten', 'dark_mode' => 'Dunkler Modus', 'light_mode' => 'Heller Modus', 'global_search' => 'Globale Suche', // Layout tabs 'tab_info' => 'Info', 'tab_info_label' => 'Tab: Sekundäre Informationen anzeigen', 'tab_content' => 'Inhalt', 'tab_content_label' => 'Tab: Hauptinhalt anzeigen', // Email Content 'email_action_help' => 'Sollte es beim Anklicken der Schaltfläche ":actionText" Probleme geben, öffne die folgende URL in Deinem Browser:', 'email_rights' => 'Alle Rechte vorbehalten', // Footer Link Options // Not directly used but available for convenience to users. 'privacy_policy' => 'Datenschutzerklärung', 'terms_of_service' => 'Allgemeine Geschäftsbedingungen', // OpenSearch 'opensearch_description' => 'Suche :appName', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/de_informal/pagination.php
lang/de_informal/pagination.php
<?php /** * Pagination Language Lines * The following language lines are used by the paginator library to build * the simple pagination links. */ return [ 'previous' => '&laquo; Vorherige', 'next' => 'Nächste &raquo;', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/de_informal/settings.php
lang/de_informal/settings.php
<?php /** * Settings text strings * Contains all text strings used in the general settings sections of BookStack * including users and roles. */ return [ // Common Messages 'settings' => 'Einstellungen', 'settings_save' => 'Einstellungen speichern', 'system_version' => 'Systemversion', 'categories' => 'Kategorien', // App Settings 'app_customization' => 'Personalisierung', 'app_features_security' => 'Funktionen & Sicherheit', 'app_name' => 'Anwendungsname', 'app_name_desc' => 'Dieser Name wird im Header und in E-Mails angezeigt.', 'app_name_header' => 'Anwendungsname im Header anzeigen?', 'app_public_access' => 'Öffentlicher Zugriff', 'app_public_access_desc' => 'Wenn du diese Option aktivierst, können Besucher, die nicht angemeldet sind, auf Inhalte in deiner BookStack-Instanz zugreifen.', 'app_public_access_desc_guest' => 'Der Zugang für öffentliche Besucher kann über den Benutzer "Guest" gesteuert werden.', 'app_public_access_toggle' => 'Öffentlichen Zugriff erlauben', 'app_public_viewing' => 'Öffentliche Ansicht erlauben?', 'app_secure_images' => 'Erhöhte Sicherheit für hochgeladene Bilder aktivieren?', 'app_secure_images_toggle' => 'Höhere Sicherheit für Bild-Uploads aktivieren', 'app_secure_images_desc' => 'Aus Leistungsgründen sind alle Bilder öffentlich sichtbar. Diese Option fügt zufällige, schwer zu erratende, Zeichenketten zu Bild-URLs hinzu. Stelle sicher, dass Verzeichnisindizes deaktiviert sind, um einen einfachen Zugriff zu verhindern.', 'app_default_editor' => 'Standard Seiteneditor', 'app_default_editor_desc' => 'Wähle aus, welcher Editor bei der Bearbeitung neuer Seiten standardmäßig verwendet werden soll. Dies kann auf Seitenebene außer Kraft gesetzt werden, sofern die Berechtigungen dies zulassen.', 'app_custom_html' => 'Benutzerdefinierter HTML-Head-Inhalt', 'app_custom_html_desc' => 'Jeder Inhalt, der hier hinzugefügt wird, wird am Ende der <head>-Sektion jeder Seite eingefügt. Diese kann praktisch sein, um CSS-Styles anzupassen oder Analytics-Code hinzuzufügen.', 'app_custom_html_disabled_notice' => 'Benutzerdefinierte HTML-Kopfzeileninhalte sind auf dieser Einstellungsseite deaktiviert, um sicherzustellen, dass alle Änderungen rückgängig gemacht werden können.', 'app_logo' => 'Anwendungslogo', 'app_logo_desc' => 'Dies wird unter anderem in der Kopfzeile der Anwendung verwendet. Dieses Bild sollte 86px hoch sein. Große Bilder werden herunterskaliert.', 'app_icon' => 'Anwendungssymbol', 'app_icon_desc' => 'Dieses Symbol wird für Browser-Registerkarten und Verknüpfungssymbole verwendet. Dies sollte ein 256px quadratisches PNG-Bild sein.', 'app_homepage' => 'Startseite der Anwendung', 'app_homepage_desc' => 'Wähle eine Seite als Startseite aus, die statt der Standardansicht angezeigt werden soll. Seitenberechtigungen werden für die ausgewählten Seiten ignoriert.', 'app_homepage_select' => 'Wähle eine Seite aus', 'app_footer_links' => 'Fußzeilen-Links', 'app_footer_links_desc' => 'Füge Links hinzu, die innerhalb der Seitenfußzeile angezeigt werden. Diese werden am unteren Ende der meisten Seiten angezeigt, einschließlich derjenigen, die keinen Login benötigen. Du kannst die Bezeichnung "trans::<key>" verwenden, um systemdefinierte Übersetzungen zu verwenden. Beispiel: Mit "trans::common.privacy_policy" wird der übersetzte Text "Privacy Policy" bereitgestellt, und "trans::common.terms_of_service" liefert den übersetzten Text "Terms of Service".', 'app_footer_links_label' => 'Link-Label', 'app_footer_links_url' => 'Link-URL', 'app_footer_links_add' => 'Fußzeilenlink hinzufügen', 'app_disable_comments' => 'Kommentare deaktivieren', 'app_disable_comments_toggle' => 'Kommentare deaktivieren', 'app_disable_comments_desc' => 'Deaktiviert Kommentare über alle Seiten in der Anwendung. Vorhandene Kommentare werden nicht angezeigt.', // Color settings 'color_scheme' => 'Farbschema der Anwendung', 'color_scheme_desc' => 'Lege die Farben, die in der Benutzeroberfläche verwendet werden, fest. Farben können separat für dunkle und helle Modi konfiguriert werden, um am besten zum Farbschema zu passen und die Lesbarkeit zu gewährleisten.', 'ui_colors_desc' => 'Lege die primäre Farbe und die Standard-Linkfarbe der Anwendung fest. Die primäre Farbe wird hauptsächlich für Kopfzeilen, Buttons und Interface-Dekorationen verwendet. Die Standard-Linkfarbe wird für textbasierte Links und Aktionen sowohl innerhalb des geschriebenen Inhalts als auch in der Benutzeroberfläche verwendet.', 'app_color' => 'Primäre Farbe', 'link_color' => 'Standard-Linkfarbe', 'content_colors_desc' => 'Lege Farben für alle Elemente in der Seitenorganisationshierarchie fest. Die Auswahl von Farben mit einer ähnlichen Helligkeit wie die Standardfarben wird zur Lesbarkeit empfohlen.', 'bookshelf_color' => 'Regalfarbe', 'book_color' => 'Buchfarbe', 'chapter_color' => 'Kapitelfarbe', 'page_color' => 'Seitenfarbe', 'page_draft_color' => 'Seitenentwurfsfarbe', // Registration Settings 'reg_settings' => 'Registrierungseinstellungen', 'reg_enable' => 'Registrierung erlauben?', 'reg_enable_toggle' => 'Registrierung erlauben', 'reg_enable_desc' => 'Wenn die Registrierung erlaubt ist, kann sich der Benutzer als Anwendungsbenutzer anmelden. Bei der Registrierung erhält er eine einzige, voreingestellte Benutzerrolle.', 'reg_default_role' => 'Standard-Benutzerrolle nach Registrierung', 'reg_enable_external_warning' => 'Die obige Option wird ignoriert, während eine externe LDAP oder SAML Authentifizierung aktiv ist. Benutzerkonten für nicht existierende Mitglieder werden automatisch erzeugt, wenn die Authentifizierung gegen das verwendete externe System erfolgreich ist.', 'reg_email_confirmation' => 'Bestätigung per E-Mail', 'reg_email_confirmation_toggle' => 'Bestätigung per E-Mail erforderlich', 'reg_confirm_email_desc' => 'Falls die Einschränkung für Domains genutzt wird, ist die Bestätigung per E-Mail zwingend erforderlich und der untenstehende Wert wird ignoriert.', 'reg_confirm_restrict_domain' => 'Registrierung auf bestimmte Domains einschränken', 'reg_confirm_restrict_domain_desc' => 'Füge eine durch Komma getrennte Liste von Domains hinzu, auf die die Registrierung eingeschränkt werden soll. Benutzern wird eine E-Mail gesendet, um ihre E-Mail Adresse zu bestätigen, bevor sie diese Anwendung nutzen können. Hinweis: Benutzer können ihre E-Mail Adresse nach erfolgreicher Registrierung ändern.', 'reg_confirm_restrict_domain_placeholder' => 'Keine Einschränkung gesetzt', // Sorting Settings 'sorting' => 'Lists & Sorting', 'sorting_book_default' => 'Default Book Sort Rule', 'sorting_book_default_desc' => 'Wähle die Standard-Sortierregel aus, die auf neue Bücher angewendet werden soll. Dies wirkt sich nicht auf bestehende Bücher aus und kann pro Buch überschrieben werden.', 'sorting_rules' => 'Sortierregeln', 'sorting_rules_desc' => 'Dies sind vordefinierte Sortieraktionen, die auf Inhalte im System angewendet werden können.', 'sort_rule_assigned_to_x_books' => ':count Buch zugewiesen|:count Büchern zugewiesen', 'sort_rule_create' => 'Sortierregel erstellen', 'sort_rule_edit' => 'Sortierregel bearbeiten', 'sort_rule_delete' => 'Sortierregel löschen', 'sort_rule_delete_desc' => 'Diese Sortierregel aus dem System entfernen. Bücher mit dieser Sortierung werden auf manuelle Sortierung zurückgesetzt.', 'sort_rule_delete_warn_books' => 'Diese Sortierregel wird derzeit in :count Bücher(n) verwendet. Bist du sicher, dass du dies löschen möchtest?', 'sort_rule_delete_warn_default' => 'Diese Sortierregel wird derzeit als Standard für Bücher verwendet. Bist du sicher, dass du dies löschen möchtest?', 'sort_rule_details' => 'Sortierregel-Details', 'sort_rule_details_desc' => 'Lege einen Namen für diese Sortierregel fest, der in Listen erscheint, wenn Benutzer eine Sortierung auswählen.', 'sort_rule_operations' => 'Sortierungs-Aktionen', 'sort_rule_operations_desc' => 'Konfiguriere die durchzuführenden Sortieraktionen durch Verschieben von der Liste der verfügbaren Aktionen. Bei der Verwendung werden die Aktionen von oben nach unten angewendet. Alle hier vorgenommenen Änderungen werden beim Speichern auf alle zugewiesenen Bücher angewendet.', 'sort_rule_available_operations' => 'Verfügbare Aktionen', 'sort_rule_available_operations_empty' => 'Keine verbleibenden Aktionen', 'sort_rule_configured_operations' => 'Konfigurierte Aktionen', 'sort_rule_configured_operations_empty' => 'Aktionen aus der Liste "Verfügbare Operationen" ziehen/hinzufügen', 'sort_rule_op_asc' => '(Aufst.)', 'sort_rule_op_desc' => '(Abst.)', 'sort_rule_op_name' => 'Name - Alphabetisch', 'sort_rule_op_name_numeric' => 'Name - Numerisch', 'sort_rule_op_created_date' => 'Erstellungsdatum', 'sort_rule_op_updated_date' => 'Aktualisierungsdatum', 'sort_rule_op_chapters_first' => 'Kapitel zuerst', 'sort_rule_op_chapters_last' => 'Kapitel zuletzt', 'sorting_page_limits' => 'Per-Page Display Limits', 'sorting_page_limits_desc' => 'Set how many items to show per-page in various lists within the system. Typically a lower amount will be more performant, while a higher amount avoids the need to click through multiple pages. Using an even multiple of 3 (18, 24, 30, etc...) is recommended.', // Maintenance settings 'maint' => 'Wartung', 'maint_image_cleanup' => 'Bilder bereinigen', 'maint_image_cleanup_desc' => 'Überprüft Seiten- und Versionsinhalte auf ungenutzte und mehrfach vorhandene Bilder. Erstelle vor dem Start ein Backup Deiner Datenbank und Bilder.', 'maint_delete_images_only_in_revisions' => 'Lösche auch Bilder, die nur in alten Seitenüberarbeitungen vorhanden sind', 'maint_image_cleanup_run' => 'Reinigung starten', 'maint_image_cleanup_warning' => ':count eventuell unbenutze Bilder wurden gefunden. Möchtest du diese Bilder löschen?', 'maint_image_cleanup_success' => ':count eventuell unbenutze Bilder wurden gefunden und gelöscht.', 'maint_image_cleanup_nothing_found' => 'Keine unbenutzen Bilder gefunden. Nichts zu löschen!', 'maint_send_test_email' => 'Eine Test-E-Mail versenden', 'maint_send_test_email_desc' => 'Dies sendet eine Test-E-Mail an die in deinem Profil angegebene E-Mail-Adresse.', 'maint_send_test_email_run' => 'Test-E-Mail senden', 'maint_send_test_email_success' => 'E-Mail wurde an :address gesendet', 'maint_send_test_email_mail_subject' => 'Test-E-Mail', 'maint_send_test_email_mail_greeting' => 'E-Mail-Versand scheint zu funktionieren!', 'maint_send_test_email_mail_text' => 'Glückwunsch! Da du diese E-Mail Benachrichtigung erhalten hast, scheinen deine E-Mail-Einstellungen korrekt konfiguriert zu sein.', 'maint_recycle_bin_desc' => 'Gelöschte Regale, Bücher, Kapitel & Seiten werden in den Papierkorb verschoben, so dass sie wiederhergestellt oder dauerhaft gelöscht werden können. Ältere Einträge im Papierkorb können, in Abhängigkeit von der Systemkonfiguration, nach einer Weile automatisch entfernt werden.', 'maint_recycle_bin_open' => 'Papierkorb öffnen', 'maint_regen_references' => 'Verweise neu generieren', 'maint_regen_references_desc' => 'Diese Aktion wird den Verweisindex innerhalb der Datenbank neu erstellen. Dies wird normalerweise automatisch ausgeführt, aber diese Aktion kann nützlich sein, um alte Inhalte oder Inhalte zu indizieren, die mittels inoffizieller Methoden hinzugefügt wurden.', 'maint_regen_references_success' => 'Verweisindex wurde neu generiert!', 'maint_timeout_command_note' => 'Hinweis: Die Ausführung dieser Aktion kann einige Zeit in Anspruch nehmen, was in einigen Webumgebungen zu Timeout-Problemen führen kann. Alternativ kann diese Aktion auch mit einem Terminalbefehl ausgeführt werden.', // Recycle Bin 'recycle_bin' => 'Papierkorb', 'recycle_bin_desc' => 'Hier kannst du gelöschte Einträge wiederherstellen oder sie dauerhaft aus dem System entfernen. Diese Liste ist nicht gefiltert, im Gegensatz zu ähnlichen Aktivitätslisten im System, wo Berechtigungsfilter angewendet werden.', 'recycle_bin_deleted_item' => 'Gelöschter Eintrag', 'recycle_bin_deleted_parent' => 'Übergeordnet', 'recycle_bin_deleted_by' => 'Gelöscht von', 'recycle_bin_deleted_at' => 'Löschzeitpunkt', 'recycle_bin_permanently_delete' => 'Dauerhaft löschen', 'recycle_bin_restore' => 'Wiederherstellen', 'recycle_bin_contents_empty' => 'Der Papierkorb ist derzeit leer', 'recycle_bin_empty' => 'Papierkorb leeren', 'recycle_bin_empty_confirm' => 'Dies wird alle Einträge im Papierkorb dauerhaft entfernen, einschließlich der Inhalte, die darin enthalten sind. Bist du sicher, dass du den Papierkorb leeren möchtest?', 'recycle_bin_destroy_confirm' => 'Dieser Schritt löscht permanent das Element, gemeinsam mit allen untergeordneten Elementen, aus dem System. Dieser Schritt kann nicht rückgängig gemacht werden. Sind Sie sicher, dass Sie eine dauerhafte Löschung durchführen wollen?', 'recycle_bin_destroy_list' => 'Zu löschende Einträge', 'recycle_bin_restore_list' => 'Wiederherzustellende Einträge', 'recycle_bin_restore_confirm' => 'Mit dieser Aktion wird der gelöschte Eintrag einschließlich aller untergeordneten Einträge an seinem ursprünglichen Ort wiederhergestellt. Wenn der ursprüngliche Ort gelöscht wurde und sich nun im Papierkorb befindet, muss auch der übergeordnete Eintrag wiederhergestellt werden.', 'recycle_bin_restore_deleted_parent' => 'Der übergeordnete Eintrag wurde ebenfalls gelöscht. Dieser Eintrag wird weiterhin als gelöscht zählen, bis auch der übergeordnete Eintrag wiederhergestellt wurde.', 'recycle_bin_restore_parent' => 'Übergeordneter Eintrag wiederherstellen', 'recycle_bin_destroy_notification' => ':count Einträge wurden aus dem Papierkorb gelöscht.', 'recycle_bin_restore_notification' => ':count Einträge wurden aus dem Papierkorb wiederhergestellt.', // Audit Log 'audit' => 'Änderungsprotokoll', 'audit_desc' => 'Dieses Audit-Protokoll zeigt eine Liste der Aktivitäten an, welche vom System protokolliert werden. Im Gegensatz zu den anderen Aktivitätslisten im System, bei denen Berechtigungen angewendet werden, ist diese Liste ungefiltert.', 'audit_event_filter' => 'Ereignisfilter', 'audit_event_filter_no_filter' => 'Kein Filter', 'audit_deleted_item' => 'Gelöschtes Element', 'audit_deleted_item_name' => 'Name: :name', 'audit_table_user' => 'Benutzer', 'audit_table_event' => 'Ereignis', 'audit_table_related' => 'Verknüpfter Eintrag oder Detail', 'audit_table_ip' => 'IP-Adresse', 'audit_table_date' => 'Aktivitätsdatum', 'audit_date_from' => 'Zeitraum von', 'audit_date_to' => 'Zeitraum bis', // Role Settings 'roles' => 'Rollen', 'role_user_roles' => 'Benutzer-Rollen', 'roles_index_desc' => 'Rollen werden verwendet, um Benutzer zu gruppieren und System-Berechtigungen für ihre Mitglieder zuzuweisen. Wenn ein Benutzer Mitglied mehrerer Rollen ist, stapeln die gewährten Berechtigungen und der Benutzer wird alle Fähigkeiten erben.', 'roles_x_users_assigned' => ':count Benutzer zugewiesen|:count Benutzer zugewiesen', 'roles_x_permissions_provided' => ':count Berechtigung|:count Berechtigungen', 'roles_assigned_users' => 'Zugewiesene Benutzer', 'roles_permissions_provided' => 'Genutzte Berechtigungen', 'role_create' => 'Neue Rolle anlegen', 'role_delete' => 'Rolle löschen', 'role_delete_confirm' => 'Dies wird die Rolle ":roleName" löschen.', 'role_delete_users_assigned' => 'Diese Rolle ist :userCount Benutzern zugeordnet. Du kannst unten eine neue Rolle auswählen, die du diesen Benutzern zuordnen möchtest.', 'role_delete_no_migration' => "Den Benutzern keine andere Rolle zuordnen", 'role_delete_sure' => 'Bist du sicher, dass du diese Rolle löschen möchtest?', 'role_edit' => 'Rolle bearbeiten', 'role_details' => 'Rollendetails', 'role_name' => 'Rollenname', 'role_desc' => 'Kurzbeschreibung der Rolle', 'role_mfa_enforced' => 'Benötigt Mehrfach-Faktor-Authentifizierung', 'role_external_auth_id' => 'Externe Authentifizierungs-IDs', 'role_system' => 'System-Berechtigungen', 'role_manage_users' => 'Benutzer verwalten', 'role_manage_roles' => 'Rollen und Rollen-Berechtigungen verwalten', 'role_manage_entity_permissions' => 'Alle Buch-, Kapitel- und Seiten-Berechtigungen verwalten', 'role_manage_own_entity_permissions' => 'Nur Berechtigungen eigener Bücher, Kapitel und Seiten verwalten', 'role_manage_page_templates' => 'Seitenvorlagen verwalten', 'role_access_api' => 'Systemzugriffs-API', 'role_manage_settings' => 'Globaleinstellungen verwalten', 'role_export_content' => 'Inhalt exportieren', 'role_import_content' => 'Inhalt importieren', 'role_editor_change' => 'Seiteneditor ändern', 'role_notifications' => 'Empfangen und Verwalten von Benachrichtigungen', 'role_permission_note_users_and_roles' => 'These permissions will technically also provide visibility & searching of users & roles in the system.', 'role_asset' => 'Berechtigungen', 'roles_system_warning' => 'Beachte, dass der Zugriff auf eine der oben genannten drei Berechtigungen einem Benutzer erlauben kann, seine eigenen Berechtigungen oder die Rechte anderer im System zu ändern. Weise nur Rollen mit diesen Berechtigungen vertrauenswürdigen Benutzern zu.', 'role_asset_desc' => 'Diese Berechtigungen gelten für den Standard-Zugriff innerhalb des Systems. Berechtigungen für Bücher, Kapitel und Seiten überschreiben diese Berechtigungen.', 'role_asset_admins' => 'Administratoren erhalten automatisch Zugriff auf alle Inhalte, aber diese Optionen können Oberflächenoptionen ein- oder ausblenden.', 'role_asset_image_view_note' => 'Das bezieht sich auf die Sichtbarkeit innerhalb des Bildmanagers. Der tatsächliche Zugriff auf hochgeladene Bilddateien hängt von der Speicheroption des Systems für Bilder ab.', 'role_asset_users_note' => 'These permissions will technically also provide visibility & searching of users in the system.', 'role_all' => 'Alle', 'role_own' => 'Eigene', 'role_controlled_by_asset' => 'Berechtigungen werden vom Uploadziel bestimmt', 'role_save' => 'Rolle speichern', 'role_users' => 'Dieser Rolle zugeordnete Benutzer', 'role_users_none' => 'Bisher sind dieser Rolle keine Benutzer zugeordnet', // Users 'users' => 'Benutzer', 'users_index_desc' => 'Erstelle und Verwalte individuelle Benutzerkonten innerhalb des Systems. Benutzerkonten werden zur Anmeldung und der Zuordnung von Inhalten und Aktivitäten verwendet. Zugriffsberechtigungen sind in erster Linie rollenbasiert, aber der Besitz von Benutzerinhalten kann unter anderem auch Berechtigungen beeinflussen.', 'user_profile' => 'Benutzerprofil', 'users_add_new' => 'Benutzer hinzufügen', 'users_search' => 'Benutzer suchen', 'users_latest_activity' => 'Neueste Aktivitäten', 'users_details' => 'Benutzerdetails', 'users_details_desc' => 'Lege für diesen Benutzer einen Anzeigenamen und eine E-Mail-Adresse fest. Die E-Mail-Adresse wird bei der Anmeldung verwendet.', 'users_details_desc_no_email' => 'Lege für diesen Benutzer einen Anzeigenamen fest, damit andere ihn erkennen können.', 'users_role' => 'Benutzerrollen', 'users_role_desc' => 'Wählen Sie aus, welchen Rollen dieser Benutzer zugeordnet werden soll. Wenn ein Benutzer mehreren Rollen zugeordnet ist, werden die Berechtigungen dieser Rollen gestapelt und er erhält alle Fähigkeiten der zugewiesenen Rollen.', 'users_password' => 'Benutzerpasswort', 'users_password_desc' => 'Lege ein Passwort fest, mit dem du dich anmelden möchtest. Diese muss mindestens 8 Zeichen lang sein.', 'users_send_invite_text' => 'Du kannst diesem Benutzer eine Einladungs-E-Mail senden, die es ihm erlaubt, sein eigenes Passwort zu setzen, andernfalls kannst du sein Passwort selbst setzen.', 'users_send_invite_option' => 'Benutzer-Einladungs-E-Mail senden', 'users_external_auth_id' => 'Externe Authentifizierungs-ID', 'users_external_auth_id_desc' => 'Wenn ein externes Authentifizierungssystem verwendet wird (z. B. SAML2, OIDC oder LDAP) ist dies die ID, die diesen BookStack-Benutzer mit dem Authentifizierungs-Systemkonto verknüpft. Du kannst dieses Feld ignorieren, wenn du die Standard-E-Mail-basierte Authentifizierung verwenden.', 'users_password_warning' => 'Fülle die untenstehenden Felder nur aus, wenn du das Passwort für diesen Benutzer ändern möchten.', 'users_system_public' => 'Dieser Benutzer repräsentiert alle unangemeldeten Benutzer, die diese Seite betrachten. Er kann nicht zum Anmelden benutzt werden, sondern wird automatisch zugeordnet.', 'users_delete' => 'Benutzer löschen', 'users_delete_named' => 'Benutzer ":userName" löschen', 'users_delete_warning' => 'Der Benutzer ":userName" wird aus dem System gelöscht.', 'users_delete_confirm' => 'Bist du sicher, dass du diesen Benutzer löschen möchtest?', 'users_migrate_ownership' => 'Besitz migrieren', 'users_migrate_ownership_desc' => 'Wähle hier einen Benutzer, wenn du möchtest, dass ein anderer Benutzer der Besitzer aller Einträge wird, die diesem Benutzer derzeit gehören.', 'users_none_selected' => 'Kein Benutzer ausgewählt', 'users_edit' => 'Benutzer bearbeiten', 'users_edit_profile' => 'Profil bearbeiten', 'users_avatar' => 'Benutzer-Bild', 'users_avatar_desc' => 'Das Bild sollte eine Auflösung von 256x256px haben.', 'users_preferred_language' => 'Bevorzugte Sprache', 'users_preferred_language_desc' => 'Diese Option ändert die Sprache, die für die Benutzeroberfläche der Anwendung verwendet wird. Dies hat keinen Einfluss auf von Benutzern erstellte Inhalte.', 'users_social_accounts' => 'Social-Media Konten', 'users_social_accounts_desc' => 'Zeigt den Status der verbundenen sozialen Konten für diesen Benutzer an. Social Accounts können zusätzlich zum primären Authentifizierungssystem für den Systemzugriff verwendet werden.', 'users_social_accounts_info' => 'Hier kannst Du andere Social-Media-Konten für eine schnellere und einfachere Anmeldung verknüpfen. Wenn Du ein Social-Media Konto löschst, bleibt der Zugriff erhalten. Entferne in diesem Falle die Berechtigung in Deinen Profil-Einstellungen des verknüpften Social-Media-Kontos.', 'users_social_connect' => 'Social-Media-Konto verknüpfen', 'users_social_disconnect' => 'Social-Media-Konto lösen', 'users_social_status_connected' => 'Verbunden', 'users_social_status_disconnected' => 'Getrennt', 'users_social_connected' => ':socialAccount-Konto wurde erfolgreich mit dem Profil verknüpft.', 'users_social_disconnected' => ':socialAccount-Konto wurde erfolgreich vom Profil gelöst.', 'users_api_tokens' => 'API-Token', 'users_api_tokens_desc' => 'Erstelle und verwalte die Zugangs-Tokens zur Authentifizierung mit der BookStack REST API. Berechtigungen für die API werden über den Benutzer verwaltet, dem das Token gehört.', 'users_api_tokens_none' => 'Für diesen Benutzer wurden kein API-Token erstellt', 'users_api_tokens_create' => 'Token erstellen', 'users_api_tokens_expires' => 'Endet', 'users_api_tokens_docs' => 'API Dokumentation', 'users_mfa' => 'Multi-Faktor-Authentifizierung', 'users_mfa_desc' => 'Richte Multi-Faktor-Authentifizierung als zusätzliche Sicherheitsstufe für dein Benutzerkonto ein.', 'users_mfa_x_methods' => ':count Methode konfiguriert|:count Methoden konfiguriert', 'users_mfa_configure' => 'Methoden konfigurieren', // API Tokens 'user_api_token_create' => 'Neuen API-Token erstellen', 'user_api_token_name' => 'Name', 'user_api_token_name_desc' => 'Gebe deinem Token einen aussagekräftigen Namen als spätere Erinnerung an seinen Verwendungszweck.', 'user_api_token_expiry' => 'Ablaufdatum', 'user_api_token_expiry_desc' => 'Lege ein Datum fest, zu dem dieser Token abläuft. Nach diesem Datum funktionieren Anfragen, die mit diesem Token gestellt werden, nicht mehr. Wenn du dieses Feld leer lässt, wird ein Ablaufdatum von 100 Jahren in der Zukunft festgelegt.', 'user_api_token_create_secret_message' => 'Unmittelbar nach der Erstellung dieses Tokens wird eine "Token ID" & ein "Token Kennwort" generiert und angezeigt. Das Kennwort wird nur ein einziges Mal angezeigt. Stelle also sicher, dass du den Inhalt an einen sicheren Ort kopierst, bevor du fortfährst.', 'user_api_token' => 'API-Token', 'user_api_token_id' => 'Token ID', 'user_api_token_id_desc' => 'Dies ist ein nicht editierbarer, vom System generierter Identifikator für diesen Token, welcher bei API-Anfragen angegeben werden muss.', 'user_api_token_secret' => 'Token Kennwort', 'user_api_token_secret_desc' => 'Dies ist ein systemgeneriertes Kennwort für diesen Token, das bei API-Anfragen zur Verfügung gestellt werden muss. Es wird nur dieses eine Mal angezeigt, deshalb kopiere diesen an einen sicheren und geschützten Ort.', 'user_api_token_created' => 'Token erstellt :timeAgo', 'user_api_token_updated' => 'Token aktualisiert :timeAgo', 'user_api_token_delete' => 'Lösche Token', 'user_api_token_delete_warning' => 'Dies löscht den API-Token mit dem Namen \':tokenName\' vollständig aus dem System.', 'user_api_token_delete_confirm' => 'Bist du sicher, dass du diesen API-Token löschen möchtest?', // Webhooks 'webhooks' => 'Webhooks', 'webhooks_index_desc' => 'Webhooks sind eine Möglichkeit, Daten an externe URLs zu senden, wenn bestimmte Aktionen und Ereignisse im System auftreten, was eine ereignisbasierte Integration mit externen Plattformen wie Messaging- oder Benachrichtigungssystemen ermöglicht.', 'webhooks_x_trigger_events' => ':count Auslöserereignis|:count Auslöserereignisse', 'webhooks_create' => 'Neuen Webhook erstellen', 'webhooks_none_created' => 'Es wurden noch keine Webhooks erstellt.', 'webhooks_edit' => 'Webhook bearbeiten', 'webhooks_save' => 'Webhook speichern', 'webhooks_details' => 'Webhook-Details', 'webhooks_details_desc' => 'Gebe einen benutzerfreundlichen Namen und einen POST-Endpunkt als Ziel an, an den die Webhook-Daten gesendet werden sollen.', 'webhooks_events' => 'Webhook Ereignisse', 'webhooks_events_desc' => 'Wähle alle Ereignisse, die diesen Webhook auslösen sollen.', 'webhooks_events_warning' => 'Beachte, dass diese Ereignisse für alle ausgewählten Ereignisse ausgelöst werden, auch wenn benutzerdefinierte Berechtigungen angewendet werden. Stelle sicher, dass die Verwendung dieses Webhooks keine vertraulichen Inhalte enthüllt.', 'webhooks_events_all' => 'Alle System-Ereignisse', 'webhooks_name' => 'Webhook-Name', 'webhooks_timeout' => 'Webhook Request Timeout (Sekunden)', 'webhooks_endpoint' => 'Webhook Endpunkt', 'webhooks_active' => 'Webhook aktiv', 'webhook_events_table_header' => 'Ereignisse', 'webhooks_delete' => 'Webhook löschen', 'webhooks_delete_warning' => 'Dies wird diesen Webhook mit dem Namen \':webhookName\' vollständig aus dem System löschen.', 'webhooks_delete_confirm' => 'Bist du sicher, dass du diesen Webhook löschen möchtest?', 'webhooks_format_example' => 'Webhook Format Beispiel', 'webhooks_format_example_desc' => 'Webhook Daten werden als POST-Anfrage an den konfigurierten Endpunkt als JSON im folgenden Format gesendet. Die Eigenschaften "related_item" und "url" sind optional und hängen vom Typ des ausgelösten Ereignisses ab.', 'webhooks_status' => 'Webhook-Status', 'webhooks_last_called' => 'Zuletzt aufgerufen:', 'webhooks_last_errored' => 'Letzter Fehler:', 'webhooks_last_error_message' => 'Letzte Fehlermeldung:', // Licensing 'licenses' => 'Lizenzen', 'licenses_desc' => 'Diese Seite beschreibt Lizenzinformationen für BookStack zusätzlich zu den Projekten und Bibliotheken, die in BookStack verwendet werden. Viele aufgelistete Projekte werden nur in einem Entwicklungskontext verwendet.', 'licenses_bookstack' => 'BookStack-Lizenz', 'licenses_php' => 'PHP-Bibliothekslizenzen', 'licenses_js' => 'JavaScript-Bibliothekslizenzen', 'licenses_other' => 'Andere Lizenzen', 'license_details' => 'Lizenzdetails', //! If editing translations files directly please ignore this in all //! languages apart from en. Content will be auto-copied from en. //!//////////////////////////////// 'language_select' => [ 'en' => 'Englisch', 'ar' => 'Arabisch', 'bg' => 'Bulgarisch', 'bs' => 'Bosnisch', 'ca' => 'Katalanisch', 'cs' => 'Tschechisch', 'cy' => 'Cymraeg', 'da' => 'Dänisch', 'de' => 'Deutsch (Sie)', 'de_informal' => 'Deutsch (Du)', 'el' => 'ελληνικά', 'es' => 'Spanisch', 'es_AR' => 'Spanisch Argentinisch', 'et' => 'Estnisch', 'eu' => 'Euskara', 'fa' => 'فارسی', 'fi' => 'Suomi', 'fr' => 'Französisch', 'he' => 'עברית', 'hr' => 'Kroatisch', 'hu' => 'Ungarisch', 'id' => 'Bahasa-Indonesisch', 'it' => 'Italienisch', 'ja' => 'Japanisch', 'ko' => 'Koreanisch', 'lt' => 'Litauisch', 'lv' => 'Lettisch', 'nb' => 'Norwegisch (Bokmål)', 'ne' => 'नेपाली', 'nn' => 'Nynorsk', 'nl' => 'Niederländisch', 'pl' => 'Polnisch', 'pt' => 'Portugiesisch', 'pt_BR' => 'Portugiesisch (Brasilien)', 'ro' => 'Română', 'ru' => 'Russisch', 'sk' => 'Slowenisch', 'sl' => 'Slowenisch', 'sv' => 'Schwedisch', 'tr' => 'Türkisch', 'uk' => 'Ukrainisch', 'uz' => 'O‘zbekcha', 'vi' => 'Vietnamesisch', 'zh_CN' => 'Vereinfachtes Chinesisch', 'zh_TW' => 'Traditionelles Chinesisch', ], //!//////////////////////////////// ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/de_informal/validation.php
lang/de_informal/validation.php
<?php /** * Validation Lines * The following language lines contain the default error messages used by * the validator class. Some of these rules have multiple versions such * as the size rules. Feel free to tweak each of these messages here. */ return [ // Standard laravel validation lines 'accepted' => ':attribute muss akzeptiert werden.', 'active_url' => ':attribute ist keine gültige URL.', 'after' => ':attribute muss ein Datum nach :date sein.', 'alpha' => ':attribute kann nur Buchstaben enthalten.', 'alpha_dash' => ':attribute kann nur Buchstaben, Zahlen und Bindestriche enthalten.', 'alpha_num' => ':attribute kann nur Buchstaben und Zahlen enthalten.', 'array' => ':attribute muss ein Array sein.', 'backup_codes' => 'Der angegebene Code ist ungültig oder wurde bereits verwendet.', 'before' => ':attribute muss ein Datum vor :date sein.', 'between' => [ 'numeric' => ':attribute muss zwischen :min und :max liegen.', 'file' => ':attribute muss zwischen :min und :max Kilobytes groß sein.', 'string' => ':attribute muss zwischen :min und :max Zeichen lang sein.', 'array' => ':attribute muss zwischen :min und :max Elemente enthalten.', ], 'boolean' => ':attribute Feld muss wahr oder falsch sein.', 'confirmed' => ':attribute stimmt nicht überein.', 'date' => ':attribute ist kein gültiges Datum.', 'date_format' => ':attribute entspricht nicht dem Format :format.', 'different' => ':attribute und :other müssen unterschiedlich sein.', 'digits' => ':attribute muss :digits Stellen haben.', 'digits_between' => ':attribute muss zwischen :min und :max Stellen haben.', 'email' => ':attribute muss eine gültige E-Mail-Adresse sein.', 'ends_with' => ':attribute muss mit einem der folgenden Werte: :values enden', 'file' => ':attribute muss als gültige Datei angegeben werden.', 'filled' => ':attribute ist erforderlich.', 'gt' => [ 'numeric' => ':attribute muss größer als :value sein.', 'file' => ':attribute muss mindestens größer als :value Kilobytes sein.', 'string' => ':attribute muss mehr als :value Zeichen haben.', 'array' => ':attribute muss mehr als :value Elemente haben.', ], 'gte' => [ 'numeric' => ':attribute muss größer-gleich :value sein.', 'file' => ':attribute muss größer-gleich :value Kilobytes sein.', 'string' => ':attribute muss mindestens :value Zeichen haben.', 'array' => ':attribute muss :value Elemente oder mehr haben.', ], 'exists' => ':attribute ist ungültig.', 'image' => ':attribute muss ein Bild sein.', 'image_extension' => ':attribute muss eine gültige und unterstützte Bild-Dateiendung haben.', 'in' => ':attribute ist ungültig.', 'integer' => ':attribute muss eine Zahl sein.', 'ip' => ':attribute muss eine gültige IP-Adresse sein.', 'ipv4' => ':attribute muss eine gültige IPv4-Adresse sein.', 'ipv6' => ':attribute muss eine gültige IPv6-Adresse sein.', 'json' => ':attribute muss ein gültiger JSON-String sein.', 'lt' => [ 'numeric' => ':attribute muss kleiner als :value sein.', 'file' => ':attribute muss kleiner als :value Kilobytes sein.', 'string' => ':attribute muss weniger als :value Zeichen haben.', 'array' => ':attribute muss weniger als :value Elemente haben.', ], 'lte' => [ 'numeric' => ':attribute muss kleiner oder gleich :value sein.', 'file' => ':attribute muss kleiner oder gleich :value Kilobytes sein.', 'string' => ':attribute muss :value oder weniger Zeichen haben.', 'array' => ':attribute darf höchstens :value Elemente haben.', ], 'max' => [ 'numeric' => ':attribute darf nicht größer als :max sein.', 'file' => ':attribute darf nicht größer als :max Kilobyte sein.', 'string' => ':attribute darf nicht länger als :max Zeichen sein.', 'array' => ':attribute darf nicht mehr als :max Elemente enthalten.', ], 'mimes' => ':attribute muss eine Datei vom Typ: :values sein.', 'min' => [ 'numeric' => ':attribute muss mindestens :min sein.', 'file' => ':attribute muss mindestens :min Kilobyte groß sein.', 'string' => ':attribute muss mindestens :min Zeichen lang sein.', 'array' => ':attribute muss mindesten :min Elemente enthalten.', ], 'not_in' => 'Das ausgewählte :attribute ist ungültig.', 'not_regex' => ':attribute ist kein gültiges Format.', 'numeric' => ':attribute muss eine Zahl sein.', 'regex' => ':attribute ist in einem ungültigen Format.', 'required' => ':attribute ist erforderlich.', 'required_if' => ':attribute ist erforderlich, wenn :other :value ist.', 'required_with' => ':attribute ist erforderlich, wenn :values vorhanden ist.', 'required_with_all' => ':attribute ist erforderlich, wenn :values vorhanden sind.', 'required_without' => ':attribute ist erforderlich, wenn :values nicht vorhanden ist.', 'required_without_all' => ':attribute ist erforderlich, wenn :values nicht vorhanden sind.', 'same' => ':attribute und :other müssen übereinstimmen.', 'safe_url' => 'Der angegebene Link ist möglicherweise nicht sicher.', 'size' => [ 'numeric' => ':attribute muss :size sein.', 'file' => ':attribute muss :size Kilobytes groß sein.', 'string' => ':attribute muss :size Zeichen lang sein.', 'array' => ':attribute muss :size Elemente enthalten.', ], 'string' => ':attribute muss eine Zeichenkette sein.', 'timezone' => ':attribute muss eine gültige Zeitzone sein.', 'totp' => 'Der angegebene Code ist ungültig oder abgelaufen.', 'unique' => ':attribute wird bereits verwendet.', 'url' => ':attribute ist kein valides Format.', 'uploaded' => 'Die Datei konnte nicht hochgeladen werden. Der Server akzeptiert möglicherweise keine Dateien dieser Größe.', 'zip_file' => ':attribute muss auf eine Datei innerhalb des ZIP verweisen.', 'zip_file_size' => 'The file :attribute must not exceed :size MB.', 'zip_file_mime' => ':attribute muss eine Datei des Typs :validType referenzieren, gefunden :foundType.', 'zip_model_expected' => 'Datenobjekt erwartet, aber ":type" gefunden.', 'zip_unique' => ':attribute muss für den Objekttyp innerhalb des ZIP eindeutig sein.', // Custom validation lines 'custom' => [ 'password-confirm' => [ 'required_with' => 'Passwortbestätigung erforderlich', ], ], // Custom validation attributes 'attributes' => [], ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/de_informal/auth.php
lang/de_informal/auth.php
<?php /** * Authentication Language Lines * The following language lines are used during authentication for various * messages that we need to display to the user. */ return [ 'failed' => 'Die eingegebenen Anmeldedaten sind ungültig.', 'throttle' => 'Zu viele Anmeldeversuche. Bitte versuche es in :seconds Sekunden erneut.', // Login & Register 'sign_up' => 'Registrieren', 'log_in' => 'Anmelden', 'log_in_with' => 'Anmelden mit :socialDriver', 'sign_up_with' => 'Registrieren mit :socialDriver', 'logout' => 'Abmelden', 'name' => 'Name', 'username' => 'Benutzername', 'email' => 'E-Mail', 'password' => 'Passwort', 'password_confirm' => 'Passwort bestätigen', 'password_hint' => 'Muss mindestens 8 Zeichen lang sein', 'forgot_password' => 'Passwort vergessen?', 'remember_me' => 'Angemeldet bleiben', 'ldap_email_hint' => 'Bitte gib eine E-Mail-Adresse ein, um diese mit dem Account zu nutzen.', 'create_account' => 'Account registrieren', 'already_have_account' => 'Bereits ein Konto erstellt?', 'dont_have_account' => 'Noch kein Konto erstellt?', 'social_login' => 'Mit Sozialem Netzwerk anmelden', 'social_registration' => 'Mit Sozialem Netzwerk registrieren', 'social_registration_text' => 'Mit einem dieser Dienste registrieren oder anmelden', 'register_thanks' => 'Vielen Dank für deine Registrierung!', 'register_confirm' => 'Bitte prüfe deinen Posteingang und bestätige die Registrierung, um :appName nutzen zu können.', 'registrations_disabled' => 'Eine Registrierung ist momentan nicht möglich', 'registration_email_domain_invalid' => 'Du kannst dich mit dieser E-Mail nicht registrieren.', 'register_success' => 'Vielen Dank für deine Registrierung! Du bist jetzt registriert und eingeloggt.', // Login auto-initiation 'auto_init_starting' => 'Versuche Anmeldung', 'auto_init_starting_desc' => 'Wir kontaktieren dein Authentifizierungssystem, um den Anmeldevorgang zu starten. Wenn nach 5 Sekunden kein Fortschritt zu sehen ist, kannst du versuchen, auf den unten stehenden Link zu klicken.', 'auto_init_start_link' => 'Mit der Authentifizierung fortfahren', // Password Reset 'reset_password' => 'Passwort vergessen', 'reset_password_send_instructions' => 'Bitte gib Deine E-Mail-Adresse ein. Danach erhältst Du eine E-Mail mit einem Link zum Zurücksetzen deines Passwortes.', 'reset_password_send_button' => 'Passwort zurücksetzen', 'reset_password_sent' => 'Ein Link zum Zurücksetzen des Passworts wird an :email gesendet, wenn diese E-Mail-Adresse im System gefunden wird.', 'reset_password_success' => 'Dein Passwort wurde erfolgreich zurückgesetzt.', 'email_reset_subject' => 'Passwort zurücksetzen für :appName', 'email_reset_text' => 'Du erhältst diese E-Mail, weil jemand versucht hat, dein Passwort zurückzusetzen.', 'email_reset_not_requested' => 'Wenn du das Zurücksetzen des Passworts nicht angefordert hast, ist keine weitere Aktion erforderlich.', // Email Confirmation 'email_confirm_subject' => 'Bestätige Deine E-Mail-Adresse für :appName', 'email_confirm_greeting' => 'Danke, dass Du dich für :appName registrierst hast!', 'email_confirm_text' => 'Bitte bestätige Deine E-Mail-Adresse, indem Du auf die Schaltfläche klickst:', 'email_confirm_action' => 'E-Mail-Adresse bestätigen', 'email_confirm_send_error' => 'Leider konnte die für die Registrierung notwendige E-Mail zur Bestätigung deiner E-Mail-Adresse nicht versandt werden. Bitte kontaktiere deinen Systemadministrator!', 'email_confirm_success' => 'Deine E-Mail Adresse wurde bestätigt! Du solltest nun in der Lage sein, dich mit deiner E-Mail-Adresse anzumelden.', 'email_confirm_resent' => 'Bestätigungs-E-Mail wurde erneut versendet, bitte überprüfe deinen Posteingang.', 'email_confirm_thanks' => 'Vielen Dank für das Bestätigen!', 'email_confirm_thanks_desc' => 'Bitte warte einen Augenblick, während deine Bestätigung bearbeitet wird. Wenn Du nach 3 Sekunden nicht weitergeleitet wirst, drücke unten den "Weiter" Link, um fortzufahren.', 'email_not_confirmed' => 'E-Mail-Adresse ist nicht bestätigt', 'email_not_confirmed_text' => 'Deine E-Mail-Adresse ist bisher nicht bestätigt.', 'email_not_confirmed_click_link' => 'Bitte klicke auf den Link in der E-Mail, die du nach der Registrierung erhalten hast.', 'email_not_confirmed_resend' => 'Wenn Du die E-Mail nicht erhalten hast, kannst Du die Nachricht erneut anfordern. Fülle hierzu bitte das folgende Formular aus:', 'email_not_confirmed_resend_button' => 'Bestätigungs-E-Mail erneut senden', // User Invite 'user_invite_email_subject' => 'Du wurdest eingeladen :appName beizutreten!', 'user_invite_email_greeting' => 'Ein Konto wurde für dich auf :appName erstellt.', 'user_invite_email_text' => 'Klicke auf die Schaltfläche unten, um ein Passwort festzulegen und Zugriff zu erhalten:', 'user_invite_email_action' => 'Konto-Passwort festlegen', 'user_invite_page_welcome' => 'Willkommen bei :appName!', 'user_invite_page_text' => 'Um die Anmeldung abzuschließen und Zugriff auf :appName zu bekommen, muss noch ein Passwort festgelegt werden. Dieses wird in Zukunft für die Anmeldung benötigt.', 'user_invite_page_confirm_button' => 'Passwort bestätigen', 'user_invite_success_login' => 'Passwort gesetzt, du solltest nun in der Lage sein, dich mit deinem Passwort an :appName anzumelden!', // Multi-factor Authentication 'mfa_setup' => 'Multi-Faktor-Authentifizierung einrichten', 'mfa_setup_desc' => 'Richte Multi-Faktor-Authentifizierung als zusätzliche Sicherheitsstufe für dein Benutzerkonto ein.', 'mfa_setup_configured' => 'Bereits konfiguriert', 'mfa_setup_reconfigure' => 'Umkonfigurieren', 'mfa_setup_remove_confirmation' => 'Bist du sicher, dass du diese Multi-Faktor-Authentifizierungsmethode entfernen möchtest?', 'mfa_setup_action' => 'Einrichtung', 'mfa_backup_codes_usage_limit_warning' => 'Du hast weniger als 5 Backup-Codes übrig. Bitte erstelle und speichere einen neuen Satz, bevor Du keine Codes mehr hast, um zu verhindern, dass du von deinem Konto ausgesperrt wirst.', 'mfa_option_totp_title' => 'Mobile App', 'mfa_option_totp_desc' => 'Um Mehrfach-Faktor-Authentifizierung nutzen zu können, benötigst du eine mobile Anwendung, die TOTP unterstützt, wie Google Authenticator, Authy oder Microsoft Authenticator.', 'mfa_option_backup_codes_title' => 'Backup Code', 'mfa_option_backup_codes_desc' => 'Erzeugt eine Reihe von einmalig nutzbaren Backup-Codes, welche Du bei der Anmeldung eingibst, um deine Identität zu bestätigen. Achte darauf diese an einem sicheren Ort aufzubewahren.', 'mfa_gen_confirm_and_enable' => 'Bestätigen und aktivieren', 'mfa_gen_backup_codes_title' => 'Backup-Codes einrichten', 'mfa_gen_backup_codes_desc' => 'Speichere die folgende Liste der Codes an einem sicheren Ort. Wenn du auf das System zugreifst, kannst du einen der Codes als zweiten Authentifizierungsmechanismus verwenden.', 'mfa_gen_backup_codes_download' => 'Codes herunterladen', 'mfa_gen_backup_codes_usage_warning' => 'Jeder Code kann nur einmal verwendet werden', 'mfa_gen_totp_title' => 'Mobile App einrichten', 'mfa_gen_totp_desc' => 'Um Mehrfach-Faktor-Authentifizierung nutzen zu können, benötigst du eine mobile Anwendung, die TOTP unterstützt, wie Google Authenticator, Authy oder Microsoft Authenticator.', 'mfa_gen_totp_scan' => 'Scanne den QR-Code unten mit deiner bevorzugten Authentifizierungs-App, um zu beginnen.', 'mfa_gen_totp_verify_setup' => 'Setup überprüfen', 'mfa_gen_totp_verify_setup_desc' => 'Überprüfe, dass alles funktioniert, indem du einen Code aus deiner Authentifizierungs-App in das Eingabefeld unten eingibst:', 'mfa_gen_totp_provide_code_here' => 'Gib hier den von der App generierten Code ein', 'mfa_verify_access' => 'Zugriff überprüfen', 'mfa_verify_access_desc' => 'Dein Benutzerkonto erfordert, dass du deine Identität über eine zusätzliche Verifikationsebene bestätigst, bevor du Zugriff erhältst. Verifiziere diese mit einer deiner konfigurierten Methoden, um fortzufahren.', 'mfa_verify_no_methods' => 'Keine Methoden konfiguriert', 'mfa_verify_no_methods_desc' => 'Es konnten keine Multi-Faktor-Authentifizierungsmethoden für dein Konto gefunden werden. Du musst mindestens eine Methode einrichten, bevor du Zugriff erhältst.', 'mfa_verify_use_totp' => 'Mit einer mobilen App verifizieren', 'mfa_verify_use_backup_codes' => 'Mit einem Backup-Code verifizieren', 'mfa_verify_backup_code' => 'Backup-Code', 'mfa_verify_backup_code_desc' => 'Gib einen deiner verbleibenden Backup-Codes unten ein:', 'mfa_verify_backup_code_enter_here' => 'Backup-Code hier eingeben', 'mfa_verify_totp_desc' => 'Gib den Code ein, der mit deiner mobilen App generiert wurde:', 'mfa_setup_login_notification' => 'Multi-Faktor-Methode konfiguriert. Bitte melde dich jetzt erneut mit der konfigurierten Methode an.', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/ar/notifications.php
lang/ar/notifications.php
<?php /** * Text used for activity-based notifications. */ return [ 'new_comment_subject' => 'تعليق جديد على الصفحة: :pageName', 'new_comment_intro' => 'قام أحد المستخدمين بالتعليق على صفحة في :appName:', 'new_page_subject' => 'صفحة جديدة: :pageName', 'new_page_intro' => 'تم إنشاء صفحة جديدة في :appName:', 'updated_page_subject' => 'تم تحديث الصفحة: :pageName', 'updated_page_intro' => 'تم تحديث الصفحة في :appName:', 'updated_page_debounce' => 'لمنع تلقي عدد كبير من الإشعارات، لن يتم إرسال إشعارات إليك لفترة من الوقت لإجراء المزيد من التعديلات على هذه الصفحة بواسطة نفس المحرر.', 'comment_mention_subject' => 'You have been mentioned in a comment on page: :pageName', 'comment_mention_intro' => 'You were mentioned in a comment on :appName:', 'detail_page_name' => 'اسم الصفحة:', 'detail_page_path' => 'مسار الصفحة:', 'detail_commenter' => 'المُعَلِق:', 'detail_comment' => 'التعليق:', 'detail_created_by' => 'أنشئ من طرف:', 'detail_updated_by' => 'تم التحديث بواسطة:', 'action_view_comment' => 'عرض التعليق', 'action_view_page' => 'عرض الصفحة', 'footer_reason' => 'لقد تم إرسال هذا الإشعار إليك لأن :link يغطي هذا النوع من النشاط لهذا العنصر.', 'footer_reason_link' => 'إعدادات الإشعارات الخاصة بك', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/ar/entities.php
lang/ar/entities.php
<?php /** * Text used for 'Entities' (Document Structure Elements) such as * Books, Shelves, Chapters & Pages */ return [ // Shared 'recently_created' => 'أنشئت مؤخراً', 'recently_created_pages' => 'صفحات أنشئت مؤخراً', 'recently_updated_pages' => 'صفحات حُدثت مؤخراً', 'recently_created_chapters' => 'فصول أنشئت مؤخراً', 'recently_created_books' => 'كتب أنشئت مؤخراً', 'recently_created_shelves' => 'أرفف أنشئت مؤخراً', 'recently_update' => 'حُدثت مؤخراً', 'recently_viewed' => 'عُرضت مؤخراً', 'recent_activity' => 'نشاطات حديثة', 'create_now' => 'أنشئ الآن', 'revisions' => 'مراجعات', 'meta_revision' => 'مراجعة #:revisionCount', 'meta_created' => 'أنشئ :timeLength', 'meta_created_name' => 'أنشئ :timeLength بواسطة :user', 'meta_updated' => 'مُحدث :timeLength', 'meta_updated_name' => 'مُحدث :timeLength بواسطة :user', 'meta_owned_name' => 'مملوكة لـ:user', 'meta_reference_count' => 'مشار إليه :count مرة|مشار إليه :count مرة', 'entity_select' => 'اختيار الكيان', 'entity_select_lack_permission' => 'ليس لديك الصلاحيات المطلوبة لتحديد هذا العنصر', 'images' => 'صور', 'my_recent_drafts' => 'مسوداتي الحديثة', 'my_recently_viewed' => 'ما عرضته مؤخراً', 'my_most_viewed_favourites' => 'مفضلاتي الأكثر مشاهدة', 'my_favourites' => 'مفضلاتي', 'no_pages_viewed' => 'لم تستعرض أي صفحات', 'no_pages_recently_created' => 'لم تنشأ أي صفحات مؤخراً', 'no_pages_recently_updated' => 'لم تُحدّث أي صفحات مؤخراً', 'export' => 'تصدير', 'export_html' => 'صفحة ويب', 'export_pdf' => 'ملف PDF', 'export_text' => 'ملف نص عادي', 'export_md' => 'ملف ماركداون -Markdown-', 'export_zip' => 'ملف مضغوط -ZIP-', 'default_template' => 'قالب الصفحة الافتراضية', 'default_template_explain' => 'قم بتعيين قالب صفحة سيتم استخدامه كمحتوى افتراضي لجميع الصفحات التي تم إنشاؤها ضمن هذا العنصر. ضع في اعتبارك أن هذا لن يتم استخدامه إلا إذا كان لدى منشئ الصفحة حق الوصول إلى صفحة القالب المختارة.', 'default_template_select' => 'حدد صفحة القالب', 'import' => 'استيراد', 'import_validate' => 'التحقق من صحة الاستيراد', 'import_desc' => 'استيراد الكتب والفصول والصفحات باستخدام تصدير مِلَفّ مضغوط ZIP محمول من نفس النظام أو نظام مختلف. حدد مِلَفّ ZIP للمتابعة. بعد تحميل المِلَفّ والتحقق من صحته، ستتمكن من إعداد وتأكيد الاستيراد في العرض التالي.', 'import_zip_select' => 'حدد مِلَفّ مضغوط بصيغة ZIP للتحميل', 'import_zip_validation_errors' => 'تم اكتشاف أخطاء في أثناء التحقق من صحة المِلَفّ المضغوط ZIP المقدم:', 'import_pending' => 'الاستيرادات المعلقة', 'import_pending_none' => 'لم يتم البَدْء في أي عملية استيراد.', 'import_continue' => 'متابعة الاستيراد', 'import_continue_desc' => 'راجع المحتوى الذي يجب استيراده من المِلَفّ المضغوط ZIP الذي تم تحميله. عندما يكون جاهزًا، تشتغل عملية الاستيراد لإضافة محتوياته إلى هذا النظام. سيتم إزالة مِلَفّ الاستيراد الذي تم تحميله تلقائيًا عند الاستيراد الناجح.', 'import_details' => 'تفاصيل الاستيراد', 'import_run' => 'تشغيل الاستيراد', 'import_size' => 'حجم الاستيراد :size ', 'import_uploaded_at' => 'تم تحميلة في :relativeTime', 'import_uploaded_by' => 'رُفِع بواسطة', 'import_location' => 'موقع الاستيراد', 'import_location_desc' => 'حدد موقعًا مستهدفًا للمحتوى المستورد. ستحتاج إلى الصلاحيات ذات الصلة لإنشاء المحتوى داخل الموقع الذي تختاره.', 'import_delete_confirm' => 'متيقِّن من أنك تريد حذف الاستيراد؟', 'import_delete_desc' => 'سيؤدي هذا إلى حذف مِلَفّ الاستيراد المضغوط ZIP، ولا يمكن التراجع عنه.', 'import_errors' => 'أخطاء الاستيراد', 'import_errors_desc' => 'حدثت الأخطاء التالية خلال محاولة الاستيراد:', 'breadcrumb_siblings_for_page' => 'تصفح أشقاء هذه الصفحة', 'breadcrumb_siblings_for_chapter' => 'تصفح أشقاء هذا الفصل', 'breadcrumb_siblings_for_book' => 'تصفح أشقاء هذا الكتاب', 'breadcrumb_siblings_for_bookshelf' => 'تصفح أشقاء هذا الرف', // Permissions and restrictions 'permissions' => 'الأذونات', 'permissions_desc' => 'تعيين الصلاحيات هنا لتجاوز الصلاحيات الافتراضية التي توفرها أدوار المستخدم.', 'permissions_book_cascade' => 'سيتم نقل الصلاحيات التي تم تعيينها للكتب تلقائيًا إلى الفصول والصفحات الفرعية، ما لم تكن لديها صلاحيات خاصة بها محددة.', 'permissions_chapter_cascade' => 'سيتم نقل الصلاحيات التي تم تعيينها على الفصول تلقائيًا إلى الصفحات الفرعية، ما لم تكن لديها صلاحيات خاصة بها محددة.', 'permissions_save' => 'حفظ الأذونات', 'permissions_owner' => 'المالك', 'permissions_role_everyone_else' => 'الآخرين', 'permissions_role_everyone_else_desc' => 'تعيين الصلاحيات لجميع الأدوار التي لم يتم تجاوزها على وجه التحديد.', 'permissions_role_override' => 'تجاوز الصلاحيات للدور', 'permissions_inherit_defaults' => 'وراثة الإعدادات الافتراضية', // Search 'search_results' => 'نتائج البحث', 'search_total_results_found' => 'عدد النتائج :count|مجموع النتائج :count', 'search_clear' => 'مسح البحث', 'search_no_pages' => 'لم يطابق بحثكم أي صفحة', 'search_for_term' => 'ابحث عن :term', 'search_more' => 'المزيد من النتائج', 'search_advanced' => 'بحث مفصل', 'search_terms' => 'البحث باستخدام المصطلحات', 'search_content_type' => 'نوع المحتوى', 'search_exact_matches' => 'نتائج مطابقة تماماً', 'search_tags' => 'بحث الوسوم', 'search_options' => 'الخيارات', 'search_viewed_by_me' => 'استعرضت من قبلي', 'search_not_viewed_by_me' => 'لم تستعرض من قبلي', 'search_permissions_set' => 'حزمة الأذونات', 'search_created_by_me' => 'أنشئت بواسطتي', 'search_updated_by_me' => 'حُدثت بواسطتي', 'search_owned_by_me' => 'مملوكة لي', 'search_date_options' => 'خيارات التاريخ', 'search_updated_before' => 'حدثت قبل', 'search_updated_after' => 'حدثت بعد', 'search_created_before' => 'أنشئت قبل', 'search_created_after' => 'أنشئت بعد', 'search_set_date' => 'تحديد التاريخ', 'search_update' => 'تحديث البحث', // Shelves 'shelf' => 'رف', 'shelves' => 'الأرفف', 'x_shelves' => ':count رف|:count أرفف', 'shelves_empty' => 'لم ينشأ أي رف', 'shelves_create' => 'إنشاء رف جديد', 'shelves_popular' => 'أرفف رائجة', 'shelves_new' => 'أرفف جديدة', 'shelves_new_action' => 'رف جديد', 'shelves_popular_empty' => 'ستظهر هنا الأرفف الأكثر رواجًا.', 'shelves_new_empty' => 'ستظهر هنا الأرفف التي أنشئت مؤخرًا.', 'shelves_save' => 'حفظ الرف', 'shelves_books' => 'كتب على هذا الرف', 'shelves_add_books' => 'إضافة كتب لهذا الرف', 'shelves_drag_books' => 'اسحب الكتب الموجودة بالأسفل لإضافتها إلى هذا الرف', 'shelves_empty_contents' => 'لا توجد كتب مخصصة لهذا الرف', 'shelves_edit_and_assign' => 'تحرير الرف لإدراج كتب', 'shelves_edit_named' => 'تعديل الرف :name', 'shelves_edit' => 'تعديل الرف', 'shelves_delete' => 'حذف الرف', 'shelves_delete_named' => 'حذف الرف :name', 'shelves_delete_explain' => "سيؤدي هذا إلى حذف الرف الذي يحمل الاسم ':name'. لن يتم حذف الكتب المضمنة بداخله.", 'shelves_delete_confirmation' => 'هل أنت متأكد أنك تريد حذف هذا الرف؟', 'shelves_permissions' => 'صلاحيات الرف', 'shelves_permissions_updated' => 'تم تحديث صلاحيات الرف', 'shelves_permissions_active' => 'صلاحيات الرف نشطة', 'shelves_permissions_cascade_warning' => 'لا يتم نقل الصلاحيات الموجودة على الأرفف تلقائيًا إلى الكتب الموجودة في كل رف. وذلك لأن الكتاب يمكن أن يوجد على أرفف متعددة. ومع ذلك، يمكن نسخ الصلاحيات إلى الكتب الفرعية باستخدام الخِيار الموجود أدناه.', 'shelves_permissions_create' => 'تُستخدم صلاحيات إنشاء الرفوف فقط لنسخ الصلاحيات إلى الكتب الفرعية باستخدام الإجراء أدناه. ولا تتحكم في القدرة على إنشاء الكتب.', 'shelves_copy_permissions_to_books' => 'نسخ أذونات الوصول إلى الكتب', 'shelves_copy_permissions' => 'نسخ الأذونات', 'shelves_copy_permissions_explain' => 'سيؤدي هذا إلى تطبيق إعدادات الصلاحيات الحالية لهذا الرف على جميع الكتب الموجودة بداخله. قبل التنشيط، تأكد من حفظ أي تغييرات على صلاحيات هذا الرف.', 'shelves_copy_permission_success' => 'تم نسخ صلاحيات الرف إلى :count كتاب/كتب', // Books 'book' => 'كتاب', 'books' => 'الكتب', 'x_books' => ':count كتاب|:count كتب', 'books_empty' => 'لم يتم إنشاء أي كتب', 'books_popular' => 'كتب رائجة', 'books_recent' => 'كتب حديثة', 'books_new' => 'كتب جديدة', 'books_new_action' => 'كتاب جديد', 'books_popular_empty' => 'الكتب الأكثر رواجاً ستظهر هنا.', 'books_new_empty' => 'الكتب المنشأة مؤخراً ستظهر هنا.', 'books_create' => 'إنشاء كتاب جديد', 'books_delete' => 'حذف الكتاب', 'books_delete_named' => 'حذف كتاب :bookName', 'books_delete_explain' => 'سيتم حذف كتاب \':bookName\'، وأيضا حذف جميع الفصول والصفحات.', 'books_delete_confirmation' => 'تأكيد حذف الكتاب؟', 'books_edit' => 'تعديل الكتاب', 'books_edit_named' => 'تعديل كتاب :bookName', 'books_form_book_name' => 'اسم الكتاب', 'books_save' => 'حفظ الكتاب', 'books_permissions' => 'أذونات الكتاب', 'books_permissions_updated' => 'تم تحديث أذونات الكتاب', 'books_empty_contents' => 'لم يتم إنشاء أي صفحات أو فصول لهذا الكتاب.', 'books_empty_create_page' => 'إنشاء صفحة جديدة', 'books_empty_sort_current_book' => 'فرز الكتاب الحالي', 'books_empty_add_chapter' => 'إضافة فصل', 'books_permissions_active' => 'أذونات الكتاب مفعلة', 'books_search_this' => 'البحث في هذا الكتاب', 'books_navigation' => 'تصفح الكتاب', 'books_sort' => 'فرز محتويات الكتاب', 'books_sort_desc' => 'نقل الفصول والصفحات داخل الكتاب لإعادة تنظيم محتوياته. يمكن إضافة كتب أخرى مما يسمح بنقل الفصول والصفحات بسهولة بين الكتب. اختياريًا، يمكن تعيين قاعدة فرز تلقائي لفرز محتويات هذا الكتاب تلقائيًا عند حدوث تغييرات.', 'books_sort_auto_sort' => 'خِيار الفرز التلقائي', 'books_sort_auto_sort_active' => 'الفرز التلقائي الشَغَّال: :sortName', 'books_sort_named' => 'فرز كتاب :bookName', 'books_sort_name' => 'ترتيب حسب الإسم', 'books_sort_created' => 'ترتيب حسب تاريخ الإنشاء', 'books_sort_updated' => 'فرز حسب تاريخ التحديث', 'books_sort_chapters_first' => 'الفصول الأولى', 'books_sort_chapters_last' => 'الفصول الأخيرة', 'books_sort_show_other' => 'عرض كتب أخرى', 'books_sort_save' => 'حفظ الترتيب الجديد', 'books_sort_show_other_desc' => 'أضف كتبًا أخرى هنا لتضمينها في عملية الفرز، والسماح بإعادة تنظيم الكتب بسهولة.', 'books_sort_move_up' => 'حرك للأعلى', 'books_sort_move_down' => 'حرك للأسفل', 'books_sort_move_prev_book' => 'نقل للكتاب السابق', 'books_sort_move_next_book' => 'نقل للكتاب التالي', 'books_sort_move_prev_chapter' => 'نقل إلى الفصل السابق', 'books_sort_move_next_chapter' => 'نقل إلى الفصل التالي', 'books_sort_move_book_start' => 'نقل إلى بداية الكتاب', 'books_sort_move_book_end' => 'نقل إلى نهاية الكتاب', 'books_sort_move_before_chapter' => 'نقل إلى الفصل السابق', 'books_sort_move_after_chapter' => 'نقل إلى الفصل التالي', 'books_copy' => 'نسخة الكتاب', 'books_copy_success' => 'تم نسخ الكتاب بنجاح', // Chapters 'chapter' => 'فصل', 'chapters' => 'فصول', 'x_chapters' => ':count فصل|:count فصول', 'chapters_popular' => 'فصول رائجة', 'chapters_new' => 'فصل جديد', 'chapters_create' => 'إنشاء فصل جديد', 'chapters_delete' => 'حذف الفصل', 'chapters_delete_named' => 'حذف فصل :chapterName', 'chapters_delete_explain' => 'سيؤدي هذا إلى حذف الفصل الذي يحمل الاسم \':chapterName\'. كما سيتم حذف جميع الصفحات الموجودة داخل هذا الفصل.', 'chapters_delete_confirm' => 'تأكيد حذف الفصل؟', 'chapters_edit' => 'تعديل الفصل', 'chapters_edit_named' => 'تعديل فصل :chapterName', 'chapters_save' => 'حفظ الفصل', 'chapters_move' => 'نقل الفصل', 'chapters_move_named' => 'نقل فصل :chapterName', 'chapters_copy' => 'نسخ الفصل', 'chapters_copy_success' => 'تم نسخ الفصل بنجاح', 'chapters_permissions' => 'أذونات الفصل', 'chapters_empty' => 'لا توجد أي صفحات في هذا الفصل حالياً', 'chapters_permissions_active' => 'أذونات الفصل مفعلة', 'chapters_permissions_success' => 'تم تحديث أذونات الفصل', 'chapters_search_this' => 'البحث في هذا الفصل', 'chapter_sort_book' => 'فرز الكتاب', // Pages 'page' => 'صفحة', 'pages' => 'صفحات', 'x_pages' => ':count صفحة|:count صفحات', 'pages_popular' => 'صفحات رائجة', 'pages_new' => 'صفحة جديدة', 'pages_attachments' => 'مرفقات', 'pages_navigation' => 'تصفح الصفحة', 'pages_delete' => 'حذف الصفحة', 'pages_delete_named' => 'حذف صفحة :pageName', 'pages_delete_draft_named' => 'حذف مسودة :pageName', 'pages_delete_draft' => 'حذف المسودة', 'pages_delete_success' => 'تم حذف الصفحة', 'pages_delete_draft_success' => 'تم حذف المسودة', 'pages_delete_warning_template' => 'هذه الصفحة قيد الاستخدام كقالب افتراضي لصفحات الكتب أو الفصول. لن يكون لهذه الكتب أو الفصول قالب افتراضي بعد حذفها.', 'pages_delete_confirm' => 'تأكيد حذف الصفحة؟', 'pages_delete_draft_confirm' => 'تأكيد حذف المسودة؟', 'pages_editing_named' => ':pageName قيد التعديل', 'pages_edit_draft_options' => 'خيارات المسودة', 'pages_edit_save_draft' => 'حفظ المسودة', 'pages_edit_draft' => 'تعديل مسودة الصفحة', 'pages_editing_draft' => 'المسودة قيد التعديل', 'pages_editing_page' => 'الصفحة قيد التعديل', 'pages_edit_draft_save_at' => 'تم خفظ المسودة في ', 'pages_edit_delete_draft' => 'حذف المسودة', 'pages_edit_delete_draft_confirm' => 'متيقِّن من رغبتك في حذف تغييرات صفحة المُسَوَّدَة؟ ستُفقد جميع تغييراتك، منذ آخر حفظ كامل، وسيتم تحديث المحرر بأحدث حالة حفظ للصفحة (غير مسودة).', 'pages_edit_discard_draft' => 'التخلص من المسودة', 'pages_edit_switch_to_markdown' => 'التبديل إلى محرر ماركداون -Markdown-', 'pages_edit_switch_to_markdown_clean' => '(محتوى نظيف)', 'pages_edit_switch_to_markdown_stable' => '(محتوى مستقر)', 'pages_edit_switch_to_wysiwyg' => 'التبديل إلى محرر ما تراه هو ما تحصل عليه -WYSIWYG-', 'pages_edit_switch_to_new_wysiwyg' => 'التبديل إلى محرر ما تراه هو ما تحصل عليه الجديد -new WYSIWYG-', 'pages_edit_switch_to_new_wysiwyg_desc' => '(في الاختبار التجريبي)', 'pages_edit_set_changelog' => 'تثبيت سجل التعديل', 'pages_edit_enter_changelog_desc' => 'ضع وصف مختصر للتعديلات التي تمت', 'pages_edit_enter_changelog' => 'أدخل سجل التعديل', 'pages_editor_switch_title' => 'تبديل المحرر', 'pages_editor_switch_are_you_sure' => 'متيقِّن أنك تريد تغيير المحرر لهذه الصفحة؟', 'pages_editor_switch_consider_following' => 'عند تغيير المحررين، ضع في اعتبارك ما يلي:', 'pages_editor_switch_consideration_a' => 'بمجرد الحفظ، سيتم استخدام خِيار المحرر الجديد بواسطة أي محررين مستقبليين، بما في ذلك أولئك الذين قد لا يتمكنون من تغيير نوع المحرر بأنفسهم.', 'pages_editor_switch_consideration_b' => 'من الممكن أن يؤدي هذا إلى فقدان التفاصيل والنحو في ظروف معينة.', 'pages_editor_switch_consideration_c' => 'لن تستمر تغييرات العلامة أو سجل التغييرات، التي تم إجراؤها منذ الحفظ الأخير، عبر هذا التغيير.', 'pages_save' => 'حفظ الصفحة', 'pages_title' => 'عنوان الصفحة', 'pages_name' => 'اسم الصفحة', 'pages_md_editor' => 'المحرر', 'pages_md_preview' => 'معاينة', 'pages_md_insert_image' => 'إدخال صورة', 'pages_md_insert_link' => 'إدراج ارتباط الكيان', 'pages_md_insert_drawing' => 'إدخال رسمة', 'pages_md_show_preview' => 'عرض المعاينة', 'pages_md_sync_scroll' => 'مزامنة معاينة التمرير', 'pages_md_plain_editor' => 'محرر النصوص العادي', 'pages_drawing_unsaved' => 'تم العثور على رسم غير محفوظ', 'pages_drawing_unsaved_confirm' => 'تم العثور على بيانات رسم غير محفوظة من محاولة حفظ رسم سابقة فاشلة. هل ترغب في استعادة هذا الرسم غير المحفوظ ومواصلة تحريره؟', 'pages_not_in_chapter' => 'صفحة ليست في فصل', 'pages_move' => 'نقل الصفحة', 'pages_copy' => 'نسخ الصفحة', 'pages_copy_desination' => 'نسخ مكان الوصول', 'pages_copy_success' => 'تم نسخ الصفحة بنجاح', 'pages_permissions' => 'أذونات الصفحة', 'pages_permissions_success' => 'تم تحديث أذونات الصفحة', 'pages_revision' => 'مراجعة', 'pages_revisions' => 'مراجعات الصفحة', 'pages_revisions_desc' => 'تجد أدناه جميع الإصدارات السابقة لهذه الصفحة. يمكنك الاطلاع عليها ومقارنتها واستعادة الإصدارات القديمة إذا سمحت الصلاحيات بذلك. قد لا يظهر تاريخ الصفحة بالكامل هنا، إذ قد تُحذف الإصدارات القديمة تلقائيًا، وذلك حسب إعدادات النظام.', 'pages_revisions_named' => 'مراجعات صفحة :pageName', 'pages_revision_named' => 'مراجعة صفحة :pageName', 'pages_revision_restored_from' => 'تم الاستعادة من #:id; :summary', 'pages_revisions_created_by' => 'أنشئ بواسطة', 'pages_revisions_date' => 'تاريخ المراجعة', 'pages_revisions_number' => '#', 'pages_revisions_sort_number' => 'رَقْم المراجعة', 'pages_revisions_numbered' => 'مراجعة #:id', 'pages_revisions_numbered_changes' => 'مراجعة #: رقم تعريفي التغييرات', 'pages_revisions_editor' => 'نوع المحرر', 'pages_revisions_changelog' => 'سجل التعديل', 'pages_revisions_changes' => 'التعديلات', 'pages_revisions_current' => 'النسخة الحالية', 'pages_revisions_preview' => 'معاينة', 'pages_revisions_restore' => 'استرجاع', 'pages_revisions_none' => 'لا توجد مراجعات لهذه الصفحة', 'pages_copy_link' => 'نسخ الرابط', 'pages_edit_content_link' => 'انتقل إلى القسم في المحرر', 'pages_pointer_enter_mode' => 'أدخل وضع اختيار القسم', 'pages_pointer_label' => 'خيارات قسم الصفحة', 'pages_pointer_permalink' => 'رابط دائم لقسم الصفحة', 'pages_pointer_include_tag' => 'قسم الصفحة يتضمن العلامة', 'pages_pointer_toggle_link' => 'وضع الرابط الدائم، اضغط لإظهار علامة التضمين', 'pages_pointer_toggle_include' => 'تضمين وضع العلامة، اضغط لإظهار الرابط الدائم', 'pages_permissions_active' => 'أذونات الصفحة مفعلة', 'pages_initial_revision' => 'نشر مبدئي', 'pages_references_update_revision' => 'التحديث التلقائي للنظام للروابط الداخلية', 'pages_initial_name' => 'صفحة جديدة', 'pages_editing_draft_notification' => 'جارٍ تعديل مسودة لم يتم حفظها من :timeDiff.', 'pages_draft_edited_notification' => 'تم تحديث هذه الصفحة منذ ذلك الوقت. من الأفضل التخلص من هذه المسودة.', 'pages_draft_page_changed_since_creation' => 'تم تحديث هذه الصفحة منذ إنشاء هذه المُسَوَّدَة. يُنصح بتجاهل هذه المُسَوَّدَة أو الحرص على عدم استبدال أي تغييرات في الصفحة.', 'pages_draft_edit_active' => [ 'start_a' => ':count من المستخدمين بدأوا بتعديل هذه الصفحة', 'start_b' => ':userName بدأ بتعديل هذه الصفحة', 'time_a' => 'منذ أن تم تحديث هذه الصفحة', 'time_b' => 'في آخر :minCount دقيقة/دقائق', 'message' => 'وقت البدء: احرص على عدم الكتابة فوق تحديثات بعضنا البعض!', ], 'pages_draft_discarded' => 'تم رفض المُسَوَّدَة! تم تحديث المحرر بمحتوى الصفحة الحالي.', 'pages_draft_deleted' => 'تم حذف المُسَوَّدَة! تم تحديث المحرر بمحتوى الصفحة الحالي.', 'pages_specific' => 'صفحة محددة', 'pages_is_template' => 'قالب الصفحة', // Editor Sidebar 'toggle_sidebar' => 'تبديل الشريط الجانبي', 'page_tags' => 'وسوم الصفحة', 'chapter_tags' => 'وسوم الفصل', 'book_tags' => 'وسوم الكتاب', 'shelf_tags' => 'علامات الرف', 'tag' => 'وسم', 'tags' => 'وسوم', 'tags_index_desc' => 'يمكن تطبيق الوسوم على المحتوى داخل النظام لتطبيق تصنيف مرن. يمكن أن تحتوي الوسوم على مفتاح وقيمة، مع العلم أن القيمة اختيارية. بعد تطبيقها، يمكن الاستعلام عن المحتوى باستخدام اسم الوسم وقيمته.', 'tag_name' => 'اسم العلامة', 'tag_value' => 'قيمة الوسم (اختياري)', 'tags_explain' => "إضافة الوسوم تساعد بترتيب وتقسيم المحتوى. \n من الممكن وضع قيمة لكل وسم لترتيب أفضل وأدق.", 'tags_add' => 'إضافة وسم آخر', 'tags_remove' => 'إزالة هذه العلامة', 'tags_usages' => 'إجمالي استخدامات العلامة', 'tags_assigned_pages' => 'مُخصصة للصفحات', 'tags_assigned_chapters' => 'مُخصصة للفصول', 'tags_assigned_books' => 'مُخصص للكتب', 'tags_assigned_shelves' => 'مُخصصة للأرفف', 'tags_x_unique_values' => 'قيم الفريدة :count', 'tags_all_values' => 'جميع القيم', 'tags_view_tags' => 'عرض العلامات', 'tags_view_existing_tags' => 'عرض العلامات الموجودة', 'tags_list_empty_hint' => 'يمكن تعيين العلامات بواسطة الشريط الجانبي لمحرر الصفحة أو خلال تحرير تفاصيل الكتاب أو الفصل أو الرف.', 'attachments' => 'المرفقات', 'attachments_explain' => 'ارفع بعض الملفات أو أرفق بعض الروابط لعرضها بصفحتك. ستكون الملفات والروابط معروضة في الشريط الجانبي للصفحة.', 'attachments_explain_instant_save' => 'سيتم حفظ التغييرات هنا آنيا.', 'attachments_upload' => 'رفع ملف', 'attachments_link' => 'إرفاق رابط', 'attachments_upload_drop' => 'وبدلاً من ذلك، يمكنك سحب المِلَفّ وإفلاته هنا لتحميله كمرفق.', 'attachments_set_link' => 'تحديد الرابط', 'attachments_delete' => 'هل أنت متأكد من أنك تريد حذف هذا المرفق؟', 'attachments_dropzone' => 'قم بإسقاط الملفات هنا للتحميل', 'attachments_no_files' => 'لم تُرفع أي ملفات', 'attachments_explain_link' => 'بالإمكان إرفاق رابط في حال عدم تفضيل رفع ملف. قد يكون الرابط لصفحة أخرى أو لملف في أحد خدمات التخزين السحابي.', 'attachments_link_name' => 'اسم الرابط', 'attachment_link' => 'رابط المرفق', 'attachments_link_url' => 'رابط الملف', 'attachments_link_url_hint' => 'رابط الموقع أو الملف', 'attach' => 'إرفاق', 'attachments_insert_link' => 'إضافة رابط مرفق إلى الصفحة', 'attachments_edit_file' => 'تعديل الملف', 'attachments_edit_file_name' => 'اسم الملف', 'attachments_edit_drop_upload' => 'أسقط الملفات أو اضغط هنا للرفع والاستبدال', 'attachments_order_updated' => 'تم تحديث ترتيب المرفقات', 'attachments_updated_success' => 'تم تحديث تفاصيل المرفق', 'attachments_deleted' => 'تم حذف المرفق', 'attachments_file_uploaded' => 'تم رفع الملف بنجاح', 'attachments_file_updated' => 'تم تحديث الملف بنجاح', 'attachments_link_attached' => 'تم إرفاق الرابط بالصفحة بنجاح', 'templates' => 'القوالب', 'templates_set_as_template' => 'هذه الصفحة عبارة عن قالب', 'templates_explain_set_as_template' => 'يمكنك تعيين هذه الصفحة كقالب بحيث تستخدم محتوياتها عند إنشاء صفحات أخرى. سيتمكن المستخدمون الآخرون من استخدام هذا القالب إذا كان لديهم أذونات عرض لهذه الصفحة.', 'templates_replace_content' => 'استبدال محتوى الصفحة', 'templates_append_content' => 'تذييل محتوى الصفحة', 'templates_prepend_content' => 'بادئة محتوى الصفحة', // Profile View 'profile_user_for_x' => 'المستخدم لـ :time', 'profile_created_content' => 'المحتوى المنشأ', 'profile_not_created_pages' => 'لم يتم إنشاء أي صفحات بواسطة :userName', 'profile_not_created_chapters' => 'لم يتم إنشاء أي فصول بواسطة :userName', 'profile_not_created_books' => 'لم يتم إنشاء أي كتب بواسطة :userName', 'profile_not_created_shelves' => 'لم يقم "اسم المستخدم"بإنشاء أي أرفف', // Comments 'comment' => 'تعليق', 'comments' => 'تعليقات', 'comment_add' => 'إضافة تعليق', 'comment_none' => 'لا توجد تعليقات لعرضها', 'comment_placeholder' => 'ضع تعليقاً هنا', 'comment_thread_count' => ':count تعليقات| :count تعليقات', 'comment_archived_count' => ':count مؤرشف', 'comment_archived_threads' => 'المواضيع المؤرشفة', 'comment_save' => 'حفظ التعليق', 'comment_new' => 'تعليق جديد', 'comment_created' => 'تم التعليق :createDiff', 'comment_updated' => 'تم التحديث :updateDiff بواسطة :username', 'comment_updated_indicator' => 'تم التحديث', 'comment_deleted_success' => 'تم حذف التعليق', 'comment_created_success' => 'تمت إضافة التعليق', 'comment_updated_success' => 'تم تحديث التعليق', 'comment_archive_success' => 'تم أرشفة التعليق', 'comment_unarchive_success' => 'تعليق غير مؤرشف', 'comment_view' => 'عرض التعليق', 'comment_jump_to_thread' => 'انتقل إلى الموضوع', 'comment_delete_confirm' => 'تأكيد حذف التعليق؟', 'comment_in_reply_to' => 'رداً على :commentId', 'comment_reference' => 'المرجع', 'comment_reference_outdated' => '(قديمة)', 'comment_editor_explain' => 'هذه هي التعليقات المُضافة على هذه الصفحة. يُمكنك إضافة التعليقات وإدارتها عند عرض الصفحة المحفوظة.', // Revision 'revision_delete_confirm' => 'هل أنت متأكد من أنك تريد حذف هذه المراجعة؟', 'revision_restore_confirm' => 'هل أنت متأكد من أنك تريد استعادة هذه المراجعة؟ سيتم استبدال محتوى الصفحة الحالية.',
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
true
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/ar/passwords.php
lang/ar/passwords.php
<?php /** * Password Reminder Language Lines * The following language lines are the default lines which match reasons * that are given by the password broker for a password update attempt has failed. */ return [ 'password' => 'يجب أن تتكون كلمة السر من ستة أحرف على الأقل وأن تطابق التأكيد.', 'user' => "لم يتم العثور على مستخدم بعنوان البريد الإلكتروني المعطى.", 'token' => 'رمز إعادة تعيين كلمة السر غير صالح لعنوان هذا البريد الإلكتروني.', 'sent' => 'تم إرسال رابط تجديد كلمة السر إلى بريدكم الإلكتروني!', 'reset' => 'تم تجديد كلمة السر الخاصة بكم!', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/ar/editor.php
lang/ar/editor.php
<?php /** * Page Editor Lines * Contains text strings used within the user interface of the * WYSIWYG page editor. Some Markdown editor strings may still * exist in the 'entities' file instead since this was added later. */ return [ // General editor terms 'general' => 'عام', 'advanced' => 'متقدم', 'none' => 'بدون', 'cancel' => 'إلغاء', 'save' => 'حفظ', 'close' => 'إغلاق', 'apply' => 'تطبيق', 'undo' => 'تراجع', 'redo' => 'إعادة التنفيذ', 'left' => 'يسار', 'center' => 'منتصف', 'right' => 'يمين', 'top' => 'الأعلى', 'middle' => 'وسط', 'bottom' => 'أسفل', 'width' => 'العرض', 'height' => 'الارتفاع', 'More' => 'المزيد', 'select' => 'إختار...', // Toolbar 'formats' => 'التنسيقات', 'header_large' => 'رأس صفحة كبير', 'header_medium' => 'رأس صفحة متوسط', 'header_small' => 'رأس صفحة صغير', 'header_tiny' => 'رأس صفحة صغير جدا', 'paragraph' => 'فقرة', 'blockquote' => 'صندوق اقتباس', 'inline_code' => 'كود مدمج', 'callouts' => 'تعليق تفسيري', 'callout_information' => 'معلومات', 'callout_success' => 'نجاح', 'callout_warning' => 'تحذير', 'callout_danger' => 'خطر', 'bold' => 'غامق', 'italic' => 'مائل', 'underline' => 'تحته خط', 'strikethrough' => 'مشطوب', 'superscript' => 'نص مرتفع', 'subscript' => 'نص منخفض', 'text_color' => 'لون النص', 'highlight_color' => 'لون التمييز', 'custom_color' => 'لون مخصص', 'remove_color' => 'إزالة اللون', 'background_color' => 'لون الخلفية', 'align_left' => 'محاذاة لليسار', 'align_center' => 'محاذاة بالمنتصف', 'align_right' => 'مُحاذاة لليمين', 'align_justify' => 'المحاذاة', 'list_bullet' => 'قائمة نقاط', 'list_numbered' => 'قائمة مرقمة', 'list_task' => 'قائمة المهام', 'indent_increase' => 'زيادة البادئة', 'indent_decrease' => 'إنقاص البادئة', 'table' => 'جدول', 'insert_image' => 'ادراج صورة', 'insert_image_title' => 'إضافة/تحرير الصورة', 'insert_link' => 'إضافة/تعديل الرابط', 'insert_link_title' => 'إضافة/تحرير الرابط', 'insert_horizontal_line' => 'إضافة خط أفقي', 'insert_code_block' => 'إضافة مربع رموز برمجية', 'edit_code_block' => 'تعديل مربع الرموز البرمجية', 'insert_drawing' => 'إضافة/تعديل الرسم', 'drawing_manager' => 'إدارة الرسم', 'insert_media' => 'إضافة/تحرير الوسائط', 'insert_media_title' => 'إضافة/تحرير الوسائط', 'clear_formatting' => 'مسح التنسيق', 'source_code' => 'الرمز البرمجي', 'source_code_title' => 'الرمز البرمجي', 'fullscreen' => 'شاشة كاملة', 'image_options' => 'خيارات الصورة', // Tables 'table_properties' => 'خصائص الجدول', 'table_properties_title' => 'خصائص الجدول', 'delete_table' => 'حذف الجدول', 'table_clear_formatting' => 'مسح تنسيق الجدول', 'resize_to_contents' => 'تغيير الحجم إلى المحتوى', 'row_header' => 'رأس الصف', 'insert_row_before' => 'إضافة صف قبل', 'insert_row_after' => 'إضافة صف بعد', 'delete_row' => 'حذف الصف', 'insert_column_before' => 'إدراج عمود قبل', 'insert_column_after' => 'إدراج عمود بعد', 'delete_column' => 'حذف عمود', 'table_cell' => 'خلية', 'table_row' => 'صف', 'table_column' => 'عمود', 'cell_properties' => 'خصائص الخلية', 'cell_properties_title' => 'خصائص الخلية', 'cell_type' => 'نوع الخلية', 'cell_type_cell' => 'الخلية', 'cell_scope' => 'النِطَاق', 'cell_type_header' => 'عنوان الخلية', 'merge_cells' => 'دمج الخلايا', 'split_cell' => 'خلية منقسمة', 'table_row_group' => 'مجموعة الصفوف', 'table_column_group' => 'مجموعة الأعمدة', 'horizontal_align' => 'محاذاة أفقية', 'vertical_align' => 'محاذاة عمودية', 'border_width' => 'عرض الحدود', 'border_style' => 'نمط الحدود', 'border_color' => 'لون الحدود', 'row_properties' => 'خصائص الصف', 'row_properties_title' => 'خصائص الصف', 'cut_row' => 'فص الصف', 'copy_row' => 'نسخ الصف', 'paste_row_before' => 'لصق الصف قبل', 'paste_row_after' => 'لصق الصف بعد', 'row_type' => 'نوع الصف', 'row_type_header' => 'العنوان', 'row_type_body' => 'المحتوى ', 'row_type_footer' => 'تذييل', 'alignment' => 'المحاذاة', 'cut_column' => 'قص العمود', 'copy_column' => 'نسخ العمود', 'paste_column_before' => 'لصق عمود قبل', 'paste_column_after' => 'لصق عمود بعد', 'cell_padding' => 'هوامش الخلايا', 'cell_spacing' => 'تباعد الخلايا', 'caption' => 'الوصف', 'show_caption' => 'إظهار الوصف', 'constrain' => 'تقييد النسب', 'cell_border_solid' => 'لون كامل', 'cell_border_dotted' => 'مُنَقط', 'cell_border_dashed' => 'متقطع', 'cell_border_double' => 'مزدوج', 'cell_border_groove' => 'أخدود', 'cell_border_ridge' => 'الحافَة', 'cell_border_inset' => 'الداخلية', 'cell_border_outset' => 'الخارجية', 'cell_border_none' => 'لا شَيْء', 'cell_border_hidden' => 'مخفي', // Images, links, details/summary & embed 'source' => 'المصدر', 'alt_desc' => 'وصف بديل', 'embed' => 'تضمين', 'paste_embed' => 'قم بلصق الرموز المصدرية المضمنة الخاص بك أدناه:', 'url' => 'الرابط', 'text_to_display' => 'النص المراد عرضه', 'title' => 'العنوان', 'browse_links' => 'تصفح الروابط', 'open_link' => 'افتح الرابط', 'open_link_in' => 'افتح الرابط في...', 'open_link_current' => 'النافذة الحالية', 'open_link_new' => 'نافذة جديدة', 'remove_link' => 'إزالة الرابط', 'insert_collapsible' => 'أدخل كتلة قابلة للطي', 'collapsible_unwrap' => 'بسط', 'edit_label' => 'عدل الوصف', 'toggle_open_closed' => 'التبديل بين الفتح والإغلاق', 'collapsible_edit' => 'تحرير الكتلة القابلة للطي', 'toggle_label' => 'تبديل التسمية', // About view 'about' => 'عن المحرر', 'about_title' => 'حول محرر ما تراه هو ما تحصل عليه -WYSIWYG-', 'editor_license' => 'رخصة المحرر وحقوق التأليف والنشر', 'editor_lexical_license' => 'تم إنشاء هذا المحرر باعتباره فرعًا لـ :lexicalLink الذي يتم توزيعه بموجب ترخيص معهد ماساتشوستس للتقانة -MIT-.', 'editor_lexical_license_link' => 'يمكنك العثور على تفاصيل الترخيص الكاملة هنا.', 'editor_tiny_license' => 'تم إنشاء هذا المحرر باستخدام :tinyLink والذي يتم توفيره بموجب ترخيص معهد ماساتشوستس للتقانة -MIT-.', 'editor_tiny_license_link' => 'يمكن الاطلاع هنا على تفاصيل حقوق التأليف والنشر والترخيص الخاصة بتاینی‌ام‌سی‌ای -TinyMCE-.', 'save_continue' => 'حفظ الصفحة ومتابعة', 'callouts_cycle' => '(استمر في الضغط للتبديل بين الأنواع)', 'link_selector' => 'رابط للمحتوى', 'shortcuts' => 'الاختصارات', 'shortcut' => 'الاختصار', 'shortcuts_intro' => 'الاختصارات التالية متاحة في المحرر:', 'windows_linux' => '(ويندوز/لينكس)', 'mac' => '(ماك)', 'description' => 'الوصف', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/ar/components.php
lang/ar/components.php
<?php /** * Text used in custom JavaScript driven components. */ return [ // Image Manager 'image_select' => 'تحديد صورة', 'image_list' => 'قائمة الصور', 'image_details' => 'تفاصيل الصورة', 'image_upload' => 'تحميل صورة', 'image_intro' => 'هنا يمكنك تحديد وإدارة الصور التي تم تحميلها مسبقًا إلى النظام.', 'image_intro_upload' => 'تحميل صورة جديدة عن طريق سحب الصورة إلى هذه النافذة، أو باستخدام زر "تحميل صورة" أعلاه.', 'image_all' => 'الكل', 'image_all_title' => 'عرض جميع الصور', 'image_book_title' => 'عرض الصور المرفوعة لهذا الكتاب', 'image_page_title' => 'عرض الصور المرفوعة لهذه الصفحة', 'image_search_hint' => 'البحث باستخدام اسم الصورة', 'image_uploaded' => 'وقت الرفع :uploadedDate', 'image_uploaded_by' => 'تم تحميلها من قبل :userName', 'image_uploaded_to' => 'تم رفعها إلى :pageLink', 'image_updated' => 'تم تحديثها :updatedate', 'image_load_more' => 'المزيد', 'image_image_name' => 'اسم الصورة', 'image_delete_used' => 'هذه الصورة مستخدمة بالصفحات أدناه.', 'image_delete_confirm_text' => 'هل أنت متأكد من أنك تريد حذف هذه الصورة؟', 'image_select_image' => 'تحديد الصورة', 'image_dropzone' => 'قم بإسقاط الصورة أو اضغط هنا للرفع', 'image_dropzone_drop' => 'إسقاط صورة أو اضغط هنا للرفع', 'images_deleted' => 'تم حذف الصور', 'image_preview' => 'معاينة الصور', 'image_upload_success' => 'تم رفع الصورة بنجاح', 'image_update_success' => 'تم تحديث تفاصيل الصورة بنجاح', 'image_delete_success' => 'تم حذف الصورة بنجاح', 'image_replace' => 'استبدال صورة', 'image_replace_success' => 'تم تحديث الصورة بنجاح', 'image_rebuild_thumbs' => 'تجديد تغيرات الحجم', 'image_rebuild_thumbs_success' => 'تم إعادة بناء تغيرات حجم الصورة بنجاح!', // Code Editor 'code_editor' => 'تعديل الشفرة', 'code_language' => 'لغة الشفرة', 'code_content' => 'محتويات الشفرة', 'code_session_history' => 'سجل الدورة', 'code_save' => 'حفظ الشفرة', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/ar/preferences.php
lang/ar/preferences.php
<?php /** * Text used for user-preference specific views within bookstack. */ return [ 'my_account' => 'حسابي', 'shortcuts' => 'الاختصارات', 'shortcuts_interface' => 'خيارات اختصار واجهة المستخدم', 'shortcuts_toggle_desc' => 'هنا يمكنك تمكين أو تعطيل اختصارات واجهة نظام لوحة المفاتيح، المستخدمة للتنقل والإجراءات.', 'shortcuts_customize_desc' => 'يمكنك تخصيص كل اختصار من الاختصارات أدناه. ما عليك سوى الضغط على تركيبة المفاتيح المطلوبة بعد تحديد مدخل الاختصار.', 'shortcuts_toggle_label' => 'تم تمكين اختصارات لوحة المفاتيح', 'shortcuts_section_navigation' => 'التنقل', 'shortcuts_section_actions' => 'الإجراءات المشتركة', 'shortcuts_save' => 'حفظ الاختصارات', 'shortcuts_overlay_desc' => 'ملاحظة: عندما يتم تمكين الاختصارات، تتوفر تراكب المساعد عن طريق الضغط على "؟" الذي سيسلط الضوء على الاختصارات المتاحة للإجراءات المرئية حاليا على الشاشة.', 'shortcuts_update_success' => 'تم تحديث خيارات الاختصار!', 'shortcuts_overview_desc' => 'إدارة اختصارات لوحة المفاتيح التي يمكنك استخدامها للتنقل في واجهة مستخدم النظام.', 'notifications' => 'إعدادات الإشعارات', 'notifications_desc' => 'التحكم في إشعارات البريد الإلكتروني الذي تتلقاها عند إجراء نشاط معين داخل النظام.', 'notifications_opt_own_page_changes' => 'إشعاري عند حدوث تغييرات في الصفحات التي أملكها', 'notifications_opt_own_page_comments' => 'إشعاري بشأن التعليقات على الصفحات التي أملكها', 'notifications_opt_comment_mentions' => 'Notify when I\'m mentioned in a comment', 'notifications_opt_comment_replies' => 'إشعاري عند الردود على تعليقاتي', 'notifications_save' => 'حفظ اﻹعدادات', 'notifications_update_success' => 'تم تحديث إعدادات الإشعارات!', 'notifications_watched' => 'العناصر التي تمت مشاهدتها وتجاهلها', 'notifications_watched_desc' => 'فيما يلي العناصر التي طُبِّقت عليها إعدادات ساعة مخصصة. لتحديث إعداداتك، استعرض العنصر ثم ابحث عن خيارات الساعة في الشريط الجانبي.', 'auth' => 'الوصول و الأمان', 'auth_change_password' => 'تغيير كلمة السر', 'auth_change_password_desc' => 'غيّر كلمة السر التي تستخدمها لتسجيل الدخول إلى التطبيق. يجب ألا تقل عن 8 أحرف.', 'auth_change_password_success' => 'تم تحديث كلمة السر!', 'profile' => 'تفاصيل المِلَفّ الشخصي', 'profile_desc' => 'إدارة تفاصيل حسابك الذي يمثلك أمام المستخدمين الآخرين، بالإضافة إلى التفاصيل المستخدمة للتواصل وتخصيص النظام.', 'profile_view_public' => 'عرض المِلَفّ الشخصي العام', 'profile_name_desc' => 'إعداد اسم العرض الخاص بك الذي سيكون مرئيًا للمستخدمين الآخرين في النظام من خلال النشاط الذي تقوم به والمحتوى الذي تملكه.', 'profile_email_desc' => 'سيتم استخدام هذا البريد الإلكتروني للإشعارات، وبناءً على مصادقة النظام النشط، سيتم استخدام الوصول إلى النظام.', 'profile_email_no_permission' => 'للأسف، ليس لديك إذن لتغيير عنوان بريدك الإلكتروني. إذا كنت ترغب في تغييره، فعليك طلب ذلك من أحد المسؤولين.', 'profile_avatar_desc' => 'اختر صورةً تُمثّلك أمام الآخرين في النظام. يُفضّل أن تكون الصورة مربعةً، وعرضها وارتفاعها حوالي ٢٥٦ بكسل.', 'profile_admin_options' => 'خيارات المسؤول', 'profile_admin_options_desc' => 'يمكنك العثور على خيارات إضافية على مستوى المسؤول، مثل تلك الخاصة بإدارة تعيينات الأدوار، لحساب المستخدم الخاص بك في منطقة "الإعدادات > المستخدمون" في التطبيق.', 'delete_account' => 'حذف الحساب', 'delete_my_account' => 'حذف حسابي', 'delete_my_account_desc' => 'سيؤدي هذا إلى حذف حساب المستخدم الخاص بك بالكامل من النظام. لن تتمكن من استعادة هذا الحساب أو التراجع عن هذا الإجراء. سيبقى المحتوى الذي أنشأته، مثل الصفحات التي أنشأتها والصور التي رفعتها، كما هي.', 'delete_my_account_warning' => 'هل أنت متأكد أنك تريد حذف حسابك؟', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/ar/errors.php
lang/ar/errors.php
<?php /** * Text shown in error messaging. */ return [ // Permissions 'permission' => 'لم يؤذن لك بالدخول للصفحة المطلوبة.', 'permissionJson' => 'لم يؤذن لك بعمل الإجراء المطلوب.', // Auth 'error_user_exists_different_creds' => 'يوجد مستخدم ببيانات مختلفة مسجل بالنظام للبريد الإلكتروني :email.', 'auth_pre_register_theme_prevention' => 'لم يتمكن حساب المستخدم من التسجيل للحصول على التفاصيل المقدمة', 'email_already_confirmed' => 'تم تأكيد البريد الإلكتروني من قبل, الرجاء محاولة تسجيل الدخول.', 'email_confirmation_invalid' => 'رابط التأكيد غير صحيح أو قد تم استخدامه من قبل, الرجاء محاولة التسجيل من جديد.', 'email_confirmation_expired' => 'صلاحية رابط التأكيد انتهت, تم إرسال رسالة تأكيد جديدة لعنوان البريد الإلكتروني.', 'email_confirmation_awaiting' => 'عنوان البريد الإلكتروني للحساب قيد الاستخدام يحتاج إلى تأكيد', 'ldap_fail_anonymous' => 'فشل الوصول إلى LDAP باستخدام الربط المجهول', 'ldap_fail_authed' => 'فشل الوصول إلى LDAP باستخدام dn و كلمة السر المعطاة', 'ldap_extension_not_installed' => 'لم يتم تثبيت إضافة LDAP PHP', 'ldap_cannot_connect' => 'لا يمكن الاتصال بخادم ldap, فشل الاتصال المبدئي', 'saml_already_logged_in' => 'تم تسجيل الدخول بالفعل', 'saml_no_email_address' => 'تعذر العثور على عنوان بريد إلكتروني، لهذا المستخدم، في البيانات المقدمة من نظام المصادقة الخارجي', 'saml_invalid_response_id' => 'لم يتم التعرف على الطلب من نظام التوثيق الخارجي من خلال عملية تبدأ بهذا التطبيق. العودة بعد تسجيل الدخول يمكن أن يسبب هذه المشكلة.', 'saml_fail_authed' => 'تسجيل الدخول باستخدام :system فشل، النظام لم يوفر التفويض الناجح', 'oidc_already_logged_in' => 'تم تسجيل الدخول مسبقاً', 'oidc_no_email_address' => 'تعذر العثور على عنوان بريد إلكتروني، لهذا المستخدم، في البيانات المقدمة من نظام المصادقة الخارجي', 'oidc_fail_authed' => 'تسجيل الدخول باستخدام :system فشل، النظام لم يوفر التفويض الناجح', 'social_no_action_defined' => 'لم يتم تعريف أي إجراء', 'social_login_bad_response' => "حصل خطأ خلال تسجيل الدخول باستخدام :socialAccount \n:error", 'social_account_in_use' => 'حساب :socialAccount قيد الاستخدام حالياً, الرجاء محاولة الدخول باستخدام خيار :socialAccount.', 'social_account_email_in_use' => 'البريد الإلكتروني :email مستخدم. إذا كان لديكم حساب فبإمكانكم ربط حساب :socialAccount من إعدادات ملفكم.', 'social_account_existing' => 'تم ربط حساب :socialAccount بملفكم من قبل.', 'social_account_already_used_existing' => 'حساب :socialAccount مستخدَم من قبل مستخدم آخر.', 'social_account_not_used' => 'حساب :socialAccount غير مرتبط بأي مستخدم. الرجاء ربطه من خلال إعدادات ملفكم. ', 'social_account_register_instructions' => 'إذا لم يكن لديكم حساب فيمكنكم التجسيل باستخدام خيار :socialAccount.', 'social_driver_not_found' => 'لم يتم العثور على السوشيال درايفر "Social driver"', 'social_driver_not_configured' => 'لم يتم تهيئة إعدادات حسابك الاجتماعي بشكل صحيح.', 'invite_token_expired' => 'انتهت صلاحية رابط هذه الدعوة. يمكنك بدلاً من ذلك محاولة إعادة تعيين كلمة مرور حسابك.', 'login_user_not_found' => 'لم يتم العثور على مستخدم لهذا الإجراء.', // System 'path_not_writable' => 'لا يمكن الرفع إلى مسار :filePath. الرجاء التأكد من قابلية الكتابة إلى الخادم.', 'cannot_get_image_from_url' => 'لا يمكن الحصول على الصورة من :url', 'cannot_create_thumbs' => 'لا يمكن للخادم إنشاء صور مصغرة. الرجاء التأكد من تثبيت إضافة GD PHP.', 'server_upload_limit' => 'الخادم لا يسمح برفع ملفات بهذا الحجم. الرجاء محاولة الرفع بحجم أصغر.', 'server_post_limit' => 'لا يمكن للخادم تلقي كمية البيانات المتاحة. حاول مرة أخرى باستخدام بيانات أقل أو ملف أصغر.', 'uploaded' => 'الخادم لا يسمح برفع ملفات بهذا الحجم. الرجاء محاولة الرفع بحجم أصغر.', // Drawing & Images 'image_upload_error' => 'حدث خطأ خلال رفع الصورة', 'image_upload_type_error' => 'صيغة الصورة المرفوعة غير صالحة', 'image_upload_replace_type' => 'يجب أن يكون استبدال ملف الصورة من نفس النوع', 'image_upload_memory_limit' => 'فشل في التعامل مع تحميل الصورة و/أو إنشاء الصور المصغرة بسبب حدود موارد النظام.', 'image_thumbnail_memory_limit' => 'فشل في إنشاء تغيرات حجم الصورة بسبب حدود موارد النظام.', 'image_gallery_thumbnail_memory_limit' => 'فشل في إنشاء الصور المصغرة للمعرض بسبب حدود موارد النظام.', 'drawing_data_not_found' => 'تعذر تحميل بيانات الرسم. قد لا يكون ملف الرسم موجودا أو قد لا يكون لديك إذن للوصول إليه.', // Attachments 'attachment_not_found' => 'لم يتم العثور على المرفق', 'attachment_upload_error' => 'حدث خطأ أثناء تحميل الملف المرفق', // Pages 'page_draft_autosave_fail' => 'فشل حفظ المسودة. الرجاء التأكد من وجود اتصال بالإنترنت قبل حفظ الصفحة', 'page_draft_delete_fail' => 'فشل في حذف مسودة الصفحة وجلب محتوى الصفحة الحالية المحفوظة', 'page_custom_home_deletion' => 'لا يمكن حذف الصفحة إذا كانت محددة كصفحة رئيسية', // Entities 'entity_not_found' => 'الكيان غير موجود', 'bookshelf_not_found' => 'رف الكتب غير موجود', 'book_not_found' => 'لم يتم العثور على الكتاب', 'page_not_found' => 'لم يتم العثور على الصفحة', 'chapter_not_found' => 'لم يتم العثور على الفصل', 'selected_book_not_found' => 'لم يتم العثور على الكتاب المحدد', 'selected_book_chapter_not_found' => 'لم يتم العثور على الكتاب أو الفصل المحدد', 'guests_cannot_save_drafts' => 'لا يمكن حفظ المسودات من قبل الضيوف', // Users 'users_cannot_delete_only_admin' => 'لا يمكن حذف المشرف الوحيد', 'users_cannot_delete_guest' => 'لا يمكن حذف المستخدم الضيف', 'users_could_not_send_invite' => 'لم يتم إنشاء المستخدم بسبب فشل إرسال بريد الدعوة', // Roles 'role_cannot_be_edited' => 'لا يمكن تعديل هذا الدور', 'role_system_cannot_be_deleted' => 'هذا الدور خاص بالنظام ولا يمكن حذفه', 'role_registration_default_cannot_delete' => 'لا يمكن حذف الدور إذا كان مسجل كالدور الأساسي بعد تسجيل الحساب', 'role_cannot_remove_only_admin' => 'هذا المستخدم هو المستخدم الوحيد المعين لدور المسؤول. قم بتعيين دور المسؤول لمستخدم آخر قبل محاولة إزالته هنا.', // Comments 'comment_list' => 'حصل خطأ خلال جلب التعليقات.', 'cannot_add_comment_to_draft' => 'لا يمكن إضافة تعليقات على مسودة.', 'comment_add' => 'حصل خطاً خلال إضافة / تحديث التعليق.', 'comment_delete' => 'حصل خطأ خلال حذف التعليق.', 'empty_comment' => 'لايمكن إضافة تعليق فارغ.', // Error pages '404_page_not_found' => 'لم يتم العثور على الصفحة', 'sorry_page_not_found' => 'عفواً, لا يمكن العثور على الصفحة التي تبحث عنها.', 'sorry_page_not_found_permission_warning' => 'إذا كنت تتوقع أن تكون هذه الصفحة موجودة، قد لا يكون لديك تصريح بمشاهدتها.', 'image_not_found' => 'لم يتم العثور على الصورة', 'image_not_found_subtitle' => 'عذراً، لم يتم العثور على ملف الصورة الذي كنت تبحث عنه.', 'image_not_found_details' => 'إذا كنت تتوقع وجود هذه الصورة ربما تم حذفها.', 'return_home' => 'العودة للصفحة الرئيسية', 'error_occurred' => 'حدث خطأ', 'app_down' => ':appName لا يعمل حالياً', 'back_soon' => 'سيعود للعمل قريباً.', // Import 'import_zip_cant_read' => 'لم أتمكن من قراءة المِلَفّ المضغوط -ZIP-.', 'import_zip_cant_decode_data' => 'لم نتمكن من العثور على محتوى المِلَفّ المضغوط data.json وفك تشفيره.', 'import_zip_no_data' => 'لا تتضمن بيانات المِلَفّ المضغوط أي محتوى متوقع للكتاب أو الفصل أو الصفحة.', 'import_zip_data_too_large' => 'ZIP data.json content exceeds the configured application maximum upload size.', 'import_validation_failed' => 'فشل التحقق من صحة استيراد المِلَفّ المضغوط بسبب الأخطاء التالية:', 'import_zip_failed_notification' => 'فشل استيراد المِلَفّ المضغوط.', 'import_perms_books' => 'أنت تفتقر إلى الصلاحيات المطلوبة لإنشاء الكتب.', 'import_perms_chapters' => 'أنت تفتقر إلى الصلاحيات المطلوبة لإنشاء الفصول.', 'import_perms_pages' => 'أنت تفتقر إلى الصلاحيات المطلوبة لإنشاء الصفحات.', 'import_perms_images' => 'أنت تفتقر إلى الصلاحيات المطلوبة لإنشاء الصور.', 'import_perms_attachments' => 'أنت تفتقر إلى الصَّلاحِيَة المطلوب لإنشاء المرفقات.', // API errors 'api_no_authorization_found' => 'لم يتم العثور على رمز ترخيص مميز في الطلب', 'api_bad_authorization_format' => 'تم العثور على رمز ترخيص مميز في الطلب ولكن يبدو أن التنسيق غير صحيح', 'api_user_token_not_found' => 'لم يتم العثور على رمز API مطابق لرمز الترخيص المُقدم', 'api_incorrect_token_secret' => 'الشفرة المُقدمة لرمز API المستخدم المحدد غير صحيحة', 'api_user_no_api_permission' => 'مالك رمز API المستخدم ليس لديه الصلاحية لإجراء مكالمات API', 'api_user_token_expired' => 'انتهت صلاحية رمز الترخيص المستخدم', // Settings & Maintenance 'maintenance_test_email_failure' => 'حدث خطأ عند إرسال بريد إلكتروني تجريبي:', // HTTP errors 'http_ssr_url_no_match' => 'الرابط لا يتطابق مع الاعدادات المسموح بها لاستضافة SSR', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false
BookStackApp/BookStack
https://github.com/BookStackApp/BookStack/blob/e6b754fad029d6c35e139b907d04e6510775997b/lang/ar/activities.php
lang/ar/activities.php
<?php /** * Activity text strings. * Is used for all the text within activity logs & notifications. */ return [ // Pages 'page_create' => 'تم إنشاء صفحة', 'page_create_notification' => 'تم إنشاء الصفحة بنجاح', 'page_update' => 'تم تحديث الصفحة', 'page_update_notification' => 'تم تحديث الصفحة بنجاح', 'page_delete' => 'تم حذف الصفحة', 'page_delete_notification' => 'تم حذف الصفحة بنجاح', 'page_restore' => 'تمت استعادة الصفحة', 'page_restore_notification' => 'تمت استعادة الصفحة بنجاح', 'page_move' => 'تم نقل الصفحة', 'page_move_notification' => 'تم نقل الصفحة بنجاح', // Chapters 'chapter_create' => 'تم إنشاء فصل', 'chapter_create_notification' => 'تم إنشاء الفصل بنجاح', 'chapter_update' => 'تم تحديث الفصل', 'chapter_update_notification' => 'تم تحديث الفصل بنجاح', 'chapter_delete' => 'تم حذف الفصل', 'chapter_delete_notification' => 'تم حذف الفصل بنجاح', 'chapter_move' => 'تم نقل الفصل', 'chapter_move_notification' => 'تم نقل الفصل بنجاح', // Books 'book_create' => 'تم إنشاء كتاب', 'book_create_notification' => 'تم إنشاء الكتاب بنجاح', 'book_create_from_chapter' => 'تم تحويل الفصل إلى كتاب', 'book_create_from_chapter_notification' => 'تم تحويل الفصل إلى كتاب بنجاح', 'book_update' => 'تم تحديث الكتاب', 'book_update_notification' => 'تم تحديث الكتاب بنجاح', 'book_delete' => 'تم حذف الكتاب', 'book_delete_notification' => 'تم حذف الكتاب بنجاح', 'book_sort' => 'تم سرد الكتاب', 'book_sort_notification' => 'تم إعادة فرز الكتاب بنجاح', // Bookshelves 'bookshelf_create' => 'تم إنشاء رف', 'bookshelf_create_notification' => 'تم إنشاء رف بنجاح', 'bookshelf_create_from_book' => 'تم تحويل الكتاب إلى رف', 'bookshelf_create_from_book_notification' => 'تم تحويل الكتاب إلى رف بنجاح', 'bookshelf_update' => 'تم تحديث الرف', 'bookshelf_update_notification' => 'تم تحديث الرف بنجاح', 'bookshelf_delete' => 'تم حذف الرف', 'bookshelf_delete_notification' => 'تم حذف الرف بنجاح', // Revisions 'revision_restore' => 'استعادة مراجعة', 'revision_delete' => 'مراجعة محذوفة', 'revision_delete_notification' => 'تم حذف المراجعة بنجاح', // Favourites 'favourite_add_notification' => 'تم إضافة ":name" إلى المفضلة لديك', 'favourite_remove_notification' => 'تم إزالة ":name" من المفضلة لديك', // Watching 'watch_update_level_notification' => 'تم تحديث الإعدادات المشاهدة بنجاح', // Auth 'auth_login' => 'تم تسجيل الدخول', 'auth_register' => 'سجل كمستخدم جديد', 'auth_password_reset_request' => 'طلب رابط جديد لإعادة تعيين كلمة السر', 'auth_password_reset_update' => 'إعادة تعيين كلمة مرور المستخدم', 'mfa_setup_method' => 'طريقة المصادقة متعددة العوامل المُهيأة', 'mfa_setup_method_notification' => 'تم إعداد المصادقة متعددة العوامل بنجاح', 'mfa_remove_method' => 'إزالة طريقة المصادقة متعددة العوامل', 'mfa_remove_method_notification' => 'تمت إزالة المصادقة متعددة العوامل بنجاح', // Settings 'settings_update' => 'تحديث الإعدادات', 'settings_update_notification' => 'تم تحديث الإعدادات', 'maintenance_action_run' => 'إجراء الصيانة', // Webhooks 'webhook_create' => 'تم إنشاء خطاف ويب', 'webhook_create_notification' => 'تم إنشاء خطاف ويب بنجاح', 'webhook_update' => 'تم تحديث خطاف الويب', 'webhook_update_notification' => 'تم تحديث خطاف الويب بنجاح', 'webhook_delete' => 'حذف خطاف ويب', 'webhook_delete_notification' => 'تم حذف خطاف الويب بنجاح', // Imports 'import_create' => 'تم إنشاء الاستيراد', 'import_create_notification' => 'تم رفع الاستيراد بنجاح', 'import_run' => 'تم تحديث الاستيراد', 'import_run_notification' => 'تم استيراد المحتوى بنجاح', 'import_delete' => 'تم حذف الاستيراد', 'import_delete_notification' => 'تم الاستيراد بنجاح', // Users 'user_create' => 'إنشاء مستخدم', 'user_create_notification' => 'تم إنشاء الحساب', 'user_update' => 'المستخدم المحدث', 'user_update_notification' => 'تم تحديث المستخدم بنجاح', 'user_delete' => 'المستخدم المحذوف', 'user_delete_notification' => 'تم إزالة المستخدم بنجاح', // API Tokens 'api_token_create' => 'تم إنشاء رمز واجهة برمجة التطبيقات -API-', 'api_token_create_notification' => 'تم إنشاء واجهة برمجة التطبيقات -API- بنجاح', 'api_token_update' => 'رمز واجهة برمجة التطبيقات المحدث', 'api_token_update_notification' => 'تم تحديث رمز واجهة برمجة التطبيقات -API- بنجاح', 'api_token_delete' => 'رمز واجهة برمجة التطبيقات المحذوف', 'api_token_delete_notification' => 'تم حذف رمز واجهة برمجة التطبيقات -API- بنجاح', // Roles 'role_create' => 'إنشاء صَلاحِيَة', 'role_create_notification' => 'تم إنشاء الدور بنجاح', 'role_update' => 'حدّث الدور', 'role_update_notification' => 'تم تحديث الدور بنجاح', 'role_delete' => 'حذف الدور', 'role_delete_notification' => 'تم حذف الدور بنجاح', // Recycle Bin 'recycle_bin_empty' => 'سلة إعادة التدوير المفرغة', 'recycle_bin_restore' => 'استعادة من سلة المحذوفات', 'recycle_bin_destroy' => 'إزالة من سلة المحذوفات', // Comments 'commented_on' => 'تم التعليق', 'comment_create' => 'تعليق مضاف', 'comment_update' => 'تعليق محدث', 'comment_delete' => 'تعليق محذوف', // Sort Rules 'sort_rule_create' => 'تم إنشاء قاعدة الفرز', 'sort_rule_create_notification' => 'تم إنشاء قاعدة الفرز بنجاح', 'sort_rule_update' => 'تم تحديث قاعدة الفرز', 'sort_rule_update_notification' => 'تم تحديث قاعدة الفرز بنجاح', 'sort_rule_delete' => 'تم حذف قاعدة الفرز', 'sort_rule_delete_notification' => 'تم حذف قاعدة الفرز بنجاح', // Other 'permissions_update' => 'تحديث الصلاحيات', ];
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false