mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-04 21:05:23 +00:00
New strings
This commit is contained in:
@ -41,6 +41,9 @@ return [
|
||||
'backups_logged_out' => 'All existing users, including you, will be logged out once your restore is complete.',
|
||||
'backups_large' => 'Very large backups may time out on the restore attempt and may still need to be run via command line. ',
|
||||
'barcode_settings' => 'Barcode Settings',
|
||||
'color_preferences' => 'Color & Theme Settings',
|
||||
'color_settings_help' => 'These settings will be used throughout Snipe-IT. Users are able to override the link colors by editing their account preferences to meet their individual readability requirements.',
|
||||
'color_reset' => 'Reset to Default',
|
||||
'confirm_purge' => 'Confirm Purge',
|
||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone and will PERMANENTLY delete all soft-deleted items and users. (You should make a backup first, just to be safe.)',
|
||||
'custom_css' => 'Custom CSS',
|
||||
|
||||
@ -540,7 +540,8 @@ return [
|
||||
'light_mode' => 'Light Mode',
|
||||
'dark_mode' => 'Dark Mode',
|
||||
'light_dark' => 'Light/Dark Mode',
|
||||
'system_default' => 'Use System Default',
|
||||
'system_default' => 'Use System Settings',
|
||||
'system_default_help' => 'This will reset your light/dark mode preferences to use the defaults set in your computer operating system preferences.',
|
||||
'theme' => 'Theme',
|
||||
'error_user_company' => 'Checkout target company and asset company do not match',
|
||||
'error_user_company_multiple' => 'One or more of the checkout target company and asset company do not match',
|
||||
|
||||
Reference in New Issue
Block a user