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 sec...
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 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', 're...
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živa...
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' ...
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, kte...
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í p...
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,...
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'...
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',...
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' => 'Ka...
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' ...
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 sek...
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 :appNam...
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_crea...
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'...
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' => 'Advance...
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 be...
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 f...
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 ema...
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_no...
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', 'mor...
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' => 'Categ...
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' ...
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 sec...
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 :appNam...
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_crea...
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'...
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' => 'Advance...
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 be...
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 f...
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 ema...
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_no...
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', 'mor...
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' => 'Categ...
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' ...
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 sec...
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' => 'ページの更新: :p...
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' => '最近作成されたチャプター', ...
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'...
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' => '詳細設定', '...
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' => 'このウィンドウ...
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_custo...
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' => '指定された内容...
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' => 'ページを...
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 L...
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 Sett...
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' ...
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' =>...
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 :appNam...
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_crea...
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'...
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' => 'Advance...
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 be...
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 f...
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 ema...
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_n...
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', 'mor...
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' => 'Categ...
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' ...
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ër...
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...
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', '...
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' =...
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' => 'Zaawanso...
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,...
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 klawisz...
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 ...
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...
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 ws...
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' => ...
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' ...
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...
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 Se...
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', 're...
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 Wied...
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' => 'Erwei...
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 a...
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...
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 m...
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', 'pag...
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' => 'All...
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', 'categor...
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' ...
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 ...
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' => 'تم إنشاء صفحة جديدة في :appN...
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...
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' => "لم ...
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' => 'متقدم', ...
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' => 'هنا يمكنك تحديد وإدارة الصور التي تم تحميلها مسبقًا إ...
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' => 'هنا يمكنك تمكين أو تعطيل اختصارات واجهة نظام لوحة المفاتيح، المستخدمة للت...
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.',...
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_no...
php
MIT
e6b754fad029d6c35e139b907d04e6510775997b
2026-01-04T15:02:34.418809Z
false