Updated language strings

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe
2022-05-24 15:07:14 -07:00
parent 72799973e7
commit 5be7dee3d3
645 changed files with 4672 additions and 1193 deletions
+9 -2
View File
@@ -1,6 +1,6 @@
<?php
return [
return [
'accessories' => 'Aukahlutir',
'activated' => 'Virkjað',
'accessory' => 'Aukahlutur',
@@ -26,6 +26,7 @@
'audit' => 'Úttekt',
'audit_report' => 'Úttektarsaga',
'assets' => 'Eignir',
'assigned_to' => 'Assigned to :name',
'avatar_delete' => 'Delete Avatar',
'avatar_upload' => 'Upload Avatar',
'back' => 'Til baka',
@@ -114,6 +115,7 @@
'files' => 'Files',
'file_name' => 'Skrá',
'file_type' => 'Skráartegund',
'filesize' => 'File Size',
'file_uploads' => 'File Uploads',
'file_upload' => 'File Upload',
'generate' => 'Generate',
@@ -229,6 +231,7 @@
'show_current' => 'Sýna núverandi',
'sign_in' => 'Skrá inn',
'signature' => 'Undirskrift',
'signed_off_by' => 'Signed Off By',
'skin' => 'Útlit',
'slack_msg_note' => 'A slack message will be sent',
'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!',
@@ -237,6 +240,7 @@
'state' => 'Ríki',
'status_labels' => 'Status Labels',
'status' => 'Staða',
'accept_eula' => 'Acceptance Agreement',
'supplier' => 'Framleiðandi',
'suppliers' => 'Framleiðendur',
'sure_to_delete' => 'Are you sure you wish to delete',
@@ -350,4 +354,7 @@
'checkout_tooltip' => 'Check this item out',
'checkin_tooltip' => 'Check this item in',
'checkout_user_tooltip' => 'Check this item out to a user',
];
'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.',
'maintenance_mode_title' => 'System Temporarily Unavailable',
'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)',
];