diff --git a/resources/lang/ar/admin/hardware/message.php b/resources/lang/ar/admin/hardware/message.php
index 3559b7fdbe..f5961b9367 100644
--- a/resources/lang/ar/admin/hardware/message.php
+++ b/resources/lang/ar/admin/hardware/message.php
@@ -36,6 +36,12 @@ return array(
'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.',
),
+ 'import' => array(
+ 'error' => 'Some Items did not import Correctly.',
+ 'errorDetail' => 'The Following Items were not imported because of errors.',
+ 'success' => "Your File has been imported",
+ ),
+
'delete' => array(
'confirm' => 'Are you sure you wish to delete this asset?',
diff --git a/resources/lang/ar/admin/statuslabels/message.php b/resources/lang/ar/admin/statuslabels/message.php
index 98280082ef..619a5a509c 100644
--- a/resources/lang/ar/admin/statuslabels/message.php
+++ b/resources/lang/ar/admin/statuslabels/message.php
@@ -2,24 +2,24 @@
return array(
- 'does_not_exist' => 'Location does not exist.',
- 'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this location and try again. ',
+ 'does_not_exist' => 'Status Label does not exist.',
+ 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
'create' => array(
- 'error' => 'Location was not created, please try again.',
- 'success' => 'Location created successfully.'
+ 'error' => 'Status Label was not created, please try again.',
+ 'success' => 'Status Label created successfully.'
),
'update' => array(
- 'error' => 'Location was not updated, please try again',
- 'success' => 'Location updated successfully.'
+ 'error' => 'Status Label was not updated, please try again',
+ 'success' => 'Status Label updated successfully.'
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this status label?',
- 'error' => 'There was an issue deleting the location. Please try again.',
- 'success' => 'The location was deleted successfully.'
+ 'confirm' => 'Are you sure you wish to delete this Status Label?',
+ 'error' => 'There was an issue deleting the Status Label. Please try again.',
+ 'success' => 'The Status Label was deleted successfully.'
)
);
diff --git a/resources/lang/ar/general.php b/resources/lang/ar/general.php
index e759684f61..f0313ac9f4 100644
--- a/resources/lang/ar/general.php
+++ b/resources/lang/ar/general.php
@@ -56,8 +56,14 @@
'depreciation' => 'الإستهلاك',
'editprofile' => 'تعديل الملف الشخصي',
'eol' => 'الحياة',
+ 'email_domain' => 'Email Domain',
+ 'email_format' => 'Email Format',
+ 'email_domain_help' => 'This is used to generate email addresses when importing',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
'first' => 'First',
'first_name' => 'الإسم الأول',
+ 'first_name_format' => 'First Name (jane@example.com)',
'file_name' => 'File',
'file_uploads' => 'File Uploads',
'generate' => 'Generate',
@@ -88,6 +94,7 @@
'location' => 'الموقع',
'locations' => 'المواقع',
'logout' => 'تسجيل خروج',
+ 'lookup_by_tag' => 'Lookup by Asset Tag',
'manufacturer' => 'الشركة المصنعة',
'manufacturers' => 'الشركات المصنعة',
'markdown' => 'This field allows Github flavored markdown.',
@@ -142,6 +149,7 @@
'type' => 'Type',
'undeployable' => 'غير قابلة للتوزيع',
'unknown_admin' => 'إداري غير معروف',
+ 'username_format' => 'Username Format',
'update' => 'Update',
'uploaded' => 'Uploaded',
'user' => 'المستخدم',
diff --git a/resources/lang/bg/admin/hardware/message.php b/resources/lang/bg/admin/hardware/message.php
index 0557ed9fe9..6558f6a8e4 100644
--- a/resources/lang/bg/admin/hardware/message.php
+++ b/resources/lang/bg/admin/hardware/message.php
@@ -35,6 +35,12 @@ return array(
'invalidfiles' => 'Един или повече файлове са твърде големи или с непозволен тип. Разрешените файлови типове за качване са png, gif, jpg, doc, docx, pdf и txt.',
),
+ 'import' => array(
+ 'error' => 'Some Items did not import Correctly.',
+ 'errorDetail' => 'The Following Items were not imported because of errors.',
+ 'success' => "Your File has been imported",
+ ),
+
'delete' => array(
'confirm' => 'Сигурни ли сте, че желаете изтриване на актива?',
diff --git a/resources/lang/bg/admin/statuslabels/message.php b/resources/lang/bg/admin/statuslabels/message.php
index 5367f04f9a..619a5a509c 100644
--- a/resources/lang/bg/admin/statuslabels/message.php
+++ b/resources/lang/bg/admin/statuslabels/message.php
@@ -2,24 +2,24 @@
return array(
- 'does_not_exist' => 'Местоположението не съществува.',
- 'assoc_users' => 'Местоположението е свързано с поне един потребител и не може да бъде изтрито. Моля, актуализирайте потребителите, така че да не са свързани с това местоположение и опитайте отново. ',
+ 'does_not_exist' => 'Status Label does not exist.',
+ 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
'create' => array(
- 'error' => 'Местоположението не беше създадено. Моля опитайте отново.',
- 'success' => 'Местоположението създадено успешно.'
+ 'error' => 'Status Label was not created, please try again.',
+ 'success' => 'Status Label created successfully.'
),
'update' => array(
- 'error' => 'Местоположението не беше обновено. Моля опитайте отново.',
- 'success' => 'Местоположението обновено успешно.'
+ 'error' => 'Status Label was not updated, please try again',
+ 'success' => 'Status Label updated successfully.'
),
'delete' => array(
- 'confirm' => 'Сигурни ли сте, че желаете изтриване на този статус етикет?',
- 'error' => 'Проблем при изтриване на местоположението. Моля опитайте отново.',
- 'success' => 'Местоположението изтрито успешно.'
+ 'confirm' => 'Are you sure you wish to delete this Status Label?',
+ 'error' => 'There was an issue deleting the Status Label. Please try again.',
+ 'success' => 'The Status Label was deleted successfully.'
)
);
diff --git a/resources/lang/bg/general.php b/resources/lang/bg/general.php
index 66d06a5987..088d82e79d 100644
--- a/resources/lang/bg/general.php
+++ b/resources/lang/bg/general.php
@@ -56,8 +56,14 @@
'depreciation' => 'Амортизация',
'editprofile' => 'Редакция на профила',
'eol' => 'EOL',
+ 'email_domain' => 'Email Domain',
+ 'email_format' => 'Email Format',
+ 'email_domain_help' => 'This is used to generate email addresses when importing',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
'first' => 'Първа',
'first_name' => 'Собствено име',
+ 'first_name_format' => 'First Name (jane@example.com)',
'file_name' => 'Файл',
'file_uploads' => 'Качени файлове',
'generate' => 'Генериране',
@@ -88,6 +94,7 @@
'location' => 'Местоположение',
'locations' => 'Местоположения',
'logout' => 'Изход',
+ 'lookup_by_tag' => 'Lookup by Asset Tag',
'manufacturer' => 'Производител',
'manufacturers' => 'Производители',
'markdown' => 'This field allows Github flavored markdown.',
@@ -142,6 +149,7 @@
'type' => 'Тип',
'undeployable' => 'Не може да бъде предоставян',
'unknown_admin' => 'Непознат администратор',
+ 'username_format' => 'Username Format',
'update' => 'Обновяване',
'uploaded' => 'Качен',
'user' => 'Потребител',
diff --git a/resources/lang/cs/admin/hardware/message.php b/resources/lang/cs/admin/hardware/message.php
index 628f1e08bc..121e9d6501 100644
--- a/resources/lang/cs/admin/hardware/message.php
+++ b/resources/lang/cs/admin/hardware/message.php
@@ -36,6 +36,12 @@ return array(
'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.',
),
+ 'import' => array(
+ 'error' => 'Some Items did not import Correctly.',
+ 'errorDetail' => 'The Following Items were not imported because of errors.',
+ 'success' => "Your File has been imported",
+ ),
+
'delete' => array(
'confirm' => 'Are you sure you wish to delete this asset?',
diff --git a/resources/lang/cs/admin/statuslabels/message.php b/resources/lang/cs/admin/statuslabels/message.php
index 085f3448b0..619a5a509c 100644
--- a/resources/lang/cs/admin/statuslabels/message.php
+++ b/resources/lang/cs/admin/statuslabels/message.php
@@ -2,24 +2,24 @@
return array(
- 'does_not_exist' => 'Místo neexistuje.',
- 'assoc_users' => 'Toto místo je spojeno s alespoň jedním uživatelem a nemůže být smazáno. Aktualizujte uživatele aby nenáleželi k tomuto místu a zkuste to znovu. ',
+ 'does_not_exist' => 'Status Label does not exist.',
+ 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
'create' => array(
- 'error' => 'Místo nebylo vytvořeno, zkuste to znovu.',
- 'success' => 'Místo úspěšně vytvořeno.'
+ 'error' => 'Status Label was not created, please try again.',
+ 'success' => 'Status Label created successfully.'
),
'update' => array(
- 'error' => 'Místo nebylo aktualizováno, zkuste to znovu',
- 'success' => 'Místo aktualizováno.'
+ 'error' => 'Status Label was not updated, please try again',
+ 'success' => 'Status Label updated successfully.'
),
'delete' => array(
- 'confirm' => 'Opravdu chcete smazat tento typ stavu?',
- 'error' => 'Vyskytl se problém při mazání místa. Zkuste to znovu.',
- 'success' => 'Místo bylo úspěšně smazáno.'
+ 'confirm' => 'Are you sure you wish to delete this Status Label?',
+ 'error' => 'There was an issue deleting the Status Label. Please try again.',
+ 'success' => 'The Status Label was deleted successfully.'
)
);
diff --git a/resources/lang/cs/general.php b/resources/lang/cs/general.php
index 7bd3148f51..1d6b8ecd68 100644
--- a/resources/lang/cs/general.php
+++ b/resources/lang/cs/general.php
@@ -56,8 +56,14 @@
'depreciation' => 'Amortizace',
'editprofile' => 'Upravit profil',
'eol' => 'Konec životnosti',
+ 'email_domain' => 'Email Domain',
+ 'email_format' => 'Email Format',
+ 'email_domain_help' => 'This is used to generate email addresses when importing',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
'first' => 'První',
'first_name' => 'Jméno',
+ 'first_name_format' => 'First Name (jane@example.com)',
'file_name' => 'Soubor',
'file_uploads' => 'Nahrání souboru',
'generate' => 'Vytvořit',
@@ -88,6 +94,7 @@
'location' => 'Lokalita',
'locations' => 'Umístění',
'logout' => 'Odhlásit',
+ 'lookup_by_tag' => 'Lookup by Asset Tag',
'manufacturer' => 'Výrobce',
'manufacturers' => 'Výrobci',
'markdown' => 'This field allows Github flavored markdown.',
@@ -142,6 +149,7 @@
'type' => 'Typ',
'undeployable' => 'Ne-přiřaditelné',
'unknown_admin' => 'Neznámy správce',
+ 'username_format' => 'Username Format',
'update' => 'Aktualizace',
'uploaded' => 'Nahráno',
'user' => 'Uživatel',
diff --git a/resources/lang/da/admin/hardware/message.php b/resources/lang/da/admin/hardware/message.php
index 3559b7fdbe..f5961b9367 100644
--- a/resources/lang/da/admin/hardware/message.php
+++ b/resources/lang/da/admin/hardware/message.php
@@ -36,6 +36,12 @@ return array(
'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.',
),
+ 'import' => array(
+ 'error' => 'Some Items did not import Correctly.',
+ 'errorDetail' => 'The Following Items were not imported because of errors.',
+ 'success' => "Your File has been imported",
+ ),
+
'delete' => array(
'confirm' => 'Are you sure you wish to delete this asset?',
diff --git a/resources/lang/da/admin/statuslabels/message.php b/resources/lang/da/admin/statuslabels/message.php
index 98280082ef..619a5a509c 100644
--- a/resources/lang/da/admin/statuslabels/message.php
+++ b/resources/lang/da/admin/statuslabels/message.php
@@ -2,24 +2,24 @@
return array(
- 'does_not_exist' => 'Location does not exist.',
- 'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this location and try again. ',
+ 'does_not_exist' => 'Status Label does not exist.',
+ 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
'create' => array(
- 'error' => 'Location was not created, please try again.',
- 'success' => 'Location created successfully.'
+ 'error' => 'Status Label was not created, please try again.',
+ 'success' => 'Status Label created successfully.'
),
'update' => array(
- 'error' => 'Location was not updated, please try again',
- 'success' => 'Location updated successfully.'
+ 'error' => 'Status Label was not updated, please try again',
+ 'success' => 'Status Label updated successfully.'
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this status label?',
- 'error' => 'There was an issue deleting the location. Please try again.',
- 'success' => 'The location was deleted successfully.'
+ 'confirm' => 'Are you sure you wish to delete this Status Label?',
+ 'error' => 'There was an issue deleting the Status Label. Please try again.',
+ 'success' => 'The Status Label was deleted successfully.'
)
);
diff --git a/resources/lang/da/general.php b/resources/lang/da/general.php
index 68b21b89ff..0926414768 100644
--- a/resources/lang/da/general.php
+++ b/resources/lang/da/general.php
@@ -56,8 +56,14 @@
'depreciation' => 'Afskrivning',
'editprofile' => 'Ret Din Profil',
'eol' => 'EOL',
+ 'email_domain' => 'Email Domain',
+ 'email_format' => 'Email Format',
+ 'email_domain_help' => 'This is used to generate email addresses when importing',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
'first' => 'First',
'first_name' => 'Fornavn',
+ 'first_name_format' => 'First Name (jane@example.com)',
'file_name' => 'Fil',
'file_uploads' => 'Filoverførsel',
'generate' => 'Skab',
@@ -88,6 +94,7 @@
'location' => 'Lokation',
'locations' => 'Lokationer',
'logout' => 'Log ud',
+ 'lookup_by_tag' => 'Lookup by Asset Tag',
'manufacturer' => 'Producent',
'manufacturers' => 'Producenter',
'markdown' => 'This field allows Github flavored markdown.',
@@ -142,6 +149,7 @@
'type' => 'Type',
'undeployable' => 'Ikke implementerbar',
'unknown_admin' => 'Ukendt Admin',
+ 'username_format' => 'Username Format',
'update' => 'Update',
'uploaded' => 'Uploaded',
'user' => 'Bruger',
diff --git a/resources/lang/de/admin/categories/message.php b/resources/lang/de/admin/categories/message.php
index b6d400d607..d771e7b8df 100644
--- a/resources/lang/de/admin/categories/message.php
+++ b/resources/lang/de/admin/categories/message.php
@@ -3,8 +3,8 @@
return array(
'does_not_exist' => 'Diese Kategorie existiert nicht.',
- 'assoc_models' => 'This category is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this category and try again. ',
- 'assoc_items' => 'This category is currently associated with at least one :asset_type and cannot be deleted. Please update your :asset_type to no longer reference this category and try again. ',
+ 'assoc_models' => 'Diese Kategorie kann nicht gelöscht werden da sie bereits mit einem Modell verbunden ist. Bitte trennen Sie diese Kategorie von Ihren Modellen und versuchen Sie es erneut. ',
+ 'assoc_items' => 'Diese Kategorie kann nicht gelöscht werden da sie bereits mit einem :asset_type verbunden ist. Bitte trennen Sie diese Kategorie von Ihrem :asset_type und versuchen Sie es erneut. ',
'create' => array(
'error' => 'Die Kategorie konnte nicht erstellt werden, bitte versuchen sie es erneut.',
diff --git a/resources/lang/de/admin/consumables/general.php b/resources/lang/de/admin/consumables/general.php
index 44c5414243..1758543ef2 100644
--- a/resources/lang/de/admin/consumables/general.php
+++ b/resources/lang/de/admin/consumables/general.php
@@ -7,7 +7,7 @@ return array(
'cost' => 'Einkaufspreis',
'create' => 'Verbrauchsmaterial erstellen',
'date' => 'Kaufdatum',
- 'item_no' => 'Item No.',
+ 'item_no' => 'Artikel Nr.',
'order' => 'Bestellnummer',
'remaining' => 'übrig',
'total' => 'Gesamt',
diff --git a/resources/lang/de/admin/hardware/message.php b/resources/lang/de/admin/hardware/message.php
index fae9f2f19c..ac3a8df954 100644
--- a/resources/lang/de/admin/hardware/message.php
+++ b/resources/lang/de/admin/hardware/message.php
@@ -36,6 +36,12 @@ return array(
'invalidfiles' => 'Eine oder mehrere Ihrer Dateien ist zu groß oder deren Dateityp ist nicht zugelassen. Zugelassene Dateitypen sind png, gif, jpg, doc, docx, pdf, und txt.',
),
+ 'import' => array(
+ 'error' => 'Some Items did not import Correctly.',
+ 'errorDetail' => 'The Following Items were not imported because of errors.',
+ 'success' => "Your File has been imported",
+ ),
+
'delete' => array(
'confirm' => 'Sind Sie sicher, dass Sie dieses Asset entfernen möchten?',
diff --git a/resources/lang/de/admin/settings/general.php b/resources/lang/de/admin/settings/general.php
index 8fd95471b0..10096b7849 100644
--- a/resources/lang/de/admin/settings/general.php
+++ b/resources/lang/de/admin/settings/general.php
@@ -2,9 +2,9 @@
return array(
'alert_email' => 'Alarme senden an',
- 'alerts_enabled' => 'Alerts Enabled',
- 'alert_interval' => 'Expiring Alerts Threshold (in days)',
- 'alert_inv_threshold' => 'Inventory Alert Threshold',
+ 'alerts_enabled' => 'Alarme aktiviert',
+ 'alert_interval' => 'Ablauf Alarmschwelle (in Tagen)',
+ 'alert_inv_threshold' => 'Inventar Alarmschwelle',
'asset_ids' => 'Asset IDs',
'auto_increment_assets' => 'Erzeugen von fortlaufenden Asset IDs',
'auto_increment_prefix' => 'Präfix (optional)',
@@ -22,10 +22,10 @@ return array(
'display_asset_name' => 'Zeige Assetname an',
'display_checkout_date' => 'Zeige Herausgabedatum',
'display_eol' => 'Zeige EOL in der Tabellenansicht',
- 'display_qr' => 'Display Square Codes',
- 'display_alt_barcode' => 'Display 2D barcode',
- 'barcode_type' => '3D Barcode Type',
- 'alt_barcode_type' => '2D barcode type',
+ 'display_qr' => 'Zeige quadratische Codes',
+ 'display_alt_barcode' => 'Zeige 2D Barcode',
+ 'barcode_type' => '3D Barcode Typ',
+ 'alt_barcode_type' => '2D Barcode Typ',
'eula_settings' => 'EULA Einstellungen',
'eula_markdown' => 'Diese EULA erlaubt Github Flavored Markdown.',
'general_settings' => 'Generelle Einstellungen',
diff --git a/resources/lang/de/admin/statuslabels/message.php b/resources/lang/de/admin/statuslabels/message.php
index f0015638ff..619a5a509c 100644
--- a/resources/lang/de/admin/statuslabels/message.php
+++ b/resources/lang/de/admin/statuslabels/message.php
@@ -2,24 +2,24 @@
return array(
- 'does_not_exist' => 'Standort nicht verfügbar.',
- 'assoc_users' => 'Dieser Ort ist mit mindestens einem Benutzer verknüpft und kann nicht gelöscht werden. Bitte Benutzer updaten, so dass dieser Standort nicht mehr verknüpft ist und erneut versuchen. ',
+ 'does_not_exist' => 'Status Label does not exist.',
+ 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
'create' => array(
- 'error' => 'Ort wurde nicht erstellt, bitte versuchen Sie es erneut.',
- 'success' => 'Ort erfolgreich erstellt.'
+ 'error' => 'Status Label was not created, please try again.',
+ 'success' => 'Status Label created successfully.'
),
'update' => array(
- 'error' => 'Ort wurde nicht aktualisiert, bitte erneut versuchen',
- 'success' => 'Ort erfolgreich aktualisiert.'
+ 'error' => 'Status Label was not updated, please try again',
+ 'success' => 'Status Label updated successfully.'
),
'delete' => array(
- 'confirm' => 'Bist du sicher, dass du diesen Status entfernen möchtest?',
- 'error' => 'Es gab einen Fehler beim Löschen des Orts. Bitte versuchen Sie es erneut.',
- 'success' => 'Der Ort wurde erfolgreich gelöscht.'
+ 'confirm' => 'Are you sure you wish to delete this Status Label?',
+ 'error' => 'There was an issue deleting the Status Label. Please try again.',
+ 'success' => 'The Status Label was deleted successfully.'
)
);
diff --git a/resources/lang/de/auth/general.php b/resources/lang/de/auth/general.php
index bf88cba77a..cbcc63fca8 100644
--- a/resources/lang/de/auth/general.php
+++ b/resources/lang/de/auth/general.php
@@ -1,12 +1,12 @@
'Send Password Reset Link',
- 'email_reset_password' => 'Email Password Reset',
- 'reset_password' => 'Reset Password',
+ 'send_password_link' => 'E-Mail zum Zurücksetzen des Passworts senden',
+ 'email_reset_password' => 'Passwort zurücksetzen',
+ 'reset_password' => 'Passwort zurücksetzen',
'login' => 'Login',
- 'login_prompt' => 'Please Login',
- 'forgot_password' => 'I forgot my password',
- 'remember_me' => 'Remember Me',
+ 'login_prompt' => 'Melden Sie sich bitte an',
+ 'forgot_password' => 'Ich habe mein Passwort vergessen',
+ 'remember_me' => 'Angemeldet bleiben',
];
diff --git a/resources/lang/de/button.php b/resources/lang/de/button.php
index d5821091bf..98a50b10b9 100644
--- a/resources/lang/de/button.php
+++ b/resources/lang/de/button.php
@@ -5,7 +5,7 @@ return array(
'actions' => 'Aktionen',
'add' => 'Hinzufügen',
'cancel' => 'Abbrechen',
- 'checkin_and_delete' => 'Checkin & Delete User',
+ 'checkin_and_delete' => 'Einchecken & User löschen',
'delete' => 'Löschen',
'edit' => 'Bearbeiten',
'restore' => 'Wiederherstellen',
diff --git a/resources/lang/de/general.php b/resources/lang/de/general.php
index 2e1bc6573a..1c0e047ccc 100644
--- a/resources/lang/de/general.php
+++ b/resources/lang/de/general.php
@@ -56,14 +56,20 @@
'depreciation' => 'Abschreibung',
'editprofile' => 'Profil bearbeiten',
'eol' => 'EOL',
+ 'email_domain' => 'Email Domain',
+ 'email_format' => 'Email Format',
+ 'email_domain_help' => 'This is used to generate email addresses when importing',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
'first' => 'Erstes',
'first_name' => 'Vorname',
+ 'first_name_format' => 'First Name (jane@example.com)',
'file_name' => 'Datei',
'file_uploads' => 'Datei-Uploads',
'generate' => 'Generieren',
'groups' => 'Gruppen',
'gravatar_email' => 'Gravatar E-Mail Adresse',
- 'history' => 'History',
+ 'history' => 'Historie',
'history_for' => 'Verlauf für',
'id' => 'Id',
'image_delete' => 'Bild löschen',
@@ -88,6 +94,7 @@
'location' => 'Standort',
'locations' => 'Standorte',
'logout' => 'Abmelden',
+ 'lookup_by_tag' => 'Lookup by Asset Tag',
'manufacturer' => 'Hersteller',
'manufacturers' => 'Hersteller',
'markdown' => 'Dieses Feld erlaubt Github Flavored Markdown.',
@@ -142,6 +149,7 @@
'type' => 'Typ',
'undeployable' => 'Nicht herausgebbar',
'unknown_admin' => 'Unbekannter Administrator',
+ 'username_format' => 'Username Format',
'update' => 'Aktualisieren',
'uploaded' => 'Hochgeladen',
'user' => 'Nutzer',
diff --git a/resources/lang/de/passwords.php b/resources/lang/de/passwords.php
index 5195a9b77c..80e1cf748d 100644
--- a/resources/lang/de/passwords.php
+++ b/resources/lang/de/passwords.php
@@ -1,7 +1,7 @@
'Your password link has been sent!',
- 'user' => 'That user does not exist or does not have an email address associated',
+ 'sent' => 'Ihr Link wurde verschickt!',
+ 'user' => 'Dieser Benutzer existiert nicht oder hat keine E-Mail Adresse angegeben',
];
diff --git a/resources/lang/el/admin/hardware/message.php b/resources/lang/el/admin/hardware/message.php
index 3559b7fdbe..f5961b9367 100644
--- a/resources/lang/el/admin/hardware/message.php
+++ b/resources/lang/el/admin/hardware/message.php
@@ -36,6 +36,12 @@ return array(
'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.',
),
+ 'import' => array(
+ 'error' => 'Some Items did not import Correctly.',
+ 'errorDetail' => 'The Following Items were not imported because of errors.',
+ 'success' => "Your File has been imported",
+ ),
+
'delete' => array(
'confirm' => 'Are you sure you wish to delete this asset?',
diff --git a/resources/lang/el/admin/statuslabels/message.php b/resources/lang/el/admin/statuslabels/message.php
index 98280082ef..619a5a509c 100644
--- a/resources/lang/el/admin/statuslabels/message.php
+++ b/resources/lang/el/admin/statuslabels/message.php
@@ -2,24 +2,24 @@
return array(
- 'does_not_exist' => 'Location does not exist.',
- 'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this location and try again. ',
+ 'does_not_exist' => 'Status Label does not exist.',
+ 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
'create' => array(
- 'error' => 'Location was not created, please try again.',
- 'success' => 'Location created successfully.'
+ 'error' => 'Status Label was not created, please try again.',
+ 'success' => 'Status Label created successfully.'
),
'update' => array(
- 'error' => 'Location was not updated, please try again',
- 'success' => 'Location updated successfully.'
+ 'error' => 'Status Label was not updated, please try again',
+ 'success' => 'Status Label updated successfully.'
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this status label?',
- 'error' => 'There was an issue deleting the location. Please try again.',
- 'success' => 'The location was deleted successfully.'
+ 'confirm' => 'Are you sure you wish to delete this Status Label?',
+ 'error' => 'There was an issue deleting the Status Label. Please try again.',
+ 'success' => 'The Status Label was deleted successfully.'
)
);
diff --git a/resources/lang/el/general.php b/resources/lang/el/general.php
index cc29171a7f..b36221d618 100644
--- a/resources/lang/el/general.php
+++ b/resources/lang/el/general.php
@@ -56,8 +56,14 @@
'depreciation' => 'Depreciation',
'editprofile' => 'Edit Your Profile',
'eol' => 'EOL',
+ 'email_domain' => 'Email Domain',
+ 'email_format' => 'Email Format',
+ 'email_domain_help' => 'This is used to generate email addresses when importing',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
'first' => 'First',
'first_name' => 'First Name',
+ 'first_name_format' => 'First Name (jane@example.com)',
'file_name' => 'File',
'file_uploads' => 'File Uploads',
'generate' => 'Generate',
@@ -88,6 +94,7 @@
'location' => 'Location',
'locations' => 'Locations',
'logout' => 'Logout',
+ 'lookup_by_tag' => 'Lookup by Asset Tag',
'manufacturer' => 'Manufacturer',
'manufacturers' => 'Manufacturers',
'markdown' => 'This field allows Github flavored markdown.',
@@ -142,6 +149,7 @@
'type' => 'Type',
'undeployable' => 'Un-deployable',
'unknown_admin' => 'Unknown Admin',
+ 'username_format' => 'Username Format',
'update' => 'Update',
'uploaded' => 'Uploaded',
'user' => 'User',
diff --git a/resources/lang/en-GB/admin/hardware/message.php b/resources/lang/en-GB/admin/hardware/message.php
index 3559b7fdbe..f5961b9367 100644
--- a/resources/lang/en-GB/admin/hardware/message.php
+++ b/resources/lang/en-GB/admin/hardware/message.php
@@ -36,6 +36,12 @@ return array(
'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.',
),
+ 'import' => array(
+ 'error' => 'Some Items did not import Correctly.',
+ 'errorDetail' => 'The Following Items were not imported because of errors.',
+ 'success' => "Your File has been imported",
+ ),
+
'delete' => array(
'confirm' => 'Are you sure you wish to delete this asset?',
diff --git a/resources/lang/en-GB/admin/statuslabels/message.php b/resources/lang/en-GB/admin/statuslabels/message.php
index 98280082ef..619a5a509c 100644
--- a/resources/lang/en-GB/admin/statuslabels/message.php
+++ b/resources/lang/en-GB/admin/statuslabels/message.php
@@ -2,24 +2,24 @@
return array(
- 'does_not_exist' => 'Location does not exist.',
- 'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this location and try again. ',
+ 'does_not_exist' => 'Status Label does not exist.',
+ 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
'create' => array(
- 'error' => 'Location was not created, please try again.',
- 'success' => 'Location created successfully.'
+ 'error' => 'Status Label was not created, please try again.',
+ 'success' => 'Status Label created successfully.'
),
'update' => array(
- 'error' => 'Location was not updated, please try again',
- 'success' => 'Location updated successfully.'
+ 'error' => 'Status Label was not updated, please try again',
+ 'success' => 'Status Label updated successfully.'
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this status label?',
- 'error' => 'There was an issue deleting the location. Please try again.',
- 'success' => 'The location was deleted successfully.'
+ 'confirm' => 'Are you sure you wish to delete this Status Label?',
+ 'error' => 'There was an issue deleting the Status Label. Please try again.',
+ 'success' => 'The Status Label was deleted successfully.'
)
);
diff --git a/resources/lang/en-GB/general.php b/resources/lang/en-GB/general.php
index b20bee26c2..efcc6be145 100644
--- a/resources/lang/en-GB/general.php
+++ b/resources/lang/en-GB/general.php
@@ -56,8 +56,14 @@
'depreciation' => 'Depreciation',
'editprofile' => 'Edit Your Profile',
'eol' => 'EOL',
+ 'email_domain' => 'Email Domain',
+ 'email_format' => 'Email Format',
+ 'email_domain_help' => 'This is used to generate email addresses when importing',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
'first' => 'First',
'first_name' => 'First Name',
+ 'first_name_format' => 'First Name (jane@example.com)',
'file_name' => 'File',
'file_uploads' => 'File Uploads',
'generate' => 'Generate',
@@ -88,6 +94,7 @@
'location' => 'Location',
'locations' => 'Locations',
'logout' => 'Logout',
+ 'lookup_by_tag' => 'Lookup by Asset Tag',
'manufacturer' => 'Manufacturer',
'manufacturers' => 'Manufacturers',
'markdown' => 'This field allows Github flavored markdown.',
@@ -142,6 +149,7 @@
'type' => 'Type',
'undeployable' => 'Un-deployable',
'unknown_admin' => 'Unknown Admin',
+ 'username_format' => 'Username Format',
'update' => 'Update',
'uploaded' => 'Uploaded',
'user' => 'User',
diff --git a/resources/lang/en-ID/admin/hardware/message.php b/resources/lang/en-ID/admin/hardware/message.php
index 3559b7fdbe..f5961b9367 100644
--- a/resources/lang/en-ID/admin/hardware/message.php
+++ b/resources/lang/en-ID/admin/hardware/message.php
@@ -36,6 +36,12 @@ return array(
'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.',
),
+ 'import' => array(
+ 'error' => 'Some Items did not import Correctly.',
+ 'errorDetail' => 'The Following Items were not imported because of errors.',
+ 'success' => "Your File has been imported",
+ ),
+
'delete' => array(
'confirm' => 'Are you sure you wish to delete this asset?',
diff --git a/resources/lang/en-ID/admin/statuslabels/message.php b/resources/lang/en-ID/admin/statuslabels/message.php
index 98280082ef..619a5a509c 100644
--- a/resources/lang/en-ID/admin/statuslabels/message.php
+++ b/resources/lang/en-ID/admin/statuslabels/message.php
@@ -2,24 +2,24 @@
return array(
- 'does_not_exist' => 'Location does not exist.',
- 'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this location and try again. ',
+ 'does_not_exist' => 'Status Label does not exist.',
+ 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
'create' => array(
- 'error' => 'Location was not created, please try again.',
- 'success' => 'Location created successfully.'
+ 'error' => 'Status Label was not created, please try again.',
+ 'success' => 'Status Label created successfully.'
),
'update' => array(
- 'error' => 'Location was not updated, please try again',
- 'success' => 'Location updated successfully.'
+ 'error' => 'Status Label was not updated, please try again',
+ 'success' => 'Status Label updated successfully.'
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this status label?',
- 'error' => 'There was an issue deleting the location. Please try again.',
- 'success' => 'The location was deleted successfully.'
+ 'confirm' => 'Are you sure you wish to delete this Status Label?',
+ 'error' => 'There was an issue deleting the Status Label. Please try again.',
+ 'success' => 'The Status Label was deleted successfully.'
)
);
diff --git a/resources/lang/en-ID/general.php b/resources/lang/en-ID/general.php
index 25875d42f0..2db2b3ece1 100644
--- a/resources/lang/en-ID/general.php
+++ b/resources/lang/en-ID/general.php
@@ -56,8 +56,14 @@
'depreciation' => 'Depreciation',
'editprofile' => 'Edit Your Profile',
'eol' => 'EOL',
+ 'email_domain' => 'Email Domain',
+ 'email_format' => 'Email Format',
+ 'email_domain_help' => 'This is used to generate email addresses when importing',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
'first' => 'First',
'first_name' => 'First Name',
+ 'first_name_format' => 'First Name (jane@example.com)',
'file_name' => 'File',
'file_uploads' => 'File Uploads',
'generate' => 'Generate',
@@ -88,6 +94,7 @@
'location' => 'Location',
'locations' => 'Locations',
'logout' => 'Logout',
+ 'lookup_by_tag' => 'Lookup by Asset Tag',
'manufacturer' => 'Manufacturer',
'manufacturers' => 'Manufacturers',
'markdown' => 'This field allows Github flavored markdown.',
@@ -142,6 +149,7 @@
'type' => 'Type',
'undeployable' => 'Un-deployable',
'unknown_admin' => 'Unknown Admin',
+ 'username_format' => 'Username Format',
'update' => 'Update',
'uploaded' => 'Uploaded',
'user' => 'User',
diff --git a/resources/lang/es-CO/admin/hardware/message.php b/resources/lang/es-CO/admin/hardware/message.php
index 3559b7fdbe..f5961b9367 100644
--- a/resources/lang/es-CO/admin/hardware/message.php
+++ b/resources/lang/es-CO/admin/hardware/message.php
@@ -36,6 +36,12 @@ return array(
'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.',
),
+ 'import' => array(
+ 'error' => 'Some Items did not import Correctly.',
+ 'errorDetail' => 'The Following Items were not imported because of errors.',
+ 'success' => "Your File has been imported",
+ ),
+
'delete' => array(
'confirm' => 'Are you sure you wish to delete this asset?',
diff --git a/resources/lang/es-CO/admin/statuslabels/message.php b/resources/lang/es-CO/admin/statuslabels/message.php
index 98280082ef..619a5a509c 100644
--- a/resources/lang/es-CO/admin/statuslabels/message.php
+++ b/resources/lang/es-CO/admin/statuslabels/message.php
@@ -2,24 +2,24 @@
return array(
- 'does_not_exist' => 'Location does not exist.',
- 'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this location and try again. ',
+ 'does_not_exist' => 'Status Label does not exist.',
+ 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
'create' => array(
- 'error' => 'Location was not created, please try again.',
- 'success' => 'Location created successfully.'
+ 'error' => 'Status Label was not created, please try again.',
+ 'success' => 'Status Label created successfully.'
),
'update' => array(
- 'error' => 'Location was not updated, please try again',
- 'success' => 'Location updated successfully.'
+ 'error' => 'Status Label was not updated, please try again',
+ 'success' => 'Status Label updated successfully.'
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this status label?',
- 'error' => 'There was an issue deleting the location. Please try again.',
- 'success' => 'The location was deleted successfully.'
+ 'confirm' => 'Are you sure you wish to delete this Status Label?',
+ 'error' => 'There was an issue deleting the Status Label. Please try again.',
+ 'success' => 'The Status Label was deleted successfully.'
)
);
diff --git a/resources/lang/es-CO/general.php b/resources/lang/es-CO/general.php
index cc29171a7f..b36221d618 100644
--- a/resources/lang/es-CO/general.php
+++ b/resources/lang/es-CO/general.php
@@ -56,8 +56,14 @@
'depreciation' => 'Depreciation',
'editprofile' => 'Edit Your Profile',
'eol' => 'EOL',
+ 'email_domain' => 'Email Domain',
+ 'email_format' => 'Email Format',
+ 'email_domain_help' => 'This is used to generate email addresses when importing',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
'first' => 'First',
'first_name' => 'First Name',
+ 'first_name_format' => 'First Name (jane@example.com)',
'file_name' => 'File',
'file_uploads' => 'File Uploads',
'generate' => 'Generate',
@@ -88,6 +94,7 @@
'location' => 'Location',
'locations' => 'Locations',
'logout' => 'Logout',
+ 'lookup_by_tag' => 'Lookup by Asset Tag',
'manufacturer' => 'Manufacturer',
'manufacturers' => 'Manufacturers',
'markdown' => 'This field allows Github flavored markdown.',
@@ -142,6 +149,7 @@
'type' => 'Type',
'undeployable' => 'Un-deployable',
'unknown_admin' => 'Unknown Admin',
+ 'username_format' => 'Username Format',
'update' => 'Update',
'uploaded' => 'Uploaded',
'user' => 'User',
diff --git a/resources/lang/es-ES/admin/categories/message.php b/resources/lang/es-ES/admin/categories/message.php
index fac0309927..880f2fc58b 100644
--- a/resources/lang/es-ES/admin/categories/message.php
+++ b/resources/lang/es-ES/admin/categories/message.php
@@ -3,7 +3,7 @@
return array(
'does_not_exist' => 'Categoría inexistente.',
- 'assoc_models' => 'This category is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this category and try again. ',
+ 'assoc_models' => 'Esta categoría está asignada al menos a un modelo y no puede ser eliminada. ',
'assoc_items' => 'This category is currently associated with at least one :asset_type and cannot be deleted. Please update your :asset_type to no longer reference this category and try again. ',
'create' => array(
diff --git a/resources/lang/es-ES/admin/hardware/message.php b/resources/lang/es-ES/admin/hardware/message.php
index 5de5691fa5..f8c0a79131 100644
--- a/resources/lang/es-ES/admin/hardware/message.php
+++ b/resources/lang/es-ES/admin/hardware/message.php
@@ -36,6 +36,12 @@ return array(
'invalidfiles' => 'Uno o más sus archivos es demasiado grande o es de un tipo no permitido. Los tipos de archivo permitidos son png, gif, jpg, doc, docx, pdf y txt.',
),
+ 'import' => array(
+ 'error' => 'Some Items did not import Correctly.',
+ 'errorDetail' => 'The Following Items were not imported because of errors.',
+ 'success' => "Your File has been imported",
+ ),
+
'delete' => array(
'confirm' => 'Estás seguro que quieres eliminar el equipo?',
diff --git a/resources/lang/es-ES/admin/settings/general.php b/resources/lang/es-ES/admin/settings/general.php
index 3db53c4dcc..e9ee55d608 100644
--- a/resources/lang/es-ES/admin/settings/general.php
+++ b/resources/lang/es-ES/admin/settings/general.php
@@ -2,17 +2,17 @@
return array(
'alert_email' => 'Enviar alertas a',
- 'alerts_enabled' => 'Alerts Enabled',
+ 'alerts_enabled' => 'Alertas habilitadas',
'alert_interval' => 'Expiring Alerts Threshold (in days)',
- 'alert_inv_threshold' => 'Inventory Alert Threshold',
+ 'alert_inv_threshold' => 'Umbral de alerta del inventario',
'asset_ids' => 'IDs de Recurso',
'auto_increment_assets' => 'Generar IDs de equipo autoincrementales',
'auto_increment_prefix' => 'Prefijo (opcional)',
'auto_incrementing_help' => 'Activa la generación automática de IDs de equipo antes de configurar esto',
'backups' => 'Copias de seguridad',
'barcode_settings' => 'Configuración de Código de Barras',
- '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.',
+ 'confirm_purge' => 'Confirmar la purga',
+ 'confirm_purge_help' => 'Introduzca el texto "Borrar" en el cuadro a continuación para depurar sus registros eliminados. Esta acción no se puede deshacer.',
'custom_css' => 'CSS Personalizado',
'custom_css_help' => 'Ingrese cualquier CSS personalizado que desee utilizar. No incluya tags como: <style></style>.',
'default_currency' => 'Moneda Predeterminada',
diff --git a/resources/lang/es-ES/admin/settings/message.php b/resources/lang/es-ES/admin/settings/message.php
index 717b47271c..8b569eaedb 100644
--- a/resources/lang/es-ES/admin/settings/message.php
+++ b/resources/lang/es-ES/admin/settings/message.php
@@ -15,8 +15,8 @@ return array(
),
'purge' => array(
'error' => 'An error has occurred while purging. ',
- 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
- 'success' => 'Deleted records successfully purged.'
+ 'validation_failed' => 'Su confirmación de purga es incorrecta. Por favor, escriba la palabra "Borrar" en el cuadro de confirmación.',
+ 'success' => 'Registros eliminados correctamente purgados.'
),
);
diff --git a/resources/lang/es-ES/admin/statuslabels/message.php b/resources/lang/es-ES/admin/statuslabels/message.php
index 4c445e36ac..619a5a509c 100644
--- a/resources/lang/es-ES/admin/statuslabels/message.php
+++ b/resources/lang/es-ES/admin/statuslabels/message.php
@@ -2,24 +2,24 @@
return array(
- 'does_not_exist' => 'Localización no existente.',
- 'assoc_users' => 'Localización asociada con al menos un usuario, no puede eliminarse. Actualize los usuarios para que no la usen e intente de nuevo. ',
+ 'does_not_exist' => 'Status Label does not exist.',
+ 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
'create' => array(
- 'error' => 'Localización no creada, por favor intete de nuevo.',
- 'success' => 'Localización creada correctamente.'
+ 'error' => 'Status Label was not created, please try again.',
+ 'success' => 'Status Label created successfully.'
),
'update' => array(
- 'error' => 'Localización no actualizada, por favor intete de nuevo',
- 'success' => 'Localización actualizada correctamente.'
+ 'error' => 'Status Label was not updated, please try again',
+ 'success' => 'Status Label updated successfully.'
),
'delete' => array(
- 'confirm' => 'Confirma el borrado de la etiqueta de estado?',
- 'error' => 'Ha sucedido un error eliminando la localización, inetente de nuevo.',
- 'success' => 'Localización eliminada correctamente.'
+ 'confirm' => 'Are you sure you wish to delete this Status Label?',
+ 'error' => 'There was an issue deleting the Status Label. Please try again.',
+ 'success' => 'The Status Label was deleted successfully.'
)
);
diff --git a/resources/lang/es-ES/auth/general.php b/resources/lang/es-ES/auth/general.php
index bf88cba77a..c260df2120 100644
--- a/resources/lang/es-ES/auth/general.php
+++ b/resources/lang/es-ES/auth/general.php
@@ -1,12 +1,12 @@
'Send Password Reset Link',
- 'email_reset_password' => 'Email Password Reset',
- 'reset_password' => 'Reset Password',
- 'login' => 'Login',
- 'login_prompt' => 'Please Login',
- 'forgot_password' => 'I forgot my password',
- 'remember_me' => 'Remember Me',
+ 'send_password_link' => 'Enviar enlace de restablecimiento de contraseña',
+ 'email_reset_password' => 'Restaurar contraseña email',
+ 'reset_password' => 'Restablecer Contraseña',
+ 'login' => 'Iniciar Sesión',
+ 'login_prompt' => 'Por favor, inicia sesión',
+ 'forgot_password' => 'He olvidado mi contraseña',
+ 'remember_me' => 'Recordarme',
];
diff --git a/resources/lang/es-ES/general.php b/resources/lang/es-ES/general.php
index b879c32773..2c25c65f8c 100644
--- a/resources/lang/es-ES/general.php
+++ b/resources/lang/es-ES/general.php
@@ -56,8 +56,14 @@
'depreciation' => 'Amortización',
'editprofile' => 'Editar Perfil',
'eol' => 'EOL',
+ 'email_domain' => 'Email Domain',
+ 'email_format' => 'Email Format',
+ 'email_domain_help' => 'This is used to generate email addresses when importing',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
'first' => 'Primero',
'first_name' => 'Nombre',
+ 'first_name_format' => 'First Name (jane@example.com)',
'file_name' => 'Archivo',
'file_uploads' => 'Carga de Archivos',
'generate' => 'Generar',
@@ -74,7 +80,7 @@
'asset_maintenances' => 'Mantenimientos de Equipo',
'item' => 'Item',
'insufficient_permissions' => '¡Permisos insuficientes!',
- 'language' => 'Language',
+ 'language' => 'Lenguaje',
'last' => 'Último',
'last_name' => 'Apellidos',
'license' => 'Licencia',
@@ -88,6 +94,7 @@
'location' => 'Localización',
'locations' => 'Localizaciones',
'logout' => 'Desconexión',
+ 'lookup_by_tag' => 'Lookup by Asset Tag',
'manufacturer' => 'Fabricante',
'manufacturers' => 'Fabricantes',
'markdown' => 'This field allows Github flavored markdown.',
@@ -129,7 +136,7 @@
'select_date' => 'Seleccionar fecha',
'select_statuslabel' => 'Seleccionar Estado',
'select_company' => 'Seleccionar empresa',
- 'select_asset' => 'Select Asset',
+ 'select_asset' => 'Seleccionar activos',
'settings' => 'Opciones',
'sign_in' => 'Entrar',
'site_name' => 'Sitio',
@@ -142,6 +149,7 @@
'type' => 'Tipo',
'undeployable' => 'No Instalable',
'unknown_admin' => 'Admin Desconocido',
+ 'username_format' => 'Username Format',
'update' => 'Actualizar',
'uploaded' => 'Subido',
'user' => 'Usuario',
@@ -156,5 +164,5 @@
'yes' => 'Si',
'zip' => 'Códio Postal',
'noimage' => 'Imagen no subida o imagen no encontrada.',
- 'token_expired' => 'Your form session has expired. Please try again.',
+ 'token_expired' => 'Su sesión ha expirado, Intente otra ves.',
];
diff --git a/resources/lang/es-ES/passwords.php b/resources/lang/es-ES/passwords.php
index 5195a9b77c..4f11c27bc6 100644
--- a/resources/lang/es-ES/passwords.php
+++ b/resources/lang/es-ES/passwords.php
@@ -1,7 +1,7 @@
'Your password link has been sent!',
- 'user' => 'That user does not exist or does not have an email address associated',
+ 'sent' => 'El link de la contraseña ha sido enviada!',
+ 'user' => 'El usuario no existe o no tiene un email asociado',
];
diff --git a/resources/lang/es-ES/validation.php b/resources/lang/es-ES/validation.php
index e68a6e952d..59ef2a564d 100644
--- a/resources/lang/es-ES/validation.php
+++ b/resources/lang/es-ES/validation.php
@@ -33,7 +33,7 @@ return array(
"digits_between" => ":attribute debe tener entre :min y :max dígitos.",
"email" => ":attribute formato incorrecto.",
"exists" => "El :attribute seleccionado no es correcto.",
- "email_array" => "One or more email addresses is invalid.",
+ "email_array" => "Una o más direcciones de correo electrónico no es válido.",
"image" => ":attribute debe ser una imagen.",
"in" => "El :attribute seleccionado no es correcto.",
"integer" => ":attribute debe ser un número entero.",
diff --git a/resources/lang/fa/admin/categories/message.php b/resources/lang/fa/admin/categories/message.php
index 3bff958f68..212853273d 100644
--- a/resources/lang/fa/admin/categories/message.php
+++ b/resources/lang/fa/admin/categories/message.php
@@ -3,8 +3,8 @@
return array(
'does_not_exist' => 'دسته بندی موجود نیست.',
- 'assoc_models' => 'This category is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this category and try again. ',
- 'assoc_items' => 'This category is currently associated with at least one :asset_type and cannot be deleted. Please update your :asset_type to no longer reference this category and try again. ',
+ 'assoc_models' => 'این گروه در حال حاضر همراه با حداقل یک مدل است و قادر به حذف نمی شود. لطفا بروز مدل های خود را به دیگر مرجع این رده و دوباره امتحان کنید. ',
+ 'assoc_items' => 'این گروه در حال حاضر همراه با حداقل یکی است: asset_type و قادر به حذف نمی شود. لطفا به روز رسانی خود را: asset_type دیگر این گروه مرجع و دوباره امتحان کنید. ',
'create' => array(
'error' => 'دسته ایجاد نشد ،دوباره امتحان کنید.',
diff --git a/resources/lang/fa/admin/custom_fields/general.php b/resources/lang/fa/admin/custom_fields/general.php
index a76a871119..1065916b7a 100644
--- a/resources/lang/fa/admin/custom_fields/general.php
+++ b/resources/lang/fa/admin/custom_fields/general.php
@@ -3,21 +3,21 @@
return array(
'custom_fields' => 'فیلدهای سفارشی',
'field' => 'فیلد',
- 'about_fieldsets_title' => 'About Fieldsets',
- 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.',
- 'fieldset' => 'Fieldset',
- 'qty_fields' => 'Qty Fields',
- 'fieldsets' => 'Fieldsets',
- 'fieldset_name' => 'Fieldset Name',
- 'field_name' => 'Field Name',
- 'field_element' => 'Form Element',
- 'field_element_short' => 'Element',
- 'field_format' => 'Format',
- 'field_custom_format' => 'Custom Format',
- 'required' => 'Required',
- 'req' => 'Req.',
- 'used_by_models' => 'Used By Models',
- 'order' => 'Order',
- 'create_fieldset' => 'New Fieldset',
- 'create_field' => 'New Custom Field',
+ 'about_fieldsets_title' => 'درباره ی تنظیمات فیلد',
+ 'about_fieldsets_text' => 'تنظیمات فیلد به شما امکان این را می دهد که گروه های فیلدهای سفارشی ایجاد کنید که مرتبا برای انواع مدل های دارایی خاص مورد استفاده ی مجدد قرار می گیرند.',
+ 'fieldset' => 'تنظیمات فیلد',
+ 'qty_fields' => 'فیلد های Qty',
+ 'fieldsets' => 'تنظیمات فیلد',
+ 'fieldset_name' => 'نام تنظیمات فیلد',
+ 'field_name' => 'نام فیلد',
+ 'field_element' => 'ایجاد یک عنصر',
+ 'field_element_short' => 'عنصر',
+ 'field_format' => 'شکل دادن',
+ 'field_custom_format' => 'شکل دادن سفارشی',
+ 'required' => 'نیازمندی',
+ 'req' => 'نیازمندی',
+ 'used_by_models' => 'استفاده شده توسط مدل ها',
+ 'order' => 'سفارش',
+ 'create_fieldset' => 'تنظیمات فیلد جدید',
+ 'create_field' => 'فیلد سفارشی جدید',
);
diff --git a/resources/lang/fa/admin/custom_fields/message.php b/resources/lang/fa/admin/custom_fields/message.php
index 0d34afa9e8..68e7920916 100644
--- a/resources/lang/fa/admin/custom_fields/message.php
+++ b/resources/lang/fa/admin/custom_fields/message.php
@@ -3,25 +3,25 @@
return array(
'field' => array(
- 'invalid' => 'That field does not exist.',
- 'already_added' => 'Field already added',
+ 'invalid' => 'این زمینه وجود ندارد.',
+ 'already_added' => 'زمینه اضافه شده است',
'create' => array(
- 'error' => 'Field was not created, please try again.',
- 'success' => 'Field created successfully.',
- 'assoc_success' => 'Field successfully added to fieldset.'
+ 'error' => 'فیلد ایجاد نشده است، لطفا دوباره تلاش کنید.',
+ 'success' => 'فیلد با موفقیت ایجاد شد.',
+ 'assoc_success' => 'فیلد با موفقیت به تنظیمات فیلد اضافه شد.'
),
'update' => array(
- 'error' => 'Field was not updated, please try again',
- 'success' => 'Field updated successfully.'
+ 'error' => 'فیلد به روز رسانی نشده است، لطفا دوباره تلاش کنید',
+ 'success' => 'فیلد با موفقیت به روز رسانی شد.'
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this field?',
- 'error' => 'There was an issue deleting the field. Please try again.',
- 'success' => 'The field was deleted successfully.',
- 'in_use' => 'Field is still in use.',
+ 'confirm' => 'آیا شما مطمئن هستید که می خواهید این فیلد را حذف کنید؟',
+ 'error' => 'در حذف کردن این فیلد مشکلی وجود داشت. لطفا دوباره تلاش کنید.',
+ 'success' => 'فیلد با موفقیت حذف شد.',
+ 'in_use' => 'فیلد همچنان در حال استفاده است.',
)
),
@@ -31,20 +31,20 @@ return array(
'create' => array(
- 'error' => 'Fieldset was not created, please try again.',
- 'success' => 'Fieldset created successfully.'
+ 'error' => 'تنظیمات فیلد ایجاد نشده است، لطفا دوباره تلاش کنید.',
+ 'success' => 'تنظیمات فیلد با موفقیت ایجاد شد.'
),
'update' => array(
- 'error' => 'Fieldset was not updated, please try again',
- 'success' => 'Fieldset updated successfully.'
+ 'error' => 'تنظیمات فیلد به روز رسانی نشده است، لطفا دوباره تلاش کنید',
+ 'success' => 'تنظیمات فیلد به موفقیت به روز رسانی شد.'
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this fieldset?',
- 'error' => 'There was an issue deleting the fieldset. Please try again.',
- 'success' => 'The fieldset was deleted successfully.',
- 'in_use' => 'Fieldset is still in use.',
+ 'confirm' => 'آیا شما مطمئن هستید که می خواهید این تنظیمات فیلد را حذف کنید؟',
+ 'error' => 'در حذف کردن تنظیمات فیلد مشکلی وجود داشت. لطفا دوباره تلاش کنید.',
+ 'success' => 'تنظیمات فیلد با موفقیت حذف شد.',
+ 'in_use' => 'تنظیمات فیلد همچنان در حال استفاده است.',
)
),
diff --git a/resources/lang/fa/admin/depreciations/general.php b/resources/lang/fa/admin/depreciations/general.php
index d5796ff9f6..14b4a1455d 100644
--- a/resources/lang/fa/admin/depreciations/general.php
+++ b/resources/lang/fa/admin/depreciations/general.php
@@ -1,12 +1,12 @@
'About Asset Depreciations',
- 'about_depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.',
- 'asset_depreciations' => 'Asset Depreciations',
- 'create_depreciation' => 'Create Depreciation',
- 'depreciation_name' => 'Depreciation Name',
- 'number_of_months' => 'Number of Months',
- 'update_depreciation' => 'Update Depreciation',
+ 'about_asset_depreciations' => 'درباره ی استهلاک دارایی',
+ 'about_depreciations' => 'شما می توانید استهلاک دارایی را فعال کنید تا دارایی ها را بر اساس استهلاک خطی مستقیم، کم بهاء کنید.',
+ 'asset_depreciations' => 'استهلاک دارایی',
+ 'create_depreciation' => 'خلق استهلاک',
+ 'depreciation_name' => 'نام استهلاک',
+ 'number_of_months' => 'تعداد ماه ها',
+ 'update_depreciation' => 'به روز رسانی استهلاک',
);
diff --git a/resources/lang/fa/admin/depreciations/message.php b/resources/lang/fa/admin/depreciations/message.php
index c20e52c13c..c2b0ebe919 100644
--- a/resources/lang/fa/admin/depreciations/message.php
+++ b/resources/lang/fa/admin/depreciations/message.php
@@ -2,24 +2,24 @@
return array(
- 'does_not_exist' => 'Depreciation class does not exist.',
- 'assoc_users' => 'This depreciation is currently associated with one or more models and cannot be deleted. Please delete the models, and then try deleting again. ',
+ 'does_not_exist' => 'دسته ی استهلاک وجود ندارد.',
+ 'assoc_users' => 'این استهلاک در حال حاضر همراه با یک یا چند مدل دیگر است و نمی تواند حذف شود. لطفا یکی از مدل ها را حذف کنید و سپس برای حذف کردن دوباره تلاش کنید. ',
'create' => array(
- 'error' => 'Depreciation class was not created, please try again. :(',
- 'success' => 'Depreciation class created successfully. :)'
+ 'error' => 'دسته ی استهلاک ساخته نشده بود، لطفا دوباره تلاش کنید. :(',
+ 'success' => 'دسته ی استهلاک با موفقیت ساخته شد :)'
),
'update' => array(
- 'error' => 'Depreciation class was not updated, please try again',
- 'success' => 'Depreciation class updated successfully.'
+ 'error' => 'دسته ی استهلاک به روز رسانی نشده بود، لطفا دوباره تلاش کنید',
+ 'success' => 'دسته ی استهلاک با موفقیت به روز رسانی شد.'
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this depreciation class?',
- 'error' => 'There was an issue deleting the depreciation class. Please try again.',
- 'success' => 'The depreciation class was deleted successfully.'
+ 'confirm' => 'آیا شما مطمئن هستید که می خواهید این دسته ی استهلاک را حذف کنید؟',
+ 'error' => 'در حذف کردن دسته ی استهلاک مشکلی وجود داشت. لطفا دوباره تلاش کنید.',
+ 'success' => 'دسته ی استهلاک با موفقیت حذف شد.'
)
);
diff --git a/resources/lang/fa/admin/depreciations/table.php b/resources/lang/fa/admin/depreciations/table.php
index 5ba01d132c..fb37d727cb 100644
--- a/resources/lang/fa/admin/depreciations/table.php
+++ b/resources/lang/fa/admin/depreciations/table.php
@@ -2,9 +2,9 @@
return array(
- 'id' => 'ID',
- 'months' => 'Months',
- 'term' => 'Term',
- 'title' => 'Name ',
+ 'id' => 'شناسه',
+ 'months' => 'ماه ها',
+ 'term' => 'مدت زمان',
+ 'title' => 'نام ',
);
diff --git a/resources/lang/fa/admin/groups/message.php b/resources/lang/fa/admin/groups/message.php
index f14b6339e8..54bbc8a9d7 100644
--- a/resources/lang/fa/admin/groups/message.php
+++ b/resources/lang/fa/admin/groups/message.php
@@ -2,21 +2,21 @@
return array(
- 'group_exists' => 'Group already exists!',
- 'group_not_found' => 'Group [:id] does not exist.',
- 'group_name_required' => 'The name field is required',
+ 'group_exists' => 'گروه در حال حاضر وجود دارد!',
+ 'group_not_found' => 'گروه [: شناسه] وجود ندارد.',
+ 'group_name_required' => 'نام زمینه مورد نیاز است',
'success' => array(
- 'create' => 'Group was successfully created.',
- 'update' => 'Group was successfully updated.',
- 'delete' => 'Group was successfully deleted.',
+ 'create' => 'گروه با موفقیت ایجاد شد.',
+ 'update' => 'گروه با موفقیت بروز شد.',
+ 'delete' => 'گروه با موفقیت حذف شد.',
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this group?',
- 'create' => 'There was an issue creating the group. Please try again.',
- 'update' => 'There was an issue updating the group. Please try again.',
- 'delete' => 'There was an issue deleting the group. Please try again.',
+ 'confirm' => 'آیا مطمئن هستید که می خواهید این گروه را حذف کنید؟',
+ 'create' => 'اشکال در ایجاد گروه.لطفا دوباره تلاش کنید.',
+ 'update' => 'اشکال در به روزرسانی گروه .لطفا دوباره تلاش کنید.',
+ 'delete' => 'اشکال در حذف گروه.لطفا دوباره تلاش کنید.',
),
);
diff --git a/resources/lang/fa/admin/groups/table.php b/resources/lang/fa/admin/groups/table.php
index 61f060a116..b8bd06a644 100644
--- a/resources/lang/fa/admin/groups/table.php
+++ b/resources/lang/fa/admin/groups/table.php
@@ -2,8 +2,8 @@
return array(
- 'id' => 'Id',
- 'name' => 'Name',
- 'users' => '# of Users',
+ 'id' => 'شناسه',
+ 'name' => 'نام',
+ 'users' => '# از کاربران',
);
diff --git a/resources/lang/fa/admin/groups/titles.php b/resources/lang/fa/admin/groups/titles.php
index 12c333a66f..e6bc5c5a50 100644
--- a/resources/lang/fa/admin/groups/titles.php
+++ b/resources/lang/fa/admin/groups/titles.php
@@ -2,12 +2,12 @@
return array(
- 'group_management' => 'Group Management',
- 'create_group' => 'Create New Group',
- 'edit_group' => 'Edit Group',
- 'group_name' => 'Group Name',
- 'group_admin' => 'Group Admin',
- 'allow' => 'Allow',
- 'deny' => 'Deny',
+ 'group_management' => 'مدیریت گروه',
+ 'create_group' => 'ساخت گروه جدید',
+ 'edit_group' => 'ویرایش گروه',
+ 'group_name' => 'نام گروه',
+ 'group_admin' => 'مدیر گروه',
+ 'allow' => 'اجازه می دهد',
+ 'deny' => 'رد کردن',
);
diff --git a/resources/lang/fa/admin/hardware/form.php b/resources/lang/fa/admin/hardware/form.php
index e4bf1e3f39..b967fa7165 100644
--- a/resources/lang/fa/admin/hardware/form.php
+++ b/resources/lang/fa/admin/hardware/form.php
@@ -1,44 +1,60 @@
'Confrm Bulk Delete Assets',
- 'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.',
- 'bulk_delete_warn' => 'You are about to delete :asset_count assets.',
- 'bulk_update' => 'Bulk Update Assets',
- 'bulk_update_help' => 'This form allows you to update multiple assets at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged. ',
- 'bulk_update_warn' => 'You are about to edit the properties of :asset_count assets.',
- 'checkedout_to' => 'Checked Out To',
- 'checkout_date' => 'Checkout Date',
- 'checkin_date' => 'Checkin Date',
- 'checkout_to' => 'Checkout to',
- 'cost' => 'Purchase Cost',
- 'create' => 'Create Asset',
- 'date' => 'Purchase Date',
- 'depreciates_on' => 'Depreciates On',
- 'depreciation' => 'Depreciation',
- 'default_location' => 'Default Location',
- 'eol_date' => 'EOL Date',
- 'eol_rate' => 'EOL Rate',
- 'expected_checkin' => 'Expected Checkin Date',
- 'expires' => 'Expires',
- 'fully_depreciated' => 'Fully Depreciated',
- 'help_checkout' => 'If you wish to assign this asset immediately, select "Ready to Deploy" from the status list above. ',
- 'mac_address' => 'MAC Address',
- 'manufacturer' => 'Manufacturer',
- 'model' => 'Model',
- 'months' => 'months',
- 'name' => 'Asset Name',
- 'notes' => 'Notes',
- 'order' => 'Order Number',
- 'qr' => 'QR Code',
- 'requestable' => 'Users may request this asset',
- 'select_statustype' => 'Select Status Type',
- 'serial' => 'Serial',
- 'status' => 'Status',
- 'supplier' => 'Supplier',
- 'tag' => 'Asset Tag',
- 'update' => 'Asset Update',
- 'warranty' => 'Warranty',
- 'years' => 'years',
+ 'bulk_delete' => 'اعلام حذف دسته ای دارایی ها',
+ 'bulk_delete_help' => 'بررسی دارایی برای حذف فله زیر کلیک کنید. به محض حذف این دارایی ها را می توان ترمیم کرد، اما ان ها دیگر قابل دسترسی با یوزر های دیگر نیستند.',
+ 'bulk_delete_warn' => 'شما در حال حذف: دارایی های تعداد دارایی.',
+ 'bulk_update' => 'به روز رسانی دارایی های فله',
+ 'bulk_update_help' => 'این فرم برای به روز رسانی دارایی های متعدد در یک بار را به شما اجازه می دهد. تنها قسمت ها نیاز به تغییر را پر کنید. هر زمینه های خالی سمت چپ بدون تغییر باقی می ماند. ',
+ 'bulk_update_warn' => 'شما در حال ادیت مشخصات : ',
+ 'checkedout_to' => 'تحویل شده به
+
+',
+ 'checkout_date' => 'چک کردن تاریخ
+',
+ 'checkin_date' => 'تاریخ ورود
+',
+ 'checkout_to' => 'اتمام به
+',
+ 'cost' => 'هزینه خرید',
+ 'create' => 'ایجاد دارایی
+',
+ 'date' => 'تاریخ خرید
+',
+ 'depreciates_on' => 'مستهلک کردن
+',
+ 'depreciation' => 'مستهلک کردن
+',
+ 'default_location' => ' پیش فرض محل سکونت
+',
+ 'eol_date' => ' تاریخ EOL
+',
+ 'eol_rate' => ' نرخ EOL',
+ 'expected_checkin' => ' چک در تاریخ را پر کنید',
+ 'expires' => 'تاریخ انقضا
+',
+ 'fully_depreciated' => 'به طور کامل مستهلک شده',
+ 'help_checkout' => 'اگر شما مایل به اختصاص این دارایی ها هستید بلافاصله، "آماده به استقرار" از لیست وضعیت به بالا انتخاب کنید.',
+ 'mac_address' => 'مک ادرس',
+ 'manufacturer' => 'سازنده',
+ 'model' => 'مدل',
+ 'months' => 'ماه ها',
+ 'name' => 'نام دارایی',
+ 'notes' => 'نت ها',
+ 'order' => 'شماره سفارش',
+ 'qr' => 'کیو آر کد',
+ 'requestable' => 'کاربران ممکن است این دارایی هارا درخواست کنند
+',
+ 'select_statustype' => 'انتخاب نوع وضعیت',
+ 'serial' => 'سریال',
+ 'status' => 'وضعیت',
+ 'supplier' => 'تامین کننده
+',
+ 'tag' => 'برچسب دارایی
+',
+ 'update' => 'به روز رسانی دارایی
+',
+ 'warranty' => 'گارانتی',
+ 'years' => 'سال ها',
)
;
diff --git a/resources/lang/fa/admin/hardware/general.php b/resources/lang/fa/admin/hardware/general.php
index 2a09db28e4..e44ca32a61 100644
--- a/resources/lang/fa/admin/hardware/general.php
+++ b/resources/lang/fa/admin/hardware/general.php
@@ -1,19 +1,20 @@
'Archived',
- 'asset' => 'Asset',
- 'checkin' => 'Checkin Asset',
- 'checkout' => 'Checkout Asset to User',
- 'clone' => 'Clone Asset',
- 'deployable' => 'Deployable',
- 'deleted' => 'This asset has been deleted. Click here to restore it.',
- 'edit' => 'Edit Asset',
- 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
- 'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.
Click here to restore the model.',
- 'requestable' => 'Requestable',
- 'restore' => 'Restore Asset',
- 'pending' => 'Pending',
- 'undeployable' => 'Undeployable',
- 'view' => 'View Asset',
+ 'archived' => 'بایگانی شد',
+ 'asset' => 'دارایی',
+ 'checkin' => 'دارایی checkin',
+ 'checkout' => 'پرداخت سرمایه به کاربر',
+ 'clone' => 'دارایی شگرف',
+ 'deployable' => 'گسترش',
+ 'deleted' => 'این دارایی حذف شده است. اینجا به بازگرداندن آن کلیک کنید .',
+ 'edit' => 'ویرایش دارایی',
+ 'filetype_info' => 'انواع فایل های مجاز عبارتند از PNG، GIF، JPG، JPEG، DOC، DOCX، PDF، TXT، ZIP و RAR.',
+ 'model_deleted' => 'این مدل دارایی حذف شده است. شما باید مدل بازگرداندن قبل از شما می توانید دارایی بازگرداندن کنید.
برای بازگرداندن مدل را اینجا را کلیک کنید.',
+ 'requestable' => 'در خواست شد',
+ 'restore' => 'بازیابی دارایی',
+ 'pending' => 'در انتظار',
+ 'undeployable' => 'غیرقابل گسترش',
+ 'view' => 'نمایش دارایی ها
+',
);
diff --git a/resources/lang/fa/admin/hardware/message.php b/resources/lang/fa/admin/hardware/message.php
index 3559b7fdbe..7e95c210df 100644
--- a/resources/lang/fa/admin/hardware/message.php
+++ b/resources/lang/fa/admin/hardware/message.php
@@ -2,64 +2,69 @@
return array(
- 'undeployable' => 'Warning: This asset has been marked as currently undeployable.
- If this status has changed, please update the asset status.',
- 'does_not_exist' => 'Asset does not exist.',
- 'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.',
- 'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ',
+ 'undeployable' => ' اخطار: strong> این دارایی به برانگیز گزارش شده است که در حال حاضر undeployable. اگر این وضعیت تغییر کرده است، لطفا به روز رسانی وضعیت دارایی.',
+ 'does_not_exist' => 'دارایی وجود ندارد.',
+ 'does_not_exist_or_not_requestable' => 'دوباره تلاش کنید . این دارایی وجود ندارد.',
+ 'assoc_users' => 'این دارایی در حال حاضر به یک کاربر چک کردن و پاک نمی شود. لطفا دارایی در اولین بار چک کنید، و سپس سعی کنید دوباره حذف کنید.',
'create' => array(
- 'error' => 'Asset was not created, please try again. :(',
- 'success' => 'Asset created successfully. :)'
+ 'error' => 'دارایی ساخته نشده است، لطفا دوباره تلاش کنید.',
+ 'success' => 'دارایی موفقیت ایجاد شده است. :)'
),
'update' => array(
- 'error' => 'Asset was not updated, please try again',
- 'success' => 'Asset updated successfully.',
- 'nothing_updated' => 'No fields were selected, so nothing was updated.',
+ 'error' => 'دارایی به روز نیست، لطفا دوباره امتحان کنید',
+ 'success' => 'دارایی ها با موفقیت به روز رسانی.',
+ 'nothing_updated' => 'هیچ زمینه، انتخاب شدند تا هیچ چیز به روز شد.',
),
'restore' => array(
- 'error' => 'Asset was not restored, please try again',
- 'success' => 'Asset restored successfully.'
+ 'error' => 'دارایی بازیابی نشد، لطفا دوباره تلاش کنید',
+ 'success' => 'دارایی با موفقیت بازیابی شد.'
),
'deletefile' => array(
- 'error' => 'File not deleted. Please try again.',
- 'success' => 'File successfully deleted.',
+ 'error' => 'فایل حذف نمی شود. لطفا دوباره تلاش کنید.',
+ 'success' => 'فایل با موفقیت حذف شده است.',
),
'upload' => array(
- 'error' => 'File(s) not uploaded. Please try again.',
- 'success' => 'File(s) successfully uploaded.',
- 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large',
- 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.',
+ 'error' => 'فایل) آپلود نیست. لطفا دوباره تلاش کنید.',
+ 'success' => 'فایل (موفقیت آپلود شد.',
+ 'nofiles' => 'شما هر فایل برای آپلود انتخاب کنید، و یا فایل شما در حال تلاش برای آپلود بیش از حد بزرگ است',
+ 'invalidfiles' => 'یک یا بیشتر از فایل های خود را بیش از حد بزرگ است یا یک نوع فایل است که مجاز است. انواع فایل های مجاز عبارتند از PNG، GIF، JPG، DOC، DOCX، PDF، TXT و.',
+ ),
+
+ 'import' => array(
+ 'error' => 'Some Items did not import Correctly.',
+ 'errorDetail' => 'The Following Items were not imported because of errors.',
+ 'success' => "Your File has been imported",
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this asset?',
- 'error' => 'There was an issue deleting the asset. Please try again.',
- 'success' => 'The asset was deleted successfully.'
+ 'confirm' => 'آیا شما مطمئن هستید که می خواهید این تنظیمات دارایی را حذف کنید؟',
+ 'error' => 'اشکال در حذف دارایی.لطفا دوباره تلاش کنید.',
+ 'success' => 'دارایی با موفقیت حذف شد.'
),
'checkout' => array(
- 'error' => 'Asset was not checked out, please try again',
- 'success' => 'Asset checked out successfully.',
- 'user_does_not_exist' => 'That user is invalid. Please try again.'
+ 'error' => 'دارایی در بررسی نیست، لطفا دوباره امتحان کنید',
+ 'success' => 'دارایی را بررسی کنید موفقیت.',
+ 'user_does_not_exist' => 'کاربر نامعتبر است لطفا دوباره امتحان کنید.'
),
'checkin' => array(
- 'error' => 'Asset was not checked in, please try again',
- 'success' => 'Asset checked in successfully.',
- 'user_does_not_exist' => 'That user is invalid. Please try again.',
- 'already_checked_in' => 'That asset is already checked in.',
+ 'error' => 'دارایی در بررسی نیست، لطفا دوباره امتحان کنید',
+ 'success' => 'دارایی ها با موفقیت در بررسی.',
+ 'user_does_not_exist' => 'آن کاربر نامعتبر است. لطفا دوباره سعی کنید.',
+ 'already_checked_in' => 'دارایی ها که در حال حاضر انتخاب شده است.',
),
'requests' => array(
- 'error' => 'Asset was not requested, please try again',
- 'success' => 'Asset requested successfully.',
+ 'error' => 'دارایی شد درخواست نمی کند، لطفا دوباره امتحان کنید',
+ 'success' => 'دارایی موفقیت درخواست شده است.',
)
);
diff --git a/resources/lang/fa/admin/hardware/table.php b/resources/lang/fa/admin/hardware/table.php
index e8baa09d5a..fcdc4a08cc 100644
--- a/resources/lang/fa/admin/hardware/table.php
+++ b/resources/lang/fa/admin/hardware/table.php
@@ -2,23 +2,24 @@
return array(
- 'asset_tag' => 'Asset Tag',
- 'asset_model' => 'Model',
- 'book_value' => 'Value',
- 'change' => 'In/Out',
- 'checkout_date' => 'Checkout Date',
- 'checkoutto' => 'Checked Out',
- 'diff' => 'Diff',
- 'dl_csv' => 'Download CSV',
+ 'asset_tag' => 'برچسب دارایی',
+ 'asset_model' => 'مدل',
+ 'book_value' => 'عنوان آیتم',
+ 'change' => '/ خارج',
+ 'checkout_date' => 'چک کردن تاریخ',
+ 'checkoutto' => 'قفل شده',
+ 'diff' => 'دیف',
+ 'dl_csv' => 'دانلود CSV',
'eol' => 'EOL',
- 'id' => 'ID',
- 'location' => 'Location',
- 'purchase_cost' => 'Cost',
- 'purchase_date' => 'Purchased',
- 'serial' => 'Serial',
- 'status' => 'Status',
- 'title' => 'Asset ',
- 'image' => 'Device Image',
- 'days_without_acceptance' => 'Days Without Acceptance'
+ 'id' => 'شناسه',
+ 'location' => 'مکان',
+ 'purchase_cost' => 'هزینه',
+ 'purchase_date' => 'خریداری شده',
+ 'serial' => 'سریال',
+ 'status' => 'وضعیت',
+ 'title' => 'دارایی ',
+ 'image' => 'دستگاه تصویر
+',
+ 'days_without_acceptance' => 'روز بدون پذیرش'
);
diff --git a/resources/lang/fa/admin/licenses/form.php b/resources/lang/fa/admin/licenses/form.php
index 99f8198435..e6aaa6839d 100644
--- a/resources/lang/fa/admin/licenses/form.php
+++ b/resources/lang/fa/admin/licenses/form.php
@@ -2,27 +2,35 @@
return array(
- 'asset' => 'Asset',
- 'checkin' => 'Checkin',
- 'cost' => 'Purchase Cost',
- 'create' => 'Create License',
- 'date' => 'Purchase Date',
- 'depreciation' => 'Depreciation',
- 'expiration' => 'Expiration Date',
- 'maintained' => 'Maintained',
- 'name' => 'Software Name',
- 'no_depreciation' => 'Do Not Depreciate',
- 'notes' => 'Notes',
- 'order' => 'Order No.',
- 'purchase_order' => 'Purchase Order Number',
- 'reassignable' => 'Reassignable',
- 'remaining_seats' => 'Remaining Seats',
- 'seats' => 'Seats',
- 'serial' => 'Serial',
- 'supplier' => 'Supplier',
- 'termination_date' => 'Termination Date',
- 'to_email' => 'Licensed to Email',
- 'to_name' => 'Licensed to Name',
- 'update' => 'Update License',
- 'checkout_help' => 'You must check a license out to a hardware asset or a person. You can select both, but the owner of the asset must match the person you\'re checking the asset out to.'
+ 'asset' => 'دارایی',
+ 'checkin' => 'چک در',
+ 'cost' => 'هزینه خرید
+',
+ 'create' => 'ایجاد مجوز
+',
+ 'date' => 'تاریخ خرید',
+ 'depreciation' => 'مستهلک کردن',
+ 'expiration' => 'تاریخ انقضا',
+ 'maintained' => 'نگهداری',
+ 'name' => 'نام نرم افزار
+',
+ 'no_depreciation' => 'هنوز مستهلک نشده
+',
+ 'notes' => 'نت ها',
+ 'order' => 'شماره سفارش',
+ 'purchase_order' => 'شماره سفارش خرید',
+ 'reassignable' => 'واگذاری مجدد
+',
+ 'remaining_seats' => 'کرسی های باقی مانده
+',
+ 'seats' => 'صندلی
+',
+ 'serial' => 'سریال',
+ 'supplier' => 'تامین کننده',
+ 'termination_date' => 'تاریخ پایان
+',
+ 'to_email' => ' مجوز به ایمیل',
+ 'to_name' => 'مجوز به نام',
+ 'update' => 'به روز رسانی مجوز',
+ 'checkout_help' => 'شما باید یک مجوز به یک دارایی سخت افزار و یا یک شخص را بررسی کنید. شما می توانید هر دو را انتخاب کنید، اما مالک دارایی باید شخص شما چک کردن دارایی به مطابقت.'
);
diff --git a/resources/lang/fa/admin/licenses/general.php b/resources/lang/fa/admin/licenses/general.php
index 808d75a34a..4a7786e516 100644
--- a/resources/lang/fa/admin/licenses/general.php
+++ b/resources/lang/fa/admin/licenses/general.php
@@ -2,19 +2,20 @@
return array(
- 'checkin' => 'Checkin License Seat',
- 'checkout_history' => 'Checkout History',
- 'checkout' => 'Checkout License Seat',
- 'edit' => 'Edit License',
- 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
- 'clone' => 'Clone License',
- 'history_for' => 'History for ',
- 'in_out' => 'In/Out',
- 'info' => 'License Info',
- 'license_seats' => 'License Seats',
- 'seat' => 'Seat',
- 'seats' => 'Seats',
- 'software_licenses' => 'Software Licenses',
- 'user' => 'User',
- 'view' => 'View License',
+ 'checkin' => 'بررسی صندلی مجوز',
+ 'checkout_history' => 'تاریخچه پرداخت',
+ 'checkout' => 'صندلی مجوز پرداخت',
+ 'edit' => 'ویرایش مجوز',
+ 'filetype_info' => 'انواع فایل های مجاز عبارتند از PNG، GIF، JPG، JPEG، DOC، DOCX، PDF، TXT، ZIP و RAR.
+',
+ 'clone' => 'مجوز شگرف',
+ 'history_for' => 'پیشینه برای ',
+ 'in_out' => 'داخل / خارج',
+ 'info' => 'اطلاعات پروانه',
+ 'license_seats' => 'صندلی مجوز',
+ 'seat' => 'صندلی',
+ 'seats' => 'صندلی ها',
+ 'software_licenses' => 'گواهی نامه های نرم افزاری',
+ 'user' => 'کاربر',
+ 'view' => 'مشاهده توافقنامه',
);
diff --git a/resources/lang/fa/admin/licenses/message.php b/resources/lang/fa/admin/licenses/message.php
index ffc70bee0f..2378365dca 100644
--- a/resources/lang/fa/admin/licenses/message.php
+++ b/resources/lang/fa/admin/licenses/message.php
@@ -2,49 +2,50 @@
return array(
- 'does_not_exist' => 'License does not exist.',
- 'user_does_not_exist' => 'User does not exist.',
- 'asset_does_not_exist' => 'The asset you are trying to associate with this license does not exist.',
- 'owner_doesnt_match_asset' => 'The asset you are trying to associate with this license is owned by somene other than the person selected in the assigned to dropdown.',
- 'assoc_users' => 'This license is currently checked out to a user and cannot be deleted. Please check the license in first, and then try deleting again. ',
+ 'does_not_exist' => 'مجوز وجود ندارد.',
+ 'user_does_not_exist' => 'کاربر وجود ندارد.',
+ 'asset_does_not_exist' => 'دارایی شما در حال تلاش برای ارتباط با این مجوز وجود ندارد.',
+ 'owner_doesnt_match_asset' => 'دارایی شما در حال تلاش برای ارتباط با این مجوز توسط کسی غیر از فرد در اختصاص داده شده به انتخاب کرکره متعلق به.
+',
+ 'assoc_users' => 'این مجوز در حال حاضر به یک کاربر چک کردن و پاک نمی شود. لطفا مجوز در اولین بار چک کنید، و سپس سعی کنید دوباره حذف کنید.',
'create' => array(
- 'error' => 'License was not created, please try again.',
- 'success' => 'License created successfully.'
+ 'error' => 'مجوز ایجاد نمی شد، لطفا دوباره امتحان کنید.',
+ 'success' => 'مجوز ایجاد نمی شد، لطفا دوباره امتحان کنید.مجوز ایجاد نمی شد، لطفا دوباممجوز موفقیت ایجاد شده است.اد شده است.ره امتحان کنید.'
),
'deletefile' => array(
- 'error' => 'File not deleted. Please try again.',
- 'success' => 'File successfully deleted.',
+ 'error' => 'فایل حذف نمی شود. لطفا دوباره تلاش کنید.',
+ 'success' => 'فایل با موفقیت حذف شده است.',
),
'upload' => array(
- 'error' => 'File(s) not uploaded. Please try again.',
- 'success' => 'File(s) successfully uploaded.',
- 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large',
- 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.',
+ 'error' => 'فایل) آپلود نیست. لطفا دوباره تلاش کنید.',
+ 'success' => 'فایل (موفقیت آپلود شد.',
+ 'nofiles' => 'شما هر فایل برای آپلود انتخاب کنید، و یا فایل شما در حال تلاش برای آپلود بیش از حد بزرگ است',
+ 'invalidfiles' => 'یک یا بیشتر از فایل های خود را بیش از حد بزرگ است یا یک نوع فایل است که مجاز است. انواع فایل های مجاز عبارتند از PNG، GIF، JPG، DOC، DOCX، PDF، TXT و.',
),
'update' => array(
- 'error' => 'License was not updated, please try again',
- 'success' => 'License updated successfully.'
+ 'error' => 'مجوز به روز رسانی نمی شد، لطفا دوباره امتحان کنید',
+ 'success' => 'مجوز موفقیت به روز شد.'
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this license?',
- 'error' => 'There was an issue deleting the license. Please try again.',
- 'success' => 'The license was deleted successfully.'
+ 'confirm' => 'آیا شما مطمئن هستید که میخواهید حذف این مجوز؟',
+ 'error' => 'بود یک موضوع حذف مجوز وجود دارد. لطفا دوباره تلاش کنید.',
+ 'success' => 'مجوز موفقیت حذف شد.'
),
'checkout' => array(
- 'error' => 'There was an issue checking out the license. Please try again.',
- 'success' => 'The license was checked out successfully'
+ 'error' => 'بود یک موضوع چک کردن مجوز وجود دارد. لطفا دوباره تلاش کنید.',
+ 'success' => 'مجوز خارج بررسی شد موفقیت'
),
'checkin' => array(
- 'error' => 'There was an issue checking in the license. Please try again.',
- 'success' => 'The license was checked in successfully'
+ 'error' => 'بود یک موضوع چک کردن در مجوز وجود دارد. لطفا دوباره تلاش کنید.',
+ 'success' => 'مجوز بررسی شده با موفقیت'
),
);
diff --git a/resources/lang/fa/admin/licenses/table.php b/resources/lang/fa/admin/licenses/table.php
index dfce4136cb..f65de425f8 100644
--- a/resources/lang/fa/admin/licenses/table.php
+++ b/resources/lang/fa/admin/licenses/table.php
@@ -2,16 +2,17 @@
return array(
- 'assigned_to' => 'Assigned To',
- 'checkout' => 'In/Out',
- 'id' => 'ID',
- 'license_email' => 'License Email',
- 'license_name' => 'Licensed To',
- 'purchase_date' => 'Purchase Date',
- 'purchased' => 'Purchased',
- 'seats' => 'Seats',
- 'hardware' => 'Hardware',
- 'serial' => 'Serial',
- 'title' => 'License',
+ 'assigned_to' => 'اختصاص داده شده به',
+ 'checkout' => '/ خارج',
+ 'id' => 'شناسه',
+ 'license_email' => 'مجوز ایمیل',
+ 'license_name' => 'دارای مجوز به
+',
+ 'purchase_date' => 'تاریخ خرید',
+ 'purchased' => 'خریداری شده',
+ 'seats' => 'صندلی',
+ 'hardware' => 'سختافزار',
+ 'serial' => 'سریال',
+ 'title' => 'توافقنامه',
);
diff --git a/resources/lang/fa/admin/locations/message.php b/resources/lang/fa/admin/locations/message.php
index 3ba1eed3b6..afef0885a0 100644
--- a/resources/lang/fa/admin/locations/message.php
+++ b/resources/lang/fa/admin/locations/message.php
@@ -2,26 +2,26 @@
return array(
- 'does_not_exist' => 'Location does not exist.',
- 'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users 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. ',
+ 'does_not_exist' => 'مکان وجود ندارد.',
+ 'assoc_users' => 'این مکان در حال حاضر با حداقل یک کاربر در ارتباط است و نمی تواند حذف شود. لطفا کاربران خود را به روز رسانی به دیگر مرجع این مکان و دوباره امتحان کنید. ',
+ 'assoc_assets' => 'این مکان در حال حاضر همراه با حداقل یک دارایی است و قادر به حذف نمی شود. لطفا بروز دارایی های خود را به دیگر این مکان مرجع و دوباره امتحان کنید. ',
+ 'assoc_child_loc' => 'این مکان در حال حاضر پدر و مادر کودک حداقل یک مکان است و قادر به حذف نمی شود. لطفا به روز رسانی مکان خود را به دیگر این مکان مرجع و دوباره امتحان کنید. ',
'create' => array(
- 'error' => 'Location was not created, please try again.',
- 'success' => 'Location created successfully.'
+ 'error' => 'مکان ایجاد نشد،دوباره سعی کنید.',
+ 'success' => 'مکان با موفقیت ایجاد شد.'
),
'update' => array(
- 'error' => 'Location was not updated, please try again',
- 'success' => 'Location updated successfully.'
+ 'error' => 'مکان بروزرسانی نشد،دوباره سعی کنید',
+ 'success' => 'مکان با موفقیت به روز رسانی شد.'
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this location?',
- 'error' => 'There was an issue deleting the location. Please try again.',
- 'success' => 'The location was deleted successfully.'
+ 'confirm' => 'آیا مطمئن هستید که می خواهید این مکان را حذف کنید؟',
+ 'error' => 'یک مشکل در حذف مکان وجود دارد،دوباره سعی کنید.',
+ 'success' => 'این مکان با موفقیت حذف شد.'
)
);
diff --git a/resources/lang/fa/admin/locations/table.php b/resources/lang/fa/admin/locations/table.php
index 8360ef19bc..2174f6536a 100644
--- a/resources/lang/fa/admin/locations/table.php
+++ b/resources/lang/fa/admin/locations/table.php
@@ -1,18 +1,19 @@
'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
- 'assets_checkedout' => 'Assets Assigned',
- 'id' => 'ID',
- 'city' => 'City',
- 'state' => 'State',
- 'country' => 'Country',
- 'create' => 'Create Location',
- 'update' => 'Update Location',
- 'name' => 'Location Name',
- 'address' => 'Address',
- 'zip' => 'Postal Code',
- 'locations' => 'Locations',
- 'parent' => 'Parent',
- 'currency' => 'Location Currency',
+ 'assets_rtd' => 'دارایی ها', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
+ 'assets_checkedout' => 'دارایی واگذار شده
+',
+ 'id' => 'شناسه',
+ 'city' => 'شهر',
+ 'state' => 'استان',
+ 'country' => 'كشور',
+ 'create' => 'ساخت مکان',
+ 'update' => 'به روز رسانی منطقه مکانی',
+ 'name' => 'نام منطقه مکانی',
+ 'address' => 'آدرس',
+ 'zip' => 'کد پستی',
+ 'locations' => 'مکانها',
+ 'parent' => 'مجموعه پدر',
+ 'currency' => 'مکان ارز',
);
diff --git a/resources/lang/fa/admin/manufacturers/message.php b/resources/lang/fa/admin/manufacturers/message.php
index 6586d2af44..68f9f3a63b 100644
--- a/resources/lang/fa/admin/manufacturers/message.php
+++ b/resources/lang/fa/admin/manufacturers/message.php
@@ -2,23 +2,23 @@
return array(
- 'does_not_exist' => 'Manufacturer does not exist.',
- 'assoc_users' => 'This manufacturer is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this manufacturer and try again. ',
+ 'does_not_exist' => 'تولید کننده وجود ندارد.',
+ 'assoc_users' => 'این تولید کننده در حال حاضر با حداقل یک مدل همراه است و نمی تواند حذف شود. لطفا مدل های خود را به دیگر مرجع این تولید کننده به روز رسانی کنید و دوباره امتحان کنید.',
'create' => array(
- 'error' => 'Manufacturer was not created, please try again.',
- 'success' => 'Manufacturer created successfully.'
+ 'error' => 'تولید کننده ایجاد نشد، لطفا دوباره امتحان کنید.',
+ 'success' => 'تولید کننده موفقیت ایجاد شد.'
),
'update' => array(
- 'error' => 'Manufacturer was not updated, please try again',
- 'success' => 'Manufacturer updated successfully.'
+ 'error' => 'تولید کننده به روز رسانی نشد، لطفا دوباره امتحان کنید',
+ 'success' => 'تولید کننده موفقیت به روز رسانی شد.'
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this manufacturer?',
- 'error' => 'There was an issue deleting the manufacturer. Please try again.',
- 'success' => 'The Manufacturer was deleted successfully.'
+ 'confirm' => 'آیا شما مطمئن هستید که میخواهید این تولید کننده را حذف کنید؟',
+ 'error' => 'مسئله ای در حذف سازنده وجود دارد. لطفا دوباره تلاش کنید.',
+ 'success' => 'تولید کننده با موفقیت حذف شد.'
)
);
diff --git a/resources/lang/fa/admin/manufacturers/table.php b/resources/lang/fa/admin/manufacturers/table.php
index 1861ee7c56..51ac0b13ee 100644
--- a/resources/lang/fa/admin/manufacturers/table.php
+++ b/resources/lang/fa/admin/manufacturers/table.php
@@ -2,10 +2,10 @@
return array(
- 'asset_manufacturers' => 'Asset Manufacturers',
- 'create' => 'Create Manufacturer',
- 'id' => 'ID',
- 'name' => 'Manufacturer Name',
- 'update' => 'Update Manufacturer',
+ 'asset_manufacturers' => 'تولید کنندگان دارایی',
+ 'create' => 'ایجاد سازنده',
+ 'id' => 'شناسه',
+ 'name' => 'نام تولیدکننده',
+ 'update' => 'به روز رسانی تولیدکننده',
);
diff --git a/resources/lang/fa/admin/models/general.php b/resources/lang/fa/admin/models/general.php
index ccd36607ce..9229714d9b 100644
--- a/resources/lang/fa/admin/models/general.php
+++ b/resources/lang/fa/admin/models/general.php
@@ -2,12 +2,13 @@
return array(
- 'deleted' => 'This model has been deleted. Click here to restore it.',
- 'restore' => 'Restore Model',
- 'show_mac_address' => 'Show MAC address field in assets in this model',
- 'view_deleted' => 'View Deleted',
- 'view_models' => 'View Models',
- 'fieldset' => 'Fieldset',
- 'no_custom_field' => 'No custom fields',
+ 'deleted' => 'این مدل حذف شده است. اینجا برای بازگرداندن کلیک کنید it.',
+ 'restore' => 'بازیابی مدل',
+ 'show_mac_address' => 'نمایش قسمت آدرس MAC در دارایی در این مدل',
+ 'view_deleted' => 'دیدن پاک شده ها',
+ 'view_models' => 'دیدن مدل ها',
+ 'fieldset' => 'تنظیمات فیلد',
+ 'no_custom_field' => 'بدون زمینه های سفارشی
+',
);
diff --git a/resources/lang/fa/admin/models/message.php b/resources/lang/fa/admin/models/message.php
index fe51cb8d4c..b5f56550b5 100644
--- a/resources/lang/fa/admin/models/message.php
+++ b/resources/lang/fa/admin/models/message.php
@@ -2,30 +2,30 @@
return array(
- 'does_not_exist' => 'Model does not exist.',
- 'assoc_users' => 'This model is currently associated with one or more assets and cannot be deleted. Please delete the assets, and then try deleting again. ',
+ 'does_not_exist' => 'مدل موجود نیست.',
+ 'assoc_users' => 'این مدل در حال حاضر همراه یک یا بیشتر از یک دارایی است و نمی تواند حذف شود. لطفا دارایی ها را حذف کنید و سپس برای حذف کردن مجددا تلاش کنید. ',
'create' => array(
- 'error' => 'Model was not created, please try again.',
- 'success' => 'Model created successfully.',
- 'duplicate_set' => 'An asset model with that name, manufacturer and model number already exists.',
+ 'error' => 'مدل ساخته نشده است، لطفا دوباره تلاش کنید.',
+ 'success' => 'مدل با موفقیت ساخته شد.',
+ 'duplicate_set' => 'یک مدل دارایی با آن نام، سازنده و شماره ی مدل در حال حاضر موجود است.',
),
'update' => array(
- 'error' => 'Model was not updated, please try again',
- 'success' => 'Model updated successfully.'
+ 'error' => 'مدل به روزرسانی نشده است، لطفا دوباره تلاش کنید',
+ 'success' => 'مدل با موفقیت به روز رسانی شد.'
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this asset model?',
- 'error' => 'There was an issue deleting the model. Please try again.',
- 'success' => 'The model was deleted successfully.'
+ 'confirm' => 'آیا شما مطمئن هستید که می خواهید این مدل دارایی را حذف کنید؟',
+ 'error' => 'در زمان حذف کردن مدل، مشکلی وجود داشت. لطفا دوباره تلاش کنید.',
+ 'success' => 'مدل با موفقیت حذف شد.'
),
'restore' => array(
- 'error' => 'Model was not restored, please try again',
- 'success' => 'Model restored successfully.'
+ 'error' => 'مدل بازیابی نشد، لطفا دوباره تلاش کنید',
+ 'success' => 'مدل با موفقیت بازیابی شد.'
),
);
diff --git a/resources/lang/fa/admin/models/table.php b/resources/lang/fa/admin/models/table.php
index 11a512b3d3..f88c2667f6 100644
--- a/resources/lang/fa/admin/models/table.php
+++ b/resources/lang/fa/admin/models/table.php
@@ -2,16 +2,16 @@
return array(
- 'create' => 'Create Asset Model',
- 'created_at' => 'Created at',
+ 'create' => 'ایجاد مدل دارایی',
+ 'created_at' => 'ایجاد شده در',
'eol' => 'EOL',
- 'modelnumber' => 'Model No.',
- 'name' => 'Asset Model Name',
- 'numassets' => 'Assets',
- 'title' => 'Asset Models',
- 'update' => 'Update Asset Model',
- 'view' => 'View Asset Model',
- 'update' => 'Update Asset Model',
- 'clone' => 'Clone Model',
- 'edit' => 'Edit Model',
+ 'modelnumber' => 'شماره مدل.',
+ 'name' => 'نام مدل دارایی',
+ 'numassets' => 'دارایی',
+ 'title' => 'مدل دارایی',
+ 'update' => 'بروزسانی مدل دارایی',
+ 'view' => 'نمایش مدل دارایی',
+ 'update' => 'بروزسانی مدل دارایی',
+ 'clone' => 'مدل شگرف',
+ 'edit' => 'تغییر مدل',
);
diff --git a/resources/lang/fa/admin/settings/general.php b/resources/lang/fa/admin/settings/general.php
index e72eb43015..00eab9fb51 100644
--- a/resources/lang/fa/admin/settings/general.php
+++ b/resources/lang/fa/admin/settings/general.php
@@ -2,9 +2,9 @@
return array(
'alert_email' => 'ارسال هشدار به',
- 'alerts_enabled' => 'Alerts Enabled',
- 'alert_interval' => 'Expiring Alerts Threshold (in days)',
- 'alert_inv_threshold' => 'Inventory Alert Threshold',
+ 'alerts_enabled' => 'هشدارها فعال شد',
+ 'alert_interval' => 'آستانه ی انقضای هشدارها( به روز)',
+ 'alert_inv_threshold' => 'فهرست آستانه ی هشدار',
'asset_ids' => 'ID حساب',
'auto_increment_assets' => 'تولید شناسه دارایی (افزایش خودکار)',
'auto_increment_prefix' => 'پیشوند (اختیاری)',
@@ -22,10 +22,10 @@ return array(
'display_asset_name' => 'نمایش نام حساب',
'display_checkout_date' => 'نمایش تاریخ پرداخت',
'display_eol' => 'نمایش EOL در جدول',
- 'display_qr' => 'Display Square Codes',
- 'display_alt_barcode' => 'Display 2D barcode',
- 'barcode_type' => '3D Barcode Type',
- 'alt_barcode_type' => '2D barcode type',
+ 'display_qr' => 'نمایش کدهای مربعی',
+ 'display_alt_barcode' => 'نمایش بارکد دو بعدی',
+ 'barcode_type' => 'بارکد سه بعدی',
+ 'alt_barcode_type' => 'بارکد دو بعدی',
'eula_settings' => 'EULA تنظیمات',
'eula_markdown' => 'این EULA اجازه می دهد تا Github با طعم markdown.',
'general_settings' => 'تنظیمات عمومی',
@@ -87,19 +87,19 @@ return array(
'labels_display_bgutter' => 'برچسب قطره قطره پایین',
'labels_display_sgutter' => 'برچسب سمت قطره قطره ',
'labels_fontsize' => 'اندازه نوع خط برچسب',
- 'labels_pagewidth' => 'Label sheet width',
- 'labels_pageheight' => 'Label sheet height',
- 'label_gutters' => 'Label spacing (inches)',
- 'page_dimensions' => 'Page dimensions (inches)',
- 'label_fields' => 'Label visible fields',
- 'inches' => 'inches',
- 'width_w' => 'w',
- 'height_h' => 'h',
- 'text_pt' => 'pt',
- 'left' => 'left',
- 'right' => 'right',
- 'top' => 'top',
- 'bottom' => 'bottom',
- 'vertical' => 'vertical',
- 'horizontal' => 'horizontal',
+ 'labels_pagewidth' => 'عرض صفحه ی برچسب',
+ 'labels_pageheight' => 'طول صفحه ی برچسب',
+ 'label_gutters' => 'فاصله ی برچسب (اینچ)',
+ 'page_dimensions' => 'ابعاد صفحه (اینچ)',
+ 'label_fields' => 'فیلدهای قابل مشاهده ی برچسب',
+ 'inches' => 'اینچ',
+ 'width_w' => 'عرض',
+ 'height_h' => 'ارتفاع',
+ 'text_pt' => 'بالای صفحه',
+ 'left' => 'چپ',
+ 'right' => 'راست',
+ 'top' => 'بالا',
+ 'bottom' => 'پایین',
+ 'vertical' => 'عمودی',
+ 'horizontal' => 'افقی',
);
diff --git a/resources/lang/fa/admin/settings/message.php b/resources/lang/fa/admin/settings/message.php
index 736d5c3e9e..9c92a453ae 100644
--- a/resources/lang/fa/admin/settings/message.php
+++ b/resources/lang/fa/admin/settings/message.php
@@ -4,19 +4,19 @@ return array(
'update' => array(
- 'error' => 'An error has occurred while updating. ',
- 'success' => 'Settings updated successfully.'
+ 'error' => 'در حین به روزرسانی خطایی رخ داد. ',
+ 'success' => 'تنظیمات با موفقیت به روزرسانی شد.'
),
'backup' => array(
- 'delete_confirm' => 'Are you sure you would like to delete this backup file? This action cannot be undone. ',
- 'file_deleted' => 'The backup file was successfully deleted. ',
- 'generated' => 'A new backup file was successfully created.',
- 'file_not_found' => 'That backup file could not be found on the server.',
+ 'delete_confirm' => 'آیا شما مطمئن هستید که می خواهید این فایل پشتیبانی را حذف کنید؟ این کار برگشت ناپذیر است. ',
+ 'file_deleted' => 'فایل پشتیبانی با موفقیت حذف شد. ',
+ 'generated' => 'یک فایل پشتیبانی جدید با موفقیت ساخته شد.',
+ 'file_not_found' => 'فایل پشتیبانی بر روی سرور یافت نمی شود.',
),
'purge' => array(
- 'error' => 'An error has occurred while purging. ',
- 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
- 'success' => 'Deleted records successfully purged.'
+ 'error' => 'در حین پاکسازی خطایی رخ داد. ',
+ 'validation_failed' => 'تایید پاکسازی ناصحیح است. لطفا کلمه ی "حذف" را در جعبه ی تاییدیه تایپ کنید.',
+ 'success' => 'سوابق حذف شده با موفقیت پاکسازی شده اند.'
),
);
diff --git a/resources/lang/fa/admin/statuslabels/message.php b/resources/lang/fa/admin/statuslabels/message.php
index 5efa98035e..619a5a509c 100644
--- a/resources/lang/fa/admin/statuslabels/message.php
+++ b/resources/lang/fa/admin/statuslabels/message.php
@@ -2,24 +2,24 @@
return array(
- 'does_not_exist' => 'مکان وجود ندارد.',
- 'assoc_users' => 'این مکان در حال حاضر با حداقل یک کاربر در ارتباط است و نمی تواند حذف شود. لطفا کاربران خود را به روز رسانی به دیگر مرجع این مکان و دوباره امتحان کنید.',
+ 'does_not_exist' => 'Status Label does not exist.',
+ 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
'create' => array(
- 'error' => 'مکان ایجاد نشد،دوباره سعی کنید.',
- 'success' => 'مکان ایجاد شد.'
+ 'error' => 'Status Label was not created, please try again.',
+ 'success' => 'Status Label created successfully.'
),
'update' => array(
- 'error' => 'مکان بروزرسانی نشد،دوباره سعی کنید',
- 'success' => 'مکان با موفقیت به روز رسانی شد.'
+ 'error' => 'Status Label was not updated, please try again',
+ 'success' => 'Status Label updated successfully.'
),
'delete' => array(
- 'confirm' => 'آیا شما مطمئن هستید که میخواهید این برچسب وضعیت را حذف کنید؟',
- 'error' => 'یک مشکل در حذف مکان وجود دارد،دوباره سعی کنید.',
- 'success' => 'این مکان حذف شد.'
+ 'confirm' => 'Are you sure you wish to delete this Status Label?',
+ 'error' => 'There was an issue deleting the Status Label. Please try again.',
+ 'success' => 'The Status Label was deleted successfully.'
)
);
diff --git a/resources/lang/fa/admin/statuslabels/table.php b/resources/lang/fa/admin/statuslabels/table.php
index dd21781115..035133565f 100644
--- a/resources/lang/fa/admin/statuslabels/table.php
+++ b/resources/lang/fa/admin/statuslabels/table.php
@@ -1,15 +1,15 @@
'About Status Labels',
- 'archived' => 'Archived',
- 'create' => 'Create Status Label',
- 'deployable' => 'Deployable',
- 'info' => 'Status labels are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for deployable, pending and archived assets.',
- 'name' => 'Status Name',
- 'pending' => 'Pending',
- 'status_type' => 'Status Type',
- 'title' => 'Status Labels',
- 'undeployable' => 'Undeployable',
- 'update' => 'Update Status Label',
+ 'about' => 'درباره ی برچسب های وضعیت',
+ 'archived' => 'آرشیو',
+ 'create' => 'ساخت برچسب وضعیت',
+ 'deployable' => 'گسترش',
+ 'info' => 'برچسب های وضعیت، برای توصیف وضعیت های مختلفی که دارایی های شما می توانند داشته باشند، استفاده می شود. آن ها می توانند برای تعمیر، گمشده/دزدیده شده و غیره باشند. شما می توانید برچسب های وضعیت جدیدی برای گسترش کار، انتظار و آرشیو دارایی ها بسازید.',
+ 'name' => 'نام وضعیت',
+ 'pending' => 'در حالت انتظار',
+ 'status_type' => 'نوع وضعیت',
+ 'title' => 'برچسب های وضعیت',
+ 'undeployable' => 'غیرقابل گسترش',
+ 'update' => 'به روزرسانی برچسب وضعیت',
);
diff --git a/resources/lang/fa/admin/suppliers/message.php b/resources/lang/fa/admin/suppliers/message.php
index b2620a0c39..bea995dac5 100644
--- a/resources/lang/fa/admin/suppliers/message.php
+++ b/resources/lang/fa/admin/suppliers/message.php
@@ -12,13 +12,13 @@ return array(
'update' => array(
'error' => 'تامین کننده آپدیت نشد, لطفا دوباره سعی کنید',
- 'success' => 'Supplier updated successfully.'
+ 'success' => 'کارپرداز با موفقیت به روز رسانی شد.'
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this supplier?',
- 'error' => 'There was an issue deleting the supplier. Please try again.',
- 'success' => 'Supplier was deleted successfully.'
+ 'confirm' => 'آیا شما مطمئن هستید که می خواهید این کارپرداز را حذف کنید؟',
+ 'error' => 'در حذف کردن این کارپرداز مشکلی وجود داشت. لطفا دوباره تلاش کنید.',
+ 'success' => 'کارپرداز با موفقیت حذف شد.'
)
);
diff --git a/resources/lang/fa/admin/suppliers/table.php b/resources/lang/fa/admin/suppliers/table.php
index 88adfc692b..614b68a9af 100644
--- a/resources/lang/fa/admin/suppliers/table.php
+++ b/resources/lang/fa/admin/suppliers/table.php
@@ -1,25 +1,25 @@
'Supplier Address',
- 'assets' => 'Assets',
- 'city' => 'City',
- 'contact' => 'Contact Name',
- 'country' => 'Country',
- 'create' => 'Create Supplier',
- 'email' => 'Email',
- 'fax' => 'Fax',
- 'id' => 'ID',
- 'licenses' => 'Licenses',
- 'name' => 'Supplier Name',
- 'notes' => 'Notes',
- 'phone' => 'Phone',
- 'state' => 'State',
- 'suppliers' => 'Suppliers',
- 'update' => 'Update Supplier',
- 'url' => 'URL',
- 'view' => 'View Supplier',
- 'view_assets_for' => 'View Assets for',
- 'zip' => 'Postal Code',
+ 'address' => 'آدرس تأمین کننده',
+ 'assets' => 'دارایی',
+ 'city' => 'شهر',
+ 'contact' => 'نام مخاطب',
+ 'country' => 'كشور',
+ 'create' => 'ایجاد کننده',
+ 'email' => 'ایمیل',
+ 'fax' => 'دورنگار',
+ 'id' => 'شناسه',
+ 'licenses' => 'گواهی نامه ها',
+ 'name' => 'نام تامین کننده',
+ 'notes' => 'یادداشت ها',
+ 'phone' => 'تلفن',
+ 'state' => 'وضعیت',
+ 'suppliers' => 'تامین کننده',
+ 'update' => 'تامین کنندگان بروز رسانی',
+ 'url' => 'آدرس اینترنتی',
+ 'view' => 'نمایش تأمین کننده ',
+ 'view_assets_for' => 'نمایش دارایی برای',
+ 'zip' => 'کد پستی',
);
diff --git a/resources/lang/fa/auth/general.php b/resources/lang/fa/auth/general.php
index bf88cba77a..1ef051dea8 100644
--- a/resources/lang/fa/auth/general.php
+++ b/resources/lang/fa/auth/general.php
@@ -1,12 +1,12 @@
'Send Password Reset Link',
- 'email_reset_password' => 'Email Password Reset',
- 'reset_password' => 'Reset Password',
- 'login' => 'Login',
- 'login_prompt' => 'Please Login',
- 'forgot_password' => 'I forgot my password',
- 'remember_me' => 'Remember Me',
+ 'send_password_link' => 'ارسال لینک بازنشانی کلمه عبور',
+ 'email_reset_password' => 'پست الکترونیکی کلمه عبور بازنشانی',
+ 'reset_password' => 'بازنشانی گذرواژه',
+ 'login' => 'ورود',
+ 'login_prompt' => 'لطفا وارد شوید',
+ 'forgot_password' => 'گذرواژه خود را فراموش کرده ام',
+ 'remember_me' => 'مرا به خاطر بسپار',
];
diff --git a/resources/lang/fa/auth/message.php b/resources/lang/fa/auth/message.php
index 31bafb55ce..a0326b419a 100644
--- a/resources/lang/fa/auth/message.php
+++ b/resources/lang/fa/auth/message.php
@@ -2,35 +2,35 @@
return array(
- 'account_already_exists' => 'An account with the this email already exists.',
- '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.',
+ 'account_already_exists' => 'یک حساب با این ایمیل در حال حاضر وجود دارد.',
+ 'account_not_found' => 'نام کاربری یا رمز عبور اشتباه است.',
+ 'account_not_activated' => 'این حساب کاربری فعال نشده است.',
+ 'account_suspended' => 'این حساب کاربری بسته است.',
+ 'account_banned' => 'این حساب کاربری ممنوع است.',
'signin' => array(
- 'error' => 'There was a problem while trying to log you in, please try again.',
- 'success' => 'You have successfully logged in.',
+ 'error' => 'مشکلی در حین تلاش به شما در ورود به سیستم وجود دارد، لطفا دوباره امتحان کنید.',
+ 'success' => 'شما با موفقیت وارد شدید.',
),
'signup' => array(
- 'error' => 'There was a problem while trying to create your account, please try again.',
- 'success' => 'Account sucessfully created.',
+ 'error' => 'هنگام تلاش برای ایجاد حساب مشکلی روی داد، لطفا دوباره امتحان کنید.',
+ 'success' => 'حساب با موفقیت ایجاد شد.',
),
'forgot-password' => array(
- 'error' => 'There was a problem while trying to get a reset password code, please try again.',
- 'success' => 'Password recovery email successfully sent.',
+ 'error' => 'یک مشکل هنگام دریافت کد تنظیم مجدد رمز عبور وجود دارد، لطفا دوباره امتحان کنید.',
+ 'success' => 'رمز عبور ایمیل بازیابی با موفقیت ارسال شد.',
),
'forgot-password-confirm' => array(
- 'error' => 'There was a problem while trying to reset your password, please try again.',
- 'success' => 'Your password has been successfully reset.',
+ 'error' => 'مشکلی برای تنظیم مجدد رمز عبور خود وجود دارد، لطفا دوباره امتحان کنید.',
+ 'success' => 'رمز عبور خود را با موفقیت بازنشانی شد.',
),
'activate' => array(
- 'error' => 'There was a problem while trying to activate your account, please try again.',
- 'success' => 'Your account has been successfully activated.',
+ 'error' => 'هنگام تلاش برای فعالسازی حساب مشکلی روی داد، لطفا دوباره امتحان کنید.',
+ 'success' => 'حساب کاربری شما به موفقیت فعال شد.',
),
);
diff --git a/resources/lang/fa/button.php b/resources/lang/fa/button.php
index 14aedbf0fe..68a666e9a5 100644
--- a/resources/lang/fa/button.php
+++ b/resources/lang/fa/button.php
@@ -2,15 +2,15 @@
return array(
- 'actions' => 'Actions',
- 'add' => 'Add New',
- 'cancel' => 'Cancel',
- 'checkin_and_delete' => 'Checkin & Delete User',
- 'delete' => 'Delete',
- 'edit' => 'Edit',
- 'restore' => 'Restore',
- 'request' => 'Request',
- 'submit' => 'Submit',
- 'upload' => 'Upload',
+ 'actions' => 'اقدامات',
+ 'add' => 'افزودن جدید',
+ 'cancel' => 'انصراف',
+ 'checkin_and_delete' => 'بررسی و حذف کاربر',
+ 'delete' => 'حذف',
+ 'edit' => 'ويرايش',
+ 'restore' => 'بازیابی',
+ 'request' => 'درخواست',
+ 'submit' => 'ثبت کردن',
+ 'upload' => 'بارگزاری',
);
diff --git a/resources/lang/fa/general.php b/resources/lang/fa/general.php
index cc29171a7f..c97585278d 100644
--- a/resources/lang/fa/general.php
+++ b/resources/lang/fa/general.php
@@ -1,160 +1,172 @@
'Accessories',
- 'activated' => 'Activated',
- 'accessory' => 'Accessory',
- 'accessory_report' => 'Accessory Report',
- 'action' => 'Action',
- 'activity_report' => 'Activity Report',
- 'address' => 'Address',
- 'admin' => 'Admin',
- 'add_seats' => 'Added seats',
- 'all_assets' => 'All Assets',
- 'all' => 'All',
- 'archived' => 'Archived',
- 'asset_models' => 'Asset Models',
- 'asset' => 'Asset',
- 'asset_report' => 'Asset Report',
- 'asset_tag' => 'Asset Tag',
- 'assets_available' => 'assets available',
- 'assets' => 'Assets',
- 'avatar_delete' => 'Delete Avatar',
- 'avatar_upload' => 'Upload Avatar',
- 'back' => 'Back',
- 'bad_data' => 'Nothing found. Maybe bad data?',
- 'cancel' => 'Cancel',
- 'categories' => 'Categories',
- 'category' => 'Category',
- 'changeemail' => 'Change Email Address',
- 'changepassword' => 'Change Password',
- 'checkin' => 'Checkin',
- 'checkin_from' => 'Checkin from',
- 'checkout' => 'Checkout',
- 'city' => 'City',
- 'companies' => 'Companies',
- 'company' => 'Company',
- 'component' => 'Component',
- 'components' => 'Components',
- 'consumable' => 'Consumable',
- 'consumables' => 'Consumables',
- 'country' => 'Country',
- 'create' => 'Create New',
- 'created_asset' => 'created asset',
- 'created_at' => 'Created at',
+ 'accessories' => 'تجهیزات جانبی',
+ 'activated' => 'فعال شد',
+ 'accessory' => 'لوازم جانبی',
+ 'accessory_report' => 'گزارش لوازم جانبی',
+ 'action' => 'اقدام',
+ 'activity_report' => 'گزارش فعالیت',
+ 'address' => 'آدرس',
+ 'admin' => 'مدیر',
+ 'add_seats' => 'اضافه شدن صندلی',
+ 'all_assets' => 'تمام دارایی ها',
+ 'all' => 'همه',
+ 'archived' => 'بایگانی شد',
+ 'asset_models' => 'مدل دارایی',
+ 'asset' => 'دارایی',
+ 'asset_report' => 'گزارش دارایی',
+ 'asset_tag' => 'برچسب دارایی',
+ 'assets_available' => 'دارایی های موجود',
+ 'assets' => 'دارایی ها',
+ 'avatar_delete' => 'حذف آواتار',
+ 'avatar_upload' => 'بارگذاری آواتار',
+ 'back' => 'بازگشت',
+ 'bad_data' => 'چیزی پیدا نشد. شاید داده بد است؟',
+ 'cancel' => 'انصراف',
+ 'categories' => 'دستهبندیها',
+ 'category' => 'دسته بندی',
+ 'changeemail' => 'تغییر آدرس ایمیل',
+ 'changepassword' => 'تغییر کلمه عبور',
+ 'checkin' => 'بررسی',
+ 'checkin_from' => 'فرم بررسی',
+ 'checkout' => 'پرداخت',
+ 'city' => 'شهر',
+ 'companies' => 'شرکت ها',
+ 'company' => 'شرکت',
+ 'component' => 'کامپوننت',
+ 'components' => 'کامپوننت ها',
+ 'consumable' => 'قابل مصرف',
+ 'consumables' => 'اقلام قابل مصرف',
+ 'country' => 'كشور',
+ 'create' => 'ایجاد مورد جدید',
+ 'created_asset' => 'دارایی ایجاد شده',
+ 'created_at' => 'ایجاد شده در',
'currency' => '$', // this is deprecated
- 'current' => 'Current',
- 'custom_report' => 'Custom Asset Report',
- 'dashboard' => 'Dashboard',
- 'date' => 'Date',
- 'delete' => 'Delete',
- 'deleted' => 'Deleted',
- 'delete_seats' => 'Deleted Seats',
- 'deployed' => 'Deployed',
- 'depreciation_report' => 'Depreciation Report',
- 'download' => 'Download',
- 'depreciation' => 'Depreciation',
- 'editprofile' => 'Edit Your Profile',
+ 'current' => 'کنونی',
+ 'custom_report' => 'گزارش های سفارشی دارایی
+',
+ 'dashboard' => 'میز کار',
+ 'date' => 'تاریخ',
+ 'delete' => 'حذف',
+ 'deleted' => 'حذف شد',
+ 'delete_seats' => 'صندلی ها حذف شده
+',
+ 'deployed' => 'مستقر',
+ 'depreciation_report' => 'استهلاک گزارش',
+ 'download' => 'دانلود',
+ 'depreciation' => 'مستهلک کردن',
+ 'editprofile' => 'ویرایش پروفایل شما',
'eol' => 'EOL',
- 'first' => 'First',
- 'first_name' => 'First Name',
- 'file_name' => 'File',
- 'file_uploads' => 'File Uploads',
- 'generate' => 'Generate',
- 'groups' => 'Groups',
- 'gravatar_email' => 'Gravatar Email Address',
- 'history' => 'History',
- 'history_for' => 'History for',
- 'id' => 'ID',
- 'image_delete' => 'Delete Image',
- 'image_upload' => 'Upload Image',
- 'import' => 'Import',
- 'asset_maintenance' => 'Asset Maintenance',
- 'asset_maintenance_report' => 'Asset Maintenance Report',
- 'asset_maintenances' => 'Asset Maintenances',
- 'item' => 'Item',
- 'insufficient_permissions' => 'Insufficient permissions!',
- 'language' => 'Language',
- 'last' => 'Last',
- 'last_name' => 'Last Name',
- 'license' => 'License',
- 'license_report' => 'License Report',
- 'licenses_available' => 'licenses available',
- 'licenses' => 'Licenses',
- 'list_all' => 'List All',
- 'loading' => 'Loading',
- 'lock_passwords' => 'This field cannot be edited in this installation.',
- 'feature_disabled' => 'This feature has been disabled for this installation.',
- 'location' => 'Location',
- 'locations' => 'Locations',
- 'logout' => 'Logout',
- 'manufacturer' => 'Manufacturer',
- 'manufacturers' => 'Manufacturers',
- 'markdown' => 'This field allows Github flavored markdown.',
- 'min_amt' => 'Min. QTY',
- 'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered.',
- 'model_no' => 'Model No.',
- 'months' => 'months',
- 'moreinfo' => 'More Info',
- 'name' => 'Name',
- 'next' => 'Next',
- 'no_depreciation' => 'No Depreciation',
- 'no_results' => 'No Results.',
- 'no' => 'No',
- 'notes' => 'Notes',
- 'page_menu' => 'Showing _MENU_ items',
- 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items',
- 'pending' => 'Pending',
- 'people' => 'People',
- 'per_page' => 'Results Per Page',
- 'previous' => 'Previous',
- 'processing' => 'Processing',
- 'profile' => 'Your profile',
+ 'email_domain' => 'Email Domain',
+ 'email_format' => 'Email Format',
+ 'email_domain_help' => 'This is used to generate email addresses when importing',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
+ 'first' => 'اولین',
+ 'first_name' => 'نام',
+ 'first_name_format' => 'First Name (jane@example.com)',
+ 'file_name' => 'فایل',
+ 'file_uploads' => 'بارگذاری پرونده',
+ 'generate' => 'تولید',
+ 'groups' => 'گروه ها',
+ 'gravatar_email' => 'آدرس آواتار ایمیل ',
+ 'history' => 'پيشينه',
+ 'history_for' => 'پیشینه برای ',
+ 'id' => 'شناسه',
+ 'image_delete' => 'عکس های پاک شده',
+ 'image_upload' => 'آپلود تصویر',
+ 'import' => 'واردات',
+ 'asset_maintenance' => 'نگهداشت دارایی',
+ 'asset_maintenance_report' => 'گزارش تعمیر و نگهداری دارایی ها',
+ 'asset_maintenances' => 'نگهداشت دارایی',
+ 'item' => 'مورد',
+ 'insufficient_permissions' => 'دسترسی محدود!',
+ 'language' => 'زبان',
+ 'last' => 'آخرين',
+ 'last_name' => 'نام خانوادگی',
+ 'license' => 'توافقنامه',
+ 'license_report' => 'مجوز گزارش',
+ 'licenses_available' => 'مجوز دسترس',
+ 'licenses' => 'گواهی نامه ها',
+ 'list_all' => 'فهرست همه
+',
+ 'loading' => 'بارگزاری',
+ 'lock_passwords' => 'در این زمینه می توانید نصب و راه اندازی را ویرایش کنید.
+',
+ 'feature_disabled' => 'این قابلیت برای این نصب و راه اندازی غیر فعال است.',
+ 'location' => 'مکان',
+ 'locations' => 'مکانها',
+ 'logout' => 'خروج',
+ 'lookup_by_tag' => 'Lookup by Asset Tag',
+ 'manufacturer' => 'سازنده',
+ 'manufacturers' => 'تولیدکنندهها',
+ 'markdown' => 'این فیلد اجازه می دهد تا گیت هاب به سلیقه خود نشانه گذاری کند . markdown.',
+ 'min_amt' => 'حداقل تعداد',
+ 'min_amt_help' => 'حداقل تعداد آیتم هایی که باید در دسترس باشد قبل از هشدار باعث می شود.',
+ 'model_no' => 'شماره مدل',
+ 'months' => 'ماه ها',
+ 'moreinfo' => 'اطلاعات بیشتر',
+ 'name' => 'نام',
+ 'next' => 'بعدی',
+ 'no_depreciation' => 'بدون استهلاک',
+ 'no_results' => 'بدون نتیجه.',
+ 'no' => 'خیر',
+ 'notes' => 'یادداشت ها',
+ 'page_menu' => 'نمایش_موارد_منو',
+ 'pagination_info' => 'نمایش_آغاز_تا_پایان_از_همه_موارد',
+ 'pending' => 'در انتظار',
+ 'people' => 'مردم',
+ 'per_page' => 'نتایج در هر صفحه',
+ 'previous' => 'قبلي',
+ 'processing' => 'در حال پردازش',
+ 'profile' => 'پروفایل شما',
'qty' => 'QTY',
- 'quantity' => 'Quantity',
- 'ready_to_deploy' => 'Ready to Deploy',
- 'recent_activity' => 'Recent Activity',
- 'remove_company' => 'Remove Company Association',
- 'reports' => 'Reports',
- 'requested' => 'Requested',
- 'save' => 'Save',
- 'select' => 'Select',
- 'search' => 'Search',
- '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_user' => 'Select a User',
- 'select_date' => 'Select Date',
- 'select_statuslabel' => 'Select Status',
- 'select_company' => 'Select Company',
- 'select_asset' => 'Select Asset',
- 'settings' => 'Settings',
- 'sign_in' => 'Sign in',
- 'site_name' => 'Site Name',
- 'state' => 'State',
- 'status_labels' => 'Status Labels',
- 'status' => 'Status',
- 'suppliers' => 'Suppliers',
- 'total_assets' => 'total assets',
- 'total_licenses' => 'total licenses',
- 'type' => 'Type',
- 'undeployable' => 'Un-deployable',
- 'unknown_admin' => 'Unknown Admin',
- 'update' => 'Update',
- 'uploaded' => 'Uploaded',
- 'user' => 'User',
- 'accepted' => 'accepted',
- 'declined' => 'declined',
- 'unaccepted_asset_report' => 'Unaccepted Assets',
- 'users' => 'Users',
- 'viewassets' => 'View Assigned Assets',
- 'website' => 'Website',
- 'welcome' => 'Welcome, :name',
- 'years' => 'years',
- 'yes' => 'Yes',
- 'zip' => 'Zip',
- 'noimage' => 'No image uploaded or image not found.',
- 'token_expired' => 'Your form session has expired. Please try again.',
+ 'quantity' => 'مقدار',
+ 'ready_to_deploy' => 'آماده اعزام',
+ 'recent_activity' => 'کارکرد اخیر',
+ 'remove_company' => 'حذف انجمن شرکت',
+ 'reports' => 'گزارشها',
+ 'requested' => 'در خواست شده',
+ 'save' => 'ذخیره کردن',
+ 'select' => 'انتخاب',
+ 'search' => 'جستوجو',
+ 'select_depreciation' => 'انتخاب یک نوع استهلاک',
+ 'select_location' => 'انتخاب یک مکان',
+ 'select_manufacturer' => 'انتخاب یک تولید کننده',
+ 'select_model' => 'انتخاب یک مدل',
+ 'select_supplier' => 'انتخاب عرضه',
+ 'select_user' => 'انتخاب یک کاربر',
+ 'select_date' => 'انتخاب تاریخ',
+ 'select_statuslabel' => 'انتخاب وضعیت',
+ 'select_company' => 'انتخاب شرکت',
+ 'select_asset' => 'انتخاب دارایی',
+ 'settings' => 'تنظيمات',
+ 'sign_in' => 'ورود به سیستم',
+ 'site_name' => 'نام سایت',
+ 'state' => 'وضعیت',
+ 'status_labels' => 'برچسب های وضعیت',
+ 'status' => 'وضعیت',
+ 'suppliers' => 'تامین کننده',
+ 'total_assets' => 'کل دارایی',
+ 'total_licenses' => 'کل مجوزهای',
+ 'type' => 'نوع',
+ 'undeployable' => 'غیر قابل استقرار',
+ 'unknown_admin' => 'نامشخص مدیریت',
+ 'username_format' => 'Username Format',
+ 'update' => 'بروزرسانی',
+ 'uploaded' => 'بارگزاری شد',
+ 'user' => 'کاربر',
+ 'accepted' => 'تأیید شد',
+ 'declined' => 'خودداری شد',
+ 'unaccepted_asset_report' => 'دارایی های پذیرفته',
+ 'users' => 'کاربران',
+ 'viewassets' => 'نمایش تخصیص داده شده دارایی ها',
+ 'website' => 'تارنما',
+ 'welcome' => 'خوش آمدید، نام',
+ 'years' => 'سال ها',
+ 'yes' => 'بله',
+ 'zip' => 'زیپ',
+ 'noimage' => 'هیچ تصویری بارگزاری نشد یا تصویری یافت نشد.',
+ 'token_expired' => 'اعتبار فرم شما تمام شده است. لطفا دوباره تلاش کنید.',
];
diff --git a/resources/lang/fa/pagination.php b/resources/lang/fa/pagination.php
index b573b51e91..99c8b69767 100644
--- a/resources/lang/fa/pagination.php
+++ b/resources/lang/fa/pagination.php
@@ -13,8 +13,8 @@ return array(
|
*/
- 'previous' => '« Previous',
+ 'previous' => '« قبلی',
- 'next' => 'Next »',
+ 'next' => 'بعدی & raquo؛',
);
diff --git a/resources/lang/fa/passwords.php b/resources/lang/fa/passwords.php
index 5195a9b77c..12f374b425 100644
--- a/resources/lang/fa/passwords.php
+++ b/resources/lang/fa/passwords.php
@@ -1,7 +1,7 @@
'Your password link has been sent!',
- 'user' => 'That user does not exist or does not have an email address associated',
+ 'sent' => 'لینک رمز عبور شما ارسال شده است!',
+ 'user' => 'کاربر وجود ندارد و یا یک آدرس ایمیل مرتبط ندارد ',
];
diff --git a/resources/lang/fa/reminders.php b/resources/lang/fa/reminders.php
index e7a476e3a2..9c46ca8606 100644
--- a/resources/lang/fa/reminders.php
+++ b/resources/lang/fa/reminders.php
@@ -13,12 +13,15 @@ return array(
|
*/
- "password" => "Passwords must be six characters and match the confirmation.",
+ "password" => "کلمه عبور باید شش کاراکتر باشد و مطابقت با تایید آن.
+",
- "user" => "Username or email address is incorrect",
+ "user" => "نام کاربری یا آدرس ایمیل اشتباه است",
- "token" => "This password reset token is invalid.",
+ "token" => " تنظیم مجدد رمز عبور این نشانه نامعتبر است.
+",
- "sent" => "If a matching email address was found, a password reminder has been sent!",
+ "sent" => "اگر یک آدرس ایمیل تطبیق پیدا شد، یک یادآوری رمز عبور ارسال شده است!
+",
);
diff --git a/resources/lang/fa/table.php b/resources/lang/fa/table.php
index f7a49d86c1..da8c8add04 100644
--- a/resources/lang/fa/table.php
+++ b/resources/lang/fa/table.php
@@ -2,9 +2,9 @@
return array(
- 'actions' => 'Actions',
- 'action' => 'Action',
- 'by' => 'By',
- 'item' => 'Item',
+ 'actions' => 'فعالیت ها',
+ 'action' => 'فعالیت',
+ 'by' => 'توسط',
+ 'item' => 'مورد',
);
diff --git a/resources/lang/fa/validation.php b/resources/lang/fa/validation.php
index 5e2deb1131..6da38d6bf2 100644
--- a/resources/lang/fa/validation.php
+++ b/resources/lang/fa/validation.php
@@ -13,57 +13,57 @@ return array(
|
*/
- "accepted" => "The :attribute must be accepted.",
- "active_url" => "The :attribute is not a valid URL.",
- "after" => "The :attribute must be a date after :date.",
- "alpha" => "The :attribute may only contain letters.",
- "alpha_dash" => "The :attribute may only contain letters, numbers, and dashes.",
- "alpha_num" => "The :attribute may only contain letters and numbers.",
- "before" => "The :attribute must be a date before :date.",
+ "accepted" => "ویژگی باید تایید شود.",
+ "active_url" => "ویژگی یک URL معتبر نیست.",
+ "after" => "ویژگی باید در تاریخی بعد از تاریخ باشد.",
+ "alpha" => "ویژگی ممکن است فقط شامل حروف باشد.",
+ "alpha_dash" => "ویژگی ممکن است فقط شامل حروف، اعداد و خط های فاصله باشد.",
+ "alpha_num" => "ویژگی ممکن است فقط شامل حروف و اعداد باشد.",
+ "before" => "ویژگی باید در تاریخی قبل از تاریخ باشد.",
"between" => array(
- "numeric" => "The :attribute must be between :min - :max.",
- "file" => "The :attribute must be between :min - :max kilobytes.",
- "string" => "The :attribute must be between :min - :max characters.",
+ "numeric" => "ویژگی باید بین حداقل حداکثر باشد.",
+ "file" => "ویژگی باید بین حداقل حداکثر کیلوبایت باشد.",
+ "string" => "ویژگی باید بین حداقل حداکثر کاراکتر باشد.",
),
- "confirmed" => "The :attribute confirmation does not match.",
- "date" => "The :attribute is not a valid date.",
- "date_format" => "The :attribute does not match the format :format.",
- "different" => "The :attribute and :other must be different.",
- "digits" => "The :attribute must be :digits digits.",
- "digits_between" => "The :attribute must be between :min and :max digits.",
- "email" => "The :attribute format is invalid.",
- "exists" => "The selected :attribute is invalid.",
- "email_array" => "One or more email addresses is invalid.",
- "image" => "The :attribute must be an image.",
- "in" => "The selected :attribute is invalid.",
- "integer" => "The :attribute must be an integer.",
- "ip" => "The :attribute must be a valid IP address.",
+ "confirmed" => "تایید ویژگی منطبق نیست.",
+ "date" => "تاریخ ویژگی معتبر نیست.",
+ "date_format" => "ویژگی منطبق بر شکل شکل نیست.",
+ "different" => "ویژگی و دیگر باید متفاوت باشد.",
+ "digits" => "ویژگی باید رقم رقم باشد.",
+ "digits_between" => "ویژگی باید بین حداقل و حداکثر رقم باشد.",
+ "email" => "شکل ویژگی نامعتبر است.",
+ "exists" => "ویژگی انتخاب شده نامعتبر است.",
+ "email_array" => "یک یا بیش از یک آدرس ایمیل نامعتبر است.",
+ "image" => "ویژگی باید یک عکس باشد.",
+ "in" => "ویژگی انتخاب شده نامعتبر است.",
+ "integer" => "ویژگی باید یک عدد باشد.",
+ "ip" => "ویژگی باید یک آدرس IP معتبر باشد.",
"max" => array(
- "numeric" => "The :attribute may not be greater than :max.",
- "file" => "The :attribute may not be greater than :max kilobytes.",
- "string" => "The :attribute may not be greater than :max characters.",
+ "numeric" => "ویژگی نباید بزرگتر از حداکثر باشد.",
+ "file" => "ویژگی نباید بزرگتر از حداکثر کیلوبایت باشد.",
+ "string" => "ویژگی نباید بزرگتر از حداکثر کاراکتر باشد.",
),
- "mimes" => "The :attribute must be a file of type: :values.",
+ "mimes" => "ویژگی باید فایلی از نوع ارزش ها باشد.",
"min" => array(
- "numeric" => "The :attribute must be at least :min.",
- "file" => "The :attribute must be at least :min kilobytes.",
- "string" => "The :attribute must be at least :min characters.",
+ "numeric" => "ویژگی باید حداقل: حداقل باشد.",
+ "file" => "ویژگی باید حداقل: حداقل کیلوبایت باشد.",
+ "string" => "ویژگی باید حداقل: حداقل کاراکتر باشد.",
),
- "not_in" => "The selected :attribute is invalid.",
- "numeric" => "The :attribute must be a number.",
- "regex" => "The :attribute format is invalid.",
- "required" => "The :attribute field is required.",
- "required_if" => "The :attribute field is required when :other is :value.",
- "required_with" => "The :attribute field is required when :values is present.",
- "required_without" => "The :attribute field is required when :values is not present.",
- "same" => "The :attribute and :other must match.",
+ "not_in" => "ویژگی انتخاب شده نامعتبر است.",
+ "numeric" => "ویژگی باید عدد باشد.",
+ "regex" => "شکل ویژگی نامعتبر است.",
+ "required" => "فیلد ویژگی ضروری است.",
+ "required_if" => "فیلد ویژگی ضروری است، وقتی که دیگری ارزش است.",
+ "required_with" => "فیلد ویژگی ضروری است، وقتی که ارزش موجود باشد.",
+ "required_without" => "فیلد ویژگی ضروری است، وقتی که ارزش ها حاضر نباشند.",
+ "same" => "ویژگی و دیگری باید بر هم منطبق باشند.",
"size" => array(
- "numeric" => "The :attribute must be :size.",
- "file" => "The :attribute must be :size kilobytes.",
- "string" => "The :attribute must be :size characters.",
+ "numeric" => "ویژگی باید به اندازه ی : سایز باشد.",
+ "file" => "ویژگی باید به اندازه ی: سایز کیلوبایت باشد.",
+ "string" => "ویژگی باید به اندازه ی : سایز کاراکتر باشد.",
),
- "unique" => "The :attribute has already been taken.",
- "url" => "The :attribute format is invalid.",
+ "unique" => "ویژگی در حال حاضر گرفته شده است.",
+ "url" => "شکل ویژگی نامعتبر است.",
/*
@@ -78,7 +78,7 @@ return array(
*/
'custom' => array(),
- 'alpha_space' => "The :attribute field contains a character that is not allowed.",
+ 'alpha_space' => "فیلد ویژگی شامل یک کاراکتر غیرمجاز است.",
/*
|--------------------------------------------------------------------------
diff --git a/resources/lang/fi/admin/hardware/message.php b/resources/lang/fi/admin/hardware/message.php
index 51b6de8dd1..c04b0326cf 100644
--- a/resources/lang/fi/admin/hardware/message.php
+++ b/resources/lang/fi/admin/hardware/message.php
@@ -36,6 +36,12 @@ return array(
'invalidfiles' => 'Yksi tai useampia tiedostoja on liian iso tai sen tiedostotyyppi ei ole sallittu. Sallitut tiedostotyypit ovat png, gif, jpg, doc, docx, pdf, ja txt.',
),
+ 'import' => array(
+ 'error' => 'Some Items did not import Correctly.',
+ 'errorDetail' => 'The Following Items were not imported because of errors.',
+ 'success' => "Your File has been imported",
+ ),
+
'delete' => array(
'confirm' => 'Oletko varma että haluat poistaa tämän laitteen?',
diff --git a/resources/lang/fi/admin/statuslabels/message.php b/resources/lang/fi/admin/statuslabels/message.php
index bc26cdde6e..619a5a509c 100644
--- a/resources/lang/fi/admin/statuslabels/message.php
+++ b/resources/lang/fi/admin/statuslabels/message.php
@@ -2,24 +2,24 @@
return array(
- 'does_not_exist' => 'Sijaintia ei löydy.',
- 'assoc_users' => 'Sijainti on määritetty käyttöön yhdelle tai useammalle käyttäjälle joten sitä ei voida poistaa. Poista sijainti käytöstä kaikilta käyttäjiltä ja yritä uudelleen. ',
+ 'does_not_exist' => 'Status Label does not exist.',
+ 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
'create' => array(
- 'error' => 'Sijaintia ei luotu, yritä uudelleen.',
- 'success' => 'Sijainti luotiin onnistuneesti.'
+ 'error' => 'Status Label was not created, please try again.',
+ 'success' => 'Status Label created successfully.'
),
'update' => array(
- 'error' => 'Sijaintia ei päivitetty, yritä uudelleen',
- 'success' => 'Sijainti päivitettiin onnistuneesti.'
+ 'error' => 'Status Label was not updated, please try again',
+ 'success' => 'Status Label updated successfully.'
),
'delete' => array(
- 'confirm' => 'Oletko varma että haluat poistaa tämän tilamerkinnän?',
- 'error' => 'Sijainnin poistossa tapahtui virhe. Yritä uudelleen.',
- 'success' => 'Sijainti poistettiin onnistuneesti.'
+ 'confirm' => 'Are you sure you wish to delete this Status Label?',
+ 'error' => 'There was an issue deleting the Status Label. Please try again.',
+ 'success' => 'The Status Label was deleted successfully.'
)
);
diff --git a/resources/lang/fi/general.php b/resources/lang/fi/general.php
index d7564dc0bf..c6586a2f60 100644
--- a/resources/lang/fi/general.php
+++ b/resources/lang/fi/general.php
@@ -56,8 +56,14 @@
'depreciation' => 'Poistoluokka',
'editprofile' => 'Muokkaa Profiilia',
'eol' => 'Elinikä',
+ 'email_domain' => 'Email Domain',
+ 'email_format' => 'Email Format',
+ 'email_domain_help' => 'This is used to generate email addresses when importing',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
'first' => 'Ensimmäinen',
'first_name' => 'Etunimi',
+ 'first_name_format' => 'First Name (jane@example.com)',
'file_name' => 'Tiedosto',
'file_uploads' => 'Tiedostolataus',
'generate' => 'Luo',
@@ -88,6 +94,7 @@
'location' => 'Sijainti',
'locations' => 'Sijainnit',
'logout' => 'Kirjaudu Ulos',
+ 'lookup_by_tag' => 'Lookup by Asset Tag',
'manufacturer' => 'Valmistaja',
'manufacturers' => 'Valmistajat',
'markdown' => 'This field allows Github flavored markdown.',
@@ -142,6 +149,7 @@
'type' => 'Tyyppi',
'undeployable' => 'Ei-käyttöönotettavissa',
'unknown_admin' => 'Tuntematon Ylläpitäjä',
+ 'username_format' => 'Username Format',
'update' => 'Päivitä',
'uploaded' => 'Ladattu',
'user' => 'Käyttäjä',
diff --git a/resources/lang/fr/admin/hardware/message.php b/resources/lang/fr/admin/hardware/message.php
index 4e8b3b8319..e1138e394d 100644
--- a/resources/lang/fr/admin/hardware/message.php
+++ b/resources/lang/fr/admin/hardware/message.php
@@ -36,6 +36,12 @@ return array(
'invalidfiles' => 'Un ou plusieurs de vos fichiers sont trop gros, ou sont d\'un type non autorisé. Les types de fichiers autorisés sont png, gif, jpg, doc, docx, pdf et txt.',
),
+ 'import' => array(
+ 'error' => 'Some Items did not import Correctly.',
+ 'errorDetail' => 'The Following Items were not imported because of errors.',
+ 'success' => "Your File has been imported",
+ ),
+
'delete' => array(
'confirm' => 'Etes-vous sûr de vouloir supprimer ce bien?',
diff --git a/resources/lang/fr/admin/statuslabels/message.php b/resources/lang/fr/admin/statuslabels/message.php
index fddc749d9a..619a5a509c 100644
--- a/resources/lang/fr/admin/statuslabels/message.php
+++ b/resources/lang/fr/admin/statuslabels/message.php
@@ -2,24 +2,24 @@
return array(
- 'does_not_exist' => 'Le lieu n\'existe pas.',
- 'assoc_users' => 'Ce lieu est actuellement associé avec au moins un utilisateur et ne peut pas être supprimé. Veuillez mettre à jour vos utilisateurs pour ne plus faire référence à ce lieu et essayez à nouveau. ',
+ 'does_not_exist' => 'Status Label does not exist.',
+ 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
'create' => array(
- 'error' => 'Le lieu n\'a pas été créé, veuillez essayer à nouveau.',
- 'success' => 'Le lieu a été créé avec succès.'
+ 'error' => 'Status Label was not created, please try again.',
+ 'success' => 'Status Label created successfully.'
),
'update' => array(
- 'error' => 'Le lieu n\'a pas été mis à jour, veuillez essayer à nouveau',
- 'success' => 'Le lieu a été mis à jour avec succès.'
+ 'error' => 'Status Label was not updated, please try again',
+ 'success' => 'Status Label updated successfully.'
),
'delete' => array(
- 'confirm' => 'Êtes-vous sûr de vouloir supprimer cette étiquette de statut ?',
- 'error' => 'Un problème a eu lieu pendant la suppression du lieu. Veuillez essayer à nouveau.',
- 'success' => 'Le lieu a été supprimé avec succès.'
+ 'confirm' => 'Are you sure you wish to delete this Status Label?',
+ 'error' => 'There was an issue deleting the Status Label. Please try again.',
+ 'success' => 'The Status Label was deleted successfully.'
)
);
diff --git a/resources/lang/fr/general.php b/resources/lang/fr/general.php
index 20c7f80ed0..7836681ccc 100644
--- a/resources/lang/fr/general.php
+++ b/resources/lang/fr/general.php
@@ -56,8 +56,14 @@
'depreciation' => 'Amortissement',
'editprofile' => 'Éditer votre profile',
'eol' => 'Fin de vie',
+ 'email_domain' => 'Email Domain',
+ 'email_format' => 'Email Format',
+ 'email_domain_help' => 'This is used to generate email addresses when importing',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
'first' => 'Premier',
'first_name' => 'Prénom',
+ 'first_name_format' => 'First Name (jane@example.com)',
'file_name' => 'Fichier',
'file_uploads' => 'Uploads de fichiers',
'generate' => 'Générer',
@@ -88,6 +94,7 @@
'location' => 'Lieu',
'locations' => 'Lieux',
'logout' => 'Se déconnecter',
+ 'lookup_by_tag' => 'Lookup by Asset Tag',
'manufacturer' => 'Fabricant',
'manufacturers' => 'Fabricants',
'markdown' => 'This field allows Github flavored markdown.',
@@ -142,6 +149,7 @@
'type' => 'Type ',
'undeployable' => 'Non déployable',
'unknown_admin' => 'Admin inconnu',
+ 'username_format' => 'Username Format',
'update' => 'Actualiser',
'uploaded' => 'Téléversement réussi',
'user' => 'Utilisateur',
diff --git a/resources/lang/he/admin/hardware/message.php b/resources/lang/he/admin/hardware/message.php
index 3559b7fdbe..f5961b9367 100644
--- a/resources/lang/he/admin/hardware/message.php
+++ b/resources/lang/he/admin/hardware/message.php
@@ -36,6 +36,12 @@ return array(
'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.',
),
+ 'import' => array(
+ 'error' => 'Some Items did not import Correctly.',
+ 'errorDetail' => 'The Following Items were not imported because of errors.',
+ 'success' => "Your File has been imported",
+ ),
+
'delete' => array(
'confirm' => 'Are you sure you wish to delete this asset?',
diff --git a/resources/lang/he/admin/statuslabels/message.php b/resources/lang/he/admin/statuslabels/message.php
index 98280082ef..619a5a509c 100644
--- a/resources/lang/he/admin/statuslabels/message.php
+++ b/resources/lang/he/admin/statuslabels/message.php
@@ -2,24 +2,24 @@
return array(
- 'does_not_exist' => 'Location does not exist.',
- 'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this location and try again. ',
+ 'does_not_exist' => 'Status Label does not exist.',
+ 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
'create' => array(
- 'error' => 'Location was not created, please try again.',
- 'success' => 'Location created successfully.'
+ 'error' => 'Status Label was not created, please try again.',
+ 'success' => 'Status Label created successfully.'
),
'update' => array(
- 'error' => 'Location was not updated, please try again',
- 'success' => 'Location updated successfully.'
+ 'error' => 'Status Label was not updated, please try again',
+ 'success' => 'Status Label updated successfully.'
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this status label?',
- 'error' => 'There was an issue deleting the location. Please try again.',
- 'success' => 'The location was deleted successfully.'
+ 'confirm' => 'Are you sure you wish to delete this Status Label?',
+ 'error' => 'There was an issue deleting the Status Label. Please try again.',
+ 'success' => 'The Status Label was deleted successfully.'
)
);
diff --git a/resources/lang/he/general.php b/resources/lang/he/general.php
index cc29171a7f..b36221d618 100644
--- a/resources/lang/he/general.php
+++ b/resources/lang/he/general.php
@@ -56,8 +56,14 @@
'depreciation' => 'Depreciation',
'editprofile' => 'Edit Your Profile',
'eol' => 'EOL',
+ 'email_domain' => 'Email Domain',
+ 'email_format' => 'Email Format',
+ 'email_domain_help' => 'This is used to generate email addresses when importing',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
'first' => 'First',
'first_name' => 'First Name',
+ 'first_name_format' => 'First Name (jane@example.com)',
'file_name' => 'File',
'file_uploads' => 'File Uploads',
'generate' => 'Generate',
@@ -88,6 +94,7 @@
'location' => 'Location',
'locations' => 'Locations',
'logout' => 'Logout',
+ 'lookup_by_tag' => 'Lookup by Asset Tag',
'manufacturer' => 'Manufacturer',
'manufacturers' => 'Manufacturers',
'markdown' => 'This field allows Github flavored markdown.',
@@ -142,6 +149,7 @@
'type' => 'Type',
'undeployable' => 'Un-deployable',
'unknown_admin' => 'Unknown Admin',
+ 'username_format' => 'Username Format',
'update' => 'Update',
'uploaded' => 'Uploaded',
'user' => 'User',
diff --git a/resources/lang/hr/admin/hardware/message.php b/resources/lang/hr/admin/hardware/message.php
index 3559b7fdbe..f5961b9367 100644
--- a/resources/lang/hr/admin/hardware/message.php
+++ b/resources/lang/hr/admin/hardware/message.php
@@ -36,6 +36,12 @@ return array(
'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.',
),
+ 'import' => array(
+ 'error' => 'Some Items did not import Correctly.',
+ 'errorDetail' => 'The Following Items were not imported because of errors.',
+ 'success' => "Your File has been imported",
+ ),
+
'delete' => array(
'confirm' => 'Are you sure you wish to delete this asset?',
diff --git a/resources/lang/hr/admin/statuslabels/message.php b/resources/lang/hr/admin/statuslabels/message.php
index 98280082ef..619a5a509c 100644
--- a/resources/lang/hr/admin/statuslabels/message.php
+++ b/resources/lang/hr/admin/statuslabels/message.php
@@ -2,24 +2,24 @@
return array(
- 'does_not_exist' => 'Location does not exist.',
- 'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this location and try again. ',
+ 'does_not_exist' => 'Status Label does not exist.',
+ 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
'create' => array(
- 'error' => 'Location was not created, please try again.',
- 'success' => 'Location created successfully.'
+ 'error' => 'Status Label was not created, please try again.',
+ 'success' => 'Status Label created successfully.'
),
'update' => array(
- 'error' => 'Location was not updated, please try again',
- 'success' => 'Location updated successfully.'
+ 'error' => 'Status Label was not updated, please try again',
+ 'success' => 'Status Label updated successfully.'
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this status label?',
- 'error' => 'There was an issue deleting the location. Please try again.',
- 'success' => 'The location was deleted successfully.'
+ 'confirm' => 'Are you sure you wish to delete this Status Label?',
+ 'error' => 'There was an issue deleting the Status Label. Please try again.',
+ 'success' => 'The Status Label was deleted successfully.'
)
);
diff --git a/resources/lang/hr/general.php b/resources/lang/hr/general.php
index cc29171a7f..b36221d618 100644
--- a/resources/lang/hr/general.php
+++ b/resources/lang/hr/general.php
@@ -56,8 +56,14 @@
'depreciation' => 'Depreciation',
'editprofile' => 'Edit Your Profile',
'eol' => 'EOL',
+ 'email_domain' => 'Email Domain',
+ 'email_format' => 'Email Format',
+ 'email_domain_help' => 'This is used to generate email addresses when importing',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
'first' => 'First',
'first_name' => 'First Name',
+ 'first_name_format' => 'First Name (jane@example.com)',
'file_name' => 'File',
'file_uploads' => 'File Uploads',
'generate' => 'Generate',
@@ -88,6 +94,7 @@
'location' => 'Location',
'locations' => 'Locations',
'logout' => 'Logout',
+ 'lookup_by_tag' => 'Lookup by Asset Tag',
'manufacturer' => 'Manufacturer',
'manufacturers' => 'Manufacturers',
'markdown' => 'This field allows Github flavored markdown.',
@@ -142,6 +149,7 @@
'type' => 'Type',
'undeployable' => 'Un-deployable',
'unknown_admin' => 'Unknown Admin',
+ 'username_format' => 'Username Format',
'update' => 'Update',
'uploaded' => 'Uploaded',
'user' => 'User',
diff --git a/resources/lang/hu/admin/hardware/message.php b/resources/lang/hu/admin/hardware/message.php
index 9581ee09c6..4f8285498a 100644
--- a/resources/lang/hu/admin/hardware/message.php
+++ b/resources/lang/hu/admin/hardware/message.php
@@ -35,6 +35,12 @@ return array(
'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.',
),
+ 'import' => array(
+ 'error' => 'Some Items did not import Correctly.',
+ 'errorDetail' => 'The Following Items were not imported because of errors.',
+ 'success' => "Your File has been imported",
+ ),
+
'delete' => array(
'confirm' => 'Are you sure you wish to delete this asset?',
diff --git a/resources/lang/hu/admin/statuslabels/message.php b/resources/lang/hu/admin/statuslabels/message.php
index ad60308234..619a5a509c 100644
--- a/resources/lang/hu/admin/statuslabels/message.php
+++ b/resources/lang/hu/admin/statuslabels/message.php
@@ -2,24 +2,24 @@
return array(
- 'does_not_exist' => 'Hely nem létezik.',
- 'assoc_users' => 'Ez a hely jelenleg hozzá rendelve legalább egy felhasználóhoz, és nem törölhető. Kérjük, frissítse a felhasználókat, hogy ne hivatkozzanak erre a helyre, és próbálja meg újra. ',
+ 'does_not_exist' => 'Status Label does not exist.',
+ 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
'create' => array(
- 'error' => 'Az elhelyezkedés nem jött létre, próbálkozz újra.',
- 'success' => 'Location created successfully.'
+ 'error' => 'Status Label was not created, please try again.',
+ 'success' => 'Status Label created successfully.'
),
'update' => array(
- 'error' => 'Location was not updated, please try again',
- 'success' => 'Location updated successfully.'
+ 'error' => 'Status Label was not updated, please try again',
+ 'success' => 'Status Label updated successfully.'
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this status label?',
- 'error' => 'There was an issue deleting the location. Please try again.',
- 'success' => 'The location was deleted successfully.'
+ 'confirm' => 'Are you sure you wish to delete this Status Label?',
+ 'error' => 'There was an issue deleting the Status Label. Please try again.',
+ 'success' => 'The Status Label was deleted successfully.'
)
);
diff --git a/resources/lang/hu/general.php b/resources/lang/hu/general.php
index 0869707f9b..4431781d01 100644
--- a/resources/lang/hu/general.php
+++ b/resources/lang/hu/general.php
@@ -56,8 +56,14 @@
'depreciation' => 'Értékcsökkenés',
'editprofile' => 'Profil szerkeztése',
'eol' => 'EOL',
+ 'email_domain' => 'Email Domain',
+ 'email_format' => 'Email Format',
+ 'email_domain_help' => 'This is used to generate email addresses when importing',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
'first' => 'Első',
'first_name' => 'Keresztnév',
+ 'first_name_format' => 'First Name (jane@example.com)',
'file_name' => 'Fájl',
'file_uploads' => 'Fájlfeltöltések',
'generate' => 'Létrehoz',
@@ -88,6 +94,7 @@
'location' => 'Helyszín',
'locations' => 'Helyek',
'logout' => 'Kijelentkezés',
+ 'lookup_by_tag' => 'Lookup by Asset Tag',
'manufacturer' => 'Gyártó',
'manufacturers' => 'Gyártók',
'markdown' => 'Ez a mező enged a Github flavored markdown-hoz.',
@@ -142,6 +149,7 @@
'type' => 'Típus',
'undeployable' => 'Nem kiadható',
'unknown_admin' => 'Ismeretlen Admin',
+ 'username_format' => 'Username Format',
'update' => 'Frissités',
'uploaded' => 'Feltöltve',
'user' => 'Felhasználó',
diff --git a/resources/lang/it/admin/hardware/message.php b/resources/lang/it/admin/hardware/message.php
index 037e073db8..619970ac08 100644
--- a/resources/lang/it/admin/hardware/message.php
+++ b/resources/lang/it/admin/hardware/message.php
@@ -36,6 +36,12 @@ return array(
'invalidfiles' => 'Uno o più file è troppo grande o è un tipo di file non consentito. Tipi di file ammessi sono png, gif, jpg, doc, docx, pdf, txt.',
),
+ 'import' => array(
+ 'error' => 'Some Items did not import Correctly.',
+ 'errorDetail' => 'The Following Items were not imported because of errors.',
+ 'success' => "Your File has been imported",
+ ),
+
'delete' => array(
'confirm' => 'Sei sicuro di voler eliminare questo bene?',
diff --git a/resources/lang/it/admin/statuslabels/message.php b/resources/lang/it/admin/statuslabels/message.php
index 8d45ae0022..619a5a509c 100644
--- a/resources/lang/it/admin/statuslabels/message.php
+++ b/resources/lang/it/admin/statuslabels/message.php
@@ -2,24 +2,24 @@
return array(
- 'does_not_exist' => 'La posizione non esiste.',
- 'assoc_users' => 'Questa posizione è associata ad almeno un utente e non può essere cancellata. Si prega di aggiornare i vostri utenti di riferimento e riprovare. ',
+ 'does_not_exist' => 'Status Label does not exist.',
+ 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
'create' => array(
- 'error' => 'La posizione non è stata creata, si prega di riprovare.',
- 'success' => 'Posizione creata con successo.'
+ 'error' => 'Status Label was not created, please try again.',
+ 'success' => 'Status Label created successfully.'
),
'update' => array(
- 'error' => 'La posizione non è stata aggiornata, si prega di riprovare',
- 'success' => 'Posizione aggiornata con successo.'
+ 'error' => 'Status Label was not updated, please try again',
+ 'success' => 'Status Label updated successfully.'
),
'delete' => array(
- 'confirm' => 'Sei sicuro di voler cancellare questa etichetta di stato?',
- 'error' => 'C\'è stato un problema nell\'eliminare la posizione. Riprova.',
- 'success' => 'Posizione eliminata con successo.'
+ 'confirm' => 'Are you sure you wish to delete this Status Label?',
+ 'error' => 'There was an issue deleting the Status Label. Please try again.',
+ 'success' => 'The Status Label was deleted successfully.'
)
);
diff --git a/resources/lang/it/general.php b/resources/lang/it/general.php
index a108b5eda4..dbbf4b5f47 100644
--- a/resources/lang/it/general.php
+++ b/resources/lang/it/general.php
@@ -56,8 +56,14 @@
'depreciation' => 'Obsoleti',
'editprofile' => 'Edita il tuo profilo',
'eol' => 'EOL',
+ 'email_domain' => 'Email Domain',
+ 'email_format' => 'Email Format',
+ 'email_domain_help' => 'This is used to generate email addresses when importing',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
'first' => 'Primo',
'first_name' => 'Nome',
+ 'first_name_format' => 'First Name (jane@example.com)',
'file_name' => 'File',
'file_uploads' => 'Carica i file',
'generate' => 'Genera',
@@ -88,6 +94,7 @@
'location' => 'Luogo',
'locations' => 'Luoghi',
'logout' => 'logout',
+ 'lookup_by_tag' => 'Lookup by Asset Tag',
'manufacturer' => 'Produttore',
'manufacturers' => 'Produttori',
'markdown' => 'This field allows Github flavored markdown.',
@@ -142,6 +149,7 @@
'type' => 'Tipo',
'undeployable' => 'Non consegnabile',
'unknown_admin' => 'Amministratore sconosciuto',
+ 'username_format' => 'Username Format',
'update' => 'Aggiorna',
'uploaded' => 'Caricato',
'user' => 'Utente',
diff --git a/resources/lang/ja/admin/hardware/message.php b/resources/lang/ja/admin/hardware/message.php
index d132737b33..b955e8c61d 100644
--- a/resources/lang/ja/admin/hardware/message.php
+++ b/resources/lang/ja/admin/hardware/message.php
@@ -36,6 +36,12 @@ return array(
'invalidfiles' => 'いずれかのファイルが大き過ぎるか、ファイルタイプが許可されていません。許可されているファイルタイプ(png, gif, jpg, doc, docx, pdf, and txt)',
),
+ 'import' => array(
+ 'error' => 'Some Items did not import Correctly.',
+ 'errorDetail' => 'The Following Items were not imported because of errors.',
+ 'success' => "Your File has been imported",
+ ),
+
'delete' => array(
'confirm' => 'この資産を削除してもよろしいですか?',
diff --git a/resources/lang/ja/admin/statuslabels/message.php b/resources/lang/ja/admin/statuslabels/message.php
index 23b3d6c10a..619a5a509c 100644
--- a/resources/lang/ja/admin/statuslabels/message.php
+++ b/resources/lang/ja/admin/statuslabels/message.php
@@ -2,24 +2,24 @@
return array(
- 'does_not_exist' => 'ロケーションが存在しません。',
- 'assoc_users' => 'ロケーションは少なくとも一つの利用者に関連付けされているため、削除できません。ローケーションの関連付けを削除し、もう一度試して下さい。 ',
+ 'does_not_exist' => 'Status Label does not exist.',
+ 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
'create' => array(
- 'error' => 'ロケーションが作成できませんでした。もう一度試して下さい。',
- 'success' => 'ロケーションが作成されました。'
+ 'error' => 'Status Label was not created, please try again.',
+ 'success' => 'Status Label created successfully.'
),
'update' => array(
- 'error' => 'ロケーションが更新できませんでした。もう一度試して下さい。',
- 'success' => 'ロケーションが更新されました。'
+ 'error' => 'Status Label was not updated, please try again',
+ 'success' => 'Status Label updated successfully.'
),
'delete' => array(
- 'confirm' => '本当にこのステータスラベルを削除しますか?',
- 'error' => 'ロケーションを削除する際に問題が発生しました。もう一度試して下さい。',
- 'success' => 'ロケーションが削除されました。'
+ 'confirm' => 'Are you sure you wish to delete this Status Label?',
+ 'error' => 'There was an issue deleting the Status Label. Please try again.',
+ 'success' => 'The Status Label was deleted successfully.'
)
);
diff --git a/resources/lang/ja/general.php b/resources/lang/ja/general.php
index 90f4189531..bbfdba77d6 100644
--- a/resources/lang/ja/general.php
+++ b/resources/lang/ja/general.php
@@ -56,8 +56,14 @@
'depreciation' => '減価償却',
'editprofile' => 'プロファイルを編集',
'eol' => 'EOL',
+ 'email_domain' => 'Email Domain',
+ 'email_format' => 'Email Format',
+ 'email_domain_help' => 'This is used to generate email addresses when importing',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
'first' => '最初',
'first_name' => '姓',
+ 'first_name_format' => 'First Name (jane@example.com)',
'file_name' => 'ファイル',
'file_uploads' => 'ファイルアップロード',
'generate' => '作成',
@@ -88,6 +94,7 @@
'location' => '設置場所',
'locations' => '設置場所の数',
'logout' => 'ログアウト',
+ 'lookup_by_tag' => 'Lookup by Asset Tag',
'manufacturer' => '製造元',
'manufacturers' => '製造元の数',
'markdown' => 'This field allows Github flavored markdown.',
@@ -142,6 +149,7 @@
'type' => 'タイプ',
'undeployable' => '未配備',
'unknown_admin' => '不明な管理者',
+ 'username_format' => 'Username Format',
'update' => '更新',
'uploaded' => 'アップロード完了',
'user' => '利用者',
diff --git a/resources/lang/ko/admin/accessories/general.php b/resources/lang/ko/admin/accessories/general.php
index ea0cb757fc..3c723f3c98 100644
--- a/resources/lang/ko/admin/accessories/general.php
+++ b/resources/lang/ko/admin/accessories/general.php
@@ -6,8 +6,8 @@ return array(
'accessory_category' => '부속품 분류',
'accessory_name' => '부속품 명',
'cost' => '구매 원가',
- 'checkout' => 'Checkout Accessory',
- 'checkin' => 'Checkin Accessory',
+ 'checkout' => '부속품 반출',
+ 'checkin' => '부속품 반입',
'create' => '부속품 생성',
'date' => '구매 일자',
'edit' => '부속품 수정',
diff --git a/resources/lang/ko/admin/categories/message.php b/resources/lang/ko/admin/categories/message.php
index 2809229d6d..bf542b9832 100644
--- a/resources/lang/ko/admin/categories/message.php
+++ b/resources/lang/ko/admin/categories/message.php
@@ -3,8 +3,8 @@
return array(
'does_not_exist' => '분류가 존재하지 않습니다.',
- 'assoc_models' => 'This category is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this category and try again. ',
- 'assoc_items' => 'This category is currently associated with at least one :asset_type and cannot be deleted. Please update your :asset_type to no longer reference this category and try again. ',
+ 'assoc_models' => '이 분류는 적어도 한개의 모델과 연결되어 있기에 삭제할 수 없습니다. 이 분류를 참조하지 않게 모델을 수정하고 다시 시도해 주세요. ',
+ 'assoc_items' => '이 분류는 적어도 하나의 :asset_type 과 연결되어 있기에 삭제할 수 없습니다. 이 분류를 참조하지 않게 :asset_type 을 수정하고 다시 시도해 주세요. ',
'create' => array(
'error' => '분류가 생성되지 않았습니다. 다시 시도해 주세요',
diff --git a/resources/lang/ko/admin/components/general.php b/resources/lang/ko/admin/components/general.php
index 75c9d250ab..7c3f9ee978 100644
--- a/resources/lang/ko/admin/components/general.php
+++ b/resources/lang/ko/admin/components/general.php
@@ -1,17 +1,17 @@
'About Components',
- 'about_components_text' => 'Components are items that are part of an asset, for example HDD, RAM, etc.',
- 'component_name' => 'Component Name',
- 'checkin' => 'Checkin Component',
- 'checkout' => 'Checkout Component',
- 'cost' => 'Purchase Cost',
- 'create' => 'Create Component',
- 'edit' => 'Edit Component',
- 'date' => 'Purchase Date',
- 'order' => 'Order Number',
- 'remaining' => 'Remaining',
- 'total' => 'Total',
- 'update' => 'Update Component',
+ 'about_components_title' => '부품이란',
+ 'about_components_text' => '부품들은 HDD, RAM 같은, 한개의 자산의 일부분입니다.',
+ 'component_name' => '부품명',
+ 'checkin' => '반입 부품',
+ 'checkout' => '반출 부품',
+ 'cost' => '구매 원가',
+ 'create' => '부품 생성',
+ 'edit' => '부품 수정',
+ 'date' => '구매 일자',
+ 'order' => '주문 번호',
+ 'remaining' => '잔여수량',
+ 'total' => '총계',
+ 'update' => '부품 갱신',
);
diff --git a/resources/lang/ko/admin/components/message.php b/resources/lang/ko/admin/components/message.php
index 1d13970f23..88e14ae3bb 100644
--- a/resources/lang/ko/admin/components/message.php
+++ b/resources/lang/ko/admin/components/message.php
@@ -2,34 +2,34 @@
return array(
- 'does_not_exist' => 'Component does not exist.',
+ 'does_not_exist' => '부품이 존재하지 않습니다.',
'create' => array(
- 'error' => 'Component was not created, please try again.',
- 'success' => 'Component created successfully.'
+ 'error' => '부품이 생성되지 않았습니다. 다시 시도해 주세요.',
+ 'success' => '부품이 생성되었습니다.'
),
'update' => array(
- 'error' => 'Component was not updated, please try again',
- 'success' => 'Component updated successfully.'
+ 'error' => '부품이 갱신되지 않았습니다. 다시 시도해 주세요.',
+ 'success' => '부품이 갱신 되었습니다.'
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this component?',
- 'error' => 'There was an issue deleting the component. Please try again.',
- 'success' => 'The component was deleted successfully.'
+ 'confirm' => '이 부품을 삭제하시겠습니까?',
+ 'error' => '부품 삭제시 문제가 발생했습니다. 다시 시도해 주세요.',
+ 'success' => '부품이 삭제되었습니다.'
),
'checkout' => array(
- 'error' => 'Component was not checked out, please try again',
- 'success' => 'Component checked out successfully.',
- 'user_does_not_exist' => 'That user is invalid. Please try again.'
+ 'error' => '부품이 반출되지 않았습니다. 다시 시도해 주세요.',
+ 'success' => '부품이 반출 되었습니다.',
+ 'user_does_not_exist' => '잘못된 사용자 입니다. 다시 시도해 주세요.'
),
'checkin' => array(
- 'error' => 'Component was not checked in, please try again',
- 'success' => 'Component checked in successfully.',
- 'user_does_not_exist' => 'That user is invalid. Please try again.'
+ 'error' => '부품이 반입되지 않았습니다. 다시 시도해 주세요.',
+ 'success' => '부품이 반입되었습니다.',
+ 'user_does_not_exist' => '잘못된 사용자 입니다. 다시 시도해 주세요.'
)
diff --git a/resources/lang/ko/admin/components/table.php b/resources/lang/ko/admin/components/table.php
index 3d4fed6a7f..eac46a7c4a 100644
--- a/resources/lang/ko/admin/components/table.php
+++ b/resources/lang/ko/admin/components/table.php
@@ -1,5 +1,5 @@
'Component Name',
+ 'title' => '부품명',
);
diff --git a/resources/lang/ko/admin/consumables/general.php b/resources/lang/ko/admin/consumables/general.php
index 673584ae5f..4bc76bf963 100644
--- a/resources/lang/ko/admin/consumables/general.php
+++ b/resources/lang/ko/admin/consumables/general.php
@@ -7,7 +7,7 @@ return array(
'cost' => '구매 원가',
'create' => '소모품 생성',
'date' => '구매 일자',
- 'item_no' => 'Item No.',
+ 'item_no' => '항목 번호',
'order' => '주문 번호',
'remaining' => '잔여수량',
'total' => '총계',
diff --git a/resources/lang/ko/admin/hardware/message.php b/resources/lang/ko/admin/hardware/message.php
index b8646338ac..a4a02076f6 100644
--- a/resources/lang/ko/admin/hardware/message.php
+++ b/resources/lang/ko/admin/hardware/message.php
@@ -36,6 +36,12 @@ return array(
'invalidfiles' => '하나 이상의 파일이 너무 크거나 허용되지 않는 형식입니다. 허용되는 형식은 png, gif, jpg, doc, docx, pdf, txt 입니다.',
),
+ 'import' => array(
+ 'error' => 'Some Items did not import Correctly.',
+ 'errorDetail' => 'The Following Items were not imported because of errors.',
+ 'success' => "Your File has been imported",
+ ),
+
'delete' => array(
'confirm' => '이 자산을 삭제하시겠습니까?',
@@ -53,7 +59,7 @@ return array(
'error' => '자산이 반입되지 않았습니다. 다시 시도해 주세요.',
'success' => '자산이 반입되었습니다.',
'user_does_not_exist' => '잘못된 사용자 입니다. 다시 시도해 주세요.',
- 'already_checked_in' => 'That asset is already checked in.',
+ 'already_checked_in' => '그 자산은 이미 반입되었습니다.',
),
diff --git a/resources/lang/ko/admin/locations/table.php b/resources/lang/ko/admin/locations/table.php
index caafcff353..774f98d89c 100644
--- a/resources/lang/ko/admin/locations/table.php
+++ b/resources/lang/ko/admin/locations/table.php
@@ -1,7 +1,7 @@
'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
+ 'assets_rtd' => '자산', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
'assets_checkedout' => '할당된 자산',
'id' => '아이디',
'city' => '시',
diff --git a/resources/lang/ko/admin/settings/general.php b/resources/lang/ko/admin/settings/general.php
index c87440495e..368b9bf6fb 100644
--- a/resources/lang/ko/admin/settings/general.php
+++ b/resources/lang/ko/admin/settings/general.php
@@ -2,30 +2,30 @@
return array(
'alert_email' => '알림 전송',
- 'alerts_enabled' => 'Alerts Enabled',
- 'alert_interval' => 'Expiring Alerts Threshold (in days)',
- 'alert_inv_threshold' => 'Inventory Alert Threshold',
+ 'alerts_enabled' => '알림 사용',
+ 'alert_interval' => '(일자) 최대값 만료 알림',
+ 'alert_inv_threshold' => '재고 알림 최대값',
'asset_ids' => '자산 ID',
'auto_increment_assets' => '자동-증가 자산 ID 생성',
'auto_increment_prefix' => '접두사 (부가적)',
'auto_incrementing_help' => '이 것을 설정하려면 자동-증가 자산 ID 사용을 하세요.',
'backups' => '예비품',
'barcode_settings' => '바코드 설정',
- '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.',
+ 'confirm_purge' => '삭제 확인',
+ 'confirm_purge_help' => '당신의 삭제된 기록들을 지우려면 다음 상자 안에 "DELETE" 를 입력하세요. 이 동작은 취소할 수 없습니다.',
'custom_css' => '사용자 지정 CSS',
'custom_css_help' => '사용하려는 사용자 CSS를 입력하세요. <style></style> 태그들은 넣지 마세요.',
'default_currency' => '기본 통화',
'default_eula_text' => '기본 사용권 계약',
- 'default_language' => 'Default Language',
+ 'default_language' => '기본 언어',
'default_eula_help_text' => '또한 특정 자산 분류에는 맞춤형 사용권 계약들과 연결을 해야 합니다.',
'display_asset_name' => '자산 명 표시',
'display_checkout_date' => '반출 일자 표시',
'display_eol' => '테이블 보기에서 폐기일 표시',
- 'display_qr' => 'Display Square Codes',
- 'display_alt_barcode' => 'Display 2D barcode',
- 'barcode_type' => '3D Barcode Type',
- 'alt_barcode_type' => '2D barcode type',
+ 'display_qr' => 'Qr 코드 표시',
+ 'display_alt_barcode' => '2D 바코드 표시',
+ 'barcode_type' => '3D 바코드 형식',
+ 'alt_barcode_type' => '2D 바코드 형식',
'eula_settings' => '최종 사용 계약 설정',
'eula_markdown' => '이 최종 사용 계약은 GFM을 따른다.',
'general_settings' => '일반 설정',
@@ -79,26 +79,26 @@ return array(
'brand' => '브랜딩',
'about_settings_title' => '설정에 관해',
'about_settings_text' => '이 설정들은 설치본의 특정 분야를 설정하는 것입니다.',
- 'labels_per_page' => 'Labels per page',
- 'label_dimensions' => 'Label dimensions (inches)',
- 'page_padding' => 'Page margins (inches)',
- 'purge' => 'Purge Deleted Records',
- 'labels_display_bgutter' => 'Label bottom gutter',
- 'labels_display_sgutter' => 'Label side gutter',
- 'labels_fontsize' => 'Label font size',
- 'labels_pagewidth' => 'Label sheet width',
- 'labels_pageheight' => 'Label sheet height',
- 'label_gutters' => 'Label spacing (inches)',
- 'page_dimensions' => 'Page dimensions (inches)',
- 'label_fields' => 'Label visible fields',
- 'inches' => 'inches',
- 'width_w' => 'w',
- 'height_h' => 'h',
+ 'labels_per_page' => '페이지 당 꼬리표',
+ 'label_dimensions' => '꼬리표 크기(인치)',
+ 'page_padding' => '페이지 여백 (인치)',
+ 'purge' => '삭제된 기록들 지우기',
+ 'labels_display_bgutter' => '꼬리표 아래쪽 가운데 여백',
+ 'labels_display_sgutter' => '꼬리표 옆쪽 가운데 여백',
+ 'labels_fontsize' => '꼬리표 글꼴 크기',
+ 'labels_pagewidth' => '꼬리표 지 넓이',
+ 'labels_pageheight' => '꼬리표 지 높이',
+ 'label_gutters' => '꼬리표 여백(인치)',
+ 'page_dimensions' => '꼬리표 면적(인치)',
+ 'label_fields' => '꼬리표 가시 항목',
+ 'inches' => '인치',
+ 'width_w' => '넓이',
+ 'height_h' => '높이',
'text_pt' => 'pt',
- 'left' => 'left',
- 'right' => 'right',
- 'top' => 'top',
- 'bottom' => 'bottom',
- 'vertical' => 'vertical',
- 'horizontal' => 'horizontal',
+ 'left' => '왼쪽',
+ 'right' => '오른쪽',
+ 'top' => '위',
+ 'bottom' => '아래',
+ 'vertical' => '수직',
+ 'horizontal' => '수평',
);
diff --git a/resources/lang/ko/admin/settings/message.php b/resources/lang/ko/admin/settings/message.php
index 9d1047d332..58a8d7bd93 100644
--- a/resources/lang/ko/admin/settings/message.php
+++ b/resources/lang/ko/admin/settings/message.php
@@ -14,9 +14,9 @@ return array(
'file_not_found' => '지정한 백업 파일을 서버에서 찾을 수 없습니다.',
),
'purge' => array(
- 'error' => 'An error has occurred while purging. ',
- 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
- 'success' => 'Deleted records successfully purged.'
+ 'error' => '삭제중 오류가 발생하였습니다. ',
+ 'validation_failed' => '삭제 확인 절차가 잘못되었습니다. 확인 상자에 "DELETE"를 입력해 주세요.',
+ 'success' => '삭제된 기록들이 삭제되었습니다.'
),
);
diff --git a/resources/lang/ko/admin/statuslabels/message.php b/resources/lang/ko/admin/statuslabels/message.php
index 068eaf15ae..619a5a509c 100644
--- a/resources/lang/ko/admin/statuslabels/message.php
+++ b/resources/lang/ko/admin/statuslabels/message.php
@@ -2,24 +2,24 @@
return array(
- 'does_not_exist' => '장소가 존재하지 않습니다.',
- 'assoc_users' => '이 장소는 현재 적어도 한명의 사용자와 연결되어 있어서 삭제할 수 없습니다. 사용자가 더 이상 이 장소를 참조하지 않게 갱신하고 다시 시도해주세요. ',
+ 'does_not_exist' => 'Status Label does not exist.',
+ 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
'create' => array(
- 'error' => '장소가 생성되지 않았습니다. 다시 시도해 주세요.',
- 'success' => '장소가 생성되었습니다.'
+ 'error' => 'Status Label was not created, please try again.',
+ 'success' => 'Status Label created successfully.'
),
'update' => array(
- 'error' => '장소가 갱신되지 않았습니다. 다시 시도해 주세요.',
- 'success' => '장소가 갱신되었습니다.'
+ 'error' => 'Status Label was not updated, please try again',
+ 'success' => 'Status Label updated successfully.'
),
'delete' => array(
- 'confirm' => '이 상태 딱지를 삭제하시겠습니까?',
- 'error' => '장소 삭제 중에 문제가 발생했습니다. 다시 시도해 주세요.',
- 'success' => '장소가 삭제되었습니다.'
+ 'confirm' => 'Are you sure you wish to delete this Status Label?',
+ 'error' => 'There was an issue deleting the Status Label. Please try again.',
+ 'success' => 'The Status Label was deleted successfully.'
)
);
diff --git a/resources/lang/ko/admin/users/general.php b/resources/lang/ko/admin/users/general.php
index 5b0d34463a..053e12bb23 100644
--- a/resources/lang/ko/admin/users/general.php
+++ b/resources/lang/ko/admin/users/general.php
@@ -4,14 +4,14 @@
return array(
'assets_user' => '자산 보유자 :name',
- 'current_assets' => 'Assets currently checked out to this user',
+ 'current_assets' => '현재 이 사용자에게 반출 된 자산',
'clone' => '사용자 복제',
'contact_user' => '연락처 :name',
'edit' => '사용자 편집',
'filetype_info' => '허용되는 형식들은 png, gif, jpeg, doc, docx, pdf, txt, zip, rar 입니다.',
'history_user' => '이력 :name',
'last_login' => '마지막 로그인',
- 'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.',
+ 'ldap_config_text' => 'LDAP 구성 설정들은 Admin > Settings 에서 찾을 수 있습니다. (부가적으로) 선택된 장소는 불러온 모든 사용자들에게 설정됩니다.',
'software_user' => '소프트웨어 반출 목록 :name',
'view_user' => '사용자 보기 :name',
'usercsv' => 'CSV 파일',
diff --git a/resources/lang/ko/auth/general.php b/resources/lang/ko/auth/general.php
index bf88cba77a..31c0fa0380 100644
--- a/resources/lang/ko/auth/general.php
+++ b/resources/lang/ko/auth/general.php
@@ -1,12 +1,12 @@
'Send Password Reset Link',
- 'email_reset_password' => 'Email Password Reset',
- 'reset_password' => 'Reset Password',
- 'login' => 'Login',
- 'login_prompt' => 'Please Login',
- 'forgot_password' => 'I forgot my password',
- 'remember_me' => 'Remember Me',
+ 'send_password_link' => '비밀번호 재설정 링크 보내기',
+ 'email_reset_password' => '이메일 비밀번호 재설정',
+ 'reset_password' => '비밀번호 재설정',
+ 'login' => '로그인',
+ 'login_prompt' => '로그인해주십시오',
+ 'forgot_password' => '비밀번호 분실했습니다',
+ 'remember_me' => '자동 로그인',
];
diff --git a/resources/lang/ko/button.php b/resources/lang/ko/button.php
index a55b47bcf4..43b0936e4d 100644
--- a/resources/lang/ko/button.php
+++ b/resources/lang/ko/button.php
@@ -5,7 +5,7 @@ return array(
'actions' => '기능',
'add' => '추가',
'cancel' => '취소',
- 'checkin_and_delete' => 'Checkin & Delete User',
+ 'checkin_and_delete' => '반입 & 삭제 사용자',
'delete' => '삭제',
'edit' => '편집',
'restore' => '복원',
diff --git a/resources/lang/ko/general.php b/resources/lang/ko/general.php
index 7eb55b9b1c..c83f5409b4 100644
--- a/resources/lang/ko/general.php
+++ b/resources/lang/ko/general.php
@@ -2,7 +2,7 @@
return [
'accessories' => '부속품들',
- 'activated' => 'Activated',
+ 'activated' => '활성화',
'accessory' => '부속품',
'accessory_report' => '부속품 보고서',
'action' => '작업',
@@ -34,8 +34,8 @@
'city' => '시',
'companies' => '회사들',
'company' => '회사',
- 'component' => 'Component',
- 'components' => 'Components',
+ 'component' => '구성 요소',
+ 'components' => '구성 요소',
'consumable' => '소모품',
'consumables' => '소모품',
'country' => '국가명',
@@ -56,14 +56,20 @@
'depreciation' => '감가 상각',
'editprofile' => '프로필 수정',
'eol' => '폐기일',
+ 'email_domain' => 'Email Domain',
+ 'email_format' => 'Email Format',
+ 'email_domain_help' => 'This is used to generate email addresses when importing',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
'first' => '첫번째',
'first_name' => '이름',
+ 'first_name_format' => 'First Name (jane@example.com)',
'file_name' => '파일',
'file_uploads' => '파일 올리기',
'generate' => '생성',
'groups' => '그룹',
'gravatar_email' => 'Gravatar 메일 주소',
- 'history' => 'History',
+ 'history' => '기록',
'history_for' => '이력',
'id' => '아이디',
'image_delete' => '이미지 삭제',
@@ -74,7 +80,7 @@
'asset_maintenances' => '자산 관리',
'item' => '항목',
'insufficient_permissions' => '권한 없음',
- 'language' => 'Language',
+ 'language' => '언어',
'last' => '마지막',
'last_name' => '성',
'license' => '라이선스',
@@ -88,11 +94,12 @@
'location' => '장소',
'locations' => '위치',
'logout' => '로그아웃',
+ 'lookup_by_tag' => 'Lookup by Asset Tag',
'manufacturer' => '제조업체',
'manufacturers' => '제조업체',
- 'markdown' => 'This field allows Github flavored markdown.',
- 'min_amt' => 'Min. QTY',
- 'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered.',
+ 'markdown' => '이 항목은 GFM을 따릅니다.',
+ 'min_amt' => '최소 수량',
+ 'min_amt_help' => '알림이 동작하기 전에 사용가능한 항목들의 최소 값',
'model_no' => '모델 번호.',
'months' => '개월',
'moreinfo' => '추가 정보',
@@ -128,8 +135,8 @@
'select_user' => '사용자 선택',
'select_date' => '날짜 선택',
'select_statuslabel' => '상태 선택',
- 'select_company' => 'Select Company',
- 'select_asset' => 'Select Asset',
+ 'select_company' => '회사 선택',
+ 'select_asset' => '자산 선택',
'settings' => '설정',
'sign_in' => '로그인',
'site_name' => '사이트 명',
@@ -142,6 +149,7 @@
'type' => '유형',
'undeployable' => '사용불가',
'unknown_admin' => '알수없는 관리자',
+ 'username_format' => 'Username Format',
'update' => '갱신',
'uploaded' => '업로드됨',
'user' => '사용자',
@@ -156,5 +164,5 @@
'yes' => '네',
'zip' => 'Zip',
'noimage' => '업로드한 사진이 없거나 사진을 찾지 못함',
- 'token_expired' => 'Your form session has expired. Please try again.',
+ 'token_expired' => '폼의 세션이 끝났습니다. 다시 시도해 주세요.',
];
diff --git a/resources/lang/ko/passwords.php b/resources/lang/ko/passwords.php
index 5195a9b77c..2ba05b9f1e 100644
--- a/resources/lang/ko/passwords.php
+++ b/resources/lang/ko/passwords.php
@@ -1,7 +1,7 @@
'Your password link has been sent!',
- 'user' => 'That user does not exist or does not have an email address associated',
+ 'sent' => '귀하의 비밀번호 링크가 전송되었습니다!',
+ 'user' => '사용자가 존재 하지 않거나 연결된 이메일 주소가 없습니다',
];
diff --git a/resources/lang/ko/validation.php b/resources/lang/ko/validation.php
index 41bab07a51..ddac09f3e3 100644
--- a/resources/lang/ko/validation.php
+++ b/resources/lang/ko/validation.php
@@ -33,7 +33,7 @@ return array(
"digits_between" => ":attribute 는 :min - :max 자릿수 사이여야 합니다.",
"email" => ":attribute 형식이 부정확 합니다.",
"exists" => "선택한 :attribute 가 부정확 합니다.",
- "email_array" => "One or more email addresses is invalid.",
+ "email_array" => "하나 이상의 주소가 유효하지 않습니다.",
"image" => ":attribute 는 이미지 형식만 가능합니다.",
"in" => "선택한 :attribute 가 부정확 합니다.",
"integer" => ":attribute 는 정수이어야 합니다.",
diff --git a/resources/lang/lt/admin/hardware/message.php b/resources/lang/lt/admin/hardware/message.php
index 93bc813f7f..56676d2abd 100644
--- a/resources/lang/lt/admin/hardware/message.php
+++ b/resources/lang/lt/admin/hardware/message.php
@@ -35,6 +35,12 @@ return array(
'invalidfiles' => 'Vienas ar keli failai yra per didelis arba neleidžiamas šis failų formatas. primename, kad leidžiami sekantys formatai png, gif, jpg, doc, docx, pdf, txt.',
),
+ 'import' => array(
+ 'error' => 'Some Items did not import Correctly.',
+ 'errorDetail' => 'The Following Items were not imported because of errors.',
+ 'success' => "Your File has been imported",
+ ),
+
'delete' => array(
'confirm' => 'Ar jūs tikrai norite ištrinti šią įrangą?',
diff --git a/resources/lang/lt/admin/statuslabels/message.php b/resources/lang/lt/admin/statuslabels/message.php
index 0f88d88d41..619a5a509c 100644
--- a/resources/lang/lt/admin/statuslabels/message.php
+++ b/resources/lang/lt/admin/statuslabels/message.php
@@ -2,24 +2,24 @@
return array(
- 'does_not_exist' => 'Tokios vietovės nėra.',
- 'assoc_users' => 'Ši vietovė šiuo metu yra susieta bent su vienu vartotoju ir negali būti ištrinta. Prašome atnaujinkite naudotojus, kad atsieti šią vietovę ir tuomet bandykite iš naujo. ',
+ 'does_not_exist' => 'Status Label does not exist.',
+ 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
'create' => array(
- 'error' => 'Vietovė nesukurta. Prašome bandykite dar kartą.',
- 'success' => 'Vietovė sėkmingai sukurta.'
+ 'error' => 'Status Label was not created, please try again.',
+ 'success' => 'Status Label created successfully.'
),
'update' => array(
- 'error' => 'Vietovė neatnaujinta. Prašome bandykite dar kartą',
- 'success' => 'Vietovė sėkmingai atnaujinta.'
+ 'error' => 'Status Label was not updated, please try again',
+ 'success' => 'Status Label updated successfully.'
),
'delete' => array(
- 'confirm' => 'Ar jūs tikrai norite ištrinti būklės kortelę?',
- 'error' => 'Nepavyko ištrinti vietovės. Prašome bandykite dar kartą.',
- 'success' => 'Vietovė sėkmingai ištrinta.'
+ 'confirm' => 'Are you sure you wish to delete this Status Label?',
+ 'error' => 'There was an issue deleting the Status Label. Please try again.',
+ 'success' => 'The Status Label was deleted successfully.'
)
);
diff --git a/resources/lang/lt/general.php b/resources/lang/lt/general.php
index 7e48fec5ee..19933030b7 100644
--- a/resources/lang/lt/general.php
+++ b/resources/lang/lt/general.php
@@ -56,8 +56,14 @@
'depreciation' => 'Nusidėvėjimas',
'editprofile' => 'Koreguoti profilį',
'eol' => 'Nurašymo data',
+ 'email_domain' => 'Email Domain',
+ 'email_format' => 'Email Format',
+ 'email_domain_help' => 'This is used to generate email addresses when importing',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
'first' => 'Pirmas',
'first_name' => 'Vardas',
+ 'first_name_format' => 'First Name (jane@example.com)',
'file_name' => 'Failas',
'file_uploads' => 'Failo Įkėlimas',
'generate' => 'Sukurti',
@@ -88,6 +94,7 @@
'location' => 'Vieta',
'locations' => 'Vietovės',
'logout' => 'Atsijungti',
+ 'lookup_by_tag' => 'Lookup by Asset Tag',
'manufacturer' => 'Gamintojas',
'manufacturers' => 'Gamintojai',
'markdown' => 'This field allows Github flavored markdown.',
@@ -142,6 +149,7 @@
'type' => 'Tipas',
'undeployable' => 'Nepanaudojamas',
'unknown_admin' => 'Nežinomas administratorius',
+ 'username_format' => 'Username Format',
'update' => 'Atnaujinti',
'uploaded' => 'Įkeltas',
'user' => 'Naudotojas',
diff --git a/resources/lang/ms/admin/hardware/message.php b/resources/lang/ms/admin/hardware/message.php
index 85be68f738..7d3da78932 100644
--- a/resources/lang/ms/admin/hardware/message.php
+++ b/resources/lang/ms/admin/hardware/message.php
@@ -36,6 +36,12 @@ return array(
'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.',
),
+ 'import' => array(
+ 'error' => 'Some Items did not import Correctly.',
+ 'errorDetail' => 'The Following Items were not imported because of errors.',
+ 'success' => "Your File has been imported",
+ ),
+
'delete' => array(
'confirm' => 'Anda pasti anda ingin hapuskan harta ini?',
diff --git a/resources/lang/ms/admin/statuslabels/message.php b/resources/lang/ms/admin/statuslabels/message.php
index c01b13e8d9..619a5a509c 100644
--- a/resources/lang/ms/admin/statuslabels/message.php
+++ b/resources/lang/ms/admin/statuslabels/message.php
@@ -2,24 +2,24 @@
return array(
- 'does_not_exist' => 'Lokasi tidak wujud.',
- 'assoc_users' => 'Lokasi ini sekarang telah disekutukan dengan sekurang2nya satu atau lebih dan tidak boleh dihapuskan. Sila kemaskini pengguna anda supaya tidak lagi merujuk kepada lokasi ini dan cuba lagi. ',
+ 'does_not_exist' => 'Status Label does not exist.',
+ 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
'create' => array(
- 'error' => 'Lokasi gagal dicipta, sila cuba lagi.',
- 'success' => 'Lokasi berjaya dicipta.'
+ 'error' => 'Status Label was not created, please try again.',
+ 'success' => 'Status Label created successfully.'
),
'update' => array(
- 'error' => 'Lokasi gagal dikemaskini, sila cuba lagi',
- 'success' => 'Lokasi berjaya dikemaskini.'
+ 'error' => 'Status Label was not updated, please try again',
+ 'success' => 'Status Label updated successfully.'
),
'delete' => array(
- 'confirm' => 'Anda pasti anda ingin hapuskan status label ini?',
- 'error' => 'Ada isu semasa menghapuskan lokasi. Sila cuba lagi.',
- 'success' => 'Lokasi berjaya dihapuskan.'
+ 'confirm' => 'Are you sure you wish to delete this Status Label?',
+ 'error' => 'There was an issue deleting the Status Label. Please try again.',
+ 'success' => 'The Status Label was deleted successfully.'
)
);
diff --git a/resources/lang/ms/general.php b/resources/lang/ms/general.php
index ef0fca86d0..c10b3e64b9 100644
--- a/resources/lang/ms/general.php
+++ b/resources/lang/ms/general.php
@@ -56,8 +56,14 @@
'depreciation' => 'Susut Nilai',
'editprofile' => 'Kemaskini Profail Anda',
'eol' => 'EOL',
+ 'email_domain' => 'Email Domain',
+ 'email_format' => 'Email Format',
+ 'email_domain_help' => 'This is used to generate email addresses when importing',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
'first' => 'First',
'first_name' => 'Nama pertama',
+ 'first_name_format' => 'First Name (jane@example.com)',
'file_name' => 'File',
'file_uploads' => 'File Uploads',
'generate' => 'Laksanakan',
@@ -88,6 +94,7 @@
'location' => 'Lokasi',
'locations' => 'Lokasi',
'logout' => 'Log keluar',
+ 'lookup_by_tag' => 'Lookup by Asset Tag',
'manufacturer' => 'Pengeluar',
'manufacturers' => 'Pengeluar',
'markdown' => 'This field allows Github flavored markdown.',
@@ -142,6 +149,7 @@
'type' => 'Type',
'undeployable' => 'Tidak Boleh Agih',
'unknown_admin' => 'Pentadbir Tidak Dikenali',
+ 'username_format' => 'Username Format',
'update' => 'Update',
'uploaded' => 'Uploaded',
'user' => 'Pengguna',
diff --git a/resources/lang/nl/admin/categories/message.php b/resources/lang/nl/admin/categories/message.php
index 754e9368a4..c530b4f8f4 100644
--- a/resources/lang/nl/admin/categories/message.php
+++ b/resources/lang/nl/admin/categories/message.php
@@ -3,8 +3,8 @@
return array(
'does_not_exist' => 'Categorie bestaat niet.',
- 'assoc_models' => 'This category is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this category and try again. ',
- 'assoc_items' => 'This category is currently associated with at least one :asset_type and cannot be deleted. Please update your :asset_type to no longer reference this category and try again. ',
+ 'assoc_models' => 'Deze categorie is momenteel gekoppeld met ten minste 1 model en kan niet verwijderd worden. Pas uw modellen aan zodat deze categorie niet langer gebruikt wordt en probeer opnieuw. ',
+ 'assoc_items' => 'Deze categorie is momenteel gekoppeld aan ten minste één: asset_type en kan niet worden verwijderd. Zorg dat uw: asset_type niet langer verwijst naar deze categorie en probeer het opnieuw. ',
'create' => array(
'error' => 'Categorie werd niet aangemaakt. Probeer opnieuw, aub.',
diff --git a/resources/lang/nl/admin/components/general.php b/resources/lang/nl/admin/components/general.php
index 75c9d250ab..99705361cf 100644
--- a/resources/lang/nl/admin/components/general.php
+++ b/resources/lang/nl/admin/components/general.php
@@ -1,17 +1,17 @@
'About Components',
- 'about_components_text' => 'Components are items that are part of an asset, for example HDD, RAM, etc.',
- 'component_name' => 'Component Name',
- 'checkin' => 'Checkin Component',
- 'checkout' => 'Checkout Component',
- 'cost' => 'Purchase Cost',
- 'create' => 'Create Component',
- 'edit' => 'Edit Component',
- 'date' => 'Purchase Date',
- 'order' => 'Order Number',
- 'remaining' => 'Remaining',
- 'total' => 'Total',
- 'update' => 'Update Component',
+ 'about_components_title' => 'Over Componenten',
+ 'about_components_text' => 'Componenten zijn onderdelen van een object zoals een harde schijf, geheugen, etc.',
+ 'component_name' => 'Component Naam',
+ 'checkin' => 'Component binnenmelden',
+ 'checkout' => 'Component uitleveren',
+ 'cost' => 'Aankoop prijs',
+ 'create' => 'Component aanmaken',
+ 'edit' => 'Component bewerken',
+ 'date' => 'Aankoop datum',
+ 'order' => 'Ordernummer',
+ 'remaining' => 'Resterend',
+ 'total' => 'Totaal',
+ 'update' => 'Component bijwerken',
);
diff --git a/resources/lang/nl/admin/components/message.php b/resources/lang/nl/admin/components/message.php
index 1d13970f23..ef5f3f60ae 100644
--- a/resources/lang/nl/admin/components/message.php
+++ b/resources/lang/nl/admin/components/message.php
@@ -2,34 +2,34 @@
return array(
- 'does_not_exist' => 'Component does not exist.',
+ 'does_not_exist' => 'Component bestaat niet.',
'create' => array(
- 'error' => 'Component was not created, please try again.',
- 'success' => 'Component created successfully.'
+ 'error' => 'Component is niet aangemaakt, probeer het nogmaals.',
+ 'success' => 'Component succesvol aangemaakt.'
),
'update' => array(
- 'error' => 'Component was not updated, please try again',
- 'success' => 'Component updated successfully.'
+ 'error' => 'Component is niet bijgewerkt, probeer het nogmaals.',
+ 'success' => 'Component succesvol bijgewerkt.'
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this component?',
- 'error' => 'There was an issue deleting the component. Please try again.',
- 'success' => 'The component was deleted successfully.'
+ 'confirm' => 'Weet je zeker dat je dit component wil verwijderen?',
+ 'error' => 'Er ging iets mis bij het verwijderen van het component. Probeer het nogmaals.',
+ 'success' => 'Component succesvol verwijderd.'
),
'checkout' => array(
- 'error' => 'Component was not checked out, please try again',
- 'success' => 'Component checked out successfully.',
- 'user_does_not_exist' => 'That user is invalid. Please try again.'
+ 'error' => 'Component is niet uitgeleverd, probeer het nogmaals.',
+ 'success' => 'Component succesvol uitgeleverd.',
+ 'user_does_not_exist' => 'De gebruiker is onbekend, probeer het nogmaals.'
),
'checkin' => array(
- 'error' => 'Component was not checked in, please try again',
- 'success' => 'Component checked in successfully.',
- 'user_does_not_exist' => 'That user is invalid. Please try again.'
+ 'error' => 'Component is niet binnengemeld, probeer het nogmaals.',
+ 'success' => 'Component succesvol binnengemeld.',
+ 'user_does_not_exist' => 'De gebruiker is onbekend, probeer het nogmaals.'
)
diff --git a/resources/lang/nl/admin/components/table.php b/resources/lang/nl/admin/components/table.php
index 3d4fed6a7f..fc408c7c72 100644
--- a/resources/lang/nl/admin/components/table.php
+++ b/resources/lang/nl/admin/components/table.php
@@ -1,5 +1,5 @@
'Component Name',
+ 'title' => 'Componentnaam',
);
diff --git a/resources/lang/nl/admin/consumables/general.php b/resources/lang/nl/admin/consumables/general.php
index 01c00e6213..c28c18f6d6 100644
--- a/resources/lang/nl/admin/consumables/general.php
+++ b/resources/lang/nl/admin/consumables/general.php
@@ -7,7 +7,7 @@ return array(
'cost' => 'Aankoopprijs',
'create' => 'Maak verbruiksartikel aan',
'date' => 'Aankoopdatum',
- 'item_no' => 'Item No.',
+ 'item_no' => 'Item nr.',
'order' => 'Ordernummer',
'remaining' => 'Resterende',
'total' => 'Totaal',
diff --git a/resources/lang/nl/admin/hardware/message.php b/resources/lang/nl/admin/hardware/message.php
index d8a3544aac..c79ac081aa 100644
--- a/resources/lang/nl/admin/hardware/message.php
+++ b/resources/lang/nl/admin/hardware/message.php
@@ -35,6 +35,12 @@ return array(
'invalidfiles' => 'Een of meer van uw bestanden is te groot of is een bestandstype dat niet is toegestaan. Toegestaande bestandstypen png, gif, jpg, doc, docx, pdf en txt.',
),
+ 'import' => array(
+ 'error' => 'Some Items did not import Correctly.',
+ 'errorDetail' => 'The Following Items were not imported because of errors.',
+ 'success' => "Your File has been imported",
+ ),
+
'delete' => array(
'confirm' => 'Weet je zeker dat je dit product wilt verwijderen?',
diff --git a/resources/lang/nl/admin/locations/table.php b/resources/lang/nl/admin/locations/table.php
index ee837c22bf..c8a7858517 100644
--- a/resources/lang/nl/admin/locations/table.php
+++ b/resources/lang/nl/admin/locations/table.php
@@ -1,7 +1,7 @@
'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
+ 'assets_rtd' => 'Producten', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
'assets_checkedout' => 'Toegewezen producten',
'id' => 'ID',
'city' => 'Stad',
diff --git a/resources/lang/nl/admin/settings/general.php b/resources/lang/nl/admin/settings/general.php
index 7ae4029a8e..1d960b5a23 100644
--- a/resources/lang/nl/admin/settings/general.php
+++ b/resources/lang/nl/admin/settings/general.php
@@ -2,30 +2,30 @@
return array(
'alert_email' => 'Verstuur meldingen naar',
- 'alerts_enabled' => 'Alerts Enabled',
- 'alert_interval' => 'Expiring Alerts Threshold (in days)',
- 'alert_inv_threshold' => 'Inventory Alert Threshold',
+ 'alerts_enabled' => 'Meldingen ingeschakeld',
+ 'alert_interval' => 'Drempel verlopende meldingen (in dagen)',
+ 'alert_inv_threshold' => 'Inventaris melding drempel',
'asset_ids' => 'Product ID\'s',
'auto_increment_assets' => 'Genereer een auto-verhoging product ID\'s',
'auto_increment_prefix' => 'Voorvoegsel (niet verplicht)',
'auto_incrementing_help' => 'Schakel eerst auto-verhoging voor product ID\'s in',
'backups' => 'Back-ups',
'barcode_settings' => 'Barcode instellingen',
- '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.',
+ 'confirm_purge' => 'Opschoning bevestigen',
+ 'confirm_purge_help' => 'Voer de tekst "DELETE" in het vak hieronder om uw verwijderde records op te schonen. Deze actie kan niet ongedaan worden gemaakt.',
'custom_css' => 'Aangepaste CSS',
'custom_css_help' => 'Voer een aangepaste CSS overschrijving die je wilt gebruiken in. Gebruik geen <style></style> tags.',
'default_currency' => 'Standaard valuta',
'default_eula_text' => 'Standaard gebruikersovereenkomst',
- 'default_language' => 'Default Language',
+ 'default_language' => 'Standaardtaal',
'default_eula_help_text' => 'Je kan aangepaste gebruikersovereenkomsten koppelen aan specifieke product categorieën.',
'display_asset_name' => 'Laat Product naam zien',
'display_checkout_date' => 'Laat Checkout datum zien',
'display_eol' => 'Laat EOL in tabel zien',
- 'display_qr' => 'Display Square Codes',
- 'display_alt_barcode' => 'Display 2D barcode',
- 'barcode_type' => '3D Barcode Type',
- 'alt_barcode_type' => '2D barcode type',
+ 'display_qr' => 'QR codes weergeven',
+ 'display_alt_barcode' => 'Streepjescode weergeven',
+ 'barcode_type' => '3D streepjescode soort',
+ 'alt_barcode_type' => '2D streepjescode soort',
'eula_settings' => 'Gebruikersovereenkomsten instellingen',
'eula_markdown' => 'Deze gebruikersovereenkomst staat Github flavored markdown toe.',
'general_settings' => 'Algemene Instellingen',
@@ -79,26 +79,26 @@ return array(
'brand' => 'Merk',
'about_settings_title' => 'Over instellingen',
'about_settings_text' => 'Deze instellingen laten jou specifieke aspecten aanpassen van jou installatie.',
- 'labels_per_page' => 'Labels per page',
- 'label_dimensions' => 'Label dimensions (inches)',
- 'page_padding' => 'Page margins (inches)',
- 'purge' => 'Purge Deleted Records',
- 'labels_display_bgutter' => 'Label bottom gutter',
- 'labels_display_sgutter' => 'Label side gutter',
- 'labels_fontsize' => 'Label font size',
- 'labels_pagewidth' => 'Label sheet width',
- 'labels_pageheight' => 'Label sheet height',
- 'label_gutters' => 'Label spacing (inches)',
- 'page_dimensions' => 'Page dimensions (inches)',
- 'label_fields' => 'Label visible fields',
+ 'labels_per_page' => 'Labels per pagina',
+ 'label_dimensions' => 'Label afmetingen (inches)',
+ 'page_padding' => 'Pagina marges (inches)',
+ 'purge' => 'Verwijderde items opschonen',
+ 'labels_display_bgutter' => 'Label ondermarge',
+ 'labels_display_sgutter' => 'Label zijmarge',
+ 'labels_fontsize' => 'Label lettergrootte',
+ 'labels_pagewidth' => 'Label blad breedte',
+ 'labels_pageheight' => 'Label blad hoogte',
+ 'label_gutters' => 'Label tussenruimte (inches)',
+ 'page_dimensions' => 'Pagina dimensies (inches)',
+ 'label_fields' => 'Zichtbare velden op label',
'inches' => 'inches',
- 'width_w' => 'w',
+ 'width_w' => 'b',
'height_h' => 'h',
'text_pt' => 'pt',
- 'left' => 'left',
- 'right' => 'right',
- 'top' => 'top',
- 'bottom' => 'bottom',
- 'vertical' => 'vertical',
- 'horizontal' => 'horizontal',
+ 'left' => 'links',
+ 'right' => 'rechts',
+ 'top' => 'bovenkant',
+ 'bottom' => 'onderkant',
+ 'vertical' => 'verticaal',
+ 'horizontal' => 'horizontaal',
);
diff --git a/resources/lang/nl/admin/settings/message.php b/resources/lang/nl/admin/settings/message.php
index 22a6a32842..a40ef95f3f 100644
--- a/resources/lang/nl/admin/settings/message.php
+++ b/resources/lang/nl/admin/settings/message.php
@@ -14,9 +14,9 @@ return array(
'file_not_found' => 'Die Back-up bestand kon niet gevonden worden op de server.',
),
'purge' => array(
- 'error' => 'An error has occurred while purging. ',
- 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
- 'success' => 'Deleted records successfully purged.'
+ 'error' => 'Er is iets fout gegaan tijdens het opschonen.',
+ 'validation_failed' => 'De opschoon bevestiging is niet correct. Typ het woord "DELETE" in het bevestigingsveld.',
+ 'success' => 'Verwijderde items succesvol opgeschoond'
),
);
diff --git a/resources/lang/nl/admin/statuslabels/message.php b/resources/lang/nl/admin/statuslabels/message.php
index 23b761bad4..619a5a509c 100644
--- a/resources/lang/nl/admin/statuslabels/message.php
+++ b/resources/lang/nl/admin/statuslabels/message.php
@@ -2,24 +2,24 @@
return array(
- 'does_not_exist' => 'De Locatie bestaat niet.',
- 'assoc_users' => 'Deze locatie is momenteel gekoppeld met tenminste één gebruiker en kan hierdoor niet worden verwijderd. Update je gebruikers die niet meer bij deze locatie horen en probeer het opnieuw. ',
+ 'does_not_exist' => 'Status Label does not exist.',
+ 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
'create' => array(
- 'error' => 'Locatie is niet aangemaakt, probeer het opnieuw.',
- 'success' => 'Locatie is met succes aangemaakt.'
+ 'error' => 'Status Label was not created, please try again.',
+ 'success' => 'Status Label created successfully.'
),
'update' => array(
- 'error' => 'Locatie is niet gewijzigd, probeer het opnieuw',
- 'success' => 'Locatie is met succes gewijzigd.'
+ 'error' => 'Status Label was not updated, please try again',
+ 'success' => 'Status Label updated successfully.'
),
'delete' => array(
- 'confirm' => 'Weet je het zeker dat je deze status label wilt verwijderen?',
- 'error' => 'Er was een probleem met het verwijderen van deze locatie. Probeer het opnieuw.',
- 'success' => 'De locatie is met succes verwijderd.'
+ 'confirm' => 'Are you sure you wish to delete this Status Label?',
+ 'error' => 'There was an issue deleting the Status Label. Please try again.',
+ 'success' => 'The Status Label was deleted successfully.'
)
);
diff --git a/resources/lang/nl/admin/users/general.php b/resources/lang/nl/admin/users/general.php
index 9fec4bca45..8959877a9c 100644
--- a/resources/lang/nl/admin/users/general.php
+++ b/resources/lang/nl/admin/users/general.php
@@ -4,14 +4,14 @@
return array(
'assets_user' => 'Materiaal toegewezen aan :name',
- 'current_assets' => 'Assets currently checked out to this user',
+ 'current_assets' => 'Op dit moment aan deze gebruiker uitgeleverde producten',
'clone' => 'Gebruiker klonen',
'contact_user' => 'Contact :name',
'edit' => 'Gebruiker aanpassen',
'filetype_info' => 'Toegestane bestandstypes zijn png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
'history_user' => 'Geschiedenis voor :name',
'last_login' => 'Laatst aangemeld',
- 'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.',
+ 'ldap_config_text' => 'LDAP configuratie kan worden gevonden in Admin > Instellingen. De (optioneel) geselecteerde locatie zal voor alle geimporteerde gebruikers ingesteld worden.',
'software_user' => 'Software toegekend aan :name',
'view_user' => 'Bekijk gebruiker :name',
'usercsv' => 'CSV bestand',
diff --git a/resources/lang/nl/auth/general.php b/resources/lang/nl/auth/general.php
index bf88cba77a..232c5c9b12 100644
--- a/resources/lang/nl/auth/general.php
+++ b/resources/lang/nl/auth/general.php
@@ -1,12 +1,12 @@
'Send Password Reset Link',
- 'email_reset_password' => 'Email Password Reset',
- 'reset_password' => 'Reset Password',
- 'login' => 'Login',
- 'login_prompt' => 'Please Login',
- 'forgot_password' => 'I forgot my password',
- 'remember_me' => 'Remember Me',
+ 'send_password_link' => 'Verzend wachtwoord herstel koppeling',
+ 'email_reset_password' => 'E-mail wachtwoord herstel',
+ 'reset_password' => 'Herstel wachtwoord',
+ 'login' => 'Inloggen',
+ 'login_prompt' => 'Graag inloggen',
+ 'forgot_password' => 'Ik ben mijn wachtwoord vergeten',
+ 'remember_me' => 'Onthoud mij',
];
diff --git a/resources/lang/nl/button.php b/resources/lang/nl/button.php
index 1616ae8267..f33c8e5f16 100644
--- a/resources/lang/nl/button.php
+++ b/resources/lang/nl/button.php
@@ -5,7 +5,7 @@ return array(
'actions' => 'Acties',
'add' => 'Toevoegen',
'cancel' => 'Annuleren',
- 'checkin_and_delete' => 'Checkin & Delete User',
+ 'checkin_and_delete' => 'Binnenmelden en gebruiker verwijderen',
'delete' => 'Verwijder',
'edit' => 'Bewerk',
'restore' => 'Herstel',
diff --git a/resources/lang/nl/general.php b/resources/lang/nl/general.php
index 4206f8c776..05dc8fb305 100644
--- a/resources/lang/nl/general.php
+++ b/resources/lang/nl/general.php
@@ -35,7 +35,7 @@
'companies' => 'Bedrijven',
'company' => 'Bedrijf',
'component' => 'Component',
- 'components' => 'Components',
+ 'components' => 'Componenten',
'consumable' => 'Verbruiksartikelen',
'consumables' => 'Verbruiksartikelen',
'country' => 'Land',
@@ -56,14 +56,20 @@
'depreciation' => 'Afschrijving',
'editprofile' => 'Bewerk jouw profiel',
'eol' => 'EOL',
+ 'email_domain' => 'Email Domain',
+ 'email_format' => 'Email Format',
+ 'email_domain_help' => 'This is used to generate email addresses when importing',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
'first' => 'Eerste',
'first_name' => 'Voornaam',
+ 'first_name_format' => 'First Name (jane@example.com)',
'file_name' => 'Bestand',
'file_uploads' => 'Bestand uploaden',
'generate' => 'Genereer',
'groups' => 'Groepen',
'gravatar_email' => 'Gravatar E-mailadres',
- 'history' => 'History',
+ 'history' => 'Historie',
'history_for' => 'Geschiedenis van',
'id' => 'ID',
'image_delete' => 'Afbeelding verwijderen',
@@ -74,7 +80,7 @@
'asset_maintenances' => 'Materiaal onderhoud',
'item' => 'Artikel',
'insufficient_permissions' => 'Onvoldoende rechten!',
- 'language' => 'Language',
+ 'language' => 'Taal',
'last' => 'Laatste',
'last_name' => 'Achternaam',
'license' => 'Licentie',
@@ -88,11 +94,12 @@
'location' => 'Locatie',
'locations' => 'Locaties',
'logout' => 'Afmelden',
+ 'lookup_by_tag' => 'Lookup by Asset Tag',
'manufacturer' => 'Fabrikant',
'manufacturers' => 'Fabrikanten',
- 'markdown' => 'This field allows Github flavored markdown.',
- 'min_amt' => 'Min. QTY',
- 'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered.',
+ 'markdown' => 'Dit veld staat Github markdown gebruik toe.',
+ 'min_amt' => 'Minimale hoeveelheid',
+ 'min_amt_help' => 'Minimale hoeveelheid items die beschikbaar moeten zijn voordat er een melding wordt gegeven.',
'model_no' => 'Modelnummer',
'months' => 'maanden',
'moreinfo' => 'Meer Info',
@@ -129,7 +136,7 @@
'select_date' => 'Selecteer een datum',
'select_statuslabel' => 'Selecteer de status',
'select_company' => 'Selecteer een bedrijf',
- 'select_asset' => 'Select Asset',
+ 'select_asset' => 'Selecteer product',
'settings' => 'Instellingen',
'sign_in' => 'Aanmelden',
'site_name' => 'Sitenaam',
@@ -142,6 +149,7 @@
'type' => 'Type',
'undeployable' => 'Niet-inzetbaar',
'unknown_admin' => 'Onbekende Beheerder',
+ 'username_format' => 'Username Format',
'update' => 'Bijwerken',
'uploaded' => 'Geupload',
'user' => 'Gebruiker',
@@ -156,5 +164,5 @@
'yes' => 'Ja',
'zip' => 'Postcode',
'noimage' => 'Geen afbeelding geüpload of geen afbeelding gevonden.',
- 'token_expired' => 'Your form session has expired. Please try again.',
+ 'token_expired' => 'Je sessie is verlopen. Probeer het nogmaals.',
];
diff --git a/resources/lang/nl/passwords.php b/resources/lang/nl/passwords.php
index 5195a9b77c..d9d65fd3be 100644
--- a/resources/lang/nl/passwords.php
+++ b/resources/lang/nl/passwords.php
@@ -1,7 +1,7 @@
'Your password link has been sent!',
- 'user' => 'That user does not exist or does not have an email address associated',
+ 'sent' => 'Er is een wachtwoord link naar je verstuurd!',
+ 'user' => 'Deze gebruiker bestaat niet of er is geen e-mail adres ingevuld.',
];
diff --git a/resources/lang/nl/validation.php b/resources/lang/nl/validation.php
index 18164d02f2..2b5c721a56 100644
--- a/resources/lang/nl/validation.php
+++ b/resources/lang/nl/validation.php
@@ -33,7 +33,7 @@ return array(
"digits_between" => ":attribute moet tussen de :min en :max cijfers bevatten.",
"email" => "Het formaat van :attribute is ongeldig.",
"exists" => "Het geselecteerde kenmerk :attribute is ongeldig.",
- "email_array" => "One or more email addresses is invalid.",
+ "email_array" => "Een of meerdere e-mail adressen kloppen niet.",
"image" => ":attribute moet een afbeelding zijn.",
"in" => "Het geselecteerde kenmerk :attribute is ongeldig.",
"integer" => ":attribute moet van het type integer zijn.",
diff --git a/resources/lang/no/admin/accessories/message.php b/resources/lang/no/admin/accessories/message.php
index 0210bebc2f..14866eadd0 100644
--- a/resources/lang/no/admin/accessories/message.php
+++ b/resources/lang/no/admin/accessories/message.php
@@ -16,9 +16,9 @@ return array(
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this accessory?',
- 'error' => 'There was an issue deleting the accessory. Please try again.',
- 'success' => 'The accessory was deleted successfully.'
+ 'confirm' => 'Er du sikker på at du vil slette dette tilbehøret?',
+ 'error' => 'Det oppstod et problem under sletting av tilbehøret. Prøv igjen.',
+ 'success' => 'Tilbehøret ble slettet.'
),
'checkout' => array(
diff --git a/resources/lang/no/admin/components/general.php b/resources/lang/no/admin/components/general.php
index 75c9d250ab..3538d13125 100644
--- a/resources/lang/no/admin/components/general.php
+++ b/resources/lang/no/admin/components/general.php
@@ -1,17 +1,17 @@
'About Components',
+ 'about_components_title' => 'Om komponenter',
'about_components_text' => 'Components are items that are part of an asset, for example HDD, RAM, etc.',
- 'component_name' => 'Component Name',
+ 'component_name' => 'Komponent navn',
'checkin' => 'Checkin Component',
'checkout' => 'Checkout Component',
- 'cost' => 'Purchase Cost',
- 'create' => 'Create Component',
- 'edit' => 'Edit Component',
- 'date' => 'Purchase Date',
- 'order' => 'Order Number',
- 'remaining' => 'Remaining',
+ 'cost' => 'Innkjøpskostnad',
+ 'create' => 'Opprett komponent',
+ 'edit' => 'Endre komponent',
+ 'date' => 'Kjøpsdato',
+ 'order' => 'Ordreummer',
+ 'remaining' => 'Gjenstår',
'total' => 'Total',
- 'update' => 'Update Component',
+ 'update' => 'Oppdater komponent',
);
diff --git a/resources/lang/no/admin/hardware/message.php b/resources/lang/no/admin/hardware/message.php
index 0614ada18e..cf08cb69c9 100644
--- a/resources/lang/no/admin/hardware/message.php
+++ b/resources/lang/no/admin/hardware/message.php
@@ -36,6 +36,12 @@ return array(
'invalidfiles' => 'En eller flere av filene dine er for store eller av en ikke tillatt filtype. Tillatte filtyper er png, gif, jpg, doc, docx, pdf og txt.',
),
+ 'import' => array(
+ 'error' => 'Some Items did not import Correctly.',
+ 'errorDetail' => 'The Following Items were not imported because of errors.',
+ 'success' => "Your File has been imported",
+ ),
+
'delete' => array(
'confirm' => 'Er du sikker på at du vil slette eiendelen?',
diff --git a/resources/lang/no/admin/statuslabels/message.php b/resources/lang/no/admin/statuslabels/message.php
index aeba725988..619a5a509c 100644
--- a/resources/lang/no/admin/statuslabels/message.php
+++ b/resources/lang/no/admin/statuslabels/message.php
@@ -2,24 +2,24 @@
return array(
- 'does_not_exist' => 'Lokasjon finnes ikke.',
- 'assoc_users' => 'Denne lokasjonen er tilknyttet minst en bruker og kan ikke slettes. Endre dine brukere til å ikke bruke denne lokasjonen og prøv igjen. ',
+ 'does_not_exist' => 'Status Label does not exist.',
+ 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
'create' => array(
- 'error' => 'Lokasjon ble ikke opprettet. Prøv igjen.',
- 'success' => 'Opprettelse av lokasjon vellykket.'
+ 'error' => 'Status Label was not created, please try again.',
+ 'success' => 'Status Label created successfully.'
),
'update' => array(
- 'error' => 'Lokasjon ble ikke oppdatert. Prøv igjen',
- 'success' => 'Oppdatering av lokasjon vellykket.'
+ 'error' => 'Status Label was not updated, please try again',
+ 'success' => 'Status Label updated successfully.'
),
'delete' => array(
- 'confirm' => 'Er du sikker på at du vil slette dette statusmerket?',
- 'error' => 'Det oppstod et problem under sletting av denne lokasjonen. Prøv igjen.',
- 'success' => 'Sletting av lokasjon vellykket.'
+ 'confirm' => 'Are you sure you wish to delete this Status Label?',
+ 'error' => 'There was an issue deleting the Status Label. Please try again.',
+ 'success' => 'The Status Label was deleted successfully.'
)
);
diff --git a/resources/lang/no/general.php b/resources/lang/no/general.php
index e9992a2767..e940206dc0 100644
--- a/resources/lang/no/general.php
+++ b/resources/lang/no/general.php
@@ -56,8 +56,14 @@
'depreciation' => 'Avskrivning',
'editprofile' => 'Rediger din profil',
'eol' => 'Livstid',
+ 'email_domain' => 'Email Domain',
+ 'email_format' => 'Email Format',
+ 'email_domain_help' => 'This is used to generate email addresses when importing',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
'first' => 'Første',
'first_name' => 'Fornavn',
+ 'first_name_format' => 'First Name (jane@example.com)',
'file_name' => 'Fil',
'file_uploads' => 'Filopplastinger',
'generate' => 'Generer',
@@ -88,6 +94,7 @@
'location' => 'Lokasjon',
'locations' => 'Lokasjoner',
'logout' => 'Logg ut',
+ 'lookup_by_tag' => 'Lookup by Asset Tag',
'manufacturer' => 'Produsent',
'manufacturers' => 'Produsenter',
'markdown' => 'This field allows Github flavored markdown.',
@@ -142,6 +149,7 @@
'type' => 'Type',
'undeployable' => 'Ikke utleverbar',
'unknown_admin' => 'Ukjent admin',
+ 'username_format' => 'Username Format',
'update' => 'Oppdater',
'uploaded' => 'Lastet opp',
'user' => 'Bruker',
diff --git a/resources/lang/pl/admin/hardware/message.php b/resources/lang/pl/admin/hardware/message.php
index f95e7c1e21..bf781601e8 100644
--- a/resources/lang/pl/admin/hardware/message.php
+++ b/resources/lang/pl/admin/hardware/message.php
@@ -36,6 +36,12 @@ return array(
'invalidfiles' => 'Jeden lub więcej z wybranych przez ciebie plików jest jest za duży lub jego typ jest niewłaściwy. Dopuszczalne typy plików: png, gif, jpg, doc, docx, pdf, and txt.',
),
+ 'import' => array(
+ 'error' => 'Some Items did not import Correctly.',
+ 'errorDetail' => 'The Following Items were not imported because of errors.',
+ 'success' => "Your File has been imported",
+ ),
+
'delete' => array(
'confirm' => 'Czy na pewno chcesz usunąć?',
diff --git a/resources/lang/pl/admin/statuslabels/message.php b/resources/lang/pl/admin/statuslabels/message.php
index 84ffbe0392..619a5a509c 100644
--- a/resources/lang/pl/admin/statuslabels/message.php
+++ b/resources/lang/pl/admin/statuslabels/message.php
@@ -2,24 +2,24 @@
return array(
- 'does_not_exist' => 'Lokalizacja nie istnieje.',
- 'assoc_users' => 'Lokacja jest aktualnie przypisana do użytkownika przez co nie może być usunięta. Przypisz do użytkownika inną lokacje i spróbuj ponownie. ',
+ 'does_not_exist' => 'Status Label does not exist.',
+ 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
'create' => array(
- 'error' => 'Lokalizacja nie została stworzona. Spróbuj ponownie.',
- 'success' => 'Lokalizacja stworzona pomyślnie.'
+ 'error' => 'Status Label was not created, please try again.',
+ 'success' => 'Status Label created successfully.'
),
'update' => array(
- 'error' => 'Lokalizacja nie została zaktualizowana, spróbuj ponownie',
- 'success' => 'Lokalizacja zaktualizowana pomyślnie.'
+ 'error' => 'Status Label was not updated, please try again',
+ 'success' => 'Status Label updated successfully.'
),
'delete' => array(
- 'confirm' => 'Na pewno usunąć etykietę statusu?',
- 'error' => 'Podczas usuwania lokalizacji napotkano problem. Spróbuj ponownie.',
- 'success' => 'Lokalizacja usunięta pomyślnie.'
+ 'confirm' => 'Are you sure you wish to delete this Status Label?',
+ 'error' => 'There was an issue deleting the Status Label. Please try again.',
+ 'success' => 'The Status Label was deleted successfully.'
)
);
diff --git a/resources/lang/pl/general.php b/resources/lang/pl/general.php
index bd192a8fc0..318b3fb768 100644
--- a/resources/lang/pl/general.php
+++ b/resources/lang/pl/general.php
@@ -56,8 +56,14 @@
'depreciation' => 'Amortyzacja',
'editprofile' => 'Edytuj Swój Profil',
'eol' => 'EOL',
+ 'email_domain' => 'Email Domain',
+ 'email_format' => 'Email Format',
+ 'email_domain_help' => 'This is used to generate email addresses when importing',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
'first' => 'Pierwszy',
'first_name' => 'Imię',
+ 'first_name_format' => 'First Name (jane@example.com)',
'file_name' => 'Plik',
'file_uploads' => 'Dodaj plik',
'generate' => 'Generuj',
@@ -88,6 +94,7 @@
'location' => 'Lokalizacja',
'locations' => 'Lokalizacje',
'logout' => 'Wyloguj się',
+ 'lookup_by_tag' => 'Lookup by Asset Tag',
'manufacturer' => 'Producent',
'manufacturers' => 'Producenci',
'markdown' => 'To pole pozwala na użycie GFM (Github flavored markdown).',
@@ -142,6 +149,7 @@
'type' => 'Rodzaj',
'undeployable' => 'Nie przypisane',
'unknown_admin' => 'Nieznany Administrator',
+ 'username_format' => 'Username Format',
'update' => 'Zaktualizuj',
'uploaded' => 'Przesłano',
'user' => 'Użytkownik',
diff --git a/resources/lang/pt-BR/admin/accessories/general.php b/resources/lang/pt-BR/admin/accessories/general.php
index 786f42d854..b1c27e66cd 100644
--- a/resources/lang/pt-BR/admin/accessories/general.php
+++ b/resources/lang/pt-BR/admin/accessories/general.php
@@ -6,11 +6,11 @@ return array(
'accessory_category' => 'Categoria do Acessório',
'accessory_name' => 'Nome do Acessório',
'cost' => 'Valor do produto',
- 'checkout' => 'Checkout Accessory',
- 'checkin' => 'Checkin Accessory',
+ 'checkout' => 'Alocar acessório',
+ 'checkin' => 'Devolver acessório',
'create' => 'Criar um dispositivo',
'date' => 'Data da Compra',
- 'edit' => 'Edit Accessory',
+ 'edit' => 'Editar acessório',
'eula_text' => 'EULA da Categoria',
'eula_text_help' => 'Este campo lhe permite personalizar seus EULAs para tipos específicos de ativos. Se você apenas tem um EULA para todos os seus ativos, você pode selecionar a caixa abaixo para usar o padrão primário.',
'require_acceptance' => 'Requer que usuários confirmem a aceitação de ativos nesta categoria.',
diff --git a/resources/lang/pt-BR/admin/accessories/message.php b/resources/lang/pt-BR/admin/accessories/message.php
index db594d731a..9587504a62 100644
--- a/resources/lang/pt-BR/admin/accessories/message.php
+++ b/resources/lang/pt-BR/admin/accessories/message.php
@@ -16,9 +16,9 @@ return array(
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this accessory?',
- 'error' => 'There was an issue deleting the accessory. Please try again.',
- 'success' => 'The accessory was deleted successfully.'
+ 'confirm' => 'Tem certeza de que deseja excluir este acessório?',
+ 'error' => 'Ocorreu um problema ao remover o acessório. Por favor, tente novamente.',
+ 'success' => 'O acessório foi excluído com sucesso.'
),
'checkout' => array(
diff --git a/resources/lang/pt-BR/admin/categories/message.php b/resources/lang/pt-BR/admin/categories/message.php
index 6f0ff79619..88740d4e35 100644
--- a/resources/lang/pt-BR/admin/categories/message.php
+++ b/resources/lang/pt-BR/admin/categories/message.php
@@ -3,8 +3,8 @@
return array(
'does_not_exist' => 'A categoria não existe.',
- 'assoc_models' => 'This category is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this category and try again. ',
- 'assoc_items' => 'This category is currently associated with at least one :asset_type and cannot be deleted. Please update your :asset_type to no longer reference this category and try again. ',
+ 'assoc_models' => 'Esta categoria está no momento associada a pelo menos um modelo e não pode ser excluída. Atualize seus modelos para não referenciarem mais esta categoria e tente novamente. ',
+ 'assoc_items' => 'Esta categoria está no momento associada a pelo menos um modelo e não pode ser excluída. Atualize seus :asset_type para não referenciarem mais esta categoria e tente novamente. ',
'create' => array(
'error' => 'A categoria não foi criada. Tente novamente.',
diff --git a/resources/lang/pt-BR/admin/components/general.php b/resources/lang/pt-BR/admin/components/general.php
index 75c9d250ab..6f7857fa89 100644
--- a/resources/lang/pt-BR/admin/components/general.php
+++ b/resources/lang/pt-BR/admin/components/general.php
@@ -1,17 +1,17 @@
'About Components',
- 'about_components_text' => 'Components are items that are part of an asset, for example HDD, RAM, etc.',
- 'component_name' => 'Component Name',
- 'checkin' => 'Checkin Component',
- 'checkout' => 'Checkout Component',
- 'cost' => 'Purchase Cost',
- 'create' => 'Create Component',
- 'edit' => 'Edit Component',
- 'date' => 'Purchase Date',
- 'order' => 'Order Number',
- 'remaining' => 'Remaining',
+ 'about_components_title' => 'Sobre componentes',
+ 'about_components_text' => 'Componentes são itens que fazem parte de ativos, como por exemplo HDD, RAM, etc.',
+ 'component_name' => 'Nome do componente',
+ 'checkin' => 'Devolução do componente',
+ 'checkout' => 'Atribuição de componente',
+ 'cost' => 'Preço de compra',
+ 'create' => 'Criar componente',
+ 'edit' => 'Editar componente',
+ 'date' => 'Data da Compra',
+ 'order' => 'Número do Pedido',
+ 'remaining' => 'Restante',
'total' => 'Total',
- 'update' => 'Update Component',
+ 'update' => 'Atualizar componente',
);
diff --git a/resources/lang/pt-BR/admin/components/message.php b/resources/lang/pt-BR/admin/components/message.php
index 1d13970f23..d5d781be7e 100644
--- a/resources/lang/pt-BR/admin/components/message.php
+++ b/resources/lang/pt-BR/admin/components/message.php
@@ -2,34 +2,34 @@
return array(
- 'does_not_exist' => 'Component does not exist.',
+ 'does_not_exist' => 'Componente não existe.',
'create' => array(
- 'error' => 'Component was not created, please try again.',
- 'success' => 'Component created successfully.'
+ 'error' => 'Componente não foi criada, por favor tente de novo.',
+ 'success' => 'Componente criado com sucesso.'
),
'update' => array(
- 'error' => 'Component was not updated, please try again',
- 'success' => 'Component updated successfully.'
+ 'error' => 'Componente não foi atualizado, por favor tente de novo',
+ 'success' => 'Componente atualizado com sucesso.'
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this component?',
- 'error' => 'There was an issue deleting the component. Please try again.',
- 'success' => 'The component was deleted successfully.'
+ 'confirm' => 'Tem a certeza que deseja excluir este componente?',
+ 'error' => 'Existe um problema ao excluir o componente. Por favor tente de novo.',
+ 'success' => 'O componente foi excluído com sucesso.'
),
'checkout' => array(
- 'error' => 'Component was not checked out, please try again',
- 'success' => 'Component checked out successfully.',
- 'user_does_not_exist' => 'That user is invalid. Please try again.'
+ 'error' => 'O componente não foi atribuido, por favor tente de novo',
+ 'success' => 'Componente atribuido com sucesso.',
+ 'user_does_not_exist' => 'Esse Usuário é inválido. Por favor, tente novamente.'
),
'checkin' => array(
- 'error' => 'Component was not checked in, please try again',
- 'success' => 'Component checked in successfully.',
- 'user_does_not_exist' => 'That user is invalid. Please try again.'
+ 'error' => 'O componente não foi devolvido, por favor tente de novo',
+ 'success' => 'O componente foi devolvido com sucesso.',
+ 'user_does_not_exist' => 'Este usuário é inválido. Tente novamente.'
)
diff --git a/resources/lang/pt-BR/admin/components/table.php b/resources/lang/pt-BR/admin/components/table.php
index 3d4fed6a7f..9601170939 100644
--- a/resources/lang/pt-BR/admin/components/table.php
+++ b/resources/lang/pt-BR/admin/components/table.php
@@ -1,5 +1,5 @@
'Component Name',
+ 'title' => 'Nome do componente',
);
diff --git a/resources/lang/pt-BR/admin/consumables/general.php b/resources/lang/pt-BR/admin/consumables/general.php
index de1ce855f9..7ed7587abf 100644
--- a/resources/lang/pt-BR/admin/consumables/general.php
+++ b/resources/lang/pt-BR/admin/consumables/general.php
@@ -7,7 +7,7 @@ return array(
'cost' => 'Preço de compra',
'create' => 'Criar um suprimento',
'date' => 'Data da Compra',
- 'item_no' => 'Item No.',
+ 'item_no' => 'Nº do Item.',
'order' => 'Número da Ordem',
'remaining' => 'Restante',
'total' => 'Total',
diff --git a/resources/lang/pt-BR/admin/hardware/message.php b/resources/lang/pt-BR/admin/hardware/message.php
index 62454dd7c1..9cb372f4f6 100644
--- a/resources/lang/pt-BR/admin/hardware/message.php
+++ b/resources/lang/pt-BR/admin/hardware/message.php
@@ -35,6 +35,12 @@ return array(
'invalidfiles' => 'Um ou mais de seus arquivos é muito grande ou está em um tipo de arquivo não permitido. Os tipos permitidos são png, gif, jpg, doc, docx, pdf, e txt.',
),
+ 'import' => array(
+ 'error' => 'Some Items did not import Correctly.',
+ 'errorDetail' => 'The Following Items were not imported because of errors.',
+ 'success' => "Your File has been imported",
+ ),
+
'delete' => array(
'confirm' => 'Tem certeza de que deseja excluir este ativo?',
@@ -52,7 +58,7 @@ return array(
'error' => 'Ativo não foi retornado, favor tentar novamente',
'success' => 'Ativo retornado com sucesso.',
'user_does_not_exist' => 'Este usuário é inválido. Tente novamente.',
- 'already_checked_in' => 'That asset is already checked in.',
+ 'already_checked_in' => 'Este ativo já foi devolvido.',
),
diff --git a/resources/lang/pt-BR/admin/locations/table.php b/resources/lang/pt-BR/admin/locations/table.php
index 4cb9f01c04..e221830490 100644
--- a/resources/lang/pt-BR/admin/locations/table.php
+++ b/resources/lang/pt-BR/admin/locations/table.php
@@ -1,7 +1,7 @@
'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
+ 'assets_rtd' => 'Ativos', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
'assets_checkedout' => 'Ativos Atribuídos',
'id' => 'ID',
'city' => 'Cidade',
diff --git a/resources/lang/pt-BR/admin/settings/general.php b/resources/lang/pt-BR/admin/settings/general.php
index dbdb641b0b..44d3e710bf 100644
--- a/resources/lang/pt-BR/admin/settings/general.php
+++ b/resources/lang/pt-BR/admin/settings/general.php
@@ -2,30 +2,30 @@
return array(
'alert_email' => 'Enviar alertas a',
- 'alerts_enabled' => 'Alerts Enabled',
- 'alert_interval' => 'Expiring Alerts Threshold (in days)',
- 'alert_inv_threshold' => 'Inventory Alert Threshold',
+ 'alerts_enabled' => 'Alertas ativados',
+ 'alert_interval' => 'Limite de Expiração dos Alertas (em dias)',
+ 'alert_inv_threshold' => 'Limite de Alerta de Inventário',
'asset_ids' => 'ID do ativo',
'auto_increment_assets' => 'Gerar ID de ativo crescente',
'auto_increment_prefix' => 'Prefixo (opcional)',
'auto_incrementing_help' => 'Permitir auto insercao dessa ID de ativo antes de configurar isso',
'backups' => 'Backups',
'barcode_settings' => 'Configuração do código de barras',
- '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.',
+ 'confirm_purge' => 'Confirmar a Exclusão em Lote',
+ 'confirm_purge_help' => 'Digite o texto "DELETE" na caixa antes de excluir os registros. Este ação não poderá ser deifeita.',
'custom_css' => 'CSS personalizado',
'custom_css_help' => 'Digite quaisquer CSS modificada que você gostaria de usar. Mas não inclua as tags <style></style>.',
'default_currency' => 'Moeda padrão',
'default_eula_text' => 'EULA Padrão',
- 'default_language' => 'Default Language',
+ 'default_language' => 'Idioma Padrão',
'default_eula_help_text' => 'Você também pode associar EULAs personalizados para categorias específicas de ativos.',
'display_asset_name' => 'Exibir Nome do Ativo',
'display_checkout_date' => 'Mostrar data de check-out',
'display_eol' => 'Exibir EOL na visualização de tabela',
- 'display_qr' => 'Display Square Codes',
- 'display_alt_barcode' => 'Display 2D barcode',
- 'barcode_type' => '3D Barcode Type',
- 'alt_barcode_type' => '2D barcode type',
+ 'display_qr' => 'Exibir Códigos QR',
+ 'display_alt_barcode' => 'Exibir códigos de barra em 2D',
+ 'barcode_type' => 'Tipo de códigos de barra 3D',
+ 'alt_barcode_type' => 'Tipo de códigos de barra 2D',
'eula_settings' => 'Configuração do termo de uso',
'eula_markdown' => 'Este EULA permite Github flavored markdown.',
'general_settings' => 'Configuracoes Gerais',
@@ -42,7 +42,7 @@ return array(
'ldap_server_cert_help' => 'Selecione esta opção se está utilizando um certificado SSL próprio e deseja aceitar um certificado SSL inválido.',
'ldap_uname' => 'Login do usuário LDAP',
'ldap_pword' => 'Senha do usuário LDAP',
- 'ldap_basedn' => 'Base Bind DN',
+ 'ldap_basedn' => 'DN de Atribuição Básico',
'ldap_filter' => 'Filtro LDAP',
'ldap_username_field' => 'Nome do utilizador',
'ldap_lname_field' => 'Último Nome',
@@ -79,26 +79,26 @@ return array(
'brand' => 'Marca',
'about_settings_title' => 'Sobre as Configurações',
'about_settings_text' => 'Estas configurações permitem personalizar alguns aspectos da instalação.',
- 'labels_per_page' => 'Labels per page',
- 'label_dimensions' => 'Label dimensions (inches)',
- 'page_padding' => 'Page margins (inches)',
- 'purge' => 'Purge Deleted Records',
- 'labels_display_bgutter' => 'Label bottom gutter',
- 'labels_display_sgutter' => 'Label side gutter',
- 'labels_fontsize' => 'Label font size',
- 'labels_pagewidth' => 'Label sheet width',
- 'labels_pageheight' => 'Label sheet height',
- 'label_gutters' => 'Label spacing (inches)',
- 'page_dimensions' => 'Page dimensions (inches)',
- 'label_fields' => 'Label visible fields',
- 'inches' => 'inches',
- 'width_w' => 'w',
- 'height_h' => 'h',
+ 'labels_per_page' => 'Etiquetas por página',
+ 'label_dimensions' => 'Dimensões das etiquetas (polegadas)',
+ 'page_padding' => 'Margens da página (polegadas)',
+ 'purge' => 'Limpar Registros Excluídos',
+ 'labels_display_bgutter' => 'Margem inferior da etiqueta',
+ 'labels_display_sgutter' => 'Margem lateral da etiqueta',
+ 'labels_fontsize' => 'Tamanho do texto da etiqueta',
+ 'labels_pagewidth' => 'Largura da folha de etiquetas',
+ 'labels_pageheight' => 'Altura da folha de etiquetas',
+ 'label_gutters' => 'Espaçamento entre etiquetas (polegadas)',
+ 'page_dimensions' => 'Dimensões da pagina (polegadas)',
+ 'label_fields' => 'Campos visiveis nas etiquetas',
+ 'inches' => 'polegadas',
+ 'width_w' => 'largura',
+ 'height_h' => 'altura',
'text_pt' => 'pt',
- 'left' => 'left',
- 'right' => 'right',
- 'top' => 'top',
- 'bottom' => 'bottom',
+ 'left' => 'esquerda',
+ 'right' => 'direita',
+ 'top' => 'topo',
+ 'bottom' => 'rodapé',
'vertical' => 'vertical',
'horizontal' => 'horizontal',
);
diff --git a/resources/lang/pt-BR/admin/settings/message.php b/resources/lang/pt-BR/admin/settings/message.php
index 0debae42bc..504e98b149 100644
--- a/resources/lang/pt-BR/admin/settings/message.php
+++ b/resources/lang/pt-BR/admin/settings/message.php
@@ -14,9 +14,9 @@ return array(
'file_not_found' => 'Arquivo de backup não foi encontrado no servidor.',
),
'purge' => array(
- 'error' => 'An error has occurred while purging. ',
- 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
- 'success' => 'Deleted records successfully purged.'
+ 'error' => 'Ocorreu um erro ao excluir os registros. ',
+ 'validation_failed' => 'Sua confirmação de exclusão está incorreta. Por favor, digite a palavra "DELETE" na caixa de confirmação.',
+ 'success' => 'Registros excluídos com sucesso.'
),
);
diff --git a/resources/lang/pt-BR/admin/statuslabels/message.php b/resources/lang/pt-BR/admin/statuslabels/message.php
index 8bc492eee0..619a5a509c 100644
--- a/resources/lang/pt-BR/admin/statuslabels/message.php
+++ b/resources/lang/pt-BR/admin/statuslabels/message.php
@@ -2,24 +2,24 @@
return array(
- 'does_not_exist' => 'O local não existe.',
- 'assoc_users' => 'Este local está no momento associado com pelo menos um usuário e não pode ser excluído. Atualize seus usuários para não referenciarem mais este local e tente novamente. ',
+ 'does_not_exist' => 'Status Label does not exist.',
+ 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
'create' => array(
- 'error' => 'O local não foi criado, tente novamente.',
- 'success' => 'Local criado com sucesso.'
+ 'error' => 'Status Label was not created, please try again.',
+ 'success' => 'Status Label created successfully.'
),
'update' => array(
- 'error' => 'O local não foi atualizado, tente novamente',
- 'success' => 'Local atualizado com sucesso.'
+ 'error' => 'Status Label was not updated, please try again',
+ 'success' => 'Status Label updated successfully.'
),
'delete' => array(
- 'confirm' => 'Tem certeza de que quer excluir este rótulo de status?',
- 'error' => 'Houve um problema ao excluir o local. Tente novamente.',
- 'success' => 'O local foi excluído com sucesso.'
+ 'confirm' => 'Are you sure you wish to delete this Status Label?',
+ 'error' => 'There was an issue deleting the Status Label. Please try again.',
+ 'success' => 'The Status Label was deleted successfully.'
)
);
diff --git a/resources/lang/pt-BR/admin/users/general.php b/resources/lang/pt-BR/admin/users/general.php
index 7a1292180c..861c446c0a 100644
--- a/resources/lang/pt-BR/admin/users/general.php
+++ b/resources/lang/pt-BR/admin/users/general.php
@@ -4,14 +4,14 @@
return array(
'assets_user' => 'Bens atribuidos a :name',
- 'current_assets' => 'Assets currently checked out to this user',
+ 'current_assets' => 'Artivos atribuídos atualmente a este usuário',
'clone' => 'Clonar Usuário',
'contact_user' => 'Contato :name',
'edit' => 'Editar Usuário',
'filetype_info' => 'Tipo de arquivos permitidos são png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, e rar.',
'history_user' => 'Histórico para :name',
'last_login' => 'Último Login',
- 'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.',
+ 'ldap_config_text' => 'As configurações do LDAP podem ser encontradas em \'Administrador > Definições\'. A localização (opcional) selecionada será definida para todos os usuários importados.',
'software_user' => 'Check-out de software para :name',
'view_user' => 'Ver Usuário :name',
'usercsv' => 'Arquivo CSV',
diff --git a/resources/lang/pt-BR/auth/general.php b/resources/lang/pt-BR/auth/general.php
index bf88cba77a..8b0628149e 100644
--- a/resources/lang/pt-BR/auth/general.php
+++ b/resources/lang/pt-BR/auth/general.php
@@ -1,12 +1,12 @@
'Send Password Reset Link',
- 'email_reset_password' => 'Email Password Reset',
- 'reset_password' => 'Reset Password',
- 'login' => 'Login',
- 'login_prompt' => 'Please Login',
- 'forgot_password' => 'I forgot my password',
- 'remember_me' => 'Remember Me',
+ 'send_password_link' => 'Enviar Link de redefinição de senha',
+ 'email_reset_password' => 'Redefinição de senha e-mail',
+ 'reset_password' => 'Redefinir Senha',
+ 'login' => 'Nome de registro',
+ 'login_prompt' => 'Faça o Login',
+ 'forgot_password' => 'Esqueci minha senha',
+ 'remember_me' => 'Lembrar-me',
];
diff --git a/resources/lang/pt-BR/button.php b/resources/lang/pt-BR/button.php
index 394ee88c23..48aa5e125c 100644
--- a/resources/lang/pt-BR/button.php
+++ b/resources/lang/pt-BR/button.php
@@ -5,7 +5,7 @@ return array(
'actions' => 'Ações',
'add' => 'Adicionar Novo',
'cancel' => 'Cancelar',
- 'checkin_and_delete' => 'Checkin & Delete User',
+ 'checkin_and_delete' => 'Atribua e Exclua Usuário',
'delete' => 'Excluir',
'edit' => 'Editar',
'restore' => 'Restaurar',
diff --git a/resources/lang/pt-BR/general.php b/resources/lang/pt-BR/general.php
index e0418dbda7..834dc42c06 100644
--- a/resources/lang/pt-BR/general.php
+++ b/resources/lang/pt-BR/general.php
@@ -34,8 +34,8 @@
'city' => 'Cidade',
'companies' => 'Empresas',
'company' => 'Empresas',
- 'component' => 'Component',
- 'components' => 'Components',
+ 'component' => 'Componente',
+ 'components' => 'Componentes',
'consumable' => 'Consumíveis',
'consumables' => 'Consumíveis',
'country' => 'País',
@@ -56,14 +56,20 @@
'depreciation' => 'Depreciação',
'editprofile' => 'Editar Seu Perfil',
'eol' => 'EOL',
+ 'email_domain' => 'Email Domain',
+ 'email_format' => 'Email Format',
+ 'email_domain_help' => 'This is used to generate email addresses when importing',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
'first' => 'Primeira',
'first_name' => 'Primeiro Nome',
+ 'first_name_format' => 'First Name (jane@example.com)',
'file_name' => 'Arquivo',
'file_uploads' => 'Carregamentos de Arquivos',
'generate' => 'Gerar',
'groups' => 'Grupos',
'gravatar_email' => 'Endereço de E-mail do Gravatar',
- 'history' => 'History',
+ 'history' => 'Histórico',
'history_for' => 'Histórico de',
'id' => 'ID',
'image_delete' => 'Excluir Imagem',
@@ -74,7 +80,7 @@
'asset_maintenances' => 'Manutenções em Ativo',
'item' => 'Item',
'insufficient_permissions' => 'Você não tem permissão!',
- 'language' => 'Language',
+ 'language' => 'Idioma',
'last' => 'Última',
'last_name' => 'Último Nome',
'license' => 'Licença',
@@ -88,11 +94,12 @@
'location' => 'Local',
'locations' => 'Locais',
'logout' => 'Sair',
+ 'lookup_by_tag' => 'Lookup by Asset Tag',
'manufacturer' => 'Fabricante',
'manufacturers' => 'Fabricantes',
- 'markdown' => 'This field allows Github flavored markdown.',
- 'min_amt' => 'Min. QTY',
- 'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered.',
+ 'markdown' => 'Este campo permite Github flavored markdown.',
+ 'min_amt' => 'Min. Qt',
+ 'min_amt_help' => 'Número mínimo de itens que devem estar disponíveis antes de do alerta é acionado.',
'model_no' => 'Nº do Modelo',
'months' => 'meses',
'moreinfo' => 'Mais Informações',
@@ -129,7 +136,7 @@
'select_date' => 'Selecionar Data',
'select_statuslabel' => 'Selecionar Estado',
'select_company' => 'Selecione a empresa',
- 'select_asset' => 'Select Asset',
+ 'select_asset' => 'Selecionar Ativo',
'settings' => 'Configurações',
'sign_in' => 'Entrar',
'site_name' => 'Nome do Site',
@@ -142,6 +149,7 @@
'type' => 'Tipo',
'undeployable' => 'Não implantável',
'unknown_admin' => 'Administrador Desconhecido',
+ 'username_format' => 'Username Format',
'update' => 'Atualizar',
'uploaded' => 'Carregado',
'user' => 'Usuário',
@@ -156,5 +164,5 @@
'yes' => 'Sim',
'zip' => 'Cep',
'noimage' => 'Sem imagem para fazer o upload ou a imagem não foi encontrada.',
- 'token_expired' => 'Your form session has expired. Please try again.',
+ 'token_expired' => 'A sua sessão expirou. Por favor, faça login novamente.',
];
diff --git a/resources/lang/pt-BR/passwords.php b/resources/lang/pt-BR/passwords.php
index 5195a9b77c..7e91e3e0d8 100644
--- a/resources/lang/pt-BR/passwords.php
+++ b/resources/lang/pt-BR/passwords.php
@@ -1,7 +1,7 @@
'Your password link has been sent!',
- 'user' => 'That user does not exist or does not have an email address associated',
+ 'sent' => 'O link com a senha de acesso foi enviado com sucesso!',
+ 'user' => 'Este usuário não existe, ou não possui um endereço de email associado',
];
diff --git a/resources/lang/pt-BR/validation.php b/resources/lang/pt-BR/validation.php
index dfb5af38fa..0be9366da8 100644
--- a/resources/lang/pt-BR/validation.php
+++ b/resources/lang/pt-BR/validation.php
@@ -33,7 +33,7 @@ return array(
"digits_between" => "O :attribute deve ter entre :min e :max dígitos.",
"email" => "O formato de :attribute é inválido.",
"exists" => "O :attribute selecionado é inválido.",
- "email_array" => "One or more email addresses is invalid.",
+ "email_array" => "Um ou mais endereços de email são invalidos.",
"image" => "O :attribute deve ser uma imagem.",
"in" => "O :attribute selecionado é inválido.",
"integer" => "O :attribute deve ser um número inteiro.",
diff --git a/resources/lang/pt-PT/admin/hardware/message.php b/resources/lang/pt-PT/admin/hardware/message.php
index dfa7f6c39a..a72a4e20c8 100644
--- a/resources/lang/pt-PT/admin/hardware/message.php
+++ b/resources/lang/pt-PT/admin/hardware/message.php
@@ -36,6 +36,12 @@ return array(
'invalidfiles' => 'Um ou mais ficheiros são demasiado grandes ou trata-se de um tipo de ficheiro não permitido. Os tipos de ficheiro permitidos são png, gif, jpg, jpeg, doc, docx, pdf e txt.',
),
+ 'import' => array(
+ 'error' => 'Some Items did not import Correctly.',
+ 'errorDetail' => 'The Following Items were not imported because of errors.',
+ 'success' => "Your File has been imported",
+ ),
+
'delete' => array(
'confirm' => 'Tem a certeza de que pretende eliminar este artigo?',
diff --git a/resources/lang/pt-PT/admin/statuslabels/message.php b/resources/lang/pt-PT/admin/statuslabels/message.php
index aa7d7d0170..619a5a509c 100644
--- a/resources/lang/pt-PT/admin/statuslabels/message.php
+++ b/resources/lang/pt-PT/admin/statuslabels/message.php
@@ -2,24 +2,24 @@
return array(
- 'does_not_exist' => 'Localização não existe.',
- 'assoc_users' => 'Esta localização está atualmente associada com pelo menos um utilizador e não pode ser removida. Atualize este utilizadores de modo a não referenciarem mais este local e tente novamente. ',
+ 'does_not_exist' => 'Status Label does not exist.',
+ 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
'create' => array(
- 'error' => 'Não foi possível criar a localização. Por favor, tente novamente.',
- 'success' => 'Localização criada com sucesso.'
+ 'error' => 'Status Label was not created, please try again.',
+ 'success' => 'Status Label created successfully.'
),
'update' => array(
- 'error' => 'A localização não foi atualizada. Por favor, tente novamente',
- 'success' => 'Localização atualizada com sucesso.'
+ 'error' => 'Status Label was not updated, please try again',
+ 'success' => 'Status Label updated successfully.'
),
'delete' => array(
- 'confirm' => 'Tem que a certeza que pretende criar este Estado?',
- 'error' => 'Ocorreu um problema ao remover esta localização. Por favor, tente novamente.',
- 'success' => 'A localização foi removida com sucesso.'
+ 'confirm' => 'Are you sure you wish to delete this Status Label?',
+ 'error' => 'There was an issue deleting the Status Label. Please try again.',
+ 'success' => 'The Status Label was deleted successfully.'
)
);
diff --git a/resources/lang/pt-PT/general.php b/resources/lang/pt-PT/general.php
index fd4cbba20f..c5fef24238 100644
--- a/resources/lang/pt-PT/general.php
+++ b/resources/lang/pt-PT/general.php
@@ -56,8 +56,14 @@
'depreciation' => 'Depreciação',
'editprofile' => 'Editar o seu perfil',
'eol' => 'EOL (Fim de vida)',
+ 'email_domain' => 'Email Domain',
+ 'email_format' => 'Email Format',
+ 'email_domain_help' => 'This is used to generate email addresses when importing',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
'first' => 'Primeiro',
'first_name' => 'Nome',
+ 'first_name_format' => 'First Name (jane@example.com)',
'file_name' => 'Ficheiro',
'file_uploads' => 'Upload de Ficheiros',
'generate' => 'Gerar',
@@ -88,6 +94,7 @@
'location' => 'Localização',
'locations' => 'Localizações',
'logout' => 'Sair',
+ 'lookup_by_tag' => 'Lookup by Asset Tag',
'manufacturer' => 'Fabricante',
'manufacturers' => 'Fabricantes',
'markdown' => 'Este campo permite Github flavored markdown.',
@@ -142,6 +149,7 @@
'type' => 'Tipo',
'undeployable' => 'Não implementável',
'unknown_admin' => 'Administrador desconhecido',
+ 'username_format' => 'Username Format',
'update' => 'Atualizar',
'uploaded' => 'Carregado',
'user' => 'Utilizador',
diff --git a/resources/lang/ro/admin/hardware/message.php b/resources/lang/ro/admin/hardware/message.php
index 0ddf298387..9d01c7a6b0 100644
--- a/resources/lang/ro/admin/hardware/message.php
+++ b/resources/lang/ro/admin/hardware/message.php
@@ -36,6 +36,12 @@ return array(
'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.',
),
+ 'import' => array(
+ 'error' => 'Some Items did not import Correctly.',
+ 'errorDetail' => 'The Following Items were not imported because of errors.',
+ 'success' => "Your File has been imported",
+ ),
+
'delete' => array(
'confirm' => 'Sunteti sigur ca vreti sa stergeti acest activ?',
diff --git a/resources/lang/ro/admin/statuslabels/message.php b/resources/lang/ro/admin/statuslabels/message.php
index 671c9d74a4..619a5a509c 100644
--- a/resources/lang/ro/admin/statuslabels/message.php
+++ b/resources/lang/ro/admin/statuslabels/message.php
@@ -2,24 +2,24 @@
return array(
- 'does_not_exist' => 'Locatia nu exista.',
- 'assoc_users' => 'Aceasta locatie este momentan asociata cu cel putin inca un utilizator si nu poate fi stearsa. Va rugam actualizati utilizatorii care nu mai au legatura cu locatia respectiva. ',
+ 'does_not_exist' => 'Status Label does not exist.',
+ 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
'create' => array(
- 'error' => 'Locatia nu a fost creata, va rugam incercati iar.',
- 'success' => 'Locatia a fost creata.'
+ 'error' => 'Status Label was not created, please try again.',
+ 'success' => 'Status Label created successfully.'
),
'update' => array(
- 'error' => 'Locatia nu a fost actualizata, va rugam incercati iar',
- 'success' => 'Locatia a fost actualizata.'
+ 'error' => 'Status Label was not updated, please try again',
+ 'success' => 'Status Label updated successfully.'
),
'delete' => array(
- 'confirm' => 'Sunteti sigur ca doriti sa stergeti eticheta de status?',
- 'error' => 'A aparut o problema la stergerea locatiei. Va rugam incercati iar.',
- 'success' => 'Locatia a fost stearsa.'
+ 'confirm' => 'Are you sure you wish to delete this Status Label?',
+ 'error' => 'There was an issue deleting the Status Label. Please try again.',
+ 'success' => 'The Status Label was deleted successfully.'
)
);
diff --git a/resources/lang/ro/general.php b/resources/lang/ro/general.php
index fe84ee06c6..bd187afc60 100644
--- a/resources/lang/ro/general.php
+++ b/resources/lang/ro/general.php
@@ -56,8 +56,14 @@
'depreciation' => 'Depreciere',
'editprofile' => 'Editeaza propriul profil',
'eol' => 'EOL',
+ 'email_domain' => 'Email Domain',
+ 'email_format' => 'Email Format',
+ 'email_domain_help' => 'This is used to generate email addresses when importing',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
'first' => 'First',
'first_name' => 'Prenume',
+ 'first_name_format' => 'First Name (jane@example.com)',
'file_name' => 'Fisier',
'file_uploads' => 'Upload fisier',
'generate' => 'Genereaza',
@@ -88,6 +94,7 @@
'location' => 'Locatie',
'locations' => 'Locatii',
'logout' => 'Log out',
+ 'lookup_by_tag' => 'Lookup by Asset Tag',
'manufacturer' => 'Producator',
'manufacturers' => 'Producatori',
'markdown' => 'This field allows Github flavored markdown.',
@@ -142,6 +149,7 @@
'type' => 'Tipul',
'undeployable' => 'Nelansabil',
'unknown_admin' => 'Admin necunoscut',
+ 'username_format' => 'Username Format',
'update' => 'Actualizează',
'uploaded' => 'Încărcat',
'user' => 'Utilizator',
diff --git a/resources/lang/ru/admin/hardware/message.php b/resources/lang/ru/admin/hardware/message.php
index f9257364d2..98fd37f491 100644
--- a/resources/lang/ru/admin/hardware/message.php
+++ b/resources/lang/ru/admin/hardware/message.php
@@ -36,6 +36,12 @@ return array(
'invalidfiles' => 'Один или несколько ваших файлов слишком большого размера или имеют неподдерживаемый формат. Разрешены только следующие форматы файлов: png, gif, jpg, doc, docx, pdf, txt.',
),
+ 'import' => array(
+ 'error' => 'Some Items did not import Correctly.',
+ 'errorDetail' => 'The Following Items were not imported because of errors.',
+ 'success' => "Your File has been imported",
+ ),
+
'delete' => array(
'confirm' => 'Вы уверены что хотите удалить этот актив?',
diff --git a/resources/lang/ru/admin/statuslabels/message.php b/resources/lang/ru/admin/statuslabels/message.php
index b553d9e3fa..619a5a509c 100644
--- a/resources/lang/ru/admin/statuslabels/message.php
+++ b/resources/lang/ru/admin/statuslabels/message.php
@@ -2,24 +2,24 @@
return array(
- 'does_not_exist' => 'Статус актива не существует.',
- 'assoc_users' => 'Данный статус связан с одним или несколькими активами, и не может быть удален. Удалите либо измените связанные активы.',
+ 'does_not_exist' => 'Status Label does not exist.',
+ 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
'create' => array(
- 'error' => 'Статус актива не был создан, попробуйте еще раз.',
- 'success' => 'Статус актива успешно создан.'
+ 'error' => 'Status Label was not created, please try again.',
+ 'success' => 'Status Label created successfully.'
),
'update' => array(
- 'error' => 'Статус актива не был обновлен, попробуйте еще раз.',
- 'success' => 'Статус актива успешно обновлен.'
+ 'error' => 'Status Label was not updated, please try again',
+ 'success' => 'Status Label updated successfully.'
),
'delete' => array(
- 'confirm' => 'Вы уверены что хотите удалить статус актива?',
- 'error' => 'При удалении статуса актива произошла ошибка. Попробуйте еще раз.',
- 'success' => 'Статус актива успешно удален.'
+ 'confirm' => 'Are you sure you wish to delete this Status Label?',
+ 'error' => 'There was an issue deleting the Status Label. Please try again.',
+ 'success' => 'The Status Label was deleted successfully.'
)
);
diff --git a/resources/lang/ru/general.php b/resources/lang/ru/general.php
index ace749400f..5892ce12f6 100644
--- a/resources/lang/ru/general.php
+++ b/resources/lang/ru/general.php
@@ -56,8 +56,14 @@
'depreciation' => 'Амортизация',
'editprofile' => 'Редактировать свой профиль',
'eol' => 'EOL',
+ 'email_domain' => 'Email Domain',
+ 'email_format' => 'Email Format',
+ 'email_domain_help' => 'This is used to generate email addresses when importing',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
'first' => 'В начало',
'first_name' => 'Имя',
+ 'first_name_format' => 'First Name (jane@example.com)',
'file_name' => 'Файл',
'file_uploads' => 'Загрузка файла',
'generate' => 'Сгенерировать',
@@ -88,6 +94,7 @@
'location' => 'Расположение',
'locations' => 'Места',
'logout' => 'Выйти',
+ 'lookup_by_tag' => 'Lookup by Asset Tag',
'manufacturer' => 'Производитель',
'manufacturers' => 'Производители',
'markdown' => 'облегченный язык разметки.',
@@ -142,6 +149,7 @@
'type' => 'Тип',
'undeployable' => 'Не развертываемый',
'unknown_admin' => 'Неизвестный администратор',
+ 'username_format' => 'Username Format',
'update' => 'Обновить',
'uploaded' => 'Загружено',
'user' => 'Пользователь',
diff --git a/resources/lang/sv-SE/admin/hardware/message.php b/resources/lang/sv-SE/admin/hardware/message.php
index 3559b7fdbe..f5961b9367 100644
--- a/resources/lang/sv-SE/admin/hardware/message.php
+++ b/resources/lang/sv-SE/admin/hardware/message.php
@@ -36,6 +36,12 @@ return array(
'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.',
),
+ 'import' => array(
+ 'error' => 'Some Items did not import Correctly.',
+ 'errorDetail' => 'The Following Items were not imported because of errors.',
+ 'success' => "Your File has been imported",
+ ),
+
'delete' => array(
'confirm' => 'Are you sure you wish to delete this asset?',
diff --git a/resources/lang/sv-SE/admin/statuslabels/message.php b/resources/lang/sv-SE/admin/statuslabels/message.php
index 98280082ef..619a5a509c 100644
--- a/resources/lang/sv-SE/admin/statuslabels/message.php
+++ b/resources/lang/sv-SE/admin/statuslabels/message.php
@@ -2,24 +2,24 @@
return array(
- 'does_not_exist' => 'Location does not exist.',
- 'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this location and try again. ',
+ 'does_not_exist' => 'Status Label does not exist.',
+ 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
'create' => array(
- 'error' => 'Location was not created, please try again.',
- 'success' => 'Location created successfully.'
+ 'error' => 'Status Label was not created, please try again.',
+ 'success' => 'Status Label created successfully.'
),
'update' => array(
- 'error' => 'Location was not updated, please try again',
- 'success' => 'Location updated successfully.'
+ 'error' => 'Status Label was not updated, please try again',
+ 'success' => 'Status Label updated successfully.'
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this status label?',
- 'error' => 'There was an issue deleting the location. Please try again.',
- 'success' => 'The location was deleted successfully.'
+ 'confirm' => 'Are you sure you wish to delete this Status Label?',
+ 'error' => 'There was an issue deleting the Status Label. Please try again.',
+ 'success' => 'The Status Label was deleted successfully.'
)
);
diff --git a/resources/lang/sv-SE/general.php b/resources/lang/sv-SE/general.php
index fca599e416..f9b48ed414 100644
--- a/resources/lang/sv-SE/general.php
+++ b/resources/lang/sv-SE/general.php
@@ -56,8 +56,14 @@
'depreciation' => 'Depreciation',
'editprofile' => 'Ändra Din Profil',
'eol' => 'EOL',
+ 'email_domain' => 'Email Domain',
+ 'email_format' => 'Email Format',
+ 'email_domain_help' => 'This is used to generate email addresses when importing',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
'first' => 'First',
'first_name' => 'Förnamn',
+ 'first_name_format' => 'First Name (jane@example.com)',
'file_name' => 'Fil',
'file_uploads' => 'Filuppladdning',
'generate' => 'Generate',
@@ -88,6 +94,7 @@
'location' => 'Plats',
'locations' => 'Platser',
'logout' => 'Logga ut',
+ 'lookup_by_tag' => 'Lookup by Asset Tag',
'manufacturer' => 'Tillverkare',
'manufacturers' => 'Tillverkare',
'markdown' => 'This field allows Github flavored markdown.',
@@ -142,6 +149,7 @@
'type' => 'Type',
'undeployable' => 'Un-deployable',
'unknown_admin' => 'Unknown Admin',
+ 'username_format' => 'Username Format',
'update' => 'Update',
'uploaded' => 'Uppladdad',
'user' => 'Användare',
diff --git a/resources/lang/th/admin/hardware/message.php b/resources/lang/th/admin/hardware/message.php
index bd71839ac6..51927e9b3a 100644
--- a/resources/lang/th/admin/hardware/message.php
+++ b/resources/lang/th/admin/hardware/message.php
@@ -35,6 +35,12 @@ return array(
'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.',
),
+ 'import' => array(
+ 'error' => 'Some Items did not import Correctly.',
+ 'errorDetail' => 'The Following Items were not imported because of errors.',
+ 'success' => "Your File has been imported",
+ ),
+
'delete' => array(
'confirm' => 'Are you sure you wish to delete this asset?',
diff --git a/resources/lang/th/admin/statuslabels/message.php b/resources/lang/th/admin/statuslabels/message.php
index ec33cd46e2..619a5a509c 100644
--- a/resources/lang/th/admin/statuslabels/message.php
+++ b/resources/lang/th/admin/statuslabels/message.php
@@ -2,24 +2,24 @@
return array(
- 'does_not_exist' => 'ไม่มีสถานที่นี้',
- 'assoc_users' => 'สถานที่นี้ถูกใช้งานหรือเกี่ยวข้องอยู่กับผู้ใช้งานคนใดคนหนึ่ง และไม่สามารถลบได้ กรุณาปรับปรุงผู้ใช้งานของท่านไม่ให้มีส่วนเกี่ยวข้องกับสถานที่นี้ และลองอีกครั้ง ',
+ 'does_not_exist' => 'Status Label does not exist.',
+ 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
'create' => array(
- 'error' => 'สถานที่ยังไม่ถูกสร้าง กรุณาลองใหม่อีกครั้ง',
- 'success' => 'สร้างสถานที่เรียบร้อยแล้ว'
+ 'error' => 'Status Label was not created, please try again.',
+ 'success' => 'Status Label created successfully.'
),
'update' => array(
- 'error' => 'สถานที่ยังไม่ถูกปรับปรุง กรุณาลองใหม่อีกครั้ง',
- 'success' => 'ปรับปรุงสถานที่เรียบร้อยแล้ว'
+ 'error' => 'Status Label was not updated, please try again',
+ 'success' => 'Status Label updated successfully.'
),
'delete' => array(
- 'confirm' => 'คุณแน่ใจที่จะลบป้ายสถานะนี้?',
- 'error' => 'มีปัญหาระหว่างการลบ กรุณาลองใหม่อีกครั้ง',
- 'success' => 'ลบสถานที่เรียบร้อยแล้ว'
+ 'confirm' => 'Are you sure you wish to delete this Status Label?',
+ 'error' => 'There was an issue deleting the Status Label. Please try again.',
+ 'success' => 'The Status Label was deleted successfully.'
)
);
diff --git a/resources/lang/th/general.php b/resources/lang/th/general.php
index f6aad2d1db..77fa18c59e 100644
--- a/resources/lang/th/general.php
+++ b/resources/lang/th/general.php
@@ -56,8 +56,14 @@
'depreciation' => 'การเสื่อมราคา',
'editprofile' => 'แก้ไขโปรไฟล์ของคุณ',
'eol' => 'อายุการใช้งาน',
+ 'email_domain' => 'Email Domain',
+ 'email_format' => 'Email Format',
+ 'email_domain_help' => 'This is used to generate email addresses when importing',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
'first' => 'เริ่ม',
'first_name' => 'ชื่อจริง',
+ 'first_name_format' => 'First Name (jane@example.com)',
'file_name' => 'ไฟล์',
'file_uploads' => 'อัปโหลดไฟล์',
'generate' => 'สร้าง',
@@ -88,6 +94,7 @@
'location' => 'สถานที่',
'locations' => 'สถานที่',
'logout' => 'ออกจากระบบ',
+ 'lookup_by_tag' => 'Lookup by Asset Tag',
'manufacturer' => 'ผู้ผลิต',
'manufacturers' => 'ผู้ผลิต',
'markdown' => 'This field allows Github flavored markdown.',
@@ -142,6 +149,7 @@
'type' => 'ประเภท',
'undeployable' => 'ไม่สามารถใช้งานได้',
'unknown_admin' => 'ผู้ดูแลระบบที่ไม่รู้จัก',
+ 'username_format' => 'Username Format',
'update' => 'ปรับปรุง',
'uploaded' => 'อัพโหลด',
'user' => 'ผู้ใช้',
diff --git a/resources/lang/tr/admin/accessories/general.php b/resources/lang/tr/admin/accessories/general.php
index a0b10c0a2c..e0b48e20e6 100644
--- a/resources/lang/tr/admin/accessories/general.php
+++ b/resources/lang/tr/admin/accessories/general.php
@@ -7,7 +7,7 @@ return array(
'accessory_name' => 'Aksesuar Adı',
'cost' => 'Satın Alma Maliyeti',
'checkout' => 'Checkout Accessory',
- 'checkin' => 'Checkin Accessory',
+ 'checkin' => 'Aksesuar Atama',
'create' => 'Aksesuar oluşturun',
'date' => 'Satın Alma Tarihi',
'edit' => 'Aksesuarı Düzenle',
diff --git a/resources/lang/tr/admin/hardware/message.php b/resources/lang/tr/admin/hardware/message.php
index ed0f5e7d07..61e35ff9b3 100644
--- a/resources/lang/tr/admin/hardware/message.php
+++ b/resources/lang/tr/admin/hardware/message.php
@@ -36,6 +36,12 @@ return array(
'invalidfiles' => 'Bir ya da daha fazla dosya izin verilen boyuttan daha büyük ya da izin verilmeyen bir dosya tipi seçtiniz. Lütfen dosya boyutu ve tipini kontrol ediniz.',
),
+ 'import' => array(
+ 'error' => 'Some Items did not import Correctly.',
+ 'errorDetail' => 'The Following Items were not imported because of errors.',
+ 'success' => "Your File has been imported",
+ ),
+
'delete' => array(
'confirm' => 'Demirbaşı silmek istediğinize emin misiniz?',
diff --git a/resources/lang/tr/admin/statuslabels/message.php b/resources/lang/tr/admin/statuslabels/message.php
index 58cb4b9a12..619a5a509c 100644
--- a/resources/lang/tr/admin/statuslabels/message.php
+++ b/resources/lang/tr/admin/statuslabels/message.php
@@ -2,24 +2,24 @@
return array(
- 'does_not_exist' => 'Konum mevcut değil.',
- 'assoc_users' => 'Konum en az 1 kullanıcı ile ilişkili durumda ve silinemez. Lütfen önce kullanıcıları güncelleyerek konumu boşaltın ve tekrar deneyin. ',
+ 'does_not_exist' => 'Status Label does not exist.',
+ 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
'create' => array(
- 'error' => 'Konum oluşturulamadı, lütfen tekrar deneyin.',
- 'success' => 'Konum oluşturuldu.'
+ 'error' => 'Status Label was not created, please try again.',
+ 'success' => 'Status Label created successfully.'
),
'update' => array(
- 'error' => 'Konum güncellenemedi, lütfen tekrar deneyin',
- 'success' => 'Konum güncellendi.'
+ 'error' => 'Status Label was not updated, please try again',
+ 'success' => 'Status Label updated successfully.'
),
'delete' => array(
- 'confirm' => 'Durum Etiketini silmek istediğinize emin misiniz?',
- 'error' => 'Konum silinirken bir hata oluştu. Lütfen tekrar deneyin.',
- 'success' => 'Konum silindi.'
+ 'confirm' => 'Are you sure you wish to delete this Status Label?',
+ 'error' => 'There was an issue deleting the Status Label. Please try again.',
+ 'success' => 'The Status Label was deleted successfully.'
)
);
diff --git a/resources/lang/tr/general.php b/resources/lang/tr/general.php
index a7d9a6bb9e..b3a7a68507 100644
--- a/resources/lang/tr/general.php
+++ b/resources/lang/tr/general.php
@@ -56,8 +56,14 @@
'depreciation' => 'Amortisman',
'editprofile' => 'Profil Düzenle',
'eol' => 'EOL',
+ 'email_domain' => 'Email Domain',
+ 'email_format' => 'Email Format',
+ 'email_domain_help' => 'This is used to generate email addresses when importing',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
'first' => 'İlk',
'first_name' => 'Ad',
+ 'first_name_format' => 'First Name (jane@example.com)',
'file_name' => 'File',
'file_uploads' => 'File Uploads',
'generate' => 'Generate',
@@ -88,6 +94,7 @@
'location' => 'Location',
'locations' => 'Konumlar',
'logout' => 'Çıkış Yap',
+ 'lookup_by_tag' => 'Lookup by Asset Tag',
'manufacturer' => 'Üretici',
'manufacturers' => 'Üreticiler',
'markdown' => 'This field allows Github flavored markdown.',
@@ -142,6 +149,7 @@
'type' => 'Tip',
'undeployable' => 'Un-deployable',
'unknown_admin' => 'Unknown Admin',
+ 'username_format' => 'Username Format',
'update' => 'Güncelle',
'uploaded' => 'Yüklendi',
'user' => 'Kullanıcı',
diff --git a/resources/lang/vi/admin/accessories/general.php b/resources/lang/vi/admin/accessories/general.php
index 45dce7376d..91001a92e1 100644
--- a/resources/lang/vi/admin/accessories/general.php
+++ b/resources/lang/vi/admin/accessories/general.php
@@ -5,7 +5,7 @@ return array(
'about_accessories_text' => 'Phụ kiện (Accessories) đã bàn giao cho người dùng mà ko có số sê-ri (hoặc bạn không quan tâm đến việc theo dõi những phụ kiện này). Ví dụ như: chuột hay bàn phím.',
'accessory_category' => 'Hạng Mục Phụ Kiện',
'accessory_name' => 'Tên Phụ Kiện',
- 'cost' => 'Purchase Cost',
+ 'cost' => 'Chi phí mua hàng',
'checkout' => 'Checkout Accessory',
'checkin' => 'Checkin Accessory',
'create' => 'Tạo Phụ Kiện',
diff --git a/resources/lang/vi/admin/hardware/message.php b/resources/lang/vi/admin/hardware/message.php
index fd62fd9eee..96057582a5 100644
--- a/resources/lang/vi/admin/hardware/message.php
+++ b/resources/lang/vi/admin/hardware/message.php
@@ -36,6 +36,12 @@ return array(
'invalidfiles' => 'Một hoặc nhiều tập tin của bạn có dung lượng quá lớn hoặc có định dạng không được hỗ trợ. Những tập tin được hỗ trợ bao gồm: png, gif, jpg, doc, docx, pdf, và txt.',
),
+ 'import' => array(
+ 'error' => 'Some Items did not import Correctly.',
+ 'errorDetail' => 'The Following Items were not imported because of errors.',
+ 'success' => "Your File has been imported",
+ ),
+
'delete' => array(
'confirm' => 'Bạn có chắc chắn muốn xoá bỏ tài sản này?',
diff --git a/resources/lang/vi/admin/statuslabels/message.php b/resources/lang/vi/admin/statuslabels/message.php
index e151f0b718..619a5a509c 100644
--- a/resources/lang/vi/admin/statuslabels/message.php
+++ b/resources/lang/vi/admin/statuslabels/message.php
@@ -2,24 +2,24 @@
return array(
- 'does_not_exist' => 'Địa phương không tồn tại.',
- 'assoc_users' => 'Địa phương này hiện tại đang được liên kết với ít nhất một người dùng và không thể xóa. Xin vui lòng cập nhật người dùng để không còn liên kết đến địa phương này và thử lại. ',
+ 'does_not_exist' => 'Status Label does not exist.',
+ 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
'create' => array(
- 'error' => 'Địa phương chưa được tạo, xin thử lại.',
- 'success' => 'Địa phương đã tạo thành công.'
+ 'error' => 'Status Label was not created, please try again.',
+ 'success' => 'Status Label created successfully.'
),
'update' => array(
- 'error' => 'Địa phương chưa được cập nhật, xin thử lại',
- 'success' => 'Địa phương đã cập nhật thành công.'
+ 'error' => 'Status Label was not updated, please try again',
+ 'success' => 'Status Label updated successfully.'
),
'delete' => array(
- 'confirm' => 'Bạn có chắc muốn xóa tình trạng nhãn này?',
- 'error' => 'Có vấn đề xảy ra khi xóa địa phương. Xin thử lại.',
- 'success' => 'Địa phương đã xóa thành công.'
+ 'confirm' => 'Are you sure you wish to delete this Status Label?',
+ 'error' => 'There was an issue deleting the Status Label. Please try again.',
+ 'success' => 'The Status Label was deleted successfully.'
)
);
diff --git a/resources/lang/vi/general.php b/resources/lang/vi/general.php
index 94e8ef6366..6278dea979 100644
--- a/resources/lang/vi/general.php
+++ b/resources/lang/vi/general.php
@@ -56,8 +56,14 @@
'depreciation' => 'Khấu hao',
'editprofile' => 'Chỉnh sửa hồ sơ của bạn',
'eol' => 'EOL',
+ 'email_domain' => 'Email Domain',
+ 'email_format' => 'Email Format',
+ 'email_domain_help' => 'This is used to generate email addresses when importing',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
'first' => 'Đầu tiên',
'first_name' => 'Họ và tên đệm',
+ 'first_name_format' => 'First Name (jane@example.com)',
'file_name' => 'Tập tin',
'file_uploads' => 'Tải lên tập tin',
'generate' => 'Tạo ra',
@@ -88,6 +94,7 @@
'location' => 'Địa phương',
'locations' => 'Địa phương',
'logout' => 'Thoát',
+ 'lookup_by_tag' => 'Lookup by Asset Tag',
'manufacturer' => 'Nhà sản xuất',
'manufacturers' => 'Nhà sản xuất',
'markdown' => 'This field allows Github flavored markdown.',
@@ -142,6 +149,7 @@
'type' => 'Loại',
'undeployable' => 'Không cho phép cấp phát',
'unknown_admin' => 'Unknown Admin',
+ 'username_format' => 'Username Format',
'update' => 'Cập nhật',
'uploaded' => 'Đã tải lên',
'user' => 'Người dùng',
diff --git a/resources/lang/zh-CN/admin/hardware/message.php b/resources/lang/zh-CN/admin/hardware/message.php
index d57811b429..8cbd67f677 100644
--- a/resources/lang/zh-CN/admin/hardware/message.php
+++ b/resources/lang/zh-CN/admin/hardware/message.php
@@ -35,6 +35,12 @@ return array(
'invalidfiles' => '一个或多个文件过大或者属于不被允许的文件类型。允许上传的文件类型有PNG,GIF,JPG,DOC,DOCX,PDF和TXT。',
),
+ 'import' => array(
+ 'error' => 'Some Items did not import Correctly.',
+ 'errorDetail' => 'The Following Items were not imported because of errors.',
+ 'success' => "Your File has been imported",
+ ),
+
'delete' => array(
'confirm' => '你确定要删除这个资产吗?',
diff --git a/resources/lang/zh-CN/admin/settings/general.php b/resources/lang/zh-CN/admin/settings/general.php
index fb57a8f771..a4ea60879d 100644
--- a/resources/lang/zh-CN/admin/settings/general.php
+++ b/resources/lang/zh-CN/admin/settings/general.php
@@ -4,7 +4,7 @@ return array(
'alert_email' => '发送警报',
'alerts_enabled' => '警报已启用',
'alert_interval' => '警报阈值(天)',
- 'alert_inv_threshold' => 'Inventory Alert Threshold',
+ 'alert_inv_threshold' => '库存警报阈值',
'asset_ids' => '资产ID',
'auto_increment_assets' => '生成自动递增资产ID',
'auto_increment_prefix' => '前缀(可选)',
@@ -24,7 +24,7 @@ return array(
'display_eol' => '以表格形式显示寿命期限',
'display_qr' => '显示二维码',
'display_alt_barcode' => '显示条码',
- 'barcode_type' => '3D Barcode Type',
+ 'barcode_type' => '3D 条码类型',
'alt_barcode_type' => '条码类型',
'eula_settings' => '最终用户许可协议(EULA)设置',
'eula_markdown' => 'EULA中可以使用Github flavored markdown.',
diff --git a/resources/lang/zh-CN/admin/settings/message.php b/resources/lang/zh-CN/admin/settings/message.php
index 009a1babb0..5bbec1ad09 100644
--- a/resources/lang/zh-CN/admin/settings/message.php
+++ b/resources/lang/zh-CN/admin/settings/message.php
@@ -14,9 +14,9 @@ return array(
'file_not_found' => '在服务器上找不到备份文件。',
),
'purge' => array(
- 'error' => 'An error has occurred while purging. ',
- 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
- 'success' => 'Deleted records successfully purged.'
+ 'error' => '清除过程中出现了错误。 ',
+ 'validation_failed' => '你的清除确认不正确,请在输入框中输入“DELETE”。',
+ 'success' => '删除记录已被成功的清除。'
),
);
diff --git a/resources/lang/zh-CN/admin/statuslabels/message.php b/resources/lang/zh-CN/admin/statuslabels/message.php
index d4acc86783..619a5a509c 100644
--- a/resources/lang/zh-CN/admin/statuslabels/message.php
+++ b/resources/lang/zh-CN/admin/statuslabels/message.php
@@ -2,24 +2,24 @@
return array(
- 'does_not_exist' => '位置不存在',
- 'assoc_users' => '该位置下关联的还有其他用户,目前不能删除,请更新该用户的信息之后,再尝试删除。',
+ 'does_not_exist' => 'Status Label does not exist.',
+ 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
'create' => array(
- 'error' => '位置没有被创建,请重试。',
- 'success' => '位置创建成功。'
+ 'error' => 'Status Label was not created, please try again.',
+ 'success' => 'Status Label created successfully.'
),
'update' => array(
- 'error' => '位置没有被更新,请重试。',
- 'success' => '位置更新成功。'
+ 'error' => 'Status Label was not updated, please try again',
+ 'success' => 'Status Label updated successfully.'
),
'delete' => array(
- 'confirm' => '确定删除状态标签?',
- 'error' => '删除位置的过成中出现了一点儿问题,请重试。',
- 'success' => '位置已经成功删除。'
+ 'confirm' => 'Are you sure you wish to delete this Status Label?',
+ 'error' => 'There was an issue deleting the Status Label. Please try again.',
+ 'success' => 'The Status Label was deleted successfully.'
)
);
diff --git a/resources/lang/zh-CN/auth/general.php b/resources/lang/zh-CN/auth/general.php
index bf88cba77a..945250b32d 100644
--- a/resources/lang/zh-CN/auth/general.php
+++ b/resources/lang/zh-CN/auth/general.php
@@ -1,12 +1,12 @@
'Send Password Reset Link',
- 'email_reset_password' => 'Email Password Reset',
- 'reset_password' => 'Reset Password',
- 'login' => 'Login',
- 'login_prompt' => 'Please Login',
- 'forgot_password' => 'I forgot my password',
- 'remember_me' => 'Remember Me',
+ 'send_password_link' => '发送密码重置链接',
+ 'email_reset_password' => '邮箱密码重置',
+ 'reset_password' => '重置密码',
+ 'login' => '登录',
+ 'login_prompt' => '请登录',
+ 'forgot_password' => '我忘记了我的密码',
+ 'remember_me' => '记住我',
];
diff --git a/resources/lang/zh-CN/button.php b/resources/lang/zh-CN/button.php
index de8419c08c..78df7d35e8 100644
--- a/resources/lang/zh-CN/button.php
+++ b/resources/lang/zh-CN/button.php
@@ -5,7 +5,7 @@ return array(
'actions' => '操作',
'add' => '新增',
'cancel' => '取消',
- 'checkin_and_delete' => 'Checkin & Delete User',
+ 'checkin_and_delete' => '签入与删除用户',
'delete' => '刪除',
'edit' => '编辑',
'restore' => '恢复',
diff --git a/resources/lang/zh-CN/general.php b/resources/lang/zh-CN/general.php
index b9c4b79881..f48e4763d7 100644
--- a/resources/lang/zh-CN/general.php
+++ b/resources/lang/zh-CN/general.php
@@ -56,8 +56,14 @@
'depreciation' => '折旧',
'editprofile' => '修改简介',
'eol' => '寿命',
+ 'email_domain' => 'Email Domain',
+ 'email_format' => 'Email Format',
+ 'email_domain_help' => 'This is used to generate email addresses when importing',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
'first' => '首页',
'first_name' => '名字',
+ 'first_name_format' => 'First Name (jane@example.com)',
'file_name' => '文件',
'file_uploads' => '文件上传',
'generate' => '生成',
@@ -88,6 +94,7 @@
'location' => '位置',
'locations' => '地理位置',
'logout' => '注销',
+ 'lookup_by_tag' => 'Lookup by Asset Tag',
'manufacturer' => '制造商',
'manufacturers' => '制造商',
'markdown' => '该字段可以使用 Github flavored markdown',
@@ -142,6 +149,7 @@
'type' => '类型',
'undeployable' => '无法被分配',
'unknown_admin' => '未知管理员',
+ 'username_format' => 'Username Format',
'update' => '更新',
'uploaded' => '已上传',
'user' => '用户',
diff --git a/resources/lang/zh-CN/passwords.php b/resources/lang/zh-CN/passwords.php
index 5195a9b77c..34909799b0 100644
--- a/resources/lang/zh-CN/passwords.php
+++ b/resources/lang/zh-CN/passwords.php
@@ -1,7 +1,7 @@
'Your password link has been sent!',
- 'user' => 'That user does not exist or does not have an email address associated',
+ 'sent' => '已发送您的密码链接 !',
+ 'user' => '该用户不存在或没有关联的电子邮件地址',
];
diff --git a/resources/lang/zh-TW/admin/hardware/message.php b/resources/lang/zh-TW/admin/hardware/message.php
index 3559b7fdbe..f5961b9367 100644
--- a/resources/lang/zh-TW/admin/hardware/message.php
+++ b/resources/lang/zh-TW/admin/hardware/message.php
@@ -36,6 +36,12 @@ return array(
'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.',
),
+ 'import' => array(
+ 'error' => 'Some Items did not import Correctly.',
+ 'errorDetail' => 'The Following Items were not imported because of errors.',
+ 'success' => "Your File has been imported",
+ ),
+
'delete' => array(
'confirm' => 'Are you sure you wish to delete this asset?',
diff --git a/resources/lang/zh-TW/admin/statuslabels/message.php b/resources/lang/zh-TW/admin/statuslabels/message.php
index 98280082ef..619a5a509c 100644
--- a/resources/lang/zh-TW/admin/statuslabels/message.php
+++ b/resources/lang/zh-TW/admin/statuslabels/message.php
@@ -2,24 +2,24 @@
return array(
- 'does_not_exist' => 'Location does not exist.',
- 'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this location and try again. ',
+ 'does_not_exist' => 'Status Label does not exist.',
+ 'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ',
'create' => array(
- 'error' => 'Location was not created, please try again.',
- 'success' => 'Location created successfully.'
+ 'error' => 'Status Label was not created, please try again.',
+ 'success' => 'Status Label created successfully.'
),
'update' => array(
- 'error' => 'Location was not updated, please try again',
- 'success' => 'Location updated successfully.'
+ 'error' => 'Status Label was not updated, please try again',
+ 'success' => 'Status Label updated successfully.'
),
'delete' => array(
- 'confirm' => 'Are you sure you wish to delete this status label?',
- 'error' => 'There was an issue deleting the location. Please try again.',
- 'success' => 'The location was deleted successfully.'
+ 'confirm' => 'Are you sure you wish to delete this Status Label?',
+ 'error' => 'There was an issue deleting the Status Label. Please try again.',
+ 'success' => 'The Status Label was deleted successfully.'
)
);
diff --git a/resources/lang/zh-TW/general.php b/resources/lang/zh-TW/general.php
index cc29171a7f..b36221d618 100644
--- a/resources/lang/zh-TW/general.php
+++ b/resources/lang/zh-TW/general.php
@@ -56,8 +56,14 @@
'depreciation' => 'Depreciation',
'editprofile' => 'Edit Your Profile',
'eol' => 'EOL',
+ 'email_domain' => 'Email Domain',
+ 'email_format' => 'Email Format',
+ 'email_domain_help' => 'This is used to generate email addresses when importing',
+ 'filastname_format' => 'First Initial Last Name (jsmith@example.com)',
+ 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)',
'first' => 'First',
'first_name' => 'First Name',
+ 'first_name_format' => 'First Name (jane@example.com)',
'file_name' => 'File',
'file_uploads' => 'File Uploads',
'generate' => 'Generate',
@@ -88,6 +94,7 @@
'location' => 'Location',
'locations' => 'Locations',
'logout' => 'Logout',
+ 'lookup_by_tag' => 'Lookup by Asset Tag',
'manufacturer' => 'Manufacturer',
'manufacturers' => 'Manufacturers',
'markdown' => 'This field allows Github flavored markdown.',
@@ -142,6 +149,7 @@
'type' => 'Type',
'undeployable' => 'Un-deployable',
'unknown_admin' => 'Unknown Admin',
+ 'username_format' => 'Username Format',
'update' => 'Update',
'uploaded' => 'Uploaded',
'user' => 'User',