mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-02 08:21:09 -08:00
Updated language strings
This commit is contained in:
parent
f1fab8b164
commit
308fcf96de
|
@ -5,11 +5,16 @@ return array(
|
|||
'field' => 'حقل',
|
||||
'about_fieldsets_title' => 'حول مجموعة الحقول',
|
||||
'about_fieldsets_text' => 'مجموعات-الحقول تسمح لك بإنشاء مجموعات من الحقول اللتي يمكن إعادة إستخدامها مع أنواع موديل محدد.',
|
||||
'custom_format' => 'Custom format...',
|
||||
'encrypt_field' => 'Encrypt the value of this field in the database',
|
||||
'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.',
|
||||
'fieldset' => 'مجموعة-حقول',
|
||||
'qty_fields' => 'الحقول الكمية',
|
||||
'fieldsets' => 'مجموعات-الحقول',
|
||||
'fieldset_name' => 'إسم مجموعة-الحقل',
|
||||
'field_name' => 'إسم الحقل',
|
||||
'field_values' => 'Field Values',
|
||||
'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.',
|
||||
'field_element' => 'عنصر النموذج',
|
||||
'field_element_short' => 'عنصر',
|
||||
'field_format' => 'صيغة',
|
||||
|
|
|
@ -37,9 +37,9 @@ return array(
|
|||
),
|
||||
|
||||
'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",
|
||||
'error' => 'Some items did not import correctly.',
|
||||
'errorDetail' => 'The following Items were not imported because of errors.',
|
||||
'success' => "Your file has been imported",
|
||||
),
|
||||
|
||||
|
||||
|
@ -52,7 +52,8 @@ return array(
|
|||
'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.'
|
||||
'user_does_not_exist' => 'That user is invalid. Please try again.',
|
||||
'not_available' => 'That asset is not available for checkout!'
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
|
|
|
@ -51,6 +51,8 @@ return array(
|
|||
'ldap_pword' => 'LDAP Bind Password',
|
||||
'ldap_basedn' => 'Base Bind DN',
|
||||
'ldap_filter' => 'LDAP Filter',
|
||||
'ldap_pw_sync' => 'LDAP Password Sync',
|
||||
'ldap_pw_sync_help' => 'Uncheck this box if you do not wish to keep LDAP passwords synced with local passwords. Disabling this means that your users may not be able to login if your LDAP server is unreachable for some reason.',
|
||||
'ldap_username_field' => 'Username Field',
|
||||
'ldap_lname_field' => 'Last Name',
|
||||
'ldap_fname_field' => 'LDAP First Name',
|
||||
|
|
|
@ -4,11 +4,13 @@ return array(
|
|||
'about' => 'About Status Labels',
|
||||
'archived' => 'Archived',
|
||||
'create' => 'Create Status Label',
|
||||
'color' => 'Chart Color',
|
||||
'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',
|
||||
'show_in_nav' => 'Show in side nav',
|
||||
'title' => 'Status Labels',
|
||||
'undeployable' => 'Undeployable',
|
||||
'update' => 'Update Status Label',
|
||||
|
|
|
@ -76,6 +76,7 @@
|
|||
'image_delete' => 'حذف الصورة',
|
||||
'image_upload' => 'رفع صورة',
|
||||
'import' => 'Import',
|
||||
'import-history' => 'Import History',
|
||||
'asset_maintenance' => 'Asset Maintenance',
|
||||
'asset_maintenance_report' => 'Asset Maintenance Report',
|
||||
'asset_maintenances' => 'Asset Maintenances',
|
||||
|
|
|
@ -5,11 +5,16 @@ return array(
|
|||
'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.',
|
||||
'custom_format' => 'Custom format...',
|
||||
'encrypt_field' => 'Encrypt the value of this field in the database',
|
||||
'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.',
|
||||
'fieldset' => 'Fieldset',
|
||||
'qty_fields' => 'Qty Fields',
|
||||
'fieldsets' => 'Fieldsets',
|
||||
'fieldset_name' => 'Fieldset Name',
|
||||
'field_name' => 'Field Name',
|
||||
'field_values' => 'Field Values',
|
||||
'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.',
|
||||
'field_element' => 'Form Element',
|
||||
'field_element_short' => 'Element',
|
||||
'field_format' => 'Format',
|
||||
|
|
|
@ -36,9 +36,9 @@ return array(
|
|||
),
|
||||
|
||||
'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",
|
||||
'error' => 'Some items did not import correctly.',
|
||||
'errorDetail' => 'The following Items were not imported because of errors.',
|
||||
'success' => "Your file has been imported",
|
||||
),
|
||||
|
||||
|
||||
|
@ -51,7 +51,8 @@ return array(
|
|||
'checkout' => array(
|
||||
'error' => 'Активът не беше изписан. Моля опитайте отново.',
|
||||
'success' => 'Активът изписан успешно.',
|
||||
'user_does_not_exist' => 'Невалиден потребител. Моля опитайте отново.'
|
||||
'user_does_not_exist' => 'Невалиден потребител. Моля опитайте отново.',
|
||||
'not_available' => 'That asset is not available for checkout!'
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
|
|
|
@ -51,6 +51,8 @@ return array(
|
|||
'ldap_pword' => 'LDAP парола на потребител за връзка',
|
||||
'ldap_basedn' => 'Базов DN',
|
||||
'ldap_filter' => 'LDAP филтър',
|
||||
'ldap_pw_sync' => 'LDAP Password Sync',
|
||||
'ldap_pw_sync_help' => 'Uncheck this box if you do not wish to keep LDAP passwords synced with local passwords. Disabling this means that your users may not be able to login if your LDAP server is unreachable for some reason.',
|
||||
'ldap_username_field' => 'Поле за потребителско име',
|
||||
'ldap_lname_field' => 'Фамилия',
|
||||
'ldap_fname_field' => 'LDAP собствено име',
|
||||
|
|
|
@ -4,11 +4,13 @@ return array(
|
|||
'about' => 'Относно статус етикетите',
|
||||
'archived' => 'Архивирани',
|
||||
'create' => 'Създаване на статус етикет',
|
||||
'color' => 'Chart Color',
|
||||
'deployable' => 'Може да бъде предоставен',
|
||||
'info' => 'Статусите се използват за описване на различните състояния на Вашите активи. Например, това са Предаден за ремонт, Изгубен/откраднат и др. Можете да създавате нови статуси за активите, които могат да бъдат предоставяни, очакващи набавяне и архивирани.',
|
||||
'name' => 'Статус',
|
||||
'pending' => 'Изчакване',
|
||||
'status_type' => 'Тип на статуса',
|
||||
'show_in_nav' => 'Show in side nav',
|
||||
'title' => 'Заглавия на статуси',
|
||||
'undeployable' => 'Не може да бъде предоставян',
|
||||
'update' => 'Обновяване на статус',
|
||||
|
|
|
@ -76,6 +76,7 @@
|
|||
'image_delete' => 'Изтриване на изображението',
|
||||
'image_upload' => 'Качване на изображение',
|
||||
'import' => 'Зареждане',
|
||||
'import-history' => 'Import History',
|
||||
'asset_maintenance' => 'Поддръжка на активи',
|
||||
'asset_maintenance_report' => 'Справка за поддръжка на активи',
|
||||
'asset_maintenances' => 'Поддръжки на активи',
|
||||
|
|
|
@ -5,11 +5,16 @@ return array(
|
|||
'field' => 'Pole',
|
||||
'about_fieldsets_title' => 'O sadách polí',
|
||||
'about_fieldsets_text' => 'Sady polí Vám umožňují vytvořit si vlastní hodnoty, které chcete evidovat u modelů majetku.',
|
||||
'custom_format' => 'Custom format...',
|
||||
'encrypt_field' => 'Encrypt the value of this field in the database',
|
||||
'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.',
|
||||
'fieldset' => 'Sada',
|
||||
'qty_fields' => 'Počet',
|
||||
'fieldsets' => 'Sady',
|
||||
'fieldset_name' => 'Název sady',
|
||||
'field_name' => 'Název pole',
|
||||
'field_values' => 'Field Values',
|
||||
'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.',
|
||||
'field_element' => 'Typ pole',
|
||||
'field_element_short' => 'Typ',
|
||||
'field_format' => 'Formát',
|
||||
|
|
|
@ -37,9 +37,9 @@ return array(
|
|||
),
|
||||
|
||||
'import' => array(
|
||||
'error' => 'Některé položky se nepodařilo správně nahrát.',
|
||||
'errorDetail' => 'Pro chyby se nepodařilo nahrát následující položky.',
|
||||
'success' => "Váš soubor byl v pořádku nahrán",
|
||||
'error' => 'Some items did not import correctly.',
|
||||
'errorDetail' => 'The following Items were not imported because of errors.',
|
||||
'success' => "Your file has been imported",
|
||||
),
|
||||
|
||||
|
||||
|
@ -52,7 +52,8 @@ return array(
|
|||
'checkout' => array(
|
||||
'error' => 'Majetek nebyl předán, zkuste to prosím znovu',
|
||||
'success' => 'Majetek byl v pořádku předán.',
|
||||
'user_does_not_exist' => 'Tento uživatel je neplatný. Zkuste to prosím znovu.'
|
||||
'user_does_not_exist' => 'Tento uživatel je neplatný. Zkuste to prosím znovu.',
|
||||
'not_available' => 'That asset is not available for checkout!'
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
|
|
|
@ -51,6 +51,8 @@ return array(
|
|||
'ldap_pword' => 'LDAP Bind Password',
|
||||
'ldap_basedn' => 'Base Bind DN',
|
||||
'ldap_filter' => 'LDAP Filter',
|
||||
'ldap_pw_sync' => 'LDAP Password Sync',
|
||||
'ldap_pw_sync_help' => 'Uncheck this box if you do not wish to keep LDAP passwords synced with local passwords. Disabling this means that your users may not be able to login if your LDAP server is unreachable for some reason.',
|
||||
'ldap_username_field' => 'Username Field',
|
||||
'ldap_lname_field' => 'Last Name',
|
||||
'ldap_fname_field' => 'LDAP First Name',
|
||||
|
|
|
@ -4,11 +4,13 @@ return array(
|
|||
'about' => 'O označení stavu',
|
||||
'archived' => 'Archivováno',
|
||||
'create' => 'Vytvořit označení stavu',
|
||||
'color' => 'Chart Color',
|
||||
'deployable' => 'Připraveno k nasazení',
|
||||
'info' => 'Označení stavu se používá k popisu různých stavů majetku. Můžou být v opravě, ztracení atd. Lze vytvořit nové stavy pro další možné stavy.',
|
||||
'name' => 'Název stavu',
|
||||
'pending' => 'Probíhající',
|
||||
'status_type' => 'Typ stavu',
|
||||
'show_in_nav' => 'Show in side nav',
|
||||
'title' => 'Označení stavu',
|
||||
'undeployable' => 'Nemožné připravit',
|
||||
'update' => 'Upravit označení stavu',
|
||||
|
|
|
@ -76,6 +76,7 @@
|
|||
'image_delete' => 'Smazat obrázek',
|
||||
'image_upload' => 'Nahrát obrázek',
|
||||
'import' => 'Import',
|
||||
'import-history' => 'Import History',
|
||||
'asset_maintenance' => 'Údržba zařízení',
|
||||
'asset_maintenance_report' => 'Zpráva o údržbě zařízení',
|
||||
'asset_maintenances' => 'Záznamy o údržbě zařízení',
|
||||
|
|
|
@ -6,11 +6,11 @@ return array(
|
|||
'accessory_category' => 'Tilbehør Kategori',
|
||||
'accessory_name' => 'Tilbehør Navn',
|
||||
'cost' => 'Indkøbspris',
|
||||
'checkout' => 'Checkout Accessory',
|
||||
'checkin' => 'Checkin Accessory',
|
||||
'checkout' => 'Tjek tilbehør ud',
|
||||
'checkin' => 'Tjek tilbehør ind',
|
||||
'create' => 'Opret tilbehør',
|
||||
'date' => 'Købsdato',
|
||||
'edit' => 'Edit Accessory',
|
||||
'edit' => 'Rediger tilbehør',
|
||||
'eula_text' => 'Slutbrugerlicenskategori',
|
||||
'eula_text_help' => 'Dette felt tillader dig at tilpasse din slutbrugerlicens til specifikke typer af tilbehør. Hvis du kun har en slutbrugerlicens for alle dine tilbehør, kan du afkrydse boksen nedenfor for at bruge den primære standardlicens.',
|
||||
'require_acceptance' => 'Kræver brugere at bekræfte accept af tilbehør i denne kategori.',
|
||||
|
|
|
@ -2,23 +2,23 @@
|
|||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'The accessory does not exist.',
|
||||
'does_not_exist' => 'Tilbehøret findes ikke.',
|
||||
'assoc_users' => 'Dette tilbehør har pt. :count emner tjekket ud til brugere. Tjek tilbehør ind og prøv igen.',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'The accessory was not created, please try again.',
|
||||
'success' => 'The accessory was successfully created.'
|
||||
'error' => 'Tilbehøret blev ikke oprettet, prøv venligst igen.',
|
||||
'success' => 'Tilbehøret blev oprettet.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'The accessory was not updated, please try again',
|
||||
'success' => 'The accessory was updated successfully.'
|
||||
'error' => 'Tilbehøret blev ikke opdateret, prøv venligst igen',
|
||||
'success' => 'Tilbehøret blev opdateret med success.'
|
||||
),
|
||||
|
||||
'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å du vil slette dette tilbehør?',
|
||||
'error' => 'Der opstod et problem under sletning af tilbehøret. Prøv venligst igen.',
|
||||
'success' => 'Tilbehøret blev slettet med success.'
|
||||
),
|
||||
|
||||
'checkout' => array(
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'not_found' => 'Asset Maintenance you were looking for was not found!',
|
||||
'not_found' => 'Aktivets vedligeholdelse blev ikke fundet!',
|
||||
'delete' => [
|
||||
'confirm' => 'Are you sure you wish to delete this asset maintenance?',
|
||||
'error' => 'There was an issue deleting the asset maintenance. Please try again.',
|
||||
'success' => 'The asset maintenance was deleted successfully.'
|
||||
'confirm' => 'Er du sikker på du vil slette dette aktivs vedligeholdelse?',
|
||||
'error' => 'Der opstod et problem under sletning af aktivets vedligeholdelse. Prøv venligst igen.',
|
||||
'success' => 'Aktivets vedligeholdelse blev slettet med succes.'
|
||||
],
|
||||
'create' => [
|
||||
'error' => 'Asset Maintenance was not created, please try again.',
|
||||
'success' => 'Asset Maintenance created successfully.'
|
||||
'error' => 'Aktivets vedligeholdelse blev ikke oprettet, prøv venligst igen.',
|
||||
'success' => 'Aktivets vedligeholdelse blev oprettet med succes.'
|
||||
],
|
||||
'asset_maintenance_incomplete' => 'Not Completed Yet',
|
||||
'warranty' => 'Warranty',
|
||||
'not_warranty' => 'Not Warranty',
|
||||
'asset_maintenance_incomplete' => 'Ikke afsluttet endnu',
|
||||
'warranty' => 'Garanti',
|
||||
'not_warranty' => 'Ingen garanti',
|
||||
];
|
|
@ -5,7 +5,7 @@ return array(
|
|||
'about_categories' => 'Aktiver kategorier hjælper dig med at organisere dine aktiver. Eksempler på kategorier kunne være "Stationære coputere", "Bærbare", "Mobiltelefoner", "Tabletter" osv., men du kan bruge aktiver kategorier på en hvilken som helst måde som giver mening for dig.',
|
||||
'asset_categories' => 'Aktiver Kategorier',
|
||||
'category_name' => 'Kategorinavn',
|
||||
'checkin_email' => 'Send email to user on checkin.',
|
||||
'checkin_email' => 'Send email til bruger ved tjek ind.',
|
||||
'clone' => 'Klon Kategori',
|
||||
'create' => 'Opret kategori',
|
||||
'edit' => 'Rediger Kategori',
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
return array(
|
||||
|
||||
'does_not_exist' => 'Kategorien eksisterer ikke.',
|
||||
'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' => 'Denne kategori er i øjeblikket associeret med mindst en model og kan ikke slettes. Opdater venligst dine modeller, så de ikke længere refererer til denne kategori og prøv igen. ',
|
||||
'assoc_items' => 'Denne kategori er i øjeblikket associeret med mindst en :asset_type og kan ikke slettes. Opdater venligst din :asset_type, så de ikke længere refererer til denne kategori og prøv igen. ',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Kategorien blev ikke oprettet, prøv igen.',
|
||||
|
|
|
@ -5,11 +5,16 @@ return array(
|
|||
'field' => '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.',
|
||||
'custom_format' => 'Custom format...',
|
||||
'encrypt_field' => 'Encrypt the value of this field in the database',
|
||||
'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.',
|
||||
'fieldset' => 'Fieldset',
|
||||
'qty_fields' => 'Qty Fields',
|
||||
'fieldsets' => 'Fieldsets',
|
||||
'fieldset_name' => 'Fieldset Name',
|
||||
'field_name' => 'Field Name',
|
||||
'field_values' => 'Field Values',
|
||||
'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.',
|
||||
'field_element' => 'Form Element',
|
||||
'field_element_short' => 'Element',
|
||||
'field_format' => 'Format',
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'bulk_delete' => '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_delete' => 'Bekræft massesletning af aktiver',
|
||||
'bulk_delete_help' => 'Gennemgå aktiver for massesletning nedenfor. Disse aktiver kan gendannes når slettet, men de vil ikke længere være forbundet med eventuelle brugere, de i øjeblikket er tildelt.',
|
||||
'bulk_delete_warn' => 'Du er i gang med at slette :asset_count aktiver.',
|
||||
'bulk_update' => 'Masseopdater Aktiver',
|
||||
'bulk_update_help' => 'Denne form tillader dig at opdatere flere aktiver på en gang. Udfyld kun de felter der skal ændres. Ikke udfyldte feltet forbilver uændret.',
|
||||
'bulk_update_warn' => 'Du er i færd med at redigere egenskaber på :asset_count aktiver.',
|
||||
|
@ -19,10 +19,10 @@ return array(
|
|||
'default_location' => 'Standardplacering',
|
||||
'eol_date' => 'EOL Dato',
|
||||
'eol_rate' => 'EOL Rate',
|
||||
'expected_checkin' => 'Expected Checkin Date',
|
||||
'expected_checkin' => 'Forventet indtjekningsdato',
|
||||
'expires' => 'Udløber',
|
||||
'fully_depreciated' => 'Fuldt Afskrevet',
|
||||
'help_checkout' => 'If you wish to assign this asset immediately, select "Ready to Deploy" from the status list above. ',
|
||||
'help_checkout' => 'Vælg "Klar til implementering" fra listen ovenfor, hvis du ønsker at tildele dette aktiv med det samme. ',
|
||||
'mac_address' => 'MAC-adresse',
|
||||
'manufacturer' => 'Producent',
|
||||
'model' => 'Model',
|
||||
|
|
|
@ -37,9 +37,9 @@ return array(
|
|||
),
|
||||
|
||||
'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",
|
||||
'error' => 'Some items did not import correctly.',
|
||||
'errorDetail' => 'The following Items were not imported because of errors.',
|
||||
'success' => "Your file has been imported",
|
||||
),
|
||||
|
||||
|
||||
|
@ -52,7 +52,8 @@ return array(
|
|||
'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.'
|
||||
'user_does_not_exist' => 'That user is invalid. Please try again.',
|
||||
'not_available' => 'That asset is not available for checkout!'
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
|
|
|
@ -11,7 +11,7 @@ return array(
|
|||
'title' => 'Asset Models',
|
||||
'update' => 'Update Asset Model',
|
||||
'view' => 'View Asset Model',
|
||||
'update' => 'Update Asset Model',
|
||||
'update' => 'Update Model',
|
||||
'clone' => 'Clone Model',
|
||||
'edit' => 'Edit Model',
|
||||
);
|
||||
|
|
|
@ -51,6 +51,8 @@ return array(
|
|||
'ldap_pword' => 'LDAP Bind Password',
|
||||
'ldap_basedn' => 'Base Bind DN',
|
||||
'ldap_filter' => 'LDAP Filter',
|
||||
'ldap_pw_sync' => 'LDAP Password Sync',
|
||||
'ldap_pw_sync_help' => 'Uncheck this box if you do not wish to keep LDAP passwords synced with local passwords. Disabling this means that your users may not be able to login if your LDAP server is unreachable for some reason.',
|
||||
'ldap_username_field' => 'Username Field',
|
||||
'ldap_lname_field' => 'Last Name',
|
||||
'ldap_fname_field' => 'LDAP First Name',
|
||||
|
|
|
@ -4,11 +4,13 @@ return array(
|
|||
'about' => 'Om status labels',
|
||||
'archived' => 'Archived',
|
||||
'create' => 'Opret status label',
|
||||
'color' => 'Chart Color',
|
||||
'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 navn',
|
||||
'pending' => 'Pending',
|
||||
'status_type' => 'Status Type',
|
||||
'show_in_nav' => 'Show in side nav',
|
||||
'title' => 'Status labels',
|
||||
'undeployable' => 'Undeployable',
|
||||
'update' => 'Opdater status label',
|
||||
|
|
|
@ -5,7 +5,7 @@ return array(
|
|||
'actions' => 'Handlinger',
|
||||
'add' => 'Tilføj Ny',
|
||||
'cancel' => 'Annuller',
|
||||
'checkin_and_delete' => 'Checkin & Delete User',
|
||||
'checkin_and_delete' => 'Tjek ind og slet bruger',
|
||||
'delete' => 'Slet',
|
||||
'edit' => 'Rediger',
|
||||
'restore' => 'Gendan',
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
return [
|
||||
'accessories' => 'Tilbehør',
|
||||
'activated' => 'Activated',
|
||||
'activated' => 'Aktiveret',
|
||||
'accessory' => 'Tilbehør',
|
||||
'accessory_report' => 'Accessory Report',
|
||||
'action' => 'Action',
|
||||
'activity_report' => 'Activity Report',
|
||||
'accessory_report' => 'Tilbehørsrapport',
|
||||
'action' => 'Handling',
|
||||
'activity_report' => 'Aktivitetsrapport',
|
||||
'address' => 'Addresse',
|
||||
'admin' => 'Admin',
|
||||
'add_seats' => 'Added seats',
|
||||
|
@ -22,21 +22,21 @@
|
|||
'avatar_delete' => 'Slet avatar',
|
||||
'avatar_upload' => 'Upload Avatar',
|
||||
'back' => 'Tilbage',
|
||||
'bad_data' => 'Nothing found. Maybe bad data?',
|
||||
'bulk_checkout' => 'Bulk Checkout',
|
||||
'bad_data' => 'Intet fundet. Måske dårlig data?',
|
||||
'bulk_checkout' => 'Masseudtjekning',
|
||||
'cancel' => 'Annuller',
|
||||
'categories' => 'Categories',
|
||||
'category' => 'Category',
|
||||
'categories' => 'Kategorier',
|
||||
'category' => 'Kategori',
|
||||
'changeemail' => 'Skift email adresse',
|
||||
'changepassword' => 'Skift adgangskode',
|
||||
'checkin' => 'Tjek Ind',
|
||||
'checkin_from' => 'Checkin from',
|
||||
'checkin_from' => 'Tjek ind fra',
|
||||
'checkout' => 'Tjek Ud',
|
||||
'city' => 'By',
|
||||
'companies' => 'Companies',
|
||||
'company' => 'Company',
|
||||
'component' => 'Component',
|
||||
'components' => 'Components',
|
||||
'companies' => 'Selskaber',
|
||||
'company' => 'Selskab',
|
||||
'component' => 'Komponent',
|
||||
'components' => 'Komponenter',
|
||||
'consumable' => 'Consumable',
|
||||
'consumables' => 'Consumables',
|
||||
'country' => 'Land',
|
||||
|
@ -57,73 +57,74 @@
|
|||
'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',
|
||||
'email_domain' => 'Email domæne',
|
||||
'email_format' => 'Email formattering',
|
||||
'email_domain_help' => 'Dette bruges til at generere email-adresser ved importering',
|
||||
'filastname_format' => 'Fornavnskarakter Efternavn (jsmith@example.com)',
|
||||
'firstname_lastname_format' => 'Fornavn Efternavn (jane.smith@example.com)',
|
||||
'first' => 'Første',
|
||||
'first_name' => 'Fornavn',
|
||||
'first_name_format' => 'First Name (jane@example.com)',
|
||||
'first_name_format' => 'Fornavn (jane@example.com)',
|
||||
'file_name' => 'Fil',
|
||||
'file_uploads' => 'Filoverførsel',
|
||||
'generate' => 'Skab',
|
||||
'groups' => 'Grupper',
|
||||
'gravatar_email' => 'Gravatar email addresse',
|
||||
'history' => 'History',
|
||||
'history' => 'Historik',
|
||||
'history_for' => 'Historie for',
|
||||
'id' => 'ID',
|
||||
'image_delete' => 'Slet billede',
|
||||
'image_upload' => 'Upload billede',
|
||||
'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',
|
||||
'import' => 'Importér',
|
||||
'import-history' => 'Import History',
|
||||
'asset_maintenance' => 'Vedligeholdelse af aktiv',
|
||||
'asset_maintenance_report' => 'Aktiv vedligeholdelsesrapport',
|
||||
'asset_maintenances' => 'Vedligeholdelse af aktiv',
|
||||
'item' => 'Emne',
|
||||
'insufficient_permissions' => 'Ingen rettigheder!',
|
||||
'language' => 'Sprog',
|
||||
'last' => 'Sidste',
|
||||
'last_name' => 'Efternavn',
|
||||
'license' => 'Licens',
|
||||
'license_report' => 'Licensrapport',
|
||||
'licenses_available' => 'Tilgængelige licenser',
|
||||
'licenses' => 'Licenser',
|
||||
'list_all' => 'Vis alle',
|
||||
'loading' => 'Loading',
|
||||
'loading' => 'Indlæser',
|
||||
'lock_passwords' => 'This field cannot be edited in this installation.',
|
||||
'feature_disabled' => 'This feature has been disabled for this installation.',
|
||||
'location' => 'Lokation',
|
||||
'locations' => 'Lokationer',
|
||||
'logout' => 'Log ud',
|
||||
'lookup_by_tag' => 'Lookup by Asset Tag',
|
||||
'lookup_by_tag' => 'Søg på aktivkode',
|
||||
'manufacturer' => 'Producent',
|
||||
'manufacturers' => 'Producenter',
|
||||
'markdown' => 'This field allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||
'min_amt' => 'Min. QTY',
|
||||
'markdown' => 'Dette felt tillader <a href="https://help.github.com/articles/github-flavored-markdown/">Github koder</a>.',
|
||||
'min_amt' => 'Min. antal',
|
||||
'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered.',
|
||||
'model_no' => 'Modelnummer',
|
||||
'months' => 'måneder',
|
||||
'moreinfo' => 'Mere Info',
|
||||
'name' => 'Navn',
|
||||
'next' => 'Next',
|
||||
'new' => 'new!',
|
||||
'next' => 'Næste',
|
||||
'new' => 'ny!',
|
||||
'no_depreciation' => 'Ingen Afskrivning',
|
||||
'no_results' => 'Ingen Resultater.',
|
||||
'no' => 'Nej',
|
||||
'notes' => 'Noter',
|
||||
'page_menu' => 'Showing _MENU_ items',
|
||||
'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items',
|
||||
'page_menu' => 'Viser _MENU_ emner',
|
||||
'pagination_info' => 'Viser _START_ til _END_ af _TOTAL_ emner',
|
||||
'pending' => 'Afventer',
|
||||
'people' => 'Personer',
|
||||
'per_page' => 'Resultater Per Side',
|
||||
'previous' => 'Previous',
|
||||
'processing' => 'Processing',
|
||||
'previous' => 'Forrige',
|
||||
'processing' => 'Behandler',
|
||||
'profile' => 'Din profil',
|
||||
'qty' => 'QTY',
|
||||
'quantity' => 'Quantity',
|
||||
'qty' => 'STK',
|
||||
'quantity' => 'Antal',
|
||||
'ready_to_deploy' => 'Klar til Implementering',
|
||||
'recent_activity' => 'Recent Activity',
|
||||
'remove_company' => 'Remove Company Association',
|
||||
'recent_activity' => 'Seneste aktivitet',
|
||||
'remove_company' => 'Fjern association med selskab',
|
||||
'reports' => 'Rapporter',
|
||||
'requested' => 'Requested',
|
||||
'save' => 'Gem',
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'sent' => 'Your password link has been sent!',
|
||||
'user' => 'That user does not exist or does not have an email address associated',
|
||||
'sent' => 'Dit adgangskode link er blevet sendt!',
|
||||
'user' => 'Brugeren findes ikke eller har ikke nogen email-adresse tilknyttet',
|
||||
];
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ return array(
|
|||
|
||||
"user" => "Brugernavn eller email adresse er forkert",
|
||||
|
||||
"token" => "This password reset token is invalid.",
|
||||
"token" => "Denne adgangskode nulstillingstoken er ugyldig.",
|
||||
|
||||
"sent" => "Hvis en tilsvarende email adresse blev fundet, er der afsendt en påmindelse om adgangskode!",
|
||||
|
||||
|
|
|
@ -5,6 +5,6 @@ return array(
|
|||
'actions' => 'Handlinger',
|
||||
'action' => 'Handling',
|
||||
'by' => 'Af',
|
||||
'item' => 'Item',
|
||||
'item' => 'Emne',
|
||||
|
||||
);
|
||||
|
|
|
@ -32,11 +32,11 @@ return array(
|
|||
"digits" => ":attribute skal være :digits cifre.",
|
||||
"digits_between" => ":attribute skal være imellem :min og :max cifre.",
|
||||
"email" => ":attribute formatet er ugylidgt.",
|
||||
"exists" => "The selected :attribute is invalid.",
|
||||
"email_array" => "One or more email addresses is invalid.",
|
||||
"exists" => "Den valgte :attribute er ugyldig.",
|
||||
"email_array" => "En eller flere email-adresser er ugyldige.",
|
||||
"image" => ":attribute skal være et billede.",
|
||||
"in" => "Det valgte :attribute er ugyldigt.",
|
||||
"integer" => "The :attribute must be an integer.",
|
||||
"integer" => ":attribute skal være et heltal.",
|
||||
"ip" => ":attribute skal være en gyldig IP adresse.",
|
||||
"max" => array(
|
||||
"numeric" => ":attribute må ikke overstige :max.",
|
||||
|
@ -49,8 +49,8 @@ return array(
|
|||
"file" => ":attribute skal mindst være :min kilobytes.",
|
||||
"string" => ":attribute skal mindst være :min tegn.",
|
||||
),
|
||||
"not_in" => "The selected :attribute is invalid.",
|
||||
"numeric" => "The :attribute must be a number.",
|
||||
"not_in" => "Den valgte :attribute er ugyldig.",
|
||||
"numeric" => ":attribute skal være et tal.",
|
||||
"regex" => ":attribute formatet er ugyldigt.",
|
||||
"required" => ":attribute feltet er krævet.",
|
||||
"required_if" => ":attribute feltet er krævet når :other er :value.",
|
||||
|
@ -62,10 +62,10 @@ return array(
|
|||
"file" => ":attribute skal være :size kilobytes.",
|
||||
"string" => ":attribute skal være :size tegn.",
|
||||
),
|
||||
"unique" => "The :attribute has already been taken.",
|
||||
"unique" => ":attribute er allerede taget.",
|
||||
"url" => ":attribute formatet er ugyldigt.",
|
||||
"statuslabel_type" => "You must select a valid status label type",
|
||||
"unique_undeleted" => "The :attribute must be unique.",
|
||||
"statuslabel_type" => "Du skal vælge en gyldig statusmærke type",
|
||||
"unique_undeleted" => ":attribute skal være unik.",
|
||||
|
||||
|
||||
/*
|
||||
|
@ -80,7 +80,7 @@ return array(
|
|||
*/
|
||||
|
||||
'custom' => array(),
|
||||
'alpha_space' => "The :attribute field contains a character that is not allowed.",
|
||||
'alpha_space' => ":attribute feltet indeholder en karakter der ikke er tilladt.",
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
|
@ -5,11 +5,16 @@ return array(
|
|||
'field' => 'Feld',
|
||||
'about_fieldsets_title' => 'Über Feldsätze',
|
||||
'about_fieldsets_text' => 'Feldsätze erlauben es Gruppen aus benutzerdefinierten Feldern zu erstellen, welche regelmäßig für spezifische Modelltypen benutzt werden.',
|
||||
'custom_format' => 'Custom format...',
|
||||
'encrypt_field' => 'Encrypt the value of this field in the database',
|
||||
'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.',
|
||||
'fieldset' => 'Feldsatz',
|
||||
'qty_fields' => 'Anzahl Felder',
|
||||
'fieldsets' => 'Feldsätze',
|
||||
'fieldset_name' => 'Feldsatzname',
|
||||
'field_name' => 'Feldname',
|
||||
'field_values' => 'Field Values',
|
||||
'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.',
|
||||
'field_element' => 'Formularelement',
|
||||
'field_element_short' => 'Element',
|
||||
'field_format' => 'Format',
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
return array(
|
||||
'archived' => 'Archiviert',
|
||||
'asset' => 'Asset',
|
||||
'bulk_checkout' => 'Checkout Assets to User',
|
||||
'bulk_checkout' => 'Assets an Benutzer herausgeben',
|
||||
'checkin' => 'Asset zurücknehmen',
|
||||
'checkout' => 'Asset an Benutzer herausgeben',
|
||||
'clone' => 'Asset duplizieren',
|
||||
|
|
|
@ -37,9 +37,9 @@ return array(
|
|||
),
|
||||
|
||||
'import' => array(
|
||||
'error' => 'Einige Elemente wurden nicht korrekt importiert.',
|
||||
'errorDetail' => 'Die Folgenden Elemente wurden aufgrund von Fehlern nicht importiert.',
|
||||
'success' => "Ihre Datei wurde importiert",
|
||||
'error' => 'Some items did not import correctly.',
|
||||
'errorDetail' => 'The following Items were not imported because of errors.',
|
||||
'success' => "Your file has been imported",
|
||||
),
|
||||
|
||||
|
||||
|
@ -52,7 +52,8 @@ return array(
|
|||
'checkout' => array(
|
||||
'error' => 'Asset konnte nicht herausgegeben werden. Bitte versuchen Sie es erneut',
|
||||
'success' => 'Asset wurde erfolgreich herausgegeben.',
|
||||
'user_does_not_exist' => 'Dieser Benutzer existiert nicht. Bitte versuchen Sie es erneut.'
|
||||
'user_does_not_exist' => 'Dieser Benutzer existiert nicht. Bitte versuchen Sie es erneut.',
|
||||
'not_available' => 'That asset is not available for checkout!'
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
|
|
|
@ -11,7 +11,7 @@ return array(
|
|||
'title' => 'Asset Modelle',
|
||||
'update' => 'Asset Modell aktualisieren',
|
||||
'view' => 'Asset Modell ansehen',
|
||||
'update' => 'Asset Modell aktualisieren',
|
||||
'update' => 'Modell aktualisieren',
|
||||
'clone' => 'Modell duplizieren',
|
||||
'edit' => 'Modell bearbeiten',
|
||||
);
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
return array(
|
||||
'ad' => 'Active Directory',
|
||||
'ad_domain' => 'Active Directory domain',
|
||||
'ad_domain_help' => 'This is sometimes the same as your email domain, but not always.',
|
||||
'is_ad' => 'This is an Active Directory server',
|
||||
'ad_domain' => 'Active Directory Domäne',
|
||||
'ad_domain_help' => 'Meistens dieselbe wie die E-Mail Domäne.',
|
||||
'is_ad' => 'Dies ist ein Active Directory Server',
|
||||
'alert_email' => 'Alarme senden an',
|
||||
'alerts_enabled' => 'Alarme aktiviert',
|
||||
'alert_interval' => 'Ablauf Alarmschwelle (in Tagen)',
|
||||
|
@ -41,16 +41,18 @@ return array(
|
|||
'ldap_integration' => 'LDAP Integration',
|
||||
'ldap_settings' => 'LDAP Einstellungen',
|
||||
'ldap_server' => 'LDAP Server',
|
||||
'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)',
|
||||
'ldap_server_help' => 'Sollte mit ldap:// (für unencrypted oder TLS) oder ldaps:// (für SSL) starten',
|
||||
'ldap_server_cert' => 'LDAP SSL Zertifikatsüberprüfung',
|
||||
'ldap_server_cert_ignore' => 'Erlaube ungültige SSL Zertifikate',
|
||||
'ldap_server_cert_help' => 'Wählen Sie diese Option, wenn Sie selbstsignierte SSL Zertifikate verwenden und diese gegebenenfalls ungültigen Zertifikate akzeptieren möchten.',
|
||||
'ldap_tls' => 'Use TLS',
|
||||
'ldap_tls_help' => 'This should be checked only if you are running STARTTLS on your LDAP server. ',
|
||||
'ldap_tls' => 'TLS verwenden',
|
||||
'ldap_tls_help' => 'Sollte nur wenn STARTTLS am LDAP Server verwendet wird, aktiviert sein. ',
|
||||
'ldap_uname' => 'LDAP Bind Nutzername',
|
||||
'ldap_pword' => 'LDAP Bind Passwort',
|
||||
'ldap_basedn' => 'Basis Bind DN',
|
||||
'ldap_filter' => 'LDAP Filter',
|
||||
'ldap_pw_sync' => 'LDAP Password Sync',
|
||||
'ldap_pw_sync_help' => 'Uncheck this box if you do not wish to keep LDAP passwords synced with local passwords. Disabling this means that your users may not be able to login if your LDAP server is unreachable for some reason.',
|
||||
'ldap_username_field' => 'Benutzername',
|
||||
'ldap_lname_field' => 'Familienname',
|
||||
'ldap_fname_field' => 'LDAP Vorname',
|
||||
|
@ -108,5 +110,5 @@ return array(
|
|||
'bottom' => 'Unten',
|
||||
'vertical' => 'Vertikal',
|
||||
'horizontal' => 'Horizontal',
|
||||
'zerofill_count' => 'Length of asset tags, including zerofill',
|
||||
'zerofill_count' => 'Länge der Asset Tags, inklusive zerofill',
|
||||
);
|
||||
|
|
|
@ -4,11 +4,13 @@ return array(
|
|||
'about' => 'Info Statusbezeichnung',
|
||||
'archived' => 'Archiviert',
|
||||
'create' => 'Statusbezeichnung erstellen',
|
||||
'color' => 'Chart Color',
|
||||
'deployable' => 'Einsetzbar',
|
||||
'info' => 'Status Label werden eingesetzt um diverse Stati Ihrer Assets zu beschreiben. Diese können zB. in Reparatur sein, Gestohlen oder Verlohren worden sein. Sie können neue Status Labels für Einsetzbare, Unerledigte und Archivierte Assets erstellen.',
|
||||
'name' => 'Statusname',
|
||||
'pending' => 'Unerledigt',
|
||||
'status_type' => 'Statustyp',
|
||||
'show_in_nav' => 'Show in side nav',
|
||||
'title' => 'Statusbezeichnungen',
|
||||
'undeployable' => 'nicht Einsetzbar',
|
||||
'update' => 'Statusbezeichnung bearbeiten',
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
'avatar_upload' => 'Avatar hochladen',
|
||||
'back' => 'Zurück',
|
||||
'bad_data' => 'Nichts gefunden. Vielleicht defekte Daten?',
|
||||
'bulk_checkout' => 'Bulk Checkout',
|
||||
'bulk_checkout' => 'Massen-Checkout',
|
||||
'cancel' => 'Abbrechen',
|
||||
'categories' => 'Kategorien',
|
||||
'category' => 'Kategorie',
|
||||
|
@ -76,6 +76,7 @@
|
|||
'image_delete' => 'Bild löschen',
|
||||
'image_upload' => 'Bild hinzufügen',
|
||||
'import' => 'Import',
|
||||
'import-history' => 'Import History',
|
||||
'asset_maintenance' => 'Asset Wartung',
|
||||
'asset_maintenance_report' => 'Asset Wartungsbericht',
|
||||
'asset_maintenances' => 'Asset Wartungen',
|
||||
|
@ -106,7 +107,7 @@
|
|||
'moreinfo' => 'Mehr Informationen',
|
||||
'name' => 'Location Name',
|
||||
'next' => 'Nächstes',
|
||||
'new' => 'new!',
|
||||
'new' => 'Neu!',
|
||||
'no_depreciation' => 'Do Not Depreciate',
|
||||
'no_results' => 'Keine Treffer.',
|
||||
'no' => 'Nein',
|
||||
|
@ -142,7 +143,7 @@
|
|||
'select_asset' => 'Asset auswählen',
|
||||
'settings' => 'Einstellungen',
|
||||
'sign_in' => 'Einloggen',
|
||||
'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.',
|
||||
'some_features_disabled' => 'Einige Funktionen sind für den DEMO-Modus deaktiviert.',
|
||||
'site_name' => 'Seitenname',
|
||||
'state' => 'Zustand',
|
||||
'status_labels' => 'Statusbezeichnungen',
|
||||
|
|
|
@ -64,8 +64,8 @@ return array(
|
|||
),
|
||||
"unique" => ":attribute schon benutzt.",
|
||||
"url" => ":attribute Format ist ungültig.",
|
||||
"statuslabel_type" => "You must select a valid status label type",
|
||||
"unique_undeleted" => "The :attribute must be unique.",
|
||||
"statuslabel_type" => "Gültigen Status Beschriftungstyp auswählen!",
|
||||
"unique_undeleted" => ":attribute muss eindeutig sein.",
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
@ -5,11 +5,16 @@ return array(
|
|||
'field' => '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.',
|
||||
'custom_format' => 'Custom format...',
|
||||
'encrypt_field' => 'Encrypt the value of this field in the database',
|
||||
'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.',
|
||||
'fieldset' => 'Fieldset',
|
||||
'qty_fields' => 'Qty Fields',
|
||||
'fieldsets' => 'Fieldsets',
|
||||
'fieldset_name' => 'Fieldset Name',
|
||||
'field_name' => 'Field Name',
|
||||
'field_values' => 'Field Values',
|
||||
'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.',
|
||||
'field_element' => 'Form Element',
|
||||
'field_element_short' => 'Element',
|
||||
'field_format' => 'Format',
|
||||
|
|
|
@ -37,9 +37,9 @@ return array(
|
|||
),
|
||||
|
||||
'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",
|
||||
'error' => 'Some items did not import correctly.',
|
||||
'errorDetail' => 'The following Items were not imported because of errors.',
|
||||
'success' => "Your file has been imported",
|
||||
),
|
||||
|
||||
|
||||
|
@ -52,7 +52,8 @@ return array(
|
|||
'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.'
|
||||
'user_does_not_exist' => 'That user is invalid. Please try again.',
|
||||
'not_available' => 'That asset is not available for checkout!'
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
|
|
|
@ -11,7 +11,7 @@ return array(
|
|||
'title' => 'Asset Models',
|
||||
'update' => 'Update Asset Model',
|
||||
'view' => 'View Asset Model',
|
||||
'update' => 'Update Asset Model',
|
||||
'update' => 'Update Model',
|
||||
'clone' => 'Clone Model',
|
||||
'edit' => 'Edit Model',
|
||||
);
|
||||
|
|
|
@ -51,6 +51,8 @@ return array(
|
|||
'ldap_pword' => 'LDAP Bind Password',
|
||||
'ldap_basedn' => 'Base Bind DN',
|
||||
'ldap_filter' => 'LDAP Filter',
|
||||
'ldap_pw_sync' => 'LDAP Password Sync',
|
||||
'ldap_pw_sync_help' => 'Uncheck this box if you do not wish to keep LDAP passwords synced with local passwords. Disabling this means that your users may not be able to login if your LDAP server is unreachable for some reason.',
|
||||
'ldap_username_field' => 'Username Field',
|
||||
'ldap_lname_field' => 'Last Name',
|
||||
'ldap_fname_field' => 'LDAP First Name',
|
||||
|
|
|
@ -4,11 +4,13 @@ return array(
|
|||
'about' => 'About Status Labels',
|
||||
'archived' => 'Archived',
|
||||
'create' => 'Create Status Label',
|
||||
'color' => 'Chart Color',
|
||||
'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',
|
||||
'show_in_nav' => 'Show in side nav',
|
||||
'title' => 'Status Labels',
|
||||
'undeployable' => 'Undeployable',
|
||||
'update' => 'Update Status Label',
|
||||
|
|
|
@ -76,6 +76,7 @@
|
|||
'image_delete' => 'Delete Image',
|
||||
'image_upload' => 'Upload Image',
|
||||
'import' => 'Import',
|
||||
'import-history' => 'Import History',
|
||||
'asset_maintenance' => 'Asset Maintenance',
|
||||
'asset_maintenance_report' => 'Asset Maintenance Report',
|
||||
'asset_maintenances' => 'Asset Maintenances',
|
||||
|
|
|
@ -5,11 +5,16 @@ return array(
|
|||
'field' => '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.',
|
||||
'custom_format' => 'Custom format...',
|
||||
'encrypt_field' => 'Encrypt the value of this field in the database',
|
||||
'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.',
|
||||
'fieldset' => 'Fieldset',
|
||||
'qty_fields' => 'Qty Fields',
|
||||
'fieldsets' => 'Fieldsets',
|
||||
'fieldset_name' => 'Fieldset Name',
|
||||
'field_name' => 'Field Name',
|
||||
'field_values' => 'Field Values',
|
||||
'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.',
|
||||
'field_element' => 'Form Element',
|
||||
'field_element_short' => 'Element',
|
||||
'field_format' => 'Format',
|
||||
|
|
|
@ -52,7 +52,8 @@ return array(
|
|||
'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.'
|
||||
'user_does_not_exist' => 'That user is invalid. Please try again.',
|
||||
'not_available' => 'That asset is not available for checkout!'
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
|
|
|
@ -11,7 +11,7 @@ return array(
|
|||
'title' => 'Asset Models',
|
||||
'update' => 'Update Asset Model',
|
||||
'view' => 'View Asset Model',
|
||||
'update' => 'Update Asset Model',
|
||||
'update' => 'Update Model',
|
||||
'clone' => 'Clone Model',
|
||||
'edit' => 'Edit Model',
|
||||
);
|
||||
|
|
|
@ -51,6 +51,8 @@ return array(
|
|||
'ldap_pword' => 'LDAP Bind Password',
|
||||
'ldap_basedn' => 'Base Bind DN',
|
||||
'ldap_filter' => 'LDAP Filter',
|
||||
'ldap_pw_sync' => 'LDAP Password Sync',
|
||||
'ldap_pw_sync_help' => 'Uncheck this box if you do not wish to keep LDAP passwords synced with local passwords. Disabling this means that your users may not be able to login if your LDAP server is unreachable for some reason.',
|
||||
'ldap_username_field' => 'Username Field',
|
||||
'ldap_lname_field' => 'Last Name',
|
||||
'ldap_fname_field' => 'LDAP First Name',
|
||||
|
|
|
@ -4,11 +4,13 @@ return array(
|
|||
'about' => 'About Status Labels',
|
||||
'archived' => 'Archived',
|
||||
'create' => 'Create Status Label',
|
||||
'color' => 'Chart Color',
|
||||
'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',
|
||||
'show_in_nav' => 'Show in side nav',
|
||||
'title' => 'Status Labels',
|
||||
'undeployable' => 'Undeployable',
|
||||
'update' => 'Update Status Label',
|
||||
|
|
|
@ -76,6 +76,7 @@
|
|||
'image_delete' => 'Delete Image',
|
||||
'image_upload' => 'Upload Image',
|
||||
'import' => 'Import',
|
||||
'import-history' => 'Import History',
|
||||
'asset_maintenance' => 'Asset Maintenance',
|
||||
'asset_maintenance_report' => 'Asset Maintenance Report',
|
||||
'asset_maintenances' => 'Asset Maintenances',
|
||||
|
|
|
@ -5,11 +5,16 @@ return array(
|
|||
'field' => '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.',
|
||||
'custom_format' => 'Custom format...',
|
||||
'encrypt_field' => 'Encrypt the value of this field in the database',
|
||||
'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.',
|
||||
'fieldset' => 'Fieldset',
|
||||
'qty_fields' => 'Qty Fields',
|
||||
'fieldsets' => 'Fieldsets',
|
||||
'fieldset_name' => 'Fieldset Name',
|
||||
'field_name' => 'Field Name',
|
||||
'field_values' => 'Field Values',
|
||||
'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.',
|
||||
'field_element' => 'Form Element',
|
||||
'field_element_short' => 'Element',
|
||||
'field_format' => 'Format',
|
||||
|
|
|
@ -37,9 +37,9 @@ return array(
|
|||
),
|
||||
|
||||
'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",
|
||||
'error' => 'Some items did not import correctly.',
|
||||
'errorDetail' => 'The following Items were not imported because of errors.',
|
||||
'success' => "Your file has been imported",
|
||||
),
|
||||
|
||||
|
||||
|
@ -52,7 +52,8 @@ return array(
|
|||
'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.'
|
||||
'user_does_not_exist' => 'That user is invalid. Please try again.',
|
||||
'not_available' => 'That asset is not available for checkout!'
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
|
|
|
@ -51,6 +51,8 @@ return array(
|
|||
'ldap_pword' => 'LDAP Bind Password',
|
||||
'ldap_basedn' => 'Base Bind DN',
|
||||
'ldap_filter' => 'LDAP Filter',
|
||||
'ldap_pw_sync' => 'LDAP Password Sync',
|
||||
'ldap_pw_sync_help' => 'Uncheck this box if you do not wish to keep LDAP passwords synced with local passwords. Disabling this means that your users may not be able to login if your LDAP server is unreachable for some reason.',
|
||||
'ldap_username_field' => 'Username Field',
|
||||
'ldap_lname_field' => 'Last Name',
|
||||
'ldap_fname_field' => 'LDAP First Name',
|
||||
|
|
|
@ -4,11 +4,13 @@ return array(
|
|||
'about' => 'About Status Labels',
|
||||
'archived' => 'Archived',
|
||||
'create' => 'Create Status Label',
|
||||
'color' => 'Chart Color',
|
||||
'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',
|
||||
'show_in_nav' => 'Show in side nav',
|
||||
'title' => 'Status Labels',
|
||||
'undeployable' => 'Undeployable',
|
||||
'update' => 'Update Status Label',
|
||||
|
|
|
@ -76,6 +76,7 @@
|
|||
'image_delete' => 'Delete Image',
|
||||
'image_upload' => 'Upload Image',
|
||||
'import' => 'Import',
|
||||
'import-history' => 'Import History',
|
||||
'asset_maintenance' => 'Asset Maintenance',
|
||||
'asset_maintenance_report' => 'Asset Maintenance Report',
|
||||
'asset_maintenances' => 'Asset Maintenances',
|
||||
|
|
|
@ -5,11 +5,16 @@ return array(
|
|||
'field' => '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.',
|
||||
'custom_format' => 'Custom format...',
|
||||
'encrypt_field' => 'Encrypt the value of this field in the database',
|
||||
'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.',
|
||||
'fieldset' => 'Fieldset',
|
||||
'qty_fields' => 'Qty Fields',
|
||||
'fieldsets' => 'Fieldsets',
|
||||
'fieldset_name' => 'Fieldset Name',
|
||||
'field_name' => 'Field Name',
|
||||
'field_values' => 'Field Values',
|
||||
'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.',
|
||||
'field_element' => 'Form Element',
|
||||
'field_element_short' => 'Element',
|
||||
'field_format' => 'Format',
|
||||
|
|
|
@ -37,9 +37,9 @@ return array(
|
|||
),
|
||||
|
||||
'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",
|
||||
'error' => 'Some items did not import correctly.',
|
||||
'errorDetail' => 'The following Items were not imported because of errors.',
|
||||
'success' => "Your file has been imported",
|
||||
),
|
||||
|
||||
|
||||
|
@ -52,7 +52,8 @@ return array(
|
|||
'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.'
|
||||
'user_does_not_exist' => 'That user is invalid. Please try again.',
|
||||
'not_available' => 'That asset is not available for checkout!'
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
|
|
|
@ -51,6 +51,8 @@ return array(
|
|||
'ldap_pword' => 'LDAP Bind Password',
|
||||
'ldap_basedn' => 'Base Bind DN',
|
||||
'ldap_filter' => 'LDAP Filter',
|
||||
'ldap_pw_sync' => 'LDAP Password Sync',
|
||||
'ldap_pw_sync_help' => 'Uncheck this box if you do not wish to keep LDAP passwords synced with local passwords. Disabling this means that your users may not be able to login if your LDAP server is unreachable for some reason.',
|
||||
'ldap_username_field' => 'Username Field',
|
||||
'ldap_lname_field' => 'Last Name',
|
||||
'ldap_fname_field' => 'LDAP First Name',
|
||||
|
|
|
@ -4,11 +4,13 @@ return array(
|
|||
'about' => 'About Status Labels',
|
||||
'archived' => 'Archived',
|
||||
'create' => 'Create Status Label',
|
||||
'color' => 'Chart Color',
|
||||
'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',
|
||||
'show_in_nav' => 'Show in side nav',
|
||||
'title' => 'Status Labels',
|
||||
'undeployable' => 'Undeployable',
|
||||
'update' => 'Update Status Label',
|
||||
|
|
|
@ -76,6 +76,7 @@
|
|||
'image_delete' => 'Delete Image',
|
||||
'image_upload' => 'Upload Image',
|
||||
'import' => 'Import',
|
||||
'import-history' => 'Import History',
|
||||
'asset_maintenance' => 'Asset Maintenance',
|
||||
'asset_maintenance_report' => 'Asset Maintenance Report',
|
||||
'asset_maintenances' => 'Asset Maintenances',
|
||||
|
|
|
@ -7,7 +7,7 @@ return array(
|
|||
'cost' => 'Precio de compra',
|
||||
'create' => 'Crear Consumible',
|
||||
'date' => 'Fecha de compra',
|
||||
'item_no' => 'Item No.',
|
||||
'item_no' => 'Artículo núm.',
|
||||
'order' => 'Orden de compra',
|
||||
'remaining' => 'Restante',
|
||||
'total' => 'Total',
|
||||
|
|
|
@ -5,11 +5,16 @@ return array(
|
|||
'field' => 'Campo',
|
||||
'about_fieldsets_title' => 'Acerca de los campos personalizados',
|
||||
'about_fieldsets_text' => 'Los grupos de campos personalizados te permiten agrupar campos que se usan frecuentemente para determinados modelos de equipos.',
|
||||
'custom_format' => 'Custom format...',
|
||||
'encrypt_field' => 'Encrypt the value of this field in the database',
|
||||
'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.',
|
||||
'fieldset' => 'Grupo de campos personalizados',
|
||||
'qty_fields' => 'Campos de Cantidad',
|
||||
'fieldsets' => 'Grupo de campos personalizados',
|
||||
'fieldset_name' => 'Nombre del grupo',
|
||||
'field_name' => 'Nombre del campo',
|
||||
'field_values' => 'Field Values',
|
||||
'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.',
|
||||
'field_element' => 'Elemento de formulario',
|
||||
'field_element_short' => 'Elemento',
|
||||
'field_format' => 'Formato',
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
return array(
|
||||
'archived' => 'Archivado',
|
||||
'asset' => 'Equipo',
|
||||
'bulk_checkout' => 'Checkout Assets to User',
|
||||
'bulk_checkout' => 'Asignar activos a un usuario',
|
||||
'checkin' => 'Quitar Equipo',
|
||||
'checkout' => 'Asignar a un usuario',
|
||||
'clone' => 'Clonar Equipo',
|
||||
|
|
|
@ -37,9 +37,9 @@ return array(
|
|||
),
|
||||
|
||||
'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",
|
||||
'error' => 'Some items did not import correctly.',
|
||||
'errorDetail' => 'The following Items were not imported because of errors.',
|
||||
'success' => "Your file has been imported",
|
||||
),
|
||||
|
||||
|
||||
|
@ -52,14 +52,15 @@ return array(
|
|||
'checkout' => array(
|
||||
'error' => 'Equipo no asignado, intentalo de nuevo',
|
||||
'success' => 'Equipo asignado.',
|
||||
'user_does_not_exist' => 'Este usuario no es correcto. Intentalo de nuevo.'
|
||||
'user_does_not_exist' => 'Este usuario no es correcto. Intentalo de nuevo.',
|
||||
'not_available' => 'That asset is not available for checkout!'
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
'error' => 'No se ha quitado el equipo. Intentalo de nuevo.',
|
||||
'success' => 'Equipo quitado correctamente.',
|
||||
'user_does_not_exist' => 'Este usuario no es correcto. Intentalo de nuevo.',
|
||||
'already_checked_in' => 'That asset is already checked in.',
|
||||
'already_checked_in' => 'Ese activo ya se quito.',
|
||||
|
||||
),
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ return array(
|
|||
'date' => 'Fecha Compra',
|
||||
'depreciation' => 'Amortización',
|
||||
'expiration' => 'Fecha de vencimiento',
|
||||
'license_key' => 'Product Key',
|
||||
'license_key' => 'Clave de producto',
|
||||
'maintained' => 'Mantenido',
|
||||
'name' => 'Aplicación',
|
||||
'no_depreciation' => 'No Amortizar',
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'ad' => 'Active Directory',
|
||||
'ad_domain' => 'Active Directory domain',
|
||||
'ad_domain_help' => 'This is sometimes the same as your email domain, but not always.',
|
||||
'is_ad' => 'This is an Active Directory server',
|
||||
'ad' => 'Directorio Activo',
|
||||
'ad_domain' => 'Dominio del Directorio Activo',
|
||||
'ad_domain_help' => 'Esto es a veces el mismo que su correo electrónico de dominio, pero no siempre.',
|
||||
'is_ad' => 'Este es un servidor de Directorio Activo',
|
||||
'alert_email' => 'Enviar alertas a',
|
||||
'alerts_enabled' => 'Alertas habilitadas',
|
||||
'alert_interval' => 'Expiring Alerts Threshold (in days)',
|
||||
'alert_interval' => 'Limite de alertas de expiración (en días)',
|
||||
'alert_inv_threshold' => 'Umbral de alerta del inventario',
|
||||
'asset_ids' => 'IDs de Recurso',
|
||||
'auto_increment_assets' => 'Generar IDs de equipo autoincrementales',
|
||||
|
@ -26,10 +26,10 @@ return array(
|
|||
'display_asset_name' => 'Mostrar Nombre Equipo',
|
||||
'display_checkout_date' => 'Mostrar Fecha de Salida',
|
||||
'display_eol' => 'Mostrar EOL',
|
||||
'display_qr' => 'Display Square Codes',
|
||||
'display_alt_barcode' => 'Display 1D barcode',
|
||||
'barcode_type' => '2D Barcode Type',
|
||||
'alt_barcode_type' => '1D barcode type',
|
||||
'display_qr' => 'Mostrar Códigos QR',
|
||||
'display_alt_barcode' => 'Mostrar códigos de barras en 1D',
|
||||
'barcode_type' => 'Tipo de códigos de barras 2D',
|
||||
'alt_barcode_type' => 'Tipo de códigos de barras 1D',
|
||||
'eula_settings' => 'Configuración EULA',
|
||||
'eula_markdown' => 'Este EULS permite <a href="https://help.github.com/articles/github-flavored-markdown/">makrdown estilo Github</a>.',
|
||||
'general_settings' => 'Configuración General',
|
||||
|
@ -41,16 +41,18 @@ return array(
|
|||
'ldap_integration' => 'Integración LDAP',
|
||||
'ldap_settings' => 'Ajustes LDAP',
|
||||
'ldap_server' => 'Servidor LDAP',
|
||||
'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)',
|
||||
'ldap_server_help' => 'Esto debería empezar con ldap:// (sin codificar o TLS) o ldaps:// (para SSL)',
|
||||
'ldap_server_cert' => 'Certificado de validación SSL LDAP',
|
||||
'ldap_server_cert_ignore' => 'Permitir certificados SSL inválidos',
|
||||
'ldap_server_cert_help' => 'Selecciona este campo si estás usando un certificado SSL auto firmado y quieres aceptar un certificado SSL inválido.',
|
||||
'ldap_tls' => 'Use TLS',
|
||||
'ldap_tls_help' => 'This should be checked only if you are running STARTTLS on your LDAP server. ',
|
||||
'ldap_tls' => 'Usar TLS',
|
||||
'ldap_tls_help' => 'Esto se debe seleccionar si se está ejecutando STARTTLS en el servidor LDAP. ',
|
||||
'ldap_uname' => 'Enlazar usuario LDAP',
|
||||
'ldap_pword' => 'Enlazar contraseña LDAP',
|
||||
'ldap_basedn' => 'Enlazar base DN',
|
||||
'ldap_filter' => 'Filtro LDAP',
|
||||
'ldap_pw_sync' => 'LDAP Password Sync',
|
||||
'ldap_pw_sync_help' => 'Uncheck this box if you do not wish to keep LDAP passwords synced with local passwords. Disabling this means that your users may not be able to login if your LDAP server is unreachable for some reason.',
|
||||
'ldap_username_field' => 'Campo de usuario',
|
||||
'ldap_lname_field' => 'Apellido',
|
||||
'ldap_fname_field' => 'Nombre LDAP',
|
||||
|
@ -89,24 +91,24 @@ return array(
|
|||
'labels_per_page' => 'Etiquetas por pàgina',
|
||||
'label_dimensions' => 'Dimensiones de las etiquetas (pulgadas)',
|
||||
'page_padding' => 'Margenès de pàgina (pulgadas)',
|
||||
'purge' => 'Purge Deleted Records',
|
||||
'purge' => 'Purgar registros eliminados',
|
||||
'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',
|
||||
'labels_fontsize' => 'Tamaño de fuente de la etiqueta',
|
||||
'labels_pagewidth' => 'Ancho de la hoja de etiqueta',
|
||||
'labels_pageheight' => 'Altura de la hoja de etiqueta',
|
||||
'label_gutters' => 'Espaciamiento de etiqueta (pulgadas)',
|
||||
'page_dimensions' => 'Dimensiones de la página (pulgadas)',
|
||||
'label_fields' => 'Campos visibles de la etiqueta',
|
||||
'inches' => 'pulgadas',
|
||||
'width_w' => 'w',
|
||||
'height_h' => 'h',
|
||||
'text_pt' => 'pt',
|
||||
'left' => 'left',
|
||||
'right' => 'right',
|
||||
'top' => 'top',
|
||||
'bottom' => 'bottom',
|
||||
'left' => 'izquierda',
|
||||
'right' => 'derecha',
|
||||
'top' => 'arriba',
|
||||
'bottom' => 'fondo',
|
||||
'vertical' => 'vertical',
|
||||
'horizontal' => 'horizontal',
|
||||
'zerofill_count' => 'Length of asset tags, including zerofill',
|
||||
'zerofill_count' => 'Longitud de etiquetas de activos, incluyendo relleno de ceros',
|
||||
);
|
||||
|
|
|
@ -14,7 +14,7 @@ return array(
|
|||
'file_not_found' => 'El archivo de respaldo no se ha encontrado en el servidor.',
|
||||
),
|
||||
'purge' => array(
|
||||
'error' => 'An error has occurred while purging. ',
|
||||
'error' => 'Ha ocurrido un error mientras se realizaba el purgado. ',
|
||||
'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.'
|
||||
),
|
||||
|
|
|
@ -2,24 +2,24 @@
|
|||
|
||||
return array(
|
||||
|
||||
'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. ',
|
||||
'does_not_exist' => 'Etiqueta de estado no existe.',
|
||||
'assoc_assets' => 'Esta etiqueta de estado esta actualmente asociado con al menos un activo y no se puede eliminar. Por favor actualice sus activos para ya no hacer referencia a este estado y vuelva a intentarlo. ',
|
||||
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Status Label was not created, please try again.',
|
||||
'success' => 'Status Label created successfully.'
|
||||
'error' => 'Etiqueta de estado no fue creada, por favor, inténtelo de nuevo.',
|
||||
'success' => 'Etiqueta de estado fue creada exitosamente.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Status Label was not updated, please try again',
|
||||
'success' => 'Status Label updated successfully.'
|
||||
'error' => 'Etiqueta de estado no se ha actualizado, por favor, inténtelo de nuevo',
|
||||
'success' => 'Etiqueta de estado fue actualizada exitosamente.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'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.'
|
||||
'confirm' => '¿Está seguro que desea eliminar esta etiqueta de estado?',
|
||||
'error' => 'Hubo un problema borrando la etiqueta de estado. Por favor, inténtelo de nuevo.',
|
||||
'success' => 'La etiqueta de estado se ha eliminado exitosamente.'
|
||||
)
|
||||
|
||||
);
|
||||
|
|
|
@ -4,11 +4,13 @@ return array(
|
|||
'about' => 'Info Etiquetas Estado',
|
||||
'archived' => 'Archivado',
|
||||
'create' => 'Crear Etiqueta Estado',
|
||||
'color' => 'Chart Color',
|
||||
'deployable' => 'Desplegable',
|
||||
'info' => 'Las etiquetas de estado se utilizan para describir los diferentes estados en que pueden estar tus equipos. Pueden estar fuera en reparación, perdidos/robados, etc. Puedes crear nuevas etiquetas de estado para equipos desplegables, pendientes o archivados.',
|
||||
'name' => 'Estado',
|
||||
'pending' => 'Pendiente',
|
||||
'status_type' => 'Tipo de estado',
|
||||
'show_in_nav' => 'Show in side nav',
|
||||
'title' => 'Etiquetas Estado',
|
||||
'undeployable' => 'No desplegable',
|
||||
'update' => 'Actualizar Etiqueta Estado',
|
||||
|
|
|
@ -35,8 +35,8 @@
|
|||
'city' => 'Ciudad',
|
||||
'companies' => 'Empresas',
|
||||
'company' => 'Empresa',
|
||||
'component' => 'Component',
|
||||
'components' => 'Components',
|
||||
'component' => 'Componente',
|
||||
'components' => 'Componentes',
|
||||
'consumable' => 'Consumible',
|
||||
'consumables' => 'Consumibles',
|
||||
'country' => 'Pais',
|
||||
|
@ -57,25 +57,26 @@
|
|||
'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)',
|
||||
'email_domain' => 'Dominio de correo electrónico',
|
||||
'email_format' => 'Formato de correo electrónico',
|
||||
'email_domain_help' => 'Esto se utiliza para generar direcciones de correo electrónico cuando se importan',
|
||||
'filastname_format' => 'Primera Inicial del Apellido (jsmith@ejemplo.com)',
|
||||
'firstname_lastname_format' => 'Primer Nombre y Apellido (jane.smith@ejemplo.com)',
|
||||
'first' => 'Primero',
|
||||
'first_name' => 'Nombre',
|
||||
'first_name_format' => 'First Name (jane@example.com)',
|
||||
'first_name_format' => 'Primer Nombre (jane@ejemplo.com)',
|
||||
'file_name' => 'Archivo',
|
||||
'file_uploads' => 'Carga de Archivos',
|
||||
'generate' => 'Generar',
|
||||
'groups' => 'Grupos',
|
||||
'gravatar_email' => 'Gravatar Email',
|
||||
'history' => 'History',
|
||||
'history' => 'Historial',
|
||||
'history_for' => 'Historial de',
|
||||
'id' => 'Id',
|
||||
'image_delete' => 'Borrar imagen',
|
||||
'image_upload' => 'Enviar imagen',
|
||||
'import' => 'Importar',
|
||||
'import-history' => 'Import History',
|
||||
'asset_maintenance' => 'Mantenimiento de Equipo',
|
||||
'asset_maintenance_report' => 'Reporte de Mantenimiento de Equipo',
|
||||
'asset_maintenances' => 'Mantenimientos de Equipo',
|
||||
|
@ -95,18 +96,18 @@
|
|||
'location' => 'Localización',
|
||||
'locations' => 'Localizaciones',
|
||||
'logout' => 'Desconexión',
|
||||
'lookup_by_tag' => 'Lookup by Asset Tag',
|
||||
'lookup_by_tag' => 'Buscar por etiqueta de activo',
|
||||
'manufacturer' => 'Fabricante',
|
||||
'manufacturers' => 'Fabricantes',
|
||||
'markdown' => 'This field allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||
'min_amt' => 'Min. QTY',
|
||||
'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered.',
|
||||
'markdown' => 'Este campo permite <a href="https://help.github.com/articles/github-flavored-markdown/">Github con sabor a markdown</a>.',
|
||||
'min_amt' => 'Cantidad mínima',
|
||||
'min_amt_help' => 'Número mínimo de elementos que deben estar disponibles antes de obtiene desencadenar una alerta.',
|
||||
'model_no' => 'Modelo No.',
|
||||
'months' => 'Meses',
|
||||
'moreinfo' => 'Más Info',
|
||||
'name' => 'Nombre Localización',
|
||||
'next' => 'Siguiente',
|
||||
'new' => 'new!',
|
||||
'new' => 'nuevo!',
|
||||
'no_depreciation' => 'No Amortizar',
|
||||
'no_results' => 'Sin Resultados.',
|
||||
'no' => 'No',
|
||||
|
@ -129,7 +130,7 @@
|
|||
'save' => 'Guardar',
|
||||
'select' => 'Seleccionar',
|
||||
'search' => 'Buscar',
|
||||
'select_category' => 'Select a Category',
|
||||
'select_category' => 'Seleccione una categoría',
|
||||
'select_depreciation' => 'Seleccionar un tipo de Amortización',
|
||||
'select_location' => 'Seleccionar una Ubicación',
|
||||
'select_manufacturer' => 'Seleccionar un Fabricante',
|
||||
|
@ -142,7 +143,7 @@
|
|||
'select_asset' => 'Seleccionar activos',
|
||||
'settings' => 'Opciones',
|
||||
'sign_in' => 'Entrar',
|
||||
'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.',
|
||||
'some_features_disabled' => 'MODO DE DEMOSTRACIÓN: Algunas funciones estan desactivadas para esta instalación.',
|
||||
'site_name' => 'Sitio',
|
||||
'state' => 'Provincia',
|
||||
'status_labels' => 'Etiquetas Estados',
|
||||
|
@ -153,7 +154,7 @@
|
|||
'type' => 'Tipo',
|
||||
'undeployable' => 'No Instalable',
|
||||
'unknown_admin' => 'Admin Desconocido',
|
||||
'username_format' => 'Username Format',
|
||||
'username_format' => 'Formato del nombre de usuario',
|
||||
'update' => 'Actualizar',
|
||||
'uploaded' => 'Subido',
|
||||
'user' => 'Usuario',
|
||||
|
|
|
@ -64,8 +64,8 @@ return array(
|
|||
),
|
||||
"unique" => ":attribute ya ha sido introducido.",
|
||||
"url" => ":attribute formato incorrecto.",
|
||||
"statuslabel_type" => "You must select a valid status label type",
|
||||
"unique_undeleted" => "The :attribute must be unique.",
|
||||
"statuslabel_type" => "Debe seleccionar un tipo de etiqueta de estado válido",
|
||||
"unique_undeleted" => ":attribute debe ser único.",
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
@ -5,11 +5,16 @@ return array(
|
|||
'field' => 'فیلد',
|
||||
'about_fieldsets_title' => 'درباره ی تنظیمات فیلد',
|
||||
'about_fieldsets_text' => 'تنظیمات فیلد به شما امکان این را می دهد که گروه های فیلدهای سفارشی ایجاد کنید که مرتبا برای انواع مدل های دارایی خاص مورد استفاده ی مجدد قرار می گیرند.',
|
||||
'custom_format' => 'Custom format...',
|
||||
'encrypt_field' => 'Encrypt the value of this field in the database',
|
||||
'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.',
|
||||
'fieldset' => 'تنظیمات فیلد',
|
||||
'qty_fields' => 'فیلد های Qty',
|
||||
'fieldsets' => 'تنظیمات فیلد',
|
||||
'fieldset_name' => 'نام تنظیمات فیلد',
|
||||
'field_name' => 'نام فیلد',
|
||||
'field_values' => 'Field Values',
|
||||
'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.',
|
||||
'field_element' => 'ایجاد یک عنصر',
|
||||
'field_element_short' => 'عنصر',
|
||||
'field_format' => 'شکل دادن',
|
||||
|
|
|
@ -36,9 +36,9 @@ return array(
|
|||
),
|
||||
|
||||
'import' => array(
|
||||
'error' => 'برخی از موارد به درستی وارد بود.',
|
||||
'errorDetail' => 'موارد زیر به دلیل خطاهای وارد شدند.',
|
||||
'success' => "دستور شما وارد شده است.",
|
||||
'error' => 'Some items did not import correctly.',
|
||||
'errorDetail' => 'The following Items were not imported because of errors.',
|
||||
'success' => "Your file has been imported",
|
||||
),
|
||||
|
||||
|
||||
|
@ -51,7 +51,8 @@ return array(
|
|||
'checkout' => array(
|
||||
'error' => 'دارایی در بررسی نیست، لطفا دوباره امتحان کنید',
|
||||
'success' => 'دارایی را بررسی کنید موفقیت.',
|
||||
'user_does_not_exist' => 'کاربر نامعتبر است لطفا دوباره امتحان کنید.'
|
||||
'user_does_not_exist' => 'کاربر نامعتبر است لطفا دوباره امتحان کنید.',
|
||||
'not_available' => 'That asset is not available for checkout!'
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
|
|
|
@ -51,6 +51,8 @@ return array(
|
|||
'ldap_pword' => 'LDAP اتصال رمز عبور',
|
||||
'ldap_basedn' => 'اتصال پایگاه DN',
|
||||
'ldap_filter' => 'LDAP فیلتر',
|
||||
'ldap_pw_sync' => 'LDAP Password Sync',
|
||||
'ldap_pw_sync_help' => 'Uncheck this box if you do not wish to keep LDAP passwords synced with local passwords. Disabling this means that your users may not be able to login if your LDAP server is unreachable for some reason.',
|
||||
'ldap_username_field' => 'فیلد نام کاربری',
|
||||
'ldap_lname_field' => 'نام خانوادگی',
|
||||
'ldap_fname_field' => 'LDAP نام',
|
||||
|
|
|
@ -4,11 +4,13 @@ return array(
|
|||
'about' => 'درباره ی برچسب های وضعیت',
|
||||
'archived' => 'آرشیو',
|
||||
'create' => 'ساخت برچسب وضعیت',
|
||||
'color' => 'Chart Color',
|
||||
'deployable' => 'گسترش',
|
||||
'info' => 'برچسب های وضعیت، برای توصیف وضعیت های مختلفی که دارایی های شما می توانند داشته باشند، استفاده می شود. آن ها می توانند برای تعمیر، گمشده/دزدیده شده و غیره باشند. شما می توانید برچسب های وضعیت جدیدی برای گسترش کار، انتظار و آرشیو دارایی ها بسازید.',
|
||||
'name' => 'نام وضعیت',
|
||||
'pending' => 'در حالت انتظار',
|
||||
'status_type' => 'نوع وضعیت',
|
||||
'show_in_nav' => 'Show in side nav',
|
||||
'title' => 'برچسب های وضعیت',
|
||||
'undeployable' => 'غیرقابل گسترش',
|
||||
'update' => 'به روزرسانی برچسب وضعیت',
|
||||
|
|
|
@ -78,6 +78,7 @@
|
|||
'image_delete' => 'عکس های پاک شده',
|
||||
'image_upload' => 'آپلود تصویر',
|
||||
'import' => 'واردات',
|
||||
'import-history' => 'Import History',
|
||||
'asset_maintenance' => 'نگهداشت دارایی',
|
||||
'asset_maintenance_report' => 'گزارش تعمیر و نگهداری دارایی ها',
|
||||
'asset_maintenances' => 'نگهداشت دارایی',
|
||||
|
|
|
@ -5,11 +5,16 @@ return array(
|
|||
'field' => '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.',
|
||||
'custom_format' => 'Custom format...',
|
||||
'encrypt_field' => 'Encrypt the value of this field in the database',
|
||||
'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.',
|
||||
'fieldset' => 'Fieldset',
|
||||
'qty_fields' => 'Qty Fields',
|
||||
'fieldsets' => 'Fieldsets',
|
||||
'fieldset_name' => 'Fieldset Name',
|
||||
'field_name' => 'Field Name',
|
||||
'field_values' => 'Field Values',
|
||||
'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.',
|
||||
'field_element' => 'Form Element',
|
||||
'field_element_short' => 'Element',
|
||||
'field_format' => 'Format',
|
||||
|
|
|
@ -37,9 +37,9 @@ return array(
|
|||
),
|
||||
|
||||
'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",
|
||||
'error' => 'Some items did not import correctly.',
|
||||
'errorDetail' => 'The following Items were not imported because of errors.',
|
||||
'success' => "Your file has been imported",
|
||||
),
|
||||
|
||||
|
||||
|
@ -52,7 +52,8 @@ return array(
|
|||
'checkout' => array(
|
||||
'error' => 'Laitteen luovutus epäonnistui, yritä uudelleen',
|
||||
'success' => 'Laite luovutettu onnistuneesti.',
|
||||
'user_does_not_exist' => 'Käyttäjä on virheellinen. Yritä uudelleen.'
|
||||
'user_does_not_exist' => 'Käyttäjä on virheellinen. Yritä uudelleen.',
|
||||
'not_available' => 'That asset is not available for checkout!'
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
|
|
|
@ -51,6 +51,8 @@ return array(
|
|||
'ldap_pword' => 'LDAP Bind Password',
|
||||
'ldap_basedn' => 'Base Bind DN',
|
||||
'ldap_filter' => 'LDAP Filter',
|
||||
'ldap_pw_sync' => 'LDAP Password Sync',
|
||||
'ldap_pw_sync_help' => 'Uncheck this box if you do not wish to keep LDAP passwords synced with local passwords. Disabling this means that your users may not be able to login if your LDAP server is unreachable for some reason.',
|
||||
'ldap_username_field' => 'Username Field',
|
||||
'ldap_lname_field' => 'Sukunimi',
|
||||
'ldap_fname_field' => 'LDAP Etunimi',
|
||||
|
|
|
@ -4,11 +4,13 @@ return array(
|
|||
'about' => 'Lisätietoja Tilamerkinnöistä',
|
||||
'archived' => 'Arkistoitu',
|
||||
'create' => 'Uusi Tilamerkintä',
|
||||
'color' => 'Chart Color',
|
||||
'deployable' => 'Käyttööotettavissa',
|
||||
'info' => 'Tilamerkintöjä käytetään kuvailemaan laitteidesi eri tiloja. Ne voivat olla korjauksessa, hävinneitä/varastettuja jne. Voit luoa uusia tilamerkintöjä käyttöönotettaville, odottaville sekä arkistoiduille laitteille.',
|
||||
'name' => 'Tilan Nimi',
|
||||
'pending' => 'Odottaa',
|
||||
'status_type' => 'Tilatyyppi',
|
||||
'show_in_nav' => 'Show in side nav',
|
||||
'title' => 'Tilamerkinnät',
|
||||
'undeployable' => 'Käyttökelvoton',
|
||||
'update' => 'Päivitä Tilamerkinnät',
|
||||
|
|
|
@ -76,6 +76,7 @@
|
|||
'image_delete' => 'Poista Kuva',
|
||||
'image_upload' => 'Lähetä Kuva',
|
||||
'import' => 'Tuo tiedot',
|
||||
'import-history' => 'Import History',
|
||||
'asset_maintenance' => 'Asset Maintenance',
|
||||
'asset_maintenance_report' => 'Asset Maintenance Report',
|
||||
'asset_maintenances' => 'Asset Maintenances',
|
||||
|
|
|
@ -6,11 +6,11 @@ return array(
|
|||
'accessory_category' => 'Catégorie d\'accessoire',
|
||||
'accessory_name' => 'Nom de l\'accessoire',
|
||||
'cost' => 'Prix d\'achat',
|
||||
'checkout' => 'Checkout Accessory',
|
||||
'checkin' => 'Checkin Accessory',
|
||||
'checkout' => 'Attribuer l\'accessoire',
|
||||
'checkin' => 'Dissocier l\'accessoire',
|
||||
'create' => 'Création d\'accessoire',
|
||||
'date' => 'Date d\'achat',
|
||||
'edit' => 'Edit Accessory',
|
||||
'edit' => 'Modifier l\'accessoire',
|
||||
'eula_text' => 'License de catégorie',
|
||||
'eula_text_help' => 'Ce champ vous permet de configurer vos licenses d\'utilisation pour chaque type d\'items. Si vous avez seulement une license pour tout vos items, vous pouvez cochez la case ci-dessous pour utiliser celle par défaut.',
|
||||
'require_acceptance' => 'L\'utilisateur doit confirmer qu\'il accepte les items dans cette catégorie.',
|
||||
|
|
|
@ -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' => 'Etes-vous sûr de vouloir supprimer cet accessoire ?',
|
||||
'error' => 'Un problème est survenu durant la suppression de l\'accessoire. Merci d\'essayer à nouveau.',
|
||||
'success' => 'L\'accessoire a bien été supprimé.'
|
||||
),
|
||||
|
||||
'checkout' => array(
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
return array(
|
||||
|
||||
'does_not_exist' => 'Cette catégorie n\'existe pas.',
|
||||
'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' => 'Cette catégorie est actuellement associée à au moins un modèle et ne peut pas être supprimée. Merci de mettre à jour les modèles afin de ne plus référencer cette catégorie et essayez à nouveau. ',
|
||||
'assoc_items' => 'Cette catégorie est actuellement associée à au moins un :asset_type et ne peut pas être supprimée. Merci de mettre à jour les :asset_type afin de ne plus référencer cette catégorie et essayez à nouveau. ',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Cette catégorie n\'a pas été créée, veuillez réessayer.',
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'about_components_title' => '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' => 'A propos des composants',
|
||||
'about_components_text' => 'Les composants sont des éléments constitutifs d\'un objet, par exemple HDD, RAM, etc.',
|
||||
'component_name' => 'Nom du composant',
|
||||
'checkin' => 'Dissocier un composant',
|
||||
'checkout' => 'Attribuer un composant',
|
||||
'cost' => 'Coût d\'achat',
|
||||
'create' => 'Créer un composant',
|
||||
'edit' => 'Modifier un composant',
|
||||
'date' => 'Date d\'achat',
|
||||
'order' => 'Numéro de commande',
|
||||
'remaining' => 'Restant',
|
||||
'total' => 'Total',
|
||||
'update' => 'Update Component',
|
||||
'update' => 'Mettre à jour un composant',
|
||||
);
|
||||
|
|
|
@ -2,34 +2,34 @@
|
|||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'Component does not exist.',
|
||||
'does_not_exist' => 'Le composant n\'existe pas.',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Component was not created, please try again.',
|
||||
'success' => 'Component created successfully.'
|
||||
'error' => 'Le composant n\'a pas été créé, merci d\'essayer à nouveau.',
|
||||
'success' => 'Le composant a bien été créé.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Component was not updated, please try again',
|
||||
'success' => 'Component updated successfully.'
|
||||
'error' => 'Le composant n\'a pas été mis à jour, merci d\'essayer à nouveau',
|
||||
'success' => 'Le composant a bien été mis à jour.'
|
||||
),
|
||||
|
||||
'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' => 'Etes-vous sûr de vouloir supprimer ce composant?',
|
||||
'error' => 'Un problème est survenu durant la suppression de ce composant. Merci d\'essayer à nouveau.',
|
||||
'success' => 'Le composant a bien été supprimé.'
|
||||
),
|
||||
|
||||
'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' => 'Le composant n\'a pas été libéré, merci d\'essayer à nouveau',
|
||||
'success' => 'Le composant a bien été libéré.',
|
||||
'user_does_not_exist' => 'Cet utilisateur n\'est pas valide. Merci d\'essayer à nouveau.'
|
||||
),
|
||||
|
||||
'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' => 'Le composant n\'a pas été réceptionné, merci d\'essayer à nouveau',
|
||||
'success' => 'Le composant a bien été réceptionné.',
|
||||
'user_does_not_exist' => 'Cet utilisateur n\'est pas valide. Merci d\'essayer à nouveau.'
|
||||
)
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'title' => 'Component Name',
|
||||
'title' => 'Nom du composant',
|
||||
);
|
||||
|
|
|
@ -7,7 +7,7 @@ return array(
|
|||
'cost' => 'Coût d\'achat',
|
||||
'create' => 'Créer une fourniture',
|
||||
'date' => 'Date d\'achat',
|
||||
'item_no' => 'Item No.',
|
||||
'item_no' => 'Num. d\'élément',
|
||||
'order' => 'Numéro de commande',
|
||||
'remaining' => 'Quantité restante',
|
||||
'total' => 'Total',
|
||||
|
|
|
@ -5,11 +5,16 @@ return array(
|
|||
'field' => 'Champ',
|
||||
'about_fieldsets_title' => 'A propos des fieldsets',
|
||||
'about_fieldsets_text' => 'Les fieldsets permettent de créer des groupes de champs personnalisés que vous utilisez fréquemment pour des types de modèles spécifiques.',
|
||||
'custom_format' => 'Custom format...',
|
||||
'encrypt_field' => 'Encrypt the value of this field in the database',
|
||||
'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.',
|
||||
'fieldset' => 'Fieldset',
|
||||
'qty_fields' => 'Qté de champs',
|
||||
'fieldsets' => 'Fieldsets',
|
||||
'fieldset_name' => 'Nom du fieldset',
|
||||
'field_name' => 'Nom du champ',
|
||||
'field_values' => 'Field Values',
|
||||
'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.',
|
||||
'field_element' => 'Élément de formulaire',
|
||||
'field_element_short' => 'Elément',
|
||||
'field_format' => 'Format',
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'bulk_delete' => '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' => 'Confirmez la suppression du lot d\'objets',
|
||||
'bulk_delete_help' => 'Vérifiez les objets ci-dessous pour la suppression du lot. Une fois supprimés, ces objets peuvent être restaurés, mais ils ne seront plus associés avec les utilisateurs auxquels ils sont actuellement assignés.',
|
||||
'bulk_delete_warn' => 'Vous allez supprimer :asset_count objets.',
|
||||
'bulk_update' => 'Mise à jour en bloc d\'actifs',
|
||||
'bulk_update_help' => 'Ce formulaire vous permet de mettre à jour plusieurs actifs à la fois. Seulement remplir les champs que vous devez modifier. Tous les champs laissés vides resteront inchangés. ',
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
return array(
|
||||
'archived' => 'Retiré',
|
||||
'asset' => 'Biens',
|
||||
'bulk_checkout' => 'Checkout Assets to User',
|
||||
'bulk_checkout' => 'Attribuer les objets à l\'utilisateur',
|
||||
'checkin' => 'Retour des Biens',
|
||||
'checkout' => 'Sortie des Biens',
|
||||
'clone' => 'Cloner le Bien',
|
||||
|
|
|
@ -37,9 +37,9 @@ return array(
|
|||
),
|
||||
|
||||
'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",
|
||||
'error' => 'Some items did not import correctly.',
|
||||
'errorDetail' => 'The following Items were not imported because of errors.',
|
||||
'success' => "Your file has been imported",
|
||||
),
|
||||
|
||||
|
||||
|
@ -52,20 +52,21 @@ return array(
|
|||
'checkout' => array(
|
||||
'error' => 'Ce bien n\'a pas été sorti, veuillez réessayer',
|
||||
'success' => 'Ce bien a été sorti correctement.',
|
||||
'user_does_not_exist' => 'Cet utilisateur est invalide. Veuillez réessayer.'
|
||||
'user_does_not_exist' => 'Cet utilisateur est invalide. Veuillez réessayer.',
|
||||
'not_available' => 'That asset is not available for checkout!'
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
'error' => 'Ce bien n\'a pas été retourné, veuillez réessayer',
|
||||
'success' => 'Ce bien a été retourné correctement.',
|
||||
'user_does_not_exist' => 'Cet utilisateur est invalide. Veuillez réessayer.',
|
||||
'already_checked_in' => 'That asset is already checked in.',
|
||||
'already_checked_in' => 'Ce bien est déjà dissocié.',
|
||||
|
||||
),
|
||||
|
||||
'requests' => array(
|
||||
'error' => 'Asset was not requested, please try again',
|
||||
'success' => 'Asset requested successfully.',
|
||||
'error' => 'Le bien n\'a pas été demandé, merci d\'essayer à nouveau',
|
||||
'success' => 'Le bien a été demandé correctement.',
|
||||
)
|
||||
|
||||
);
|
||||
|
|
|
@ -9,7 +9,7 @@ return array(
|
|||
'date' => 'Date d\'achat',
|
||||
'depreciation' => 'Amortissement',
|
||||
'expiration' => 'Date d\'expiration',
|
||||
'license_key' => 'Product Key',
|
||||
'license_key' => 'Clé du produit',
|
||||
'maintained' => 'Maintenu',
|
||||
'name' => 'Nom du logiciel',
|
||||
'no_depreciation' => 'Ne pas amortir',
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
|
||||
'assets_checkedout' => 'Assets Assigned',
|
||||
'assets_rtd' => 'Biens', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
|
||||
'assets_checkedout' => 'Biens assignés',
|
||||
'id' => 'ID',
|
||||
'city' => 'Ville',
|
||||
'state' => 'État',
|
||||
|
|
|
@ -7,7 +7,7 @@ return array(
|
|||
'show_mac_address' => 'Afficher le champ pour l\'adresse MAC pour ce modèle d\'actif',
|
||||
'view_deleted' => 'Voir les modèles détruits',
|
||||
'view_models' => 'Voir les différents modèles',
|
||||
'fieldset' => 'Fieldset',
|
||||
'no_custom_field' => 'No custom fields',
|
||||
'fieldset' => 'Ensemble de champs',
|
||||
'no_custom_field' => 'Pas de champs personnalisés',
|
||||
|
||||
);
|
||||
|
|
|
@ -11,7 +11,7 @@ return array(
|
|||
'title' => 'Modèles d\'actif',
|
||||
'update' => 'Mettre à jour le modèle d\'actif',
|
||||
'view' => 'Voir le modèle d\'actif',
|
||||
'update' => 'Mettre à jour le modèle d\'actif',
|
||||
'update' => 'Mettre à jour le modèle',
|
||||
'clone' => 'Cloner le modèle',
|
||||
'edit' => 'Éditer le modèle',
|
||||
);
|
||||
|
|
|
@ -1,35 +1,35 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
'ad' => 'Active Directory',
|
||||
'ad_domain' => 'Active Directory domain',
|
||||
'ad_domain_help' => 'This is sometimes the same as your email domain, but not always.',
|
||||
'is_ad' => 'This is an Active Directory server',
|
||||
'ad' => 'Service d\'annuaire',
|
||||
'ad_domain' => 'Domaine du service d\'annuaire',
|
||||
'ad_domain_help' => 'C\'est parfois le même que votre domaine d\'e-mail, mais pas toujours.',
|
||||
'is_ad' => 'C\'est un serveur Active Directory',
|
||||
'alert_email' => 'Envoyer les alertes à',
|
||||
'alerts_enabled' => 'Alerts Enabled',
|
||||
'alert_interval' => 'Expiring Alerts Threshold (in days)',
|
||||
'alert_inv_threshold' => 'Inventory Alert Threshold',
|
||||
'alerts_enabled' => 'Alertes activées',
|
||||
'alert_interval' => 'Seuil d\'expiration des alertes (en jours)',
|
||||
'alert_inv_threshold' => 'Seuil d\'alerte d\'inventaire',
|
||||
'asset_ids' => 'ID de l\'actif',
|
||||
'auto_increment_assets' => 'Générer des identifiants d\'actifs auto-incrémentés',
|
||||
'auto_increment_prefix' => 'Préfixe (optionnel)',
|
||||
'auto_incrementing_help' => 'Activer l\'auto-incrémentation des ID d\'actif avant de sélectionner cette option',
|
||||
'backups' => 'Sauvegardes',
|
||||
'barcode_settings' => 'Configuration des codes à barres',
|
||||
'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' => 'Confirmer la purge',
|
||||
'confirm_purge_help' => 'Entrer le texte "DELETE" dans la boite ci-dessous pour purger les enregistrements supprimés. Cette action est irréversible.',
|
||||
'custom_css' => 'CSS personnalisé',
|
||||
'custom_css_help' => 'Entrez les codes CSS personnalisé que vous souhaitez utiliser . Ne pas inclure les balises <style></style>.',
|
||||
'default_currency' => 'Devise par défaut',
|
||||
'default_eula_text' => 'Licence d\'utilisation par défaut',
|
||||
'default_language' => 'Default Language',
|
||||
'default_language' => 'Langue par défaut',
|
||||
'default_eula_help_text' => 'Vous pouvez également associer les licences d\'utilisations personnalisés à des catégories spécifiques d\'actifs .',
|
||||
'display_asset_name' => 'Afficher le nom des actifs',
|
||||
'display_checkout_date' => 'Afficher la date d\'association',
|
||||
'display_eol' => 'Afficher la fin de vie dans les tables',
|
||||
'display_qr' => 'Display Square Codes',
|
||||
'display_alt_barcode' => 'Display 1D barcode',
|
||||
'barcode_type' => '2D Barcode Type',
|
||||
'alt_barcode_type' => '1D barcode type',
|
||||
'display_qr' => 'Affiche les QR codes',
|
||||
'display_alt_barcode' => 'Affiche le code-barres 1D',
|
||||
'barcode_type' => 'Type du code-barres 2D',
|
||||
'alt_barcode_type' => 'Type du code-barres 1D',
|
||||
'eula_settings' => 'Configuration pour les licences d\'utilisation',
|
||||
'eula_markdown' => 'Cette licence d\'utilisation permet l\'utilisation des <a href="https://help.github.com/articles/github-flavored-markdown/">"Github flavored markdown"</a>.',
|
||||
'general_settings' => 'Configuration générale',
|
||||
|
@ -37,33 +37,35 @@ return array(
|
|||
'header_color' => 'Couleur de l\'en-tête',
|
||||
'info' => 'Ces paramètres vous permettent de personnaliser certains aspects de votre installation.',
|
||||
'laravel' => 'Version de Laravel',
|
||||
'ldap_enabled' => 'LDAP enabled',
|
||||
'ldap_integration' => 'LDAP Integration',
|
||||
'ldap_settings' => 'LDAP Settings',
|
||||
'ldap_server' => 'LDAP Server',
|
||||
'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)',
|
||||
'ldap_server_cert' => 'LDAP SSL certificate validation',
|
||||
'ldap_server_cert_ignore' => 'Allow invalid SSL Certificate',
|
||||
'ldap_server_cert_help' => 'Select this checkbox if you are using a self signed SSL cert and would like to accept an invalid SSL certificate.',
|
||||
'ldap_tls' => 'Use TLS',
|
||||
'ldap_tls_help' => 'This should be checked only if you are running STARTTLS on your LDAP server. ',
|
||||
'ldap_uname' => 'LDAP Bind Username',
|
||||
'ldap_pword' => 'LDAP Bind Password',
|
||||
'ldap_basedn' => 'Base Bind DN',
|
||||
'ldap_filter' => 'LDAP Filter',
|
||||
'ldap_username_field' => 'Username Field',
|
||||
'ldap_lname_field' => 'Last Name',
|
||||
'ldap_fname_field' => 'LDAP First Name',
|
||||
'ldap_auth_filter_query' => 'LDAP Authentication query',
|
||||
'ldap_version' => 'LDAP Version',
|
||||
'ldap_active_flag' => 'LDAP Active Flag',
|
||||
'ldap_emp_num' => 'LDAP Employee Number',
|
||||
'ldap_email' => 'LDAP Email',
|
||||
'load_remote_text' => 'Remote Scripts',
|
||||
'load_remote_help_text' => 'This Snipe-IT install can load scripts from the outside world.',
|
||||
'ldap_enabled' => 'LDAP activé',
|
||||
'ldap_integration' => 'Intégration LDAP',
|
||||
'ldap_settings' => 'Paramètres LDAP',
|
||||
'ldap_server' => 'Serveur LDAP',
|
||||
'ldap_server_help' => 'Ca devrait commencer par ldap:// (non crypté ou TLS) ou ldaps:// (SSL)',
|
||||
'ldap_server_cert' => 'Validation du certificat SSL LDAP',
|
||||
'ldap_server_cert_ignore' => 'Autorise un certificat SSL invalide',
|
||||
'ldap_server_cert_help' => 'Sélectionnez cette case à cocher si vous utilisez un certificat SSL auto-signé et voudriez accepter un certificat SSL invalide.',
|
||||
'ldap_tls' => 'Utilisez TLS',
|
||||
'ldap_tls_help' => 'A cocher seulement si vous utilisez STARTTLS sur votre serveur LDAP. ',
|
||||
'ldap_uname' => 'Nom d\'utilisateur bind LDAP',
|
||||
'ldap_pword' => 'Mot de passe bind LDAP',
|
||||
'ldap_basedn' => 'Bind de base DN',
|
||||
'ldap_filter' => 'Filtre LDAP',
|
||||
'ldap_pw_sync' => 'LDAP Password Sync',
|
||||
'ldap_pw_sync_help' => 'Uncheck this box if you do not wish to keep LDAP passwords synced with local passwords. Disabling this means that your users may not be able to login if your LDAP server is unreachable for some reason.',
|
||||
'ldap_username_field' => 'Champ nom d\'utilisateur',
|
||||
'ldap_lname_field' => 'Nom de famille',
|
||||
'ldap_fname_field' => 'Prénom LDAP',
|
||||
'ldap_auth_filter_query' => 'Requête d\'authentification LDAP',
|
||||
'ldap_version' => 'Version LDAP',
|
||||
'ldap_active_flag' => 'Signal d\'activation LDAP',
|
||||
'ldap_emp_num' => 'Numéro d\'employé LDAP',
|
||||
'ldap_email' => 'E-mail LDAP',
|
||||
'load_remote_text' => 'Scripts distants',
|
||||
'load_remote_help_text' => 'Cette installation Snipe-IT peut charger des scripts depuis le monde extérieur.',
|
||||
'logo' => 'Logo',
|
||||
'full_multiple_companies_support_help_text' => 'Restricting users (including admins) assigned to companies to their company\'s assets.',
|
||||
'full_multiple_companies_support_text' => 'Full Multiple Companies Support',
|
||||
'full_multiple_companies_support_help_text' => 'Restreindre les utilisateurs (admins compris) assignés à des organisations aux biens de leur propre organisation.',
|
||||
'full_multiple_companies_support_text' => 'Support complet des organisations multiples',
|
||||
'optional' => 'facultatif',
|
||||
'per_page' => 'Résultats par page',
|
||||
'php' => 'Version de PHP',
|
||||
|
@ -83,30 +85,30 @@ return array(
|
|||
'system' => 'Information du système',
|
||||
'update' => 'Mettre à jour les paramètres',
|
||||
'value' => 'Valeur',
|
||||
'brand' => 'Branding',
|
||||
'about_settings_title' => 'About Settings',
|
||||
'about_settings_text' => 'These settings let you customize certain aspects of your installation.',
|
||||
'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',
|
||||
'brand' => 'Marque',
|
||||
'about_settings_title' => 'A propos des réglages',
|
||||
'about_settings_text' => 'Ces réglages vous permettent de personnaliser certains aspects de votre installation.',
|
||||
'labels_per_page' => 'Etiquettes par page',
|
||||
'label_dimensions' => 'Dimensions de l\'étiquette (en pouces)',
|
||||
'page_padding' => 'Marges de la page (en pouces)',
|
||||
'purge' => 'Purger les enregistrements supprimés',
|
||||
'labels_display_bgutter' => 'Etiquette de la gouttière du bas',
|
||||
'labels_display_sgutter' => 'Etiquette de la gouttière latérale',
|
||||
'labels_fontsize' => 'Taille de caractère de l\'étiquette',
|
||||
'labels_pagewidth' => 'Largeur de l\'étiquette',
|
||||
'labels_pageheight' => 'Hauteur de l\'étiquette',
|
||||
'label_gutters' => 'Espacement de l\'étiquette (en pouces)',
|
||||
'page_dimensions' => 'Dimensions de la page (en pouces)',
|
||||
'label_fields' => 'Champs visibles de l\'étiquette',
|
||||
'inches' => 'pouces',
|
||||
'width_w' => 'l',
|
||||
'height_h' => 'h',
|
||||
'text_pt' => 'pt',
|
||||
'left' => 'left',
|
||||
'right' => 'right',
|
||||
'top' => 'top',
|
||||
'bottom' => 'bottom',
|
||||
'vertical' => 'vertical',
|
||||
'left' => 'gauche',
|
||||
'right' => 'droite',
|
||||
'top' => 'haut',
|
||||
'bottom' => 'bas',
|
||||
'vertical' => 'veritcal',
|
||||
'horizontal' => 'horizontal',
|
||||
'zerofill_count' => 'Length of asset tags, including zerofill',
|
||||
'zerofill_count' => 'Longueur des étiquettes de bien, incluant le remplissage de zéros',
|
||||
);
|
||||
|
|
|
@ -14,9 +14,9 @@ return array(
|
|||
'file_not_found' => 'Ce fichier de sauvegarde n\'a pas pu être trouvé sur le serveur .',
|
||||
),
|
||||
'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' => 'Une erreur est survenue durant la purge. ',
|
||||
'validation_failed' => 'Votre confirmation de purge est incorrecte. Merci d\'écrire le mot "DELETE" dans la fenêtre de confirmation.',
|
||||
'success' => 'Les enregistrements supprimés ont bien été purgés.'
|
||||
),
|
||||
|
||||
);
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue