0
or false
, user login will be disabled. If the value in the AD/LDAP field is set to 1
or true
or any other text means the user can log in. When the field is blank in your AD, we respect the userAccountControl
attribute, which usually allows non-suspended users to log in.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'LDAP Werknemersnommer',
'ldap_email' => 'LDAP-e-pos',
'ldap_test' => 'Test LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User Agent',
'login_help' => 'List of attempted logins',
'login_note' => 'Login Nota',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Voeg opsioneel \'n paar sinne op jou aanmeldskerm, byvoorbeeld om mense te help wat \'n verlore of gesteelde toestel gevind het. Hierdie veld aanvaar Gitub-gegeurde markdown',
'login_remote_user_text' => 'Remote User login options',
'login_remote_user_enabled_text' => 'Enable Login with Remote User Header',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'full_multiple_companies_support_help_text' => 'Beperking van gebruikers (insluitend administrateurs) wat aan maatskappye toegewys is aan hul maatskappy se bates.',
'full_multiple_companies_support_text' => 'Volledige Veelvuldige Maatskappye Ondersteuning',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Show in Model Dropdowns',
'optional' => 'opsioneel',
'per_page' => 'Resultate per bladsy',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Next: Create User',
'ldap_settings_link' => 'LDAP Settings Page',
'slack_test' => 'Test Integration',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'New Label Engine',
'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.',
'label2_template' => 'Template',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Field Definitions',
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Text entered as **text**
will be displayed as bold',
'help_blank_to_use' => 'Leave blank to use the value from :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
. Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Gebruikernaam',
+ 'firstname_lastname_format' => 'Vir Naam Van (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'E-pos formaat',
+ 'firstname_lastname_format' => 'Vir Naam Van (jane.smith@example.com)',
+ 'first_name_format' => 'Voornaam (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Eerste Voorletter (jsmith@voorbeeld.com)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Email Logo',
+ 'label_logo' => 'Label Logo',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Square logos in email look best. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/af-ZA/admin/settings/message.php b/resources/lang/af-ZA/admin/settings/message.php
index 6fbea3051..8fc6183c8 100644
--- a/resources/lang/af-ZA/admin/settings/message.php
+++ b/resources/lang/af-ZA/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Something went wrong. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/af-ZA/auth.php b/resources/lang/af-ZA/auth.php
index db310aa1b..14d8acfce 100644
--- a/resources/lang/af-ZA/auth.php
+++ b/resources/lang/af-ZA/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
- 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/af-ZA/auth/message.php b/resources/lang/af-ZA/auth/message.php
index 2459eacbc..8a705bda4 100644
--- a/resources/lang/af-ZA/auth/message.php
+++ b/resources/lang/af-ZA/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'Die gebruikersnaam of wagwoord is verkeerd.',
'account_not_activated' => 'Hierdie gebruikers rekening is nie geaktiveer nie.',
'account_suspended' => 'Hierdie gebruikerrekening is opgeskort.',
- 'account_banned' => 'Hierdie gebruikerrekening is verban.',
- 'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
'two_factor' => array(
'already_enrolled' => 'Your device is already enrolled.',
diff --git a/resources/lang/af-ZA/general.php b/resources/lang/af-ZA/general.php
index d5f0bf172..9fd1edbfd 100644
--- a/resources/lang/af-ZA/general.php
+++ b/resources/lang/af-ZA/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Accept Assets',
'accept_item' => 'Accept Item',
'audit' => 'oudit',
+ 'audits' => 'Audits',
'audit_report' => 'Ouditlogboek',
'assets' => 'bates',
'assets_audited' => 'assets audited',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Verander wagwoord',
'checkin' => 'Inboek',
'checkin_from' => 'Kontroleer vanaf',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Uitteken',
'checkouts_count' => 'Checkouts',
'checkins_count' => 'Checkins',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Wysig jou profiel',
'eol' => 'EOL',
'email_domain' => 'E-pos Domein',
- 'email_format' => 'E-pos formaat',
'employee_number' => 'Employee Number',
'email_domain_help' => 'Dit word gebruik om e-posadresse te genereer wanneer u dit invoer',
'error' => 'Error',
'exclude_archived' => 'Exclude Archived Assets',
'exclude_deleted' => 'Exclude Deleted Assets',
'example' => 'Example: ',
- 'filastname_format' => 'Eerste Voorletter (jsmith@voorbeeld.com)',
- 'firstname_lastname_format' => 'Vir Naam Van (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'First Initial Last Name (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
- 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
- 'name_display_format' => 'Name Display Format',
- 'first' => 'eerste',
- 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
- 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
- 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
- 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'Eerste naam',
- 'first_name_format' => 'Voornaam (jane@example.com)',
+
'files' => 'Files',
'file_name' => 'lêer',
'file_type' => 'File Type',
@@ -183,6 +169,11 @@ return [
'last' => 'laaste',
'last_login' => 'Laaste Aanmelding',
'last_name' => 'Van',
+ 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
+ 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
+ 'name_display_format' => 'Name Display Format',
+ 'first' => 'eerste',
+ 'first_name' => 'Eerste naam',
'license' => 'lisensie',
'license_report' => 'Lisensie Verslag',
'licenses_available' => 'Licenses available',
@@ -311,7 +302,6 @@ return [
'type' => 'tipe',
'undeployable' => 'Un-verbintenis',
'unknown_admin' => 'Onbekende Admin',
- 'username_format' => 'Gebruikernaam',
'username' => 'Gebruikersnaam',
'update' => 'Opdateer',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/af-ZA/localizations.php b/resources/lang/af-ZA/localizations.php
index fdca1532b..827ed4fca 100644
--- a/resources/lang/af-ZA/localizations.php
+++ b/resources/lang/af-ZA/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malay',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolian',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persian',
'pl-PL'=> 'Polish',
diff --git a/resources/lang/af-ZA/mail.php b/resources/lang/af-ZA/mail.php
index e011e410f..e54d59232 100644
--- a/resources/lang/af-ZA/mail.php
+++ b/resources/lang/af-ZA/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Min QTY',
'name' => 'naam',
'new_item_checked' => '\'N Nuwe item is onder u naam nagegaan, besonderhede is hieronder.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'notas',
'password' => 'wagwoord',
'password_reset' => 'Wagwoord Herstel',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.',
'user' => 'gebruiker',
'username' => 'Gebruikersnaam',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Welkom: naam',
'welcome_to' => 'Welkom by: web!',
'your_assets' => 'View Your Assets',
diff --git a/resources/lang/am-ET/admin/asset_maintenances/form.php b/resources/lang/am-ET/admin/asset_maintenances/form.php
index 785d06b08..4fb998bc8 100644
--- a/resources/lang/am-ET/admin/asset_maintenances/form.php
+++ b/resources/lang/am-ET/admin/asset_maintenances/form.php
@@ -1,8 +1,8 @@
'Asset Maintenance Type',
- 'title' => 'Title',
+ 'asset_maintenance_type' => 'የንብረት ጥገና አይነት',
+ 'title' => 'መጠርያ',
'start_date' => 'Start Date',
'completion_date' => 'Completion Date',
'cost' => 'Cost',
diff --git a/resources/lang/am-ET/admin/custom_fields/general.php b/resources/lang/am-ET/admin/custom_fields/general.php
index f17eedda1..c9ae61c96 100644
--- a/resources/lang/am-ET/admin/custom_fields/general.php
+++ b/resources/lang/am-ET/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/am-ET/admin/depreciations/general.php b/resources/lang/am-ET/admin/depreciations/general.php
index 1a5666f9d..4a9a9b8cd 100644
--- a/resources/lang/am-ET/admin/depreciations/general.php
+++ b/resources/lang/am-ET/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Warning:
You do not currently have any depreciations set up.
Please set up at least one depreciation to view the depreciation report.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/am-ET/admin/hardware/form.php b/resources/lang/am-ET/admin/hardware/form.php
index 84446ce50..1fafe603b 100644
--- a/resources/lang/am-ET/admin/hardware/form.php
+++ b/resources/lang/am-ET/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Update only actual location',
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
'optional_infos' => 'Optional Information',
'order_details' => 'Order Related Information',
diff --git a/resources/lang/am-ET/admin/hardware/message.php b/resources/lang/am-ET/admin/hardware/message.php
index 605c1fe23..c19bc6364 100644
--- a/resources/lang/am-ET/admin/hardware/message.php
+++ b/resources/lang/am-ET/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Asset was not requested, please try again',
- 'success' => 'Asset requested successfully.',
- 'canceled' => 'Checkout request successfully canceled',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Cancel this item request',
],
];
diff --git a/resources/lang/am-ET/admin/reports/general.php b/resources/lang/am-ET/admin/reports/general.php
index ea22b07df..ed8bf1a15 100644
--- a/resources/lang/am-ET/admin/reports/general.php
+++ b/resources/lang/am-ET/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Select the options you want for your asset report.',
'deleted_user' => 'Deleted user',
'send_reminder' => 'Send reminder',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Reminder sent',
'acceptance_deleted' => 'Acceptance request deleted',
'acceptance_request' => 'Acceptance request',
diff --git a/resources/lang/am-ET/admin/settings/general.php b/resources/lang/am-ET/admin/settings/general.php
index ad21bbb64..27b185d7c 100644
--- a/resources/lang/am-ET/admin/settings/general.php
+++ b/resources/lang/am-ET/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'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',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.',
'custom_forgot_pass_url' => 'Custom Password Reset URL',
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Display EOL in table view',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => 'Display 1D barcode',
- 'email_logo' => 'Email Logo',
'barcode_type' => '2D Barcode Type',
'alt_barcode_type' => '1D barcode type',
- 'email_logo_size' => 'Square logos in email look best. ',
'enabled' => 'Enabled',
'eula_settings' => 'EULA Settings',
'eula_markdown' => 'This EULA allows Github flavored markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favicons should be square images, 16x16 pixels.',
'footer_text' => 'Additional Footer Text ',
'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'General Settings',
'general_settings_help' => 'Default EULA and more',
'generate_backup' => 'Generate Backup',
'google_workspaces' => 'Google Workspaces',
'header_color' => 'Header Color',
'info' => 'These settings let you customize certain aspects of your installation.',
- 'label_logo' => 'Label Logo',
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'Laravel Version',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'LDAP Version',
'ldap_active_flag' => 'LDAP Active Flag',
'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. It does not affect the ability to check items in or out to them, and should be the attribute name within your AD/LDAP, not the value. 0
or false
, user login will be disabled. If the value in the AD/LDAP field is set to 1
or true
or any other text means the user can log in. When the field is blank in your AD, we respect the userAccountControl
attribute, which usually allows non-suspended users to log in.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'LDAP Employee Number',
'ldap_email' => 'LDAP Email',
'ldap_test' => 'Test LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User Agent',
'login_help' => 'List of attempted logins',
'login_note' => 'Login Note',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown',
'login_remote_user_text' => 'Remote User login options',
'login_remote_user_enabled_text' => 'Enable Login with Remote User Header',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'full_multiple_companies_support_help_text' => 'Restricting users (including admins) assigned to companies to their company\'s assets.',
'full_multiple_companies_support_text' => 'Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Show in Model Dropdowns',
'optional' => 'optional',
'per_page' => 'Results Per Page',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Next: Create User',
'ldap_settings_link' => 'LDAP Settings Page',
'slack_test' => 'Test Integration',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'New Label Engine',
'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.',
'label2_template' => 'Template',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Field Definitions',
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Text entered as **text**
will be displayed as bold',
'help_blank_to_use' => 'Leave blank to use the value from :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
. Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Username Format',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Email Format',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
+ 'first_name_format' => 'First Name (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Email Logo',
+ 'label_logo' => 'Label Logo',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Square logos in email look best. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/am-ET/admin/settings/message.php b/resources/lang/am-ET/admin/settings/message.php
index 9be290174..8d9b40e95 100644
--- a/resources/lang/am-ET/admin/settings/message.php
+++ b/resources/lang/am-ET/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Something went wrong. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/am-ET/auth.php b/resources/lang/am-ET/auth.php
index db310aa1b..14d8acfce 100644
--- a/resources/lang/am-ET/auth.php
+++ b/resources/lang/am-ET/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
- 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/am-ET/auth/message.php b/resources/lang/am-ET/auth/message.php
index 588c9069c..08f638d05 100644
--- a/resources/lang/am-ET/auth/message.php
+++ b/resources/lang/am-ET/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'The username or password is incorrect.',
'account_not_activated' => 'This user account is not activated.',
'account_suspended' => 'This user account is suspended.',
- 'account_banned' => 'This user account is banned.',
- 'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
'two_factor' => array(
'already_enrolled' => 'Your device is already enrolled.',
diff --git a/resources/lang/am-ET/general.php b/resources/lang/am-ET/general.php
index b167d7828..a98dca6cc 100644
--- a/resources/lang/am-ET/general.php
+++ b/resources/lang/am-ET/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'የገቡ ንብረቶች',
'accept_item' => 'Accept Item',
'audit' => 'ቁጥጥር',
+ 'audits' => 'Audits',
'audit_report' => 'የቁጥጥር መዝገብ',
'assets' => 'ንብረቶች',
'assets_audited' => 'የተረጋገጡ ንብረቶች',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Change Password',
'checkin' => 'Checkin',
'checkin_from' => 'Checkin from',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Checkout',
'checkouts_count' => 'Checkouts',
'checkins_count' => 'Checkins',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Edit Your Profile',
'eol' => 'EOL',
'email_domain' => 'Email Domain',
- 'email_format' => 'Email Format',
'employee_number' => 'Employee Number',
'email_domain_help' => 'This is used to generate email addresses when importing',
'error' => 'Error',
'exclude_archived' => 'Exclude Archived Assets',
'exclude_deleted' => 'Exclude Deleted Assets',
'example' => 'Example: ',
- 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
- 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'First Initial Last Name (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
- 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
- 'name_display_format' => 'Name Display Format',
- 'first' => 'First',
- 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
- 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
- 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
- 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'First Name',
- 'first_name_format' => 'First Name (jane@example.com)',
+
'files' => 'Files',
'file_name' => 'File',
'file_type' => 'File Type',
@@ -183,6 +169,11 @@ return [
'last' => 'Last',
'last_login' => 'Last Login',
'last_name' => 'Last Name',
+ 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
+ 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
+ 'name_display_format' => 'Name Display Format',
+ 'first' => 'First',
+ 'first_name' => 'First Name',
'license' => 'License',
'license_report' => 'License Report',
'licenses_available' => 'Licenses available',
@@ -311,7 +302,6 @@ return [
'type' => 'Type',
'undeployable' => 'Un-deployable',
'unknown_admin' => 'Unknown Admin',
- 'username_format' => 'Username Format',
'username' => 'Username',
'update' => 'Update',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/am-ET/localizations.php b/resources/lang/am-ET/localizations.php
index fdca1532b..827ed4fca 100644
--- a/resources/lang/am-ET/localizations.php
+++ b/resources/lang/am-ET/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malay',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolian',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persian',
'pl-PL'=> 'Polish',
diff --git a/resources/lang/am-ET/mail.php b/resources/lang/am-ET/mail.php
index ffac4f84c..75a091260 100644
--- a/resources/lang/am-ET/mail.php
+++ b/resources/lang/am-ET/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Min QTY',
'name' => 'Name',
'new_item_checked' => 'A new item has been checked out under your name, details are below.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Notes',
'password' => 'Password',
'password_reset' => 'Password Reset',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.',
'user' => 'User',
'username' => 'Username',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Welcome :name',
'welcome_to' => 'Welcome to :web!',
'your_assets' => 'View Your Assets',
diff --git a/resources/lang/ar-SA/admin/custom_fields/general.php b/resources/lang/ar-SA/admin/custom_fields/general.php
index 896b9bb29..49ab27d69 100644
--- a/resources/lang/ar-SA/admin/custom_fields/general.php
+++ b/resources/lang/ar-SA/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'هذا الحقل مشفّر، لذلك لن تتوفر بعض خيارات العرض.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/ar-SA/admin/depreciations/general.php b/resources/lang/ar-SA/admin/depreciations/general.php
index e203d8d30..4f918d558 100644
--- a/resources/lang/ar-SA/admin/depreciations/general.php
+++ b/resources/lang/ar-SA/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Warning:
You do not currently have any depreciations set up.
Please set up at least one depreciation to view the depreciation report.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/ar-SA/admin/hardware/form.php b/resources/lang/ar-SA/admin/hardware/form.php
index 10a5a4ee0..b92b28daf 100644
--- a/resources/lang/ar-SA/admin/hardware/form.php
+++ b/resources/lang/ar-SA/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'تحديث الموقع الفعلي فقط',
'asset_not_deployable' => 'حالة الأصول هذه غير قابلة للنشر. لا يمكن التحقق من هذه الأصول.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'حالة تلك الأصول قابلة للنشر. هذا الأصل يمكن إخراجه.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'معالجة... (قد يستغرق هذا بعض الوقت على ملفات كبيرة)',
'optional_infos' => 'معلومات اختيارية',
'order_details' => 'معلومات ذات صلة',
diff --git a/resources/lang/ar-SA/admin/hardware/message.php b/resources/lang/ar-SA/admin/hardware/message.php
index 15bdb5a54..8bef037fe 100644
--- a/resources/lang/ar-SA/admin/hardware/message.php
+++ b/resources/lang/ar-SA/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'واحدة أو أكثر من السمات في الصف الترويجي تحتوي على أحرف UTF-8 سيئة',
'content_row_has_malformed_characters' => 'واحدة أو أكثر من السمات في الصف الأول من المحتوى تحتوي على أحرف UTF-8 سيئة',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'لم يتم طلب الأصل، يرجى إعادة المحاولة',
- 'success' => 'تم طلب الأصل بنجاح.',
- 'canceled' => 'تم إلغاء طلب الاخراج بنجاح',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'إلغاء طلب هذا العنصر',
],
];
diff --git a/resources/lang/ar-SA/admin/reports/general.php b/resources/lang/ar-SA/admin/reports/general.php
index 433ac5e88..1a24a9a8c 100644
--- a/resources/lang/ar-SA/admin/reports/general.php
+++ b/resources/lang/ar-SA/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'حدد الخيارات التي تريدها لتقرير الأصول الخاصة بك.',
'deleted_user' => 'المستخدم المحذوف',
'send_reminder' => 'إرسال تذكير',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'تم إرسال التذكير',
'acceptance_deleted' => 'تم حذف طلب القبول',
'acceptance_request' => 'طلب القبول',
diff --git a/resources/lang/ar-SA/admin/settings/general.php b/resources/lang/ar-SA/admin/settings/general.php
index c8fa3d31c..83fd0a0bc 100644
--- a/resources/lang/ar-SA/admin/settings/general.php
+++ b/resources/lang/ar-SA/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'تأكيد التطهير',
'confirm_purge_help' => 'أدخل النص "DELETE" في المربع أدناه لإزالة السجلات المحذوفة. لا يمكن التراجع عن هذا الإجراء وسيتم حذف كافة العناصر حذف ناعمة والمستخدمين بشكل دائم. (يجب أن تقوم بعمل نسخة احتياطية أولاً، فقط لتكون آمنة.)',
'custom_css' => 'CSS مخصص',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'أدخل أي تخصيصات CSS ترغب في استخدامها. لا تقم باضافة <style></style>.',
'custom_forgot_pass_url' => 'رابط مخصص لاعادة تعيين كلمة المرور',
'custom_forgot_pass_url_help' => 'يحل هذا محل الرابط الخاص باعادة تعيين كلمة المرور على شاشة تسجيل الدخول، وهو مفيد لتوجيه الأشخاص إلى وظيفة إعادة تعيين كلمة مرور من خلال LDAP الداخلي أو المستضاف. وهذا سوف يعطل وظيفة إعادة تعيين كلمة مرور المحلية.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'عرض نهاية العمر على شكل جدول',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => 'عرض 1D الباركود',
- 'email_logo' => 'شعار البريد الإلكتروني',
'barcode_type' => '2D نوع الباركود',
'alt_barcode_type' => '1D نوع الباركود',
- 'email_logo_size' => 'الشعارات الشعارات البريد الإلكتروني في البريد الإلكتروني تبدو أفضل. ',
'enabled' => 'تمكين',
'eula_settings' => 'إعدادات اتفاقية ترخيص المستخدم النهائي',
'eula_markdown' => 'تسمح اتفاقية ترخيص المستخدم هذه بتطبيق نمط الكتابة من Github.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'وينبغي أن تكون Favicons صور مربعة ، 16x16 بكسل.',
'footer_text' => 'إضافة نص لتذييل الصفحة ',
'footer_text_help' => 'سيظهر هذا النص في تذييل الجانب الأيمن. يُسمح باستخدام الروابط باستخدام < href="https://help.github.com/articles/github-flavored-markdown/">eGithub بنكهة markdown. فواصل الأسطر، رؤوس، الصور، الخ قد يؤدي إلى نتائج غير متوقعة.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'الاعدادات العامة',
'general_settings_help' => 'اتفاقية ترخيص المستخدم الافتراضية والمزيد',
'generate_backup' => 'إنشاء النسخ الاحتياطي',
'google_workspaces' => 'مساحات عمل جوجل',
'header_color' => 'رأس اللون',
'info' => 'تتيح لك هذه الإعدادات تخصيص بعض جوانب التثبيت.',
- 'label_logo' => 'شعار التسمية',
'label_logo_size' => 'الشعارات المربعة تبدو أفضل - سيتم عرضها في أعلى يمين كل ملصق أصل. ',
'laravel' => 'نسخة لارافيل',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'إصدار لداب',
'ldap_active_flag' => 'لداب العلم النشط',
'ldap_activated_flag_help' => 'يتم استخدام هذه القيمة لتحديد ما إذا كان يمكن للمستخدم المزامنة تسجيل الدخول إلى Snipe-IT. لا يؤثر على القدرة على التحقق من العناصر الداخلة إليها أو الخارجة إليها، وينبغي أن يكون اسم السمة داخل AD/LDAP, ليس القيمة. 0
أو false
، سيتم تعطيل تسجيل الدخول للمستخدم. إذا تم تعيين القيمة في حقل AD/LDAP إلى 1
أو true
أو أي نص آخر يعني أنه يمكن للمستخدم تسجيل الدخول. عندما يكون الحقل فارغاً في AD ، نحترم سمة userAccountControl
، التي تسمح عادة للمستخدمين غير المعلقين بتسجيل الدخول.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'رقم موظف لداب',
'ldap_email' => 'بريد لداب',
'ldap_test' => 'اختبار LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'وكيل المستخدم',
'login_help' => 'قائمة محاولات تسجيل الدخول',
'login_note' => 'تسجيل الدخول ملاحظة',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'اختيارياً تضمين بعض الجمل على شاشة تسجيل الدخول الخاصة بك، على سبيل المثال لمساعدة الناس الذين وجدوا أحد الأجهزة المفقودة أو المسروقة. يقبل هذا الحقل بتطبيق نمط الكتابة من Github',
'login_remote_user_text' => 'خيارات تسجيل دخول المستخدم عن بعد',
'login_remote_user_enabled_text' => 'تمكين تسجيل الدخول باستخدام الخانة الرئيسية للمستخدم عن بعد',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'استخدم العلامة التجارية في قوائم الأصول القابلة للطباعة ',
'full_multiple_companies_support_help_text' => 'تقييد المستخدمين (بما في ذلك المشرفون) المعينون للشركات إلى أصول شركاتهم.',
'full_multiple_companies_support_text' => 'كامل دعم الشركات المتعددة',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'إظهار في القوائم المنسدلة للنماذج',
'optional' => 'اختياري',
'per_page' => 'النتائج لكل صفحة',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'التالي: إنشاء مستخدم',
'ldap_settings_link' => 'صفحة إعدادات LDAP',
'slack_test' => 'اختبار التكامل ',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'محرك تسمية جديد',
'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.',
'label2_template' => 'قالب',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'تعاريف الحقل',
'label2_fields_help' => 'يمكن إضافة الحقول وإزالتها وإعادة ترتيبها في العمود الأيسر. لكل حقل ، يمكن إضافة خيارات متعددة للتسمية و DataSource ، وإزالتها وإعادة ترتيبها في العمود الأيمن.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'النص الذي تم إدخاله كـ **text**
سيتم عرضه بالخط العريض',
'help_blank_to_use' => 'اتركه فارغاً لاستخدام القيمة من :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
. Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'تنسيق اسم المستخدم',
+ 'firstname_lastname_format' => 'الاسم الأول الاسم الأخير (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'الاسم الأخير (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'تنسيق البريد الإلكتروني',
+ 'firstname_lastname_format' => 'الاسم الأول الاسم الأخير (jane.smith@example.com)',
+ 'first_name_format' => 'الاسم الأول (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'الاسم الأخير الأول (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'اللقب والحرف الاول من الاسم (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'الاسم الأول الاسم الأخير (jane_smith@example.com)',
+ 'firstinitial.lastname' => 'حرف الاول من الاسم اول و الاسم الاخير (j.smith@example.com)',
+ 'lastname_firstinitial' => 'اللقب والحرف الاول من الاسم (smithj@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'الاسم الأول الاسم الأخير (jane.smith@example.com)',
+ 'firstnamelastinitial' => 'الاسم الأول حرف الأخير من الاسم الأخير (janes@example.com)',
+ 'lastnamefirstname' => 'الاسم الأخير (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'شعار البريد الإلكتروني',
+ 'label_logo' => 'شعار التسمية',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'الشعارات الشعارات البريد الإلكتروني في البريد الإلكتروني تبدو أفضل. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'شعار',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/ar-SA/admin/settings/message.php b/resources/lang/ar-SA/admin/settings/message.php
index 1aa1fb9f0..c5c544302 100644
--- a/resources/lang/ar-SA/admin/settings/message.php
+++ b/resources/lang/ar-SA/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'حدث خطأ ما. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/ar-SA/auth.php b/resources/lang/ar-SA/auth.php
index 73133897b..28a2b75b4 100644
--- a/resources/lang/ar-SA/auth.php
+++ b/resources/lang/ar-SA/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'بيانات الاعتماد هذه لا تتطابق مع سجلاتنا.',
'password' => 'كلمة المرور المقدمة غير صحيحة.',
- 'throttle' => 'عدد كبير جدا من محاولات تسجيل الدخول. الرجاء المحاولة مرة أخرى خلال :seconds ثواني.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/ar-SA/auth/message.php b/resources/lang/ar-SA/auth/message.php
index b098b1e84..d2a55b509 100644
--- a/resources/lang/ar-SA/auth/message.php
+++ b/resources/lang/ar-SA/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'اسم المستخدم أو كلمة المرور غير صحيحة.',
'account_not_activated' => 'لم يتم تنشيط حساب هذا المستخدم.',
'account_suspended' => 'تم تعليق حساب المستخدم هذا.',
- 'account_banned' => 'تم حظر حساب المستخدم هذا.',
- 'throttle' => 'هناك عدد كبير جدا من محاولات تسجيل الدخول الفاشلة. يرجى المحاولة مرة أخرى خلال :minutes دقيقة.',
'two_factor' => array(
'already_enrolled' => 'جهازك مسجل مسبقا.',
diff --git a/resources/lang/ar-SA/general.php b/resources/lang/ar-SA/general.php
index 76f3c7f28..f4bc78432 100644
--- a/resources/lang/ar-SA/general.php
+++ b/resources/lang/ar-SA/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'قبول الأصول',
'accept_item' => 'Accept Item',
'audit' => 'تدقيق',
+ 'audits' => 'Audits',
'audit_report' => 'سجل التدقيق',
'assets' => 'الأصول',
'assets_audited' => 'الأصول التي روجعت حساباتها',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'تغيير كلمة المرور',
'checkin' => 'تسجيل',
'checkin_from' => 'تحقق من',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'ترجيع',
'checkouts_count' => 'الخارج',
'checkins_count' => 'المٌدخل',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'تعديل الملف الشخصي',
'eol' => 'نهاية العمر',
'email_domain' => 'نطاق البريد الإلكتروني',
- 'email_format' => 'تنسيق البريد الإلكتروني',
'employee_number' => 'رقم الموظف',
'email_domain_help' => 'يتم استخدام هذا لتوليد عناوين البريد الإلكتروني عند الاستيراد',
'error' => 'خطأ',
'exclude_archived' => 'استبعاد الأصول المؤرشفة',
'exclude_deleted' => 'استبعاد الأصول المحذوفة',
'example' => 'مثال: ',
- 'filastname_format' => 'الاسم الأخير الأول (jsmith@example.com)',
- 'firstname_lastname_format' => 'الاسم الأول الاسم الأخير (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'الاسم الأول الاسم الأخير (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => 'اللقب والحرف الاول من الاسم (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'الاسم الأخير الأول (jsmith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'الاسم الأول الاسم الأخير (جين سميث)',
- 'lastname_firstname_display' => 'اسم العائلة الأول (ميث جاني)',
- 'name_display_format' => 'تنسيق عرض الاسم',
- 'first' => 'الأول',
- 'firstnamelastname' => 'الاسم الأول الاسم الأخير (jane.smith@example.com)',
- 'lastname_firstinitial' => 'اللقب والحرف الاول من الاسم (smithj@example.com)',
- 'firstinitial.lastname' => 'الاسم الأخير الأول (jsmith@example.com)',
- 'firstnamelastinitial' => 'اللقب والحرف الاول من الاسم (smithj@example.com)',
- 'lastnamefirstname' => 'الاسم الأخير (smith.jane@example.com)',
- 'first_name' => 'الإسم الأول',
- 'first_name_format' => 'الاسم الأول (jane@example.com)',
+
'files' => 'الملفات',
'file_name' => 'ملف',
'file_type' => 'نوع الملف',
@@ -183,6 +169,11 @@ return [
'last' => 'الاخير',
'last_login' => 'آخر تسجيل دخول',
'last_name' => 'الإسم الأخير',
+ 'firstname_lastname_display' => 'الاسم الأول الاسم الأخير (جين سميث)',
+ 'lastname_firstname_display' => 'اسم العائلة الأول (ميث جاني)',
+ 'name_display_format' => 'تنسيق عرض الاسم',
+ 'first' => 'الأول',
+ 'first_name' => 'الإسم الأول',
'license' => 'الترخيص',
'license_report' => 'تقرير الترخيص',
'licenses_available' => 'التراخيص المتاحة',
@@ -311,7 +302,6 @@ return [
'type' => 'اكتب',
'undeployable' => 'غير قابلة للتوزيع',
'unknown_admin' => 'إداري غير معروف',
- 'username_format' => 'تنسيق اسم المستخدم',
'username' => 'اسم المستخدم',
'update' => 'تحديث',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/ar-SA/localizations.php b/resources/lang/ar-SA/localizations.php
index b9717c691..895e0db5e 100644
--- a/resources/lang/ar-SA/localizations.php
+++ b/resources/lang/ar-SA/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'الملايو',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'المنغولية',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'الفارسية',
'pl-PL'=> 'البولندية',
diff --git a/resources/lang/ar-SA/mail.php b/resources/lang/ar-SA/mail.php
index c15f96fc4..f182ce9d1 100644
--- a/resources/lang/ar-SA/mail.php
+++ b/resources/lang/ar-SA/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'دقيقة الكمية',
'name' => 'اسم',
'new_item_checked' => 'تم فحص عنصر جديد تحت اسمك، التفاصيل أدناه.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'ملاحظات',
'password' => 'كلمة المرور',
'password_reset' => 'إعادة تعيين كلمة المرور',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'هناك :count الأصل الذي سيأتي للمراجعة في غضون :threshold أيام.0
или false
достъпа на потребителя ще бъде забранен. Ако стойността в AD/LDAP полето е 1
или true
означава че потребителя може да се логва. Когато това поле е празно във вашата AD се приема userAccountControl
атрибута, който обикновенно позволява не блокираните потребители да се логват.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'LDAP номер на служител',
'ldap_email' => 'LDAP електронна поща',
'ldap_test' => 'Тест LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'Потребителски агент',
'login_help' => 'Списък на опитите за достъп',
'login_note' => 'Вход забележка',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'По избор включете няколко изречения на екрана за вход, например, за да помогнете на хора, които са намерили изгубено или откраднато устройство. Това поле приема Github flavored markdown',
'login_remote_user_text' => 'Опции за вход с Remote User',
'login_remote_user_enabled_text' => 'Включване на вход с HTTP хедър Remote User',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Показвай логото при печат на листа с артикули ',
'full_multiple_companies_support_help_text' => 'Ограничаване на потребителите (включително административните) до активите на собствената им компания.',
'full_multiple_companies_support_text' => 'Поддръжка на множество компании',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Показване в падащите менюта на моделите',
'optional' => 'незадължително',
'per_page' => 'Резултати на страница',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Следва: Създаване на потребител',
'ldap_settings_link' => 'LDAP настройки',
'slack_test' => 'Тест интеграция',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'Нов генератор за етикети',
'label2_enable_help' => 'Използвайте новия генератор за етикети. Забележка: Трябва да изберете тази настройка и да запишете преди да променята другите настройки.',
'label2_template' => 'Шаблон',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Настройки на полета',
'label2_fields_help' => 'Полетата могат да бъдат добавяни, премахване и подреждани от лявата колона. За всяко едно поле, множество настройки могат да бъдат добавяни премахвани и подреждани в дясната колона.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Текста въведен като **text**
,ще бъде показан удебелено',
'help_blank_to_use' => 'Оставете празно за да се ползва стойност от :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
. Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Формат на потребителско име',
+ 'firstname_lastname_format' => 'Име Фамилия (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Фамилно име.Собствено име (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Email формат',
+ 'firstname_lastname_format' => 'Име Фамилия (jane.smith@example.com)',
+ 'first_name_format' => 'Име (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Инициал на името Фамилия (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Фамилно име Инициал на собствено (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'Име Фамилия (jane.smith@example.com)',
+ 'firstinitial.lastname' => 'Първа буква от името и Фамилия (i.ivanov@example.com)',
+ 'lastname_firstinitial' => 'Фамилия и Първа буква от име (ivanov_i@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'Име и Фамилия (ivan.ivanov@example.com)',
+ 'firstnamelastinitial' => 'Име и първа буква от фамилия (ivani@example.com)',
+ 'lastnamefirstname' => 'Фамилно име.Собствено име (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Е-майл лого',
+ 'label_logo' => 'Лого за етикет',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Квадратно лого в е-майлът изглежда най-добре. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Лого',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/bg-BG/admin/settings/message.php b/resources/lang/bg-BG/admin/settings/message.php
index 8a2127e84..f1bab9685 100644
--- a/resources/lang/bg-BG/admin/settings/message.php
+++ b/resources/lang/bg-BG/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Възникна грешка. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/bg-BG/auth.php b/resources/lang/bg-BG/auth.php
index aec278b86..39623e1b5 100644
--- a/resources/lang/bg-BG/auth.php
+++ b/resources/lang/bg-BG/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'Неуспешно удостоверяване на потребител.',
'password' => 'Невалидна парола.',
- 'throttle' => 'Твърде много опити за логин. Моля, опитайте отново след :seconds секунди.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/bg-BG/auth/message.php b/resources/lang/bg-BG/auth/message.php
index 31f7ae72e..69fc30d26 100644
--- a/resources/lang/bg-BG/auth/message.php
+++ b/resources/lang/bg-BG/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'Невалиден потребител или парола.',
'account_not_activated' => 'Потребителят все още не е активиран.',
'account_suspended' => 'Потребителят е временно спрян.',
- 'account_banned' => 'Потребителят е неактивен.',
- 'throttle' => 'Твърде много грешни опити. Моля опитайте отново след :minutes минути.',
'two_factor' => array(
'already_enrolled' => 'Вашето устройство е вече вписано.',
diff --git a/resources/lang/bg-BG/general.php b/resources/lang/bg-BG/general.php
index 377a2f2ab..8d9ba92be 100644
--- a/resources/lang/bg-BG/general.php
+++ b/resources/lang/bg-BG/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Приеми активите',
'accept_item' => 'Accept Item',
'audit' => 'проверка',
+ 'audits' => 'Audits',
'audit_report' => 'Отчет за одита',
'assets' => 'Активи',
'assets_audited' => 'одитирани активи',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Смяна на паролата',
'checkin' => 'Вписване',
'checkin_from' => 'Форма за вписване',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Изписване',
'checkouts_count' => 'Изписвания',
'checkins_count' => 'Вписвания',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Редакция на профила',
'eol' => 'EOL',
'email_domain' => 'Email домейн',
- 'email_format' => 'Email формат',
'employee_number' => 'Номер на служител',
'email_domain_help' => 'Използвайте това за да генерирате email адреси при въвеждане',
'error' => 'Грешка',
'exclude_archived' => 'Без архивирани активи',
'exclude_deleted' => 'Без изтрити активи',
'example' => 'Пример: ',
- 'filastname_format' => 'Инициал на името Фамилия (jsmith@example.com)',
- 'firstname_lastname_format' => 'Име Фамилия (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'Име Фамилия (jane.smith@example.com)',
- 'lastnamefirstinitial_format' => 'Фамилно име Инициал на собствено (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'Първа буква от името и Фамилия (i.ivanov@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'Име Фамилия (Иван Иванов)',
- 'lastname_firstname_display' => 'Фамилия Име (Иванов Иван)',
- 'name_display_format' => 'Формат на показване на името',
- 'first' => 'Първа',
- 'firstnamelastname' => 'Име и Фамилия (ivan.ivanov@example.com)',
- 'lastname_firstinitial' => 'Фамилия и Първа буква от име (ivanov_i@example.com)',
- 'firstinitial.lastname' => 'Първа буква от името и Фамилия (i.ivanov@example.com)',
- 'firstnamelastinitial' => 'Име и първа буква от фамилия (ivani@example.com)',
- 'lastnamefirstname' => 'Фамилно име.Собствено име (smith.jane@example.com)',
- 'first_name' => 'Собствено име',
- 'first_name_format' => 'Име (jane@example.com)',
+
'files' => 'Файлове',
'file_name' => 'Файл',
'file_type' => 'Тип Файл',
@@ -183,6 +169,11 @@ return [
'last' => 'Последна',
'last_login' => 'Последен достъп до системата',
'last_name' => 'Фамилия',
+ 'firstname_lastname_display' => 'Име Фамилия (Иван Иванов)',
+ 'lastname_firstname_display' => 'Фамилия Име (Иванов Иван)',
+ 'name_display_format' => 'Формат на показване на името',
+ 'first' => 'Първа',
+ 'first_name' => 'Собствено име',
'license' => 'Лиценз',
'license_report' => 'Справка за лицензите',
'licenses_available' => 'Налични лицензи',
@@ -311,7 +302,6 @@ return [
'type' => 'Тип',
'undeployable' => 'Не може да бъде предоставян',
'unknown_admin' => 'Непознат администратор',
- 'username_format' => 'Формат на потребителско име',
'username' => 'Потребител',
'update' => 'Обновяване',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/bg-BG/localizations.php b/resources/lang/bg-BG/localizations.php
index 0b266dc81..1e9af4e5b 100644
--- a/resources/lang/bg-BG/localizations.php
+++ b/resources/lang/bg-BG/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Малайски',
'mi-NZ'=> 'Маори',
'mn-MN'=> 'Монголски',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Персийски',
'pl-PL'=> 'Полски',
diff --git a/resources/lang/bg-BG/mail.php b/resources/lang/bg-BG/mail.php
index 3d4daaac4..c5692021d 100644
--- a/resources/lang/bg-BG/mail.php
+++ b/resources/lang/bg-BG/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Минимално количество',
'name' => 'Име',
'new_item_checked' => 'Нов артикул беше изписан под вашето име, детайлите са отдолу.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Бележки',
'password' => 'Парола',
'password_reset' => 'Нулиране на паролата',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'Има :count актив, който подлежи на одит в следващите :threshold дни.|Има :count активи, които подлежат на отид през следващите :threshold дни.',
'user' => 'Потребител',
'username' => 'Потребителско име',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Добре дошли, :name',
'welcome_to' => 'Добре дошли: уеб!',
'your_assets' => 'Преглед на вашите активи',
diff --git a/resources/lang/ca-ES/admin/custom_fields/general.php b/resources/lang/ca-ES/admin/custom_fields/general.php
index f17eedda1..c9ae61c96 100644
--- a/resources/lang/ca-ES/admin/custom_fields/general.php
+++ b/resources/lang/ca-ES/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/ca-ES/admin/depreciations/general.php b/resources/lang/ca-ES/admin/depreciations/general.php
index 1a5666f9d..4a9a9b8cd 100644
--- a/resources/lang/ca-ES/admin/depreciations/general.php
+++ b/resources/lang/ca-ES/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Warning:
You do not currently have any depreciations set up.
Please set up at least one depreciation to view the depreciation report.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/ca-ES/admin/hardware/form.php b/resources/lang/ca-ES/admin/hardware/form.php
index 93603372e..37631e427 100644
--- a/resources/lang/ca-ES/admin/hardware/form.php
+++ b/resources/lang/ca-ES/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Update only actual location',
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
'optional_infos' => 'Optional Information',
'order_details' => 'Order Related Information',
diff --git a/resources/lang/ca-ES/admin/hardware/message.php b/resources/lang/ca-ES/admin/hardware/message.php
index 605c1fe23..c19bc6364 100644
--- a/resources/lang/ca-ES/admin/hardware/message.php
+++ b/resources/lang/ca-ES/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Asset was not requested, please try again',
- 'success' => 'Asset requested successfully.',
- 'canceled' => 'Checkout request successfully canceled',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Cancel this item request',
],
];
diff --git a/resources/lang/ca-ES/admin/reports/general.php b/resources/lang/ca-ES/admin/reports/general.php
index ea22b07df..ed8bf1a15 100644
--- a/resources/lang/ca-ES/admin/reports/general.php
+++ b/resources/lang/ca-ES/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Select the options you want for your asset report.',
'deleted_user' => 'Deleted user',
'send_reminder' => 'Send reminder',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Reminder sent',
'acceptance_deleted' => 'Acceptance request deleted',
'acceptance_request' => 'Acceptance request',
diff --git a/resources/lang/ca-ES/admin/settings/general.php b/resources/lang/ca-ES/admin/settings/general.php
index ad21bbb64..27b185d7c 100644
--- a/resources/lang/ca-ES/admin/settings/general.php
+++ b/resources/lang/ca-ES/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'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',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.',
'custom_forgot_pass_url' => 'Custom Password Reset URL',
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Display EOL in table view',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => 'Display 1D barcode',
- 'email_logo' => 'Email Logo',
'barcode_type' => '2D Barcode Type',
'alt_barcode_type' => '1D barcode type',
- 'email_logo_size' => 'Square logos in email look best. ',
'enabled' => 'Enabled',
'eula_settings' => 'EULA Settings',
'eula_markdown' => 'This EULA allows Github flavored markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favicons should be square images, 16x16 pixels.',
'footer_text' => 'Additional Footer Text ',
'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'General Settings',
'general_settings_help' => 'Default EULA and more',
'generate_backup' => 'Generate Backup',
'google_workspaces' => 'Google Workspaces',
'header_color' => 'Header Color',
'info' => 'These settings let you customize certain aspects of your installation.',
- 'label_logo' => 'Label Logo',
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'Laravel Version',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'LDAP Version',
'ldap_active_flag' => 'LDAP Active Flag',
'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. It does not affect the ability to check items in or out to them, and should be the attribute name within your AD/LDAP, not the value. 0
or false
, user login will be disabled. If the value in the AD/LDAP field is set to 1
or true
or any other text means the user can log in. When the field is blank in your AD, we respect the userAccountControl
attribute, which usually allows non-suspended users to log in.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'LDAP Employee Number',
'ldap_email' => 'LDAP Email',
'ldap_test' => 'Test LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User Agent',
'login_help' => 'List of attempted logins',
'login_note' => 'Login Note',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown',
'login_remote_user_text' => 'Remote User login options',
'login_remote_user_enabled_text' => 'Enable Login with Remote User Header',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'full_multiple_companies_support_help_text' => 'Restricting users (including admins) assigned to companies to their company\'s assets.',
'full_multiple_companies_support_text' => 'Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Show in Model Dropdowns',
'optional' => 'optional',
'per_page' => 'Results Per Page',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Next: Create User',
'ldap_settings_link' => 'LDAP Settings Page',
'slack_test' => 'Test Integration',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'New Label Engine',
'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.',
'label2_template' => 'Template',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Field Definitions',
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Text entered as **text**
will be displayed as bold',
'help_blank_to_use' => 'Leave blank to use the value from :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
. Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Username Format',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Email Format',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
+ 'first_name_format' => 'First Name (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Email Logo',
+ 'label_logo' => 'Label Logo',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Square logos in email look best. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/ca-ES/admin/settings/message.php b/resources/lang/ca-ES/admin/settings/message.php
index 9be290174..8d9b40e95 100644
--- a/resources/lang/ca-ES/admin/settings/message.php
+++ b/resources/lang/ca-ES/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Something went wrong. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/ca-ES/auth.php b/resources/lang/ca-ES/auth.php
index db310aa1b..14d8acfce 100644
--- a/resources/lang/ca-ES/auth.php
+++ b/resources/lang/ca-ES/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
- 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/ca-ES/auth/message.php b/resources/lang/ca-ES/auth/message.php
index 588c9069c..08f638d05 100644
--- a/resources/lang/ca-ES/auth/message.php
+++ b/resources/lang/ca-ES/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'The username or password is incorrect.',
'account_not_activated' => 'This user account is not activated.',
'account_suspended' => 'This user account is suspended.',
- 'account_banned' => 'This user account is banned.',
- 'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
'two_factor' => array(
'already_enrolled' => 'Your device is already enrolled.',
diff --git a/resources/lang/ca-ES/general.php b/resources/lang/ca-ES/general.php
index 6ade76224..482b7a42f 100644
--- a/resources/lang/ca-ES/general.php
+++ b/resources/lang/ca-ES/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Accept Assets',
'accept_item' => 'Accept Item',
'audit' => 'Audit',
+ 'audits' => 'Audits',
'audit_report' => 'Registre d\'auditoria',
'assets' => 'Recursos',
'assets_audited' => 'assets audited',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Canviar la contrasenya',
'checkin' => 'Checkin',
'checkin_from' => 'Checkin from',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Checkout',
'checkouts_count' => 'Checkouts',
'checkins_count' => 'Checkins',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Edit Your Profile',
'eol' => 'EOL',
'email_domain' => 'Email Domain',
- 'email_format' => 'Email Format',
'employee_number' => 'Employee Number',
'email_domain_help' => 'This is used to generate email addresses when importing',
'error' => 'Error',
'exclude_archived' => 'Exclude Archived Assets',
'exclude_deleted' => 'Exclude Deleted Assets',
'example' => 'Example: ',
- 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
- 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'First Initial Last Name (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
- 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
- 'name_display_format' => 'Name Display Format',
- 'first' => 'First',
- 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
- 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
- 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
- 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'First Name',
- 'first_name_format' => 'First Name (jane@example.com)',
+
'files' => 'Files',
'file_name' => 'File',
'file_type' => 'File Type',
@@ -183,6 +169,11 @@ return [
'last' => 'Last',
'last_login' => 'Last Login',
'last_name' => 'Last Name',
+ 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
+ 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
+ 'name_display_format' => 'Name Display Format',
+ 'first' => 'First',
+ 'first_name' => 'First Name',
'license' => 'License',
'license_report' => 'License Report',
'licenses_available' => 'Licenses available',
@@ -311,7 +302,6 @@ return [
'type' => 'Type',
'undeployable' => 'Un-deployable',
'unknown_admin' => 'Unknown Admin',
- 'username_format' => 'Username Format',
'username' => 'Username',
'update' => 'Update',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/ca-ES/localizations.php b/resources/lang/ca-ES/localizations.php
index fdca1532b..827ed4fca 100644
--- a/resources/lang/ca-ES/localizations.php
+++ b/resources/lang/ca-ES/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malay',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolian',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persian',
'pl-PL'=> 'Polish',
diff --git a/resources/lang/ca-ES/mail.php b/resources/lang/ca-ES/mail.php
index 2b4a2e814..0aa66149a 100644
--- a/resources/lang/ca-ES/mail.php
+++ b/resources/lang/ca-ES/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Min QTY',
'name' => 'Name',
'new_item_checked' => 'A new item has been checked out under your name, details are below.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Notes',
'password' => 'Password',
'password_reset' => 'Password Reset',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.',
'user' => 'User',
'username' => 'Username',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Welcome :name',
'welcome_to' => 'Welcome to :web!',
'your_assets' => 'View Your Assets',
diff --git a/resources/lang/chr-US/admin/custom_fields/general.php b/resources/lang/chr-US/admin/custom_fields/general.php
index f17eedda1..c9ae61c96 100644
--- a/resources/lang/chr-US/admin/custom_fields/general.php
+++ b/resources/lang/chr-US/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/chr-US/admin/depreciations/general.php b/resources/lang/chr-US/admin/depreciations/general.php
index 1a5666f9d..4a9a9b8cd 100644
--- a/resources/lang/chr-US/admin/depreciations/general.php
+++ b/resources/lang/chr-US/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Warning:
You do not currently have any depreciations set up.
Please set up at least one depreciation to view the depreciation report.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/chr-US/admin/hardware/form.php b/resources/lang/chr-US/admin/hardware/form.php
index e50a32bd0..fab19fea1 100644
--- a/resources/lang/chr-US/admin/hardware/form.php
+++ b/resources/lang/chr-US/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Update only actual location',
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
'optional_infos' => 'Optional Information',
'order_details' => 'Order Related Information',
diff --git a/resources/lang/chr-US/admin/hardware/message.php b/resources/lang/chr-US/admin/hardware/message.php
index 605c1fe23..c19bc6364 100644
--- a/resources/lang/chr-US/admin/hardware/message.php
+++ b/resources/lang/chr-US/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Asset was not requested, please try again',
- 'success' => 'Asset requested successfully.',
- 'canceled' => 'Checkout request successfully canceled',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Cancel this item request',
],
];
diff --git a/resources/lang/chr-US/admin/reports/general.php b/resources/lang/chr-US/admin/reports/general.php
index ea22b07df..ed8bf1a15 100644
--- a/resources/lang/chr-US/admin/reports/general.php
+++ b/resources/lang/chr-US/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Select the options you want for your asset report.',
'deleted_user' => 'Deleted user',
'send_reminder' => 'Send reminder',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Reminder sent',
'acceptance_deleted' => 'Acceptance request deleted',
'acceptance_request' => 'Acceptance request',
diff --git a/resources/lang/chr-US/admin/settings/general.php b/resources/lang/chr-US/admin/settings/general.php
index ad21bbb64..27b185d7c 100644
--- a/resources/lang/chr-US/admin/settings/general.php
+++ b/resources/lang/chr-US/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'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',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.',
'custom_forgot_pass_url' => 'Custom Password Reset URL',
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Display EOL in table view',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => 'Display 1D barcode',
- 'email_logo' => 'Email Logo',
'barcode_type' => '2D Barcode Type',
'alt_barcode_type' => '1D barcode type',
- 'email_logo_size' => 'Square logos in email look best. ',
'enabled' => 'Enabled',
'eula_settings' => 'EULA Settings',
'eula_markdown' => 'This EULA allows Github flavored markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favicons should be square images, 16x16 pixels.',
'footer_text' => 'Additional Footer Text ',
'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'General Settings',
'general_settings_help' => 'Default EULA and more',
'generate_backup' => 'Generate Backup',
'google_workspaces' => 'Google Workspaces',
'header_color' => 'Header Color',
'info' => 'These settings let you customize certain aspects of your installation.',
- 'label_logo' => 'Label Logo',
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'Laravel Version',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'LDAP Version',
'ldap_active_flag' => 'LDAP Active Flag',
'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. It does not affect the ability to check items in or out to them, and should be the attribute name within your AD/LDAP, not the value. 0
or false
, user login will be disabled. If the value in the AD/LDAP field is set to 1
or true
or any other text means the user can log in. When the field is blank in your AD, we respect the userAccountControl
attribute, which usually allows non-suspended users to log in.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'LDAP Employee Number',
'ldap_email' => 'LDAP Email',
'ldap_test' => 'Test LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User Agent',
'login_help' => 'List of attempted logins',
'login_note' => 'Login Note',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown',
'login_remote_user_text' => 'Remote User login options',
'login_remote_user_enabled_text' => 'Enable Login with Remote User Header',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'full_multiple_companies_support_help_text' => 'Restricting users (including admins) assigned to companies to their company\'s assets.',
'full_multiple_companies_support_text' => 'Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Show in Model Dropdowns',
'optional' => 'optional',
'per_page' => 'Results Per Page',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Next: Create User',
'ldap_settings_link' => 'LDAP Settings Page',
'slack_test' => 'Test Integration',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'New Label Engine',
'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.',
'label2_template' => 'Template',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Field Definitions',
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Text entered as **text**
will be displayed as bold',
'help_blank_to_use' => 'Leave blank to use the value from :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
. Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Username Format',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Email Format',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
+ 'first_name_format' => 'First Name (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Email Logo',
+ 'label_logo' => 'Label Logo',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Square logos in email look best. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/chr-US/admin/settings/message.php b/resources/lang/chr-US/admin/settings/message.php
index 9be290174..8d9b40e95 100644
--- a/resources/lang/chr-US/admin/settings/message.php
+++ b/resources/lang/chr-US/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Something went wrong. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/chr-US/auth.php b/resources/lang/chr-US/auth.php
index db310aa1b..14d8acfce 100644
--- a/resources/lang/chr-US/auth.php
+++ b/resources/lang/chr-US/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
- 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/chr-US/auth/message.php b/resources/lang/chr-US/auth/message.php
index 588c9069c..08f638d05 100644
--- a/resources/lang/chr-US/auth/message.php
+++ b/resources/lang/chr-US/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'The username or password is incorrect.',
'account_not_activated' => 'This user account is not activated.',
'account_suspended' => 'This user account is suspended.',
- 'account_banned' => 'This user account is banned.',
- 'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
'two_factor' => array(
'already_enrolled' => 'Your device is already enrolled.',
diff --git a/resources/lang/chr-US/general.php b/resources/lang/chr-US/general.php
index b10e3f4f6..9c06c8549 100644
--- a/resources/lang/chr-US/general.php
+++ b/resources/lang/chr-US/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Accept Assets',
'accept_item' => 'Accept Item',
'audit' => 'Audit',
+ 'audits' => 'Audits',
'audit_report' => 'Audit Log',
'assets' => 'Assets',
'assets_audited' => 'assets audited',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Change Password',
'checkin' => 'Checkin',
'checkin_from' => 'Checkin from',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Checkout',
'checkouts_count' => 'Checkouts',
'checkins_count' => 'Checkins',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Edit Your Profile',
'eol' => 'EOL',
'email_domain' => 'Email Domain',
- 'email_format' => 'Email Format',
'employee_number' => 'Employee Number',
'email_domain_help' => 'This is used to generate email addresses when importing',
'error' => 'Error',
'exclude_archived' => 'Exclude Archived Assets',
'exclude_deleted' => 'Exclude Deleted Assets',
'example' => 'Example: ',
- 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
- 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'First Initial Last Name (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
- 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
- 'name_display_format' => 'Name Display Format',
- 'first' => 'First',
- 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
- 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
- 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
- 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'First Name',
- 'first_name_format' => 'First Name (jane@example.com)',
+
'files' => 'Files',
'file_name' => 'File',
'file_type' => 'File Type',
@@ -183,6 +169,11 @@ return [
'last' => 'Last',
'last_login' => 'Last Login',
'last_name' => 'Last Name',
+ 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
+ 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
+ 'name_display_format' => 'Name Display Format',
+ 'first' => 'First',
+ 'first_name' => 'First Name',
'license' => 'License',
'license_report' => 'License Report',
'licenses_available' => 'Licenses available',
@@ -311,7 +302,6 @@ return [
'type' => 'Type',
'undeployable' => 'Un-deployable',
'unknown_admin' => 'Unknown Admin',
- 'username_format' => 'Username Format',
'username' => 'Username',
'update' => 'Update',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/chr-US/localizations.php b/resources/lang/chr-US/localizations.php
index fdca1532b..827ed4fca 100644
--- a/resources/lang/chr-US/localizations.php
+++ b/resources/lang/chr-US/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malay',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolian',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persian',
'pl-PL'=> 'Polish',
diff --git a/resources/lang/chr-US/mail.php b/resources/lang/chr-US/mail.php
index 7663a0167..797f735a2 100644
--- a/resources/lang/chr-US/mail.php
+++ b/resources/lang/chr-US/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Min QTY',
'name' => 'Name',
'new_item_checked' => 'A new item has been checked out under your name, details are below.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Notes',
'password' => 'Password',
'password_reset' => 'Password Reset',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.',
'user' => 'User',
'username' => 'Username',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Welcome :name',
'welcome_to' => 'Welcome to :web!',
'your_assets' => 'View Your Assets',
diff --git a/resources/lang/cs-CZ/admin/custom_fields/general.php b/resources/lang/cs-CZ/admin/custom_fields/general.php
index 2d6f9ed03..474faa4d1 100644
--- a/resources/lang/cs-CZ/admin/custom_fields/general.php
+++ b/resources/lang/cs-CZ/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'Toto pole je šifrované, takže některé možnosti zobrazení nebudou k dispozici.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/cs-CZ/admin/depreciations/general.php b/resources/lang/cs-CZ/admin/depreciations/general.php
index 8eff5ad87..9efbc5d78 100644
--- a/resources/lang/cs-CZ/admin/depreciations/general.php
+++ b/resources/lang/cs-CZ/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Upozornění:
V současné době nemáte nastavené žádné odpisy.
Prosím nastavte alespoň jedno odpisování pro zobrazení zprávy o odpisu.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/cs-CZ/admin/hardware/form.php b/resources/lang/cs-CZ/admin/hardware/form.php
index 51639b71d..12c74e4c3 100644
--- a/resources/lang/cs-CZ/admin/hardware/form.php
+++ b/resources/lang/cs-CZ/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Aktualizovat pouze skutečnou polohu',
'asset_not_deployable' => 'Tento majetek nelze vyskladnit.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'Tento majetek lze vyskladnit.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Zpracovávání... (S velkými soubory to může chvíli trvat)',
'optional_infos' => 'Volitelné informace',
'order_details' => 'Informace související s objednávkou',
diff --git a/resources/lang/cs-CZ/admin/hardware/message.php b/resources/lang/cs-CZ/admin/hardware/message.php
index be87369dc..75ffb1f7a 100644
--- a/resources/lang/cs-CZ/admin/hardware/message.php
+++ b/resources/lang/cs-CZ/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'Jeden nebo více sloupců obsahuje v záhlaví poškozené UTF-8 znaky',
'content_row_has_malformed_characters' => 'Jedna nebo více hodnot v prvním řádku obsahu obsahuje poškozené UTF-8 znaky',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Majetek nebyl vyžádán, zkuste to prosím znovu',
- 'success' => 'Vyžádání majetku proběhlo v pořádku.',
- 'canceled' => 'Požadavek na výdej byl úspěšně zrušen',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Zrušit tuto žádost o položku',
],
];
diff --git a/resources/lang/cs-CZ/admin/reports/general.php b/resources/lang/cs-CZ/admin/reports/general.php
index caef8dbc9..e135d33d1 100644
--- a/resources/lang/cs-CZ/admin/reports/general.php
+++ b/resources/lang/cs-CZ/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Zvolte možnosti zprávy o majetku.',
'deleted_user' => 'Odstraněný uživatel',
'send_reminder' => 'Poslat připomínku',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Připomínka odeslána',
'acceptance_deleted' => 'Žádost o přijetí byla smazána',
'acceptance_request' => 'Žádost o přijetí',
diff --git a/resources/lang/cs-CZ/admin/settings/general.php b/resources/lang/cs-CZ/admin/settings/general.php
index b3699ea48..ba69a4448 100644
--- a/resources/lang/cs-CZ/admin/settings/general.php
+++ b/resources/lang/cs-CZ/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Potvrdit vyčištění',
'confirm_purge_help' => 'Zadejte text "DELETE" do pole níže pro odstranění odstraněných záznamů. Tato akce nemůže být vrácena zpět a TRVALE smaže všechny položky a uživatele. (Měli byste nejdříve vytvořit zálohu, pro jistotu.)',
'custom_css' => 'Vlastní CSS',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Zadejte libovolné vlastní CSS, které chcete použít. Nezahrnujte <style></style> tagy.',
'custom_forgot_pass_url' => 'Uživatelem určená URL adresa pro resetování hesla',
'custom_forgot_pass_url_help' => 'Nahrazuje vestavěnou URL pro změnu zapomenutého hesla na přihlašovací obrazovce, slouží k přesměrování uživatelů na interní nebo hostované funkce obnovení hesla LDAP. Zablokuje přístup k funkci změny hesla lokálního uživatele.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Zobrazit EOL v tabulkovém zobrazení',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => 'Zobrazit 1D čárový kód',
- 'email_logo' => 'Email logo',
'barcode_type' => 'Typ 2D čárového kódu',
'alt_barcode_type' => 'Typ 1D čárového kódu',
- 'email_logo_size' => 'Čtvercová loga vypadají na mailu nejlépe. ',
'enabled' => 'Povoleno',
'eula_settings' => 'Nastavení EULA',
'eula_markdown' => 'Tato EULA umožňuje Github markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favikony by měly být čtvercové obrázky, 16 x 16 pixelů.',
'footer_text' => 'Další text do zápatí ',
'footer_text_help' => 'Tento text se zobrazí v pravém zápatí. Odkazy jsou povoleny pomocí Github flavored markdown. Zalamování řádků, záhlaví, obrázky atd. mohou mít za následek nepředvídatelné výsledky.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'Obecné nastavení',
'general_settings_help' => 'Výchozí EULA a další',
'generate_backup' => 'Vytvořit zálohu',
'google_workspaces' => 'Pracovní prostory Google',
'header_color' => 'Barva záhlaví',
'info' => 'Tato nastavení umožňují zvolit určité prvky instalace.',
- 'label_logo' => 'Logo štítku',
'label_logo_size' => 'Čtvercová loga vypadají nejlépe - zobrazí se vpravo nahoře v každém inventárním číslem. ',
'laravel' => 'Verze Laravel',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'Verze LDAP',
'ldap_active_flag' => 'LDAP Active Flag',
'ldap_activated_flag_help' => 'Tato hodnota se používá k určení, zda se synchronizovaný uživatel může přihlásit do Snipe-IT. To nemá vliv na schopnost kontrolovat položky v nich nebo v nich, a mělo by být název atributu v rámci vašeho AD/LDAP, ne hodnota. 0
nebo false
, Přihlášení uživatele bude zakázáno. Pokud je hodnota v poli AD/LDAP nastavena na 1
nebo true
nebo jakýkoli jiný text znamená, že se uživatel může přihlásit. Pokud je pole prázdné ve vašem AD, respektujeme atribut userAccountControl
, který obvykle umožňuje nepozastaveným uživatelům přihlásit.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'LDAP číslo zaměstnance',
'ldap_email' => 'LDAP email',
'ldap_test' => 'Test LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User Agent',
'login_help' => 'Seznam pokusů o přihlášení',
'login_note' => 'Přihlásit se Poznámka',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Volitelně můžete na obrazovce přihlášení zadat několik vět, například pomoci lidem, kteří nalezli ztracené nebo ukradené zařízení. Toto pole akceptuje značku Github flavedmarkdown',
'login_remote_user_text' => 'Volby vzdáleného přihlašování uživatele',
'login_remote_user_enabled_text' => 'Zapnout přihlašování s hlavičkou vzdálený uživatel',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Používat branding na seznamech k tisku ',
'full_multiple_companies_support_help_text' => 'Omezení uživatelů (včetně správců) jsou přiřazená ke společnostem s majetkem společnosti.',
'full_multiple_companies_support_text' => 'Plná podpora více společností',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Zobrazit v rozbalovacích nabídkách modelu',
'optional' => 'volitelný',
'per_page' => 'Výsledků na stránku',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Další: Vytvořit uživatele',
'ldap_settings_link' => 'Nastavení LDAP',
'slack_test' => 'Test Integrace',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'Nový popisek',
'label2_enable_help' => 'Přepněte do nového popisku. Poznámka: Před nastavením ostatních budete muset toto nastavení uložit.',
'label2_template' => 'Šablona',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Definice polí',
'label2_fields_help' => 'Pole lze přidat, odstranit a seřadit v levém sloupci. Pro každé pole lze přidat více možností pro popisek a DataSource a odstranit a přeřadit je v pravém sloupci.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Text zadaný jako **text**
bude zobrazen tučně',
'help_blank_to_use' => 'Ponechte prázdné pro použití hodnoty z :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
. Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Formát uživatelského jména',
+ 'firstname_lastname_format' => 'Jméno Příjmení (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Formát e-mailu',
+ 'firstname_lastname_format' => 'Jméno Příjmení (jane.smith@example.com)',
+ 'first_name_format' => 'Jméno (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Iniciál Jména Příjmení (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Příjmení první písmeno ze jména (novakj@example.com)',
+ 'firstname_lastname_underscore_format' => 'Jméno Příjmení (jan_novak@example.com)',
+ 'firstinitial.lastname' => 'Iniciál Príjmení (j.novak@example.com)',
+ 'lastname_firstinitial' => 'Příjmení Iniciál (novak_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'Jméno Příjmení (jozefnovak@example.com)',
+ 'firstnamelastinitial' => 'Jméno Iniciál(josefn@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Email logo',
+ 'label_logo' => 'Logo štítku',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicona',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Čtvercová loga vypadají na mailu nejlépe. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/cs-CZ/admin/settings/message.php b/resources/lang/cs-CZ/admin/settings/message.php
index 60b0f30c9..6d86cfaf5 100644
--- a/resources/lang/cs-CZ/admin/settings/message.php
+++ b/resources/lang/cs-CZ/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Něco se nepovedlo.',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/cs-CZ/auth.php b/resources/lang/cs-CZ/auth.php
index 23ed48cd0..02d66fcd3 100644
--- a/resources/lang/cs-CZ/auth.php
+++ b/resources/lang/cs-CZ/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'Tyto přihlašovací údaje neodpovídají žádnému záznamu.',
'password' => 'Zadané heslo není správné.',
- 'throttle' => 'Příliš mnoho pokusů o přihlášení. Zkuste to, prosím, znovu za :seconds vteřin.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/cs-CZ/auth/message.php b/resources/lang/cs-CZ/auth/message.php
index b57f7fd93..890be3314 100644
--- a/resources/lang/cs-CZ/auth/message.php
+++ b/resources/lang/cs-CZ/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'Neexistující uživatel nebo chybné heslo!',
'account_not_activated' => 'Uživatelský účet není aktivován.',
'account_suspended' => 'Uživatelský účet je pozastaven.',
- 'account_banned' => 'Uživatelský účet je zablokován.',
- 'throttle' => 'Příliš mnoho neúspěšných pokusů o přihlášení. Zkuste to prosím znovu za :minutes minut.',
'two_factor' => array(
'already_enrolled' => 'Vaše zařízení je již zapsáno.',
diff --git a/resources/lang/cs-CZ/general.php b/resources/lang/cs-CZ/general.php
index f6f47cfff..612209da0 100644
--- a/resources/lang/cs-CZ/general.php
+++ b/resources/lang/cs-CZ/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Přijmout majetek',
'accept_item' => 'Accept Item',
'audit' => 'Audit',
+ 'audits' => 'Audits',
'audit_report' => 'Záznamy auditu',
'assets' => 'Zařízení',
'assets_audited' => 'aktiva, u nichž byl proveden audit',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Změnit heslo',
'checkin' => 'Příjem',
'checkin_from' => 'Převzít od',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Výdej',
'checkouts_count' => 'Vyskladnění',
'checkins_count' => 'Naskladnění',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Upravit profil',
'eol' => 'Konec životnosti',
'email_domain' => 'Doména e-mailu',
- 'email_format' => 'Formát e-mailu',
'employee_number' => 'Číslo zaměstnance',
'email_domain_help' => 'Toto je použito na generování e-mailových adres při importu',
'error' => 'Chyba',
'exclude_archived' => 'Vyloučit archivované položky',
'exclude_deleted' => 'Vyloučit odstraněné položky',
'example' => 'Příklad: ',
- 'filastname_format' => 'Iniciál Jména Příjmení (jsmith@example.com)',
- 'firstname_lastname_format' => 'Jméno Příjmení (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'Jméno Příjmení (jan_novak@example.com)',
- 'lastnamefirstinitial_format' => 'Příjmení první písmeno ze jména (novakj@example.com)',
- 'firstintial_dot_lastname_format' => 'Iniciál Príjmení (j.novak@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'Jméno příjmení (Jane Smith)',
- 'lastname_firstname_display' => 'Příjmení (Smith Jane)',
- 'name_display_format' => 'Formát zobrazení jména',
- 'first' => 'První',
- 'firstnamelastname' => 'Jméno Příjmení (jozefnovak@example.com)',
- 'lastname_firstinitial' => 'Příjmení Iniciál (novak_j@example.com)',
- 'firstinitial.lastname' => 'Iniciál Príjmení (j.novak@example.com)',
- 'firstnamelastinitial' => 'Jméno Iniciál(josefn@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'Jméno',
- 'first_name_format' => 'Jméno (jane@example.com)',
+
'files' => 'Soubory',
'file_name' => 'Soubor',
'file_type' => 'Typ souboru',
@@ -183,6 +169,11 @@ return [
'last' => 'Poslední',
'last_login' => 'Poslední přihlášení',
'last_name' => 'Příjmení',
+ 'firstname_lastname_display' => 'Jméno příjmení (Jane Smith)',
+ 'lastname_firstname_display' => 'Příjmení (Smith Jane)',
+ 'name_display_format' => 'Formát zobrazení jména',
+ 'first' => 'První',
+ 'first_name' => 'Jméno',
'license' => 'Licence',
'license_report' => 'Report licencí',
'licenses_available' => 'Dostupné licence',
@@ -311,7 +302,6 @@ return [
'type' => 'Typ',
'undeployable' => 'Ne-přiřaditelné',
'unknown_admin' => 'Neznámy správce',
- 'username_format' => 'Formát uživatelského jména',
'username' => 'Uživatelské jméno',
'update' => 'Aktualizace',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/cs-CZ/localizations.php b/resources/lang/cs-CZ/localizations.php
index e89a783b1..a5a5f379b 100644
--- a/resources/lang/cs-CZ/localizations.php
+++ b/resources/lang/cs-CZ/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malajština',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolština',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Perština',
'pl-PL'=> 'Polština',
diff --git a/resources/lang/cs-CZ/mail.php b/resources/lang/cs-CZ/mail.php
index cd7021364..401f966ba 100644
--- a/resources/lang/cs-CZ/mail.php
+++ b/resources/lang/cs-CZ/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Minimální množství',
'name' => 'Položka',
'new_item_checked' => 'Nová položka byla odevzdána pod vaším jménem, podrobnosti jsou uvedeny níže.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Poznámky',
'password' => 'Heslo',
'password_reset' => 'Resetování hesla',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'Je zde :count položka, která má chystaný audit za :threshold dní.|Jsou zde :count položek, který se chystá k auditu za :threshold dní.',
'user' => 'Uživatel',
'username' => 'Uživatelské jméno',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Vítej uživateli :name',
'welcome_to' => 'Vítejte na :web!',
'your_assets' => 'Zobrazit vaše položky',
diff --git a/resources/lang/cy-GB/admin/custom_fields/general.php b/resources/lang/cy-GB/admin/custom_fields/general.php
index 7fe8d7c7a..e8a8ac982 100644
--- a/resources/lang/cy-GB/admin/custom_fields/general.php
+++ b/resources/lang/cy-GB/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/cy-GB/admin/depreciations/general.php b/resources/lang/cy-GB/admin/depreciations/general.php
index 4a78177cc..88165472f 100644
--- a/resources/lang/cy-GB/admin/depreciations/general.php
+++ b/resources/lang/cy-GB/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Warning:
You do not currently have any depreciations set up.
Please set up at least one depreciation to view the depreciation report.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/cy-GB/admin/hardware/form.php b/resources/lang/cy-GB/admin/hardware/form.php
index 5f58e5f54..d6a209d3a 100644
--- a/resources/lang/cy-GB/admin/hardware/form.php
+++ b/resources/lang/cy-GB/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Update only actual location',
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
'optional_infos' => 'Optional Information',
'order_details' => 'Order Related Information',
diff --git a/resources/lang/cy-GB/admin/hardware/message.php b/resources/lang/cy-GB/admin/hardware/message.php
index ac574beb2..74e4e660e 100644
--- a/resources/lang/cy-GB/admin/hardware/message.php
+++ b/resources/lang/cy-GB/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Nid oedd cais am yr ased, ceisiwch eto o. g. y. dd',
- 'success' => 'Cais am ased yn llwyddiannus.',
- 'canceled' => 'Wedi llwydo i canslo cais am ased',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Cancel this item request',
],
];
diff --git a/resources/lang/cy-GB/admin/reports/general.php b/resources/lang/cy-GB/admin/reports/general.php
index f41f7604c..8d95a77cb 100644
--- a/resources/lang/cy-GB/admin/reports/general.php
+++ b/resources/lang/cy-GB/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Dewiswch yr opsiynau rydych chi eu heisiau ar gyfer eich adroddiad ased.',
'deleted_user' => 'Deleted user',
'send_reminder' => 'Send reminder',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Reminder sent',
'acceptance_deleted' => 'Acceptance request deleted',
'acceptance_request' => 'Acceptance request',
diff --git a/resources/lang/cy-GB/admin/settings/general.php b/resources/lang/cy-GB/admin/settings/general.php
index 3f935c578..535898be4 100644
--- a/resources/lang/cy-GB/admin/settings/general.php
+++ b/resources/lang/cy-GB/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Cadarnhau Clirio',
'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' => 'Addasu CSS',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Cewch nodi unrhyw CSS personol yma. Peidiwch a cynnwys <style></style>.',
'custom_forgot_pass_url' => 'Cyfeiriad gwasanaeth newid cyfrinair',
'custom_forgot_pass_url_help' => 'Mae hyn yn cymeryd lle y system menwol i newid cyfrineiriau ar y wefan mewngofnodi, o defnydd i gyfeirio pobol at eich datrysiad newid cyfrineiriau LDAP. Nid ywn\'n bosib i defnyddwyr lleol o SNipe-IT newid cyfrineair os yw\'r opsiwn wedi alluogi.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Dangos DB yn y tabl',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => 'Arddangos barcode 1D',
- 'email_logo' => 'Logo ebyst',
'barcode_type' => 'Math Barcode 2D',
'alt_barcode_type' => 'Math Barcode 1D',
- 'email_logo_size' => 'Logo sgwar sydd edrych orau mewn ebost. ',
'enabled' => 'Enabled',
'eula_settings' => 'Gosodiadau CTDT',
'eula_markdown' => 'Mae\'r CTDT yma yn caniatau markdown GitHub.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Dylith favicons bod yn delweddau sgwar 16x16 pixels.',
'footer_text' => 'Testun Troedyn Ychwanegol ',
'footer_text_help' => 'Dangosir y text yma ir ochor dde yn y troedyn. Mae lincs yn dderbyniol gan defnyddio Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'Gosodiadau Cyffredinol',
'general_settings_help' => 'Default EULA and more',
'generate_backup' => 'Creu copi-wrth-gefn',
'google_workspaces' => 'Google Workspaces',
'header_color' => 'Lliw penawd',
'info' => 'Mae\'r gosodiadau yma yn caniatau i chi addasu elfennau o\'r system.',
- 'label_logo' => 'Logo Label',
'label_logo_size' => 'Logos sgwar sydd orau - dangosir ar y dde ar top label ased. ',
'laravel' => 'Fersiwn Laravel',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'Fersiwn LDAP',
'ldap_active_flag' => 'Nodi bod LDAP yn weithredol',
'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. It does not affect the ability to check items in or out to them, and should be the attribute name within your AD/LDAP, not the value. 0
or false
, user login will be disabled. If the value in the AD/LDAP field is set to 1
or true
or any other text means the user can log in. When the field is blank in your AD, we respect the userAccountControl
attribute, which usually allows non-suspended users to log in.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'LDAP Rhif Cyflogai',
'ldap_email' => 'Ebost LDAP',
'ldap_test' => 'Test LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User Agent',
'login_help' => 'List of attempted logins',
'login_note' => 'Nodyn Mewngofnodi',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Cewch dewis i cynnwys brawddeg neu ddwy ar y sgrin mewngofnodi, e.e. i cynorthwyo pobol sydd wedi darganfod offer. This field accepts Github flavored markdown',
'login_remote_user_text' => 'Dewisiadau mewngofnodi ar gyfer defnyddywr o bell',
'login_remote_user_enabled_text' => 'Caniatau mewngofnodi hefo\'r Remote User Header',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Defnyddio branding ar rhestrau asedau i\'w argraffu ',
'full_multiple_companies_support_help_text' => 'Cyfyngu defnyddywr (gan cynnwys Admin) sydd wedi aseinio i gwmni i asedau\'r cwmni.',
'full_multiple_companies_support_text' => 'Cefnogaeth Llawn ar gyfer Nifer o Cwmniau',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Dangos mewn dewislen modelau',
'optional' => 'dewisol',
'per_page' => 'Canlyniadau fesul tudalen',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Next: Create User',
'ldap_settings_link' => 'LDAP Settings Page',
'slack_test' => 'Test Integration',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'New Label Engine',
'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.',
'label2_template' => 'Template',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Field Definitions',
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Text entered as **text**
will be displayed as bold',
'help_blank_to_use' => 'Leave blank to use the value from :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
. Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Fformat enw defnyddiwr',
+ 'firstname_lastname_format' => 'Enw Cyntaf Enw Olaf (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Fformat Ebost',
+ 'firstname_lastname_format' => 'Enw Cyntaf Enw Olaf (jane.smith@example.com)',
+ 'first_name_format' => 'Enw Cyntaf (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Llythyren Cyntaf Enw Cyntaf Cyfenw (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Enw Olaf Llythyren Cyntaf Enw Cyntaf (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'Enw Cyntaf Enw Olaf (jane.smith@example.com)',
+ 'firstinitial.lastname' => 'Llythyren Cyntaf Enw Cyntaf Cyfenw (jsmith@example.com)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Logo ebyst',
+ 'label_logo' => 'Logo Label',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Logo sgwar sydd edrych orau mewn ebost. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/cy-GB/admin/settings/message.php b/resources/lang/cy-GB/admin/settings/message.php
index 9ccd2433d..60c08301c 100644
--- a/resources/lang/cy-GB/admin/settings/message.php
+++ b/resources/lang/cy-GB/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Something went wrong. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/cy-GB/auth.php b/resources/lang/cy-GB/auth.php
index db310aa1b..14d8acfce 100644
--- a/resources/lang/cy-GB/auth.php
+++ b/resources/lang/cy-GB/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
- 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/cy-GB/auth/message.php b/resources/lang/cy-GB/auth/message.php
index c07872a65..9559f44f6 100644
--- a/resources/lang/cy-GB/auth/message.php
+++ b/resources/lang/cy-GB/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'Mae eich enw defnyddiwr neu gyfrinair yn anghywir.',
'account_not_activated' => 'Nid yw\'r cyfrif defnyddiwr hwn wedi\'i actifadu.',
'account_suspended' => 'Mae\'r cyfrif defnyddiwr hwn wedi\'i atal.',
- 'account_banned' => 'Mae\'r cyfrif defnyddiwr hwn wedi\'i atal.',
- 'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
'two_factor' => array(
'already_enrolled' => 'Your device is already enrolled.',
diff --git a/resources/lang/cy-GB/general.php b/resources/lang/cy-GB/general.php
index acd840e52..f385d985b 100644
--- a/resources/lang/cy-GB/general.php
+++ b/resources/lang/cy-GB/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Accept Assets',
'accept_item' => 'Accept Item',
'audit' => 'Awdit',
+ 'audits' => 'Audits',
'audit_report' => 'Log Awdit',
'assets' => 'Asedau',
'assets_audited' => 'assets audited',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Newid cyfrinair',
'checkin' => 'Nodi i mewn',
'checkin_from' => 'Nodi i fewn ers',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Nodi allan',
'checkouts_count' => 'Sawl allan',
'checkins_count' => 'Sawl i mewn',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Golygu eich Proffil',
'eol' => 'DB',
'email_domain' => 'Parth Ebost',
- 'email_format' => 'Fformat Ebost',
'employee_number' => 'Employee Number',
'email_domain_help' => 'Defnyddir hwn i gynhyrchu cyfeiriadau e-bost wrth fewnforio',
'error' => 'Gwall',
'exclude_archived' => 'Exclude Archived Assets',
'exclude_deleted' => 'Exclude Deleted Assets',
'example' => 'Example: ',
- 'filastname_format' => 'Llythyren Cyntaf Enw Cyntaf Cyfenw (jsmith@example.com)',
- 'firstname_lastname_format' => 'Enw Cyntaf Enw Olaf (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'Enw Cyntaf Enw Olaf (jane.smith@example.com)',
- 'lastnamefirstinitial_format' => 'Enw Olaf Llythyren Cyntaf Enw Cyntaf (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'Llythyren Cyntaf Enw Cyntaf Cyfenw (jsmith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
- 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
- 'name_display_format' => 'Name Display Format',
- 'first' => 'Cyntaf',
- 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
- 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
- 'firstinitial.lastname' => 'Llythyren Cyntaf Enw Cyntaf Cyfenw (jsmith@example.com)',
- 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'Enw cyntaf',
- 'first_name_format' => 'Enw Cyntaf (jane@example.com)',
+
'files' => 'Ffeiliau',
'file_name' => 'Ffeil',
'file_type' => 'File Type',
@@ -183,6 +169,11 @@ return [
'last' => 'Olaf',
'last_login' => 'Mewngofnododd Diwethaf',
'last_name' => 'Enw Olaf',
+ 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
+ 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
+ 'name_display_format' => 'Name Display Format',
+ 'first' => 'Cyntaf',
+ 'first_name' => 'Enw cyntaf',
'license' => 'Trwydded',
'license_report' => 'Adroddiad Trwydded',
'licenses_available' => 'Licenses available',
@@ -311,7 +302,6 @@ return [
'type' => 'Math',
'undeployable' => 'Ddim modd nodi allan',
'unknown_admin' => 'Gweinydd Anhysbys',
- 'username_format' => 'Fformat enw defnyddiwr',
'username' => 'Enw defnyddiwr',
'update' => 'Diweddaru',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/cy-GB/localizations.php b/resources/lang/cy-GB/localizations.php
index fdca1532b..827ed4fca 100644
--- a/resources/lang/cy-GB/localizations.php
+++ b/resources/lang/cy-GB/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malay',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolian',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persian',
'pl-PL'=> 'Polish',
diff --git a/resources/lang/cy-GB/mail.php b/resources/lang/cy-GB/mail.php
index 087574d9f..df16543f5 100644
--- a/resources/lang/cy-GB/mail.php
+++ b/resources/lang/cy-GB/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Nifer Lleiaf',
'name' => 'Enw',
'new_item_checked' => 'Mae eitem newydd wedi\'i gwirio o dan eich enw, mae\'r manylion isod.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Nodiadau',
'password' => 'Cyfrinair',
'password_reset' => 'Ailosod Cyfrinair',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.',
'user' => 'Defnyddiwr',
'username' => 'Enw defnyddiwr',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Croeso, :name',
'welcome_to' => 'Croeso i :web!',
'your_assets' => 'View Your Assets',
diff --git a/resources/lang/da-DK/admin/custom_fields/general.php b/resources/lang/da-DK/admin/custom_fields/general.php
index e7351a73d..a9f07f5ea 100644
--- a/resources/lang/da-DK/admin/custom_fields/general.php
+++ b/resources/lang/da-DK/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'Dette felt er krypteret, så nogle visningsindstillinger vil ikke være tilgængelige.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/da-DK/admin/depreciations/general.php b/resources/lang/da-DK/admin/depreciations/general.php
index 486c285c9..6ecc710f7 100644
--- a/resources/lang/da-DK/admin/depreciations/general.php
+++ b/resources/lang/da-DK/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Advarsel:
Du har i øjeblikket ikke opsat nogen afskrivninger.
Opsæt mindst én afskrivning for at se afskrivningsrapporten.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/da-DK/admin/hardware/form.php b/resources/lang/da-DK/admin/hardware/form.php
index 22f2fffb9..ac812e1e4 100644
--- a/resources/lang/da-DK/admin/hardware/form.php
+++ b/resources/lang/da-DK/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Opdater kun den faktiske placering',
'asset_not_deployable' => 'Denne aktivstatus er ikke implementerbar. Dette aktiv kan ikke tjekkes ud.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'Denne status er anvendelig. Dette aktiv kan tjekkes ud.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Behandler... (Dette kan tage lidt tid på store filer)',
'optional_infos' => 'Valgfri Information',
'order_details' => 'Ordre Relateret Information',
diff --git a/resources/lang/da-DK/admin/hardware/message.php b/resources/lang/da-DK/admin/hardware/message.php
index 59b22d6a9..d307f1b64 100644
--- a/resources/lang/da-DK/admin/hardware/message.php
+++ b/resources/lang/da-DK/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'En eller flere attributter i overskriftsrækken indeholder misdannede UTF-8 tegn',
'content_row_has_malformed_characters' => 'En eller flere attributter i den første række indhold indeholder misdannede UTF-8 tegn',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Akten blev ikke anmodet om, prøv igen',
- 'success' => 'Akten blev bedt om succes.',
- 'canceled' => 'Afbestillingsanmodningen er aflyst',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Annuller denne vareanmodning',
],
];
diff --git a/resources/lang/da-DK/admin/reports/general.php b/resources/lang/da-DK/admin/reports/general.php
index d33002dc1..54e401eae 100644
--- a/resources/lang/da-DK/admin/reports/general.php
+++ b/resources/lang/da-DK/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Vælg de ønskede muligheder for din aktivrapport.',
'deleted_user' => 'Slettet bruger',
'send_reminder' => 'Send påmindelse',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Påmindelse sendt',
'acceptance_deleted' => 'Accept-anmodning slettet',
'acceptance_request' => 'Anmodning om accept',
diff --git a/resources/lang/da-DK/admin/settings/general.php b/resources/lang/da-DK/admin/settings/general.php
index ebb2be5c5..59b750b81 100644
--- a/resources/lang/da-DK/admin/settings/general.php
+++ b/resources/lang/da-DK/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Bekræft rensning',
'confirm_purge_help' => 'Indtast teksten "DELETE" i boksen nedenfor for at tømme dine slettede poster. Denne handling kan ikke fortrydes og vil slette alle soft-slettede elementer og brugere PERMANENT. (Du bør lave en sikkerhedskopi først, bare for at være sikker.)',
'custom_css' => 'Brugerdefineret CSS',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Indtast eventuelle brugerdefinerede CSS overskridelser, du gerne vil bruge. Indsæt ikke de <style></style> tags.',
'custom_forgot_pass_url' => 'Tilpasset Kodeord reset URL',
'custom_forgot_pass_url_help' => 'Dette anvendes i stedet for den indbyggede URL til "glemt kodeord" på login billedet, anvendelig til at sende besøgende til en intern eller hosted LDAP kodeord reset funktion. Den vil effektivt afstille den lokale "glemt kodeord" funktionalitet.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Vis EOL i tabelvisning',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => 'Vis 1D stregkode',
- 'email_logo' => 'Email Logo',
'barcode_type' => '2D stregkode type',
'alt_barcode_type' => '1D stregkode type',
- 'email_logo_size' => 'Kvadratiske logoer i e-mail ser bedst ud. ',
'enabled' => 'Aktiveret',
'eula_settings' => 'EULA-indstillinger',
'eula_markdown' => 'Denne EULA tillader Github smagsmærket markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favicons skal være firkantede billeder, 16x16 pixels.',
'footer_text' => 'Ekstra footer tekst ',
'footer_text_help' => 'Denne tekst vil vises i footeren i højre side. Der kan anvendes links ved hjælp af Github flavored markdown. Linjeskift, headere, billeder etc. kan føre til uforudsigelige resultater.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'Generelle indstillinger',
'general_settings_help' => 'Standard slutbrugerlicens og mere',
'generate_backup' => 'Generer sikkerhedskopiering',
'google_workspaces' => 'Google Workspaces',
'header_color' => 'Hovedfarge',
'info' => 'Disse indstillinger giver dig mulighed for at tilpasse visse aspekter af din installation.',
- 'label_logo' => 'Etiketlogo',
'label_logo_size' => 'Firkantede logoer ser bedst ud - vil blive vist øverst til højre på hver aktiv etiket. ',
'laravel' => 'Laravel Version',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'LDAP Version',
'ldap_active_flag' => 'LDAP Active Flag',
'ldap_activated_flag_help' => 'Denne værdi bruges til at afgøre, om en synkroniseret bruger kan logge ind på Snipe-IT. Det påvirker ikke muligheden for at tjekke elementer ind eller ud til dem, and should be the attribute name within your AD/LDAP, not the value. 0
eller false
, bruger login vil blive deaktiveret. Hvis værdien i AD/LDAP feltet er sat til 1
eller true
eller enhver anden tekst betyder, at brugeren kan logge ind. Når feltet er tomt i din AD, respekterer vi userAccountControl
attributten, som normalt tillader ikke-suspenderede brugere at logge ind.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'LDAP medarbejdernummer',
'ldap_email' => 'LDAP Email',
'ldap_test' => 'Test LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'Bruger Agent',
'login_help' => 'Liste over forsøg på logins',
'login_note' => 'Login Note',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Indsæt eventuelt nogle sætninger på din loginskærm, for eksempel for at hjælpe personer, der har fundet en tabt eller stjålet enhed. Dette felt accepterer Github flavored markdown',
'login_remote_user_text' => 'Loginoptions for fjernbrugere',
'login_remote_user_enabled_text' => 'Tillad login med fjernbrugerheader',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Brug branding på udskrevne aktivlister ',
'full_multiple_companies_support_help_text' => 'Begrænsning af brugere (herunder admins) tildelt virksomheder til deres virksomheds aktiver.',
'full_multiple_companies_support_text' => 'Fuld flere virksomheder support',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Vis i modeldropdown',
'optional' => 'valgfri',
'per_page' => 'Resultater pr. Side',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Næste: Opret Bruger',
'ldap_settings_link' => 'LDAP- Indstillingsside',
'slack_test' => 'Integration Af Test ',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'Ny Etiketmotor',
'label2_enable_help' => 'Skift til den nye etiketmotor. Bemærk: Du skal gemme denne indstilling, før du indstiller andre.',
'label2_template' => 'Skabelon',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Feltdefinitioner',
'label2_fields_help' => 'Felter kan tilføjes, fjernes og omordnes i venstre kolonne. For hvert felt kan flere muligheder for Label og DataSource tilføjes, fjernes og omordnet i den rigtige kolonne.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Tekst indtastet som **text**
vil blive vist som fed',
'help_blank_to_use' => 'Efterlad blank for at bruge værdien fra :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
. Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Brugernavn Format',
+ 'firstname_lastname_format' => 'Fornavn Efternavn (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Email formattering',
+ 'firstname_lastname_format' => 'Fornavn Efternavn (jane.smith@example.com)',
+ 'first_name_format' => 'Fornavn (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Fornavnskarakter Efternavn (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Efternavn Første initial (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'Fornavn Efternavn (jane_smith@example.com)',
+ 'firstinitial.lastname' => 'Første bogstav i fornavn.efternavn (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Efternavn første bogstav i fornavn (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'Fornavn efternavn (janesmith@example.com)',
+ 'firstnamelastinitial' => 'Fornavn førstebogstav i efternavn (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Email Logo',
+ 'label_logo' => 'Etiketlogo',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Kvadratiske logoer i e-mail ser bedst ud. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/da-DK/admin/settings/message.php b/resources/lang/da-DK/admin/settings/message.php
index c47613cf6..4065a205e 100644
--- a/resources/lang/da-DK/admin/settings/message.php
+++ b/resources/lang/da-DK/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Noget gik galt. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/da-DK/auth.php b/resources/lang/da-DK/auth.php
index 6569980d2..6519eed98 100644
--- a/resources/lang/da-DK/auth.php
+++ b/resources/lang/da-DK/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'Disse oplysninger passer ikke med de gemte.',
'password' => 'Adgangskoden er forkert.',
- 'throttle' => 'For mange loginforsøg. Prøv igen om :seconds sekunder.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/da-DK/auth/message.php b/resources/lang/da-DK/auth/message.php
index ebc4ae7ba..08ecacab6 100644
--- a/resources/lang/da-DK/auth/message.php
+++ b/resources/lang/da-DK/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'Brugernavn eller kodeord er forkert.',
'account_not_activated' => 'Denne brugerkonto er ikke aktiveret.',
'account_suspended' => 'Denne brugerkonto er suspenderet.',
- 'account_banned' => 'Denne brugerkonto er blokeret.',
- 'throttle' => 'For mange mislykkede loginforsøg. Prøv igen om : minutter minutter.',
'two_factor' => array(
'already_enrolled' => 'Din enhed er allerede tilmeldt.',
diff --git a/resources/lang/da-DK/general.php b/resources/lang/da-DK/general.php
index f0fdbaaa4..c2133c3e6 100644
--- a/resources/lang/da-DK/general.php
+++ b/resources/lang/da-DK/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Accepter aktiver',
'accept_item' => 'Accept Item',
'audit' => 'Revidere',
+ 'audits' => 'Audits',
'audit_report' => 'Revisionslog',
'assets' => 'Aktiver',
'assets_audited' => 'aktiver revideret',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Skift adgangskode',
'checkin' => 'Tjek Ind',
'checkin_from' => 'Tjek ind fra',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Tjek Ud',
'checkouts_count' => 'Checkouts',
'checkins_count' => 'Checkins',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Ret Din Profil',
'eol' => 'EOL',
'email_domain' => 'Email domæne',
- 'email_format' => 'Email formattering',
'employee_number' => 'Medarbejdernummer',
'email_domain_help' => 'Dette bruges til at generere email-adresser ved importering',
'error' => 'Fejl',
'exclude_archived' => 'Udeluk arkiverede aktiver',
'exclude_deleted' => 'Udeluk slettede aktiver',
'example' => 'Eksempel: ',
- 'filastname_format' => 'Fornavnskarakter Efternavn (jsmith@example.com)',
- 'firstname_lastname_format' => 'Fornavn Efternavn (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'Fornavn Efternavn (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => 'Efternavn Første initial (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'Første bogstav i fornavn efternavn (jsmith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'Fornavn Efternavn (Jane Smith)',
- 'lastname_firstname_display' => 'Efternavn Fornavn (Smith Jane)',
- 'name_display_format' => 'Navn Visningsformat',
- 'first' => 'Første',
- 'firstnamelastname' => 'Fornavn efternavn (janesmith@example.com)',
- 'lastname_firstinitial' => 'Efternavn første bogstav i fornavn (smith_j@example.com)',
- 'firstinitial.lastname' => 'Første bogstav i fornavn.efternavn (j.smith@example.com)',
- 'firstnamelastinitial' => 'Fornavn førstebogstav i efternavn (janes@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'Fornavn',
- 'first_name_format' => 'Fornavn (jane@example.com)',
+
'files' => 'Filer',
'file_name' => 'Fil',
'file_type' => 'Filtype',
@@ -183,6 +169,11 @@ return [
'last' => 'Sidste',
'last_login' => 'Sidste login',
'last_name' => 'Efternavn',
+ 'firstname_lastname_display' => 'Fornavn Efternavn (Jane Smith)',
+ 'lastname_firstname_display' => 'Efternavn Fornavn (Smith Jane)',
+ 'name_display_format' => 'Navn Visningsformat',
+ 'first' => 'Første',
+ 'first_name' => 'Fornavn',
'license' => 'Licens',
'license_report' => 'Licensrapport',
'licenses_available' => 'Tilgængelige licenser',
@@ -311,7 +302,6 @@ return [
'type' => 'Type',
'undeployable' => 'Ikke implementerbar',
'unknown_admin' => 'Ukendt Admin',
- 'username_format' => 'Brugernavn Format',
'username' => 'Brugernavn',
'update' => 'Opdatering',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/da-DK/localizations.php b/resources/lang/da-DK/localizations.php
index c43ccc54c..503386edf 100644
--- a/resources/lang/da-DK/localizations.php
+++ b/resources/lang/da-DK/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malaysisk',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolsk',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persisk',
'pl-PL'=> 'Polsk',
diff --git a/resources/lang/da-DK/mail.php b/resources/lang/da-DK/mail.php
index 17e163fb3..700ecfbd5 100644
--- a/resources/lang/da-DK/mail.php
+++ b/resources/lang/da-DK/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Min QTY',
'name' => 'Navn',
'new_item_checked' => 'En ny vare er blevet tjekket ud under dit navn, detaljerne er nedenfor.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Noter',
'password' => 'Adgangskode',
'password_reset' => 'Nulstil kodeord',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'Der er :count asset, som skal tilses inden :threshold dage. |Der er :count assets, som skal tilses inden :threshold dage.',
'user' => 'Bruger',
'username' => 'Brugernavn',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Velkommen :navn',
'welcome_to' => 'Velkommen til :web!',
'your_assets' => 'Se dine assets',
diff --git a/resources/lang/de-DE/admin/components/message.php b/resources/lang/de-DE/admin/components/message.php
index 0966e5f0d..305b52595 100644
--- a/resources/lang/de-DE/admin/components/message.php
+++ b/resources/lang/de-DE/admin/components/message.php
@@ -18,7 +18,7 @@ return array(
'confirm' => 'Sind Sie sich sicher das sie diese Komponente löschen wollen?',
'error' => 'Beim Löschen der Komponente ist ein Fehler aufgetreten. Bitte probieren Sie es noch einmal.',
'success' => 'Die Komponente wurde erfolgreich gelöscht.',
- 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
+ 'error_qty' => 'Einige Komponenten dieses Typs sind noch herausgegeben. Bitte nehmen Sie sie zurück und versuchen Sie es erneut.',
),
'checkout' => array(
diff --git a/resources/lang/de-DE/admin/custom_fields/general.php b/resources/lang/de-DE/admin/custom_fields/general.php
index 7b5aeca09..ddb29dd7f 100644
--- a/resources/lang/de-DE/admin/custom_fields/general.php
+++ b/resources/lang/de-DE/admin/custom_fields/general.php
@@ -57,7 +57,8 @@ return [
'show_in_requestable_list_short' => 'In anforderbarer Asset-Liste anzeigen',
'show_in_requestable_list' => 'Wert in der anforderbaren Asset-Liste anzeigen. Verschlüsselte Felder werden nicht angezeigt',
'encrypted_options' => 'Dieses Feld ist verschlüsselt, so dass einige Anzeigeoptionen nicht verfügbar sind.',
- 'display_checkin' => 'Display in checkin forms',
- 'display_checkout' => 'Display in checkout forms',
+ 'display_checkin' => 'In Check-in-Formularen anzeigen',
+ 'display_checkout' => 'In Check-out-Formularen anzeigen',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/de-DE/admin/depreciations/general.php b/resources/lang/de-DE/admin/depreciations/general.php
index b86413548..293255848 100644
--- a/resources/lang/de-DE/admin/depreciations/general.php
+++ b/resources/lang/de-DE/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Warnung:
Sie haben derzeit keine Abschreibungen eingerichtet.
Bitte richten Sie mindestens eine Abschreibung ein, um den Abschreibungsbericht anzuzeigen.',
+ 'depreciation_method' => 'Abschreibungsmethode',
+ 'linear_depreciation' => 'Linear (Standard)',
+ 'half_1' => 'Halbjahreskonvention, immer gültig',
+ 'half_2' => 'Halbjahreskonvention, mit Bedingung angewendet',
];
diff --git a/resources/lang/de-DE/admin/hardware/form.php b/resources/lang/de-DE/admin/hardware/form.php
index e7525e8ce..f239d662b 100644
--- a/resources/lang/de-DE/admin/hardware/form.php
+++ b/resources/lang/de-DE/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Nur aktuellen Standort aktualisieren',
'asset_not_deployable' => 'Dieses Asset ist nicht verfügbar und kann nicht herausgegeben werden.',
'asset_not_deployable_checkin' => 'Dieser Asset-Status ist nicht einsetzbar, da mit diesem das Asset eingecheckt wird.',
- 'asset_deployable' => 'Dieses Asset ist verfügbar und kann herausgegeben werden.',
+ 'asset_deployable' => 'Dieses Asset kann herausgegeben werden.',
'processing_spinner' => 'Verarbeitung... (Dies kann bei großen Dateien etwas Zeit in Anspruch nehmen)',
'optional_infos' => 'Optionale Informationen',
'order_details' => 'Bestellinformationen',
diff --git a/resources/lang/de-DE/admin/hardware/message.php b/resources/lang/de-DE/admin/hardware/message.php
index 3a4357076..e7c445387 100644
--- a/resources/lang/de-DE/admin/hardware/message.php
+++ b/resources/lang/de-DE/admin/hardware/message.php
@@ -66,13 +66,14 @@ return [
'file_already_deleted' => 'Die ausgewählte Datei wurde bereits gelöscht',
'header_row_has_malformed_characters' => 'Ein oder mehrere Attribute in der Kopfzeile enthalten fehlerhafte UTF-8 Zeichen',
'content_row_has_malformed_characters' => 'Ein oder mehrere Attribute in der ersten Zeile des Inhalts enthalten fehlerhafte UTF-8-Zeichen',
+ 'transliterate_failure' => 'Umschreibung von :encoding nach UTF-8 fehlgeschlagen wegen ungültiger Zeichen in Eingabe'
],
'delete' => [
'confirm' => 'Sind Sie sicher, dass Sie dieses Asset entfernen möchten?',
'error' => 'Beim Entfernen dieses Assets ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.',
- 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.',
+ 'assigned_to_error' => '{1}Asset Tag: :asset_tag ist derzeit herausgegeben. Überprüfen Sie dieses Gerät bevor Sie es löschen. [2,*]Asset Tags: :asset_tag sind derzeit herausgegeben. Überprüfen Sie diese Geräte bevor Sie sie löschen.',
'nothing_updated' => 'Es wurden keine Assets ausgewählt, somit wurde auch nichts gelöscht.',
'success' => 'Dieses Asset wurde erfolgreich entfernt.',
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Das Asset wurde nicht angefordert, bitte versuchen Sie es erneut',
- 'success' => 'Gegenstand erfolgreich angefordert.',
- 'canceled' => 'Herausgeben erfolgreich abgebrochen',
+ 'error' => 'Die Anfrage war nicht erfolgreich, bitte versuchen Sie es erneut.',
+ 'success' => 'Anfrage erfolgreich eingereicht.',
+ 'canceled' => 'Anfrage erfolgreich abgebrochen.',
+ 'cancel' => 'Diese Artikelanfrage abbrechen',
],
];
diff --git a/resources/lang/de-DE/admin/reports/general.php b/resources/lang/de-DE/admin/reports/general.php
index d381499dd..505922399 100644
--- a/resources/lang/de-DE/admin/reports/general.php
+++ b/resources/lang/de-DE/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Wähle eine Option für deinen Asset Bericht.',
'deleted_user' => 'Gelöschter Benutzer',
'send_reminder' => 'Erinnerung senden',
+ 'cannot_send_reminder' => 'Benutzer wurde gelöscht oder hat keine E-Mail-Adresse, daher kann keine Erinnerung empfangen',
'reminder_sent' => 'Erinnerung gesendet',
'acceptance_deleted' => 'Akzeptanzanfrage gelöscht',
'acceptance_request' => 'Akzeptierungsanfrage',
diff --git a/resources/lang/de-DE/admin/settings/general.php b/resources/lang/de-DE/admin/settings/general.php
index 1723b958a..5d986366c 100644
--- a/resources/lang/de-DE/admin/settings/general.php
+++ b/resources/lang/de-DE/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Bereinigung bestätigen',
'confirm_purge_help' => 'Geben Sie den Text "DELETE" in das Feld unten ein, um die gelöschten Datensätze zu löschen. Diese Aktion kann nicht rückgängig gemacht werden. Alle Einträge und Benutzer werden DAUERHAFT gelöscht. (Um sicher zu gehen, sollten Sie zuerst ein Backup erstellen)',
'custom_css' => 'Eigenes CSS',
+ 'custom_css_placeholder' => 'Fügen Sie Ihr benutzerdefiniertes CSS hinzu',
'custom_css_help' => 'Füge eigenes CSS hinzu. Benutze keine <style></style> tags.',
'custom_forgot_pass_url' => 'Benutzerdefinierte Passwort Reset URL',
'custom_forgot_pass_url_help' => 'Dadurch wird die integrierte URL für vergessene Passwörter auf dem Anmeldebildschirm ersetzt. Dies ist nützlich, um Benutzer zur internen oder gehosteten Funktion zum Zurücksetzen von LDAP-Passwörtern zu leiten. Es wird effektiv die Funktionalität des lokalen, vergessenen Passworts deaktiviert.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Zeige EOL in der Tabellenansicht',
'display_qr' => '2D-Barcode anzeigen',
'display_alt_barcode' => 'Zeige 1D Barcode an',
- 'email_logo' => 'E-Mail-Logo',
'barcode_type' => '2D Barcode Typ',
'alt_barcode_type' => '1D Barcode Typ',
- 'email_logo_size' => 'Quadratische Logos in E-Mails sehen am besten aus. ',
'enabled' => 'Aktiviert',
'eula_settings' => 'EULA Einstellungen',
'eula_markdown' => 'Diese EULA erlaubt Github Flavored Markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favicons sollten quadratische Bilder mit 16x16 Pixel sein.',
'footer_text' => 'Zusätzlicher Fußzeilentext ',
'footer_text_help' => 'Dieser Text wird in der rechten Fußzeile angezeigt. Links sind erlaubt mit Github Flavored Markdown. Zeilenumbrüche, Kopfzeilen, Bilder usw. können zu unvorhersehbaren Verhalten führen.',
+ 'footer_text_placeholder' => 'Optionaler Fußzeilentext',
'general_settings' => 'Allgemeine Einstellungen',
'general_settings_help' => 'Standard EULA und mehr',
'generate_backup' => 'Backup erstellen',
'google_workspaces' => 'Google Workspaces',
'header_color' => 'Farbe der Kopfzeile',
'info' => 'Mit diesen Einstellungen können Sie verschiedene Bereiche Ihrer Installation anpassen.',
- 'label_logo' => 'Label-Logo',
'label_logo_size' => 'Quadratische Logos sehen am besten aus und werden rechts oben auf jedem Asset-Label angezeigt. ',
'laravel' => 'Laravel Version',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'LDAP Version',
'ldap_active_flag' => 'LDAP Aktiv-Markierung',
'ldap_activated_flag_help' => 'Dieser Wert wird benutzt um zu entscheiden, ob synchronisierte Nutzer sich in Snipe-IT anmelden können. Items können unabhängig von ihm zum Nutzer zugewiesen werden. Der Wert sollte der Attributname im AD/LDAP sein und nicht der Wert.0
oder false
ist wird der Nutzerlogin deaktiviert. Ist der Wert im AD\\LDAP 1
oder true
oder jeder beliebige andere Text dann kann sich der Nutzer anmelden. Wenn das Feld im AD leer ist, dann gilt das userAccountControl
Attribut, was normalerweise bedeutet, dass sich nicht deaktivierte Nutzer anmelden können.',
+ 'ldap_invert_active_flag' => 'LDAP-Active-Flag umkehren',
+ 'ldap_invert_active_flag_help' => 'Wenn aktiviert: Wenn der vom LDAP Active Flag zurückgegebene Wert 0
oder false
ist, ist das Benutzerkonto aktiv.',
'ldap_emp_num' => 'LDAP Mitarbeiternummer',
'ldap_email' => 'LDAP E-Mail',
'ldap_test' => 'LDAP testen',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User Agent',
'login_help' => 'Liste der versuchten Logins',
'login_note' => 'Anmeldenotiz',
+ 'login_note_placeholder' => "Wenn Sie keine Anmeldedaten haben oder ein Gerät dieser Firma gefunden haben, wenden Sie sich bitte an den technischen Support unter 888-555-1212. Vielen Dank.",
'login_note_help' => 'Fügen Sie optional ein paar Sätze zu Ihrem Anmeldebildschirm hinzu, beispielsweise um Personen zu helfen, welche ein verlorenes oder gestohlenes Gerät gefunden haben. Dieses Feld akzeptiert Github flavored markdown',
'login_remote_user_text' => 'Remote Benutzer Login Optionen',
'login_remote_user_enabled_text' => 'Aktiviere Login mit Remote User Header',
@@ -147,8 +149,8 @@ return [
'logo_print_assets_help' => 'Firmenlogo anzeigen beim Drucken der Asset-Liste ',
'full_multiple_companies_support_help_text' => 'Beschränkung von Benutzern (inklusive Administratoren) die einer Firma zugewiesen sind zu den Assets der Firma.',
'full_multiple_companies_support_text' => 'Volle Mehrmandanten-Unterstützung für Firmen',
- 'scope_locations_fmcs_support_text' => 'Beschränke Standorte mit voller Mehrmandanten-Unterstützung für Firmen',
- 'scope_locations_fmcs_support_help_text' => 'Bis zu Version 7.0 waren Standorte nicht auf die Firma des Benutzers beschränkt. Wenn diese Einstellung deaktiviert ist, wird die Kompatibilität zu älteren Versionen gewahrt und die Standorte nicht beschränkt. Wenn diese Einstellung aktiviert ist, werden Standorte ebenfalls auf die Firma des Benutzers beschränkt.',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'In Modell-Dropdown-Liste anzeigen',
'optional' => 'optional',
'per_page' => 'Ergebnisse pro Seite',
@@ -347,6 +349,8 @@ return [
'setup_migration_create_user' => 'Weiter: Benutzer erstellen',
'ldap_settings_link' => 'LDAP Einstellungsseite',
'slack_test' => ' Integration testen',
+ 'status_label_name' => 'Status Etikett Name',
+ 'super_admin_only' => 'Nur Super-Admin',
'label2_enable' => 'Neuer Label-Generator',
'label2_enable_help' => 'Wechseln Sie zum neuen Label-Generator. Hinweis: Sie müssen diese Einstellung speichern, bevor Sie andere Anpassungen vornehmen.',
'label2_template' => 'Vorlage',
@@ -364,6 +368,7 @@ return [
'label2_2d_target_help' => 'Die Daten, die im 2D Barcode enthalten sein werden',
'label2_fields' => 'Felddefinitionen',
'label2_fields_help' => 'Felder können in der linken Spalte hinzugefügt, entfernt und neu sortiert werden. In jedem Feld können mehrere Optionen für Label und Datenquelle in der rechten Spalte hinzugefügt, entfernt und neu angeordnet werden.',
+ 'purge_barcodes' => 'Barcodes löschen',
'help_asterisk_bold' => 'Der eingegebene Text **text**
wird in Fettschrift angezeigt',
'help_blank_to_use' => 'Leer lassen, um den Wert von :setting_name
zu verwenden',
'help_default_will_use' => ':default
verwendet den Wert aus :setting_name
. Admin-Einstellungen > Berechtigungsgruppen
, um eine hinzuzufügen.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Format der Benutzernamen',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'E-Mail Format',
+ 'firstname_lastname_format' => 'Vorname.Nachname (erika.mustermann@example.com)',
+ 'first_name_format' => 'Vorname (erika@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Initial des Vornamen & Nachname (emustermann@example.com)',
+ 'lastnamefirstinitial_format' => 'Nachname & Initiale des Vornamens (mustere@example.com)',
+ 'firstname_lastname_underscore_format' => 'Vorname_Nachname (erika_mustermann@example.com)',
+ 'firstinitial.lastname' => 'Initiale des Vornamen.Nachname (e.mustermann@example.com)',
+ 'lastname_firstinitial' => 'Nachname_Initiale des Vornamens (mustermann_e@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Nachname & Initiale des Vornamens (mustermann.e@example.com)',
+ 'firstnamelastname' => 'Vorname & Nachname (erikamustermann@example.com)',
+ 'firstnamelastinitial' => 'Vorname und Initiale des Nachnamen (erikam@example.com)',
+ 'lastnamefirstname' => 'Nachname.Vorname (mustermann.erika@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF-Logo',
+ 'email_logo' => 'E-Mail-Logo',
+ 'label_logo' => 'Label-Logo',
+ 'logo' => 'Seiten-Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Quadratische Logos in E-Mails sehen am besten aus. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo und Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/de-DE/admin/settings/message.php b/resources/lang/de-DE/admin/settings/message.php
index 40906eb11..25013ba7c 100644
--- a/resources/lang/de-DE/admin/settings/message.php
+++ b/resources/lang/de-DE/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Etwas ist schiefgelaufen. :( ',
'webhook_fail' => ' Webhook-Benachrichtigung fehlgeschlagen: Überprüfen Sie, ob die URL noch gültig ist.',
'webhook_channel_not_found' => ' Webhook-Channel nicht gefunden.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/de-DE/admin/users/general.php b/resources/lang/de-DE/admin/users/general.php
index e864b2d27..3ea51c02c 100644
--- a/resources/lang/de-DE/admin/users/general.php
+++ b/resources/lang/de-DE/admin/users/general.php
@@ -19,8 +19,8 @@ return [
'print_assigned' => 'Alles zugewiesene drucken',
'email_assigned' => 'Alles zugewiesene per Mail zusenden',
'user_notified' => 'Der Benutzer hat eine Liste seiner aktuell zugewiesenen Artikel per E-Mail erhalten.',
- 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.',
- 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.',
+ 'users_notified' => 'Dem Benutzer wurde eine Liste seiner aktuell zugewiesenen Gegenstände per E-Mail zugesendet.|:count Benutzer wurden eine Liste ihrer aktuell zugewiesenen Gegenstände per E-Mail zugesendet.',
+ 'users_notified_warning' => ':count Benutzer hat eine Liste der aktuell zugewiesenen Gegenstände per E-Mail erhalten, jedoch hatten :no_email Benutzer keine E-Mail-Adresse, so dass sie nicht per E-Mail empfangen werden konnten. :count Benutzer haben eine Liste der aktuell zugewiesenen Gegenstände per E-Mail erhalten, jedoch hatten :no_email Benutzer keine E-Mail-Adresse, so dass sie nicht per E-Mail empfangen werden konnten.',
'auto_assign_label' => 'Diesen Benutzer bei der automatischen Zuweisung berechtigter Lizenzen einbeziehen',
'auto_assign_help' => 'Diesen Benutzer bei der automatischen Zuweisung von Lizenzen überspringen',
'software_user' => 'Software herausgegeben an :name',
diff --git a/resources/lang/de-DE/auth.php b/resources/lang/de-DE/auth.php
index 7643b8ded..30997fe41 100644
--- a/resources/lang/de-DE/auth.php
+++ b/resources/lang/de-DE/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'Diese Anmeldeinformationen entsprechen nicht unseren Angaben.',
'password' => 'Das angegebene Passwort ist ungültig.',
- 'throttle' => 'Zu viele fehlgeschlagene Anmeldeversuche. Bitte versuchen Sie es erneut in :seconds Sekunden.',
+ 'throttle' => 'Zu viele Anmeldeversuche. Bitte versuchen Sie es in :minutes Minute(n) erneut.',
);
diff --git a/resources/lang/de-DE/auth/message.php b/resources/lang/de-DE/auth/message.php
index 5d29754ca..8e1165c3c 100644
--- a/resources/lang/de-DE/auth/message.php
+++ b/resources/lang/de-DE/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'Benutzername oder Passwort sind nicht korrekt.',
'account_not_activated' => 'Das Benutzerkonto ist nicht aktiviert.',
'account_suspended' => 'Dieses Benutzerkonto ist gesperrt.',
- 'account_banned' => 'Dieses Benutzerkonto wurde ausgeschlossen.',
- 'throttle' => 'Zu viele fehlgeschlagene Anmeldeversuche. Bitte versuchen Sie es in :minutes Minuten erneut.',
'two_factor' => array(
'already_enrolled' => 'Ihr Gerät ist bereits eingeschrieben.',
diff --git a/resources/lang/de-DE/general.php b/resources/lang/de-DE/general.php
index 68dfb2add..e98001c7f 100644
--- a/resources/lang/de-DE/general.php
+++ b/resources/lang/de-DE/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Assets akzeptieren',
'accept_item' => 'Gegenstand akzeptieren',
'audit' => 'Prüfung',
+ 'audits' => 'Audits',
'audit_report' => 'Prüfungs-Log',
'assets' => 'Assets',
'assets_audited' => 'geprüfte Assets',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Passwort ändern',
'checkin' => 'Zurücknehmen',
'checkin_from' => 'Zurücknehmen von',
+ 'checkin_note' => 'Rücknahme Notiz',
+ 'checkout_note' => 'Ausgabe Notiz',
'checkout' => 'Herausgeben',
'checkouts_count' => 'Herausgaben',
'checkins_count' => 'Rücknahmen',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Profil bearbeiten',
'eol' => 'EOL',
'email_domain' => 'E-Mail-Domäne',
- 'email_format' => 'E-Mail Format',
'employee_number' => 'Mitarbeiternummer',
'email_domain_help' => 'Dies wird verwendet, um E-Mail-Adressen beim Importieren zu generieren',
'error' => 'Fehler',
'exclude_archived' => 'Archivierte Assets ausschließen',
'exclude_deleted' => 'Gelöschte Assets ausschließen',
'example' => 'Beispiel: ',
- 'filastname_format' => 'Initial des Vornamen & Nachname (emustermann@example.com)',
- 'firstname_lastname_format' => 'Vorname.Nachname (erika.mustermann@example.com)',
- 'firstname_lastname_underscore_format' => 'Vorname_Nachname (erika_mustermann@example.com)',
- 'lastnamefirstinitial_format' => 'Nachname & Initiale des Vornamens (mustere@example.com)',
- 'firstintial_dot_lastname_format' => 'Initiale des Vornamen.Nachname (e.mustermann@example.com)',
- 'lastname_dot_firstinitial_format' => 'Nachname & Initiale des Vornamens (mustermann.e@example.com)',
- 'firstname_lastname_display' => 'Vorname Nachname (Max Mustermann)',
- 'lastname_firstname_display' => 'Nachname Vorname (Mustermann Max)',
- 'name_display_format' => 'Name Anzeigeformat',
- 'first' => 'Erste',
- 'firstnamelastname' => 'Vorname & Nachname (erikamustermann@example.com)',
- 'lastname_firstinitial' => 'Nachname_Initiale des Vornamens (mustermann_e@example.com)',
- 'firstinitial.lastname' => 'Initial des Vornamens.Nachname (e.mustermann@example.com)',
- 'firstnamelastinitial' => 'Vorname und Initiale des Nachnamen (erikam@example.com)',
- 'lastnamefirstname' => 'Nachname.Vorname (mustermann.erika@example.com)',
- 'first_name' => 'Vorname',
- 'first_name_format' => 'Vorname (erika@example.com)',
+
'files' => 'Dateien',
'file_name' => 'Datei',
'file_type' => 'Dateityp',
@@ -183,6 +169,11 @@ return [
'last' => 'Letzte',
'last_login' => 'Letzte Anmeldung',
'last_name' => 'Nachname',
+ 'firstname_lastname_display' => 'Vorname Nachname (Max Mustermann)',
+ 'lastname_firstname_display' => 'Nachname Vorname (Mustermann Max)',
+ 'name_display_format' => 'Name Anzeigeformat',
+ 'first' => 'Erste',
+ 'first_name' => 'Vorname',
'license' => 'Lizenz',
'license_report' => 'Lizenzbericht',
'licenses_available' => 'Verfügbare Lizenzen',
@@ -311,7 +302,6 @@ return [
'type' => 'Typ',
'undeployable' => 'Nicht herausgebbar',
'unknown_admin' => 'Unbekannter Administrator',
- 'username_format' => 'Format der Benutzernamen',
'username' => 'Benutzername',
'update' => 'Aktualisieren',
'updating_item' => ':item wird aktualisiert',
@@ -595,9 +585,31 @@ return [
'checkin_item' => ':name zurücknehmen',
],
- 'select_all_none' => 'Select/Unselect All',
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
+ 'select_all_none' => 'Alle auswählen/abwählen',
'generic_model_not_found' => 'Dieses :model wurde nicht gefunden oder Sie haben keine Berechtigung, darauf zuzugreifen',
- 'deleted_models' => 'Deleted Asset Models',
- 'deleted_users' => 'Deleted Users',
+ 'deleted_models' => 'Gelöschtes Asset-Modelle',
+ 'deleted_users' => 'Gelöschte Benutzer',
+ 'cost_each' => 'je :amount',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/de-DE/localizations.php b/resources/lang/de-DE/localizations.php
index 95e7539cc..02551a3db 100644
--- a/resources/lang/de-DE/localizations.php
+++ b/resources/lang/de-DE/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malaiisch',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolisch',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegisch Bokmål',
+ 'om-ET' => 'Oromo (Äthiopisch)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persisch',
'pl-PL'=> 'Polnisch',
diff --git a/resources/lang/de-DE/mail.php b/resources/lang/de-DE/mail.php
index 1514bd1eb..382815c20 100644
--- a/resources/lang/de-DE/mail.php
+++ b/resources/lang/de-DE/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Mindestmenge',
'name' => 'Name',
'new_item_checked' => 'Ein neuer Gegenstand wurde unter Ihrem Namen ausgecheckt. Details finden Sie weiter unten.',
+ 'new_item_checked_with_acceptance' => 'Ein neuer Gegenstand, der eine Annahme erfordert, wurde unter Ihrem Namen ausgecheckt. Details finden Sie weiter unten.',
+ 'recent_item_checked' => 'Ein Gegenstand, der eine Annahme erfordert, wurde unter Ihrem Namen ausgecheckt. Details finden Sie weiter unten.',
'notes' => 'Notizen',
'password' => 'Passwort',
'password_reset' => 'Passwort zurücksetzen',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'Es ist :count Asset vorhanden, für das innerhalb von :threshold Tagen ein Audit durchzuführen ist. |Es gibt :count Assets, für die innerhalb von :threshold Tagen Audits durchzuführen sind.',
'user' => 'Benutzer',
'username' => 'Benutzername',
- 'unaccepted_asset_reminder' => 'Sie haben nicht akzeptierte Assets.',
+ 'unaccepted_asset_reminder' => 'Erinnerung: Sie haben nicht akzeptierte Assets.',
'welcome' => 'Willkommen, :name',
'welcome_to' => 'Willkommen bei :web!',
'your_assets' => 'Ihre Assets anzeigen',
diff --git a/resources/lang/de-if/admin/components/message.php b/resources/lang/de-if/admin/components/message.php
index 73afc608f..bbed55a0a 100644
--- a/resources/lang/de-if/admin/components/message.php
+++ b/resources/lang/de-if/admin/components/message.php
@@ -18,7 +18,7 @@ return array(
'confirm' => 'Bist du sicher, dass du diese Komponente löschen möchtest?',
'error' => 'Es gab ein Problem beim Löschen der Firma. Bitte versuche es erneut.',
'success' => 'Die Komponente wurde erfolgreich gelöscht.',
- 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
+ 'error_qty' => 'Einige Komponenten dieses Typs sind noch herausgegeben. Bitte nehmen Sie sie zurück und versuchen Sie es erneut.',
),
'checkout' => array(
diff --git a/resources/lang/de-if/admin/custom_fields/general.php b/resources/lang/de-if/admin/custom_fields/general.php
index d203ddfe3..1dede4fc2 100644
--- a/resources/lang/de-if/admin/custom_fields/general.php
+++ b/resources/lang/de-if/admin/custom_fields/general.php
@@ -57,7 +57,8 @@ return [
'show_in_requestable_list_short' => 'In anforderbarer Asset-Liste anzeigen',
'show_in_requestable_list' => 'Wert in der anforderbaren Asset-Liste anzeigen. Verschlüsselte Felder werden nicht angezeigt',
'encrypted_options' => 'Dieses Feld ist verschlüsselt, so dass einige Display-Optionen nicht verfügbar sind.',
- 'display_checkin' => 'Display in checkin forms',
- 'display_checkout' => 'Display in checkout forms',
+ 'display_checkin' => 'In Check-in-Formularen anzeigen',
+ 'display_checkout' => 'In Check-out-Formularen anzeigen',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/de-if/admin/depreciations/general.php b/resources/lang/de-if/admin/depreciations/general.php
index a8dc33c9b..07ea39349 100644
--- a/resources/lang/de-if/admin/depreciations/general.php
+++ b/resources/lang/de-if/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Warnung:
Du hast derzeit keine Abschreibungen eingerichtet.
Bitte richte mindestens eine Abschreibung ein, um den Abschreibungsbericht anzuzeigen.',
+ 'depreciation_method' => 'Abschreibungsmethode',
+ 'linear_depreciation' => 'Linear (Standard)',
+ 'half_1' => 'Halbjahreskonvention, immer angewendet',
+ 'half_2' => 'Halbjahreskonvention, mit Bedingung angewendet',
];
diff --git a/resources/lang/de-if/admin/hardware/form.php b/resources/lang/de-if/admin/hardware/form.php
index f788abea0..f1bbbe77c 100644
--- a/resources/lang/de-if/admin/hardware/form.php
+++ b/resources/lang/de-if/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Nur eigentlichen Standort aktualisieren',
'asset_not_deployable' => 'Dieses Asset ist nicht verfügbar und kann nicht herausgegeben werden.',
'asset_not_deployable_checkin' => 'Dieser Asset-Status ist nicht einsetzbar, da mit diesem das Asset eingecheckt wird.',
- 'asset_deployable' => 'Dieses Asset ist verfügbar und kann herausgegeben werden.',
+ 'asset_deployable' => 'Dieses Asset kann herausgegeben werden.',
'processing_spinner' => 'Verarbeitung... (Dies kann bei großen Dateien etwas Zeit in Anspruch nehmen)',
'optional_infos' => 'Optionale Informationen',
'order_details' => 'Bestellinformationen',
diff --git a/resources/lang/de-if/admin/hardware/general.php b/resources/lang/de-if/admin/hardware/general.php
index c2003051e..0125e399e 100644
--- a/resources/lang/de-if/admin/hardware/general.php
+++ b/resources/lang/de-if/admin/hardware/general.php
@@ -6,7 +6,7 @@ return [
'archived' => 'Archiviert',
'asset' => 'Asset',
'bulk_checkout' => 'Massenherausgabe',
- 'bulk_checkin' => 'Masseneinchecken',
+ 'bulk_checkin' => 'Massen-Rücknahme',
'checkin' => 'Asset zurücknehmen',
'checkout' => 'Asset herausgeben',
'clone' => 'Asset duplizieren',
diff --git a/resources/lang/de-if/admin/hardware/message.php b/resources/lang/de-if/admin/hardware/message.php
index ca9cb0f71..cba24dd36 100644
--- a/resources/lang/de-if/admin/hardware/message.php
+++ b/resources/lang/de-if/admin/hardware/message.php
@@ -2,7 +2,7 @@
return [
- 'undeployable' => 'Warnung: Dieses Asset wurde als derzeit nicht einsetzbar markiert. Wenn sich dieser Status geändert hat, aktualisieren Sie bitte den Asset-Status.',
+ 'undeployable' => 'Warnung: Dieses Asset wurde als derzeit nicht einsetzbar markiert. Wenn sich dieser Status geändert hat, aktualisiere bitte den Asset-Status.',
'does_not_exist' => 'Asset existiert nicht.',
'does_not_exist_var' => 'Asset mit Asset-Tag :asset_tag nicht gefunden.',
'no_tag' => 'Kein Asset-Tag angegeben.',
@@ -66,13 +66,14 @@ return [
'file_already_deleted' => 'Die ausgewählte Datei wurde bereits gelöscht',
'header_row_has_malformed_characters' => 'Ein oder mehrere Attribute in der Kopfzeile enthalten fehlerhafte UTF-8 Zeichen',
'content_row_has_malformed_characters' => 'Ein oder mehrere Attribute in der ersten Zeile des Inhalts enthalten fehlerhafte UTF-8-Zeichen',
+ 'transliterate_failure' => 'Umschreibung von :encoding nach UTF-8 fehlgeschlagen wegen ungültiger Zeichen in Eingabe'
],
'delete' => [
'confirm' => 'Bist du sicher, dass du dieses Asset entfernen möchtest?',
'error' => 'Beim Entfernen dieses Assets ist ein Fehler aufgetreten. Bitte versuche es erneut.',
- 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.',
+ 'assigned_to_error' => '{1}Asset Tag: :asset_tag ist derzeit ausgebucht. Überprüfe dieses Gerät bevor Du es löschst. [2,*]Asset Tags: :asset_tag sind derzeit ausgebucht. Überprüfe diese Geräte bevor Du sie löschst.',
'nothing_updated' => 'Es wurden keine Assets ausgewählt, somit wurde auch nichts gelöscht.',
'success' => 'Dass Asset wurde erfolgreich entfernt.',
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Das Asset wurde nicht angefordert, bitte versuche es erneut',
- 'success' => 'Asset erfolgreich angefordert.',
- 'canceled' => 'Herausgeben erfolgreich abgebrochen',
+ 'error' => 'Die Anfrage war nicht erfolgreich, bitte versuchen Sie es erneut.',
+ 'success' => 'Anfrage erfolgreich eingereicht.',
+ 'canceled' => 'Anfrage erfolgreich abgebrochen.',
+ 'cancel' => 'Storniere diese Gegenstandanfrage',
],
];
diff --git a/resources/lang/de-if/admin/reports/general.php b/resources/lang/de-if/admin/reports/general.php
index bdaeb0cdb..989dc131c 100644
--- a/resources/lang/de-if/admin/reports/general.php
+++ b/resources/lang/de-if/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Wähle die Optionen für Deinen Asset Bericht.',
'deleted_user' => 'Gelöschter Benutzer',
'send_reminder' => 'Erinnerung senden',
+ 'cannot_send_reminder' => 'Benutzer wurde gelöscht oder hat keine E-Mail-Adresse, und kann daher keine Erinnerung empfangen',
'reminder_sent' => 'Erinnerung gesendet',
'acceptance_deleted' => 'Akzeptanzanfrage gelöscht',
'acceptance_request' => 'Akzeptierungsanfrage',
@@ -16,7 +17,7 @@ return [
],
'open_saved_template' => 'Gespeicherte Vorlage öffnen',
'save_template' => 'Vorlage speichern',
- 'select_a_template' => 'Wählen Sie eine Vorlage aus',
- 'template_name' => 'Vorlagenname',
+ 'select_a_template' => 'Wähle eine Vorlage aus',
+ 'template_name' => 'Vorlagen-Name',
'update_template' => 'Vorlage aktualisieren',
];
diff --git a/resources/lang/de-if/admin/reports/message.php b/resources/lang/de-if/admin/reports/message.php
index dfc487b00..e1b6ca5be 100644
--- a/resources/lang/de-if/admin/reports/message.php
+++ b/resources/lang/de-if/admin/reports/message.php
@@ -2,7 +2,7 @@
return [
'about_templates' => 'Über gespeicherte Vorlagen',
- 'saving_templates_description' => 'Wählen Sie Ihre Optionen aus, geben Sie dann den Namen Ihrer Vorlage in das Feld oben ein und klicken Sie auf die Schaltfläche „Vorlage speichern“. Verwenden Sie das Dropdown-Menü, um eine zuvor gespeicherte Vorlage auszuwählen.',
+ 'saving_templates_description' => 'Wähle Deine Optionen aus, gib dann den Namen Deiner Vorlage in das Feld oben ein und klicke auf die Schaltfläche „Vorlage speichern“. Verwende das Dropdown-Menü, um eine zuvor gespeicherte Vorlage auszuwählen.',
'create' => [
'success' => 'Vorlage erfolgreich gespeichert',
],
@@ -11,6 +11,6 @@ return [
],
'delete' => [
'success' => 'Vorlage gelöscht',
- 'no_delete_permission' => 'Die Vorlage existiert nicht oder Sie sind nicht berechtigt, sie zu löschen.',
+ 'no_delete_permission' => 'Die Vorlage existiert nicht oder Du bist nicht berechtigt, sie zu löschen.',
],
];
diff --git a/resources/lang/de-if/admin/settings/general.php b/resources/lang/de-if/admin/settings/general.php
index 9db5d590b..89cc96da8 100644
--- a/resources/lang/de-if/admin/settings/general.php
+++ b/resources/lang/de-if/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Bereinigung bestätigen',
'confirm_purge_help' => 'Gib den Text "LÖSCHEN" in das Feld unten ein, um die gelöschten Datensätze zu löschen. Diese Aktion kann nicht rückgängig gemacht werden. Alle Einträge und Benutzer werden DAUERHAFT gelöscht. (Um sicher zu gehen, solltest Du zuerst ein Backup erstellen)',
'custom_css' => 'Benutzerdefiniertes CSS',
+ 'custom_css_placeholder' => 'Füge Dein benutzerdefiniertes CSS hinzu',
'custom_css_help' => 'Füge eigenes CSS hinzu. Benutze keine <style></style> tags.',
'custom_forgot_pass_url' => 'Benutzerdefinierte Passwort Zurücksetzungs-URL',
'custom_forgot_pass_url_help' => 'Dies ersetzt die integrierte URL für vergessene Passwörter auf dem Anmeldebildschirm. Das ist nützlich, um Benutzer zur internen oder gehosteten Funktion zum Zurücksetzen von LDAP-Passwörtern zu leiten. Dementsprechend wird die Funktion zur Zurücksetzung des lokalen Passwortes deaktiviert.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'EOL in Tabellenansicht anzeigen',
'display_qr' => '2D-Barcode anzeigen',
'display_alt_barcode' => '1D Barcode anzeigen',
- 'email_logo' => 'E-Mail-Logo',
'barcode_type' => '2D Barcode Typ',
'alt_barcode_type' => '1D Barcode Typ',
- 'email_logo_size' => 'Quadratische Logos in E-Mails sehen am besten aus. ',
'enabled' => 'Aktiviert',
'eula_settings' => 'EULA Einstellungen',
'eula_markdown' => 'Diese EULA erlaubt Github Flavored Markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favicons sollten quadratische Bilder mit 16x16 Pixel sein.',
'footer_text' => 'Zusätzlicher Fußzeilentext ',
'footer_text_help' => 'Dieser Text wird in der rechten Fußzeile angezeigt. Links sind erlaubt mit Github Flavored Markdown. Zeilenumbrüche, Kopfzeilen, Bilder usw. können zu unvorhersehbaren Ergebnissen führen.',
+ 'footer_text_placeholder' => 'Optionaler Fußzeilentext',
'general_settings' => 'Allgemeine Einstellungen',
'general_settings_help' => 'Standard EULA und mehr',
'generate_backup' => 'Backup erstellen',
'google_workspaces' => 'Google Arbeitsbereiche',
'header_color' => 'Kopfzeilenfarbe',
'info' => 'Mit diesen Einstellungen kannst du verschiedene Bereiche deiner Installation anpassen.',
- 'label_logo' => 'Label-Logo',
'label_logo_size' => 'Quadratische Logos sehen am besten aus und werden rechts oben auf jedem Asset-Label angezeigt. ',
'laravel' => 'Laravel Version',
'ldap' => 'LDAP',
@@ -110,7 +109,7 @@ return [
'ldap_basedn' => 'Basis Bind DN',
'ldap_filter' => 'LDAP Filter',
'ldap_pw_sync' => 'LDAP-Passwörter zwischenspeichern',
- 'ldap_pw_sync_help' => 'Deaktivieren Sie dieses Kontrollkästchen, wenn Sie LDAP-Passwörter nicht als lokale Hash-Passwörter zwischenspeichern möchten. Wenn Sie diese Option deaktivieren, können sich Ihre Benutzer möglicherweise nicht anmelden, wenn Ihr LDAP-Server aus irgendeinem Grund nicht erreichbar ist.',
+ 'ldap_pw_sync_help' => 'Deaktiviere dieses Kontrollkästchen, wenn Du LDAP-Passwörter nicht als lokale Hash-Passwörter zwischenspeichern möchtest. Wenn Du diese Option deaktivierst, können sich Deine Benutzer möglicherweise nicht anmelden, wenn Dein LDAP-Server aus irgendeinem Grund nicht erreichbar ist.',
'ldap_username_field' => 'Benutzernamen Feld',
'ldap_lname_field' => 'Nachname',
'ldap_fname_field' => 'LDAP Vorname',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'LDAP Version',
'ldap_active_flag' => 'LDAP Aktiv-Markierung',
'ldap_activated_flag_help' => 'Dieser Wert wird benutzt, um zu entscheiden, ob synchronisierte Nutzer sich in Snipe-IT anmelden können. Items können unabhängig von ihm zum Nutzer zugewiesen werden. Der Wert sollte der Attributname im AD/LDAP sein und nicht der Wert.0
oder false
ist wird der Nutzerlogin deaktiviert. Ist der Wert im AD\\LDAP 1
oder true
oder jeder beliebige andere Text dann kann sich der Nutzer anmelden. Wenn das Feld im AD leer ist, dann gilt das userAccountControl
Attribut, was normalerweise bedeutet, dass sich nicht deaktivierte Nutzer anmelden können.',
+ 'ldap_invert_active_flag' => 'LDAP-Aktive Markierung umkehren',
+ 'ldap_invert_active_flag_help' => 'Wenn aktiviert: Wenn der vom LDAP Active Flag zurückgegebene Wert 0
oder false
ist, ist das Benutzerkonto aktiv.',
'ldap_emp_num' => 'LDAP Mitarbeiternummer',
'ldap_email' => 'LDAP E-Mail',
'ldap_test' => 'LDAP testen',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User Agent',
'login_help' => 'Liste der versuchten Logins',
'login_note' => 'Anmeldenotiz',
+ 'login_note_placeholder' => "Wenn Du keine Anmeldedaten hast oder ein Gerät dieser Firma gefunden hast, wende Dich bitte an den technischen Support unter 888-555-1212. Vielen Dank.",
'login_note_help' => 'Füge optional ein paar Sätze zu Deinem Anmeldebildschirm hinzu, beispielsweise um Personen zu helfen, welche ein verlorenes oder gestohlenes Gerät gefunden haben. Dieses Feld akzeptiert Github flavored markdown',
'login_remote_user_text' => 'Remote Benutzer Login Optionen',
'login_remote_user_enabled_text' => 'Login mit Remote-Benutzer-Header aktivieren',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Firmenlogo anzeigen beim Drucken der Asset-Liste ',
'full_multiple_companies_support_help_text' => 'Beschränkung von Benutzern (inklusive Administratoren), die einer Firma zugewiesen sind, zu den Assets der Firma.',
'full_multiple_companies_support_text' => 'Volle Unterstützung für mehrere Unternehmen',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'In Modell-Dropdown-Liste anzeigen',
'optional' => 'optional',
'per_page' => 'Ergebnisse pro Seite',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Weiter: Benutzer erstellen',
'ldap_settings_link' => 'LDAP Einstellungsseite',
'slack_test' => ' Integration testen',
+ 'status_label_name' => 'Status Etikett Name',
+ 'super_admin_only' => 'Nur Super-Admin',
'label2_enable' => 'Neuer Label-Generator',
'label2_enable_help' => 'Wechsle zum neuen Label-Generator. Hinweis: Du musst diese Einstellung speichern, bevor du andere Anpassungen vornimmst.',
'label2_template' => 'Vorlage',
@@ -362,9 +368,10 @@ return [
'label2_2d_target_help' => 'Die Daten, die im 2D Barcode enthalten sein werden',
'label2_fields' => 'Felddefinitionen',
'label2_fields_help' => 'Felder können in der linken Spalte hinzugefügt, entfernt und neu sortiert werden. In jedem Feld können mehrere Optionen für Label und Datenquelle in der rechten Spalte hinzugefügt, entfernt und neu angeordnet werden.',
+ 'purge_barcodes' => 'Barcodes löschen',
'help_asterisk_bold' => 'Der eingegebene Text **text**
wird in Fettschrift angezeigt',
'help_blank_to_use' => 'Leer lassen, um den Wert von :setting_name
zu verwenden',
- 'help_default_will_use' => ':default
verwendet den Wert aus :setting_name
. :default
verwendet den Wert von :setting_name
. Admin-Einstellungen > Berechtigungsgruppen
, um eine hinzuzufügen.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Format der Benutzernamen',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Nachname.Vorname (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'E-Mail-Format',
+ 'firstname_lastname_format' => 'Vorname.Nachname (erika.mustermann@example.com)',
+ 'first_name_format' => 'Vorname (erika@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Initial des Vornamen & Nachname (emustermann@example.com)',
+ 'lastnamefirstinitial_format' => 'Nachname & Initiale des Vornamens (mustere@example.com)',
+ 'firstname_lastname_underscore_format' => 'Vorname_Nachname (erika_mustermann@example.com)',
+ 'firstinitial.lastname' => 'Initial des Vornamens.Nachname (e.mustermann@example.com)',
+ 'lastname_firstinitial' => 'Nachname_Initial des Vornamens (mustermann_e@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Nachname & Initiale des Vornamens (mustermann.e@example.com)',
+ 'firstnamelastname' => 'Vorname & Nachname (erikamustermann@example.com)',
+ 'firstnamelastinitial' => 'Vorname & Initiale des Nachnamen (erikam@example.com)',
+ 'lastnamefirstname' => 'Nachname.Vorname (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF-Logo',
+ 'email_logo' => 'E-Mail-Logo',
+ 'label_logo' => 'Label-Logo',
+ 'logo' => 'Seiten-Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Quadratische Logos in E-Mails sehen am besten aus. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo und Text',
+ ],
+
/* Keywords for settings overview help */
@@ -394,7 +456,7 @@ return [
'brand' => 'Fußzeile, Logo, Druck, Thema, Skin, Header, Farben, Farbe, CSS',
'general_settings' => 'firmenunterstützung, Unterschrift, Akzeptanz, E-Mail-Format, Benutzername Format, Bilder, pro Seite, Vorschaubilder, eula, gravatar, tos, Dashboard, Privatsphäre',
'groups' => 'berechtigungen, Berechtigungsgruppen, Autorisierung',
- 'labels' => 'Etiketten, Barcodes, Strichcode, Tabellen, Druck, UPC, QR, 1D, 2D',
+ 'labels' => 'Etiketten, Barcodes, Strichcode, Tabellen, Druck, Upc, Qr, 1D, 2D',
'localization' => 'lokalisierung, Währung, lokal, Lokal, Zeitzone, International, Internationalisierung, Sprache, Sprachen, Übersetzung',
'php_overview' => 'phpinfo, System, Info',
'purge' => 'Endgültig löschen',
diff --git a/resources/lang/de-if/admin/settings/message.php b/resources/lang/de-if/admin/settings/message.php
index f0c23eb71..a9faf95d1 100644
--- a/resources/lang/de-if/admin/settings/message.php
+++ b/resources/lang/de-if/admin/settings/message.php
@@ -37,7 +37,7 @@ return [
'authentication_success' => 'Benutzer wurde erfolgreich gegen LDAP authentifiziert!'
],
'labels' => [
- 'null_template' => 'Etikettenvorlage nicht gefunden. Bitte wählen Sie eine Vorlage aus.',
+ 'null_template' => 'Etikettenvorlage nicht gefunden. Bitte wähle eine Vorlage aus.',
],
'webhook' => [
'sending' => ':app Testnachricht wird gesendet ...',
@@ -48,7 +48,13 @@ return [
'error' => 'Etwas ist schiefgelaufen. :app antwortete mit: :error_message',
'error_redirect' => 'FEHLER: 301/302 :endpoint gibt eine Umleitung zurück. Aus Sicherheitsgründen folgen wir keine Umleitungen. Bitte verwende den aktuellen Endpunkt.',
'error_misc' => 'Etwas ist schiefgelaufen! :( ',
- 'webhook_fail' => ' Webhook-Benachrichtigung fehlgeschlagen: Überprüfen Sie, ob die URL noch gültig ist.',
+ 'webhook_fail' => ' Webhook-Benachrichtigung fehlgeschlagen: Überprüfe, ob die URL noch gültig ist.',
'webhook_channel_not_found' => ' Webhook-Channel nicht gefunden.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/de-if/admin/users/general.php b/resources/lang/de-if/admin/users/general.php
index 6f51b1bbc..878f841b8 100644
--- a/resources/lang/de-if/admin/users/general.php
+++ b/resources/lang/de-if/admin/users/general.php
@@ -19,8 +19,8 @@ return [
'print_assigned' => 'Alles Zugewiesene drucken',
'email_assigned' => 'E-Mail-Liste aller Zugewiesenen',
'user_notified' => 'Der Benutzer hat eine Liste seiner aktuell zugewiesenen Artikel per E-Mail erhalten.',
- 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.',
- 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.',
+ 'users_notified' => 'Dem Benutzer wurde eine Liste der aktuell zugewiesenen Artikel per E-Mail gesendet.|:count Benutzer wurden per E-Mail die Liste ihrer aktuell zugewiesenen Artikel gesendet.',
+ 'users_notified_warning' => ':count Benutzer hat eine Liste der aktuell zugewiesenen Gegenstände per E-Mail erhalten, jedoch hatten :no_email Benutzer keine E-Mail-Adresse, so dass sie nicht per E-Mail empfangen werden konnten. :count Benutzer haben eine Liste der aktuell zugewiesenen Elemente per E-Mail erhalten, jedoch hatten :no_email Benutzer keine E-Mail-Adresse, so dass sie nicht per E-Mail empfangen werden konnten.',
'auto_assign_label' => 'Diesen Benutzer bei der automatischen Zuweisung berechtigter Lizenzen einbeziehen',
'auto_assign_help' => 'Diesen Benutzer bei der automatischen Zuweisung von Lizenzen überspringen',
'software_user' => 'Software herausgegeben an :name',
diff --git a/resources/lang/de-if/auth.php b/resources/lang/de-if/auth.php
index e06a11f91..534d23fad 100644
--- a/resources/lang/de-if/auth.php
+++ b/resources/lang/de-if/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'Diese Zugangsdaten stimmen nicht mit unseren Datensätzen überein.',
'password' => 'Das angegebene Passwort ist ungültig.',
- 'throttle' => 'Zu viele fehlgeschlagene Anmeldeversuche. Bitte versuche es erneut in :seconds Sekunden.',
+ 'throttle' => 'Zu viele Anmeldeversuche. Bitte versuchen Sie es in :minutes Minute(n) erneut.',
);
diff --git a/resources/lang/de-if/auth/message.php b/resources/lang/de-if/auth/message.php
index a023f1992..2f37972b9 100644
--- a/resources/lang/de-if/auth/message.php
+++ b/resources/lang/de-if/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'Benutzername oder Passwort sind nicht korrekt.',
'account_not_activated' => 'Das Benutzerkonto ist nicht aktiviert.',
'account_suspended' => 'Dieses Benutzerkonto ist gesperrt.',
- 'account_banned' => 'Dieses Benutzerkonto wurde ausgeschlossen.',
- 'throttle' => 'Zu viele fehlgeschlagene Anmeldeversuche. Bitte versuche es in :minutes Minuten erneut.',
'two_factor' => array(
'already_enrolled' => 'Dein Gerät ist bereits eingeschrieben.',
diff --git a/resources/lang/de-if/general.php b/resources/lang/de-if/general.php
index 965721ad1..9f6b7317b 100644
--- a/resources/lang/de-if/general.php
+++ b/resources/lang/de-if/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Assets akzeptieren',
'accept_item' => 'Gegenstand akzeptieren',
'audit' => 'Prüfung',
+ 'audits' => 'Audits',
'audit_report' => 'Prüfungsbericht',
'assets' => 'Assets',
'assets_audited' => 'Assets geprüft',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Passwort ändern',
'checkin' => 'Zurücknehmen',
'checkin_from' => 'Zurücknehmen von',
+ 'checkin_note' => 'Rücknahme Notiz',
+ 'checkout_note' => 'Ausgabe Notiz',
'checkout' => 'Herausgeben',
'checkouts_count' => 'Herausgaben',
'checkins_count' => 'Rücknahmen',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Profil bearbeiten',
'eol' => 'EOL',
'email_domain' => 'E-Mail-Domain',
- 'email_format' => 'E-Mail-Format',
'employee_number' => 'Mitarbeiternummer',
'email_domain_help' => 'Dies wird verwendet, um E-Mail-Adressen bei Imports zu generieren',
'error' => 'Fehler',
'exclude_archived' => 'Archivierte Assets ausschließen',
'exclude_deleted' => 'Gelöschte Assets ausschließen',
'example' => 'Beispiel: ',
- 'filastname_format' => 'Initial des Vornamen & Nachname (emustermann@example.com)',
- 'firstname_lastname_format' => 'Vorname.Nachname (erika.mustermann@example.com)',
- 'firstname_lastname_underscore_format' => 'Vorname_Nachname (erika_mustermann@example.com)',
- 'lastnamefirstinitial_format' => 'Nachname & Initiale des Vornamens (mustere@example.com)',
- 'firstintial_dot_lastname_format' => 'Initiale des Vornamen.Nachname (e.mustermann@example.com)',
- 'lastname_dot_firstinitial_format' => 'Nachname & Initiale des Vornamens (mustermann.e@example.com)',
- 'firstname_lastname_display' => 'Vorname Nachname (Max Mustermann)',
- 'lastname_firstname_display' => 'Nachname Vorname (Mustermann Max)',
- 'name_display_format' => 'Name Anzeigeformat',
- 'first' => 'Erste',
- 'firstnamelastname' => 'Vorname & Nachname (erikamustermann@example.com)',
- 'lastname_firstinitial' => 'Nachname_Initial des Vornamens (mustermann_e@example.com)',
- 'firstinitial.lastname' => 'Initial des Vornamens.Nachname (e.mustermann@example.com)',
- 'firstnamelastinitial' => 'Vorname & Initiale des Nachnamen (erikam@example.com)',
- 'lastnamefirstname' => 'Nachname.Vorname (smith.jane@example.com)',
- 'first_name' => 'Vorname',
- 'first_name_format' => 'Vorname (erika@example.com)',
+
'files' => 'Dateien',
'file_name' => 'Datei',
'file_type' => 'Dateityp',
@@ -183,6 +169,11 @@ return [
'last' => 'Letzte',
'last_login' => 'Letzte Anmeldung',
'last_name' => 'Nachname',
+ 'firstname_lastname_display' => 'Vorname Nachname (Max Mustermann)',
+ 'lastname_firstname_display' => 'Nachname Vorname (Mustermann Max)',
+ 'name_display_format' => 'Name Anzeigeformat',
+ 'first' => 'Erste',
+ 'first_name' => 'Vorname',
'license' => 'Lizenz',
'license_report' => 'Lizenzbericht',
'licenses_available' => 'Verfügbare Lizenzen',
@@ -311,7 +302,6 @@ return [
'type' => 'Typ',
'undeployable' => 'Nicht herausgebbar',
'unknown_admin' => 'Unbekannter Administrator',
- 'username_format' => 'Format der Benutzernamen',
'username' => 'Benutzername',
'update' => 'Aktualisieren',
'updating_item' => ':item wird aktualisiert',
@@ -339,10 +329,10 @@ return [
'token_expired' => 'Deine Sitzung ist abgelaufen. Bitte versuche es erneut.',
'login_enabled' => 'Login aktiviert',
'audit_due' => 'Prüfung fällig',
- 'audit_due_days' => '{}Vermögenswerte, die innerhalb eines Tages zur Prüfung fällig oder überfällig sind|[1]Vermögenswerte, die innerhalb eines Tages zur Prüfung fällig oder überfällig sind|[2,*]Vermögenswerte, die innerhalb von :days Tagen zur Prüfung fällig oder überfällig sind',
+ 'audit_due_days' => '{}Vermögenswerte, die zur Prüfung fällig oder überfällig sind|[1]Vermögenswerte, die innerhalb eines Tages zur Prüfung fällig oder überfällig sind|[2,*]Vermögenswerte, die innerhalb von :days Tagen zur Prüfung fällig oder überfällig sind',
'checkin_due' => 'Fällig zum Check-in',
'checkin_overdue' => 'Überfällig für den Check-in',
- 'checkin_due_days' => '{}Zum Einchecken fällig|[1]Vermögenswerte müssen innerhalb von :days am Tag eingecheckt werden|[2,*]Vermögenswerte müssen innerhalb von :days Days eingecheckt werden',
+ 'checkin_due_days' => '{}Zum Einchecken fällig|[1]Assets fällig zum Einchecken innerhalb von :days Tag|[2,*]Assets fällig zum Einchecken innerhalb von :days Tagen',
'audit_overdue' => 'Prüfung überfällig',
'accept' => 'Erhalt bestätigen: :asset',
'i_accept' => 'Ich akzeptiere',
@@ -580,7 +570,7 @@ return [
'import_asset_tag_exists' => 'Ein Asset mit dem Asset-Tag :asset_tag ist bereits vorhanden und es wurde keine Aktualisierung angefordert. Es wurden keine Änderungen vorgenommen.',
'countries_manually_entered_help' => 'Werte mit einem Sternchen (*) wurden manuell eingegeben und stimmen nicht mit vorhandenen Dropdown-Werten nach ISO 3166 überein',
'accessories_assigned' => 'Zugewiesenes Zubehör',
- 'user_managed_passwords' => 'Passwortverwaltung',
+ 'user_managed_passwords' => 'Passwort-Verwaltung',
'user_managed_passwords_disallow' => 'Benutzern die Verwaltung ihrer eigenen Passwörter verbieten',
'user_managed_passwords_allow' => 'Benutzern erlauben, ihre eigenen Passwörter zu verwalten',
@@ -595,9 +585,31 @@ return [
'checkin_item' => ':name zurücknehmen',
],
- 'select_all_none' => 'Select/Unselect All',
- 'generic_model_not_found' => 'Dieses :model wurde nicht gefunden oder Sie haben keine Berechtigung, darauf zuzugreifen',
- 'deleted_models' => 'Deleted Asset Models',
- 'deleted_users' => 'Deleted Users',
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
+ 'select_all_none' => 'Alle auswählen/abwählen',
+ 'generic_model_not_found' => 'Dieses :model wurde nicht gefunden oder Du hast keine Berechtigung, darauf zuzugreifen',
+ 'deleted_models' => 'Gelöschtes Asset-Modelle',
+ 'deleted_users' => 'Gelöschte Benutzer',
+ 'cost_each' => 'je:amount',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/de-if/localizations.php b/resources/lang/de-if/localizations.php
index abfa7df12..cdd3bc659 100644
--- a/resources/lang/de-if/localizations.php
+++ b/resources/lang/de-if/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malaiisch',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolisch',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegisch Bokmål',
+ 'om-ET' => 'Oromo (Äthiopisch)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persisch',
'pl-PL'=> 'Polnisch',
diff --git a/resources/lang/de-if/mail.php b/resources/lang/de-if/mail.php
index 15d845337..6a2b92c01 100644
--- a/resources/lang/de-if/mail.php
+++ b/resources/lang/de-if/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Mindestmenge',
'name' => 'Name',
'new_item_checked' => 'Ein neuer Gegenstand wurde unter Ihrem Namen ausgecheckt. Details folgen.',
+ 'new_item_checked_with_acceptance' => 'Ein neuer Gegenstand, der eine Annahme erfordert, wurde unter Ihrem Namen ausgecheckt. Details finden Sie weiter unten.',
+ 'recent_item_checked' => 'Ein Gegenstand, der eine Annahme erfordert, wurde unter Ihrem Namen ausgecheckt. Details finden Sie weiter unten.',
'notes' => 'Notizen',
'password' => 'Passwort',
'password_reset' => 'Passwort zurücksetzen',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'Es ist :count Asset vorhanden, für das innerhalb von :threshold Tagen ein Audit durchzuführen ist. |Es gibt :count Assets, für die innerhalb von :threshold Tagen Audits durchzuführen sind.',
'user' => 'Benutzer',
'username' => 'Benutzername',
- 'unaccepted_asset_reminder' => 'Sie haben nicht akzeptierte Assets.',
+ 'unaccepted_asset_reminder' => 'Erinnerung: Sie haben nicht akzeptierte Assets.',
'welcome' => 'Willkommen, :name',
'welcome_to' => 'Willkommen bei :web!',
'your_assets' => 'Deine Assets anzeigen',
diff --git a/resources/lang/el-GR/admin/custom_fields/general.php b/resources/lang/el-GR/admin/custom_fields/general.php
index 8f5f1ccfc..9f55d082a 100644
--- a/resources/lang/el-GR/admin/custom_fields/general.php
+++ b/resources/lang/el-GR/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'Αυτό το πεδίο είναι κρυπτογραφημένο, οπότε ορισμένες επιλογές εμφάνισης δεν θα είναι διαθέσιμες.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/el-GR/admin/depreciations/general.php b/resources/lang/el-GR/admin/depreciations/general.php
index b2b474697..62577f5ea 100644
--- a/resources/lang/el-GR/admin/depreciations/general.php
+++ b/resources/lang/el-GR/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Προειδοποίηση:
Αυτή τη στιγμή δεν έχετε κάποια απόσβεση ρυθμισμένη.
Παρακαλείστε να ορίσετε τουλάχιστον μία απόσβεση για να δείτε την έκθεση απόσβεσης.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/el-GR/admin/hardware/form.php b/resources/lang/el-GR/admin/hardware/form.php
index f00bb9893..8cf913607 100644
--- a/resources/lang/el-GR/admin/hardware/form.php
+++ b/resources/lang/el-GR/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Ενημέρωση μόνο πραγματικής τοποθεσίας',
'asset_not_deployable' => 'Αυτή η κατάσταση ενεργητικού δεν μπορεί να αναπτυχθεί. Αυτό το στοιχείο δεν μπορεί να ελεγχθεί.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'Αυτή η κατάσταση μπορεί να χρησιμοποιηθεί. Αυτό το στοιχείο μπορεί να ελεγχθεί.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Επεξεργασία... (Αυτό μπορεί να πάρει λίγο χρόνο σε μεγάλα αρχεία)',
'optional_infos' => 'Προαιρετικές Πληροφορίες',
'order_details' => 'Σχετικές Πληροφορίες Παραγγελίας',
diff --git a/resources/lang/el-GR/admin/hardware/message.php b/resources/lang/el-GR/admin/hardware/message.php
index d7feb6241..7f99565a5 100644
--- a/resources/lang/el-GR/admin/hardware/message.php
+++ b/resources/lang/el-GR/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'Ένα ή περισσότερα χαρακτηριστικά στη σειρά κεφαλίδας περιέχουν κακοσχηματισμένους UTF-8 χαρακτήρες',
'content_row_has_malformed_characters' => 'Ένα ή περισσότερα χαρακτηριστικά στην πρώτη σειρά περιεχομένου περιέχουν κακοσχηματισμένους UTF-8 χαρακτήρες',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Το στοιχείο δεν ζητήθηκε, δοκιμάστε ξανά',
- 'success' => 'Τα πάγια ενημερώθηκαν επιτυχώς.',
- 'canceled' => 'Η αίτηση πληρωμής ακυρώθηκε με επιτυχία',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Ακυρώστε αυτό το αίτημα στοιχείου',
],
];
diff --git a/resources/lang/el-GR/admin/reports/general.php b/resources/lang/el-GR/admin/reports/general.php
index b0a336eb7..3662ac62b 100644
--- a/resources/lang/el-GR/admin/reports/general.php
+++ b/resources/lang/el-GR/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Επιλέξτε τις επιλογές που θέλετε για την αναφορά των παγίων σας.',
'deleted_user' => 'Διαγραφή χρήστη',
'send_reminder' => 'Αποστολή υπενθύμισης',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Υπενθύμιση εστάλη',
'acceptance_deleted' => 'Η αίτηση αποδοχής διαγράφηκε',
'acceptance_request' => 'Αίτημα αποδοχής',
diff --git a/resources/lang/el-GR/admin/settings/general.php b/resources/lang/el-GR/admin/settings/general.php
index c41c8310d..946b39e94 100644
--- a/resources/lang/el-GR/admin/settings/general.php
+++ b/resources/lang/el-GR/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Επιβεβαίωση καθαρισμού',
'confirm_purge_help' => 'Εισάγετε το κείμενο "Διαγραφή" στο παρακάτω πλαίσιο για να καθαρίσετε τις διαγραμμένες εγγραφές σας. Αυτή η ενέργεια δεν μπορεί να αναιρεθεί και θα διαγράψει PERMANENTLY όλα τα μαλακά διαγραμμένα στοιχεία και χρήστες. (Θα πρέπει να κάνετε ένα αντίγραφο ασφαλείας πρώτα, μόνο για να είστε ασφαλείς).',
'custom_css' => 'Προσαρμοσμένο CSS',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Εισαγάγετε τυχόν προσαρμοσμένες επικαλύψεις CSS που θέλετε να χρησιμοποιήσετε. Μην συμπεριλάβετε τις ετικέτες <style></style>.',
'custom_forgot_pass_url' => 'URL επαναφοράς προσαρμοσμένου κωδικού πρόσβασης',
'custom_forgot_pass_url_help' => 'Αυτό αντικαθιστά την ενσωματωμένη ξεχασμένη διεύθυνση URL κωδικού πρόσβασης στην οθόνη σύνδεσης, χρήσιμη για να κατευθύνει τα άτομα σε λειτουργία εσωτερικής ή φιλοξενούμενης επαναφοράς κωδικού πρόσβασης LDAP. Θα απενεργοποιήσει αποτελεσματικά τη λειτουργικότητα ξεχασμένου κωδικού πρόσβασης τοπικού χρήστη.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Εμφάνιση του EOL στην προβολή πίνακα',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => 'Εμφάνιση 1D barcode',
- 'email_logo' => 'Λογότυπο Email',
'barcode_type' => '2D Barcode Type',
'alt_barcode_type' => '1D τύπο γραμμωτού κώδικα',
- 'email_logo_size' => 'Πλατεία λογότυπα στο email φαίνονται καλύτερα. ',
'enabled' => 'Ενεργοποιημένο',
'eula_settings' => 'Ρυθμίσεις EULA',
'eula_markdown' => 'Αυτή η EULA επιτρέπει Github flavored markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Τα Favicons πρέπει να είναι τετράγωνες εικόνες, 16x16 pixels.',
'footer_text' => 'Πρόσθετο κείμενο Footer',
'footer_text_help' => 'Αυτό το κείμενο θα εμφανιστεί στο υποσέλιδο στη δεξιά πλευρά. Οι σύνδεσμοι επιτρέπονται χρησιμοποιώντας την Github flavored markdown . Διακοπή γραμμής, κεφαλίδες, εικόνες κ.λπ. μπορεί να οδηγήσουν σε απρόβλεπτα αποτελέσματα.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'Γενικές ρυθμίσεις',
'general_settings_help' => 'Προεπιλογή EULA και άλλα',
'generate_backup' => 'Δημιουργία Αντίγραφου Ασφαλείας',
'google_workspaces' => 'Χώροι Εργασίας Google',
'header_color' => 'Χρώμα επικεφαλίδας',
'info' => 'Αυτές οι ρυθμίσεις σάς επιτρέπουν να προσαρμόσετε ορισμένες πτυχές της εγκατάστασής σας.',
- 'label_logo' => 'Λογότυπο Ετικέτας',
'label_logo_size' => 'Τετραγωνικά λογότυπα φαίνονται καλύτερα - θα εμφανιστεί στην επάνω δεξιά γωνία της κάθε ετικέτας περιουσιακών στοιχείων. ',
'laravel' => 'Έκδοση οδηγού',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'Έκδοση LDAP',
'ldap_active_flag' => 'Ενεργή σημαία LDAP',
'ldap_activated_flag_help' => 'Αυτή η τιμή χρησιμοποιείται για να καθοριστεί αν ένας συγχρονισμένος χρήστης μπορεί να συνδεθεί στο Snipe-IT. Δεν επηρεάζει τη δυνατότητα ελέγχου αντικειμένων μέσα ή έξω σε αυτά, and should be the attribute name within your AD/LDAP, not the value. 0
ή false
, η σύνδεση χρήστη θα απενεργοποιηθεί. Εάν η τιμή στο πεδίο AD/LDAP έχει οριστεί σε 1
ή true
ή οποιοδήποτε άλλο κείμενο σημαίνει ότι ο χρήστης μπορεί να συνδεθεί. Όταν το πεδίο είναι κενό στη AD, σεβόμαστε το χαρακτηριστικό userAccountControl
, το οποίο συνήθως επιτρέπει στους χρήστες να συνδεθούν.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'Αριθμός υπαλλήλου LDAP',
'ldap_email' => 'LDAP Email',
'ldap_test' => 'Δοκιμή LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'Πράκτορας Χρήστη',
'login_help' => 'Λίστα των επιχειρούμενων συνδέσεων',
'login_note' => 'Σύνδεση Σημείωση',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Προαιρετικά συμπεριλάβετε μερικές προτάσεις στην οθόνη σύνδεσης, για παράδειγμα για να βοηθήσετε άτομα που έχουν βρει μια χαμένη ή κλεμμένη συσκευή. Αυτό το πεδίο δέχεται Github flavored markdown',
'login_remote_user_text' => 'Επιλογές σύνδεσης απομακρυσμένου χρήστη',
'login_remote_user_enabled_text' => 'Ενεργοποίηση απομακρησμένου χρήστη',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Χρήση εμπορικών σημάτων σε λίστες εκτυπώσιμων στοιχείων ',
'full_multiple_companies_support_help_text' => 'Περιορισμός των χρηστών (συμπεριλαμβανομένων των διαχειριστών) που εκχωρούνται σε εταιρείες στα περιουσιακά στοιχεία της εταιρείας τους.',
'full_multiple_companies_support_text' => 'Πλήρης υποστήριξη πολλαπλών εταιρειών',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Εμφάνιση στο μοντέλο Dropdowns',
'optional' => 'προαιρετικός',
'per_page' => 'Αποτελέσματα ανά σελίδα',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Επόμενο: Δημιουργία Χρήστη',
'ldap_settings_link' => 'Σελίδα Ρυθμίσεων Ldap',
'slack_test' => 'Δοκιμή Ενσωμάτωση',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'Νέα Μηχανή Ετικέτας',
'label2_enable_help' => 'Μετάβαση στη νέα μηχανή ετικετών. Σημείωση: Θα χρειαστεί να αποθηκεύσετε αυτήν τη ρύθμιση πριν ρυθμίσετε άλλες.',
'label2_template' => 'Πρότυπο',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Ορισμοί Πεδίων',
'label2_fields_help' => 'Τα πεδία μπορούν να προστεθούν, να αφαιρεθούν και να παραγγελθούν στην αριστερή στήλη. Για κάθε πεδίο, μπορούν να προστεθούν, να αφαιρεθούν πολλαπλές επιλογές για την Ετικέτα και την Πηγή Δεδομένων και να παραγγελθούν στη δεξιά στήλη.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Το κείμενο που έχει εισαχθεί ως **text**
θα εμφανιστεί ως έντονο',
'help_blank_to_use' => 'Αφήστε κενό για να χρησιμοποιήσετε την τιμή από :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
. Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Τύπος ονόματος',
+ 'firstname_lastname_format' => 'Όνομα Επώνυμο (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Μορφή ηλεκτρονικού ταχυδρομείου',
+ 'firstname_lastname_format' => 'Όνομα Επώνυμο (jane.smith@example.com)',
+ 'first_name_format' => 'Όνομα (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Πρώτο αρχικό όνομα (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Επίθετο και πρώτο γράμμα ονόματος (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'Όνομα και επίθετο (jane_smith@example.com)',
+ 'firstinitial.lastname' => 'Πρώτο Αρχικό Όνομα (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Πρώτο Όνομα Αρχικό (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'Επώνυμο Ονόματος (janesmith@example.com)',
+ 'firstnamelastinitial' => 'Επίθετο Όνομα (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Λογότυπο Email',
+ 'label_logo' => 'Λογότυπο Ετικέτας',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Αγαπημένο',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Πλατεία λογότυπα στο email φαίνονται καλύτερα. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Λογότυπο',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/el-GR/admin/settings/message.php b/resources/lang/el-GR/admin/settings/message.php
index f53d2bc9a..247b29552 100644
--- a/resources/lang/el-GR/admin/settings/message.php
+++ b/resources/lang/el-GR/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Κάτι πήγε στραβά. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/el-GR/auth.php b/resources/lang/el-GR/auth.php
index 65d9abf63..4cf01bbed 100644
--- a/resources/lang/el-GR/auth.php
+++ b/resources/lang/el-GR/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'Αυτά τα διαπιστευτήρια δεν ταιριάζουν με τα αρχεία μας.',
'password' => 'Ο παρεχόμενος κωδικός πρόσβασης είναι εσφαλμένος.',
- 'throttle' => 'Πάρα πολλές προσπάθειες σύνδεσης. Παρακαλώ δοκιμάστε ξανά σε :seconds δευτερόλεπτα.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/el-GR/auth/message.php b/resources/lang/el-GR/auth/message.php
index a7ecbe88c..f92d4e1a7 100644
--- a/resources/lang/el-GR/auth/message.php
+++ b/resources/lang/el-GR/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'Το όνομα χρήστη ή ο κωδικός πρόσβασης είναι εσφαλμένα.',
'account_not_activated' => 'Αυτός ο λογαριασμός χρήστη δεν είναι ενεργοποιημένος.',
'account_suspended' => 'Αυτός ο λογαριασμός χρήστη έχει ανασταλεί.',
- 'account_banned' => 'Αυτός ο λογαριασμός χρήστη έχει απαγορευτεί.',
- 'throttle' => 'Πάρα πολλές αποτυχημένες προσπάθειες σύνδεσης. Παρακαλώ δοκιμάστε ξανά σε :minutes λεπτά.',
'two_factor' => array(
'already_enrolled' => 'Η συσκευή σας έχει ήδη εγγραφεί.',
diff --git a/resources/lang/el-GR/general.php b/resources/lang/el-GR/general.php
index afa826fb2..ca20cec1f 100644
--- a/resources/lang/el-GR/general.php
+++ b/resources/lang/el-GR/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Αποδοχή Αντικειμένων',
'accept_item' => 'Accept Item',
'audit' => 'Ελεγχος',
+ 'audits' => 'Audits',
'audit_report' => 'Αρχείο ελέγχου',
'assets' => 'Πάγια',
'assets_audited' => 'στοιχεία ενεργητικού ελεγμένα',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Αλλαγή κωδικού',
'checkin' => 'Μεταβίβαση ελέγχου',
'checkin_from' => 'Μεταβίβαση ελέγχου από',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Ολοκλήρωση αγοράς',
'checkouts_count' => 'Έλεγχοι',
'checkins_count' => 'Checkins',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Επεξεργασία Προφίλ',
'eol' => 'EOL',
'email_domain' => 'Email Domain',
- 'email_format' => 'Μορφή ηλεκτρονικού ταχυδρομείου',
'employee_number' => 'Αριθμός Υπάλληλου',
'email_domain_help' => 'Αυτό χρησιμοποιείται για τη δημιουργία διευθύνσεων ηλεκτρονικού ταχυδρομείου κατά την εισαγωγή',
'error' => 'Σφάλμα',
'exclude_archived' => 'Εξαίρεση Αρχειοθετημένων Αντικειμένων',
'exclude_deleted' => 'Εξαίρεση Διαγραμμένων Περιουσιακών Στοιχείων',
'example' => 'Παράδειγμα: ',
- 'filastname_format' => 'Πρώτο αρχικό όνομα (jsmith@example.com)',
- 'firstname_lastname_format' => 'Όνομα Επώνυμο (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'Όνομα και επίθετο (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => 'Επίθετο και πρώτο γράμμα ονόματος (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'Πρώτο Αρχικό Όνομα (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'Όνομα Επώνυμο (Jane Smith)',
- 'lastname_firstname_display' => 'Επώνυμο Όνομα (Smith Jane)',
- 'name_display_format' => 'Μορφή Εμφάνισης Ονόματος',
- 'first' => 'Πρώτο',
- 'firstnamelastname' => 'Επώνυμο Ονόματος (janesmith@example.com)',
- 'lastname_firstinitial' => 'Πρώτο Όνομα Αρχικό (smith_j@example.com)',
- 'firstinitial.lastname' => 'Πρώτο Αρχικό Όνομα (j.smith@example.com)',
- 'firstnamelastinitial' => 'Επίθετο Όνομα (janes@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'Όνομα',
- 'first_name_format' => 'Όνομα (jane@example.com)',
+
'files' => 'Αρχεία',
'file_name' => 'Αρχείο',
'file_type' => 'Τύπος Αρχείου',
@@ -183,6 +169,11 @@ return [
'last' => 'Τελευταίο',
'last_login' => 'Τελευταία είσοδος',
'last_name' => 'Επίθετο',
+ 'firstname_lastname_display' => 'Όνομα Επώνυμο (Jane Smith)',
+ 'lastname_firstname_display' => 'Επώνυμο Όνομα (Smith Jane)',
+ 'name_display_format' => 'Μορφή Εμφάνισης Ονόματος',
+ 'first' => 'Πρώτο',
+ 'first_name' => 'Όνομα',
'license' => 'Άδεια Χρήσεως',
'license_report' => 'Αναφορά άδειας',
'licenses_available' => 'Διαθέσιμες άδειες',
@@ -311,7 +302,6 @@ return [
'type' => 'Είδος',
'undeployable' => 'Δεν μπορεί να αναπτυχθεί',
'unknown_admin' => 'Άγνωστο Admin',
- 'username_format' => 'Τύπος ονόματος',
'username' => 'Όνομα χρήστη',
'update' => 'Ενημέρωση',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/el-GR/localizations.php b/resources/lang/el-GR/localizations.php
index a3649940d..cb1071166 100644
--- a/resources/lang/el-GR/localizations.php
+++ b/resources/lang/el-GR/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Μαλαισιανά',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Μογγολικά',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Περσικά',
'pl-PL'=> 'Πολωνικά',
diff --git a/resources/lang/el-GR/mail.php b/resources/lang/el-GR/mail.php
index 76552725a..f673edffb 100644
--- a/resources/lang/el-GR/mail.php
+++ b/resources/lang/el-GR/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Ελάχιστη ποσότητα',
'name' => 'Όνομα',
'new_item_checked' => 'Ένα νέο στοιχείο έχει ελεγχθεί με το όνομά σας, οι λεπτομέρειες είναι παρακάτω.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Σημειώσεις',
'password' => 'Κωδικός Πρόσβασης',
'password_reset' => 'Επαναφορά κωδικού πρόσβασης',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'Υπάρχει :count περιουσιακό στοιχείο που έρχεται για έλεγχο μέσα σε :threshold days.°C. Υπάρχουν :count περιουσιακά στοιχεία που έρχονται για έλεγχο εντός :threshold ημερών.',
'user' => 'Χρήστης',
'username' => 'Όνομα χρήστη',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Καλώς ήρθατε, %name',
'welcome_to' => 'Καλώς ήλθατε στο!',
'your_assets' => 'Προβολή Των Αντικειμένων Σας',
diff --git a/resources/lang/en-GB/admin/custom_fields/general.php b/resources/lang/en-GB/admin/custom_fields/general.php
index e0a697a96..37eb11409 100644
--- a/resources/lang/en-GB/admin/custom_fields/general.php
+++ b/resources/lang/en-GB/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/en-GB/admin/depreciations/general.php b/resources/lang/en-GB/admin/depreciations/general.php
index 1a5666f9d..90246e9cd 100644
--- a/resources/lang/en-GB/admin/depreciations/general.php
+++ b/resources/lang/en-GB/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Warning:
You do not currently have any depreciations set up.
Please set up at least one depreciation to view the depreciation report.',
+ 'depreciation_method' => 'Depreciation Report',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/en-GB/admin/hardware/form.php b/resources/lang/en-GB/admin/hardware/form.php
index ad2b62198..7e756a4fd 100644
--- a/resources/lang/en-GB/admin/hardware/form.php
+++ b/resources/lang/en-GB/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Update only actual location',
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Processing… (This might take a bit of time on large files)',
'optional_infos' => 'Optional Information',
'order_details' => 'Order-related Information',
diff --git a/resources/lang/en-GB/admin/hardware/message.php b/resources/lang/en-GB/admin/hardware/message.php
index f9d316c54..4d432719d 100644
--- a/resources/lang/en-GB/admin/hardware/message.php
+++ b/resources/lang/en-GB/admin/hardware/message.php
@@ -67,6 +67,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -100,9 +101,10 @@ return [
],
'requests' => [
- 'error' => 'Asset was not requested, please try again',
- 'success' => 'Asset requested successfully.',
- 'canceled' => 'Checkout request successfully canceled',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Cancel this item request',
],
];
diff --git a/resources/lang/en-GB/admin/locations/message.php b/resources/lang/en-GB/admin/locations/message.php
index 8fd96c2c3..b21c70ad8 100644
--- a/resources/lang/en-GB/admin/locations/message.php
+++ b/resources/lang/en-GB/admin/locations/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'Location does not exist.',
- 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your records to no longer reference this location and try again. ',
+ 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your records to no longer reference this location and try again ',
'assoc_assets' => 'This location is currently associated with at least one asset and cannot be deleted. Please update your assets to no longer reference this location and try again. ',
'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ',
'assigned_assets' => 'Assigned Assets',
diff --git a/resources/lang/en-GB/admin/reports/general.php b/resources/lang/en-GB/admin/reports/general.php
index e590c559c..f61b07b9b 100644
--- a/resources/lang/en-GB/admin/reports/general.php
+++ b/resources/lang/en-GB/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Select the options you want for your asset report.',
'deleted_user' => 'Deleted user',
'send_reminder' => 'Send reminder',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Reminder sent',
'acceptance_deleted' => 'Acceptance request deleted',
'acceptance_request' => 'Acceptance request',
diff --git a/resources/lang/en-GB/admin/settings/general.php b/resources/lang/en-GB/admin/settings/general.php
index 22d8c7e0e..3dc3a03c2 100644
--- a/resources/lang/en-GB/admin/settings/general.php
+++ b/resources/lang/en-GB/admin/settings/general.php
@@ -25,7 +25,7 @@ return [
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.',
'audit_warning_days' => 'Audit Warning Threshold',
'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?',
- 'auto_increment_assets' => 'Generate auto-incrementing asset tags',
+ 'auto_increment_assets' => 'Enerate auto-incrementing asset tags',
'auto_increment_prefix' => 'Prefix (optional)',
'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this',
'backups' => 'Backups',
@@ -35,13 +35,14 @@ return [
'backups_clean_helptext' => "This can be useful if you're changing between database versions",
'backups_upload' => 'Upload Backup',
'backups_path' => 'Backups on the server are stored in :path
',
- 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.)0
or false
, user login will be disabled. If the value in the AD/LDAP field is set to 1
or true
or any other text means the user can log in. When the field is blank in your AD, we respect the userAccountControl
attribute, which usually allows non-suspended users to log in.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'LDAP Employee Number',
'ldap_email' => 'LDAP Email',
'ldap_test' => 'Test LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User Agent',
'login_help' => 'List of attempted logins',
'login_note' => 'Login Note',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown',
'login_remote_user_text' => 'Remote User login options',
'login_remote_user_enabled_text' => 'Enable Login with Remote User Header',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'full_multiple_companies_support_help_text' => 'Restricting users (including admins) assigned to companies to their company\'s assets.',
'full_multiple_companies_support_text' => 'Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Show in Model Dropdowns',
'optional' => 'optional',
'per_page' => 'Results Per Page',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Next: Create User',
'ldap_settings_link' => 'LDAP Settings Page',
'slack_test' => 'Test Integration',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'New Label Engine',
'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.',
'label2_template' => 'Template',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Field Definitions',
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Text entered as **text**
will be displayed as bold',
'help_blank_to_use' => 'Leave blank to use the value from :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
. Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Username Format',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Email Format',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
+ 'first_name_format' => 'First Name (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Email Logo',
+ 'label_logo' => 'Label Logo',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Square logos in email look best. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/en-GB/admin/settings/message.php b/resources/lang/en-GB/admin/settings/message.php
index 9be290174..8d9b40e95 100644
--- a/resources/lang/en-GB/admin/settings/message.php
+++ b/resources/lang/en-GB/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Something went wrong. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/en-GB/auth.php b/resources/lang/en-GB/auth.php
index db310aa1b..14d8acfce 100644
--- a/resources/lang/en-GB/auth.php
+++ b/resources/lang/en-GB/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
- 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/en-GB/auth/message.php b/resources/lang/en-GB/auth/message.php
index 588c9069c..08f638d05 100644
--- a/resources/lang/en-GB/auth/message.php
+++ b/resources/lang/en-GB/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'The username or password is incorrect.',
'account_not_activated' => 'This user account is not activated.',
'account_suspended' => 'This user account is suspended.',
- 'account_banned' => 'This user account is banned.',
- 'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
'two_factor' => array(
'already_enrolled' => 'Your device is already enrolled.',
diff --git a/resources/lang/en-GB/general.php b/resources/lang/en-GB/general.php
index 813f4bba4..9f46410d1 100644
--- a/resources/lang/en-GB/general.php
+++ b/resources/lang/en-GB/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Accept Assets',
'accept_item' => 'Accept Item',
'audit' => 'Audit',
+ 'audits' => 'Audits',
'audit_report' => 'Audit Log',
'assets' => 'Assets',
'assets_audited' => 'assets audited',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Change Password',
'checkin' => 'Checkin',
'checkin_from' => 'Checkin from',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Checkout',
'checkouts_count' => 'Checkouts',
'checkins_count' => 'Checkins',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Edit Your Profile',
'eol' => 'EOL',
'email_domain' => 'Email Domain',
- 'email_format' => 'Email Format',
'employee_number' => 'Employee Number',
'email_domain_help' => 'This is used to generate email addresses when importing',
'error' => 'Error',
'exclude_archived' => 'Exclude Archived Assets',
'exclude_deleted' => 'Exclude Deleted Assets',
'example' => 'Example: ',
- 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
- 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'First Initial Last Name (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
- 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
- 'name_display_format' => 'Name Display Format',
- 'first' => 'First',
- 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
- 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
- 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
- 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'First Name',
- 'first_name_format' => 'First Name (jane@example.com)',
+
'files' => 'Files',
'file_name' => 'File',
'file_type' => 'File Type',
@@ -183,6 +169,11 @@ return [
'last' => 'Last',
'last_login' => 'Last Login',
'last_name' => 'Last Name',
+ 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
+ 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
+ 'name_display_format' => 'Name Display Format',
+ 'first' => 'First',
+ 'first_name' => 'First Name',
'license' => 'License',
'license_report' => 'License Report',
'licenses_available' => 'Licences available',
@@ -311,7 +302,6 @@ return [
'type' => 'Type',
'undeployable' => 'Un-deployable',
'unknown_admin' => 'Unknown Admin',
- 'username_format' => 'Username Format',
'username' => 'Username',
'update' => 'Update',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/en-GB/localizations.php b/resources/lang/en-GB/localizations.php
index 3647db6e2..a2c596233 100644
--- a/resources/lang/en-GB/localizations.php
+++ b/resources/lang/en-GB/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malay',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolian',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persian',
'pl-PL'=> 'Polish',
diff --git a/resources/lang/en-GB/mail.php b/resources/lang/en-GB/mail.php
index c283792c6..04bb2d01e 100644
--- a/resources/lang/en-GB/mail.php
+++ b/resources/lang/en-GB/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Min QTY',
'name' => 'Name',
'new_item_checked' => 'A new item has been checked out under your name, details are below.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Notes',
'password' => 'Password',
'password_reset' => 'Password Reset',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.',
'user' => 'User',
'username' => 'Username',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Welcome :name',
'welcome_to' => 'Welcome to :web!',
'your_assets' => 'View Your Assets',
diff --git a/resources/lang/en-GB/validation.php b/resources/lang/en-GB/validation.php
index 7d7840eb4..e4cd40bf6 100644
--- a/resources/lang/en-GB/validation.php
+++ b/resources/lang/en-GB/validation.php
@@ -32,7 +32,7 @@ return [
'string' => 'The :attribute field must be between :min and :max characters.',
],
'boolean' => 'The :attribute field must be true or false.',
- 'can' => 'The :attribute field contains an unauthorized value.',
+ 'can' => 'The :attribute field contains an unauthorised value.',
'confirmed' => 'The :attribute field confirmation does not match.',
'contains' => 'The :attribute field is missing a required value.',
'current_password' => 'The password is incorrect.',
diff --git a/resources/lang/en-ID/admin/categories/message.php b/resources/lang/en-ID/admin/categories/message.php
index a3b42e7d8..6a10dc04f 100644
--- a/resources/lang/en-ID/admin/categories/message.php
+++ b/resources/lang/en-ID/admin/categories/message.php
@@ -14,7 +14,7 @@ return array(
'update' => array(
'error' => 'Kategori gagal diupdate, silahkan coba lagi',
'success' => 'Kategori berhasil diupdate.',
- 'cannot_change_category_type' => 'You cannot change the category type once it has been created',
+ 'cannot_change_category_type' => 'Anda tidak bisa mengubah tipe kategori jika sudah dibuat',
),
'delete' => array(
diff --git a/resources/lang/en-ID/admin/custom_fields/general.php b/resources/lang/en-ID/admin/custom_fields/general.php
index 3d0a83eb3..b4a3a68f4 100644
--- a/resources/lang/en-ID/admin/custom_fields/general.php
+++ b/resources/lang/en-ID/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Manage',
'field' => 'Bidang',
'about_fieldsets_title' => 'Tentang Fieldsets',
- 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
+ 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.',
'custom_format' => 'Custom Regex format...',
'encrypt_field' => 'Enkripsikan nilai bidang ini di database',
'encrypt_field_help' => 'PERINGATAN: Mengenkripsi sebuah field membuatnya tidak bisa ditelusuri.
@@ -60,5 +60,6 @@ return [
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/en-ID/admin/depreciations/general.php b/resources/lang/en-ID/admin/depreciations/general.php
index 20af94a7f..436f37f5f 100644
--- a/resources/lang/en-ID/admin/depreciations/general.php
+++ b/resources/lang/en-ID/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Warning:
You do not currently have any depreciations set up.
Please set up at least one depreciation to view the depreciation report.',
+ 'depreciation_method' => 'Depreciation Report',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/en-ID/admin/hardware/form.php b/resources/lang/en-ID/admin/hardware/form.php
index fd95e0a12..6245ec205 100644
--- a/resources/lang/en-ID/admin/hardware/form.php
+++ b/resources/lang/en-ID/admin/hardware/form.php
@@ -56,9 +56,9 @@ return [
'asset_location_update_actual' => 'Update only actual location',
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
- 'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
- 'optional_infos' => 'Optional Information',
+ 'asset_deployable' => 'This asset can be checked out.',
+ 'processing_spinner' => 'Memproses ( Hal ini mungkin memerlukan waktu untuk data yang besar)',
+ 'optional_infos' => 'Informasi Pilihan',
'order_details' => 'Order Related Information',
'calc_eol' => 'If nulling the EOL date, use automatic EOL calculation based on the purchase date and EOL rate.',
];
diff --git a/resources/lang/en-ID/admin/hardware/general.php b/resources/lang/en-ID/admin/hardware/general.php
index 6e768a0e5..c2dd2c065 100644
--- a/resources/lang/en-ID/admin/hardware/general.php
+++ b/resources/lang/en-ID/admin/hardware/general.php
@@ -27,8 +27,7 @@ return [
'undeployable_tooltip' => 'This asset has a status label that is undeployable and cannot be checked out at this time.',
'view' => 'Lihat aset',
'csv_error' => 'You have an error in your CSV file:',
- 'import_text' => 'Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings
.
Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
- ', + 'import_text' => 'Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings
.
Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
', 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith
) format',
'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith
) format',
'csv_import_match_first' => 'Try to match users by first name (jane
) format',
diff --git a/resources/lang/en-ID/admin/hardware/message.php b/resources/lang/en-ID/admin/hardware/message.php
index e5ef90bb0..15a2e97e5 100644
--- a/resources/lang/en-ID/admin/hardware/message.php
+++ b/resources/lang/en-ID/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Aset tidak dikembalikan, coba lagi',
- 'success' => 'Aset Berhasil dikembalikan.',
- 'canceled' => 'Permintaan checkout berhasil dibatalkan',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Cancel this item request',
],
];
diff --git a/resources/lang/en-ID/admin/hardware/table.php b/resources/lang/en-ID/admin/hardware/table.php
index 015623bd1..fe1d6541e 100644
--- a/resources/lang/en-ID/admin/hardware/table.php
+++ b/resources/lang/en-ID/admin/hardware/table.php
@@ -5,12 +5,12 @@ return [
'asset_tag' => 'Tag Aset',
'asset_model' => 'Model',
'assigned_to' => 'Ditetapkan untuk',
- 'book_value' => 'Current Value',
+ 'book_value' => 'Nilai saat ini',
'change' => 'Masuk/keluar',
'checkout_date' => 'Tanggal Check out',
'checkoutto' => 'Memeriksa',
'components_cost' => 'Total Components Cost',
- 'current_value' => 'Current Value',
+ 'current_value' => 'Nilai saat ini',
'diff' => 'Diff',
'dl_csv' => 'Unduh CSV',
'eol' => 'EOL',
diff --git a/resources/lang/en-ID/admin/locations/message.php b/resources/lang/en-ID/admin/locations/message.php
index 1303e0af9..66e854c59 100644
--- a/resources/lang/en-ID/admin/locations/message.php
+++ b/resources/lang/en-ID/admin/locations/message.php
@@ -3,11 +3,11 @@
return array(
'does_not_exist' => 'Lokasi tidak ada.',
- 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your records to no longer reference this location and try again. ',
+ 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your records to no longer reference this location and try again ',
'assoc_assets' => 'Saat ini kategori ini terkait dengan setidaknya satu pengguna dan tidak dapat dihapus. Silahkan perbaharui pengguna anda untuk tidak lagi tereferensi dengan kategori ini dan coba lagi. ',
'assoc_child_loc' => 'Lokasi ini saat ini merupakan induk dari setidaknya satu lokasi anak dan tidak dapat dihapus. Perbarui lokasi Anda agar tidak lagi merujuk lokasi ini dan coba lagi. ',
'assigned_assets' => 'Assigned Assets',
- 'current_location' => 'Current Location',
+ 'current_location' => 'Lokasi saat ini',
'open_map' => 'Open in :map_provider_icon Maps',
diff --git a/resources/lang/en-ID/admin/models/message.php b/resources/lang/en-ID/admin/models/message.php
index 4b69b6df0..ac1cb1792 100644
--- a/resources/lang/en-ID/admin/models/message.php
+++ b/resources/lang/en-ID/admin/models/message.php
@@ -2,10 +2,10 @@
return array(
- 'deleted' => 'Deleted asset model',
+ 'deleted' => 'Hapus model asset',
'does_not_exist' => 'Model tidak ada.',
- 'no_association' => 'WARNING! The asset model for this item is invalid or missing!',
- 'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
+ 'no_association' => '!',
+ 'no_association_fix' => '.',
'assoc_users' => 'Model ini saat ini dikaitkan dengan satu atau lebih aset dan tidak dapat dihapus. Harap hapus asetnya, lalu coba hapus lagi. ',
'invalid_category_type' => 'This category must be an asset category.',
diff --git a/resources/lang/en-ID/admin/reports/general.php b/resources/lang/en-ID/admin/reports/general.php
index 718b6124c..39dd2ba70 100644
--- a/resources/lang/en-ID/admin/reports/general.php
+++ b/resources/lang/en-ID/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Pilih opsi yang Anda inginkan untuk laporan aset Anda.',
'deleted_user' => 'Deleted user',
'send_reminder' => 'Send reminder',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Reminder sent',
'acceptance_deleted' => 'Acceptance request deleted',
'acceptance_request' => 'Acceptance request',
diff --git a/resources/lang/en-ID/admin/settings/general.php b/resources/lang/en-ID/admin/settings/general.php
index ae733008e..a805f2444 100644
--- a/resources/lang/en-ID/admin/settings/general.php
+++ b/resources/lang/en-ID/admin/settings/general.php
@@ -25,7 +25,7 @@ return [
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.',
'audit_warning_days' => 'Ambang Peringatan Audit',
'audit_warning_days_help' => 'Berapa hari sebelum kami harus memperingatkan aset yang akan dilelang?',
- 'auto_increment_assets' => 'Generate auto-incrementing asset tags',
+ 'auto_increment_assets' => 'Enerate auto-incrementing asset tags',
'auto_increment_prefix' => 'Awalan (opsional)',
'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this',
'backups' => 'Cadangkan',
@@ -35,13 +35,14 @@ return [
'backups_clean_helptext' => "This can be useful if you're changing between database versions",
'backups_upload' => 'Upload Backup',
'backups_path' => 'Backups on the server are stored in :path
',
- 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.)0
or false
, user login will be disabled. If the value in the AD/LDAP field is set to 1
or true
or any other text means the user can log in. When the field is blank in your AD, we respect the userAccountControl
attribute, which usually allows non-suspended users to log in.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'Nomor Karyawan LDAP',
'ldap_email' => 'Email LDAP',
'ldap_test' => 'Test LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User Agent',
'login_help' => 'List of attempted logins',
'login_note' => 'Catatan Masuk',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Opsional memasukkan beberapa kalimat di layar masuk anda, misalnya membantu orang-orang yang telah menemukan perangkat yang hilang atau dicuri. Bidang ini menerima Rasa penurunan Github',
'login_remote_user_text' => 'Opsi masuk untuk Pengguna Jarak Jauh',
'login_remote_user_enabled_text' => 'Aktifkan Login dengan Remote User Header',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Menggunakan branding Anda pada semua hasil cetak daftar aset ',
'full_multiple_companies_support_help_text' => 'Membatasi pengguna (termasuk admin) yang ditugaskan ke perusahaan untuk aset perusahaan mereka.',
'full_multiple_companies_support_text' => 'Dukungan Banyak Perusahaan',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Tunjukkan di Model dalam urutan ke bawah',
'optional' => 'pilihan',
'per_page' => 'Hasil Per Halaman',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Next: Create User',
'ldap_settings_link' => 'LDAP Settings Page',
'slack_test' => 'Test Integration',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'New Label Engine',
'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.',
'label2_template' => 'Template',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Field Definitions',
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Text entered as **text**
will be displayed as bold',
'help_blank_to_use' => 'Leave blank to use the value from :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
. Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Format nama pengguna',
+ 'firstname_lastname_format' => 'Nama Depan Nama Belakang (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Format Surel',
+ 'firstname_lastname_format' => 'Nama Depan Nama Belakang (jane.smith@example.com)',
+ 'first_name_format' => 'Nama Depan (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Nama Depan Nama Belakang (jane.smith@example.com)',
+ 'lastnamefirstinitial_format' => 'Nama Depan First Initial (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'Nama Depan Nama Belakang (jane.smith@example.com)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Logo Email',
+ 'label_logo' => 'Logo Label',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Ikonfavorit',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Logo berbentuk kotak terlihat bagus pada email. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/en-ID/admin/settings/message.php b/resources/lang/en-ID/admin/settings/message.php
index 465c0de5c..570837708 100644
--- a/resources/lang/en-ID/admin/settings/message.php
+++ b/resources/lang/en-ID/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Something went wrong. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/en-ID/admin/statuslabels/message.php b/resources/lang/en-ID/admin/statuslabels/message.php
index 7096987ed..9e97935e3 100644
--- a/resources/lang/en-ID/admin/statuslabels/message.php
+++ b/resources/lang/en-ID/admin/statuslabels/message.php
@@ -3,7 +3,7 @@
return [
'does_not_exist' => 'Label Status tidak tersedia.',
- 'deleted_label' => 'Deleted Status Label',
+ 'deleted_label' => 'Hapus status Label',
'assoc_assets' => 'Label status ini dikaitkan dengan setidaknya satu aset dan tidak dapat dihapus. Harap perbarui aset anda agar tidak merujuk pada status ini dan coba lagi. ',
'create' => [
diff --git a/resources/lang/en-ID/admin/users/table.php b/resources/lang/en-ID/admin/users/table.php
index e3269b25d..0bf7d9ceb 100644
--- a/resources/lang/en-ID/admin/users/table.php
+++ b/resources/lang/en-ID/admin/users/table.php
@@ -22,7 +22,7 @@ return array(
'managed_locations' => 'Lokasi yang Dikelola',
'managed_users' => 'Managed Users',
'name' => 'Nama',
- 'nogroup' => 'No groups have been created yet. To add one, visit: ',
+ 'nogroup' => 'No groups have been created yet. To add one, visit:',
'notes' => 'Catatan',
'password_confirm' => 'Konfirmasi kata sandi',
'password' => 'Kata Sandi',
diff --git a/resources/lang/en-ID/auth.php b/resources/lang/en-ID/auth.php
index db310aa1b..14d8acfce 100644
--- a/resources/lang/en-ID/auth.php
+++ b/resources/lang/en-ID/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
- 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/en-ID/auth/message.php b/resources/lang/en-ID/auth/message.php
index 1c234cba0..501715dd4 100644
--- a/resources/lang/en-ID/auth/message.php
+++ b/resources/lang/en-ID/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'Nama pengguna atau kata sandi salah.',
'account_not_activated' => 'Akun pengguna ini tidak aktif.',
'account_suspended' => 'Akun pengguna ini ditangguhkan.',
- 'account_banned' => 'Akun pengguna ini diblokir.',
- 'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
'two_factor' => array(
'already_enrolled' => 'Your device is already enrolled.',
diff --git a/resources/lang/en-ID/general.php b/resources/lang/en-ID/general.php
index 5804e232c..f5bb18bbc 100644
--- a/resources/lang/en-ID/general.php
+++ b/resources/lang/en-ID/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Accept Assets',
'accept_item' => 'Accept Item',
'audit' => 'Audit',
+ 'audits' => 'Audits',
'audit_report' => 'Audit Log',
'assets' => 'Aset',
'assets_audited' => 'assets audited',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Ubah kata sandi',
'checkin' => 'Mendaftar',
'checkin_from' => 'Checkin dari',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Checkout',
'checkouts_count' => 'Keluar',
'checkins_count' => 'Masuk',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Sunting profil anda',
'eol' => 'EOL',
'email_domain' => 'Email Domain',
- 'email_format' => 'Format Surel',
'employee_number' => 'Employee Number',
'email_domain_help' => 'Ini digunakan untuk menghasilkan alamat surel ketika saat mengimpor',
'error' => 'Error',
'exclude_archived' => 'Exclude Archived Assets',
'exclude_deleted' => 'Exclude Deleted Assets',
'example' => 'Example: ',
- 'filastname_format' => 'Nama Depan Nama Belakang (jane.smith@example.com)',
- 'firstname_lastname_format' => 'Nama Depan Nama Belakang (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'Nama Depan Nama Belakang (jane.smith@example.com)',
- 'lastnamefirstinitial_format' => 'Nama Depan First Initial (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'First Initial Last Name (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
- 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
- 'name_display_format' => 'Name Display Format',
- 'first' => 'Pertama',
- 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
- 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
- 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
- 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'Nama Pertama',
- 'first_name_format' => 'Nama Depan (jane@example.com)',
+
'files' => 'Berkas',
'file_name' => 'Berkas',
'file_type' => 'File Type',
@@ -183,6 +169,11 @@ return [
'last' => 'Terakhir',
'last_login' => 'Login terakhir',
'last_name' => 'Nama Belakang',
+ 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
+ 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
+ 'name_display_format' => 'Name Display Format',
+ 'first' => 'Pertama',
+ 'first_name' => 'Nama Pertama',
'license' => 'Lisensi',
'license_report' => 'Laporan Lisensi',
'licenses_available' => 'Licenses available',
@@ -311,7 +302,6 @@ return [
'type' => 'Jenis',
'undeployable' => 'Tidak dapat disebarkan',
'unknown_admin' => 'Admin tidak diketahui',
- 'username_format' => 'Format nama pengguna',
'username' => 'Nama Pengguna',
'update' => 'Perbarui',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/en-ID/localizations.php b/resources/lang/en-ID/localizations.php
index fdca1532b..827ed4fca 100644
--- a/resources/lang/en-ID/localizations.php
+++ b/resources/lang/en-ID/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malay',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolian',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persian',
'pl-PL'=> 'Polish',
diff --git a/resources/lang/en-ID/mail.php b/resources/lang/en-ID/mail.php
index f8bdb4c8f..0401546f5 100644
--- a/resources/lang/en-ID/mail.php
+++ b/resources/lang/en-ID/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'QTY minimum',
'name' => 'Nama',
'new_item_checked' => 'Item baru sudah diperiksa atas nama anda, rinciannya dibawah ini.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Catatan',
'password' => 'Kata Sandi',
'password_reset' => 'Atur ulang kata sandi',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.',
'user' => 'Pengguna',
'username' => 'Nama Pengguna',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Selamat datang :nama',
'welcome_to' => 'Selamat datang di :Web!',
'your_assets' => 'View Your Assets',
diff --git a/resources/lang/en-US/admin/custom_fields/general.php b/resources/lang/en-US/admin/custom_fields/general.php
index c9ae61c96..68e840edd 100644
--- a/resources/lang/en-US/admin/custom_fields/general.php
+++ b/resources/lang/en-US/admin/custom_fields/general.php
@@ -5,7 +5,7 @@ return [
'manage' => 'Manage',
'field' => 'Field',
'about_fieldsets_title' => 'About Fieldsets',
- 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
+ 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.',
'custom_format' => 'Custom Regex format...',
'encrypt_field' => 'Encrypt the value of this field in the database',
'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.',
diff --git a/resources/lang/en-US/admin/depreciations/general.php b/resources/lang/en-US/admin/depreciations/general.php
index 4a9a9b8cd..90246e9cd 100644
--- a/resources/lang/en-US/admin/depreciations/general.php
+++ b/resources/lang/en-US/admin/depreciations/general.php
@@ -13,7 +13,7 @@ return [
'no_depreciations_warning' => 'Warning:
You do not currently have any depreciations set up.
Please set up at least one depreciation to view the depreciation report.',
- 'depreciation_method' => 'Depreciation Method',
+ 'depreciation_method' => 'Depreciation Report',
'linear_depreciation' => 'Linear (Default)',
'half_1' => 'Half-year convention, always applied',
'half_2' => 'Half-year convention, applied with condition',
diff --git a/resources/lang/en-US/admin/hardware/general.php b/resources/lang/en-US/admin/hardware/general.php
index 084e171d4..674047657 100644
--- a/resources/lang/en-US/admin/hardware/general.php
+++ b/resources/lang/en-US/admin/hardware/general.php
@@ -27,8 +27,7 @@ return [
'undeployable_tooltip' => 'This asset has a status label that is undeployable and cannot be checked out at this time.',
'view' => 'View Asset',
'csv_error' => 'You have an error in your CSV file:',
- 'import_text' => 'Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings
.
Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
- ', + 'import_text' => 'Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings
.
Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
', 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith
) format',
'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith
) format',
'csv_import_match_first' => 'Try to match users by first name (jane
) format',
diff --git a/resources/lang/en-US/admin/locations/message.php b/resources/lang/en-US/admin/locations/message.php
index 8fd96c2c3..b21c70ad8 100644
--- a/resources/lang/en-US/admin/locations/message.php
+++ b/resources/lang/en-US/admin/locations/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'Location does not exist.',
- 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your records to no longer reference this location and try again. ',
+ 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your records to no longer reference this location and try again ',
'assoc_assets' => 'This location is currently associated with at least one asset and cannot be deleted. Please update your assets to no longer reference this location and try again. ',
'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ',
'assigned_assets' => 'Assigned Assets',
diff --git a/resources/lang/en-US/admin/settings/general.php b/resources/lang/en-US/admin/settings/general.php
index 27b185d7c..110a0a6f0 100644
--- a/resources/lang/en-US/admin/settings/general.php
+++ b/resources/lang/en-US/admin/settings/general.php
@@ -25,7 +25,7 @@ return [
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.',
'audit_warning_days' => 'Audit Warning Threshold',
'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?',
- 'auto_increment_assets' => 'Generate auto-incrementing asset tags',
+ 'auto_increment_assets' => 'Enerate auto-incrementing asset tags',
'auto_increment_prefix' => 'Prefix (optional)',
'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this',
'backups' => 'Backups',
@@ -35,7 +35,7 @@ return [
'backups_clean_helptext' => "This can be useful if you're changing between database versions",
'backups_upload' => 'Upload Backup',
'backups_path' => 'Backups on the server are stored in :path
',
- 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.)0
o falso
, el inicio de sesión de usuario será deshabilitado. Si el valor en el campo AD/LDAP está establecido en 1
o true
o cualquier otro texto significa que el usuario puede iniciar sesión. Cuando el campo está en blanco en su AD, respetamos el atributo userAccountControl
, que generalmente permite a los usuarios no suspendidos iniciar sesión.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'Número de empleado LDAP',
'ldap_email' => 'Correo electrónico LDAP',
'ldap_test' => 'Probar LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'Agente de usuario',
'login_help' => 'Lista de intentos de inicio de sesión',
'login_note' => 'Nota en inicio de sesión',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Opcionalmente incluya algunas frases en su pantalla de inicio de sesión, por ejemplo para ayudar a las personas que han encontrado un dispositivo perdido o robado. Este campo acepta markdown estilo Github',
'login_remote_user_text' => 'Opciones de inicio de sesión de usuario remoto',
'login_remote_user_enabled_text' => 'Activar inicio de sesión con la cabecera de usuario remota',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Utilice la marca de la empresa en las listas de activos imprimibles ',
'full_multiple_companies_support_help_text' => 'Limitar los usuarios asignados a compañías (incluyendo administradores) solo a los activos de esa compañía.',
'full_multiple_companies_support_text' => 'Soporte completo a múltiples compañías',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Mostrar en menús desplegables de modelos',
'optional' => 'opcional',
'per_page' => 'Resultados por página',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Siguiente: Crear usuario',
'ldap_settings_link' => 'Página de configuración de LDAP',
'slack_test' => 'Prueba de integración de ',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'Nuevo motor de etiquetas',
'label2_enable_help' => 'Cambiar al nuevo motor de etiquetas. Nota: Deberá guardar esta configuración antes de configurar otros parámetros.',
'label2_template' => 'Plantilla',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'Los datos que incluirá el código de barra 2D',
'label2_fields' => 'Definiciones del campo',
'label2_fields_help' => 'Los campos se pueden añadir, eliminar y reordenar en la columna izquierda. Para cada campo, se pueden agregar, eliminar y reordenar múltiples opciones para etiquetas y para orígenes de datos en la columna derecha.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Texto introducido como **texto**
se mostrará como negrita',
'help_blank_to_use' => 'Deje en blanco para usar el valor de :setting_name
',
'help_default_will_use' => ':default
usará el valor de :setting_name
. Configuración de administración > Grupos de permisos
.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Formato de nombre de usuario',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Apellido.Nombre (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Formato de correo electrónico',
+ 'firstname_lastname_format' => 'Nombre y apellido (jane.smith@ejemplo.com)',
+ 'first_name_format' => 'Nombre (jane@ejemplo.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Inicial del nombre y apellido (jsmith@ejemplo.com)',
+ 'lastnamefirstinitial_format' => 'Apellido e inicial del nombre (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'Nombre y apellido (jane_smith@ejemplo.com)',
+ 'firstinitial.lastname' => 'Inicial del nombre y apellido (j.smith@ejemplo.com)',
+ 'lastname_firstinitial' => 'Apellido e inicial del nombre (smith_j@ejemplo.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'Nombre y apellido (janesmith@example.com)',
+ 'firstnamelastinitial' => 'Nombre e inicial del apellido (janes@example.com)',
+ 'lastnamefirstname' => 'Apellido.Nombre (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Logo de correo electrónico',
+ 'label_logo' => 'Logo de etiqueta',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Los logotipos cuadrados en el correo electrónico se ven mejor. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/es-CO/admin/settings/message.php b/resources/lang/es-CO/admin/settings/message.php
index bbc3c97b5..33d2eb368 100644
--- a/resources/lang/es-CO/admin/settings/message.php
+++ b/resources/lang/es-CO/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Algo salió mal. :( ',
'webhook_fail' => ' Notificación de webhook fallida: Compruebe que la URL sigue siendo válida.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/es-CO/auth.php b/resources/lang/es-CO/auth.php
index 0c664fc58..d4c25934f 100644
--- a/resources/lang/es-CO/auth.php
+++ b/resources/lang/es-CO/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'Estas credenciales no coinciden con nuestros registros.',
'password' => 'La contraseña proporcionada es incorrecta.',
- 'throttle' => 'Demasiados intentos de inicio de sesión. Por favor, inténtelo de nuevo en :seconds segundos.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/es-CO/auth/message.php b/resources/lang/es-CO/auth/message.php
index c0b0f0dc4..dbb726555 100644
--- a/resources/lang/es-CO/auth/message.php
+++ b/resources/lang/es-CO/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'El nombre de usuario o la contraseña son incorrectos.',
'account_not_activated' => 'Esta cuenta de usuario no está activada.',
'account_suspended' => 'Esta cuenta de usuario está suspendida.',
- 'account_banned' => 'Esta cuenta de usuario está bloqueada.',
- 'throttle' => 'Demasiados intentos de inicio de sesión fallidos. Por favor, intente otra vez en :minutes minuto(s).',
'two_factor' => array(
'already_enrolled' => 'Su dispositivo ya está inscrito.',
diff --git a/resources/lang/es-CO/general.php b/resources/lang/es-CO/general.php
index 9d81a2a5a..9ece3ee3a 100644
--- a/resources/lang/es-CO/general.php
+++ b/resources/lang/es-CO/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Aceptar activos',
'accept_item' => 'Accept Item',
'audit' => 'Auditar',
+ 'audits' => 'Audits',
'audit_report' => 'Registro de auditoría',
'assets' => 'Activos',
'assets_audited' => 'activos auditados',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Cambiar contraseña',
'checkin' => 'Ingresar',
'checkin_from' => 'Ingreso proveniente de',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Asignar',
'checkouts_count' => 'Asignaciones',
'checkins_count' => 'Ingresos',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Editar perfil',
'eol' => 'Fin de soporte (EOL)',
'email_domain' => 'Dominio de correo electrónico',
- 'email_format' => 'Formato de correo electrónico',
'employee_number' => 'Número de empleado',
'email_domain_help' => 'Se utiliza para generar direcciones de correo electrónico al importar',
'error' => 'Error',
'exclude_archived' => 'Excluir activos archivados',
'exclude_deleted' => 'Excluir activos eliminados',
'example' => 'Ejemplo: ',
- 'filastname_format' => 'Inicial del nombre y apellido (jsmith@ejemplo.com)',
- 'firstname_lastname_format' => 'Nombre y apellido (jane.smith@ejemplo.com)',
- 'firstname_lastname_underscore_format' => 'Nombre y apellido (jane_smith@ejemplo.com)',
- 'lastnamefirstinitial_format' => 'Apellido e inicial del nombre (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'Inicial del nombre y apellido (j.smith@ejemplo.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'Nombre y apellido (Jane Smith)',
- 'lastname_firstname_display' => 'Apellido y nombre (Smith Jane)',
- 'name_display_format' => 'Formato para mostrar el nombre',
- 'first' => 'Primero',
- 'firstnamelastname' => 'Nombre y apellido (janesmith@example.com)',
- 'lastname_firstinitial' => 'Apellido e inicial del nombre (smith_j@ejemplo.com)',
- 'firstinitial.lastname' => 'Inicial del nombre y apellido (j.smith@ejemplo.com)',
- 'firstnamelastinitial' => 'Nombre e inicial del apellido (janes@example.com)',
- 'lastnamefirstname' => 'Apellido.Nombre (smith.jane@example.com)',
- 'first_name' => 'Nombres',
- 'first_name_format' => 'Nombre (jane@ejemplo.com)',
+
'files' => 'Archivos',
'file_name' => 'Archivo',
'file_type' => 'Tipo de archivo',
@@ -183,6 +169,11 @@ return [
'last' => 'Último',
'last_login' => 'Último inicio de sesión',
'last_name' => 'Apellidos',
+ 'firstname_lastname_display' => 'Nombre y apellido (Jane Smith)',
+ 'lastname_firstname_display' => 'Apellido y nombre (Smith Jane)',
+ 'name_display_format' => 'Formato para mostrar el nombre',
+ 'first' => 'Primero',
+ 'first_name' => 'Nombres',
'license' => 'Licencia',
'license_report' => 'Informe de licencias',
'licenses_available' => 'Licencias disponibles',
@@ -311,7 +302,6 @@ return [
'type' => 'Tipo',
'undeployable' => 'No utilizable',
'unknown_admin' => 'Administrador desconocido',
- 'username_format' => 'Formato de nombre de usuario',
'username' => 'Nombre de usuario',
'update' => 'Actualizar',
'updating_item' => 'Actualizando :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Sitio por defecto',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/es-CO/localizations.php b/resources/lang/es-CO/localizations.php
index e047862dc..6bb06dde9 100644
--- a/resources/lang/es-CO/localizations.php
+++ b/resources/lang/es-CO/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malayo',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongol',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Noruego Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persa',
'pl-PL'=> 'Polaco',
diff --git a/resources/lang/es-CO/mail.php b/resources/lang/es-CO/mail.php
index 4c80d9d6a..b02024541 100644
--- a/resources/lang/es-CO/mail.php
+++ b/resources/lang/es-CO/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Cantidad mínima',
'name' => 'Nombre',
'new_item_checked' => 'Un nuevo artículo ha sido asignado a su nombre, los detalles están a continuación.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Notas',
'password' => 'Contraseña',
'password_reset' => 'Reiniciar la contraseña',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'Hay :count activo para ser auditado antes de :threshold días.|Hay :count activos para ser auditados antes de :threshold días.',
'user' => 'Usuario',
'username' => 'Nombre de usuario',
- 'unaccepted_asset_reminder' => 'Tiene activos pendientes por aceptar.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Bienvenido, :name',
'welcome_to' => '¡Bienvenido a: web!',
'your_assets' => 'Ver sus activos',
diff --git a/resources/lang/es-ES/admin/custom_fields/general.php b/resources/lang/es-ES/admin/custom_fields/general.php
index b23260179..f40ed063a 100644
--- a/resources/lang/es-ES/admin/custom_fields/general.php
+++ b/resources/lang/es-ES/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'Este campo está cifrado, por lo que algunas opciones de visualización no estarán disponibles.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/es-ES/admin/depreciations/general.php b/resources/lang/es-ES/admin/depreciations/general.php
index e0f7c86f6..c51fe291a 100644
--- a/resources/lang/es-ES/admin/depreciations/general.php
+++ b/resources/lang/es-ES/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Advertencia:
No tiene ninguna depreciación configurada.
Por favor, configure al menos una depreciación para ver el informe de depreciaciones.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Convención semestral, aplicada con condición',
];
diff --git a/resources/lang/es-ES/admin/hardware/form.php b/resources/lang/es-ES/admin/hardware/form.php
index ac59a4e0c..022d1993e 100644
--- a/resources/lang/es-ES/admin/hardware/form.php
+++ b/resources/lang/es-ES/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Actualizar sólo la ubicación actual',
'asset_not_deployable' => 'Ese estado de activos es no utilizable. Este activo no puede ser asignado.',
'asset_not_deployable_checkin' => 'Ese estado del activo no es utilizable. El uso de esta etiqueta de estado ingresará el activo.',
- 'asset_deployable' => 'El estado indica que es utilizable. Este activo puede ser asignado.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Procesando... (Esto puede tomar un poco de tiempo en archivos grandes)',
'optional_infos' => 'Información opcional',
'order_details' => 'Información relacionada con el pedido',
diff --git a/resources/lang/es-ES/admin/hardware/message.php b/resources/lang/es-ES/admin/hardware/message.php
index 47e1856dc..1489eedbb 100644
--- a/resources/lang/es-ES/admin/hardware/message.php
+++ b/resources/lang/es-ES/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'El archivo seleccionado ya fue eliminado',
'header_row_has_malformed_characters' => 'Uno o más atributos en la fila del encabezado contienen caracteres UTF-8 mal formados',
'content_row_has_malformed_characters' => 'Uno o más atributos en la primera fila contienen caracteres UTF-8 mal formados',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'El activo no pudo ser solicitado, por favor inténtelo de nuevo',
- 'success' => 'Activo solicitado correctamente.',
- 'canceled' => 'La solicitud de asignación fue cancelada de forma exitosa',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Cancelar esta solicitud de elemento',
],
];
diff --git a/resources/lang/es-ES/admin/reports/general.php b/resources/lang/es-ES/admin/reports/general.php
index aab1ac06b..510fbbe4e 100644
--- a/resources/lang/es-ES/admin/reports/general.php
+++ b/resources/lang/es-ES/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Seleccione las opciones que desee para su informe de activos.',
'deleted_user' => 'Usuario eliminado',
'send_reminder' => 'Enviar recordatorio',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Recordatorio enviado',
'acceptance_deleted' => 'Solicitud de aceptación eliminada',
'acceptance_request' => 'Solicitud de aceptación',
diff --git a/resources/lang/es-ES/admin/settings/general.php b/resources/lang/es-ES/admin/settings/general.php
index e1cf5c8fe..02f249858 100644
--- a/resources/lang/es-ES/admin/settings/general.php
+++ b/resources/lang/es-ES/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Confirmar la purga',
'confirm_purge_help' => 'Introduzca el texto "DELETE" en la casilla de abajo para purgar sus registros borrados. Esta acción no se puede deshacer y borrará PERMANENTAMENTE todos los elementos y usuarios eliminados. Debería hacer primero una copia de seguridad, para estar seguro.',
'custom_css' => 'CSS Personalizado',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Introduzca cualquier CSS personalizado que desee utilizar. No incluya las etiquetas <style></style>.',
'custom_forgot_pass_url' => 'URL de restablecimiento de contraseña personalizada',
'custom_forgot_pass_url_help' => 'Esto reemplaza la URL de contraseña olvidada incorporada en la pantalla de inicio de sesión, es útil para dirigir a las personas a la funcionalidad de restablecimiento de contraseña LDAP interna o alojada. Deshabilitará efectivamente la funcionalidad de olvido de contraseña del usuario local.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Mostrar fin de soporte (EOL) en la vista de tabla',
'display_qr' => 'Mostrar código de barras en 2D',
'display_alt_barcode' => 'Mostrar códigos de barras de 1D',
- 'email_logo' => 'Logo de correo electrónico',
'barcode_type' => 'Tipo de códigos de barras de 2D',
'alt_barcode_type' => 'Tipo de código de barras de 1D',
- 'email_logo_size' => 'Los logotipos cuadrados en el correo electrónico se ven mejor. ',
'enabled' => 'Habilitado',
'eula_settings' => 'Configuración de los acuerdos de uso',
'eula_markdown' => 'Estos acuerdos de uso permiten markdown estilo Github.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Los Favicons deben ser imágenes cuadradas, de 16x16 píxeles.',
'footer_text' => 'Texto adicional en el pie de página ',
'footer_text_help' => 'Este texto aparecerá en el lado derecho del pie de página. Los enlaces son permitidos usando markdown estilo Github. Los saltos de línea, encabezados, imágenes, etc. pueden dar lugar a resultados impredecibles.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'Configuración general',
'general_settings_help' => 'Acuerdo de uso predeterminado y más',
'generate_backup' => 'Generar Respaldo',
'google_workspaces' => 'Google Workspace',
'header_color' => 'Color del encabezado',
'info' => 'Estos ajustes le permiten personalizar ciertos aspectos de su instalación.',
- 'label_logo' => 'Logo de etiqueta',
'label_logo_size' => 'Los logos cuadrados se ven mejor - se mostrarán en la parte superior derecha de cada etiqueta de activo. ',
'laravel' => 'Versión de Laravel',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'Versión LDAP',
'ldap_active_flag' => 'Flag activo LDAP',
'ldap_activated_flag_help' => 'Este valor se utiliza para determinar si un usuario sincronizado puede iniciar sesión en Snipe-IT. No afecta a la capacidad de asignarles o retirarles elementos, y debería ser el nombre de atributo dentro de su AD/LDAP, no el valor. 0
o falso
, el inicio de sesión de usuario será deshabilitado. Si el valor en el campo AD/LDAP está establecido en 1
o true
o cualquier otro texto significa que el usuario puede iniciar sesión. Cuando el campo está en blanco en su AD, respetamos el atributo userAccountControl
, que generalmente permite a los usuarios no suspendidos iniciar sesión.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'Número de empleado LDAP',
'ldap_email' => 'Correo electrónico LDAP',
'ldap_test' => 'Probar LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'Agente de usuario',
'login_help' => 'Lista de intentos de inicio de sesión',
'login_note' => 'Nota en inicio de sesión',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Opcionalmente incluya algunas frases en su pantalla de inicio de sesión, por ejemplo para ayudar a las personas que han encontrado un dispositivo perdido o robado. Este campo acepta markdown estilo Github',
'login_remote_user_text' => 'Opciones de inicio de sesión de usuario remoto',
'login_remote_user_enabled_text' => 'Habilitar inicio de sesión con encabezado de usuario remoto',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Utilice la marca de la empresa en las listas de activos imprimibles ',
'full_multiple_companies_support_help_text' => 'Limitar los usuarios asignados a compañías (incluyendo administradores) solo a los activos de esa compañía.',
'full_multiple_companies_support_text' => 'Soporte completo a múltiples compañías',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Mostrar en menús desplegables de modelos',
'optional' => 'opcional',
'per_page' => 'Resultados por página',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Siguiente: Crear usuario',
'ldap_settings_link' => 'Página de configuración de LDAP',
'slack_test' => 'Prueba de integración de ',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'Nuevo motor de etiquetas',
'label2_enable_help' => 'Cambiar al nuevo motor de etiquetas. Nota: Deberá guardar esta configuración antes de configurar otros parámetros.',
'label2_template' => 'Plantilla',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'Los datos que incluirá el código de barra 2D',
'label2_fields' => 'Definiciones del campo',
'label2_fields_help' => 'Los campos se pueden añadir, eliminar y reordenar en la columna izquierda. Para cada campo, se pueden agregar, eliminar y reordenar múltiples opciones para etiquetas y para orígenes de datos en la columna derecha.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Texto introducido como **texto**
se mostrará como negrita',
'help_blank_to_use' => 'Deje en blanco para usar el valor de :setting_name
',
'help_default_will_use' => ':default
usará el valor de :setting_name
. Configuración de administración > Grupos de permisos
.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Formato del nombre de usuario',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Apellido.Nombre (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Formato de correo electrónico',
+ 'firstname_lastname_format' => 'Nombre y apellido (jane.smith@ejemplo.com)',
+ 'first_name_format' => 'Nombre (jane@ejemplo.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Inicial del nombre y apellido (jsmith@ejemplo.com)',
+ 'lastnamefirstinitial_format' => 'Apellido e inicial del nombre (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'Nombre y apellido (jane_smith@example.com)',
+ 'firstinitial.lastname' => 'Inicial del nombre y apellido (j.smith@ejemplo.com)',
+ 'lastname_firstinitial' => 'Apellido e inicial del nombre (smith_j@ejemplo.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'Nombre y apellido (janesmith@example.com)',
+ 'firstnamelastinitial' => 'Nombre e inicial del apellido(janes@example.com)',
+ 'lastnamefirstname' => 'Apellido.Nombre (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Logo de correo electrónico',
+ 'label_logo' => 'Logo de etiqueta',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Los logotipos cuadrados en el correo electrónico se ven mejor. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/es-ES/admin/settings/message.php b/resources/lang/es-ES/admin/settings/message.php
index ca7407c50..277caf5e3 100644
--- a/resources/lang/es-ES/admin/settings/message.php
+++ b/resources/lang/es-ES/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Algo salió mal. :( ',
'webhook_fail' => ' Notificación de webhook fallida: Compruebe que la URL sigue siendo válida.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/es-ES/auth.php b/resources/lang/es-ES/auth.php
index 0c664fc58..d4c25934f 100644
--- a/resources/lang/es-ES/auth.php
+++ b/resources/lang/es-ES/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'Estas credenciales no coinciden con nuestros registros.',
'password' => 'La contraseña proporcionada es incorrecta.',
- 'throttle' => 'Demasiados intentos de inicio de sesión. Por favor, inténtelo de nuevo en :seconds segundos.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/es-ES/auth/message.php b/resources/lang/es-ES/auth/message.php
index 4f7d049ce..f2da9b689 100644
--- a/resources/lang/es-ES/auth/message.php
+++ b/resources/lang/es-ES/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'El nombre de usuario o la contraseña son incorrectos.',
'account_not_activated' => 'Esta cuenta de usuario no está activada.',
'account_suspended' => 'Esta cuenta de usuario está suspendida.',
- 'account_banned' => 'Esta cuenta de usuario está bloqueada.',
- 'throttle' => 'Demasiados intentos de inicio de sesión fallidos. Por favor, intente otra vez en :minutes minuto(s).',
'two_factor' => array(
'already_enrolled' => 'Su dispositivo ya está inscrito.',
diff --git a/resources/lang/es-ES/general.php b/resources/lang/es-ES/general.php
index 005720f85..e4ca9cf6c 100644
--- a/resources/lang/es-ES/general.php
+++ b/resources/lang/es-ES/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Aceptar activos',
'accept_item' => 'Accept Item',
'audit' => 'Auditar',
+ 'audits' => 'Audits',
'audit_report' => 'Registro de auditoría',
'assets' => 'Activos',
'assets_audited' => 'activos auditados',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Cambiar contraseña',
'checkin' => 'Ingresar',
'checkin_from' => 'Ingreso proveniente de',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Asignar',
'checkouts_count' => 'Asignaciones',
'checkins_count' => 'Ingresos',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Editar perfil',
'eol' => 'Fin de soporte (EOL)',
'email_domain' => 'Dominio de correo electrónico',
- 'email_format' => 'Formato de correo electrónico',
'employee_number' => 'Número de empleado',
'email_domain_help' => 'Se utiliza para generar direcciones de correo electrónico al importar',
'error' => 'Error',
'exclude_archived' => 'Excluir activos archivados',
'exclude_deleted' => 'Excluir activos eliminados',
'example' => 'Ejemplo: ',
- 'filastname_format' => 'Inicial del nombre y apellido (jsmith@ejemplo.com)',
- 'firstname_lastname_format' => 'Nombre y apellido (jane.smith@ejemplo.com)',
- 'firstname_lastname_underscore_format' => 'Nombre y apellido (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => 'Apellido e inicial del nombre (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'Inicial del nombre y apellido (j.smith@ejemplo.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'Nombre y apellido (Jane Smith)',
- 'lastname_firstname_display' => 'Apellido y nombre (Smith Jane)',
- 'name_display_format' => 'Formato para mostrar el nombre',
- 'first' => 'Primero',
- 'firstnamelastname' => 'Nombre y apellido (janesmith@example.com)',
- 'lastname_firstinitial' => 'Apellido e inicial del nombre (smith_j@ejemplo.com)',
- 'firstinitial.lastname' => 'Inicial del nombre y apellido (j.smith@ejemplo.com)',
- 'firstnamelastinitial' => 'Nombre e inicial del apellido(janes@example.com)',
- 'lastnamefirstname' => 'Apellido.Nombre (smith.jane@example.com)',
- 'first_name' => 'Nombre',
- 'first_name_format' => 'Nombre (jane@ejemplo.com)',
+
'files' => 'Archivos',
'file_name' => 'Archivo',
'file_type' => 'Tipo de archivo',
@@ -183,6 +169,11 @@ return [
'last' => 'Último',
'last_login' => 'Último inicio de sesión',
'last_name' => 'Apellidos',
+ 'firstname_lastname_display' => 'Nombre y apellido (Jane Smith)',
+ 'lastname_firstname_display' => 'Apellido y nombre (Smith Jane)',
+ 'name_display_format' => 'Formato para mostrar el nombre',
+ 'first' => 'Primero',
+ 'first_name' => 'Nombre',
'license' => 'Licencia',
'license_report' => 'Informe de licencias',
'licenses_available' => 'Licencias disponibles',
@@ -311,7 +302,6 @@ return [
'type' => 'Tipo',
'undeployable' => 'No utilizable',
'unknown_admin' => 'Administrador desconocido',
- 'username_format' => 'Formato del nombre de usuario',
'username' => 'Nombre de usuario',
'update' => 'Actualizar',
'updating_item' => 'Actualizando :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Sitio por defecto',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/es-ES/localizations.php b/resources/lang/es-ES/localizations.php
index 6ea56d984..f8945d4c8 100644
--- a/resources/lang/es-ES/localizations.php
+++ b/resources/lang/es-ES/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malayo',
'mi-NZ'=> 'Maorí',
'mn-MN'=> 'Mongol',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Noruego Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persa',
'pl-PL'=> 'Polaco',
diff --git a/resources/lang/es-ES/mail.php b/resources/lang/es-ES/mail.php
index 4c80d9d6a..b02024541 100644
--- a/resources/lang/es-ES/mail.php
+++ b/resources/lang/es-ES/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Cantidad mínima',
'name' => 'Nombre',
'new_item_checked' => 'Un nuevo artículo ha sido asignado a su nombre, los detalles están a continuación.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Notas',
'password' => 'Contraseña',
'password_reset' => 'Reiniciar la contraseña',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'Hay :count activo para ser auditado antes de :threshold días.|Hay :count activos para ser auditados antes de :threshold días.',
'user' => 'Usuario',
'username' => 'Nombre de usuario',
- 'unaccepted_asset_reminder' => 'Tiene activos pendientes por aceptar.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Bienvenido, :name',
'welcome_to' => '¡Bienvenido a: web!',
'your_assets' => 'Ver sus activos',
diff --git a/resources/lang/es-MX/admin/custom_fields/general.php b/resources/lang/es-MX/admin/custom_fields/general.php
index 0c43bceb5..fa18b7c90 100644
--- a/resources/lang/es-MX/admin/custom_fields/general.php
+++ b/resources/lang/es-MX/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'Este campo está cifrado, por lo que algunas opciones de visualización no estarán disponibles.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/es-MX/admin/depreciations/general.php b/resources/lang/es-MX/admin/depreciations/general.php
index 78e3c260a..b2f0680d0 100644
--- a/resources/lang/es-MX/admin/depreciations/general.php
+++ b/resources/lang/es-MX/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Advertencia:
No tiene ninguna depreciación configurada.
Por favor, configure al menos una depreciación para ver el informe de depreciación.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Convención semestral, aplicada con condición',
];
diff --git a/resources/lang/es-MX/admin/hardware/form.php b/resources/lang/es-MX/admin/hardware/form.php
index e7dc5f922..7acbe9963 100644
--- a/resources/lang/es-MX/admin/hardware/form.php
+++ b/resources/lang/es-MX/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Actualizar sólo la ubicación actual',
'asset_not_deployable' => 'Ese estado de activos es no utilizable. Este activo no puede ser asignado.',
'asset_not_deployable_checkin' => 'Ese estado del activo no es utilizable. El uso de esta etiqueta de estado ingresará el activo.',
- 'asset_deployable' => 'El estado indica que es utilizable. Este activo puede ser asignado.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Procesando... (Esto puede tomar un poco de tiempo en archivos grandes)',
'optional_infos' => 'Información opcional',
'order_details' => 'Información relacionada con el pedido',
diff --git a/resources/lang/es-MX/admin/hardware/message.php b/resources/lang/es-MX/admin/hardware/message.php
index abc68514e..78d45179f 100644
--- a/resources/lang/es-MX/admin/hardware/message.php
+++ b/resources/lang/es-MX/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'El archivo seleccionado ya fue eliminado',
'header_row_has_malformed_characters' => 'Uno o más atributos de la fila de encabezado contiene caracteres UTF-8 mal formados',
'content_row_has_malformed_characters' => 'Uno o más atributos en la primera fila contienen caracteres UTF-8 mal formados',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'El activo no pudo ser solicitado, por favor inténtelo de nuevo',
- 'success' => 'Activo solicitado correctamente.',
- 'canceled' => 'La solicitud de asignación fue cancelada de forma exitosa',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Cancelar solicitud para este elemento',
],
];
diff --git a/resources/lang/es-MX/admin/reports/general.php b/resources/lang/es-MX/admin/reports/general.php
index aab1ac06b..510fbbe4e 100644
--- a/resources/lang/es-MX/admin/reports/general.php
+++ b/resources/lang/es-MX/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Seleccione las opciones que desee para su informe de activos.',
'deleted_user' => 'Usuario eliminado',
'send_reminder' => 'Enviar recordatorio',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Recordatorio enviado',
'acceptance_deleted' => 'Solicitud de aceptación eliminada',
'acceptance_request' => 'Solicitud de aceptación',
diff --git a/resources/lang/es-MX/admin/settings/general.php b/resources/lang/es-MX/admin/settings/general.php
index 4963766ea..20bf8adc8 100644
--- a/resources/lang/es-MX/admin/settings/general.php
+++ b/resources/lang/es-MX/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Confirmar la purga',
'confirm_purge_help' => 'Introduzca el texto "DELETE" en la casilla de abajo para purgar sus registros borrados. Esta acción no se puede deshacer y borrará PERMANENTAMENTE todos los elementos y usuarios eliminados. Debería hacer primero una copia de seguridad, para estar seguro.',
'custom_css' => 'CSS Personalizado',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Introduzca cualquier CSS personalizado que desee utilizar. No incluya las etiquetas <style></style>.',
'custom_forgot_pass_url' => 'URL de restablecimiento de contraseña personalizada',
'custom_forgot_pass_url_help' => 'Esto reemplaza la URL de contraseña olvidada incorporada en la pantalla de inicio de sesión, es útil para dirigir a las personas a la funcionalidad de restablecimiento de contraseña LDAP interna o alojada. Deshabilitará efectivamente la funcionalidad de olvido de contraseña del usuario local.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Mostrar fin de soporte (EOL) en la vista de tabla',
'display_qr' => 'Mostrar código de barras en 2D',
'display_alt_barcode' => 'Mostrar códigos de barras de 1D',
- 'email_logo' => 'Logo de correo electrónico',
'barcode_type' => 'Tipo de código de barras de 2D',
'alt_barcode_type' => 'Tipo de código de barras de 1D',
- 'email_logo_size' => 'Los logotipos cuadrados se ven mejor en correo electrónico. ',
'enabled' => 'Habilitado',
'eula_settings' => 'Configuración de los acuerdos de uso',
'eula_markdown' => 'Estos acuerdos de uso permiten markdown estilo Github.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Los Favicons deben ser imágenes cuadradas, de 16x16 píxeles.',
'footer_text' => 'Texto adicional en el pie de página ',
'footer_text_help' => 'Este texto aparecerá en el lado derecho del pie de página. Los enlaces son permitidos usando markdown estilo Github. Los saltos de línea, encabezados, imágenes, etc. pueden dar lugar a resultados impredecibles.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'Configuración general',
'general_settings_help' => 'Acuerdo de uso predeterminado y más',
'generate_backup' => 'Generar copia de seguridad',
'google_workspaces' => 'Google Workspace',
'header_color' => 'Color del encabezado',
'info' => 'Estos ajustes le permiten personalizar ciertos aspectos de su instalación.',
- 'label_logo' => 'Logo de etiqueta',
'label_logo_size' => 'Los logos cuadrados se ven mejor - se mostrarán en la parte superior derecha de cada etiqueta de activo. ',
'laravel' => 'Versión de Laravel',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'Versión LDAP',
'ldap_active_flag' => 'Flag activo LDAP',
'ldap_activated_flag_help' => 'Este valor se utiliza para determinar si un usuario sincronizado puede iniciar sesión en Snipe-IT. No afecta a la capacidad de asignarles o retirarles elementos, y debería ser el nombre de atributo dentro de su AD/LDAP, no el valor. 0
o falso
, el inicio de sesión de usuario será deshabilitado. Si el valor en el campo AD/LDAP está establecido en 1
o true
o cualquier otro texto significa que el usuario puede iniciar sesión. Cuando el campo está en blanco en su AD, respetamos el atributo userAccountControl
, que generalmente permite a los usuarios no suspendidos iniciar sesión.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'Número de empleado LDAP',
'ldap_email' => 'Correo electrónico LDAP',
'ldap_test' => 'Probar LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'Agente de usuario',
'login_help' => 'Lista de intentos de inicio de sesión',
'login_note' => 'Nota en inicio de sesión',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Opcionalmente incluya algunas frases en su pantalla de inicio de sesión, por ejemplo para ayudar a las personas que han encontrado un dispositivo perdido o robado. Este campo acepta markdown estilo Github',
'login_remote_user_text' => 'Opciones de inicio de sesión de usuario remoto',
'login_remote_user_enabled_text' => 'Habilitar inicio de sesión con encabezado de usuario remoto',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Utilice la marca de la empresa en las listas de activos imprimibles ',
'full_multiple_companies_support_help_text' => 'Limitar los usuarios asignados a compañías (incluyendo administradores) solo a los activos de esa compañía.',
'full_multiple_companies_support_text' => 'Soporte completo a múltiples compañías',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Mostrar en menús desplegables de modelos',
'optional' => 'opcional',
'per_page' => 'Resultados por página',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Siguiente: Crear usuario',
'ldap_settings_link' => 'Página de configuración de LDAP',
'slack_test' => 'Prueba de integración de ',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'Nuevo motor de etiquetas',
'label2_enable_help' => 'Cambiar al nuevo motor de etiquetas. Nota: Deberá guardar esta configuración antes de configurar otros parámetros.',
'label2_template' => 'Plantilla',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'Los datos que incluirá el código de barra 2D',
'label2_fields' => 'Definiciones del campo',
'label2_fields_help' => 'Los campos se pueden añadir, eliminar y reordenar en la columna izquierda. Para cada campo, se pueden agregar, eliminar y reordenar múltiples opciones para etiquetas y para orígenes de datos en la columna derecha.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'El texto escrito como **texto**
se mostrará como negrita',
'help_blank_to_use' => 'Deje en blanco para usar el valor de :setting_name
',
'help_default_will_use' => ':default
usará el valor de :setting_name
. Configuración de administración > Grupos de permisos
.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Formato del nombre de usuario',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Apellido.Nombre (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Formato de correo electrónico',
+ 'firstname_lastname_format' => 'Nombre y apellido (jane.smith@ejemplo.com)',
+ 'first_name_format' => 'Nombre (jane@ejemplo.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Inicial del nombre y apellido (jsmith@ejemplo.com)',
+ 'lastnamefirstinitial_format' => 'Apellido e inicial del nombre (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'Nombre y apellido (jane_smith@example.com)',
+ 'firstinitial.lastname' => 'Inicial del nombre y apellido (j.smith@ejemplo.com)',
+ 'lastname_firstinitial' => 'Apellido e inicial del nombre (smith_j@ejemplo.com)',
+ 'lastname_dot_firstinitial_format' => 'Apellido e inicial del nombre (smithj@example.com)',
+ 'firstnamelastname' => 'Nombre y apellido (janesmith@example.com)',
+ 'firstnamelastinitial' => 'Nombre e inicial del apellido(janes@example.com)',
+ 'lastnamefirstname' => 'Apellido.Nombre (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Logo de correo electrónico',
+ 'label_logo' => 'Logo de etiqueta',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Los logotipos cuadrados se ven mejor en correo electrónico. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/es-MX/admin/settings/message.php b/resources/lang/es-MX/admin/settings/message.php
index 03c9db574..78d908abc 100644
--- a/resources/lang/es-MX/admin/settings/message.php
+++ b/resources/lang/es-MX/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Algo salió mal. :( ',
'webhook_fail' => ' Notificación de webhook fallida: Compruebe que la URL sigue siendo válida.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/es-MX/auth.php b/resources/lang/es-MX/auth.php
index 0c664fc58..d4c25934f 100644
--- a/resources/lang/es-MX/auth.php
+++ b/resources/lang/es-MX/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'Estas credenciales no coinciden con nuestros registros.',
'password' => 'La contraseña proporcionada es incorrecta.',
- 'throttle' => 'Demasiados intentos de inicio de sesión. Por favor, inténtelo de nuevo en :seconds segundos.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/es-MX/auth/message.php b/resources/lang/es-MX/auth/message.php
index 194a6fc72..80370f0f7 100644
--- a/resources/lang/es-MX/auth/message.php
+++ b/resources/lang/es-MX/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'El nombre de usuario o la contraseña son incorrectos.',
'account_not_activated' => 'Esta cuenta de usuario no está activada.',
'account_suspended' => 'Esta cuenta de usuario está suspendida.',
- 'account_banned' => 'Esta cuenta de usuario está bloqueada.',
- 'throttle' => 'Demasiados intentos de inicio de sesión fallidos. Por favor, intente otra vez en :minutes minuto(s).',
'two_factor' => array(
'already_enrolled' => 'Su dispositivo ya está inscrito.',
diff --git a/resources/lang/es-MX/general.php b/resources/lang/es-MX/general.php
index 793c0ed42..f33fe5fad 100644
--- a/resources/lang/es-MX/general.php
+++ b/resources/lang/es-MX/general.php
@@ -29,8 +29,9 @@ return [
'assets_available' => 'Activos disponibles',
'accept_assets' => 'Aceptar activos :name',
'accept_assets_menu' => 'Aceptar activos',
- 'accept_item' => 'Accept Item',
+ 'accept_item' => 'Aceptar ítem',
'audit' => 'Auditar',
+ 'audits' => 'Audits',
'audit_report' => 'Registro de auditoría',
'assets' => 'Activos',
'assets_audited' => 'activos auditados',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Cambiar contraseña',
'checkin' => 'Ingresar',
'checkin_from' => 'Ingreso proveniente de',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Asignar',
'checkouts_count' => 'Asignaciones',
'checkins_count' => 'Ingresos',
@@ -94,7 +97,7 @@ return [
'customize_report' => 'Personalizar informe',
'custom_report' => 'Informe personalizado de activos',
'dashboard' => 'Tablero',
- 'data_source' => 'Data Source',
+ 'data_source' => 'Fuente de los datos',
'days' => 'días',
'days_to_next_audit' => 'Días hasta la siguiente auditoría',
'date' => 'Fecha',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Editar perfil',
'eol' => 'Fin de soporte (EOL)',
'email_domain' => 'Dominio de correo electrónico',
- 'email_format' => 'Formato de correo electrónico',
'employee_number' => 'Número de empleado',
'email_domain_help' => 'Se utiliza para generar direcciones de correo electrónico al importar',
'error' => 'Error',
'exclude_archived' => 'Excluir activos archivados',
'exclude_deleted' => 'Excluir activos eliminados',
'example' => 'Ejemplo: ',
- 'filastname_format' => 'Inicial del nombre y apellido (jsmith@ejemplo.com)',
- 'firstname_lastname_format' => 'Nombre y apellido (jane.smith@ejemplo.com)',
- 'firstname_lastname_underscore_format' => 'Nombre y apellido (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => 'Apellido e inicial del nombre (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'Inicial del nombre y apellido (j.smith@ejemplo.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'Nombre y apellido (Jane Smith)',
- 'lastname_firstname_display' => 'Apellido y nombre (Smith Jane)',
- 'name_display_format' => 'Formato para mostrar el nombre',
- 'first' => 'Primero',
- 'firstnamelastname' => 'Nombre y apellido (janesmith@example.com)',
- 'lastname_firstinitial' => 'Apellido e inicial del nombre (smith_j@ejemplo.com)',
- 'firstinitial.lastname' => 'Inicial del nombre y apellido (j.smith@ejemplo.com)',
- 'firstnamelastinitial' => 'Nombre e inicial del apellido(janes@example.com)',
- 'lastnamefirstname' => 'Apellido.Nombre (smith.jane@example.com)',
- 'first_name' => 'Nombre',
- 'first_name_format' => 'Nombre (jane@ejemplo.com)',
+
'files' => 'Archivos',
'file_name' => 'Archivo',
'file_type' => 'Tipo de archivo',
@@ -183,6 +169,11 @@ return [
'last' => 'Último',
'last_login' => 'Último inicio de sesión',
'last_name' => 'Apellidos',
+ 'firstname_lastname_display' => 'Nombre y apellido (Jane Smith)',
+ 'lastname_firstname_display' => 'Apellido y nombre (Smith Jane)',
+ 'name_display_format' => 'Formato para mostrar el nombre',
+ 'first' => 'Primero',
+ 'first_name' => 'Nombre',
'license' => 'Licencia',
'license_report' => 'Informe de licencias',
'licenses_available' => 'Licencias disponibles',
@@ -221,8 +212,8 @@ return [
'no' => 'No',
'notes' => 'Notas',
'note_added' => 'Nota agregada',
- 'options' => 'Options',
- 'preview' => 'Preview',
+ 'options' => 'Opciones',
+ 'preview' => 'Vista previa',
'add_note' => 'Agregar nota',
'note_edited' => 'Nota editada',
'edit_note' => 'Editar nota',
@@ -311,7 +302,6 @@ return [
'type' => 'Tipo',
'undeployable' => 'No utilizable',
'unknown_admin' => 'Administrador desconocido',
- 'username_format' => 'Formato del nombre de usuario',
'username' => 'Nombre de usuario',
'update' => 'Actualizar',
'updating_item' => 'Actualizando :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Sitio por defecto',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
- 'deleted_users' => 'Deleted Users',
+ 'deleted_users' => 'Usuarios eliminados',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/es-MX/localizations.php b/resources/lang/es-MX/localizations.php
index 073e699c4..de3086b6b 100644
--- a/resources/lang/es-MX/localizations.php
+++ b/resources/lang/es-MX/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malayo',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongol',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Noruego Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persa',
'pl-PL'=> 'Polaco',
diff --git a/resources/lang/es-MX/mail.php b/resources/lang/es-MX/mail.php
index 65807bc17..66d2e9dc7 100644
--- a/resources/lang/es-MX/mail.php
+++ b/resources/lang/es-MX/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Cantidad mínima',
'name' => 'Nombre',
'new_item_checked' => 'Un nuevo artículo ha sido asignado a su nombre, los detalles están a continuación.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Notas',
'password' => 'Contraseña',
'password_reset' => 'Reiniciar la contraseña',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'Hay :count activo para ser auditado antes de :threshold días.|Hay :count activos para ser auditados antes de :threshold días.',
'user' => 'Usuario',
'username' => 'Nombre de usuario',
- 'unaccepted_asset_reminder' => 'Tiene activos pendientes por aceptar.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Bienvenido, :name',
'welcome_to' => '¡Bienvenido a: web!',
'your_assets' => 'Ver sus activos',
diff --git a/resources/lang/es-VE/admin/custom_fields/general.php b/resources/lang/es-VE/admin/custom_fields/general.php
index e82a4b85c..c28100f70 100644
--- a/resources/lang/es-VE/admin/custom_fields/general.php
+++ b/resources/lang/es-VE/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'Este campo está cifrado, por lo que algunas opciones de visualización no estarán disponibles.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/es-VE/admin/depreciations/general.php b/resources/lang/es-VE/admin/depreciations/general.php
index b5f39b444..ba9608253 100644
--- a/resources/lang/es-VE/admin/depreciations/general.php
+++ b/resources/lang/es-VE/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Advertencia:
No tiene ninguna depreciación configurada.
Por favor, configure al menos una depreciación para ver el informe de depreciación.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Convención semestral, aplicada con condición',
];
diff --git a/resources/lang/es-VE/admin/hardware/form.php b/resources/lang/es-VE/admin/hardware/form.php
index d50503544..59be16d93 100644
--- a/resources/lang/es-VE/admin/hardware/form.php
+++ b/resources/lang/es-VE/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Actualizar sólo la ubicación actual',
'asset_not_deployable' => 'Ese estado de activos es no utilizable. Este activo no puede ser asignado.',
'asset_not_deployable_checkin' => 'Ese estado del activo no es utilizable. El uso de esta etiqueta de estado ingresará el activo.',
- 'asset_deployable' => 'El estado indica que es utilizable. Este activo puede ser asignado.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Procesando... (Esto puede tomar un poco de tiempo en archivos grandes)',
'optional_infos' => 'Información opcional',
'order_details' => 'Información relacionada con el pedido',
diff --git a/resources/lang/es-VE/admin/hardware/message.php b/resources/lang/es-VE/admin/hardware/message.php
index dc4604f8a..0e1fedff9 100644
--- a/resources/lang/es-VE/admin/hardware/message.php
+++ b/resources/lang/es-VE/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'El archivo seleccionado ya fue eliminado',
'header_row_has_malformed_characters' => 'Uno o más atributos en la fila del encabezado contienen caracteres UTF-8 mal formados',
'content_row_has_malformed_characters' => 'Uno o más atributos en la primera fila contienen caracteres UTF-8 mal formados',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'El activo no pudo ser solicitado, por favor inténtelo de nuevo',
- 'success' => 'Activo solicitado correctamente.',
- 'canceled' => 'La solicitud de asignación fue cancelada de forma exitosa',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Cancelar solicitud para este elemento',
],
];
diff --git a/resources/lang/es-VE/admin/reports/general.php b/resources/lang/es-VE/admin/reports/general.php
index aab1ac06b..510fbbe4e 100644
--- a/resources/lang/es-VE/admin/reports/general.php
+++ b/resources/lang/es-VE/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Seleccione las opciones que desee para su informe de activos.',
'deleted_user' => 'Usuario eliminado',
'send_reminder' => 'Enviar recordatorio',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Recordatorio enviado',
'acceptance_deleted' => 'Solicitud de aceptación eliminada',
'acceptance_request' => 'Solicitud de aceptación',
diff --git a/resources/lang/es-VE/admin/settings/general.php b/resources/lang/es-VE/admin/settings/general.php
index 27c4a4013..e123c205a 100644
--- a/resources/lang/es-VE/admin/settings/general.php
+++ b/resources/lang/es-VE/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Confirmar Purga',
'confirm_purge_help' => 'Introduzca el texto "DELETE" en la casilla de abajo para purgar sus registros borrados. Esta acción no se puede deshacer y borrará PERMANENTAMENTE todos los elementos y usuarios eliminados. Debería hacer primero una copia de seguridad, para estar seguro.',
'custom_css' => 'CSS Personalizado',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Introduzca cualquier CSS personalizado que desee utilizar. No incluya las etiquetas <style></style>.',
'custom_forgot_pass_url' => 'URL de restablecimiento de contraseña personalizada',
'custom_forgot_pass_url_help' => 'Esto reemplaza la URL de contraseña olvidada incorporada en la pantalla de inicio de sesión, es útil para dirigir a las personas a la funcionalidad de restablecimiento de contraseña LDAP interna o alojada. Deshabilitará efectivamente la funcionalidad de olvido de contraseña del usuario local.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Mostrar fin de soporte (EOL) en la vista de tabla',
'display_qr' => 'Mostrar código de barras en 2D',
'display_alt_barcode' => 'Mostrar códigos de barras de 1D',
- 'email_logo' => 'Logo de correo electrónico',
'barcode_type' => 'Tipo de código de barras de 2D',
'alt_barcode_type' => 'Tipo de código de barras de 1D',
- 'email_logo_size' => 'Los logotipos cuadrados en el correo electrónico se ven mejor. ',
'enabled' => 'Activado',
'eula_settings' => 'Configuración de los acuerdos de uso',
'eula_markdown' => 'Estos acuerdos de uso permiten markdown estilo Github.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Los Favicons deben ser imágenes cuadradas, de 16x16 píxeles.',
'footer_text' => 'Texto adicional en el pie de página ',
'footer_text_help' => 'Este texto aparecerá en el lado derecho del pie de página. Los enlaces son permitidos usando markdown estilo Github. Los saltos de línea, encabezados, imágenes, etc. pueden dar lugar a resultados impredecibles.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'Configuración general',
'general_settings_help' => 'Acuerdo de uso predeterminado y más',
'generate_backup' => 'Generar copia de seguridad',
'google_workspaces' => 'Google Workspace',
'header_color' => 'Color del encabezado',
'info' => 'Estos ajustes le permiten personalizar ciertos aspectos de su instalación.',
- 'label_logo' => 'Logo de etiqueta',
'label_logo_size' => 'Los logos cuadrados se ven mejor - se mostrarán en la parte superior derecha de cada etiqueta de activo. ',
'laravel' => 'Versión de Lavarel',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'Versión LDAP',
'ldap_active_flag' => 'Flag activo LDAP',
'ldap_activated_flag_help' => 'Este valor se utiliza para determinar si un usuario sincronizado puede iniciar sesión en Snipe-IT. No afecta a la capacidad de asignarles o retirarles elementos, y debería ser el nombre de atributo dentro de su AD/LDAP, no el valor. 0
o falso
, el inicio de sesión de usuario será deshabilitado. Si el valor en el campo AD/LDAP está establecido en 1
o true
o cualquier otro texto significa que el usuario puede iniciar sesión. Cuando el campo está en blanco en su AD, respetamos el atributo userAccountControl
, que generalmente permite a los usuarios no suspendidos iniciar sesión.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'Número de Empleado LDAP',
'ldap_email' => 'Correo electrónico LDAP',
'ldap_test' => 'Probar LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'Agente de usuario',
'login_help' => 'Lista de intentos de inicio de sesión',
'login_note' => 'Nota en inicio de sesión',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Opcionalmente incluya algunas frases en su pantalla de inicio de sesión, por ejemplo para ayudar a las personas que han encontrado un dispositivo perdido o robado. Este campo acepta markdown estilo Github',
'login_remote_user_text' => 'Opciones de inicio de sesión de usuario remoto',
'login_remote_user_enabled_text' => 'Activar inicio de sesión con la cabecera de usuario remota',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Utilice la marca de la empresa en las listas de activos imprimibles ',
'full_multiple_companies_support_help_text' => 'Limitar los usuarios asignados a compañías (incluyendo administradores) solo a los activos de esa compañía.',
'full_multiple_companies_support_text' => 'Soporte completo a múltiples compañías',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Mostrar en menús desplegables de modelos',
'optional' => 'opcional',
'per_page' => 'Resultados por página',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Siguiente: Crear usuario',
'ldap_settings_link' => 'Página de configuración de LDAP',
'slack_test' => 'Prueba de integración de ',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'Nuevo motor de etiquetas',
'label2_enable_help' => 'Cambiar al nuevo motor de etiquetas. Nota: Deberá guardar esta configuración antes de configurar otros parámetros.',
'label2_template' => 'Plantilla',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'Los datos que incluirá el código de barra 2D',
'label2_fields' => 'Definiciones del campo',
'label2_fields_help' => 'Los campos se pueden añadir, eliminar y reordenar en la columna izquierda. Para cada campo, se pueden agregar, eliminar y reordenar múltiples opciones para etiquetas y para orígenes de datos en la columna derecha.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Texto introducido como **texto**
se mostrará como negrita',
'help_blank_to_use' => 'Deje en blanco para usar el valor de :setting_name
',
'help_default_will_use' => ':default
usará el valor de :setting_name
. Configuración de administración > Grupos de permisos
.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Formato de Nombre de Usuario',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Apellido.Nombre (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Formato de correo electrónico',
+ 'firstname_lastname_format' => 'Nombre y apellido (jane.smith@ejemplo.com)',
+ 'first_name_format' => 'Nombre (jane@ejemplo.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Inicial del nombre y apellido (jsmith@ejemplo.com)',
+ 'lastnamefirstinitial_format' => 'Apellido e inicial del nombre (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'Nombre y apellido (jane_smith@example.com)',
+ 'firstinitial.lastname' => 'Inicial del nombre y apellido (j.smith@ejemplo.com)',
+ 'lastname_firstinitial' => 'Apellido e inicial del nombre (smith_j@ejemplo.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'Nombre y apellido (janesmith@example.com)',
+ 'firstnamelastinitial' => 'Nombre e inicial del apellido(janes@example.com)',
+ 'lastnamefirstname' => 'Apellido.Nombre (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Logo de correo electrónico',
+ 'label_logo' => 'Logo de etiqueta',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Los logotipos cuadrados en el correo electrónico se ven mejor. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/es-VE/admin/settings/message.php b/resources/lang/es-VE/admin/settings/message.php
index 117d85c0c..c539387e2 100644
--- a/resources/lang/es-VE/admin/settings/message.php
+++ b/resources/lang/es-VE/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Algo salió mal. :( ',
'webhook_fail' => ' Notificación de webhook fallida: Compruebe que la URL sigue siendo válida.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/es-VE/auth.php b/resources/lang/es-VE/auth.php
index 0c664fc58..d4c25934f 100644
--- a/resources/lang/es-VE/auth.php
+++ b/resources/lang/es-VE/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'Estas credenciales no coinciden con nuestros registros.',
'password' => 'La contraseña proporcionada es incorrecta.',
- 'throttle' => 'Demasiados intentos de inicio de sesión. Por favor, inténtelo de nuevo en :seconds segundos.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/es-VE/auth/message.php b/resources/lang/es-VE/auth/message.php
index e746751ab..b3d159792 100644
--- a/resources/lang/es-VE/auth/message.php
+++ b/resources/lang/es-VE/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'El nombre de usuario o la contraseña son incorrectos.',
'account_not_activated' => 'Esta cuenta de usuario no está activada.',
'account_suspended' => 'Esta cuenta de usuario está suspendida.',
- 'account_banned' => 'Esta cuenta de usuario está bloqueada.',
- 'throttle' => 'Demasiados intentos de inicio de sesión fallidos. Por favor, intente otra vez en :minutes minuto(s).',
'two_factor' => array(
'already_enrolled' => 'Su dispositivo ya está inscrito.',
diff --git a/resources/lang/es-VE/general.php b/resources/lang/es-VE/general.php
index 3102024fb..9dbe52fa3 100644
--- a/resources/lang/es-VE/general.php
+++ b/resources/lang/es-VE/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Aceptar activos',
'accept_item' => 'Accept Item',
'audit' => 'Auditar',
+ 'audits' => 'Audits',
'audit_report' => 'Registro de Auditoría',
'assets' => 'Activos',
'assets_audited' => 'activos auditados',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Cambiar contraseña',
'checkin' => 'Ingresar',
'checkin_from' => 'Ingreso proveniente de',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Asignar',
'checkouts_count' => 'Asignaciones',
'checkins_count' => 'Ingresos',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Editar perfil',
'eol' => 'Fin de soporte (EOL)',
'email_domain' => 'Dominio de correo electrónico',
- 'email_format' => 'Formato de correo electrónico',
'employee_number' => 'Número de empleado',
'email_domain_help' => 'Se utiliza para generar direcciones de correo electrónico al importar',
'error' => 'Error',
'exclude_archived' => 'Excluir activos archivados',
'exclude_deleted' => 'Excluir activos eliminados',
'example' => 'Ejemplo: ',
- 'filastname_format' => 'Inicial del nombre y apellido (jsmith@ejemplo.com)',
- 'firstname_lastname_format' => 'Nombre y apellido (jane.smith@ejemplo.com)',
- 'firstname_lastname_underscore_format' => 'Nombre y apellido (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => 'Apellido e inicial del nombre (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'Inicial del nombre y apellido (j.smith@ejemplo.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'Nombre y apellido (Jane Smith)',
- 'lastname_firstname_display' => 'Apellido y nombre (Smith Jane)',
- 'name_display_format' => 'Formato para mostrar el nombre',
- 'first' => 'Primero',
- 'firstnamelastname' => 'Nombre y apellido (janesmith@example.com)',
- 'lastname_firstinitial' => 'Apellido e inicial del nombre (smith_j@ejemplo.com)',
- 'firstinitial.lastname' => 'Inicial del nombre y apellido (j.smith@ejemplo.com)',
- 'firstnamelastinitial' => 'Nombre e inicial del apellido(janes@example.com)',
- 'lastnamefirstname' => 'Apellido.Nombre (smith.jane@example.com)',
- 'first_name' => 'Nombre',
- 'first_name_format' => 'Nombre (jane@ejemplo.com)',
+
'files' => 'Archivos',
'file_name' => 'Archivo',
'file_type' => 'Tipo de archivo',
@@ -183,6 +169,11 @@ return [
'last' => 'Último',
'last_login' => 'Último inicio de sesión',
'last_name' => 'Apellido',
+ 'firstname_lastname_display' => 'Nombre y apellido (Jane Smith)',
+ 'lastname_firstname_display' => 'Apellido y nombre (Smith Jane)',
+ 'name_display_format' => 'Formato para mostrar el nombre',
+ 'first' => 'Primero',
+ 'first_name' => 'Nombre',
'license' => 'Licencia',
'license_report' => 'Informe de licencias',
'licenses_available' => 'Licencias disponibles',
@@ -311,7 +302,6 @@ return [
'type' => 'Tipo',
'undeployable' => 'No utilizable',
'unknown_admin' => 'Administrador desconocido',
- 'username_format' => 'Formato de Nombre de Usuario',
'username' => 'Nombre de usuario',
'update' => 'Actualizar',
'updating_item' => 'Actualizando :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Sitio por defecto',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/es-VE/localizations.php b/resources/lang/es-VE/localizations.php
index 9fef9f01a..13d614e27 100644
--- a/resources/lang/es-VE/localizations.php
+++ b/resources/lang/es-VE/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malayo',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongol',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Noruego Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persa',
'pl-PL'=> 'Polaco',
diff --git a/resources/lang/es-VE/mail.php b/resources/lang/es-VE/mail.php
index 50e388149..367f432d2 100644
--- a/resources/lang/es-VE/mail.php
+++ b/resources/lang/es-VE/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Cantidad mínima',
'name' => 'Nombre',
'new_item_checked' => 'Un nuevo artículo ha sido asignado a su nombre, los detalles están a continuación.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Notas',
'password' => 'Contraseña',
'password_reset' => 'Restablecer Contraseña',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'Hay :count activo para ser auditado antes de :threshold días.|Hay :count activos para ser auditados antes de :threshold días.',
'user' => 'Usuario',
'username' => 'Nombre de usuario',
- 'unaccepted_asset_reminder' => 'Tiene activos pendientes por aceptar.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Bienvenido :name',
'welcome_to' => '¡Bienvenido a :web!',
'your_assets' => 'Ver sus activos',
diff --git a/resources/lang/et-EE/admin/custom_fields/general.php b/resources/lang/et-EE/admin/custom_fields/general.php
index b47ab85dc..ca8782ec7 100644
--- a/resources/lang/et-EE/admin/custom_fields/general.php
+++ b/resources/lang/et-EE/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/et-EE/admin/depreciations/general.php b/resources/lang/et-EE/admin/depreciations/general.php
index 965667a23..e84bd7423 100644
--- a/resources/lang/et-EE/admin/depreciations/general.php
+++ b/resources/lang/et-EE/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Warning:
You do not currently have any depreciations set up.
Please set up at least one depreciation to view the depreciation report.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/et-EE/admin/hardware/form.php b/resources/lang/et-EE/admin/hardware/form.php
index 7680b84fe..f2f166556 100644
--- a/resources/lang/et-EE/admin/hardware/form.php
+++ b/resources/lang/et-EE/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Update only actual location',
'asset_not_deployable' => 'Selle vahendi olek ei luba seda väljastada.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'Selle vahendi olek lubab seda väljastada.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
'optional_infos' => 'Valikuline teave',
'order_details' => 'Tellimusega seonduv teave',
diff --git a/resources/lang/et-EE/admin/hardware/message.php b/resources/lang/et-EE/admin/hardware/message.php
index 66c859374..6e556c7a8 100644
--- a/resources/lang/et-EE/admin/hardware/message.php
+++ b/resources/lang/et-EE/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Vara ei taotletud, proovige uuesti',
- 'success' => 'Vara taotletud edukalt.',
- 'canceled' => 'Checkout taotlus on edukalt tühistatud',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Cancel this item request',
],
];
diff --git a/resources/lang/et-EE/admin/reports/general.php b/resources/lang/et-EE/admin/reports/general.php
index 72fe03ef6..8af3de59c 100644
--- a/resources/lang/et-EE/admin/reports/general.php
+++ b/resources/lang/et-EE/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Valige oma varade aruandele vajalikud valikud.',
'deleted_user' => 'Deleted user',
'send_reminder' => 'Send reminder',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Reminder sent',
'acceptance_deleted' => 'Acceptance request deleted',
'acceptance_request' => 'Acceptance request',
diff --git a/resources/lang/et-EE/admin/settings/general.php b/resources/lang/et-EE/admin/settings/general.php
index 7891fa6c0..ba06d16ef 100644
--- a/resources/lang/et-EE/admin/settings/general.php
+++ b/resources/lang/et-EE/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Kinnitage puhastamine',
'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' => 'Kohandatud CSS',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Sisestage kõik kohandatud CSS-i muudatused, mida soovite kasutada. Ärge lisage silte <style></style>.',
'custom_forgot_pass_url' => 'Custom Password Reset URL',
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Kuva EOL tabeli vaates',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => 'Kuvage 1D vöötkood',
- 'email_logo' => 'Emaili logo',
'barcode_type' => '2D-triipkoodi tüüp',
'alt_barcode_type' => '1D-vöötkoodi tüüp',
- 'email_logo_size' => 'Kandilised logod paistavad emailis paremini välja. ',
'enabled' => 'Lubatud',
'eula_settings' => 'EULA seaded',
'eula_markdown' => 'EULA võimaldab Githubi maitsestatud hinnalisa.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favicons should be square images, 16x16 pixels.',
'footer_text' => 'Additional Footer Text ',
'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'üldised seaded',
'general_settings_help' => 'Default EULA and more',
'generate_backup' => 'Loo varundamine',
'google_workspaces' => 'Google Workspaces',
'header_color' => 'Päise värv',
'info' => 'Need sätted võimaldavad teil kohandada oma installi teatud aspekte.',
- 'label_logo' => 'Sildi logo',
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'Laraveli versioon',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'LDAP versioon',
'ldap_active_flag' => 'LDAP aktiivne lipp',
'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. It does not affect the ability to check items in or out to them, and should be the attribute name within your AD/LDAP, not the value. 0
or false
, user login will be disabled. If the value in the AD/LDAP field is set to 1
or true
or any other text means the user can log in. When the field is blank in your AD, we respect the userAccountControl
attribute, which usually allows non-suspended users to log in.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'LDAPi töötaja number',
'ldap_email' => 'LDAP-e-post',
'ldap_test' => 'Test LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User Agent',
'login_help' => 'List of attempted logins',
'login_note' => 'Logi sisse Märkus',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Soovi korral lisage oma sisselogimisekraanile mõni lause, näiteks selleks, et aidata inimesi, kes on leidnud kadunud või varastatud seadme. See väli võtab vastu Github maitsestatud markdown',
'login_remote_user_text' => 'Remote User login options',
'login_remote_user_enabled_text' => 'Enable Login with Remote User Header',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'full_multiple_companies_support_help_text' => 'Kasutajate (sh administraatorite) piiramine, mis on määratud firmadele ettevõtte varadele.',
'full_multiple_companies_support_text' => 'Terve mitu ettevõtete toetust',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Show in Model Dropdowns',
'optional' => 'vabatahtlik',
'per_page' => 'Tulemused lehel',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Next: Create User',
'ldap_settings_link' => 'LDAP Settings Page',
'slack_test' => 'Test Integration',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'New Label Engine',
'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.',
'label2_template' => 'Template',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Field Definitions',
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Text entered as **text**
will be displayed as bold',
'help_blank_to_use' => 'Leave blank to use the value from :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
. Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Kasutajanime formaat',
+ 'firstname_lastname_format' => 'Eesnimi eesnimi (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'E-maili formaat',
+ 'firstname_lastname_format' => 'Eesnimi eesnimi (jane.smith@example.com)',
+ 'first_name_format' => 'Eesnimi (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Esimene esmane perekonnanimi (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Perenimi Eesnime lühend (perenimie@poleolemas.ee)',
+ 'firstname_lastname_underscore_format' => 'Eesnimi Perenimi (eesnimi.perenimi@poleolemas.ee)',
+ 'firstinitial.lastname' => 'Eesnime algustäht Perekonnanimi (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Perenimi Eesnimi algustäht (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'Eesnimi Perenimi (janesmith@example.com)',
+ 'firstnamelastinitial' => 'Eesnimi Perekonnanime algustäht (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Emaili logo',
+ 'label_logo' => 'Sildi logo',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Kandilised logod paistavad emailis paremini välja. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/et-EE/admin/settings/message.php b/resources/lang/et-EE/admin/settings/message.php
index a831d2572..5ed411ace 100644
--- a/resources/lang/et-EE/admin/settings/message.php
+++ b/resources/lang/et-EE/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Something went wrong. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/et-EE/auth.php b/resources/lang/et-EE/auth.php
index baee3c4d4..ce5be3f61 100644
--- a/resources/lang/et-EE/auth.php
+++ b/resources/lang/et-EE/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'Sisestatud mandaadid ei ühti meie andmetega.',
'password' => 'Sisestatud parool on vale.',
- 'throttle' => 'Liiga palju ebaõnnestunud sisselogimiskatseid. Palun proovi uuesti :seconds sekundi pärast.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/et-EE/auth/message.php b/resources/lang/et-EE/auth/message.php
index b9a65ab65..d95e36f9d 100644
--- a/resources/lang/et-EE/auth/message.php
+++ b/resources/lang/et-EE/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'Kasutajanimi või parool on vale.',
'account_not_activated' => 'See kasutajakonto pole aktiveeritud.',
'account_suspended' => 'See kasutajakonto on peatatud.',
- 'account_banned' => 'See kasutajakonto on keelatud.',
- 'throttle' => 'Liiga palju ebaõnnestunud sisselogimiskatseid. Palun proovi uuesti :minutes minuti pärast.',
'two_factor' => array(
'already_enrolled' => 'Sinu seade on juba registreeritud.',
diff --git a/resources/lang/et-EE/general.php b/resources/lang/et-EE/general.php
index 2d87eda0b..4c8c9698e 100644
--- a/resources/lang/et-EE/general.php
+++ b/resources/lang/et-EE/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Aktsepteeri vahendeid',
'accept_item' => 'Accept Item',
'audit' => 'Auditeerimine',
+ 'audits' => 'Audits',
'audit_report' => 'Auditilogi',
'assets' => 'Vahendid',
'assets_audited' => 'varad auditeeritud',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Muuda parool',
'checkin' => 'Checkin',
'checkin_from' => 'Checkin alates',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Checkout',
'checkouts_count' => 'Väljastatud',
'checkins_count' => 'Sisse võetud',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Muuda oma profiili',
'eol' => 'EOL',
'email_domain' => 'E-posti domeen',
- 'email_format' => 'E-maili formaat',
'employee_number' => 'Töötaja number',
'email_domain_help' => 'Seda kasutatakse importimisel e-posti aadresside loomiseks',
'error' => 'Tõrge',
'exclude_archived' => 'Välista Arhiveeritud Varad',
'exclude_deleted' => 'Välista Kustutatud Varad',
'example' => 'Näide: ',
- 'filastname_format' => 'Esimene esmane perekonnanimi (jsmith@example.com)',
- 'firstname_lastname_format' => 'Eesnimi eesnimi (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'Eesnimi Perenimi (eesnimi.perenimi@poleolemas.ee)',
- 'lastnamefirstinitial_format' => 'Perenimi Eesnime lühend (perenimie@poleolemas.ee)',
- 'firstintial_dot_lastname_format' => 'Eesnime algustäht Perenimi (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'Eesnimi Perekonnanimi (Minu Nimi)',
- 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
- 'name_display_format' => 'Nime Kuvamise Formaat',
- 'first' => 'Esimene',
- 'firstnamelastname' => 'Eesnimi Perenimi (janesmith@example.com)',
- 'lastname_firstinitial' => 'Perenimi Eesnimi algustäht (smith_j@example.com)',
- 'firstinitial.lastname' => 'Eesnime algustäht Perekonnanimi (j.smith@example.com)',
- 'firstnamelastinitial' => 'Eesnimi Perekonnanime algustäht (janes@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'Eesnimi',
- 'first_name_format' => 'Eesnimi (jane@example.com)',
+
'files' => 'Failid',
'file_name' => 'Fail',
'file_type' => 'Faili tüüp',
@@ -183,6 +169,11 @@ return [
'last' => 'Viimane',
'last_login' => 'Viimane sisselogimine',
'last_name' => 'Perekonnanimi',
+ 'firstname_lastname_display' => 'Eesnimi Perekonnanimi (Minu Nimi)',
+ 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
+ 'name_display_format' => 'Nime Kuvamise Formaat',
+ 'first' => 'Esimene',
+ 'first_name' => 'Eesnimi',
'license' => 'Litsents',
'license_report' => 'Litsentside aruanne',
'licenses_available' => 'Vabad litsentsid',
@@ -311,7 +302,6 @@ return [
'type' => 'Tüüp',
'undeployable' => 'Kasutuselevõtmatud',
'unknown_admin' => 'Tundmatu Admin',
- 'username_format' => 'Kasutajanime formaat',
'username' => 'Kasutajanimi',
'update' => 'Uuenda',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/et-EE/localizations.php b/resources/lang/et-EE/localizations.php
index fdca1532b..827ed4fca 100644
--- a/resources/lang/et-EE/localizations.php
+++ b/resources/lang/et-EE/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malay',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolian',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persian',
'pl-PL'=> 'Polish',
diff --git a/resources/lang/et-EE/mail.php b/resources/lang/et-EE/mail.php
index e8a7046bf..3de201019 100644
--- a/resources/lang/et-EE/mail.php
+++ b/resources/lang/et-EE/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Min QTY',
'name' => 'Nimi',
'new_item_checked' => 'Uus vara on Teie nimele väljastatud, üksikasjad on allpool.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Märkused',
'password' => 'Parool',
'password_reset' => 'Parooli taastamine',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'Sul on :count vahend, mida tuleb auditeerida :threshold päeva jooksul.|Sul on :count vahendit, mida tuleb auditeerida :threshold päeva jooksul.',
'user' => 'Kasutaja',
'username' => 'Kasutajanimi',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Tere tulemast, :name',
'welcome_to' => 'Teretulemast lehele :web!',
'your_assets' => 'Vaata oma varasi',
diff --git a/resources/lang/fa-IR/admin/custom_fields/general.php b/resources/lang/fa-IR/admin/custom_fields/general.php
index 55fc0492f..0cf07eae2 100644
--- a/resources/lang/fa-IR/admin/custom_fields/general.php
+++ b/resources/lang/fa-IR/admin/custom_fields/general.php
@@ -72,5 +72,6 @@ return [
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/fa-IR/admin/depreciations/general.php b/resources/lang/fa-IR/admin/depreciations/general.php
index 94ff13ab9..8a2f33f09 100644
--- a/resources/lang/fa-IR/admin/depreciations/general.php
+++ b/resources/lang/fa-IR/admin/depreciations/general.php
@@ -15,4 +15,8 @@ return [
'no_depreciations_warning' => 'هشدار:
شما در حال حاضر هیچ استهلاکی تنظیم نکرده اید.
لطفاً حداقل یک استهلاک برای مشاهده گزارش استهلاک تنظیم کنید.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/fa-IR/admin/hardware/form.php b/resources/lang/fa-IR/admin/hardware/form.php
index 2dd248b0f..9cff9b52a 100644
--- a/resources/lang/fa-IR/admin/hardware/form.php
+++ b/resources/lang/fa-IR/admin/hardware/form.php
@@ -70,7 +70,7 @@ return [
'asset_location_update_actual' => 'Update only actual location',
'asset_not_deployable' => 'این وضعیت دارایی قابل استقرار نیست. این دارایی قابل پذیرش نیست.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'این وضعیت دارایی قابل استقرار است. این دارایی قابل پذیرش است.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
'optional_infos' => 'اطلاعات دلخواه
',
diff --git a/resources/lang/fa-IR/admin/hardware/message.php b/resources/lang/fa-IR/admin/hardware/message.php
index e08b28a0a..02f4f49cc 100644
--- a/resources/lang/fa-IR/admin/hardware/message.php
+++ b/resources/lang/fa-IR/admin/hardware/message.php
@@ -68,6 +68,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -101,9 +102,10 @@ return [
],
'requests' => [
- 'error' => 'دارایی شد درخواست نمی کند، لطفا دوباره امتحان کنید',
- 'success' => 'دارایی موفقیت درخواست شده است.',
- 'canceled' => 'درخواست پرداخت با موفقیت لغو شد',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Cancel this item request',
],
];
diff --git a/resources/lang/fa-IR/admin/reports/general.php b/resources/lang/fa-IR/admin/reports/general.php
index f86f1ff65..e125f59db 100644
--- a/resources/lang/fa-IR/admin/reports/general.php
+++ b/resources/lang/fa-IR/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'گزینه ای را که برای گزارش دارایی خود میخواهید انتخاب کنید .',
'deleted_user' => 'حذف کاربر',
'send_reminder' => 'ارسال يادآوری',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'یادآوری ارسال شد
',
'acceptance_deleted' => 'درخواست پذیرش حذف شد
diff --git a/resources/lang/fa-IR/admin/settings/general.php b/resources/lang/fa-IR/admin/settings/general.php
index bbfe4cd4c..bdd3dd4ac 100644
--- a/resources/lang/fa-IR/admin/settings/general.php
+++ b/resources/lang/fa-IR/admin/settings/general.php
@@ -57,6 +57,7 @@ return [
'confirm_purge_help' => 'متن "DELETE" را در کادر زیر وارد کنید تا رکوردهای حذف شده خود را پاک کنید. این عمل قابل واگرد نیست و همه موارد و کاربران حذف شده را برای همیشه حذف می کند. (برای حفظ امنیت، ابتدا باید یک نسخه پشتیبان تهیه کنید.)
',
'custom_css' => 'سفارشی CSS',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'هر ابطال CSS سفارشی می خواهید استفاده کنید را وارد کنید.از برچسب های <style></style> استفاده نکنید.',
'custom_forgot_pass_url' => 'URL تنظیم مجدد رمز عبور سفارشی
',
@@ -76,12 +77,8 @@ return [
'display_eol' => 'نمایش EOL در جدول',
'display_qr' => 'نمایش بارکد دو بعدی',
'display_alt_barcode' => 'نمایش بارکد 1D',
- 'email_logo' => 'آرم ایمیل
-',
'barcode_type' => 'نوع بارکد 2D',
'alt_barcode_type' => 'نوع بارکد 1D',
- 'email_logo_size' => 'لوگوهای مربعی شکل در ایمیل بهترین به نظر می رسند.
-',
'enabled' => 'فعال شد
',
'eula_settings' => 'EULA تنظیمات',
@@ -95,6 +92,7 @@ return [
',
'footer_text_help' => 'این متن در فوتر سمت راست ظاهر می شود. پیوندها با استفاده از نشانگذاری طعمدار Github مجاز هستند. شکستگی خطوط، هدرها، تصاویر و غیره ممکن است منجر به نتایج غیر قابل پیش بینی شود.
',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'تنظیمات عمومی',
'general_settings_help' => 'EULA پیش فرض و موارد دیگر
',
@@ -102,8 +100,6 @@ return [
'google_workspaces' => 'Google Workspaces',
'header_color' => 'رنگ هدر',
'info' => 'این تنظیمات به شما اجازه سفارشی کردن جنبه های خاصی از نصب و راه اندازی خود را می دهد.',
- 'label_logo' => 'لوگوی برچسب
-',
'label_logo_size' => 'آرم های مربعی بهترین ظاهر را دارند - در سمت راست بالای هر برچسب دارایی نمایش داده می شوند.
',
'laravel' => 'نسخه Laravel',
@@ -157,6 +153,8 @@ return [
'ldap_version' => 'نسخهٔ LDAP',
'ldap_active_flag' => ' پرچم فعالLDAP',
'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. It does not affect the ability to check items in or out to them, and should be the attribute name within your AD/LDAP, not the value. 0
or false
, user login will be disabled. If the value in the AD/LDAP field is set to 1
or true
or any other text means the user can log in. When the field is blank in your AD, we respect the userAccountControl
attribute, which usually allows non-suspended users to log in.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'LDAP تعداد کارکنان',
'ldap_email' => 'ایمیل LDAP',
'ldap_test' => 'تست LDAP
@@ -178,6 +176,7 @@ return [
'login_help' => 'لیست تلاش برای ورود به سیستم
',
'login_note' => 'توجه داشته باشید ورود',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'به صورت دلخواه شامل چند جمله در صفحه ورود به سیستم خود، به عنوان مثال برای کمک به افرادی که یک دستگاه گم شده یا دزدیده شده را پیدا کرده اند. این فیلد مارجین طعم Github را می پذیرد',
'login_remote_user_text' => 'گزینه های ورود کاربر از راه دور
',
@@ -204,6 +203,8 @@ return [
',
'full_multiple_companies_support_help_text' => 'محدود کردن کاربران (از جمله مدیران) اختصاص داده شده به شرکت ها برای دارایی های شرکت خود را.',
'full_multiple_companies_support_text' => 'شرکت های متعدد پشتیبانی کامل',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'نمایش در مدل کشویی
',
'optional' => 'اختیاری',
@@ -484,6 +485,8 @@ return [
',
'slack_test' => 'تست یکپارچه سازی
',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'New Label Engine',
'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.',
'label2_template' => 'Template',
@@ -501,6 +504,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Field Definitions',
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Text entered as **text**
will be displayed as bold',
'help_blank_to_use' => 'Leave blank to use the value from :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
. Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'فرمت نام کاربری',
+ 'firstname_lastname_format' => 'نام خانوادگی (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'فامیل نام کوچک (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'فرمت ایمیل',
+ 'firstname_lastname_format' => 'نام خانوادگی (jane.smith@example.com)',
+ 'first_name_format' => 'نام (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'اولین نام خانوادگی (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'فامیل نام میانه (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'نام خانوادگی (jane.smith@example.com)',
+ 'firstinitial.lastname' => 'نام میانه فامیل (j.smith@example.com)',
+ 'lastname_firstinitial' => 'فامیل نام میانه (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'فامیل نام میانه (smith.j@example.com)',
+ 'firstnamelastname' => 'نام فامیل (janesmith@example.com)',
+ 'firstnamelastinitial' => 'نام فامیل میانه (janes@example.com)',
+ 'lastnamefirstname' => 'فامیل نام کوچک (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'آرم ایمیل
+',
+ 'label_logo' => 'لوگوی برچسب
+',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'فاویکون',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'لوگوهای مربعی شکل در ایمیل بهترین به نظر می رسند.
+',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'لوگو',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/fa-IR/admin/settings/message.php b/resources/lang/fa-IR/admin/settings/message.php
index fbd5f620f..27424352f 100644
--- a/resources/lang/fa-IR/admin/settings/message.php
+++ b/resources/lang/fa-IR/admin/settings/message.php
@@ -61,5 +61,11 @@ return [
'error_misc' => 'مشکلی پیش آمده. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/fa-IR/auth.php b/resources/lang/fa-IR/auth.php
index c78dff9f3..c9544d62e 100644
--- a/resources/lang/fa-IR/auth.php
+++ b/resources/lang/fa-IR/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'این مدارک با سوابق ما مطابقت ندارد.',
'password' => 'رمز ورود ارائه شده نادرست است.',
- 'throttle' => 'دفعات تلاش شما برای ورود بیش از حد مجاز است. لطفا پس از :seconds ثانیه مجددا تلاش فرمایید.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/fa-IR/auth/message.php b/resources/lang/fa-IR/auth/message.php
index 65e438c5c..dec0f390f 100644
--- a/resources/lang/fa-IR/auth/message.php
+++ b/resources/lang/fa-IR/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'نام کاربری یا رمز عبور اشتباه است.',
'account_not_activated' => 'این حساب کاربری فعال نشده است.',
'account_suspended' => 'این حساب کاربری بسته است.',
- 'account_banned' => 'این حساب کاربری ممنوع است.',
- 'throttle' => 'دفعات تلاش شما برای ورود بیش از حد مجاز است. لطفا پس از :seconds ثانیه مجددا تلاش فرمایید.',
'two_factor' => array(
'already_enrolled' => 'دستگاه شما قبلاً ثبت نام کرده است.
diff --git a/resources/lang/fa-IR/general.php b/resources/lang/fa-IR/general.php
index 2ceabe025..aff49cfb9 100644
--- a/resources/lang/fa-IR/general.php
+++ b/resources/lang/fa-IR/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'دارایی های پذیرفته',
'accept_item' => 'تایید آیتم',
'audit' => 'حسابرسی',
+ 'audits' => 'Audits',
'audit_report' => 'حسابرسی حسابرسی',
'assets' => 'دارایی ها',
'assets_audited' => 'دارایی حسابرسی شد',
@@ -65,6 +66,8 @@ return [
'changepassword' => 'تغییر کلمه عبور',
'checkin' => 'بررسی',
'checkin_from' => 'فرم بررسی',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'پرداخت',
'checkouts_count' => 'پرداخت',
'checkins_count' => 'پذیرش',
@@ -126,7 +129,6 @@ return [
'editprofile' => 'ویرایش پروفایل شما',
'eol' => 'EOL',
'email_domain' => 'دامنه ایمیل',
- 'email_format' => 'فرمت ایمیل',
'employee_number' => 'تعداد کارکنان
',
'email_domain_help' => 'این برای تولید آدرس های ایمیل هنگام وارد کردن استفاده می شود',
@@ -136,23 +138,7 @@ return [
'exclude_deleted' => 'دارایی های بایگانی شده را حذف کنید
',
'example' => ' مثال: ',
- 'filastname_format' => 'اولین نام خانوادگی (jsmith@example.com)',
- 'firstname_lastname_format' => 'نام خانوادگی (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'نام خانوادگی (jane.smith@example.com)',
- 'lastnamefirstinitial_format' => 'فامیل نام میانه (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'نام میانه فامیل (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'فامیل نام میانه (smith.j@example.com)',
- 'firstname_lastname_display' => 'نام فامیل (Jane Smith)',
- 'lastname_firstname_display' => 'فامیل نام (Smith Jane)',
- 'name_display_format' => 'فرمت نمایش نام',
- 'first' => 'اولین',
- 'firstnamelastname' => 'نام فامیل (janesmith@example.com)',
- 'lastname_firstinitial' => 'فامیل نام میانه (smith_j@example.com)',
- 'firstinitial.lastname' => 'نام میانه فامیل (j.smith@example.com)',
- 'firstnamelastinitial' => 'نام فامیل میانه (janes@example.com)',
- 'lastnamefirstname' => 'فامیل نام کوچک (smith.jane@example.com)',
- 'first_name' => 'نام',
- 'first_name_format' => 'نام (jane@example.com)',
+
'files' => 'فایل ها',
'file_name' => 'فایل',
'file_type' => 'نوع فايل',
@@ -196,6 +182,11 @@ return [
'last' => 'آخرين',
'last_login' => 'آخرین ورود',
'last_name' => 'نام خانوادگی',
+ 'firstname_lastname_display' => 'نام فامیل (Jane Smith)',
+ 'lastname_firstname_display' => 'فامیل نام (Smith Jane)',
+ 'name_display_format' => 'فرمت نمایش نام',
+ 'first' => 'اولین',
+ 'first_name' => 'نام',
'license' => 'توافقنامه',
'license_report' => 'مجوز گزارش',
'licenses_available' => 'مجوز موجود است',
@@ -336,7 +327,6 @@ return [
'type' => 'نوع',
'undeployable' => 'غیر قابل استقرار',
'unknown_admin' => 'نامشخص مدیریت',
- 'username_format' => 'فرمت نام کاربری',
'username' => 'نام کاربری',
'update' => 'بروزرسانی',
'updating_item' => 'بروزرسانی :item',
@@ -680,9 +670,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/fa-IR/localizations.php b/resources/lang/fa-IR/localizations.php
index fdca1532b..827ed4fca 100644
--- a/resources/lang/fa-IR/localizations.php
+++ b/resources/lang/fa-IR/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malay',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolian',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persian',
'pl-PL'=> 'Polish',
diff --git a/resources/lang/fa-IR/mail.php b/resources/lang/fa-IR/mail.php
index 2c801099d..93abb7706 100644
--- a/resources/lang/fa-IR/mail.php
+++ b/resources/lang/fa-IR/mail.php
@@ -75,6 +75,8 @@ return [
'min_QTY' => 'حداقل QTY',
'name' => 'نام',
'new_item_checked' => 'یک آیتم جدید تحت نام شما چک شده است، جزئیات زیر است.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'نت ها',
'password' => 'رمز عبور',
'password_reset' => 'تنظیم مجدد رمز عبور',
@@ -97,7 +99,7 @@ return [
'upcoming-audits' => 'دارایی :count وجود دارد که در روزهای :threshold برای حسابرسی ارائه می شود.',
'user' => 'کاربر',
'username' => 'نام کاربری',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'خوش آمدید نام',
'welcome_to' => 'به وب سایت خوش آمدید',
'your_assets' => 'دارایی های خود را مشاهده کنید
diff --git a/resources/lang/fi-FI/admin/custom_fields/general.php b/resources/lang/fi-FI/admin/custom_fields/general.php
index 14304afb0..7e61d638a 100644
--- a/resources/lang/fi-FI/admin/custom_fields/general.php
+++ b/resources/lang/fi-FI/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'Tämä kenttä on salattu, joten jotkin näyttöasetukset eivät ole käytettävissä.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/fi-FI/admin/depreciations/general.php b/resources/lang/fi-FI/admin/depreciations/general.php
index 6fb270580..182a99845 100644
--- a/resources/lang/fi-FI/admin/depreciations/general.php
+++ b/resources/lang/fi-FI/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Varoitus:
Sinulla ei ole tällä hetkellä yhtään poistoa.
Määritä vähintään yksi poisto, jotta voit tarkastella poistoraporttia.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/fi-FI/admin/hardware/form.php b/resources/lang/fi-FI/admin/hardware/form.php
index f59483036..47ddd5495 100644
--- a/resources/lang/fi-FI/admin/hardware/form.php
+++ b/resources/lang/fi-FI/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Päivitä vain todellinen sijainti',
'asset_not_deployable' => 'Laite ei ole käyttöönotettavissa. Laitetta ei voida luovuttaa.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'Laite on käyttöönotettavissa. Laite voidaan luovuttaa.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Käsitellään... (Tämä saattaa kestää jonkin aikaa suurien tiedostojen kanssa)',
'optional_infos' => 'Valinnaiset tiedot',
'order_details' => 'Tilaukseen liityvät tiedot',
diff --git a/resources/lang/fi-FI/admin/hardware/message.php b/resources/lang/fi-FI/admin/hardware/message.php
index c213e2475..e3100f090 100644
--- a/resources/lang/fi-FI/admin/hardware/message.php
+++ b/resources/lang/fi-FI/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'Yksi tai useampi otsikkorivin attribuutti sisältää epämuodostuneita UTF-8 merkkejä',
'content_row_has_malformed_characters' => 'Yksi tai useampi ensimmäisen sisältörivin attribuutti sisältää epämuodostuneita UTF-8 merkkejä',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Laitetta ei pyydetty, yritä uudelleen',
- 'success' => 'Laitteen pyytäminen onnistui.',
- 'canceled' => 'Luovutus-pyyntö peruutettiin onnistuneesti',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Peruuta tämä pyyntö',
],
];
diff --git a/resources/lang/fi-FI/admin/reports/general.php b/resources/lang/fi-FI/admin/reports/general.php
index 34b6b281f..ac3a3e69e 100644
--- a/resources/lang/fi-FI/admin/reports/general.php
+++ b/resources/lang/fi-FI/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Valitse vaihtoehdot jotka haluat laiteraportillesi.',
'deleted_user' => 'Poistettu käyttäjä',
'send_reminder' => 'Lähetä muistutus',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Muistutus lähetetty',
'acceptance_deleted' => 'Käyttöoikeuspyyntö poistettu',
'acceptance_request' => 'Käyttöoikeuspyyntö',
diff --git a/resources/lang/fi-FI/admin/settings/general.php b/resources/lang/fi-FI/admin/settings/general.php
index 088050346..74e94d5aa 100644
--- a/resources/lang/fi-FI/admin/settings/general.php
+++ b/resources/lang/fi-FI/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Vahvista puhdistus',
'confirm_purge_help' => 'Kirjoita alla olevaan kenttään teksti "DELETE" puhdistaaksesi poistetut tietueet. Tätä toimintoa ei voi kumota ja se poistaa kaikki "soft-deleted" poistetut kohteet ja käyttäjät. (Varmuuskopioi tiedot ensin, varmuuden vuoksi)',
'custom_css' => 'Mukautettu CSS',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Anna haluamasi mukautettu CSS. Älä lisää <style></style> tunnisteita.',
'custom_forgot_pass_url' => 'Mukautettu salasanan nollaus URL-osoite',
'custom_forgot_pass_url_help' => 'Tämä korvaa sisäänrakennetun salasanan palautuspalvelun URL-osoitteen. Sen avulla voit ohjata käyttäjät organisaation sisäiseen tai isännöityyn LDAP-salasanan vaihtotoimintoon.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Näytä elinaika listauksessa',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => 'Näytä 1D viivakoodi',
- 'email_logo' => 'Sähköpostin logo',
'barcode_type' => '2D viivakoodityyppi',
'alt_barcode_type' => '1D viivakoodityyppi',
- 'email_logo_size' => 'Neliönmuotoiset logot näyttävät sähköpostissa parhailta. ',
'enabled' => 'Käytössä',
'eula_settings' => 'Käyttöehtojen asetukset',
'eula_markdown' => 'Käyttäehdossa voi käyttääGithub-merkintöjä.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Faviconien tulee olla neliömuotoisia, 16x16 pikseliä.',
'footer_text' => 'Lisäys alatunnisteen tekstiin ',
'footer_text_help' => 'Tämä teksti esiintyy oikeanpuoleisessa alatunnisteessa. Linkkejä voi lisätä käyttämällä Github merkintätapaa. Rivinvaihdot, otsikot, kuvat, jne. voivat johtaa epätoivottuihin tuloksiin.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'Yleiset asetukset',
'general_settings_help' => 'Oletuskäyttöehdot ja muuta',
'generate_backup' => 'Luo varmuuskopio',
'google_workspaces' => 'Googlen Työtilat',
'header_color' => 'Yläosion logo',
'info' => 'Näiden asetusten avulla voit mukauttaa tiettyjä toimintoja.',
- 'label_logo' => 'Tunnisteen logo',
'label_logo_size' => 'Neliönmuotoiset logot näyttävät parhailta - näytetään oikeassa yläkulmassa jokaisen laitetunnisteen kohdalla. ',
'laravel' => 'Laravel-versio',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'LDAP versio',
'ldap_active_flag' => 'LDAP-aktiivinen lippu',
'ldap_activated_flag_help' => 'Tätä arvoa käytetään määrittämään, voiko synkronoitu käyttäjä kirjautua Snipe-IT:lle. Se ei vaikuta kykyyn tarkistaa kohteita sisällä tai ulos niistä A, format@@1 , ja pitäisi olla attribuutin nimi AD/LDAP, ei arvo. 0
tai false
, käyttäjän kirjautuminen poistetaan käytöstä. Jos AD/LDAP -kentän arvo on määritetty 1
tai true
tai millä tahansa muulla tekstillä tarkoittaa, että käyttäjä voi kirjautua sisään. Kun kenttä on tyhjä AD:ssäsi, kunnioitamme userAccountControl
-attribuuttia, joka antaa yleensä keskeytymättömille käyttäjille mahdollisuuden kirjautua sisään.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'LDAP henkilönumero',
'ldap_email' => 'LDAP sähköposti',
'ldap_test' => 'Testaa LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'Käyttäjän Agentti',
'login_help' => 'Luettelo yrityksestä kirjautua',
'login_note' => 'Kirjautumisviesti',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Voit lisätä muutamia lauseita kirjautumisruudulle, esimerkiksi neuvoaksesi heitä jotka ovat löytäneet kadonneen tai varastetun laitteen. Tässä kentässä voi käyttää Github-muotoiluja',
'login_remote_user_text' => 'Etäkäyttäjän kirjautumisvaihtoehdot',
'login_remote_user_enabled_text' => 'Salli kirjautuminen etäkäyttäjäkäyttäjän otsikolla',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Käytä brändäystä tulostettavissa nimikelistoissa ',
'full_multiple_companies_support_help_text' => 'Käyttäjien (myös ylläpitäjien) rajoittaminen vain yritykselle kirjattuihin laitteisiin.',
'full_multiple_companies_support_text' => 'Täysi monien yritysten tuki',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Näytä mallinvalinta-listoissa',
'optional' => 'valinnainen',
'per_page' => 'Tuloksia per sivu',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Seuraavaksi: Luo Käyttäjä',
'ldap_settings_link' => 'Ldap Asetukset Sivu',
'slack_test' => 'Testaa Integraatio',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'Uusi Tunniste Moottori',
'label2_enable_help' => 'Vaihda uuteen tarramoottoriin. Huomautus: Sinun täytyy tallentaa tämä asetus ennen kuin asetat muita.',
'label2_template' => 'Malli',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Kentän Määritelmät',
'label2_fields_help' => 'Kentät voidaan lisätä, poistaa ja järjestää uudelleen vasemmassa sarakkeessa. Kussakin kentässä voidaan lisätä, poistaa ja järjestää uudelleen oikeaan sarakkeeseen useita vaihtoehtoja.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Teksti, joka syötetään muodossa **text**
näytetään lihavoituina',
'help_blank_to_use' => 'Jätä tyhjäksi käyttääksesi arvoa :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
. Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Käyttäjätunnuksen muoto',
+ 'firstname_lastname_format' => 'Etunimi . Sukunimi (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Sähköpostiosoitteen muotoilu',
+ 'firstname_lastname_format' => 'Etunimi . Sukunimi (jane.smith@example.com)',
+ 'first_name_format' => 'Etunimi (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Ensimmäinen nimikirjain sukunimi (pvirtanen@example.com)',
+ 'lastnamefirstinitial_format' => 'Sukunimi Etunimen ensimmäinen (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'Etunimi Sukunimi (paivi_virtanen@example.com)',
+ 'firstinitial.lastname' => 'Ensimmäinen nimikirjain . sukunimi (p.virtanen@example.com)',
+ 'lastname_firstinitial' => 'Sukunimi _ etunimen ensimmäinen kirjain (virtanen_p@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'Etunimi . sukunimi (pekka.virtanen@example.com)',
+ 'firstnamelastinitial' => 'Etunimi Sukunimen ensimmäinen kirjain (paiviv@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Sähköpostin logo',
+ 'label_logo' => 'Tunnisteen logo',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Neliönmuotoiset logot näyttävät sähköpostissa parhailta. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/fi-FI/admin/settings/message.php b/resources/lang/fi-FI/admin/settings/message.php
index c76e0833f..521ce63d0 100644
--- a/resources/lang/fi-FI/admin/settings/message.php
+++ b/resources/lang/fi-FI/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Jokin meni pieleen. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/fi-FI/auth.php b/resources/lang/fi-FI/auth.php
index 29a6a1a6b..0d25d1bef 100644
--- a/resources/lang/fi-FI/auth.php
+++ b/resources/lang/fi-FI/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'Nämä tiedot eivät vastaa tietueitamme.',
'password' => 'Annettu salasana on virheellinen.',
- 'throttle' => 'Liian monta kirjautumisyritystä. Yritä uudelleen :seconds sekunnin kuluttua.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/fi-FI/auth/message.php b/resources/lang/fi-FI/auth/message.php
index 4bd525c38..2a7569d89 100644
--- a/resources/lang/fi-FI/auth/message.php
+++ b/resources/lang/fi-FI/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'Käyttäjänimi tai salasana on virheellinen.',
'account_not_activated' => 'Käyttäjätiliä ei ole aktivoitu.',
'account_suspended' => 'Käyttäjätili on jäädytetty.',
- 'account_banned' => 'Käyttäjätili on estetty.',
- 'throttle' => 'Liian monta kirjautumisyritystä. Yritä uudelleen :minutes minuutin kuluttua.',
'two_factor' => array(
'already_enrolled' => 'Laitteesi on jo käytössä.',
diff --git a/resources/lang/fi-FI/general.php b/resources/lang/fi-FI/general.php
index 611cca454..0cfadd75c 100644
--- a/resources/lang/fi-FI/general.php
+++ b/resources/lang/fi-FI/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Hyväksy Laitteet',
'accept_item' => 'Accept Item',
'audit' => 'Tarkasta',
+ 'audits' => 'Audits',
'audit_report' => 'Tarkastusloki',
'assets' => 'Laitteet',
'assets_audited' => 'tarkastettu omaisuus',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Vaihda salasana',
'checkin' => 'Palauta',
'checkin_from' => 'Palautus',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Luovuta',
'checkouts_count' => 'Luovutukset',
'checkins_count' => 'Palautukset',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Muokkaa profiilia',
'eol' => 'Elinikä',
'email_domain' => 'Sähköpostin verkkotunnus',
- 'email_format' => 'Sähköpostiosoitteen muotoilu',
'employee_number' => 'Työntekijän Numero',
'email_domain_help' => 'Käytetään sähköpostiosoitteiden luontiin tietoja tuotaessa',
'error' => 'Virhe',
'exclude_archived' => 'Älä sisällytä arkistoituja laitteita',
'exclude_deleted' => 'Älä sisällytä poistettuja laitteita',
'example' => 'Esimerkki: ',
- 'filastname_format' => 'Ensimmäinen nimikirjain sukunimi (pvirtanen@example.com)',
- 'firstname_lastname_format' => 'Etunimi . Sukunimi (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'Etunimi Sukunimi (paivi_virtanen@example.com)',
- 'lastnamefirstinitial_format' => 'Sukunimi Etunimen ensimmäinen (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'Ensimmäinen nimikirjain . sukunimi (p.virtanen@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'Etunimi Sukunimi (Jane Smith)',
- 'lastname_firstname_display' => 'Sukunimi Etunimi (Smith Jane)',
- 'name_display_format' => 'Nimen Näytön Muoto',
- 'first' => 'Ensimmäinen',
- 'firstnamelastname' => 'Etunimi . sukunimi (pekka.virtanen@example.com)',
- 'lastname_firstinitial' => 'Sukunimi _ etunimen ensimmäinen kirjain (virtanen_p@example.com)',
- 'firstinitial.lastname' => 'Etunimen ensimmäinen kirjain . sukunimi (p.virtanen@example.com)',
- 'firstnamelastinitial' => 'Etunimi Sukunimen ensimmäinen kirjain (paiviv@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'Etunimi',
- 'first_name_format' => 'Etunimi (jane@example.com)',
+
'files' => 'Tiedostot',
'file_name' => 'Tiedosto',
'file_type' => 'Tiedostotyyppi',
@@ -183,6 +169,11 @@ return [
'last' => 'Viimeinen',
'last_login' => 'Viimeisin kirjautuminen',
'last_name' => 'Sukunimi',
+ 'firstname_lastname_display' => 'Etunimi Sukunimi (Jane Smith)',
+ 'lastname_firstname_display' => 'Sukunimi Etunimi (Smith Jane)',
+ 'name_display_format' => 'Nimen Näytön Muoto',
+ 'first' => 'Ensimmäinen',
+ 'first_name' => 'Etunimi',
'license' => 'Lisenssi',
'license_report' => 'Lisenssiraportti',
'licenses_available' => 'Lisenssit saatavilla',
@@ -311,7 +302,6 @@ return [
'type' => 'Tyyppi',
'undeployable' => 'Ei käyttöönotettavissa',
'unknown_admin' => 'Tuntematon ylläpitäjä',
- 'username_format' => 'Käyttäjätunnuksen muoto',
'username' => 'Käyttäjätunnus',
'update' => 'Päivitä',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/fi-FI/localizations.php b/resources/lang/fi-FI/localizations.php
index e77447a13..36cf82615 100644
--- a/resources/lang/fi-FI/localizations.php
+++ b/resources/lang/fi-FI/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malaiji',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolia',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persia',
'pl-PL'=> 'Puola',
diff --git a/resources/lang/fi-FI/mail.php b/resources/lang/fi-FI/mail.php
index 154aca7ce..589a31706 100644
--- a/resources/lang/fi-FI/mail.php
+++ b/resources/lang/fi-FI/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Minimi määrä',
'name' => 'Nimi',
'new_item_checked' => 'Uusi nimike on luovutettu sinulle, yksityiskohdat ovat alla.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Muistiinpanot',
'password' => 'Salasana',
'password_reset' => 'Salasanan nollaus',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'Seuraavien :count laitteiden tarkistus on tulossa :threshold päivän aikana .|Seuraavien :count laitteiden tarkistus on tulossa :threshold päivän aikana.',
'user' => 'Käyttäjä',
'username' => 'Käyttäjätunnus',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Tervetuloa :name',
'welcome_to' => 'Tervetuloa :web!',
'your_assets' => 'Omat laitteesi',
diff --git a/resources/lang/fil-PH/admin/custom_fields/general.php b/resources/lang/fil-PH/admin/custom_fields/general.php
index 3debfb443..a8ecb0f0e 100644
--- a/resources/lang/fil-PH/admin/custom_fields/general.php
+++ b/resources/lang/fil-PH/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/fil-PH/admin/depreciations/general.php b/resources/lang/fil-PH/admin/depreciations/general.php
index e078c9905..8a31db25b 100644
--- a/resources/lang/fil-PH/admin/depreciations/general.php
+++ b/resources/lang/fil-PH/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Warning:
You do not currently have any depreciations set up.
Please set up at least one depreciation to view the depreciation report.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/fil-PH/admin/hardware/form.php b/resources/lang/fil-PH/admin/hardware/form.php
index d4488a51b..866ef27b0 100644
--- a/resources/lang/fil-PH/admin/hardware/form.php
+++ b/resources/lang/fil-PH/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Update only actual location',
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
'optional_infos' => 'Optional Information',
'order_details' => 'Order Related Information',
diff --git a/resources/lang/fil-PH/admin/hardware/message.php b/resources/lang/fil-PH/admin/hardware/message.php
index 588522cf4..7e866d217 100644
--- a/resources/lang/fil-PH/admin/hardware/message.php
+++ b/resources/lang/fil-PH/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Ang asset ay hindi nai-rekwest, mangyaring subukang muli',
- 'success' => 'Matagumpay na nai-rekwest ang asset.',
- 'canceled' => 'Ang rekwest sa pag-checkout ay matagumpay na nakansela',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Cancel this item request',
],
];
diff --git a/resources/lang/fil-PH/admin/reports/general.php b/resources/lang/fil-PH/admin/reports/general.php
index 99dbecda3..406219291 100644
--- a/resources/lang/fil-PH/admin/reports/general.php
+++ b/resources/lang/fil-PH/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Pumili ng opsyon na gusto mo para sa iyong report sa asset.',
'deleted_user' => 'Deleted user',
'send_reminder' => 'Send reminder',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Naipadala ang paalala',
'acceptance_deleted' => 'Acceptance request deleted',
'acceptance_request' => 'Acceptance request',
diff --git a/resources/lang/fil-PH/admin/settings/general.php b/resources/lang/fil-PH/admin/settings/general.php
index 5b13fe469..6cfad4336 100644
--- a/resources/lang/fil-PH/admin/settings/general.php
+++ b/resources/lang/fil-PH/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'I-kumperma ang Pag-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' => 'I-custom ang CSS',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Mag-enter ng kahit anung kustom na mag-override ng CSS na nais mong gamitin. Wag isali ang <style></style> mga tag.',
'custom_forgot_pass_url' => 'I-custom ang URL ng Pag-reset sa Password',
'custom_forgot_pass_url_help' => 'Papalitan nito ang built-in ng nakalimutang URL ng password sa skreen ng log-in, kapaki-pakinabang upang magdirekta sa panloob o ang password reset functionality ng LDAP. Ito ay epektibong hindi magpagana ng lokal na gumagamit para sa punsyonalidad sa nakalimutang password.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Ipakita sa table view ang EOL',
'display_qr' => 'Ipakita ang 2D barcode',
'display_alt_barcode' => 'Ipakita ang 1D barcode',
- 'email_logo' => 'Email Logo',
'barcode_type' => 'Ang Uri ng 2D Barcode',
'alt_barcode_type' => 'Ang uri ng 1D barcode',
- 'email_logo_size' => 'Square logos in email look best. ',
'enabled' => 'Enabled',
'eula_settings' => 'Ang mga Setting ng EULA',
'eula_markdown' => 'Ang EULA na ito ay nagpahintulot ng Github flavored na markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favicons should be square images, 16x16 pixels.',
'footer_text' => 'Ang Karagdagang Teksto ng Footer ',
'footer_text_help' => 'Ang tekstong ito ay lilitaw sa kanang bahagsi ng footer. Ang mga links ay pinapayagan gamit ang Github flavored na markdown. Ang biak na mga Linya, mga header, mga imahi, atbp ay maaaring magsaad ng hindi inaasahang mga resulta.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'Ang Pangakalahatang mga Setting',
'general_settings_help' => 'Default EULA and more',
'generate_backup' => 'Magsagawa ng Backup',
'google_workspaces' => 'Google Workspaces',
'header_color' => 'Ang Kulay ng Header',
'info' => 'Ang mga settings na ito ay pwedeng magbigay paalam sa sa iyo na i-customise ng iilang mga speto ng iyong pag-iinstall.',
- 'label_logo' => 'Label Logo',
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'Ang Laravel na Bersyon',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'Ang Bersyon ng LDAP',
'ldap_active_flag' => 'Ang Aktibong Flag ng LDAP',
'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. It does not affect the ability to check items in or out to them, and should be the attribute name within your AD/LDAP, not the value. 0
or false
, user login will be disabled. If the value in the AD/LDAP field is set to 1
or true
or any other text means the user can log in. When the field is blank in your AD, we respect the userAccountControl
attribute, which usually allows non-suspended users to log in.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'Ang Numero ng Empleyado ng LDAP',
'ldap_email' => 'Ang Email ng LDAP',
'ldap_test' => 'Test LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User Agent',
'login_help' => 'List of attempted logins',
'login_note' => 'Ang Note sa Pag-login',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Opsyonal na maglakip ng iilang mga pangungusap sa iyong skreen, halimbawa upang makapaghatid ng tulong sa mga taong nakakita ng nawawala o ninakaw na device. Ang field na ito ay tumatanggap ng Github flavored na markdown',
'login_remote_user_text' => 'Remote User login options',
'login_remote_user_enabled_text' => 'Enable Login with Remote User Header',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'full_multiple_companies_support_help_text' => 'Pagbabawal sa mga gumagamit (kasama ang mga admin) na nakatalaga sa mga asset ng kanilang kompanya.',
'full_multiple_companies_support_text' => 'Ang Buong Suporta sa Maramihang Kompanya',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Ipakita sa Modelo ng mga Dropdowns',
'optional' => 'opsyonal',
'per_page' => 'Ang mga Resulta Bawat Pahina',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Next: Create User',
'ldap_settings_link' => 'LDAP Settings Page',
'slack_test' => 'Test Integration',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'New Label Engine',
'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.',
'label2_template' => 'Template',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Field Definitions',
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Text entered as **text**
will be displayed as bold',
'help_blank_to_use' => 'Leave blank to use the value from :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
. Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Ang Pormat sa Pangalan ng Gumagamit',
+ 'firstname_lastname_format' => 'Unang Pangalan Huling Pangalan (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Ang Pormat ng Email',
+ 'firstname_lastname_format' => 'Unang Pangalan Huling Pangalan (jane.smith@example.com)',
+ 'first_name_format' => 'Ang Unang Pangalan (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Ang Unang Inisyal Huling Pangalan (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'Unang Pangalan Huling Pangalan (jane.smith@example.com)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Email Logo',
+ 'label_logo' => 'Label Logo',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Square logos in email look best. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Ang Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/fil-PH/admin/settings/message.php b/resources/lang/fil-PH/admin/settings/message.php
index b6fb1a727..6d4fd60b5 100644
--- a/resources/lang/fil-PH/admin/settings/message.php
+++ b/resources/lang/fil-PH/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Something went wrong. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/fil-PH/auth.php b/resources/lang/fil-PH/auth.php
index db310aa1b..14d8acfce 100644
--- a/resources/lang/fil-PH/auth.php
+++ b/resources/lang/fil-PH/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
- 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/fil-PH/auth/message.php b/resources/lang/fil-PH/auth/message.php
index 3fa252b15..b7f1ccde9 100644
--- a/resources/lang/fil-PH/auth/message.php
+++ b/resources/lang/fil-PH/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'Ang pangalan ng gumagamit o password ay hindi wasto.',
'account_not_activated' => 'Hindi napagana ang account ng user na ito.',
'account_suspended' => 'Ang account ng user na ito ay suspendido.',
- 'account_banned' => 'Ang account ng user na ito ay nai-ban.',
- 'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
'two_factor' => array(
'already_enrolled' => 'Ang iyong device ay nakarehistro na.',
diff --git a/resources/lang/fil-PH/general.php b/resources/lang/fil-PH/general.php
index a468c55f9..27b27d6c3 100644
--- a/resources/lang/fil-PH/general.php
+++ b/resources/lang/fil-PH/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Accept Assets',
'accept_item' => 'Accept Item',
'audit' => 'Ang Audit',
+ 'audits' => 'Audits',
'audit_report' => 'Ang Log ng Audit',
'assets' => 'Ang mga Assets',
'assets_audited' => 'assets audited',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Baguhin ang Password',
'checkin' => 'I-checkin',
'checkin_from' => 'Nag-checkin mula sa',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Nag-checkout',
'checkouts_count' => 'Checkouts',
'checkins_count' => 'Checkins',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'I-edit ang Iyong Propayl',
'eol' => 'Ang EOL',
'email_domain' => 'Ang Dominyo ng Email',
- 'email_format' => 'Ang Pormat ng Email',
'employee_number' => 'Employee Number',
'email_domain_help' => 'Ito ay ginagamit para makapagsagawa ng email address kapag mag-import',
'error' => 'Error',
'exclude_archived' => 'Exclude Archived Assets',
'exclude_deleted' => 'Exclude Deleted Assets',
'example' => 'Halimbawa: ',
- 'filastname_format' => 'Ang Unang Inisyal Huling Pangalan (jsmith@example.com)',
- 'firstname_lastname_format' => 'Unang Pangalan Huling Pangalan (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'Unang Pangalan Huling Pangalan (jane.smith@example.com)',
- 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'First Initial Last Name (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
- 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
- 'name_display_format' => 'Name Display Format',
- 'first' => 'Una',
- 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
- 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
- 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
- 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'Ang Unang Pangalan',
- 'first_name_format' => 'Ang Unang Pangalan (jane@example.com)',
+
'files' => 'Ang mga file',
'file_name' => 'Ang File',
'file_type' => 'File Type',
@@ -183,6 +169,11 @@ return [
'last' => 'Huli',
'last_login' => 'Ang Huling Pag-login',
'last_name' => 'Ang Huling Pangalan',
+ 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
+ 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
+ 'name_display_format' => 'Name Display Format',
+ 'first' => 'Una',
+ 'first_name' => 'Ang Unang Pangalan',
'license' => 'Ang Lisensya',
'license_report' => 'Ang Report ng Lisensya',
'licenses_available' => 'Licenses available',
@@ -311,7 +302,6 @@ return [
'type' => 'Ang Tipo',
'undeployable' => 'Hindi pwedeng i-depoy',
'unknown_admin' => 'Hindi matukoy na Admin',
- 'username_format' => 'Ang Pormat sa Pangalan ng Gumagamit',
'username' => 'Ang pangalan ng gumagamit',
'update' => 'I-update',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/fil-PH/localizations.php b/resources/lang/fil-PH/localizations.php
index fdca1532b..827ed4fca 100644
--- a/resources/lang/fil-PH/localizations.php
+++ b/resources/lang/fil-PH/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malay',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolian',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persian',
'pl-PL'=> 'Polish',
diff --git a/resources/lang/fil-PH/mail.php b/resources/lang/fil-PH/mail.php
index af8afaece..e18de0194 100644
--- a/resources/lang/fil-PH/mail.php
+++ b/resources/lang/fil-PH/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Ang Min QTY',
'name' => 'Ang Pangalan',
'new_item_checked' => 'Ang bagong aytem na nai-check out sa ilalim ng iyong pangalan, ang mga detalye ay nasa ibaba.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Ang mga Palatandaan',
'password' => 'Ang Password',
'password_reset' => 'Ang Pagbago ng Password',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.',
'user' => 'Ang gumagamit',
'username' => 'Ang pangalan ng gumagamit',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Maligayang pagdating :ang pangalan',
'welcome_to' => 'Maligayang pagdating sa: web!',
'your_assets' => 'View Your Assets',
diff --git a/resources/lang/fr-FR/account/general.php b/resources/lang/fr-FR/account/general.php
index a76650150..627e388c1 100644
--- a/resources/lang/fr-FR/account/general.php
+++ b/resources/lang/fr-FR/account/general.php
@@ -13,5 +13,5 @@ return array(
'profile_updated' => 'Compte mis à jour avec succès',
'no_tokens' => 'Vous n\'avez pas encore créé de jeton d\'accès personnel.',
'enable_sounds' => 'Activer les effets sonores',
- 'enable_confetti' => 'Enable confetti effects',
+ 'enable_confetti' => 'Effets confettis !',
);
diff --git a/resources/lang/fr-FR/admin/components/message.php b/resources/lang/fr-FR/admin/components/message.php
index 9dd5d43d9..53ca595c1 100644
--- a/resources/lang/fr-FR/admin/components/message.php
+++ b/resources/lang/fr-FR/admin/components/message.php
@@ -18,7 +18,8 @@ return array(
'confirm' => 'Etes-vous sûr de vouloir supprimer ce composant?',
'error' => 'Un problème est survenu durant la suppression de ce composant. Merci d\'essayer à nouveau.',
'success' => 'Le composant a bien été supprimé.',
- 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
+ 'error_qty' => 'Certains composants sont toujours dans l\'état retiré \'checked out\'.
+Veuillez vérifier et recommencer',
),
'checkout' => array(
diff --git a/resources/lang/fr-FR/admin/custom_fields/general.php b/resources/lang/fr-FR/admin/custom_fields/general.php
index 36a07d6e5..edd49883c 100644
--- a/resources/lang/fr-FR/admin/custom_fields/general.php
+++ b/resources/lang/fr-FR/admin/custom_fields/general.php
@@ -58,6 +58,7 @@ return [
'show_in_requestable_list' => 'Afficher la valeur dans la liste des actifs demandables. Les champs chiffrés ne seront pas affichés',
'encrypted_options' => 'Ce champ est chiffré, donc certaines options d\'affichage ne seront pas disponibles.',
'display_checkin' => 'Display in checkin forms',
- 'display_checkout' => 'Display in checkout forms',
+ 'display_checkout' => 'Afficher dans les formulaires de retrait (check-out)',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/fr-FR/admin/depreciations/general.php b/resources/lang/fr-FR/admin/depreciations/general.php
index 330accd5d..146e601a7 100644
--- a/resources/lang/fr-FR/admin/depreciations/general.php
+++ b/resources/lang/fr-FR/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Avertissement :
Vous n\'avez actuellement aucun amortissement.
Veuillez mettre en place au moins un amortissement pour consulter le rapport d\'amortissement.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/fr-FR/admin/hardware/form.php b/resources/lang/fr-FR/admin/hardware/form.php
index af34f58f0..b11e69e70 100644
--- a/resources/lang/fr-FR/admin/hardware/form.php
+++ b/resources/lang/fr-FR/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Mettre à jour uniquement l\'emplacement actuel',
'asset_not_deployable' => 'L\'actif n\'est pas déployable. L\'actif ne peut pas être affecté.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'L\'actif est déployable. L\'actif peut être affecté.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Traitement... (Cela peut prendre un peu de temps sur les fichiers volumineux)',
'optional_infos' => 'Information facultative',
'order_details' => 'Information liée à l\'achat',
diff --git a/resources/lang/fr-FR/admin/hardware/message.php b/resources/lang/fr-FR/admin/hardware/message.php
index 8995546bd..df1b02ee8 100644
--- a/resources/lang/fr-FR/admin/hardware/message.php
+++ b/resources/lang/fr-FR/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'Un ou plusieurs attributs dans la ligne d\'en-tête contiennent des caractères UTF-8 invalides',
'content_row_has_malformed_characters' => 'Un ou plusieurs attributs dans la première ligne de contenu contiennent des caractères UTF-8 invalides',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'L\'actif n\'a pas été demandé, merci d\'essayer à nouveau',
- 'success' => 'L\'actif a été demandé avec succès.',
- 'canceled' => 'La demande d\'association a été annulée avec succès',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Annuler cette demande',
],
];
diff --git a/resources/lang/fr-FR/admin/locations/message.php b/resources/lang/fr-FR/admin/locations/message.php
index 5464a145b..b80337a93 100644
--- a/resources/lang/fr-FR/admin/locations/message.php
+++ b/resources/lang/fr-FR/admin/locations/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'Le lieu n\'existe pas.',
- 'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your records to no longer reference this location and try again. ',
+ 'assoc_users' => '',
'assoc_assets' => 'Cet emplacement est actuellement associé à au moins un actif et ne peut pas être supprimé. Veuillez mettre à jour vos actifs pour ne plus faire référence à cet emplacement et réessayez. ',
'assoc_child_loc' => 'Cet emplacement est actuellement le parent d\'au moins un sous emplacement et ne peut pas être supprimé . S\'il vous plaît mettre à jour vos emplacement pour ne plus le référencer et réessayez. ',
'assigned_assets' => 'Actifs assignés',
diff --git a/resources/lang/fr-FR/admin/reports/general.php b/resources/lang/fr-FR/admin/reports/general.php
index 713164881..5183041f6 100644
--- a/resources/lang/fr-FR/admin/reports/general.php
+++ b/resources/lang/fr-FR/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Sélectionnez les options que vous souhaitez pour votre rapport d\'actifs.',
'deleted_user' => 'Utilisateur supprimé',
'send_reminder' => 'Envoyer un rappel',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Rappel envoyé',
'acceptance_deleted' => 'Demande d\'acceptation supprimée',
'acceptance_request' => 'Demande d\'acceptation',
diff --git a/resources/lang/fr-FR/admin/settings/general.php b/resources/lang/fr-FR/admin/settings/general.php
index 7c6b7b4fe..def010df6 100644
--- a/resources/lang/fr-FR/admin/settings/general.php
+++ b/resources/lang/fr-FR/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Confirmer la purge',
'confirm_purge_help' => 'Entrez le texte « SUPPRIMER » dans la case ci-dessous pour purger vos enregistrements supprimés. Cette action ne peut pas être annulée et supprimera DEFINITIVEMENT tous les éléments et utilisateurs supprimés par le logiciel. (Avant de débuter, faites une sauvegarde juste au cas où.)',
'custom_css' => 'CSS personnalisé',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Entrez les codes CSS personnalisé que vous souhaitez utiliser . Ne pas inclure les balises <style></style>.',
'custom_forgot_pass_url' => 'URL personnalisé de réinitialisation du mot de passe',
'custom_forgot_pass_url_help' => 'Ceci remplace l\'URL de mot de passe intégré oublié sur la page d\'accueil, utile pour rediriger les utilisateurs vers la fonctionnalité de réinitialisation de mot de passe interne ou de serveur LDAP. Cela va désactiver la fonctionnalité du mot de passe oublié au niveau local.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Afficher la fin de vie dans les tables',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => 'Affiche le code-barres 1D',
- 'email_logo' => 'Logo de l\'e-mail',
'barcode_type' => 'Type du code-barres 2D',
'alt_barcode_type' => 'Type du code-barres 1D',
- 'email_logo_size' => 'Les logos carrés dans l\'e-mail rendent mieux. ',
'enabled' => 'Activé',
'eula_settings' => 'Configuration pour les licences d\'utilisation',
'eula_markdown' => 'Cette licence d\'utilisation permet l\'utilisation des "Github flavored markdown".',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Les Favicons doivent être des images carrées de 16x16 pixels.',
'footer_text' => 'Texte supplémentaire en pied de page ',
'footer_text_help' => 'Ce texte apparaîtra dans le pied de page de droitre. Les liens sont autorisés en utilisant Github flavored markdown. Les sauts de ligne, les en-têtes, les images, etc. peuvent entraîner des résultats imprévisibles.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'Configuration générale',
'general_settings_help' => 'CLUF par défaut et plus encore',
'generate_backup' => 'Générer une sauvegarde',
'google_workspaces' => 'Espaces de travail Google',
'header_color' => 'Couleur de l\'en-tête',
'info' => 'Ces paramètres vous permettent de personnaliser certains aspects de votre installation.',
- 'label_logo' => 'Logo du label',
'label_logo_size' => 'Les logos, de préférence carrés, sont affichés en haut à droite de chaque étiquette. ',
'laravel' => 'Version de Laravel',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'Version LDAP',
'ldap_active_flag' => 'Signal d\'activation LDAP',
'ldap_activated_flag_help' => 'Cette valeur est utilisée pour déterminer si un utilisateur synchronisé peut se connecter à Snipe-IT. Cela n\'affecte pas la possibilité de leur affecter ou retirer des ressources, et devrait être le nom d\'attribut dans votre AD/LDAP, pas la valeur. 0
ou false
, la connexion de l\'utilisateur sera désactivée. Si la valeur du champ AD/LDAP est définie à 1
ou vrai
ou tout autre valeur signifie que l\'utilisateur peut se connecter. Lorsque le champ est vide dans votre AD, nous respectons l\'attribut userAccountControl
, qui permet généralement aux utilisateurs non desactivés de se connecter.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'Numéro d\'employé LDAP',
'ldap_email' => 'E-mail LDAP',
'ldap_test' => 'Tester LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User-Agent',
'login_help' => 'Liste des tentatives de connexion',
'login_note' => 'Note de connexion',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Ajoutez éventuellement quelques phrases sur votre écran de connexion, par exemple pour aider les personnes ayant trouvé un appareil perdu ou volé. Ce champ accepte Github aromatisé markdown',
'login_remote_user_text' => 'Options de connexion de l\'utilisateur à distance',
'login_remote_user_enabled_text' => 'Activer la connexion avec l\'en-tête utilisateur distant',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Utiliser la marque dans les listes imprimables des actifs ',
'full_multiple_companies_support_help_text' => 'Restreindre les utilisateurs (admins compris) assignés à des organisations aux biens de leur propre organisation.',
'full_multiple_companies_support_text' => 'Support complet des organisations multiples',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Afficher dans la liste déroulante des modèles',
'optional' => 'facultatif',
'per_page' => 'Résultats par page',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Étape suivante : créer un utilisateur',
'ldap_settings_link' => 'Page des paramètres LDAP',
'slack_test' => 'Tester l\'intégration de ',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'Nouveau moteur d\'étiquetage',
'label2_enable_help' => 'Basculer vers le nouveau moteur d\'étiquetage. Note : Vous devrez enregistrer ce paramètre avant d\'en modifier d\'autres.',
'label2_template' => 'Modèle',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Définitions de champ',
'label2_fields_help' => 'Les champs peuvent être ajoutés, supprimés et réordonnés dans la colonne de gauche. Pour chaque champ, plusieurs options pour Étiquette et Source de données peuvent être ajoutées, supprimées et réordonnées dans la colonne de droite.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Le texte entré sous la forme **texte**
sera affiché en gras',
'help_blank_to_use' => 'Laisser vide pour utiliser la valeur de :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
. Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Format du nom d\'utilisateur',
+ 'firstname_lastname_format' => 'Prénom Nom de famille (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Nom.Prénom (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Format de l\'e-mail',
+ 'firstname_lastname_format' => 'Prénom Nom de famille (jane.smith@example.com)',
+ 'first_name_format' => 'Prénom (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Première lettre du prénom Nom de famille (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Nom de famille Première lettre du prénom (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'Prénom Nom (jane_smith@example.com)',
+ 'firstinitial.lastname' => 'Première lettre du prénom et nom de famille (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Nom de famille et première lettre du prénom (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'Prénom et nom de famille (janesmith@example.com)',
+ 'firstnamelastinitial' => 'Prénom (janes@example.com)',
+ 'lastnamefirstname' => 'Nom.Prénom (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Logo de l\'e-mail',
+ 'label_logo' => 'Logo du label',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Les logos carrés dans l\'e-mail rendent mieux. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/fr-FR/admin/settings/message.php b/resources/lang/fr-FR/admin/settings/message.php
index 7c0b1da5b..0aef512f1 100644
--- a/resources/lang/fr-FR/admin/settings/message.php
+++ b/resources/lang/fr-FR/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Une erreur est survenue. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/fr-FR/auth.php b/resources/lang/fr-FR/auth.php
index 5bde3c3ff..5ebd745df 100644
--- a/resources/lang/fr-FR/auth.php
+++ b/resources/lang/fr-FR/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'Ces identifiants ne correspondent à aucun enregistrement.',
'password' => 'Le mot de passe fourni est incorrect.',
- 'throttle' => 'Trop de tentatives de connexion. Veuillez réessayer à nouveau dans :seconds secondes.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/fr-FR/auth/message.php b/resources/lang/fr-FR/auth/message.php
index 6ae56691f..f22b2871b 100644
--- a/resources/lang/fr-FR/auth/message.php
+++ b/resources/lang/fr-FR/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'Nom d\'usager ou mot de passe incorrect.',
'account_not_activated' => 'Ce compte n\'est pas activé.',
'account_suspended' => 'Ce compte est suspendu.',
- 'account_banned' => 'Ce compte est banni.',
- 'throttle' => 'Trop de tentatives de connexion échouées. Veuillez réessayer dans :minutes minutes.',
'two_factor' => array(
'already_enrolled' => 'Votre appareil est déjà inscrit.',
diff --git a/resources/lang/fr-FR/general.php b/resources/lang/fr-FR/general.php
index 700eaa77f..82ce63093 100644
--- a/resources/lang/fr-FR/general.php
+++ b/resources/lang/fr-FR/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Accepter les actifs',
'accept_item' => 'Accept Item',
'audit' => 'Audit',
+ 'audits' => 'Audits',
'audit_report' => 'Journal d\'audit',
'assets' => 'Actifs',
'assets_audited' => 'actifs audités',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Changer le mot de passe',
'checkin' => 'Dissocier',
'checkin_from' => 'Dissocier de',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Associer',
'checkouts_count' => 'Associations',
'checkins_count' => 'Dissociations',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Éditer votre profile',
'eol' => 'Fin de vie',
'email_domain' => 'Domaine de l\'e-mail',
- 'email_format' => 'Format de l\'e-mail',
'employee_number' => 'Numéro d’employé',
'email_domain_help' => 'C\'est utilisé pour générer des adresses e-mail lors de l\'importation',
'error' => 'Erreur',
'exclude_archived' => 'Exclure les matériels archivés',
'exclude_deleted' => 'Exclure les actifs supprimés',
'example' => 'Exemple : ',
- 'filastname_format' => 'Première lettre du prénom Nom de famille (jsmith@example.com)',
- 'firstname_lastname_format' => 'Prénom Nom de famille (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'Prénom Nom (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => 'Nom de famille Première lettre du prénom (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'Première lettre du prénom et nom de famille (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'Prénom Nom (Jane Smith)',
- 'lastname_firstname_display' => 'Nom Prénom (Smith Jane)',
- 'name_display_format' => 'Format d\'affichage du nom',
- 'first' => 'Premier',
- 'firstnamelastname' => 'Prénom et nom de famille (jane.smith@example.com)',
- 'lastname_firstinitial' => 'Nom de famille et première lettre du prénom (smith_j@example.com)',
- 'firstinitial.lastname' => 'Première lettre du prénom et nom de famille (j.smith@example.com)',
- 'firstnamelastinitial' => 'Prénom (janes@example.com)',
- 'lastnamefirstname' => 'Nom.Prénom (smith.jane@example.com)',
- 'first_name' => 'Prénom',
- 'first_name_format' => 'Prénom (jane@example.com)',
+
'files' => 'Fichiers',
'file_name' => 'Fichier',
'file_type' => 'Type de fichier',
@@ -183,6 +169,11 @@ return [
'last' => 'Dernier',
'last_login' => 'Dernière connexion',
'last_name' => 'Nom',
+ 'firstname_lastname_display' => 'Prénom Nom (Jane Smith)',
+ 'lastname_firstname_display' => 'Nom Prénom (Smith Jane)',
+ 'name_display_format' => 'Format d\'affichage du nom',
+ 'first' => 'Premier',
+ 'first_name' => 'Prénom',
'license' => 'Licence',
'license_report' => 'Rapport de licence',
'licenses_available' => 'Licences disponibles',
@@ -311,7 +302,6 @@ return [
'type' => 'Type ',
'undeployable' => 'Non déployable',
'unknown_admin' => 'Admin inconnu',
- 'username_format' => 'Format du nom d\'utilisateur',
'username' => 'Nom d\'utilisateur',
'update' => 'Actualiser',
'updating_item' => 'Mise à jour de :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/fr-FR/localizations.php b/resources/lang/fr-FR/localizations.php
index 105c5af96..8801e4c45 100644
--- a/resources/lang/fr-FR/localizations.php
+++ b/resources/lang/fr-FR/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malais',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongol',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norvégien (Bokmål)',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Perse',
'pl-PL'=> 'Polonais',
diff --git a/resources/lang/fr-FR/mail.php b/resources/lang/fr-FR/mail.php
index deff7cd38..3e64806e6 100644
--- a/resources/lang/fr-FR/mail.php
+++ b/resources/lang/fr-FR/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Quantité minimum',
'name' => 'Nom',
'new_item_checked' => 'Un nouvel élément a été vérifié sous votre nom, les détails sont ci-dessous.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Notes',
'password' => 'Mot de passe',
'password_reset' => 'Réinitialisation du mot de passe',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'Il y a :count matériel à venir pour un audit dans les :threshold jours.|Il y a :count matériels à venir pour un audit dans les :threshold jours.',
'user' => 'Utilisateur',
'username' => 'Nom d\'utilisateur',
- 'unaccepted_asset_reminder' => 'Vous avez des actifs non acceptés.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Bienvenue, :name',
'welcome_to' => 'Bienvenue sur :web!',
'your_assets' => 'Voir vos matériels',
diff --git a/resources/lang/ga-IE/admin/custom_fields/general.php b/resources/lang/ga-IE/admin/custom_fields/general.php
index 914d67d67..74779df3b 100644
--- a/resources/lang/ga-IE/admin/custom_fields/general.php
+++ b/resources/lang/ga-IE/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/ga-IE/admin/depreciations/general.php b/resources/lang/ga-IE/admin/depreciations/general.php
index 55ddafa67..b645f26c1 100644
--- a/resources/lang/ga-IE/admin/depreciations/general.php
+++ b/resources/lang/ga-IE/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Warning:
You do not currently have any depreciations set up.
Please set up at least one depreciation to view the depreciation report.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/ga-IE/admin/hardware/form.php b/resources/lang/ga-IE/admin/hardware/form.php
index b6b06d8ed..65b1b0f27 100644
--- a/resources/lang/ga-IE/admin/hardware/form.php
+++ b/resources/lang/ga-IE/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Update only actual location',
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
'optional_infos' => 'Optional Information',
'order_details' => 'Order Related Information',
diff --git a/resources/lang/ga-IE/admin/hardware/message.php b/resources/lang/ga-IE/admin/hardware/message.php
index 96af9e9a2..f7bd318aa 100644
--- a/resources/lang/ga-IE/admin/hardware/message.php
+++ b/resources/lang/ga-IE/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Níor iarradh sócmhainn, déan iarracht arís',
- 'success' => 'D\'iarr sócmhainn go rathúil.',
- 'canceled' => 'Iarrtar ar iarraidh seiceáil go rathúil',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Cancel this item request',
],
];
diff --git a/resources/lang/ga-IE/admin/reports/general.php b/resources/lang/ga-IE/admin/reports/general.php
index ff7010af4..3871c2718 100644
--- a/resources/lang/ga-IE/admin/reports/general.php
+++ b/resources/lang/ga-IE/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Roghnaigh na roghanna atá uait as do thuairisc sócmhainne.',
'deleted_user' => 'Deleted user',
'send_reminder' => 'Send reminder',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Reminder sent',
'acceptance_deleted' => 'Acceptance request deleted',
'acceptance_request' => 'Acceptance request',
diff --git a/resources/lang/ga-IE/admin/settings/general.php b/resources/lang/ga-IE/admin/settings/general.php
index e8f4652dd..e7211814f 100644
--- a/resources/lang/ga-IE/admin/settings/general.php
+++ b/resources/lang/ga-IE/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Dearbhaigh 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' => 'CSS saincheaptha',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Cuir isteach aon scriosadh CSS saincheaptha ar mhaith leat a úsáid. Ná cuir na clibeanna <style></style> san áireamh.',
'custom_forgot_pass_url' => 'Custom Password Reset URL',
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Taispeáin EOL in amharc an tábla',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => 'Taispeáin barcode 1D',
- 'email_logo' => 'Email Logo',
'barcode_type' => 'Cineál Barcode 2D',
'alt_barcode_type' => 'Cineál barrach 1D',
- 'email_logo_size' => 'Square logos in email look best. ',
'enabled' => 'Enabled',
'eula_settings' => 'Socruithe EULA',
'eula_markdown' => 'Ceadaíonn an EULA seo Github flavored markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favicons should be square images, 16x16 pixels.',
'footer_text' => 'Additional Footer Text ',
'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'Socruithe Ginearálta',
'general_settings_help' => 'Default EULA and more',
'generate_backup' => 'Gin Cúltaca',
'google_workspaces' => 'Google Workspaces',
'header_color' => 'Dath Ceannteideal',
'info' => 'Ligeann na socruithe seo gnéithe áirithe de do shuiteáil a shaincheapadh.',
- 'label_logo' => 'Label Logo',
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'Leagan Laravel',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'Leagan LDAP',
'ldap_active_flag' => 'Bratach Gníomhach LDAP',
'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. It does not affect the ability to check items in or out to them, and should be the attribute name within your AD/LDAP, not the value. 0
or false
, user login will be disabled. If the value in the AD/LDAP field is set to 1
or true
or any other text means the user can log in. When the field is blank in your AD, we respect the userAccountControl
attribute, which usually allows non-suspended users to log in.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'Uimhir Fostaí LDAP',
'ldap_email' => 'Ríomhphost LDAP',
'ldap_test' => 'Test LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User Agent',
'login_help' => 'List of attempted logins',
'login_note' => 'Logáil isteach Nóta',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Áirítear go roghnúil cúpla abairt ar do scáileán logála isteach, mar shampla chun cabhrú le daoine a bhfuair gléas caillte nó goidte. Glacann an réimse seo le Github blastáilte markdown',
'login_remote_user_text' => 'Remote User login options',
'login_remote_user_enabled_text' => 'Enable Login with Remote User Header',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'full_multiple_companies_support_help_text' => 'Úsáideoirí srianta (lena n-áirítear admins) a shanntar do chuideachtaí le sócmhainní na cuideachta.',
'full_multiple_companies_support_text' => 'Tacaíocht Iomlána Iompórtálacha Iomlán',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Show in Model Dropdowns',
'optional' => 'roghnach',
'per_page' => 'Torthaí ar an Leathanach',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Next: Create User',
'ldap_settings_link' => 'LDAP Settings Page',
'slack_test' => 'Test Integration',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'New Label Engine',
'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.',
'label2_template' => 'Template',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Field Definitions',
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Text entered as **text**
will be displayed as bold',
'help_blank_to_use' => 'Leave blank to use the value from :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
. Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Ainm Úsáideora Formáid',
+ 'firstname_lastname_format' => 'Ainm Ainm Chéad Ainm (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Foirm Ríomhphoist',
+ 'firstname_lastname_format' => 'Ainm Ainm Chéad Ainm (jane.smith@example.com)',
+ 'first_name_format' => 'Céadainm (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'An Chéad Ainm Deiridh Tosaigh (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Email Logo',
+ 'label_logo' => 'Label Logo',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Square logos in email look best. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/ga-IE/admin/settings/message.php b/resources/lang/ga-IE/admin/settings/message.php
index 34c4dee60..69da852b8 100644
--- a/resources/lang/ga-IE/admin/settings/message.php
+++ b/resources/lang/ga-IE/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Something went wrong. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/ga-IE/auth.php b/resources/lang/ga-IE/auth.php
index db310aa1b..14d8acfce 100644
--- a/resources/lang/ga-IE/auth.php
+++ b/resources/lang/ga-IE/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
- 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/ga-IE/auth/message.php b/resources/lang/ga-IE/auth/message.php
index e959da4bc..714482115 100644
--- a/resources/lang/ga-IE/auth/message.php
+++ b/resources/lang/ga-IE/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'Tá an t-ainm úsáideora nó an focal faire mícheart.',
'account_not_activated' => 'Níl an cuntas úsáideora seo curtha i ngníomh.',
'account_suspended' => 'Tá an cuntas úsáideora seo ar fionraí.',
- 'account_banned' => 'Tá toirmeasc ar an gcuntas úsáideora seo.',
- 'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
'two_factor' => array(
'already_enrolled' => 'Your device is already enrolled.',
diff --git a/resources/lang/ga-IE/general.php b/resources/lang/ga-IE/general.php
index 8888d16d1..717dee05e 100644
--- a/resources/lang/ga-IE/general.php
+++ b/resources/lang/ga-IE/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Accept Assets',
'accept_item' => 'Accept Item',
'audit' => 'Iniúchadh',
+ 'audits' => 'Audits',
'audit_report' => 'Logáil Iniúchta',
'assets' => 'Sócmhainní',
'assets_audited' => 'assets audited',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Athraigh do phasfhocal',
'checkin' => 'Checkin',
'checkin_from' => 'Seiceáil ó',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Seiceáil',
'checkouts_count' => 'Checkouts',
'checkins_count' => 'Checkins',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Cuir do phróifíl in eagar',
'eol' => 'EOL',
'email_domain' => 'Fearann Ríomhphoist',
- 'email_format' => 'Foirm Ríomhphoist',
'employee_number' => 'Employee Number',
'email_domain_help' => 'Úsáidtear é seo chun seoltaí ríomhphoist a ghiniúint nuair a allmhairítear iad',
'error' => 'Error',
'exclude_archived' => 'Exclude Archived Assets',
'exclude_deleted' => 'Exclude Deleted Assets',
'example' => 'Example: ',
- 'filastname_format' => 'An Chéad Ainm Deiridh Tosaigh (jsmith@example.com)',
- 'firstname_lastname_format' => 'Ainm Ainm Chéad Ainm (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'First Initial Last Name (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
- 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
- 'name_display_format' => 'Name Display Format',
- 'first' => 'An Chéad',
- 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
- 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
- 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
- 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'Ainm',
- 'first_name_format' => 'Céadainm (jane@example.com)',
+
'files' => 'Files',
'file_name' => 'Comhad',
'file_type' => 'File Type',
@@ -183,6 +169,11 @@ return [
'last' => 'Last',
'last_login' => 'Logáil isteach deireanach',
'last_name' => 'Ainm deiridh',
+ 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
+ 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
+ 'name_display_format' => 'Name Display Format',
+ 'first' => 'An Chéad',
+ 'first_name' => 'Ainm',
'license' => 'Ceadúnas',
'license_report' => 'Tuarascáil Cheadúnais',
'licenses_available' => 'Licenses available',
@@ -311,7 +302,6 @@ return [
'type' => 'Cineál',
'undeployable' => 'Neamh-imscartha',
'unknown_admin' => 'Riarachán Anaithnid',
- 'username_format' => 'Ainm Úsáideora Formáid',
'username' => 'Ainm Úsáideora',
'update' => 'Nuashonrú',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/ga-IE/localizations.php b/resources/lang/ga-IE/localizations.php
index fdca1532b..827ed4fca 100644
--- a/resources/lang/ga-IE/localizations.php
+++ b/resources/lang/ga-IE/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malay',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolian',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persian',
'pl-PL'=> 'Polish',
diff --git a/resources/lang/ga-IE/mail.php b/resources/lang/ga-IE/mail.php
index 1227f9c45..ac8109ce5 100644
--- a/resources/lang/ga-IE/mail.php
+++ b/resources/lang/ga-IE/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Min QTY',
'name' => 'Ainm',
'new_item_checked' => 'Rinneadh mír nua a sheiceáil faoi d\'ainm, tá na sonraí thíos.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Nótaí',
'password' => 'Pasfhocal',
'password_reset' => 'Athshocraigh Pasfhocal',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.',
'user' => 'Úsáideoir',
'username' => 'Ainm Úsáideora',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Fáilte: ainm',
'welcome_to' => 'Fáilte go dtí: gréasáin!',
'your_assets' => 'View Your Assets',
diff --git a/resources/lang/he-IL/admin/custom_fields/general.php b/resources/lang/he-IL/admin/custom_fields/general.php
index f16dc75d1..bb3d72a5b 100644
--- a/resources/lang/he-IL/admin/custom_fields/general.php
+++ b/resources/lang/he-IL/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/he-IL/admin/depreciations/general.php b/resources/lang/he-IL/admin/depreciations/general.php
index 97c5252b1..58aa5420f 100644
--- a/resources/lang/he-IL/admin/depreciations/general.php
+++ b/resources/lang/he-IL/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Warning:
You do not currently have any depreciations set up.
Please set up at least one depreciation to view the depreciation report.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/he-IL/admin/hardware/form.php b/resources/lang/he-IL/admin/hardware/form.php
index 16cc71396..97d6390c8 100644
--- a/resources/lang/he-IL/admin/hardware/form.php
+++ b/resources/lang/he-IL/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Update only actual location',
'asset_not_deployable' => 'הנכס הזה לא זמין. לא ניתן לספק ללקוח.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'הנכס זמין. ניתן לשייך למיקום.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
'optional_infos' => 'Optional Information',
'order_details' => 'Order Related Information',
diff --git a/resources/lang/he-IL/admin/hardware/message.php b/resources/lang/he-IL/admin/hardware/message.php
index f2ec37cf6..3ce995e86 100644
--- a/resources/lang/he-IL/admin/hardware/message.php
+++ b/resources/lang/he-IL/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'הנכס לא התבקש, נסה שוב',
- 'success' => 'הנכס המבוקש בהצלחה.',
- 'canceled' => 'בקשת התשלום בוטלה בהצלחה',
+ 'error' => 'הבקשה לא הצליחה, נא לנסות שוב.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'הבקשה בוטלה בהצלחה.',
+ 'cancel' => 'Cancel this item request',
],
];
diff --git a/resources/lang/he-IL/admin/reports/general.php b/resources/lang/he-IL/admin/reports/general.php
index c570a8501..91cfd11e7 100644
--- a/resources/lang/he-IL/admin/reports/general.php
+++ b/resources/lang/he-IL/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'בחר את האפשרויות הרצויות עבור דוח הנכס שלך.',
'deleted_user' => 'Deleted user',
'send_reminder' => 'Send reminder',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Reminder sent',
'acceptance_deleted' => 'Acceptance request deleted',
'acceptance_request' => 'Acceptance request',
diff --git a/resources/lang/he-IL/admin/settings/general.php b/resources/lang/he-IL/admin/settings/general.php
index 3a3eb2175..6de17752e 100644
--- a/resources/lang/he-IL/admin/settings/general.php
+++ b/resources/lang/he-IL/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'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' => 'CSS מותאם אישית',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'הזן כל דריסת CSS מותאמת אישית שבה תרצה להשתמש. אל תכלול את התגים <style></style>.',
'custom_forgot_pass_url' => 'כתובת איפוס ססמה בהתאמה אישית',
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'הצג EOL בתצוגת טבלה',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => 'הצגת ברקוד 1D',
- 'email_logo' => 'לוגו לדוא״ל',
'barcode_type' => 'סוג ברקוד דו-ממדי',
'alt_barcode_type' => 'סוג 1D ברקוד',
- 'email_logo_size' => 'לוגואים מרובעים נראים הכי טוב בהודעות דוא״ל. ',
'enabled' => 'אפשר',
'eula_settings' => 'הגדרות EULA',
'eula_markdown' => 'הסכם רשיון משתמש זה מאפשר Github בטעם מרקדון .',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favicons should be square images, 16x16 pixels.',
'footer_text' => 'Additional Footer Text ',
'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'הגדרות כלליות',
'general_settings_help' => 'Default EULA and more',
'generate_backup' => 'צור גיבוי',
'google_workspaces' => 'Google Workspaces',
'header_color' => 'צבע כותרת',
'info' => 'הגדרות אלה מאפשרות לך להתאים אישית היבטים מסוימים של ההתקנה.',
- 'label_logo' => 'Label Logo',
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'גירסת Laravel',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'גרסת LDAP',
'ldap_active_flag' => 'LDAP סמל פעיל',
'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. It does not affect the ability to check items in or out to them, and should be the attribute name within your AD/LDAP, not the value. 0
or false
, user login will be disabled. If the value in the AD/LDAP field is set to 1
or true
or any other text means the user can log in. When the field is blank in your AD, we respect the userAccountControl
attribute, which usually allows non-suspended users to log in.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'מספר עובד LDAP',
'ldap_email' => 'דוא"ל LDAP',
'ldap_test' => 'Test LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User Agent',
'login_help' => 'רשימת נסיונות כניסה למערכת',
'login_note' => 'הערה התחברות',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'אופציונלי לכלול כמה משפטים במסך הכניסה שלך, למשל כדי לעזור לאנשים שמצאו מכשיר אבוד או נגנב. השדה הזה מקבל Github בטעם מרקדון ',
'login_remote_user_text' => 'אפשרויות כניסת משתמש מרוחק',
'login_remote_user_enabled_text' => 'הפעלת כניסה עם כותרת משתמש מרוחק',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'full_multiple_companies_support_help_text' => 'הגבלת משתמשים (כולל מנהלי מערכת) שהוקצו לחברות לנכסי החברה שלהם.',
'full_multiple_companies_support_text' => 'תמיכה מלאה חברות מרובות',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Show in Model Dropdowns',
'optional' => 'אופציונאלי',
'per_page' => 'תוצאות לעמוד',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'הבא: יצירת משתמש',
'ldap_settings_link' => 'LDAP Settings Page',
'slack_test' => 'Test Integration',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'New Label Engine',
'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.',
'label2_template' => 'Template',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Field Definitions',
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Text entered as **text**
will be displayed as bold',
'help_blank_to_use' => 'Leave blank to use the value from :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
. Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'פורמט שם משתמש',
+ 'firstname_lastname_format' => 'שם משפחה של שם פרטי (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'תבנית אימייל',
+ 'firstname_lastname_format' => 'שם משפחה של שם פרטי (jane.smith@example.com)',
+ 'first_name_format' => 'שם פרטי (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'שם משפחה ראשוני ראשון (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'שם משפחה ראשי תיבות שם פרטי (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'שם פרטי שם משפחה (jane_smith@example.com)',
+ 'firstinitial.lastname' => 'ראשי תיבות שם פרטי שם משפחה (j.smith@example)',
+ 'lastname_firstinitial' => 'שם משפחה ראשי תיבות שם פרטי (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'שם פרטי שם משפחה (janesmith@example.com)',
+ 'firstnamelastinitial' => 'שם פרטי ראשי תיבות שם משפחה (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'לוגו לדוא״ל',
+ 'label_logo' => 'Label Logo',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'סמל מועדפים (Favicon)',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'לוגואים מרובעים נראים הכי טוב בהודעות דוא״ל. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'סֵמֶל',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/he-IL/admin/settings/message.php b/resources/lang/he-IL/admin/settings/message.php
index 82e7aa274..9274ca475 100644
--- a/resources/lang/he-IL/admin/settings/message.php
+++ b/resources/lang/he-IL/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'משהו השתבש אופסי פופסי. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' ערוץ ההתליות לא נמצא.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/he-IL/auth.php b/resources/lang/he-IL/auth.php
index db310aa1b..14d8acfce 100644
--- a/resources/lang/he-IL/auth.php
+++ b/resources/lang/he-IL/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
- 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/he-IL/auth/message.php b/resources/lang/he-IL/auth/message.php
index 214c3c016..d5b736157 100644
--- a/resources/lang/he-IL/auth/message.php
+++ b/resources/lang/he-IL/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'שם המשתמש או הסיסמה שגויים.',
'account_not_activated' => 'חשבון משתמש זה אינו מופעל.',
'account_suspended' => 'חשבון המשתמש הזה מושעה.',
- 'account_banned' => 'חשבון משתמש זה מוחרם.',
- 'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
'two_factor' => array(
'already_enrolled' => 'Your device is already enrolled.',
diff --git a/resources/lang/he-IL/general.php b/resources/lang/he-IL/general.php
index c920e5029..12f73d625 100644
--- a/resources/lang/he-IL/general.php
+++ b/resources/lang/he-IL/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'אשר הנכסים',
'accept_item' => 'Accept Item',
'audit' => 'בְּדִיקָה',
+ 'audits' => 'Audits',
'audit_report' => 'יומן ביקורת',
'assets' => 'נכסים',
'assets_audited' => 'assets audited',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'שנה סיסמא',
'checkin' => 'קבלה',
'checkin_from' => 'Checkin מ',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'לבדוק',
'checkouts_count' => 'הסרת נכס',
'checkins_count' => 'העברות נכסים',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'ערוך את הפרופיל שלך',
'eol' => 'EOL',
'email_domain' => 'דומיין דוא"ל',
- 'email_format' => 'תבנית אימייל',
'employee_number' => 'מספר עובד',
'email_domain_help' => 'זה משמש ליצירת כתובות דוא"ל בעת ייבוא',
'error' => 'שגיאה',
'exclude_archived' => 'Exclude Archived Assets',
'exclude_deleted' => 'Exclude Deleted Assets',
'example' => 'Example: ',
- 'filastname_format' => 'שם משפחה ראשוני ראשון (jsmith@example.com)',
- 'firstname_lastname_format' => 'שם משפחה של שם פרטי (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'שם פרטי שם משפחה (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => 'שם משפחה ראשי תיבות שם פרטי (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'ראשי תיבות שם פרטי שם משפחה (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
- 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
- 'name_display_format' => 'Name Display Format',
- 'first' => 'ראשון',
- 'firstnamelastname' => 'שם פרטי שם משפחה (janesmith@example.com)',
- 'lastname_firstinitial' => 'שם משפחה ראשי תיבות שם פרטי (smith_j@example.com)',
- 'firstinitial.lastname' => 'ראשי תיבות שם פרטי שם משפחה (j.smith@example)',
- 'firstnamelastinitial' => 'שם פרטי ראשי תיבות שם משפחה (janes@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'שם פרטי',
- 'first_name_format' => 'שם פרטי (jane@example.com)',
+
'files' => 'קבצים',
'file_name' => 'קוֹבֶץ',
'file_type' => 'סוג קובץ',
@@ -183,6 +169,11 @@ return [
'last' => 'אחרון',
'last_login' => 'כניסה אחרונה',
'last_name' => 'שם משפחה',
+ 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
+ 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
+ 'name_display_format' => 'Name Display Format',
+ 'first' => 'ראשון',
+ 'first_name' => 'שם פרטי',
'license' => 'רישיון',
'license_report' => 'דוח רישיון',
'licenses_available' => 'Licenses available',
@@ -311,7 +302,6 @@ return [
'type' => 'סוּג',
'undeployable' => 'לא ניתן לפריסה',
'unknown_admin' => 'מנהל לא ידוע',
- 'username_format' => 'פורמט שם משתמש',
'username' => 'שם משתמש',
'update' => 'עדכון',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/he-IL/localizations.php b/resources/lang/he-IL/localizations.php
index fdca1532b..827ed4fca 100644
--- a/resources/lang/he-IL/localizations.php
+++ b/resources/lang/he-IL/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malay',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolian',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persian',
'pl-PL'=> 'Polish',
diff --git a/resources/lang/he-IL/mail.php b/resources/lang/he-IL/mail.php
index 4a1a59c04..6a809006f 100644
--- a/resources/lang/he-IL/mail.php
+++ b/resources/lang/he-IL/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'מינימום QTY',
'name' => 'שֵׁם',
'new_item_checked' => 'פריט חדש נבדק תחת שמך, הפרטים להלן.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'הערות',
'password' => 'סיסמה',
'password_reset' => 'איפוס סיסמא',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.',
'user' => 'משתמש',
'username' => 'שם משתמש',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'ברוכים הבאים: שם',
'welcome_to' => 'ברוכים הבאים ל: אינטרנט!',
'your_assets' => 'View Your Assets',
diff --git a/resources/lang/hr-HR/admin/custom_fields/general.php b/resources/lang/hr-HR/admin/custom_fields/general.php
index 0418c4bc7..abb673577 100644
--- a/resources/lang/hr-HR/admin/custom_fields/general.php
+++ b/resources/lang/hr-HR/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/hr-HR/admin/depreciations/general.php b/resources/lang/hr-HR/admin/depreciations/general.php
index 4cdd86baf..de4cb9e6d 100644
--- a/resources/lang/hr-HR/admin/depreciations/general.php
+++ b/resources/lang/hr-HR/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Upozorenje
Trenutno nemate postavljene stope amortizacije za svoju imovinu.
Molimo vas da postavite barem jednu stopu amortizacije kako bi mogli vidjeti izvještaj o amortizaciji.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/hr-HR/admin/hardware/form.php b/resources/lang/hr-HR/admin/hardware/form.php
index a1ca6ae7c..82b1a4515 100644
--- a/resources/lang/hr-HR/admin/hardware/form.php
+++ b/resources/lang/hr-HR/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Update only actual location',
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
'optional_infos' => 'Optional Information',
'order_details' => 'Order Related Information',
diff --git a/resources/lang/hr-HR/admin/hardware/message.php b/resources/lang/hr-HR/admin/hardware/message.php
index b423862cf..d24ce4f8f 100644
--- a/resources/lang/hr-HR/admin/hardware/message.php
+++ b/resources/lang/hr-HR/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Imovina nije zatražena, pokušajte ponovo',
- 'success' => 'Imovina je uspješno zatražena.',
- 'canceled' => 'Zahtjev za uplatu uspješno je otkazan',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Cancel this item request',
],
];
diff --git a/resources/lang/hr-HR/admin/reports/general.php b/resources/lang/hr-HR/admin/reports/general.php
index 0e334045e..c04da2a66 100644
--- a/resources/lang/hr-HR/admin/reports/general.php
+++ b/resources/lang/hr-HR/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Odaberite željene opcije za izvješće o imovini.',
'deleted_user' => 'Deleted user',
'send_reminder' => 'Send reminder',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Reminder sent',
'acceptance_deleted' => 'Acceptance request deleted',
'acceptance_request' => 'Acceptance request',
diff --git a/resources/lang/hr-HR/admin/settings/general.php b/resources/lang/hr-HR/admin/settings/general.php
index ce637a11e..2d633ac78 100644
--- a/resources/lang/hr-HR/admin/settings/general.php
+++ b/resources/lang/hr-HR/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Potvrdite čišćenje',
'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' => 'Prilagođeni CSS',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Unesite bilo koji prilagođeni CSS nadjačaj koji biste željeli koristiti. Ne uključujte oznake <style></style>.',
'custom_forgot_pass_url' => 'Prilagođeni URL za resetiranje zaporke',
'custom_forgot_pass_url_help' => 'Ovo zamjenjuje ugrađeni URL za zaboravljenu zaporku na zaslonu za prijavu, korisno za usmjeravanje korisnika na internu ili hostanu LDAP uslugu resetiranja zaporke. To će zapravo isključiti lokalnu funkciju za zaboravljene korisničke zaporke.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Prikaži EOL u prikazu tablice',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => 'Prikaz 1D crtičnog koda',
- 'email_logo' => 'Email Logo',
'barcode_type' => 'Vrsta 2D barkod',
'alt_barcode_type' => '1D tip crtičnog koda',
- 'email_logo_size' => 'Square logos in email look best. ',
'enabled' => 'Enabled',
'eula_settings' => 'EULA postavke',
'eula_markdown' => 'Ovo EULA dopušta Gordan markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favicons should be square images, 16x16 pixels.',
'footer_text' => 'Dodatni tekst u podnožju ',
'footer_text_help' => 'Ovaj će se tekst pojaviti u podnožju desno. Poveznice su dopuštene uporabom Github flavored markdown. Prijelazi u novi red, naslovi, slike itd., mogu imati nepredvidive rezultate.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'Opće postavke',
'general_settings_help' => 'Default EULA and more',
'generate_backup' => 'Izradi sigurnosnu kopiju',
'google_workspaces' => 'Google Workspaces',
'header_color' => 'Boja zaglavlja',
'info' => 'Te postavke omogućuju prilagodbu određenih aspekata vaše instalacije.',
- 'label_logo' => 'Label Logo',
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'Inačica Laravela',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'LDAP inačica',
'ldap_active_flag' => 'LDAP aktivna zastava',
'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. It does not affect the ability to check items in or out to them, and should be the attribute name within your AD/LDAP, not the value. 0
or false
, user login will be disabled. If the value in the AD/LDAP field is set to 1
or true
or any other text means the user can log in. When the field is blank in your AD, we respect the userAccountControl
attribute, which usually allows non-suspended users to log in.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'Broj zaposlenika LDAP-a',
'ldap_email' => 'LDAP e-pošta',
'ldap_test' => 'Test LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User Agent',
'login_help' => 'List of attempted logins',
'login_note' => 'Prijava bilješke',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Po želji možete uključiti nekoliko rečenica na zaslonu za prijavu, na primjer, kako biste pomogli osobama koje su pronašle izgubljeni ili ukradeni uređaj. Ovo polje prihvaća Gordinu s okusom s okusom',
'login_remote_user_text' => 'Mogućnosti udaljene prijave korisnika',
'login_remote_user_enabled_text' => 'Omogući prijavu sa zaglavljem daljinskog korisnika',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Prikaži elemente brandiranja na ispisima liste imovine ',
'full_multiple_companies_support_help_text' => 'Ograničavanje korisnika (uključujući administratore) koje tvrtke dodjeljuju imovini tvrtke.',
'full_multiple_companies_support_text' => 'Potpuna podrška za više tvrtki',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Prikaži u padajućim modelima',
'optional' => 'neobavezan',
'per_page' => 'Rezultati po stranici',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Next: Create User',
'ldap_settings_link' => 'LDAP Settings Page',
'slack_test' => 'Test Integration',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'New Label Engine',
'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.',
'label2_template' => 'Template',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Field Definitions',
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Text entered as **text**
will be displayed as bold',
'help_blank_to_use' => 'Leave blank to use the value from :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
. Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Format korisničkog imena',
+ 'firstname_lastname_format' => 'Prezime prezime (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Format e-pošte',
+ 'firstname_lastname_format' => 'Prezime prezime (jane.smith@example.com)',
+ 'first_name_format' => 'Ime (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Prvo početno prezime (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Prezime Prvo slovo imena (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'Ime Prezime (jane_smith@example.com)',
+ 'firstinitial.lastname' => 'Inicijal imena i prezime (i.ivic)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Email Logo',
+ 'label_logo' => 'Label Logo',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Square logos in email look best. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/hr-HR/admin/settings/message.php b/resources/lang/hr-HR/admin/settings/message.php
index 738981c61..ae4193103 100644
--- a/resources/lang/hr-HR/admin/settings/message.php
+++ b/resources/lang/hr-HR/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Something went wrong. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/hr-HR/auth.php b/resources/lang/hr-HR/auth.php
index 9a6752e13..a3be423be 100644
--- a/resources/lang/hr-HR/auth.php
+++ b/resources/lang/hr-HR/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'Vjerodajnice ne odgovaraju.',
'password' => 'Upisana lozinka je pogrešna.',
- 'throttle' => 'Previše neuspješnih pokušaja prijave. Pokušajte ponovno za :sekunda sekunda.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/hr-HR/auth/message.php b/resources/lang/hr-HR/auth/message.php
index 0844ce1bd..77f8186a6 100644
--- a/resources/lang/hr-HR/auth/message.php
+++ b/resources/lang/hr-HR/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'Korisničko ime ili zaporka nisu točni.',
'account_not_activated' => 'Ovaj korisnički račun nije aktiviran.',
'account_suspended' => 'Ovaj je korisnički račun obustavljen.',
- 'account_banned' => 'Ovaj je korisnički račun zabranjen.',
- 'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
'two_factor' => array(
'already_enrolled' => 'Your device is already enrolled.',
diff --git a/resources/lang/hr-HR/general.php b/resources/lang/hr-HR/general.php
index 99a5489f5..d09f13763 100644
--- a/resources/lang/hr-HR/general.php
+++ b/resources/lang/hr-HR/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Accept Assets',
'accept_item' => 'Accept Item',
'audit' => 'Revizija',
+ 'audits' => 'Audits',
'audit_report' => 'Zapisnik revizije',
'assets' => 'Imovina',
'assets_audited' => 'assets audited',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Promijeni zaporku',
'checkin' => 'Checkin',
'checkin_from' => 'Prijavite se od tvrtke',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Provjeri',
'checkouts_count' => 'Odjave',
'checkins_count' => 'Prijave',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Uredi svoj profil',
'eol' => 'EOL',
'email_domain' => 'Domena e-pošte',
- 'email_format' => 'Format e-pošte',
'employee_number' => 'Broj djelatnika',
'email_domain_help' => 'Ovo se koristi za generiranje e-adresa prilikom uvoza',
'error' => 'Greška',
'exclude_archived' => 'Isključi arhiviranu imovinu',
'exclude_deleted' => 'Isključi izbrisanu imovinu',
'example' => 'Primjer: ',
- 'filastname_format' => 'Prvo početno prezime (jsmith@example.com)',
- 'firstname_lastname_format' => 'Prezime prezime (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'Ime Prezime (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => 'Prezime Prvo slovo imena (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'Inicijal imena i prezime (i.ivic)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'Ime prezime (Ivana Ivić)',
- 'lastname_firstname_display' => 'Prezime ime (Ivić Ivana)',
- 'name_display_format' => 'Name Display Format',
- 'first' => 'Prvi',
- 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
- 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
- 'firstinitial.lastname' => 'Inicijal imena i prezime (i.ivic)',
- 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'Ime',
- 'first_name_format' => 'Ime (jane@example.com)',
+
'files' => 'Datoteke',
'file_name' => 'Datoteka',
'file_type' => 'Tip datoteke',
@@ -183,6 +169,11 @@ return [
'last' => 'Posljednji',
'last_login' => 'Zadnja prijava',
'last_name' => 'Prezime',
+ 'firstname_lastname_display' => 'Ime prezime (Ivana Ivić)',
+ 'lastname_firstname_display' => 'Prezime ime (Ivić Ivana)',
+ 'name_display_format' => 'Name Display Format',
+ 'first' => 'Prvi',
+ 'first_name' => 'Ime',
'license' => 'licenca',
'license_report' => 'Izvješće o licenci',
'licenses_available' => 'Licenses available',
@@ -311,7 +302,6 @@ return [
'type' => 'Tip',
'undeployable' => 'Un-razmjestiti',
'unknown_admin' => 'Nepoznati administrator',
- 'username_format' => 'Format korisničkog imena',
'username' => 'Korisničko ime',
'update' => 'Ažuriraj',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/hr-HR/localizations.php b/resources/lang/hr-HR/localizations.php
index fdca1532b..827ed4fca 100644
--- a/resources/lang/hr-HR/localizations.php
+++ b/resources/lang/hr-HR/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malay',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolian',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persian',
'pl-PL'=> 'Polish',
diff --git a/resources/lang/hr-HR/mail.php b/resources/lang/hr-HR/mail.php
index b32b10b9b..604d79300 100644
--- a/resources/lang/hr-HR/mail.php
+++ b/resources/lang/hr-HR/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Min QTY',
'name' => 'Ime',
'new_item_checked' => 'Nova stavka je provjerena pod vašim imenom, detalji su u nastavku.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Bilješke',
'password' => 'Lozinka',
'password_reset' => 'Ponovno postavljanje zaporke',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.',
'user' => 'Korisnik',
'username' => 'Korisničko ime',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Dobrodošli: ime',
'welcome_to' => 'Dobrodošli na: web!',
'your_assets' => 'View Your Assets',
diff --git a/resources/lang/hu-HU/admin/custom_fields/general.php b/resources/lang/hu-HU/admin/custom_fields/general.php
index 4eaae64fc..7976f1b29 100644
--- a/resources/lang/hu-HU/admin/custom_fields/general.php
+++ b/resources/lang/hu-HU/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/hu-HU/admin/depreciations/general.php b/resources/lang/hu-HU/admin/depreciations/general.php
index 2ef73c183..931fa0ce4 100644
--- a/resources/lang/hu-HU/admin/depreciations/general.php
+++ b/resources/lang/hu-HU/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Figyelmeztetés:
Jelenleg nincsenek értékcsökkenési leírások beállítva.
Kérjük, legalább egy értékcsökkenést állítson be az értékcsökkenési jelentés megtekintéséhez.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/hu-HU/admin/hardware/form.php b/resources/lang/hu-HU/admin/hardware/form.php
index 6cff3e74a..32c6321ee 100644
--- a/resources/lang/hu-HU/admin/hardware/form.php
+++ b/resources/lang/hu-HU/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Csak az aktuális helyszín frissítése',
'asset_not_deployable' => 'Az eszköz még nem kiadásra kész, még nem kiadható.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'Az eszköz kiadásra kész, kiadható.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Feldolgozás folyamatban... (Nagyméretű fájlok esetében ez eltarthat egy darabig)',
'optional_infos' => 'Nem kötelező információk',
'order_details' => 'Megrendeléssel kapcsolatos információk',
diff --git a/resources/lang/hu-HU/admin/hardware/message.php b/resources/lang/hu-HU/admin/hardware/message.php
index c77998bd7..fb07288c9 100644
--- a/resources/lang/hu-HU/admin/hardware/message.php
+++ b/resources/lang/hu-HU/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'A fejlécsorban egy vagy több attribútum hibás formájú UTF-8 karaktereket tartalmaz',
'content_row_has_malformed_characters' => 'A tartalom első sorában egy vagy több attribútum hibás formájú UTF-8 karaktereket tartalmaz',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Asset nem kért, kérjük, próbálkozzon újra',
- 'success' => 'Az eszköz sikeresen kért.',
- 'canceled' => 'A fizetési kérelem sikeresen törölve',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Eszközigénylés visszavonása',
],
];
diff --git a/resources/lang/hu-HU/admin/reports/general.php b/resources/lang/hu-HU/admin/reports/general.php
index 0e8b6921c..8b8a7a383 100644
--- a/resources/lang/hu-HU/admin/reports/general.php
+++ b/resources/lang/hu-HU/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Válaszon a lehetőségekből az eszköz riporthoz.',
'deleted_user' => 'Törölt felhasználó',
'send_reminder' => 'Emlékeztető küldése',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Emlékeztető elküldve',
'acceptance_deleted' => 'Törölt elfogadási kérelem',
'acceptance_request' => 'Elfogadási kérelem',
diff --git a/resources/lang/hu-HU/admin/settings/general.php b/resources/lang/hu-HU/admin/settings/general.php
index 636bae55c..18c6632ea 100644
--- a/resources/lang/hu-HU/admin/settings/general.php
+++ b/resources/lang/hu-HU/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Nyugtázza a tisztítást',
'confirm_purge_help' => 'Írd be a "DELETE" szót a lenti dobozba ha azt szeretnéd, hogy minden adat kitörlödjön. Ez a művelet nem visszaállítható és VÉGLEGESEN töröl minden eszközt és felhasználót. (Csinálj elötte egy biztonsági mentést, biztos ami biztos.)',
'custom_css' => 'Egyéni CSS',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Adjon meg olyan egyedi CSS felülírást, amelyet használni szeretne. Ne tüntesse fel a <style></style> címkéket.',
'custom_forgot_pass_url' => 'Egyéni jelszó visszaállítási URL',
'custom_forgot_pass_url_help' => 'Ez felváltja a beépített elfelejtett jelszó URL-jét a bejelentkezési képernyőn, amely hasznos lehet arra, hogy az embereket belső vagy hosztolt LDAP jelszó-visszaállítási funkciókra irányítsa. Hatékonyan kikapcsolja a helyi felhasználók elfelejtett jelszavát.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Táblázat nézetben az EOL megjelenítése',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => '1D vonalkód megjelenítése',
- 'email_logo' => 'Email-ben szereplő logo',
'barcode_type' => '2D vonalkód típusa',
'alt_barcode_type' => '1D vonalkód típusa',
- 'email_logo_size' => 'Négyzet alakú logok jobban néznek ki. ',
'enabled' => 'Bekapcsolva',
'eula_settings' => 'EULA beállítások',
'eula_markdown' => 'Ez az EULA lehetővé teszi Github ízesített markdown-et.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'A favicon egy 16x16 pixeles kép kell legyen.',
'footer_text' => 'További lábjegyzet szöveg ',
'footer_text_help' => 'Ez a szöveg a lábléc jobb oldalán fog megjelenni. Linkek használata engedélyezett Github flavored markdown formátumban. Sortörések, fejlécek, képek, stb. okozhatnak problémákat a megjelenítés során.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'Általános beállítások',
'general_settings_help' => 'Alapértelmezett EULA és egyéb',
'generate_backup' => 'Háttér létrehozása',
'google_workspaces' => 'Google Workspaces',
'header_color' => 'Fejléc színe',
'info' => 'Ezek a beállítások lehetővé teszik a telepítés egyes szempontjainak testreszabását.',
- 'label_logo' => 'Címkéken szereplő logo',
'label_logo_size' => 'Négyzet alakú logok jobban néznek ki - ez a logo fog megjelenni minden címke jobb felső sarkában. ',
'laravel' => 'Laravel verzió',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'LDAP verzió',
'ldap_active_flag' => 'LDAP aktív zászló',
'ldap_activated_flag_help' => 'Ez az érték határozza meg, hogy a szinkronizált felhasználó be tud-e jelentkezni a Snipe-IT-be. Ez nem befolyásolja az elemek be- és kijelentését, és az AD/LDAP-ban az attribútum nevének kell lennie, nem pedig az értékének. 0
vagy hamis
, a felhasználói bejelentkezés letiltásra kerül. Ha az AD/LDAP mező értéke 1
vagy true
, vagy bármely más szöveg azt jelenti, hogy a felhasználó bejelentkezhet. Ha a mező üres az AD-ban, tiszteletben tartjuk a userAccountControl
attribútumot, amely általában lehetővé teszi a nem felfüggesztett felhasználók számára a bejelentkezést.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'LDAP alkalmazott száma',
'ldap_email' => 'LDAP e-mail',
'ldap_test' => 'LDAP tesztelése',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'Felhasználó ügynök',
'login_help' => 'Bejelentkezés próbálkozások listája',
'login_note' => 'Bejelentkezési megjegyzés',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Opcionálisan tartalmazhat néhány mondatot a bejelentkezési képernyőn, például, hogy segítse az embereket, akik elvesztett vagy ellopott eszközt találtak. Ez a mező elfogad Github ízesített markdown-et',
'login_remote_user_text' => 'Távoli felhasználói bejelentkezési beállítások',
'login_remote_user_enabled_text' => 'Bejelentkezés engedélyezése Remote User Header segítségével',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Arculati elemek használata a nyomtatott eszköz listáknál ',
'full_multiple_companies_support_help_text' => 'A vállalatoknak a vállalat eszközeihez rendelt felhasználók (köztük az adminisztrátorok) korlátozása.',
'full_multiple_companies_support_text' => 'Teljes több vállalat támogatása',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Mutassa a modellek lenyíló listájában',
'optional' => 'választható',
'per_page' => 'Eredmények oldalanként',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Következő: Felhasználó létrehozása',
'ldap_settings_link' => 'LDAP beállítások oldal',
'slack_test' => 'Teszt Integráció',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'New Label Engine',
'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.',
'label2_template' => 'Sablon',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Mező definíciók',
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Text entered as **text**
will be displayed as bold',
'help_blank_to_use' => 'Leave blank to use the value from :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
. Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Felhasználónév formátum',
+ 'firstname_lastname_format' => 'Utónév (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'E-mail formátum',
+ 'firstname_lastname_format' => 'Utónév (jane.smith@example.com)',
+ 'first_name_format' => 'Keresztnév (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Első kezdeti keresztnév (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Utónév Keresztnév kezdőbetű (kovacsb@example.com)',
+ 'firstname_lastname_underscore_format' => 'Keresztnév Vezetéknév (jakab_gipsz@example.com)',
+ 'firstinitial.lastname' => 'Keresztnév kezdőbetűje majd vezetéknév (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Vezetéknév majd keresztnév kezdőbetűje (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'Keresztnév majd vezetéknév (janesmith@example.com)',
+ 'firstnamelastinitial' => 'Keresztnév majd vezetéknév kezdőbetűje (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Email-ben szereplő logo',
+ 'label_logo' => 'Címkéken szereplő logo',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Négyzet alakú logok jobban néznek ki. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/hu-HU/admin/settings/message.php b/resources/lang/hu-HU/admin/settings/message.php
index 425a2e642..d9662c3b7 100644
--- a/resources/lang/hu-HU/admin/settings/message.php
+++ b/resources/lang/hu-HU/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Valami hiba történt :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/hu-HU/auth.php b/resources/lang/hu-HU/auth.php
index e62bea6fa..e3702ef78 100644
--- a/resources/lang/hu-HU/auth.php
+++ b/resources/lang/hu-HU/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'Ezek a hitelesítő adatok nem egyeznek a nyilvántartásunkkal.',
'password' => 'A megadott jelszó helytelen.',
- 'throttle' => 'Túl sok bejelentkezési kísérlet. Kérjük, próbálkozzon újra :seconds másodperc múlva.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/hu-HU/auth/message.php b/resources/lang/hu-HU/auth/message.php
index 3c72b48ec..722130d92 100644
--- a/resources/lang/hu-HU/auth/message.php
+++ b/resources/lang/hu-HU/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'A felhasználónév vagy a jelszó érvénytelen.',
'account_not_activated' => 'Ez a felhasználó nincs aktiválva.',
'account_suspended' => 'Ez a felhasználói fiók fel van függesztve.',
- 'account_banned' => 'Ez a felhasználó ki van tiltva.',
- 'throttle' => 'Túl sok sikertelen bejelentkezési próbálkozás. Próbáld újra :minutes perc múlva.',
'two_factor' => array(
'already_enrolled' => 'Az eszközöd már regisztrálva van.',
diff --git a/resources/lang/hu-HU/general.php b/resources/lang/hu-HU/general.php
index 7c4a98053..07621e49f 100644
--- a/resources/lang/hu-HU/general.php
+++ b/resources/lang/hu-HU/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Eszközök elfogadása',
'accept_item' => 'Accept Item',
'audit' => 'Könyvvizsgálat',
+ 'audits' => 'Audits',
'audit_report' => 'Audit napló',
'assets' => 'Eszközök',
'assets_audited' => 'eszközök auditálva',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Jelszó módosítása',
'checkin' => 'Kiadás',
'checkin_from' => 'Kiadás innen',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Kiadás',
'checkouts_count' => 'Kiadások',
'checkins_count' => 'Visszavétek',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Profil szerkeztése',
'eol' => 'EOL',
'email_domain' => 'E-mail domain',
- 'email_format' => 'E-mail formátum',
'employee_number' => 'Alkalmazott száma',
'email_domain_help' => 'Ezt az e-mail címek létrehozásához használják az importálás során',
'error' => 'Hiba',
'exclude_archived' => 'Archivált eszközök kizárása',
'exclude_deleted' => 'Törölt eszközök kizárása',
'example' => 'Példa: ',
- 'filastname_format' => 'Első kezdeti keresztnév (jsmith@example.com)',
- 'firstname_lastname_format' => 'Utónév (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'Keresztnév Vezetéknév (jakab_gipsz@example.com)',
- 'lastnamefirstinitial_format' => 'Utónév Keresztnév kezdőbetű (kovacsb@example.com)',
- 'firstintial_dot_lastname_format' => 'Keresztnév első betűje majd vezetéknév (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'Keresztnév Vezetéknév (Jakab Gipsz)',
- 'lastname_firstname_display' => 'Vezetéknév Keresztnév (Gipsz Jakab)',
- 'name_display_format' => 'Megelenítendő név',
- 'first' => 'Első',
- 'firstnamelastname' => 'Keresztnév majd vezetéknév (janesmith@example.com)',
- 'lastname_firstinitial' => 'Vezetéknév majd keresztnév kezdőbetűje (smith_j@example.com)',
- 'firstinitial.lastname' => 'Keresztnév kezdőbetűje majd vezetéknév (j.smith@example.com)',
- 'firstnamelastinitial' => 'Keresztnév majd vezetéknév kezdőbetűje (janes@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'Keresztnév',
- 'first_name_format' => 'Keresztnév (jane@example.com)',
+
'files' => 'Fájlok',
'file_name' => 'Fájl',
'file_type' => 'Fájl típus',
@@ -183,6 +169,11 @@ return [
'last' => 'Legutóbbi',
'last_login' => 'Utolsó bejelentkezés',
'last_name' => 'Vezetéknév',
+ 'firstname_lastname_display' => 'Keresztnév Vezetéknév (Jakab Gipsz)',
+ 'lastname_firstname_display' => 'Vezetéknév Keresztnév (Gipsz Jakab)',
+ 'name_display_format' => 'Megelenítendő név',
+ 'first' => 'Első',
+ 'first_name' => 'Keresztnév',
'license' => 'Licensz',
'license_report' => 'Licensz riport',
'licenses_available' => 'Elérhető licenszek',
@@ -311,7 +302,6 @@ return [
'type' => 'Típus',
'undeployable' => 'Nem kiadható',
'unknown_admin' => 'Ismeretlen Admin',
- 'username_format' => 'Felhasználónév formátum',
'username' => 'Felhasználónév',
'update' => 'Frissités',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/hu-HU/localizations.php b/resources/lang/hu-HU/localizations.php
index 188164967..a94e62deb 100644
--- a/resources/lang/hu-HU/localizations.php
+++ b/resources/lang/hu-HU/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Maláj',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongol',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Perzsa',
'pl-PL'=> 'Lengyel',
diff --git a/resources/lang/hu-HU/mail.php b/resources/lang/hu-HU/mail.php
index 02115db38..d08cc2f04 100644
--- a/resources/lang/hu-HU/mail.php
+++ b/resources/lang/hu-HU/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Min QTY',
'name' => 'Név',
'new_item_checked' => 'Egy új elemet az Ön neve alatt ellenőriztek, a részletek lent találhatók.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Jegyzetek',
'password' => 'Jelszó',
'password_reset' => 'Jelszó visszaállítása',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'Várhatóan :count eszközt kell ellenőrízni a következő :threshold napon belül.|Várhatóan :count eszközt kell ellenőrízni a következő :threshold napon belül.',
'user' => 'Felhasználó',
'username' => 'Felhasználónév',
- 'unaccepted_asset_reminder' => 'Elfogadatlan eszközei vannak.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Üdvözöljük: név',
'welcome_to' => 'Üdvözöljük a weboldalon!',
'your_assets' => 'Eszközeidnek megtekíntése',
diff --git a/resources/lang/id-ID/admin/custom_fields/general.php b/resources/lang/id-ID/admin/custom_fields/general.php
index 32bf64f3a..afba53254 100644
--- a/resources/lang/id-ID/admin/custom_fields/general.php
+++ b/resources/lang/id-ID/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'Kolom ini dienkripsi, sehingga beberapa opsi tampilan tidak akan tersedia.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/id-ID/admin/depreciations/general.php b/resources/lang/id-ID/admin/depreciations/general.php
index 0178797a1..396902d33 100644
--- a/resources/lang/id-ID/admin/depreciations/general.php
+++ b/resources/lang/id-ID/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Peringatan:
Saat ini Anda belum menyiapkan laporan penyusutan.
Harap atur setidaknya satu penyusutan untuk melihat laporan penyusutan.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/id-ID/admin/hardware/form.php b/resources/lang/id-ID/admin/hardware/form.php
index 6058b0a49..5843ab37b 100644
--- a/resources/lang/id-ID/admin/hardware/form.php
+++ b/resources/lang/id-ID/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Perbarui hanya lokasi yang sebenarnya',
'asset_not_deployable' => 'Status aset tersebut tidak dapat ditetapkan. Aset ini tidak dapat digunakan.',
'asset_not_deployable_checkin' => 'Status aset tersebut tidak dapat diterapkan. Menggunakan label status ini akan memeriksa kembali aset tersebut.',
- 'asset_deployable' => 'Status aset dapat ditetapkan. Aset ini dapat digunakan.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Memproses... (Mungkin memerlukan sedikit waktu untuk file besar)',
'optional_infos' => 'Informasi Tambahan',
'order_details' => 'Informasi Pesanan',
diff --git a/resources/lang/id-ID/admin/hardware/message.php b/resources/lang/id-ID/admin/hardware/message.php
index 1b40063d1..a8114d679 100644
--- a/resources/lang/id-ID/admin/hardware/message.php
+++ b/resources/lang/id-ID/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'File yang dipilih telah dihapus',
'header_row_has_malformed_characters' => 'Salah satu atau lebih atribut di baris header mengandung karakter UTF-8 yang tidak sah',
'content_row_has_malformed_characters' => 'Salah satu atau lebih atribut di baris pertama konten mengandung karakter UTF-8 yang tidak sah',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Aset gagal di minta, silahkan coba kembali',
- 'success' => 'Sukses meminta aset.',
- 'canceled' => 'Permintaan pemeriksaan berhasil dibatalkan',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Batalkan permintaan barang ini',
],
];
diff --git a/resources/lang/id-ID/admin/reports/general.php b/resources/lang/id-ID/admin/reports/general.php
index 09eb44c65..496a5262a 100644
--- a/resources/lang/id-ID/admin/reports/general.php
+++ b/resources/lang/id-ID/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Pilih opsi yang Anda inginkan untuk laporan aset Anda.',
'deleted_user' => 'Pengguna yang dihapus',
'send_reminder' => 'Kirim pengingat',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Pengingat terkirim',
'acceptance_deleted' => 'Permintaan penerimaan dihapus',
'acceptance_request' => 'Permintaan penerimaan',
diff --git a/resources/lang/id-ID/admin/settings/general.php b/resources/lang/id-ID/admin/settings/general.php
index f6b0e0f9f..bacf2bc11 100644
--- a/resources/lang/id-ID/admin/settings/general.php
+++ b/resources/lang/id-ID/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Konfirmasi pembersihan',
'confirm_purge_help' => 'Ketikkan teks "HAPUS" pada kotak di bawah ini untuk menghapus catatan yang dipilih. Tindakan ini tidak dapat diurungkan dan secara PERMANEN akan menghapus semua item dan pengguna yang dihapus sementara. (Anda harus membuat cadangan terlebih dahulu, demi keamanan data anda.)',
'custom_css' => 'Custom CSS',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Masukan modifikasi CSS yang hendak anda gunakan. Jangan sertakan <style></style> tags.',
'custom_forgot_pass_url' => 'URL Reset Kata Sandi Kustom',
'custom_forgot_pass_url_help' => 'Ini menggantikan URL lupa kata sandi bawaan pada layar login, berguna untuk mengarahkan orang ke fungsi reset kata sandi LDAP internal atau yang dihosting. Ini secara efektif akan menonaktifkan fungsionalitas lupa kata sandi lokal.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Tampilan EOL dalam bentuk tabel',
'display_qr' => 'Tampilkan barcode 2D',
'display_alt_barcode' => 'Tampilan barcode 1D',
- 'email_logo' => 'Logo Email',
'barcode_type' => 'Tipe Barcode 2D',
'alt_barcode_type' => 'Tipe Barcode 1D',
- 'email_logo_size' => 'Logo persegi/kotak di email terlihat paling sesuai. ',
'enabled' => 'Diaktifkan',
'eula_settings' => 'Konfigurasi EULA',
'eula_markdown' => 'EULA mengijinkan Github flavored markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favicons harus berupa gambar persegi/kotak, ukuran 16x16 piksel.',
'footer_text' => 'Teks Footer Tambahan ',
'footer_text_help' => 'Teks ini akan muncul di footer sebelah kanan. Tautan diizinkan menggunakan marka bergaya Github. Baris baru, header, gambar, dll mungkin akan mengakibatkan hasil yang tidak sesuai.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'Konfigurasi umum',
'general_settings_help' => 'EULA Default dan lainnya',
'generate_backup' => 'Membuat cadangan',
'google_workspaces' => 'Google Workspace',
'header_color' => 'Warna Header',
'info' => 'Dengan pengaturan ini anda dapat merubah aspek tertentu pada instalasi.',
- 'label_logo' => 'Label Logo',
'label_logo_size' => 'Logo persegi/kotak terlihat sesuai - akan ditampilkan di kanan atas setiap label aset. ',
'laravel' => 'Versi Laravel',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'Versi LDAP',
'ldap_active_flag' => 'LDAP Active Flag',
'ldap_activated_flag_help' => 'Nilai ini digunakan untuk menentukan apakah pengguna yang disinkronkan dapat masuk ke Snipe-IT. Ini tidak memengaruhi kemampuan untuk memeriksa barang yang dipinjamkan atau dikembalikan kepada mereka, dan harus berupa nama atribut dalam AD/LDAP Anda, bukan nilainya. 0
atau false
, login pengguna akan dinonaktifkan. Jika nilai di kolom AD/LDAP diatur ke 1
atau true
atau teks lainnya, maka pengguna dapat login. Ketika kolom tersebut kosong di AD Anda, kami menghormati atribut userAccountControl
, yang biasanya memungkinkan pengguna yang tidak ditangguhkan untuk masuk.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'Nomor karyawan LDAP',
'ldap_email' => 'LDAP Email',
'ldap_test' => 'Uji LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User Agent',
'login_help' => 'Daftar percobaan login',
'login_note' => 'Login Catatan',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Opsional memasukkan beberapa kalimat di layar masuk Anda, misalnya untuk membantu orang-orang yang telah menemukan perangkat yang hilang atau dicuri. Bidang ini menerima posur rasa Github',
'login_remote_user_text' => 'Opsi masuk Pengguna Jarak Jauh',
'login_remote_user_enabled_text' => 'Aktifkan Login dengan Remote User Header',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Menggunakan branding Anda pada semua hasil cetak daftar aset ',
'full_multiple_companies_support_help_text' => 'Membatasi pengguna (termasuk admin) diberikan kepada perusahaan untuk aset perusahaan mereka.',
'full_multiple_companies_support_text' => 'Dukungan penuh beberapa perusahaan',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Tampilkan dalam Model Dropdown',
'optional' => 'pilihan',
'per_page' => 'Hasil per halaman',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Selanjutnya: Buat Pengguna',
'ldap_settings_link' => 'Halaman Pengaturan LDAP',
'slack_test' => 'Uji Integrasi',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'Mesin Label Baru',
'label2_enable_help' => 'Beralih ke mesin label baru. Catatan: Anda perlu menyimpan pengaturan ini sebelum mengatur yang lain.',
'label2_template' => 'Templat',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'Data yang akan dimuat dalam barcode 2D',
'label2_fields' => 'Definisi Kolom',
'label2_fields_help' => 'Kolom dapat ditambahkan, dihapus, dan diurutkan ulang di bagian kiri. Untuk setiap kolom, beberapa opsi untuk Label dan Sumber Data dapat ditambahkan, dihapus, dan diurutkan ulang di bagian kanan.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Teks yang dimasukkan sebagai **text**
akan ditampilkan dengan huruf tebal',
'help_blank_to_use' => 'Biarkan kosong untuk menggunakan nilai dari :setting_name
',
'help_default_will_use' => ':default
akan menggunakan nilai dari :setting_name
.
@@ -379,15 +386,70 @@ return [
'database_driver' => 'Driver Database',
'bs_table_storage' => 'Penyimpanan Tabel',
'timezone' => 'Zona Waktu',
+ 'test_mail' => 'Test Mail',
'profile_edit' => 'Edit Profil',
'profile_edit_help' => 'Izinkan pengguna untuk mengedit profil mereka sendiri.',
- 'default_avatar' => 'Unggah avatar default kustom',
+ 'default_avatar' => 'Custom Default Avatar',
'default_avatar_help' => 'Gambar ini akan ditampilkan sebagai profil jika pengguna tidak memiliki foto profil.',
'restore_default_avatar' => 'Pulihkan avatar default sistem asli',
'restore_default_avatar_help' => '',
'due_checkin_days' => 'Peringatan Jatuh Tempo Check-in',
'due_checkin_days_help' => 'Berapa hari sebelum perkiraan check-in dari aset yang harus terdaftar di halaman "Due for checkin"?',
'no_groups' => 'Belum ada grup yang dibuat. Kunjungi Pengaturan Admin > Grup Izin
untuk menambahkannya.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Format pengguna',
+ 'firstname_lastname_format' => 'Nama depan - Nama belakang (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Nama Belakang.Nama Depan (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Format email',
+ 'firstname_lastname_format' => 'Nama depan - Nama belakang (jane.smith@example.com)',
+ 'first_name_format' => 'Nama Depan (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Inisial pertama - Nama belakang (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Nama Depan First Initial (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'Nama Depan Nama Belakang (jane_smith@example.com)',
+ 'firstinitial.lastname' => 'Nama Belakang Inisial Pertama (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Nama Belakang Inisial Depan (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'Nama Depan Nama Belakang (janesmith@example.com)',
+ 'firstnamelastinitial' => 'Nama Depan Inisial Belakang (janes@example.com)',
+ 'lastnamefirstname' => 'Nama Belakang.Nama Depan (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Logo Email',
+ 'label_logo' => 'Label Logo',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Logo persegi/kotak di email terlihat paling sesuai. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/id-ID/admin/settings/message.php b/resources/lang/id-ID/admin/settings/message.php
index f88d1cbbf..71676e210 100644
--- a/resources/lang/id-ID/admin/settings/message.php
+++ b/resources/lang/id-ID/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Terjadi kesalahan. :( ',
'webhook_fail' => ' notifikasi webhook gagal: Pastikan URL masih valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/id-ID/auth.php b/resources/lang/id-ID/auth.php
index f0e5e58d6..d51ab5fd4 100644
--- a/resources/lang/id-ID/auth.php
+++ b/resources/lang/id-ID/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'Kredensial atau data login ini tidak cocok dengan catatan kami.',
'password' => 'Kata sandi yang diberikan salah.',
- 'throttle' => 'Terlalu banyak percobaan login. Harap coba lagi dalam :seconds detik.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/id-ID/auth/message.php b/resources/lang/id-ID/auth/message.php
index 0f8922105..a9b028eb6 100644
--- a/resources/lang/id-ID/auth/message.php
+++ b/resources/lang/id-ID/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'Nama pengguna atau sandi tidak benar.',
'account_not_activated' => 'Akun pengguna ini belum ter-aktivasi.',
'account_suspended' => 'Akun pengguna ini di tangguhkan.',
- 'account_banned' => 'Akun pengguna ini dilarang.',
- 'throttle' => 'Terlalu banyak upaya login yang gagal. Silakan coba lagi dalam :minutes menit.',
'two_factor' => array(
'already_enrolled' => 'Perangkat Anda sudah terdaftar.',
diff --git a/resources/lang/id-ID/general.php b/resources/lang/id-ID/general.php
index 98e6733f6..3f888a2dd 100644
--- a/resources/lang/id-ID/general.php
+++ b/resources/lang/id-ID/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Terima Aset',
'accept_item' => 'Accept Item',
'audit' => 'Audit',
+ 'audits' => 'Audits',
'audit_report' => 'Log Audit',
'assets' => 'Aset',
'assets_audited' => 'aset yang diaudit',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Rubah Kata sandi',
'checkin' => 'Check-in',
'checkin_from' => 'Check-in dari',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Check-out',
'checkouts_count' => 'Keluar',
'checkins_count' => 'Masuk',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Sunting profil anda',
'eol' => 'MHP',
'email_domain' => 'Domain email',
- 'email_format' => 'Format email',
'employee_number' => 'Nomor Karyawan',
'email_domain_help' => 'Ini digunakan untuk untuk membuat email ketika melakukan proses import',
'error' => 'Kesalahan',
'exclude_archived' => 'Kecualikan Aset Terarsipkan',
'exclude_deleted' => 'Kecualikan Aset yang Dihapus',
'example' => 'Contoh: ',
- 'filastname_format' => 'Inisial pertama - Nama belakang (jsmith@example.com)',
- 'firstname_lastname_format' => 'Nama depan - Nama belakang (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'Nama Depan Nama Belakang (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => 'Nama Depan First Initial (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'Nama Belakang Inisial Pertama (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'Nama Depan Nama Belakang (Jane Smith)',
- 'lastname_firstname_display' => 'Nama Belakang Nama Depan (Smith Jane)',
- 'name_display_format' => 'Format tampilan nama',
- 'first' => 'Pertama',
- 'firstnamelastname' => 'Nama Depan Nama Belakang (janesmith@example.com)',
- 'lastname_firstinitial' => 'Nama Belakang Inisial Depan (smith_j@example.com)',
- 'firstinitial.lastname' => 'Nama Belakang Inisial Pertama (j.smith@example.com)',
- 'firstnamelastinitial' => 'Nama Depan Inisial Belakang (janes@example.com)',
- 'lastnamefirstname' => 'Nama Belakang.Nama Depan (smith.jane@example.com)',
- 'first_name' => 'Nama Depan',
- 'first_name_format' => 'Nama Depan (jane@example.com)',
+
'files' => 'File',
'file_name' => 'Berkas',
'file_type' => 'Tipe Berkas',
@@ -183,6 +169,11 @@ return [
'last' => 'Terakhir',
'last_login' => 'Login terakhir',
'last_name' => 'Nama Belakang',
+ 'firstname_lastname_display' => 'Nama Depan Nama Belakang (Jane Smith)',
+ 'lastname_firstname_display' => 'Nama Belakang Nama Depan (Smith Jane)',
+ 'name_display_format' => 'Format tampilan nama',
+ 'first' => 'Pertama',
+ 'first_name' => 'Nama Depan',
'license' => 'Lisensi',
'license_report' => 'Laporan Lisensi',
'licenses_available' => 'Lisensi tersedia',
@@ -311,7 +302,6 @@ return [
'type' => 'Tipe',
'undeployable' => 'Belum siap digunakan',
'unknown_admin' => 'Admin tidak diketahui',
- 'username_format' => 'Format pengguna',
'username' => 'Nama Pengguna',
'update' => 'Memperbarui',
'updating_item' => 'Memperbarui :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/id-ID/localizations.php b/resources/lang/id-ID/localizations.php
index e8565f224..88b96c0be 100644
--- a/resources/lang/id-ID/localizations.php
+++ b/resources/lang/id-ID/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Bahasa Melayu',
'mi-NZ'=> 'Bahasa Maori',
'mn-MN'=> 'Bahasa Mongolia',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Bahasa Bokmål Norwegia',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Bahasa Persia',
'pl-PL'=> 'Bahasa Polandia',
diff --git a/resources/lang/id-ID/mail.php b/resources/lang/id-ID/mail.php
index d3082e48a..446d10845 100644
--- a/resources/lang/id-ID/mail.php
+++ b/resources/lang/id-ID/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Min QTY',
'name' => 'Nama',
'new_item_checked' => 'Item baru telah diperiksa berdasarkan nama Anda, rinciannya ada di bawah.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Catatan',
'password' => 'Kata sandi',
'password_reset' => 'Reset Password',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'Ada :count aset yang akan diaudit dalam :threshold hari.|Ada :count aset yang akan diaudit dalam :threshold hari.',
'user' => 'Pengguna',
'username' => 'Nama Pengguna',
- 'unaccepted_asset_reminder' => 'Anda memiliki Aset yang Belum Diterima.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Selamat datang: nama',
'welcome_to' => 'Selamat Datang di: web!',
'your_assets' => 'Lihat Aset Anda',
diff --git a/resources/lang/is-IS/admin/custom_fields/general.php b/resources/lang/is-IS/admin/custom_fields/general.php
index 67efc002a..98d73edc4 100644
--- a/resources/lang/is-IS/admin/custom_fields/general.php
+++ b/resources/lang/is-IS/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/is-IS/admin/depreciations/general.php b/resources/lang/is-IS/admin/depreciations/general.php
index 33d2792aa..66c33d9ff 100644
--- a/resources/lang/is-IS/admin/depreciations/general.php
+++ b/resources/lang/is-IS/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Warning:
You do not currently have any depreciations set up.
Please set up at least one depreciation to view the depreciation report.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/is-IS/admin/hardware/form.php b/resources/lang/is-IS/admin/hardware/form.php
index 0441e991c..2c001e514 100644
--- a/resources/lang/is-IS/admin/hardware/form.php
+++ b/resources/lang/is-IS/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Uppfæra aðeins núverandi staðsetningu',
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
'optional_infos' => 'Viðbótarupplýsingar',
'order_details' => 'Innkaupaupplýsingar',
diff --git a/resources/lang/is-IS/admin/hardware/message.php b/resources/lang/is-IS/admin/hardware/message.php
index 64c68bb7a..100699c44 100644
--- a/resources/lang/is-IS/admin/hardware/message.php
+++ b/resources/lang/is-IS/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Asset was not requested, please try again',
- 'success' => 'Asset requested successfully.',
- 'canceled' => 'Beiðni um ráðstöfun var afturkölluð',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Hætta við beiðni á hlut',
],
];
diff --git a/resources/lang/is-IS/admin/reports/general.php b/resources/lang/is-IS/admin/reports/general.php
index bcfebeba9..a514c0901 100644
--- a/resources/lang/is-IS/admin/reports/general.php
+++ b/resources/lang/is-IS/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Select the options you want for your asset report.',
'deleted_user' => 'Deleted user',
'send_reminder' => 'Senda áminningu',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Áminning send',
'acceptance_deleted' => 'Acceptance request deleted',
'acceptance_request' => 'Acceptance request',
diff --git a/resources/lang/is-IS/admin/settings/general.php b/resources/lang/is-IS/admin/settings/general.php
index 13c958e6e..b4f78ee49 100644
--- a/resources/lang/is-IS/admin/settings/general.php
+++ b/resources/lang/is-IS/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'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',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.',
'custom_forgot_pass_url' => 'Custom Password Reset URL',
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Display EOL in table view',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => 'Display 1D barcode',
- 'email_logo' => 'Email Logo',
'barcode_type' => '2D Barcode Type',
'alt_barcode_type' => '1D barcode type',
- 'email_logo_size' => 'Square logos in email look best. ',
'enabled' => 'Enabled',
'eula_settings' => 'EULA Settings',
'eula_markdown' => 'This EULA allows Github flavored markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favicons should be square images, 16x16 pixels.',
'footer_text' => 'Additional Footer Text ',
'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'General Settings',
'general_settings_help' => 'Default EULA and more',
'generate_backup' => 'Búa til öryggisafrit',
'google_workspaces' => 'Google Workspaces',
'header_color' => 'Header Color',
'info' => 'These settings let you customize certain aspects of your installation.',
- 'label_logo' => 'Label Logo',
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'Laravel Version',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'LDAP Version',
'ldap_active_flag' => 'LDAP Active Flag',
'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. It does not affect the ability to check items in or out to them, and should be the attribute name within your AD/LDAP, not the value. 0
or false
, user login will be disabled. If the value in the AD/LDAP field is set to 1
or true
or any other text means the user can log in. When the field is blank in your AD, we respect the userAccountControl
attribute, which usually allows non-suspended users to log in.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'LDAP Employee Number',
'ldap_email' => 'LDAP Email',
'ldap_test' => 'Test LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User Agent',
'login_help' => 'List of attempted logins',
'login_note' => 'Login Note',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown',
'login_remote_user_text' => 'Remote User login options',
'login_remote_user_enabled_text' => 'Enable Login with Remote User Header',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'full_multiple_companies_support_help_text' => 'Restricting users (including admins) assigned to companies to their company\'s assets.',
'full_multiple_companies_support_text' => 'Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Show in Model Dropdowns',
'optional' => 'optional',
'per_page' => 'Niðurstöður á síðu',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Next: Create User',
'ldap_settings_link' => 'LDAP Settings Page',
'slack_test' => 'Test Integration',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'New Label Engine',
'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.',
'label2_template' => 'Template',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Field Definitions',
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Text entered as **text**
will be displayed as bold',
'help_blank_to_use' => 'Leave blank to use the value from :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
. Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Username Format',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Email Format',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
+ 'first_name_format' => 'Fornafn (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Email Logo',
+ 'label_logo' => 'Label Logo',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Square logos in email look best. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/is-IS/admin/settings/message.php b/resources/lang/is-IS/admin/settings/message.php
index d73e8f178..14f2ad472 100644
--- a/resources/lang/is-IS/admin/settings/message.php
+++ b/resources/lang/is-IS/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Eitthvað fór úrskeiðis. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/is-IS/auth.php b/resources/lang/is-IS/auth.php
index d5298e17a..7f2066ce8 100644
--- a/resources/lang/is-IS/auth.php
+++ b/resources/lang/is-IS/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'Þessar auðkenningar passa ekki við okkar skráningar.',
'password' => 'Uppgefið lykilorð er rangt.',
- 'throttle' => 'Of margar innskráningartilraunir. Vinsamlegast reyndu aftur eftir :seconds sekúndur.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/is-IS/auth/message.php b/resources/lang/is-IS/auth/message.php
index e5f50606b..d8cf78aaa 100644
--- a/resources/lang/is-IS/auth/message.php
+++ b/resources/lang/is-IS/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'Notandanafnið eða lykilorðið er rangt.',
'account_not_activated' => 'Þessi notendareikningur er ekki virkur.',
'account_suspended' => 'Þessum notandareikningi er lokað.',
- 'account_banned' => 'Þessi notendareikningur er bannaður.',
- 'throttle' => 'Of margar misheppnaðar innskráningartilraunir. Vinsamlegast reyndu aftur eftir :minutes mínútur.',
'two_factor' => array(
'already_enrolled' => 'Tækið þitt er þegar skráð.',
diff --git a/resources/lang/is-IS/general.php b/resources/lang/is-IS/general.php
index db5bcf4ef..5378240d2 100644
--- a/resources/lang/is-IS/general.php
+++ b/resources/lang/is-IS/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Samþykkja eign',
'accept_item' => 'Accept Item',
'audit' => 'Úttekt',
+ 'audits' => 'Audits',
'audit_report' => 'Úttektarsaga',
'assets' => 'Eignir',
'assets_audited' => 'assets audited',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Breyta lykilorði',
'checkin' => 'Skrá inn',
'checkin_from' => 'Skráningarform',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Skrá út',
'checkouts_count' => 'Ráðstafanir',
'checkins_count' => 'Skil',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Edit Your Profile',
'eol' => 'Lok línu',
'email_domain' => 'Lén tölvupósts',
- 'email_format' => 'Email Format',
'employee_number' => 'Starfsmanna númer',
'email_domain_help' => 'This is used to generate email addresses when importing',
'error' => 'Villa',
'exclude_archived' => 'Sleppa geymdum eignum',
'exclude_deleted' => 'Sleppa eyddum eignum',
'example' => 'Dæmi: ',
- 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
- 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'First Initial Last Name (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'Fornafn Eftirnafn (Jane Smith)',
- 'lastname_firstname_display' => 'Eftirnafn Fornafn (Smith Jane)',
- 'name_display_format' => 'Nafn á birtingaforsniði',
- 'first' => 'Fyrsta',
- 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
- 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
- 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
- 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'Fornafn',
- 'first_name_format' => 'Fornafn (jane@example.com)',
+
'files' => 'Skrár',
'file_name' => 'Skrá',
'file_type' => 'Skráartegund',
@@ -183,6 +169,11 @@ return [
'last' => 'Síðasta',
'last_login' => 'Siðasta innskráning',
'last_name' => 'Eftirnafn',
+ 'firstname_lastname_display' => 'Fornafn Eftirnafn (Jane Smith)',
+ 'lastname_firstname_display' => 'Eftirnafn Fornafn (Smith Jane)',
+ 'name_display_format' => 'Nafn á birtingaforsniði',
+ 'first' => 'Fyrsta',
+ 'first_name' => 'Fornafn',
'license' => 'Leyfi',
'license_report' => 'Leyfisskýrsla',
'licenses_available' => 'Hugbúnaðarleyfi í boði',
@@ -311,7 +302,6 @@ return [
'type' => 'Týpa',
'undeployable' => 'Ónothæfar',
'unknown_admin' => 'Unknown Admin',
- 'username_format' => 'Username Format',
'username' => 'Notendanafn',
'update' => 'Uppfæra',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/is-IS/localizations.php b/resources/lang/is-IS/localizations.php
index 979e1f092..6656b430f 100644
--- a/resources/lang/is-IS/localizations.php
+++ b/resources/lang/is-IS/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malay',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolian',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persian',
'pl-PL'=> 'Polish',
diff --git a/resources/lang/is-IS/mail.php b/resources/lang/is-IS/mail.php
index f533a3351..950e4403b 100644
--- a/resources/lang/is-IS/mail.php
+++ b/resources/lang/is-IS/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Min QTY',
'name' => 'Nafn búnaðar',
'new_item_checked' => 'A new item has been checked out under your name, details are below.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Athugasemdir',
'password' => 'Lykilorð',
'password_reset' => 'Password Reset',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.',
'user' => 'Notandi',
'username' => 'Notendanafn',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Velkomin/inn :name',
'welcome_to' => 'Welcome to :web!',
'your_assets' => 'Skoða þínar eignir',
diff --git a/resources/lang/it-IT/admin/components/message.php b/resources/lang/it-IT/admin/components/message.php
index d19184f45..d96f7e7ca 100644
--- a/resources/lang/it-IT/admin/components/message.php
+++ b/resources/lang/it-IT/admin/components/message.php
@@ -18,7 +18,7 @@ return array(
'confirm' => 'Sei sicuro di voler eliminare questo Componente?',
'error' => 'Si è verificato un problema durante l\'eliminazione del componente. Riprova.',
'success' => 'Il componente è stato eliminato correttamente.',
- 'error_qty' => 'Alcuni componenti di questo tipo sono ancora assegnati. Effettuane il check-in e riprova.',
+ 'error_qty' => 'Alcuni componenti di questo tipo sono ancora assegnati. Effettuane la Restituzione e riprova.',
),
'checkout' => array(
diff --git a/resources/lang/it-IT/admin/custom_fields/general.php b/resources/lang/it-IT/admin/custom_fields/general.php
index 554b3c05f..ed8c3dbc5 100644
--- a/resources/lang/it-IT/admin/custom_fields/general.php
+++ b/resources/lang/it-IT/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'Questo campo è criptato, quindi alcune opzioni di visualizzazione non saranno disponibili.',
'display_checkin' => 'Mostra nei moduli di check-in',
'display_checkout' => 'Mostra nei moduli di assegnazione',
+ 'display_audit' => 'Mostra nei moduli di revisione',
];
diff --git a/resources/lang/it-IT/admin/depreciations/general.php b/resources/lang/it-IT/admin/depreciations/general.php
index b1e9e9ef8..76fc14663 100644
--- a/resources/lang/it-IT/admin/depreciations/general.php
+++ b/resources/lang/it-IT/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Attenzione:
Nessun deprezzamento impostato.
Si prega di impostare almeno un deprezzamento per visualizzarne il report.',
+ 'depreciation_method' => 'Modalità di deprezzamento',
+ 'linear_depreciation' => 'Lineare (default)',
+ 'half_1' => 'Convenzione semestrale, sempre applicata',
+ 'half_2' => 'Convenzione semestrale, applicata con condizione',
];
diff --git a/resources/lang/it-IT/admin/hardware/form.php b/resources/lang/it-IT/admin/hardware/form.php
index b0ccac02a..e93dae7fd 100644
--- a/resources/lang/it-IT/admin/hardware/form.php
+++ b/resources/lang/it-IT/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Aggiorna solo la Sede effettiva',
'asset_not_deployable' => 'Lo stato del bene è "Non Assegnabile". Non puoi fare l\'assegnazione di questo Bene.',
'asset_not_deployable_checkin' => 'Questo stato è "Non Assegnabile". Usando questo stato, verrà effettuata la restituzione del Bene.',
- 'asset_deployable' => 'Lo stato del bene è "Assegnabile". Puoi fare l\'Assegnazione di questo Bene.',
+ 'asset_deployable' => 'Questo bene può essere assegnato.',
'processing_spinner' => 'Elaborazione... (Può volerci un po\' su file di grandi dimensioni)',
'optional_infos' => 'Informazioni Opzionali',
'order_details' => 'Informazioni relative all\'ordine',
diff --git a/resources/lang/it-IT/admin/hardware/general.php b/resources/lang/it-IT/admin/hardware/general.php
index 506c7804a..7f99bd0ea 100644
--- a/resources/lang/it-IT/admin/hardware/general.php
+++ b/resources/lang/it-IT/admin/hardware/general.php
@@ -6,7 +6,7 @@ return [
'archived' => 'Archiviato',
'asset' => 'Bene',
'bulk_checkout' => 'Assegnazione Massiva',
- 'bulk_checkin' => 'Bulk Checkin',
+ 'bulk_checkin' => 'Check-in massivo',
'checkin' => 'Restituzione Bene',
'checkout' => 'Assegnazione Bene',
'clone' => 'Copia Bene',
diff --git a/resources/lang/it-IT/admin/hardware/message.php b/resources/lang/it-IT/admin/hardware/message.php
index 45410355e..42c84feb2 100644
--- a/resources/lang/it-IT/admin/hardware/message.php
+++ b/resources/lang/it-IT/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'Il file selezionato è già stato eliminato',
'header_row_has_malformed_characters' => 'Uno o più attributi nella riga d\'intestazione contengono caratteri UTF-8 malformati',
'content_row_has_malformed_characters' => 'Uno o più attributi nella prima riga del contenuto contengono caratteri UTF-8 malformati',
+ 'transliterate_failure' => 'Traslitterazione da :encoding a UTF-8 non riuscita a causa di caratteri non validi nell\'input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'L\'asset non è stato richiesto, si prega di riprovare',
- 'success' => 'Asset richiesto con successo.',
- 'canceled' => 'Richiesta di assegnazione annullata con successo',
+ 'error' => 'Richiesta non riuscita, riprova.',
+ 'success' => 'Richiesta inviata con successo.',
+ 'canceled' => 'Richiesta annullata con successo.',
+ 'cancel' => 'Annulla questa richiesta',
],
];
diff --git a/resources/lang/it-IT/admin/reports/general.php b/resources/lang/it-IT/admin/reports/general.php
index 292c60051..53f0d7bd9 100644
--- a/resources/lang/it-IT/admin/reports/general.php
+++ b/resources/lang/it-IT/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Selezionare le opzioni desiderate per il vostro report di beni.',
'deleted_user' => 'Utente eliminato',
'send_reminder' => 'Invia promemoria',
+ 'cannot_send_reminder' => 'L\'utente è stato cancellato o non ha un indirizzo email, quindi non può ricevere un promemoria',
'reminder_sent' => 'Promemoria spedito',
'acceptance_deleted' => 'Richiesta di accettazione eliminata',
'acceptance_request' => 'Richiesta di accettazione',
diff --git a/resources/lang/it-IT/admin/settings/general.php b/resources/lang/it-IT/admin/settings/general.php
index bc38f5b74..5a39cd25b 100644
--- a/resources/lang/it-IT/admin/settings/general.php
+++ b/resources/lang/it-IT/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Conferma Eliminazione',
'confirm_purge_help' => 'Inserisci "DELETE" nella casella sottostante per eliminare i record cancellati. Questa azione non può essere annullata e eliminerà PERMANENTEMENTE tutti gli elementi e gli utenti cancellati. (Effettuare un backup, per essere sicuri.)',
'custom_css' => 'CSS Personalizzato',
+ 'custom_css_placeholder' => 'Aggiungi il tuo CSS personalizzato',
'custom_css_help' => 'Inserisci qualsiasi CSS personalizzato che vuoi utilizzare. Non includere i tag <style></style> .',
'custom_forgot_pass_url' => 'URL Reset Password personalizzato',
'custom_forgot_pass_url_help' => 'Sostituisce l\'URL per il reset della password incorporato nella schermata di accesso, utile per indirizzare gli utenti alla pagina di ripristino password LDAP interna o ospitata. Ciò disabiliterà completamente la funzionalità locale di ripristino password.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Visualizza EOL nella vista tabella',
'display_qr' => 'Mostra codice a barre 2D',
'display_alt_barcode' => 'Visualizza codici a barre',
- 'email_logo' => 'Logo Email',
'barcode_type' => 'Tipo di codice a barre 2D',
'alt_barcode_type' => 'Tipo di codice a barre 1D',
- 'email_logo_size' => 'I loghi quadrati nelle email hanno un aspetto migliore. ',
'enabled' => 'Abilitato',
'eula_settings' => 'Impostazioni EULA',
'eula_markdown' => 'Questa EULA consente l\'uso del Markdown in stile Github flavored.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Le Favicon dovrebbero essere quadrate, 16x16 pixel.',
'footer_text' => 'Ulteriori testo di piè di pagina ',
'footer_text_help' => 'Questo testo verrà visualizzato nel piè di pagina a destra. I collegamenti sono consentiti usando Markdown in stile Github. Interruzioni di linea, intestazioni, immagini, ecc. possono dare risultati imprevedibili.',
+ 'footer_text_placeholder' => 'Testo opzionale a piè di pagina',
'general_settings' => 'Impostazioni Generali',
'general_settings_help' => 'EULA predefinita e altro',
'generate_backup' => 'Crea Backup',
'google_workspaces' => 'Google Workspace',
'header_color' => 'Colore intestazione',
'info' => 'Queste impostazioni consentono di personalizzare alcuni aspetti della vostra installazione.',
- 'label_logo' => 'Logo Etichetta',
'label_logo_size' => 'I loghi quadrati hanno un aspetto migliore - verranno visualizzati in alto a destra su ogni etichetta dei Beni. ',
'laravel' => 'Versione Laravel',
'ldap' => 'LDAP',
@@ -109,8 +108,8 @@ return [
'ldap_pword' => 'Password LDAP',
'ldap_basedn' => 'DN Base',
'ldap_filter' => 'Filtro LDAP',
- 'ldap_pw_sync' => 'Cache LDAP Passwords',
- 'ldap_pw_sync_help' => 'Uncheck this box if you do not wish to keep LDAP passwords cached as local hashed passwords. Disabling this means that your users may not be able to login if your LDAP server is unreachable for some reason.',
+ 'ldap_pw_sync' => 'Tieni password LDAP in cache',
+ 'ldap_pw_sync_help' => 'Deseleziona se non desideri mantenere le password LDAP in cache locale hashate. Se la disattivi, i tuoi utenti potrebbero non essere in grado di accedere se il server LDAP non è raggiungibile per qualche motivo.',
'ldap_username_field' => 'Campo nome utente',
'ldap_lname_field' => 'Cognome',
'ldap_fname_field' => 'Nome LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'Versione LDAP',
'ldap_active_flag' => 'LDAP Active Flag',
'ldap_activated_flag_help' => 'Questo valore viene utilizzato per determinare se un utente sincronizzato può accedere a Snipe-IT. Non influisce sulla capacità di effettuare il check in o il checkout dei beni, e dovrebbe essere il nome dell\'attributo all\'interno del tuo AD/LDAP, non il valore. 0
o false
, il login sarà disabilitato. Se il valore nel campo AD/LDAP è impostato a 1
o true
o qualsiasi altro testo l\'utente può accedere. Quando il campo è vuoto nel tuo AD, rispettiamo l\'attributo userAccountControl
, che di solito consente agli utenti non sospesi di accedere.',
+ 'ldap_invert_active_flag' => 'Inverti flag "Attivo" di LDAP',
+ 'ldap_invert_active_flag_help' => 'Se attivato: quando il valore restituito da LDAP Active Flag è 0
o false
, l\'account utente sarà attivo.',
'ldap_emp_num' => 'ID impiegato LDAP',
'ldap_email' => 'Email LDAP',
'ldap_test' => 'Test LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User Agent',
'login_help' => 'Elenco tentativi di login',
'login_note' => 'Nota di accesso',
+ 'login_note_placeholder' => "Se non hai un login o hai trovato un dispositivo appartenente a questa azienda, sei pregato di chiamare il supporto tecnico al 888-555-1212. Grazie.",
'login_note_help' => 'Facoltativamente includere alcune frasi nella schermata di login, ad esempio per aiutare le persone che hanno trovato un dispositivo perso o rubato. Questo campo accetta Goodotto flavored markdown',
'login_remote_user_text' => 'Opzioni di accesso utente remoto',
'login_remote_user_enabled_text' => 'Abilita accesso con intestazione utente remota',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Usa il brand sulla lista dei beni stampabili ',
'full_multiple_companies_support_help_text' => 'Restringere gli utenti (amministratori inclusi) assegnati ad una azienda agli asset della propria azienda.',
'full_multiple_companies_support_text' => 'Supporto completo ad aziende multiple',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'Nelle versioni precedenti, le sedi non erano limitate a una particolare società. Se questa impostazione è disattivata, verrà preservata la compatibilità con le versioni precedenti e le stesse posizioni potranno essere utilizzate in più aziende. Se invece questa impostazione è abilitata, le posizioni saranno limitate all\'azienda selezionata.',
'show_in_model_list' => 'Mostra in menu a discesa del modello',
'optional' => 'facoltativo',
'per_page' => 'Risultati per Pagina',
@@ -330,10 +334,10 @@ return [
'purge_help' => 'Elimina Record Cancellati',
'ldap_extension_warning' => 'L\'estensione LDAP non è installata o abilitata su questo server. Puoi ancora salvare le impostazioni, ma è necessario abilitare l\'estensione LDAP per PHP prima che il login o la sincronizzazione LDAP funzioni.',
'ldap_ad' => 'LDAP/AD',
- 'ldap_test_label' => 'Test LDAP Sync',
- 'ldap_test_login' => ' Test LDAP Login',
- 'ldap_username_placeholder' => 'LDAP Username',
- 'ldap_password_placeholder' => 'LDAP Password',
+ 'ldap_test_label' => 'Prova Sincronizzazione LDAP',
+ 'ldap_test_login' => ' Prova Login LDAP',
+ 'ldap_username_placeholder' => 'Nome utente LDAP',
+ 'ldap_password_placeholder' => 'Password LDAP',
'employee_number' => 'Numero Dipendente',
'create_admin_user' => 'Crea Utente ::',
'create_admin_success' => 'Successo! L\'utente admin è stato aggiunto!',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Successivo: Crea Utente',
'ldap_settings_link' => 'Impostazioni LDAP',
'slack_test' => 'Test Integrazione',
+ 'status_label_name' => 'Etichette di Stato',
+ 'super_admin_only' => 'Solo Super Amministratore',
'label2_enable' => 'Nuovo motore etichette',
'label2_enable_help' => 'Usa il nuovo motore etichette. Nota: Devi salvare questa impostazione prima di cambiare le altre.',
'label2_template' => 'Template',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'I dati che saranno contenuti nel codice a barre 2D',
'label2_fields' => 'Definizioni Campi',
'label2_fields_help' => 'I campi possono essere aggiunti, rimossi e riordinati nella colonna di sinistra. Per ogni campo, possono essere aggionte, rimosse e riordinate più opzioni per Label e DataSource nella colonna di destra.',
+ 'purge_barcodes' => 'Cancella codici a barre',
'help_asterisk_bold' => 'Il testo inserito **così**
verrà visualizzato in grassetto',
'help_blank_to_use' => 'Lascia vuoto per usare il valore in :setting_name
',
'help_default_will_use' => ':default
userà il valore di :setting_name
. Impostazioni Admin > Gruppi
.',
+ 'text' => 'Testo',
+
+ 'username_formats' => [
+ 'username_format' => 'Formato nome utente',
+ 'firstname_lastname_format' => 'Nome.Cognome (jane.smith)',
+ 'first_name_format' => 'Nome (jane)',
+ 'last_name_format' => 'Cognome (doe)',
+ 'filastname_format' => 'Iniziale Nome, Cognome (jsmith)',
+ 'lastnamefirstinitial_format' => 'Cognome, Iniziale Nome (smithj)',
+ 'firstname_lastname_underscore_format' => 'Nome_Cognome (jane_smith)',
+ 'firstinitial.lastname' => 'Iniziale Nome . Cognome (j.smith)',
+ 'lastname_firstinitial' => 'Cognome_ Iniziale Nome (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Cognome . Iniziale Nome (smith.j)',
+ 'firstnamelastname' => 'Nome Cognome (janesmith)',
+ 'firstnamelastinitial' => 'Nome, Iniziale Cognome (janes)',
+ 'lastnamefirstname' => 'Cognome . Nome (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Formato Email',
+ 'firstname_lastname_format' => 'Nome.Cognome (jane.smith@example.com)',
+ 'first_name_format' => 'Nome (jane@example.com)',
+ 'last_name_format' => 'Cognome (doe@example.com)',
+ 'filastname_format' => 'Iniziale Nome + Cognome (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Cognome + Iniziale Nome (smithj@esempio.it)',
+ 'firstname_lastname_underscore_format' => 'Nome_Cognome (jane_smith@example.com)',
+ 'firstinitial.lastname' => 'Iniziale Nome . Cognome (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Cognome_ Iniziale Nome (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Cognome . Iniziale del Nome (smith.j@esempio.it)',
+ 'firstnamelastname' => 'Nome Cognome (janesmith@example.com)',
+ 'firstnamelastinitial' => 'Nome + Iniziale Cognome (janes@example.com)',
+ 'lastnamefirstname' => 'Cognome.Nome (rossi.mario@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'Logo PDF',
+ 'email_logo' => 'Logo Email',
+ 'label_logo' => 'Logo Etichetta',
+ 'logo' => 'Logo Sito',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'I loghi quadrati nelle email hanno un aspetto migliore. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Testo',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo e Testo',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/it-IT/admin/settings/message.php b/resources/lang/it-IT/admin/settings/message.php
index daedfd6f3..9e644ee62 100644
--- a/resources/lang/it-IT/admin/settings/message.php
+++ b/resources/lang/it-IT/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Qualcosa è andato storto. :( ',
'webhook_fail' => ' notifica webhook fallita: Controlla che l\'URL sia ancora valido.',
'webhook_channel_not_found' => ' canale webhook non trovato.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Le tue impostazioni non sono state salvate.',
+ 'mismatch' => 'C\'è 1 elemento nel database che ha bisogno della vostra attenzione prima di abilitare i filtri per posizione.|Ci sono :count elementi nel database che hanno bisogno della vostra attenzione prima di abilitare i filtri per posizione.',
+ ],
+
];
diff --git a/resources/lang/it-IT/auth.php b/resources/lang/it-IT/auth.php
index 15bca5fe0..a6fe30fc0 100644
--- a/resources/lang/it-IT/auth.php
+++ b/resources/lang/it-IT/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'Credenziali non corrispondenti ai dati registrati.',
'password' => 'La password fornita non è corretta.',
- 'throttle' => 'Troppi tentativi di accesso. Riprova tra :seconds secondi.',
+ 'throttle' => 'Troppi tentativi di login. Per favore riprova tra :minutes minuti.',
);
diff --git a/resources/lang/it-IT/auth/message.php b/resources/lang/it-IT/auth/message.php
index b0f9130ef..7664ba9fb 100644
--- a/resources/lang/it-IT/auth/message.php
+++ b/resources/lang/it-IT/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'Nome utente o password non corretto.',
'account_not_activated' => 'Questo account non è attivo.',
'account_suspended' => 'Questo account è sospeso.',
- 'account_banned' => 'Questo account è bannato.',
- 'throttle' => 'Troppi tentativi di login falliti. Per favore riprova entro :minutes minuti.',
'two_factor' => array(
'already_enrolled' => 'Il tuo dispositivo è già registrato.',
diff --git a/resources/lang/it-IT/general.php b/resources/lang/it-IT/general.php
index 0b1272daf..9b52d35a5 100644
--- a/resources/lang/it-IT/general.php
+++ b/resources/lang/it-IT/general.php
@@ -29,8 +29,9 @@ return [
'assets_available' => 'Beni disponibili',
'accept_assets' => 'Accetta Beni :name',
'accept_assets_menu' => 'Accetta Beni',
- 'accept_item' => 'Accept Item',
+ 'accept_item' => 'Accetta Oggetto',
'audit' => 'Revisione Inventario',
+ 'audits' => 'Revisioni',
'audit_report' => 'Registro Revisione Inventario',
'assets' => 'Beni',
'assets_audited' => 'beni inventariati',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Modifica password',
'checkin' => 'Restituzione',
'checkin_from' => 'Restituzione da',
+ 'checkin_note' => 'Nota di Restituzione',
+ 'checkout_note' => 'Nota di Assegnazione',
'checkout' => 'Assegna',
'checkouts_count' => 'Assegnazioni',
'checkins_count' => 'Restituzioni',
@@ -94,7 +97,7 @@ return [
'customize_report' => 'Personalizza Report',
'custom_report' => 'Report personalizzato Beni',
'dashboard' => 'Cruscotto',
- 'data_source' => 'Data Source',
+ 'data_source' => 'Fonte dei Dati',
'days' => 'giorni',
'days_to_next_audit' => 'Giorni al prossimo controllo inventario',
'date' => 'Data',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Modifica il tuo profilo',
'eol' => 'EOL',
'email_domain' => 'Dominio di posta elettronica',
- 'email_format' => 'Formato di posta elettronica',
'employee_number' => 'Numero Dipendente',
'email_domain_help' => 'Questo viene utilizzato per generare indirizzi e-mail durante l\'importazione',
'error' => 'Errore',
'exclude_archived' => 'Escludi i Beni Archiviati',
'exclude_deleted' => 'Escludi i Beni Eliminati',
'example' => 'Esempio: ',
- 'filastname_format' => 'Iniziale Nome + Cognome (jsmith@example.com)',
- 'firstname_lastname_format' => 'Nome.Cognome (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'Nome_Cognome (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => 'Cognome + Iniziale Nome (smithj@esempio.it)',
- 'firstintial_dot_lastname_format' => 'Iniziale Nome . Cognome (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'Nome Cognome (Jane Smith)',
- 'lastname_firstname_display' => 'Cognome Nome (Smith Jane)',
- 'name_display_format' => 'Formato Nome',
- 'first' => 'Primo',
- 'firstnamelastname' => 'Nome Cognome (janesmith@example.com)',
- 'lastname_firstinitial' => 'Cognome_ Iniziale Nome (smith_j@example.com)',
- 'firstinitial.lastname' => 'Iniziale Nome . Cognome (j.smith@example.com)',
- 'firstnamelastinitial' => 'Nome + Iniziale Cognome (janes@example.com)',
- 'lastnamefirstname' => 'Cognome.Nome (rossi.mario@example.com)',
- 'first_name' => 'Nome',
- 'first_name_format' => 'Nome (jane@example.com)',
+
'files' => 'Files',
'file_name' => 'File',
'file_type' => 'Tipo di file',
@@ -183,6 +169,11 @@ return [
'last' => 'Ultimo',
'last_login' => 'Ultimo accesso',
'last_name' => 'Cognome',
+ 'firstname_lastname_display' => 'Nome Cognome (Jane Smith)',
+ 'lastname_firstname_display' => 'Cognome Nome (Smith Jane)',
+ 'name_display_format' => 'Formato Nome',
+ 'first' => 'Primo',
+ 'first_name' => 'Nome',
'license' => 'Licenza',
'license_report' => 'Report Licenze',
'licenses_available' => 'Licenze disponibili',
@@ -221,8 +212,8 @@ return [
'no' => 'No',
'notes' => 'Note',
'note_added' => 'Nota Aggiunta',
- 'options' => 'Options',
- 'preview' => 'Preview',
+ 'options' => 'Opzioni',
+ 'preview' => 'Anteprima',
'add_note' => 'Aggiungi nota',
'note_edited' => 'Nota Modificata',
'edit_note' => 'Modifica Nota',
@@ -311,7 +302,6 @@ return [
'type' => 'Tipo',
'undeployable' => 'Non consegnabile',
'unknown_admin' => 'Amministratore sconosciuto',
- 'username_format' => 'Formato nome utente',
'username' => 'Nome utente',
'update' => 'Aggiorna',
'updating_item' => 'Aggiornamento :item',
@@ -339,10 +329,10 @@ return [
'token_expired' => 'La sessione del modulo è scaduta. Riprova.',
'login_enabled' => 'Login Abilitato',
'audit_due' => 'In scadenza per Controllo Inventario',
- 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days',
+ 'audit_due_days' => '{}Ci sono dei beni da controllare subito|[1]Ci sono dei beni da controllare tra massimo un giorno|[2,*]Ci sono dei beni da controllare al massimo tra :days giorni',
'checkin_due' => 'Scadenza per la restituzione',
'checkin_overdue' => 'Oltre la scadenza per restituzione',
- 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days',
+ 'checkin_due_days' => '{}Check-in da fare|[1]Check-in dei beni da fare entro :days giorno|[2,*]Check-in dei beni da fare entro :days giorni',
'audit_overdue' => 'Scaduto per Controllo Inventario',
'accept' => 'Accetta :asset',
'i_accept' => 'Accetto',
@@ -590,14 +580,36 @@ return [
],
'breadcrumb_button_actions' => [
- 'edit_item' => 'Edit :name',
- 'checkout_item' => 'Checkout :name',
- 'checkin_item' => 'Checkin :name',
+ 'edit_item' => 'Modifica :name',
+ 'checkout_item' => 'Check-out di :name',
+ 'checkin_item' => 'Check-in di :name',
+ ],
+
+ 'skins' => [
+ 'site_default' => 'Predefinito',
+ 'default_blue' => 'Blu Predefinito',
+ 'blue_dark' => 'Blu (Tema Scuro)',
+ 'green' => 'Verde Scuro',
+ 'green_dark' => 'Verde (Tema Scuro)',
+ 'red' => 'Rosso Scuro',
+ 'red_dark' => 'Rosso (Tema Scuro)',
+ 'orange' => 'Arancione Scuro',
+ 'orange_dark' => 'Arancione (Tema Scuro)',
+ 'black' => 'Nero',
+ 'black_dark' => 'Nero (Tema Scuro)',
+ 'purple' => 'Viola',
+ 'purple_dark' => 'Viola (Tema Scuro)',
+ 'yellow' => 'Giallo',
+ 'yellow_dark' => 'Giallo (Tema Scuro)',
+ 'high_contrast' => 'Alto Contrasto',
+
],
'select_all_none' => 'Seleziona/Deseleziona Tutto',
- 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
- 'deleted_models' => 'Deleted Asset Models',
- 'deleted_users' => 'Deleted Users',
+ 'generic_model_not_found' => 'Il :model non è stato trovato o non hai il permesso di accederci',
+ 'deleted_models' => 'Modelli di bene cancellati',
+ 'deleted_users' => 'Utenti cancellati',
+ 'cost_each' => ':amount ciascuno',
+ 'remove_current_image' => 'Rimuovi l\'immagine :type',
];
diff --git a/resources/lang/it-IT/localizations.php b/resources/lang/it-IT/localizations.php
index a3d68a36b..d0db46066 100644
--- a/resources/lang/it-IT/localizations.php
+++ b/resources/lang/it-IT/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malese',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolo',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norvegese Bokmål',
+ 'om-ET' => 'Oromo (Etiope)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persiano',
'pl-PL'=> 'Polacco',
diff --git a/resources/lang/it-IT/mail.php b/resources/lang/it-IT/mail.php
index 17e3e5e18..60c4f3c15 100644
--- a/resources/lang/it-IT/mail.php
+++ b/resources/lang/it-IT/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Quantità minima',
'name' => 'Nome',
'new_item_checked' => 'Ti è stato assegnato un nuovo Bene, di seguito i dettagli.',
+ 'new_item_checked_with_acceptance' => 'Ti è stato assegnato un nuovo Bene per cui è richiesta la tua accettazione, seguono i dettagli.',
+ 'recent_item_checked' => 'Recentemente ti è stato assegnato un Bene per cui è richiesta la tua accettazione, seguono i dettagli.',
'notes' => 'Note',
'password' => 'Password',
'password_reset' => 'Reimposta la password',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'C\'è :count Bene da inventariare entro :threshold giorni.|Ci sono :count beni da inventariare entro :threshold giorni.',
'user' => 'Utente',
'username' => 'Nome utente',
- 'unaccepted_asset_reminder' => 'Hai dei beni non accettati.',
+ 'unaccepted_asset_reminder' => 'Promemoria: hai dei Beni ancora non accettati.',
'welcome' => 'Benvenuto :name',
'welcome_to' => 'Benvenuti in :web!',
'your_assets' => 'Visualizza i tuoi Beni',
diff --git a/resources/lang/iu-NU/admin/custom_fields/general.php b/resources/lang/iu-NU/admin/custom_fields/general.php
index f17eedda1..c9ae61c96 100644
--- a/resources/lang/iu-NU/admin/custom_fields/general.php
+++ b/resources/lang/iu-NU/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/iu-NU/admin/depreciations/general.php b/resources/lang/iu-NU/admin/depreciations/general.php
index 1a5666f9d..4a9a9b8cd 100644
--- a/resources/lang/iu-NU/admin/depreciations/general.php
+++ b/resources/lang/iu-NU/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Warning:
You do not currently have any depreciations set up.
Please set up at least one depreciation to view the depreciation report.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/iu-NU/admin/hardware/form.php b/resources/lang/iu-NU/admin/hardware/form.php
index e50a32bd0..fab19fea1 100644
--- a/resources/lang/iu-NU/admin/hardware/form.php
+++ b/resources/lang/iu-NU/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Update only actual location',
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
'optional_infos' => 'Optional Information',
'order_details' => 'Order Related Information',
diff --git a/resources/lang/iu-NU/admin/hardware/message.php b/resources/lang/iu-NU/admin/hardware/message.php
index 605c1fe23..c19bc6364 100644
--- a/resources/lang/iu-NU/admin/hardware/message.php
+++ b/resources/lang/iu-NU/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Asset was not requested, please try again',
- 'success' => 'Asset requested successfully.',
- 'canceled' => 'Checkout request successfully canceled',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Cancel this item request',
],
];
diff --git a/resources/lang/iu-NU/admin/reports/general.php b/resources/lang/iu-NU/admin/reports/general.php
index ea22b07df..ed8bf1a15 100644
--- a/resources/lang/iu-NU/admin/reports/general.php
+++ b/resources/lang/iu-NU/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Select the options you want for your asset report.',
'deleted_user' => 'Deleted user',
'send_reminder' => 'Send reminder',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Reminder sent',
'acceptance_deleted' => 'Acceptance request deleted',
'acceptance_request' => 'Acceptance request',
diff --git a/resources/lang/iu-NU/admin/settings/general.php b/resources/lang/iu-NU/admin/settings/general.php
index ad21bbb64..27b185d7c 100644
--- a/resources/lang/iu-NU/admin/settings/general.php
+++ b/resources/lang/iu-NU/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'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',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.',
'custom_forgot_pass_url' => 'Custom Password Reset URL',
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Display EOL in table view',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => 'Display 1D barcode',
- 'email_logo' => 'Email Logo',
'barcode_type' => '2D Barcode Type',
'alt_barcode_type' => '1D barcode type',
- 'email_logo_size' => 'Square logos in email look best. ',
'enabled' => 'Enabled',
'eula_settings' => 'EULA Settings',
'eula_markdown' => 'This EULA allows Github flavored markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favicons should be square images, 16x16 pixels.',
'footer_text' => 'Additional Footer Text ',
'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'General Settings',
'general_settings_help' => 'Default EULA and more',
'generate_backup' => 'Generate Backup',
'google_workspaces' => 'Google Workspaces',
'header_color' => 'Header Color',
'info' => 'These settings let you customize certain aspects of your installation.',
- 'label_logo' => 'Label Logo',
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'Laravel Version',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'LDAP Version',
'ldap_active_flag' => 'LDAP Active Flag',
'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. It does not affect the ability to check items in or out to them, and should be the attribute name within your AD/LDAP, not the value. 0
or false
, user login will be disabled. If the value in the AD/LDAP field is set to 1
or true
or any other text means the user can log in. When the field is blank in your AD, we respect the userAccountControl
attribute, which usually allows non-suspended users to log in.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'LDAP Employee Number',
'ldap_email' => 'LDAP Email',
'ldap_test' => 'Test LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User Agent',
'login_help' => 'List of attempted logins',
'login_note' => 'Login Note',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown',
'login_remote_user_text' => 'Remote User login options',
'login_remote_user_enabled_text' => 'Enable Login with Remote User Header',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'full_multiple_companies_support_help_text' => 'Restricting users (including admins) assigned to companies to their company\'s assets.',
'full_multiple_companies_support_text' => 'Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Show in Model Dropdowns',
'optional' => 'optional',
'per_page' => 'Results Per Page',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Next: Create User',
'ldap_settings_link' => 'LDAP Settings Page',
'slack_test' => 'Test Integration',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'New Label Engine',
'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.',
'label2_template' => 'Template',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Field Definitions',
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Text entered as **text**
will be displayed as bold',
'help_blank_to_use' => 'Leave blank to use the value from :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
. Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Username Format',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Email Format',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
+ 'first_name_format' => 'First Name (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Email Logo',
+ 'label_logo' => 'Label Logo',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Square logos in email look best. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/iu-NU/admin/settings/message.php b/resources/lang/iu-NU/admin/settings/message.php
index 9be290174..8d9b40e95 100644
--- a/resources/lang/iu-NU/admin/settings/message.php
+++ b/resources/lang/iu-NU/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Something went wrong. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/iu-NU/auth.php b/resources/lang/iu-NU/auth.php
index db310aa1b..14d8acfce 100644
--- a/resources/lang/iu-NU/auth.php
+++ b/resources/lang/iu-NU/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
- 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/iu-NU/auth/message.php b/resources/lang/iu-NU/auth/message.php
index 588c9069c..08f638d05 100644
--- a/resources/lang/iu-NU/auth/message.php
+++ b/resources/lang/iu-NU/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'The username or password is incorrect.',
'account_not_activated' => 'This user account is not activated.',
'account_suspended' => 'This user account is suspended.',
- 'account_banned' => 'This user account is banned.',
- 'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
'two_factor' => array(
'already_enrolled' => 'Your device is already enrolled.',
diff --git a/resources/lang/iu-NU/general.php b/resources/lang/iu-NU/general.php
index b10e3f4f6..9c06c8549 100644
--- a/resources/lang/iu-NU/general.php
+++ b/resources/lang/iu-NU/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Accept Assets',
'accept_item' => 'Accept Item',
'audit' => 'Audit',
+ 'audits' => 'Audits',
'audit_report' => 'Audit Log',
'assets' => 'Assets',
'assets_audited' => 'assets audited',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Change Password',
'checkin' => 'Checkin',
'checkin_from' => 'Checkin from',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Checkout',
'checkouts_count' => 'Checkouts',
'checkins_count' => 'Checkins',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Edit Your Profile',
'eol' => 'EOL',
'email_domain' => 'Email Domain',
- 'email_format' => 'Email Format',
'employee_number' => 'Employee Number',
'email_domain_help' => 'This is used to generate email addresses when importing',
'error' => 'Error',
'exclude_archived' => 'Exclude Archived Assets',
'exclude_deleted' => 'Exclude Deleted Assets',
'example' => 'Example: ',
- 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
- 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'First Initial Last Name (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
- 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
- 'name_display_format' => 'Name Display Format',
- 'first' => 'First',
- 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
- 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
- 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
- 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'First Name',
- 'first_name_format' => 'First Name (jane@example.com)',
+
'files' => 'Files',
'file_name' => 'File',
'file_type' => 'File Type',
@@ -183,6 +169,11 @@ return [
'last' => 'Last',
'last_login' => 'Last Login',
'last_name' => 'Last Name',
+ 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
+ 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
+ 'name_display_format' => 'Name Display Format',
+ 'first' => 'First',
+ 'first_name' => 'First Name',
'license' => 'License',
'license_report' => 'License Report',
'licenses_available' => 'Licenses available',
@@ -311,7 +302,6 @@ return [
'type' => 'Type',
'undeployable' => 'Un-deployable',
'unknown_admin' => 'Unknown Admin',
- 'username_format' => 'Username Format',
'username' => 'Username',
'update' => 'Update',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/iu-NU/localizations.php b/resources/lang/iu-NU/localizations.php
index fdca1532b..827ed4fca 100644
--- a/resources/lang/iu-NU/localizations.php
+++ b/resources/lang/iu-NU/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malay',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolian',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persian',
'pl-PL'=> 'Polish',
diff --git a/resources/lang/iu-NU/mail.php b/resources/lang/iu-NU/mail.php
index 7663a0167..797f735a2 100644
--- a/resources/lang/iu-NU/mail.php
+++ b/resources/lang/iu-NU/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Min QTY',
'name' => 'Name',
'new_item_checked' => 'A new item has been checked out under your name, details are below.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Notes',
'password' => 'Password',
'password_reset' => 'Password Reset',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.',
'user' => 'User',
'username' => 'Username',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Welcome :name',
'welcome_to' => 'Welcome to :web!',
'your_assets' => 'View Your Assets',
diff --git a/resources/lang/ja-JP/admin/components/message.php b/resources/lang/ja-JP/admin/components/message.php
index 56c41ac72..36d9be4f5 100644
--- a/resources/lang/ja-JP/admin/components/message.php
+++ b/resources/lang/ja-JP/admin/components/message.php
@@ -18,7 +18,7 @@ return array(
'confirm' => 'この構成部品を削除してもよろしいですか?',
'error' => '構成部品を削除する際に問題が発生しました。もう一度やり直して下さい。',
'success' => '構成部品は削除されました。',
- 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
+ 'error_qty' => 'このタイプの一部のコンポーネントはまだチェックアウトされています。チェックインしてもう一度お試しください。',
),
'checkout' => array(
diff --git a/resources/lang/ja-JP/admin/custom_fields/general.php b/resources/lang/ja-JP/admin/custom_fields/general.php
index 160575de0..28b15434f 100644
--- a/resources/lang/ja-JP/admin/custom_fields/general.php
+++ b/resources/lang/ja-JP/admin/custom_fields/general.php
@@ -35,7 +35,7 @@ return [
'create_field_title' => '新しいカスタムフィールドを作成',
'value_encrypted' => 'このフィールドの値は、データベースで暗号化されます。管理者ユーザーのみが復号化された値を表示することができます。',
'show_in_email' => 'このフィールドの値をユーザーに送信されたチェックアウトメールに含めますか?暗号化されたフィールドはメールに含めることはできません',
- 'show_in_email_short' => 'Include in emails',
+ 'show_in_email_short' => '電子メールに含める',
'help_text' => 'ヘルプ テキスト',
'help_text_description' => 'このテキストは、資産の編集中にフォーム要素の下に表示されるオプションのテキストです。',
'about_custom_fields_title' => 'カスタムフィールドについて',
@@ -57,7 +57,8 @@ return [
'show_in_requestable_list_short' => '要求可能なアセットリストに表示',
'show_in_requestable_list' => '要求可能なアセットリストに値を表示します。暗号化されたフィールドは表示されません',
'encrypted_options' => 'このフィールドは暗号化されているため、いくつかの表示オプションは利用できません。',
- 'display_checkin' => 'Display in checkin forms',
- 'display_checkout' => 'Display in checkout forms',
+ 'display_checkin' => 'チェックインフォームに表示',
+ 'display_checkout' => 'チェックアウトフォームに表示',
+ 'display_audit' => '監査フォームに表示',
];
diff --git a/resources/lang/ja-JP/admin/depreciations/general.php b/resources/lang/ja-JP/admin/depreciations/general.php
index 97da95fac..d1da4cd4f 100644
--- a/resources/lang/ja-JP/admin/depreciations/general.php
+++ b/resources/lang/ja-JP/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => '警告:
現在、減価償却が設定されていません。
減価償却レポートを表示するには、少なくとも1つの減価償却を設定してください。',
+ 'depreciation_method' => '減価償却方法',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/ja-JP/admin/hardware/form.php b/resources/lang/ja-JP/admin/hardware/form.php
index 5c24785a1..bd13b4b6f 100644
--- a/resources/lang/ja-JP/admin/hardware/form.php
+++ b/resources/lang/ja-JP/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => '実際の場所のみ更新',
'asset_not_deployable' => 'その資産ステータスは配備可能ではありません。この資産はチェックアウトできません。',
'asset_not_deployable_checkin' => 'その資産状態はデプロイできません。このステータスラベルを使用すると、資産をチェックインします。',
- 'asset_deployable' => 'その資産ステータスは配備可能です。この資産はチェックアウトできます。',
+ 'asset_deployable' => 'この資産はチェックアウトできます。',
'processing_spinner' => '処理中です... (これは大きなファイルで少し時間がかかる可能性があります)',
'optional_infos' => 'オプション情報',
'order_details' => 'オーダー関連情報',
diff --git a/resources/lang/ja-JP/admin/hardware/message.php b/resources/lang/ja-JP/admin/hardware/message.php
index 2755d1f71..a2310ee41 100644
--- a/resources/lang/ja-JP/admin/hardware/message.php
+++ b/resources/lang/ja-JP/admin/hardware/message.php
@@ -66,13 +66,14 @@ return [
'file_already_deleted' => '選択したファイルは既に削除されています',
'header_row_has_malformed_characters' => 'ヘッダー行の1つ以上の属性に不正な形式のUTF-8文字が含まれています',
'content_row_has_malformed_characters' => 'コンテンツの最初の行の1つまたは複数の属性に不正な形式のUTF-8文字が含まれています',
+ 'transliterate_failure' => ':encoding から UTF-8 への変換に失敗しました。入力中の無効な文字が原因です。'
],
'delete' => [
'confirm' => 'この資産を削除してもよろしいですか?',
'error' => '資産を削除する際に問題が発生しました。もう一度やり直して下さい。',
- 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.',
+ 'assigned_to_error' => '{1}アセットタグ: :asset_tag は現在チェックアウトされています。削除する前にこのデバイスを確認してください。 [2,*]アセットタグ: :asset_tag は現在チェックアウトされています。削除する前にこれらのデバイスを確認してください。',
'nothing_updated' => '資産が選択されていないため、削除されませんでした。',
'success' => '資産は正常に削除されました。',
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => '資産は要求されませんでした。もう一度、やり直して下さい。',
- 'success' => '資産の要求処理が成功しました。',
- 'canceled' => 'チェックアウトリクエストが正常にキャンセルされました。',
+ 'error' => 'リクエストに失敗しました。もう一度やり直してください。',
+ 'success' => 'リクエストは正常に送信されました。',
+ 'canceled' => 'リクエストをキャンセルしました。',
+ 'cancel' => 'このアイテムのリクエストをキャンセル',
],
];
diff --git a/resources/lang/ja-JP/admin/reports/general.php b/resources/lang/ja-JP/admin/reports/general.php
index 846142d1a..0ceba1136 100644
--- a/resources/lang/ja-JP/admin/reports/general.php
+++ b/resources/lang/ja-JP/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => '資産報告書のオプションを選択してください。',
'deleted_user' => '削除されたユーザー',
'send_reminder' => 'リマインダーを送信',
+ 'cannot_send_reminder' => 'ユーザーが削除されたか、メールアドレスがないため、リマインダーを受信できません',
'reminder_sent' => 'リマインダーを送信しました',
'acceptance_deleted' => '承認リクエストが削除されました',
'acceptance_request' => 'リクエストを承認',
diff --git a/resources/lang/ja-JP/admin/settings/general.php b/resources/lang/ja-JP/admin/settings/general.php
index c4d8e4438..ac61a8165 100644
--- a/resources/lang/ja-JP/admin/settings/general.php
+++ b/resources/lang/ja-JP/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'パージを確定',
'confirm_purge_help' => '削除したレコードを削除するには、下のボックスに「DELETE」というテキストを入力します。 この操作は元に戻すことができず、ソフトで削除されたすべてのアイテムとユーザーは完全に削除されます。(安全のために最初にバックアップを行う必要があります。)',
'custom_css' => 'カスタム CSS:',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => '使用したいカスタムCSSを入力してください。<style></style> タグは含めないでください',
'custom_forgot_pass_url' => 'パスワードリセットURLを変更する',
'custom_forgot_pass_url_help' => 'これにより、ログイン画面に表示されるパスワードリセット用のURLが置き換えられ、内部またはホストされているLDAPパスワードのリセット機能にユーザーを誘導するのに役立ちます。ローカルユーザーがパスワードを忘れた場合、その機能は無効になります。',
@@ -57,10 +58,8 @@ return [
'display_eol' => '表形式でEOLを表示',
'display_qr' => '2D バーコードを表示',
'display_alt_barcode' => 'バーコードを表示',
- 'email_logo' => 'メールのロゴ',
'barcode_type' => '2次元バーコードタイプ',
'alt_barcode_type' => 'バーコードタイプ',
- 'email_logo_size' => '電子メールでは正方形のロゴが見栄えよく見えます。 ',
'enabled' => '有効',
'eula_settings' => 'EULA設定',
'eula_markdown' => 'この EULA は、Github flavored markdownで、利用可能です。',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'ファビコンは16x16 ピクセルの正方形の画像である必要があります。',
'footer_text' => '追加のフッターテキスト ',
'footer_text_help' => 'このテキストは右側のフッターに表示されます。 Github flavored markdownを使用してリンクが作成できます。改行、ヘッダー、画像などは、予期しない表示結果になる可能性があります。',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => '全般設定',
'general_settings_help' => 'デフォルトのEULAなど',
'generate_backup' => 'バックアップを作成',
'google_workspaces' => 'Google ワークスペース',
'header_color' => 'ヘッダーカラー',
'info' => 'これらの設定は、あなたの設備の特性に合わせてカスタマイズできます。',
- 'label_logo' => 'ラベルのロゴ',
'label_logo_size' => 'ロゴは各アセットラベルの右上に表示されます。形は正方形が最良です。 ',
'laravel' => 'Laravelバージョン',
'ldap' => 'LDAP',
@@ -120,6 +119,8 @@ return [
'ldap_activated_flag_help' => 'この値は、同期されたユーザーがSnipe-ITにログインできるかどうかを決定するために使用されます。アイテムをチェックインまたはチェックアウトする機能には影響しません。また、値ではなく、AD/LDAP内の属性名である必要があります。0
またはfalse
に設定されている場合、ユーザログインは無効化されます。AD/LDAPフィールドの値が1
またはtrue
に設定されている場合、またはその他のテキストが設定されている場合は、ユーザーはログインすることが可能です。ADでこのフィールドが空白の場合、userAccountControl
属性を尊重し、通常、サスペンドされていないユーザーのログインを許可しています。',
+ 'ldap_invert_active_flag' => 'LDAP アクティブフラグの反転',
+ 'ldap_invert_active_flag_help' => '有効な場合: LDAP Active Flag に返された値が 0
または false
の場合、ユーザーアカウントはアクティブになります。',
'ldap_emp_num' => 'LDAP 社員番号',
'ldap_email' => 'LDAP メール',
'ldap_test' => 'LDAPをテスト',
@@ -134,6 +135,7 @@ return [
'login_user_agent' => 'User Agent',
'login_help' => 'ログイン試行の一覧',
'login_note' => 'ログインメッセージ',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'オプションで、紛失または盗難されたデバイスを見つけた人を支援するなど、ログイン画面に文章を表示することができます。このフィールドはGithub flavored markdownが使用できます。',
'login_remote_user_text' => 'リモートユーザのログインオプション',
'login_remote_user_enabled_text' => 'リモートユーザーのログインヘッダーを有効にする',
@@ -150,6 +152,8 @@ return [
'logo_print_assets_help' => '印刷可能な資産リストにブランドを使用する。 ',
'full_multiple_companies_support_help_text' => 'ユーザー (管理者を含む) に 資産の割り当て を制限します。',
'full_multiple_companies_support_text' => '複数企業をサポートします。',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'モデルのドロップダウンに表示',
'optional' => 'オプション',
'per_page' => 'ページ毎の結果',
@@ -348,6 +352,8 @@ return [
'setup_migration_create_user' => '次へ: ユーザーの作成',
'ldap_settings_link' => 'LDAP設定ページ',
'slack_test' => ' 統合テスト',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => '新しいラベルエンジン',
'label2_enable_help' => '新しいラベルエンジンに切り替えます。 注意: 他のラベルエンジンを設定する前に、この設定を保存する必要があります。',
'label2_template' => 'テンプレート',
@@ -365,6 +371,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'フィールド定義',
'label2_fields_help' => '項目は左の列に追加、削除、並び替えができます。 各項目に、LabelとDataSourceの複数のオプションを右側の列に追加、削除、並び替えができます。',
+ 'purge_barcodes' => 'バーコードを消去',
'help_asterisk_bold' => '**text**
として入力されたテキストは太字で表示されます',
'help_blank_to_use' => 'Leave blank to use the value from :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
. Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'ユーザー名の書式',
+ 'firstname_lastname_format' => '名前.苗字 (jane.smith)',
+ 'first_name_format' => '名前 (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => '名前のイニシャル苗字 (jsmith)',
+ 'lastnamefirstinitial_format' => '苗字名前のイニシャル (smith_j)',
+ 'firstname_lastname_underscore_format' => '名前_苗字 (jane_smith)',
+ 'firstinitial.lastname' => '名前のイニシャル.苗字 (j.smith)',
+ 'lastname_firstinitial' => '苗字_名前のイニシャル (smith_j)',
+ 'lastname_dot_firstinitial_format' => '苗字.名前のイニシャル (smith.j)',
+ 'firstnamelastname' => '名前苗字 (janesmith)',
+ 'firstnamelastinitial' => '名前と苗字のイニシャル (janes)',
+ 'lastnamefirstname' => '姓.名 (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Eメールフォーマット',
+ 'firstname_lastname_format' => '名前.苗字 (jane.smith@example.com)',
+ 'first_name_format' => '名前 (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => '名前のイニシャルと苗字 (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => '名前と苗字のイニシャル(smithj@example.com)',
+ 'firstname_lastname_underscore_format' => '名前_苗字 (jane_smith@example.com)',
+ 'firstinitial.lastname' => '名前.イニシャルと苗字 (j.smith@example.com)',
+ 'lastname_firstinitial' => '苗字_名前のイニシャル (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => '名前と苗字 (janesmith@example.com)',
+ 'firstnamelastinitial' => '名前と苗字のイニシャル (janes@example.com)',
+ 'lastnamefirstname' => '姓.名 (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'メールのロゴ',
+ 'label_logo' => 'ラベルのロゴ',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'ファビコン',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => '電子メールでは正方形のロゴが見栄えよく見えます。 ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'ロゴ',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/ja-JP/admin/settings/message.php b/resources/lang/ja-JP/admin/settings/message.php
index 9a126f368..7589ea2ca 100644
--- a/resources/lang/ja-JP/admin/settings/message.php
+++ b/resources/lang/ja-JP/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => '問題が発生しました。:( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => '設定は保存されませんでした。',
+ 'mismatch' => '位置情報を有効にする前に対応が必要な項目が、データベースに 1 件あります。|位置情報を有効にする前に対応が必要な項目が、データベースに :count 件あります。',
+ ],
+
];
diff --git a/resources/lang/ja-JP/admin/users/general.php b/resources/lang/ja-JP/admin/users/general.php
index ea3468062..b112c6e51 100644
--- a/resources/lang/ja-JP/admin/users/general.php
+++ b/resources/lang/ja-JP/admin/users/general.php
@@ -19,8 +19,8 @@ return [
'print_assigned' => '割り当て先をすべて印刷',
'email_assigned' => '割り当てられたすべてのメール一覧',
'user_notified' => 'ユーザーは現在割り当てられているアイテムのリストを電子メールで送信しました。',
- 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.',
- 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.',
+ 'users_notified' => 'ユーザーに現在割り当てられているアイテムのリストをメールで送信しました。|:count ユーザーに現在割り当てられているアイテムのリストをメールで送信しました。',
+ 'users_notified_warning' => ':count 人に現在割り当てられているアイテムのリストを電子メールで送信しました。 ただし、:no_email ユーザーはメールアドレスを持っていないため、メールできませんでした。 :count 人に現在割り当てられているアイテムのリストを電子メールで送信しました。 ただし、:no_email ユーザはメールアドレスを持っていないため、メールできませんでした。',
'auto_assign_label' => '該当するライセンスを自動で割り当てる場合の、このユーザーを含める',
'auto_assign_help' => 'このユーザーのライセンスの自動割り当てをスキップ',
'software_user' => 'ソフトウェアは :name にチェックアウトしました。',
diff --git a/resources/lang/ja-JP/auth.php b/resources/lang/ja-JP/auth.php
index 66c1dd8eb..ea9bcd659 100644
--- a/resources/lang/ja-JP/auth.php
+++ b/resources/lang/ja-JP/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'これらの資格情報は記録と一致しません。',
'password' => '入力されたパスワードが正しくありません。',
- 'throttle' => 'ログイン試行回数が多すぎます。:seconds 秒後にもう一度お試しください。',
+ 'throttle' => 'ログイン試行回数が多すぎます。:minutes 分後にもう一度お試しください。',
);
diff --git a/resources/lang/ja-JP/auth/message.php b/resources/lang/ja-JP/auth/message.php
index ed31fbb63..c0f04331b 100644
--- a/resources/lang/ja-JP/auth/message.php
+++ b/resources/lang/ja-JP/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'ユーザー名またはパスワードが不正です。',
'account_not_activated' => 'このユーザーアカウントは有効化されていません。',
'account_suspended' => 'このユーザーアカウントは停止中です。',
- 'account_banned' => 'このユーザーアカウントは禁止されています。',
- 'throttle' => '複数回ログインに失敗しました。 :minutes 分後に再試行してください。',
'two_factor' => array(
'already_enrolled' => 'お使いのデバイスは既に登録されています。',
diff --git a/resources/lang/ja-JP/general.php b/resources/lang/ja-JP/general.php
index d1dfdf73b..676ee26b8 100644
--- a/resources/lang/ja-JP/general.php
+++ b/resources/lang/ja-JP/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => '資産を承認',
'accept_item' => 'Accept Item',
'audit' => '監査',
+ 'audits' => '監査',
'audit_report' => '監査ログ',
'assets' => '資産数',
'assets_audited' => '監査済み資産',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'パスワードを変更',
'checkin' => 'チェックイン',
'checkin_from' => 'チェックイン元',
+ 'checkin_note' => 'チェックインメモ',
+ 'checkout_note' => 'チェックアウトメモ',
'checkout' => 'チェックアウト',
'checkouts_count' => 'チェックアウト数',
'checkins_count' => 'チェックイン数',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'プロファイルを編集',
'eol' => 'EOL',
'email_domain' => 'Eメール ドメイン',
- 'email_format' => 'Eメールフォーマット',
'employee_number' => '従業員番号',
'email_domain_help' => 'インポート時に作成するe-mail アドレス',
'error' => 'エラー',
'exclude_archived' => 'アーカイブされた資産を除外',
'exclude_deleted' => '削除されたアセットを除外',
'example' => '例: ',
- 'filastname_format' => '名前のイニシャルと苗字 (jsmith@example.com)',
- 'firstname_lastname_format' => '名前.苗字 (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => '名前_苗字 (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => '名前と苗字のイニシャル(smithj@example.com)',
- 'firstintial_dot_lastname_format' => '名前のイニシャル.苗字 (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => '名 姓 (ジェーン・スミス)',
- 'lastname_firstname_display' => '姓 (スミス・ジェーン)',
- 'name_display_format' => '名前表示形式',
- 'first' => '最初',
- 'firstnamelastname' => '名前と苗字 (janesmith@example.com)',
- 'lastname_firstinitial' => '苗字_名前のイニシャル (smith_j@example.com)',
- 'firstinitial.lastname' => '名前.イニシャルと苗字 (j.smith@example.com)',
- 'firstnamelastinitial' => '名前と苗字のイニシャル (janes@example.com)',
- 'lastnamefirstname' => '姓.名 (smith.jane@example.com)',
- 'first_name' => '名前',
- 'first_name_format' => '名前 (jane@example.com)',
+
'files' => 'ファイル',
'file_name' => 'ファイル',
'file_type' => 'ファイル形式',
@@ -183,6 +169,11 @@ return [
'last' => '最後',
'last_login' => '最終ログイン',
'last_name' => '苗字',
+ 'firstname_lastname_display' => '名 姓 (ジェーン・スミス)',
+ 'lastname_firstname_display' => '姓 (スミス・ジェーン)',
+ 'name_display_format' => '名前表示形式',
+ 'first' => '最初',
+ 'first_name' => '名前',
'license' => 'ライセンス',
'license_report' => 'ライセンスレポート',
'licenses_available' => '利用可能なライセンス',
@@ -311,7 +302,6 @@ return [
'type' => 'タイプ',
'undeployable' => '配備不可',
'unknown_admin' => '不明な管理者',
- 'username_format' => 'ユーザー名の書式',
'username' => 'ユーザー名',
'update' => '更新',
'updating_item' => ':item を更新中',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
- 'select_all_none' => 'Select/Unselect All',
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
+ 'select_all_none' => 'すべてを選択/選択解除',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => '各:amount',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/ja-JP/localizations.php b/resources/lang/ja-JP/localizations.php
index e182b6141..61963f989 100644
--- a/resources/lang/ja-JP/localizations.php
+++ b/resources/lang/ja-JP/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malay',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolian',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'ノルウェー語ブークモール',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persian',
'pl-PL'=> 'Polish',
diff --git a/resources/lang/ja-JP/mail.php b/resources/lang/ja-JP/mail.php
index a4d2a384a..a97e39705 100644
--- a/resources/lang/ja-JP/mail.php
+++ b/resources/lang/ja-JP/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => '分数',
'name' => '名前',
'new_item_checked' => 'あなたの名前で新しいアイテムがチェックアウトされました。詳細は以下の通りです。',
+ 'new_item_checked_with_acceptance' => 'あなたの名前で新しいアイテムがチェックアウトされました。承認が必要です。詳細は以下の通りです。',
+ 'recent_item_checked' => 'あなたの名前でチェックアウトされたアイテムがあります。承認が必要です。詳細は以下の通りです。',
'notes' => '備考',
'password' => 'パスワード',
'password_reset' => 'パスワードリセット',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => ':threshold 日以内に監査が行われる資産は :count 個です。|:threshold 日以内に監査が行われる予定の資産が :count 個あります。',
'user' => 'ユーザ',
'username' => 'ユーザ名',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'リマインダー:未承認の資産があります。',
'welcome' => 'ようこそ、 :name さん',
'welcome_to' => ':web にようこそ!',
'your_assets' => 'あなたの資産を表示',
diff --git a/resources/lang/km-KH/admin/custom_fields/general.php b/resources/lang/km-KH/admin/custom_fields/general.php
index f10eb9534..58533c285 100644
--- a/resources/lang/km-KH/admin/custom_fields/general.php
+++ b/resources/lang/km-KH/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'Fieldនេះត្រូវបានអ៊ិនគ្រីប ដូច្នេះជម្រើសបង្ហាញមួយចំនួននឹងមិនមានទេ។',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/km-KH/admin/depreciations/general.php b/resources/lang/km-KH/admin/depreciations/general.php
index de2c197db..eee585160 100644
--- a/resources/lang/km-KH/admin/depreciations/general.php
+++ b/resources/lang/km-KH/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'ការព្រមាន៖
បច្ចុប្បន្ននេះ អ្នកមិនមានការកំណត់ការរំលោះទេ។
សូមរៀបចំការរំលោះយ៉ាងហោចណាស់មួយ ដើម្បីមើលរបាយការណ៍រំលោះ។',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/km-KH/admin/hardware/form.php b/resources/lang/km-KH/admin/hardware/form.php
index 510f7421f..c104c0c3a 100644
--- a/resources/lang/km-KH/admin/hardware/form.php
+++ b/resources/lang/km-KH/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'ធ្វើបច្ចុប្បន្នភាពតែទីតាំងជាក់ស្តែងប៉ុណ្ណោះ។',
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'កំពុងដំណើរការ... (វាអាចចំណាយពេលបន្តិចលើឯកសារធំ)',
'optional_infos' => 'ព័ត៌មានមិនសូវចាំបាច់',
'order_details' => 'ព័ត៌មានពាក់ព័ន្ធនឹងការបញ្ជាទិញ',
diff --git a/resources/lang/km-KH/admin/hardware/general.php b/resources/lang/km-KH/admin/hardware/general.php
index b9d4f8654..76ba810b1 100644
--- a/resources/lang/km-KH/admin/hardware/general.php
+++ b/resources/lang/km-KH/admin/hardware/general.php
@@ -5,7 +5,7 @@ return [
'about_assets_text' => 'ទ្រព្យសកម្មគឺជាធាតុដែលតាមដានដោយលេខស៊េរី ឬស្លាកទ្រព្យសម្បត្តិ។ ពួកវាមានទំនោរទៅជាធាតុមានតម្លៃខ្ពស់ជាង ដែលការកំណត់អត្តសញ្ញាណធាតុជាក់លាក់មួយមានសារៈសំខាន់។',
'archived' => 'ទុកក្នុងប័ណ្ណសារ',
'asset' => 'ទ្រព្យសកម្ម',
- 'bulk_checkout' => 'Bulk Checkout',
+ 'bulk_checkout' => 'ការបញ្ចេញច្រើន',
'bulk_checkin' => 'Bulk Checkin',
'checkin' => 'Checkin Asset',
'checkout' => 'Checkout Asset',
diff --git a/resources/lang/km-KH/admin/hardware/message.php b/resources/lang/km-KH/admin/hardware/message.php
index dd70d6022..573f013b6 100644
--- a/resources/lang/km-KH/admin/hardware/message.php
+++ b/resources/lang/km-KH/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'ឯកសារដែលបានជ្រើសរើសត្រូវបានលុបរួចហើយ',
'header_row_has_malformed_characters' => 'គុណលក្ខណៈមួយ ឬច្រើននៅក្នុងជួរបឋមកថាមានតួអក្សរ UTF-8 ខុសទម្រង់',
'content_row_has_malformed_characters' => 'គុណលក្ខណៈមួយ ឬច្រើននៅក្នុងជួរទីមួយនៃមាតិកាមានតួអក្សរ UTF-8 ខុសទម្រង់',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'ទ្រព្យសកម្មមិនត្រូវបានស្នើសុំទេ, សូមព្យាយាមម្តងទៀត',
- 'success' => 'ទ្រព្យសកម្មបានស្នើសុំដោយជោគជ័យ។',
- 'canceled' => 'សំណើ Checkout ត្រូវបានលុបចោលដោយជោគជ័យ',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'បោះបង់ការស្នើសុំធាតុនេះ។',
],
];
diff --git a/resources/lang/km-KH/admin/reports/general.php b/resources/lang/km-KH/admin/reports/general.php
index 418b7954b..479b6f3ef 100644
--- a/resources/lang/km-KH/admin/reports/general.php
+++ b/resources/lang/km-KH/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'ជ្រើសរើសជម្រើសដែលអ្នកចង់បានសម្រាប់របាយការណ៍ទ្រព្យសកម្មរបស់អ្នក។',
'deleted_user' => 'អ្នកប្រើប្រាស់ដែលបានលុប',
'send_reminder' => 'ផ្ញើការរំលឹក',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'បានផ្ញើការរំលឹក',
'acceptance_deleted' => 'បានលុបសំណើទទួលយក',
'acceptance_request' => 'សំណើទទួលយក',
diff --git a/resources/lang/km-KH/admin/settings/general.php b/resources/lang/km-KH/admin/settings/general.php
index eb0bef207..9127cb7d9 100644
--- a/resources/lang/km-KH/admin/settings/general.php
+++ b/resources/lang/km-KH/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'បញ្ជាក់ការលុប',
'confirm_purge_help' => 'បញ្ចូលអត្ថបទ "DELETE" នៅក្នុងប្រអប់ខាងក្រោម ដើម្បីលុបកំណត់ត្រាដែលបានលុបរបស់អ្នក។ សកម្មភាពនេះមិនអាចត្រឡប់វិញបានទេ ហើយនឹងលុបធាតុដែលបានលុប និងអ្នកប្រើប្រាស់ទាំងអស់ជាអចិន្ត្រៃយ៍។ (អ្នកគួរតែធ្វើការបម្រុងទុកជាមុនសិន ទើបមានសុវត្ថិភាព។)',
'custom_css' => 'បញ្ចូលអត្ថបទ "DELETE" នៅក្នុងប្រអប់ខាងក្រោម ដើម្បីលុបកំណត់ត្រាដែលបានលុបរបស់អ្នក។ សកម្មភាពនេះមិនអាចត្រឡប់វិញបានទេ ហើយនឹងលុបធាតុដែលបានលុប និងអ្នកប្រើប្រាស់ទាំងអស់ជាអចិន្ត្រៃយ៍។ (អ្នកគួរតែធ្វើការបម្រុងទុកជាមុនសិន ទើបមានសុវត្ថិភាព។)',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'បញ្ចូលអត្ថបទ "DELETE" នៅក្នុងប្រអប់ខាងក្រោម ដើម្បីលុបកំណត់ត្រាដែលបានលុបរបស់អ្នក។ សកម្មភាពនេះមិនអាចត្រឡប់វិញបានទេ ហើយនឹងលុបធាតុដែលបានលុប និងអ្នកប្រើប្រាស់ទាំងអស់ជាអចិន្ត្រៃយ៍។ (អ្នកគួរតែធ្វើការបម្រុងទុកជាមុនសិន ទើបមានសុវត្ថិភាព។)',
'custom_forgot_pass_url' => 'បញ្ចូលអត្ថបទ "DELETE" នៅក្នុងប្រអប់ខាងក្រោម ដើម្បីលុបកំណត់ត្រាដែលបានលុបរបស់អ្នក។ សកម្មភាពនេះមិនអាចត្រឡប់វិញបានទេ ហើយនឹងលុបធាតុដែលបានលុប និងអ្នកប្រើប្រាស់ទាំងអស់ជាអចិន្ត្រៃយ៍។ (អ្នកគួរតែធ្វើការបម្រុងទុកជាមុនសិន ទើបមានសុវត្ថិភាព។)',
'custom_forgot_pass_url_help' => 'បញ្ចូលអត្ថបទ "DELETE" នៅក្នុងប្រអប់ខាងក្រោម ដើម្បីលុបកំណត់ត្រាដែលបានលុបរបស់អ្នក។ សកម្មភាពនេះមិនអាចត្រឡប់វិញបានទេ ហើយនឹងលុបធាតុដែលបានលុប និងអ្នកប្រើប្រាស់ទាំងអស់ជាអចិន្ត្រៃយ៍។ (អ្នកគួរតែធ្វើការបម្រុងទុកជាមុនសិន ទើបមានសុវត្ថិភាព។)',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'បង្ហាញ EOL នៅក្នុងទិដ្ឋភាពតារាង',
'display_qr' => 'បង្ហាញបាកូដ 2D',
'display_alt_barcode' => 'បង្ហាញបាកូដ 1D',
- 'email_logo' => 'រូបសញ្ញាអ៊ីមែល',
'barcode_type' => 'ប្រភេទ 2D Barcode',
'alt_barcode_type' => 'ប្រភេទ 1D បាកូដ',
- 'email_logo_size' => 'ឡូហ្គោការ៉េនៅក្នុងអ៊ីមែលមើលទៅល្អបំផុត។ ',
'enabled' => 'បានបើក',
'eula_settings' => 'ការកំណត់ EULA',
'eula_markdown' => 'EULA នេះអនុញ្ញាតឱ្យ Github flavored markdown។',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favicons គួរតែជារូបភាពការ៉េ ១៦x១៦ ភីកសែល។',
'footer_text' => 'អត្ថបទបាតកថាបន្ថែម ',
'footer_text_help' => 'អត្ថបទនេះនឹងបង្ហាញនៅក្នុងបាតកថាខាងស្តាំ។ តំណភ្ជាប់ត្រូវបានអនុញ្ញាតដោយប្រើ Github flavored markdown។ ការបំបែកបន្ទាត់ បឋមកថា រូបភាព ជាដើម អាចបណ្តាលឱ្យមានលទ្ធផលដែលមិនអាចទាយទុកជាមុនបាន។',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'ការកំណត់ទូទៅ',
'general_settings_help' => 'EULA លំនាំដើម និងច្រើនទៀត',
'generate_backup' => 'បង្កើតការបម្រុងទុក',
'google_workspaces' => 'Google Workspaces',
'header_color' => 'ពណ៌បឋមកថា',
'info' => 'ការកំណត់ទាំងនេះអនុញ្ញាតឱ្យអ្នកប្ដូរទិដ្ឋភាពជាក់លាក់នៃការដំឡើងរបស់អ្នក។',
- 'label_logo' => 'ស្លាកសញ្ញា',
'label_logo_size' => 'និមិត្តសញ្ញាការ៉េមើលទៅល្អបំផុត - នឹងត្រូវបានបង្ហាញនៅខាងស្តាំខាងលើនៃស្លាកទ្រព្យសម្បត្តិនីមួយៗ។ ',
'laravel' => 'កំណែ Laravel',
'ldap' => 'LDAP',
@@ -120,6 +119,8 @@ return [
'ldap_activated_flag_help' => 'តម្លៃនេះត្រូវបានប្រើដើម្បីកំណត់ថា អ្នកប្រើដែលបានធ្វើសមកាលកម្មអាចចូលទៅ Snipe-IT បានឬអត់។ វាមិនប៉ះពាល់ដល់សិទ្ធិពិនិត្យចេញ ឬចូលទ្រព្យសម្បត្តិរបស់ពួកគេទេ ហើយវាត្រូវជាឈ្មោះ គុណលក្ខណៈ នៅក្នុង AD/LDAP របស់អ្នក មិនមែនតម្លៃ។
0
ឬ false
នោះការចូលរបស់អ្នកប្រើនឹងត្រូវបិទ។ ប្រសិនបើតម្លៃក្នុងវាល AD/LDAP ត្រូវបានកំណត់ទៅ 1
ឬ true
ឬ អត្ថបទផ្សេងៗ នោះមានន័យថា អ្នកប្រើអាចចូលបាន។ នៅពេលដែលវាលនេះនៅក្នុង AD របស់អ្នកគ្មានតម្លៃ អ្នកប្រើនឹងត្រូវគោរពតាមគុណលក្ខណៈ userAccountControl
ដែលជាទម្លាប់អាចអនុញ្ញាតឲ្យអ្នកប្រើដែលមិនបានផ្អាកចូលបាន។',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'លេខបុគ្គលិក LDAP',
'ldap_email' => 'LDAP អ៊ីមែល',
'ldap_test' => 'សាកល្បង LDAP',
@@ -134,6 +135,7 @@ return [
'login_user_agent' => 'ភ្នាក់ងារអ្នកប្រើប្រាស់',
'login_help' => 'បញ្ជីនៃការព្យាយាមចូល',
'login_note' => 'កំណត់ចំណាំចូល',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'ជាជម្រើស រួមបញ្ចូលប្រយោគមួយចំនួននៅលើអេក្រង់ចូលរបស់អ្នក ឧទាហរណ៍ ដើម្បីជួយមនុស្សដែលបានរកឃើញឧបករណ៍ដែលបាត់ ឬត្រូវបានគេលួច។ វាលនេះទទួលយក Github flavored markdown',
'login_remote_user_text' => 'ជម្រើសចូលប្រើពីចម្ងាយ',
'login_remote_user_enabled_text' => 'បើកការចូលដោយប្រើបឋមកថាអ្នកប្រើពីចម្ងាយ',
@@ -149,6 +151,8 @@ return [
'logo_print_assets_help' => 'ប្រើម៉ាកយីហោនៅលើបញ្ជីទ្រព្យសម្បត្តិដែលអាចបោះពុម្ពបាន ',
'full_multiple_companies_support_help_text' => 'ការដាក់កម្រិតអ្នកប្រើប្រាស់ (រាប់បញ្ចូលទាំងអ្នកគ្រប់គ្រង) ដែលត្រូវបានចាត់តាំងឱ្យក្រុមហ៊ុនចំពោះទ្រព្យសម្បត្តិរបស់ក្រុមហ៊ុនពួកគេ។',
'full_multiple_companies_support_text' => 'ការគាំទ្រក្រុមហ៊ុនច្រើនយ៉ាងពេញលេញ',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Show in Model Dropdowns',
'optional' => 'ជាជម្រើស',
'per_page' => 'លទ្ធផលក្នុងមួយទំព័រ',
@@ -347,6 +351,8 @@ return [
'setup_migration_create_user' => 'បន្ទាប់៖ បង្កើតអ្នកប្រើប្រាស់',
'ldap_settings_link' => 'ទំព័រការកំណត់ LDAP',
'slack_test' => 'សាកល្បង ការរួមបញ្ចូល',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'ម៉ាស៊ីនស្លាកថ្មី។',
'label2_enable_help' => 'ប្តូរទៅម៉ាស៊ីនស្លាកថ្មី។ ចំណាំ៖ អ្នកនឹងត្រូវរក្សាទុកការកំណត់នេះមុនពេលកំណត់ផ្សេងទៀត។',
'label2_template' => 'គំរូ',
@@ -364,6 +370,7 @@ return [
'label2_2d_target_help' => 'ទិន្នន័យដែលនឹងត្រូវបានផ្ទុកក្នុងបាកូដ 2D',
'label2_fields' => 'Field Definitions',
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'អត្ថបទដែលបានបញ្ចូលជា **text**
នឹងត្រូវបានបង្ហាញជាដិត',
'help_blank_to_use' => 'ទុកទទេដើម្បីប្រើតម្លៃពី :setting_name
',
'help_default_will_use' => ':default
នឹងប្រើតម្លៃពី :setting_name
។ Admin Settings> Permission Groups
ដើម្បីបន្ថែមមួយ។',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'ទម្រង់ឈ្មោះអ្នកប្រើប្រាស់',
+ 'firstname_lastname_format' => 'នាមត្រកូលនាមខ្លួន (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'នាមត្រកូល.នាមខ្លួន (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'ទម្រង់អ៊ីមែល',
+ 'firstname_lastname_format' => 'នាមត្រកូលនាមខ្លួន (jane.smith@example.com)',
+ 'first_name_format' => 'នាមខ្លួន (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'នាមត្រកូលដំបូង (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'នាមត្រកូល នាមខ្លួនដំបូង (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'នាមត្រកូលនាមខ្លួន (jane_smith@example.com)',
+ 'firstinitial.lastname' => 'នាមត្រកូលដំបូង (j.smith@example.com)',
+ 'lastname_firstinitial' => 'នាមត្រកូល នាមខ្លួនដំបូង (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'នាមត្រកូល អក្សរដំបូងនាមខ្លួន (smith.j@example.com)',
+ 'firstnamelastname' => 'នាមខ្លួន នាមត្រកូល (janesmith@example.com)',
+ 'firstnamelastinitial' => 'នាមខ្លួន នាមត្រកូលដំបូង (janes@example.com)',
+ 'lastnamefirstname' => 'នាមត្រកូល.នាមខ្លួន (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'រូបសញ្ញាអ៊ីមែល',
+ 'label_logo' => 'ស្លាកសញ្ញា',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'ឡូហ្គោការ៉េនៅក្នុងអ៊ីមែលមើលទៅល្អបំផុត។ ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'និមិត្តសញ្ញា',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/km-KH/admin/settings/message.php b/resources/lang/km-KH/admin/settings/message.php
index 20e34205a..1cf15f439 100644
--- a/resources/lang/km-KH/admin/settings/message.php
+++ b/resources/lang/km-KH/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'មានអ្វីមួយមិនប្រក្រតី។ :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/km-KH/auth.php b/resources/lang/km-KH/auth.php
index ab77d166a..c454eca3f 100644
--- a/resources/lang/km-KH/auth.php
+++ b/resources/lang/km-KH/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'លិខិតសម្គាល់ទាំងនេះមិនត្រូវគ្នានឹងកំណត់ត្រារបស់យើងទេ។',
'password' => 'ពាក្យសម្ងាត់ដែលបានផ្តល់គឺមិនត្រឹមត្រូវទេ។',
- 'throttle' => 'ការព្យាយាមចូលច្រើនពេក។ សូមព្យាយាមម្តងទៀតក្នុងរយៈពេល : វិនាទីវិនាទី។',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/km-KH/auth/message.php b/resources/lang/km-KH/auth/message.php
index 3ba5fe270..21d51f560 100644
--- a/resources/lang/km-KH/auth/message.php
+++ b/resources/lang/km-KH/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'ឈ្មោះអ្នកប្រើ ឬពាក្យសម្ងាត់មិនត្រឹមត្រូវ។',
'account_not_activated' => 'គណនីអ្នកប្រើប្រាស់នេះមិនដំណើរការទេ។',
'account_suspended' => 'គណនីអ្នកប្រើប្រាស់នេះត្រូវបានផ្អាក។',
- 'account_banned' => 'គណនីអ្នកប្រើប្រាស់នេះត្រូវបានហាមឃាត់។',
- 'throttle' => 'ការព្យាយាមចូលដែលបរាជ័យច្រើនពេក។ សូមព្យាយាមម្តងទៀតក្នុងរយៈពេល៖ នាទីនាទី។',
'two_factor' => array(
'already_enrolled' => 'ឧបករណ៍របស់អ្នកបានចុះឈ្មោះរួចហើយ។',
diff --git a/resources/lang/km-KH/general.php b/resources/lang/km-KH/general.php
index a93ce9bd7..fafeb9741 100644
--- a/resources/lang/km-KH/general.php
+++ b/resources/lang/km-KH/general.php
@@ -29,8 +29,9 @@ return [
'assets_available' => 'ទ្រព្យសកម្មដែលមាន',
'accept_assets' => 'ទទួលទ្រព្យសកម្ម៖ ឈ្មោះ',
'accept_assets_menu' => 'ទទួលយកទ្រព្យសកម្ម',
- 'accept_item' => 'Accept Item',
+ 'accept_item' => 'ទទួលយកធាតុនេះ',
'audit' => 'សវនកម្ម',
+ 'audits' => 'Audits',
'audit_report' => 'កំណត់ហេតុសវនកម្ម',
'assets' => 'ទ្រព្យសកម្ម',
'assets_audited' => 'ទ្រព្យសកម្មត្រូវបានសវនកម្ម',
@@ -46,11 +47,11 @@ return [
'bad_data' => 'រកមិនឃើញអ្វីទេ។ ប្រហែលជាទិន្នន័យមិនល្អ?',
'bulkaudit' => 'សវនកម្មច្រើន',
'bulkaudit_status' => 'ស្ថានភាពសវនកម្ម',
- 'bulk_checkout' => 'Bulk Checkout',
+ 'bulk_checkout' => 'ការបញ្ចេញច្រើន',
'bulk_edit' => 'កែសម្រួលជាដុំ',
'bulk_delete' => 'លុបជាដុំ',
'bulk_actions' => 'សកម្មភាពច្រើន',
- 'bulk_checkin_delete' => 'Bulk Checkin / Delete Users',
+ 'bulk_checkin_delete' => 'បញ្ចូលច្រើន / លុបអ្នកប្រើច្រើន',
'byod' => 'BYOD',
'byod_help' => 'ឧបករណ៍នេះជាកម្មសិទ្ធិរបស់អ្នកប្រើប្រាស់',
'bystatus' => 'តាមស្ថានភាព',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'ផ្លាស់ប្តូរពាក្យសម្ងាត់',
'checkin' => 'Checkin',
'checkin_from' => 'ប្រគល់មកវិញពី',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'ប្រគល់អោយ',
'checkouts_count' => 'ការបញ្ចេញប្រើច្រើន',
'checkins_count' => 'ការបង្វិលត្រឡប់ច្រើន',
@@ -94,7 +97,7 @@ return [
'customize_report' => 'កំណត់របាយការណ៍តាមបំណង',
'custom_report' => 'របាយការណ៍ទ្រព្យសកម្មផ្ទាល់ខ្លួន',
'dashboard' => 'ផ្ទាំងគ្រប់គ្រង',
- 'data_source' => 'Data Source',
+ 'data_source' => 'ប្រភពទិន្នន័យ',
'days' => 'ថ្ងៃ',
'days_to_next_audit' => 'ថ្ងៃទៅសវនកម្មបន្ទាប់',
'date' => 'កាលបរិច្ឆេទ',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'កែសម្រួលប្រវត្តិរូបរបស់អ្នក',
'eol' => 'EOL',
'email_domain' => 'ដែនអ៊ីមែល',
- 'email_format' => 'ទម្រង់អ៊ីមែល',
'employee_number' => 'លេខបុគ្គលិក',
'email_domain_help' => 'វាត្រូវបានប្រើដើម្បីបង្កើតអាសយដ្ឋានអ៊ីមែលនៅពេលនាំចូល',
'error' => 'កំហុស',
'exclude_archived' => 'មិនរាប់បញ្ចូលទ្រព្យសម្បត្តិដែលបានរក្សាទុក',
'exclude_deleted' => 'មិនរាប់បញ្ចូលទ្រព្យសម្បត្តិដែលបានលុប',
'example' => 'ឧទាហរណ៍៖ ',
- 'filastname_format' => 'នាមត្រកូលដំបូង (jsmith@example.com)',
- 'firstname_lastname_format' => 'នាមត្រកូលនាមខ្លួន (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'នាមត្រកូលនាមខ្លួន (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => 'នាមត្រកូល នាមខ្លួនដំបូង (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'នាមត្រកូលដំបូង (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'នាមត្រកូលនាមខ្លួន (Jane Smith)',
- 'lastname_firstname_display' => 'នាមត្រកូលនាមខ្លួន (ស្មីត ជេន)',
- 'name_display_format' => 'ឈ្មោះទម្រង់បង្ហាញ',
- 'first' => 'ទីមួយ',
- 'firstnamelastname' => 'នាមខ្លួន នាមត្រកូល (janesmith@example.com)',
- 'lastname_firstinitial' => 'នាមត្រកូល នាមខ្លួនដំបូង (smith_j@example.com)',
- 'firstinitial.lastname' => 'នាមត្រកូលដំបូង (j.smith@example.com)',
- 'firstnamelastinitial' => 'នាមខ្លួន នាមត្រកូលដំបូង (janes@example.com)',
- 'lastnamefirstname' => 'នាមត្រកូល.នាមខ្លួន (smith.jane@example.com)',
- 'first_name' => 'នាមខ្លួន',
- 'first_name_format' => 'នាមខ្លួន (jane@example.com)',
+
'files' => 'ឯកសារ',
'file_name' => 'ឯកសារ',
'file_type' => 'ប្រភេទឯកសារ',
@@ -183,6 +169,11 @@ return [
'last' => 'ចុងក្រោយ',
'last_login' => 'ការចូលចុងក្រោយ',
'last_name' => 'នាមត្រកូល',
+ 'firstname_lastname_display' => 'នាមត្រកូលនាមខ្លួន (Jane Smith)',
+ 'lastname_firstname_display' => 'នាមត្រកូលនាមខ្លួន (ស្មីត ជេន)',
+ 'name_display_format' => 'ឈ្មោះទម្រង់បង្ហាញ',
+ 'first' => 'ទីមួយ',
+ 'first_name' => 'នាមខ្លួន',
'license' => 'អាជ្ញាប័ណ្ណ',
'license_report' => 'របាយការណ៍អាជ្ញាប័ណ្ណ',
'licenses_available' => 'មានអាជ្ញាប័ណ្ណ',
@@ -221,8 +212,8 @@ return [
'no' => 'ល.រ',
'notes' => 'កំណត់ចំណាំ',
'note_added' => 'ចំណាំបានបន្ថែម',
- 'options' => 'Options',
- 'preview' => 'Preview',
+ 'options' => 'ជម្រើសច្រើន',
+ 'preview' => 'ការមើលជាមុន',
'add_note' => 'បន្ថែមចំណាំ',
'note_edited' => 'ចំណាំបានកែសម្រួល',
'edit_note' => 'កែសម្រួលចំណាំ',
@@ -311,7 +302,6 @@ return [
'type' => 'ប្រភេទ',
'undeployable' => 'មិនអាចប្រើប្រាស់បាន',
'unknown_admin' => 'មិនស្គាល់ Admin',
- 'username_format' => 'ទម្រង់ឈ្មោះអ្នកប្រើប្រាស់',
'username' => 'ឈ្មោះអ្នកប្រើប្រាស់',
'update' => 'ធ្វើបច្ចុប្បន្នភាព',
'updating_item' => 'ការធ្វើបច្ចុប្បន្នភាព៖ ធាតុ',
@@ -339,10 +329,10 @@ return [
'token_expired' => 'វគ្គទម្រង់របស់អ្នកបានផុតកំណត់ហើយ។ សូមព្យាយាមម្តងទៀត។',
'login_enabled' => 'បានបើកការចូល',
'audit_due' => 'ដល់កំណត់សម្រាប់សវនកម្ម',
- 'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days',
+ 'audit_due_days' => '{}ទ្រព្យសកម្មដែលត្រូវឬលើសកំណត់សម្រាប់សវនកម្ម | [1] ទ្រព្យសកម្មដែលត្រូវឬលើសកំណត់សម្រាប់សវនកម្មក្នុងមួយថ្ងៃ | [2,*] ទ្រព្យសកម្មដែលត្រូវឬលើសកំណត់សម្រាប់សវនកម្មក្នុងរយៈពេល :days ថ្ងៃ',
'checkin_due' => 'ដល់ពេលសងមកវិញ',
'checkin_overdue' => 'ហួសកាលកំណត់សម្រាប់ការសងមកវិញ',
- 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days',
+ 'checkin_due_days' => '{}ដល់កំណត់បញ្ចូលទ្រព្យសម្បត្តិ|[1]ទ្រព្យសម្បត្តិដែលត្រូវបញ្ចូលក្នុងរយៈពេល :days ថ្ងៃ|[2*]ទ្រព្យសម្បត្តិដែលត្រូវបញ្ចូលក្នុងរយៈពេល :days ថ្ងៃ',
'audit_overdue' => 'ហួសកាលកំណត់សម្រាប់សវនកម្ម',
'accept' => 'ទទួលយក៖ ទ្រព្យសម្បត្តិ',
'i_accept' => 'ខ្ញុំទទួលយក',
@@ -404,7 +394,7 @@ return [
'asset_count' => 'ចំនួនទ្រព្យសកម្ម',
'accessories_count' => 'ចំនួនគ្រឿងបន្ថែម',
'consumables_count' => 'រាប់ចំនួនសម្ភារៈប្រើប្រាស់ច្រើន',
- 'components_count' => 'Components Count',
+ 'components_count' => 'ចំនួនសមាសភាគ',
'licenses_count' => 'ចំនួនអាជ្ញាប័ណ្ណ',
'notification_error' => 'កំហុស',
'notification_error_hint' => 'សូមពិនិត្យមើលទម្រង់ខាងក្រោមសម្រាប់កំហុស',
@@ -415,12 +405,12 @@ return [
'asset_information' => 'ព័ត៌មានទ្រព្យសកម្ម',
'model_name' => 'ឈ្មោះម៉ូដែល',
'asset_name' => 'ឈ្មោះទ្រព្យសម្បត្តិ',
- 'consumable_information' => 'Consumable Information:',
+ 'consumable_information' => 'ព័ត៌មានដែលអាចប្រើប្រាស់បាន៖',
'consumable_name' => 'ឈ្មោះ Consumable:',
'accessory_information' => 'ព័ត៌មានអំពីគ្រឿងបន្លាស់',
'accessory_name' => 'ឈ្មោះគ្រឿងបន្លាស់៖',
'clone_item' => 'ធាតុក្លូន',
- 'checkout_tooltip' => 'Check this item out',
+ 'checkout_tooltip' => 'បញ្ចេញធាតុនេះ',
'checkin_tooltip' => 'សូមបង្វិលត្រឡប់ធាតុនេះ ដើម្បីឲ្យវាអាចប្រើបានសម្រាប់ការចេញប្រើម្តងទៀត ការធ្វើរូបភាពឡើងវិញ និងអ្វីផ្សេងទៀត',
'checkout_user_tooltip' => 'សូមបញ្ចេញប្រើធាតុនេះទៅឲ្យបុគ្គលអ្នកប្រើ',
'checkin_to_diff_location' => 'អ្នកអាចជ្រើសរើសដើម្បីពិនិត្យមើលទ្រព្យសកម្មនេះនៅក្នុងទីតាំងផ្សេងក្រៅពីទីតាំងលំនាំដើមរបស់ទ្រព្យសកម្មនេះនៃ :default_location ប្រសិនបើទីតាំងមួយត្រូវបានកំណត់',
@@ -445,12 +435,12 @@ return [
'start_date' => 'ថ្ងៃចាប់ផ្តើម',
'end_date' => 'កាលបរិច្ឆេទបញ្ចប់',
'alt_uploaded_image_thumbnail' => 'រូបភាពតូចដែលបានបង្ហោះ',
- 'placeholder_kit' => 'Select a kit',
+ 'placeholder_kit' => 'ជ្រើសរើសឈុត',
'file_not_found' => 'រកមិនឃើញឯកសារ',
'log_record_not_found' => 'រកមិនឃើញកំណត់ត្រាសម្រាប់ការចូលកំណត់ហេតុនោះទេ។',
'preview_not_available' => '(គ្មានការមើលជាមុន)',
'setup' => 'រៀបចំ',
- 'pre_flight' => 'Pre-Flight',
+ 'pre_flight' => 'ការរៀបចំមុនការហោះហើរ',
'skip_to_main_content' => 'រំលងទៅមាតិកាសំខាន់',
'toggle_navigation' => 'បិទ/បើកការរុករក',
'alerts' => 'ការជូនដំណឹង',
@@ -476,8 +466,8 @@ return [
'send_email' => 'ផ្ញើអ៊ីមែល',
'call' => 'ហៅទៅលេខ',
'back_before_importing' => 'បម្រុងទុកមុនពេលនាំចូល?',
- 'csv_header_field' => 'CSV Header Field',
- 'import_field' => 'Import Field',
+ 'csv_header_field' => 'វាលក្បាល CSV',
+ 'import_field' => 'នាំចូលវាល',
'sample_value' => 'តម្លៃគំរូ',
'no_headers' => 'រកមិនឃើញជួរឈរទេ',
'error_in_import_file' => 'មានកំហុសក្នុងការអានឯកសារ CSV: :error',
@@ -549,7 +539,7 @@ return [
'bulk' => [
'delete' =>
[
- 'header' => 'Bulk Delete :object_type',
+ 'header' => 'លុបច្រើន :object_type',
'warn' => 'អ្នកហៀបនឹងលុបមួយ :object_type|អ្នកហៀបនឹងលុប :count :object_type',
'success' => ':object_type បានលុបដោយជោគជ័យ|បានលុបដោយជោគជ័យ :count :object_type',
'error' => 'មិនអាចលុប៖object_type',
@@ -590,14 +580,36 @@ return [
],
'breadcrumb_button_actions' => [
- 'edit_item' => 'Edit :name',
- 'checkout_item' => 'Checkout :name',
- 'checkin_item' => 'Checkin :name',
+ 'edit_item' => 'កែសម្រួល :name',
+ 'checkout_item' => 'ការបញ្ចេញប្រើ:ឈ្មោះ',
+ 'checkin_item' => 'ការបង្វិលត្រឡប់:ឈ្មោះ',
],
- 'select_all_none' => 'Select/Unselect All',
- 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
- 'deleted_models' => 'Deleted Asset Models',
- 'deleted_users' => 'Deleted Users',
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
+ 'select_all_none' => 'ជ្រើសរើស/មិនជ្រើសរើសទាំងអស់',
+ 'generic_model_not_found' => '៖ ម៉ូដែលនោះមិនត្រូវបានរកឃើញ ឬអ្នកមិនមានសិទ្ធិចូលប្រើវា',
+ 'deleted_models' => 'ម៉ូដែលទ្រព្យសម្បត្តិដែលបានលុប',
+ 'deleted_users' => 'អ្នកប្រើដែលបានលុប',
+ 'cost_each' => ':amount រាល់មួយ',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/km-KH/localizations.php b/resources/lang/km-KH/localizations.php
index 31f700c6c..9eb72f124 100644
--- a/resources/lang/km-KH/localizations.php
+++ b/resources/lang/km-KH/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'ម៉ាឡេ',
'mi-NZ'=> 'ម៉ៅរី',
'mn-MN'=> 'ម៉ុងហ្គោលី',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'ន័រវែស Bokmål',
+ 'om-ET' => 'អូរ៉ូម៉ូ (អេត្យូពី)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'ពែរ្ស',
'pl-PL'=> 'ប៉ូឡូញ',
@@ -154,16 +154,16 @@ return [
'GH'=>'ហ្គាណា',
'GI'=>'ហ្គីលប្រាត័រ',
'GL'=>'ហ្រ្គិនលែនដ៍',
- 'GM'=>'Gambia',
- 'GN'=>'Guinea',
- 'GP'=>'Guadeloupe',
- 'GQ'=>'Equatorial Guinea',
- 'GR'=>'Greece',
- 'GS'=>'South Georgia And The South Sandwich Islands',
- 'GT'=>'Guatemala',
- 'GU'=>'Guam',
- 'GW'=>'Guinea-Bissau',
- 'GY'=>'Guyana',
+ 'GM'=>'ហ្គាំប៊ី',
+ 'GN'=>'ហ្គីណេ',
+ 'GP'=>'ហ្គូដលូប',
+ 'GQ'=>'អេក្វាទ័រហ្គីណេ',
+ 'GR'=>'ប្រទេសក្រិក',
+ 'GS'=>'ហ្សកហ្ស៊ីខាងត្បូង និងកោះសាំងវិចខាងត្បូង',
+ 'GT'=>'ហ្គាតេម៉ាឡា',
+ 'GU'=>'កោះហ្គាំ',
+ 'GW'=>'ហ្គីណេ-ប៊ីសូ',
+ 'GY'=>'ហ្គីយ៉ាណា',
'HK'=>'ហុងកុង',
'HM'=>'កោះ Heard និង Mcdonald',
'HN'=>'ហុងឌូរ៉ាស',
@@ -189,7 +189,7 @@ return [
'KH'=>'កម្ពុជា',
'KI'=>'គីរីបាទី',
'KM'=>'កូម៉ូរ៉ូ',
- 'KN'=>'Saint Kitts And Nevis',
+ 'KN'=>'Saint Kitts និង Nevis',
'KR'=>'កូរ៉េ សាធារណរដ្ឋ',
'KW'=>'គុយវ៉ែត',
'KY'=>'កោះកៃម៉ាន',
@@ -214,113 +214,113 @@ return [
'MK'=>'ម៉ាសេដូនៀ អតីតសាធារណរដ្ឋយូហ្គោស្លាវី',
'ML'=>'ប្រទេសម៉ាលី',
'MM'=>'មីយ៉ាន់ម៉ា',
- 'MN'=>'Mongolia',
- 'MO'=>'Macau',
- 'MP'=>'Northern Mariana Islands',
- 'MQ'=>'Martinique',
- 'MR'=>'Mauritania',
- 'MS'=>'Montserrat',
- 'MT'=>'Malta',
- 'MU'=>'Mauritius',
- 'MV'=>'Maldives',
- 'MW'=>'Malawi',
- 'MX'=>'Mexico',
- 'MY'=>'Malaysia',
- 'MZ'=>'Mozambique',
- 'NA'=>'Namibia',
- 'NC'=>'New Caledonia',
- 'NE'=>'Niger',
- 'NF'=>'Norfolk Island',
- 'NG'=>'Nigeria',
- 'NI'=>'Nicaragua',
- 'NL'=>'Netherlands',
- 'GB-NIR' => 'Northern Ireland',
- 'NO'=>'Norway',
- 'NP'=>'Nepal',
- 'NR'=>'Nauru',
- 'NU'=>'Niue',
- 'NZ'=>'New Zealand',
- 'OM'=>'Oman',
- 'PA'=>'Panama',
- 'PE'=>'Peru',
- 'PF'=>'French Polynesia',
- 'PG'=>'Papua New Guinea',
- 'PH'=>'Philippines, Republic of the',
- 'PK'=>'Pakistan',
- 'PL'=>'Poland',
- 'PM'=>'St. Pierre And Miquelon',
- 'PN'=>'Pitcairn',
- 'PR'=>'Puerto Rico',
- 'PS'=>'Palestine',
- 'PT'=>'Portugal',
- 'PW'=>'Palau',
- 'PY'=>'Paraguay',
- 'QA'=>'Qatar',
+ 'MN'=>'ម៉ុងហ្គោលី',
+ 'MO'=>'ម៉ាកាវ',
+ 'MP'=>'កោះម៉ារៀណាខាងជើង',
+ 'MQ'=>'ម៉ាទីនីក',
+ 'MR'=>'ម៉ូរីតានី',
+ 'MS'=>'ម៉ុងសឺរ៉ាត់',
+ 'MT'=>'ម៉ាល់តា',
+ 'MU'=>'ម៉ូរីស',
+ 'MV'=>'ម៉ាល់ឌីវ',
+ 'MW'=>'ម៉ាឡាវី',
+ 'MX'=>'ម៉ិកស៊ិក',
+ 'MY'=>'ម៉ាឡេស៊ី',
+ 'MZ'=>'ម៉ូសំប៊ិក',
+ 'NA'=>'ណាមីប៊ី',
+ 'NC'=>'កាឡេដូនៀថ្មី',
+ 'NE'=>'នីហ្សេរីយ៉ា',
+ 'NF'=>'កោះ Norfolk',
+ 'NG'=>'នីហ្សេរីយ៉ា',
+ 'NI'=>'នីការ៉ាហ្គា',
+ 'NL'=>'ហូឡង់',
+ 'GB-NIR' => 'អៀរឡង់ខាងជើង',
+ 'NO'=>'ប្រទេសន័រវេស',
+ 'NP'=>'នេប៉ាល់',
+ 'NR'=>'ណៅរូ',
+ 'NU'=>'នីយូ',
+ 'NZ'=>'នូវែលសេឡង់',
+ 'OM'=>'អូម៉ង់',
+ 'PA'=>'ប៉ាណាម៉ា',
+ 'PE'=>'ប្រទេសប៉េរូ',
+ 'PF'=>'ប៉ូលីនេស៊ីបារាំង',
+ 'PG'=>'ប៉ាពួញូហ្គីណេ',
+ 'PH'=>'ហ្វីលីពីន សាធារណរដ្ឋ',
+ 'PK'=>'ប៉ាគីស្ថាន',
+ 'PL'=>'ប៉ូឡូញ',
+ 'PM'=>'St. Pierre និង Miquelon',
+ 'PN'=>'ភីតខេន',
+ 'PR'=>'ព័រតូរីកូ',
+ 'PS'=>'ប៉ាឡេស្ទីន',
+ 'PT'=>'ព័រទុយហ្គាល់',
+ 'PW'=>'ប៉ាឡូ',
+ 'PY'=>'ប៉ារ៉ាហ្គាយ',
+ 'QA'=>'កាតា',
'RE'=>'Reunion',
- 'RO'=>'Romania',
- 'RS'=>'Serbia',
- 'RU'=>'Russian Federation',
- 'RW'=>'Rwanda',
- 'SA'=>'Saudi Arabia',
- 'GB-SCT'=>'Scotland',
- 'SB'=>'Solomon Islands',
+ 'RO'=>'រូម៉ានី',
+ 'RS'=>'ស៊ែប៊ី',
+ 'RU'=>'សហព័ន្ធរុស្ស៊ី',
+ 'RW'=>'រវ៉ាន់ដា',
+ 'SA'=>'អារ៉ាប៊ីសាអូឌីត',
+ 'GB-SCT'=>'ស្កុតឡេន',
+ 'SB'=>'កោះសាឡូម៉ូន',
'SC'=>'សីស្ហែល',
- 'SS'=>'South Sudan',
- 'SD'=>'Sudan',
- 'SE'=>'Sweden',
- 'SG'=>'Singapore',
- 'SH'=>'St. Helena',
- 'SI'=>'Slovenia',
- 'SJ'=>'Svalbard And Jan Mayen Islands',
- 'SK'=>'Slovakia (Slovak Republic)',
- 'SL'=>'Sierra Leone',
- 'SM'=>'San Marino',
- 'SN'=>'Senegal',
- 'SO'=>'Somalia',
- 'SR'=>'Suriname',
- 'ST'=>'Sao Tome And Principe',
- 'SU'=>'Soviet Union',
- 'SV'=>'El Salvador',
- 'SY'=>'Syrian Arab Republic',
- 'SZ'=>'Swaziland',
- 'TC'=>'Turks And Caicos Islands',
- 'TD'=>'Chad',
- 'TF'=>'French Southern Territories',
- 'TG'=>'Togo',
- 'TH'=>'Thailand',
- 'TJ'=>'Tajikistan',
- 'TK'=>'Tokelau',
- 'TI'=>'East Timor',
- 'TM'=>'Turkmenistan',
- 'TN'=>'Tunisia',
- 'TO'=>'Tonga',
- 'TP'=>'East Timor (old code)',
- 'TR'=>'Turkey',
- 'TT'=>'Trinidad And Tobago',
- 'TV'=>'Tuvalu',
- 'TW'=>'Taiwan',
- 'TZ'=>'Tanzania, United Republic Of',
- 'UA'=>'Ukraine',
- 'UG'=>'Uganda',
- 'UK'=>'United Kingdom',
- 'US'=>'United States',
- 'UM'=>'United States Minor Outlying Islands',
- 'UY'=>'Uruguay',
- 'UZ'=>'Uzbekistan',
- 'VA'=>'Vatican City State (Holy See)',
- 'VC'=>'Saint Vincent And The Grenadines',
- 'VE'=>'Venezuela',
- 'VG'=>'Virgin Islands (British)',
- 'VI'=>'Virgin Islands (U.S.)',
- 'VN'=>'Viet Nam',
- 'VU'=>'Vanuatu',
- 'GB-WLS' =>'Wales',
- 'WF'=>'Wallis And Futuna Islands',
- 'WS'=>'Samoa',
- 'YE'=>'Yemen',
- 'YT'=>'Mayotte',
- 'ZA'=>'South Africa',
- 'ZM'=>'Zambia',
- 'ZW'=>'Zimbabwe',
+ 'SS'=>'ស៊ូដង់ខាងត្បូង',
+ 'SD'=>'ស៊ូដង់',
+ 'SE'=>'ស៊ុយអែត',
+ 'SG'=>'សិង្ហបុរី',
+ 'SH'=>'សាំងហេលេណា',
+ 'SI'=>'ស្លូវេនី',
+ 'SJ'=>'កោះ Svalbard និង Jan Mayen',
+ 'SK'=>'ស្លូវ៉ាគី (សាធារណរដ្ឋស្លូវ៉ាគី)',
+ 'SL'=>'សៀរ៉ាឡេអូន',
+ 'SM'=>'សាន់ម៉ារីណូ',
+ 'SN'=>'សេណេហ្គាល់',
+ 'SO'=>'សូម៉ាលី',
+ 'SR'=>'ស៊ូរីណាម',
+ 'ST'=>'Sao Tome និង Principe',
+ 'SU'=>'សហភាពសូវៀត',
+ 'SV'=>'អែលសាល់វ៉ាឌ័រ',
+ 'SY'=>'សាធារណរដ្ឋអារ៉ាប់ស៊ីរី',
+ 'SZ'=>'ស្វាស៊ីឡង់',
+ 'TC'=>'កោះ Turks និង Caicos',
+ 'TD'=>'ឆាដ',
+ 'TF'=>'ដែនដីភាគខាងត្បូងបារាំង',
+ 'TG'=>'តូហ្គោ',
+ 'TH'=>'ប្រទេសថៃ',
+ 'TJ'=>'តាជីគីស្ថាន',
+ 'TK'=>'តូក្លូ',
+ 'TI'=>'ទីម័រខាងកើត',
+ 'TM'=>'តូមិននីស្ថាន',
+ 'TN'=>'ទុយនីស៊ី',
+ 'TO'=>'តុងហ្គា',
+ 'TP'=>'ទីម័រខាងកើត (លេខកូដចាស់)',
+ 'TR'=>'តួកគី',
+ 'TT'=>'ទ្រីនីដាដ និងតូបាហ្គោ',
+ 'TV'=>'ទូវ៉ាលូ',
+ 'TW'=>'តៃវ៉ាន់',
+ 'TZ'=>'តង់ហ្សានី សាធារណរដ្ឋ',
+ 'UA'=>'អ៊ុយក្រែន',
+ 'UG'=>'អ៊ូហ្គង់ដា',
+ 'UK'=>'ចក្រភពអង់គ្លេស',
+ 'US'=>'សហរដ្ឋអាមេរិក',
+ 'UM'=>'កោះ Minor Outlying របស់សហរដ្ឋអាមេរិក',
+ 'UY'=>'អ៊ុយរូហ្គាយ',
+ 'UZ'=>'អ៊ូសបេគីស្ថាន',
+ 'VA'=>'រដ្ឋវ៉ាទីកង់ (Holy See)',
+ 'VC'=>'Saint Vincent និង The Grenadines',
+ 'VE'=>'វ៉េណេស៊ុយអេឡា',
+ 'VG'=>'កោះវឺជីន (អង់គ្លេស)',
+ 'VI'=>'កោះវឺជីន (សហរដ្ឋអាមេរិក)',
+ 'VN'=>'វៀតណាម',
+ 'VU'=>'វ៉ានូអាទូ',
+ 'GB-WLS' =>'វេលស៍',
+ 'WF'=>'កោះ Wallis និង Futuna',
+ 'WS'=>'សាម័រ',
+ 'YE'=>'យេម៉ែន',
+ 'YT'=>'ម៉ាយ៉ាត',
+ 'ZA'=>'អាហ្វ្រិកខាងត្បូង',
+ 'ZM'=>'សំប៊ី',
+ 'ZW'=>'ហ្ស៊ីមបាវ៉េ',
],
];
\ No newline at end of file
diff --git a/resources/lang/km-KH/mail.php b/resources/lang/km-KH/mail.php
index db8cbb441..cfaed3518 100644
--- a/resources/lang/km-KH/mail.php
+++ b/resources/lang/km-KH/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Min QTY',
'name' => 'ឈ្មោះ',
'new_item_checked' => 'ធាតុថ្មីត្រូវបានchecked outក្រោមឈ្មោះរបស់អ្នក ព័ត៌មានលម្អិតមាននៅខាងក្រោម។',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'កំណត់ចំណាំ',
'password' => 'ពាក្យសម្ងាត់',
'password_reset' => 'កំណត់ពាក្យសម្ងាត់ឡើងវិញ',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'មាន : រាប់ទ្រព្យសកម្មដែលនឹងមកដល់សម្រាប់សវនកម្មក្នុងរយៈពេល : threshold days។|មាន : រាប់ទ្រព្យសកម្មដែលនឹងមកដល់សម្រាប់សវនកម្មក្នុងរយៈពេល : threshold days ។',
'user' => 'អ្នកប្រើ',
'username' => 'ឈ្មោះអ្នកប្រើប្រាស់',
- 'unaccepted_asset_reminder' => 'អ្នកមានទ្រព្យសម្បត្តិដែលមិនអាចទទួលយកបាន។',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'សូមស្វាគមន៍៖ ឈ្មោះ',
'welcome_to' => 'សូមស្វាគមន៍មកកាន់៖ គេហទំព័រ!',
'your_assets' => 'មើលទ្រព្យសកម្មរបស់អ្នក',
diff --git a/resources/lang/ko-KR/admin/custom_fields/general.php b/resources/lang/ko-KR/admin/custom_fields/general.php
index 587b7d5af..45025d31f 100644
--- a/resources/lang/ko-KR/admin/custom_fields/general.php
+++ b/resources/lang/ko-KR/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/ko-KR/admin/depreciations/general.php b/resources/lang/ko-KR/admin/depreciations/general.php
index 63ee30543..fbd83eb30 100644
--- a/resources/lang/ko-KR/admin/depreciations/general.php
+++ b/resources/lang/ko-KR/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Warning:
You do not currently have any depreciations set up.
Please set up at least one depreciation to view the depreciation report.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/ko-KR/admin/groups/titles.php b/resources/lang/ko-KR/admin/groups/titles.php
index a912e313c..d0bef0463 100644
--- a/resources/lang/ko-KR/admin/groups/titles.php
+++ b/resources/lang/ko-KR/admin/groups/titles.php
@@ -10,7 +10,7 @@ return [
'group_admin' => '그룹 관리자',
'allow' => '허용',
'deny' => '거부',
- 'permission' => 'Permission',
- 'grant' => 'Grant',
- 'no_permissions' => 'This group has no permissions.'
+ 'permission' => '권한',
+ 'grant' => '승인',
+ 'no_permissions' => '이 그룹은 권한이 없습니다.'
];
diff --git a/resources/lang/ko-KR/admin/hardware/form.php b/resources/lang/ko-KR/admin/hardware/form.php
index 70546d915..a19a74f1e 100644
--- a/resources/lang/ko-KR/admin/hardware/form.php
+++ b/resources/lang/ko-KR/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Update only actual location',
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
'optional_infos' => 'Optional Information',
'order_details' => 'Order Related Information',
diff --git a/resources/lang/ko-KR/admin/hardware/message.php b/resources/lang/ko-KR/admin/hardware/message.php
index dfdf5407a..1fded9a7b 100644
--- a/resources/lang/ko-KR/admin/hardware/message.php
+++ b/resources/lang/ko-KR/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => '자산을 불러오지 못했습니다. 재시도해 주십시오.',
- 'success' => '자산을 불러왔습니다.',
- 'canceled' => '반출 요청이 취소되었습니다',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Cancel this item request',
],
];
diff --git a/resources/lang/ko-KR/admin/locations/message.php b/resources/lang/ko-KR/admin/locations/message.php
index 208259bc3..69f5a7ca2 100644
--- a/resources/lang/ko-KR/admin/locations/message.php
+++ b/resources/lang/ko-KR/admin/locations/message.php
@@ -7,7 +7,7 @@ return array(
'assoc_assets' => '이 장소는 현재 적어도 한명의 사용자와 연결되어 있어서 삭제할 수 없습니다. 사용자가 더 이상 이 장소를 참조하지 않게 갱신하고 다시 시도해주세요. ',
'assoc_child_loc' => '이 장소는 현재 하나 이상의 하위 장소를 가지고 있기에 삭제 할 수 없습니다. 이 장소의 참조를 수정하고 다시 시도해 주세요. ',
'assigned_assets' => 'Assigned Assets',
- 'current_location' => 'Current Location',
+ 'current_location' => '현재 위치',
'open_map' => 'Open in :map_provider_icon Maps',
diff --git a/resources/lang/ko-KR/admin/locations/table.php b/resources/lang/ko-KR/admin/locations/table.php
index 49d0eb22d..12e460c26 100644
--- a/resources/lang/ko-KR/admin/locations/table.php
+++ b/resources/lang/ko-KR/admin/locations/table.php
@@ -32,7 +32,7 @@ return [
'asset_serial' => '일련번호',
'asset_location' => '위치',
'asset_checked_out' => '반출 확인',
- 'asset_expected_checkin' => 'Expected Checkin',
+ 'asset_expected_checkin' => '반납 예상일',
'date' => '날짜:',
'phone' => '유선번호',
'signed_by_asset_auditor' => 'Signed By (Asset Auditor):',
diff --git a/resources/lang/ko-KR/admin/reports/general.php b/resources/lang/ko-KR/admin/reports/general.php
index f45d60eb3..886256c7a 100644
--- a/resources/lang/ko-KR/admin/reports/general.php
+++ b/resources/lang/ko-KR/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => '자산 보고서의 옵션을 선택해 주세요.',
'deleted_user' => 'Deleted user',
'send_reminder' => 'Send reminder',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Reminder sent',
'acceptance_deleted' => 'Acceptance request deleted',
'acceptance_request' => 'Acceptance request',
diff --git a/resources/lang/ko-KR/admin/settings/general.php b/resources/lang/ko-KR/admin/settings/general.php
index 2344ed401..6e425fc10 100644
--- a/resources/lang/ko-KR/admin/settings/general.php
+++ b/resources/lang/ko-KR/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => '삭제 확인',
'confirm_purge_help' => '삭제된 레코드를 제거하려면 아래 입력 란에 "DELETE" 텍스트를 입력하십시오. 이 작업은 취소할 수 없으며 일시 삭제된 모든 항목과 사용자를 영구적으로 삭제합니다. (작업 전 백업을 진행하시기 바랍니다.)',
'custom_css' => '사용자 지정 CSS',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => '사용하려는 사용자 CSS를 입력하세요. <style></style> 태그들은 넣지 마세요.',
'custom_forgot_pass_url' => '사용자정의 암호 재설정 URL',
'custom_forgot_pass_url_help' => '이것은 로그인 화면에 내장된 잊어버린 비밀번호 URL을 변경하여, 내부 또는 호스트 LDAP 암호 재설정 기능으로 사람들을 안내할 때 유용합니다. 로컬 사용자가 잊어버린 비밀번호 기능을 효과적으로 비활성화합니다.',
@@ -57,10 +58,8 @@ return [
'display_eol' => '테이블 보기에서 폐기일 표시',
'display_qr' => '2D 바코드 표시',
'display_alt_barcode' => '1 D 바코드 표시',
- 'email_logo' => '이메일 내 로고',
'barcode_type' => '2D 바코드 형식',
'alt_barcode_type' => '1D 바코드 형식',
- 'email_logo_size' => '이메일 첨부 시, 사각형 로고가 가장 적합합니다. ',
'enabled' => 'Enabled',
'eula_settings' => '최종 사용 계약 설정',
'eula_markdown' => '이 최종 사용 계약은 GFM을 따른다.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => '파비콘은 16x16 픽셀을 가지는 사각형 이미지여야 합니다.',
'footer_text' => '추가 꼬리말',
'footer_text_help' => '이 글은 오른쪽 꼬리말에 보여집니다. 링크는 Github flavored markdown를 참조하시면 됩니다. 줄 바꿈 머리글, 이미지 등은 보여지지 않습니다.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => '일반 설정',
'general_settings_help' => 'Default EULA and more',
'generate_backup' => '백업 생성',
'google_workspaces' => '구글 워크스페이스',
'header_color' => '머릿말 색상',
'info' => '이 설정들은 설치본의 특정 분야를 설정하는 것입니다.',
- 'label_logo' => '라벨 로고',
'label_logo_size' => '정사각형 로고가 가장 보기 좋습니다. 로고는 각 자산 레이블의 오른쪽 상단에 표시됩니다. ',
'laravel' => 'Laravel 버전',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'LDAP 버전',
'ldap_active_flag' => 'LDAP 활성 플래그',
'ldap_activated_flag_help' => '이 값은 동기화된 사용자가 Snipe-IT에 로그인할 수 있는지 여부를 결정하는 데 사용됩니다. 항목을 체크인하거나 체크아웃하는 기능에는 영향을 미치지 않으며, AD/LDAP 내에서 값이 아닌 속성 이름이어야 합니다. 0/code> 또는 false/code>로 설정된 경우, 사용자 로그인이 비활성화됩니다. AD/LDAP 필드의 값이 1
, true
또는 다른 텍스트로 설정되어 있으면 사용자가 로그인할 수 있습니다. AD에서 필드가 비어 있으면 일반적으로 일시 중단되지 않은 사용자가 로그인할 수 있는 userAccountControl
속성을 사용합니다.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'LDAP 피고용인 번호',
'ldap_email' => 'LDAP 이메일',
'ldap_test' => 'Test LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User Agent',
'login_help' => 'List of attempted logins',
'login_note' => '로그인 참고',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => '선택적으로 분실되거나 도난당한 장치를 찾은 사람들을 돕기 위한, 로그인 화면에 몇 문장을 포함하십시오. 이 항목에는 Github flavored markdown 를 사용할 수 있습니다.',
'login_remote_user_text' => '원격 사용자 로그인 옵션',
'login_remote_user_enabled_text' => '원격 사용자 헤더로 로그인 활성화',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => '브랜딩을 자산 목록 인쇄물에 사용합니다.',
'full_multiple_companies_support_help_text' => '자신이 속한 공급자 자산에 공급자를 할당하는 것을 제한하는 사용자들 (관리자 포함)',
'full_multiple_companies_support_text' => '전체 다중 공급자들 지원',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => '모델 드롭다운에 표시',
'optional' => '선택 사항',
'per_page' => '페이지 당 결과',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Next: Create User',
'ldap_settings_link' => 'LDAP Settings Page',
'slack_test' => 'Test Integration',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'New Label Engine',
'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.',
'label2_template' => 'Template',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Field Definitions',
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Text entered as **text**
will be displayed as bold',
'help_blank_to_use' => 'Leave blank to use the value from :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
.
Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see the documentation for more details. ',
@@ -378,15 +385,70 @@ return [
'database_driver' => 'Database Driver',
'bs_table_storage' => 'Table Storage',
'timezone' => 'Timezone',
+ 'test_mail' => 'Test Mail',
'profile_edit' => 'Edit Profile',
'profile_edit_help' => 'Allow users to edit their own profiles.',
- 'default_avatar' => 'Upload custom default avatar',
+ 'default_avatar' => 'Custom Default Avatar',
'default_avatar_help' => 'This image will be displayed as a profile if a user does not have a profile photo.',
'restore_default_avatar' => 'Restore original system default avatar',
'restore_default_avatar_help' => '',
'due_checkin_days' => 'Due For Checkin Warning',
'due_checkin_days_help' => 'How many days before the expected checkin of an asset should it be listed in the "Due for checkin" page?',
'no_groups' => 'No groups have been created yet. Visit Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => '사용자명 형식',
+ 'firstname_lastname_format' => '이름 성 (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => '전자 우편 형식',
+ 'firstname_lastname_format' => '이름 성 (jane.smith@example.com)',
+ 'first_name_format' => '이름 (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => '초기 성명 (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => '성 (姓)의 첫 이니셜 (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => '이름 성 (jane.smith@example.com)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => '이메일 내 로고',
+ 'label_logo' => '라벨 로고',
+ 'logo' => 'Site Logo',
+ 'favicon' => '파비콘',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => '이메일 첨부 시, 사각형 로고가 가장 적합합니다. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => '로고',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/ko-KR/admin/settings/message.php b/resources/lang/ko-KR/admin/settings/message.php
index 3ec1d7110..5902274ce 100644
--- a/resources/lang/ko-KR/admin/settings/message.php
+++ b/resources/lang/ko-KR/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Something went wrong. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/ko-KR/admin/users/message.php b/resources/lang/ko-KR/admin/users/message.php
index ef51594ad..c390f4ed6 100644
--- a/resources/lang/ko-KR/admin/users/message.php
+++ b/resources/lang/ko-KR/admin/users/message.php
@@ -6,7 +6,7 @@ return array(
'declined' => '이 자산이 거부되었습니다.',
'bulk_manager_warn' => '사용자가 성공적으로 갱신되었지만, 선택한 관리자가 편집할 사용자 목록에도 있었고, 사용자가 자신의 관리자가 아니 어서 관리자 항목이 저장되지 않았습니다. 관리자를 제외한 사용자를 다시 선택하십시오.',
'user_exists' => '사용자가 이미 존재합니다!',
- 'user_not_found' => 'User does not exist or you do not have permission view them.',
+ 'user_not_found' => '사용자가 존재하지 않거나, 볼수 있는 권한이 없습니다.',
'user_login_required' => '로그인 항목을 입력해 주세요.',
'user_has_no_assets_assigned' => 'No assets currently assigned to user.',
'user_password_required' => '비밀번호를 입력해 주세요.',
@@ -69,7 +69,7 @@ return array(
),
'inventorynotification' => array(
- 'error' => 'This user has no email set.',
+ 'error' => '해당 유저는 이메일이 설정되어 있지 않습니다.',
'success' => 'The user has been notified about their current inventory.'
)
);
\ No newline at end of file
diff --git a/resources/lang/ko-KR/auth.php b/resources/lang/ko-KR/auth.php
index db310aa1b..14d8acfce 100644
--- a/resources/lang/ko-KR/auth.php
+++ b/resources/lang/ko-KR/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
- 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/ko-KR/auth/message.php b/resources/lang/ko-KR/auth/message.php
index 3193b9f96..6e506c949 100644
--- a/resources/lang/ko-KR/auth/message.php
+++ b/resources/lang/ko-KR/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => '사용자 명이나 비밀번호가 틀렸습니다.',
'account_not_activated' => '이 사용자는 비활성 계정입니다.',
'account_suspended' => '이 사용자는 보류 계정입니다.',
- 'account_banned' => '이 사용자는 금지 계정입니다.',
- 'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
'two_factor' => array(
'already_enrolled' => 'Your device is already enrolled.',
diff --git a/resources/lang/ko-KR/button.php b/resources/lang/ko-KR/button.php
index ed8401629..5dbb5df81 100644
--- a/resources/lang/ko-KR/button.php
+++ b/resources/lang/ko-KR/button.php
@@ -7,7 +7,7 @@ return [
'checkin_and_delete' => 'Checkin All / Delete User',
'delete' => '삭제',
'edit' => '편집',
- 'clone' => 'Clone',
+ 'clone' => '복제',
'restore' => '복원',
'remove' => '삭제',
'request' => '요청',
diff --git a/resources/lang/ko-KR/general.php b/resources/lang/ko-KR/general.php
index 9aaf7820b..ccea1be8b 100644
--- a/resources/lang/ko-KR/general.php
+++ b/resources/lang/ko-KR/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => '승인된 자산',
'accept_item' => 'Accept Item',
'audit' => '감사',
+ 'audits' => 'Audits',
'audit_report' => '감사 기록',
'assets' => '자산',
'assets_audited' => '자산 감사',
@@ -62,6 +63,8 @@ return [
'changepassword' => '비밀번호 변경',
'checkin' => '반입',
'checkin_from' => '반입처',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => '반출',
'checkouts_count' => '반출',
'checkins_count' => '반입',
@@ -118,30 +121,13 @@ return [
'editprofile' => '프로필 수정',
'eol' => '폐기일',
'email_domain' => '전자 우편 도메인',
- 'email_format' => '전자 우편 형식',
'employee_number' => '사원번호',
'email_domain_help' => '읽어오기시 전자 우편 주소를 생성하는데 사용됩니다.',
'error' => '오류',
'exclude_archived' => 'Exclude Archived Assets',
'exclude_deleted' => 'Exclude Deleted Assets',
'example' => 'Example: ',
- 'filastname_format' => '초기 성명 (jsmith@example.com)',
- 'firstname_lastname_format' => '이름 성 (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => '이름 성 (jane.smith@example.com)',
- 'lastnamefirstinitial_format' => '성 (姓)의 첫 이니셜 (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'First Initial Last Name (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
- 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
- 'name_display_format' => 'Name Display Format',
- 'first' => '첫번째',
- 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
- 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
- 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
- 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => '이름',
- 'first_name_format' => '이름 (jane@example.com)',
+
'files' => '파일',
'file_name' => '파일',
'file_type' => '파일 형식',
@@ -183,6 +169,11 @@ return [
'last' => '마지막',
'last_login' => '마지막 로그인',
'last_name' => '성',
+ 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
+ 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
+ 'name_display_format' => 'Name Display Format',
+ 'first' => '첫번째',
+ 'first_name' => '이름',
'license' => '라이선스',
'license_report' => '라이선스 보고서',
'licenses_available' => '사용가능 라이선스',
@@ -311,7 +302,6 @@ return [
'type' => '유형',
'undeployable' => '사용불가',
'unknown_admin' => '알수없는 관리자',
- 'username_format' => '사용자명 형식',
'username' => '사용자명',
'update' => '갱신',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/ko-KR/localizations.php b/resources/lang/ko-KR/localizations.php
index 632a5a5b0..2f7699543 100644
--- a/resources/lang/ko-KR/localizations.php
+++ b/resources/lang/ko-KR/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malay',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolian',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persian',
'pl-PL'=> 'Polish',
diff --git a/resources/lang/ko-KR/mail.php b/resources/lang/ko-KR/mail.php
index 7c9833e89..1b07df0a6 100644
--- a/resources/lang/ko-KR/mail.php
+++ b/resources/lang/ko-KR/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => '최소 수량',
'name' => '이름',
'new_item_checked' => '당신의 이름으로 새 품목이 반출 되었습니다, 이하는 상세입니다.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => '주석',
'password' => '비밀번호',
'password_reset' => '비밀번호 재설정',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.',
'user' => '사용자',
'username' => '사용자명',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => '환영합니다 :name',
'welcome_to' => '환영합니다 :web!',
'your_assets' => '자산 확인',
diff --git a/resources/lang/lt-LT/admin/components/message.php b/resources/lang/lt-LT/admin/components/message.php
index 56c6af1a7..687fe1145 100644
--- a/resources/lang/lt-LT/admin/components/message.php
+++ b/resources/lang/lt-LT/admin/components/message.php
@@ -18,7 +18,7 @@ return array(
'confirm' => 'Ar tikrai norite panaikinti šį komponentą?',
'error' => 'Bandant panaikinti komponentą įvyko klaida. Bandykite dar kartą.',
'success' => 'Komponentas panaikintas sėkmingai.',
- 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
+ 'error_qty' => 'Kai kurie šio tipo komponentai vis dar yra išduoti. Paimkite juos ir bandykite dar kartą.',
),
'checkout' => array(
diff --git a/resources/lang/lt-LT/admin/custom_fields/general.php b/resources/lang/lt-LT/admin/custom_fields/general.php
index d1da7bf54..837df378a 100644
--- a/resources/lang/lt-LT/admin/custom_fields/general.php
+++ b/resources/lang/lt-LT/admin/custom_fields/general.php
@@ -57,7 +57,8 @@ return [
'show_in_requestable_list_short' => 'Rodyti užsakomo turto sąraše',
'show_in_requestable_list' => 'Rodyti reikšmę užsakomo turto sąraše. Šifruoti laukai nebus rodomi',
'encrypted_options' => 'Šis laukas yra užšifruotas, todėl kai kurios rodymo parinktys nebus pasiekiamos.',
- 'display_checkin' => 'Display in checkin forms',
- 'display_checkout' => 'Display in checkout forms',
+ 'display_checkin' => 'Rodyti paėmimo formose',
+ 'display_checkout' => 'Rodyti išdavimo formose',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/lt-LT/admin/depreciations/general.php b/resources/lang/lt-LT/admin/depreciations/general.php
index 463fccd8d..56dab547b 100644
--- a/resources/lang/lt-LT/admin/depreciations/general.php
+++ b/resources/lang/lt-LT/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Įspėjimas:
Neturite nustatyto nusidėvėjimo.
Norėdami pamatyti nusidėvėjimo ataskaitą, nustatykite bent vieną nusidėvėjimą.',
+ 'depreciation_method' => 'Nusidėvėjimo metodas',
+ 'linear_depreciation' => 'Linijinis (numatytasis)',
+ 'half_1' => 'Pusmečio konvencija, visada taikoma',
+ 'half_2' => 'Pusmečio konvencija, taikoma su sąlyga',
];
diff --git a/resources/lang/lt-LT/admin/hardware/form.php b/resources/lang/lt-LT/admin/hardware/form.php
index e8cdea422..3bffa55ee 100644
--- a/resources/lang/lt-LT/admin/hardware/form.php
+++ b/resources/lang/lt-LT/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Atnaujinti tik faktinę vietą',
'asset_not_deployable' => 'Turto būsena netinkama išdavimui, todėl šis turtas negali būti išduotas.',
'asset_not_deployable_checkin' => 'Turto su šia būsenos žyma išduoti negalima. Nustačius šią būsenos žymą, turtas bus paimtas.',
- 'asset_deployable' => 'Turto būsena tinkama išdavimui, todėl šis turtas gali būti išduotas.',
+ 'asset_deployable' => 'Šį turtą galima išduoti.',
'processing_spinner' => 'Apdorojama... (Dideliems failams gali šiek tiek užtrukti)',
'optional_infos' => 'Papildoma informacija',
'order_details' => 'Su užsakymu susijusi informacija',
diff --git a/resources/lang/lt-LT/admin/hardware/general.php b/resources/lang/lt-LT/admin/hardware/general.php
index 47a8732da..4629a08ea 100644
--- a/resources/lang/lt-LT/admin/hardware/general.php
+++ b/resources/lang/lt-LT/admin/hardware/general.php
@@ -6,7 +6,7 @@ return [
'archived' => 'Archyvuotas',
'asset' => 'Turtas',
'bulk_checkout' => 'Išduoti kelis',
- 'bulk_checkin' => 'Bulk Checkin',
+ 'bulk_checkin' => 'Paimti kelis',
'checkin' => 'Paimti turtą',
'checkout' => 'Išduoti turtą',
'clone' => 'Klonuoti turtą',
diff --git a/resources/lang/lt-LT/admin/hardware/message.php b/resources/lang/lt-LT/admin/hardware/message.php
index 2a4abb5f3..aaa9206b5 100644
--- a/resources/lang/lt-LT/admin/hardware/message.php
+++ b/resources/lang/lt-LT/admin/hardware/message.php
@@ -66,13 +66,14 @@ return [
'file_already_deleted' => 'Pasirinktas failas jau buvo panaikintas',
'header_row_has_malformed_characters' => 'Vienas ar keli antraštinės eilutės atributai turi netinkamai suformuotų UTF-8 simbolių',
'content_row_has_malformed_characters' => 'Vienas ar keli pirmosios eilutės atributai turi netinkamai suformuotų UTF-8 simbolių',
+ 'transliterate_failure' => 'Transliteracija iš :encoding į UTF-8 nepavyko dėl netinkamų įvesties simbolių'
],
'delete' => [
'confirm' => 'Ar tikrai norite panaikinti šį turtą?',
'error' => 'Bandant panaikinti turtą įvyko klaida. Bandykite dar kartą.',
- 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.',
+ 'assigned_to_error' => '{1}Inventorinis numeris: :asset_tag šiuo metu yra išduotas. Paimkite šį įrenginį prieš panaikindami.|[2,*]Inventoriniai numeriai: :asset_tag šiuo metu yra išduoti. Paimkite šiuos įrenginius prieš panaikindami.',
'nothing_updated' => 'Nebuvo pasirinkta jokio turto, todėl nieko nebuvo panaikinta.',
'success' => 'Turtas sėkmingai panaikintas.',
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Turtas nebuvo užsakytas, bandykite dar kartą',
- 'success' => 'Turtas užsakytas sėkmingai.',
- 'canceled' => 'Išdavimo prašymas sėkmingai atšauktas',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Atšaukti šio daikto užklausą',
],
];
diff --git a/resources/lang/lt-LT/admin/reports/general.php b/resources/lang/lt-LT/admin/reports/general.php
index 0be7c2683..fbbcda1f1 100644
--- a/resources/lang/lt-LT/admin/reports/general.php
+++ b/resources/lang/lt-LT/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Pasirinkite tai, ką norite matyti savo turto ataskaitoje.',
'deleted_user' => 'Panaikintas naudotojas',
'send_reminder' => 'Siųsti priminimą',
+ 'cannot_send_reminder' => 'Naudotojas buvo panaikintas arba neturi el. pašto adreso, todėl negali gauti priminimo',
'reminder_sent' => 'Priminimas išsiųstas',
'acceptance_deleted' => 'Sutikimo užklausa panaikinta',
'acceptance_request' => 'Sutikimo užklausa',
diff --git a/resources/lang/lt-LT/admin/settings/general.php b/resources/lang/lt-LT/admin/settings/general.php
index c70fd2e08..12ee9b9c9 100644
--- a/resources/lang/lt-LT/admin/settings/general.php
+++ b/resources/lang/lt-LT/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Patvirtinkite išvalymą',
'confirm_purge_help' => 'Įveskite tekstą „DELETE“ į žemiau esantį lauką, kad išvalytumėte panaikintus įrašus. Šio veiksmo anuliuoti negalima, o visi programiškai panaikinti elementai ir naudotojai bus NEGRĮŽTAMAI ištrinti. (Pirmiausia turėtumėte sukurti atsarginę kopiją, kad būtumėte saugūs.)',
'custom_css' => 'Pritaikytas CSS',
+ 'custom_css_placeholder' => 'Pridėkite tinkintą CSS',
'custom_css_help' => 'Įveskite bet kokius individualius CSS pakeitimus, kuriuos norite naudoti. Neįtraukite <style></style> žymų.',
'custom_forgot_pass_url' => 'Tinkinta slaptažodžio nustatymo iš naujo nuoroda',
'custom_forgot_pass_url_help' => 'Tai pakeičia integruotą pamiršto slaptažodžio nuorodą prisijungimo ekrane, naudinga norint nukreipti žmones į vidinę arba priglobtą LDAP slaptažodžio nustatymo iš naujo funkciją. Tai visiškai išjungs vietinio naudotojo pamiršto slaptažodžio nustatymo iš naujo funkciją.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Rodyti nurašymo datas lentelės rodinyje',
'display_qr' => 'Rodyti 2D brūkšninį kodą',
'display_alt_barcode' => 'Rodyti 1D brūkšninį kodą',
- 'email_logo' => 'El. pašto logotipas',
'barcode_type' => '2D brūkšninio kodo tipas',
'alt_barcode_type' => '1D brūkšninio kodo tipas',
- 'email_logo_size' => 'Kvadratiniai logotipai laiškuose atrodo geriausiai. ',
'enabled' => 'Įjungta',
'eula_settings' => 'Licencinio sutikimo (EULA) nustatymai',
'eula_markdown' => 'Šis licencinis sutikimas (EULA) leidžia naudoti Github tipo žymėjimą (markdown).',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Puslapio ikonėlės (Favicons) turėtų būti kvadratiniai atvaizdai, 16 x 16 pikselių dydžio.',
'footer_text' => 'Papildomas poraštė tekstas ',
'footer_text_help' => 'Šis tekstas bus rodomas dešinėje poraštės pusėje. Nuorodos leidžiamos naudojant Github tipo žymėjimą (markdown). Eilučių lūžiai, antraštės, atvaizdai ir kt. gali sukelti nenuspėjamus rezultatus.',
+ 'footer_text_placeholder' => 'Pasirinktinis poraštės tekstas',
'general_settings' => 'Bendrieji nustatymai',
'general_settings_help' => 'Numatytasis licencinis sutikimas (EULA) ir kita',
'generate_backup' => 'Kurti atsarginę kopiją',
'google_workspaces' => 'Google Workspaces',
'header_color' => 'Atraštės spalva',
'info' => 'Šie nustatymai leidžia tinkinti tam tikrus diegimo aspektus.',
- 'label_logo' => 'Etiketės logotipas',
'label_logo_size' => 'Kvadratiniai logotipai atrodo geriausiai – bus rodomi kiekvienos turto etiketės viršuje, dešinėje. ',
'laravel' => 'Laravel versija',
'ldap' => 'LDAP',
@@ -109,8 +108,8 @@ return [
'ldap_pword' => 'LDAP susiejimo slaptažodis',
'ldap_basedn' => 'Base Bind DN',
'ldap_filter' => 'LDAP filtras',
- 'ldap_pw_sync' => 'Cache LDAP Passwords',
- 'ldap_pw_sync_help' => 'Uncheck this box if you do not wish to keep LDAP passwords cached as local hashed passwords. Disabling this means that your users may not be able to login if your LDAP server is unreachable for some reason.',
+ 'ldap_pw_sync' => 'Saugoti LDAP slaptažodžius',
+ 'ldap_pw_sync_help' => 'Atžymėkite šį langelį jei nenorite, kad LDAP slaptažodžiai būtų saugomi talpykloje kaip vietiniai maišos slaptažodžiai. Jei tai išjungsite, jūsų naudotojai gali negalėti prisijungti, jei jūsų LDAP serveris dėl kokios nors priežasties bus nepasiekiamas.',
'ldap_username_field' => 'Naudotojo vardo laukas',
'ldap_lname_field' => 'Pavardė',
'ldap_fname_field' => 'LDAP Vardas',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'LDAP versija',
'ldap_active_flag' => 'LDAP Active Flag',
'ldap_activated_flag_help' => 'Ši reikšmė naudojama norint nustatyti, ar sinchronizuotas naudotojas gali prisijungti prie „Snipe-IT“. Tai neturi įtakos galimybei išduoti arba paimti daiktus iš šių naudotojų ir turėtų būti jūsų AD/LDAP atributo pavadinimas, o ne reikšmė.
Jei lauke nurodytas lauko pavadinimas, kurio nėra jūsų AD/LDAP, arba reikšmė AD/LDAP lauke nustatyta į 0
arba false
, naudotojo prisijungimas bus išjungtas. Jei reikšmė AD/LDAP lauke nustatyta į 1
arba true
arba bet kokį kitą tekstą, reiškia, kad naudotojas gali prisijungti. Kai jūsų AD šis laukas yra tuščias, bus paisoma atributo userAccountControl
, kuris įprastai leidžia neišjungtiems naudotojams prisijungti.',
+ 'ldap_invert_active_flag' => 'Invertuoti LDAP „Active Flag“',
+ 'ldap_invert_active_flag_help' => 'Jei įjungta: kai LDAP „Active Flag“ grąžinama reikšmė yra 0
arba false
, naudotojo paskyra bus aktyvi.',
'ldap_emp_num' => 'LDAP Darbuotojo numeris',
'ldap_email' => 'LDAP El. paštas',
'ldap_test' => 'Testuoti LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'Naudotojo agentas',
'login_help' => 'Bandymų prisijungti sąrašas',
'login_note' => 'Prisijungimo pastaba',
+ 'login_note_placeholder' => "Jei neturite prisijungimo arba radote šiai įmonei priklausantį įrenginį, skambinkite techninės pagalbos telefonu 888-555-1212. Ačiū.",
'login_note_help' => 'Pasirinktinai įtraukite kelis sakinius į prisijungimo ekraną, pavyzdžiui, norėdami padėti žmonėms, radusiems pamestą arba pavogtą įrenginį. Šiame lauke galima naudoti Github tipo žymėjimą (markdown)',
'login_remote_user_text' => 'Nuotolinio naudotojo prisijungimo parinktys',
'login_remote_user_enabled_text' => 'Įjungti nuotolinį prisijungimą naudojant „Remote User Header“',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Naudoti ženklinimą spausdinamuose turto sąrašuose ',
'full_multiple_companies_support_help_text' => 'Naudotojams (įskaitant administratorius), susietiems su konkrečia įmone, leisti pasiekti tik tos įmonės turtą.',
'full_multiple_companies_support_text' => 'Pilnas kelių įmonių palaikymas',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Rodyti modelių išskleidžiamuosiuose meniu',
'optional' => 'pasirinktinai',
'per_page' => 'Rezultatų puslapyje',
@@ -330,10 +334,10 @@ return [
'purge_help' => 'Išvalyti ištrintus įrašus',
'ldap_extension_warning' => 'Panašu, kad šiame serveryje nėra įdiegtas arba įjungtas LDAP plėtinys. Vis tiek galite išsaugoti nustatymus, bet turėsite įjungti LDAP plėtinį PHP, kad veiktų LDAP sinchronizavimas arba prisijungimas.',
'ldap_ad' => 'LDAP/AD',
- 'ldap_test_label' => 'Test LDAP Sync',
- 'ldap_test_login' => ' Test LDAP Login',
- 'ldap_username_placeholder' => 'LDAP Username',
- 'ldap_password_placeholder' => 'LDAP Password',
+ 'ldap_test_label' => 'Tikrinti LDAP sinchronizaciją',
+ 'ldap_test_login' => ' Tikrinti LDAP prisijungimą',
+ 'ldap_username_placeholder' => 'LDAP naudotojo vardas',
+ 'ldap_password_placeholder' => 'LDAP slaptažodis',
'employee_number' => 'Darbuotojo numeris',
'create_admin_user' => 'Sukurti naudotoją ::',
'create_admin_success' => 'Pavyko! Jūsų administratoriaus naudotojas buvo sukurtas!',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Kitas: Sukurti naudotoją',
'ldap_settings_link' => 'LDAP nustatymų puslapis',
'slack_test' => 'Patikrinti integraciją',
+ 'status_label_name' => 'Būsenos žymos pavadinimas',
+ 'super_admin_only' => 'Tik superadministratoriams',
'label2_enable' => 'Naujas etikečių variklis',
'label2_enable_help' => 'Perjunkite į naują etikečių variklį. Pastaba: turėsite išsaugoti šį nustatymą prieš nustatydami kitus.',
'label2_template' => 'Šablonas',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'Duomenys, kurie bus 2D brūkšniniame kode',
'label2_fields' => 'Laukų apibrėžimai',
'label2_fields_help' => 'Laukus galima pridėti, pašalinti ir pertvarkyti kairiajame stulpelyje. Kiekvienam laukui, dešiniajame stulpelyje galima pridėti kelias etiketės ir „DataSource“ parinktis, taip pat, jas pašalinti ir pertvarkyti.',
+ 'purge_barcodes' => 'Išvalyti brūkšninius kodus',
'help_asterisk_bold' => 'Tekstas, įvestas kaip **tekstas**
, bus rodomas paryškintu šriftu',
'help_blank_to_use' => 'Palikite tuščią, kad būtų nauudojama :setting_name
reikšmė',
'help_default_will_use' => ':default
naudos reikšmę iš :setting_name
.
Atkreipkite dėmesį, kad brūkšninio kodo reikšmė turi atitikti atitinkamą brūkšninio kodo specifikaciją tam, kad būtų sėkmingai sugeneruota. Jei reikia daugiau informacijos, peržiūrėkite dokumentaciją. ',
@@ -378,15 +385,70 @@ return [
'database_driver' => 'Duomenų bazės tvarkyklės',
'bs_table_storage' => 'Lentelių saugojimas',
'timezone' => 'Laiko juosta',
+ 'test_mail' => 'Tikrinti el. pašto nustatymus',
'profile_edit' => 'Redaguoti profilį',
'profile_edit_help' => 'Leisti naudotojams redaguoti savo profilius.',
- 'default_avatar' => 'Įkelti pasirinktinį numatytąjį avatarą',
+ 'default_avatar' => 'Pasirinktinis numatytasis avataras',
'default_avatar_help' => 'Jei naudotojas neturi profilio nuotraukos, šis atvaizdas bus rodomas jo profilyje.',
'restore_default_avatar' => 'Atkurti pradinį sistemos numatytąjį avatarą',
'restore_default_avatar_help' => '',
'due_checkin_days' => 'Įspėjimas, kad reikia paimti',
'due_checkin_days_help' => 'Likus kiek dienų iki numatomo turto paėmimo, jis turėtų būti rodomas puslapyje „Laukia paėmimo“?',
'no_groups' => 'Grupės dar nesukurtos. Apsilankykite Administratoriaus nustatymai > Paskyros teisių grupės
, kad jų pridėtumėte.',
+ 'text' => 'Tekstas',
+
+ 'username_formats' => [
+ 'username_format' => 'Naudotojo vardo formatas',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'El. pašto formatas',
+ 'firstname_lastname_format' => 'Vardas.Pavardė (vardas.pavarde@example.com)',
+ 'first_name_format' => 'Vardas (vardas@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Vardo pirmoji raidė, Pavardė (vpavarde@example.com)',
+ 'lastnamefirstinitial_format' => 'Pavardė, Vardo pirmoji raidė (pavardev@example.com)',
+ 'firstname_lastname_underscore_format' => 'Vardas_Pavardė (vardas_pavarde@example.com)',
+ 'firstinitial.lastname' => 'Vardo pirmoji raidė.Pavardė (v.pavarde@example.com)',
+ 'lastname_firstinitial' => 'Pavardė_Vardo pirmoji raidė (pavarde_v@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Pavardė.Vardo pirmoji raidė (pavarde.v@example.com)',
+ 'firstnamelastname' => 'VardasPavardė (vardaspavarde@example.com)',
+ 'firstnamelastinitial' => 'Vardas, Pavardės pirmoji raidė (vardasp@example.com)',
+ 'lastnamefirstname' => 'Pavardė.Vardas (pavardenis.vardenis@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF logotipas',
+ 'email_logo' => 'El. pašto logotipas',
+ 'label_logo' => 'Etiketės logotipas',
+ 'logo' => 'Svetainės logotipas',
+ 'favicon' => 'Puslapio ikonėlė (Favicon)',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Kvadratiniai logotipai laiškuose atrodo geriausiai. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Tekstas',
+ 'logo' => 'Logotipas',
+ 'logo_and_text' => 'Logotipas ir tekstas',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/lt-LT/admin/settings/message.php b/resources/lang/lt-LT/admin/settings/message.php
index b117140ad..764b39bc0 100644
--- a/resources/lang/lt-LT/admin/settings/message.php
+++ b/resources/lang/lt-LT/admin/settings/message.php
@@ -37,7 +37,7 @@ return [
'authentication_success' => 'Naudotojas sėkmingai atpažintas naudojant LDAP!'
],
'labels' => [
- 'null_template' => 'Label template not found. Please select a template.',
+ 'null_template' => 'Etiketės šablonas nerastas. Pasirinkite šabloną.',
],
'webhook' => [
'sending' => ':app siunčiamas bandomasis pranešimas...',
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Kažkas ne taip. :( ',
'webhook_fail' => ' „Webhook“ pranešimas nepavyko: patikrinkite ar URL vis dar galioja.',
'webhook_channel_not_found' => ' „webhook“ kanalas nerastas.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/lt-LT/admin/users/general.php b/resources/lang/lt-LT/admin/users/general.php
index da16627a7..878e3febc 100644
--- a/resources/lang/lt-LT/admin/users/general.php
+++ b/resources/lang/lt-LT/admin/users/general.php
@@ -19,8 +19,8 @@ return [
'print_assigned' => 'Spausdinti išduotą',
'email_assigned' => 'El. paštu nusiųsti išduoto turto sąrašą',
'user_notified' => 'Naudotojui el. paštu išsiųstas jam priskirtų daiktų sąrašas.',
- 'users_notified' => 'The user has been emailed a list of their currently assigned items.|:count users have been emailed a list of their currently assigned items.',
- 'users_notified_warning' => ':count user has been emailed a list of their currently assigned items, however :no_email users did not have an email address so could not be emailed.|:count users have been emailed a list of their currently assigned items, however :no_email user(s) did not have an email address so could not be emailed.',
+ 'users_notified' => 'Naudotojui el. paštu buvo išsiųstas jam šiuo metu išduotų daiktų sąrašas.|:count naudotojams (-ų) el. paštu buvo išsiųsti šiuo metu jiems išduotų daiktų sąrašai.',
+ 'users_notified_warning' => ':count naudotojui buvo išsiųstas šiuo metu jam išduotų daiktų sąrašas, tačiau :no_email naudotojai (-ų) neturėjo el. pašto adreso, todėl jiems negalėjo būti išsiųsti el. laiškai.|:count naudotojams (-ų) buvo išsiųsti šiuo metu jiems išduotų daiktų sąrašai, tačiau :no_email naudotojas (-ai) neturėjo el. pašto adreso, todėl jam (jiems) negalėjo būti išsiųsti el. laiškai.',
'auto_assign_label' => 'Įtraukti šį naudotoją, kai automatiškai priskiriamos tinkamos licencijos',
'auto_assign_help' => 'Praleisti šį naudotoją, kai automatiškai priskiriamos licencijos',
'software_user' => 'Programinė įranga išduota: :name',
diff --git a/resources/lang/lt-LT/auth.php b/resources/lang/lt-LT/auth.php
index 5bc699097..12ea0d5d6 100644
--- a/resources/lang/lt-LT/auth.php
+++ b/resources/lang/lt-LT/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'Neteisingi prisijungimo duomenys.',
'password' => 'Naudotojo slaptažodis neteisingas.',
- 'throttle' => 'Per daug bandymų prisijungti. Bandykite po :seconds sekundžių.',
+ 'throttle' => 'Per daug nesėkmingų bandymų prisijungti. Bandykite dar kartą po :minutes minutės (-čių).',
);
diff --git a/resources/lang/lt-LT/auth/message.php b/resources/lang/lt-LT/auth/message.php
index 1ba0cae98..ab81835ec 100644
--- a/resources/lang/lt-LT/auth/message.php
+++ b/resources/lang/lt-LT/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'Naudotojo vardas arba slaptažodis neteisingas.',
'account_not_activated' => 'Šio naudotojo paskyra nesuaktyvinta.',
'account_suspended' => 'Šio naudotojo paskyra yra išjungta.',
- 'account_banned' => 'Šio naudotojo paskyra yra užblokuota.',
- 'throttle' => 'Per daug nesėkmingų bandymų prisijungti. Bandykite dar kartą po :minutes minučių.',
'two_factor' => array(
'already_enrolled' => 'Jūsų įrenginys jau yra įtrauktas.',
diff --git a/resources/lang/lt-LT/general.php b/resources/lang/lt-LT/general.php
index 72098cf63..bb33616c4 100644
--- a/resources/lang/lt-LT/general.php
+++ b/resources/lang/lt-LT/general.php
@@ -29,8 +29,9 @@ return [
'assets_available' => 'Turimas turtas',
'accept_assets' => 'Priimti turtą :name',
'accept_assets_menu' => 'Priimti turtą',
- 'accept_item' => 'Accept Item',
+ 'accept_item' => 'Priimti daiktą',
'audit' => 'Auditas',
+ 'audits' => 'Audits',
'audit_report' => 'Audito žurnalas',
'assets' => 'Turtas',
'assets_audited' => 'audituotas turtas',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Pakeisti slaptažodį',
'checkin' => 'Paimti',
'checkin_from' => 'Paimti iš',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Išduoti',
'checkouts_count' => 'Išduota',
'checkins_count' => 'Paimta',
@@ -94,7 +97,7 @@ return [
'customize_report' => 'Individualizuoti ataskaitą',
'custom_report' => 'Individualizuota turto ataskaita',
'dashboard' => 'Valdymo skydas',
- 'data_source' => 'Data Source',
+ 'data_source' => 'Duomenų šaltinis',
'days' => 'dienos',
'days_to_next_audit' => 'Dienos iki kito audito',
'date' => 'Data',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Redaguoti savo profilį',
'eol' => 'Nurašymo data',
'email_domain' => 'El. pašto domenas',
- 'email_format' => 'El. pašto formatas',
'employee_number' => 'Darbuotojo numeris',
'email_domain_help' => 'Naudojama el. pašto adresų generavimui importavimo metu.',
'error' => 'Klaida',
'exclude_archived' => 'Neįtraukti archyvuoto turto',
'exclude_deleted' => 'Neįtraukti panaikinto turto',
'example' => 'Pavyzdys: ',
- 'filastname_format' => 'Vardo pirmoji raidė, Pavardė (vpavarde@example.com)',
- 'firstname_lastname_format' => 'Vardas.Pavardė (vardas.pavarde@example.com)',
- 'firstname_lastname_underscore_format' => 'Vardas_Pavardė (vardas_pavarde@example.com)',
- 'lastnamefirstinitial_format' => 'Pavardė, Vardo pirmoji raidė (pavardev@example.com)',
- 'firstintial_dot_lastname_format' => 'Vardo pirmoji raidė.Pavardė (v.pavarde@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'Vardas Pavardė (Vardenis Pavardenis)',
- 'lastname_firstname_display' => 'Pavardė Vardas (Pavardenis Vardenis)',
- 'name_display_format' => 'Vardo atvaizdavimo formatas',
- 'first' => 'Pirmas',
- 'firstnamelastname' => 'VardasPavardė (vardaspavarde@example.com)',
- 'lastname_firstinitial' => 'Pavardė_Vardo pirmoji raidė (pavarde_v@example.com)',
- 'firstinitial.lastname' => 'Vardo pirmoji raidė.Pavardė (v.pavarde@example.com)',
- 'firstnamelastinitial' => 'Vardas, Pavardės pirmoji raidė (vardasp@example.com)',
- 'lastnamefirstname' => 'Pavardė.Vardas (pavardenis.vardenis@example.com)',
- 'first_name' => 'Vardas',
- 'first_name_format' => 'Vardas (vardas@example.com)',
+
'files' => 'Failai',
'file_name' => 'Failas',
'file_type' => 'Failo tipas',
@@ -183,6 +169,11 @@ return [
'last' => 'Paskutinis',
'last_login' => 'Paskutinis prisijungimas',
'last_name' => 'Pavardė',
+ 'firstname_lastname_display' => 'Vardas Pavardė (Vardenis Pavardenis)',
+ 'lastname_firstname_display' => 'Pavardė Vardas (Pavardenis Vardenis)',
+ 'name_display_format' => 'Vardo atvaizdavimo formatas',
+ 'first' => 'Pirmas',
+ 'first_name' => 'Vardas',
'license' => 'Licencija',
'license_report' => 'Licencijų ataskaita',
'licenses_available' => 'Turimos licencijos',
@@ -221,8 +212,8 @@ return [
'no' => 'Ne',
'notes' => 'Pastabos',
'note_added' => 'Pastaba pridėta',
- 'options' => 'Options',
- 'preview' => 'Preview',
+ 'options' => 'Parinktys',
+ 'preview' => 'Peržiūra',
'add_note' => 'Pridėti pastabą',
'note_edited' => 'Pastaba atnaujinta',
'edit_note' => 'Redaguoti pastabą',
@@ -311,7 +302,6 @@ return [
'type' => 'Tipas',
'undeployable' => 'Neišduotinas',
'unknown_admin' => 'Nežinomas administratorius',
- 'username_format' => 'Naudotojo vardo formatas',
'username' => 'Naudotojo vardas',
'update' => 'Atnaujinti',
'updating_item' => 'Atnaujinamas :item',
@@ -342,7 +332,7 @@ return [
'audit_due_days' => '{}Assets Due or Overdue for Audit|[1]Assets Due or Overdue for Audit Within a Day|[2,*]Assets Due or Overdue for Audit Within :days Days',
'checkin_due' => 'Laukia paėmimo',
'checkin_overdue' => 'Vėluojama paimti',
- 'checkin_due_days' => '{}Due for Checkin|[1]Assets Due for Checkin Within :days Day|[2,*]Assets Due for Checkin Within :days Days',
+ 'checkin_due_days' => '{}Laukia paėmimo|[1]Turtas, kuris turi būti paimtas per :days dieną|2,*]Turtas, kuris turi būti paimtas per :days dienas (-ų)',
'audit_overdue' => 'Audito laikas praėjęs',
'accept' => 'Priimti :asset',
'i_accept' => 'Aš priimu',
@@ -590,14 +580,36 @@ return [
],
'breadcrumb_button_actions' => [
- 'edit_item' => 'Edit :name',
- 'checkout_item' => 'Checkout :name',
- 'checkin_item' => 'Checkin :name',
+ 'edit_item' => ':name redagavimas',
+ 'checkout_item' => ':name išdavimas',
+ 'checkin_item' => 'Paimti :name',
],
- 'select_all_none' => 'Select/Unselect All',
- 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
- 'deleted_models' => 'Deleted Asset Models',
- 'deleted_users' => 'Deleted Users',
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
+ 'select_all_none' => 'Pažymėti/atžymėti viską',
+ 'generic_model_not_found' => 'Tokio :model nėra arba jūs neturite teisės jo pasiekti',
+ 'deleted_models' => 'Panaikinti turto modeliai',
+ 'deleted_users' => 'Panaikinti naudotojai',
+ 'cost_each' => ':amount kiekvienas',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/lt-LT/localizations.php b/resources/lang/lt-LT/localizations.php
index 710c945b9..b76ecaaf4 100644
--- a/resources/lang/lt-LT/localizations.php
+++ b/resources/lang/lt-LT/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malajų',
'mi-NZ'=> 'Maorių',
'mn-MN'=> 'Mongolų',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norvegų bukmolas',
+ 'om-ET' => 'Oromų k. (etiopų)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persų',
'pl-PL'=> 'Lenkų',
diff --git a/resources/lang/lt-LT/mail.php b/resources/lang/lt-LT/mail.php
index c9354039b..d74bbb4ab 100644
--- a/resources/lang/lt-LT/mail.php
+++ b/resources/lang/lt-LT/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Mažiausias kiekis',
'name' => 'Pavadinimas',
'new_item_checked' => 'Jums buvo priskirtas naujas daiktas, išsami informacija pateikta žemiau.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Pastabos',
'password' => 'Slaptažodis',
'password_reset' => 'Slaptažodžio nustatymas iš naujo',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'Yra :count turto vienetas, kuriam per :threshold dienas (-ų) turi būti atliktas auditas.|Yra :count turto vienetai (-ų), kuriems per :threshold dienas (-ų) turi būti atliktas auditas.',
'user' => 'Naudotojas',
'username' => 'Naudotojo vardas',
- 'unaccepted_asset_reminder' => 'Turite nepriimto turto.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Sveiki, :name',
'welcome_to' => 'Sveiki apsilankę :web!',
'your_assets' => 'Peržiūrėti jūsų turtą',
diff --git a/resources/lang/lv-LV/admin/custom_fields/general.php b/resources/lang/lv-LV/admin/custom_fields/general.php
index f1b4f6510..f9a38f127 100644
--- a/resources/lang/lv-LV/admin/custom_fields/general.php
+++ b/resources/lang/lv-LV/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/lv-LV/admin/depreciations/general.php b/resources/lang/lv-LV/admin/depreciations/general.php
index de85fa21b..02ec5dc31 100644
--- a/resources/lang/lv-LV/admin/depreciations/general.php
+++ b/resources/lang/lv-LV/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Uzmanību:
Šobrīd nav iestatīts neviens nolietojums.
Lūdzu iestatiet vismaz vienu nolietojumu, lai redzētu nolietojuma atskaiti.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/lv-LV/admin/hardware/form.php b/resources/lang/lv-LV/admin/hardware/form.php
index e0ecb0346..20a2d9a08 100644
--- a/resources/lang/lv-LV/admin/hardware/form.php
+++ b/resources/lang/lv-LV/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Update only actual location',
'asset_not_deployable' => 'Šis statuss nav izmantojams. Pamatlīdzeklis nevar tikt izrakstīts.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'Šis statuss ir izmantojams. Pamatlīdzeklis ir pieejams izrakstīšanai.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
'optional_infos' => 'Neobligātā informācija',
'order_details' => 'Pasūtījuma informācija',
diff --git a/resources/lang/lv-LV/admin/hardware/message.php b/resources/lang/lv-LV/admin/hardware/message.php
index 4fb52b36c..4b64b7b32 100644
--- a/resources/lang/lv-LV/admin/hardware/message.php
+++ b/resources/lang/lv-LV/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Īpašums netika pieprasīts, lūdzu, mēģiniet vēlreiz',
- 'success' => 'Īpašums pieprasīts veiksmīgi.',
- 'canceled' => 'Norēķinu pieprasījums ir sekmīgi atcelts',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Cancel this item request',
],
];
diff --git a/resources/lang/lv-LV/admin/reports/general.php b/resources/lang/lv-LV/admin/reports/general.php
index ca76958db..a978f51b8 100644
--- a/resources/lang/lv-LV/admin/reports/general.php
+++ b/resources/lang/lv-LV/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Atlasiet opcijas, kuras vēlaties izmantot savam aktīvu pārskatam.',
'deleted_user' => 'Deleted user',
'send_reminder' => 'Send reminder',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Reminder sent',
'acceptance_deleted' => 'Acceptance request deleted',
'acceptance_request' => 'Acceptance request',
diff --git a/resources/lang/lv-LV/admin/settings/general.php b/resources/lang/lv-LV/admin/settings/general.php
index 02056cc6c..5cd0f4f08 100644
--- a/resources/lang/lv-LV/admin/settings/general.php
+++ b/resources/lang/lv-LV/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Apstipriniet iztīrīšanu',
'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' => 'Pielāgota CSS',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Ievadiet jebkuru pielāgotu CSS ignorēšanu, kuru vēlaties izmantot. Neiekļaujiet <style></style> atzīmes.',
'custom_forgot_pass_url' => 'Pielāgotā paroles atjaunošanas saite',
'custom_forgot_pass_url_help' => 'Tas aizstāj pieteikšanās ekrānā iebūvēto aizmirstās paroles URL. To izmanto, lai novirzītu cilvēkus uz iekšējā vai ārēja LDAP servera paroles atiestatīšanas funkcionalitāti. Tas efektīvi atspējos lokālā lietotājā paroles atiestatīšanas funkcionalitāti.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Displejs EOL tabulas skatījumā',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => 'Parādiet 1D svītrkodu',
- 'email_logo' => 'E-pasta logotips',
'barcode_type' => '2D svītru kodu tips',
'alt_barcode_type' => '1D svītrkoda tips',
- 'email_logo_size' => 'Kvadrātformas logotipi e-pasta vēstulēs izskatās vislabāk. ',
'enabled' => 'Enabled',
'eula_settings' => 'EULA iestatījumi',
'eula_markdown' => 'Šis EULA ļauj Github aromatizēts markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favicons should be square images, 16x16 pixels.',
'footer_text' => 'Papildu kājenes teksts ',
'footer_text_help' => 'Šis teksts tiks parādīts labajā kājenē. Saites ir atļautas, izmantojot Github flavored markdown. Līniju pārtraukumi, galvenes, attēli, utt. var radīt neparedzamus rezultātus.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'Vispārīgie iestatījumi',
'general_settings_help' => 'Default EULA and more',
'generate_backup' => 'Izveidot dublējumu',
'google_workspaces' => 'Google Workspaces',
'header_color' => 'Galvenes krāsa',
'info' => 'Šie iestatījumi ļauj jums pielāgot noteiktus instalēšanas aspektus.',
- 'label_logo' => 'Label Logo',
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'Laravel versija',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'LDAP versija',
'ldap_active_flag' => 'LDAP aktīvā karodziņa',
'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. It does not affect the ability to check items in or out to them, and should be the attribute name within your AD/LDAP, not the value.
If this field is set to a field name that does not exist in your AD/LDAP, or the value in the AD/LDAP field is set to 0
or false
, user login will be disabled. If the value in the AD/LDAP field is set to 1
or true
or any other text means the user can log in. When the field is blank in your AD, we respect the userAccountControl
attribute, which usually allows non-suspended users to log in.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'LDAP darbinieku skaits',
'ldap_email' => 'LDAP e-pasts',
'ldap_test' => 'Test LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User Agent',
'login_help' => 'List of attempted logins',
'login_note' => 'Pieteikšanās piezīme',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Jūsu pieteikšanās ekrānā pēc izvēles var iekļaut dažus teikumus, piemēram, lai palīdzētu cilvēkiem, kuri ir atraduši nozaudētu vai nozagtu ierīci. Šajā laukā tiek pieņemti Github aromatizēti atzīme',
'login_remote_user_text' => 'Attālā lietotāja pieslēgšanās iespējas',
'login_remote_user_enabled_text' => 'Iespējot pieslēgšanos ar attālā lietotāja galveni',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Izmantot zīmolradi drukātos līdzekļu sarakstos ',
'full_multiple_companies_support_help_text' => 'Ierobežot lietotājus (tostarp administratorus), kas uzņēmumiem piešķirti viņu uzņēmuma aktīvos.',
'full_multiple_companies_support_text' => 'Pilns vairāku uzņēmumu atbalsts',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Rādīt iekš DropDown modeļa',
'optional' => 'pēc izvēles',
'per_page' => 'Rezultāti lapā',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Next: Create User',
'ldap_settings_link' => 'LDAP Settings Page',
'slack_test' => 'Test Integration',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'New Label Engine',
'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.',
'label2_template' => 'Template',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Field Definitions',
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Text entered as **text**
will be displayed as bold',
'help_blank_to_use' => 'Leave blank to use the value from :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
.
Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see the documentation for more details. ',
@@ -378,15 +385,70 @@ return [
'database_driver' => 'Database Driver',
'bs_table_storage' => 'Table Storage',
'timezone' => 'Timezone',
+ 'test_mail' => 'Test Mail',
'profile_edit' => 'Edit Profile',
'profile_edit_help' => 'Allow users to edit their own profiles.',
- 'default_avatar' => 'Upload custom default avatar',
+ 'default_avatar' => 'Custom Default Avatar',
'default_avatar_help' => 'This image will be displayed as a profile if a user does not have a profile photo.',
'restore_default_avatar' => 'Restore original system default avatar',
'restore_default_avatar_help' => '',
'due_checkin_days' => 'Due For Checkin Warning',
'due_checkin_days_help' => 'How many days before the expected checkin of an asset should it be listed in the "Due for checkin" page?',
'no_groups' => 'No groups have been created yet. Visit Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Lietotājvārds formāts',
+ 'firstname_lastname_format' => 'Vārds un uzvārds (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'E-pasta formāts',
+ 'firstname_lastname_format' => 'Vārds un uzvārds (jane.smith@example.com)',
+ 'first_name_format' => 'Vārds (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Pirmais sākotnējais uzvārds (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Uzvārds un vārda pirmais burts (berzinsj@epasts.lv)',
+ 'firstname_lastname_underscore_format' => 'Vārds Uzvārds (jane_smith@example.com)',
+ 'firstinitial.lastname' => 'Vārds un uzvārds (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Uzvārds un vārda pirmais burts (berzinsj@epasts.lv)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'Vārds Uzvārds (jane_smith@example.com)',
+ 'firstnamelastinitial' => 'Vārds Uzvārds (jane_smith@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'E-pasta logotips',
+ 'label_logo' => 'Label Logo',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Kvadrātformas logotipi e-pasta vēstulēs izskatās vislabāk. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logotips',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/lv-LV/admin/settings/message.php b/resources/lang/lv-LV/admin/settings/message.php
index 9b0f5f48f..4c7170430 100644
--- a/resources/lang/lv-LV/admin/settings/message.php
+++ b/resources/lang/lv-LV/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Something went wrong. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/lv-LV/auth.php b/resources/lang/lv-LV/auth.php
index db310aa1b..14d8acfce 100644
--- a/resources/lang/lv-LV/auth.php
+++ b/resources/lang/lv-LV/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
- 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/lv-LV/auth/message.php b/resources/lang/lv-LV/auth/message.php
index 7a93006fa..6f6623023 100644
--- a/resources/lang/lv-LV/auth/message.php
+++ b/resources/lang/lv-LV/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'Lietotājvārds vai parole nav pareiza.',
'account_not_activated' => 'Šis lietotāja konts nav aktivizēts.',
'account_suspended' => 'Šī lietotāja konta darbība ir apturēta.',
- 'account_banned' => 'Šis lietotāja konts ir aizliegts.',
- 'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
'two_factor' => array(
'already_enrolled' => 'Your device is already enrolled.',
diff --git a/resources/lang/lv-LV/general.php b/resources/lang/lv-LV/general.php
index 10f41da8f..9bfa55a00 100644
--- a/resources/lang/lv-LV/general.php
+++ b/resources/lang/lv-LV/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Apstiprināt inventāru',
'accept_item' => 'Accept Item',
'audit' => 'Audits',
+ 'audits' => 'Audits',
'audit_report' => 'Revīzijas žurnāls',
'assets' => 'Aktīvi',
'assets_audited' => 'inventārs pārbaudīts',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Mainīt paroli',
'checkin' => 'Reģistrēties',
'checkin_from' => 'Reģistrēšanās no',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Izrakstīšanās',
'checkouts_count' => 'Izņemtie aktīvi',
'checkins_count' => 'Atgrieztie aktīvi',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Rediģējiet savu profilu',
'eol' => 'EOL',
'email_domain' => 'E-pasta domēns',
- 'email_format' => 'E-pasta formāts',
'employee_number' => 'Darbinieka numurs',
'email_domain_help' => 'To izmanto, lai importētu e-pasta adreses',
'error' => 'Kļūda',
'exclude_archived' => 'Neiekļaut Arhivētu Inventāru',
'exclude_deleted' => 'Neiekļaut Dzēstu Inventāru',
'example' => 'Piemērs: ',
- 'filastname_format' => 'Pirmais sākotnējais uzvārds (jsmith@example.com)',
- 'firstname_lastname_format' => 'Vārds un uzvārds (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'Vārds Uzvārds (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => 'Uzvārds un vārda pirmais burts (berzinsj@epasts.lv)',
- 'firstintial_dot_lastname_format' => 'Vārds un uzvārds (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'Vārds Uzvārds (Liene Ozoliņa)',
- 'lastname_firstname_display' => 'Uzvārds Vārds (Ozoliņa Liene)',
- 'name_display_format' => 'Vārda Attēlošanas Formāts',
- 'first' => 'Vispirms',
- 'firstnamelastname' => 'Vārds Uzvārds (jane_smith@example.com)',
- 'lastname_firstinitial' => 'Uzvārds un vārda pirmais burts (berzinsj@epasts.lv)',
- 'firstinitial.lastname' => 'Vārds un uzvārds (j.smith@example.com)',
- 'firstnamelastinitial' => 'Vārds Uzvārds (jane_smith@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'Vārds',
- 'first_name_format' => 'Vārds (jane@example.com)',
+
'files' => 'Datnes',
'file_name' => 'Fails',
'file_type' => 'Faila tips',
@@ -183,6 +169,11 @@ return [
'last' => 'Pēdējais',
'last_login' => 'Pēdējais pieteikšanās',
'last_name' => 'Uzvārds',
+ 'firstname_lastname_display' => 'Vārds Uzvārds (Liene Ozoliņa)',
+ 'lastname_firstname_display' => 'Uzvārds Vārds (Ozoliņa Liene)',
+ 'name_display_format' => 'Vārda Attēlošanas Formāts',
+ 'first' => 'Vispirms',
+ 'first_name' => 'Vārds',
'license' => 'Licence',
'license_report' => 'Licences atskaite',
'licenses_available' => 'Pieejamās licences',
@@ -311,7 +302,6 @@ return [
'type' => 'Tips',
'undeployable' => 'Un-deployable',
'unknown_admin' => 'Nezināms administrators',
- 'username_format' => 'Lietotājvārds formāts',
'username' => 'Lietotājvārds',
'update' => 'Atjaunināt',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/lv-LV/localizations.php b/resources/lang/lv-LV/localizations.php
index f9c0d8efb..998c8f5f8 100644
--- a/resources/lang/lv-LV/localizations.php
+++ b/resources/lang/lv-LV/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malay',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolian',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persian',
'pl-PL'=> 'Polish',
diff --git a/resources/lang/lv-LV/mail.php b/resources/lang/lv-LV/mail.php
index 0047fcfa1..4e809234c 100644
--- a/resources/lang/lv-LV/mail.php
+++ b/resources/lang/lv-LV/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Min QTY',
'name' => 'Nosaukums',
'new_item_checked' => 'Jauns objekts ir atzīmēts zem sava vārda, sīkāk ir sniegta zemāk.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Piezīmes',
'password' => 'Parole',
'password_reset' => 'Paroles atiestatīšana',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.',
'user' => 'Lietotājs',
'username' => 'Lietotājvārds',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Sveicināti: vārds',
'welcome_to' => 'Laipni lūdzam: tīmeklī!',
'your_assets' => 'View Your Assets',
diff --git a/resources/lang/mi-NZ/admin/custom_fields/general.php b/resources/lang/mi-NZ/admin/custom_fields/general.php
index 02b92f1f3..a43171d42 100644
--- a/resources/lang/mi-NZ/admin/custom_fields/general.php
+++ b/resources/lang/mi-NZ/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/mi-NZ/admin/depreciations/general.php b/resources/lang/mi-NZ/admin/depreciations/general.php
index f44156090..2a9bbd380 100644
--- a/resources/lang/mi-NZ/admin/depreciations/general.php
+++ b/resources/lang/mi-NZ/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Warning:
You do not currently have any depreciations set up.
Please set up at least one depreciation to view the depreciation report.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/mi-NZ/admin/hardware/form.php b/resources/lang/mi-NZ/admin/hardware/form.php
index b2e544726..458885581 100644
--- a/resources/lang/mi-NZ/admin/hardware/form.php
+++ b/resources/lang/mi-NZ/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Update only actual location',
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
'optional_infos' => 'Optional Information',
'order_details' => 'Order Related Information',
diff --git a/resources/lang/mi-NZ/admin/hardware/message.php b/resources/lang/mi-NZ/admin/hardware/message.php
index db5d8f4d4..87115930b 100644
--- a/resources/lang/mi-NZ/admin/hardware/message.php
+++ b/resources/lang/mi-NZ/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Kāore i te tono te tahua, tēnā whakamātau anō',
- 'success' => 'I tono angitu te tahua.',
- 'canceled' => 'Kua whakakorea te manaakitia o te tono riihi',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Cancel this item request',
],
];
diff --git a/resources/lang/mi-NZ/admin/reports/general.php b/resources/lang/mi-NZ/admin/reports/general.php
index cb1feb679..40654e154 100644
--- a/resources/lang/mi-NZ/admin/reports/general.php
+++ b/resources/lang/mi-NZ/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Tīpakohia nga kōwhiringa e hiahia ana koe mo tō pūrongo hua.',
'deleted_user' => 'Deleted user',
'send_reminder' => 'Send reminder',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Reminder sent',
'acceptance_deleted' => 'Acceptance request deleted',
'acceptance_request' => 'Acceptance request',
diff --git a/resources/lang/mi-NZ/admin/settings/general.php b/resources/lang/mi-NZ/admin/settings/general.php
index d74c60a58..71fb256db 100644
--- a/resources/lang/mi-NZ/admin/settings/general.php
+++ b/resources/lang/mi-NZ/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Whakaatu Whakataunga',
'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' => 'CSS Ritenga',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Whakauruhia tetahi tahua CSS ritenga e hiahia ana koe ki te whakamahi. Kaua e whakauru i nga tūtohu <style></style>.',
'custom_forgot_pass_url' => 'Custom Password Reset URL',
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Whakaatuhia EOL i te tirohanga ripanga',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => 'Whakaatuhia te tapanga 1D',
- 'email_logo' => 'Email Logo',
'barcode_type' => '2D Type Barcode',
'alt_barcode_type' => '1D momo tapanga',
- 'email_logo_size' => 'Square logos in email look best. ',
'enabled' => 'Enabled',
'eula_settings' => 'Tautuhinga EULA',
'eula_markdown' => 'Ka taea e tenei EULA te Github flavored markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favicons should be square images, 16x16 pixels.',
'footer_text' => 'Additional Footer Text ',
'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'Tautuhinga Whānui',
'general_settings_help' => 'Default EULA and more',
'generate_backup' => 'Whakaritea te Whakaora',
'google_workspaces' => 'Google Workspaces',
'header_color' => 'Tae pane',
'info' => 'Ko enei tautuhinga ka tautuhi koe i etahi waahanga o to tautuhinga.',
- 'label_logo' => 'Label Logo',
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'Laravel Version',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'Putanga LDAP',
'ldap_active_flag' => 'LDAP Karaimana Mahi',
'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. It does not affect the ability to check items in or out to them, and should be the attribute name within your AD/LDAP, not the value.
If this field is set to a field name that does not exist in your AD/LDAP, or the value in the AD/LDAP field is set to 0
or false
, user login will be disabled. If the value in the AD/LDAP field is set to 1
or true
or any other text means the user can log in. When the field is blank in your AD, we respect the userAccountControl
attribute, which usually allows non-suspended users to log in.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'Tau Taumahi LDAP',
'ldap_email' => 'LDAP Email',
'ldap_test' => 'Test LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User Agent',
'login_help' => 'List of attempted logins',
'login_note' => 'Whakauru Tuhipoka',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Ka whakauruhia etahi waahanga i runga i to mata takiuru, hei tauira hei awhina i nga tangata i kitea he mea ngaro, tahae ranei. Ka whakaaetia e tenei mara Github flavored markdown',
'login_remote_user_text' => 'Remote User login options',
'login_remote_user_enabled_text' => 'Enable Login with Remote User Header',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'full_multiple_companies_support_help_text' => 'Te whakaiti i nga kaiwhakamahi (tae atu ki nga kaiwhakahaere) kua tohaina ki nga kamupene ki nga taonga a to kamupene.',
'full_multiple_companies_support_text' => 'Te Tautoko Kamupene Maha',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Show in Model Dropdowns',
'optional' => 'kōwhiringa',
'per_page' => 'Nga Hua Nga Whārangi',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Next: Create User',
'ldap_settings_link' => 'LDAP Settings Page',
'slack_test' => 'Test Integration',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'New Label Engine',
'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.',
'label2_template' => 'Template',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Field Definitions',
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Text entered as **text**
will be displayed as bold',
'help_blank_to_use' => 'Leave blank to use the value from :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
.
Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see the documentation for more details. ',
@@ -378,15 +385,70 @@ return [
'database_driver' => 'Database Driver',
'bs_table_storage' => 'Table Storage',
'timezone' => 'Timezone',
+ 'test_mail' => 'Test Mail',
'profile_edit' => 'Edit Profile',
'profile_edit_help' => 'Allow users to edit their own profiles.',
- 'default_avatar' => 'Upload custom default avatar',
+ 'default_avatar' => 'Custom Default Avatar',
'default_avatar_help' => 'This image will be displayed as a profile if a user does not have a profile photo.',
'restore_default_avatar' => 'Restore original system default avatar',
'restore_default_avatar_help' => '',
'due_checkin_days' => 'Due For Checkin Warning',
'due_checkin_days_help' => 'How many days before the expected checkin of an asset should it be listed in the "Due for checkin" page?',
'no_groups' => 'No groups have been created yet. Visit Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Ingoa Kaiwhakamahi Hōputu',
+ 'firstname_lastname_format' => 'Ingoa Tuatahi Ingoa Mutu (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Hōputu Īmēra',
+ 'firstname_lastname_format' => 'Ingoa Tuatahi Ingoa Mutu (jane.smith@example.com)',
+ 'first_name_format' => 'Ingoa Tuatahi (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Tuatahi Ingoa Tuatahi (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Email Logo',
+ 'label_logo' => 'Label Logo',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Square logos in email look best. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Moko',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/mi-NZ/admin/settings/message.php b/resources/lang/mi-NZ/admin/settings/message.php
index 35af55813..42c3eafbf 100644
--- a/resources/lang/mi-NZ/admin/settings/message.php
+++ b/resources/lang/mi-NZ/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Something went wrong. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/mi-NZ/auth.php b/resources/lang/mi-NZ/auth.php
index db310aa1b..14d8acfce 100644
--- a/resources/lang/mi-NZ/auth.php
+++ b/resources/lang/mi-NZ/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
- 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/mi-NZ/auth/message.php b/resources/lang/mi-NZ/auth/message.php
index dffb0d32d..8b9d85743 100644
--- a/resources/lang/mi-NZ/auth/message.php
+++ b/resources/lang/mi-NZ/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'He hē te ingoa kaiwhakamahi, kupuhipa rānei.',
'account_not_activated' => 'Kāore tēnei pūkete kaiwhakamahi i te whakahohea.',
'account_suspended' => 'Kua tohua tenei pūkete kaiwhakamahi.',
- 'account_banned' => 'Ka whakatakahia tenei pūkete kaiwhakamahi.',
- 'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
'two_factor' => array(
'already_enrolled' => 'Your device is already enrolled.',
diff --git a/resources/lang/mi-NZ/general.php b/resources/lang/mi-NZ/general.php
index 265ec792b..f694ffc68 100644
--- a/resources/lang/mi-NZ/general.php
+++ b/resources/lang/mi-NZ/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Accept Assets',
'accept_item' => 'Accept Item',
'audit' => 'Arotake',
+ 'audits' => 'Audits',
'audit_report' => 'Manatoko Whakamuri',
'assets' => 'Ngā taonga',
'assets_audited' => 'assets audited',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Hurihia te Kupuhipa',
'checkin' => 'Tirohia',
'checkin_from' => 'Tuhinga ka whai mai',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Taki',
'checkouts_count' => 'Checkouts',
'checkins_count' => 'Checkins',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Whakatikahia to Whakaatu',
'eol' => 'EOL',
'email_domain' => 'Ingoa Īmēra',
- 'email_format' => 'Hōputu Īmēra',
'employee_number' => 'Employee Number',
'email_domain_help' => 'Ka whakamahia tenei ki te whakaputa i nga wahitau īmēra ina kawemai',
'error' => 'Error',
'exclude_archived' => 'Exclude Archived Assets',
'exclude_deleted' => 'Exclude Deleted Assets',
'example' => 'Example: ',
- 'filastname_format' => 'Tuatahi Ingoa Tuatahi (jsmith@example.com)',
- 'firstname_lastname_format' => 'Ingoa Tuatahi Ingoa Mutu (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'First Initial Last Name (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
- 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
- 'name_display_format' => 'Name Display Format',
- 'first' => 'Tuatahi',
- 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
- 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
- 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
- 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'Ingoa Tuatahi',
- 'first_name_format' => 'Ingoa Tuatahi (jane@example.com)',
+
'files' => 'Files',
'file_name' => 'Kōnae',
'file_type' => 'File Type',
@@ -183,6 +169,11 @@ return [
'last' => 'Last',
'last_login' => 'Whakauru Whakamutunga',
'last_name' => 'Ingoa Whakamutunga',
+ 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
+ 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
+ 'name_display_format' => 'Name Display Format',
+ 'first' => 'Tuatahi',
+ 'first_name' => 'Ingoa Tuatahi',
'license' => 'Raihana',
'license_report' => 'Ripoata Raihana',
'licenses_available' => 'Licenses available',
@@ -311,7 +302,6 @@ return [
'type' => 'Momo',
'undeployable' => 'Kaore e taea te whakaputa',
'unknown_admin' => 'Kaiwhakahaere unknown',
- 'username_format' => 'Ingoa Kaiwhakamahi Hōputu',
'username' => 'Ingoa Kaiwhakamahi',
'update' => 'Whakahou',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/mi-NZ/localizations.php b/resources/lang/mi-NZ/localizations.php
index fdca1532b..827ed4fca 100644
--- a/resources/lang/mi-NZ/localizations.php
+++ b/resources/lang/mi-NZ/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malay',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolian',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persian',
'pl-PL'=> 'Polish',
diff --git a/resources/lang/mi-NZ/mail.php b/resources/lang/mi-NZ/mail.php
index 12217064f..423c6f7eb 100644
--- a/resources/lang/mi-NZ/mail.php
+++ b/resources/lang/mi-NZ/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Min QTY',
'name' => 'Ingoa',
'new_item_checked' => 'Kua tohua tetahi mea hou i raro i to ingoa, kei raro iho nga korero.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Tuhipoka',
'password' => 'Kupuhipa',
'password_reset' => 'Tautuhi Kupuhipa',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.',
'user' => 'Kaiwhakamahi',
'username' => 'Ingoa Kaiwhakamahi',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Nau mai: ingoa',
'welcome_to' => 'Nau mai ki: web!',
'your_assets' => 'View Your Assets',
diff --git a/resources/lang/mk-MK/admin/custom_fields/general.php b/resources/lang/mk-MK/admin/custom_fields/general.php
index 53cffe64a..8e5bd1527 100644
--- a/resources/lang/mk-MK/admin/custom_fields/general.php
+++ b/resources/lang/mk-MK/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'Ова поле е енкриптирано, некои опции за приказ нема да бидат достапни.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/mk-MK/admin/depreciations/general.php b/resources/lang/mk-MK/admin/depreciations/general.php
index da1ce4245..3571e12f1 100644
--- a/resources/lang/mk-MK/admin/depreciations/general.php
+++ b/resources/lang/mk-MK/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Предупредување:
Во моментов немате поставено амортизација.
Поставете барем една амортизација за да го видите извештајот за амортизација.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/mk-MK/admin/hardware/form.php b/resources/lang/mk-MK/admin/hardware/form.php
index 0e9190fd6..2e7f79039 100644
--- a/resources/lang/mk-MK/admin/hardware/form.php
+++ b/resources/lang/mk-MK/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Ажурирајте ја само вистинската локација',
'asset_not_deployable' => 'Статусот на средствата е незадолжливо. Средството неможе да се задолжи.',
'asset_not_deployable_checkin' => 'Статусот на средството е незадолжливо. Користењето на оваа ознака за статус ќе го провери средството.',
- 'asset_deployable' => 'Статусот е задолжливо. Средството може да се задолжи.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Се обработува... (Ова може да потрае за поголеми датотеки)',
'optional_infos' => 'Опционални информации',
'order_details' => 'Информации за набавка',
diff --git a/resources/lang/mk-MK/admin/hardware/message.php b/resources/lang/mk-MK/admin/hardware/message.php
index 9dfb41102..cd1844157 100644
--- a/resources/lang/mk-MK/admin/hardware/message.php
+++ b/resources/lang/mk-MK/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'Избраната датотека е веќе избришана',
'header_row_has_malformed_characters' => 'Еден или повеќе атрибути во заглавието се содржат неправилни UTF-8 карактери',
'content_row_has_malformed_characters' => 'Еден или повеќе атрибути во првиот ред на содржина содржат неправилноUTF-8 карактери',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Основното средство не е побарано, обидете се повторно',
- 'success' => 'Основното средство е побарано.',
- 'canceled' => 'Барањето за задолжување е откажано',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Откажи го ова барање',
],
];
diff --git a/resources/lang/mk-MK/admin/reports/general.php b/resources/lang/mk-MK/admin/reports/general.php
index 0f3ab1a4d..64e8a73a5 100644
--- a/resources/lang/mk-MK/admin/reports/general.php
+++ b/resources/lang/mk-MK/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Изберете ги опциите за извештајот за основни средства.',
'deleted_user' => 'Избришан корисник',
'send_reminder' => 'Испрати потсетник',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Потсетникот е испратен',
'acceptance_deleted' => 'Барањето за прифаќање избришано',
'acceptance_request' => 'Барање за прифаќање',
diff --git a/resources/lang/mk-MK/admin/settings/general.php b/resources/lang/mk-MK/admin/settings/general.php
index da830ae9c..ea67ca292 100644
--- a/resources/lang/mk-MK/admin/settings/general.php
+++ b/resources/lang/mk-MK/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Потврди чистка',
'confirm_purge_help' => 'Внесете го текстот "Избриши" во полето подолу за да ги исчистите избришаните записи. Оваа акција не може да се откаже и трајно ќе ги избрише сите избришани артикли и корисници. (Прво треба да направите резервна копија, само за да бидете безбедни.)',
'custom_css' => 'Приспособен CSS',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Внесете ги сите сопствени подесувања на CSS што сакате да ги користите. Не вклучувајте ги <style></style> ознаките.',
'custom_forgot_pass_url' => 'Приспособена врска за ресетирање лозинка',
'custom_forgot_pass_url_help' => 'Ова ја заменува вградената URL-адреса за заборавена лозинка на екранот за најавување, што е корисно да се насочат луѓето кон внатрешна или хостирана функционалност за ресетирање на лозинка за LDAP. Ефективно ќе ја оневозможи функционалноста за заборавена лозинка на локалниот корисник.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Прикажи EOL во табеларниот преглед',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => 'Прикажи 1D баркод',
- 'email_logo' => 'Лого на е-пошта',
'barcode_type' => 'Тип на 2D бар код',
'alt_barcode_type' => 'Тип на 1D бар код',
- 'email_logo_size' => 'Квадратно лого во е-пошта изгледа најдобро. ',
'enabled' => 'Овозможено',
'eula_settings' => 'Поставки за EULA',
'eula_markdown' => 'Правилата за користење Github верзија markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favicons треба да бидат квадратни слики, 16x16 пиксели.',
'footer_text' => 'Дополнителен текст на подножјето ',
'footer_text_help' => 'Овој текст ќе се појави во подножјето на десната страна. Врските се дозволени со употреба Github верзија markdown. Line breaks, headers, images, итн може да резултира во непредвидливи резултати.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'Општи поставки',
'general_settings_help' => 'Стандардно EULA и многу повеќе',
'generate_backup' => 'Генерирај резевна копија',
'google_workspaces' => 'Google Workspaces',
'header_color' => 'Боја на заглавје',
'info' => 'Овие поставки ви овозможуваат да прилагодите одредени аспекти на вашата инсталација.',
- 'label_logo' => 'Лого на етикетата',
'label_logo_size' => 'Квадратните логоа изгледаат најдобро - ќе бидат прикажани во горниот десен дел од секоја етикета на средства. ',
'laravel' => 'Laravel верзија',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'LDAP верзија',
'ldap_active_flag' => 'LDAP Активно знаме',
'ldap_activated_flag_help' => 'Оваа вредност се користи за да се утврди дали синхронизираниот корисник може да се најави на Snipe-It. Тоа не влијае на можноста да се задолжуваат или раздолжуваат предмети, и треба да биде име на атрибут во вашиот AD/LDAP, не вредност.
Ако ова поле е поставено на име на полето што не постои во вашето AD/LDAP, или вредноста во AD/LDAP полето е поставено на 0
или грешно
, најавувањето на корисникот ќе биде оневозможено. Ако вредноста во AD/LDAP полето е поставено на 1
или точно
или кој било друг текст значи дека корисникот може да се најави. Кога полето е празно во вашето AD, Ние ги почитуваме userAccountControl
атрибут, што обично им овозможува на не суспендираните корисници да се најават.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'LDAP Број на вработен',
'ldap_email' => 'LDAP меил',
'ldap_test' => 'Тест LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'Кориснички агент',
'login_help' => 'Список на обиди за најавување',
'login_note' => 'Забелешка за најава',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'По избор, вклучете неколку реченици на вашиот екран за најавување, На пример, да им помогне на луѓето кои пронашле изгубен или украден уред. Ова поле прифаќа Github верзија markdown',
'login_remote_user_text' => 'Опции за најва на далечни корисници',
'login_remote_user_enabled_text' => 'Овозможете најавување со заглавие на далечински корисник',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Користете брендирање на списоците со средства за печатење ',
'full_multiple_companies_support_help_text' => 'Ограничување на корисниците (вклучувајќи администратори) доделени на компании на средствата на компаниите.',
'full_multiple_companies_support_text' => 'Целосна поддршка на повеќе компании',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Покажете во паѓачко мени на модели',
'optional' => 'опционално',
'per_page' => 'Резултати по страница',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Следно: Креирај корисник',
'ldap_settings_link' => 'LDAP страна за поставки',
'slack_test' => 'Тестирај Интеграција',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'Нов систем на етикети',
'label2_enable_help' => 'Префрлете се на новиот систем на етикети. Забелешка: Треба да ги зачувате овие поставки пред да поставите други.',
'label2_template' => 'Образец',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Дефиниции на поле',
'label2_fields_help' => 'Полињата можат да се додадат, отстранат и да се преуредат во левата колона. За секое поле, повеќе опции за Назив и Извор на податоци можат да се додадат, отстранат и преуредат во десната колона.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Текстот внесен како **text**
ќе биде прикажан како здебелен',
'help_blank_to_use' => 'Оставете празно за да ја користите вредноста од :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
.
Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see the documentation for more details. ',
@@ -378,15 +385,70 @@ return [
'database_driver' => 'Драјвер на базата на податоци',
'bs_table_storage' => 'Складирање на табели',
'timezone' => 'Временска зона',
+ 'test_mail' => 'Test Mail',
'profile_edit' => 'Уреди профил',
'profile_edit_help' => 'Дозволете им на корисниците да уредуваат своите профили.',
- 'default_avatar' => 'Поставете прилагоден стандарден аватар',
+ 'default_avatar' => 'Custom Default Avatar',
'default_avatar_help' => 'Оваа слика ќе биде прикажана како профилна ако корисникот нема фотографија на профил.',
'restore_default_avatar' => 'Врати оригинален системски аватар',
'restore_default_avatar_help' => '',
'due_checkin_days' => 'Предупредување дека е враме за раздолжување',
'due_checkin_days_help' => 'Колку дена пред очекуваното раздолжување на средството треба да биде наведено на страницата „Време е за раздолжување“?',
'no_groups' => 'No groups have been created yet. Visit Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Формат на корисничко име',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Презиме.Име (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Формат на е-пошта',
+ 'firstname_lastname_format' => 'Име, точка, Презиме (janko.jankov@example.com)',
+ 'first_name_format' => 'Име (janko@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Почетна буква од име, Презиме (jjankov@example.com)',
+ 'lastnamefirstinitial_format' => 'Презиме, Почетна буква од име (jankovj@example.com)',
+ 'firstname_lastname_underscore_format' => 'Име, _, Презиме (janko_jankov@example.com)',
+ 'firstinitial.lastname' => 'Иницијал на Име Презиме (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Презиме иницијал на Име(smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'Име Презиме (janesmith@example.com)',
+ 'firstnamelastinitial' => 'Име иницијал на Презиме(janes@example.com)',
+ 'lastnamefirstname' => 'Презиме.Име (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Лого на е-пошта',
+ 'label_logo' => 'Лого на етикетата',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Квадратно лого во е-пошта изгледа најдобро. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Лого',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/mk-MK/admin/settings/message.php b/resources/lang/mk-MK/admin/settings/message.php
index 03b4334f3..a8c1c8f7d 100644
--- a/resources/lang/mk-MK/admin/settings/message.php
+++ b/resources/lang/mk-MK/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Нешто не е во ред. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/mk-MK/auth.php b/resources/lang/mk-MK/auth.php
index 4cf21fb4f..b1de1cb71 100644
--- a/resources/lang/mk-MK/auth.php
+++ b/resources/lang/mk-MK/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'Овие ингеренциите не одговараат на нашите записи.',
'password' => 'Обезбедената лозинка е неточна.',
- 'throttle' => 'Премногу обиди за најавување. Ве молиме, обидете се повторно за :seconds секунди.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/mk-MK/auth/message.php b/resources/lang/mk-MK/auth/message.php
index 34b5faa2e..0e3ec0e9f 100644
--- a/resources/lang/mk-MK/auth/message.php
+++ b/resources/lang/mk-MK/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'Корисничкото име или лозинката се неточни.',
'account_not_activated' => 'Оваа корисничка сметка не е активирана.',
'account_suspended' => 'Оваа корисничка сметка е привремено блокирана.',
- 'account_banned' => 'Оваа корисничка сметка е блокирана.',
- 'throttle' => 'Премногу неуспешни обиди за најава. Обидете се повторно за :minutes минути.',
'two_factor' => array(
'already_enrolled' => 'Вашиот уред е веќе запишан.',
diff --git a/resources/lang/mk-MK/general.php b/resources/lang/mk-MK/general.php
index 18e974692..5c36dbafd 100644
--- a/resources/lang/mk-MK/general.php
+++ b/resources/lang/mk-MK/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Прифати средства',
'accept_item' => 'Accept Item',
'audit' => 'Ревизија',
+ 'audits' => 'Audits',
'audit_report' => 'Дневник за ревизија',
'assets' => 'Основни средства',
'assets_audited' => 'ревидирани средства',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Промена на лозинка',
'checkin' => 'Раздолжи',
'checkin_from' => 'Раздолжи од',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Задолжи',
'checkouts_count' => 'Раздолжувања',
'checkins_count' => 'Пријавувања',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Уредете го вашиот профил',
'eol' => 'EOL',
'email_domain' => 'Домен за е-пошта',
- 'email_format' => 'Формат на е-пошта',
'employee_number' => 'Број на вработен',
'email_domain_help' => 'Ова се користи за генерирање на адреси на е-пошта при увоз',
'error' => 'Грешка',
'exclude_archived' => 'Исклучи архивирани средства',
'exclude_deleted' => 'Исклучи избришани средства',
'example' => 'Пример: ',
- 'filastname_format' => 'Почетна буква од име, Презиме (jjankov@example.com)',
- 'firstname_lastname_format' => 'Име, точка, Презиме (janko.jankov@example.com)',
- 'firstname_lastname_underscore_format' => 'Име, _, Презиме (janko_jankov@example.com)',
- 'lastnamefirstinitial_format' => 'Презиме, Почетна буква од име (jankovj@example.com)',
- 'firstintial_dot_lastname_format' => 'Иницијал од име Презиме (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'Име Презиме (Jane Smith)',
- 'lastname_firstname_display' => 'Презиме Име (Smith Jane)',
- 'name_display_format' => 'Формат на приказ на име',
- 'first' => 'Прво',
- 'firstnamelastname' => 'Име Презиме (janesmith@example.com)',
- 'lastname_firstinitial' => 'Презиме иницијал на Име(smith_j@example.com)',
- 'firstinitial.lastname' => 'Иницијал на Име Презиме (j.smith@example.com)',
- 'firstnamelastinitial' => 'Име иницијал на Презиме(janes@example.com)',
- 'lastnamefirstname' => 'Презиме.Име (smith.jane@example.com)',
- 'first_name' => 'Име',
- 'first_name_format' => 'Име (janko@example.com)',
+
'files' => 'Датотеки',
'file_name' => 'Датотека',
'file_type' => 'Тип на фајл',
@@ -183,6 +169,11 @@ return [
'last' => 'Последно',
'last_login' => 'Последна најава',
'last_name' => 'Презиме',
+ 'firstname_lastname_display' => 'Име Презиме (Jane Smith)',
+ 'lastname_firstname_display' => 'Презиме Име (Smith Jane)',
+ 'name_display_format' => 'Формат на приказ на име',
+ 'first' => 'Прво',
+ 'first_name' => 'Име',
'license' => 'Лиценца',
'license_report' => 'Извештај за лиценци',
'licenses_available' => 'Достапни лиценци',
@@ -311,7 +302,6 @@ return [
'type' => 'Тип',
'undeployable' => 'Не може да се распореди',
'unknown_admin' => 'Непознат Администратор',
- 'username_format' => 'Формат на корисничко име',
'username' => 'Корисничко име',
'update' => 'Ажурирање',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/mk-MK/localizations.php b/resources/lang/mk-MK/localizations.php
index 0da9334bd..85010c8aa 100644
--- a/resources/lang/mk-MK/localizations.php
+++ b/resources/lang/mk-MK/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Малајски',
'mi-NZ'=> 'Маорски',
'mn-MN'=> 'Монголски',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Норвешки бокмал',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Персиски',
'pl-PL'=> 'Полски',
diff --git a/resources/lang/mk-MK/mail.php b/resources/lang/mk-MK/mail.php
index 3334dd5d4..16fddc245 100644
--- a/resources/lang/mk-MK/mail.php
+++ b/resources/lang/mk-MK/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Минимална количина',
'name' => 'Име',
'new_item_checked' => 'Ново основно средство е задолжено на Ваше име, деталите се подолу.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Забелешки',
'password' => 'Лозинка',
'password_reset' => 'Ресетирање на лозинка',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'Има :count средство што е за ревизија за :threshold дена.|Има :count Средства што се за ревизија за :threshold дена.',
'user' => 'Корисник',
'username' => 'Корисничко име',
- 'unaccepted_asset_reminder' => 'Имате неприфатени средства.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Добредојдовте :name',
'welcome_to' => 'Добредојдовте на :web!',
'your_assets' => 'Видете ги вашите средства',
diff --git a/resources/lang/ml-IN/admin/custom_fields/general.php b/resources/lang/ml-IN/admin/custom_fields/general.php
index f17eedda1..c9ae61c96 100644
--- a/resources/lang/ml-IN/admin/custom_fields/general.php
+++ b/resources/lang/ml-IN/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/ml-IN/admin/depreciations/general.php b/resources/lang/ml-IN/admin/depreciations/general.php
index 1a5666f9d..4a9a9b8cd 100644
--- a/resources/lang/ml-IN/admin/depreciations/general.php
+++ b/resources/lang/ml-IN/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Warning:
You do not currently have any depreciations set up.
Please set up at least one depreciation to view the depreciation report.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/ml-IN/admin/hardware/form.php b/resources/lang/ml-IN/admin/hardware/form.php
index e50a32bd0..fab19fea1 100644
--- a/resources/lang/ml-IN/admin/hardware/form.php
+++ b/resources/lang/ml-IN/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Update only actual location',
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
'optional_infos' => 'Optional Information',
'order_details' => 'Order Related Information',
diff --git a/resources/lang/ml-IN/admin/hardware/message.php b/resources/lang/ml-IN/admin/hardware/message.php
index 605c1fe23..c19bc6364 100644
--- a/resources/lang/ml-IN/admin/hardware/message.php
+++ b/resources/lang/ml-IN/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Asset was not requested, please try again',
- 'success' => 'Asset requested successfully.',
- 'canceled' => 'Checkout request successfully canceled',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Cancel this item request',
],
];
diff --git a/resources/lang/ml-IN/admin/reports/general.php b/resources/lang/ml-IN/admin/reports/general.php
index ea22b07df..ed8bf1a15 100644
--- a/resources/lang/ml-IN/admin/reports/general.php
+++ b/resources/lang/ml-IN/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Select the options you want for your asset report.',
'deleted_user' => 'Deleted user',
'send_reminder' => 'Send reminder',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Reminder sent',
'acceptance_deleted' => 'Acceptance request deleted',
'acceptance_request' => 'Acceptance request',
diff --git a/resources/lang/ml-IN/admin/settings/general.php b/resources/lang/ml-IN/admin/settings/general.php
index ad21bbb64..27b185d7c 100644
--- a/resources/lang/ml-IN/admin/settings/general.php
+++ b/resources/lang/ml-IN/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'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',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.',
'custom_forgot_pass_url' => 'Custom Password Reset URL',
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Display EOL in table view',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => 'Display 1D barcode',
- 'email_logo' => 'Email Logo',
'barcode_type' => '2D Barcode Type',
'alt_barcode_type' => '1D barcode type',
- 'email_logo_size' => 'Square logos in email look best. ',
'enabled' => 'Enabled',
'eula_settings' => 'EULA Settings',
'eula_markdown' => 'This EULA allows Github flavored markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favicons should be square images, 16x16 pixels.',
'footer_text' => 'Additional Footer Text ',
'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'General Settings',
'general_settings_help' => 'Default EULA and more',
'generate_backup' => 'Generate Backup',
'google_workspaces' => 'Google Workspaces',
'header_color' => 'Header Color',
'info' => 'These settings let you customize certain aspects of your installation.',
- 'label_logo' => 'Label Logo',
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'Laravel Version',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'LDAP Version',
'ldap_active_flag' => 'LDAP Active Flag',
'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. It does not affect the ability to check items in or out to them, and should be the attribute name within your AD/LDAP, not the value.
If this field is set to a field name that does not exist in your AD/LDAP, or the value in the AD/LDAP field is set to 0
or false
, user login will be disabled. If the value in the AD/LDAP field is set to 1
or true
or any other text means the user can log in. When the field is blank in your AD, we respect the userAccountControl
attribute, which usually allows non-suspended users to log in.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'LDAP Employee Number',
'ldap_email' => 'LDAP Email',
'ldap_test' => 'Test LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User Agent',
'login_help' => 'List of attempted logins',
'login_note' => 'Login Note',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown',
'login_remote_user_text' => 'Remote User login options',
'login_remote_user_enabled_text' => 'Enable Login with Remote User Header',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'full_multiple_companies_support_help_text' => 'Restricting users (including admins) assigned to companies to their company\'s assets.',
'full_multiple_companies_support_text' => 'Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Show in Model Dropdowns',
'optional' => 'optional',
'per_page' => 'Results Per Page',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Next: Create User',
'ldap_settings_link' => 'LDAP Settings Page',
'slack_test' => 'Test Integration',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'New Label Engine',
'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.',
'label2_template' => 'Template',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Field Definitions',
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Text entered as **text**
will be displayed as bold',
'help_blank_to_use' => 'Leave blank to use the value from :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
.
Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see the documentation for more details. ',
@@ -378,15 +385,70 @@ return [
'database_driver' => 'Database Driver',
'bs_table_storage' => 'Table Storage',
'timezone' => 'Timezone',
+ 'test_mail' => 'Test Mail',
'profile_edit' => 'Edit Profile',
'profile_edit_help' => 'Allow users to edit their own profiles.',
- 'default_avatar' => 'Upload custom default avatar',
+ 'default_avatar' => 'Custom Default Avatar',
'default_avatar_help' => 'This image will be displayed as a profile if a user does not have a profile photo.',
'restore_default_avatar' => 'Restore original system default avatar',
'restore_default_avatar_help' => '',
'due_checkin_days' => 'Due For Checkin Warning',
'due_checkin_days_help' => 'How many days before the expected checkin of an asset should it be listed in the "Due for checkin" page?',
'no_groups' => 'No groups have been created yet. Visit Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Username Format',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Email Format',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
+ 'first_name_format' => 'First Name (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Email Logo',
+ 'label_logo' => 'Label Logo',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Square logos in email look best. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/ml-IN/admin/settings/message.php b/resources/lang/ml-IN/admin/settings/message.php
index 9be290174..8d9b40e95 100644
--- a/resources/lang/ml-IN/admin/settings/message.php
+++ b/resources/lang/ml-IN/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Something went wrong. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/ml-IN/auth.php b/resources/lang/ml-IN/auth.php
index db310aa1b..14d8acfce 100644
--- a/resources/lang/ml-IN/auth.php
+++ b/resources/lang/ml-IN/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
- 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/ml-IN/auth/message.php b/resources/lang/ml-IN/auth/message.php
index 588c9069c..08f638d05 100644
--- a/resources/lang/ml-IN/auth/message.php
+++ b/resources/lang/ml-IN/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'The username or password is incorrect.',
'account_not_activated' => 'This user account is not activated.',
'account_suspended' => 'This user account is suspended.',
- 'account_banned' => 'This user account is banned.',
- 'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
'two_factor' => array(
'already_enrolled' => 'Your device is already enrolled.',
diff --git a/resources/lang/ml-IN/general.php b/resources/lang/ml-IN/general.php
index 8794dff40..8588138b7 100644
--- a/resources/lang/ml-IN/general.php
+++ b/resources/lang/ml-IN/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Accept Assets',
'accept_item' => 'Accept Item',
'audit' => 'Audit',
+ 'audits' => 'Audits',
'audit_report' => 'Audit Log',
'assets' => 'Assets',
'assets_audited' => 'assets audited',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Change Password',
'checkin' => 'Checkin',
'checkin_from' => 'Checkin from',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Checkout',
'checkouts_count' => 'Checkouts',
'checkins_count' => 'Checkins',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Edit Your Profile',
'eol' => 'EOL',
'email_domain' => 'Email Domain',
- 'email_format' => 'Email Format',
'employee_number' => 'Employee Number',
'email_domain_help' => 'This is used to generate email addresses when importing',
'error' => 'Error',
'exclude_archived' => 'Exclude Archived Assets',
'exclude_deleted' => 'Exclude Deleted Assets',
'example' => 'Example: ',
- 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
- 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'First Initial Last Name (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
- 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
- 'name_display_format' => 'Name Display Format',
- 'first' => 'First',
- 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
- 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
- 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
- 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'First Name',
- 'first_name_format' => 'First Name (jane@example.com)',
+
'files' => 'Files',
'file_name' => 'File',
'file_type' => 'File Type',
@@ -183,6 +169,11 @@ return [
'last' => 'Last',
'last_login' => 'Last Login',
'last_name' => 'Last Name',
+ 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
+ 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
+ 'name_display_format' => 'Name Display Format',
+ 'first' => 'First',
+ 'first_name' => 'First Name',
'license' => 'License',
'license_report' => 'License Report',
'licenses_available' => 'Licenses available',
@@ -311,7 +302,6 @@ return [
'type' => 'Type',
'undeployable' => 'Un-deployable',
'unknown_admin' => 'Unknown Admin',
- 'username_format' => 'Username Format',
'username' => 'Username',
'update' => 'Update',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/ml-IN/localizations.php b/resources/lang/ml-IN/localizations.php
index fdca1532b..827ed4fca 100644
--- a/resources/lang/ml-IN/localizations.php
+++ b/resources/lang/ml-IN/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malay',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolian',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persian',
'pl-PL'=> 'Polish',
diff --git a/resources/lang/ml-IN/mail.php b/resources/lang/ml-IN/mail.php
index 7663a0167..797f735a2 100644
--- a/resources/lang/ml-IN/mail.php
+++ b/resources/lang/ml-IN/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Min QTY',
'name' => 'Name',
'new_item_checked' => 'A new item has been checked out under your name, details are below.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Notes',
'password' => 'Password',
'password_reset' => 'Password Reset',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.',
'user' => 'User',
'username' => 'Username',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Welcome :name',
'welcome_to' => 'Welcome to :web!',
'your_assets' => 'View Your Assets',
diff --git a/resources/lang/mn-MN/admin/custom_fields/general.php b/resources/lang/mn-MN/admin/custom_fields/general.php
index 231ff284e..f1d4ded8c 100644
--- a/resources/lang/mn-MN/admin/custom_fields/general.php
+++ b/resources/lang/mn-MN/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/mn-MN/admin/depreciations/general.php b/resources/lang/mn-MN/admin/depreciations/general.php
index 59002b411..253b99b73 100644
--- a/resources/lang/mn-MN/admin/depreciations/general.php
+++ b/resources/lang/mn-MN/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Warning:
You do not currently have any depreciations set up.
Please set up at least one depreciation to view the depreciation report.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/mn-MN/admin/hardware/form.php b/resources/lang/mn-MN/admin/hardware/form.php
index 10cebe550..ee3ff9df5 100644
--- a/resources/lang/mn-MN/admin/hardware/form.php
+++ b/resources/lang/mn-MN/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Update only actual location',
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
'optional_infos' => 'Optional Information',
'order_details' => 'Order Related Information',
diff --git a/resources/lang/mn-MN/admin/hardware/message.php b/resources/lang/mn-MN/admin/hardware/message.php
index 1b396680a..8a1c2b4a1 100644
--- a/resources/lang/mn-MN/admin/hardware/message.php
+++ b/resources/lang/mn-MN/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Акт хүсээгүй тул дахин оролдоно уу',
- 'success' => 'Хөрөнгө амжилттай ирэв.',
- 'canceled' => 'Тооцоо хийх хүсэлт амжилттай цуцлагдсан',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Cancel this item request',
],
];
diff --git a/resources/lang/mn-MN/admin/reports/general.php b/resources/lang/mn-MN/admin/reports/general.php
index 70d08b076..6c0a1b3ef 100644
--- a/resources/lang/mn-MN/admin/reports/general.php
+++ b/resources/lang/mn-MN/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Хөрөнгийн тайлангаа хүссэн сонголтоо сонгоно уу.',
'deleted_user' => 'Deleted user',
'send_reminder' => 'Send reminder',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Reminder sent',
'acceptance_deleted' => 'Acceptance request deleted',
'acceptance_request' => 'Acceptance request',
diff --git a/resources/lang/mn-MN/admin/settings/general.php b/resources/lang/mn-MN/admin/settings/general.php
index 97659a173..30564e2c5 100644
--- a/resources/lang/mn-MN/admin/settings/general.php
+++ b/resources/lang/mn-MN/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'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' => 'CSS тохиргоо',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Ямар нэгэн гаалийн CSS дарж өөрчлөхийг хүсч оруулаарай. <style></style> хаягуудыг бүү оруулаарай.',
'custom_forgot_pass_url' => 'Дурын нууц үг сэргээх URL',
'custom_forgot_pass_url_help' => 'Энэ нь нэвтрэх дэлгэц дээрх мартагдсан нууц үгийн URL-г орлох ба хүмүүсийг дотоод хэрэглээний LDAP нууц үг шинэчлэх үйлдэл үрүү чиглүүлэхэд туслана. Энэ нь local хэрэглэгчийн мартсан нууц үгийн үйлдлийг идэвхгүйжүүлэх болно.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'EOL харуулах хүснэгтийг харна уу',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => '1D бар кодыг харуулах',
- 'email_logo' => 'Email Logo',
'barcode_type' => '2D бар кодны төрөл',
'alt_barcode_type' => '1D бар кодын төрөл',
- 'email_logo_size' => 'Square logos in email look best. ',
'enabled' => 'Enabled',
'eula_settings' => 'EULA тохиргоо',
'eula_markdown' => 'Энэ EULA нь Гитуб амттай markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favicons should be square images, 16x16 pixels.',
'footer_text' => 'Нэмэлт хөл хэсгийн текст ',
'footer_text_help' => 'Энэ текст баруун талын хөл хэсэгт гарч ирнэ. Холбоосыг Github маягийн markdown ашиглан хэрэглэнэ. Шинэ мөр, толгой, зураг гэх мэт нь урьдчилан таамаглах аргагүй үр дүнд хүргэж болзошгүй.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'Ерөнхий Тохиргоо',
'general_settings_help' => 'Default EULA and more',
'generate_backup' => 'Нөөц үүсгэх',
'google_workspaces' => 'Google Workspaces',
'header_color' => 'Толгойн өнгө',
'info' => 'Эдгээр тохиргоонууд нь таны суулгах зарим асуудлуудыг өөрчлөх боломжийг олгоно.',
- 'label_logo' => 'Label Logo',
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'Лараэлийн хувилбар',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'LDAP хувилбар',
'ldap_active_flag' => 'LDAP Active Flag',
'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. It does not affect the ability to check items in or out to them, and should be the attribute name within your AD/LDAP, not the value.
If this field is set to a field name that does not exist in your AD/LDAP, or the value in the AD/LDAP field is set to 0
or false
, user login will be disabled. If the value in the AD/LDAP field is set to 1
or true
or any other text means the user can log in. When the field is blank in your AD, we respect the userAccountControl
attribute, which usually allows non-suspended users to log in.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'LDAP Ажилчдын тоо',
'ldap_email' => 'LDAP И-мэйл',
'ldap_test' => 'Test LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User Agent',
'login_help' => 'List of attempted logins',
'login_note' => 'Нэвтрэх Тайлбар',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Нэвтрэх дэлгэц дээр цөөн хэдэн өгүүлбэрийг оруулаад, жишээ нь алдагдсан эсвэл хулгайлсан төхөөрөмжийг олж авсан хүмүүст туслах. Энэ талбар Github амт markdown',
'login_remote_user_text' => 'Алсын хэрэглэгчийн нэвтрэх сонголтууд',
'login_remote_user_enabled_text' => 'Алсын хэрэглэгчийн мэдээлэл ашиглан нэвтрэхийг идэвхжүүлэх',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Хэвлэх боломжтой хөрөнгийн жагсаалтад брендинг ашиглах ',
'full_multiple_companies_support_help_text' => 'Компаниудын өмч хөрөнгөд компанид хуваарилсан хэрэглэгчдийг (түүний дотор админуудыг) хязгаарлах.',
'full_multiple_companies_support_text' => 'Олон тооны компаниудын дэмжлэг',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Загвар сонгох хэсэгт харуулах',
'optional' => 'Нэмэлт',
'per_page' => 'Нэг хуудасны үр дүн',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Next: Create User',
'ldap_settings_link' => 'LDAP Settings Page',
'slack_test' => 'Test Integration',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'New Label Engine',
'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.',
'label2_template' => 'Template',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Field Definitions',
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Text entered as **text**
will be displayed as bold',
'help_blank_to_use' => 'Leave blank to use the value from :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
.
Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see the documentation for more details. ',
@@ -378,15 +385,70 @@ return [
'database_driver' => 'Database Driver',
'bs_table_storage' => 'Table Storage',
'timezone' => 'Timezone',
+ 'test_mail' => 'Test Mail',
'profile_edit' => 'Edit Profile',
'profile_edit_help' => 'Allow users to edit their own profiles.',
- 'default_avatar' => 'Upload custom default avatar',
+ 'default_avatar' => 'Custom Default Avatar',
'default_avatar_help' => 'This image will be displayed as a profile if a user does not have a profile photo.',
'restore_default_avatar' => 'Restore original system default avatar',
'restore_default_avatar_help' => '',
'due_checkin_days' => 'Due For Checkin Warning',
'due_checkin_days_help' => 'How many days before the expected checkin of an asset should it be listed in the "Due for checkin" page?',
'no_groups' => 'No groups have been created yet. Visit Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Хэрэглэгчийн нэр Формат',
+ 'firstname_lastname_format' => 'Эхний нэрний нэр (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'И-мэйл формат',
+ 'firstname_lastname_format' => 'Эхний нэрний нэр (jane.smith@example.com)',
+ 'first_name_format' => 'Эхний нэр (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Эхний анхны нэр (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Овгийн Эхний Үсэг Өөрийн Нэр (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'Oвог нэр (jane_smith@example.com)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Email Logo',
+ 'label_logo' => 'Label Logo',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Square logos in email look best. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Лого',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/mn-MN/admin/settings/message.php b/resources/lang/mn-MN/admin/settings/message.php
index ecfbf8030..c7d864f07 100644
--- a/resources/lang/mn-MN/admin/settings/message.php
+++ b/resources/lang/mn-MN/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Something went wrong. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/mn-MN/auth.php b/resources/lang/mn-MN/auth.php
index db310aa1b..14d8acfce 100644
--- a/resources/lang/mn-MN/auth.php
+++ b/resources/lang/mn-MN/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
- 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/mn-MN/auth/message.php b/resources/lang/mn-MN/auth/message.php
index 09735146a..ed459b8d1 100644
--- a/resources/lang/mn-MN/auth/message.php
+++ b/resources/lang/mn-MN/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'Хэрэглэгчийн нэр эсвэл нууц үг буруу байна.',
'account_not_activated' => 'Энэ хэрэглэгчийн бүртгэл идэвхжээгүй байна.',
'account_suspended' => 'Энэ хэрэглэгчийн бүртгэлийг түдгэлзүүлсэн байна.',
- 'account_banned' => 'Энэ хэрэглэгчийн бүртгэлийг хориглосон байна.',
- 'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
'two_factor' => array(
'already_enrolled' => 'Your device is already enrolled.',
diff --git a/resources/lang/mn-MN/general.php b/resources/lang/mn-MN/general.php
index 84feb506d..f9689fa27 100644
--- a/resources/lang/mn-MN/general.php
+++ b/resources/lang/mn-MN/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Accept Assets',
'accept_item' => 'Accept Item',
'audit' => 'Аудит',
+ 'audits' => 'Audits',
'audit_report' => 'Аудитын бүртгэл',
'assets' => 'Актив',
'assets_audited' => 'assets audited',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Нууц үг солих',
'checkin' => 'Шалгах',
'checkin_from' => '-аас бүртгүүлэх',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Тооцоо хийх',
'checkouts_count' => 'Олгосон',
'checkins_count' => 'Буцаан авсан',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Өөрийн профайлаа засах',
'eol' => 'EOL',
'email_domain' => 'Домэйн мэйл',
- 'email_format' => 'И-мэйл формат',
'employee_number' => 'Employee Number',
'email_domain_help' => 'Энэ нь импортлох үед имэйл хаяг үүсгэхэд ашиглагддаг',
'error' => 'Error',
'exclude_archived' => 'Exclude Archived Assets',
'exclude_deleted' => 'Exclude Deleted Assets',
'example' => 'Example: ',
- 'filastname_format' => 'Эхний анхны нэр (jsmith@example.com)',
- 'firstname_lastname_format' => 'Эхний нэрний нэр (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'Oвог нэр (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => 'Овгийн Эхний Үсэг Өөрийн Нэр (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'First Initial Last Name (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
- 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
- 'name_display_format' => 'Name Display Format',
- 'first' => 'Эхлээд',
- 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
- 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
- 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
- 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'Нэр',
- 'first_name_format' => 'Эхний нэр (jane@example.com)',
+
'files' => 'Файлууд',
'file_name' => 'Файл',
'file_type' => 'File Type',
@@ -183,6 +169,11 @@ return [
'last' => 'Хамгийн сүүлд',
'last_login' => 'Сүүлчийн Нэвтрэх',
'last_name' => 'Сүүлийн нэр',
+ 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
+ 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
+ 'name_display_format' => 'Name Display Format',
+ 'first' => 'Эхлээд',
+ 'first_name' => 'Нэр',
'license' => 'Лиценз',
'license_report' => 'Лицензийн тайлан',
'licenses_available' => 'Licenses available',
@@ -311,7 +302,6 @@ return [
'type' => 'Төрөл',
'undeployable' => 'Дахин ашиглах боломжгүй байна',
'unknown_admin' => 'Unknown Admin',
- 'username_format' => 'Хэрэглэгчийн нэр Формат',
'username' => 'Нэвтрэх нэр',
'update' => 'Шинэчлэх',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/mn-MN/localizations.php b/resources/lang/mn-MN/localizations.php
index fdca1532b..827ed4fca 100644
--- a/resources/lang/mn-MN/localizations.php
+++ b/resources/lang/mn-MN/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malay',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolian',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persian',
'pl-PL'=> 'Polish',
diff --git a/resources/lang/mn-MN/mail.php b/resources/lang/mn-MN/mail.php
index b190d4edd..88b5517e6 100644
--- a/resources/lang/mn-MN/mail.php
+++ b/resources/lang/mn-MN/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Min QTY',
'name' => 'Нэр',
'new_item_checked' => 'Таны нэрээр шинэ зүйл шалгасан бөгөөд дэлгэрэнгүй мэдээлэл доор байна.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Тэмдэглэл',
'password' => 'Нууц үг',
'password_reset' => 'Нууц үг шинэчлэх',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.',
'user' => 'Хэрэглэгч',
'username' => 'Нэвтрэх нэр',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Тавтай морилно уу: нэр',
'welcome_to' => 'Тавтай морилно уу: Вэб хуудас!',
'your_assets' => 'View Your Assets',
diff --git a/resources/lang/ms-MY/admin/custom_fields/general.php b/resources/lang/ms-MY/admin/custom_fields/general.php
index 34d576879..80e4f5ce2 100644
--- a/resources/lang/ms-MY/admin/custom_fields/general.php
+++ b/resources/lang/ms-MY/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/ms-MY/admin/depreciations/general.php b/resources/lang/ms-MY/admin/depreciations/general.php
index 0ef73267e..4b5bd1e54 100644
--- a/resources/lang/ms-MY/admin/depreciations/general.php
+++ b/resources/lang/ms-MY/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Warning:
You do not currently have any depreciations set up.
Please set up at least one depreciation to view the depreciation report.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/ms-MY/admin/hardware/form.php b/resources/lang/ms-MY/admin/hardware/form.php
index 07a90cba4..d9ca74793 100644
--- a/resources/lang/ms-MY/admin/hardware/form.php
+++ b/resources/lang/ms-MY/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Update only actual location',
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
'optional_infos' => 'Optional Information',
'order_details' => 'Order Related Information',
diff --git a/resources/lang/ms-MY/admin/hardware/message.php b/resources/lang/ms-MY/admin/hardware/message.php
index 4123649c4..367ed59e4 100644
--- a/resources/lang/ms-MY/admin/hardware/message.php
+++ b/resources/lang/ms-MY/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Aset tidak diminta, sila cuba lagi',
- 'success' => 'Aset diminta berjaya.',
- 'canceled' => 'Permintaan keluar telah dibatalkan',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Cancel this item request',
],
];
diff --git a/resources/lang/ms-MY/admin/reports/general.php b/resources/lang/ms-MY/admin/reports/general.php
index 2a18c3136..45d032981 100644
--- a/resources/lang/ms-MY/admin/reports/general.php
+++ b/resources/lang/ms-MY/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Pilih opsyen yang anda mahu untuk laporan harta anda.',
'deleted_user' => 'Deleted user',
'send_reminder' => 'Send reminder',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Reminder sent',
'acceptance_deleted' => 'Acceptance request deleted',
'acceptance_request' => 'Acceptance request',
diff --git a/resources/lang/ms-MY/admin/settings/general.php b/resources/lang/ms-MY/admin/settings/general.php
index 410d0a4c1..fdeb9fda9 100644
--- a/resources/lang/ms-MY/admin/settings/general.php
+++ b/resources/lang/ms-MY/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Mengesahkan Purge',
'confirm_purge_help' => 'Masukkan teks "DELETE" dalam kotak di bawah untuk membersihkan rekod anda yang dipadamkan. Tindakan ini tidak boleh dibuat asal dan akan memadamkan semua item dan pengguna yang dipadam lembut secara KEKAL. (Anda harus membuat sandaran dahulu, hanya untuk selamat.)',
'custom_css' => 'CSS tersuai',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Masukkan mana-mana CSS ubah khas yang anda mahu gunakan. Jangan masukkan tag <style></style>.',
'custom_forgot_pass_url' => 'URL Khas untuk Penetapan Semula Kata Laluan',
'custom_forgot_pass_url_help' => 'Ini menggantikan URL terlupa kata laluan terbina pada skrin log masuk, berguna untuk mengarahkan pengguna ke fungsi semula kata laluan LDAP dalaman atau dihoskan. Ia secara langsung akan melumpuhkan fungsi kata laluan terlupa pengguna tempatan.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Papar EOL dalam paparan jadual',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => 'Paparkan kod bar 1D',
- 'email_logo' => 'Logo E-Mel',
'barcode_type' => 'Jenis Barcode 2D',
'alt_barcode_type' => 'Jenis kod bar 1D',
- 'email_logo_size' => 'Logo segi empat sama dalam e-mel kelihatan terbaik. ',
'enabled' => 'Enabled',
'eula_settings' => 'Tetapan EULA',
'eula_markdown' => 'EULA ini membolehkan markah Github berperisa.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favicon hendaklah imej segi empat sama, 16x16 piksel.',
'footer_text' => 'Teks Pengaki Tambahan ',
'footer_text_help' => 'Teks ini akan muncul dalam pengaki sebelah kanan. Pautan dibenarkan menggunakan turunkan berperisa Github. Pemisahan baris, pengepala, imej, dll boleh mengakibatkan hasil yang tidak dapat diramalkan.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'Tetapan umum',
'general_settings_help' => 'Default EULA and more',
'generate_backup' => 'Hasilkan Backup',
'google_workspaces' => 'Google Workspaces',
'header_color' => 'Warna Tandukan',
'info' => 'Tetapan ini membenarkan anda menyesuaikan sesetengah aspek pemasangan anda.',
- 'label_logo' => 'Logo Label',
'label_logo_size' => 'Logo segi empat sama kelihatan terbaik - akan dipaparkan di bahagian atas sebelah kanan setiap label aset. ',
'laravel' => 'Versi Laravel',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'Versi LDAP',
'ldap_active_flag' => 'Bendera Aktif LDAP',
'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. It does not affect the ability to check items in or out to them, and should be the attribute name within your AD/LDAP, not the value.
If this field is set to a field name that does not exist in your AD/LDAP, or the value in the AD/LDAP field is set to 0
or false
, user login will be disabled. If the value in the AD/LDAP field is set to 1
or true
or any other text means the user can log in. When the field is blank in your AD, we respect the userAccountControl
attribute, which usually allows non-suspended users to log in.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'Nombor Kakitangan LDAP',
'ldap_email' => 'E-mel LDAP',
'ldap_test' => 'Test LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User Agent',
'login_help' => 'List of attempted logins',
'login_note' => 'Nota Masuk',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Opsyenal termasuk beberapa ayat pada skrin log masuk anda, contohnya untuk membantu orang yang telah menemui peranti yang hilang atau dicuri. Medan ini menerima markah Github markdown',
'login_remote_user_text' => 'Pilihan log masuk Pengguna Jarak Jauh',
'login_remote_user_enabled_text' => 'Dayakan Log Masuk dengan Pengepala Pengguna Jarak Jauh',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Gunakan penjenamaan pada senarai aset boleh cetak ',
'full_multiple_companies_support_help_text' => 'Membataskan pengguna (termasuk pentadbir) yang diberikan kepada syarikat kepada aset syarikat mereka.',
'full_multiple_companies_support_text' => 'Sokongan Syarikat Pelbagai Penuh',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Tunjukkan dalam Model Dropdown',
'optional' => 'pilihan',
'per_page' => 'Senarai Setiap Mukasurat',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Next: Create User',
'ldap_settings_link' => 'LDAP Settings Page',
'slack_test' => 'Test Integration',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'New Label Engine',
'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.',
'label2_template' => 'Template',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Field Definitions',
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Text entered as **text**
will be displayed as bold',
'help_blank_to_use' => 'Leave blank to use the value from :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
.
Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see the documentation for more details. ',
@@ -378,15 +385,70 @@ return [
'database_driver' => 'Database Driver',
'bs_table_storage' => 'Table Storage',
'timezone' => 'Timezone',
+ 'test_mail' => 'Test Mail',
'profile_edit' => 'Edit Profile',
'profile_edit_help' => 'Allow users to edit their own profiles.',
- 'default_avatar' => 'Upload custom default avatar',
+ 'default_avatar' => 'Custom Default Avatar',
'default_avatar_help' => 'This image will be displayed as a profile if a user does not have a profile photo.',
'restore_default_avatar' => 'Restore original system default avatar',
'restore_default_avatar_help' => '',
'due_checkin_days' => 'Due For Checkin Warning',
'due_checkin_days_help' => 'How many days before the expected checkin of an asset should it be listed in the "Due for checkin" page?',
'no_groups' => 'No groups have been created yet. Visit Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Format Nama Pengguna',
+ 'firstname_lastname_format' => 'Nama Akhir Nama Pertama (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Format E-mel',
+ 'firstname_lastname_format' => 'Nama Akhir Nama Pertama (jane.smith@example.com)',
+ 'first_name_format' => 'Nama Pertama (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Nama Akhir Permulaan Pertama (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'Nama Pertama Nama Akhir (jane_smith@example.com)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Logo E-Mel',
+ 'label_logo' => 'Logo Label',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Logo segi empat sama dalam e-mel kelihatan terbaik. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/ms-MY/admin/settings/message.php b/resources/lang/ms-MY/admin/settings/message.php
index 223f8fb71..7f558147a 100644
--- a/resources/lang/ms-MY/admin/settings/message.php
+++ b/resources/lang/ms-MY/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Something went wrong. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/ms-MY/auth.php b/resources/lang/ms-MY/auth.php
index db310aa1b..14d8acfce 100644
--- a/resources/lang/ms-MY/auth.php
+++ b/resources/lang/ms-MY/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
- 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/ms-MY/auth/message.php b/resources/lang/ms-MY/auth/message.php
index 4efe284a4..9058e3055 100644
--- a/resources/lang/ms-MY/auth/message.php
+++ b/resources/lang/ms-MY/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'Nama pengguna atau kata laluan tidak betul.',
'account_not_activated' => 'Akaun pengguna ini tidak aktif. ',
'account_suspended' => 'Akaun pengguna ini digantung.',
- 'account_banned' => 'Akaun pengguna ini di sekat.',
- 'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
'two_factor' => array(
'already_enrolled' => 'Your device is already enrolled.',
diff --git a/resources/lang/ms-MY/general.php b/resources/lang/ms-MY/general.php
index 7dc4f3475..96a507b77 100644
--- a/resources/lang/ms-MY/general.php
+++ b/resources/lang/ms-MY/general.php
@@ -16,7 +16,7 @@ return [
'superuser_tooltip' => 'This user has superuser privileges',
'administrator' => 'Pentadbir',
'add_seats' => 'Menambah kerusi',
- 'age' => "Age",
+ 'age' => "Umur",
'all_assets' => 'Semua Harta',
'all' => 'Semua',
'archived' => 'Diarkibkan',
@@ -25,12 +25,13 @@ return [
'asset' => 'Harta',
'asset_report' => 'Laporan Harta',
'asset_tag' => 'Tag Harta',
- 'asset_tags' => 'Asset Tags',
+ 'asset_tags' => 'Tag Aset:',
'assets_available' => 'Assets available',
'accept_assets' => 'Accept Assets :name',
'accept_assets_menu' => 'Accept Assets',
- 'accept_item' => 'Accept Item',
+ 'accept_item' => 'terima barang',
'audit' => 'Audit',
+ 'audits' => 'Audits',
'audit_report' => 'Log Audit',
'assets' => 'Harta',
'assets_audited' => 'assets audited',
@@ -48,7 +49,7 @@ return [
'bulkaudit_status' => 'Status Audit',
'bulk_checkout' => 'Checkout Pukal',
'bulk_edit' => 'Bulk Edit',
- 'bulk_delete' => 'Bulk Delete',
+ 'bulk_delete' => 'Padam Pukal',
'bulk_actions' => 'Bulk Actions',
'bulk_checkin_delete' => 'Bulk Checkin / Delete Users',
'byod' => 'BYOD',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Tukar kata laluan',
'checkin' => 'Terima',
'checkin_from' => 'Semak dari',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Agihkan',
'checkouts_count' => 'Semak Keluar',
'checkins_count' => 'Semak masuk',
@@ -78,19 +81,19 @@ return [
'consumable' => 'Boleh makan',
'consumables' => 'Makanan yang boleh dimakan',
'country' => 'Negara',
- 'could_not_restore' => 'Error restoring :item_type: :error',
+ 'could_not_restore' => 'kesalahan memasukkan : jenis_item : salah',
'not_deleted' => 'The :item_type was not deleted and therefore cannot be restored',
'create' => 'Cipta Baru',
'created' => 'Perkara yang Dibuat',
'created_asset' => 'cipta harta',
- 'created_at' => 'Created At',
+ 'created_at' => 'dicipta pada',
'created_by' => 'Created By',
'record_created' => 'Rekod dicipta',
'updated_at' => 'Dikemaskini di',
'currency' => 'RM', // this is deprecated
'currency_text' => 'Currency', //
'current' => 'Semasa',
- 'current_password' => 'Current Password',
+ 'current_password' => 'kata laluan semasa',
'customize_report' => 'Customize Report',
'custom_report' => 'Laporan Harta Pilihan',
'dashboard' => 'Papan Pemuka',
@@ -102,7 +105,7 @@ return [
'debug_warning_text' => 'Aplikasi ini berjalan dalam mod pengeluaran dengan debug membolehkan. Ini boleh mendedahkan data sensitif jika aplikasi anda boleh diakses oleh dunia luar. Lumpuhkan mod debug dengan menetapkan APP_DEBUG
nilai dalam fail .env
anda ke false
.',
'delete' => 'Hapuskan',
'delete_confirm' => 'Adakah anda pasti ingin memadamkan :item?',
- 'delete_confirm_no_undo' => 'Are you sure, you wish to delete :item? This cannot be undone.',
+ 'delete_confirm_no_undo' => 'adakah anda pasti, untuk memadam barang? Tindakan ini tidak dapat diperbetulkan lagi',
'deleted' => 'Dihapuskan',
'delete_seats' => 'Kerusi dipadamkan',
'deletion_failed' => 'Deletion failed',
@@ -118,38 +121,21 @@ return [
'editprofile' => 'Kemaskini Profail Anda',
'eol' => 'EOL',
'email_domain' => 'Domain E-mel',
- 'email_format' => 'Format E-mel',
'employee_number' => 'Employee Number',
'email_domain_help' => 'Ini digunakan untuk menjana alamat e-mel semasa mengimport',
'error' => 'Error',
'exclude_archived' => 'Exclude Archived Assets',
'exclude_deleted' => 'Exclude Deleted Assets',
'example' => 'Example: ',
- 'filastname_format' => 'Nama Akhir Permulaan Pertama (jsmith@example.com)',
- 'firstname_lastname_format' => 'Nama Akhir Nama Pertama (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'Nama Pertama Nama Akhir (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'First Initial Last Name (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
- 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
- 'name_display_format' => 'Name Display Format',
- 'first' => 'Pertama',
- 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
- 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
- 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
- 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'Nama pertama',
- 'first_name_format' => 'Nama Pertama (jane@example.com)',
+
'files' => 'Fail-fail',
'file_name' => 'Fail',
'file_type' => 'File Type',
'filesize' => 'File Size',
'file_uploads' => 'Muat Naik Fail',
- 'file_upload' => 'File Upload',
+ 'file_upload' => 'muatnaik fail',
'generate' => 'Laksanakan',
- 'generate_labels' => 'Generate Labels',
+ 'generate_labels' => 'Hasilkan Backup',
'github_markdown' => 'This field accepts Github flavored markdown.',
'groups' => 'Kumpulan',
'gravatar_email' => 'Alam e-mel gravatar',
@@ -159,7 +145,7 @@ return [
'id' => 'ID',
'image' => 'Gambar',
'image_delete' => 'Hapuskan imej',
- 'include_deleted' => 'Include Deleted Assets',
+ 'include_deleted' => 'Sahkan Pemutihan Aset Pukal',
'image_upload' => 'Muat naik imej',
'filetypes_accepted_help' => 'Accepted filetype is :types. The maximum size allowed is :size.|Accepted filetypes are :types. The maximum upload size allowed is :size.',
'filetypes_size_help' => 'The maximum upload size allowed is :size.',
@@ -183,6 +169,11 @@ return [
'last' => 'Terakhir',
'last_login' => 'Log masuk kali terakhir',
'last_name' => 'Nama Keluarga',
+ 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
+ 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
+ 'name_display_format' => 'Name Display Format',
+ 'first' => 'Pertama',
+ 'first_name' => 'Nama pertama',
'license' => 'Lesen',
'license_report' => 'Laporan Lesen',
'licenses_available' => 'Licenses available',
@@ -192,9 +183,9 @@ return [
'lock_passwords' => 'This field value will not be saved in a demo installation.',
'feature_disabled' => 'Ciri ini telah dilumpuhkan untuk pemasangan demo.',
'location' => 'Lokasi',
- 'location_plural' => 'Location|Locations',
+ 'location_plural' => 'Lokasi',
'locations' => 'Lokasi',
- 'logo_size' => 'Square logos look best with Logo + Text. Logo maximum display size is 50px high x 500px wide. ',
+ 'logo_size' => '',
'logout' => 'Log keluar',
'lookup_by_tag' => 'Cari dengan Tag Aset',
'maintenances' => 'Penyelenggaraan',
@@ -208,10 +199,10 @@ return [
'months' => 'Bulan',
'moreinfo' => 'Maklumat tambahan',
'name' => 'Nama',
- 'new_password' => 'New Password',
+ 'new_password' => 'Kata Laluan Baru',
'next' => 'Seterusnya',
'next_audit_date' => 'Tarikh Audit Seterusnya',
- 'next_audit_date_help' => 'If you use auditing in your organization, this is usually automatically calculated based on the asset's last audit date and audit frequency (in Admin Settings > Alerts
) and you can leave this blank. You can manually set this date here if you need to, but it must be later than the last audit date. ',
+ 'next_audit_date_help' => '',
'audit_images_help' => 'You can find audit images in the asset\'s history tab.',
'no_email' => 'No email address associated with this user',
'last_audit' => 'Audit lepas',
@@ -311,7 +302,6 @@ return [
'type' => 'Taipkan',
'undeployable' => 'Tidak Boleh Agih',
'unknown_admin' => 'Pentadbir Tidak Dikenali',
- 'username_format' => 'Format Nama Pengguna',
'username' => 'Nama Pengguna',
'update' => 'Kemas kini',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/ms-MY/localizations.php b/resources/lang/ms-MY/localizations.php
index fdca1532b..827ed4fca 100644
--- a/resources/lang/ms-MY/localizations.php
+++ b/resources/lang/ms-MY/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malay',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolian',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persian',
'pl-PL'=> 'Polish',
diff --git a/resources/lang/ms-MY/mail.php b/resources/lang/ms-MY/mail.php
index dcb72940b..288d37224 100644
--- a/resources/lang/ms-MY/mail.php
+++ b/resources/lang/ms-MY/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'QTY min',
'name' => 'Nama',
'new_item_checked' => 'Item baru telah diperiksa di bawah nama anda, butiran di bawah.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Nota',
'password' => 'Kata Laluan',
'password_reset' => 'Memadam kata laluan',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.',
'user' => 'Pengguna',
'username' => 'Nama Pengguna',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Selamat datang: nama',
'welcome_to' => 'Selamat datang ke: web!',
'your_assets' => 'View Your Assets',
diff --git a/resources/lang/nb-NO/admin/custom_fields/general.php b/resources/lang/nb-NO/admin/custom_fields/general.php
index d32747f3b..2b4f1b593 100644
--- a/resources/lang/nb-NO/admin/custom_fields/general.php
+++ b/resources/lang/nb-NO/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'Feltet er kryptert, så noen visningsalternativer er ikke tilgjengelig.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/nb-NO/admin/depreciations/general.php b/resources/lang/nb-NO/admin/depreciations/general.php
index be4f6d862..1a490ca76 100644
--- a/resources/lang/nb-NO/admin/depreciations/general.php
+++ b/resources/lang/nb-NO/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Advarsel:
Du har for øyeblikket ingen avskrivninger satt opp.
Vennligst sett opp minst én avskrivning for å se avskrivningsrapporten.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/nb-NO/admin/hardware/form.php b/resources/lang/nb-NO/admin/hardware/form.php
index 48d69e2b0..eaf21476f 100644
--- a/resources/lang/nb-NO/admin/hardware/form.php
+++ b/resources/lang/nb-NO/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Oppdater bare faktisk plassering',
'asset_not_deployable' => 'Den eiendelstatusen gjør at denne eiendelen ikke kan sjekkes ut.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'Den statusen gjør det mulig å sjekke ut denne eiendelen.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Behandler... (Dette kan ta litt tid for store filer)',
'optional_infos' => 'Valgfri informasjon',
'order_details' => 'Ordrerelatert informasjon',
diff --git a/resources/lang/nb-NO/admin/hardware/message.php b/resources/lang/nb-NO/admin/hardware/message.php
index 35997fbb7..04b3f4ceb 100644
--- a/resources/lang/nb-NO/admin/hardware/message.php
+++ b/resources/lang/nb-NO/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'En eller flere attributter i overskriftsraden inneholder feilformede UTF-8 tegn',
'content_row_has_malformed_characters' => 'En eller flere attributter i første rad i inneholdet inneholder feilformet UTF-8 tegn',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Eiendelen ble ikke forespurt, prøv igjen',
- 'success' => 'Eiendel ble forespurt.',
- 'canceled' => 'Utsjekkingsforespørselen ble kansellert',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Avbryt forespørsel om element',
],
];
diff --git a/resources/lang/nb-NO/admin/reports/general.php b/resources/lang/nb-NO/admin/reports/general.php
index 67b14bdb7..17da068db 100644
--- a/resources/lang/nb-NO/admin/reports/general.php
+++ b/resources/lang/nb-NO/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Velg de alternativene du ønsker skal inngå i rapporten.',
'deleted_user' => 'Slettet bruker',
'send_reminder' => 'Send påminnelse',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Påminnelse sendt',
'acceptance_deleted' => 'Aksepteringsforespørsel slettet',
'acceptance_request' => 'Akseptanseforespørsel',
diff --git a/resources/lang/nb-NO/admin/settings/general.php b/resources/lang/nb-NO/admin/settings/general.php
index 5c3228ba3..6739a11de 100644
--- a/resources/lang/nb-NO/admin/settings/general.php
+++ b/resources/lang/nb-NO/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Bekreft rensking',
'confirm_purge_help' => 'Skriv "DELETE" i boksen under for å fjerne dine slettende data. Denne handlingen kan ikke angres og vil PERMANENT slette alle slettede elementer og brukere. (Du bør først gjøre en sikkerhetskopi, bare for å være trygg.)',
'custom_css' => 'Egendefinert CSS',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Legg til egendefinert CSS. Ikke ta med taggene <style></style>.',
'custom_forgot_pass_url' => 'Egendefinert passord tilbakestillings-URL',
'custom_forgot_pass_url_help' => 'Erstatter den innebygde glemt passord-URLen i innloggingsbildet. Nyttig for å sende brukere til intern eller leid LDAP passordgjenopprettingsfunksjonalitet. Vil deaktivere den lokale glemt passord-funksjonaliteten.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Vis levetid i tabellvisning',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => 'Vis 1D strekkode',
- 'email_logo' => 'E-postlogo',
'barcode_type' => '2D strekkodetype',
'alt_barcode_type' => '1D strekkodetype',
- 'email_logo_size' => 'Kvadratiske logoer ser best ut i e-post. ',
'enabled' => 'Slått på',
'eula_settings' => 'EULA-innstillinger',
'eula_markdown' => 'Denne EULAen tillater Github Flavored markdown.',
@@ -70,13 +69,13 @@ return [
'footer_text' => 'Ekstra bunnteksttekst ',
'footer_text_help' => 'Denne teksten vil fremstå i høyre del av bunnteksten. Lenker er tillatt ved å bruke Github flavored markdown.
Linjeskift, topptekst, bilder, osv. kan føre til uventede resultater.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'Generelle innstillinger',
'general_settings_help' => 'Standard EULA og mer',
'generate_backup' => 'Generer Sikkerhetskopi',
'google_workspaces' => 'Google arbeidsområder',
'header_color' => 'Overskriftsfarge',
'info' => 'Disse innstillingene lar deg tilpasse enkelte aspekter av installasjonen din.',
- 'label_logo' => 'Etikett-logo',
'label_logo_size' => 'Kvadratisk logo vil se best ut. Den vil vises øverst til høyre på hver merkelapp. ',
'laravel' => 'Laravel-versjon',
'ldap' => 'LDAP',
@@ -119,6 +118,8 @@ Linjeskift, topptekst, bilder, osv. kan føre til uventede resultater.',
'ldap_version' => 'LDAP Versjon',
'ldap_active_flag' => 'LDAP aktive flag',
'ldap_activated_flag_help' => 'Denne verdien brukes til å bestemme om en synkronisert bruker kan logge inn på Snipe-IT. Det påvirker ikke muligheten til å sjekke elementer inn eller ut til dem, og bør være egenskapsnavn i din AD/LDAP, ikke verdien.
Hvis dette feltet er satt til et feltnavn som ikke eksisterer i AD/LDAP, eller verdien i AD/LDAP feltet er satt til 0
eller usann
, vil bruker pålogging bli deaktivert. Hvis verdien i AD/LDAP feltet er satt til 1
eller sann
eller annen tekst betyr at brukeren kan logge inn. Når feltet er tomt i din AD, respekterer vi -brukerAccountControl
attributt, som vanligvis tillater ikke-suspenderte brukere å logge inn.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'LDAP ansattnummer',
'ldap_email' => 'LDAP E-post',
'ldap_test' => 'Test LDAP',
@@ -133,6 +134,7 @@ Linjeskift, topptekst, bilder, osv. kan føre til uventede resultater.',
'login_user_agent' => 'Brukeragent',
'login_help' => 'Liste over forsøkte pålogginger',
'login_note' => 'Logg inn melding',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Eventuelt inkludere et par setninger på logg inn skjermen, for eksempel for å hjelpe mennesker som har funnet en mistet eller stjålet enhet. Dette feltet godtar Github flavored markdown',
'login_remote_user_text' => 'Fjernbruker pålogging valg',
'login_remote_user_enabled_text' => 'Aktiver innlogging med Remote User Header',
@@ -148,6 +150,8 @@ Linjeskift, topptekst, bilder, osv. kan føre til uventede resultater.',
'logo_print_assets_help' => 'Bruk branding på utskrivbare eiendelslister ',
'full_multiple_companies_support_help_text' => 'Vis kun eiendeler til bedriften brukere (inkl administratorer) er knyttet til.',
'full_multiple_companies_support_text' => 'Full støtte for flere bedrifter',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Vis i Model nedtrekksmeny',
'optional' => 'valgfri',
'per_page' => 'Resultater pr side',
@@ -346,6 +350,8 @@ Linjeskift, topptekst, bilder, osv. kan føre til uventede resultater.',
'setup_migration_create_user' => 'Neste: Opprett bruker',
'ldap_settings_link' => 'Side for LDAP-innstillinger',
'slack_test' => 'Test Integrasjon',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'Ny etikett generator',
'label2_enable_help' => 'Bytt til den nye etikette generatoren. Merk: Du må lagre denne innstillingen før du setter andre.',
'label2_template' => 'Mal',
@@ -363,6 +369,7 @@ Linjeskift, topptekst, bilder, osv. kan føre til uventede resultater.',
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Feltdefinisjoner',
'label2_fields_help' => 'Feltene kan legges til, fjernes, og sorteres i venstre kolonne. For hvert felt kan flere alternativer for etikett og datakilde legges til, fjernes, og sorteres på nytt i høyre kolonne.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Teksten som skrives inn som **text**
vil vises som fet',
'help_blank_to_use' => 'La stå tom for å bruke verdien fra :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
.
Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see the documentation for more details. ',
@@ -379,15 +386,70 @@ Linjeskift, topptekst, bilder, osv. kan føre til uventede resultater.',
'database_driver' => 'Databasedriver',
'bs_table_storage' => 'Tabell Lagring',
'timezone' => 'Tidssone',
+ 'test_mail' => 'Test Mail',
'profile_edit' => 'Edit Profile',
'profile_edit_help' => 'Allow users to edit their own profiles.',
- 'default_avatar' => 'Upload custom default avatar',
+ 'default_avatar' => 'Custom Default Avatar',
'default_avatar_help' => 'This image will be displayed as a profile if a user does not have a profile photo.',
'restore_default_avatar' => 'Restore original system default avatar',
'restore_default_avatar_help' => '',
'due_checkin_days' => 'Due For Checkin Warning',
'due_checkin_days_help' => 'How many days before the expected checkin of an asset should it be listed in the "Due for checkin" page?',
'no_groups' => 'No groups have been created yet. Visit Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Format brukernavn',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'E-postformat',
+ 'firstname_lastname_format' => 'Fornavn Etternavn (oladunk@example.com)',
+ 'first_name_format' => 'Fornavn (oladunk@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Fornavn (kun initial) Etternavn (oladunk@example.com)',
+ 'lastnamefirstinitial_format' => 'Etternavn Initialer (oladunk@example.com)',
+ 'firstname_lastname_underscore_format' => 'Fornavn Etternavn (oladunk@example.com)',
+ 'firstinitial.lastname' => 'Fornavn Initialer. Etternavn (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Etternavn Fornavn Initialer (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'Fornavn Etternavn (oladunk@example.com)',
+ 'firstnamelastinitial' => 'Fornavn Etternavn Initialer (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'E-postlogo',
+ 'label_logo' => 'Etikett-logo',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Kvadratiske logoer ser best ut i e-post. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/nb-NO/admin/settings/message.php b/resources/lang/nb-NO/admin/settings/message.php
index 68e62e5c8..19e1db804 100644
--- a/resources/lang/nb-NO/admin/settings/message.php
+++ b/resources/lang/nb-NO/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Noe gikk galt. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/nb-NO/auth.php b/resources/lang/nb-NO/auth.php
index bfc2a2bd0..4a8095bab 100644
--- a/resources/lang/nb-NO/auth.php
+++ b/resources/lang/nb-NO/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'Disse opplysningene samsvarer ikke med våre oppføringer.',
'password' => 'Angitt passord er feil.',
- 'throttle' => 'For mange innloggingsforsøk. Prøv igjen om :seconds sekunder.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/nb-NO/auth/message.php b/resources/lang/nb-NO/auth/message.php
index ba1ae4ec9..1327f5ec1 100644
--- a/resources/lang/nb-NO/auth/message.php
+++ b/resources/lang/nb-NO/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'Brukernavnet eller passordet er feil.',
'account_not_activated' => 'Denne brukerkontoen er ikke aktiv.',
'account_suspended' => 'Denne brukerkontoen er deaktivert.',
- 'account_banned' => 'Denne brukerkontoen er forbudt.',
- 'throttle' => 'For mange mislykkede påloggingsforsøk. Prøv igjen om :minutes minutter.',
'two_factor' => array(
'already_enrolled' => 'Enheten din er allerede registrert.',
diff --git a/resources/lang/nb-NO/general.php b/resources/lang/nb-NO/general.php
index 44814dae7..b92f9fde7 100644
--- a/resources/lang/nb-NO/general.php
+++ b/resources/lang/nb-NO/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Godta eiendeler',
'accept_item' => 'Accept Item',
'audit' => 'Revisjon',
+ 'audits' => 'Audits',
'audit_report' => 'Overvåkingslogg',
'assets' => 'Eiendeler',
'assets_audited' => 'reviderte ressurser',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Endre passord',
'checkin' => 'Sjekk inn',
'checkin_from' => 'Innsjekk fra',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Sjekk ut',
'checkouts_count' => 'Sjekk ut',
'checkins_count' => 'Sjekk inn',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Rediger din profil',
'eol' => 'Livstid',
'email_domain' => 'E-postdomene',
- 'email_format' => 'E-postformat',
'employee_number' => 'Ansattnummer',
'email_domain_help' => 'Brukes til å generere e-postadresser ved import',
'error' => 'Feil',
'exclude_archived' => 'Ekskluder arkiverte ressurser',
'exclude_deleted' => 'Ekskluder slettede ressurser',
'example' => 'Eksempel: ',
- 'filastname_format' => 'Fornavn (kun initial) Etternavn (oladunk@example.com)',
- 'firstname_lastname_format' => 'Fornavn Etternavn (oladunk@example.com)',
- 'firstname_lastname_underscore_format' => 'Fornavn Etternavn (oladunk@example.com)',
- 'lastnamefirstinitial_format' => 'Etternavn Initialer (oladunk@example.com)',
- 'firstintial_dot_lastname_format' => 'Fornavn Initialer. Etternavn (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'Fornavn Etternavn (Kari Torildsdottir)',
- 'lastname_firstname_display' => 'Etternavn Fornavn (Torildsdottir, Kari)',
- 'name_display_format' => 'Navneformat',
- 'first' => 'Første',
- 'firstnamelastname' => 'Fornavn Etternavn (oladunk@example.com)',
- 'lastname_firstinitial' => 'Etternavn Fornavn Initialer (smith_j@example.com)',
- 'firstinitial.lastname' => 'Fornavn Initialer Etternavn (j.smith@example.com)',
- 'firstnamelastinitial' => 'Fornavn Etternavn Initialer (janes@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'Fornavn',
- 'first_name_format' => 'Fornavn (oladunk@example.com)',
+
'files' => 'Filer',
'file_name' => 'Fil',
'file_type' => 'Filtype',
@@ -183,6 +169,11 @@ return [
'last' => 'Siste',
'last_login' => 'Siste pålogging',
'last_name' => 'Etternavn',
+ 'firstname_lastname_display' => 'Fornavn Etternavn (Kari Torildsdottir)',
+ 'lastname_firstname_display' => 'Etternavn Fornavn (Torildsdottir, Kari)',
+ 'name_display_format' => 'Navneformat',
+ 'first' => 'Første',
+ 'first_name' => 'Fornavn',
'license' => 'Lisens',
'license_report' => 'Lisensrapport',
'licenses_available' => 'Tilgjengelige lisenser',
@@ -311,7 +302,6 @@ return [
'type' => 'Type',
'undeployable' => 'Ikke utleverbar',
'unknown_admin' => 'Ukjent admin',
- 'username_format' => 'Format brukernavn',
'username' => 'Brukernavn',
'update' => 'Oppdater',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/nb-NO/localizations.php b/resources/lang/nb-NO/localizations.php
index cfe4f6d42..d313737f9 100644
--- a/resources/lang/nb-NO/localizations.php
+++ b/resources/lang/nb-NO/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malayisk',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolsk',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persisk',
'pl-PL'=> 'Polsk',
diff --git a/resources/lang/nb-NO/mail.php b/resources/lang/nb-NO/mail.php
index f5c9532d6..d2d6f5902 100644
--- a/resources/lang/nb-NO/mail.php
+++ b/resources/lang/nb-NO/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Min. antall',
'name' => 'Navn',
'new_item_checked' => 'En ny enhet har blitt sjekket ut under ditt navn, detaljer nedenfor.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Notater',
'password' => 'Passord',
'password_reset' => 'Tilbakestill passord',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => ':count eiendel har revisjonsfrist innen :treshold dager.|:count eiendeler har revisjonsfrist innen :threshold dager.',
'user' => 'Bruker',
'username' => 'Brukernavn',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Velkommen :name',
'welcome_to' => 'Velkommen til :web!',
'your_assets' => 'Vis dine eiendeler',
diff --git a/resources/lang/nl-NL/admin/custom_fields/general.php b/resources/lang/nl-NL/admin/custom_fields/general.php
index 3bbbefc5f..1a6c8e468 100644
--- a/resources/lang/nl-NL/admin/custom_fields/general.php
+++ b/resources/lang/nl-NL/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'Dit veld is encrypted, dus sommige weergaveopties zullen niet beschikbaar zijn.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/nl-NL/admin/depreciations/general.php b/resources/lang/nl-NL/admin/depreciations/general.php
index 78c128f39..f1bb4e6ed 100644
--- a/resources/lang/nl-NL/admin/depreciations/general.php
+++ b/resources/lang/nl-NL/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Waarschuwing:
U heeft momenteel geen afschrijvingen ingesteld.
Stel ten minste één afschrijving in om het afschrijvingsrapport te bekijken.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/nl-NL/admin/hardware/form.php b/resources/lang/nl-NL/admin/hardware/form.php
index 6f0627b85..176e39a29 100644
--- a/resources/lang/nl-NL/admin/hardware/form.php
+++ b/resources/lang/nl-NL/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Alleen actuele locatie bijwerken',
'asset_not_deployable' => 'Deze Asset status is niet uitgeefbaar. Dit Asset kan niet uitgegeven worden.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'Deze status is uitgeefbaar. Dit Asset kan uitgegeven worden.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Verwerken... (Dit kan enige tijd duren bij grote bestanden)',
'optional_infos' => 'Optionele informatie',
'order_details' => 'Bestelling Gerelateerde Informatie',
diff --git a/resources/lang/nl-NL/admin/hardware/message.php b/resources/lang/nl-NL/admin/hardware/message.php
index cffd315ca..38139af16 100644
--- a/resources/lang/nl-NL/admin/hardware/message.php
+++ b/resources/lang/nl-NL/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'Het geselecteerde bestand is al verwijderd',
'header_row_has_malformed_characters' => 'Een of meer attributen in de kopregel bevatten ongeldige UTF-8-tekens',
'content_row_has_malformed_characters' => 'Een of meer attributen in de eerste rij inhoud bevat ongeldige UTF-8 tekens',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Asset is niet aangevraagd. Probeer het opnieuw',
- 'success' => 'Asset is succesvol aangevraagd.',
- 'canceled' => 'Checkout aanvraag succesvol geannuleerd',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Annuleer deze aanvraag',
],
];
diff --git a/resources/lang/nl-NL/admin/reports/general.php b/resources/lang/nl-NL/admin/reports/general.php
index ac74bf608..87b44cd17 100644
--- a/resources/lang/nl-NL/admin/reports/general.php
+++ b/resources/lang/nl-NL/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Selecteer de opties die je wilt voor je assetrapport.',
'deleted_user' => 'Verwijderde gebruiker',
'send_reminder' => 'Stuur herinnering',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Herinnering verzonden',
'acceptance_deleted' => 'Aanvaardingsverzoek verwijderd',
'acceptance_request' => 'Aanvaarding verzoek',
diff --git a/resources/lang/nl-NL/admin/settings/general.php b/resources/lang/nl-NL/admin/settings/general.php
index 789f81f27..0e89bb1ed 100644
--- a/resources/lang/nl-NL/admin/settings/general.php
+++ b/resources/lang/nl-NL/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Opschoning bevestigen',
'confirm_purge_help' => 'Voer de tekst "DELETE" in het vak hieronder om uw verwijderde records definitief te verwijderen. Deze actie kan niet ongedaan worden gemaakt en zal PERMANENT alle soft-deleted items en gebruikers verwijderen. (Je moet eerst een backup maken voor de zekerheid.)',
'custom_css' => 'Aangepaste CSS',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Voer een aangepaste CSS overschrijving die je wilt gebruiken in. Gebruik geen <style></style> tags.',
'custom_forgot_pass_url' => 'Aangepaste Paswoord reset URL',
'custom_forgot_pass_url_help' => 'Dit vervangt de ingebouwde "vergeten paswoord URL" op de inlogpagina, handig om gebruikers te verwijzen naar een interne of gehoste LDAP paswoord reset functionaliteit. Deze optie inschakelen zal effectief de functionaliteit "vergeten paswoord" voor een lokale gebruiker uitschakelen.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Toon EOL in tabel weergave',
'display_qr' => 'Streepjescode weergeven',
'display_alt_barcode' => 'Streepjescode weergeven',
- 'email_logo' => 'E-mail logo',
'barcode_type' => 'QR-code soort',
'alt_barcode_type' => 'Streepjescode soort',
- 'email_logo_size' => 'Vierkante logo\'s in de e-mail zien er het beste uit. ',
'enabled' => 'Ingeschakeld',
'eula_settings' => 'Gebruikersovereenkomsten instellingen',
'eula_markdown' => 'Deze gebruikersovereenkomst staat Github flavored markdown toe.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favorieten moeten vierkante afbeeldingen zijn, 16x16 pixels.',
'footer_text' => 'Aanvullende voettekst ',
'footer_text_help' => 'Deze tekst verschijnt in de voettekst aan de rechterkant. Links zijn toegestaan met gebruik van Github-stijlen. Regeleindes, koppen, afbeeldingen, enzovoort kunnen resulteren in onvoorspelbare resultaten.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'Algemene Instellingen',
'general_settings_help' => 'Standaard gebruikersovereenkomst en meer',
'generate_backup' => 'Genereer een backup',
'google_workspaces' => 'Google Workspaces',
'header_color' => 'Kleur van koptekst',
'info' => 'Deze instellingen laten jou specifieke aspecten aanpassen van jou installatie.',
- 'label_logo' => 'Label logo',
'label_logo_size' => 'Vierkante logo\'s zien er het beste uit - zullen worden weergegeven in de rechterbovenhoek van elk asset label. ',
'laravel' => 'Laravel Versie',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'LDAP versie',
'ldap_active_flag' => 'LDAP actief vlag',
'ldap_activated_flag_help' => 'Deze waarde word gebruikt om te bepalen of een gesynchroniseerde gebruiker kan inloggen op Snipe-IT. Het beinvloed niet de mogelijkheid om artikelen in of uit te checken voor hun, en zou de attribute name binnen je AD/LDAP moeten zijn, niet de waarde.
Als dit veld is ingesteld op een veld naam dat niet bestaat in je AD/LDAP, of de waarde in de AD/LDAP veld is ingesteld op 0 of false, word gebruiker login uitgeschakeld. Als de waarde in het AD/LDAP veld is ingesteld op 1 of true ofiets anders betekent het dat de gebruiker kan inloggen. Wanneer het veld leeg is in je AD, respecteren wij de userAccountControl attribuut, wat gebruikelijk niet opgeschorte gebruikers toestaat om in te loggen',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'LDAP personeelsnummer',
'ldap_email' => 'LDAP E-mail',
'ldap_test' => 'LDAP testen',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User Agent',
'login_help' => 'Lijst van inlogpogingen',
'login_note' => 'Inlog notitie',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Hier kan je optioneel een paar regels tekst weergeven, bijvoorbeeld om mensen die een verloren of gestolen apparaat hebben gevonden te assisteren. Dit veld accepteert Github markdown opmaak',
'login_remote_user_text' => 'Opties voor externe gebruikers',
'login_remote_user_enabled_text' => 'Inloggen met header voor externe gebruiker inschakelen',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Gebruik logo op afdrukbare assetlijsten ',
'full_multiple_companies_support_help_text' => 'Beperk gebruikers (inclusief admins) die zijn toegewezen aan bedrijven tot hun bedrijfsassets.',
'full_multiple_companies_support_text' => 'Volledige meerdere bedrijven ondersteuning',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Toon in het dropdownmenu van modellen',
'optional' => 'optioneel',
'per_page' => 'Resultaten per pagina',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Volgende: Gebruiker aanmaken',
'ldap_settings_link' => 'LDAP instellingen pagina',
'slack_test' => 'Test integratie',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'Nieuwe Label Maker',
'label2_enable_help' => 'Schakel over naar de nieuwe labelmaker. Opmerking: u moet deze instelling opslaan voordat u anderen kunt instellen.',
'label2_template' => 'Sjabloon',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Veld definities',
'label2_fields_help' => 'Velden kunnen worden toegevoegd, verwijderd en opnieuw geordend in de linker kolom. Voor elk veld kunnen meerdere opties voor label en gegevensbron worden toegevoegd, verwijderd en opnieuw geordend in de juiste kolom.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Tekst ingevoerd als **tekst**
wordt weergegeven als dikgedrukt',
'help_blank_to_use' => 'Laat leeg om de waarde van :setting_name
te gebruiken',
'help_default_will_use' => ':default
will use the value from :setting_name
.
Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see the documentation for more details. ',
@@ -378,15 +385,70 @@ return [
'database_driver' => 'Database Stuurprogramma',
'bs_table_storage' => 'Tafel opslag',
'timezone' => 'Tijdzone',
+ 'test_mail' => 'Test Mail',
'profile_edit' => 'Profiel bewerken',
'profile_edit_help' => 'Gebruikers toestaan hun eigen profielen te bewerken.',
- 'default_avatar' => 'Aangepaste standaard avatar uploaden',
+ 'default_avatar' => 'Custom Default Avatar',
'default_avatar_help' => 'Deze afbeelding wordt weergegeven als profielfoto wanneer een gebruiker geen profielfoto heeft.',
'restore_default_avatar' => 'Originele standaard avatar herstellen',
'restore_default_avatar_help' => '',
'due_checkin_days' => 'Waarschuwing voor aankomende Checkin',
'due_checkin_days_help' => 'Hoeveel dagen vóór de verwachte check-in van een product moet het worden weergegeven op de pagina "Waarschuwing voor aankomende Check-in"?',
'no_groups' => 'No groups have been created yet. Visit Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Gebruikersnaam indeling',
+ 'firstname_lastname_format' => 'Voornaam Achternaam (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Achternaam.Voornaam (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'E-mailindeling',
+ 'firstname_lastname_format' => 'Voornaam Achternaam (jane.smith@example.com)',
+ 'first_name_format' => 'Voornaam (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Eerste Initiaal Achternaam (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Achternaam eerste initiaal (nescion@voorbeeld.nl)',
+ 'firstname_lastname_underscore_format' => 'Voornaam Achternaam (nomen.nescio@voorbeeld.nl)',
+ 'firstinitial.lastname' => 'Eerste initiaal Achternaam (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Achternaam eerste initiaal (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'Voornaam Achternaam (janesmith@example.com)',
+ 'firstnamelastinitial' => 'Voornaam Initiaal Achternaam (janes@voorbeeld.com)',
+ 'lastnamefirstname' => 'Achternaam.Voornaam (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'E-mail logo',
+ 'label_logo' => 'Label logo',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Vierkante logo\'s in de e-mail zien er het beste uit. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/nl-NL/admin/settings/message.php b/resources/lang/nl-NL/admin/settings/message.php
index 6db8d082d..61713e058 100644
--- a/resources/lang/nl-NL/admin/settings/message.php
+++ b/resources/lang/nl-NL/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Er ging iets mis. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/nl-NL/auth.php b/resources/lang/nl-NL/auth.php
index 64dcb5b7d..e13a30f98 100644
--- a/resources/lang/nl-NL/auth.php
+++ b/resources/lang/nl-NL/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'Deze gegevens komen niet overeen met onze administratie.',
'password' => 'Het opgegeven wachtwoord is onjuist.',
- 'throttle' => 'Te veel inlogpogingen. Probeer het over :seconds seconden opnieuw.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/nl-NL/auth/message.php b/resources/lang/nl-NL/auth/message.php
index 8559f8aef..db3fa325b 100644
--- a/resources/lang/nl-NL/auth/message.php
+++ b/resources/lang/nl-NL/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'De gebruikersnaam of het wachtwoord is niet juist.',
'account_not_activated' => 'Deze gebruikersaccount is niet actief.',
'account_suspended' => 'Deze gebruikersaccount is vergrendeld.',
- 'account_banned' => 'Deze gebruikersaccount is geband.',
- 'throttle' => 'Te veel mislukte inlog pogingen. Probeer het over :minuten opnieuw.',
'two_factor' => array(
'already_enrolled' => 'Je apparaat is al uitgeleverd.',
diff --git a/resources/lang/nl-NL/general.php b/resources/lang/nl-NL/general.php
index 0f51ba34d..90798d6ef 100644
--- a/resources/lang/nl-NL/general.php
+++ b/resources/lang/nl-NL/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Activa accepteren',
'accept_item' => 'Accepteer item',
'audit' => 'Audit',
+ 'audits' => 'Audits',
'audit_report' => 'Auditlogboek',
'assets' => 'Activa',
'assets_audited' => 'objecten gecontroleerd',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Wachtwoord wijzigen',
'checkin' => 'Check in',
'checkin_from' => 'Check in van',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Check uit',
'checkouts_count' => 'Check-uit\'s',
'checkins_count' => 'Check in\'s',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Bewerk jouw profiel',
'eol' => 'EOL',
'email_domain' => 'E-maildomein',
- 'email_format' => 'E-mailindeling',
'employee_number' => 'Personeelsnummer',
'email_domain_help' => 'Dit wordt gebruikt voor het genereren van e-mailadressen bij het importeren',
'error' => 'Foutmelding',
'exclude_archived' => 'Gearchiveerde activa uitsluiten',
'exclude_deleted' => 'Verwijderde activa uitsluiten',
'example' => 'Voorbeeld: ',
- 'filastname_format' => 'Eerste Initiaal Achternaam (jsmith@example.com)',
- 'firstname_lastname_format' => 'Voornaam Achternaam (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'Voornaam Achternaam (nomen.nescio@voorbeeld.nl)',
- 'lastnamefirstinitial_format' => 'Achternaam eerste initiaal (nescion@voorbeeld.nl)',
- 'firstintial_dot_lastname_format' => 'Eerste Initiaal Achternaam (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'Voornaam Achternaam (Jane Smith)',
- 'lastname_firstname_display' => 'Achternaam Voornaam (Smith Jane)',
- 'name_display_format' => 'Weergave naam',
- 'first' => 'Eerste',
- 'firstnamelastname' => 'Voornaam Achternaam (janesmith@example.com)',
- 'lastname_firstinitial' => 'Achternaam eerste initiaal (smith_j@example.com)',
- 'firstinitial.lastname' => 'Eerste initiaal achternaam (j.smith@example.com)',
- 'firstnamelastinitial' => 'Voornaam Initiaal Achternaam (janes@voorbeeld.com)',
- 'lastnamefirstname' => 'Achternaam.Voornaam (smith.jane@example.com)',
- 'first_name' => 'Voornaam',
- 'first_name_format' => 'Voornaam (jane@example.com)',
+
'files' => 'Bestanden',
'file_name' => 'Bestand',
'file_type' => 'Bestandstype',
@@ -183,6 +169,11 @@ return [
'last' => 'Laatste',
'last_login' => 'Laatst ingelogd',
'last_name' => 'Achternaam',
+ 'firstname_lastname_display' => 'Voornaam Achternaam (Jane Smith)',
+ 'lastname_firstname_display' => 'Achternaam Voornaam (Smith Jane)',
+ 'name_display_format' => 'Weergave naam',
+ 'first' => 'Eerste',
+ 'first_name' => 'Voornaam',
'license' => 'Licentie',
'license_report' => 'Licentierapport',
'licenses_available' => 'Beschikbare licenties',
@@ -311,7 +302,6 @@ return [
'type' => 'Type',
'undeployable' => 'Niet-uitgeefbaar',
'unknown_admin' => 'Onbekende Beheerder',
- 'username_format' => 'Gebruikersnaam indeling',
'username' => 'Gebruikersnaam',
'update' => 'Bijwerken',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/nl-NL/localizations.php b/resources/lang/nl-NL/localizations.php
index 596db189c..ccc03f4c7 100644
--- a/resources/lang/nl-NL/localizations.php
+++ b/resources/lang/nl-NL/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Maleis',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongools',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Noors Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Perzisch',
'pl-PL'=> 'Pools',
diff --git a/resources/lang/nl-NL/mail.php b/resources/lang/nl-NL/mail.php
index 0e63b0497..0170ee0a1 100644
--- a/resources/lang/nl-NL/mail.php
+++ b/resources/lang/nl-NL/mail.php
@@ -23,7 +23,7 @@ return [
'Item_Requested' => 'Item aangevraagd',
'License_Checkin_Notification' => 'Licentie ingecheckt',
'License_Checkout_Notification' => 'Licentie gecontroleerd',
- 'license_for' => 'License for',
+ 'license_for' => 'Licentie voor',
'Low_Inventory_Report' => 'Lage inventarisrapport',
'a_user_canceled' => 'Een gebruiker heeft een verzoek om een item op de website geannuleerd',
'a_user_requested' => 'Een gebruiker heeft een item op de website aangevraagd',
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Minimale hoeveelheid',
'name' => 'Naam',
'new_item_checked' => 'Een nieuw item is onder uw naam uitgecheckt, details staan hieronder.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Opmerkingen',
'password' => 'Wachtwoord',
'password_reset' => 'Wachtwoord opnieuw instellen',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'Er is :count asset die binnen :threshold dagen gecontroleerd moet worden.|Er zijn :count assets die binnen :threshold dagen gecontroleerd moeten worden.',
'user' => 'Gebruiker',
'username' => 'Gebruikersnaam',
- 'unaccepted_asset_reminder' => 'Je hebt niet geaccepteerde Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Welkom :name',
'welcome_to' => 'Welkom bij :web!',
'your_assets' => 'Bekijk je activa',
diff --git a/resources/lang/nn-NO/admin/custom_fields/general.php b/resources/lang/nn-NO/admin/custom_fields/general.php
index d32747f3b..2b4f1b593 100644
--- a/resources/lang/nn-NO/admin/custom_fields/general.php
+++ b/resources/lang/nn-NO/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'Feltet er kryptert, så noen visningsalternativer er ikke tilgjengelig.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/nn-NO/admin/depreciations/general.php b/resources/lang/nn-NO/admin/depreciations/general.php
index be4f6d862..1a490ca76 100644
--- a/resources/lang/nn-NO/admin/depreciations/general.php
+++ b/resources/lang/nn-NO/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Advarsel:
Du har for øyeblikket ingen avskrivninger satt opp.
Vennligst sett opp minst én avskrivning for å se avskrivningsrapporten.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/nn-NO/admin/hardware/form.php b/resources/lang/nn-NO/admin/hardware/form.php
index 48d69e2b0..eaf21476f 100644
--- a/resources/lang/nn-NO/admin/hardware/form.php
+++ b/resources/lang/nn-NO/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Oppdater bare faktisk plassering',
'asset_not_deployable' => 'Den eiendelstatusen gjør at denne eiendelen ikke kan sjekkes ut.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'Den statusen gjør det mulig å sjekke ut denne eiendelen.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Behandler... (Dette kan ta litt tid for store filer)',
'optional_infos' => 'Valgfri informasjon',
'order_details' => 'Ordrerelatert informasjon',
diff --git a/resources/lang/nn-NO/admin/hardware/message.php b/resources/lang/nn-NO/admin/hardware/message.php
index 35997fbb7..04b3f4ceb 100644
--- a/resources/lang/nn-NO/admin/hardware/message.php
+++ b/resources/lang/nn-NO/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'En eller flere attributter i overskriftsraden inneholder feilformede UTF-8 tegn',
'content_row_has_malformed_characters' => 'En eller flere attributter i første rad i inneholdet inneholder feilformet UTF-8 tegn',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Eiendelen ble ikke forespurt, prøv igjen',
- 'success' => 'Eiendel ble forespurt.',
- 'canceled' => 'Utsjekkingsforespørselen ble kansellert',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Avbryt forespørsel om element',
],
];
diff --git a/resources/lang/nn-NO/admin/reports/general.php b/resources/lang/nn-NO/admin/reports/general.php
index 67b14bdb7..17da068db 100644
--- a/resources/lang/nn-NO/admin/reports/general.php
+++ b/resources/lang/nn-NO/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Velg de alternativene du ønsker skal inngå i rapporten.',
'deleted_user' => 'Slettet bruker',
'send_reminder' => 'Send påminnelse',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Påminnelse sendt',
'acceptance_deleted' => 'Aksepteringsforespørsel slettet',
'acceptance_request' => 'Akseptanseforespørsel',
diff --git a/resources/lang/nn-NO/admin/settings/general.php b/resources/lang/nn-NO/admin/settings/general.php
index 5c3228ba3..fb116cd68 100644
--- a/resources/lang/nn-NO/admin/settings/general.php
+++ b/resources/lang/nn-NO/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Bekreft rensking',
'confirm_purge_help' => 'Skriv "DELETE" i boksen under for å fjerne dine slettende data. Denne handlingen kan ikke angres og vil PERMANENT slette alle slettede elementer og brukere. (Du bør først gjøre en sikkerhetskopi, bare for å være trygg.)',
'custom_css' => 'Egendefinert CSS',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Legg til egendefinert CSS. Ikke ta med taggene <style></style>.',
'custom_forgot_pass_url' => 'Egendefinert passord tilbakestillings-URL',
'custom_forgot_pass_url_help' => 'Erstatter den innebygde glemt passord-URLen i innloggingsbildet. Nyttig for å sende brukere til intern eller leid LDAP passordgjenopprettingsfunksjonalitet. Vil deaktivere den lokale glemt passord-funksjonaliteten.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Vis levetid i tabellvisning',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => 'Vis 1D strekkode',
- 'email_logo' => 'E-postlogo',
'barcode_type' => '2D strekkodetype',
'alt_barcode_type' => '1D strekkodetype',
- 'email_logo_size' => 'Kvadratiske logoer ser best ut i e-post. ',
'enabled' => 'Slått på',
'eula_settings' => 'EULA-innstillinger',
'eula_markdown' => 'Denne EULAen tillater Github Flavored markdown.',
@@ -70,13 +69,13 @@ return [
'footer_text' => 'Ekstra bunnteksttekst ',
'footer_text_help' => 'Denne teksten vil fremstå i høyre del av bunnteksten. Lenker er tillatt ved å bruke Github flavored markdown.
Linjeskift, topptekst, bilder, osv. kan føre til uventede resultater.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'Generelle innstillinger',
'general_settings_help' => 'Standard EULA og mer',
'generate_backup' => 'Generer Sikkerhetskopi',
'google_workspaces' => 'Google arbeidsområder',
'header_color' => 'Overskriftsfarge',
'info' => 'Disse innstillingene lar deg tilpasse enkelte aspekter av installasjonen din.',
- 'label_logo' => 'Etikett-logo',
'label_logo_size' => 'Kvadratisk logo vil se best ut. Den vil vises øverst til høyre på hver merkelapp. ',
'laravel' => 'Laravel-versjon',
'ldap' => 'LDAP',
@@ -119,6 +118,8 @@ Linjeskift, topptekst, bilder, osv. kan føre til uventede resultater.',
'ldap_version' => 'LDAP Versjon',
'ldap_active_flag' => 'LDAP aktive flag',
'ldap_activated_flag_help' => 'Denne verdien brukes til å bestemme om en synkronisert bruker kan logge inn på Snipe-IT. Det påvirker ikke muligheten til å sjekke elementer inn eller ut til dem, og bør være egenskapsnavn i din AD/LDAP, ikke verdien.
Hvis dette feltet er satt til et feltnavn som ikke eksisterer i AD/LDAP, eller verdien i AD/LDAP feltet er satt til 0
eller usann
, vil bruker pålogging bli deaktivert. Hvis verdien i AD/LDAP feltet er satt til 1
eller sann
eller annen tekst betyr at brukeren kan logge inn. Når feltet er tomt i din AD, respekterer vi -brukerAccountControl
attributt, som vanligvis tillater ikke-suspenderte brukere å logge inn.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'LDAP ansattnummer',
'ldap_email' => 'LDAP E-post',
'ldap_test' => 'Test LDAP',
@@ -133,6 +134,7 @@ Linjeskift, topptekst, bilder, osv. kan føre til uventede resultater.',
'login_user_agent' => 'Brukeragent',
'login_help' => 'Liste over forsøkte pålogginger',
'login_note' => 'Logg inn melding',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Eventuelt inkludere et par setninger på logg inn skjermen, for eksempel for å hjelpe mennesker som har funnet en mistet eller stjålet enhet. Dette feltet godtar Github flavored markdown',
'login_remote_user_text' => 'Fjernbruker pålogging valg',
'login_remote_user_enabled_text' => 'Aktiver innlogging med Remote User Header',
@@ -148,6 +150,8 @@ Linjeskift, topptekst, bilder, osv. kan føre til uventede resultater.',
'logo_print_assets_help' => 'Bruk branding på utskrivbare eiendelslister ',
'full_multiple_companies_support_help_text' => 'Vis kun eiendeler til bedriften brukere (inkl administratorer) er knyttet til.',
'full_multiple_companies_support_text' => 'Full støtte for flere bedrifter',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Vis i Model nedtrekksmeny',
'optional' => 'valgfri',
'per_page' => 'Resultater pr side',
@@ -346,6 +350,8 @@ Linjeskift, topptekst, bilder, osv. kan føre til uventede resultater.',
'setup_migration_create_user' => 'Neste: Opprett bruker',
'ldap_settings_link' => 'Side for LDAP-innstillinger',
'slack_test' => 'Test Integrasjon',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'Ny etikett generator',
'label2_enable_help' => 'Bytt til den nye etikette generatoren. Merk: Du må lagre denne innstillingen før du setter andre.',
'label2_template' => 'Mal',
@@ -363,6 +369,7 @@ Linjeskift, topptekst, bilder, osv. kan føre til uventede resultater.',
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Feltdefinisjoner',
'label2_fields_help' => 'Feltene kan legges til, fjernes, og sorteres i venstre kolonne. For hvert felt kan flere alternativer for etikett og datakilde legges til, fjernes, og sorteres på nytt i høyre kolonne.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Teksten som skrives inn som **text**
vil vises som fet',
'help_blank_to_use' => 'La stå tom for å bruke verdien fra :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
.
Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see the documentation for more details. ',
@@ -379,15 +386,70 @@ Linjeskift, topptekst, bilder, osv. kan føre til uventede resultater.',
'database_driver' => 'Databasedriver',
'bs_table_storage' => 'Tabell Lagring',
'timezone' => 'Tidssone',
+ 'test_mail' => 'Test Mail',
'profile_edit' => 'Edit Profile',
'profile_edit_help' => 'Allow users to edit their own profiles.',
- 'default_avatar' => 'Upload custom default avatar',
+ 'default_avatar' => 'Custom Default Avatar',
'default_avatar_help' => 'This image will be displayed as a profile if a user does not have a profile photo.',
'restore_default_avatar' => 'Restore original system default avatar',
'restore_default_avatar_help' => '',
'due_checkin_days' => 'Due For Checkin Warning',
'due_checkin_days_help' => 'How many days before the expected checkin of an asset should it be listed in the "Due for checkin" page?',
'no_groups' => 'No groups have been created yet. Visit Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Format brukernavn',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'E-postformat',
+ 'firstname_lastname_format' => 'Fornavn Etternavn (oladunk@example.com)',
+ 'first_name_format' => 'Fornavn (oladunk@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Fornavn (kun initial) Etternavn (oladunk@example.com)',
+ 'lastnamefirstinitial_format' => 'Etternavn Initialer (oladunk@example.com)',
+ 'firstname_lastname_underscore_format' => 'Fornavn Etternavn (oladunk@example.com)',
+ 'firstinitial.lastname' => 'Fornavn Initialer Etternavn (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Etternavn Fornavn Initialer (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'Fornavn Etternavn (oladunk@example.com)',
+ 'firstnamelastinitial' => 'Fornavn Etternavn Initialer (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'E-postlogo',
+ 'label_logo' => 'Etikett-logo',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Kvadratiske logoer ser best ut i e-post. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/nn-NO/admin/settings/message.php b/resources/lang/nn-NO/admin/settings/message.php
index 68e62e5c8..19e1db804 100644
--- a/resources/lang/nn-NO/admin/settings/message.php
+++ b/resources/lang/nn-NO/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Noe gikk galt. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/nn-NO/auth.php b/resources/lang/nn-NO/auth.php
index bfc2a2bd0..4a8095bab 100644
--- a/resources/lang/nn-NO/auth.php
+++ b/resources/lang/nn-NO/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'Disse opplysningene samsvarer ikke med våre oppføringer.',
'password' => 'Angitt passord er feil.',
- 'throttle' => 'For mange innloggingsforsøk. Prøv igjen om :seconds sekunder.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/nn-NO/auth/message.php b/resources/lang/nn-NO/auth/message.php
index ba1ae4ec9..1327f5ec1 100644
--- a/resources/lang/nn-NO/auth/message.php
+++ b/resources/lang/nn-NO/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'Brukernavnet eller passordet er feil.',
'account_not_activated' => 'Denne brukerkontoen er ikke aktiv.',
'account_suspended' => 'Denne brukerkontoen er deaktivert.',
- 'account_banned' => 'Denne brukerkontoen er forbudt.',
- 'throttle' => 'For mange mislykkede påloggingsforsøk. Prøv igjen om :minutes minutter.',
'two_factor' => array(
'already_enrolled' => 'Enheten din er allerede registrert.',
diff --git a/resources/lang/nn-NO/general.php b/resources/lang/nn-NO/general.php
index 44814dae7..b92f9fde7 100644
--- a/resources/lang/nn-NO/general.php
+++ b/resources/lang/nn-NO/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Godta eiendeler',
'accept_item' => 'Accept Item',
'audit' => 'Revisjon',
+ 'audits' => 'Audits',
'audit_report' => 'Overvåkingslogg',
'assets' => 'Eiendeler',
'assets_audited' => 'reviderte ressurser',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Endre passord',
'checkin' => 'Sjekk inn',
'checkin_from' => 'Innsjekk fra',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Sjekk ut',
'checkouts_count' => 'Sjekk ut',
'checkins_count' => 'Sjekk inn',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Rediger din profil',
'eol' => 'Livstid',
'email_domain' => 'E-postdomene',
- 'email_format' => 'E-postformat',
'employee_number' => 'Ansattnummer',
'email_domain_help' => 'Brukes til å generere e-postadresser ved import',
'error' => 'Feil',
'exclude_archived' => 'Ekskluder arkiverte ressurser',
'exclude_deleted' => 'Ekskluder slettede ressurser',
'example' => 'Eksempel: ',
- 'filastname_format' => 'Fornavn (kun initial) Etternavn (oladunk@example.com)',
- 'firstname_lastname_format' => 'Fornavn Etternavn (oladunk@example.com)',
- 'firstname_lastname_underscore_format' => 'Fornavn Etternavn (oladunk@example.com)',
- 'lastnamefirstinitial_format' => 'Etternavn Initialer (oladunk@example.com)',
- 'firstintial_dot_lastname_format' => 'Fornavn Initialer. Etternavn (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'Fornavn Etternavn (Kari Torildsdottir)',
- 'lastname_firstname_display' => 'Etternavn Fornavn (Torildsdottir, Kari)',
- 'name_display_format' => 'Navneformat',
- 'first' => 'Første',
- 'firstnamelastname' => 'Fornavn Etternavn (oladunk@example.com)',
- 'lastname_firstinitial' => 'Etternavn Fornavn Initialer (smith_j@example.com)',
- 'firstinitial.lastname' => 'Fornavn Initialer Etternavn (j.smith@example.com)',
- 'firstnamelastinitial' => 'Fornavn Etternavn Initialer (janes@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'Fornavn',
- 'first_name_format' => 'Fornavn (oladunk@example.com)',
+
'files' => 'Filer',
'file_name' => 'Fil',
'file_type' => 'Filtype',
@@ -183,6 +169,11 @@ return [
'last' => 'Siste',
'last_login' => 'Siste pålogging',
'last_name' => 'Etternavn',
+ 'firstname_lastname_display' => 'Fornavn Etternavn (Kari Torildsdottir)',
+ 'lastname_firstname_display' => 'Etternavn Fornavn (Torildsdottir, Kari)',
+ 'name_display_format' => 'Navneformat',
+ 'first' => 'Første',
+ 'first_name' => 'Fornavn',
'license' => 'Lisens',
'license_report' => 'Lisensrapport',
'licenses_available' => 'Tilgjengelige lisenser',
@@ -311,7 +302,6 @@ return [
'type' => 'Type',
'undeployable' => 'Ikke utleverbar',
'unknown_admin' => 'Ukjent admin',
- 'username_format' => 'Format brukernavn',
'username' => 'Brukernavn',
'update' => 'Oppdater',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/nn-NO/localizations.php b/resources/lang/nn-NO/localizations.php
index 8fa41e750..355dd5914 100644
--- a/resources/lang/nn-NO/localizations.php
+++ b/resources/lang/nn-NO/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malayisk',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolsk',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persisk',
'pl-PL'=> 'Polsk',
diff --git a/resources/lang/nn-NO/mail.php b/resources/lang/nn-NO/mail.php
index f5c9532d6..d2d6f5902 100644
--- a/resources/lang/nn-NO/mail.php
+++ b/resources/lang/nn-NO/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Min. antall',
'name' => 'Navn',
'new_item_checked' => 'En ny enhet har blitt sjekket ut under ditt navn, detaljer nedenfor.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Notater',
'password' => 'Passord',
'password_reset' => 'Tilbakestill passord',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => ':count eiendel har revisjonsfrist innen :treshold dager.|:count eiendeler har revisjonsfrist innen :threshold dager.',
'user' => 'Bruker',
'username' => 'Brukernavn',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Velkommen :name',
'welcome_to' => 'Velkommen til :web!',
'your_assets' => 'Vis dine eiendeler',
diff --git a/resources/lang/no-NO/admin/custom_fields/general.php b/resources/lang/no-NO/admin/custom_fields/general.php
index d32747f3b..2b4f1b593 100644
--- a/resources/lang/no-NO/admin/custom_fields/general.php
+++ b/resources/lang/no-NO/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'Feltet er kryptert, så noen visningsalternativer er ikke tilgjengelig.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/no-NO/admin/depreciations/general.php b/resources/lang/no-NO/admin/depreciations/general.php
index be4f6d862..1a490ca76 100644
--- a/resources/lang/no-NO/admin/depreciations/general.php
+++ b/resources/lang/no-NO/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Advarsel:
Du har for øyeblikket ingen avskrivninger satt opp.
Vennligst sett opp minst én avskrivning for å se avskrivningsrapporten.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/no-NO/admin/hardware/form.php b/resources/lang/no-NO/admin/hardware/form.php
index 48d69e2b0..eaf21476f 100644
--- a/resources/lang/no-NO/admin/hardware/form.php
+++ b/resources/lang/no-NO/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Oppdater bare faktisk plassering',
'asset_not_deployable' => 'Den eiendelstatusen gjør at denne eiendelen ikke kan sjekkes ut.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'Den statusen gjør det mulig å sjekke ut denne eiendelen.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Behandler... (Dette kan ta litt tid for store filer)',
'optional_infos' => 'Valgfri informasjon',
'order_details' => 'Ordrerelatert informasjon',
diff --git a/resources/lang/no-NO/admin/hardware/message.php b/resources/lang/no-NO/admin/hardware/message.php
index 35997fbb7..04b3f4ceb 100644
--- a/resources/lang/no-NO/admin/hardware/message.php
+++ b/resources/lang/no-NO/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'En eller flere attributter i overskriftsraden inneholder feilformede UTF-8 tegn',
'content_row_has_malformed_characters' => 'En eller flere attributter i første rad i inneholdet inneholder feilformet UTF-8 tegn',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Eiendelen ble ikke forespurt, prøv igjen',
- 'success' => 'Eiendel ble forespurt.',
- 'canceled' => 'Utsjekkingsforespørselen ble kansellert',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Avbryt forespørsel om element',
],
];
diff --git a/resources/lang/no-NO/admin/reports/general.php b/resources/lang/no-NO/admin/reports/general.php
index 67b14bdb7..17da068db 100644
--- a/resources/lang/no-NO/admin/reports/general.php
+++ b/resources/lang/no-NO/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Velg de alternativene du ønsker skal inngå i rapporten.',
'deleted_user' => 'Slettet bruker',
'send_reminder' => 'Send påminnelse',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Påminnelse sendt',
'acceptance_deleted' => 'Aksepteringsforespørsel slettet',
'acceptance_request' => 'Akseptanseforespørsel',
diff --git a/resources/lang/no-NO/admin/settings/general.php b/resources/lang/no-NO/admin/settings/general.php
index 5c3228ba3..fb116cd68 100644
--- a/resources/lang/no-NO/admin/settings/general.php
+++ b/resources/lang/no-NO/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Bekreft rensking',
'confirm_purge_help' => 'Skriv "DELETE" i boksen under for å fjerne dine slettende data. Denne handlingen kan ikke angres og vil PERMANENT slette alle slettede elementer og brukere. (Du bør først gjøre en sikkerhetskopi, bare for å være trygg.)',
'custom_css' => 'Egendefinert CSS',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Legg til egendefinert CSS. Ikke ta med taggene <style></style>.',
'custom_forgot_pass_url' => 'Egendefinert passord tilbakestillings-URL',
'custom_forgot_pass_url_help' => 'Erstatter den innebygde glemt passord-URLen i innloggingsbildet. Nyttig for å sende brukere til intern eller leid LDAP passordgjenopprettingsfunksjonalitet. Vil deaktivere den lokale glemt passord-funksjonaliteten.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Vis levetid i tabellvisning',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => 'Vis 1D strekkode',
- 'email_logo' => 'E-postlogo',
'barcode_type' => '2D strekkodetype',
'alt_barcode_type' => '1D strekkodetype',
- 'email_logo_size' => 'Kvadratiske logoer ser best ut i e-post. ',
'enabled' => 'Slått på',
'eula_settings' => 'EULA-innstillinger',
'eula_markdown' => 'Denne EULAen tillater Github Flavored markdown.',
@@ -70,13 +69,13 @@ return [
'footer_text' => 'Ekstra bunnteksttekst ',
'footer_text_help' => 'Denne teksten vil fremstå i høyre del av bunnteksten. Lenker er tillatt ved å bruke Github flavored markdown.
Linjeskift, topptekst, bilder, osv. kan føre til uventede resultater.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'Generelle innstillinger',
'general_settings_help' => 'Standard EULA og mer',
'generate_backup' => 'Generer Sikkerhetskopi',
'google_workspaces' => 'Google arbeidsområder',
'header_color' => 'Overskriftsfarge',
'info' => 'Disse innstillingene lar deg tilpasse enkelte aspekter av installasjonen din.',
- 'label_logo' => 'Etikett-logo',
'label_logo_size' => 'Kvadratisk logo vil se best ut. Den vil vises øverst til høyre på hver merkelapp. ',
'laravel' => 'Laravel-versjon',
'ldap' => 'LDAP',
@@ -119,6 +118,8 @@ Linjeskift, topptekst, bilder, osv. kan føre til uventede resultater.',
'ldap_version' => 'LDAP Versjon',
'ldap_active_flag' => 'LDAP aktive flag',
'ldap_activated_flag_help' => 'Denne verdien brukes til å bestemme om en synkronisert bruker kan logge inn på Snipe-IT. Det påvirker ikke muligheten til å sjekke elementer inn eller ut til dem, og bør være egenskapsnavn i din AD/LDAP, ikke verdien.
Hvis dette feltet er satt til et feltnavn som ikke eksisterer i AD/LDAP, eller verdien i AD/LDAP feltet er satt til 0
eller usann
, vil bruker pålogging bli deaktivert. Hvis verdien i AD/LDAP feltet er satt til 1
eller sann
eller annen tekst betyr at brukeren kan logge inn. Når feltet er tomt i din AD, respekterer vi -brukerAccountControl
attributt, som vanligvis tillater ikke-suspenderte brukere å logge inn.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'LDAP ansattnummer',
'ldap_email' => 'LDAP E-post',
'ldap_test' => 'Test LDAP',
@@ -133,6 +134,7 @@ Linjeskift, topptekst, bilder, osv. kan føre til uventede resultater.',
'login_user_agent' => 'Brukeragent',
'login_help' => 'Liste over forsøkte pålogginger',
'login_note' => 'Logg inn melding',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Eventuelt inkludere et par setninger på logg inn skjermen, for eksempel for å hjelpe mennesker som har funnet en mistet eller stjålet enhet. Dette feltet godtar Github flavored markdown',
'login_remote_user_text' => 'Fjernbruker pålogging valg',
'login_remote_user_enabled_text' => 'Aktiver innlogging med Remote User Header',
@@ -148,6 +150,8 @@ Linjeskift, topptekst, bilder, osv. kan føre til uventede resultater.',
'logo_print_assets_help' => 'Bruk branding på utskrivbare eiendelslister ',
'full_multiple_companies_support_help_text' => 'Vis kun eiendeler til bedriften brukere (inkl administratorer) er knyttet til.',
'full_multiple_companies_support_text' => 'Full støtte for flere bedrifter',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Vis i Model nedtrekksmeny',
'optional' => 'valgfri',
'per_page' => 'Resultater pr side',
@@ -346,6 +350,8 @@ Linjeskift, topptekst, bilder, osv. kan føre til uventede resultater.',
'setup_migration_create_user' => 'Neste: Opprett bruker',
'ldap_settings_link' => 'Side for LDAP-innstillinger',
'slack_test' => 'Test Integrasjon',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'Ny etikett generator',
'label2_enable_help' => 'Bytt til den nye etikette generatoren. Merk: Du må lagre denne innstillingen før du setter andre.',
'label2_template' => 'Mal',
@@ -363,6 +369,7 @@ Linjeskift, topptekst, bilder, osv. kan føre til uventede resultater.',
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Feltdefinisjoner',
'label2_fields_help' => 'Feltene kan legges til, fjernes, og sorteres i venstre kolonne. For hvert felt kan flere alternativer for etikett og datakilde legges til, fjernes, og sorteres på nytt i høyre kolonne.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Teksten som skrives inn som **text**
vil vises som fet',
'help_blank_to_use' => 'La stå tom for å bruke verdien fra :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
.
Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see the documentation for more details. ',
@@ -379,15 +386,70 @@ Linjeskift, topptekst, bilder, osv. kan føre til uventede resultater.',
'database_driver' => 'Databasedriver',
'bs_table_storage' => 'Tabell Lagring',
'timezone' => 'Tidssone',
+ 'test_mail' => 'Test Mail',
'profile_edit' => 'Edit Profile',
'profile_edit_help' => 'Allow users to edit their own profiles.',
- 'default_avatar' => 'Upload custom default avatar',
+ 'default_avatar' => 'Custom Default Avatar',
'default_avatar_help' => 'This image will be displayed as a profile if a user does not have a profile photo.',
'restore_default_avatar' => 'Restore original system default avatar',
'restore_default_avatar_help' => '',
'due_checkin_days' => 'Due For Checkin Warning',
'due_checkin_days_help' => 'How many days before the expected checkin of an asset should it be listed in the "Due for checkin" page?',
'no_groups' => 'No groups have been created yet. Visit Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Format brukernavn',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'E-postformat',
+ 'firstname_lastname_format' => 'Fornavn Etternavn (oladunk@example.com)',
+ 'first_name_format' => 'Fornavn (oladunk@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Fornavn (kun initial) Etternavn (oladunk@example.com)',
+ 'lastnamefirstinitial_format' => 'Etternavn Initialer (oladunk@example.com)',
+ 'firstname_lastname_underscore_format' => 'Fornavn Etternavn (oladunk@example.com)',
+ 'firstinitial.lastname' => 'Fornavn Initialer Etternavn (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Etternavn Fornavn Initialer (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'Fornavn Etternavn (oladunk@example.com)',
+ 'firstnamelastinitial' => 'Fornavn Etternavn Initialer (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'E-postlogo',
+ 'label_logo' => 'Etikett-logo',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Kvadratiske logoer ser best ut i e-post. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/no-NO/admin/settings/message.php b/resources/lang/no-NO/admin/settings/message.php
index 68e62e5c8..19e1db804 100644
--- a/resources/lang/no-NO/admin/settings/message.php
+++ b/resources/lang/no-NO/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Noe gikk galt. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/no-NO/auth.php b/resources/lang/no-NO/auth.php
index bfc2a2bd0..4a8095bab 100644
--- a/resources/lang/no-NO/auth.php
+++ b/resources/lang/no-NO/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'Disse opplysningene samsvarer ikke med våre oppføringer.',
'password' => 'Angitt passord er feil.',
- 'throttle' => 'For mange innloggingsforsøk. Prøv igjen om :seconds sekunder.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/no-NO/auth/message.php b/resources/lang/no-NO/auth/message.php
index ba1ae4ec9..1327f5ec1 100644
--- a/resources/lang/no-NO/auth/message.php
+++ b/resources/lang/no-NO/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'Brukernavnet eller passordet er feil.',
'account_not_activated' => 'Denne brukerkontoen er ikke aktiv.',
'account_suspended' => 'Denne brukerkontoen er deaktivert.',
- 'account_banned' => 'Denne brukerkontoen er forbudt.',
- 'throttle' => 'For mange mislykkede påloggingsforsøk. Prøv igjen om :minutes minutter.',
'two_factor' => array(
'already_enrolled' => 'Enheten din er allerede registrert.',
diff --git a/resources/lang/no-NO/general.php b/resources/lang/no-NO/general.php
index 44814dae7..b92f9fde7 100644
--- a/resources/lang/no-NO/general.php
+++ b/resources/lang/no-NO/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Godta eiendeler',
'accept_item' => 'Accept Item',
'audit' => 'Revisjon',
+ 'audits' => 'Audits',
'audit_report' => 'Overvåkingslogg',
'assets' => 'Eiendeler',
'assets_audited' => 'reviderte ressurser',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Endre passord',
'checkin' => 'Sjekk inn',
'checkin_from' => 'Innsjekk fra',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Sjekk ut',
'checkouts_count' => 'Sjekk ut',
'checkins_count' => 'Sjekk inn',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Rediger din profil',
'eol' => 'Livstid',
'email_domain' => 'E-postdomene',
- 'email_format' => 'E-postformat',
'employee_number' => 'Ansattnummer',
'email_domain_help' => 'Brukes til å generere e-postadresser ved import',
'error' => 'Feil',
'exclude_archived' => 'Ekskluder arkiverte ressurser',
'exclude_deleted' => 'Ekskluder slettede ressurser',
'example' => 'Eksempel: ',
- 'filastname_format' => 'Fornavn (kun initial) Etternavn (oladunk@example.com)',
- 'firstname_lastname_format' => 'Fornavn Etternavn (oladunk@example.com)',
- 'firstname_lastname_underscore_format' => 'Fornavn Etternavn (oladunk@example.com)',
- 'lastnamefirstinitial_format' => 'Etternavn Initialer (oladunk@example.com)',
- 'firstintial_dot_lastname_format' => 'Fornavn Initialer. Etternavn (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'Fornavn Etternavn (Kari Torildsdottir)',
- 'lastname_firstname_display' => 'Etternavn Fornavn (Torildsdottir, Kari)',
- 'name_display_format' => 'Navneformat',
- 'first' => 'Første',
- 'firstnamelastname' => 'Fornavn Etternavn (oladunk@example.com)',
- 'lastname_firstinitial' => 'Etternavn Fornavn Initialer (smith_j@example.com)',
- 'firstinitial.lastname' => 'Fornavn Initialer Etternavn (j.smith@example.com)',
- 'firstnamelastinitial' => 'Fornavn Etternavn Initialer (janes@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'Fornavn',
- 'first_name_format' => 'Fornavn (oladunk@example.com)',
+
'files' => 'Filer',
'file_name' => 'Fil',
'file_type' => 'Filtype',
@@ -183,6 +169,11 @@ return [
'last' => 'Siste',
'last_login' => 'Siste pålogging',
'last_name' => 'Etternavn',
+ 'firstname_lastname_display' => 'Fornavn Etternavn (Kari Torildsdottir)',
+ 'lastname_firstname_display' => 'Etternavn Fornavn (Torildsdottir, Kari)',
+ 'name_display_format' => 'Navneformat',
+ 'first' => 'Første',
+ 'first_name' => 'Fornavn',
'license' => 'Lisens',
'license_report' => 'Lisensrapport',
'licenses_available' => 'Tilgjengelige lisenser',
@@ -311,7 +302,6 @@ return [
'type' => 'Type',
'undeployable' => 'Ikke utleverbar',
'unknown_admin' => 'Ukjent admin',
- 'username_format' => 'Format brukernavn',
'username' => 'Brukernavn',
'update' => 'Oppdater',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/no-NO/localizations.php b/resources/lang/no-NO/localizations.php
index 8fa41e750..355dd5914 100644
--- a/resources/lang/no-NO/localizations.php
+++ b/resources/lang/no-NO/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malayisk',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolsk',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persisk',
'pl-PL'=> 'Polsk',
diff --git a/resources/lang/no-NO/mail.php b/resources/lang/no-NO/mail.php
index f5c9532d6..d2d6f5902 100644
--- a/resources/lang/no-NO/mail.php
+++ b/resources/lang/no-NO/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Min. antall',
'name' => 'Navn',
'new_item_checked' => 'En ny enhet har blitt sjekket ut under ditt navn, detaljer nedenfor.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Notater',
'password' => 'Passord',
'password_reset' => 'Tilbakestill passord',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => ':count eiendel har revisjonsfrist innen :treshold dager.|:count eiendeler har revisjonsfrist innen :threshold dager.',
'user' => 'Bruker',
'username' => 'Brukernavn',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Velkommen :name',
'welcome_to' => 'Velkommen til :web!',
'your_assets' => 'Vis dine eiendeler',
diff --git a/resources/lang/om-ET/admin/custom_fields/general.php b/resources/lang/om-ET/admin/custom_fields/general.php
index f17eedda1..c9ae61c96 100644
--- a/resources/lang/om-ET/admin/custom_fields/general.php
+++ b/resources/lang/om-ET/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/om-ET/admin/depreciations/general.php b/resources/lang/om-ET/admin/depreciations/general.php
index 1a5666f9d..4a9a9b8cd 100644
--- a/resources/lang/om-ET/admin/depreciations/general.php
+++ b/resources/lang/om-ET/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Warning:
You do not currently have any depreciations set up.
Please set up at least one depreciation to view the depreciation report.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/om-ET/admin/hardware/form.php b/resources/lang/om-ET/admin/hardware/form.php
index f8dc0d22c..272b94795 100644
--- a/resources/lang/om-ET/admin/hardware/form.php
+++ b/resources/lang/om-ET/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Update only actual location',
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
'optional_infos' => 'Optional Information',
'order_details' => 'Order Related Information',
diff --git a/resources/lang/om-ET/admin/hardware/message.php b/resources/lang/om-ET/admin/hardware/message.php
index 605c1fe23..c19bc6364 100644
--- a/resources/lang/om-ET/admin/hardware/message.php
+++ b/resources/lang/om-ET/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Asset was not requested, please try again',
- 'success' => 'Asset requested successfully.',
- 'canceled' => 'Checkout request successfully canceled',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Cancel this item request',
],
];
diff --git a/resources/lang/om-ET/admin/reports/general.php b/resources/lang/om-ET/admin/reports/general.php
index ea22b07df..ed8bf1a15 100644
--- a/resources/lang/om-ET/admin/reports/general.php
+++ b/resources/lang/om-ET/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Select the options you want for your asset report.',
'deleted_user' => 'Deleted user',
'send_reminder' => 'Send reminder',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Reminder sent',
'acceptance_deleted' => 'Acceptance request deleted',
'acceptance_request' => 'Acceptance request',
diff --git a/resources/lang/om-ET/admin/settings/general.php b/resources/lang/om-ET/admin/settings/general.php
index ad21bbb64..84d161e5f 100644
--- a/resources/lang/om-ET/admin/settings/general.php
+++ b/resources/lang/om-ET/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'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',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.',
'custom_forgot_pass_url' => 'Custom Password Reset URL',
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Display EOL in table view',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => 'Display 1D barcode',
- 'email_logo' => 'Email Logo',
'barcode_type' => '2D Barcode Type',
'alt_barcode_type' => '1D barcode type',
- 'email_logo_size' => 'Square logos in email look best. ',
'enabled' => 'Enabled',
'eula_settings' => 'EULA Settings',
'eula_markdown' => 'This EULA allows Github flavored markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favicons should be square images, 16x16 pixels.',
'footer_text' => 'Additional Footer Text ',
'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'General Settings',
'general_settings_help' => 'Default EULA and more',
'generate_backup' => 'Generate Backup',
'google_workspaces' => 'Google Workspaces',
'header_color' => 'Header Color',
'info' => 'These settings let you customize certain aspects of your installation.',
- 'label_logo' => 'Label Logo',
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'Laravel Version',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'LDAP Version',
'ldap_active_flag' => 'LDAP Active Flag',
'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. It does not affect the ability to check items in or out to them, and should be the attribute name within your AD/LDAP, not the value.
If this field is set to a field name that does not exist in your AD/LDAP, or the value in the AD/LDAP field is set to 0
or false
, user login will be disabled. If the value in the AD/LDAP field is set to 1
or true
or any other text means the user can log in. When the field is blank in your AD, we respect the userAccountControl
attribute, which usually allows non-suspended users to log in.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'LDAP Employee Number',
'ldap_email' => 'LDAP Email',
'ldap_test' => 'Test LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User Agent',
'login_help' => 'List of attempted logins',
'login_note' => 'Login Note',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown',
'login_remote_user_text' => 'Remote User login options',
'login_remote_user_enabled_text' => 'Enable Login with Remote User Header',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'full_multiple_companies_support_help_text' => 'Restricting users (including admins) assigned to companies to their company\'s assets.',
'full_multiple_companies_support_text' => 'Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Show in Model Dropdowns',
'optional' => 'optional',
'per_page' => 'Results Per Page',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Next: Create User',
'ldap_settings_link' => 'LDAP Settings Page',
'slack_test' => 'Test Integration',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'New Label Engine',
'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.',
'label2_template' => 'Template',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Field Definitions',
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Text entered as **text**
will be displayed as bold',
'help_blank_to_use' => 'Leave blank to use the value from :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
.
Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see the documentation for more details. ',
@@ -378,15 +385,70 @@ return [
'database_driver' => 'Database Driver',
'bs_table_storage' => 'Table Storage',
'timezone' => 'Timezone',
+ 'test_mail' => 'Test Mail',
'profile_edit' => 'Edit Profile',
'profile_edit_help' => 'Allow users to edit their own profiles.',
- 'default_avatar' => 'Upload custom default avatar',
+ 'default_avatar' => 'Custom Default Avatar',
'default_avatar_help' => 'This image will be displayed as a profile if a user does not have a profile photo.',
'restore_default_avatar' => 'Restore original system default avatar',
'restore_default_avatar_help' => '',
'due_checkin_days' => 'Due For Checkin Warning',
'due_checkin_days_help' => 'How many days before the expected checkin of an asset should it be listed in the "Due for checkin" page?',
'no_groups' => 'No groups have been created yet. Visit Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Username Format',
+ 'firstname_lastname_format' => 'Maqaa Jalqabaa Maqaafi (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Maqaa Maqaa Jalqabaa (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'E-mail Formaata',
+ 'firstname_lastname_format' => 'Maqaa Jalqabaa Maqaafi (jane.smith@example.com)',
+ 'first_name_format' => 'Maqaa Jalqabaa (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Maqaa Jalqabaa Maqaafi (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Maqaa Maqaa Jalqabaa (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'Maqaa Jalqabaa Maqaafi (jane_smith@example.com)',
+ 'firstinitial.lastname' => 'Maqaa Jalqabaa Maqaafi (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Maqaa Maqaa Jalqabaa (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Maqaa Jalqabaa Maqaafi (smith.j@example.com)',
+ 'firstnamelastname' => 'Maqaa Jalqabaa Maqaafi (janesmith@example.com)',
+ 'firstnamelastinitial' => 'Maqaa Jalqabaa Maqaafi (janes@example.com)',
+ 'lastnamefirstname' => 'Maqaa Maqaa Jalqabaa (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Email Logo',
+ 'label_logo' => 'Label Logo',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Square logos in email look best. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/om-ET/admin/settings/message.php b/resources/lang/om-ET/admin/settings/message.php
index 9be290174..8d9b40e95 100644
--- a/resources/lang/om-ET/admin/settings/message.php
+++ b/resources/lang/om-ET/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Something went wrong. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/om-ET/auth.php b/resources/lang/om-ET/auth.php
index db310aa1b..14d8acfce 100644
--- a/resources/lang/om-ET/auth.php
+++ b/resources/lang/om-ET/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
- 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/om-ET/auth/message.php b/resources/lang/om-ET/auth/message.php
index 588c9069c..08f638d05 100644
--- a/resources/lang/om-ET/auth/message.php
+++ b/resources/lang/om-ET/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'The username or password is incorrect.',
'account_not_activated' => 'This user account is not activated.',
'account_suspended' => 'This user account is suspended.',
- 'account_banned' => 'This user account is banned.',
- 'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
'two_factor' => array(
'already_enrolled' => 'Your device is already enrolled.',
diff --git a/resources/lang/om-ET/general.php b/resources/lang/om-ET/general.php
index f73a1cda4..a57542913 100644
--- a/resources/lang/om-ET/general.php
+++ b/resources/lang/om-ET/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Qabeenya Eeyyamu',
'accept_item' => 'Kaa\'i Qabeenya',
'audit' => 'Qorannoo',
+ 'audits' => 'Audits',
'audit_report' => 'Gabaasa Qorannoo',
'assets' => ':count Qabeenya|:count Qabeenyo',
'assets_audited' => 'Qabeenya qorame',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Password jijjiiruu',
'checkin' => 'Galfama',
'checkin_from' => 'Galfama irraa',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Baafama',
'checkouts_count' => 'Baafamoota',
'checkins_count' => 'Galfamoota',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Kitaabni Teessoo Kee',
'eol' => 'EOL',
'email_domain' => 'E-mail Domain',
- 'email_format' => 'E-mail Formaata',
'employee_number' => 'Lakkoofsa Hojjetaa',
'email_domain_help' => 'Kun e-mail fi alaa osoo hin jijjiiramin qindaa\'ina jira.',
'error' => 'Haqa :object_type hin dandeenye',
'exclude_archived' => 'Qabeenya Kitaabota Qorannoo',
'exclude_deleted' => 'Qabeenya Haqaa',
'example' => 'Fakkeenya: ',
- 'filastname_format' => 'Maqaa Jalqabaa Maqaafi (jsmith@example.com)',
- 'firstname_lastname_format' => 'Maqaa Jalqabaa Maqaafi (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'Maqaa Jalqabaa Maqaafi (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => 'Maqaa Maqaa Jalqabaa (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'Maqaa Jalqabaa Maqaafi (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Maqaa Jalqabaa Maqaafi (smith.j@example.com)',
- 'firstname_lastname_display' => 'Maqaa Jalqabaa Maqaafi (Jane Smith)',
- 'lastname_firstname_display' => 'Maqaa Maqaa Jalqabaa (Smith Jane)',
- 'name_display_format' => 'Format Maqaa',
- 'first' => 'Jalqabaa',
- 'firstnamelastname' => 'Maqaa Jalqabaa Maqaafi (janesmith@example.com)',
- 'lastname_firstinitial' => 'Maqaa Maqaa Jalqabaa (smith_j@example.com)',
- 'firstinitial.lastname' => 'Maqaa Jalqabaa Maqaafi (j.smith@example.com)',
- 'firstnamelastinitial' => 'Maqaa Jalqabaa Maqaafi (janes@example.com)',
- 'lastnamefirstname' => 'Maqaa Maqaa Jalqabaa (smith.jane@example.com)',
- 'first_name' => 'Maqaa Jalqabaa',
- 'first_name_format' => 'Maqaa Jalqabaa (jane@example.com)',
+
'files' => 'Faayilota',
'file_name' => 'Faayila',
'file_type' => 'Haaromsaa Faayilota',
@@ -183,6 +169,11 @@ return [
'last' => 'Dhuma',
'last_login' => 'Seera Dhiyoo',
'last_name' => 'Maqaa Dhuma',
+ 'firstname_lastname_display' => 'Maqaa Jalqabaa Maqaafi (Jane Smith)',
+ 'lastname_firstname_display' => 'Maqaa Maqaa Jalqabaa (Smith Jane)',
+ 'name_display_format' => 'Format Maqaa',
+ 'first' => 'Jalqabaa',
+ 'first_name' => 'Maqaa Jalqabaa',
'license' => 'Liikii',
'license_report' => 'Gabaasa Liikii',
'licenses_available' => 'Liikii argamu',
@@ -246,13 +237,13 @@ return [
'quickscan_checkin' => 'Xibaarraa Fayyadama Yeroo Gabaabaa',
'quickscan_checkin_status' => 'Haala Seensaa',
'ready_to_deploy' => 'Tamsaasaaf Qophiidha',
- 'recent_activity' => 'Recent Activity',
- 'remaining' => 'Remaining',
- 'remove_company' => 'Remove Company Association',
- 'reports' => 'Reports',
- 'restored' => 'restored',
+ 'recent_activity' => 'Sochii Dhiyeenyaa',
+ 'remaining' => 'Haftee',
+ 'remove_company' => 'Hidhata Dhaabbata waliinii adda kuti',
+ 'reports' => 'Gabaasota',
+ 'restored' => 'jalqabatti deebihe',
'restore' => 'Jalqabatti deebisi',
- 'requestable_models' => 'Requestable Models',
+ 'requestable_models' => 'Gosoota modeloota gaafatamuu dandahanii',
'requestable_items' => 'Gosoota mi\'a gaafatamuu dandahanii',
'requested' => 'Gaafatame',
'requested_date' => 'Guyyaa gaafatame',
@@ -260,20 +251,20 @@ return [
'requested_assets_menu' => 'Qabeenya gaafatame',
'request_canceled' => 'Gaaffiin Haqame',
'request_item' => 'Gaaffii dhiyeessi',
- 'external_link_tooltip' => 'External link to',
- 'save' => 'Save',
- 'select_var' => 'Select :thing... ', // this will eventually replace all of our other selects
- 'select' => 'Select',
- 'select_all' => 'Select All',
- 'search' => 'Search',
- 'select_category' => 'Select a Category',
- 'select_datasource' => 'Select a data source',
- 'select_department' => 'Select a Department',
+ 'external_link_tooltip' => 'Gara geggeessituu alaatti',
+ 'save' => 'Olkaahi',
+ 'select_var' => 'Filadhu :thing ', // this will eventually replace all of our other selects
+ 'select' => 'Fili',
+ 'select_all' => 'Hunda Filadhu',
+ 'search' => 'Barbaadi',
+ 'select_category' => 'Rimiddii Filadhu',
+ 'select_datasource' => 'Argama Odeeffannoo Filadhu',
+ 'select_department' => 'Kutaa Hojii Fladhu',
'select_depreciation' => 'Select a Depreciation Type',
'select_location' => 'Select a Location',
'select_manufacturer' => 'Select a Manufacturer',
'select_model' => 'Select a Model',
- 'select_supplier' => 'Select a Supplier',
+ 'select_supplier' => 'Dhiyeessaa Filadhu',
'select_user' => 'Select a User',
'select_date' => 'Select Date (YYYY-MM-DD)',
'select_statuslabel' => 'Select Status',
@@ -311,7 +302,6 @@ return [
'type' => 'Type',
'undeployable' => 'Un-deployable',
'unknown_admin' => 'Unknown Admin',
- 'username_format' => 'Username Format',
'username' => 'Username',
'update' => 'Update',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/om-ET/localizations.php b/resources/lang/om-ET/localizations.php
index fdca1532b..827ed4fca 100644
--- a/resources/lang/om-ET/localizations.php
+++ b/resources/lang/om-ET/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malay',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolian',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persian',
'pl-PL'=> 'Polish',
diff --git a/resources/lang/om-ET/mail.php b/resources/lang/om-ET/mail.php
index e8ce61214..93ba64a60 100644
--- a/resources/lang/om-ET/mail.php
+++ b/resources/lang/om-ET/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Min QTY',
'name' => 'Name',
'new_item_checked' => 'A new item has been checked out under your name, details are below.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Notes',
'password' => 'Password',
'password_reset' => 'Password Reset',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.',
'user' => 'User',
'username' => 'Username',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Welcome :name',
'welcome_to' => 'Welcome to :web!',
'your_assets' => 'View Your Assets',
diff --git a/resources/lang/pl-PL/admin/custom_fields/general.php b/resources/lang/pl-PL/admin/custom_fields/general.php
index 844cc93fd..f87b2d9bd 100644
--- a/resources/lang/pl-PL/admin/custom_fields/general.php
+++ b/resources/lang/pl-PL/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'To pole jest zaszyfrowane, więc niektóre opcje wyświetlania nie będą dostępne.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/pl-PL/admin/depreciations/general.php b/resources/lang/pl-PL/admin/depreciations/general.php
index cf0d2d0ce..aa9923c1e 100644
--- a/resources/lang/pl-PL/admin/depreciations/general.php
+++ b/resources/lang/pl-PL/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Uwaga:
Obecnie nie masz żadnych skonfigurowanych amortyzacji.
Skonfiguruj co najmniej jedną amortyzację, aby wyświetlić raport.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/pl-PL/admin/hardware/form.php b/resources/lang/pl-PL/admin/hardware/form.php
index 199f84533..975c59769 100644
--- a/resources/lang/pl-PL/admin/hardware/form.php
+++ b/resources/lang/pl-PL/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Aktualizuj tylko bieżącą lokalizację',
'asset_not_deployable' => 'Ten status oznacza brak możliwości wdrożenia. Ten zasób nie może zostać przypisany.',
'asset_not_deployable_checkin' => 'Ten status nie jest wdrożeniowym. Użycie tego statusu uniemożliwi wydanie zasobu.',
- 'asset_deployable' => 'Ten status oznacza możliwość wdrożenia. Ten zasób może zostać przypisany.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Przetwarzanie... (To może zająć trochę czasu dla dużych plików)',
'optional_infos' => 'Informacje opcjonalne',
'order_details' => 'Informacje związane z zamówieniem',
diff --git a/resources/lang/pl-PL/admin/hardware/message.php b/resources/lang/pl-PL/admin/hardware/message.php
index 2f0e81304..dccbd95e0 100644
--- a/resources/lang/pl-PL/admin/hardware/message.php
+++ b/resources/lang/pl-PL/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'Wybrany plik został już usunięty',
'header_row_has_malformed_characters' => 'Jeden lub więcej atrybutów w wierszu nagłówka zawiera nieprawidłowe znaki UTF-8',
'content_row_has_malformed_characters' => 'Jeden lub więcej atrybutów w pierwszym rzędzie zawartości zawiera nieprawidłowe znaki UTF-8',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Aktywo nie zostało zawnioskowane, spróbuj ponownie',
- 'success' => 'Aktywo zawnioskowe pomyślnie.',
- 'canceled' => 'Żądanie przypisania zostało anulowane',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Anuluj żądanie tego elementu',
],
];
diff --git a/resources/lang/pl-PL/admin/reports/general.php b/resources/lang/pl-PL/admin/reports/general.php
index c08f3cc62..aec4e6f5f 100644
--- a/resources/lang/pl-PL/admin/reports/general.php
+++ b/resources/lang/pl-PL/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Wybierz opcje, które chcesz by znalazły się w raporcie aktywów.',
'deleted_user' => 'Usuń użytkownika',
'send_reminder' => 'Wyślij przypomnienie',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Przypomnienie wysłane',
'acceptance_deleted' => 'Prośba o akceptację usunięta',
'acceptance_request' => 'Prośba o akceptację',
diff --git a/resources/lang/pl-PL/admin/settings/general.php b/resources/lang/pl-PL/admin/settings/general.php
index b6d5ce4a4..20c33668c 100644
--- a/resources/lang/pl-PL/admin/settings/general.php
+++ b/resources/lang/pl-PL/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Potwierdź wyczyszczenie',
'confirm_purge_help' => 'Wprowadź tekst "DELETE" w poniższym polu, aby wyczyścić usunięte rekordy. Ta akcja nie może zostać cofnięta i będzie NIEZALEŻNIE usuwać wszystkich miękkich elementów i użytkowników. (powinieneś najpierw utworzyć kopię zapasową, po prostu aby być bezpiecznym.)',
'custom_css' => 'Własny CSS',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Wprowadź własny kod CSS. Nie używaj tagów <style></style>.',
'custom_forgot_pass_url' => 'Niestandardowy adres URL resetowania hasła',
'custom_forgot_pass_url_help' => 'Zastępuje domyślny URL do strony "zapomniałeś hasła?" na ekranie logowania. Pomocne przy potrzebie przekierowania ludzi do własnej strony resetowania hasła LDAP. Uniemożliwi użytkownikowi zresetowanie hasła tradycyjną metodą.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Wyświetl koniec linii w widoku tabeli',
'display_qr' => 'Wyświetl kod kreskowy 2D',
'display_alt_barcode' => 'Wyświetlaj kod kreskowy w 1D',
- 'email_logo' => 'Logo w emailach',
'barcode_type' => 'Kod kreskowy typu 2D',
'alt_barcode_type' => 'Kod kreskowy typu 1D',
- 'email_logo_size' => 'Kwadratowe logo wygląda najlepiej w wiadomościach e-mail. ',
'enabled' => 'Włączone',
'eula_settings' => 'Ustawienia Licencji',
'eula_markdown' => 'Ta licencja zezwala na Github flavored markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favikony powinny być kwadratowymi grafikami 16x16 pikseli.',
'footer_text' => 'Dodatkowy tekst stopki ',
'footer_text_help' => 'Ten tekst pojawi się po prawej stronie stopki. Umieszczanie linków możliwe przy użyciu Github flavored markdown. Przejścia linii, nagłowki, obrazki itp. dadzą nieokreślone rezultaty.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'Ustawienia ogólne',
'general_settings_help' => 'Domyślna licencja i więcej',
'generate_backup' => 'Stwórz Kopie zapasową',
'google_workspaces' => 'Obszary robocze Google',
'header_color' => 'Kolor nagłówka',
'info' => 'Te ustawienia pozwalają ci zdefiniować najważniejsze szczegóły twojej instalacji.',
- 'label_logo' => 'Logo na etykiecie',
'label_logo_size' => 'Najlepiej wygląda logo kwadratowe - będzie wyświetlane w prawym górnym rogu każdej etykiety aktywów. ',
'laravel' => 'Wersja Laravel',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'Wersja LDAP',
'ldap_active_flag' => 'Aktywna flaga LDAP',
'ldap_activated_flag_help' => 'Ta wartość służy do określenia, czy zsynchronizowany użytkownik może zalogować się do Snipe-IT. Nie wpływa na możliwość zaewidencjonowania lub wyewidencjonowania elementów i powinna być nazwą atrybutu w AD/LDAP, nie wartością >.
Jeśli to pole jest ustawione na nazwę pola, która nie istnieje w twoim AD/LDAP lub wartość w polu AD/LDAP jest ustawiona na 0
lub false
, logowanie użytkownika zostanie wyłączone. Ustawienie wartości w polu AD/LDAP na 1
lub true
lub dowolny inny tekst oznacza, że użytkownik może się zalogować. Gdy pole jest pusta w AD, szanujemy atrybut userAccountControl
, który zwykle umożliwia logowanie niezawieszonym użytkownikom.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'Nr pracownika LDAP',
'ldap_email' => 'E-mail pracownika LDAP',
'ldap_test' => 'Test LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'Agent użytkownika',
'login_help' => 'Lista prób logowania',
'login_note' => 'Noty logowania',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Opcjonalnie umieść kilka zdań na ekranie logowania, na przykład w celu pomocy osobom, które znalazły zagubione lub skradzione urządzenia. To pole akceptuje oznaczenia Github ',
'login_remote_user_text' => 'Opcje logowania zdalnego użytkownika',
'login_remote_user_enabled_text' => 'Włącz Logowanie za Pomocą Nagłówka Zdalnego Użytkownika',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Użyj marki na listach zasobów do wydrukowania',
'full_multiple_companies_support_help_text' => 'Ograniczenie do użytkowników',
'full_multiple_companies_support_text' => 'Wsparcie dla wielu firm',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Pokaż w Menu Rozwijanym Modelu',
'optional' => 'opcjonalny',
'per_page' => 'Wyników na stronie',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Następnie: Stwórz użytkownika',
'ldap_settings_link' => 'Ustawienia LDAP',
'slack_test' => 'Test integracji ',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'Nowy silnik etykiet',
'label2_enable_help' => 'Przełącz na nowy silnik etykiet. Uwaga: musisz zapisać to ustawienie przed ustawieniem innych.',
'label2_template' => 'Szablon',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'Dane zawarte w kodzie kreskowym 2D',
'label2_fields' => 'Definicje pól',
'label2_fields_help' => 'Pola mogą być dodawane, usuwane i przesuwane w lewej kolumnie. Dla każdego pola wiele opcji etykiet i źródeł danych może być dodawanych, usuwanych i zmienianych w prawej kolumnie.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Tekst wprowadzony jako **text**
będzie wyświetlany jako pogrubiony',
'help_blank_to_use' => 'Pozostaw puste, aby użyć wartości z :setting_name
',
'help_default_will_use' => ':default
użyje wartości z :setting_name
.
Zauważ, że wartość kodów kreskowych musi być zgodna z odpowiednią specyfikacją kodu kreskowego, aby mogła zostać wygenerowana. Aby uzyskać więcej informacji, zobacz dokumentację . ',
@@ -378,15 +385,70 @@ return [
'database_driver' => 'Sterownik bazy danych',
'bs_table_storage' => 'Pamięć tabeli',
'timezone' => 'Strefa czasowa',
+ 'test_mail' => 'Test Mail',
'profile_edit' => 'Edytuj profil',
'profile_edit_help' => 'Zezwalaj użytkownikom na edytowanie własnych profili.',
- 'default_avatar' => 'Prześlij niestandardowy awatar',
+ 'default_avatar' => 'Custom Default Avatar',
'default_avatar_help' => 'Ten obraz będzie wyświetlany jako profil, jeśli użytkownik nie ma zdjęcia profilowego.',
'restore_default_avatar' => 'Przywróć oryginalny domyślny awatar systemowy',
'restore_default_avatar_help' => '',
'due_checkin_days' => 'Wymagane ostrzeżenie za Checkin',
'due_checkin_days_help' => 'Ile dni przed oczekiwanym sprawdzianem zasobu powinien on być wymieniony na stronie "Do sprawdzenia"?',
'no_groups' => 'Nie utworzono jeszcze żadnych grup. Odwiedź Ustawienia administracyjne> Grupy uprawnień
aby je dodać.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Format nazwy użytkownika',
+ 'firstname_lastname_format' => 'Imię i nazwisko (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Format e-mail',
+ 'firstname_lastname_format' => 'Imię i nazwisko (jane.smith@example.com)',
+ 'first_name_format' => 'Imię (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Pierwsza litera imienia i nazwisko (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Nazwisko i pierwsza litera imienia (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'Imię i Nazwisko (pawel@example.com)',
+ 'firstinitial.lastname' => 'Pierwsza litera imienia i nazwisko (jsmith@example.com)',
+ 'lastname_firstinitial' => 'Nazwisko i pierwsza litera imienia (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'Imię i nazwisko (jane.smith@example.com)',
+ 'firstnamelastinitial' => 'Nazwisko i pierwsza litera imienia (smithj@example.com)',
+ 'lastnamefirstname' => 'Nazwisko.Imię (kowal.jan@przyklad.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Logo w emailach',
+ 'label_logo' => 'Logo na etykiecie',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Ikona ulubionych',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Kwadratowe logo wygląda najlepiej w wiadomościach e-mail. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/pl-PL/admin/settings/message.php b/resources/lang/pl-PL/admin/settings/message.php
index e1bfd1ec6..5eee4c870 100644
--- a/resources/lang/pl-PL/admin/settings/message.php
+++ b/resources/lang/pl-PL/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Coś poszło nie tak. :( ',
'webhook_fail' => ' Powiadomienie webhook nie powiodło się: Sprawdź, czy adres URL jest nadal prawidłowy.',
'webhook_channel_not_found' => ' Nie znaleziono kanału webhook.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/pl-PL/auth.php b/resources/lang/pl-PL/auth.php
index d3f903635..8d6c88888 100644
--- a/resources/lang/pl-PL/auth.php
+++ b/resources/lang/pl-PL/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'Te dane logowania nie pasują do naszych wpisów.',
'password' => 'Podane hasło jest nieprawidłowe.',
- 'throttle' => 'Zbyt wiele nieudanych prób logowania. Spróbuj ponownie za :seconds sekund.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/pl-PL/auth/message.php b/resources/lang/pl-PL/auth/message.php
index 1a1c7b04d..403f3b7bf 100644
--- a/resources/lang/pl-PL/auth/message.php
+++ b/resources/lang/pl-PL/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'Nazwa użytkownika lub hasło jest niepoprawne.',
'account_not_activated' => 'Użytkownik jest nieaktywowany.',
'account_suspended' => 'Twoje konto zostało zawieszone.',
- 'account_banned' => 'Twoje konto zostało zablokowane.',
- 'throttle' => 'Zbyt wiele nieudanych prób logowania. Spróbuj ponownie za :minutes minut(y).',
'two_factor' => array(
'already_enrolled' => 'Twoje urządzenie jest już zapisane.',
diff --git a/resources/lang/pl-PL/general.php b/resources/lang/pl-PL/general.php
index 380087b90..9ae18169a 100644
--- a/resources/lang/pl-PL/general.php
+++ b/resources/lang/pl-PL/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Zaakceptuj zasoby',
'accept_item' => 'Accept Item',
'audit' => 'Audyt',
+ 'audits' => 'Audits',
'audit_report' => 'Dziennik zdarzeń',
'assets' => 'Zasoby',
'assets_audited' => 'aktywa poddane audytowi',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Zmień Hasło',
'checkin' => 'Odepnij',
'checkin_from' => 'Formularz odebrania',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Przypisz',
'checkouts_count' => 'Przypisania',
'checkins_count' => 'Odbiory',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Edytuj Swój Profil',
'eol' => 'EOL',
'email_domain' => 'Domena poczty e-mail',
- 'email_format' => 'Format e-mail',
'employee_number' => 'Numer pracownika',
'email_domain_help' => 'To jest używane do generowania e-maili podczas importowania',
'error' => 'Błąd',
'exclude_archived' => 'Wyklucz zarchiwizowane zasoby',
'exclude_deleted' => 'Wyklucz usunięte zasoby',
'example' => 'Przykład: ',
- 'filastname_format' => 'Pierwsza litera imienia i nazwisko (jsmith@example.com)',
- 'firstname_lastname_format' => 'Imię i nazwisko (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'Imię i Nazwisko (pawel@example.com)',
- 'lastnamefirstinitial_format' => 'Nazwisko i pierwsza litera imienia (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'Pierwsza litera imienia i nazwisko (jsmith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'Imię i Nazwisko (Jan Kowalski)',
- 'lastname_firstname_display' => 'Nazwisko Imię (Smith Jane)',
- 'name_display_format' => 'Format wyświetlania nazwy',
- 'first' => 'Pierwszy',
- 'firstnamelastname' => 'Imię i nazwisko (jane.smith@example.com)',
- 'lastname_firstinitial' => 'Nazwisko i pierwsza litera imienia (smith_j@example.com)',
- 'firstinitial.lastname' => 'Pierwsza litera imienia i nazwisko (jsmith@example.com)',
- 'firstnamelastinitial' => 'Nazwisko i pierwsza litera imienia (smithj@example.com)',
- 'lastnamefirstname' => 'Nazwisko.Imię (kowal.jan@przyklad.com)',
- 'first_name' => 'Imię',
- 'first_name_format' => 'Imię (jane@example.com)',
+
'files' => 'Pliki',
'file_name' => 'Plik',
'file_type' => 'Rodzaj pliku',
@@ -183,6 +169,11 @@ return [
'last' => 'Ostatni',
'last_login' => 'Ostatnie logowanie',
'last_name' => 'Nazwisko',
+ 'firstname_lastname_display' => 'Imię i Nazwisko (Jan Kowalski)',
+ 'lastname_firstname_display' => 'Nazwisko Imię (Smith Jane)',
+ 'name_display_format' => 'Format wyświetlania nazwy',
+ 'first' => 'Pierwszy',
+ 'first_name' => 'Imię',
'license' => 'Licencja',
'license_report' => 'Raport Licencji',
'licenses_available' => 'Dostępne licencje',
@@ -311,7 +302,6 @@ return [
'type' => 'Rodzaj',
'undeployable' => 'Nie przypisane',
'unknown_admin' => 'Nieznany Administrator',
- 'username_format' => 'Format nazwy użytkownika',
'username' => 'Nazwa użytkownika',
'update' => 'Zaktualizuj',
'updating_item' => 'Aktualizacja :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/pl-PL/localizations.php b/resources/lang/pl-PL/localizations.php
index 8252058ec..ddb473b59 100644
--- a/resources/lang/pl-PL/localizations.php
+++ b/resources/lang/pl-PL/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'malajski',
'mi-NZ'=> 'maoryski',
'mn-MN'=> 'mongolski',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norweski',
+ 'om-ET' => 'Etiopski (ORMO)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'perski',
'pl-PL'=> 'polski',
diff --git a/resources/lang/pl-PL/mail.php b/resources/lang/pl-PL/mail.php
index 623b53d8e..6b644f2b6 100644
--- a/resources/lang/pl-PL/mail.php
+++ b/resources/lang/pl-PL/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Min. ilość',
'name' => 'Nazwa',
'new_item_checked' => 'Nowy przedmiot został przypisany do Ciebie, szczegóły poniżej.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Uwagi',
'password' => 'Hasło',
'password_reset' => 'Resetowanie hasła',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'Istnieje :count aktywa, które nadchodzą do rewizji w ciągu :threshold days.|Istnieje :count aktywów, które nadchodzą do rewizji w ciągu :threshold dni.',
'user' => 'Użytkownik',
'username' => 'Nazwa użytkownika',
- 'unaccepted_asset_reminder' => 'Masz nieakceptowane aktywa.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Witaj :name',
'welcome_to' => 'Witamy na :web!',
'your_assets' => 'Zobacz swój sprzęt',
diff --git a/resources/lang/pt-BR/admin/custom_fields/general.php b/resources/lang/pt-BR/admin/custom_fields/general.php
index a8f1d2c51..cd903eaf7 100644
--- a/resources/lang/pt-BR/admin/custom_fields/general.php
+++ b/resources/lang/pt-BR/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'Este campo está criptografado, então algumas opções de exibição não estarão disponíveis.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/pt-BR/admin/depreciations/general.php b/resources/lang/pt-BR/admin/depreciations/general.php
index 9dbec3779..9e3b53535 100644
--- a/resources/lang/pt-BR/admin/depreciations/general.php
+++ b/resources/lang/pt-BR/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Aviso:
Você não tem atualmente nenhuma depreciação configurada.
Por favor, defina pelo menos uma depreciação para visualizar o relatório de depreciação.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/pt-BR/admin/hardware/form.php b/resources/lang/pt-BR/admin/hardware/form.php
index 3f2fa0c65..bec214813 100644
--- a/resources/lang/pt-BR/admin/hardware/form.php
+++ b/resources/lang/pt-BR/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Atualizar somente a localização atual',
'asset_not_deployable' => 'Esta situação de ativo não é implementável. A saída deste ativo não pode ser realizada.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'Esta situação pode ser implementado. A saída deste ativo pode ser realizada.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Processando... (Isso pode levar algum tempo em arquivos grandes)',
'optional_infos' => 'Informação Opcional',
'order_details' => 'Informações do pedido relacionado',
diff --git a/resources/lang/pt-BR/admin/hardware/message.php b/resources/lang/pt-BR/admin/hardware/message.php
index 7ab0a3a3e..b91c330a3 100644
--- a/resources/lang/pt-BR/admin/hardware/message.php
+++ b/resources/lang/pt-BR/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'O arquivo selecionado já foi excluído',
'header_row_has_malformed_characters' => 'Um ou mais atributos na linha do cabeçalho contém caracteres UTF-8 malformados',
'content_row_has_malformed_characters' => 'Um ou mais atributos na primeira linha de conteúdo contém caracteres UTF-8 malformados',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Ativo não foi solicitado, por favor tente novamente',
- 'success' => 'Ativo solicitado com sucesso.',
- 'canceled' => 'Requisição cancelada com sucesso',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Cancelar solicitação deste item',
],
];
diff --git a/resources/lang/pt-BR/admin/reports/general.php b/resources/lang/pt-BR/admin/reports/general.php
index 268cb4b23..7cb288bfa 100644
--- a/resources/lang/pt-BR/admin/reports/general.php
+++ b/resources/lang/pt-BR/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Selecione as opções que você quer para o seu relatório de ativos.',
'deleted_user' => 'Usuário excluído',
'send_reminder' => 'Enviar lembrete',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Lembrete enviado',
'acceptance_deleted' => 'Pedido de aceitação excluído',
'acceptance_request' => 'Solicitação de aceitação',
@@ -18,5 +19,5 @@ return [
'save_template' => 'Save Template',
'select_a_template' => 'Select a Template',
'template_name' => 'Template Name',
- 'update_template' => 'Update Template',
+ 'update_template' => 'Atualizar Template',
];
diff --git a/resources/lang/pt-BR/admin/settings/general.php b/resources/lang/pt-BR/admin/settings/general.php
index 9c8d06ffe..a080f86e6 100644
--- a/resources/lang/pt-BR/admin/settings/general.php
+++ b/resources/lang/pt-BR/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Confirmar a Exclusão em Lote',
'confirm_purge_help' => 'Digite o texto "DELETE" na caixa abaixo para limpar seus registros excluídos. Essa ação não pode ser desfeita e irá excluir PERMANENTEMENTE todos os itens e usuários excluídos. (Você deve fazer um backup primeiro, apenas para estar seguro.)',
'custom_css' => 'CSS personalizado',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Digite quaisquer CSS modificada que você gostaria de usar. Mas não inclua as tags <style></style>.',
'custom_forgot_pass_url' => 'URL de redefinição de senha personalizada',
'custom_forgot_pass_url_help' => 'Isso substitui o URL de senha esquecida na tela de login, útil para direcionar pessoas para a funcionalidade de redefinição de senha LDAP interna. Eke efetivamente desativará a funcionalidade de senha esquecida do usuário local.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Exibir EOL na visualização de tabela',
'display_qr' => 'Exibir códigos de barra em 2D',
'display_alt_barcode' => 'Exibir códigos de barra em 1D',
- 'email_logo' => 'Logotipo do e-mail',
'barcode_type' => 'Código de barras do tipo 2D',
'alt_barcode_type' => 'Código de barras do tipo 1D',
- 'email_logo_size' => 'Logos quadrados no e-mail são os melhores. ',
'enabled' => 'Habilitado',
'eula_settings' => 'Configuração do termo de uso',
'eula_markdown' => 'Este EULA permite Github flavored markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favicons devem ser imagens quadradas, 16x16 pixels.',
'footer_text' => 'Texto de rodapé adicional ',
'footer_text_help' => 'Este texto aparecerá no lado direito do rodapé. São permitidos o uso de hiperligações, utilizando Github flavored markdown. O uso de quebras de linha, cabeçalhos, imagens, etc... podem ter resultados imprevisíveis.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'Configuracoes Gerais',
'general_settings_help' => 'EULA padrão e mais',
'generate_backup' => 'Backup Criado',
'google_workspaces' => 'Espaços do Google',
'header_color' => 'Cor do Cabeçalho',
'info' => 'Estas configurações deixam-lhe personalizar certos aspectos da sua instalação.',
- 'label_logo' => 'Logotipo da etiqueta',
'label_logo_size' => 'Logos quadrados são melhores - eles serão exibidos no topo à direita de cada etiqueta de ativo. ',
'laravel' => 'Versão do Laravel',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'Versão de LDAP',
'ldap_active_flag' => 'Marcação ativa LDAP',
'ldap_activated_flag_help' => 'Este valor é usado para determinar se um usuário sincronizado pode fazer login no Snipe-IT. Isso não afeta a capacidade de verificar ou transferir itens com eles, e deve ser o nome de atributo dentro do seu AD/LDAP, não o valor.
Se este campo for definido como um nome de campo que não existe no seu AD/LDAP, ou o valor no campo AD/LDAP é definido como 0
ou false
, O login do usuário será desativado. Se o valor no campo AD/LDAP for definido como 1
ou verdadeiro
ou qualquer outro texto significa que o usuário pode acessar. Quando o campo está em branco na sua AD, respeitamos o userAccountControl
atributo, que geralmente permite que usuários não suspensos façam login.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'Número do funcionário LDAP',
'ldap_email' => 'Email',
'ldap_test' => 'Testar LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'Agente de usuário',
'login_help' => 'Lista de tentativas de login',
'login_note' => 'Login Note',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Optionally inclui algumas coisas na sua tela de login, por exemplo para ajudar pessoas que acharam um equipamento perdido ou um equipamento furtado. Este campo aceita Github flavored markdown',
'login_remote_user_text' => 'Opções de login do usuário remoto',
'login_remote_user_enabled_text' => 'Ativar login de usuário remoto',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Usar a marca na impressão de lista de ativos ',
'full_multiple_companies_support_help_text' => 'Restringir utilizadores (incluindo admins) associados a empresas ao ativos da empresa.',
'full_multiple_companies_support_text' => 'Suporte multi-empresa completo',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Mostrar modelos em menu de cascata',
'optional' => 'Opcional',
'per_page' => 'Resultados Por Página',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Próximo: Criar Usuário',
'ldap_settings_link' => 'Página de configurações LDAP',
'slack_test' => 'Testar Integração',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'Novo Mecanismo de Etiqueta',
'label2_enable_help' => 'Mudar para o novo mecanismo de etiquetas. Nota: Você precisará salvar esta configuração antes de configurar outras.',
'label2_template' => 'Modelo',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Definições de Campos',
'label2_fields_help' => 'Campos podem ser adicionados, removidos e reordenados na coluna esquerda. Para cada campo, várias opções de Rótulo e Fonte de Dados podem ser adicionadas, removidas e reordenadas na coluna direita.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Texto digitado como **texto**
será exibido como negrito',
'help_blank_to_use' => 'Deixe em branco para usar o valor de :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
.
Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see the documentation for more details. ',
@@ -378,15 +385,70 @@ return [
'database_driver' => 'Driver de Banco de Dados',
'bs_table_storage' => 'Armazenamento de Tabela',
'timezone' => 'Fuso horário',
+ 'test_mail' => 'Test Mail',
'profile_edit' => 'Editar perfil',
'profile_edit_help' => 'Permitir que os usuários editem seus próprios perfis.',
- 'default_avatar' => 'Carregar avatar padrão personalizado',
+ 'default_avatar' => 'Custom Default Avatar',
'default_avatar_help' => 'Esta imagem será exibida como perfil se o usuário não tiver uma foto de perfil.',
'restore_default_avatar' => 'Restaurar avatar padrão original do sistema',
'restore_default_avatar_help' => '',
'due_checkin_days' => 'Aviso de Devolução Pendente',
'due_checkin_days_help' => 'Quantos dias antes da data esperada de devolução de um ativo ele deve ser listado na página "Pendente para devolução"?',
'no_groups' => 'No groups have been created yet. Visit Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Formato de Nome de Usuário',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Formato de e-mail:',
+ 'firstname_lastname_format' => 'Nome com Sobrenome (jose.silva@exemplo.com.br)',
+ 'first_name_format' => 'Primeiro Nome (jose@exemplo.com.br)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Inicial do Nome com Sobrenome (jsilva@exemplo.com.br)',
+ 'lastnamefirstinitial_format' => 'Sobrenome Inicial do Nome (silvaj@exemplo.com.br)',
+ 'firstname_lastname_underscore_format' => 'Primeiro Nome com Sobrenome (jose.silva@exemplo.com.br)',
+ 'firstinitial.lastname' => 'Inicial do Nome sobrenome (j.silva@exemplo.com.br)',
+ 'lastname_firstinitial' => 'Sobrenome Primeira Inicial (silva_j@exemplo.com.br)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'Primeiro Nome com Sobrenome (josesilva@exemplo.com.br)',
+ 'firstnamelastinitial' => 'Primeiro Nome com Inicial do Sobrenome (joses@exemplo.com.br)',
+ 'lastnamefirstname' => 'Último Nome.Primeiro nome (smith.jane@exemplo.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Logotipo do e-mail',
+ 'label_logo' => 'Logotipo da etiqueta',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Logos quadrados no e-mail são os melhores. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/pt-BR/admin/settings/message.php b/resources/lang/pt-BR/admin/settings/message.php
index a2caa580e..909b04dff 100644
--- a/resources/lang/pt-BR/admin/settings/message.php
+++ b/resources/lang/pt-BR/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Algo deu errado. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/pt-BR/auth.php b/resources/lang/pt-BR/auth.php
index 911962122..2393e8454 100644
--- a/resources/lang/pt-BR/auth.php
+++ b/resources/lang/pt-BR/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'Credenciais inválidas.',
'password' => 'A senha fornecida está incorreta.',
- 'throttle' => 'Tentativas de login excedidas. Por favor, tente de novo em :seconds segundos.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/pt-BR/auth/message.php b/resources/lang/pt-BR/auth/message.php
index 180746ef2..102923a74 100644
--- a/resources/lang/pt-BR/auth/message.php
+++ b/resources/lang/pt-BR/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'O nome do usuário ou a senha estão incorretos.',
'account_not_activated' => 'Esta conta de usuário não está ativada.',
'account_suspended' => 'Esta conta de usuário está suspensa.',
- 'account_banned' => 'Esta conta de usuário está banida.',
- 'throttle' => 'Muitas tentativas com falha de login. Por favor, tente novamente em :minutes minutos.',
'two_factor' => array(
'already_enrolled' => 'Seu dispositivo já está inscrito.',
diff --git a/resources/lang/pt-BR/general.php b/resources/lang/pt-BR/general.php
index c587f4445..7052dfb2a 100644
--- a/resources/lang/pt-BR/general.php
+++ b/resources/lang/pt-BR/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Aceitar Ativos',
'accept_item' => 'Accept Item',
'audit' => 'Auditoria',
+ 'audits' => 'Audits',
'audit_report' => 'Registro de auditoria',
'assets' => 'Ativos',
'assets_audited' => 'ativos auditados',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Alterar Senha',
'checkin' => 'Check-in',
'checkin_from' => 'Check-in de',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Saída',
'checkouts_count' => 'Checkouts',
'checkins_count' => 'Check-ins',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Editar Seu Perfil',
'eol' => 'Fim de Vida',
'email_domain' => 'Domínio do e-mail',
- 'email_format' => 'Formato de e-mail:',
'employee_number' => 'Matrícula',
'email_domain_help' => 'Isto é usado para gerar endereços de e-mail na importação',
'error' => 'Erro',
'exclude_archived' => 'Excluir Ativos Arquivados',
'exclude_deleted' => 'Excluir Ativos Removidos',
'example' => 'Exemplo: ',
- 'filastname_format' => 'Inicial do Nome com Sobrenome (jsilva@exemplo.com.br)',
- 'firstname_lastname_format' => 'Nome com Sobrenome (jose.silva@exemplo.com.br)',
- 'firstname_lastname_underscore_format' => 'Primeiro Nome com Sobrenome (jose.silva@exemplo.com.br)',
- 'lastnamefirstinitial_format' => 'Sobrenome Inicial do Nome (silvaj@exemplo.com.br)',
- 'firstintial_dot_lastname_format' => 'Inicial do Nome com Sobrenome (j.silva@exemplo.com.br)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'Primeiro nome com sobrenome (João Silva)',
- 'lastname_firstname_display' => 'Sobrenome com Primeiro Nome (Silva João)',
- 'name_display_format' => 'Formato de exibição de nome',
- 'first' => 'Primeiro',
- 'firstnamelastname' => 'Primeiro Nome com Sobrenome (josesilva@exemplo.com.br)',
- 'lastname_firstinitial' => 'Sobrenome Primeira Inicial (silva_j@exemplo.com.br)',
- 'firstinitial.lastname' => 'Inicial do Nome sobrenome (j.silva@exemplo.com.br)',
- 'firstnamelastinitial' => 'Primeiro Nome com Inicial do Sobrenome (joses@exemplo.com.br)',
- 'lastnamefirstname' => 'Último Nome.Primeiro nome (smith.jane@exemplo.com)',
- 'first_name' => 'Primeiro Nome',
- 'first_name_format' => 'Primeiro Nome (jose@exemplo.com.br)',
+
'files' => 'Arquivos',
'file_name' => 'Arquivo',
'file_type' => 'Tipo de Arquivo',
@@ -183,6 +169,11 @@ return [
'last' => 'Última',
'last_login' => 'Último Login',
'last_name' => 'Último Nome',
+ 'firstname_lastname_display' => 'Primeiro nome com sobrenome (João Silva)',
+ 'lastname_firstname_display' => 'Sobrenome com Primeiro Nome (Silva João)',
+ 'name_display_format' => 'Formato de exibição de nome',
+ 'first' => 'Primeiro',
+ 'first_name' => 'Primeiro Nome',
'license' => 'Licença',
'license_report' => 'Relatório de Licença',
'licenses_available' => 'Licenças disponíveis',
@@ -225,7 +216,7 @@ return [
'preview' => 'Preview',
'add_note' => 'Add Note',
'note_edited' => 'Note Edited',
- 'edit_note' => 'Edit Note',
+ 'edit_note' => '',
'note_deleted' => 'Note Deleted',
'delete_note' => 'Delete Note',
'order_number' => 'Número do Pedido',
@@ -311,7 +302,6 @@ return [
'type' => 'Tipo',
'undeployable' => 'Não implementável',
'unknown_admin' => 'Administrador Desconhecido',
- 'username_format' => 'Formato de Nome de Usuário',
'username' => 'Usuário',
'update' => 'Atualizar',
'updating_item' => 'Updating :item',
@@ -575,7 +565,7 @@ Resultados da Sincronização',
'something_went_wrong' => 'Algo deu errado com sua requisição.',
'close' => 'Fechar',
'expires' => 'Expira',
- 'map_fields'=> 'Map :item_type Fields',
+ 'map_fields'=> '',
'remaining_var' => ':count Restante',
'label' => 'Rótulo',
'import_asset_tag_exists' => 'Um ativo com a etiqueta de ativo :asset_tag já existe e uma atualização não foi solicitada. Nenhuma alteração foi feita.',
@@ -596,9 +586,31 @@ Resultados da Sincronização',
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/pt-BR/localizations.php b/resources/lang/pt-BR/localizations.php
index 55c5275f2..75135781d 100644
--- a/resources/lang/pt-BR/localizations.php
+++ b/resources/lang/pt-BR/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malaio',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongol',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norueguês Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persa',
'pl-PL'=> 'Polonês',
diff --git a/resources/lang/pt-BR/mail.php b/resources/lang/pt-BR/mail.php
index d6f966ae0..809ed3e8f 100644
--- a/resources/lang/pt-BR/mail.php
+++ b/resources/lang/pt-BR/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Qtde. Min',
'name' => 'Nome',
'new_item_checked' => 'Um novo item foi atribuído em seu nome, os detalhes estão abaixo.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Notas',
'password' => 'Senha',
'password_reset' => 'Redefinir Senha',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'Existe um :count ativo que está sendo auditado dentro de :threshold days. There are :count assets que estão sendo enviados para auditoria dentro de :threshold dias.',
'user' => 'Usuário',
'username' => 'Nome de Usuário',
- 'unaccepted_asset_reminder' => 'Você tem Ativos não Aceitos.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Bem-vindo(a), :name',
'welcome_to' => 'Bem-vindo ao :web!',
'your_assets' => 'Ver seus ativos',
diff --git a/resources/lang/pt-BR/validation.php b/resources/lang/pt-BR/validation.php
index 66fbdd6ea..967c73167 100644
--- a/resources/lang/pt-BR/validation.php
+++ b/resources/lang/pt-BR/validation.php
@@ -50,14 +50,14 @@ return [
'doesnt_end_with' => 'The :attribute field must not end with one of the following: :values.',
'doesnt_start_with' => 'The :attribute field must not start with one of the following: :values.',
'email' => 'The :attribute field must be a valid email address.',
- 'ends_with' => 'The :attribute field must end with one of the following: :values.',
+ 'ends_with' => 'O campo :attribute deve terminar com um dos seguintes: :values.',
'enum' => 'O :attribute selecionado é inválido.',
'exists' => 'O :attribute selecionado é inválido.',
'extensions' => 'The :attribute field must have one of the following extensions: :values.',
'file' => 'O campo :attribute deve ser um arquivo.',
'filled' => 'O :attribute deve ter um valor.',
'gt' => [
- 'array' => 'The :attribute field must have more than :value items.',
+ 'array' => 'O :attribute não pode ter mais que :max items.',
'file' => 'The :attribute field must be greater than :value kilobytes.',
'numeric' => 'The :attribute field must be greater than :value.',
'string' => 'The :attribute field must be greater than :value characters.',
diff --git a/resources/lang/pt-PT/admin/custom_fields/general.php b/resources/lang/pt-PT/admin/custom_fields/general.php
index d01a37441..7312b23b7 100644
--- a/resources/lang/pt-PT/admin/custom_fields/general.php
+++ b/resources/lang/pt-PT/admin/custom_fields/general.php
@@ -60,5 +60,6 @@ return [
'encrypted_options' => 'Este campo está criptografado, então algumas opções de exibição não estarão disponíveis.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/pt-PT/admin/depreciations/general.php b/resources/lang/pt-PT/admin/depreciations/general.php
index 96218e234..1d7a91bb5 100644
--- a/resources/lang/pt-PT/admin/depreciations/general.php
+++ b/resources/lang/pt-PT/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Aviso:
Não tem atualmente nenhuma depreciação configurada.
Por favor, defina pelo menos uma depreciação para visualizar o relatório de depreciação.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/pt-PT/admin/hardware/form.php b/resources/lang/pt-PT/admin/hardware/form.php
index 09c70abf7..366dbe2f1 100644
--- a/resources/lang/pt-PT/admin/hardware/form.php
+++ b/resources/lang/pt-PT/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Atualizar apenas a localização atual',
'asset_not_deployable' => 'Este estado de artigo não é implementável. Este artigo não pode ser verificado.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'Este estado é implementável. Este ativo pode ser entregue.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'A processar... (Isto pode levar algum tempo em ficheiros grandes)',
'optional_infos' => 'Informação opcional',
'order_details' => 'Informação de estado da encomenda',
diff --git a/resources/lang/pt-PT/admin/hardware/message.php b/resources/lang/pt-PT/admin/hardware/message.php
index 8c922885d..75b5370be 100644
--- a/resources/lang/pt-PT/admin/hardware/message.php
+++ b/resources/lang/pt-PT/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'Um ou mais atributos na linha do cabeçalho contém caracteres UTF-8 mal formados',
'content_row_has_malformed_characters' => 'Um ou mais atributos na primeira linha de conteúdo contém caracteres UTF-8 mal formados',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Ativo não foi solicitado, por favor tente novamente',
- 'success' => 'Ativo solicitado com sucesso.',
- 'canceled' => 'Requisição cancelado com sucesso',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Cancelar solicitação deste artigo',
],
];
diff --git a/resources/lang/pt-PT/admin/reports/general.php b/resources/lang/pt-PT/admin/reports/general.php
index 7232a624e..ea82e62c9 100644
--- a/resources/lang/pt-PT/admin/reports/general.php
+++ b/resources/lang/pt-PT/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Selecione as opções que pretende para o seu relatório de artigos.',
'deleted_user' => 'Utilizador apagado',
'send_reminder' => 'Enviar Lembrete',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Lembrete enviado',
'acceptance_deleted' => 'Pedido de aceitação apagado',
'acceptance_request' => 'Aceitar Pedido',
diff --git a/resources/lang/pt-PT/admin/settings/general.php b/resources/lang/pt-PT/admin/settings/general.php
index 6df04b302..f78c58cf7 100644
--- a/resources/lang/pt-PT/admin/settings/general.php
+++ b/resources/lang/pt-PT/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Confirmar remoção',
'confirm_purge_help' => 'Digite o texto "DELETE" na caixa abaixo para limpar seus registros excluídos. Essa ação não pode ser desfeita e irá excluir todos os itens e usuários excluídos por soft-delete. (Você deve fazer um backup primeiro, apenas para estar seguro.)',
'custom_css' => 'CSS Personalizado',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Insira o CSS personalizado que deseja utilizar. Não use as tags .',
'custom_forgot_pass_url' => 'Endereço de redefinição de palavra-passe personalizado',
'custom_forgot_pass_url_help' => 'Isto substitui o endereço de recuperação de palavra-passe que vem configurado por defeito na página de login, útil para direcionar utilizadores para o serviço de recuperação de palavras-passe da LDAP interna ou alojada. Vai efetivamente desabilitar a funcionalidade de "palavra-passe esquecida" do utilizador local.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Mostrar EOL na tabela',
'display_qr' => 'Mostrar codigos de barra 2D',
'display_alt_barcode' => 'Mostrar codigos de barra 1D',
- 'email_logo' => 'Logotipo do e-mail',
'barcode_type' => 'Tipo de código de barras 2D',
'alt_barcode_type' => 'Tipo de código de barras 1D',
- 'email_logo_size' => 'Logos quadrados no e-mail são os melhores. ',
'enabled' => 'Ativado',
'eula_settings' => 'Definições de EULA',
'eula_markdown' => 'Este EULA permite Github flavored markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favicons devem ser imagens quadradas, 16x16 pixels.',
'footer_text' => 'Texto de rodapé adicional',
'footer_text_help' => 'Este texto aparecerá no lado direito do rodapé. São permitidos o uso de hiperligações, utilizando Github flavored markdown. O uso de quebras de linha, cabeçalhos, imagens, etc... podem ter resultados imprevisíveis. ',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'Configurações Gerais',
'general_settings_help' => 'EULA padrão e mais',
'generate_backup' => 'Gerar Backup',
'google_workspaces' => 'Espaços do Google',
'header_color' => 'Cor do cabeçalho',
'info' => 'Estas configurações permitem costumizar certos aspetos desta instalação.',
- 'label_logo' => 'Logotipo da etiqueta',
'label_logo_size' => 'Logos quadrados ficam melhor - serão exibidos no topo à direita de cada rótulo de artigo. ',
'laravel' => 'Versão do Laravel',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'Versão de LDAP',
'ldap_active_flag' => 'Opção LDAP Activo',
'ldap_activated_flag_help' => 'Este valor é usado para determinar se um utilizador sincronizado pode fazer login no Snipe-IT. Não afeta a capacidade de receber ou enregar itens para eles e deve ser o nome do atributo no AD/LDAP, não o valor.
Se este campo for definido como um nome de campo que não existe em seu AD/LDAP, ou o valor no campo AD/LDAP for definido como 0
ou false
, o login do utilizador será desativado. Se o valor no campo AD/LDAP for definido como 1
ou true
ou qualquer outro texto significa que o utilizador pode efetuar login. Quando o campo está em branco no seu AD, respeitamos o atributo userAccountControl
, que geralmente permite que utilizadores não suspensos façam login.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'Número funcionário LDAP',
'ldap_email' => 'Email LDAP',
'ldap_test' => 'Testar LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User-Agent',
'login_help' => 'Lista de tentativas de login',
'login_note' => 'Login Note',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Opcionalmente, inclua algumas frases na tela de login, por exemplo, para ajudar as pessoas que encontraram um dispositivo perdido ou roubado. Este campo aceita Gitão com sabor marcado',
'login_remote_user_text' => 'Opções de login remoto de utilizadores',
'login_remote_user_enabled_text' => 'Ativar login com cabeçalho de utilizador remoto',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Usar a marca na impressão de lista de ativos ',
'full_multiple_companies_support_help_text' => 'Restringir utilizadores (incluindo admins) associados a empresas ao ativos da empresa.',
'full_multiple_companies_support_text' => 'Suporte multi-empresa completo',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Mostrar modelos em menu de cascata',
'optional' => 'opcional',
'per_page' => 'Resultados por página',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Próximo: Criar Utilizador',
'ldap_settings_link' => 'Página de configurações LDAP',
'slack_test' => 'Teste Integração',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'Novo Motor de Etiqueta',
'label2_enable_help' => 'Mude para o novo motor de etiqueta. Nota: Irá precisar salvar esta configuração antes de a poder usar.',
'label2_template' => 'Modelo',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Definições de Campos',
'label2_fields_help' => 'Os campos podem ser adicionados, removidos, e reordenados na coluna da esquerda. Para cada campo, várias opções para Rótulo e Fonte de Dados podem ser adicionadas, removidas e reordenadas na coluna da direita.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Texto digitado como **texto**
será exibido como negrito',
'help_blank_to_use' => 'Deixe em branco para usar o valor de :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
.
Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see the documentation for more details. ',
@@ -378,15 +385,70 @@ return [
'database_driver' => 'Driver Base de Dados',
'bs_table_storage' => 'Armazenamento de mesa',
'timezone' => 'Fuso horário',
+ 'test_mail' => 'Test Mail',
'profile_edit' => 'Edit Profile',
'profile_edit_help' => 'Allow users to edit their own profiles.',
- 'default_avatar' => 'Upload custom default avatar',
+ 'default_avatar' => 'Custom Default Avatar',
'default_avatar_help' => 'This image will be displayed as a profile if a user does not have a profile photo.',
'restore_default_avatar' => 'Restore original system default avatar',
'restore_default_avatar_help' => '',
'due_checkin_days' => 'Due For Checkin Warning',
'due_checkin_days_help' => 'Quantos dias antes do esperado check-in de um ativo deve ser listado na página "Due for checkin"?',
'no_groups' => 'No groups have been created yet. Visit Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Formato username',
+ 'firstname_lastname_format' => 'Primeiro Nome Último Nome (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Formato do Email',
+ 'firstname_lastname_format' => 'Primeiro Nome Último Nome (jane.smith@example.com)',
+ 'first_name_format' => 'Primeiro Nome (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Primeira Inicial Último Nome(jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Sobrenome Primeira Inicial (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'Nome próprio e Sobrenome (jane_smith@exemplo.com)',
+ 'firstinitial.lastname' => 'Inicial Nome Próprio Sobrenome(j.smith@example.com)',
+ 'lastname_firstinitial' => 'Sobrenome Inicial Nome Próprio (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'Nome próprio Sobrenome (jane_smith@exemple.com)',
+ 'firstnamelastinitial' => 'Nome próprio Sobrenome (janes@exemple.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Logotipo do e-mail',
+ 'label_logo' => 'Logotipo da etiqueta',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Ícone de Favoritos',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Logos quadrados no e-mail são os melhores. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/pt-PT/admin/settings/message.php b/resources/lang/pt-PT/admin/settings/message.php
index 00dca99c7..a4f4882bb 100644
--- a/resources/lang/pt-PT/admin/settings/message.php
+++ b/resources/lang/pt-PT/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Algo deu erro. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/pt-PT/auth.php b/resources/lang/pt-PT/auth.php
index cd5e96b5e..0f3b16e44 100644
--- a/resources/lang/pt-PT/auth.php
+++ b/resources/lang/pt-PT/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'As credenciais indicadas não coincidem com as registadas no sistema.',
'password' => 'A palavra-passe está incorreta.',
- 'throttle' => 'Muitas tentativas falhadas de login. Por favor, tente novamente no(s) próximo(s) :minutes minuto(s).',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/pt-PT/auth/message.php b/resources/lang/pt-PT/auth/message.php
index 7bb1dc211..9a92acc21 100644
--- a/resources/lang/pt-PT/auth/message.php
+++ b/resources/lang/pt-PT/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'O username ou password estão incorretos.',
'account_not_activated' => 'Esta conta de utilizador não está ativa.',
'account_suspended' => 'Está conta de utilizador encontra-se suspensa.',
- 'account_banned' => 'Este utilizador foi desabilitado.',
- 'throttle' => 'Muitas tentativas falhadas de início de sessão. Por favor, tente novamente dentro de :minutes minuto(s).',
'two_factor' => array(
'already_enrolled' => 'O seu dispositivo já está inscrito.',
diff --git a/resources/lang/pt-PT/general.php b/resources/lang/pt-PT/general.php
index 64307dce5..4a036ac4c 100644
--- a/resources/lang/pt-PT/general.php
+++ b/resources/lang/pt-PT/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Artigos Aceites',
'accept_item' => 'Accept Item',
'audit' => 'Auditoria',
+ 'audits' => 'Audits',
'audit_report' => 'Registro de auditoria',
'assets' => 'Artigos',
'assets_audited' => 'artigos auditados',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Alterar Palavra-passe',
'checkin' => 'Devolver',
'checkin_from' => 'Devolver de',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Alocar',
'checkouts_count' => 'Checkouts',
'checkins_count' => 'Checkins',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Editar o seu perfil',
'eol' => 'EOL (Fim de vida)',
'email_domain' => 'Email do Domínio',
- 'email_format' => 'Formato do Email',
'employee_number' => 'Número de Funcionário',
'email_domain_help' => 'Isto é usado para criar endereços de email ao importar',
'error' => 'Erro',
'exclude_archived' => 'Excluir Ativos Arquivados',
'exclude_deleted' => 'Excluir artigos apagados',
'example' => 'Exemplo: ',
- 'filastname_format' => 'Primeira Inicial Último Nome(jsmith@example.com)',
- 'firstname_lastname_format' => 'Primeiro Nome Último Nome (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'Nome próprio e Sobrenome (jane_smith@exemplo.com)',
- 'lastnamefirstinitial_format' => 'Sobrenome Primeira Inicial (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'Inicial Nome Próprio Sobrenome (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'Primeiro nome com sobrenome (Jane Smith)',
- 'lastname_firstname_display' => 'Primeiro Nome do Último Nome (Smith Jane)',
- 'name_display_format' => 'Formato de exibição de nome',
- 'first' => 'Primeiro',
- 'firstnamelastname' => 'Nome próprio Sobrenome (jane_smith@exemple.com)',
- 'lastname_firstinitial' => 'Sobrenome Inicial Nome Próprio (smith_j@example.com)',
- 'firstinitial.lastname' => 'Inicial Nome Próprio Sobrenome(j.smith@example.com)',
- 'firstnamelastinitial' => 'Nome próprio Sobrenome (janes@exemple.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'Nome',
- 'first_name_format' => 'Primeiro Nome (jane@example.com)',
+
'files' => 'Ficheiros',
'file_name' => 'Ficheiro',
'file_type' => 'Tipo de ficheiro',
@@ -183,6 +169,11 @@ return [
'last' => 'Última',
'last_login' => 'Último login',
'last_name' => 'Apelido',
+ 'firstname_lastname_display' => 'Primeiro nome com sobrenome (Jane Smith)',
+ 'lastname_firstname_display' => 'Primeiro Nome do Último Nome (Smith Jane)',
+ 'name_display_format' => 'Formato de exibição de nome',
+ 'first' => 'Primeiro',
+ 'first_name' => 'Nome',
'license' => 'Licença',
'license_report' => 'Relatório de Licenças',
'licenses_available' => 'Licenças disponíveis',
@@ -311,7 +302,6 @@ return [
'type' => 'Tipo',
'undeployable' => 'Não implementável',
'unknown_admin' => 'Administrador desconhecido',
- 'username_format' => 'Formato username',
'username' => 'Nome de utilizador',
'update' => 'Atualizar',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/pt-PT/localizations.php b/resources/lang/pt-PT/localizations.php
index 073251219..dec6b9a95 100644
--- a/resources/lang/pt-PT/localizations.php
+++ b/resources/lang/pt-PT/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malaio',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongol',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persa',
'pl-PL'=> 'Polaco',
diff --git a/resources/lang/pt-PT/mail.php b/resources/lang/pt-PT/mail.php
index 7cec6c810..039ddfca4 100644
--- a/resources/lang/pt-PT/mail.php
+++ b/resources/lang/pt-PT/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Qt. Min.',
'name' => 'Nome',
'new_item_checked' => 'Um novo item foi atribuído a ti, os detalhes estão abaixo.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Notas',
'password' => 'Password',
'password_reset' => 'Repor senha',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'Existe um :count ativo que está a chegar para ser auditado em :threshold dias.|Existem :count ativos que estão a chegar para serem auditados em :threshold dias.',
'user' => 'Utilizador',
'username' => 'Nome de utilizador',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Bem vindo, :name',
'welcome_to' => 'Bem-vindo ao :web!',
'your_assets' => 'Ver seus ativos',
diff --git a/resources/lang/ro-RO/admin/custom_fields/general.php b/resources/lang/ro-RO/admin/custom_fields/general.php
index 11bd94a0e..5ff72e340 100644
--- a/resources/lang/ro-RO/admin/custom_fields/general.php
+++ b/resources/lang/ro-RO/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'Acest câmp este criptat, astfel încât unele opțiuni de afișare nu vor fi disponibile.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/ro-RO/admin/depreciations/general.php b/resources/lang/ro-RO/admin/depreciations/general.php
index db39a1f26..5aa28fac1 100644
--- a/resources/lang/ro-RO/admin/depreciations/general.php
+++ b/resources/lang/ro-RO/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Avertisment:
Nu aveți în prezent nici o depreciere configurată.
Te rugam sa setezi cel putin o depreciere pentru a vedea raportul deprecierii.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/ro-RO/admin/hardware/form.php b/resources/lang/ro-RO/admin/hardware/form.php
index 6ea860ced..6f3f4d280 100644
--- a/resources/lang/ro-RO/admin/hardware/form.php
+++ b/resources/lang/ro-RO/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Actualizează doar locația reală',
'asset_not_deployable' => 'Activul este indisponibil și nu poate fi eliberat.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'Activul e disponibil și poate fi eliberat.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Procesare... (Ar putea dura puţin timp pe fişiere mari)',
'optional_infos' => 'Informații opționale',
'order_details' => 'Informații legate de comandă',
diff --git a/resources/lang/ro-RO/admin/hardware/message.php b/resources/lang/ro-RO/admin/hardware/message.php
index 0264f69b1..d823642a7 100644
--- a/resources/lang/ro-RO/admin/hardware/message.php
+++ b/resources/lang/ro-RO/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'Unul sau mai multe atribute din rândul de antet conțin caractere UTF-8 incorecte',
'content_row_has_malformed_characters' => 'Unul sau mai multe atribute din primul rând de conținut conțin caractere UTF-8 formatate incorect',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Nu a fost solicitat un activ, încercați din nou',
- 'success' => 'Activele solicitate cu succes.',
- 'canceled' => 'Solicitarea de checkout a fost anulată cu succes',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Anulează această cerere de articol',
],
];
diff --git a/resources/lang/ro-RO/admin/reports/general.php b/resources/lang/ro-RO/admin/reports/general.php
index 64cc875b9..39ff7a18a 100644
--- a/resources/lang/ro-RO/admin/reports/general.php
+++ b/resources/lang/ro-RO/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Selectati optiunile dorite pentru raportul de active.',
'deleted_user' => 'Utilizator șters',
'send_reminder' => 'Trimite memento',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Memento trimis',
'acceptance_deleted' => 'Solicitare de acceptare ștearsă',
'acceptance_request' => 'Cerere de acceptare',
diff --git a/resources/lang/ro-RO/admin/settings/general.php b/resources/lang/ro-RO/admin/settings/general.php
index bd7020a5b..fcb502e38 100644
--- a/resources/lang/ro-RO/admin/settings/general.php
+++ b/resources/lang/ro-RO/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Confirmați purjarea',
'confirm_purge_help' => 'Introduceți textul "DELETE" în caseta de mai jos pentru a șterge înregistrările șterse. Această acțiune nu poate fi anulată și va șterge definitiv toate articolele și utilizatorii șterși. (Ar trebui mai întâi să faceți o copie de rezervă doar pentru a fi în siguranță.)',
'custom_css' => 'CSS personalizat',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Introduceți orice suprascrieri personalizate CSS pe care doriți să le utilizați. Nu includeți etichetele <style></style>.',
'custom_forgot_pass_url' => 'Adresă URL personalizată pentru resetarea parolei',
'custom_forgot_pass_url_help' => 'Acest lucru înlocuiește URL-ul de parolă uitată încorporat pe ecranul de conectare, util pentru a direcționa utilizatorii către funcția de resetare parole LDAP internă sau găzduită. Acesta va dezactiva efectiv funcționalitatea parolei uitate de utilizatorul local.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Arata EOL in tabel',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => 'Afișați coduri de bare 1D',
- 'email_logo' => 'Logo e-mail',
'barcode_type' => 'Tip de cod de bare 2D',
'alt_barcode_type' => 'Tip de cod de bare 1D',
- 'email_logo_size' => 'Logo-urile pătrate în e-mail arată cel mai bine. ',
'enabled' => 'Activat',
'eula_settings' => 'Setările EULA',
'eula_markdown' => 'Această licență EULA permite Github aromdown markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favicoanele trebuie să fie imagini pătrate, 16x16 pixeli.',
'footer_text' => 'Textul suplimentar în subsol ',
'footer_text_help' => 'Acest text va apărea în subsolul din dreapta. Linkurile sunt permise folosind marcaje de tip Github. Pauzele de linii, anteturile, imaginile etc. pot avea rezultate imprevizibile.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'setari generale',
'general_settings_help' => 'EULA implicită și altele',
'generate_backup' => 'Generați Backup',
'google_workspaces' => 'Spaţii de lucru Google',
'header_color' => 'Culoarea antetului',
'info' => 'Aceste setari va lasa sa modificati anumite aspecte ale instalarii.',
- 'label_logo' => 'Sigla etichetei',
'label_logo_size' => 'Logo-urile pătrate arată cel mai bine - vor fi afișate în partea dreaptă sus a fiecărei etichete de active. ',
'laravel' => 'Versiune Laravel',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'Versiunea LDAP',
'ldap_active_flag' => 'LDAP Active Flag',
'ldap_activated_flag_help' => 'Această valoare este folosită pentru a determina dacă un utilizator sincronizat se poate conecta la Snipe-IT. Nu afectează abilitatea de a verifica elementele în sau în afara lor, și ar trebui să fie numele de atribut în cadrul AD/LDAP, nu valoarea.
Dacă acest câmp este setat la un nume de câmp care nu există în AD/LDAP, sau valoarea din câmpul AD/LDAP este setat la 0
sau false
, Utilizatorul va fi dezactivat. Dacă valoarea din câmpul AD/LDAP este setat la 1
sau true
sau , orice alt text înseamnă că utilizatorul se poate conecta. Când câmpul este gol în AD-ul dvs., respectăm atributul userAccountControl
, care de obicei permite utilizatorilor care nu sunt suspendați să se autentifice.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'Numărul angajatului LDAP',
'ldap_email' => 'LDAP e-mail',
'ldap_test' => 'Testează LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'Agent utilizator',
'login_help' => 'Lista tentativelor de autentificare',
'login_note' => 'Conectați-vă Notă',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Opțional includeți câteva propoziții în ecranul de conectare, de exemplu, pentru a ajuta persoanele care au găsit un dispozitiv pierdut sau furat. Acest câmp acceptă markdown Github aromdown',
'login_remote_user_text' => 'Opțiuni de conectare la utilizatorul de la distanță',
'login_remote_user_enabled_text' => 'Activați autentificarea cu Antet utilizator la distanță',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Utilizați brand-urie pe listele de materiale tipărite ',
'full_multiple_companies_support_help_text' => 'Restricționarea utilizatorilor (inclusiv a administratorilor) atribuite companiilor activelor companiei lor.',
'full_multiple_companies_support_text' => 'Suport complet pentru multiple companii',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Afișați în lista de selecție de model',
'optional' => 'facultativ',
'per_page' => 'Rezultate pe pagina',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Următorul: Creare utilizator',
'ldap_settings_link' => 'Pagina de setări LDAP',
'slack_test' => 'Test Integrare',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'Etichetă nouă',
'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.',
'label2_template' => 'Șablon',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Definiții câmp',
'label2_fields_help' => 'Câmpurile pot fi adăugate, șterse și reordonate în coloana din stânga. Pentru fiecare câmp, mai multe opțiuni pentru Etichetă și Sursă pot fi adăugate, eliminate și reordonate în coloana din dreapta.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Textul introdus ca **text**
va fi afișat ca îngroșat',
'help_blank_to_use' => 'Lăsați necompletat pentru a utiliza valoarea de la :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
.
Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see the documentation for more details. ',
@@ -378,15 +385,70 @@ return [
'database_driver' => 'Șofer bază de date',
'bs_table_storage' => 'Stocare tabel',
'timezone' => 'Timezone',
+ 'test_mail' => 'Test Mail',
'profile_edit' => 'Edit Profile',
'profile_edit_help' => 'Allow users to edit their own profiles.',
- 'default_avatar' => 'Upload custom default avatar',
+ 'default_avatar' => 'Custom Default Avatar',
'default_avatar_help' => 'This image will be displayed as a profile if a user does not have a profile photo.',
'restore_default_avatar' => 'Restore original system default avatar',
'restore_default_avatar_help' => '',
'due_checkin_days' => 'Due For Checkin Warning',
'due_checkin_days_help' => 'How many days before the expected checkin of an asset should it be listed in the "Due for checkin" page?',
'no_groups' => 'No groups have been created yet. Visit Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Nume de utilizator Format',
+ 'firstname_lastname_format' => 'Nume Prenume Nume (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Formatul e-mailului',
+ 'firstname_lastname_format' => 'Nume Prenume Nume (jane.smith@example.com)',
+ 'first_name_format' => 'Prenume (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Primul nume inițial (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Numele de familie Prima Inițială (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'Prenume Nume Nume (jane_smith@example.com)',
+ 'firstinitial.lastname' => 'Primul nume inițial (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Prenume Prima Inițială (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'Prenume Nume Nume (janesmith@example.com)',
+ 'firstnamelastinitial' => 'Prenume Nume Ultima Inițială (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Logo e-mail',
+ 'label_logo' => 'Sigla etichetei',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Pictogramă',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Logo-urile pătrate în e-mail arată cel mai bine. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Siglă',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/ro-RO/admin/settings/message.php b/resources/lang/ro-RO/admin/settings/message.php
index b5c4a5daa..b76823085 100644
--- a/resources/lang/ro-RO/admin/settings/message.php
+++ b/resources/lang/ro-RO/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Ceva nu a mers bine. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/ro-RO/auth.php b/resources/lang/ro-RO/auth.php
index c0752f666..b4f4e0a0b 100644
--- a/resources/lang/ro-RO/auth.php
+++ b/resources/lang/ro-RO/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'Aceste date de autentificare nu corespund înregistrărilor noastre.',
'password' => 'Parola furnizată este incorectă.',
- 'throttle' => 'Prea multe încercări de autentificare. Vă rugăm să încercaţi din nou în :seconds secunde.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/ro-RO/auth/message.php b/resources/lang/ro-RO/auth/message.php
index 7c7536366..252d48f45 100644
--- a/resources/lang/ro-RO/auth/message.php
+++ b/resources/lang/ro-RO/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'Numele de utilizator sau parola este incorecta.',
'account_not_activated' => 'Acest utilizator nu a fost activat.',
'account_suspended' => 'Acest utilizator este suspendat.',
- 'account_banned' => 'Acest utilizator este banat.',
- 'throttle' => 'Prea multe încercări de conectare nereușite. Vă rugăm să încercați din nou în :minute minute.',
'two_factor' => array(
'already_enrolled' => 'Dispozitivul dumneavoastră este deja înscris.',
diff --git a/resources/lang/ro-RO/general.php b/resources/lang/ro-RO/general.php
index 53f02b8dc..cd8312e59 100644
--- a/resources/lang/ro-RO/general.php
+++ b/resources/lang/ro-RO/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Acceptați active',
'accept_item' => 'Accept Item',
'audit' => 'Audit',
+ 'audits' => 'Audits',
'audit_report' => 'Jurnal de audit',
'assets' => 'Active',
'assets_audited' => 'active auditate',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Schimba parola',
'checkin' => 'Primeste',
'checkin_from' => 'Checkin de la',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Preda',
'checkouts_count' => 'Comenzi',
'checkins_count' => 'Verificări',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Editeaza propriul profil',
'eol' => 'EOL',
'email_domain' => 'Domeniul de e-mail',
- 'email_format' => 'Formatul e-mailului',
'employee_number' => 'Număr angajat',
'email_domain_help' => 'Acesta este folosit pentru a genera adrese de e-mail atunci când importați',
'error' => 'Eroare',
'exclude_archived' => 'Exclude activele arhivate',
'exclude_deleted' => 'Exclude activele șterse',
'example' => 'Exemplu: ',
- 'filastname_format' => 'Primul nume inițial (jsmith@example.com)',
- 'firstname_lastname_format' => 'Nume Prenume Nume (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'Prenume Nume Nume (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => 'Numele de familie Prima Inițială (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'Primul nume inițial (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'Prenume nume nume (Jane Smith)',
- 'lastname_firstname_display' => 'Numele de familie (Smith Jane)',
- 'name_display_format' => 'Nume Format Afișat',
- 'first' => 'Primul',
- 'firstnamelastname' => 'Prenume Nume Nume (janesmith@example.com)',
- 'lastname_firstinitial' => 'Prenume Prima Inițială (smith_j@example.com)',
- 'firstinitial.lastname' => 'Primul nume inițial (j.smith@example.com)',
- 'firstnamelastinitial' => 'Prenume Nume Ultima Inițială (janes@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'Prenume',
- 'first_name_format' => 'Prenume (jane@example.com)',
+
'files' => 'Fișiere',
'file_name' => 'Fisier',
'file_type' => 'Tip Fișier',
@@ -183,6 +169,11 @@ return [
'last' => 'Ultimul',
'last_login' => 'Ultima logare',
'last_name' => 'Nume',
+ 'firstname_lastname_display' => 'Prenume nume nume (Jane Smith)',
+ 'lastname_firstname_display' => 'Numele de familie (Smith Jane)',
+ 'name_display_format' => 'Nume Format Afișat',
+ 'first' => 'Primul',
+ 'first_name' => 'Prenume',
'license' => 'Licenta',
'license_report' => 'Raport licente',
'licenses_available' => 'Licențe disponibile',
@@ -311,7 +302,6 @@ return [
'type' => 'Tipul',
'undeployable' => 'Nelansabil',
'unknown_admin' => 'Admin necunoscut',
- 'username_format' => 'Nume de utilizator Format',
'username' => 'Utilizator',
'update' => 'Actualizează',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/ro-RO/localizations.php b/resources/lang/ro-RO/localizations.php
index d38528274..725ff7862 100644
--- a/resources/lang/ro-RO/localizations.php
+++ b/resources/lang/ro-RO/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malaeză',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolie',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'persană',
'pl-PL'=> 'Poloneză',
diff --git a/resources/lang/ro-RO/mail.php b/resources/lang/ro-RO/mail.php
index 561d77752..81f6d41e4 100644
--- a/resources/lang/ro-RO/mail.php
+++ b/resources/lang/ro-RO/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Cantitate min',
'name' => 'Nume',
'new_item_checked' => 'Un element nou a fost verificat sub numele dvs., detaliile sunt de mai jos.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'notițe',
'password' => 'Parola',
'password_reset' => 'Resetare parola',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'Există :count atuuri care vin pentru audit în :prag zile.• Există :count active care vin pentru audit în următoarele zile limită.',
'user' => 'Utilizator',
'username' => 'Utilizator',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Bun venit: nume',
'welcome_to' => 'Bun venit pe: web!',
'your_assets' => 'Vezi activele tale',
diff --git a/resources/lang/ru-RU/admin/components/message.php b/resources/lang/ru-RU/admin/components/message.php
index b7818eab1..14e305c2b 100644
--- a/resources/lang/ru-RU/admin/components/message.php
+++ b/resources/lang/ru-RU/admin/components/message.php
@@ -18,7 +18,7 @@ return array(
'confirm' => 'Вы уверены, что хотите удалить этот компонент?',
'error' => 'Возникла проблема при удалении компонента, пожалуйста попробуйте еще раз.',
'success' => 'Компонент успешно удален.',
- 'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
+ 'error_qty' => 'Некоторые компоненты этого типа всё ещё выданы. Проверьте их и повторите попытку.',
),
'checkout' => array(
diff --git a/resources/lang/ru-RU/admin/custom_fields/general.php b/resources/lang/ru-RU/admin/custom_fields/general.php
index 1c65d1fc6..40c2647b1 100644
--- a/resources/lang/ru-RU/admin/custom_fields/general.php
+++ b/resources/lang/ru-RU/admin/custom_fields/general.php
@@ -57,7 +57,8 @@ return [
'show_in_requestable_list_short' => 'Показать в списке запрашиваемых активов',
'show_in_requestable_list' => 'Показать значение в списке запрашиваемых активов. Зашифрованные поля не будут показаны',
'encrypted_options' => 'Это поле зашифровано, поэтому некоторые параметры отображения будут недоступны.',
- 'display_checkin' => 'Display in checkin forms',
- 'display_checkout' => 'Display in checkout forms',
+ 'display_checkin' => 'Отображать в формах возврата',
+ 'display_checkout' => 'Отображать в формах выдачи',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/ru-RU/admin/depreciations/general.php b/resources/lang/ru-RU/admin/depreciations/general.php
index 716ecb70e..b72863e17 100644
--- a/resources/lang/ru-RU/admin/depreciations/general.php
+++ b/resources/lang/ru-RU/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Предупреждение:
В настоящее время у вас нет настроенных амортизаций.
Пожалуйста, установите хотя бы одну амортизацию для просмотра отчета об амортизации.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/ru-RU/admin/hardware/form.php b/resources/lang/ru-RU/admin/hardware/form.php
index 77d300469..acc5ab876 100644
--- a/resources/lang/ru-RU/admin/hardware/form.php
+++ b/resources/lang/ru-RU/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Обновить только фактическое местоположение',
'asset_not_deployable' => 'Этот статус актива не подлежит развертыванию. Этот актив не может быть проверен.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'Этот статус доступен для развертывания. Этот актив может быть привязан.',
+ 'asset_deployable' => 'Этот актив может быть выдан.',
'processing_spinner' => 'Обработка... (Это может занять некоторое время на больших файлах)',
'optional_infos' => 'Дополнительная информация',
'order_details' => 'Информация, связанная с заказом',
diff --git a/resources/lang/ru-RU/admin/hardware/general.php b/resources/lang/ru-RU/admin/hardware/general.php
index a0568cd01..f5054786c 100644
--- a/resources/lang/ru-RU/admin/hardware/general.php
+++ b/resources/lang/ru-RU/admin/hardware/general.php
@@ -6,7 +6,7 @@ return [
'archived' => 'Архивированные',
'asset' => 'Актив',
'bulk_checkout' => 'Массовая выдача',
- 'bulk_checkin' => 'Bulk Checkin',
+ 'bulk_checkin' => 'Массовый возврат',
'checkin' => 'Вернуть актив на склад',
'checkout' => 'Выдать актив пользователю',
'clone' => 'Клонировать актив',
diff --git a/resources/lang/ru-RU/admin/hardware/message.php b/resources/lang/ru-RU/admin/hardware/message.php
index 10ec515cd..5de9f2609 100644
--- a/resources/lang/ru-RU/admin/hardware/message.php
+++ b/resources/lang/ru-RU/admin/hardware/message.php
@@ -9,16 +9,16 @@ return [
'does_not_exist_or_not_requestable' => 'Этот актив не существует или не подлежит запросу.',
'assoc_users' => 'Этот актив в настоящее время привязан к пользователю и не может быть удален. Пожалуйста сначала снимите привязку, и затем попробуйте удалить снова. ',
'warning_audit_date_mismatch' => 'Дата следующего аудита этого актива (:next_audit_date) не может быть раньше последней даты аудита (:last_audit_date). Пожалуйста, обновите следующую дату аудита.',
- 'labels_generated' => 'Labels were successfully generated.',
- 'error_generating_labels' => 'Error while generating labels.',
- 'no_assets_selected' => 'No assets selected.',
+ 'labels_generated' => 'Этикетки успешно сгенерированы.',
+ 'error_generating_labels' => 'Ошибка при создании этикеток.',
+ 'no_assets_selected' => 'Активы не выбраны.',
'create' => [
'error' => 'Актив не был создан, пожалуйста попробуйте снова. :(',
'success' => 'Актив успешно создан. :)',
'success_linked' => 'Актив с тегом :tag успешно создан. Нажмите для просмотра.',
- 'multi_success_linked' => 'Asset with tag :links was created successfully.|:count assets were created succesfully. :links.',
- 'partial_failure' => 'An asset was unable to be created. Reason: :failures|:count assets were unable to be created. Reasons: :failures',
+ 'multi_success_linked' => 'Актив с номером :links успешно создан.|:count активов успешно созданы. :links.',
+ 'partial_failure' => 'Актив не может быть создан. Причина: :failures|:count активов не могут быть созданы. Причины: :failures',
],
'update' => [
@@ -66,13 +66,14 @@ return [
'file_already_deleted' => 'Выбранный файл уже удален',
'header_row_has_malformed_characters' => 'Один или несколько атрибутов в строке заголовка содержат неправильно сформированные символы UTF-8',
'content_row_has_malformed_characters' => 'Один или несколько атрибутов в первой строке содержимого содержат неправильно сформированные символы UTF-8',
+ 'transliterate_failure' => 'Транслитерация из :encoding в UTF-8 не удалась из-за недопустимых символов во входных данных'
],
'delete' => [
'confirm' => 'Вы уверены что хотите удалить этот актив?',
'error' => 'При удалении актива возникла проблема. Пожалуйста попробуйте снова.',
- 'assigned_to_error' => '{1}Asset Tag: :asset_tag is currently checked out. Check in this device before deletion.|[2,*]Asset Tags: :asset_tag are currently checked out. Check in these devices before deletion.',
+ 'assigned_to_error' => '{1}Инвентарный номер: :asset_tag выдан в данный момент. Верните это устройство перед удалением. [2,*]Инвентарные номера: :asset_tag выданы в данный момент. Верните эти устройства перед удалением.',
'nothing_updated' => 'Ни один из активов не выбран, поэтому ничего не удалено.',
'success' => 'Актив был успешно удален.',
],
@@ -86,8 +87,8 @@ return [
],
'multi-checkout' => [
- 'error' => 'Asset was not checked out, please try again|Assets were not checked out, please try again',
- 'success' => 'Asset checked out successfully.|Assets checked out successfully.',
+ 'error' => 'Актив не был выдан, пожалуйста попробуйте снова|Активы не были выданы, пожалуйста попробуйте снова',
+ 'success' => 'Актив успешно выдан.|Активы успешно выданы.',
],
'checkin' => [
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Актив не был запрошен, попробуйте ещё раз',
- 'success' => 'Актив запрошен успешно.',
- 'canceled' => 'Запрос актива успешно отменен',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Отменить запрос предмета',
],
];
diff --git a/resources/lang/ru-RU/admin/reports/general.php b/resources/lang/ru-RU/admin/reports/general.php
index 97e567272..6108fb830 100644
--- a/resources/lang/ru-RU/admin/reports/general.php
+++ b/resources/lang/ru-RU/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Выберите опции, которые должны отображаться в отчете актива.',
'deleted_user' => 'Удаленный пользователь',
'send_reminder' => 'Отправить напоминание',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Напоминание отправлено',
'acceptance_deleted' => 'Запрос на приемку удален',
'acceptance_request' => 'Запрос на приемку',
diff --git a/resources/lang/ru-RU/admin/settings/general.php b/resources/lang/ru-RU/admin/settings/general.php
index 65a62fceb..c215f5a15 100644
--- a/resources/lang/ru-RU/admin/settings/general.php
+++ b/resources/lang/ru-RU/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Подтвердить удаление',
'confirm_purge_help' => 'Введите "DELETE" в поле ниже для окончательного удаления ваших удаленных записей. Это действие не может быть отменено и ПОЛНОСТЬЮ очистит все удаленные записи. (Предварительно сделайте бекап, просто на всякий случай.)',
'custom_css' => 'Пользовательское CSS',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Введите любое пользовательское CSS, которые вы хотите использовать. Не указывайте <style></style> теги.',
'custom_forgot_pass_url' => 'Пользовательский URL для сброса пароля',
'custom_forgot_pass_url_help' => 'Этим заменяется встроенный URL забытого пароля на экране входа в систему, что полезно, чтобы направлять пользователей на внутренние или размещенные в LDAP функции сброса пароля. Это позволит эффективно отключить локальный функционал восстановления забытого пользовательского пароля.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Отображать дату истечения срока гарантии в таблице',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => 'Показывать штрих-коды',
- 'email_logo' => 'Логотип E-Mail',
'barcode_type' => 'Тип 2D штрихкода',
'alt_barcode_type' => 'Тип линейного штрихкода',
- 'email_logo_size' => 'В почте лучше всего выглядят квадратные логотипы. ',
'enabled' => 'Включено',
'eula_settings' => 'Настройки лицензионного соглашения',
'eula_markdown' => 'Это EULA поддерживает форматирование Github flavored markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favicon\'ы быть квадратными размером 16х16 пикселей.',
'footer_text' => 'Дополнительный текст нижнего колонтитула ',
'footer_text_help' => 'Этот текст будет отображаться в правой части нижнего колонтитула. Разрешается использовать ссылки следующего вида Github ароматизированные уценок. Использование прочей HTML разметки, переводов строк, изображений - может привести к непредсказуемым результатам.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'Общие настройки',
'general_settings_help' => 'EULA по умолчанию и прочее',
'generate_backup' => 'Создать резервную копию',
'google_workspaces' => 'Рабочие области Google',
'header_color' => 'Цвет заголовка',
'info' => 'Эти настройки позволяют персонализировать некоторые аспекты вашей установки.',
- 'label_logo' => 'Логотип этикетки',
'label_logo_size' => 'Для маркировки активов лучше всего подойдут квадратные логотипы. Они будт отображаться в правом верхнем углу актива. ',
'laravel' => 'Версия Laravel',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'Версия LDAP',
'ldap_active_flag' => 'Активный флаг LDAP',
'ldap_activated_flag_help' => 'Это значение используется для определения того, может ли синхронизированный пользователь войти в Snipe-IT. Это не влияет на возможность проверки элементов в них или из них, и должен быть атрибутом в AD/LDAP, не значением.
Если это поле установлено в имени поля, которого нет в вашем AD/LDAP, или значение в поле AD/LDAP установлено в 0
или false
, логин пользователя будет отключён. Если значение в поле AD/LDAP установлено в
или true
или любой другой текст означает, что пользователь может войти в систему. Когда поле пустое в вашем объявлении, мы уважаем атрибут userAccountControl
, который обычно позволяет не заблокированным пользователям входить в систему.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'Номер сотрудника LDAP',
'ldap_email' => 'Email LDAP',
'ldap_test' => 'Тест LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'Браузер пользователя',
'login_help' => 'Список попыток входа',
'login_note' => 'Комментарий для экрана логина',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Опционально выводит несколько предложений на экране логина. Например, чтобы помочь людям, которые нашли потерянное или украденное устройство. Здесь можно использовать Github flavored markdown',
'login_remote_user_text' => 'Параметры входа удаленного пользователя',
'login_remote_user_enabled_text' => 'Включение входа через использование Remote User Header',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Использование брендинга в распечатке списка активов ',
'full_multiple_companies_support_help_text' => 'Ограничить доступ пользователям (включая админов) только активами их компаний.',
'full_multiple_companies_support_text' => 'Полная поддержка нескольких компаний',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Показать в списках (дропдаунах) модели',
'optional' => 'не обязательно',
'per_page' => 'Результатов на страницу',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Далее: Создать пользователя',
'ldap_settings_link' => 'Страница настроек LDAP',
'slack_test' => 'Протестировать интеграцию',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'Новый движок этикеток',
'label2_enable_help' => 'Переключиться на новый движок этикеток. Важно: вам нужно сохранить эти настройки перед изменением других настроек.',
'label2_template' => 'Шаблон',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Определения полей',
'label2_fields_help' => 'Поля могут быть добавлены, удалены и переупорядочены в левой колонке. Для каждого поля можно добавлять, удалять и переупорядочивать несколько параметров меток и DataSource.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Текст, введенный как **текст**
будет отображаться как жирный',
'help_blank_to_use' => 'Оставьте пустым, чтобы использовать значение из :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
.
Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see the documentation for more details. ',
@@ -378,15 +385,70 @@ return [
'database_driver' => 'Драйвер базы данных',
'bs_table_storage' => 'Хранилище таблицы',
'timezone' => 'Часовой пояс',
+ 'test_mail' => 'Test Mail',
'profile_edit' => 'Редактировать Профиль',
'profile_edit_help' => 'Разрешить пользователям редактировать свои профили.',
- 'default_avatar' => 'Загрузить аватар по умолчанию',
+ 'default_avatar' => 'Custom Default Avatar',
'default_avatar_help' => 'Это изображение будет отображаться как фото профиля, если у пользователя оно не установлено.',
'restore_default_avatar' => 'Восстановить исходный системный аватар',
'restore_default_avatar_help' => '',
'due_checkin_days' => 'Предупреждение о возврате',
'due_checkin_days_help' => 'Сколько дней до ожидаемого возврата актива должно быть указано на странице «Подлежит возврату»?',
'no_groups' => 'No groups have been created yet. Visit Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Формат имени пользователя',
+ 'firstname_lastname_format' => 'Имя и фамилия через точку (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Фамилия.Имя (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Формат адреса электронной почты',
+ 'firstname_lastname_format' => 'Имя и фамилия через точку (jane.smith@example.com)',
+ 'first_name_format' => 'Имя (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Первая буква имени и фамилия (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Фамилия и первая буква имени (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'Имя и фамилия (jane_smith@example.com)',
+ 'firstinitial.lastname' => 'Первая буква имени и фамилия (i.ivanov@example.com)',
+ 'lastname_firstinitial' => 'Фамилия Первая буква имени (ivanov_i@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Фамилия и первая буква имени (smith.j@example.com)',
+ 'firstnamelastname' => 'Имя Фамилия (ivanivanov@example.com)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'lastnamefirstname' => 'Фамилия.Имя (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Логотип E-Mail',
+ 'label_logo' => 'Логотип этикетки',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'В почте лучше всего выглядят квадратные логотипы. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Логотип',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/ru-RU/admin/settings/message.php b/resources/lang/ru-RU/admin/settings/message.php
index 0ea0383d2..af37a5ee8 100644
--- a/resources/lang/ru-RU/admin/settings/message.php
+++ b/resources/lang/ru-RU/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Что-то пошло не так. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/ru-RU/auth.php b/resources/lang/ru-RU/auth.php
index 80a618183..d02193515 100644
--- a/resources/lang/ru-RU/auth.php
+++ b/resources/lang/ru-RU/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'Учетные данные не совпадают с нашими записями.',
'password' => 'Неверный пароль',
- 'throttle' => 'Слишком много неудачных попыток входа. Пожалуйста, попробуйте через :seconds секунд.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/ru-RU/auth/message.php b/resources/lang/ru-RU/auth/message.php
index 1244b0db6..20e4273be 100644
--- a/resources/lang/ru-RU/auth/message.php
+++ b/resources/lang/ru-RU/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'Неверный Логин или Пароль.',
'account_not_activated' => 'Эта учетная запись не активирована.',
'account_suspended' => 'Эта учетная запись приостановлена.',
- 'account_banned' => 'Эта учетная запись заблокирована.',
- 'throttle' => 'Слишком много неудачных попыток входа. Пожалуйста, попробуйте через :minutes минут.',
'two_factor' => array(
'already_enrolled' => 'Ваше устройство уже зарегистрировано.',
diff --git a/resources/lang/ru-RU/general.php b/resources/lang/ru-RU/general.php
index 18dd6a1e4..484cc25df 100644
--- a/resources/lang/ru-RU/general.php
+++ b/resources/lang/ru-RU/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Принять активы',
'accept_item' => 'Accept Item',
'audit' => 'аудит',
+ 'audits' => 'Audits',
'audit_report' => 'Журнал аудита',
'assets' => 'Активы',
'assets_audited' => 'активы проверены',
@@ -62,10 +63,12 @@ return [
'changepassword' => 'Изменить пароль',
'checkin' => 'Привязать',
'checkin_from' => 'Возврат из',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Отвязать',
'checkouts_count' => 'Отвязать',
'checkins_count' => 'Привязать',
- 'checkin_and_delete' => 'Checkin and Delete',
+ 'checkin_and_delete' => 'Вернуть и удалить',
'user_requests_count' => 'Запросы',
'city' => 'Город',
'click_here' => 'Нажмите здесь',
@@ -94,7 +97,7 @@ return [
'customize_report' => 'Настройка отчета',
'custom_report' => 'Пользовательский отчет по активам',
'dashboard' => 'Панель мониторинга',
- 'data_source' => 'Data Source',
+ 'data_source' => 'Источник данных',
'days' => 'дней',
'days_to_next_audit' => 'Дней на следующий аудит',
'date' => 'Дата',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Редактировать свой профиль',
'eol' => 'EOL',
'email_domain' => 'Домен адреса электронной почты',
- 'email_format' => 'Формат адреса электронной почты',
'employee_number' => 'Номер сотрудника',
'email_domain_help' => 'Он используется для генерации адреса при импорте',
'error' => 'Ошибка',
'exclude_archived' => 'Исключить архивные активы',
'exclude_deleted' => 'Исключить удаленные активы',
'example' => 'Пример: ',
- 'filastname_format' => 'Первая буква имени и фамилия (jsmith@example.com)',
- 'firstname_lastname_format' => 'Имя и фамилия через точку (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'Имя и фамилия (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => 'Фамилия и первая буква имени (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'Первая буква имени Фамилия (i.ivanov@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'Имя Фамилия (Иван Иванов)',
- 'lastname_firstname_display' => 'Фамилия Имя (Иванов Иван)',
- 'name_display_format' => 'Формат имени',
- 'first' => 'В начало',
- 'firstnamelastname' => 'Имя Фамилия (ivanivanov@example.com)',
- 'lastname_firstinitial' => 'Фамилия Первая буква имени (ivanov_i@example.com)',
- 'firstinitial.lastname' => 'Первая буква имени и фамилия (i.ivanov@example.com)',
- 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
- 'lastnamefirstname' => 'Фамилия.Имя (smith.jane@example.com)',
- 'first_name' => 'Имя',
- 'first_name_format' => 'Имя (jane@example.com)',
+
'files' => 'Файлы',
'file_name' => 'Файл',
'file_type' => 'Тип файла',
@@ -183,6 +169,11 @@ return [
'last' => 'В конец',
'last_login' => 'Последний вход',
'last_name' => 'Фамилия',
+ 'firstname_lastname_display' => 'Имя Фамилия (Иван Иванов)',
+ 'lastname_firstname_display' => 'Фамилия Имя (Иванов Иван)',
+ 'name_display_format' => 'Формат имени',
+ 'first' => 'В начало',
+ 'first_name' => 'Имя',
'license' => 'Лицензия',
'license_report' => 'Отчет по лицензиям',
'licenses_available' => 'Доступные лицензии',
@@ -220,14 +211,14 @@ return [
'no_results' => 'Нет результатов.',
'no' => 'Нет',
'notes' => 'Примечания',
- 'note_added' => 'Note Added',
- 'options' => 'Options',
- 'preview' => 'Preview',
- 'add_note' => 'Add Note',
- 'note_edited' => 'Note Edited',
- 'edit_note' => 'Edit Note',
- 'note_deleted' => 'Note Deleted',
- 'delete_note' => 'Delete Note',
+ 'note_added' => 'Примечание добавлено',
+ 'options' => 'Параметры',
+ 'preview' => 'Предпросмотр',
+ 'add_note' => 'Добавить примечание',
+ 'note_edited' => 'Примечание изменено',
+ 'edit_note' => 'Изменить примечание',
+ 'note_deleted' => 'Примечание удалено',
+ 'delete_note' => 'Удалить примечание',
'order_number' => 'Номер заказа',
'only_deleted' => 'Только удаленные активы',
'page_menu' => 'Показаны элементы _MENU_',
@@ -295,7 +286,7 @@ return [
'status_label' => 'Метки статуса',
'status' => 'Статус',
'accept_eula' => 'Соглашение о приемке',
- 'show_or_hide_eulas' => 'Show/Hide EULAs',
+ 'show_or_hide_eulas' => 'Показать/скрыть EULA',
'supplier' => 'Поставщик',
'suppliers' => 'Поставщики',
'sure_to_delete' => 'Вы действительно хотите удалить',
@@ -311,7 +302,6 @@ return [
'type' => 'Тип',
'undeployable' => 'Не развертываемый',
'unknown_admin' => 'Неизвестный администратор',
- 'username_format' => 'Формат имени пользователя',
'username' => 'Пользователь',
'update' => 'Обновить',
'updating_item' => 'Updating :item',
@@ -574,30 +564,52 @@ return [
'something_went_wrong' => 'Что-то пошло не так с вашим запросом.',
'close' => 'Закрыть',
'expires' => 'Истекает',
- 'map_fields'=> 'Map :item_type Fields',
+ 'map_fields'=> 'Сопоставьте поля :item_type',
'remaining_var' => ':count Осталось',
'label' => 'Метка',
'import_asset_tag_exists' => 'Актив с тегом актива :asset_tag уже существует и обновление не было запрошено. Изменения не были произведены.',
'countries_manually_entered_help' => 'Значения со звездочкой (*) были введены вручную и не соответствуют существующим значениям выпадающего списка ISO 3166',
- 'accessories_assigned' => 'Assigned Accessories',
- 'user_managed_passwords' => 'Password Management',
- 'user_managed_passwords_disallow' => 'Disallow users from managing their own passwords',
- 'user_managed_passwords_allow' => 'Allow users to manage their own passwords',
+ 'accessories_assigned' => 'Назначенные аксессуары',
+ 'user_managed_passwords' => 'Управление паролями',
+ 'user_managed_passwords_disallow' => 'Запретить пользователям управлять своими паролями',
+ 'user_managed_passwords_allow' => 'Разрешить пользователям управлять своими паролями',
// Add form placeholders here
'placeholders' => [
- 'notes' => 'Add a note',
+ 'notes' => 'Добавить примечание',
],
'breadcrumb_button_actions' => [
- 'edit_item' => 'Edit :name',
- 'checkout_item' => 'Checkout :name',
- 'checkin_item' => 'Checkin :name',
+ 'edit_item' => 'Редактировать :name',
+ 'checkout_item' => 'Выдать :name',
+ 'checkin_item' => 'Вернуть :name',
],
- 'select_all_none' => 'Select/Unselect All',
- 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
- 'deleted_models' => 'Deleted Asset Models',
- 'deleted_users' => 'Deleted Users',
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
+ 'select_all_none' => 'Выбрать/Отменить выбор всех',
+ 'generic_model_not_found' => ':model не найден или у вас нет разрешения на доступ',
+ 'deleted_models' => 'Удаленные модели активов',
+ 'deleted_users' => 'Удаленные пользователи',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/ru-RU/localizations.php b/resources/lang/ru-RU/localizations.php
index 4d6d6b7a9..54cef61ba 100644
--- a/resources/lang/ru-RU/localizations.php
+++ b/resources/lang/ru-RU/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Малайский',
'mi-NZ'=> 'Маори',
'mn-MN'=> 'Монгольский',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Норвежский Букмол',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Персидский',
'pl-PL'=> 'Польский',
diff --git a/resources/lang/ru-RU/mail.php b/resources/lang/ru-RU/mail.php
index 9d1bf709b..7713963ae 100644
--- a/resources/lang/ru-RU/mail.php
+++ b/resources/lang/ru-RU/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Мин Кол-во',
'name' => 'Название',
'new_item_checked' => 'Новый предмет был выдан под вашем именем, подробности ниже.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Заметки',
'password' => 'Пароль',
'password_reset' => 'Сброс пароля',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => ':count активов запланированы для аудита в течение :threshold дней.| :count активов будут запланированы для аудита через :threshold дней.',
'user' => 'Пользователь',
'username' => 'Имя пользователя',
- 'unaccepted_asset_reminder' => 'У вас есть непринятые активы.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Добро пожаловать, :name',
'welcome_to' => 'Добро пожаловать на :web!',
'your_assets' => 'Посмотреть активы',
diff --git a/resources/lang/si-LK/admin/custom_fields/general.php b/resources/lang/si-LK/admin/custom_fields/general.php
index f17eedda1..c9ae61c96 100644
--- a/resources/lang/si-LK/admin/custom_fields/general.php
+++ b/resources/lang/si-LK/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/si-LK/admin/depreciations/general.php b/resources/lang/si-LK/admin/depreciations/general.php
index 1a5666f9d..4a9a9b8cd 100644
--- a/resources/lang/si-LK/admin/depreciations/general.php
+++ b/resources/lang/si-LK/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Warning:
You do not currently have any depreciations set up.
Please set up at least one depreciation to view the depreciation report.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/si-LK/admin/hardware/form.php b/resources/lang/si-LK/admin/hardware/form.php
index e77a5a0b6..e3e172051 100644
--- a/resources/lang/si-LK/admin/hardware/form.php
+++ b/resources/lang/si-LK/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Update only actual location',
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
'optional_infos' => 'Optional Information',
'order_details' => 'Order Related Information',
diff --git a/resources/lang/si-LK/admin/hardware/message.php b/resources/lang/si-LK/admin/hardware/message.php
index 605c1fe23..c19bc6364 100644
--- a/resources/lang/si-LK/admin/hardware/message.php
+++ b/resources/lang/si-LK/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Asset was not requested, please try again',
- 'success' => 'Asset requested successfully.',
- 'canceled' => 'Checkout request successfully canceled',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Cancel this item request',
],
];
diff --git a/resources/lang/si-LK/admin/reports/general.php b/resources/lang/si-LK/admin/reports/general.php
index ea22b07df..ed8bf1a15 100644
--- a/resources/lang/si-LK/admin/reports/general.php
+++ b/resources/lang/si-LK/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Select the options you want for your asset report.',
'deleted_user' => 'Deleted user',
'send_reminder' => 'Send reminder',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Reminder sent',
'acceptance_deleted' => 'Acceptance request deleted',
'acceptance_request' => 'Acceptance request',
diff --git a/resources/lang/si-LK/admin/settings/general.php b/resources/lang/si-LK/admin/settings/general.php
index ad21bbb64..27b185d7c 100644
--- a/resources/lang/si-LK/admin/settings/general.php
+++ b/resources/lang/si-LK/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'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',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.',
'custom_forgot_pass_url' => 'Custom Password Reset URL',
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Display EOL in table view',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => 'Display 1D barcode',
- 'email_logo' => 'Email Logo',
'barcode_type' => '2D Barcode Type',
'alt_barcode_type' => '1D barcode type',
- 'email_logo_size' => 'Square logos in email look best. ',
'enabled' => 'Enabled',
'eula_settings' => 'EULA Settings',
'eula_markdown' => 'This EULA allows Github flavored markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favicons should be square images, 16x16 pixels.',
'footer_text' => 'Additional Footer Text ',
'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'General Settings',
'general_settings_help' => 'Default EULA and more',
'generate_backup' => 'Generate Backup',
'google_workspaces' => 'Google Workspaces',
'header_color' => 'Header Color',
'info' => 'These settings let you customize certain aspects of your installation.',
- 'label_logo' => 'Label Logo',
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'Laravel Version',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'LDAP Version',
'ldap_active_flag' => 'LDAP Active Flag',
'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. It does not affect the ability to check items in or out to them, and should be the attribute name within your AD/LDAP, not the value.
If this field is set to a field name that does not exist in your AD/LDAP, or the value in the AD/LDAP field is set to 0
or false
, user login will be disabled. If the value in the AD/LDAP field is set to 1
or true
or any other text means the user can log in. When the field is blank in your AD, we respect the userAccountControl
attribute, which usually allows non-suspended users to log in.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'LDAP Employee Number',
'ldap_email' => 'LDAP Email',
'ldap_test' => 'Test LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User Agent',
'login_help' => 'List of attempted logins',
'login_note' => 'Login Note',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown',
'login_remote_user_text' => 'Remote User login options',
'login_remote_user_enabled_text' => 'Enable Login with Remote User Header',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'full_multiple_companies_support_help_text' => 'Restricting users (including admins) assigned to companies to their company\'s assets.',
'full_multiple_companies_support_text' => 'Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Show in Model Dropdowns',
'optional' => 'optional',
'per_page' => 'Results Per Page',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Next: Create User',
'ldap_settings_link' => 'LDAP Settings Page',
'slack_test' => 'Test Integration',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'New Label Engine',
'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.',
'label2_template' => 'Template',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Field Definitions',
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Text entered as **text**
will be displayed as bold',
'help_blank_to_use' => 'Leave blank to use the value from :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
.
Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see the documentation for more details. ',
@@ -378,15 +385,70 @@ return [
'database_driver' => 'Database Driver',
'bs_table_storage' => 'Table Storage',
'timezone' => 'Timezone',
+ 'test_mail' => 'Test Mail',
'profile_edit' => 'Edit Profile',
'profile_edit_help' => 'Allow users to edit their own profiles.',
- 'default_avatar' => 'Upload custom default avatar',
+ 'default_avatar' => 'Custom Default Avatar',
'default_avatar_help' => 'This image will be displayed as a profile if a user does not have a profile photo.',
'restore_default_avatar' => 'Restore original system default avatar',
'restore_default_avatar_help' => '',
'due_checkin_days' => 'Due For Checkin Warning',
'due_checkin_days_help' => 'How many days before the expected checkin of an asset should it be listed in the "Due for checkin" page?',
'no_groups' => 'No groups have been created yet. Visit Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Username Format',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Email Format',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
+ 'first_name_format' => 'First Name (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Email Logo',
+ 'label_logo' => 'Label Logo',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Square logos in email look best. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/si-LK/admin/settings/message.php b/resources/lang/si-LK/admin/settings/message.php
index 9be290174..8d9b40e95 100644
--- a/resources/lang/si-LK/admin/settings/message.php
+++ b/resources/lang/si-LK/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Something went wrong. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/si-LK/auth.php b/resources/lang/si-LK/auth.php
index db310aa1b..14d8acfce 100644
--- a/resources/lang/si-LK/auth.php
+++ b/resources/lang/si-LK/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
- 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/si-LK/auth/message.php b/resources/lang/si-LK/auth/message.php
index 588c9069c..08f638d05 100644
--- a/resources/lang/si-LK/auth/message.php
+++ b/resources/lang/si-LK/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'The username or password is incorrect.',
'account_not_activated' => 'This user account is not activated.',
'account_suspended' => 'This user account is suspended.',
- 'account_banned' => 'This user account is banned.',
- 'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
'two_factor' => array(
'already_enrolled' => 'Your device is already enrolled.',
diff --git a/resources/lang/si-LK/general.php b/resources/lang/si-LK/general.php
index 9173fd014..a34a86a99 100644
--- a/resources/lang/si-LK/general.php
+++ b/resources/lang/si-LK/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Accept Assets',
'accept_item' => 'Accept Item',
'audit' => 'Audit',
+ 'audits' => 'Audits',
'audit_report' => 'Audit Log',
'assets' => 'Assets',
'assets_audited' => 'assets audited',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Change Password',
'checkin' => 'Checkin',
'checkin_from' => 'Checkin from',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Checkout',
'checkouts_count' => 'Checkouts',
'checkins_count' => 'Checkins',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Edit Your Profile',
'eol' => 'EOL',
'email_domain' => 'Email Domain',
- 'email_format' => 'Email Format',
'employee_number' => 'Employee Number',
'email_domain_help' => 'This is used to generate email addresses when importing',
'error' => 'Error',
'exclude_archived' => 'Exclude Archived Assets',
'exclude_deleted' => 'Exclude Deleted Assets',
'example' => 'Example: ',
- 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
- 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'First Initial Last Name (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
- 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
- 'name_display_format' => 'Name Display Format',
- 'first' => 'First',
- 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
- 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
- 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
- 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'First Name',
- 'first_name_format' => 'First Name (jane@example.com)',
+
'files' => 'Files',
'file_name' => 'File',
'file_type' => 'File Type',
@@ -183,6 +169,11 @@ return [
'last' => 'Last',
'last_login' => 'Last Login',
'last_name' => 'Last Name',
+ 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
+ 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
+ 'name_display_format' => 'Name Display Format',
+ 'first' => 'First',
+ 'first_name' => 'First Name',
'license' => 'License',
'license_report' => 'License Report',
'licenses_available' => 'Licenses available',
@@ -311,7 +302,6 @@ return [
'type' => 'Type',
'undeployable' => 'Un-deployable',
'unknown_admin' => 'Unknown Admin',
- 'username_format' => 'Username Format',
'username' => 'Username',
'update' => 'යාවත්කාල',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/si-LK/localizations.php b/resources/lang/si-LK/localizations.php
index fdca1532b..827ed4fca 100644
--- a/resources/lang/si-LK/localizations.php
+++ b/resources/lang/si-LK/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malay',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolian',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persian',
'pl-PL'=> 'Polish',
diff --git a/resources/lang/si-LK/mail.php b/resources/lang/si-LK/mail.php
index d76e548fc..abca4a253 100644
--- a/resources/lang/si-LK/mail.php
+++ b/resources/lang/si-LK/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Min QTY',
'name' => 'Name',
'new_item_checked' => 'A new item has been checked out under your name, details are below.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'සටහන්',
'password' => 'Password',
'password_reset' => 'Password Reset',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.',
'user' => 'User',
'username' => 'Username',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Welcome :name',
'welcome_to' => 'Welcome to :web!',
'your_assets' => 'View Your Assets',
diff --git a/resources/lang/sk-SK/admin/custom_fields/general.php b/resources/lang/sk-SK/admin/custom_fields/general.php
index 1d8e1822b..eea95e75e 100644
--- a/resources/lang/sk-SK/admin/custom_fields/general.php
+++ b/resources/lang/sk-SK/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'Toto pole je šifrované, takže niektoré možnosti zobrazenia nebudú k dispozícii.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/sk-SK/admin/depreciations/general.php b/resources/lang/sk-SK/admin/depreciations/general.php
index 4b0539520..6f5676843 100644
--- a/resources/lang/sk-SK/admin/depreciations/general.php
+++ b/resources/lang/sk-SK/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Varovanie:
Nenastavili ste žiadne odpisovanie.
Prosím nastavte aspoň jeden typ odpisov aby sa zobrazoval prehľad odpisovania.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/sk-SK/admin/hardware/form.php b/resources/lang/sk-SK/admin/hardware/form.php
index b37d5f1a4..6e5ba1831 100644
--- a/resources/lang/sk-SK/admin/hardware/form.php
+++ b/resources/lang/sk-SK/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Upraviť iba aktuálnu lokalitu',
'asset_not_deployable' => 'Tento majetok nie je odovzdateľný. Tento majetok nemôže byť priradený.',
'asset_not_deployable_checkin' => 'Tento majetok nie je odovzdateľný. Použitím tohto typu stavu bude majetok prevzatý od priradeného používateľa.',
- 'asset_deployable' => 'Tento majetok je odovzdateľný. Tento majetok môže byť priradený.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Procesujem... (Môže to chvíľu trvať v prípade veľkých súborov)',
'optional_infos' => 'Nepovinné informácie',
'order_details' => 'Informácie súvisiace s objednávkou',
diff --git a/resources/lang/sk-SK/admin/hardware/message.php b/resources/lang/sk-SK/admin/hardware/message.php
index 9714f0ade..ac03902b3 100644
--- a/resources/lang/sk-SK/admin/hardware/message.php
+++ b/resources/lang/sk-SK/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'Vybraný súbor už bol odstránený',
'header_row_has_malformed_characters' => 'Jeden alebo viacero stĺpcov obsahujú poškodené UTF-8 znaky',
'content_row_has_malformed_characters' => 'Jeden alebo viacero atribútov v prvom riadku obsahu obsahuje poškodené UTF-8 znaky',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Majetok nebol vyžiadaný, prosím skúste znovu',
- 'success' => 'Majetok úspešne vyžiadaný.',
- 'canceled' => 'Požiadavka na odovzdanie bola úspešne zrušená',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Zrušiť túto žiadosť o položku',
],
];
diff --git a/resources/lang/sk-SK/admin/reports/general.php b/resources/lang/sk-SK/admin/reports/general.php
index 130056fbe..dbee7513e 100644
--- a/resources/lang/sk-SK/admin/reports/general.php
+++ b/resources/lang/sk-SK/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Vyberte možnosti pre váš report majetku.',
'deleted_user' => 'Zmazaní používatelia',
'send_reminder' => 'Poslať pripomienku',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Pripomienka zaslaná',
'acceptance_deleted' => 'Požiadavka na akceptáciu odstránená',
'acceptance_request' => 'Požiadavka na akceptáciu',
diff --git a/resources/lang/sk-SK/admin/settings/general.php b/resources/lang/sk-SK/admin/settings/general.php
index fae666dcc..d357949f3 100644
--- a/resources/lang/sk-SK/admin/settings/general.php
+++ b/resources/lang/sk-SK/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Potvrdiť čistenie',
'confirm_purge_help' => 'Zadajte text "DELETE" do políčka nižšie k vyčisteniu odmazaných záznamov. Táto akcia je nenávratná, natrvalo odstrání všetky položky a užívateľov označených na odstránenie. (Mali by ste si pre istotu najprv spraviť zálohu.)',
'custom_css' => 'Vlasné CSS',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Vložte akékoľvek vlastné CSS, ktoré chcete použiť. Nevkladajte <style></style> tagy.',
'custom_forgot_pass_url' => 'Vlastná URL pre reset hesla',
'custom_forgot_pass_url_help' => 'Kompletne nahradzuje vstavanú funkcionalitu zabudnutého hesla na prihlasovacej obrazovke. Slúži k nasmerovaniu používateľov na internú alebo hostovanú funkciu obnovenia hesla DLAP. Zablokuje prístup k funkcii zmeny hesla lokálneho používateľa.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Zobraziť EOL v tabuľkovom zobrazení',
'display_qr' => 'Zobraziť 2D čiarový kód',
'display_alt_barcode' => 'Zobraziť 1D čiarový kód',
- 'email_logo' => 'E-mail logo',
'barcode_type' => 'Typ 2D čiarového kódu',
'alt_barcode_type' => 'Typ 1D čiarového kódu',
- 'email_logo_size' => 'Štvorcové logá vypadajú v mailoch najlepšie. ',
'enabled' => 'Povolené',
'eula_settings' => 'EULA nastavenia',
'eula_markdown' => 'Táto EULA umožňuje Github markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favikony by mali byť štvorcové obrázky s rozmermi 16 x 16 pixelov.',
'footer_text' => 'Dodatočný text do pätičky ',
'footer_text_help' => 'Tento text sa zobrazí v pravej strane pätičky. Odkazy sú povolené pomocou Githubom podporovanou markdown syntaxou. Zalamovanie riadkov, hlavičky, obrázky atď.môžu mať za následok nepredvídateľné výsledky.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'Všeobecné nastavenia',
'general_settings_help' => 'Predvolená EULA a ďalšie',
'generate_backup' => 'Vytvoriť zálohu',
'google_workspaces' => 'Google Workspaces',
'header_color' => 'Farba hlavičky',
'info' => 'Tieto nastavenia umožňujú upraviť vybrané aspekty Vašej inštalácie.',
- 'label_logo' => 'Logo štítku',
'label_logo_size' => 'Štvorcové logá vypadajú najlepšie - budú zobrazené hore vpravo v každom štítku majetku.',
'laravel' => 'Verzia Laravelu',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'LDAP verzia',
'ldap_active_flag' => 'LDAP Active Flag',
'ldap_activated_flag_help' => 'Tato hodnota se používa k určeniu, či se synchronizovaný používateľ môze prihlásiť do Snipe-IT. To neovplyvňuje schopnosť prevziať alebo odovzdať položky a mal by to byť názov atribútu v rámci vášho AD/LDAP, nie hodnota.
Ak je v tomto poli zadaný názov poľa, ktoré neexistuje vo vašom AD/LDAP alebo je hodnota v poli AD/LDAP nastavená na 0
alebo nepravda
, prihlasovanie používateľa bude zakázané. Ak je hodnota v poli AD/LDAP nastavená na 1
alebo pravda
alebo akýkoľvek iný text, používateľ sa môže prihlásiť. Pokiaľ je pole prázdne vo vašom AD, rešpektujeme atribút userAccountControl
, který obvykle umožňuje nepozastaveným používateľom sa prihlásiť.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'LDAP číslo zamestnanca',
'ldap_email' => 'LDAP mail',
'ldap_test' => 'Test LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User Agent',
'login_help' => 'Zoznam pokusov o prihlásenie',
'login_note' => 'Poznámka k prihláseniu',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Volitelne môžete na zadať niekoľko viet, ktoré sa zobrazia na prihlasovacej obrazovke, napríklad pomôcť ľuďom, ktorí našli stratené nebo ukradnuté zariadenia. Toto pole akceptuje značku podporovanú Github štýlom markdownu',
'login_remote_user_text' => 'Nastavenia vzdialeného prihlásenia používateľa',
'login_remote_user_enabled_text' => 'Povoliť prihlásenie s hlavičkou vzdialený používateľ',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Použiť branding na zoznamoch pre tlačenie ',
'full_multiple_companies_support_help_text' => 'Obmedzenie používateľov (vrátane administrátorov) iba na majetok vo vlastníctve ich spoločnosti.',
'full_multiple_companies_support_text' => 'Plná podpora pre viacero spoločností',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Zobraziť v robaľovacom menu modelu',
'optional' => 'voliteľné',
'per_page' => 'Výsledkov na stránku',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Ďalej: Vytvoriť používateľa',
'ldap_settings_link' => 'Stránka nastavenia LDAP',
'slack_test' => 'Otestovať integráciu',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'Nový systém štítkovania',
'label2_enable_help' => 'Prepnúť na nový systém štítkovania. Poznámka: Musíte uložiť toto nastavenie pred zmenou ďalších nastavení.',
'label2_template' => 'Šablóna',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'Údaje, ktore budú zahrnuté do 2d čiarového kódu',
'label2_fields' => 'Definícia polí',
'label2_fields_help' => 'Polia môžu byť pridané, odstránené alebo usporiadané v ľavom stĺpci. Pre každé pole je možné pridať, odstrániť viacero možností pre popis a DataSource a zmeniť poradie v pravom stĺpci.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Text zadaný ako **text**
bude zobrazený ako tučný',
'help_blank_to_use' => 'Ponechajte prázdne pre použitie hodnoty z :setting_name
',
'help_default_will_use' => ':default
použije hodnotu z :setting_name
.
Upozorňujeme, že hodnota čiarových kódov musí byť v súlade s príslušnými špecifikáciami čiarových kódov, aby sa úspešne vygenerovali. Pozrite dokumentáciu pre ďalšie podrobnosti. ',
@@ -378,15 +385,70 @@ return [
'database_driver' => 'Ovládať databáze',
'bs_table_storage' => 'Úložisko tabuliek',
'timezone' => 'Časová zóna',
+ 'test_mail' => 'Test Mail',
'profile_edit' => 'Upraviť profil',
'profile_edit_help' => 'Povoliť používateľom upravovať ich vlastný profil.',
- 'default_avatar' => 'Nahrať vlastný prevolený avatar',
+ 'default_avatar' => 'Custom Default Avatar',
'default_avatar_help' => 'Tento obrázok bude zobrazený ako profilový ak používateľ nemá profilovú fotku.',
'restore_default_avatar' => 'Obnoviť pôvodný predvolený avatar',
'restore_default_avatar_help' => '',
'due_checkin_days' => 'Varovanie pripravené k prevzatiu',
'due_checkin_days_help' => 'Koľko dní pred očakávaným prevzatím majetku má byť zaradený do zoznamu "Čaká na prevzatie"?',
'no_groups' => 'Žiadne skupiny ešte neboli vytvorené. Navštívte Admin nastavenia > Skupiny oprávnení
pre pridanie.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Formát používateľského mena',
+ 'firstname_lastname_format' => 'Meno Priezvisko (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Priezvisko.Meno (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Tvar emailu',
+ 'firstname_lastname_format' => 'Meno Priezvisko (jane.smith@example.com)',
+ 'first_name_format' => 'Meno (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Iniciálka mena Priezvisko (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Priezvisko Iniciálka mena (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'Meno Priezvisko (jane_smith@example.com)',
+ 'firstinitial.lastname' => 'Iniciálka mena Priezvisko (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Priezvisko Iniciálka mena (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'Meno Priezvisko (janesmith@example.com)',
+ 'firstnamelastinitial' => 'Meno Iniciálka priezviska (janes@example.com)',
+ 'lastnamefirstname' => 'Priezvisko.Meno (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'E-mail logo',
+ 'label_logo' => 'Logo štítku',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Štvorcové logá vypadajú v mailoch najlepšie. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/sk-SK/admin/settings/message.php b/resources/lang/sk-SK/admin/settings/message.php
index d46b6fc01..1730aa006 100644
--- a/resources/lang/sk-SK/admin/settings/message.php
+++ b/resources/lang/sk-SK/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Niečo sa pokazilo. :( ',
'webhook_fail' => ' webhook notifikácia zlyhala: Overte správnosť zadanej URL adresy.',
'webhook_channel_not_found' => ' kanál webhooku nebol nájdený.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/sk-SK/auth.php b/resources/lang/sk-SK/auth.php
index 036c97da9..a7122e3ca 100644
--- a/resources/lang/sk-SK/auth.php
+++ b/resources/lang/sk-SK/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'Prihlasovacie údaje nezodpovedajú žiadnemu záznamu.',
'password' => 'Zadané heslo je nesprávne.',
- 'throttle' => 'Priliš veľa pokusov o prihlásenie. Prosím skúste znovu o :seconds sekúnd.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/sk-SK/auth/message.php b/resources/lang/sk-SK/auth/message.php
index 097e448f5..d61bafb34 100644
--- a/resources/lang/sk-SK/auth/message.php
+++ b/resources/lang/sk-SK/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'Používateľské meno alebo heslo je nesprávne.',
'account_not_activated' => 'Tento účet nie je aktivovaný.',
'account_suspended' => 'Tento účet bol pozastavený.',
- 'account_banned' => 'Tento účet bol zablokovaný.',
- 'throttle' => 'Príliš veľa nesprávnych pokusov. Prosím skúste znovu o :minutes minút.',
'two_factor' => array(
'already_enrolled' => 'Vaše zariadenie bolo už bolo zapísané.',
diff --git a/resources/lang/sk-SK/general.php b/resources/lang/sk-SK/general.php
index 3b250cfd7..c144b8c3a 100644
--- a/resources/lang/sk-SK/general.php
+++ b/resources/lang/sk-SK/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Prijať majetok',
'accept_item' => 'Accept Item',
'audit' => 'Audit',
+ 'audits' => 'Audits',
'audit_report' => 'Záznam z auditu',
'assets' => 'Majetok',
'assets_audited' => 'auditovaný majetok',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Zmena hesla',
'checkin' => 'Prevziať',
'checkin_from' => 'Prevziať od',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Odovzdať',
'checkouts_count' => 'Odovzdania',
'checkins_count' => 'Prevzatia',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Upraviť profil',
'eol' => 'EOL',
'email_domain' => 'Emailová doména',
- 'email_format' => 'Tvar emailu',
'employee_number' => 'Číslo zamestnanca',
'email_domain_help' => 'Používa sa na generovanie emailovej adresy pri importe',
'error' => 'Chyba',
'exclude_archived' => 'Vylúčiť archivovaný majetok',
'exclude_deleted' => 'Vylúčiť odstránený majetok',
'example' => 'Príklad: ',
- 'filastname_format' => 'Iniciálka mena Priezvisko (jsmith@example.com)',
- 'firstname_lastname_format' => 'Meno Priezvisko (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'Meno Priezvisko (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => 'Priezvisko Iniciálka mena (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'Iniciálka mena Priezvisko (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'Meno Priezvisko (Jane Smith)',
- 'lastname_firstname_display' => 'Priezvisko Meno (Smith Jane)',
- 'name_display_format' => 'Formát zobrazenia mena',
- 'first' => 'Prvé',
- 'firstnamelastname' => 'Meno Priezvisko (janesmith@example.com)',
- 'lastname_firstinitial' => 'Priezvisko Iniciálka mena (smith_j@example.com)',
- 'firstinitial.lastname' => 'Iniciálka mena Priezvisko (j.smith@example.com)',
- 'firstnamelastinitial' => 'Meno Iniciálka priezviska (janes@example.com)',
- 'lastnamefirstname' => 'Priezvisko.Meno (smith.jane@example.com)',
- 'first_name' => 'Meno',
- 'first_name_format' => 'Meno (jane@example.com)',
+
'files' => 'Súbory',
'file_name' => 'Súbor',
'file_type' => 'Typ súboru',
@@ -183,6 +169,11 @@ return [
'last' => 'Posledné',
'last_login' => 'Posledné prihlásenie',
'last_name' => 'Priezvisko',
+ 'firstname_lastname_display' => 'Meno Priezvisko (Jane Smith)',
+ 'lastname_firstname_display' => 'Priezvisko Meno (Smith Jane)',
+ 'name_display_format' => 'Formát zobrazenia mena',
+ 'first' => 'Prvé',
+ 'first_name' => 'Meno',
'license' => 'Licencia',
'license_report' => 'Report licencií',
'licenses_available' => 'Dostupné licencie',
@@ -311,7 +302,6 @@ return [
'type' => 'Typ',
'undeployable' => 'Neodovzdateľné',
'unknown_admin' => 'Neznámy admin',
- 'username_format' => 'Formát používateľského mena',
'username' => 'Používateľské meno',
'update' => 'Aktualizovať',
'updating_item' => 'Aktualizujem :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/sk-SK/localizations.php b/resources/lang/sk-SK/localizations.php
index d2ab7e6c8..4e50b8806 100644
--- a/resources/lang/sk-SK/localizations.php
+++ b/resources/lang/sk-SK/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malajčina',
'mi-NZ'=> 'Maorijčina',
'mn-MN'=> 'Mongolčina',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Nórčina (Bokmål)',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Perzština',
'pl-PL'=> 'Poľština',
diff --git a/resources/lang/sk-SK/mail.php b/resources/lang/sk-SK/mail.php
index ef983739d..d938a4143 100644
--- a/resources/lang/sk-SK/mail.php
+++ b/resources/lang/sk-SK/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Minimálne množstvo',
'name' => 'Názov',
'new_item_checked' => 'bola ti odovzdaná nová položka, podrobnosti sú uvedené nižšie.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Poznámky',
'password' => 'Heslo',
'password_reset' => 'Reset hesla',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'Existuje :count položka, ktorá bude podliehať auditu v priebehu :threshold dní.|Existujú :count položky, ktoré budú podliehať auditu v priebehu :threshold dní.',
'user' => 'Používateľ',
'username' => 'Používateľské meno',
- 'unaccepted_asset_reminder' => 'Nepotvrdili ste prevzatie majetku.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Vitaj :name',
'welcome_to' => 'Vitaj na :web!',
'your_assets' => 'Zobraziť vaše položky majetku',
diff --git a/resources/lang/sl-SI/admin/custom_fields/general.php b/resources/lang/sl-SI/admin/custom_fields/general.php
index 92be8fb43..bfbcd1b1d 100644
--- a/resources/lang/sl-SI/admin/custom_fields/general.php
+++ b/resources/lang/sl-SI/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/sl-SI/admin/depreciations/general.php b/resources/lang/sl-SI/admin/depreciations/general.php
index 54833fe36..eaed21a23 100644
--- a/resources/lang/sl-SI/admin/depreciations/general.php
+++ b/resources/lang/sl-SI/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Warning:
You do not currently have any depreciations set up.
Please set up at least one depreciation to view the depreciation report.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/sl-SI/admin/hardware/form.php b/resources/lang/sl-SI/admin/hardware/form.php
index 2eef01509..974191380 100644
--- a/resources/lang/sl-SI/admin/hardware/form.php
+++ b/resources/lang/sl-SI/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Posodobi samo aktualno lokacijo',
'asset_not_deployable' => 'Tega statusa sredstev ni mogoče uporabiti. Tega sredstva ni mogoče odjaviti.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'Ta status se lahko uporabi. To sredstvo je mogoče odjaviti.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Obdelava (pri velikih datotekah lahko traja nekaj časa)',
'optional_infos' => 'Neobvezne informacije',
'order_details' => 'Informacije povezane z naročilom',
diff --git a/resources/lang/sl-SI/admin/hardware/message.php b/resources/lang/sl-SI/admin/hardware/message.php
index a84579d79..170c3bf65 100644
--- a/resources/lang/sl-SI/admin/hardware/message.php
+++ b/resources/lang/sl-SI/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Sredstev ni bila zahtevana, poskusite znova',
- 'success' => 'Sredstev je uspešno zahtevana.',
- 'canceled' => 'Zahteva za izdajo je bila uspešno preklicana',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Cancel this item request',
],
];
diff --git a/resources/lang/sl-SI/admin/reports/general.php b/resources/lang/sl-SI/admin/reports/general.php
index 6bcc0c904..1c59967cf 100644
--- a/resources/lang/sl-SI/admin/reports/general.php
+++ b/resources/lang/sl-SI/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Izberite možnosti, ki jih želite za poročilo o sredstvih.',
'deleted_user' => 'Izbrisan uporabnika',
'send_reminder' => 'Pošlji opomnik',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Opomnik poslan',
'acceptance_deleted' => 'Acceptance request deleted',
'acceptance_request' => 'Acceptance request',
diff --git a/resources/lang/sl-SI/admin/settings/general.php b/resources/lang/sl-SI/admin/settings/general.php
index e539f555c..86aa1709d 100644
--- a/resources/lang/sl-SI/admin/settings/general.php
+++ b/resources/lang/sl-SI/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Potrdi čiščenje',
'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' => 'CSS po meri',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Vnesite CSS po meri, ki bi jih radi uporabili. Ne vključite <style></style> oznake.',
'custom_forgot_pass_url' => 'URL za ponastavitev gesla po meri',
'custom_forgot_pass_url_help' => 'S tem se nadomešča vgrajeni URL za pozabljeni geslo na zaslonu za prijavo, ki je uporaben za usmerjanje ljudi v notranje ali gostiteljsko funkcijo ponastavitve gesla LDAP. Učinkovito bo onemogočil lokalno uporabniško pozabljeno geslo.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Prikaz EOL v pogledu tabele',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => 'Prikaži 1D črtno kodo',
- 'email_logo' => 'Email Logo',
'barcode_type' => 'Tip 2D črtne kode',
'alt_barcode_type' => 'Tip 1D črtne kode',
- 'email_logo_size' => 'Square logos in email look best. ',
'enabled' => 'Omogočeno',
'eula_settings' => 'Nastavitve EULA',
'eula_markdown' => 'Ta EULA dovoljuje Github z okusom markdowna.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favicons should be square images, 16x16 pixels.',
'footer_text' => 'Dodatno besedilo noge ',
'footer_text_help' => 'To besedilo bo prikazano v desnem delu noge. Povezave so dovoljene z uporabo Gothub okusno markdown. Prelomi vrstic, glave, slike itd. Lahko povzročijo nepredvidljive rezultate.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'Splošne nastavitve',
'general_settings_help' => 'Privzeta EULA in več',
'generate_backup' => 'Ustvari varnostno kopiranje',
'google_workspaces' => 'Google Workspaces',
'header_color' => 'Barva glave',
'info' => 'Te nastavitve vam omogočajo prilagoditev določenih vidikov vaše namestitve.',
- 'label_logo' => 'Logotip labele',
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'Laravel Version',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'Različica LDAP',
'ldap_active_flag' => 'Aktivna zastava LDAP',
'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. It does not affect the ability to check items in or out to them, and should be the attribute name within your AD/LDAP, not the value.
If this field is set to a field name that does not exist in your AD/LDAP, or the value in the AD/LDAP field is set to 0
or false
, user login will be disabled. If the value in the AD/LDAP field is set to 1
or true
or any other text means the user can log in. When the field is blank in your AD, we respect the userAccountControl
attribute, which usually allows non-suspended users to log in.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'LDAP številka zaposlenega',
'ldap_email' => 'E-pošta LDAP',
'ldap_test' => 'Testiraj LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'Uporabniški agent',
'login_help' => 'Seznam poskusov prijav',
'login_note' => 'Opomba za prijavo',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Na zaslonu za prijavo lahko dodate še nekaj stavkov, na primer za pomoč ljudem, ki so našli izgubljeno ali ukradeno napravo. To polje sprejema Github flavored markdown',
'login_remote_user_text' => 'Možnosti za prijavo oddaljenih uporabnikov',
'login_remote_user_enabled_text' => 'Omogoči prijavo z oddaljenim uporabniškim headerjem',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'full_multiple_companies_support_help_text' => 'Omejevanje uporabnikov (tudi administratorjev), dodeljenih podjetjem za sredstva podjetja.',
'full_multiple_companies_support_text' => 'Popolna podpora podjetij',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Prikaži v spustnem meniju Modeli',
'optional' => 'Opcijsko',
'per_page' => 'Rezultatov na stran',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Naslednje: ustvari uporabnika',
'ldap_settings_link' => 'LDAP Settings Page',
'slack_test' => 'Test Integration',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'New Label Engine',
'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.',
'label2_template' => 'Predloga',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Field Definitions',
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Text entered as **text**
will be displayed as bold',
'help_blank_to_use' => 'Leave blank to use the value from :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
.
Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see the documentation for more details. ',
@@ -378,15 +385,70 @@ return [
'database_driver' => 'Database Driver',
'bs_table_storage' => 'Table Storage',
'timezone' => 'Timezone',
+ 'test_mail' => 'Test Mail',
'profile_edit' => 'Uredi profil',
'profile_edit_help' => 'Omogoči uporabnikom, da urejajo svoje profile.',
- 'default_avatar' => 'Upload custom default avatar',
+ 'default_avatar' => 'Custom Default Avatar',
'default_avatar_help' => 'This image will be displayed as a profile if a user does not have a profile photo.',
'restore_default_avatar' => 'Restore original system default avatar',
'restore_default_avatar_help' => '',
'due_checkin_days' => 'Due For Checkin Warning',
'due_checkin_days_help' => 'How many days before the expected checkin of an asset should it be listed in the "Due for checkin" page?',
'no_groups' => 'No groups have been created yet. Visit Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Format za uporabniško ime',
+ 'firstname_lastname_format' => 'Ime priimek (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Format e-pošte',
+ 'firstname_lastname_format' => 'Ime priimek (jane.smith@example.com)',
+ 'first_name_format' => 'Ime (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Prva črka imena priimek (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Priimek s prvo črko imena (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'Ime priimek (jane.smith@example.com)',
+ 'firstinitial.lastname' => 'Prva črka imena s priimkom (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Priimek s prvo črko imena (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'Ime s priimkom (janesmith@example.com)',
+ 'firstnamelastinitial' => 'Ime s prvo črko priimka (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Email Logo',
+ 'label_logo' => 'Logotip labele',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favikona',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Square logos in email look best. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logotip',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/sl-SI/admin/settings/message.php b/resources/lang/sl-SI/admin/settings/message.php
index 7863b0ab8..b465eb36d 100644
--- a/resources/lang/sl-SI/admin/settings/message.php
+++ b/resources/lang/sl-SI/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Nekaj je šlo narobe. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/sl-SI/auth.php b/resources/lang/sl-SI/auth.php
index db310aa1b..14d8acfce 100644
--- a/resources/lang/sl-SI/auth.php
+++ b/resources/lang/sl-SI/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
- 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/sl-SI/auth/message.php b/resources/lang/sl-SI/auth/message.php
index 13da6781f..b253e7bf0 100644
--- a/resources/lang/sl-SI/auth/message.php
+++ b/resources/lang/sl-SI/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'Uporabniško ime ali geslo ni pravilno.',
'account_not_activated' => 'Ta uporabniški račun ni aktiviran.',
'account_suspended' => 'Ta uporabniški račun je onemogočen.',
- 'account_banned' => 'Ta uporabniški račun je onemogočen.',
- 'throttle' => 'Preveč neuspešnih prijav. Prosim poskusi ponovno čez :minutes minut.',
'two_factor' => array(
'already_enrolled' => 'Tvoja naprava je že vpisana.',
diff --git a/resources/lang/sl-SI/general.php b/resources/lang/sl-SI/general.php
index 454517c71..f9d670906 100644
--- a/resources/lang/sl-SI/general.php
+++ b/resources/lang/sl-SI/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Accept Assets',
'accept_item' => 'Accept Item',
'audit' => 'Revizija',
+ 'audits' => 'Audits',
'audit_report' => 'Dnevnik revizije',
'assets' => 'Sredstva',
'assets_audited' => 'assets audited',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Spremeni geslo',
'checkin' => 'Prevzem',
'checkin_from' => 'Prevzem od',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Izdaja',
'checkouts_count' => 'Izdaje',
'checkins_count' => 'Sprejemi',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Uredite svoj profil',
'eol' => 'EOL',
'email_domain' => 'E-poštna domena',
- 'email_format' => 'Format e-pošte',
'employee_number' => 'Employee Number',
'email_domain_help' => 'To se uporablja za ustvarjanje e-poštnih naslovov pri uvozu',
'error' => 'Napaka',
'exclude_archived' => 'Exclude Archived Assets',
'exclude_deleted' => 'Exclude Deleted Assets',
'example' => 'Example: ',
- 'filastname_format' => 'Prva črka imena priimek (jsmith@example.com)',
- 'firstname_lastname_format' => 'Ime priimek (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'Ime priimek (jane.smith@example.com)',
- 'lastnamefirstinitial_format' => 'Priimek s prvo črko imena (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'Prva črka imena s priimkom (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
- 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
- 'name_display_format' => 'Name Display Format',
- 'first' => 'Prvi',
- 'firstnamelastname' => 'Ime s priimkom (janesmith@example.com)',
- 'lastname_firstinitial' => 'Priimek s prvo črko imena (smith_j@example.com)',
- 'firstinitial.lastname' => 'Prva črka imena s priimkom (j.smith@example.com)',
- 'firstnamelastinitial' => 'Ime s prvo črko priimka (janes@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'Ime',
- 'first_name_format' => 'Ime (jane@example.com)',
+
'files' => 'Datoteke',
'file_name' => 'Datoteka',
'file_type' => 'Tip datoteke',
@@ -184,6 +170,11 @@ return [
'last' => 'Zadnji',
'last_login' => 'Zadnja prijava',
'last_name' => 'Priimek',
+ 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
+ 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
+ 'name_display_format' => 'Name Display Format',
+ 'first' => 'Prvi',
+ 'first_name' => 'Ime',
'license' => 'Licenca',
'license_report' => 'Poročilo o licenci',
'licenses_available' => 'Licenses available',
@@ -312,7 +303,6 @@ return [
'type' => 'Tip',
'undeployable' => 'Nerazporejeno',
'unknown_admin' => 'Neznan skrbnik',
- 'username_format' => 'Format za uporabniško ime',
'username' => 'Uporabniško ime',
'update' => 'Posodobi',
'updating_item' => 'Updating :item',
@@ -596,9 +586,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/sl-SI/localizations.php b/resources/lang/sl-SI/localizations.php
index c9a9cba02..21273780c 100644
--- a/resources/lang/sl-SI/localizations.php
+++ b/resources/lang/sl-SI/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malay',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolian',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persian',
'pl-PL'=> 'Polish',
diff --git a/resources/lang/sl-SI/mail.php b/resources/lang/sl-SI/mail.php
index 7f9e19d38..012d6a741 100644
--- a/resources/lang/sl-SI/mail.php
+++ b/resources/lang/sl-SI/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Min kol',
'name' => 'Ime',
'new_item_checked' => 'Pod vašim imenom je bil izdan nov element, spodaj so podrobnosti.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Opombe',
'password' => 'Geslo',
'password_reset' => 'Ponastavitev gesla',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.',
'user' => 'Uporabnik',
'username' => 'Uporabniško ime',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Dobrodošli: ime',
'welcome_to' => 'Dobrodošli na :web!',
'your_assets' => 'View Your Assets',
diff --git a/resources/lang/so-SO/admin/custom_fields/general.php b/resources/lang/so-SO/admin/custom_fields/general.php
index 98ac3ce31..d2e91858b 100644
--- a/resources/lang/so-SO/admin/custom_fields/general.php
+++ b/resources/lang/so-SO/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'Goobtan waa la sir sir ah, marka qaar ka mid ah xulashooyinka bandhiga lama heli doono.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/so-SO/admin/depreciations/general.php b/resources/lang/so-SO/admin/depreciations/general.php
index 47e76f5c9..146a8fab4 100644
--- a/resources/lang/so-SO/admin/depreciations/general.php
+++ b/resources/lang/so-SO/admin/depreciations/general.php
@@ -11,4 +11,8 @@ return [
'update' => 'Cusbooneysii Qiima dhaca',
'depreciation_min' => 'Qiimaha Ugu Yar Kadib Qiima Dhaca',
'no_depreciations_warning' => ' Digniin:
Hadda ma haysatid wax qiimo dhimis ah oo la dejiyay. Fadlan samee ugu yaraan hal qiimo dhimis si aad u aragto warbixinta qiimo dhimista.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/so-SO/admin/hardware/form.php b/resources/lang/so-SO/admin/hardware/form.php
index de030e6c3..d29c09df3 100644
--- a/resources/lang/so-SO/admin/hardware/form.php
+++ b/resources/lang/so-SO/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Cusbooneysii goobta dhabta ah oo kaliya',
'asset_not_deployable' => 'Heerka hantidu maaha mid la diri karo Hantidan lama hubin karo.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'Heerkaas waa la geyn karaa Hantidan waa la hubin karaa.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Hagaajinta... (Tani waxa laga yaabaa inay wakhti yar ku qaadato faylalka waaweyn)',
'optional_infos' => 'Macluumaadka Ikhtiyaarka ah',
'order_details' => 'Dalbo Macluumaadka La Xiriira',
diff --git a/resources/lang/so-SO/admin/hardware/message.php b/resources/lang/so-SO/admin/hardware/message.php
index 6eb2efb6b..db1769ddc 100644
--- a/resources/lang/so-SO/admin/hardware/message.php
+++ b/resources/lang/so-SO/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'Hal ama in ka badan oo sifooyin ah oo ku jira safka madaxa waxa ku jira xarfaha UTF-8 oo khaldan',
'content_row_has_malformed_characters' => 'Hal ama in ka badan oo sifooyin ah safka koowaad ee nuxurka waxa ku jira xarfo UTF-8 oo khaldan',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Hantida lama codsan, fadlan isku day mar kale',
- 'success' => 'Hantida ayaa si guul leh u codsatay.',
- 'canceled' => 'Codsiga hubinta si guul leh waa la joojiyay',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Jooji codsiga shaygan',
],
];
diff --git a/resources/lang/so-SO/admin/reports/general.php b/resources/lang/so-SO/admin/reports/general.php
index 3090912a4..469a40de0 100644
--- a/resources/lang/so-SO/admin/reports/general.php
+++ b/resources/lang/so-SO/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Dooro xulashooyinka aad rabto warbixinta hantidaada.',
'deleted_user' => 'Isticmaale la tirtiray',
'send_reminder' => 'Soo dir xasuusin',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Xusuusin la diray',
'acceptance_deleted' => 'Codsiga aqbalaadda waa la tirtiray',
'acceptance_request' => 'Codsiga aqbalida',
diff --git a/resources/lang/so-SO/admin/settings/general.php b/resources/lang/so-SO/admin/settings/general.php
index 656ba805b..8612bd76a 100644
--- a/resources/lang/so-SO/admin/settings/general.php
+++ b/resources/lang/so-SO/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Xaqiiji Nadiifinta',
'confirm_purge_help' => 'Geli qoraalka "DELETE" sanduuqa hoose si aad u nadiifiso diiwaannadaada tirtiray. Tallaabadan dib looma noqon karo oo waxay si joogto ah u tirtiri doontaa dhammaan walxaha la tirtiray iyo isticmaalayaasha. (Waa inaad marka hore samaysataa kayd, si aad u nabad gasho.)',
'custom_css' => 'CSS gaar ah',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Geli wax weliba oo CSS ah oo aad jeclaan lahayd inaad isticmaasho. Ha ku darin <style></style> tags.',
'custom_forgot_pass_url' => 'Dib u habeynta erayga sirta ah ee URL',
'custom_forgot_pass_url_help' => 'Tani waxay beddeshaa URL-ka sirta ah ee la illoobay ee ku dhex jira shaashadda gelitaanka, faa\'iido u leh in lagu hago dadka gudaha ama la martigeliyay ee LDAP dib u habeynta sirta. Waxay si wax ku ool ah u baabi\'in doontaa isticmaale maxalli ah oo la iloobay shaqeynta sirta ah.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Ku muuji EOL muuqaalka miiska',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => 'Muuji 1D barcode',
- 'email_logo' => 'Email Logo',
'barcode_type' => 'Nooca Barcode 2D',
'alt_barcode_type' => '1D nooca barcode',
- 'email_logo_size' => 'Calaamadaha labajibbaaran ee iimaylka ayaa u muuqda kuwa ugu fiican. ',
'enabled' => 'La dajiyay',
'eula_settings' => 'Dejinta EULA',
'eula_markdown' => 'EULA-dani waxay ogolaataa Github calaamadaynta dhadhanka.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favicons waa inay ahaadaan sawirro labajibbaaran, 16x16 pixels.',
'footer_text' => 'Qoraal Footer Dheeraad ah ',
'footer_text_help' => 'Qoraalkani waxa uu ka soo bixi doona cagtiisa midig. Isku xirka waa la ogol yahay isticmaalka Github calaamadaynta dhadhanka. Xadhka goosashada, madaxa, sawirada, iwm waxay keeni karaan natiijooyin aan la saadaalin karin.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'Goobaha Guud',
'general_settings_help' => 'EULA asalka ah iyo qaar kaloo badan',
'generate_backup' => 'Samee kaabta',
'google_workspaces' => 'Goobaha shaqada Google',
'header_color' => 'Midabka madaxa',
'info' => 'Dejintani waxay kuu ogolaanayaan inaad habayso qaybo ka mid ah rakibaadaada.',
- 'label_logo' => 'Summada Summada',
'label_logo_size' => 'Calaamadaha labajibbaaran waxay u muuqdaan kuwa ugu fiican - waxaa lagu muujin doonaa midigta sare ee calaamad kasta oo hanti ah. ',
'laravel' => 'Nooca Laravel',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'Nooca LDAP',
'ldap_active_flag' => 'Calan Firfircoon LDAP',
'ldap_activated_flag_help' => 'Qiimahan waxaa loo adeegsadaa in lagu xadido haddii isticmalaaha uu geli karo Snipe-IT. ma saameyneyso awoodda geitaanka ama kasoo bixitaanka , waa waajib inmagaca sumadda uu ku jiro AD/LDAP, ma ahan qiimaha.
haddii field-gan lagu set gareeyo field aan ku jirin AD/LDAP, ama in la cayimo qimaha AD/LDAP field-ga waxaa lagu set gareeyay 0
or false
, gelitaanka userka waa la xanibi doonaa. haddii qiimaha kujira AD/LDAP field-ga waxaa lagu set gareeyay 1
or run
or waxay ka dhigantahay in userka laga soo geli karo. marka field-ga uu maranyahay, waan qadarineynaa userAccountControl
attribute, waxay u ogolaaneysaa isticmaaliyaasha iney gudaha u galaan.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'Lambarka Shaqaalaha LDAP',
'ldap_email' => 'LDAP iimaylka',
'ldap_test' => 'Tijaabi LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'Wakiilka Isticmaalaha',
'login_help' => 'Liiska la isku dayay in la galo',
'login_note' => 'Xusuusin soo gal',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Ikhtiyaar ahaan ku dar jumlado kooban shaashaddaada soo gelida, tusaale ahaan si aad u caawiso dadka helay qalab lumay ama la xaday. Goobtani waxa ay aqbashaa Github calaamadaynta dhadhanka',
'login_remote_user_text' => 'Ikhtiyaarada gelitaanka Isticmaalaha fog',
'login_remote_user_enabled_text' => 'Ku oggolow Gelitaanka Madaxa Isticmaalaha Fog',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Ku isticmaal calaamadaynta liisaska hantida la daabacan karo ',
'full_multiple_companies_support_help_text' => 'Ku xaddidida isticmaalayaasha (ay ku jiraan admins) shirkadaha loo qoondeeyay hantida shirkadooda.',
'full_multiple_companies_support_text' => 'Taageerada Shirkado Badan oo Buuxa',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Ku muuji Tusmooyinka Hoos u dhaca',
'optional' => 'doorasho',
'per_page' => 'Natiijooyinka boggiiba',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Xiga: Abuur Isticmaalaha',
'ldap_settings_link' => 'LDAP Settings Page',
'slack_test' => 'Tijaabi Isdhexgalka',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'Matoorka Summada Cusub',
'label2_enable_help' => 'U beddel mashiinka sumadda cusub. Fiiro gaar ah: Waxaad u baahan doontaa inaad kaydiso goobtan ka hor inta aanad dejin kuwa kale.',
'label2_template' => 'Tusaale',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Qeexitaannada goobta',
'label2_fields_help' => 'Goobaha waa lagu dari karaa, laga saari karaa, oo dib loo habayn karaa tiirka bidix. Goob kasta, xulashooyin badan oo ah Label iyo DataSource ayaa lagu dari karaa, laga saari karaa, oo dib loo dalbi karaa tiirka saxda ah.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Qoraalka loo galiyay sida **qoraal**
ayaa loo soo bandhigi doonaa si geesinimo leh',
'help_blank_to_use' => 'Banaan ku dhaaf si aad u isticmaasho qiimaha :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
.
Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see the documentation for more details. ',
@@ -378,15 +385,70 @@ return [
'database_driver' => 'Hagaha Database',
'bs_table_storage' => 'Jadwalka waxqaadka',
'timezone' => 'Waqtiga goobta',
+ 'test_mail' => 'Test Mail',
'profile_edit' => 'Edit Profile',
'profile_edit_help' => 'Allow users to edit their own profiles.',
- 'default_avatar' => 'Upload custom default avatar',
+ 'default_avatar' => 'Custom Default Avatar',
'default_avatar_help' => 'This image will be displayed as a profile if a user does not have a profile photo.',
'restore_default_avatar' => 'Restore original system default avatar',
'restore_default_avatar_help' => '',
'due_checkin_days' => 'Due For Checkin Warning',
'due_checkin_days_help' => 'How many days before the expected checkin of an asset should it be listed in the "Due for checkin" page?',
'no_groups' => 'No groups have been created yet. Visit Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Qaabka magaca isticmaalaha',
+ 'firstname_lastname_format' => 'Magaca Hore Magaca Dambe (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Qaabka iimaylka',
+ 'firstname_lastname_format' => 'Magaca Hore Magaca Dambe (jane.smith@example.com)',
+ 'first_name_format' => 'Magaca koowaad (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Magaca Dambe ee Koowaad (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Magaca Dambe ee Hore (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'Magaca Hore Magaca Dambe (jane_smith@example.com)',
+ 'firstinitial.lastname' => 'Magaca Dambe ee Koowaad (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Magaca Dambe ee ugu horreeya (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'Magaca Hore Magaca Dambe (janesmith@example.com)',
+ 'firstnamelastinitial' => 'Magaca hore ee ugu dambeeya (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Email Logo',
+ 'label_logo' => 'Summada Summada',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Calaamadaha labajibbaaran ee iimaylka ayaa u muuqda kuwa ugu fiican. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Summad',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/so-SO/admin/settings/message.php b/resources/lang/so-SO/admin/settings/message.php
index cd9c59bbd..a00340f98 100644
--- a/resources/lang/so-SO/admin/settings/message.php
+++ b/resources/lang/so-SO/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Waxbaa qaldamay. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/so-SO/auth.php b/resources/lang/so-SO/auth.php
index 79ea2ee49..aae631a1e 100644
--- a/resources/lang/so-SO/auth.php
+++ b/resources/lang/so-SO/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'Aqoonsigani kuma jiro diiwaankeenna.',
'password' => 'Furaha sirta ah ee la bixiyay waa khalad.',
- 'throttle' => 'Isku dayo gelitaan oo badan ayaa dhacay. Fadlan isku day markale :seconds ilbiriqsi gudahood.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/so-SO/auth/message.php b/resources/lang/so-SO/auth/message.php
index 3f34c5ee1..171ebdf66 100644
--- a/resources/lang/so-SO/auth/message.php
+++ b/resources/lang/so-SO/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'Magaca isticmaale ama erayga sirta ah waa khalad.',
'account_not_activated' => 'Koontada isticmaalahan lama hawlgelin.',
'account_suspended' => 'Koontada isticmaalahan waa la hakiyay.',
- 'account_banned' => 'Koontadan isticmaale waa mamnuuc.',
- 'throttle' => 'Iskudayo badan oo gelitaan ah ayaa fashilmay. Fadlan isku day markale :daqiiqado daqiiqo gudahood.',
'two_factor' => array(
'already_enrolled' => 'Qalabkaaga mar horeba wuu diiwaan gashan yahay.',
diff --git a/resources/lang/so-SO/general.php b/resources/lang/so-SO/general.php
index 3d648afbf..b817cb087 100644
--- a/resources/lang/so-SO/general.php
+++ b/resources/lang/so-SO/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Aqbal Hantida',
'accept_item' => 'Accept Item',
'audit' => 'Hantidhawrka',
+ 'audits' => 'Audits',
'audit_report' => 'Diiwaanka Hanti-dhawrka',
'assets' => 'Hantida',
'assets_audited' => 'hantidii la baadhay',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Badalida Lambarka sirta ah',
'checkin' => 'Is xaadiri',
'checkin_from' => 'Ka soo hubi',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Baadhid',
'checkouts_count' => 'Hubinta',
'checkins_count' => 'Hubinta',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Wax ka beddel xogtaada',
'eol' => 'EOL',
'email_domain' => 'Email Domain',
- 'email_format' => 'Qaabka iimaylka',
'employee_number' => 'Lambarka Shaqaalaha',
'email_domain_help' => 'Tan waxa loo isticmaalaa in lagu soo saaro ciwaannada iimaylka marka la soo dejinayo',
'error' => 'Khalad',
'exclude_archived' => 'Ka Saar Hantida Kaydsan',
'exclude_deleted' => 'Ka saar hantida la tirtiray',
'example' => 'Tusaale: ',
- 'filastname_format' => 'Magaca Dambe ee Koowaad (jsmith@example.com)',
- 'firstname_lastname_format' => 'Magaca Hore Magaca Dambe (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'Magaca Hore Magaca Dambe (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => 'Magaca Dambe ee Hore (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'Magaca Dambe ee Koowaad (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'Magaca Hore Magaca Dambe (Jane Smith)',
- 'lastname_firstname_display' => 'Magaca Dambe Magaca Hore (Smith Jane)',
- 'name_display_format' => 'Qaabka Muujinta Magaca',
- 'first' => 'Marka hore',
- 'firstnamelastname' => 'Magaca Hore Magaca Dambe (janesmith@example.com)',
- 'lastname_firstinitial' => 'Magaca Dambe ee ugu horreeya (smith_j@example.com)',
- 'firstinitial.lastname' => 'Magaca Dambe ee Koowaad (j.smith@example.com)',
- 'firstnamelastinitial' => 'Magaca hore ee ugu dambeeya (janes@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'Magaca koowaad',
- 'first_name_format' => 'Magaca koowaad (jane@example.com)',
+
'files' => 'Faylasha',
'file_name' => 'Faylka',
'file_type' => 'Nooca faylka',
@@ -183,6 +169,11 @@ return [
'last' => 'Dambe',
'last_login' => 'Gelidii u dambaysay',
'last_name' => 'Magaca dambe',
+ 'firstname_lastname_display' => 'Magaca Hore Magaca Dambe (Jane Smith)',
+ 'lastname_firstname_display' => 'Magaca Dambe Magaca Hore (Smith Jane)',
+ 'name_display_format' => 'Qaabka Muujinta Magaca',
+ 'first' => 'Marka hore',
+ 'first_name' => 'Magaca koowaad',
'license' => 'Shatiga',
'license_report' => 'Warbixinta Shatiga',
'licenses_available' => 'Licenses available',
@@ -311,7 +302,6 @@ return [
'type' => 'Nooca',
'undeployable' => 'Aan la diri karin',
'unknown_admin' => 'Admin aan la garanayn',
- 'username_format' => 'Qaabka magaca isticmaalaha',
'username' => 'Magaca isticmaale',
'update' => 'Cusbooneysii',
'updating_item' => 'Updating :item',
@@ -594,9 +584,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/so-SO/localizations.php b/resources/lang/so-SO/localizations.php
index 6fbc6e25b..cdfbe3771 100644
--- a/resources/lang/so-SO/localizations.php
+++ b/resources/lang/so-SO/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malaay',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongoliyaan',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Faaris',
'pl-PL'=> 'Boolish',
diff --git a/resources/lang/so-SO/mail.php b/resources/lang/so-SO/mail.php
index c4f95254c..0b2463506 100644
--- a/resources/lang/so-SO/mail.php
+++ b/resources/lang/so-SO/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Min QTY',
'name' => 'Magaca',
'new_item_checked' => 'Shay cusub ayaa lagu hubiyay magacaaga hoostiisa.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Xusuusin',
'password' => 'Password-ka',
'password_reset' => 'Dib u habaynta erayga sirta ah',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.',
'user' => 'Isticmaale',
'username' => 'Magaca isticmaale',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Soo dhawoow :name',
'welcome_to' => 'Ku soo dhawoow :web!',
'your_assets' => 'Arag Hantidaada',
diff --git a/resources/lang/sq-AL/admin/custom_fields/general.php b/resources/lang/sq-AL/admin/custom_fields/general.php
index f17eedda1..c9ae61c96 100644
--- a/resources/lang/sq-AL/admin/custom_fields/general.php
+++ b/resources/lang/sq-AL/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/sq-AL/admin/depreciations/general.php b/resources/lang/sq-AL/admin/depreciations/general.php
index 1a5666f9d..4a9a9b8cd 100644
--- a/resources/lang/sq-AL/admin/depreciations/general.php
+++ b/resources/lang/sq-AL/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Warning:
You do not currently have any depreciations set up.
Please set up at least one depreciation to view the depreciation report.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/sq-AL/admin/hardware/form.php b/resources/lang/sq-AL/admin/hardware/form.php
index e50a32bd0..fab19fea1 100644
--- a/resources/lang/sq-AL/admin/hardware/form.php
+++ b/resources/lang/sq-AL/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Update only actual location',
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
'optional_infos' => 'Optional Information',
'order_details' => 'Order Related Information',
diff --git a/resources/lang/sq-AL/admin/hardware/message.php b/resources/lang/sq-AL/admin/hardware/message.php
index 605c1fe23..c19bc6364 100644
--- a/resources/lang/sq-AL/admin/hardware/message.php
+++ b/resources/lang/sq-AL/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Asset was not requested, please try again',
- 'success' => 'Asset requested successfully.',
- 'canceled' => 'Checkout request successfully canceled',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Cancel this item request',
],
];
diff --git a/resources/lang/sq-AL/admin/reports/general.php b/resources/lang/sq-AL/admin/reports/general.php
index ea22b07df..ed8bf1a15 100644
--- a/resources/lang/sq-AL/admin/reports/general.php
+++ b/resources/lang/sq-AL/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Select the options you want for your asset report.',
'deleted_user' => 'Deleted user',
'send_reminder' => 'Send reminder',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Reminder sent',
'acceptance_deleted' => 'Acceptance request deleted',
'acceptance_request' => 'Acceptance request',
diff --git a/resources/lang/sq-AL/admin/settings/general.php b/resources/lang/sq-AL/admin/settings/general.php
index ad21bbb64..27b185d7c 100644
--- a/resources/lang/sq-AL/admin/settings/general.php
+++ b/resources/lang/sq-AL/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'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',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.',
'custom_forgot_pass_url' => 'Custom Password Reset URL',
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Display EOL in table view',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => 'Display 1D barcode',
- 'email_logo' => 'Email Logo',
'barcode_type' => '2D Barcode Type',
'alt_barcode_type' => '1D barcode type',
- 'email_logo_size' => 'Square logos in email look best. ',
'enabled' => 'Enabled',
'eula_settings' => 'EULA Settings',
'eula_markdown' => 'This EULA allows Github flavored markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favicons should be square images, 16x16 pixels.',
'footer_text' => 'Additional Footer Text ',
'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'General Settings',
'general_settings_help' => 'Default EULA and more',
'generate_backup' => 'Generate Backup',
'google_workspaces' => 'Google Workspaces',
'header_color' => 'Header Color',
'info' => 'These settings let you customize certain aspects of your installation.',
- 'label_logo' => 'Label Logo',
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'Laravel Version',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'LDAP Version',
'ldap_active_flag' => 'LDAP Active Flag',
'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. It does not affect the ability to check items in or out to them, and should be the attribute name within your AD/LDAP, not the value.
If this field is set to a field name that does not exist in your AD/LDAP, or the value in the AD/LDAP field is set to 0
or false
, user login will be disabled. If the value in the AD/LDAP field is set to 1
or true
or any other text means the user can log in. When the field is blank in your AD, we respect the userAccountControl
attribute, which usually allows non-suspended users to log in.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'LDAP Employee Number',
'ldap_email' => 'LDAP Email',
'ldap_test' => 'Test LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User Agent',
'login_help' => 'List of attempted logins',
'login_note' => 'Login Note',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown',
'login_remote_user_text' => 'Remote User login options',
'login_remote_user_enabled_text' => 'Enable Login with Remote User Header',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'full_multiple_companies_support_help_text' => 'Restricting users (including admins) assigned to companies to their company\'s assets.',
'full_multiple_companies_support_text' => 'Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Show in Model Dropdowns',
'optional' => 'optional',
'per_page' => 'Results Per Page',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Next: Create User',
'ldap_settings_link' => 'LDAP Settings Page',
'slack_test' => 'Test Integration',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'New Label Engine',
'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.',
'label2_template' => 'Template',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Field Definitions',
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Text entered as **text**
will be displayed as bold',
'help_blank_to_use' => 'Leave blank to use the value from :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
.
Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see the documentation for more details. ',
@@ -378,15 +385,70 @@ return [
'database_driver' => 'Database Driver',
'bs_table_storage' => 'Table Storage',
'timezone' => 'Timezone',
+ 'test_mail' => 'Test Mail',
'profile_edit' => 'Edit Profile',
'profile_edit_help' => 'Allow users to edit their own profiles.',
- 'default_avatar' => 'Upload custom default avatar',
+ 'default_avatar' => 'Custom Default Avatar',
'default_avatar_help' => 'This image will be displayed as a profile if a user does not have a profile photo.',
'restore_default_avatar' => 'Restore original system default avatar',
'restore_default_avatar_help' => '',
'due_checkin_days' => 'Due For Checkin Warning',
'due_checkin_days_help' => 'How many days before the expected checkin of an asset should it be listed in the "Due for checkin" page?',
'no_groups' => 'No groups have been created yet. Visit Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Username Format',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Email Format',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
+ 'first_name_format' => 'First Name (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Email Logo',
+ 'label_logo' => 'Label Logo',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Square logos in email look best. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/sq-AL/admin/settings/message.php b/resources/lang/sq-AL/admin/settings/message.php
index 9be290174..8d9b40e95 100644
--- a/resources/lang/sq-AL/admin/settings/message.php
+++ b/resources/lang/sq-AL/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Something went wrong. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/sq-AL/auth.php b/resources/lang/sq-AL/auth.php
index db310aa1b..14d8acfce 100644
--- a/resources/lang/sq-AL/auth.php
+++ b/resources/lang/sq-AL/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
- 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/sq-AL/auth/message.php b/resources/lang/sq-AL/auth/message.php
index 588c9069c..08f638d05 100644
--- a/resources/lang/sq-AL/auth/message.php
+++ b/resources/lang/sq-AL/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'The username or password is incorrect.',
'account_not_activated' => 'This user account is not activated.',
'account_suspended' => 'This user account is suspended.',
- 'account_banned' => 'This user account is banned.',
- 'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
'two_factor' => array(
'already_enrolled' => 'Your device is already enrolled.',
diff --git a/resources/lang/sq-AL/general.php b/resources/lang/sq-AL/general.php
index b10e3f4f6..9c06c8549 100644
--- a/resources/lang/sq-AL/general.php
+++ b/resources/lang/sq-AL/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Accept Assets',
'accept_item' => 'Accept Item',
'audit' => 'Audit',
+ 'audits' => 'Audits',
'audit_report' => 'Audit Log',
'assets' => 'Assets',
'assets_audited' => 'assets audited',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Change Password',
'checkin' => 'Checkin',
'checkin_from' => 'Checkin from',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Checkout',
'checkouts_count' => 'Checkouts',
'checkins_count' => 'Checkins',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Edit Your Profile',
'eol' => 'EOL',
'email_domain' => 'Email Domain',
- 'email_format' => 'Email Format',
'employee_number' => 'Employee Number',
'email_domain_help' => 'This is used to generate email addresses when importing',
'error' => 'Error',
'exclude_archived' => 'Exclude Archived Assets',
'exclude_deleted' => 'Exclude Deleted Assets',
'example' => 'Example: ',
- 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
- 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'First Initial Last Name (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
- 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
- 'name_display_format' => 'Name Display Format',
- 'first' => 'First',
- 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
- 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
- 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
- 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'First Name',
- 'first_name_format' => 'First Name (jane@example.com)',
+
'files' => 'Files',
'file_name' => 'File',
'file_type' => 'File Type',
@@ -183,6 +169,11 @@ return [
'last' => 'Last',
'last_login' => 'Last Login',
'last_name' => 'Last Name',
+ 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
+ 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
+ 'name_display_format' => 'Name Display Format',
+ 'first' => 'First',
+ 'first_name' => 'First Name',
'license' => 'License',
'license_report' => 'License Report',
'licenses_available' => 'Licenses available',
@@ -311,7 +302,6 @@ return [
'type' => 'Type',
'undeployable' => 'Un-deployable',
'unknown_admin' => 'Unknown Admin',
- 'username_format' => 'Username Format',
'username' => 'Username',
'update' => 'Update',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/sq-AL/localizations.php b/resources/lang/sq-AL/localizations.php
index fdca1532b..827ed4fca 100644
--- a/resources/lang/sq-AL/localizations.php
+++ b/resources/lang/sq-AL/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malay',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolian',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persian',
'pl-PL'=> 'Polish',
diff --git a/resources/lang/sq-AL/mail.php b/resources/lang/sq-AL/mail.php
index 7663a0167..797f735a2 100644
--- a/resources/lang/sq-AL/mail.php
+++ b/resources/lang/sq-AL/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Min QTY',
'name' => 'Name',
'new_item_checked' => 'A new item has been checked out under your name, details are below.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Notes',
'password' => 'Password',
'password_reset' => 'Password Reset',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.',
'user' => 'User',
'username' => 'Username',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Welcome :name',
'welcome_to' => 'Welcome to :web!',
'your_assets' => 'View Your Assets',
diff --git a/resources/lang/sr-CS/admin/custom_fields/general.php b/resources/lang/sr-CS/admin/custom_fields/general.php
index 7d74b78dc..207d4dfd9 100644
--- a/resources/lang/sr-CS/admin/custom_fields/general.php
+++ b/resources/lang/sr-CS/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'Ovo polje je enkriptovano, zato neke opcije prikaza neće biti dostupne.',
'display_checkin' => 'Prikaži u formularima razduživanja',
'display_checkout' => 'Prikaži u formularima zaduživanja',
+ 'display_audit' => 'Prikaži u formularu revizije',
];
diff --git a/resources/lang/sr-CS/admin/depreciations/general.php b/resources/lang/sr-CS/admin/depreciations/general.php
index 9ead0e409..319f9b359 100644
--- a/resources/lang/sr-CS/admin/depreciations/general.php
+++ b/resources/lang/sr-CS/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'strong>Upozorenje:
Trenutno nemate podešene stope amortizacije.
Podesite najmanje jednu stopu amortizacije da biste videli izveštaj o amortizaciji.',
+ 'depreciation_method' => 'Vrsta amortizacije',
+ 'linear_depreciation' => 'Linearna (podrazumevano)',
+ 'half_1' => 'Polugodišnja, uvek se primenjuje',
+ 'half_2' => 'Polugodišnja, primenjuje se uz uslov',
];
diff --git a/resources/lang/sr-CS/admin/hardware/form.php b/resources/lang/sr-CS/admin/hardware/form.php
index 941970b90..48074e764 100644
--- a/resources/lang/sr-CS/admin/hardware/form.php
+++ b/resources/lang/sr-CS/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Izmeni samo stvarnu lokaciju',
'asset_not_deployable' => 'Status imovine je nezaduživo. Ova imovina se ne može zadužiti.',
'asset_not_deployable_checkin' => 'Status ove imovine nije zaduživ. Korišćenje ove oznake statusa će razdužiti imovinu.',
- 'asset_deployable' => 'Status imovine je zaduživo. Ova imovina se može zadužiti.',
+ 'asset_deployable' => 'Ova imovina može biti zadužena.',
'processing_spinner' => 'Obrađivanje... (Ovo bi moglo da potraje u slučaju velikih datoteka)',
'optional_infos' => 'Opcione informacije',
'order_details' => 'Informacije o nabavci',
diff --git a/resources/lang/sr-CS/admin/hardware/message.php b/resources/lang/sr-CS/admin/hardware/message.php
index 3c662c893..010128e18 100644
--- a/resources/lang/sr-CS/admin/hardware/message.php
+++ b/resources/lang/sr-CS/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'Izabrana datoteka je već obrisana',
'header_row_has_malformed_characters' => 'Jedan ili više atributa u redu zaglavlja sadrži loše formatirane UTF-8 karaktere',
'content_row_has_malformed_characters' => 'Jedan ili više atributa u prvom redu sadržaja sadrži loše formatirane UTF-8 karaktere',
+ 'transliterate_failure' => 'Transliteracija iz :encoding u UTF8 nije uspela zbog neispravnih unetih karaktera'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Imovina nije zatražena, pokušajte ponovo',
- 'success' => 'Imovina je uspešno zatražena.',
- 'canceled' => 'Checkout request successfully canceled',
+ 'error' => 'Zahtev nije bio uspešan, pokušajte ponovo.',
+ 'success' => 'Zahtev je uspešno podnet.',
+ 'canceled' => 'Zahtev je uspešno poništen.',
+ 'cancel' => 'Otkažite zahtev za ovu stavku',
],
];
diff --git a/resources/lang/sr-CS/admin/reports/general.php b/resources/lang/sr-CS/admin/reports/general.php
index 50e143382..97339a7ca 100644
--- a/resources/lang/sr-CS/admin/reports/general.php
+++ b/resources/lang/sr-CS/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Odaberite željene opcije za izveštaj o imovini.',
'deleted_user' => 'Izbrisan korisnika',
'send_reminder' => 'Pošalji podsetnik',
+ 'cannot_send_reminder' => 'Korisnik je obrisan ili nema navedenu adresu e-pošte pa ne može da dobije potsetnik',
'reminder_sent' => 'Podsetnik je poslat',
'acceptance_deleted' => 'Zahtev za prihvatanje je izbrisan',
'acceptance_request' => 'Zahtev za prihvatanje',
diff --git a/resources/lang/sr-CS/admin/settings/general.php b/resources/lang/sr-CS/admin/settings/general.php
index 04544ed3e..d3927b516 100644
--- a/resources/lang/sr-CS/admin/settings/general.php
+++ b/resources/lang/sr-CS/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Potvrdite čišćenje',
'confirm_purge_help' => 'Unesite tekst „IZBRIŠI“ u polje ispod da biste obrisali svoje izbrisane zapise. Ova radnja se ne može opozvati i TRAJNO će izbrisati sve meko izbrisane stavke i korisnike. (Trebalo bi prvo da napravite rezervnu kopiju, samo da biste bili sigurni.)',
'custom_css' => 'Podesivi CSS',
+ 'custom_css_placeholder' => 'Dodajte svoj prilagođeni CSS',
'custom_css_help' => 'Unesite sve prilagođene CSS zamene koje želite da koristite. Nemojte uključivati <stile></stile> oznake.',
'custom_forgot_pass_url' => 'Promenljivi URL za resetovanje lozinke',
'custom_forgot_pass_url_help' => 'Ovo zamenjuje ugrađeni URL zaboravljene lozinke na ekranu za prijavljivanje, što je korisno za usmeravanje ljudi na internu ili hostovanu LDAP funkciju resetovanja lozinke. To će efikasno onemogućiti funkciju zaboravljene lozinke lokalnog korisnika.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Prikažite EOL u prikazu tabele',
'display_qr' => 'Prikaži 2D barkod',
'display_alt_barcode' => 'Prikaži 1D barkod',
- 'email_logo' => 'Email Logo',
'barcode_type' => '2D tip barkoda',
'alt_barcode_type' => '1D barkod tip',
- 'email_logo_size' => 'Kvadratni logotipi u imejlu izgledaju najbolje. ',
'enabled' => 'Omogućeno',
'eula_settings' => 'EULA Podešavanja',
'eula_markdown' => 'Pravila korišćenja dopuštaju Github verziju markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Faviconi treba da budu slike kvadrvatog oblika, 16x16 piksela.',
'footer_text' => 'Dodatni tekst u futeru ',
'footer_text_help' => 'Ovaj tekst će se pojaviti u desnom podnožju. Veze su dozvoljene korišćenjem Github flavored markdovn. Prelomi redova, zaglavlja, slike itd. mogu dovesti do nepredvidivih rezultata.',
+ 'footer_text_placeholder' => 'Opcioni tekst u podnožju',
'general_settings' => 'Osnovna podešavanja',
'general_settings_help' => 'Podrazumevani EULA i još mnogo toga',
'generate_backup' => 'Generiši rezervnu kopiju',
'google_workspaces' => 'Google Workspaces',
'header_color' => 'Boja zaglavlja',
'info' => 'Ova podešavanja vam omogućavaju da prilagodite određene aspekte vaše instalacije.',
- 'label_logo' => 'Label Logo',
'label_logo_size' => 'Kvadratni logotipi izgledaju najbolje – biće prikazani u gornjem desnom uglu svake oznake sredstva. ',
'laravel' => 'Laravel verzija',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'LDAP verzija',
'ldap_active_flag' => 'LDAP Active Flag',
'ldap_activated_flag_help' => 'Ova vrednost određuje da li sinhronizovani korisnik može da se prijavi u Snipe-IT. To ne utiče na mogućnost zaduživanja i razduživanja stavki prema njima, i trebao bi biti naziv atributa u okviru vašeg AD/LDAP-a, ne vrednost.
Ukoliko je ovo polje podešeno na naziv polja koje ne postoji u vašem AD/LDAP-u, ili je vrednost u AD/LDAP polju podešena na 0
ili false
, prijava korisniku će biti onemogućena. Ukoliko je vrednost u AD/LDAP polju podešena na 1
ili true
ili bilo koji drugi tekst znači da korisnik može da se prijavi. Kada je polje prazno u vašem AD-u, mi poštujemo userAccountControl
atribut, koji obično omogućava nedeaktiviranim korisnicima da se prijave.',
+ 'ldap_invert_active_flag' => 'LDAP obrni oznaku aktivnosti',
+ 'ldap_invert_active_flag_help' => 'Ako je omogućeno: kada je vrednost LDAP oznake aktivnosti 0
ili netačno
nalog korisnika biće aktivan.',
'ldap_emp_num' => 'LDAP broj zaposlenog',
'ldap_email' => 'LDAP Email',
'ldap_test' => 'Test LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'Korisnički agent',
'login_help' => 'Spisak pokušaja logovanja',
'login_note' => 'Poruka prilikom prijave',
+ 'login_note_placeholder' => "Ukoliko nemate akreditive za pristup ili ste pronašli uređaj koji pripada ovoj kompaniji, molim vas pozovite tehničku podršku na 888-555-1212. Hvala vam.",
'login_note_help' => 'Opciono uključite nekoliko rečenica na ekran za prijavu, na primer da biste pomogli ljudima koji su pronašli izgubljeni ili ukradeni uređaj. Ovo polje prihvata Github flavored markdovn',
'login_remote_user_text' => 'Opcije za prijavu udaljenog korisnika',
'login_remote_user_enabled_text' => 'Omogućite prijavu pomoću zaglavlja udaljenog korisnika',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Koristite brendiranje na listama sredstava za štampanje ',
'full_multiple_companies_support_help_text' => 'Ograničavanje korisnika (uključujući administratore) dodeljenih kompanijama na imovinu njihove kompanije.',
'full_multiple_companies_support_text' => 'Potpuna podrška za više kompanija',
+ 'scope_locations_fmcs_support_text' => 'Opseg lokacija sa punom podrškom višestruko kompanija',
+ 'scope_locations_fmcs_support_help_text' => 'U prethodnim verzijama, lokacije nisu bile ograničene na određenu kompaniju. Ukoliko je ova opcija isključena, to zadržava povratnu kompatibilnost sa starijim verzijama i lokacije se mogu koristiti za više kompanija. Ako je opcija uključena, lokacije su ograničene na izabranu kompaniju.',
'show_in_model_list' => 'Prikaži u padajućim menijima modela',
'optional' => 'opciono',
'per_page' => 'Rezultati po stranici',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Sledeće: Kreirajte korisnika',
'ldap_settings_link' => 'LDAP podešavanja stranice',
'slack_test' => 'Testirajte integraciju',
+ 'status_label_name' => 'Naziv oznake statusa',
+ 'super_admin_only' => 'Samo super admin',
'label2_enable' => 'Novi sistem nalepnica',
'label2_enable_help' => 'Pređite na novi sistem nalepnica. Napomena: Moraćete da sačuvate ovo podešavanje pre podešavanja ostalih.',
'label2_template' => 'Šablon',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'Podatak koji će biti sadržan u 2D barkodu',
'label2_fields' => 'Definicija polja',
'label2_fields_help' => 'Polja mogi biti dodata, uklonjena i presložena u levoj koloni. Za svako polje, višestruko opcija za Naziv i IzvorPodataka mogu biti dodato, uklonjeno i presloženo u desnoj koloni.',
+ 'purge_barcodes' => 'Obriši sve barkodove',
'help_asterisk_bold' => 'Tekst unet kao **tekst**
biće prikazan podebljan',
'help_blank_to_use' => 'Ostavite prazno da bi se koristila vrednost iz :setting_name
',
'help_default_will_use' => ':default
će koristiti vrednost iz :setting_name
.
Upamtite da vrednost barkoda mora da se usaglasi sa specifikacijom odgovarajućeg barkoda da bi bio uspešno generisan. Molim vas pogledajte dokumentaciju za više detalja. ',
@@ -378,15 +385,70 @@ return [
'database_driver' => 'Drajver Baze Podataka',
'bs_table_storage' => 'Skladište tabele',
'timezone' => 'Vremenska zona',
+ 'test_mail' => 'Probna e-poruka',
'profile_edit' => 'Izmeni profil',
'profile_edit_help' => 'Dozvoli korisnicima da izmene svoje profile.',
- 'default_avatar' => 'Postavi prilagođenu podrazumevanu sličicu',
+ 'default_avatar' => 'Prilagođeni podrazumevani avatar',
'default_avatar_help' => 'Ova slika će se prikazivati kao profilna ako korisnik nema svoju sliku profila.',
'restore_default_avatar' => 'Vrati originalnu podrazumevanu sličicu',
'restore_default_avatar_help' => '',
'due_checkin_days' => 'Upozorenje da je vreme za razduženje',
'due_checkin_days_help' => 'Koliko dana ranije pre očekivanog razduženja imovine bi trebalo biti navedena u stranici "Vreme je za razduživanje"?',
'no_groups' => 'Još uvak nisu kreirane nikakve grupe. Poseti Administrativna podešavanja > Grupe dozvola
da bi dodao neku.',
+ 'text' => 'Tekst',
+
+ 'username_formats' => [
+ 'username_format' => 'Format korisničkog imena',
+ 'firstname_lastname_format' => 'Ime Prezime (jane.smith)',
+ 'first_name_format' => 'Ime (jane)',
+ 'last_name_format' => 'Prezime (doe)',
+ 'filastname_format' => 'Prvo slovo imena Prezime (jsmith)',
+ 'lastnamefirstinitial_format' => 'Prezime Prvo slovo imena (smithj)',
+ 'firstname_lastname_underscore_format' => 'Ime Prezime (jane_smith)',
+ 'firstinitial.lastname' => 'Prvo slovo imena Prezime (j.smith)',
+ 'lastname_firstinitial' => 'Prezime Prvo slovo imena (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Prezime Prvo slovo imena (smith.j)',
+ 'firstnamelastname' => 'Ime Prezime (janesmith)',
+ 'firstnamelastinitial' => 'Ime Prvo slovo prezimena (janes)',
+ 'lastnamefirstname' => 'Prezime.Ime (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Email Format',
+ 'firstname_lastname_format' => 'Ime Prezime (jane.smith@example.com)',
+ 'first_name_format' => 'Ime (jane@example.com)',
+ 'last_name_format' => 'Prezime (doe@example.com)',
+ 'filastname_format' => 'Prvo slovo imena Prezime (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Prezime Prvo slovo imena (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'Ime Prezime (jane_smith@example.com)',
+ 'firstinitial.lastname' => 'Inicijal imena Prezime (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Prezime inicijal Imena (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Prezime Prvo slovo imena (smith.j@example.com)',
+ 'firstnamelastname' => 'Ime Prezime (janesmith@example.com)',
+ 'firstnamelastinitial' => 'Ime inicijal Prezimena (janes@example.com)',
+ 'lastnamefirstname' => 'Prezime.Ime (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'Logotip u PDF-u',
+ 'email_logo' => 'Logotip u e-poruci',
+ 'label_logo' => 'Logotip u e-poruci',
+ 'logo' => 'Logotip na sajtu',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Kvadratni logotipi u e-poruci izgledaju najbolje. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Tekst',
+ 'logo' => 'Logotip',
+ 'logo_and_text' => 'Logotip i tekst',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/sr-CS/admin/settings/message.php b/resources/lang/sr-CS/admin/settings/message.php
index dc05beed5..9afb691d3 100644
--- a/resources/lang/sr-CS/admin/settings/message.php
+++ b/resources/lang/sr-CS/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Nešto nije u redu. :( ',
'webhook_fail' => ' neuspelo obaveštavanje putem veb zakačke: Proverite da li je URL i dalje validan.',
'webhook_channel_not_found' => ' kanal veb zakačke nije pronađen.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Vaša podešavanja nisu sačuvana.',
+ 'mismatch' => 'Postoji 1 stavka u bazi podataka koja iziskuje vašu pažnju pre uključivanja opsega lokacije.|Postoji :count stavki u bazi podataka koje iziskuju vašu pažnju pre uključivanja opsega lokacije.',
+ ],
+
];
diff --git a/resources/lang/sr-CS/auth.php b/resources/lang/sr-CS/auth.php
index 23ff5b357..d189770ea 100644
--- a/resources/lang/sr-CS/auth.php
+++ b/resources/lang/sr-CS/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'Ovi kredencijali se ne poklapaju sa našim podacima.',
'password' => 'Unešena lozinka nije ispravna.',
- 'throttle' => 'Previše pokušaja prijave. Molim vas pokušajte ponovo za :seconds sekundi.',
+ 'throttle' => 'Previše pokušaja prijave. Pokušajte ponovo za :minutes minuta.',
);
diff --git a/resources/lang/sr-CS/auth/message.php b/resources/lang/sr-CS/auth/message.php
index 1c20569fa..667822638 100644
--- a/resources/lang/sr-CS/auth/message.php
+++ b/resources/lang/sr-CS/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'Korisničko ime ili lozinka nisu ispravni.',
'account_not_activated' => 'Ovaj korisnički nalog nije aktiviran.',
'account_suspended' => 'Ovaj je korisnički nalog je blokiran.',
- 'account_banned' => 'Ovaj je korisnički nalog je zabranjen.',
- 'throttle' => 'Previše neuspelih pokušaja. Pokušajte ponovo za :seconds sekundi.',
'two_factor' => array(
'already_enrolled' => 'Vaš uređaj je već registrovan.',
diff --git a/resources/lang/sr-CS/general.php b/resources/lang/sr-CS/general.php
index aab3e126b..9e94fb337 100644
--- a/resources/lang/sr-CS/general.php
+++ b/resources/lang/sr-CS/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Prihvati imovinu',
'accept_item' => 'Prihvati stavku',
'audit' => 'Revizija',
+ 'audits' => 'Revizije',
'audit_report' => 'Zapisnik revizije',
'assets' => 'Imovina',
'assets_audited' => 'popisana imovina',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Promeni lozinku',
'checkin' => 'Checkin',
'checkin_from' => 'Checkin from',
+ 'checkin_note' => 'Beleška razduženja',
+ 'checkout_note' => 'Beleška zaduženja',
'checkout' => 'Checkout',
'checkouts_count' => 'Checkouts',
'checkins_count' => 'Checkins',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Uredi svoj profil',
'eol' => 'EOL',
'email_domain' => 'Email Domain',
- 'email_format' => 'Email Format',
'employee_number' => 'Broj zaposlenog',
'email_domain_help' => 'Ovo se koristi za generisanje e-mail adrese prilikom uvoza',
'error' => 'Greška',
'exclude_archived' => 'Izuzmi izbrisana sredstva',
'exclude_deleted' => 'Izuzmi izbrisana sredstva',
'example' => 'Primer: ',
- 'filastname_format' => 'Prvo slovo imena Prezime (jsmith@example.com)',
- 'firstname_lastname_format' => 'Ime Prezime (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'Ime Prezime (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => 'Prezime Prvo slovo imena (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'Inicijal imena Prezime (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Prezime Prvo slovo imena (smith.j@example.com)',
- 'firstname_lastname_display' => 'Ime Prezime (Petar Petrović)',
- 'lastname_firstname_display' => 'Prezime Ime (Petrović Petar)',
- 'name_display_format' => 'Format prikaza imena',
- 'first' => 'Prvi',
- 'firstnamelastname' => 'Ime Prezime (janesmith@example.com)',
- 'lastname_firstinitial' => 'Prezime inicijal Imena (smith_j@example.com)',
- 'firstinitial.lastname' => 'Inicijal imena Prezime (j.smith@example.com)',
- 'firstnamelastinitial' => 'Ime inicijal Prezimena (janes@example.com)',
- 'lastnamefirstname' => 'Prezime.Ime (smith.jane@example.com)',
- 'first_name' => 'Ime',
- 'first_name_format' => 'Ime (jane@example.com)',
+
'files' => 'Datoteke',
'file_name' => 'Datoteka',
'file_type' => 'Tip datoteke',
@@ -183,6 +169,11 @@ return [
'last' => 'Poslednji',
'last_login' => 'Poslednja prijava',
'last_name' => 'Prezime',
+ 'firstname_lastname_display' => 'Ime Prezime (Petar Petrović)',
+ 'lastname_firstname_display' => 'Prezime Ime (Petrović Petar)',
+ 'name_display_format' => 'Format prikaza imena',
+ 'first' => 'Prvi',
+ 'first_name' => 'Ime',
'license' => 'Licenca',
'license_report' => 'Izveštaj o licenci',
'licenses_available' => 'Dostupno licenci',
@@ -311,7 +302,6 @@ return [
'type' => 'Tip',
'undeployable' => 'Un-deployable',
'unknown_admin' => 'Nepoznati administrator',
- 'username_format' => 'Format korisničkog imena',
'username' => 'Korisničko ime',
'update' => 'Ažuriraj',
'updating_item' => 'Izmena :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Razduži :name',
],
+ 'skins' => [
+ 'site_default' => 'Podrazumevano za lokaciju',
+ 'default_blue' => 'Podrazumevana plava',
+ 'blue_dark' => 'Plava (tamni režim)',
+ 'green' => 'Tamno zelena',
+ 'green_dark' => 'Zelena (tamni režim)',
+ 'red' => 'Tamno crvena',
+ 'red_dark' => 'Crvena (tamni režim)',
+ 'orange' => 'Tamno narandžasta',
+ 'orange_dark' => 'Narandžasta (tamni režim)',
+ 'black' => 'Crna',
+ 'black_dark' => 'Crna (tamni režim)',
+ 'purple' => 'Ljubičasta',
+ 'purple_dark' => 'Ljubičasta (tamni režim)',
+ 'yellow' => 'Žuta',
+ 'yellow_dark' => 'Žuta (tamni režim)',
+ 'high_contrast' => 'Visoki kontrast',
+
+ ],
+
'select_all_none' => 'Izaberi sve/ništa',
'generic_model_not_found' => 'Taj :model nije pronađen ili vi nemate ovlašćenja da mu pristupite',
- 'deleted_models' => 'Deleted Asset Models',
- 'deleted_users' => 'Deleted Users',
+ 'deleted_models' => 'Obrisani modeli imovine',
+ 'deleted_users' => 'Obrisani korisnici',
+ 'cost_each' => ':amount svaki',
+ 'remove_current_image' => 'Ukloni trenutnu :type sliku',
];
diff --git a/resources/lang/sr-CS/localizations.php b/resources/lang/sr-CS/localizations.php
index b203146c2..c974f681a 100644
--- a/resources/lang/sr-CS/localizations.php
+++ b/resources/lang/sr-CS/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malajski',
'mi-NZ'=> 'Maorski',
'mn-MN'=> 'Mongolski',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norveški Bokmål',
+ 'om-ET' => 'Oromo (Etiopijski)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persijski',
'pl-PL'=> 'Poljski',
diff --git a/resources/lang/sr-CS/mail.php b/resources/lang/sr-CS/mail.php
index 07269ad12..635a7daff 100644
--- a/resources/lang/sr-CS/mail.php
+++ b/resources/lang/sr-CS/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Min Kol',
'name' => 'Naziv',
'new_item_checked' => 'Nova stavka je proverena pod vašim imenom, detalji su u nastavku.',
+ 'new_item_checked_with_acceptance' => 'Nova stavka je zadužena na vaše ime što zahteva prihvatanje. Detalji su u nastavku.',
+ 'recent_item_checked' => 'Stavka je nedavno zadužena na vaše ime što zahteva prihvatanje. Detalji su u nastavku.',
'notes' => 'Zabeleške',
'password' => 'Lozinka',
'password_reset' => 'Ponovno postavljanje lozinke',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'Ima :count imovina kojoj je vreme za popis za :threshold dana.|Ima :count imovine kojoj je vreme za popis za :threshold dana.',
'user' => 'Korisnik',
'username' => 'Korisničko ime',
- 'unaccepted_asset_reminder' => 'Odlučili ste da ne prihvatite imovinu.',
+ 'unaccepted_asset_reminder' => 'Podsetnik: Imate neprihvaćevenu imovinu.',
'welcome' => 'Dobrodošli :name',
'welcome_to' => 'Dobrodošli na :web!',
'your_assets' => 'Pregledaj svoju imovinu',
diff --git a/resources/lang/sv-SE/admin/custom_fields/general.php b/resources/lang/sv-SE/admin/custom_fields/general.php
index c45f9ab54..246dd435f 100644
--- a/resources/lang/sv-SE/admin/custom_fields/general.php
+++ b/resources/lang/sv-SE/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'Detta fält är krypterat, så vissa visningsalternativ kommer inte att vara tillgängliga.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/sv-SE/admin/depreciations/general.php b/resources/lang/sv-SE/admin/depreciations/general.php
index f46e5eba6..dc8f65fad 100644
--- a/resources/lang/sv-SE/admin/depreciations/general.php
+++ b/resources/lang/sv-SE/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Varning:
Du har för närvarande inte några värdeminskningar uppsatta.
Vänligen ställ in minst en värdeminskning för att se värdeminskningsrapporten.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/sv-SE/admin/hardware/form.php b/resources/lang/sv-SE/admin/hardware/form.php
index fff45fe9b..63206d97f 100644
--- a/resources/lang/sv-SE/admin/hardware/form.php
+++ b/resources/lang/sv-SE/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Uppdatera endast nuvarande plats',
'asset_not_deployable' => 'Denna tillgångsstatus kan inte levereras. Denna tillgång kan inte checkas ut.',
'asset_not_deployable_checkin' => 'Denna tillgångsstatus kan inte levereras. Användning av denna statusetikett kommer att checka in tillgången.',
- 'asset_deployable' => 'Statusen är tillgänglig. Denna tillgång kan checkas ut.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Bearbetar... (Detta kan ta tid vid stora filer)',
'optional_infos' => 'Valfri information',
'order_details' => 'Beställningsrelaterad information',
diff --git a/resources/lang/sv-SE/admin/hardware/message.php b/resources/lang/sv-SE/admin/hardware/message.php
index 4f6ebd6dd..9243047fd 100644
--- a/resources/lang/sv-SE/admin/hardware/message.php
+++ b/resources/lang/sv-SE/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'Den valda filen har redan tagits bort',
'header_row_has_malformed_characters' => 'Ett eller flera attribut i rubrikraden innehåller felaktigt formatterade UTF-8-tecken',
'content_row_has_malformed_characters' => 'Ett eller flera attribut i den första raden av innehållet innehåller felaktigt formatterade UTF-8-tecken',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Tillgången begärdes inte, försök igen',
- 'success' => 'Tillgång begärd.',
- 'canceled' => 'Utcheckningsförfrågan har avbrutits',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Avbryt objektbegäran',
],
];
diff --git a/resources/lang/sv-SE/admin/reports/general.php b/resources/lang/sv-SE/admin/reports/general.php
index bc8360ce9..a7103a5b7 100644
--- a/resources/lang/sv-SE/admin/reports/general.php
+++ b/resources/lang/sv-SE/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Välj de alternativ du vill ha för din tillgångsrapport.',
'deleted_user' => 'Raderad användare',
'send_reminder' => 'Skicka påminnelse',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Påminnelse har skickats',
'acceptance_deleted' => 'Begäran om godkännande borttagen',
'acceptance_request' => 'Begäran om godkännande',
diff --git a/resources/lang/sv-SE/admin/settings/general.php b/resources/lang/sv-SE/admin/settings/general.php
index a5547fd6e..d7e585174 100644
--- a/resources/lang/sv-SE/admin/settings/general.php
+++ b/resources/lang/sv-SE/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Bekräfta tömning',
'confirm_purge_help' => 'Ange texten "DELETE" i rutan nedan för att rensa dina raderade poster. Denna åtgärd kan inte ångras och kommer PERMANENT att ta bort alla tidigare raderade objekt och användare. (Du bör ta en säkerhetskopia först, för att vara på säkra sidan!)',
'custom_css' => 'Anpassad CSS',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Fyll i eventuella anpassade CSS-överskridningar du vill använda. Inkludera inte <style></style> taggar.',
'custom_forgot_pass_url' => 'Anpassad URL för lösenordsåterställning',
'custom_forgot_pass_url_help' => 'Detta ersätter den inbyggda URL\'n för "Glömt lösenord" på inloggningsskärmen, vilket är användbart för att styra användare till den interna eller hostade LDAP-lösenordsåterställningen. Detta kommer att inaktivera den lokala "Glömt lösenord"-funktionen.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Visa EOL i tabellvy',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => 'Visa 1D streckkod',
- 'email_logo' => 'Logotyp för e-post',
'barcode_type' => '2D streckkodstyp',
'alt_barcode_type' => '1D streckkodstyp',
- 'email_logo_size' => 'Kvadratiska logotyper för e-post syns tydligast. ',
'enabled' => 'Aktiverad',
'eula_settings' => 'EULA-inställningar',
'eula_markdown' => 'Detta EULA tillåter Github-genererad markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favicon-bilder ska vara fyrkantiga, 16x16 pixlar.',
'footer_text' => 'Ytterligare sidfotstext ',
'footer_text_help' => 'Denna text kommer visas i höger sidfot. Länkar ska anges enligt Github-genererad markdown. Radbrytningar, rubriker, bilder etc kan ge oförutsägbara resultat.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'Allmänna inställningar',
'general_settings_help' => 'Standard EULA och mer',
'generate_backup' => 'Skapa säkerhetskopia',
'google_workspaces' => 'Google Workspaces',
'header_color' => 'Sidhuvudets färg',
'info' => 'Med dessa inställningar kan du anpassa vissa delar av din uppsättning.',
- 'label_logo' => 'Etikettlogotyp',
'label_logo_size' => 'En fyrkantig logotyp syns tydligast. Den kommer att visas i det övre högra hörnet av varje tillgångsetikett. ',
'laravel' => 'Laravel-version',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'LDAP-version',
'ldap_active_flag' => 'LDAP Active Flag',
'ldap_activated_flag_help' => 'Detta värde används för att avgöra om en synkroniserad användare kan logga in på Snipe-IT. Det påverkar inte möjligheten att checka in eller checka ut objekt till dem, och bör vara attributnamnet inom ditt AD/LDAP, inte värdet.
Om detta fält är satt till ett fältnamn som inte finns i ditt AD/LDAP, eller värdet i AD/LDAP-fältet är satt till 0
eller falskt
, kommer användarinloggning vara inaktiverad. Om värdet i AD/LDAP-fältet är satt till 1
eller sant
eller någon annan text innebär att användaren kan logga in. När fältet är tomt i ditt AD respekterar vi userAccountControl
attributet, vilket vanligtvis tillåter icke-avstängda användare att logga in.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'LDAP anställningsnummer',
'ldap_email' => 'LDAP-e-post',
'ldap_test' => 'Testa LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User Agent',
'login_help' => 'Lista över inloggningsförsök',
'login_note' => 'Inloggningsnotering',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Lägg till valfri text på din inloggningsskärm, till exempel för att hjälpa användare som har hittat en borttappad eller stulen enhet. Detta fält accepterar GitHub-genererad Markdown',
'login_remote_user_text' => 'Alternativ för distansinloggning',
'login_remote_user_enabled_text' => 'Aktivera inloggning med distansanvändarhuvud',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Använd ditt varumärke på utskriftsaktiva tillgångslistor ',
'full_multiple_companies_support_help_text' => 'Begränsa användare (inklusive administratörer) tilldelade företag till företagets tillgångar.',
'full_multiple_companies_support_text' => 'Stöd för fleranvändarföretag',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Visa i rullgardin för modeller',
'optional' => 'frivillig',
'per_page' => 'Resultat per sida',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Nästa: Skapa användare',
'ldap_settings_link' => 'Sida för LDAP-inställningar',
'slack_test' => 'Testa -integration',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'Ny etikettmotor',
'label2_enable_help' => 'Byt till den nya etikettmotorn. Obs! Du måste aktivera och spara den här inställningen innan du kan styra andra inställningar.',
'label2_template' => 'Mall',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Fältdefiniering',
'label2_fields_help' => 'Fält kan läggas till, tas bort och ordnas om i den vänstra kolumnen. För varje fält kan flera alternativ för etikett- och datakällan läggas till, tas bort och ordnas om i högerspalten.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Text inlagd som **text**
kommer att visas som fetstilad',
'help_blank_to_use' => 'Lämna tomt för att använda värdet från :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
.
Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see the documentation for more details. ',
@@ -378,15 +385,70 @@ return [
'database_driver' => 'Databasdrivrutin',
'bs_table_storage' => 'Tabell-lagring',
'timezone' => 'Tidszon',
+ 'test_mail' => 'Test Mail',
'profile_edit' => 'Redigera profil',
'profile_edit_help' => 'Tillåt användare att redigera sina egna profiler.',
- 'default_avatar' => 'Ladda upp anpassad standardavatar',
+ 'default_avatar' => 'Custom Default Avatar',
'default_avatar_help' => 'Denna bild kommer att visas som profilbild om en användare inte har en profilbild.',
'restore_default_avatar' => 'Återställ ursprunglig systemavatar',
'restore_default_avatar_help' => 'Återställ standardavatar',
'due_checkin_days' => 'Förfaller för incheckningsvarning',
'due_checkin_days_help' => 'Hur många dagar innan den förväntade incheckningen av en tillgång ska den anges på sidan "Förfaller för incheckning"?',
'no_groups' => 'Inga grupper har skapats än. Besök Administratörsinställningar > Grupper
för att lägga till en.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Användarnamnsformat',
+ 'firstname_lastname_format' => 'Förnamn + Efternamn (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Efternamn.Förnamn (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'E-postformat',
+ 'firstname_lastname_format' => 'Förnamn + Efternamn (jane.smith@example.com)',
+ 'first_name_format' => 'Förnamn (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Första initialen + Efternamn (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Efternamn + Första initial (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'Förnamn + Efternamn (jane.smith@example.com)',
+ 'firstinitial.lastname' => 'Första initialen + Efternamn (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Efternamn + Första initialen (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Efternamn + Första initialen (smith.j@example.com)',
+ 'firstnamelastname' => 'Förnamn + Efternamn (janesmith@example.com)',
+ 'firstnamelastinitial' => 'Efternamn + Första initialen (janes@example.com)',
+ 'lastnamefirstname' => 'Efternamn.Förnamn (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Logotyp för e-post',
+ 'label_logo' => 'Etikettlogotyp',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Kvadratiska logotyper för e-post syns tydligast. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logotyp',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/sv-SE/admin/settings/message.php b/resources/lang/sv-SE/admin/settings/message.php
index 710e39cee..21e0d1b0d 100644
--- a/resources/lang/sv-SE/admin/settings/message.php
+++ b/resources/lang/sv-SE/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Någonting gick snett :( ',
'webhook_fail' => 'webhook-notis misslyckades. Kontrollera att URL\'en fortfarande är giltig.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/sv-SE/auth.php b/resources/lang/sv-SE/auth.php
index 269ad2cae..cde6f39b8 100644
--- a/resources/lang/sv-SE/auth.php
+++ b/resources/lang/sv-SE/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'Dessa uppgifter stämmer inte överens med våra register.',
'password' => 'Det angivna lösenordet är felaktigt.',
- 'throttle' => 'För många inloggningsförsök. Vänligen försök igen om :seconds sekunder.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/sv-SE/auth/message.php b/resources/lang/sv-SE/auth/message.php
index 34ccd233c..d21233f99 100644
--- a/resources/lang/sv-SE/auth/message.php
+++ b/resources/lang/sv-SE/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'Användarnamnet eller lösenordet är felaktigt.',
'account_not_activated' => 'Detta användarkonto är inte aktiverat.',
'account_suspended' => 'Detta användarkonto är suspenderat.',
- 'account_banned' => 'Detta användarkonto är avstängt.',
- 'throttle' => 'För många misslyckade inloggningsförsök. Försök igen om :minutes minuter.',
'two_factor' => array(
'already_enrolled' => 'Din enhet är redan registrerad.',
diff --git a/resources/lang/sv-SE/general.php b/resources/lang/sv-SE/general.php
index f78d12606..145e80d4d 100644
--- a/resources/lang/sv-SE/general.php
+++ b/resources/lang/sv-SE/general.php
@@ -29,8 +29,9 @@ return [
'assets_available' => 'Tillgängliga tillgångar',
'accept_assets' => 'Acceptera tillgångar :name',
'accept_assets_menu' => 'Acceptera tillgångar',
- 'accept_item' => 'Accept Item',
+ 'accept_item' => 'Acceptera objekt',
'audit' => 'Inventering',
+ 'audits' => 'Audits',
'audit_report' => 'Inventeringsloggar',
'assets' => 'Tillgångar',
'assets_audited' => 'inventarier granskade',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Byt lösenord',
'checkin' => 'Checka in',
'checkin_from' => 'Incheckning från',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Checka ut',
'checkouts_count' => 'Utcheckningar',
'checkins_count' => 'Incheckningar',
@@ -94,7 +97,7 @@ return [
'customize_report' => 'Anpassa rapport',
'custom_report' => 'Anpassad tillgångsrapport',
'dashboard' => 'Instrumentpanel',
- 'data_source' => 'Data Source',
+ 'data_source' => 'Datakälla',
'days' => 'dagar',
'days_to_next_audit' => 'Dagar till nästa inventering',
'date' => 'Datum',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Redigera din profil',
'eol' => 'EOL',
'email_domain' => 'E-postdomän',
- 'email_format' => 'E-postformat',
'employee_number' => 'Anställningsnummer',
'email_domain_help' => 'Detta används för att generera e-postadresser vid import',
'error' => 'Error',
'exclude_archived' => 'Exkludera arkiverade tillgångar',
'exclude_deleted' => 'Exkludera borttagna tillgångar',
'example' => 'Exempel: ',
- 'filastname_format' => 'Första initialen + Efternamn (jsmith@example.com)',
- 'firstname_lastname_format' => 'Förnamn + Efternamn (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'Förnamn + Efternamn (jane.smith@example.com)',
- 'lastnamefirstinitial_format' => 'Efternamn + Första initial (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'Första initial + Efternamn (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'Förnamn + Efternamn (Jane Smith)',
- 'lastname_firstname_display' => 'Efternamn + Förnamn (Smith Jane)',
- 'name_display_format' => 'Visningsformat för namn',
- 'first' => 'Först',
- 'firstnamelastname' => 'Förnamn + Efternamn (janesmith@example.com)',
- 'lastname_firstinitial' => 'Efternamn + Första initialen (smith_j@example.com)',
- 'firstinitial.lastname' => 'Första initialen + Efternamn (j.smith@example.com)',
- 'firstnamelastinitial' => 'Efternamn + Första initialen (janes@example.com)',
- 'lastnamefirstname' => 'Efternamn.Förnamn (smith.jane@example.com)',
- 'first_name' => 'Förnamn',
- 'first_name_format' => 'Förnamn (jane@example.com)',
+
'files' => 'Filer',
'file_name' => 'Fil',
'file_type' => 'Filtyp',
@@ -183,6 +169,11 @@ return [
'last' => 'Sista',
'last_login' => 'Senaste inloggning',
'last_name' => 'Efternamn',
+ 'firstname_lastname_display' => 'Förnamn + Efternamn (Jane Smith)',
+ 'lastname_firstname_display' => 'Efternamn + Förnamn (Smith Jane)',
+ 'name_display_format' => 'Visningsformat för namn',
+ 'first' => 'Först',
+ 'first_name' => 'Förnamn',
'license' => 'Licens',
'license_report' => 'Licensrapport',
'licenses_available' => 'Tillgängliga licenser',
@@ -221,8 +212,8 @@ return [
'no' => 'Nej',
'notes' => 'Anteckningar',
'note_added' => 'Notering tillagd',
- 'options' => 'Options',
- 'preview' => 'Preview',
+ 'options' => 'Alternativ',
+ 'preview' => 'Förhandsvisa',
'add_note' => 'Lägg till notering',
'note_edited' => 'Notering redigerad',
'edit_note' => 'Redigera notering',
@@ -311,7 +302,6 @@ return [
'type' => 'Typ',
'undeployable' => 'Otillgängliga tillgångar',
'unknown_admin' => 'Okänd Administratör',
- 'username_format' => 'Användarnamnsformat',
'username' => 'Användarnamn',
'update' => 'Uppdatera',
'updating_item' => 'Uppdaterar :item',
@@ -586,18 +576,40 @@ return [
// Add form placeholders here
'placeholders' => [
- 'notes' => 'Add a note',
+ 'notes' => 'Lägg till en anteckning',
],
'breadcrumb_button_actions' => [
- 'edit_item' => 'Edit :name',
+ 'edit_item' => 'Ändra :name',
'checkout_item' => 'Checkout :name',
'checkin_item' => 'Checkin :name',
],
- 'select_all_none' => 'Select/Unselect All',
- 'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
- 'deleted_models' => 'Deleted Asset Models',
- 'deleted_users' => 'Deleted Users',
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
+ 'select_all_none' => 'Markera/Avmarkera alla',
+ 'generic_model_not_found' => ':model hittades inte eller så har du inte behörighet att komma åt den',
+ 'deleted_models' => 'Raderade tillgångsmodeller',
+ 'deleted_users' => 'Raderade användare',
+ 'cost_each' => ':amount styck',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/sv-SE/localizations.php b/resources/lang/sv-SE/localizations.php
index 09e3f7789..70e7859a0 100644
--- a/resources/lang/sv-SE/localizations.php
+++ b/resources/lang/sv-SE/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malajiska',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongoliska',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norsk bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persiska',
'pl-PL'=> 'Polska',
diff --git a/resources/lang/sv-SE/mail.php b/resources/lang/sv-SE/mail.php
index 579e49c64..7c9cc4b80 100644
--- a/resources/lang/sv-SE/mail.php
+++ b/resources/lang/sv-SE/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Min. antal',
'name' => 'Namn',
'new_item_checked' => 'Ett nytt objekt har blivit utcheckat i ditt namn, se detaljer nedan.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Anteckningar',
'password' => 'Lösenord',
'password_reset' => 'Lösenordsåterställning',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'Det finns :count tillgång som skall inventeras inom :threshold dagar.|Det finns :count tillgångar som skall inventeras inom :threshold dagar.',
'user' => 'Användare',
'username' => 'Användarnamn',
- 'unaccepted_asset_reminder' => 'Du har oaccepterade tillgångar.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Välkommen :name!',
'welcome_to' => 'Välkommen till :web!',
'your_assets' => 'Visa dina tillgångar',
diff --git a/resources/lang/ta-IN/admin/custom_fields/general.php b/resources/lang/ta-IN/admin/custom_fields/general.php
index 6664add25..47d0086b0 100644
--- a/resources/lang/ta-IN/admin/custom_fields/general.php
+++ b/resources/lang/ta-IN/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/ta-IN/admin/depreciations/general.php b/resources/lang/ta-IN/admin/depreciations/general.php
index cc279d568..06c904bfc 100644
--- a/resources/lang/ta-IN/admin/depreciations/general.php
+++ b/resources/lang/ta-IN/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Warning:
You do not currently have any depreciations set up.
Please set up at least one depreciation to view the depreciation report.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/ta-IN/admin/hardware/form.php b/resources/lang/ta-IN/admin/hardware/form.php
index 13a591cc6..6289f4221 100644
--- a/resources/lang/ta-IN/admin/hardware/form.php
+++ b/resources/lang/ta-IN/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Update only actual location',
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
'optional_infos' => 'Optional Information',
'order_details' => 'Order Related Information',
diff --git a/resources/lang/ta-IN/admin/hardware/message.php b/resources/lang/ta-IN/admin/hardware/message.php
index 7cb587354..17a5689d8 100644
--- a/resources/lang/ta-IN/admin/hardware/message.php
+++ b/resources/lang/ta-IN/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'சொத்து கோரப்படவில்லை, மீண்டும் முயற்சிக்கவும்',
- 'success' => 'சொத்து வெற்றிகரமாக கோரப்பட்டது.',
- 'canceled' => 'புதுப்பித்து கோரிக்கை வெற்றிகரமாக ரத்துசெய்யப்பட்டது',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Cancel this item request',
],
];
diff --git a/resources/lang/ta-IN/admin/reports/general.php b/resources/lang/ta-IN/admin/reports/general.php
index f16ca1de5..6641c6bfb 100644
--- a/resources/lang/ta-IN/admin/reports/general.php
+++ b/resources/lang/ta-IN/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'உங்கள் சொத்து அறிக்கையில் நீங்கள் விரும்பும் விருப்பங்களைத் தேர்ந்தெடுக்கவும்.',
'deleted_user' => 'Deleted user',
'send_reminder' => 'Send reminder',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Reminder sent',
'acceptance_deleted' => 'Acceptance request deleted',
'acceptance_request' => 'Acceptance request',
diff --git a/resources/lang/ta-IN/admin/settings/general.php b/resources/lang/ta-IN/admin/settings/general.php
index 9e1e3db67..236c742e8 100644
--- a/resources/lang/ta-IN/admin/settings/general.php
+++ b/resources/lang/ta-IN/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'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' => 'தனிப்பயன் CSS',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'நீங்கள் பயன்படுத்த விரும்பும் தனிப்பயன் CSS மீறல்களை உள்ளிடுக. <style></style> குறிச்சொற்களை சேர்க்க வேண்டாம்.',
'custom_forgot_pass_url' => 'Custom Password Reset URL',
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'அட்டவணை பார்வையில் EOL காட்டவும்',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => '1D பார்கோடு காட்டவும்',
- 'email_logo' => 'Email Logo',
'barcode_type' => '2 டி பார்கோடு வகை',
'alt_barcode_type' => '1 டி பார்கோடு வகை',
- 'email_logo_size' => 'Square logos in email look best. ',
'enabled' => 'Enabled',
'eula_settings' => 'EULA அமைப்புகள்',
'eula_markdown' => 'இந்த EULA கிட் ருசியான மார்க் டவுன் 12335_1_321 ஐ அனுமதிக்கிறது.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favicons should be square images, 16x16 pixels.',
'footer_text' => 'Additional Footer Text ',
'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'பொது அமைப்புகள்',
'general_settings_help' => 'Default EULA and more',
'generate_backup' => 'காப்பு உருவாக்குதல்',
'google_workspaces' => 'Google Workspaces',
'header_color' => 'தலைப்பு வண்ணம்',
'info' => 'உங்கள் நிறுவலின் சில அம்சங்களைத் தனிப்பயனாக்க இந்த அமைப்புகள் உங்களை அனுமதிக்கின்றன.',
- 'label_logo' => 'Label Logo',
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'லாரேவல் பதிப்பு',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'LDAP பதிப்பு',
'ldap_active_flag' => 'LDAP செயலில் கொடி',
'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. It does not affect the ability to check items in or out to them, and should be the attribute name within your AD/LDAP, not the value.
If this field is set to a field name that does not exist in your AD/LDAP, or the value in the AD/LDAP field is set to 0
or false
, user login will be disabled. If the value in the AD/LDAP field is set to 1
or true
or any other text means the user can log in. When the field is blank in your AD, we respect the userAccountControl
attribute, which usually allows non-suspended users to log in.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'LDAP பணியாளர் எண்',
'ldap_email' => 'LDAP மின்னஞ்சல்',
'ldap_test' => 'Test LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User Agent',
'login_help' => 'List of attempted logins',
'login_note' => 'குறிப்பு குறிப்பு',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'விருப்பமாக உங்கள் உள்நுழைவுத் திரையில் சில விதிமுறைகளைச் சேர்க்கலாம், உதாரணமாக இழந்த அல்லது களவாடப்பட்ட சாதனத்தை கண்டறிந்தவர்களுக்கு உதவவும். இந்த புலம் ஜி.ஐ.டி ருசியான மார்க் டவுன் ஐ ஏற்றுக்கொள்கிறது',
'login_remote_user_text' => 'Remote User login options',
'login_remote_user_enabled_text' => 'Enable Login with Remote User Header',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'full_multiple_companies_support_help_text' => 'தங்கள் நிறுவனத்தின் சொத்துக்களுக்கு நிறுவனங்களுக்கு ஒதுக்கப்பட்டுள்ள பயனர்களை (நிர்வாகிகள் உட்பட) கட்டுப்படுத்துதல்.',
'full_multiple_companies_support_text' => 'முழு பல நிறுவனங்கள் ஆதரவு',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Show in Model Dropdowns',
'optional' => 'விருப்ப',
'per_page' => 'பக்கம் ஒன்றுக்கு முடிவு',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Next: Create User',
'ldap_settings_link' => 'LDAP Settings Page',
'slack_test' => 'Test Integration',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'New Label Engine',
'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.',
'label2_template' => 'Template',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Field Definitions',
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Text entered as **text**
will be displayed as bold',
'help_blank_to_use' => 'Leave blank to use the value from :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
.
Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see the documentation for more details. ',
@@ -378,15 +385,70 @@ return [
'database_driver' => 'Database Driver',
'bs_table_storage' => 'Table Storage',
'timezone' => 'Timezone',
+ 'test_mail' => 'Test Mail',
'profile_edit' => 'Edit Profile',
'profile_edit_help' => 'Allow users to edit their own profiles.',
- 'default_avatar' => 'Upload custom default avatar',
+ 'default_avatar' => 'Custom Default Avatar',
'default_avatar_help' => 'This image will be displayed as a profile if a user does not have a profile photo.',
'restore_default_avatar' => 'Restore original system default avatar',
'restore_default_avatar_help' => '',
'due_checkin_days' => 'Due For Checkin Warning',
'due_checkin_days_help' => 'How many days before the expected checkin of an asset should it be listed in the "Due for checkin" page?',
'no_groups' => 'No groups have been created yet. Visit Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'பயனர்பெயர் வடிவமைப்பு',
+ 'firstname_lastname_format' => 'முதல் பெயர் கடைசி பெயர் (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'மின்னஞ்சல் வடிவமைப்பு',
+ 'firstname_lastname_format' => 'முதல் பெயர் கடைசி பெயர் (jane.smith@example.com)',
+ 'first_name_format' => 'முதல் பெயர் (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'முதல் தொடக்க கடைசி பெயர் (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'முதல் பெயர் கடைசி பெயர் (jane.smith@example.com)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Email Logo',
+ 'label_logo' => 'Label Logo',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Square logos in email look best. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'சின்னம்',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/ta-IN/admin/settings/message.php b/resources/lang/ta-IN/admin/settings/message.php
index 2be88871e..39bde94f4 100644
--- a/resources/lang/ta-IN/admin/settings/message.php
+++ b/resources/lang/ta-IN/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Something went wrong. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/ta-IN/auth.php b/resources/lang/ta-IN/auth.php
index 5346ff749..b319b97c6 100644
--- a/resources/lang/ta-IN/auth.php
+++ b/resources/lang/ta-IN/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'இந்த விவரங்கள் எங்கள் பதிவுகளுடன் பொருந்தவில்லை.',
'password' => 'உள்ளிடப்பட்ட கடவுச்சொல் தவறானது.',
- 'throttle' => 'பல உள்நுழைவு முயற்சிகள். தயவுசெய்து மீண்டும் :seconds விநாடிகள் கழித்து முயற்சிக்கவும்.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/ta-IN/auth/message.php b/resources/lang/ta-IN/auth/message.php
index 9eded8b32..d85f3d0ba 100644
--- a/resources/lang/ta-IN/auth/message.php
+++ b/resources/lang/ta-IN/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'பயனர் பெயர் அல்லது கடவுச்சொல் தவறானது.',
'account_not_activated' => 'இந்த பயனர் கணக்கு செயல்படுத்தப்படவில்லை.',
'account_suspended' => 'இந்த பயனர் கணக்கு இடைநீக்கம் செய்யப்பட்டுள்ளது.',
- 'account_banned' => 'இந்த பயனர் கணக்கு தடைசெய்யப்பட்டுள்ளது.',
- 'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
'two_factor' => array(
'already_enrolled' => 'Your device is already enrolled.',
diff --git a/resources/lang/ta-IN/general.php b/resources/lang/ta-IN/general.php
index 501bdc74b..80232b183 100644
--- a/resources/lang/ta-IN/general.php
+++ b/resources/lang/ta-IN/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'சொத்துக்களை ஒப்புக்கொள்',
'accept_item' => 'Accept Item',
'audit' => 'தணிக்கை',
+ 'audits' => 'Audits',
'audit_report' => 'தணிக்கைப் பதிவு',
'assets' => 'சொத்துக்கள்',
'assets_audited' => 'தணிக்கை செய்யப்பட்ட பொருள்கள்',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'கடவுச்சொல்லை மாற்று',
'checkin' => 'புதுப்பிப்பது',
'checkin_from' => 'இருந்து சரிபார்க்கவும்',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'வெளியேறுதல்',
'checkouts_count' => 'Checkouts',
'checkins_count' => 'Checkins',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'உங்கள் சுயவிவரம் திருத்தவும்',
'eol' => ', EOL',
'email_domain' => 'மின்னஞ்சல் டொமைன்',
- 'email_format' => 'மின்னஞ்சல் வடிவமைப்பு',
'employee_number' => 'Employee Number',
'email_domain_help' => 'இறக்குமதி செய்யும் போது மின்னஞ்சல் முகவரிகள் உருவாக்க இது பயன்படுகிறது',
'error' => 'Error',
'exclude_archived' => 'Exclude Archived Assets',
'exclude_deleted' => 'Exclude Deleted Assets',
'example' => 'Example: ',
- 'filastname_format' => 'முதல் தொடக்க கடைசி பெயர் (jsmith@example.com)',
- 'firstname_lastname_format' => 'முதல் பெயர் கடைசி பெயர் (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'முதல் பெயர் கடைசி பெயர் (jane.smith@example.com)',
- 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'First Initial Last Name (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
- 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
- 'name_display_format' => 'Name Display Format',
- 'first' => 'முதல்',
- 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
- 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
- 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
- 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'முதல் பெயர்',
- 'first_name_format' => 'முதல் பெயர் (jane@example.com)',
+
'files' => 'Files',
'file_name' => 'கோப்பு',
'file_type' => 'File Type',
@@ -183,6 +169,11 @@ return [
'last' => 'கடந்த',
'last_login' => 'கடைசி தேதி',
'last_name' => 'கடைசி பெயர்',
+ 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
+ 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
+ 'name_display_format' => 'Name Display Format',
+ 'first' => 'முதல்',
+ 'first_name' => 'முதல் பெயர்',
'license' => 'உரிமம்',
'license_report' => 'உரிமம் அறிக்கை',
'licenses_available' => 'Licenses available',
@@ -311,7 +302,6 @@ return [
'type' => 'வகை',
'undeployable' => 'அன்-அணியப்படுத்தக்',
'unknown_admin' => 'அறியப்படாத நிர்வாகம்',
- 'username_format' => 'பயனர்பெயர் வடிவமைப்பு',
'username' => 'பயனர்பெயர்',
'update' => 'புதுப்பிக்கப்பட்டது',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/ta-IN/localizations.php b/resources/lang/ta-IN/localizations.php
index fdca1532b..827ed4fca 100644
--- a/resources/lang/ta-IN/localizations.php
+++ b/resources/lang/ta-IN/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malay',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolian',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persian',
'pl-PL'=> 'Polish',
diff --git a/resources/lang/ta-IN/mail.php b/resources/lang/ta-IN/mail.php
index 9f63cd9ac..76413a2cd 100644
--- a/resources/lang/ta-IN/mail.php
+++ b/resources/lang/ta-IN/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'குறைந்தது QTY',
'name' => 'பெயர்',
'new_item_checked' => 'உங்கள் பெயரில் ஒரு புதிய உருப்படி சோதிக்கப்பட்டது, விவரங்கள் கீழே உள்ளன.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'குறிப்புக்கள்',
'password' => 'கடவுச்சொல்',
'password_reset' => 'கடவுச்சொல்லை மீட்டமை',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.',
'user' => 'பயனர்',
'username' => 'பயனர்பெயர்',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'வரவேற்பு: பெயர்',
'welcome_to' => 'வரவேற்கிறோம்: வலை!',
'your_assets' => 'View Your Assets',
diff --git a/resources/lang/th-TH/admin/custom_fields/general.php b/resources/lang/th-TH/admin/custom_fields/general.php
index 7cc102a53..da24d27b9 100644
--- a/resources/lang/th-TH/admin/custom_fields/general.php
+++ b/resources/lang/th-TH/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/th-TH/admin/depreciations/general.php b/resources/lang/th-TH/admin/depreciations/general.php
index f5156f60f..dfe5f809b 100644
--- a/resources/lang/th-TH/admin/depreciations/general.php
+++ b/resources/lang/th-TH/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Warning:
You do not currently have any depreciations set up.
Please set up at least one depreciation to view the depreciation report.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/th-TH/admin/hardware/form.php b/resources/lang/th-TH/admin/hardware/form.php
index c43e13d62..afe121661 100644
--- a/resources/lang/th-TH/admin/hardware/form.php
+++ b/resources/lang/th-TH/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Update only actual location',
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
'optional_infos' => 'Optional Information',
'order_details' => 'Order Related Information',
diff --git a/resources/lang/th-TH/admin/hardware/message.php b/resources/lang/th-TH/admin/hardware/message.php
index 2b6857566..789a9ab51 100644
--- a/resources/lang/th-TH/admin/hardware/message.php
+++ b/resources/lang/th-TH/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'ไม่ได้ร้องขอเนื้อหาโปรดลองอีกครั้ง',
- 'success' => 'ขอรับสินทรัพย์สำเร็จแล้ว',
- 'canceled' => 'ยกเลิกคำขอชำระเงินเรียบร้อยแล้ว',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Cancel this item request',
],
];
diff --git a/resources/lang/th-TH/admin/reports/general.php b/resources/lang/th-TH/admin/reports/general.php
index 0a12b7391..58c260c9d 100644
--- a/resources/lang/th-TH/admin/reports/general.php
+++ b/resources/lang/th-TH/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'เลือกออฟชั่นสำหรับรายงานสินทรัพย์ที่คุณต้องการ',
'deleted_user' => 'Deleted user',
'send_reminder' => 'Send reminder',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Reminder sent',
'acceptance_deleted' => 'Acceptance request deleted',
'acceptance_request' => 'Acceptance request',
diff --git a/resources/lang/th-TH/admin/settings/general.php b/resources/lang/th-TH/admin/settings/general.php
index 088364c62..5c568e250 100644
--- a/resources/lang/th-TH/admin/settings/general.php
+++ b/resources/lang/th-TH/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'ยืนยัน 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' => 'กำหนด CSS เอง',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'ระบุการกำหนด CSS ที่คุณต้องการใช้แทน ห้ามรวม tags นี้ <style></style>',
'custom_forgot_pass_url' => 'URL รีเซ็ตรหัสผ่านที่กำหนดเอง',
'custom_forgot_pass_url_help' => 'การทำเช่นนี้จะแทนที่ URL ของรหัสผ่านที่ลืมอยู่ภายในในหน้าจอการเข้าสู่ระบบซึ่งเป็นประโยชน์ในการแนะนำให้ผู้ใช้สามารถกำหนดรหัสผ่าน LDAP หรือใช้งานภายในได้ จะปิดการใช้งานฟังก์ชันรหัสผ่านลืมรหัสผ่านของผู้ใช้ภายในเครื่องได้อย่างมีประสิทธิภาพ',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'ดู EOL ในแบบตาราง',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => 'แสดงบาร์โค้ด 1D',
- 'email_logo' => 'โลโก้อีเมล',
'barcode_type' => 'ประเภทบาร์โค้ด 2D',
'alt_barcode_type' => 'บาร์โค้ด 1D',
- 'email_logo_size' => 'Square logos in email look best. ',
'enabled' => 'Enabled',
'eula_settings' => 'ตั้งค่าข้อตกลงการใช้งาน',
'eula_markdown' => 'อนุญาต EULA นี้ Github flavored markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favicons should be square images, 16x16 pixels.',
'footer_text' => 'ข้อความส่วนท้ายเพิ่มเติม ',
'footer_text_help' => 'ข้อความนี้จะปรากฏในส่วนท้ายด้านขวา ลิงค์ได้รับอนุญาตให้ใช้เครื่องหมาย Github รสการแบ่งบรรทัดส่วนหัวภาพ ฯลฯ อาจส่งผลให้ไม่อาจคาดเดาได้',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'การตั้งค่าทั่วไป',
'general_settings_help' => 'Default EULA and more',
'generate_backup' => 'สร้างการสำรองข้อมูล',
'google_workspaces' => 'Google Workspaces',
'header_color' => 'สีส่วนหัว',
'info' => 'การตั้งค่าเหล่านี้ช่วยให้คุณสามารถปรับแต่งลักษณะบางอย่าง',
- 'label_logo' => 'โลโก้ฉลาก',
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'เวอร์ชั่น Laravel',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'เวอร์ชัน LDAP',
'ldap_active_flag' => 'LDAP Active Flag',
'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. It does not affect the ability to check items in or out to them, and should be the attribute name within your AD/LDAP, not the value.
If this field is set to a field name that does not exist in your AD/LDAP, or the value in the AD/LDAP field is set to 0
or false
, user login will be disabled. If the value in the AD/LDAP field is set to 1
or true
or any other text means the user can log in. When the field is blank in your AD, we respect the userAccountControl
attribute, which usually allows non-suspended users to log in.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'หมายเลขพนักงานของ LDAP',
'ldap_email' => 'อีเมล LDAP',
'ldap_test' => 'Test LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User Agent',
'login_help' => 'List of attempted logins',
'login_note' => 'เข้าสู่ระบบหมายเหตุ',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'คุณสามารถเลือกไม่กี่ประโยคในหน้าจอการเข้าสู่ระบบของคุณเช่นช่วยผู้ที่พบอุปกรณ์สูญหายหรือถูกขโมย ฟิลด์นี้ยอมรับเครื่องหมายการค้าที่มีรสปรุงรส Github',
'login_remote_user_text' => 'ตัวเลือกการล็อกอินของผู้ใช้ระยะไกล',
'login_remote_user_enabled_text' => 'เปิดใช้งานการเข้าสู่ระบบด้วย User Header ระยะไกล',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'ใช้ตราสินค้าบนสินทรัพย์สามารถพิมพ์รายการ ',
'full_multiple_companies_support_help_text' => 'จำกัด ผู้ใช้ (รวมทั้งผู้ดูแลระบบ) ที่มอบหมายให้ บริษัท ไปยังสินทรัพย์ของ บริษัท',
'full_multiple_companies_support_text' => 'การสนับสนุนหลาย บริษัท',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'แสดงใน Dropdown แบบจำลอง',
'optional' => 'ออฟชั่นเสริม',
'per_page' => 'ผลการค้นหาต่อหน้า',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Next: Create User',
'ldap_settings_link' => 'LDAP Settings Page',
'slack_test' => 'Test Integration',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'New Label Engine',
'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.',
'label2_template' => 'Template',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Field Definitions',
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Text entered as **text**
will be displayed as bold',
'help_blank_to_use' => 'Leave blank to use the value from :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
.
Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see the documentation for more details. ',
@@ -378,15 +385,70 @@ return [
'database_driver' => 'Database Driver',
'bs_table_storage' => 'Table Storage',
'timezone' => 'Timezone',
+ 'test_mail' => 'Test Mail',
'profile_edit' => 'Edit Profile',
'profile_edit_help' => 'Allow users to edit their own profiles.',
- 'default_avatar' => 'Upload custom default avatar',
+ 'default_avatar' => 'Custom Default Avatar',
'default_avatar_help' => 'This image will be displayed as a profile if a user does not have a profile photo.',
'restore_default_avatar' => 'Restore original system default avatar',
'restore_default_avatar_help' => '',
'due_checkin_days' => 'Due For Checkin Warning',
'due_checkin_days_help' => 'How many days before the expected checkin of an asset should it be listed in the "Due for checkin" page?',
'no_groups' => 'No groups have been created yet. Visit Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'รูปแบบชื่อผู้ใช้',
+ 'firstname_lastname_format' => 'ชื่อนามสกุล (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'รูปแบบอีเมล',
+ 'firstname_lastname_format' => 'ชื่อนามสกุล (jane.smith@example.com)',
+ 'first_name_format' => 'ชื่อ (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'ชื่อย่อครั้งแรก (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'นามสกุล ชื่อ Initial (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'ชื่อนามสกุล (jane.smith@example.com)',
+ 'firstinitial.lastname' => 'อักษรต้นชื่อ นามสกุล (j.smith@example.com)',
+ 'lastname_firstinitial' => 'นามสกุล อักษรต้นชื่อ (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'ชื่อ นามสกุล (janesmith@example.com)',
+ 'firstnamelastinitial' => 'ชื่อ อักษรต้นนามสกุล (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'โลโก้อีเมล',
+ 'label_logo' => 'โลโก้ฉลาก',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Square logos in email look best. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'โลโก้',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/th-TH/admin/settings/message.php b/resources/lang/th-TH/admin/settings/message.php
index 8296eebee..c5a1cb8fe 100644
--- a/resources/lang/th-TH/admin/settings/message.php
+++ b/resources/lang/th-TH/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Something went wrong. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/th-TH/auth.php b/resources/lang/th-TH/auth.php
index 5f94046f1..63f8a24a8 100644
--- a/resources/lang/th-TH/auth.php
+++ b/resources/lang/th-TH/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'ข้อมูลที่ใช้ในการยืนยันตัวตนไม่ถูกต้อง',
'password' => 'รหัสผ่านนี้ไม่ถูกต้อง',
- 'throttle' => 'คุณได้พยายามเข้าระบบหลายครั้งเกินไป กรุณาลองใหม่ใน :seconds วินาทีข้างหน้า.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/th-TH/auth/message.php b/resources/lang/th-TH/auth/message.php
index d381e209e..823355255 100644
--- a/resources/lang/th-TH/auth/message.php
+++ b/resources/lang/th-TH/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'บัญชีผู้ใช้งาน หรือรหัสผ่าน ไม่ถูกต้อง',
'account_not_activated' => 'ชื่อผู้ใช้นี้ยังไม่ได้ทำการเปิดใช้งาน',
'account_suspended' => 'บัญชีผู้ใช้นี้ถูกระงับการใช้งาน',
- 'account_banned' => 'บัญชีผู้ใช้นี้ถูกห้ามใช้งาน',
- 'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
'two_factor' => array(
'already_enrolled' => 'Your device is already enrolled.',
diff --git a/resources/lang/th-TH/general.php b/resources/lang/th-TH/general.php
index 1534652e6..bef6c733a 100644
--- a/resources/lang/th-TH/general.php
+++ b/resources/lang/th-TH/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'ยอมรับสินทรัพย์',
'accept_item' => 'Accept Item',
'audit' => 'การตรวจสอบบัญชี',
+ 'audits' => 'Audits',
'audit_report' => 'บันทึกการตรวจสอบ',
'assets' => 'ทรัพย์สิน',
'assets_audited' => 'สินทรัพย์ถูกตรวจสอแล้ว',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'เปลี่ยนรหัสผ่าน',
'checkin' => 'เช็คอิน',
'checkin_from' => 'เช็คอินจาก',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'เช็คเอาท์',
'checkouts_count' => 'เช็คเอาท์',
'checkins_count' => 'เช็คอิน',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'แก้ไขโปรไฟล์ของคุณ',
'eol' => 'อายุการใช้งาน',
'email_domain' => 'โดเมนอีเมล',
- 'email_format' => 'รูปแบบอีเมล',
'employee_number' => 'หมายเลขพนักงาน',
'email_domain_help' => 'ใช้เพื่อสร้างที่อยู่อีเมลเมื่อนำเข้า',
'error' => 'Error',
'exclude_archived' => 'Exclude Archived Assets',
'exclude_deleted' => 'Exclude Deleted Assets',
'example' => 'ตัวอย่าง: ',
- 'filastname_format' => 'ชื่อย่อครั้งแรก (jsmith@example.com)',
- 'firstname_lastname_format' => 'ชื่อนามสกุล (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'ชื่อนามสกุล (jane.smith@example.com)',
- 'lastnamefirstinitial_format' => 'นามสกุล ชื่อ Initial (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'อักษรต้นชื่อ.นามสกุล (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
- 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
- 'name_display_format' => 'Name Display Format',
- 'first' => 'เริ่ม',
- 'firstnamelastname' => 'ชื่อ นามสกุล (janesmith@example.com)',
- 'lastname_firstinitial' => 'นามสกุล อักษรต้นชื่อ (smith_j@example.com)',
- 'firstinitial.lastname' => 'อักษรต้นชื่อ นามสกุล (j.smith@example.com)',
- 'firstnamelastinitial' => 'ชื่อ อักษรต้นนามสกุล (janes@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'ชื่อจริง',
- 'first_name_format' => 'ชื่อ (jane@example.com)',
+
'files' => 'ไฟล์',
'file_name' => 'ไฟล์',
'file_type' => 'ชนิดไฟล์',
@@ -183,6 +169,11 @@ return [
'last' => 'สุดท้าย',
'last_login' => 'เข้าสู่ระบบครั้งล่าสุด',
'last_name' => 'นามสกุล',
+ 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
+ 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
+ 'name_display_format' => 'Name Display Format',
+ 'first' => 'เริ่ม',
+ 'first_name' => 'ชื่อจริง',
'license' => 'ลิขสิทธิ์',
'license_report' => 'รายงานลิขสิทธิ์',
'licenses_available' => 'Licenses available',
@@ -311,7 +302,6 @@ return [
'type' => 'ประเภท',
'undeployable' => 'ไม่สามารถใช้งานได้',
'unknown_admin' => 'ผู้ดูแลระบบที่ไม่รู้จัก',
- 'username_format' => 'รูปแบบชื่อผู้ใช้',
'username' => 'ชื่อผู้ใช้งาน',
'update' => 'ปรับปรุง',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/th-TH/localizations.php b/resources/lang/th-TH/localizations.php
index fdca1532b..827ed4fca 100644
--- a/resources/lang/th-TH/localizations.php
+++ b/resources/lang/th-TH/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malay',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolian',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persian',
'pl-PL'=> 'Polish',
diff --git a/resources/lang/th-TH/mail.php b/resources/lang/th-TH/mail.php
index d720d835e..6fe3e6462 100644
--- a/resources/lang/th-TH/mail.php
+++ b/resources/lang/th-TH/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Min QTY',
'name' => 'ชื่อ',
'new_item_checked' => 'รายการใหม่ได้รับการตรวจสอบภายใต้ชื่อของคุณแล้วรายละเอียดมีดังนี้',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'จดบันทึก',
'password' => 'รหัสผ่าน',
'password_reset' => 'รีเซ็ตรหัสผ่าน',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.',
'user' => 'ผู้ใช้งาน',
'username' => 'ชื่อผู้ใช้',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'ยินดีต้อนรับ: ชื่อ',
'welcome_to' => 'ยินดีต้อนรับสู่: web!',
'your_assets' => 'ดูสินทรัพย์ที่มี',
diff --git a/resources/lang/tl-PH/admin/custom_fields/general.php b/resources/lang/tl-PH/admin/custom_fields/general.php
index f17eedda1..c9ae61c96 100644
--- a/resources/lang/tl-PH/admin/custom_fields/general.php
+++ b/resources/lang/tl-PH/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/tl-PH/admin/depreciations/general.php b/resources/lang/tl-PH/admin/depreciations/general.php
index 1a5666f9d..4a9a9b8cd 100644
--- a/resources/lang/tl-PH/admin/depreciations/general.php
+++ b/resources/lang/tl-PH/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Warning:
You do not currently have any depreciations set up.
Please set up at least one depreciation to view the depreciation report.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/tl-PH/admin/hardware/form.php b/resources/lang/tl-PH/admin/hardware/form.php
index f4ae70a62..60d89181f 100644
--- a/resources/lang/tl-PH/admin/hardware/form.php
+++ b/resources/lang/tl-PH/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Update only actual location',
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
'optional_infos' => 'Optional Information',
'order_details' => 'Order Related Information',
diff --git a/resources/lang/tl-PH/admin/hardware/message.php b/resources/lang/tl-PH/admin/hardware/message.php
index 605c1fe23..c19bc6364 100644
--- a/resources/lang/tl-PH/admin/hardware/message.php
+++ b/resources/lang/tl-PH/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Asset was not requested, please try again',
- 'success' => 'Asset requested successfully.',
- 'canceled' => 'Checkout request successfully canceled',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Cancel this item request',
],
];
diff --git a/resources/lang/tl-PH/admin/reports/general.php b/resources/lang/tl-PH/admin/reports/general.php
index ea22b07df..ed8bf1a15 100644
--- a/resources/lang/tl-PH/admin/reports/general.php
+++ b/resources/lang/tl-PH/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Select the options you want for your asset report.',
'deleted_user' => 'Deleted user',
'send_reminder' => 'Send reminder',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Reminder sent',
'acceptance_deleted' => 'Acceptance request deleted',
'acceptance_request' => 'Acceptance request',
diff --git a/resources/lang/tl-PH/admin/settings/general.php b/resources/lang/tl-PH/admin/settings/general.php
index de012b899..cf647f67d 100644
--- a/resources/lang/tl-PH/admin/settings/general.php
+++ b/resources/lang/tl-PH/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'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',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.',
'custom_forgot_pass_url' => 'Custom Password Reset URL',
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Display EOL in table view',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => 'Display 1D barcode',
- 'email_logo' => 'Email Logo',
'barcode_type' => '2D Barcode Type',
'alt_barcode_type' => '1D barcode type',
- 'email_logo_size' => 'Square logos in email look best. ',
'enabled' => 'Enabled',
'eula_settings' => 'EULA Settings',
'eula_markdown' => 'This EULA allows Github flavored markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favicons should be square images, 16x16 pixels.',
'footer_text' => 'Additional Footer Text ',
'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'General Settings',
'general_settings_help' => 'Default EULA and more',
'generate_backup' => 'Generate Backup',
'google_workspaces' => 'Google Workspaces',
'header_color' => 'Header Color',
'info' => 'These settings let you customize certain aspects of your installation.',
- 'label_logo' => 'Label Logo',
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'Laravel Version',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'LDAP Version',
'ldap_active_flag' => 'LDAP Active Flag',
'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. It does not affect the ability to check items in or out to them, and should be the attribute name within your AD/LDAP, not the value.
If this field is set to a field name that does not exist in your AD/LDAP, or the value in the AD/LDAP field is set to 0
or false
, user login will be disabled. If the value in the AD/LDAP field is set to 1
or true
or any other text means the user can log in. When the field is blank in your AD, we respect the userAccountControl
attribute, which usually allows non-suspended users to log in.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'LDAP Employee Number',
'ldap_email' => 'LDAP Email',
'ldap_test' => 'Test LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User Agent',
'login_help' => 'List of attempted logins',
'login_note' => 'Login Note',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown',
'login_remote_user_text' => 'Remote User login options',
'login_remote_user_enabled_text' => 'Enable Login with Remote User Header',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'full_multiple_companies_support_help_text' => 'Restricting users (including admins) assigned to companies to their company\'s assets.',
'full_multiple_companies_support_text' => 'Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Show in Model Dropdowns',
'optional' => 'optional',
'per_page' => 'Results Per Page',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Next: Create User',
'ldap_settings_link' => 'LDAP Settings Page',
'slack_test' => 'Test Integration',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'New Label Engine',
'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.',
'label2_template' => 'Template',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Field Definitions',
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Text entered as **text**
will be displayed as bold',
'help_blank_to_use' => 'Leave blank to use the value from :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
.
Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see the documentation for more details. ',
@@ -378,15 +385,70 @@ return [
'database_driver' => 'Database Driver',
'bs_table_storage' => 'Table Storage',
'timezone' => 'Timezone',
+ 'test_mail' => 'Test Mail',
'profile_edit' => 'Edit Profile',
'profile_edit_help' => 'Allow users to edit their own profiles.',
- 'default_avatar' => 'Upload custom default avatar',
+ 'default_avatar' => 'Custom Default Avatar',
'default_avatar_help' => 'This image will be displayed as a profile if a user does not have a profile photo.',
'restore_default_avatar' => 'Restore original system default avatar',
'restore_default_avatar_help' => '',
'due_checkin_days' => 'Due For Checkin Warning',
'due_checkin_days_help' => 'How many days before the expected checkin of an asset should it be listed in the "Due for checkin" page?',
'no_groups' => 'No groups have been created yet. Visit Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Username Format',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Email Format',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
+ 'first_name_format' => 'First Name (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Email Logo',
+ 'label_logo' => 'Label Logo',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Square logos in email look best. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/tl-PH/admin/settings/message.php b/resources/lang/tl-PH/admin/settings/message.php
index 9be290174..8d9b40e95 100644
--- a/resources/lang/tl-PH/admin/settings/message.php
+++ b/resources/lang/tl-PH/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Something went wrong. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/tl-PH/auth.php b/resources/lang/tl-PH/auth.php
index db310aa1b..14d8acfce 100644
--- a/resources/lang/tl-PH/auth.php
+++ b/resources/lang/tl-PH/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
- 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/tl-PH/auth/message.php b/resources/lang/tl-PH/auth/message.php
index 588c9069c..08f638d05 100644
--- a/resources/lang/tl-PH/auth/message.php
+++ b/resources/lang/tl-PH/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'The username or password is incorrect.',
'account_not_activated' => 'This user account is not activated.',
'account_suspended' => 'This user account is suspended.',
- 'account_banned' => 'This user account is banned.',
- 'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
'two_factor' => array(
'already_enrolled' => 'Your device is already enrolled.',
diff --git a/resources/lang/tl-PH/general.php b/resources/lang/tl-PH/general.php
index a2f4dc8c8..dd59ab337 100644
--- a/resources/lang/tl-PH/general.php
+++ b/resources/lang/tl-PH/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Accept Assets',
'accept_item' => 'Accept Item',
'audit' => 'Audit',
+ 'audits' => 'Audits',
'audit_report' => 'Audit Log',
'assets' => 'Assets',
'assets_audited' => 'assets audited',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Change Password',
'checkin' => 'Checkin',
'checkin_from' => 'Checkin from',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Checkout',
'checkouts_count' => 'Checkouts',
'checkins_count' => 'Checkins',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Edit Your Profile',
'eol' => 'EOL',
'email_domain' => 'Email Domain',
- 'email_format' => 'Email Format',
'employee_number' => 'Employee Number',
'email_domain_help' => 'This is used to generate email addresses when importing',
'error' => 'Error',
'exclude_archived' => 'Exclude Archived Assets',
'exclude_deleted' => 'Exclude Deleted Assets',
'example' => 'Example: ',
- 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
- 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'First Initial Last Name (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
- 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
- 'name_display_format' => 'Name Display Format',
- 'first' => 'First',
- 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
- 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
- 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
- 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'First Name',
- 'first_name_format' => 'First Name (jane@example.com)',
+
'files' => 'Files',
'file_name' => 'File',
'file_type' => 'File Type',
@@ -183,6 +169,11 @@ return [
'last' => 'Last',
'last_login' => 'Last Login',
'last_name' => 'Last Name',
+ 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
+ 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
+ 'name_display_format' => 'Name Display Format',
+ 'first' => 'First',
+ 'first_name' => 'First Name',
'license' => 'License',
'license_report' => 'License Report',
'licenses_available' => 'Licenses available',
@@ -311,7 +302,6 @@ return [
'type' => 'Type',
'undeployable' => 'Un-deployable',
'unknown_admin' => 'Unknown Admin',
- 'username_format' => 'Username Format',
'username' => 'Username',
'update' => 'I-update',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/tl-PH/localizations.php b/resources/lang/tl-PH/localizations.php
index fdca1532b..827ed4fca 100644
--- a/resources/lang/tl-PH/localizations.php
+++ b/resources/lang/tl-PH/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malay',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolian',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persian',
'pl-PL'=> 'Polish',
diff --git a/resources/lang/tl-PH/mail.php b/resources/lang/tl-PH/mail.php
index b0ca4ffcb..a8ee6c3eb 100644
--- a/resources/lang/tl-PH/mail.php
+++ b/resources/lang/tl-PH/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Min QTY',
'name' => 'Ngalan',
'new_item_checked' => 'A new item has been checked out under your name, details are below.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Ang mga Palatandaan',
'password' => 'Password',
'password_reset' => 'Password Reset',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.',
'user' => 'User',
'username' => 'Username',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Welcome :name',
'welcome_to' => 'Welcome to :web!',
'your_assets' => 'View Your Assets',
diff --git a/resources/lang/tr-TR/admin/custom_fields/general.php b/resources/lang/tr-TR/admin/custom_fields/general.php
index 3f6dcd72c..d66cc5fd5 100644
--- a/resources/lang/tr-TR/admin/custom_fields/general.php
+++ b/resources/lang/tr-TR/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'Bu alan şifrelendiğinden bazı görüntüleme seçenekleri kullanılamayacaktır.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/tr-TR/admin/depreciations/general.php b/resources/lang/tr-TR/admin/depreciations/general.php
index 2f89d086c..0956eb2f4 100644
--- a/resources/lang/tr-TR/admin/depreciations/general.php
+++ b/resources/lang/tr-TR/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Uyarı:
Şu anda ayarlanmış herhangi bir amortismanınız yok.
Amortisman raporunu görüntülemek için lütfen en az bir amortisman ayarlayın.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/tr-TR/admin/hardware/form.php b/resources/lang/tr-TR/admin/hardware/form.php
index 43bb97eb0..bbaf33785 100644
--- a/resources/lang/tr-TR/admin/hardware/form.php
+++ b/resources/lang/tr-TR/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Sadece geçerli konumu güncelle',
'asset_not_deployable' => 'Bu demirbaş dağıtılabilir durumda değil. Çıkışı yapılamaz.',
'asset_not_deployable_checkin' => 'Varlık bu durumdayken dağıtılamaz. Bu durum etiketini kullanmak varlığı giriş yaptıracaktır.',
- 'asset_deployable' => 'Bu demirbaş dağıtılabilir durumda. Çıkışı yapılabilir.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'İşleniyor... (Büyük dosyalarda bu işlem biraz zaman alabilir)',
'optional_infos' => 'Opsiyonel Bilgi',
'order_details' => 'Sipariş Bilgileri',
diff --git a/resources/lang/tr-TR/admin/hardware/general.php b/resources/lang/tr-TR/admin/hardware/general.php
index 9d37cc207..75115c56b 100644
--- a/resources/lang/tr-TR/admin/hardware/general.php
+++ b/resources/lang/tr-TR/admin/hardware/general.php
@@ -5,8 +5,8 @@ return [
'about_assets_text' => 'Varlıklar Demirbaştır seri numarası veya varlık etiketi ile takibi yapılır. Bu nedenle değerli varlıklar benzersiz varlık kimliği ile ilişkilendirilirler.',
'archived' => 'Arşivlenmiş',
'asset' => 'Demirbaş',
- 'bulk_checkout' => 'Toplu Atama',
- 'bulk_checkin' => 'Bulk Checkin',
+ 'bulk_checkout' => 'Toplu Teslim Et',
+ 'bulk_checkin' => 'Toplu Teslim Al',
'checkin' => 'Demirbaş Girişi Yap',
'checkout' => 'Ödenme Öğe',
'clone' => 'Demirbaşı Kopyala',
diff --git a/resources/lang/tr-TR/admin/hardware/message.php b/resources/lang/tr-TR/admin/hardware/message.php
index 68d80df57..c7835cc60 100644
--- a/resources/lang/tr-TR/admin/hardware/message.php
+++ b/resources/lang/tr-TR/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'Başlık bilgisindeki bir veya daha fazla öznitelik, hatalı UTF-8 karakterleri içeriyor',
'content_row_has_malformed_characters' => 'Başlıktaki ilk satırda bir veya daha fazla öznitelik, hatalı biçimlendirilmiş UTF-8 karakterleri içeriyor',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Varlık talep edilmemiş, lütfen tekrar deneyin',
- 'success' => 'Varlık talep edildi.',
- 'canceled' => 'Varlık talebi reddedildi',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'İsteği iptal et',
],
];
diff --git a/resources/lang/tr-TR/admin/reports/general.php b/resources/lang/tr-TR/admin/reports/general.php
index 483d7650f..61fac0b6e 100644
--- a/resources/lang/tr-TR/admin/reports/general.php
+++ b/resources/lang/tr-TR/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Demirbaş Raporu için istediğiniz seçenekleri seçiniz.',
'deleted_user' => 'Kullanıcı silindi',
'send_reminder' => 'Hatırlatma gönder',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Hatırlatıcı gönderildi',
'acceptance_deleted' => 'Kabul talebi silindi',
'acceptance_request' => 'Kabul talebi',
diff --git a/resources/lang/tr-TR/admin/settings/general.php b/resources/lang/tr-TR/admin/settings/general.php
index 80a2f1c0d..42e62642c 100644
--- a/resources/lang/tr-TR/admin/settings/general.php
+++ b/resources/lang/tr-TR/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Temizleme Onayı',
'confirm_purge_help' => 'Silinmiş kayıtlarınızı temizlemek için aşağıdaki kutuya "DELETE" yazın. Bu işlem geri alınamaz ve silinmiş tüm eşya ve kullanıcılar KALICI OLARAK silinir. (Güvende olabilmek için öncelikle bir yedek almalısınız.)',
'custom_css' => 'Özel CSS',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Kullanmak istediğiniz özel CSS geçersiz. <style></style> etiketlerini kullanmayın.',
'custom_forgot_pass_url' => 'Özel Parola Sıfırlama URL\'si',
'custom_forgot_pass_url_help' => 'Burası, oturum açma ekranında yer alan unutulmuş şifre URL\'sinin yerini alır, kullanıcıları dahili veya barındırılan LDAP parola sıfırlama fonksiyonuna yönlendirmek için kullanışlıdır. Yerel kullanıcıların unuttuğu şifre işlevselliğini etkili bir şekilde devre dışı bırakacaktır.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Tablo görüntüsünde Sözleşmeyi görüntüle',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => '1D Barkodu Göster',
- 'email_logo' => 'E-posta logosu',
'barcode_type' => '2D Barkod Türü',
'alt_barcode_type' => '1D Barkod Türü',
- 'email_logo_size' => 'E-posta iletilerinde kare biçimli logolar önerilir. ',
'enabled' => 'Etkin',
'eula_settings' => 'Son Kullanıcı Lisans Sözleşmesi Ayarları',
'eula_markdown' => 'This EULA allows Github flavored markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Simgesel belirtecin büyüklüğü 16x16 piksel kare şeklinde olmalıdır.',
'footer_text' => 'Ek Altbilgi Metni ',
'footer_text_help' => 'Bu metin altbilginin sağ köşesinde görünür. Linklerde Github flavored markdown şeklinde kullanıma izin verilir. Satır sonu, satır başı, resimler vb. gibi içerikler beklenmeyen sonuçlara sebep olabilir.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'Genel Ayarlar',
'general_settings_help' => 'Varsayılan EULA ve fazlası',
'generate_backup' => 'Yedek Oluştur',
'google_workspaces' => 'Google Workspaces',
'header_color' => 'Başlık rengi',
'info' => 'Bu ayarlardan kurulum görünüşünüzü kişiselleştirebilirsiniz.',
- 'label_logo' => 'Etiket Logosu',
'label_logo_size' => 'En güzel görünen logolar kare şeklindeki logolardır - her ürün etiketinin sağ üst bölümünde görüntülenir. ',
'laravel' => 'Laravel Version',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'LDAP versiyon',
'ldap_active_flag' => 'LDAP etkin bayrak',
'ldap_activated_flag_help' => 'Bu değer, senkronize edilmiş bir kullanıcının Snipe-IT\'de oturum açıp açamayacağını belirlemek için kullanılır. Girdiğiniz değer AD/LDAP tarafındaki Attribute ismi ile aynı olmamalı. Bu alana girdiğiniz değer AD/LDAP üzerinde yok ise veya değeri 0 ise kullanıcı girişi devre dışı kalacaktır. Eğer Attribute değeri 1, true yada başka bir metin ise kullanıcı girişine izin verilecektir. Eğer Attribute değeri boş bırakılmış ve kullanıcı askıya alınmamış ise userAccountControl ayarı esas alınacaktır.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'LDAP Çalışan Numarası',
'ldap_email' => 'LDAP Mail',
'ldap_test' => 'Test LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'Kullanıcı Aracısı',
'login_help' => 'Giriş Denemeleri Listesi',
'login_note' => 'Giriş Notu',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'İsteğe bağlı olarak, kaybolan veya çalınan bir cihaz bulan kişilere yardımcı olması için giriş ekranınıza birkaç cümle ekleyin. Bu alan Github aromalı markdown kabul eder',
'login_remote_user_text' => 'Uzak Kullanıcı oturum açma seçenekleri',
'login_remote_user_enabled_text' => 'Uzak Kullanıcı başlığı ile Login etkinleştirmek',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Yazdırılabilir varlık listelerinde marka kullan ',
'full_multiple_companies_support_help_text' => 'Kısıtlı kullanıcılar Firmaların varlıkları için firmalara atanmıştır.',
'full_multiple_companies_support_text' => 'Birden Fazla Şirket Desteği',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Model açılır menüsünde göster',
'optional' => 'İsteğe bağlı',
'per_page' => 'Sayfa başına sonuç sayısı',
@@ -346,6 +350,8 @@ return [
'setup_migration_create_user' => 'Sıradaki: Kullanıcı oluştur',
'ldap_settings_link' => 'LDAP Ayarları Sayfası',
'slack_test' => ' entegrasyonunu dene',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'Yeni etiket motoru',
'label2_enable_help' => 'Yeni etiket motoruna geçiş. Not: Diğerine geçmeden önce burada yaptığınız değişiklikleri kaydedin',
'label2_template' => 'Tema',
@@ -363,6 +369,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Alan Tanımları',
'label2_fields_help' => 'Alanlar sol sütuna eklenebilir, kaldırılabilir ve yeniden sıralanabilir. Her alan için sağ sütunda Etiket ve Veri Kaynağı için birden fazla seçenek eklenebilir, kaldırılabilir ve yeniden sıralanabilir.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Text entered as **text**
will be displayed as bold',
'help_blank_to_use' => ':setting_name
değerini kullanmak için boş bırakın',
'help_default_will_use' => ':default
will use the value from :setting_name
.
Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see the documentation for more details. ',
@@ -379,15 +386,70 @@ return [
'database_driver' => 'Veritabanı Sürücüsü',
'bs_table_storage' => 'Tablo Depolama',
'timezone' => 'Zaman Dilimi',
+ 'test_mail' => 'Test Mail',
'profile_edit' => 'Edit Profile',
'profile_edit_help' => 'Allow users to edit their own profiles.',
- 'default_avatar' => 'Varsayılan olarak kullanılacak avatarınızı yükleyin',
+ 'default_avatar' => 'Custom Default Avatar',
'default_avatar_help' => 'Kullanıcı profil fotoğrafı yüklememişse bu görsel profil fotoğrafı olacak.',
'restore_default_avatar' => 'Restore original system default avatar',
'restore_default_avatar_help' => '',
'due_checkin_days' => 'Due For Checkin Warning',
'due_checkin_days_help' => 'How many days before the expected checkin of an asset should it be listed in the "Due for checkin" page?',
'no_groups' => 'No groups have been created yet. Visit Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Kullanıcı Adı Biçimi',
+ 'firstname_lastname_format' => 'Ad Soyad (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'E-posta Biçimi',
+ 'firstname_lastname_format' => 'Ad Soyad (jane.smith@example.com)',
+ 'first_name_format' => 'Ad (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Adın İlk Harfi ve Soyad (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Soyad ve Adın İlk Harfi (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'Ad Soyad (jane.smith@example.com)',
+ 'firstinitial.lastname' => 'Adın İlk Harfi ve Soyad (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Soyad ve Adın İlk Harfi (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'Ad Soyad (janesmith@example.com)',
+ 'firstnamelastinitial' => 'Ad ve Soyadın İlk Harfi (janes@example.com)',
+ 'lastnamefirstname' => 'Soyisim.isim',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'E-posta logosu',
+ 'label_logo' => 'Etiket Logosu',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'E-posta iletilerinde kare biçimli logolar önerilir. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/tr-TR/admin/settings/message.php b/resources/lang/tr-TR/admin/settings/message.php
index d1c982462..4281df08d 100644
--- a/resources/lang/tr-TR/admin/settings/message.php
+++ b/resources/lang/tr-TR/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Bir şeyler yanlış gitti. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/tr-TR/auth.php b/resources/lang/tr-TR/auth.php
index 72d1e0c99..3c9f0a125 100644
--- a/resources/lang/tr-TR/auth.php
+++ b/resources/lang/tr-TR/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'Bu kimlik bilgileri kayıtlarımızla eşleşmiyor.',
'password' => 'Sağlanan parola yanlış.',
- 'throttle' => 'Çok fazla giriş denemesi. Lütfen :second saniye içinde tekrar deneyin.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/tr-TR/auth/message.php b/resources/lang/tr-TR/auth/message.php
index 5c4acca18..037f69892 100644
--- a/resources/lang/tr-TR/auth/message.php
+++ b/resources/lang/tr-TR/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'Kullanıcı adı veya şifresi yanlış.',
'account_not_activated' => 'Hesabınız aktif edilmemiş.',
'account_suspended' => 'Hesabınız durdurulmuş.',
- 'account_banned' => 'Hesabınız engellenmiş.',
- 'throttle' => 'Çok fazla başarısız oturum açma girişimi. Lütfen :dakika dakika sonra tekrar deneyin.',
'two_factor' => array(
'already_enrolled' => 'Cihazınız zaten kayıtlı.',
diff --git a/resources/lang/tr-TR/general.php b/resources/lang/tr-TR/general.php
index 72c180ab4..99cbb6011 100644
--- a/resources/lang/tr-TR/general.php
+++ b/resources/lang/tr-TR/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Demirbaş Kabul',
'accept_item' => 'Accept Item',
'audit' => 'Denetim',
+ 'audits' => 'Audits',
'audit_report' => 'Denetim Günlüğü',
'assets' => 'Demirbaşlar',
'assets_audited' => 'denetlenen varlıklar',
@@ -62,10 +63,12 @@ return [
'changepassword' => 'Şifreyi Değiştir',
'checkin' => 'Giriş',
'checkin_from' => 'Geri al',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Atama',
'checkouts_count' => 'Kullanıma alma',
'checkins_count' => 'Girişler',
- 'checkin_and_delete' => 'Checkin and Delete',
+ 'checkin_and_delete' => 'Teslim Al ve Sil',
'user_requests_count' => 'İstekler',
'city' => 'Şehir',
'click_here' => 'Buraya Tıklayın',
@@ -121,30 +124,13 @@ Context | Request Context
'editprofile' => 'Profil Düzenle',
'eol' => 'Kullanım Ömrü',
'email_domain' => 'E-posta etki alanı',
- 'email_format' => 'E-posta biçimi',
'employee_number' => 'Çalışan Numarası',
'email_domain_help' => 'İçe aktarırken e-posta adresleri oluşturmak için kullanılır',
'error' => 'Hata',
'exclude_archived' => 'Arşivlenmiş Öğeleri Hariç Tut',
'exclude_deleted' => 'Silinmiş Varlıkları Hariç Tut',
'example' => 'Örnek: ',
- 'filastname_format' => 'Ad başharfi Soyad (jsmith@example.com)',
- 'firstname_lastname_format' => 'Adı Soyadı (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'Adı Soyadı (jane.smith@example.com)',
- 'lastnamefirstinitial_format' => 'Soyadı İlk Başlangıç (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'Adın İlk Harfi ve Soyad (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'İsim Soyisim (Bahri SAGIRLI)',
- 'lastname_firstname_display' => 'Soyisim İsim (SAGIRLI Bahri)',
- 'name_display_format' => 'İsim görüntüleme şekli',
- 'first' => 'İlk',
- 'firstnamelastname' => 'Adı Soyadı (janesmith@example.com)',
- 'lastname_firstinitial' => 'Soyad ve Adın İlk Harfi (smith_j@example.com)',
- 'firstinitial.lastname' => 'Adın İlk Harfi ve Soyad (j.smith@example.com)',
- 'firstnamelastinitial' => 'Ad ve Soyadın İlk Harfi (janes@example.com)',
- 'lastnamefirstname' => 'Soyisim.isim',
- 'first_name' => 'Ad',
- 'first_name_format' => 'Ad (jane@example.com)',
+
'files' => 'Dosyalar',
'file_name' => 'Dosya',
'file_type' => 'Dosya Türü',
@@ -186,6 +172,11 @@ Context | Request Context
'last' => 'Son',
'last_login' => 'Son Giriş',
'last_name' => 'Soyisim',
+ 'firstname_lastname_display' => 'İsim Soyisim (Bahri SAGIRLI)',
+ 'lastname_firstname_display' => 'Soyisim İsim (SAGIRLI Bahri)',
+ 'name_display_format' => 'İsim görüntüleme şekli',
+ 'first' => 'İlk',
+ 'first_name' => 'Ad',
'license' => 'Lisans',
'license_report' => 'Lisans Raporu',
'licenses_available' => 'Kullanılabilir Lisanslar',
@@ -314,7 +305,6 @@ Context | Request Context
'type' => 'Tip',
'undeployable' => 'Atanamaz',
'unknown_admin' => 'Bilinmeyen Yönetici',
- 'username_format' => 'Kullanıcı Adı Biçimi',
'username' => 'Kullanıcı Adı',
'update' => 'Güncelle',
'updating_item' => 'Updating :item',
@@ -594,13 +584,35 @@ Context | Request Context
'breadcrumb_button_actions' => [
'edit_item' => 'Edit :name',
- 'checkout_item' => 'Checkout :name',
- 'checkin_item' => 'Checkin :name',
+ 'checkout_item' => 'Teslim Et :name',
+ 'checkin_item' => 'Teslim Al :name',
+ ],
+
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
],
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/tr-TR/localizations.php b/resources/lang/tr-TR/localizations.php
index b1a1f5624..f360ecc12 100644
--- a/resources/lang/tr-TR/localizations.php
+++ b/resources/lang/tr-TR/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malayca',
'mi-NZ'=> 'Maori Dili',
'mn-MN'=> 'Moğolca',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Farsça',
'pl-PL'=> 'Polonyaca',
diff --git a/resources/lang/tr-TR/mail.php b/resources/lang/tr-TR/mail.php
index 2655f79d8..fa5b8cc8e 100644
--- a/resources/lang/tr-TR/mail.php
+++ b/resources/lang/tr-TR/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Min. Miktar',
'name' => 'Ad',
'new_item_checked' => 'Yeni varlık altında kullanıma alındı, ayrıntıları aşağıdadır.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Notlar',
'password' => 'Şifre',
'password_reset' => 'Parola Sıfırlama',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => ':count gün içinde denetime yaklaşan :count varlık var.|Eşik gün içinde denetime yaklaşan :count varlık var.',
'user' => 'Kullanıcı',
'username' => 'Kullanıcı Adı',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Hoşgeldiniz, :name',
'welcome_to' => 'Hoş geldiniz :web!',
'your_assets' => 'Varlıkları Görüntüleme',
diff --git a/resources/lang/uk-UA/admin/custom_fields/general.php b/resources/lang/uk-UA/admin/custom_fields/general.php
index cdf5bfa06..5f4d442e3 100644
--- a/resources/lang/uk-UA/admin/custom_fields/general.php
+++ b/resources/lang/uk-UA/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'Це поле зашифроване, так що деякі параметри відображення не будуть доступні.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/uk-UA/admin/depreciations/general.php b/resources/lang/uk-UA/admin/depreciations/general.php
index d1d5379aa..a598893f0 100644
--- a/resources/lang/uk-UA/admin/depreciations/general.php
+++ b/resources/lang/uk-UA/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Попередження:
Наразі у вас не налаштовано амортизацію.
Налаштуйте принаймні одну амортизацію, щоб переглянути звіт про амортизацію.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/uk-UA/admin/hardware/form.php b/resources/lang/uk-UA/admin/hardware/form.php
index ca63d14d8..55642f509 100644
--- a/resources/lang/uk-UA/admin/hardware/form.php
+++ b/resources/lang/uk-UA/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Оновити тільки фактичне місцезнаходження',
'asset_not_deployable' => 'Стан активу не є розгортаним. Цей актив не може бути відмічений.',
'asset_not_deployable_checkin' => 'Цей статус Активу не є розгортаним. За допомогою цієї мітки статусу позначте в активі.',
- 'asset_deployable' => 'Цей статус розміщено на ньому. Цей медіафайл може бути перевірений.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Обробка... (Це може зайняти деякий час для великих файлів)',
'optional_infos' => 'Додаткова інформація',
'order_details' => 'Пов\'язані відомості про замовлення',
diff --git a/resources/lang/uk-UA/admin/hardware/message.php b/resources/lang/uk-UA/admin/hardware/message.php
index 6b43026c5..4ab12d78e 100644
--- a/resources/lang/uk-UA/admin/hardware/message.php
+++ b/resources/lang/uk-UA/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'Обраний файл вже видалено',
'header_row_has_malformed_characters' => 'Один або кілька атрибутів у рядку заголовка містять невірні символи UTF-8',
'content_row_has_malformed_characters' => 'Один або кілька атрибутів у першому рядку вмісту містять неправильні символи UTF-8',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Актив не був запитаний, будь ласка, спробуйте ще раз',
- 'success' => 'Актив успішно запитаний.',
- 'canceled' => 'Запит на оформлення замовлення успішно скасовано',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Відмінити цей запит на додавання',
],
];
diff --git a/resources/lang/uk-UA/admin/reports/general.php b/resources/lang/uk-UA/admin/reports/general.php
index e9930fd97..9ce6b534d 100644
--- a/resources/lang/uk-UA/admin/reports/general.php
+++ b/resources/lang/uk-UA/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Виберіть варіанти, які Ви хочете для звіту про активи.',
'deleted_user' => 'Видалений користувач',
'send_reminder' => 'Надіслати нагадування',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Нагадування надіслано',
'acceptance_deleted' => 'Видалено запит на підтвердження',
'acceptance_request' => 'Прийнятий запит',
diff --git a/resources/lang/uk-UA/admin/settings/general.php b/resources/lang/uk-UA/admin/settings/general.php
index fc0581856..ce5058214 100644
--- a/resources/lang/uk-UA/admin/settings/general.php
+++ b/resources/lang/uk-UA/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Очистити',
'confirm_purge_help' => 'Введіть текст "ВИДАЛЕННЯ" у полі знизу, щоб очистити ваші видалені записи. Цю дію не можна буде скасувати, після чого буде застосовано PERMANENTLY видаліть усі раніше видалені вами елементи. (Спочатку ви повинні зробити резервну копію, лише щоб бути безпечним.)',
'custom_css' => 'Власний CSS',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Введіть будь-які власні зміни CSS, які ви хотіли б використовувати. Не включайте <style></style>.',
'custom_forgot_pass_url' => 'URL для скидання пароля',
'custom_forgot_pass_url_help' => 'Це замінює вбудовану URL-адресу пароля на екрані авторизації - направляти людей на внутрішні чи хостингові скидання пароля LDAP функціональності. Уникне вимкнення функціоналу пароля для імені локального користувача.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Відображати EOL у вигляді таблиці',
'display_qr' => 'Показати 2D штрих-код',
'display_alt_barcode' => 'Відображати 1D штрих-код',
- 'email_logo' => 'Логотип електронної пошти',
'barcode_type' => '2D тип коду',
'alt_barcode_type' => '1D тип штрихкоду',
- 'email_logo_size' => 'Квадратні логотипи в електронному листі виглядають найкращими. ',
'enabled' => 'Увімкнено',
'eula_settings' => 'Налаштування EULA',
'eula_markdown' => 'Цей EULA дозволяє Github розміщений на markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Значки вподобань мають бути квадратними зображеннями, 16х16 пікселів.',
'footer_text' => 'Додатковий текст у футері ',
'footer_text_help' => 'Цей текст з\'явиться у правому нижньому колонтитулі. Посилання дозволені використовувати Github flavored markdown. Розриви ліній, заголовки, зображення і т. д. можуть призвести до непередбачуваних результатів.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'Загальні налаштування',
'general_settings_help' => 'EULA за замовчуванням',
'generate_backup' => 'Створити резервну копію',
'google_workspaces' => 'Робочі області Google',
'header_color' => 'Колір заголовку',
'info' => 'Ці параметри дозволяють налаштувати деякі аспекти інсталяції.',
- 'label_logo' => 'Логотип для Міток',
'label_logo_size' => 'Квадратний логотип виглядає найкраще - відображатиметься у верхньому правому куті кожної позначки активів. ',
'laravel' => 'Версія Laravel',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'Версія LDAP',
'ldap_active_flag' => 'Активний прапор LDAP',
'ldap_activated_flag_help' => 'Це значення використовується для визначення того, чи може синхронізований користувач увійти до Snipe-IT. Це не впливає на можливість видавати/приймати активи їм/від них і має бути назва атрибута у вашому AD/LDAP, а не значення.
Якщо в цьому полі встановлено назву поля, яка не існує у вашому AD/LDAP, або значення в полі AD/LDAP встановлено на 0
або false
, вхід користувача буде вимкнено. Якщо значення в полі AD/LDAP встановлено на 1
або true
або будь-який інший текст, це означає, що користувач може ввійти. Коли поле пусте в Вашому AD, ми дотримуємося атрибута userAccountControl
, який зазвичай дозволяє активним користувачам входити в систему.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'LDAP-номер Співробітника',
'ldap_email' => 'Email LDAP',
'ldap_test' => 'Тестувати LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'Ідентифікатор браузера',
'login_help' => 'Список спроб входу',
'login_note' => 'Примітка для входу',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Додайте кілька речень на екран вашого входу, наприклад для того, щоб допомогти людям, які знайшли загубленого чи вкраденого пристрою. Це поле приймає Github flavored markdown',
'login_remote_user_text' => 'Опції для входу користувача',
'login_remote_user_enabled_text' => 'Увімкнути вхід за допомогою віддаленого заголовка користувача',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Використовувати брендинг у списки друкованих медіафайлів ',
'full_multiple_companies_support_help_text' => 'Обмеження користувачів (включаючи адміністраторів), призначених для компаній своїх активів.',
'full_multiple_companies_support_text' => 'Повна підтримка багатьох компаній',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Показати в відкиданнях моделі',
'optional' => 'необов\'язково',
'per_page' => 'Результатів на стор',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Далі: створити користувача',
'ldap_settings_link' => 'Сторінка налаштувань LDAP',
'slack_test' => 'Тест інтеграція',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'Новий двигун міток',
'label2_enable_help' => 'Перейдіть на нове знаряддя для етикеток. Примітка: вам потрібно буде зберегти це налаштування, перш ніж встановлювати інші.',
'label2_template' => 'Шаблон',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'Дані, що будуть містяться у 2D штрих-коді',
'label2_fields' => 'Визначення полів',
'label2_fields_help' => 'Поля можна додавати, видаляти та впорядкувати у лівому стовпчику. Для кожного поля декілька варіантів для Мітки і DataSource можна додати, видалити і змінити порядок у правій колонці.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Введений **текст**
буде відображатися як жирний',
'help_blank_to_use' => 'Залиште порожнім, щоб використовувати значення від :setting_name
',
'help_default_will_use' => ':default
використовуватиме значення з :setting_name
.
Зверніть увагу, що значення штрих-кодів повинні відповідати відповідним стандартам штрих-кодів, щоб вони могли бути успішно згенеровані. Для отримання додаткової інформації перегляньте документацію . ',
@@ -378,15 +385,70 @@ return [
'database_driver' => 'Драйвер баз даних',
'bs_table_storage' => 'Складський стіл',
'timezone' => 'Timezone',
+ 'test_mail' => 'Test Mail',
'profile_edit' => 'Редагувати профіль',
'profile_edit_help' => 'Дозволити користувачам редагувати свої профілі.',
- 'default_avatar' => 'Завантажити стандартний аватар',
+ 'default_avatar' => 'Custom Default Avatar',
'default_avatar_help' => 'Це зображення буде показано в профіль, якщо у користувача немає профілю.',
'restore_default_avatar' => 'Відновити стандартний системний аватар',
'restore_default_avatar_help' => '',
'due_checkin_days' => 'Попередження про повернення',
'due_checkin_days_help' => 'Скільки днів до очікуваного повернення активу він має з\'являтися на сторінці "Повинен бути повернутий"?',
'no_groups' => 'Групи ще не були створені. Перейдіть до Налаштування адміністратора > Групи доступу
, щоб додати одну.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Формат імені користувача',
+ 'firstname_lastname_format' => 'Прізвище (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Прізвище. Ім\'я (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Формат електронної пошти',
+ 'firstname_lastname_format' => 'Прізвище (jane.smith@example.com)',
+ 'first_name_format' => 'Ім\'я (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Перше початкове ім\'я (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Прізвище Першою початковою (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'Прізвище (jane_smith@example.com)',
+ 'firstinitial.lastname' => 'Перше початкове ім\'я (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Прізвище Першою початковою (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'Прізвище (janesmith@example.com)',
+ 'firstnamelastinitial' => 'Останнє ім\'я (janes@example.com)',
+ 'lastnamefirstname' => 'Прізвище. Ім\'я (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Логотип електронної пошти',
+ 'label_logo' => 'Логотип для Міток',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Іконка',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Квадратні логотипи в електронному листі виглядають найкращими. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Логотип',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/uk-UA/admin/settings/message.php b/resources/lang/uk-UA/admin/settings/message.php
index 31efa9424..32980408f 100644
--- a/resources/lang/uk-UA/admin/settings/message.php
+++ b/resources/lang/uk-UA/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Щось пішло не так. :( ',
'webhook_fail' => 'не вдалося надіслати повідомлення webhook для перевірки: Переконайтесь, що посилання ще дійсне.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/uk-UA/auth.php b/resources/lang/uk-UA/auth.php
index 063abc979..79f0d95b2 100644
--- a/resources/lang/uk-UA/auth.php
+++ b/resources/lang/uk-UA/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'Ці облікові дані не збігаються з нашими записами.',
'password' => 'Наданий пароль неправильний.',
- 'throttle' => 'Занадто багато спроб входу. Будь ласка, спробуйте ще раз, через :seconds.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/uk-UA/auth/message.php b/resources/lang/uk-UA/auth/message.php
index ed3560009..e6078769b 100644
--- a/resources/lang/uk-UA/auth/message.php
+++ b/resources/lang/uk-UA/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'Неправильне ім\'я користувача або пароль.',
'account_not_activated' => 'Цей обліковий запис не активовано.',
'account_suspended' => 'Дію цього аккаунта призупинено.',
- 'account_banned' => 'Цей аккаунт заблоковано.',
- 'throttle' => 'Занадто багато невдалих спроб входу в систему. Будь ласка, спробуйте ще раз через :minutes хвилин.',
'two_factor' => array(
'already_enrolled' => 'Пристрій вже зареєстровано.',
diff --git a/resources/lang/uk-UA/general.php b/resources/lang/uk-UA/general.php
index 5264516bd..d1d53b1af 100644
--- a/resources/lang/uk-UA/general.php
+++ b/resources/lang/uk-UA/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Прийняти активи',
'accept_item' => 'Accept Item',
'audit' => 'Аудит',
+ 'audits' => 'Audits',
'audit_report' => 'Історія активності',
'assets' => 'Активи',
'assets_audited' => 'аудит активів',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Змінити пароль',
'checkin' => 'Прийняти',
'checkin_from' => 'Прийняти від',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Видати',
'checkouts_count' => 'Розрахунок',
'checkins_count' => 'Перевірки',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Редагувати профіль',
'eol' => 'EOL',
'email_domain' => 'Домен електронної пошти',
- 'email_format' => 'Формат електронної пошти',
'employee_number' => 'Номер співробітника',
'email_domain_help' => 'Це використовується для генерації адрес електронної пошти під час імпортування',
'error' => 'Помилка',
'exclude_archived' => 'Виключити архівовані активи',
'exclude_deleted' => 'Виключити вилучені активи',
'example' => 'Наприклад: ',
- 'filastname_format' => 'Перше початкове ім\'я (jsmith@example.com)',
- 'firstname_lastname_format' => 'Прізвище (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'Прізвище (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => 'Прізвище Першою початковою (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'Перше початкове ім\'я (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'Прізвище (Jane Smith)',
- 'lastname_firstname_display' => 'Прізвище Ім\'я (Ковальська Січка)',
- 'name_display_format' => 'Формат відображення імені',
- 'first' => 'Перша',
- 'firstnamelastname' => 'Прізвище (janesmith@example.com)',
- 'lastname_firstinitial' => 'Прізвище Першою початковою (smith_j@example.com)',
- 'firstinitial.lastname' => 'Перше початкове ім\'я (j.smith@example.com)',
- 'firstnamelastinitial' => 'Останнє ім\'я (janes@example.com)',
- 'lastnamefirstname' => 'Прізвище. Ім\'я (smith.jane@example.com)',
- 'first_name' => 'Ім\'я',
- 'first_name_format' => 'Ім\'я (jane@example.com)',
+
'files' => 'Файли',
'file_name' => 'Файл',
'file_type' => 'Тип файлу',
@@ -183,6 +169,11 @@ return [
'last' => 'Остання',
'last_login' => 'Останній вхід до системи',
'last_name' => 'Прізвище',
+ 'firstname_lastname_display' => 'Прізвище (Jane Smith)',
+ 'lastname_firstname_display' => 'Прізвище Ім\'я (Ковальська Січка)',
+ 'name_display_format' => 'Формат відображення імені',
+ 'first' => 'Перша',
+ 'first_name' => 'Ім\'я',
'license' => 'Ліцензія',
'license_report' => 'Звіт про ліцензії',
'licenses_available' => 'Можливі ліцензії',
@@ -311,7 +302,6 @@ return [
'type' => 'Тип',
'undeployable' => 'Не доступний для встановлення',
'unknown_admin' => 'Невідомий адміністратор',
- 'username_format' => 'Формат імені користувача',
'username' => 'Ім\'я кристувача',
'update' => 'Оновлення',
'updating_item' => 'Оновлення :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/uk-UA/localizations.php b/resources/lang/uk-UA/localizations.php
index e687e1509..5bbb7b352 100644
--- a/resources/lang/uk-UA/localizations.php
+++ b/resources/lang/uk-UA/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Малайська',
'mi-NZ'=> 'Маорійська',
'mn-MN'=> 'Монгольська',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Перська',
'pl-PL'=> 'Польська',
diff --git a/resources/lang/uk-UA/mail.php b/resources/lang/uk-UA/mail.php
index 0730387ce..01b6cbc1e 100644
--- a/resources/lang/uk-UA/mail.php
+++ b/resources/lang/uk-UA/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Мін. кількість',
'name' => 'Назва',
'new_item_checked' => 'Новий елемент був виданий під вашим ім\'ям, докладніше про це нижче.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Примітки.',
'password' => 'Пароль',
'password_reset' => 'Скидання Пароля',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'Знайдено :count актив, що наближається до аудиту в :threshold днів.|Є :count активів, які йдуть до аудиту в :threshold днів.',
'user' => 'Користувач',
'username' => 'Ім\'я кристувача',
- 'unaccepted_asset_reminder' => 'Ви не підтвердили отримання Активів.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Ласкаво просимо, :name',
'welcome_to' => 'Ласкаво просимо до :web!',
'your_assets' => 'Переглянути Ваші Активи',
diff --git a/resources/lang/ur-PK/admin/custom_fields/general.php b/resources/lang/ur-PK/admin/custom_fields/general.php
index f17eedda1..c9ae61c96 100644
--- a/resources/lang/ur-PK/admin/custom_fields/general.php
+++ b/resources/lang/ur-PK/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/ur-PK/admin/depreciations/general.php b/resources/lang/ur-PK/admin/depreciations/general.php
index 1a5666f9d..4a9a9b8cd 100644
--- a/resources/lang/ur-PK/admin/depreciations/general.php
+++ b/resources/lang/ur-PK/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Warning:
You do not currently have any depreciations set up.
Please set up at least one depreciation to view the depreciation report.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/ur-PK/admin/hardware/form.php b/resources/lang/ur-PK/admin/hardware/form.php
index e50a32bd0..fab19fea1 100644
--- a/resources/lang/ur-PK/admin/hardware/form.php
+++ b/resources/lang/ur-PK/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Update only actual location',
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
'optional_infos' => 'Optional Information',
'order_details' => 'Order Related Information',
diff --git a/resources/lang/ur-PK/admin/hardware/message.php b/resources/lang/ur-PK/admin/hardware/message.php
index 605c1fe23..c19bc6364 100644
--- a/resources/lang/ur-PK/admin/hardware/message.php
+++ b/resources/lang/ur-PK/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Asset was not requested, please try again',
- 'success' => 'Asset requested successfully.',
- 'canceled' => 'Checkout request successfully canceled',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Cancel this item request',
],
];
diff --git a/resources/lang/ur-PK/admin/reports/general.php b/resources/lang/ur-PK/admin/reports/general.php
index ea22b07df..ed8bf1a15 100644
--- a/resources/lang/ur-PK/admin/reports/general.php
+++ b/resources/lang/ur-PK/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Select the options you want for your asset report.',
'deleted_user' => 'Deleted user',
'send_reminder' => 'Send reminder',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Reminder sent',
'acceptance_deleted' => 'Acceptance request deleted',
'acceptance_request' => 'Acceptance request',
diff --git a/resources/lang/ur-PK/admin/settings/general.php b/resources/lang/ur-PK/admin/settings/general.php
index ad21bbb64..27b185d7c 100644
--- a/resources/lang/ur-PK/admin/settings/general.php
+++ b/resources/lang/ur-PK/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'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',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.',
'custom_forgot_pass_url' => 'Custom Password Reset URL',
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Display EOL in table view',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => 'Display 1D barcode',
- 'email_logo' => 'Email Logo',
'barcode_type' => '2D Barcode Type',
'alt_barcode_type' => '1D barcode type',
- 'email_logo_size' => 'Square logos in email look best. ',
'enabled' => 'Enabled',
'eula_settings' => 'EULA Settings',
'eula_markdown' => 'This EULA allows Github flavored markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favicons should be square images, 16x16 pixels.',
'footer_text' => 'Additional Footer Text ',
'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'General Settings',
'general_settings_help' => 'Default EULA and more',
'generate_backup' => 'Generate Backup',
'google_workspaces' => 'Google Workspaces',
'header_color' => 'Header Color',
'info' => 'These settings let you customize certain aspects of your installation.',
- 'label_logo' => 'Label Logo',
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'Laravel Version',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'LDAP Version',
'ldap_active_flag' => 'LDAP Active Flag',
'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. It does not affect the ability to check items in or out to them, and should be the attribute name within your AD/LDAP, not the value.
If this field is set to a field name that does not exist in your AD/LDAP, or the value in the AD/LDAP field is set to 0
or false
, user login will be disabled. If the value in the AD/LDAP field is set to 1
or true
or any other text means the user can log in. When the field is blank in your AD, we respect the userAccountControl
attribute, which usually allows non-suspended users to log in.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'LDAP Employee Number',
'ldap_email' => 'LDAP Email',
'ldap_test' => 'Test LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User Agent',
'login_help' => 'List of attempted logins',
'login_note' => 'Login Note',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown',
'login_remote_user_text' => 'Remote User login options',
'login_remote_user_enabled_text' => 'Enable Login with Remote User Header',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'full_multiple_companies_support_help_text' => 'Restricting users (including admins) assigned to companies to their company\'s assets.',
'full_multiple_companies_support_text' => 'Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Show in Model Dropdowns',
'optional' => 'optional',
'per_page' => 'Results Per Page',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Next: Create User',
'ldap_settings_link' => 'LDAP Settings Page',
'slack_test' => 'Test Integration',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'New Label Engine',
'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.',
'label2_template' => 'Template',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Field Definitions',
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Text entered as **text**
will be displayed as bold',
'help_blank_to_use' => 'Leave blank to use the value from :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
.
Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see the documentation for more details. ',
@@ -378,15 +385,70 @@ return [
'database_driver' => 'Database Driver',
'bs_table_storage' => 'Table Storage',
'timezone' => 'Timezone',
+ 'test_mail' => 'Test Mail',
'profile_edit' => 'Edit Profile',
'profile_edit_help' => 'Allow users to edit their own profiles.',
- 'default_avatar' => 'Upload custom default avatar',
+ 'default_avatar' => 'Custom Default Avatar',
'default_avatar_help' => 'This image will be displayed as a profile if a user does not have a profile photo.',
'restore_default_avatar' => 'Restore original system default avatar',
'restore_default_avatar_help' => '',
'due_checkin_days' => 'Due For Checkin Warning',
'due_checkin_days_help' => 'How many days before the expected checkin of an asset should it be listed in the "Due for checkin" page?',
'no_groups' => 'No groups have been created yet. Visit Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Username Format',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Email Format',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
+ 'first_name_format' => 'First Name (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Email Logo',
+ 'label_logo' => 'Label Logo',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Square logos in email look best. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/ur-PK/admin/settings/message.php b/resources/lang/ur-PK/admin/settings/message.php
index 9be290174..8d9b40e95 100644
--- a/resources/lang/ur-PK/admin/settings/message.php
+++ b/resources/lang/ur-PK/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Something went wrong. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/ur-PK/auth.php b/resources/lang/ur-PK/auth.php
index db310aa1b..14d8acfce 100644
--- a/resources/lang/ur-PK/auth.php
+++ b/resources/lang/ur-PK/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
- 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/ur-PK/auth/message.php b/resources/lang/ur-PK/auth/message.php
index 588c9069c..08f638d05 100644
--- a/resources/lang/ur-PK/auth/message.php
+++ b/resources/lang/ur-PK/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'The username or password is incorrect.',
'account_not_activated' => 'This user account is not activated.',
'account_suspended' => 'This user account is suspended.',
- 'account_banned' => 'This user account is banned.',
- 'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
'two_factor' => array(
'already_enrolled' => 'Your device is already enrolled.',
diff --git a/resources/lang/ur-PK/general.php b/resources/lang/ur-PK/general.php
index b10e3f4f6..9c06c8549 100644
--- a/resources/lang/ur-PK/general.php
+++ b/resources/lang/ur-PK/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Accept Assets',
'accept_item' => 'Accept Item',
'audit' => 'Audit',
+ 'audits' => 'Audits',
'audit_report' => 'Audit Log',
'assets' => 'Assets',
'assets_audited' => 'assets audited',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Change Password',
'checkin' => 'Checkin',
'checkin_from' => 'Checkin from',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Checkout',
'checkouts_count' => 'Checkouts',
'checkins_count' => 'Checkins',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Edit Your Profile',
'eol' => 'EOL',
'email_domain' => 'Email Domain',
- 'email_format' => 'Email Format',
'employee_number' => 'Employee Number',
'email_domain_help' => 'This is used to generate email addresses when importing',
'error' => 'Error',
'exclude_archived' => 'Exclude Archived Assets',
'exclude_deleted' => 'Exclude Deleted Assets',
'example' => 'Example: ',
- 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
- 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'First Initial Last Name (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
- 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
- 'name_display_format' => 'Name Display Format',
- 'first' => 'First',
- 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
- 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
- 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
- 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'First Name',
- 'first_name_format' => 'First Name (jane@example.com)',
+
'files' => 'Files',
'file_name' => 'File',
'file_type' => 'File Type',
@@ -183,6 +169,11 @@ return [
'last' => 'Last',
'last_login' => 'Last Login',
'last_name' => 'Last Name',
+ 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
+ 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
+ 'name_display_format' => 'Name Display Format',
+ 'first' => 'First',
+ 'first_name' => 'First Name',
'license' => 'License',
'license_report' => 'License Report',
'licenses_available' => 'Licenses available',
@@ -311,7 +302,6 @@ return [
'type' => 'Type',
'undeployable' => 'Un-deployable',
'unknown_admin' => 'Unknown Admin',
- 'username_format' => 'Username Format',
'username' => 'Username',
'update' => 'Update',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/ur-PK/localizations.php b/resources/lang/ur-PK/localizations.php
index fdca1532b..827ed4fca 100644
--- a/resources/lang/ur-PK/localizations.php
+++ b/resources/lang/ur-PK/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malay',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolian',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persian',
'pl-PL'=> 'Polish',
diff --git a/resources/lang/ur-PK/mail.php b/resources/lang/ur-PK/mail.php
index 7663a0167..797f735a2 100644
--- a/resources/lang/ur-PK/mail.php
+++ b/resources/lang/ur-PK/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Min QTY',
'name' => 'Name',
'new_item_checked' => 'A new item has been checked out under your name, details are below.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Notes',
'password' => 'Password',
'password_reset' => 'Password Reset',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.',
'user' => 'User',
'username' => 'Username',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Welcome :name',
'welcome_to' => 'Welcome to :web!',
'your_assets' => 'View Your Assets',
diff --git a/resources/lang/vi-VN/admin/custom_fields/general.php b/resources/lang/vi-VN/admin/custom_fields/general.php
index 8a417aa07..765344dc3 100644
--- a/resources/lang/vi-VN/admin/custom_fields/general.php
+++ b/resources/lang/vi-VN/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/vi-VN/admin/depreciations/general.php b/resources/lang/vi-VN/admin/depreciations/general.php
index c74830ba6..a5803419a 100644
--- a/resources/lang/vi-VN/admin/depreciations/general.php
+++ b/resources/lang/vi-VN/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Warning:
You do not currently have any depreciations set up.
Please set up at least one depreciation to view the depreciation report.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/vi-VN/admin/hardware/form.php b/resources/lang/vi-VN/admin/hardware/form.php
index 57e577fbd..c62db2c19 100644
--- a/resources/lang/vi-VN/admin/hardware/form.php
+++ b/resources/lang/vi-VN/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Chỉ cập nhật vị trí thực tế',
'asset_not_deployable' => 'Trạng thái tài sản là không cho phép cấp phát. Tài sản này không thể bàn giao.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'Trạng thái tài sản là được phép cấp phát. Tài sản này có thể bàn giao.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Đang xử lý... (Quá trình này có thể mất một chút thời gian đối với các tệp lớn)',
'optional_infos' => 'Thông tin bổ sung',
'order_details' => 'Thông tin đơn hàng',
diff --git a/resources/lang/vi-VN/admin/hardware/message.php b/resources/lang/vi-VN/admin/hardware/message.php
index 3aef5c5fc..b0cf3128f 100644
--- a/resources/lang/vi-VN/admin/hardware/message.php
+++ b/resources/lang/vi-VN/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'Một hoặc nhiều thuộc tính trong hàng tiêu đề chứa các ký tự không đúng định dạng UTF-8',
'content_row_has_malformed_characters' => 'Một hoặc nhiều thuộc tính ở hàng đầu tiên của nội dung chứa ký tự không đúng định dạng UTF-8',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Tài sản không được yêu cầu, vui lòng thử lại',
- 'success' => 'Tài sản đã yêu cầu thành công.',
- 'canceled' => 'Yêu cầu Thanh toán đã được hủy thành công',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Cancel this item request',
],
];
diff --git a/resources/lang/vi-VN/admin/reports/general.php b/resources/lang/vi-VN/admin/reports/general.php
index 4ed123b90..128b666e2 100644
--- a/resources/lang/vi-VN/admin/reports/general.php
+++ b/resources/lang/vi-VN/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Chọn các tùy chọn bạn muốn cho báo cáo tài sản.',
'deleted_user' => 'Deleted user',
'send_reminder' => 'Send reminder',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Reminder sent',
'acceptance_deleted' => 'Acceptance request deleted',
'acceptance_request' => 'Acceptance request',
diff --git a/resources/lang/vi-VN/admin/settings/general.php b/resources/lang/vi-VN/admin/settings/general.php
index b24870794..eb9e27832 100644
--- a/resources/lang/vi-VN/admin/settings/general.php
+++ b/resources/lang/vi-VN/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Xác nhận Xóa',
'confirm_purge_help' => 'Nhập văn bản "DELETE" vào hộp bên dưới để xóa các bản ghi đã xóa của bạn. Không thể hoàn tác hành động này và sẽ xóa NGAY LẬP TỨC tất cả các mục và người dùng đã xóa-mềm. (Để an toàn bạn nên tạo một bản sao lưu trước)',
'custom_css' => 'CSS tùy chỉnh',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Nhập bất kỳ CSS tùy chỉnh. Không bao gồm thẻ <style></style>.',
'custom_forgot_pass_url' => 'Tùy chọn đường dẫn (URL) đặt lại mật khẩu',
'custom_forgot_pass_url_help' => 'Điều này sẽ thay thế mật khẩu bị quên được xây dựng trong URL trên màn hình đăng nhập, hữu ích để trực tiếp người nội bộ hoặc lưu trữ mật khẩu LDAP đặt lại chức năng. Nó có hiệu quả sẽ vô hiệu hóa tính năng mật khẩu người dùng cục bộ bị lãng quên.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Hiển thị EOL ở bảng',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => 'Hiển thị mã vạch 1D',
- 'email_logo' => 'Email Logo',
'barcode_type' => 'Loại mã vạch 2D',
'alt_barcode_type' => 'Loại mã vạch 1D',
- 'email_logo_size' => 'Biểu trưng vuông trong email ưa nhìn. ',
'enabled' => 'Bật',
'eula_settings' => 'Cài đặt EULA',
'eula_markdown' => 'Đây là EULA cho phép Github flavored markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Biểu tượng yêu thích phải là hình ảnh vuông, 16x16 pixel.',
'footer_text' => 'Văn bản thêm chân ',
'footer_text_help' => 'Văn bản này sẽ xuất hiện trong chân trang bên phải. Liên kết được phép sử dụng Github mùi markdown. Ngắt dòng, tiêu đề, hình ảnh, vv có thể dẫn đến kết quả không thể đoán trước.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'Cài đặt thường',
'general_settings_help' => 'Default EULA and more',
'generate_backup' => 'Tạo Sao lưu',
'google_workspaces' => 'Google Workspaces',
'header_color' => 'Màu Header',
'info' => 'Các thiết lập này cho phép bạn tùy chỉnh một số khía cạnh của quá trình cài đặt.',
- 'label_logo' => 'Nhãn Logo',
'label_logo_size' => 'Biểu trưng hình vuông ưa nhìn - sẽ được hiển thị ở trên cùng bên phải của mỗi nhãn nội dung. ',
'laravel' => 'Phiên bản Laravel',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'Phiên bản LDAP',
'ldap_active_flag' => 'LDAP Active Flag',
'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. It does not affect the ability to check items in or out to them, and should be the attribute name within your AD/LDAP, not the value.
If this field is set to a field name that does not exist in your AD/LDAP, or the value in the AD/LDAP field is set to 0
or false
, user login will be disabled. If the value in the AD/LDAP field is set to 1
or true
or any other text means the user can log in. When the field is blank in your AD, we respect the userAccountControl
attribute, which usually allows non-suspended users to log in.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'Số nhân viên LDAP',
'ldap_email' => 'Email LDAP',
'ldap_test' => 'Kiểm tra LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User Agent',
'login_help' => 'List of attempted logins',
'login_note' => 'Lưu ý đăng nhập',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Tùy chọn bao gồm một vài câu trên màn hình đăng nhập của bạn, ví dụ để hỗ trợ những người đã tìm thấy thiết bị bị mất hoặc bị đánh cắp. Trường này chấp nhận Bài nhãn hiệu có hương vị cố định',
'login_remote_user_text' => 'Tùy chọn đăng nhập người dùng từ xa',
'login_remote_user_enabled_text' => 'Cho phép đăng nhập với người dùng từ xa',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Sử dụng nhãn hiệu trên danh sách tài sản ',
'full_multiple_companies_support_help_text' => 'Hạn chế người dùng (kể cả quản trị viên) được giao cho các công ty vào tài sản của công ty họ.',
'full_multiple_companies_support_text' => 'Hỗ trợ nhiều công ty',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Hiển thị kiểu thả xuống',
'optional' => 'tùy ý',
'per_page' => 'Kết quả trên trang',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Next: Create User',
'ldap_settings_link' => 'LDAP Settings Page',
'slack_test' => 'Test Integration',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'New Label Engine',
'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.',
'label2_template' => 'Template',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Field Definitions',
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Text entered as **text**
will be displayed as bold',
'help_blank_to_use' => 'Leave blank to use the value from :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
.
Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see the documentation for more details. ',
@@ -378,15 +385,70 @@ return [
'database_driver' => 'Database Driver',
'bs_table_storage' => 'Table Storage',
'timezone' => 'Timezone',
+ 'test_mail' => 'Test Mail',
'profile_edit' => 'Edit Profile',
'profile_edit_help' => 'Allow users to edit their own profiles.',
- 'default_avatar' => 'Upload custom default avatar',
+ 'default_avatar' => 'Custom Default Avatar',
'default_avatar_help' => 'This image will be displayed as a profile if a user does not have a profile photo.',
'restore_default_avatar' => 'Restore original system default avatar',
'restore_default_avatar_help' => '',
'due_checkin_days' => 'Due For Checkin Warning',
'due_checkin_days_help' => 'How many days before the expected checkin of an asset should it be listed in the "Due for checkin" page?',
'no_groups' => 'No groups have been created yet. Visit Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Định dạng Tên người dùng',
+ 'firstname_lastname_format' => 'Họ Tên Họ (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Định dạng Email',
+ 'firstname_lastname_format' => 'Họ Tên Họ (jane.smith@example.com)',
+ 'first_name_format' => 'Tên (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Tên Họ Tên Đầu tiên (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Tên của bạn (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'Tên họ (jane_smith@example.com)',
+ 'firstinitial.lastname' => 'Tên trước Họ sau (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Họ trước Tên sau (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'Tên Họ (jane_smith@example.com)',
+ 'firstnamelastinitial' => 'Tên Họ Viết tắt (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Email Logo',
+ 'label_logo' => 'Nhãn Logo',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Biểu trưng vuông trong email ưa nhìn. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/vi-VN/admin/settings/message.php b/resources/lang/vi-VN/admin/settings/message.php
index 15dbd59b6..f77cdcb11 100644
--- a/resources/lang/vi-VN/admin/settings/message.php
+++ b/resources/lang/vi-VN/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Đã xảy ra lỗi. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/vi-VN/auth.php b/resources/lang/vi-VN/auth.php
index 48c1e1126..71344c788 100644
--- a/resources/lang/vi-VN/auth.php
+++ b/resources/lang/vi-VN/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'Thông tin tài khoản không tìm thấy trong hệ thống.',
'password' => 'Mật khẩu được cung cấp không chính xác.',
- 'throttle' => 'Quá nhiều lần thử đăng nhập. Vui lòng thử lại sau :second giây.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/vi-VN/auth/message.php b/resources/lang/vi-VN/auth/message.php
index 6427a9dec..a8e2382e3 100644
--- a/resources/lang/vi-VN/auth/message.php
+++ b/resources/lang/vi-VN/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'Tên đăng nhập hoặc mật khẩu không đúng.',
'account_not_activated' => 'Tài khoản người dùng này chưa được kích hoạt.',
'account_suspended' => 'Tài khoản người dùng này đã bị tạm ngưng.',
- 'account_banned' => 'Tài khoản người dùng này đã bị cấm.',
- 'throttle' => 'Quá nhiều lần đăng nhập thất bại. Vui lòng thử lại trong khoảng :minutes phút.',
'two_factor' => array(
'already_enrolled' => 'Thiết bị của bạn đã được ghi danh.',
diff --git a/resources/lang/vi-VN/general.php b/resources/lang/vi-VN/general.php
index 74f6bd964..7afcb1063 100644
--- a/resources/lang/vi-VN/general.php
+++ b/resources/lang/vi-VN/general.php
@@ -10,9 +10,9 @@ return [
'action' => 'Tác vụ',
'activity_report' => 'Activity Report',
'address' => 'Địa chỉ',
- 'admin' => 'Admin Settings',
- 'admin_tooltip' => 'This user has admin privileges',
- 'superuser' => 'Superuser',
+ 'admin' => 'Cài đặt quản trị',
+ 'admin_tooltip' => 'Người dùng này có quyền quản trị',
+ 'superuser' => 'Quản trị cao cấp',
'superuser_tooltip' => 'This user has superuser privileges',
'administrator' => 'Quản trị viên',
'add_seats' => 'Thêm chỗ ngồi',
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Chấp nhận tài sản',
'accept_item' => 'Accept Item',
'audit' => 'Kiểm toán',
+ 'audits' => 'Audits',
'audit_report' => 'Sổ ghi chép đánh giá',
'assets' => 'Tài sản',
'assets_audited' => 'tài sản đã được kiểm toán',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Đổi mật khẩu',
'checkin' => 'Checkin',
'checkin_from' => 'Checkin từ',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Checkout',
'checkouts_count' => 'Thu hồi tài sản',
'checkins_count' => 'Đăng ký tài sản',
@@ -79,7 +82,7 @@ return [
'consumables' => 'Vật tư phụ',
'country' => 'Nước',
'could_not_restore' => 'Khôi phục lỗi :item_type: :Lỗi',
- 'not_deleted' => 'The :item_type was not deleted and therefore cannot be restored',
+ 'not_deleted' => '',
'create' => 'Tạo mới',
'created' => 'Mục đã tạo',
'created_asset' => 'tài sản đã tạo',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Chỉnh sửa hồ sơ của bạn',
'eol' => 'EOL',
'email_domain' => 'Tên miền email',
- 'email_format' => 'Định dạng Email',
'employee_number' => 'Mã số nhân viên',
'email_domain_help' => 'Địa chỉ này được sử dụng để tạo địa chỉ email khi nhập',
'error' => 'Lỗi',
'exclude_archived' => 'Loại trừ tài sản đã lưu trữ',
'exclude_deleted' => 'Loại trừ các tài sản đã xóa',
'example' => ' Ví dụ: ',
- 'filastname_format' => 'Tên Họ Tên Đầu tiên (jsmith@example.com)',
- 'firstname_lastname_format' => 'Họ Tên Họ (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'Tên họ (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => 'Tên của bạn (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'Ký tự đầu Tên Họ (jsmith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'Tên Họ (jane_smith)',
- 'lastname_firstname_display' => 'Họ và tên (Smith Jane)',
- 'name_display_format' => 'Định dạng hiển thị tên',
- 'first' => 'Đầu tiên',
- 'firstnamelastname' => 'Tên Họ (jane_smith@example.com)',
- 'lastname_firstinitial' => 'Họ trước Tên sau (smith_j@example.com)',
- 'firstinitial.lastname' => 'Tên trước Họ sau (j.smith@example.com)',
- 'firstnamelastinitial' => 'Tên Họ Viết tắt (janes@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'Họ và tên đệm',
- 'first_name_format' => 'Tên (jane@example.com)',
+
'files' => 'Các tập tin',
'file_name' => 'Tập tin',
'file_type' => 'Kiểu của tập tin',
@@ -183,6 +169,11 @@ return [
'last' => 'Cuối',
'last_login' => 'Lân đăng nhập cuôi',
'last_name' => 'Tên',
+ 'firstname_lastname_display' => 'Tên Họ (jane_smith)',
+ 'lastname_firstname_display' => 'Họ và tên (Smith Jane)',
+ 'name_display_format' => 'Định dạng hiển thị tên',
+ 'first' => 'Đầu tiên',
+ 'first_name' => 'Họ và tên đệm',
'license' => 'Bản quyền',
'license_report' => 'Báo cáo bản quyền',
'licenses_available' => 'Giấy phép có sẵn',
@@ -311,7 +302,6 @@ return [
'type' => 'Loại',
'undeployable' => 'Không cho phép cấp phát',
'unknown_admin' => 'Unknown Admin',
- 'username_format' => 'Định dạng Tên người dùng',
'username' => 'Tên đăng nhập',
'update' => 'Cập nhật',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/vi-VN/localizations.php b/resources/lang/vi-VN/localizations.php
index fdca1532b..827ed4fca 100644
--- a/resources/lang/vi-VN/localizations.php
+++ b/resources/lang/vi-VN/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malay',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolian',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persian',
'pl-PL'=> 'Polish',
diff --git a/resources/lang/vi-VN/mail.php b/resources/lang/vi-VN/mail.php
index ca17e8cd3..891f2cfdf 100644
--- a/resources/lang/vi-VN/mail.php
+++ b/resources/lang/vi-VN/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Min QTY',
'name' => 'Tên',
'new_item_checked' => 'Một mục mới đã được kiểm tra dưới tên của bạn, chi tiết dưới đây.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Ghi chú',
'password' => 'Mật khẩu',
'password_reset' => 'Đặt lại mật khẩu',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'Hiện có :count tài sản sẽ được xem xét trong :threshold này nữa.',
'user' => 'Người dùng',
'username' => 'Tên đăng nhập',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Chào mừng: tên',
'welcome_to' => 'Chào mừng đến với: web!',
'your_assets' => 'Xen qua tài sản của bạn',
diff --git a/resources/lang/zh-CN/admin/custom_fields/general.php b/resources/lang/zh-CN/admin/custom_fields/general.php
index d0f9d7bcc..56728ad32 100644
--- a/resources/lang/zh-CN/admin/custom_fields/general.php
+++ b/resources/lang/zh-CN/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => '此字段已加密,因此一些显示选项将不可用。',
'display_checkin' => '在归还表格中显示',
'display_checkout' => '在借出表格中显示',
+ 'display_audit' => '在盘点表中显示',
];
diff --git a/resources/lang/zh-CN/admin/depreciations/general.php b/resources/lang/zh-CN/admin/depreciations/general.php
index eb1022237..ff7cc2941 100644
--- a/resources/lang/zh-CN/admin/depreciations/general.php
+++ b/resources/lang/zh-CN/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => '警告:
您目前没有设置任何折旧。
请设置至少一个折旧来查看折旧报告。',
+ 'depreciation_method' => '折旧办法',
+ 'linear_depreciation' => '线性(默认)',
+ 'half_1' => '半年惯例,始终适用',
+ 'half_2' => '半年惯例,有条件适用',
];
diff --git a/resources/lang/zh-CN/admin/hardware/form.php b/resources/lang/zh-CN/admin/hardware/form.php
index f37f182d5..84ed6a585 100644
--- a/resources/lang/zh-CN/admin/hardware/form.php
+++ b/resources/lang/zh-CN/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => '仅更新实际位置',
'asset_not_deployable' => '该资产状态为不可部署。无法借出此资产。',
'asset_not_deployable_checkin' => '此资产状态为不可部署。使用此状态标签将会归还资产。',
- 'asset_deployable' => '该状态为可部署。可以借出此资产。',
+ 'asset_deployable' => '此资产可以借出。',
'processing_spinner' => '处理中...(对于大型文件可能需要一些时间)',
'optional_infos' => '可选信息',
'order_details' => '订单相关信息',
diff --git a/resources/lang/zh-CN/admin/hardware/general.php b/resources/lang/zh-CN/admin/hardware/general.php
index 0cd46f8ee..8138c5917 100644
--- a/resources/lang/zh-CN/admin/hardware/general.php
+++ b/resources/lang/zh-CN/admin/hardware/general.php
@@ -5,7 +5,7 @@ return [
'about_assets_text' => '资产是按照序列号或者资产标签跟踪的物品。可以标记特殊物品为高价值资产。',
'archived' => '已存档',
'asset' => '资产',
- 'bulk_checkout' => '批量借出',
+ 'bulk_checkout' => '批量签出',
'bulk_checkin' => '批量归还',
'checkin' => '借入资产',
'checkout' => '借出资产',
diff --git a/resources/lang/zh-CN/admin/hardware/message.php b/resources/lang/zh-CN/admin/hardware/message.php
index 1f35eca3d..da881c57a 100644
--- a/resources/lang/zh-CN/admin/hardware/message.php
+++ b/resources/lang/zh-CN/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => '选择的文件已被删除',
'header_row_has_malformed_characters' => '标题行中的一个或多个属性包含格式错误的 UTF-8 字符',
'content_row_has_malformed_characters' => '第一行内容中的一个或多个属性包含格式错误的 UTF-8 字符',
+ 'transliterate_failure' => '从 :encoding 到 UTF-8 翻译失败,因为输入的字符无效'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => '未能成功请求分配资产,请重试。',
- 'success' => '成功请求资产',
- 'canceled' => '借出申请已取消。',
+ 'error' => '申请失败,请重试。',
+ 'success' => '申请提交成功。',
+ 'canceled' => '申请已取消。',
+ 'cancel' => '取消申请此物品',
],
];
diff --git a/resources/lang/zh-CN/admin/reports/general.php b/resources/lang/zh-CN/admin/reports/general.php
index 55c11d1a2..5f64f0714 100644
--- a/resources/lang/zh-CN/admin/reports/general.php
+++ b/resources/lang/zh-CN/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => '请选择你要报备资产的选项。',
'deleted_user' => '已删除用户',
'send_reminder' => '发送提醒',
+ 'cannot_send_reminder' => '用户已被删除或没有电子邮件地址,因此无法接收提醒',
'reminder_sent' => '提醒信息已发送',
'acceptance_deleted' => '接受请求已删除',
'acceptance_request' => '接受请求',
diff --git a/resources/lang/zh-CN/admin/settings/general.php b/resources/lang/zh-CN/admin/settings/general.php
index 8d7f0c3a0..a3fc43813 100644
--- a/resources/lang/zh-CN/admin/settings/general.php
+++ b/resources/lang/zh-CN/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => '确认清除',
'confirm_purge_help' => '在下面的框中输入文本“DELETE”以清除已删除的记录。此操作无法撤消,将永久删除所有软删除的项目和用户。(为了安全起见,你应该先做个备份。)',
'custom_css' => '自定义 CSS',
+ 'custom_css_placeholder' => '添加您的自定义 CSS',
'custom_css_help' => '键入你喜欢的CSS格式覆盖。不要包括:<style></style> 标签。',
'custom_forgot_pass_url' => '密码重置网址',
'custom_forgot_pass_url_help' => '这将替换登录屏幕上的忘记密码URL,有助于将用户引导至内部或托管的LDAP密码重置服务。它将禁用本地用户密码重置功能。',
@@ -57,10 +58,8 @@ return [
'display_eol' => '以表格形式显示寿命期限',
'display_qr' => '显示二维码',
'display_alt_barcode' => '显示条码',
- 'email_logo' => '电子邮件标志',
'barcode_type' => '二维码类型',
'alt_barcode_type' => '条码类型',
- 'email_logo_size' => '电子邮件中最好使用方形标志。 ',
'enabled' => '启用',
'eula_settings' => '最终用户许可协议(EULA)设置',
'eula_markdown' => 'EULA中可以使用Github flavored markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => '收藏图标 应该是方形图像,16x16像素。',
'footer_text' => '附加页脚文本 ',
'footer_text_help' => '此文本将显示在右侧页脚中。链接允许使用 Github flavored markdown。换行符、页眉、图像等可能会导致不可预知的结果。',
+ 'footer_text_placeholder' => '可选页脚文本',
'general_settings' => '一般设置',
'general_settings_help' => '默认的 EULA和更多',
'generate_backup' => '生成备份',
'google_workspaces' => 'Google Workspaces',
'header_color' => '标题颜色',
'info' => '这些设置允许您自定义安装的某些方面',
- 'label_logo' => '标签标志',
'label_logo_size' => '方形标志看起来最好——将显示在每个资产标签的右上角。 ',
'laravel' => 'Laravel版本',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'LDAP 版本',
'ldap_active_flag' => 'LDAP 启用标志',
'ldap_activated_flag_help' => '此值用于确定同步用户是否可以登录到 Snipe-IT。 它不会影响物品是否可以借出或归还给这些用户,此值应该是您的 AD/LDAP 中 属性名称(attribute name) , 而不是值。
如果此字段设置为您的 AD/LDAP 中不存在的字段名称,或 AD/LDAP 字段中的值被设置为 0
或 false
, 用户登录将被禁用。 如果AD/LDAP字段中的值被设置为 1
或 true
或 其他文本 那意味着用户可以登录。 当此字段在您的AD域控中为空时,我们会尊重 userAccountControl
属性,通常允许非暂停用户登录。',
+ 'ldap_invert_active_flag' => 'LDAP 反向激活标识',
+ 'ldap_invert_active_flag_help' => '如果启用:当LDAP Active Markets 返回值为 0
或 false
用户帐户将被激活。',
'ldap_emp_num' => 'LDAP 员工号',
'ldap_email' => 'LDAP Email',
'ldap_test' => '测试 LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => '浏览器版本(User Agent)',
'login_help' => '尝试登录的列表',
'login_note' => '登陆提示',
+ 'login_note_placeholder' => "如果您没有登录名或发现属于本公司的设备,请致电 888-555-1212寻求技术支持。谢谢。",
'login_note_help' => '可选择性地在登陆界面显示一些信息,例如给找到丢失或者被偷设备的用户提供帮助。这里支持Github的markdown语法。',
'login_remote_user_text' => '远程用户登录选项',
'login_remote_user_enabled_text' => '启用远程用户头登录',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => '在打印资产列表中使用品牌 ',
'full_multiple_companies_support_help_text' => '限制归属特定公司的用户(包括管理员)仅能访问该公司资产',
'full_multiple_companies_support_text' => '完整多企业支持',
+ 'scope_locations_fmcs_support_text' => '支持多个分公司架构的位置范围限定',
+ 'scope_locations_fmcs_support_help_text' => '旧版本中位置信息不受特定分公司限制。当禁用此配置项时,系统将保持与旧版本兼容模式,允许跨分公司使用位置数据;若启用该配置项,则位置数据将被严格限定在已选分公司范围内。',
'show_in_model_list' => '在模型下拉列表中显示',
'optional' => '可选',
'per_page' => '每页搜索结果',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => '下一步:创建用户',
'ldap_settings_link' => 'LDAP 设置页面',
'slack_test' => '测试 集成',
+ 'status_label_name' => '状态标签名称',
+ 'super_admin_only' => '仅限超级管理员',
'label2_enable' => '新标签引擎',
'label2_enable_help' => '切换到新的标签引擎。 注意:在设置其他设置之前,您需要保存此设置。',
'label2_template' => '模板',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => '数据将被二维码所包含',
'label2_fields' => '字段定义',
'label2_fields_help' => '字段可以在左列中添加、删除和重新排序。对于每个字段,可以在右列中添加、删除和重新排序包括标签、数据源等多个选项。',
+ 'purge_barcodes' => '清除条形码',
'help_asterisk_bold' => '输入为 **text**
的文本将显示为粗体。',
'help_blank_to_use' => '留空以使用 :setting_name
的值',
'help_default_will_use' => ':default
将使用来自 :setting_name
的值。
请注意,条码的值必须符合各自的条码规范才能成功生成。详情请见 文档 了解更多细节。 ',
@@ -378,15 +385,70 @@ return [
'database_driver' => '数据库驱动程序',
'bs_table_storage' => '表存储',
'timezone' => '时区',
+ 'test_mail' => '测试邮件',
'profile_edit' => '编辑个人资料',
'profile_edit_help' => '允许用户编辑自己的个人资料。',
- 'default_avatar' => '上传自定义默认头像',
+ 'default_avatar' => '自定义默认头像',
'default_avatar_help' => '如果用户没有个人资料照片,此图像将作为个人资料显示。',
'restore_default_avatar' => '恢复 原始系统默认头像',
'restore_default_avatar_help' => '',
'due_checkin_days' => '到期归还警告',
'due_checkin_days_help' => '资产应在预计归还多少天前列入“到期归还”页面中?',
'no_groups' => '尚未创建任何群组。请访问Admin Settings > Permission Groups
添加权限群组。',
+ 'text' => '文本',
+
+ 'username_formats' => [
+ 'username_format' => '用户名格式',
+ 'firstname_lastname_format' => '名 姓,例如(jane.smith)',
+ 'first_name_format' => '名,例如 (jane)',
+ 'last_name_format' => '姓氏(doe)',
+ 'filastname_format' => '名首字母 姓,例如(jsmith)',
+ 'lastnamefirstinitial_format' => '姓 名首字母, 例如(smithj)',
+ 'firstname_lastname_underscore_format' => '名 姓,例如(jane_smith)',
+ 'firstinitial.lastname' => '名首字母 姓,例如(j.smith)',
+ 'lastname_firstinitial' => '姓 名首字母,例如 (smith_j)',
+ 'lastname_dot_firstinitial_format' => '姓 名首字母,例如 (smith.j)',
+ 'firstnamelastname' => '名 姓,例如 (janesmith)',
+ 'firstnamelastinitial' => '名 姓首字母,例如(janes)',
+ 'lastnamefirstname' => '姓 名,例如(smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Email格式',
+ 'firstname_lastname_format' => '名 姓,例如(jane.smith@example.com)',
+ 'first_name_format' => '名,例如 (jane@example.com)',
+ 'last_name_format' => '姓氏(doe@example.com)',
+ 'filastname_format' => '名首字母 姓,例如(jsmith@example.com)',
+ 'lastnamefirstinitial_format' => '姓 名首字母, 例如(smithj@example.com)',
+ 'firstname_lastname_underscore_format' => '名 姓,例如(jane_smith@example.com)',
+ 'firstinitial.lastname' => '名首字母 姓,例如(j.smith@example.com)',
+ 'lastname_firstinitial' => '姓 名首字母,例如 (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => '姓氏.名字首字母(smith.j@example.com)',
+ 'firstnamelastname' => '名 姓,例如 (janesmith@example.com)',
+ 'firstnamelastinitial' => '名 姓首字母,例如(janes@example.com)',
+ 'lastnamefirstname' => '姓氏.名字 (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => '电子邮件Logo',
+ 'label_logo' => '标签Logo',
+ 'logo' => '站点Logo',
+ 'favicon' => '网站图标',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => '电子邮件中的方形Logo看起来最好。 ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => '文本',
+ 'logo' => '徽标',
+ 'logo_and_text' => 'Logo 和文本',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/zh-CN/admin/settings/message.php b/resources/lang/zh-CN/admin/settings/message.php
index 2c72909e0..d536e7fe2 100644
--- a/resources/lang/zh-CN/admin/settings/message.php
+++ b/resources/lang/zh-CN/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => '出错了:( ',
'webhook_fail' => ' webhook 通知失败:请检查以确保URL仍然有效。',
'webhook_channel_not_found' => ' 未找到 webhook 频道。'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => '您的设置未保存。',
+ 'mismatch' => '在启用位置范围限定功能之前,数据库中有1个待处理项目需要您关注。|在启用位置范围限定功能之前,数据库中有:count个待处理项目需要您关注。',
+ ],
+
];
diff --git a/resources/lang/zh-CN/auth.php b/resources/lang/zh-CN/auth.php
index 609610231..846954c32 100644
--- a/resources/lang/zh-CN/auth.php
+++ b/resources/lang/zh-CN/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => '这些凭据与我们的记录不匹配。',
'password' => '提供的密码不正确。',
- 'throttle' => '登录次数过多。请在 :seconds 秒后重试。',
+ 'throttle' => '登录尝试次数太多。请在 :minutes 分钟后重试。',
);
diff --git a/resources/lang/zh-CN/auth/message.php b/resources/lang/zh-CN/auth/message.php
index a84467307..8ba665767 100644
--- a/resources/lang/zh-CN/auth/message.php
+++ b/resources/lang/zh-CN/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => '用户名或密码错误',
'account_not_activated' => '用户还未激活',
'account_suspended' => '账户已经被停用',
- 'account_banned' => '账户已经被禁用',
- 'throttle' => '登录失败的次数太多。请在 :minutes分钟后重试。',
'two_factor' => array(
'already_enrolled' => '您的设备已经登记了。',
diff --git a/resources/lang/zh-CN/general.php b/resources/lang/zh-CN/general.php
index 6eb13a321..d0ad71797 100644
--- a/resources/lang/zh-CN/general.php
+++ b/resources/lang/zh-CN/general.php
@@ -2,10 +2,10 @@
return [
'2FA_reset' => '2FA(双因素认证) 重置',
- 'accessories' => '附属品',
+ 'accessories' => '配件',
'activated' => '已激活',
'accepted_date' => '接受日期',
- 'accessory' => '附属品',
+ 'accessory' => '配件',
'accessory_report' => '配件报告',
'action' => '操作',
'activity_report' => '活动报告',
@@ -15,7 +15,7 @@ return [
'superuser' => '超级用户',
'superuser_tooltip' => '此用户拥有超级用户权限',
'administrator' => '管理员',
- 'add_seats' => '已增加空位',
+ 'add_seats' => '已增加席位',
'age' => "年龄",
'all_assets' => '所有资产',
'all' => '所有',
@@ -30,15 +30,16 @@ return [
'accept_assets' => '接受资产 :name',
'accept_assets_menu' => '接受资产',
'accept_item' => '接受物品',
- 'audit' => '审计',
+ 'audit' => '盘点',
+ 'audits' => '盘点',
'audit_report' => '审核日志',
'assets' => '资产',
'assets_audited' => '已盘点资产',
'assets_checked_in_count' => '资产已归还',
- 'assets_checked_out_count' => '资产已借出',
+ 'assets_checked_out_count' => '资产已签出',
'asset_deleted_warning' => '此资产已被删除。您必须先恢复它才能将其分配给某人。',
'assigned_date' => '分配日期',
- 'assigned_to' => '借出给:name的资产',
+ 'assigned_to' => '分配给:name的资产',
'assignee' => '分配给',
'avatar_delete' => '删除头像',
'avatar_upload' => '上传头像',
@@ -46,7 +47,7 @@ return [
'bad_data' => '未发现任何东西,是否数据错误?',
'bulkaudit' => '批量审核',
'bulkaudit_status' => '盘点状态',
- 'bulk_checkout' => '批量借出',
+ 'bulk_checkout' => '批量签出',
'bulk_edit' => '批量编辑',
'bulk_delete' => '批量删除',
'bulk_actions' => '批量操作',
@@ -62,6 +63,8 @@ return [
'changepassword' => '修改密码',
'checkin' => '归还',
'checkin_from' => '输入来源',
+ 'checkin_note' => '归还备注',
+ 'checkout_note' => '签出备注',
'checkout' => '借出',
'checkouts_count' => '签出',
'checkins_count' => '签入',
@@ -118,30 +121,13 @@ return [
'editprofile' => '修改简介',
'eol' => '寿命',
'email_domain' => '邮件域',
- 'email_format' => '电子邮件格式',
'employee_number' => '员工号码',
'email_domain_help' => '这在导入时用以生成电子邮件地址',
'error' => '错误',
'exclude_archived' => '排除归档资产',
'exclude_deleted' => '排除已删除的资产',
'example' => '示例︰ ',
- 'filastname_format' => '缩写名 姓,例如(jsmith@example.com)',
- 'firstname_lastname_format' => '名 姓,例如 (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => '名 姓,例如(jane_smith@example.com)',
- 'lastnamefirstinitial_format' => '姓氏首字母(smithj@example.com)',
- 'firstintial_dot_lastname_format' => '缩写名 姓,例如(jsmith@example.com)',
- 'lastname_dot_firstinitial_format' => '姓氏.名字首字母(smith.j@example.com)',
- 'firstname_lastname_display' => '名 姓,例如 (Jane Smith)',
- 'lastname_firstname_display' => '姓 名,例如 (Smith Jane)',
- 'name_display_format' => '姓名显示格式',
- 'first' => '首页',
- 'firstnamelastname' => '名 姓,例如 (jane.smith@example.com)',
- 'lastname_firstinitial' => '姓 缩写名, 例如 (smith_j@example.com)',
- 'firstinitial.lastname' => '缩写名 姓,例如(jsmith@example.com)',
- 'firstnamelastinitial' => '名 姓,例如 (jane.smith@example.com)',
- 'lastnamefirstname' => '姓氏.名字 (smith.jane@example.com)',
- 'first_name' => '名字',
- 'first_name_format' => '名,例如 (jane@example.com)',
+
'files' => '文件',
'file_name' => '文件',
'file_type' => '文件类型',
@@ -183,6 +169,11 @@ return [
'last' => '最后页',
'last_login' => '上一次登陆:',
'last_name' => '姓氏',
+ 'firstname_lastname_display' => '名 姓,例如 (Jane Smith)',
+ 'lastname_firstname_display' => '姓 名,例如 (Smith Jane)',
+ 'name_display_format' => '姓名显示格式',
+ 'first' => '首页',
+ 'first_name' => '名字',
'license' => '授权许可',
'license_report' => '授权许可报告',
'licenses_available' => '许可可用',
@@ -221,7 +212,7 @@ return [
'no' => '否',
'notes' => '备注',
'note_added' => '备注已添加',
- 'options' => 'Options',
+ 'options' => '选项',
'preview' => '预览',
'add_note' => '添加备注',
'note_edited' => '备注已编辑',
@@ -311,7 +302,6 @@ return [
'type' => '类型',
'undeployable' => '无法被分配',
'unknown_admin' => '未知管理员',
- 'username_format' => '用户名格式',
'username' => '用户名',
'update' => '更新',
'updating_item' => '正在更新 :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => '归还 :name',
],
+ 'skins' => [
+ 'site_default' => '站点默认',
+ 'default_blue' => '默认蓝色',
+ 'blue_dark' => '蓝色(深色模式)',
+ 'green' => '深绿色',
+ 'green_dark' => '绿色(深色模式)',
+ 'red' => '暗红色',
+ 'red_dark' => '红色(深色模式)',
+ 'orange' => '暗橙色',
+ 'orange_dark' => '橙色(深色模式)',
+ 'black' => '黑色',
+ 'black_dark' => '黑色(深色模式)',
+ 'purple' => '紫色',
+ 'purple_dark' => '紫色(深色模式)',
+ 'yellow' => '黄色',
+ 'yellow_dark' => '黄色(深色模式)',
+ 'high_contrast' => '高对比度',
+
+ ],
+
'select_all_none' => '选择/取消选择所有',
'generic_model_not_found' => ':model 未找到或您没有访问权限',
- 'deleted_models' => 'Deleted Asset Models',
- 'deleted_users' => 'Deleted Users',
+ 'deleted_models' => '已删除的资产型号',
+ 'deleted_users' => '已删除的用户',
+ 'cost_each' => '每项:amount',
+ 'remove_current_image' => '删除当前 :type 图像',
];
diff --git a/resources/lang/zh-CN/localizations.php b/resources/lang/zh-CN/localizations.php
index 599a81b25..2e93060cf 100644
--- a/resources/lang/zh-CN/localizations.php
+++ b/resources/lang/zh-CN/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> '马来文',
'mi-NZ'=> 'Maori',
'mn-MN'=> '蒙古语',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> '挪威语 (博克马尔语)',
+ 'om-ET' => '奥罗莫语(埃塞俄比亚)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> '波斯文',
'pl-PL'=> '波兰语',
diff --git a/resources/lang/zh-CN/mail.php b/resources/lang/zh-CN/mail.php
index feca99410..e0d0185af 100644
--- a/resources/lang/zh-CN/mail.php
+++ b/resources/lang/zh-CN/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => '最小数量',
'name' => '名字',
'new_item_checked' => '一项新物品已分配至您的名下,详细信息如下。',
+ 'new_item_checked_with_acceptance' => '一件新物品已借至您的名下,需要签收,详情如下。',
+ 'recent_item_checked' => '有一件物品刚刚借至您的名下,需要签收,详情如下。',
'notes' => '备注',
'password' => '密码',
'password_reset' => '密码重置',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => '有:count 项资产将在:threshold 天内进行审计.|有:count 项资产将在:threshold 天内进行审计。',
'user' => '用户',
'username' => '用户名',
- 'unaccepted_asset_reminder' => '您有未接受的资产。',
+ 'unaccepted_asset_reminder' => '提醒:您有未接受的资产。',
'welcome' => '欢迎您,:name',
'welcome_to' => '欢迎来到 :web!',
'your_assets' => '查看您的资产',
diff --git a/resources/lang/zh-HK/admin/custom_fields/general.php b/resources/lang/zh-HK/admin/custom_fields/general.php
index f17eedda1..c9ae61c96 100644
--- a/resources/lang/zh-HK/admin/custom_fields/general.php
+++ b/resources/lang/zh-HK/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/zh-HK/admin/depreciations/general.php b/resources/lang/zh-HK/admin/depreciations/general.php
index 1a5666f9d..4a9a9b8cd 100644
--- a/resources/lang/zh-HK/admin/depreciations/general.php
+++ b/resources/lang/zh-HK/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Warning:
You do not currently have any depreciations set up.
Please set up at least one depreciation to view the depreciation report.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/zh-HK/admin/hardware/form.php b/resources/lang/zh-HK/admin/hardware/form.php
index e50a32bd0..fab19fea1 100644
--- a/resources/lang/zh-HK/admin/hardware/form.php
+++ b/resources/lang/zh-HK/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Update only actual location',
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
'optional_infos' => 'Optional Information',
'order_details' => 'Order Related Information',
diff --git a/resources/lang/zh-HK/admin/hardware/message.php b/resources/lang/zh-HK/admin/hardware/message.php
index 605c1fe23..c19bc6364 100644
--- a/resources/lang/zh-HK/admin/hardware/message.php
+++ b/resources/lang/zh-HK/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Asset was not requested, please try again',
- 'success' => 'Asset requested successfully.',
- 'canceled' => 'Checkout request successfully canceled',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Cancel this item request',
],
];
diff --git a/resources/lang/zh-HK/admin/reports/general.php b/resources/lang/zh-HK/admin/reports/general.php
index ea22b07df..ed8bf1a15 100644
--- a/resources/lang/zh-HK/admin/reports/general.php
+++ b/resources/lang/zh-HK/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Select the options you want for your asset report.',
'deleted_user' => 'Deleted user',
'send_reminder' => 'Send reminder',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Reminder sent',
'acceptance_deleted' => 'Acceptance request deleted',
'acceptance_request' => 'Acceptance request',
diff --git a/resources/lang/zh-HK/admin/settings/general.php b/resources/lang/zh-HK/admin/settings/general.php
index ad21bbb64..27b185d7c 100644
--- a/resources/lang/zh-HK/admin/settings/general.php
+++ b/resources/lang/zh-HK/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'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',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.',
'custom_forgot_pass_url' => 'Custom Password Reset URL',
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Display EOL in table view',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => 'Display 1D barcode',
- 'email_logo' => 'Email Logo',
'barcode_type' => '2D Barcode Type',
'alt_barcode_type' => '1D barcode type',
- 'email_logo_size' => 'Square logos in email look best. ',
'enabled' => 'Enabled',
'eula_settings' => 'EULA Settings',
'eula_markdown' => 'This EULA allows Github flavored markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favicons should be square images, 16x16 pixels.',
'footer_text' => 'Additional Footer Text ',
'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'General Settings',
'general_settings_help' => 'Default EULA and more',
'generate_backup' => 'Generate Backup',
'google_workspaces' => 'Google Workspaces',
'header_color' => 'Header Color',
'info' => 'These settings let you customize certain aspects of your installation.',
- 'label_logo' => 'Label Logo',
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'Laravel Version',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'LDAP Version',
'ldap_active_flag' => 'LDAP Active Flag',
'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. It does not affect the ability to check items in or out to them, and should be the attribute name within your AD/LDAP, not the value.
If this field is set to a field name that does not exist in your AD/LDAP, or the value in the AD/LDAP field is set to 0
or false
, user login will be disabled. If the value in the AD/LDAP field is set to 1
or true
or any other text means the user can log in. When the field is blank in your AD, we respect the userAccountControl
attribute, which usually allows non-suspended users to log in.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'LDAP Employee Number',
'ldap_email' => 'LDAP Email',
'ldap_test' => 'Test LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User Agent',
'login_help' => 'List of attempted logins',
'login_note' => 'Login Note',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown',
'login_remote_user_text' => 'Remote User login options',
'login_remote_user_enabled_text' => 'Enable Login with Remote User Header',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'full_multiple_companies_support_help_text' => 'Restricting users (including admins) assigned to companies to their company\'s assets.',
'full_multiple_companies_support_text' => 'Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Show in Model Dropdowns',
'optional' => 'optional',
'per_page' => 'Results Per Page',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Next: Create User',
'ldap_settings_link' => 'LDAP Settings Page',
'slack_test' => 'Test Integration',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'New Label Engine',
'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.',
'label2_template' => 'Template',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Field Definitions',
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Text entered as **text**
will be displayed as bold',
'help_blank_to_use' => 'Leave blank to use the value from :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
.
Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see the documentation for more details. ',
@@ -378,15 +385,70 @@ return [
'database_driver' => 'Database Driver',
'bs_table_storage' => 'Table Storage',
'timezone' => 'Timezone',
+ 'test_mail' => 'Test Mail',
'profile_edit' => 'Edit Profile',
'profile_edit_help' => 'Allow users to edit their own profiles.',
- 'default_avatar' => 'Upload custom default avatar',
+ 'default_avatar' => 'Custom Default Avatar',
'default_avatar_help' => 'This image will be displayed as a profile if a user does not have a profile photo.',
'restore_default_avatar' => 'Restore original system default avatar',
'restore_default_avatar_help' => '',
'due_checkin_days' => 'Due For Checkin Warning',
'due_checkin_days_help' => 'How many days before the expected checkin of an asset should it be listed in the "Due for checkin" page?',
'no_groups' => 'No groups have been created yet. Visit Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Username Format',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Email Format',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
+ 'first_name_format' => 'First Name (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Email Logo',
+ 'label_logo' => 'Label Logo',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Square logos in email look best. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/zh-HK/admin/settings/message.php b/resources/lang/zh-HK/admin/settings/message.php
index 9be290174..8d9b40e95 100644
--- a/resources/lang/zh-HK/admin/settings/message.php
+++ b/resources/lang/zh-HK/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Something went wrong. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/zh-HK/auth.php b/resources/lang/zh-HK/auth.php
index db310aa1b..14d8acfce 100644
--- a/resources/lang/zh-HK/auth.php
+++ b/resources/lang/zh-HK/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
- 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/zh-HK/auth/message.php b/resources/lang/zh-HK/auth/message.php
index 588c9069c..08f638d05 100644
--- a/resources/lang/zh-HK/auth/message.php
+++ b/resources/lang/zh-HK/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'The username or password is incorrect.',
'account_not_activated' => 'This user account is not activated.',
'account_suspended' => 'This user account is suspended.',
- 'account_banned' => 'This user account is banned.',
- 'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
'two_factor' => array(
'already_enrolled' => 'Your device is already enrolled.',
diff --git a/resources/lang/zh-HK/general.php b/resources/lang/zh-HK/general.php
index d8726c42e..cd5442232 100644
--- a/resources/lang/zh-HK/general.php
+++ b/resources/lang/zh-HK/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Accept Assets',
'accept_item' => 'Accept Item',
'audit' => 'Audit',
+ 'audits' => 'Audits',
'audit_report' => 'Audit Log',
'assets' => 'Assets',
'assets_audited' => 'assets audited',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'Change Password',
'checkin' => 'Checkin',
'checkin_from' => 'Checkin from',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Checkout',
'checkouts_count' => 'Checkouts',
'checkins_count' => 'Checkins',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Edit Your Profile',
'eol' => 'EOL',
'email_domain' => 'Email Domain',
- 'email_format' => 'Email Format',
'employee_number' => 'Employee Number',
'email_domain_help' => 'This is used to generate email addresses when importing',
'error' => 'Error',
'exclude_archived' => 'Exclude Archived Assets',
'exclude_deleted' => 'Exclude Deleted Assets',
'example' => 'Example: ',
- 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
- 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'First Initial Last Name (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
- 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
- 'name_display_format' => 'Name Display Format',
- 'first' => 'First',
- 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
- 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
- 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
- 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'First Name',
- 'first_name_format' => 'First Name (jane@example.com)',
+
'files' => 'Files',
'file_name' => 'File',
'file_type' => 'File Type',
@@ -183,6 +169,11 @@ return [
'last' => 'Last',
'last_login' => 'Last Login',
'last_name' => 'Last Name',
+ 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
+ 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
+ 'name_display_format' => 'Name Display Format',
+ 'first' => 'First',
+ 'first_name' => 'First Name',
'license' => 'License',
'license_report' => 'License Report',
'licenses_available' => 'Licenses available',
@@ -311,7 +302,6 @@ return [
'type' => 'Type',
'undeployable' => 'Un-deployable',
'unknown_admin' => 'Unknown Admin',
- 'username_format' => 'Username Format',
'username' => 'Username',
'update' => 'Update',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/zh-HK/localizations.php b/resources/lang/zh-HK/localizations.php
index fdca1532b..827ed4fca 100644
--- a/resources/lang/zh-HK/localizations.php
+++ b/resources/lang/zh-HK/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malay',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolian',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persian',
'pl-PL'=> 'Polish',
diff --git a/resources/lang/zh-HK/mail.php b/resources/lang/zh-HK/mail.php
index af6c8d957..d00162e08 100644
--- a/resources/lang/zh-HK/mail.php
+++ b/resources/lang/zh-HK/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'Min QTY',
'name' => 'Name',
'new_item_checked' => 'A new item has been checked out under your name, details are below.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Notes',
'password' => 'Password',
'password_reset' => 'Password Reset',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.',
'user' => 'User',
'username' => 'Username',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Welcome :name',
'welcome_to' => 'Welcome to :web!',
'your_assets' => 'View Your Assets',
diff --git a/resources/lang/zh-TW/admin/custom_fields/general.php b/resources/lang/zh-TW/admin/custom_fields/general.php
index f5dc19b2e..7f359d0b4 100644
--- a/resources/lang/zh-TW/admin/custom_fields/general.php
+++ b/resources/lang/zh-TW/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => '該欄位已加密,因此某些顯示選項將無法使用',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/zh-TW/admin/depreciations/general.php b/resources/lang/zh-TW/admin/depreciations/general.php
index e6cc34ff8..10e8ba441 100644
--- a/resources/lang/zh-TW/admin/depreciations/general.php
+++ b/resources/lang/zh-TW/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => '警告:
你目前沒有設定任何折舊。
請至少設定一次折舊,以查看折舊報告。',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/zh-TW/admin/hardware/form.php b/resources/lang/zh-TW/admin/hardware/form.php
index 8a5ff8d80..68673ef6e 100644
--- a/resources/lang/zh-TW/admin/hardware/form.php
+++ b/resources/lang/zh-TW/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Update only actual location',
'asset_not_deployable' => '該資產狀態無法部署。此資產無法被借出。',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => '該狀態可部署。此資產可以被借出。',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => '處理中... (大型檔案可能需要一些時間)',
'optional_infos' => '選填資訊',
'order_details' => '訂單相關資訊',
diff --git a/resources/lang/zh-TW/admin/hardware/message.php b/resources/lang/zh-TW/admin/hardware/message.php
index 4ecf4ad4b..88783fec0 100644
--- a/resources/lang/zh-TW/admin/hardware/message.php
+++ b/resources/lang/zh-TW/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => '標頭列中的一個或多個屬性包含異常的 UTF-8 字元',
'content_row_has_malformed_characters' => '內容的第一列中的一個或多個屬性包含異常的 UTF-8 字元',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => '申請資產失敗,請重試。',
- 'success' => '申請資產成功。',
- 'canceled' => '借出申請已取消。',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => '取消這項物品的申請',
],
];
diff --git a/resources/lang/zh-TW/admin/reports/general.php b/resources/lang/zh-TW/admin/reports/general.php
index b72f5451e..4461b7f3d 100644
--- a/resources/lang/zh-TW/admin/reports/general.php
+++ b/resources/lang/zh-TW/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => '請選擇資產報表選項。',
'deleted_user' => '删除的用户',
'send_reminder' => '傳送提醒',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => '已發送提醒',
'acceptance_deleted' => '接收申請已刪除',
'acceptance_request' => '接收申請',
diff --git a/resources/lang/zh-TW/admin/settings/general.php b/resources/lang/zh-TW/admin/settings/general.php
index 10afedf6e..86335ee67 100644
--- a/resources/lang/zh-TW/admin/settings/general.php
+++ b/resources/lang/zh-TW/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => '確認清除',
'confirm_purge_help' => '在下面的框中輸入文字 "DELETE" 以清除您的已刪除記錄。此操作無法撤銷,並將永久刪除所有軟刪除的項目和使用者。 (在進行此操作之前,您應該先進行備份,以防萬一。)',
'custom_css' => '自訂CSS',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => '輸入您喜歡的CSS格式覆蓋。不要包括 <style></style> 標籤。',
'custom_forgot_pass_url' => '自訂密碼重置網址',
'custom_forgot_pass_url_help' => '這將替換登錄屏幕上的忘記密碼URL,有助於將用戶引導至內部或託管的LDAP密碼重置功能。它將禁用本地用戶遺忘密的碼功能。',
@@ -57,10 +58,8 @@ return [
'display_eol' => '以表格形式顯示EOL',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => '顯示條碼',
- 'email_logo' => 'Email Logo',
'barcode_type' => '二維條碼類型',
'alt_barcode_type' => '條碼類型',
- 'email_logo_size' => '在電子郵件中看起來最好的是方形標誌。',
'enabled' => '已啟用',
'eula_settings' => 'EULA 設定',
'eula_markdown' => 'EULA中可使用Github flavored markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => '網站圖示應該是方形影象,16x16 像素。',
'footer_text' => '附加頁尾文字',
'footer_text_help' => '此段文字將出現在右側頁尾中。鏈接允許使用 Github風格Markdown。換行符、標題、圖像等可能會導致不可預知的結果。',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => '一般設定',
'general_settings_help' => '預設 EULA 等',
'generate_backup' => '產生備份',
'google_workspaces' => 'Google Workspaces',
'header_color' => '標題顏色',
'info' => '這些設定允許您自訂您的安裝選項',
- 'label_logo' => '標籤標誌',
'label_logo_size' => '方形標誌看起來最好 - 將在每個資產標籤的右上角顯示。',
'laravel' => 'Laravel版本',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'LDAP 版本',
'ldap_active_flag' => 'LDAP 啟用標誌',
'ldap_activated_flag_help' => '此值用於確定同步的使用者是否可以登入 Snipe-IT。 這不會影響他們的能力檢查項目或將其借出,並應該是您的 AD/LDAP 中的屬性名稱,而不是值。
如果此欄位設定為在您的 AD/LDAP 中不存在的欄位名稱,或者 AD/LDAP 欄位中的值設定為 0
或 false
,將停用使用者登入。如果 AD/LDAP 欄位中的值設定為 1
或 true
或 任何其他文字 則表示使用者可以登入。當您的 AD 中的欄位為空時,我們尊重 userAccountControl
屬性,通常允許非暫停的使用者登入。',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'LDAP 員工編號',
'ldap_email' => 'LDAP Email',
'ldap_test' => '測試 LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => '使用者代理',
'login_help' => '嘗試登入的列表',
'login_note' => '登錄說明',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => '可選地,在您的登錄屏幕上包括幾個句子,例如幫助找到丟失或被盜設備的人。此字段接受Github風味的markdown',
'login_remote_user_text' => '遠端使用者登錄選項',
'login_remote_user_enabled_text' => '啟用遠端使用者登錄',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => '在可列印資產清單上使用商標 ',
'full_multiple_companies_support_help_text' => '限制使用者(包括管理員) 僅能存取該公司的資產',
'full_multiple_companies_support_text' => '完整支援多公司',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => '在模型下拉選單中顯示',
'optional' => '可選',
'per_page' => '每頁呈現結果',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => '下一步: 建立使用者',
'ldap_settings_link' => 'LAD 設定頁面',
'slack_test' => '測試 整合',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'New Label Engine',
'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.',
'label2_template' => '範本',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Field Definitions',
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Text entered as **text**
will be displayed as bold',
'help_blank_to_use' => 'Leave blank to use the value from :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
.
Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see the documentation for more details. ',
@@ -378,15 +385,70 @@ return [
'database_driver' => 'Database Driver',
'bs_table_storage' => 'Table Storage',
'timezone' => 'Timezone',
+ 'test_mail' => 'Test Mail',
'profile_edit' => 'Edit Profile',
'profile_edit_help' => 'Allow users to edit their own profiles.',
- 'default_avatar' => 'Upload custom default avatar',
+ 'default_avatar' => 'Custom Default Avatar',
'default_avatar_help' => 'This image will be displayed as a profile if a user does not have a profile photo.',
'restore_default_avatar' => 'Restore original system default avatar',
'restore_default_avatar_help' => '',
'due_checkin_days' => 'Due For Checkin Warning',
'due_checkin_days_help' => 'How many days before the expected checkin of an asset should it be listed in the "Due for checkin" page?',
'no_groups' => 'No groups have been created yet. Visit Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => '使用者名稱格式',
+ 'firstname_lastname_format' => '名 姓,例如 (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Email 格式',
+ 'firstname_lastname_format' => '名 姓,例如 (jane.smith@example.com)',
+ 'first_name_format' => '名,例如 (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => '縮寫名 姓,例如 (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => '姓氏首字母(smithj@example.com)',
+ 'firstname_lastname_underscore_format' => '名字姓氏,例如(jane_smith@example.com)',
+ 'firstinitial.lastname' => '姓氏與名首子母 (j.smith@example.com)',
+ 'lastname_firstinitial' => '姓氏與名首字母 (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => '全名 (janesmith@example.com)',
+ 'firstnamelastinitial' => '名字與姓首字母 (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Email Logo',
+ 'label_logo' => '標籤標誌',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => '在電子郵件中看起來最好的是方形標誌。',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Logo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/zh-TW/admin/settings/message.php b/resources/lang/zh-TW/admin/settings/message.php
index 100d21db9..8e3fe5597 100644
--- a/resources/lang/zh-TW/admin/settings/message.php
+++ b/resources/lang/zh-TW/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => '發生了一些錯誤。 :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/zh-TW/auth.php b/resources/lang/zh-TW/auth.php
index d15cfdf78..123801816 100644
--- a/resources/lang/zh-TW/auth.php
+++ b/resources/lang/zh-TW/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => '此憑證與我們的紀錄不符',
'password' => '輸入的密碼不正確',
- 'throttle' => '登入嘗試次數過多,請在 :seconds 秒後重試',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/zh-TW/auth/message.php b/resources/lang/zh-TW/auth/message.php
index 2c8f111e4..adbe87222 100644
--- a/resources/lang/zh-TW/auth/message.php
+++ b/resources/lang/zh-TW/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => '使用者或密碼錯誤',
'account_not_activated' => '使用者尚未啟用',
'account_suspended' => '使用者已被停用',
- 'account_banned' => '使用者已被禁用',
- 'throttle' => '登入失敗次數太多。請 :minutes 分鐘後再試。',
'two_factor' => array(
'already_enrolled' => '您的設備已經註冊',
diff --git a/resources/lang/zh-TW/general.php b/resources/lang/zh-TW/general.php
index 784f94d43..06fb5bf0e 100644
--- a/resources/lang/zh-TW/general.php
+++ b/resources/lang/zh-TW/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => '授權資產',
'accept_item' => 'Accept Item',
'audit' => '稽核',
+ 'audits' => 'Audits',
'audit_report' => '稽核記錄',
'assets' => '資產',
'assets_audited' => '已稽核資產',
@@ -62,6 +63,8 @@ return [
'changepassword' => '更改密碼',
'checkin' => '繳回',
'checkin_from' => '繳回來源',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => '借出',
'checkouts_count' => '借出',
'checkins_count' => '繳回',
@@ -118,30 +121,13 @@ return [
'editprofile' => '編輯個人資料',
'eol' => 'EOL',
'email_domain' => 'Email 域名',
- 'email_format' => 'Email 格式',
'employee_number' => '員工編號',
'email_domain_help' => '這用在匯入時產生電子郵件地址',
'error' => '錯誤',
'exclude_archived' => '不包括已封存的資產',
'exclude_deleted' => '不包括已刪除的資產',
'example' => '範例: ',
- 'filastname_format' => '縮寫名 姓,例如 (jsmith@example.com)',
- 'firstname_lastname_format' => '名 姓,例如 (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => '名字姓氏,例如(jane_smith@example.com)',
- 'lastnamefirstinitial_format' => '姓氏首字母(smithj@example.com)',
- 'firstintial_dot_lastname_format' => '姓氏與名首子母 (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => '名稱及姓氏(小明 王)',
- 'lastname_firstname_display' => '姓氏及名稱(王 小明)',
- 'name_display_format' => '名稱顯示格式',
- 'first' => '首頁',
- 'firstnamelastname' => '全名 (janesmith@example.com)',
- 'lastname_firstinitial' => '姓氏與名首字母 (smith_j@example.com)',
- 'firstinitial.lastname' => '姓氏與名首子母 (j.smith@example.com)',
- 'firstnamelastinitial' => '名字與姓首字母 (janes@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => '名字',
- 'first_name_format' => '名,例如 (jane@example.com)',
+
'files' => '檔案',
'file_name' => '檔案',
'file_type' => '檔案類型',
@@ -183,6 +169,11 @@ return [
'last' => '最後頁',
'last_login' => '最後登入',
'last_name' => '姓氏',
+ 'firstname_lastname_display' => '名稱及姓氏(小明 王)',
+ 'lastname_firstname_display' => '姓氏及名稱(王 小明)',
+ 'name_display_format' => '名稱顯示格式',
+ 'first' => '首頁',
+ 'first_name' => '名字',
'license' => '授權',
'license_report' => '授權報告',
'licenses_available' => 'Licenses available',
@@ -311,7 +302,6 @@ return [
'type' => '類型',
'undeployable' => '不可佈署',
'unknown_admin' => '未知管理員',
- 'username_format' => '使用者名稱格式',
'username' => '使用者名稱',
'update' => '更新',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/zh-TW/localizations.php b/resources/lang/zh-TW/localizations.php
index c1e8d0cba..1e9c0561d 100644
--- a/resources/lang/zh-TW/localizations.php
+++ b/resources/lang/zh-TW/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> '馬來語',
'mi-NZ'=> '毛利語',
'mn-MN'=> '蒙古語',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> '波斯語',
'pl-PL'=> '波蘭語',
diff --git a/resources/lang/zh-TW/mail.php b/resources/lang/zh-TW/mail.php
index 568c08162..cb351eede 100644
--- a/resources/lang/zh-TW/mail.php
+++ b/resources/lang/zh-TW/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => '最小數量',
'name' => '名字',
'new_item_checked' => '一項新物品已分配至您的名下,詳細資訊如下。',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => '備註',
'password' => '密碼',
'password_reset' => '密碼重設',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => '有 :count 項資產將在接下來的 :threshold 天內進行稽核。|有 :count 項資產將在接下來的 :threshold 天內進行稽核。',
'user' => '使用者',
'username' => '使用者名稱',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => '歡迎您 :name',
'welcome_to' => '歡迎來到 :web!',
'your_assets' => '查看您的資產',
diff --git a/resources/lang/zu-ZA/admin/custom_fields/general.php b/resources/lang/zu-ZA/admin/custom_fields/general.php
index 12e2414e0..8b05e14ff 100644
--- a/resources/lang/zu-ZA/admin/custom_fields/general.php
+++ b/resources/lang/zu-ZA/admin/custom_fields/general.php
@@ -59,5 +59,6 @@ return [
'encrypted_options' => 'This field is encrypted, so some display options will not be available.',
'display_checkin' => 'Display in checkin forms',
'display_checkout' => 'Display in checkout forms',
+ 'display_audit' => 'Display in audit forms',
];
diff --git a/resources/lang/zu-ZA/admin/depreciations/general.php b/resources/lang/zu-ZA/admin/depreciations/general.php
index c0e4b1128..0134b870a 100644
--- a/resources/lang/zu-ZA/admin/depreciations/general.php
+++ b/resources/lang/zu-ZA/admin/depreciations/general.php
@@ -13,4 +13,8 @@ return [
'no_depreciations_warning' => 'Warning:
You do not currently have any depreciations set up.
Please set up at least one depreciation to view the depreciation report.',
+ 'depreciation_method' => 'Depreciation Method',
+ 'linear_depreciation' => 'Linear (Default)',
+ 'half_1' => 'Half-year convention, always applied',
+ 'half_2' => 'Half-year convention, applied with condition',
];
diff --git a/resources/lang/zu-ZA/admin/hardware/form.php b/resources/lang/zu-ZA/admin/hardware/form.php
index 809ff2321..e3a8250ff 100644
--- a/resources/lang/zu-ZA/admin/hardware/form.php
+++ b/resources/lang/zu-ZA/admin/hardware/form.php
@@ -56,7 +56,7 @@ return [
'asset_location_update_actual' => 'Update only actual location',
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
'asset_not_deployable_checkin' => 'That asset status is not deployable. Using this status label will checkin the asset.',
- 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'asset_deployable' => 'This asset can be checked out.',
'processing_spinner' => 'Processing... (This might take a bit of time on large files)',
'optional_infos' => 'Optional Information',
'order_details' => 'Order Related Information',
diff --git a/resources/lang/zu-ZA/admin/hardware/message.php b/resources/lang/zu-ZA/admin/hardware/message.php
index 89070ed73..120fe8ee5 100644
--- a/resources/lang/zu-ZA/admin/hardware/message.php
+++ b/resources/lang/zu-ZA/admin/hardware/message.php
@@ -66,6 +66,7 @@ return [
'file_already_deleted' => 'The file selected was already deleted',
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
+ 'transliterate_failure' => 'Transliteration from :encoding to UTF-8 failed due to invalid characters in input'
],
@@ -99,9 +100,10 @@ return [
],
'requests' => [
- 'error' => 'Ifa alizange liceliwe, sicela uzame futhi',
- 'success' => 'Ifa liceliwe ngempumelelo.',
- 'canceled' => 'Isicelo sokuhlola sikhanseliwe ngempumelelo',
+ 'error' => 'Request was not successful, please try again.',
+ 'success' => 'Request successfully submitted.',
+ 'canceled' => 'Request successfully canceled.',
+ 'cancel' => 'Cancel this item request',
],
];
diff --git a/resources/lang/zu-ZA/admin/reports/general.php b/resources/lang/zu-ZA/admin/reports/general.php
index 28f9012b4..fc9f1644d 100644
--- a/resources/lang/zu-ZA/admin/reports/general.php
+++ b/resources/lang/zu-ZA/admin/reports/general.php
@@ -4,6 +4,7 @@ return [
'info' => 'Khetha okukhethwa kukho okufunayo kumbiko wakho wefa.',
'deleted_user' => 'Deleted user',
'send_reminder' => 'Send reminder',
+ 'cannot_send_reminder' => 'User has been deleted or does not have an email address so cannot receive a reminder',
'reminder_sent' => 'Reminder sent',
'acceptance_deleted' => 'Acceptance request deleted',
'acceptance_request' => 'Acceptance request',
diff --git a/resources/lang/zu-ZA/admin/settings/general.php b/resources/lang/zu-ZA/admin/settings/general.php
index bdd0df7e3..b846c8e5c 100644
--- a/resources/lang/zu-ZA/admin/settings/general.php
+++ b/resources/lang/zu-ZA/admin/settings/general.php
@@ -42,6 +42,7 @@ return [
'confirm_purge' => 'Qinisekisa i-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' => 'I-Custom CSS',
+ 'custom_css_placeholder' => 'Add your custom CSS',
'custom_css_help' => 'Faka noma iyiphi i-CSS yangokwezifiso ongathanda ukuyisebenzisa. Ungafaki amathegi angu-<style></style>.',
'custom_forgot_pass_url' => 'Custom Password Reset URL',
'custom_forgot_pass_url_help' => 'This replaces the built-in forgotten password URL on the login screen, useful to direct people to internal or hosted LDAP password reset functionality. It will effectively disable local user forgotten password functionality.',
@@ -57,10 +58,8 @@ return [
'display_eol' => 'Bonisa i-EOL ekubukeni kwetafula',
'display_qr' => 'Display 2D barcode',
'display_alt_barcode' => 'Bonisa ibhakhodi ye-1D',
- 'email_logo' => 'Email Logo',
'barcode_type' => 'Uhlobo lwe-Barcode ye-2D',
'alt_barcode_type' => 'Uhlobo lwe-barcode lwe-1D',
- 'email_logo_size' => 'Square logos in email look best. ',
'enabled' => 'Enabled',
'eula_settings' => 'Izilungiselelo ze-EULA',
'eula_markdown' => 'Le-EULA ivumela i- i-markdown flavored markdown.',
@@ -69,13 +68,13 @@ return [
'favicon_size' => 'Favicons should be square images, 16x16 pixels.',
'footer_text' => 'Additional Footer Text ',
'footer_text_help' => 'This text will appear in the right-side footer. Links are allowed using Github flavored markdown. Line breaks, headers, images, etc may result in unpredictable results.',
+ 'footer_text_placeholder' => 'Optional footer text',
'general_settings' => 'Izilungiselelo Ezijwayelekile',
'general_settings_help' => 'Default EULA and more',
'generate_backup' => 'Yenza isipele',
'google_workspaces' => 'Google Workspaces',
'header_color' => 'Umbala wekhanda',
'info' => 'Lezi zilungiselelo zikuvumela ukuba wenze ngezici ezithile izici zokufaka kwakho.',
- 'label_logo' => 'Label Logo',
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
'laravel' => 'Inguqulo yeLaravel',
'ldap' => 'LDAP',
@@ -118,6 +117,8 @@ return [
'ldap_version' => 'Inguqulo ye-LDAP',
'ldap_active_flag' => 'I-LDAP i-Flag Active',
'ldap_activated_flag_help' => 'This value is used to determine whether a synced user can login to Snipe-IT. It does not affect the ability to check items in or out to them, and should be the attribute name within your AD/LDAP, not the value.
If this field is set to a field name that does not exist in your AD/LDAP, or the value in the AD/LDAP field is set to 0
or false
, user login will be disabled. If the value in the AD/LDAP field is set to 1
or true
or any other text means the user can log in. When the field is blank in your AD, we respect the userAccountControl
attribute, which usually allows non-suspended users to log in.',
+ 'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
+ 'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0
or false
the user account will be active.',
'ldap_emp_num' => 'Inombolo yabasebenzi be-LDAP',
'ldap_email' => 'I-imeyili ye-LDAP',
'ldap_test' => 'Test LDAP',
@@ -132,6 +133,7 @@ return [
'login_user_agent' => 'User Agent',
'login_help' => 'List of attempted logins',
'login_note' => 'Inothi lokungena ngemvume',
+ 'login_note_placeholder' => "If you do not have a login or have found a device belonging to this company, please call technical support at 888-555-1212. Thank you.",
'login_note_help' => 'Ngokuzikhethela faka imisho embalwa kusikrini sakho sokungena ngemvume, isibonelo ukusiza abantu abatholile idivayisi elahlekile noma eyebiwe. Le nsimu iyakwamukela I-markdown ekhanyisiwe',
'login_remote_user_text' => 'Remote User login options',
'login_remote_user_enabled_text' => 'Enable Login with Remote User Header',
@@ -147,6 +149,8 @@ return [
'logo_print_assets_help' => 'Use branding on printable asset lists ',
'full_multiple_companies_support_help_text' => 'Ukukhawulela abasebenzisi (kufaka phakathi ama-admins) abelwe izinkampani kumpahla yenkampani yabo.',
'full_multiple_companies_support_text' => 'Ama-Multiple Companies Support Support',
+ 'scope_locations_fmcs_support_text' => 'Scope Locations with Full Multiple Companies Support',
+ 'scope_locations_fmcs_support_help_text' => 'In previous versions, locations were not restricted to a particular company. If this setting is disabled, this preserves backward compatibility with older versions and locations can be used across multiple companies. If this setting is enabled, locations are restricted to their selected company.',
'show_in_model_list' => 'Show in Model Dropdowns',
'optional' => 'ukuzikhethela',
'per_page' => 'Imiphumela Ngayo Ikhasi',
@@ -345,6 +349,8 @@ return [
'setup_migration_create_user' => 'Next: Create User',
'ldap_settings_link' => 'LDAP Settings Page',
'slack_test' => 'Test Integration',
+ 'status_label_name' => 'Status Label Name',
+ 'super_admin_only' => 'Super Admin Only',
'label2_enable' => 'New Label Engine',
'label2_enable_help' => 'Switch to the new label engine. Note: You will need to save this setting before setting others.',
'label2_template' => 'Template',
@@ -362,6 +368,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Field Definitions',
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Text entered as **text**
will be displayed as bold',
'help_blank_to_use' => 'Leave blank to use the value from :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
.
Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see the documentation for more details. ',
@@ -378,15 +385,70 @@ return [
'database_driver' => 'Database Driver',
'bs_table_storage' => 'Table Storage',
'timezone' => 'Timezone',
+ 'test_mail' => 'Test Mail',
'profile_edit' => 'Edit Profile',
'profile_edit_help' => 'Allow users to edit their own profiles.',
- 'default_avatar' => 'Upload custom default avatar',
+ 'default_avatar' => 'Custom Default Avatar',
'default_avatar_help' => 'This image will be displayed as a profile if a user does not have a profile photo.',
'restore_default_avatar' => 'Restore original system default avatar',
'restore_default_avatar_help' => '',
'due_checkin_days' => 'Due For Checkin Warning',
'due_checkin_days_help' => 'How many days before the expected checkin of an asset should it be listed in the "Due for checkin" page?',
'no_groups' => 'No groups have been created yet. Visit Admin Settings > Permission Groups
to add one.',
+ 'text' => 'Text',
+
+ 'username_formats' => [
+ 'username_format' => 'Igama lomsebenzisi Ifomethi',
+ 'firstname_lastname_format' => 'Igama Lokuqala Igama Lokugcina (jane.smith)',
+ 'first_name_format' => 'First Name (jane)',
+ 'last_name_format' => 'Last Name (doe)',
+ 'filastname_format' => 'First Initial Last Name (jsmith)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane)',
+ ],
+
+ 'email_formats' => [
+ 'email_format' => 'Ifomethi ye-imeyli',
+ 'firstname_lastname_format' => 'Igama Lokuqala Igama Lokugcina (jane.smith@example.com)',
+ 'first_name_format' => 'Igama Lokuqala (jane@example.com)',
+ 'last_name_format' => 'Last Name (doe@example.com)',
+ 'filastname_format' => 'Igama Lokuqala Lokuqala Lokuqala (jsmith@example.com)',
+ 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
+ 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)',
+ 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
+ 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
+ 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
+ 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
+ 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
+ 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
+ ],
+
+
+
+ 'logo_labels' => [
+ 'acceptance_pdf_logo' => 'PDF Logo',
+ 'email_logo' => 'Email Logo',
+ 'label_logo' => 'Label Logo',
+ 'logo' => 'Site Logo',
+ 'favicon' => 'Favicon',
+ ],
+
+ 'logo_help' => [
+ 'email_logo_size' => 'Square logos in email look best. ',
+ ],
+
+ 'logo_option_types' => [
+ 'text' => 'Text',
+ 'logo' => 'Ilogo',
+ 'logo_and_text' => 'Logo and Text',
+ ],
+
/* Keywords for settings overview help */
diff --git a/resources/lang/zu-ZA/admin/settings/message.php b/resources/lang/zu-ZA/admin/settings/message.php
index 893d17ff2..50b83592f 100644
--- a/resources/lang/zu-ZA/admin/settings/message.php
+++ b/resources/lang/zu-ZA/admin/settings/message.php
@@ -50,5 +50,11 @@ return [
'error_misc' => 'Something went wrong. :( ',
'webhook_fail' => ' webhook notification failed: Check to make sure the URL is still valid.',
'webhook_channel_not_found' => ' webhook channel not found.'
- ]
+ ],
+
+ 'location_scoping' => [
+ 'not_saved' => 'Your settings were not saved.',
+ 'mismatch' => 'There is 1 item in the database that need your attention before you can enable location scoping.|There are :count items in the database that need your attention before you can enable location scoping.',
+ ],
+
];
diff --git a/resources/lang/zu-ZA/auth.php b/resources/lang/zu-ZA/auth.php
index db310aa1b..14d8acfce 100644
--- a/resources/lang/zu-ZA/auth.php
+++ b/resources/lang/zu-ZA/auth.php
@@ -15,6 +15,6 @@ return array(
'failed' => 'These credentials do not match our records.',
'password' => 'The provided password is incorrect.',
- 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+ 'throttle' => 'Too many login attempts. Please try again in :minutes minute(s).',
);
diff --git a/resources/lang/zu-ZA/auth/message.php b/resources/lang/zu-ZA/auth/message.php
index 631e3abf8..7be82f831 100644
--- a/resources/lang/zu-ZA/auth/message.php
+++ b/resources/lang/zu-ZA/auth/message.php
@@ -6,8 +6,6 @@ return array(
'account_not_found' => 'Igama lomsebenzisi noma iphasiwedi alilungile.',
'account_not_activated' => 'Le akhawunti yomsebenzisi ayisebenzi.',
'account_suspended' => 'Le akhawunti yomsebenzisi imiswe okwesikhashana.',
- 'account_banned' => 'Le akhawunti yomsebenzisi ivaliwe.',
- 'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
'two_factor' => array(
'already_enrolled' => 'Your device is already enrolled.',
diff --git a/resources/lang/zu-ZA/general.php b/resources/lang/zu-ZA/general.php
index c792726bd..66d718be9 100644
--- a/resources/lang/zu-ZA/general.php
+++ b/resources/lang/zu-ZA/general.php
@@ -31,6 +31,7 @@ return [
'accept_assets_menu' => 'Accept Assets',
'accept_item' => 'Accept Item',
'audit' => 'I-Audit',
+ 'audits' => 'Audits',
'audit_report' => 'I-Audit Log',
'assets' => 'Amafa',
'assets_audited' => 'assets audited',
@@ -62,6 +63,8 @@ return [
'changepassword' => 'SHINTSHA iphasiwedi',
'checkin' => 'Ngena',
'checkin_from' => 'Hlola kusuka',
+ 'checkin_note' => 'Checkin Note',
+ 'checkout_note' => 'Checkout Note',
'checkout' => 'Hlola',
'checkouts_count' => 'Checkouts',
'checkins_count' => 'Checkins',
@@ -118,30 +121,13 @@ return [
'editprofile' => 'Hlela iphrofayela yakho',
'eol' => 'I-EOL',
'email_domain' => 'Domain Imeyili',
- 'email_format' => 'Ifomethi ye-imeyli',
'employee_number' => 'Employee Number',
'email_domain_help' => 'Lokhu kusetshenziselwa ukhiqiza amakheli e-imeyili uma ungenisa',
'error' => 'Error',
'exclude_archived' => 'Exclude Archived Assets',
'exclude_deleted' => 'Exclude Deleted Assets',
'example' => 'Example: ',
- 'filastname_format' => 'Igama Lokuqala Lokuqala Lokuqala (jsmith@example.com)',
- 'firstname_lastname_format' => 'Igama Lokuqala Igama Lokugcina (jane.smith@example.com)',
- 'firstname_lastname_underscore_format' => 'First Name Last Name (jane_smith@example.com)',
- 'lastnamefirstinitial_format' => 'Last Name First Initial (smithj@example.com)',
- 'firstintial_dot_lastname_format' => 'First Initial Last Name (j.smith@example.com)',
- 'lastname_dot_firstinitial_format' => 'Last Name First Initial (smith.j@example.com)',
- 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
- 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
- 'name_display_format' => 'Name Display Format',
- 'first' => 'Okokuqala',
- 'firstnamelastname' => 'First Name Last Name (janesmith@example.com)',
- 'lastname_firstinitial' => 'Last Name First Initial (smith_j@example.com)',
- 'firstinitial.lastname' => 'First Initial Last Name (j.smith@example.com)',
- 'firstnamelastinitial' => 'First Name Last Initial (janes@example.com)',
- 'lastnamefirstname' => 'Last Name.First Name (smith.jane@example.com)',
- 'first_name' => 'Igama',
- 'first_name_format' => 'Igama Lokuqala (jane@example.com)',
+
'files' => 'Files',
'file_name' => 'Ifayela',
'file_type' => 'File Type',
@@ -183,6 +169,11 @@ return [
'last' => 'Okokugcina',
'last_login' => 'Ukungena ngemvume kokugcina',
'last_name' => 'Isibongo',
+ 'firstname_lastname_display' => 'First Name Last Name (Jane Smith)',
+ 'lastname_firstname_display' => 'Last Name First Name (Smith Jane)',
+ 'name_display_format' => 'Name Display Format',
+ 'first' => 'Okokuqala',
+ 'first_name' => 'Igama',
'license' => 'Ilayisensi',
'license_report' => 'Umbiko Welayisense',
'licenses_available' => 'Licenses available',
@@ -311,7 +302,6 @@ return [
'type' => 'Thayipha',
'undeployable' => 'I-non-deployable',
'unknown_admin' => 'Isilawuli esingaziwa',
- 'username_format' => 'Igama lomsebenzisi Ifomethi',
'username' => 'Igama lomsebenzisi',
'update' => 'Ukubuyekeza',
'updating_item' => 'Updating :item',
@@ -595,9 +585,31 @@ return [
'checkin_item' => 'Checkin :name',
],
+ 'skins' => [
+ 'site_default' => 'Site Default',
+ 'default_blue' => 'Default Blue',
+ 'blue_dark' => 'Blue (Dark Mode)',
+ 'green' => 'Green Dark',
+ 'green_dark' => 'Green (Dark Mode)',
+ 'red' => 'Red Dark',
+ 'red_dark' => 'Red (Dark Mode)',
+ 'orange' => 'Orange Dark',
+ 'orange_dark' => 'Orange (Dark Mode)',
+ 'black' => 'Black',
+ 'black_dark' => 'Black (Dark Mode)',
+ 'purple' => 'Purple',
+ 'purple_dark' => 'Purple (Dark Mode)',
+ 'yellow' => 'Yellow',
+ 'yellow_dark' => 'Yellow (Dark Mode)',
+ 'high_contrast' => 'High Contrast',
+
+ ],
+
'select_all_none' => 'Select/Unselect All',
'generic_model_not_found' => 'That :model was not found or you do not have permission to access it',
'deleted_models' => 'Deleted Asset Models',
'deleted_users' => 'Deleted Users',
+ 'cost_each' => ':amount each',
+ 'remove_current_image' => 'Remove current :type image',
];
diff --git a/resources/lang/zu-ZA/localizations.php b/resources/lang/zu-ZA/localizations.php
index fdca1532b..827ed4fca 100644
--- a/resources/lang/zu-ZA/localizations.php
+++ b/resources/lang/zu-ZA/localizations.php
@@ -40,8 +40,8 @@ return [
'ms-MY'=> 'Malay',
'mi-NZ'=> 'Maori',
'mn-MN'=> 'Mongolian',
- //'no-NO'=> 'Norwegian',
'nb-NO'=> 'Norwegian Bokmål',
+ 'om-ET' => 'Oromo (Ethiopian)',
//'nn-NO'=> 'Norwegian Nynorsk',
'fa-IR'=> 'Persian',
'pl-PL'=> 'Polish',
diff --git a/resources/lang/zu-ZA/mail.php b/resources/lang/zu-ZA/mail.php
index 1b129a647..b4a589c50 100644
--- a/resources/lang/zu-ZA/mail.php
+++ b/resources/lang/zu-ZA/mail.php
@@ -66,6 +66,8 @@ return [
'min_QTY' => 'I-Min QTY',
'name' => 'Igama',
'new_item_checked' => 'Into entsha ihloliwe ngaphansi kwegama lakho, imininingwane ingezansi.',
+ 'new_item_checked_with_acceptance' => 'A new item has been checked out under your name that requires acceptance, details are below.',
+ 'recent_item_checked' => 'An item was recently checked out under your name that requires acceptance, details are below.',
'notes' => 'Amanothi',
'password' => 'Iphasiwedi',
'password_reset' => 'I-Password Setha kabusha',
@@ -88,7 +90,7 @@ return [
'upcoming-audits' => 'There is :count asset that is coming up for audit within :threshold days.|There are :count assets that are coming up for audit within :threshold days.',
'user' => 'Umsebenzisi',
'username' => 'Igama lomsebenzisi',
- 'unaccepted_asset_reminder' => 'You have Unaccepted Assets.',
+ 'unaccepted_asset_reminder' => 'Reminder: You have Unaccepted Assets.',
'welcome' => 'Siyakwamukela: igama',
'welcome_to' => 'Siyakwamukela ku: iwebhu!',
'your_assets' => 'View Your Assets',